@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
body,
button {
    font-family: "Inter", sans-serif;
}
:root {
    --offcanvas-width: 270px;
    --topNavbarHeight: 56px;
}
.sidebar-nav {
    width: var(--offcanvas-width);
}
.sidebar-link {
    display: flex;
    align-items: center;
}
.sidebar-link .right-icon {
    display: inline-flex;
}
.sidebar-link[aria-expanded="true"] .right-icon {
    transform: rotate(180deg);
}
.logo {
    max-width: 70%;
}
.logo-lg {
    display: none;
}
.navbar-nav li a{
    font-size: 15px;
}
.navbar-nav li.active {
    background-color: #c7ea46;
    border-radius: 10px;
}
.navbar-nav li a:hover {
    color: #c7ea46;
}
.border-shadow-right {
    box-shadow: .25rem 0 5px -2px rgba(0,0,0,.075);

}
.sales-rep-target {
    background-color: #444F66;
    clear: both;
    position: relative;
    margin-top: 50px;
    color: #fff;
}

.dashboard {
    display: none
}

.header-font {
    color: #666666 !important;
}

@media (min-width: 992px) {
    body {
        overflow: auto !important;
    }
    .offcanvas-backdrop::before {
        display: none;
    }
    .sidebar-nav {
        -webkit-transform: none;
        transform: none;
        visibility: visible !important;
        /*height: calc(100% - var(--topNavbarHeight));
          top: var(--topNavbarHeight);*/
    }
    .logo-lg {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 10px;
        display: block;
    }
    .logo-lg  img{
        max-width: 70%;
    }

    .dashboard {
        margin-top: 50px !important;
        padding-top: 152px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        display: block
    }
}
.offcanvas .dropdown-toggle::after, .main-header .dropdown-toggle::after{
    display: none !important;
}
@media screen and (max-width: 760px){
    footer {
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
    }
    footer div {
        font-size: 13px !important;
    }
}
.offcanvas .collapseMenu:hover {
    background-color: #e5f0c0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.offcanvas .collapse {
    list-style-type: none;
}
.collapse .active {
    background-color: #e5f0c0 !important;
}

