﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    /* font-family: 'Roboto', sans-serif;*/
    background: #f8f8fb;
    color: #495057;
    font-size: 0.8125rem;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn {
    margin-right: 10px;
    min-width: 75px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 60px; */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    color: #74788d;
    padding: 15px;
    background-color: #f2f2f5;
    text-align: right;
    font-size: 13px;
    z-index: 999;
    /* Vertically center the text there */
}

.modal-dialog {
    max-width: 800px !important;
}


/*  css 18-11-2021 */
.main-wrapper {
    padding: 0;
    height: calc(100vh - 50px);
    padding-top: 65px;
}

.main-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: #fff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

    .main-header .account-setting li a {
        color: #555b6d;
        font-size: 14px;
    }

    .main-header .account-setting li .dropdown-menu li a {
        display: block;
        width: 100%;
        padding: 0.35rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .main-header .account-setting li .dropdown-menu {
        -webkit-box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
        box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
        -webkit-animation-name: DropDownSlide;
        animation-name: DropDownSlide;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        margin: 0;
        position: absolute;
        z-index: 1000;
        right: 0;
        left: inherit;
        padding: 0;
        border: 0
    }

.header-item {
    height: 57px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #555b6d;
    border: 0;
    border-radius: 0;
}

.vertical-menu {
    background: #fff;
    width: 250px;
    z-index: 1;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 55px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

    .vertical-menu .navbar-collapse {
        width: 100%;
    }

    .vertical-menu ul li a {
        color: #a6b0cf;
    }

    .vertical-menu ul li {
        width: 100%;
    }

        .vertical-menu ul li a {
            display: block;
            padding: 0.8rem 1.0rem !important;
            color: #000;
            position: relative;
            font-size: 14px;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

            .vertical-menu ul li a:hover {
                background: #f7f7f7
            }

            .vertical-menu ul li a svg {
                margin-right: 10px;
                color: #f37121;
                width: 26px;
                height: 26px;
            }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f6f6f6;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.47rem 0.75rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.login-main {
    margin-top: 2rem
}

    .login-main .btn {
        width: 100%
    }

    .login-main label {
        font-size: 13px;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.47rem 0.75rem;
    font-size: .8125rem;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #556ee6;
    border-color: #556ee6;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.card-header {
    background: none;
    padding: 1rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    background-color: transparenrt;
    border-bottom: 1px solid #eaedf1;
}

.dashboard-box {
    margin-bottom: 15px
}

    .dashboard-box .btn {
        display: inline-block;
        width: 47%;
        margin: 0 1%;
    }

.dashboard-head-text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
}

.contain-wrapper {
    margin-left: 250px;
    overflow: hidden;
    padding: 15px;
}

.card-title {
    border-bottom: 1px solid #e6edef;
    padding: 15px 10px;
    margin: 0;
}

    .card-title h1 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: #0f6a36;
        font-weight: 500
    }

th input.btn-link {
    border: 0;
    background: none;
    font-weight: 700;
    color: #212529;
}

.btn-success {
    color: #fff;
    background-color: #34c38f;
    border-color: #34c38f;
}

.btn-danger {
  
    color: #fff;
    background-color: #f37121;
    border-color: #f37121;

}

.btn.sq-btn {
    min-width: auto;
    width:40px; height:40px; text-align:center; border-radius:100%;
    line-height: 40px;
    font-size: 15px; padding:0
}
th .btn.sq-btn, td .btn.sq-btn {
    min-width: auto;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100%;
    line-height: 28px;
    font-size: 12px;
    padding: 0
}
.btn-success, .btn-info, .btn-primary {
    color: #fff;
    background-color: #f37121;
    border-color: #f37121;
}
    .btn-success:hover, .btn-primary:hover, .btn-info:hover {
        color: #fff;
        background-color: #f37121 !important;
        border-color: #f37121 !important;
    }
.btn-secondary {
    color: #fff;
    background-color: #74788d;
    border-color: #74788d;
}

.dash-board-box .btn {
    width: 100%;
}

.dash-link {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    color: #495057;
    font-weight: 600;
    text-decoration: none;
}



.dashboard-box {
    padding: 0 15px;
}

.dash-board-box .card {
    transition: all 0.4s ease-in-out;
}

    .dash-board-box .card span {
        color: #fff;
        background: #45aaf2;
        border-color: #469fde;
        display: inline-block;
        width: 60px;
        height: 60px;
        font-size: 18px;
        border-radius: 100%;
        line-height: 55px;
    }

    .dash-board-box .card i {
        font-size: 35px;
        line-height: 60px;
    }

.dash-board-box:hover .card {
    background: #e9e9e9;
}

.prime-add-bg {
    background-color: #f37121 !important;
    color: #fff;
}

    .prime-add-bg .control-label {
        color: #fff
    }

.address-box {
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    overflow: hidden;
    background: #f3f3f3;
}

.nav-tabs.company-tab li a {
    color: #495057;
}

    .nav-tabs.company-tab li a.nav-link.active {
        margin: 5px;
        position: relative;
        border: 0;
    }
    /*.nav-tabs.company-tab li a.nav-link.active:after {
            border: 0;
            border-bottom: 3px solid #45aaf2;
            bottom: -3px;
            position: absolute;
            left: 0;
            width: 100%;
            content: '';
        }*/



.welcome {
    color: var(--dark-blue, #040865);
/*    font-family: Montserrat;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.3px;
}

.Text {
    display: flex;
    width: 233px;
    flex-direction: column;
    flex-shrink: 0;
    color: rgba(0, 0, 0, 0.54);
/*    font-family: Roboto;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.135px;
}

.TextBox {
    width: 400px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 15px;
    border: 2px solid var(--banners, #D8DCE5);
    background: var(--white, #FFF);
    /*margin-left:10px;*/
}

.btn-design {
    width: 400px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #F37121;
    border: none;
    box-shadow: 0px 3px 1px 0px rgba(82, 63, 104, 0.06);
    color: #FFF;
    text-align: center;
/*    font-family: Montserrat;*/
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.225px;
}

.btn-design-Register {
    width: 400px;
    height: 37px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 2px solid var(--mesh-orange, #F37121);
    color: var(--mesh-orange, #F37121);
    text-align: center;
/*    font-family: Montserrat;*/
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.225px;
    background-color: white;
}
    .btn-design-Register a:hover {
        text-decoration: none;
    }
    a.btn-design-Register-Text {
        text-align: center;
        /*    font-family: Montserrat;*/
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        color: var(--mesh-orange, #F37121);
        line-height: 30px;
        letter-spacing: -0.225px;
        background-color: white;
    }

.Forgot-Pass {
    color: var(--dark-blue, #040865);
    text-align: right;
/*    font-family: Montserrat;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.24px;
    margin-left: 280px;
    margin-bottom: 10px
}


.login-box-2 {
    width: 100%;
    max-width: 400px;
}

.w-full {
    width: 100%;
}




.packages {
    height: 100%;
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 10px 10px rgba(30, 35, 33, 0.2), 0 15px 12px rgba(30, 35, 33, 0.2);
    flex-wrap: wrap;
    position: relative;
}

.package-head {
    background: #f37121;
    padding: 25px 15px;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0
}

.packages-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
}

.center {
    z-index: 1;
}

.package-head h1 {
    font-size: 1.2em;
    color: #fff;
    margin: 0;
    padding: 0;
}

.package-head h2 {
    font-size: 2.5em;
    color: #fff;
    margin: 0;
    padding: 0;
}

.list li {
    font-size: 18px;
    list-style: none;
    border-bottom: 1px solid #d1d1d1;
    padding-inline-start: 0;
    border-width: 1px;
    padding: 15px 10px;
}

.package-button {
    display: block;
    text-transform: uppercase;
    font-size: 19px;
    background: #f37121;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

    .package-button:hover {
        background: #f37121;
        color: #fff;
    }

.first {
    margin-top: 40px;
    border-top: 1px solid #f4f4f4;
}

.list {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}


.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e2321;
    -webkit-transition: 0.4s;
    box-shadow: 2px 6px 25px #1e2321;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #50bfe6;
}

input:focus + .slider {
    box-shadow: 0 0 1px #50bfe6;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 60px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.package-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.black_font {
    color: #000;
    font-weight: 600 !important;
}

.gry-font {
    color: #000;
}

.marging-b10 {
    margin-bottom: 10px;
}

.height-100 {
    height: 100%
}

.green-btn {
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    color: #fff;
    background: #f37121
}

.nav-tabs .nav-link {
    height: 48px;
    padding: 0 24px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: .6;
    min-width: 160px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    background: #c8c8c8;
    margin-right: 7px;
    border-radius: 20px 20px 0 0;
    font-size: 14px;
    color: #000;
    font-weight: 400:
}

.nav-tabs li .nav-link.active {
    opacity: 1;
    background: #f37121 !important;
    border-bottom: 3px solid #f37121 !important;
    color: white;
}

.nav-tabs li a.nav-link.active:after {
    border-bottom: 3px solid #f37121 !important
}

label {
    font-weight: 500;
    color: #000
}

.upload-company-logo {
    padding: 25px 15px 0;
    box-sizing: border-box;
    background: #f0f0f0;
    border: 1px solid #dbdbdb;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.company-logo {
    max-width: 200px;
    display: inline-block;
}

.upload-logo-text {
    font-size: 11px;
    color: #399283;
}

.btn-primary {
    background-color: #f37121;
    border-color: #f37121;
}

.row.member-su-price {
    border-bottom: 1px solid #e6edef;
    padding: 7px 0; height:30px
}

.black-font {
    color: #000;
    font-weight: 500
}

.font-15 {
    font-size: 15px;
}

.green-font {
    color: #0f6a36;
}

.form-group {
    position: relative
}

.bold-price {
    font-weight: 600
}

.multiselect-container {
    height: 300px;
    transform: inherit;
    overflow-y: scroll
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px !important;
    border-bottom: 0 !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dbd2d2 !important;
}

.command-action {
    color: #ffffff !important;
}

.dataTables_filter input {
    width: 500px !important;
}

.screen-title {
    font-size: 15px;
    padding-left: 30px;
}

    .screen-title h5 {
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 0px;
        line-height: 24px;
    }

    .screen-title span {
        margin-left: 5px;
        font-size: 15px;
    }

span.septor {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.NoPadding {
    padding: 0px !important;
}

.NoMargin {
    margin: 0px !important;
}

.FullWidth {
    width: 100% !important;
}

div.btn-group, div.btn-group button {
    width: 100%;
/*    font-family: 'Poppins', sans-serif;*/
    font-size: 0.8125rem;
    text-align: left !important;
}
.top-border-none thead th {
    border-top: none
}
.green-btn:hover{color:#fff}

.company-link, .company-link:hover,
.a-link, .a-link:hover {
    color: #f37121 !important;
    font-weight: 500;
    cursor: pointer;
}
.company .dataTables_filter input {
    width: calc(100% - 120px) !important;
}
input{outline:none}
.btn:last-child{margin-right:0}


.package-container .col-md-4{margin-bottom:15px}



#menu_open_overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: #000;
    visibility: hidden;
    opacity: 0.2;
}

    #menu_open_overlay label {
        display: inline-block;
        width: 100%;
        height: 100vh;
    }

#maincontent {
    position: relative;
    margin: 0px;
    margin-left: 70px;
    -webkit-transition: margin-left 250ms ease-out;
    -moz-transition: margin-left 250ms ease-out;
    -ms-transition: margin-left 250ms ease-out;
    -o-transition: margin-left 250ms ease-out;
    transition: margin-left 250ms ease-out;
}

#lblMenuTitle {
    display: block;
    cursor: pointer;
}

i[class*=" fa-caret"] {
    transition: all 500ms ease;
}

.subMenuToggle {
    position: absolute;
    left: -9999px;
}

    .subMenuToggle:checked ~ label > i[class*=" fa-caret"] {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .subMenuToggle:checked ~ .sub-menu {
        height: auto;
        margin-top: 10px;
    }

#menu_check {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0;
    z-index: 99991;
    left: 200px;
    top: 15px;
    cursor: pointer;
}

.menu-check-icon {
    font-size: 23px;
    width: 30px;
    height: 30px;
    z-index: 9999;
    position: absolute;
    left: 200px;
    top: 15px;
}

#menu_check:checked ~ #menu_container {
    width: 240px;
}

#menu_check:checked ~ #maincontent {
    margin-left: 255px;
}

#menu_check:checked ~ #menu_open_overlay {
    visibility: visible;
}