.offcanvas .offcanvas-body {
    padding: 0 10px;
}
.offcanvas nav .nav-item {
    margin: 5px 0;
}
.offcanvas nav .nav-item .nav-link {
    display: flex;
    justify-content: start;
    height: 50px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-right: 5px;
}
.offcanvas nav .nav-item .nav-icon {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 24px;
}
.offcanvas .navbar-brand {
    height: 70px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.offcanvas .navbar-brand img, .main-header .mobile-logo {
    margin-left: 10px;
    height: 40px;
    width: auto;
}

.offcanvas .navbar-brand span {
    height: 44px;
}
@media screen and (max-width: 768px) {
    .mobile-hide {
        display: none !important;
    }
    .mobile-header {
        width: 100%;
    }
}
@media screen and (min-width: 769px) {
    .mobile-only {
        display: none !important;
    }
}
.offcanvas nav {
    height: calc(100vh - 76px) !important;
}
.sidebar-ul .nav-item .active, .sidebar-ul .nav-item:hover {
    background-color: #c7ea46;
    width: 100% !important;
    padding-left: 0!important;
    padding-right: 0!important;
}

.profile-card {
    height: 80px;
    background-color: #444F66;
    margin: 140px 25px 0 0;
    display: flex;
    align-items: center;
}
.profile-card img, .nav-item .nav-profile {
    border-radius: 50px;
    height: 50px;
    width: 50px;
    background-color: #C7EA46;
    padding: 8px;
    margin-left: 5px;
}
.input-icon i {
    position: absolute;
}
.input-icon {
    width: 100%;
}
.main-header {
    height: 70px;
    margin-bottom: 70px;
}
.main-header .icon {
    align-self: center;
    min-width: 50px;
    font-size: 28px;
    text-align: center;
}
.main-header .input-field {
    width: 100%;
    text-align: start;
    background-color: transparent;
    padding: 10px 10px 10px 42px;
    border: none;
}

.main-header .nav-item .nav-icon {
    font-size: 25px;
    padding: 0 10px;
}
.main-header .nav-item .nav-profile {
    height: 38px;
    width: 38px;
}
.main-header .nav-item .moon {
    margin-bottom: -5px;
    height: 22px;
    margin-right: 120px
}

.main-container {
    margin: 120px 0px 50px 0px;
    min-height: calc(100vh - 220px);
}
@media (min-width: 992px) {
    .main-container, .footer-container {
        margin-left: var(--offcanvas-width)!important;
    }
}

/* start login css */
.login-hero {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../../assets/images/login-bg.jpg") no-repeat scroll center;
    background-size: cover;
}
.login-hero .card {
    margin: auto 20px
}
/* end of login css */

/* start salaries css */
.salaries .salary-card {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 30px;
    background-image: linear-gradient(to right, #D5F078, #FCC132);
}
.salaries .salary-graph, .salaries .salary-card {
    height: 240px;
}
.salary-breakdown .row {
    margin-top: 30px;
}
.salary-card .salary-icon {
    height: 35px;
    width: auto;
    padding-right: 5px
}
@media screen and (max-width: 576px) {
    /*.salaries #salary-date {*/
    /*    width: 100%;*/
    /*    margin-top: 20px;*/
    /*    background-color: #146c43;*/
    /*}*/
}
@media screen and (max-width: 768px) {
    .salaries #salary-date {
        width: 65%;
    }
    .login-hero .card {
        margin: 0 !important;
    }
}

.breadcrumb-item a {
    text-decoration: none;
    color: #1e2125;
}
.breadcrumb .active {
    color: #81992d;
}

/* pagination */
.page-item:first-child .page-link {
    border-radius: 30px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 103px;
    height: 44px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.pointer {
    cursor: pointer !important;
}

.page-link-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 44px;
    height: 44px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.page-item:last-child .page-link {
    border-radius: 40px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    width: 83px;
    height: 44px;
    flex: none;
    order: 4;
    flex-grow: 0;
}
.orders table td tr {
    padding: 20px 0;
}
/*order details*/
.order-detail .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}
.order-detail .card-header {
    border-radius: 16px 16px 0px 0px;
}
.order-detail .card-text {
    padding: 16px 32px;
}
/*.font-weight-normal {*/
/*    font-weight: normal!important;*/
/*}*/
.order-detail .custom-badge {
    padding: 10px 24px!important;
    border-radius: 32px !important;
    font-weight: normal !important;
}
.order-detail .payment-btn {
    display: block !important;
    padding: 0 10px !important;
    margin: 0 !important;
}
/* screen size 992 - 1399 */
@media (max-width: 1399px) {
    .order-detail tr {
        font-size: 13px;
    }
    .order-detail .h-90 {
        width: 80px;
    }
}
@media (max-width: 768px) {
    .order-detail .card-header {
        border-radius: 8px 8px 0 0!important;
    }
    .order-detail .card-text {
        padding: 16px;
    }
    .order-detail .card {
        border-radius: 8px;
    }
    .order-detail .mobile-actions {
        margin-left: -12px;
        margin-right: -12px;
    }
    .order-detail .report {
        border: 1px solid #ccc;
        border-left: none;
        padding: 5px 0;
    }
}
@media (min-width: 769px) {
    .order-detail .card-header {
        border-radius: 16px 16px 0 0!important;
    }
}
/*end of order details*/


.support-file:hover {
    cursor: pointer;
}
.support-file-1 {
    border-radius: 16px 0 0 16px;
}
.support-file-2 {
    border-radius: 0 16px 16px 0;
}
.support-modal-content {
    border-radius: 16px;
}
.support-modal-header {
    background-image: url("../../assets/images/banner-image.png");
    background-repeat: no-repeat;
    border-radius: 16px 16px 0 0;
}
.support-w-80 {
    width: 80%;
}

@media (max-width: 768px) {
    .support-modal-header {
        border-radius: 8px 8px 0 0;
    }
    .support-modal-content {
        border-radius: 8px;
    }
    .support-w-80 {
        width: 70%!important;
    }
    .support-w-20 {
        width: 30%!important;
    }
    .support-breadcrumb-item {
        font-size: 13px!important;
    }
}
/* ----- payment modal ------ */
.payment-proof-image {
    height: 80px;
    border-radius: 16px!important;
    width: auto;
}

.visit .status {
    padding: 16px;
}
.visit .visit-card {
    border-right: 14px solid limegreen;
}