#menu_container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 92%;
    color: #000;
    background: #fff;
    width: 55px;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: width 250ms ease-out;
    -moz-transition: width 250ms ease-out;
    -ms-transition: width 250ms ease-out;
    -o-transition: width 250ms ease-out;
    transition: width 250ms ease-out;
}

ul.sub-menu {
    list-style: none;
    margin: 0px -9px;
    padding: 0px;
    height: 0px;
    /*overflow: hidden;*/
}

    ul.sub-menu li {
        padding: 10px;
        cursor: pointer;
    }

        ul.sub-menu li a {
            text-decoration: none;
            color: #fff;
            padding-left: 34px;
        }

        ul.sub-menu li:hover {
            background: #333;
            border-left: 6px solid #aaa;
        }

            ul.sub-menu li:hover a {
                margin-left: -6px;
            }

ul#slider_menu {
    width: 240px;
    /*overflow: hidden;*/
    list-style: none;
    border-top: 1px solid #444;
    margin: 0px;
    padding: 55px 0 0 0;
}

    ul#slider_menu li.parent-item {
        border-bottom: 1px solid #444;
        padding: 18px 10px;
        cursor: pointer;
    }

        ul#slider_menu li.parent-item label {
            display: block;
            cursor: pointer;
        }

        ul#slider_menu li.parent-item:hover {
            background-color: #444;
        }

    ul#slider_menu .fa {
        color: #ddd;
        width: 30px;
    }

    ul#slider_menu .icon-right {
        display: block;
        float: right;
        width: 10px;
    }

#slider_menu .nav-link {
    display: block;
    padding: 0.7rem 1rem;
    font-size: 14px;
    color: #000;
}
    #slider_menu .nav-link svg {
        width: 25px;
        height: 25px;
        margin-right: 15px;
        color: #f37121
    }

    table{width:100% !important}

.alignButton {
text-align:right;
}

@media (max-width:1375px) {
    .btn-padding {
        padding-top: 20px !important;
    }

    .loginbox-wrap {
        padding-top: 0px !important;
    }
    .welcome-tp {
        padding-top: 4px !important;
    }
}