@charset "utf-8";
/* CSS Document */
/* ======================================= Start Site Elements CSS  ======================================= */
/* Start Loader CSS ---  Jawad Ali */
.loader-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader, .waitMe_progress {
    background-image: url(../images/Loader-Wheel.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
}

.loader {
    transform-origin: 50%;
    animation: load 0.5s steps(8, end) infinite;
}

.waitMe_progress * {
    display: none !important;
}

.waitMe_container .waitMe {
    background-color: rgb(255 255 255 / 49%);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .waitMe_container .waitMe .waitMe_content {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.waitMe_text, .loader-txt {
    color: var(--Secondary) !important;
    margin: 7px 0 0 0 !important;
    font-size: 15px !important;
}

@keyframes load {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* End Loader CSS ---  Jawad Ali */
/* Start div-flow  CSS -- Jawad */
.div-flow {
    width: 100%;
    float: left;
}
/* End div-flow  CSS -- Jawad */
/* Start Header CSS -- Jawad */
.header {
    background-color: var(--bs-white);
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    padding-left: 0rem;
}

.header-left .nav-control, .header-left .search-area, .List-Search .search-area {
    background-color: var(--bs-gry);
}

.header-left .search-area, .List-Search .search-area {
    border: solid 0px var(--bs-gry);
}

.header-left .hamburger .line {
    background: var(--p);
}

[data-header-position="fixed"] .content-body {
    padding-top: 0rem;
}

.nav-header {
    background-color: var(--primary);
    border-bottom: solid 1px var(--primary);
}

.header, .nav-header {
    height: 4rem;
}

.logo {
    width: 150px;
    margin-right: 2rem;
}

.nav-header .logo-abbr {
    max-width: 2.5rem;
}

.nav-header .brand-title {
    margin-left: 2px;
    max-width: 10rem;
}

.header-left .nav-control {
    position: unset;
    width: auto;
    padding: 6px 12px;
    transform: translateY(0%);
    margin-right: 5px;
}

    .header-left .nav-control .hamburger {
        width: auto;
        top: 0;
        left: 0;
    }

        .header-left .nav-control .hamburger .line {
            height: 2px;
        }

.no-style {
    width: auto !important;
    margin: 0 !important;
    height: auto !important;
    padding: 12px 8px !important;
    border-bottom: none !important;
}

    .no-style:focus {
        border: none !important;
        box-shadow: none !important;
    }

.input-group-text {
    min-width: 40px;
    padding-left: 0;
    line-height: normal;
}

.List-Search {
    padding: 1.25rem;
}

    .header-left .search-area .input-group-text a i, .List-Search .search-area .input-group-text a i {
        font-size: 20px;
        padding-top: 3px;
    }

.header-right .nav-item .nav-link {
    font-size: 20px;
    padding: 0;
}

.header-right .notification_dropdown .nav-link i {
    font-size: 22px;
}

.notification_dropdown .dropdown-menu-end .all-notification {
    border-top: solid 1px var(--bs-gry);
}

.notification-ul li {
    border-top: solid 1px var(--bs-gry);
}

    .notification-ul li:first-child {
        border-top: solid 0px var(--bs-gry);
    }

    .notification-ul li .timeline-panel > .media-body p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 190px;
    }

.input-list-icon {
    font-size: 20px;
    margin-top: 5px;
}

.badge-fix-header {
    position: absolute;
    top: -8px;
    right: -9px;
    font-size: 12px;
    height: auto;
    line-height: 17px;
    padding: 1px 6px;
}

ul.navbar-div > li:last-child {
    padding: 0 13px;
    margin-left: 13px;
}

.header-right .header-info h6, .header-right .header-info .h6 {
    font-size: 14px;
    margin-bottom: 4px;
}

.header-right .header-info p {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0px;
}

.header-right .header-media {
    margin-left: 0px;
    margin-right: 10px;
}

.Avatar-wid {
    width: 44px;
    height: 44px;
}

.header-profile2 .dropdown-menu {
    min-width: 18.5rem;
    margin: 0;
}

.profile-dropdown-div .card-body a, .profile-dropdown-div .card-footer a, .dropdown-menu .dropdown-item {
    padding: 7px 0;
}

.dropdown-menu .card-footer a:last-child {
    padding-bottom: 0;
}

.profile-dropdown-div .card-body a i, .profile-dropdown-div .card-footer a i {
    font-size: 17px;
    float: left;
    padding-top: 1px;
    margin-right: 8px;
}

.Login-info .header-media {
    margin: 0;
    width: 42px;
    float: left;
}

.Login-info .header-info {
    float: left;
    width: 100%;
    margin: 0;
}

.notification-div ul li .timeline-panel {
    padding: 12px 20px !important;
}

.contacts_card, .dz-chat-history-box, .note_card {
    padding: 15px;
}

.interview-header {
    height: auto;
    padding: 15px 15px 0 15px;
}

.header-avatar-list {
    margin-right: 35px;
}

.header-avatar {
    height: 2.3rem;
    width: 2.3rem;
    margin-inline-end: -20px !important;
}

.avatar-list .add-panelist {
    border: 1px #b3b3b3 dashed;
    bottom: 0 !important;
    left: -43px !important;
    background-color: transparent;
    height: auto;
    width: auto;
    line-height: initial;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: unset !important;
    padding: 7px 9px;
}

    .avatar-list .add-panelist i {
        color: #b3b3b3;
        font-size: 1.3rem;
        line-height: unset;
    }

    .avatar-list .add-panelist:hover, .avatar-list .add-panelist:focus {
        background-color: var(--Secondary);
        border: 1px var(--Secondary) dashed;
        color: var(--bs-white);
    }

        .avatar-list .add-panelist:hover i, .avatar-list .add-panelist:focus i {
            color: var(--bs-white);
        }

.header-Panelist-dropdown .select-wrapper .select-dropdown {
    margin: 0;
    border-bottom: 1px var(--bs-gry-dark) dotted;
}

    .header-Panelist-dropdown .select-wrapper .select-dropdown li img {
        height: auto;
        width: 12px;
        margin: 17px 9px;
        float: left;
    }

.dz-fullscreen .screen-compress, .dz-fullscreen.active .screen-expand {
    display: none;
}

.dz-fullscreen.active .screen-compress {
    display: block;
}
/* End Header CSS -- Jawad */
/* Start deznav CSS -- Jawad */
.admin-profile {
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.admin-img {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    margin-bottom: 8px;
}

    .admin-img img {
        border-radius: 8px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .admin-img a {
        color: var(--primary);
        position: absolute;
        top: -10px;
        right: -8px;
        font-size: 20px;
    }

        .admin-img a:hover {
            color: var(--Secondary);
        }

.admin-profile h5 {
    font-size: 13px;
}

.admin-profile p {
    font-size: 12px;
}
/* (Start open nav CSS) */
.deznav .metismenu {
    padding: 0 5px 0 12px;
}

    .deznav .metismenu .menu-title {
        text-transform: uppercase;
        padding: 8px 0px 10px 0px;
    }

    .deznav .metismenu li {
        margin: 3px 0;
    }

    .deznav .metismenu > li > a {
        padding: 0;
        line-height: 40px;
    }

    .deznav .metismenu > li a > i {
        font-size: 20px;
        width: 2.5rem;
        margin-right: 4px;
    }

.deznav, .deznav .deznav-scroll {
    background-color: var(--bs-white);
}

    .deznav .metismenu .menu-title, .menu-level-1 li a, .deznav .metismenu > li > a {
        color: var(--Secondary);
    }

    .deznav .metismenu > li.mm-active > a, .deznav .metismenu > li a:hover {
        background-color: var(--bs-light-primary);
        color: var(--primary);
    }

        .deznav .metismenu > li.mm-active > a i, .deznav .metismenu > li a:hover i {
            line-height: 39px;
            background-color: var(--primary);
            color: var(--bs-white) !important;
        }

.menu-level-1 li a, .menu-level-2 li a {
    padding: 4px 22px !important;
}

    .menu-level-1 li a:hover, .menu-level-2 li a:hover {
        padding-left: 2.2rem !important;
        background-color: transparent !important;
    }

    .menu-level-1 li a:before, .menu-level-2 li a:before {
        left: 10px !important;
        background: var(--primary) !important;
    }

    .menu-level-1 li a:hover {
        color: var(--primary);
    }

.deznav .metismenu > li > a, .menu-level-1 li a, .menu-level-2 li a {
    font-size: 13px !important;
}

.menu-level-1, .menu-level-2 {
    width: 100%;
}
/* (End open nav CSS) */
/* (Start Close nav CSS) */
.menu-toggle .deznav .metismenu {
    padding: 0;
}

.menu-toggle .menu-level-1 {
    position: fixed !important;
    overflow: scroll !important;
    padding: 15px 0 0 15px !important;
    border-radius: 0px 20px 20px 0px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
    top: 0;
    left: 5rem;
    height: 100%;
    width: 16rem;
}

.menu-toggle .menu-level-2 {
    position: unset !important;
    width: 14rem !important;
    box-shadow: none !important;
    float: left;
    width: 100% !important;
    height: auto !important;
}

    .menu-toggle .menu-level-1 > li, .menu-toggle .menu-level-2 > li {
        float: left;
        width: 100%;
    }

    .menu-toggle .menu-level-1 li a, .menu-toggle .menu-level-2 li a {
        padding: 10px 16px !important;
    }

.menu-toggle .deznav .metismenu > li.mm-active > a, .menu-toggle .deznav .metismenu > li a:hover {
    background-color: transparent;
}

.menu-toggle .menu-level-1, .menu-toggle .menu-level-2 {
    background: var(--bs-light-primary);
}

    .menu-toggle .menu-level-1 li a:hover, .menu-toggle .menu-level-2 li a:hover {
        background: var(--primary) !important;
        color: var(--bs-white);
    }

.menu-toggle .deznav .metismenu > li > a {
    border-radius: 0;
}

.menu-toggle .admin-profile {
    display: none;
}
/* (End Close nav CSS) */
/* End deznav CSS -- Jawad */
/* Start no-sidebar and no-header CSS ---  Jawad Ali */
.no-sidebar {
}

    .no-sidebar .deznav, .no-sidebar .nav-header {
        display: none;
    }

[data-sidebar-style="full"][data-layout="vertical"] .no-sidebar .content-body {
    margin-left: 0;
}

[data-sidebar-style="full"][data-layout="vertical"] .no-sidebar .header {
    padding-left: 2rem;
}

.no-header {
}

    [data-sidebar-style="full"][data-layout="vertical"] .no-header .header, .no-header .Breadcrumb-div {
        display: none;
    }

[data-sidebar-style="full"][data-layout="vertical"] .no-header .content-body {
    padding-top: 0;
}

.no-footer .footer {
    display: none;
}
/* End no-sidebar and no-header CSS ---  Jawad Ali */
/* Start button Family CSS  */
a, .nav-link {
    color: var(--p);
}

    a:hover, .nav-link:hover, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
        color: var(--primary);
    }

.light.btn-danger:hover {
    background-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
}

.btn-text {
    color: var(--primary);
    border: none;
    outline: none;
    background-color: transparent;
}

    .btn-text:hover {
        color: var(--Secondary);
    }

.picker__button--today, .picker__button--clear {
    background-color: var(--primary) !important;
    color: var(--bs-white) !important;
}

    .picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover {
        background-color: var(--Secondary) !important;
    }

.picker__button--close {
    background-color: #ffdede !important;
    border-color: #ffdede;
    color: var(--bs-danger);
}

    .picker__button--close:hover {
        background-color: var(--bs-danger) !important;
        color: var(--bs-white) !important;
    }

.dropdown-icon-box {
    position: relative;
}

.light-icons-btn {
    background-color: var(--bs-light-primary);
    color: var(--primary);
    padding: 10px 13px;
    font-size: 17px;
    min-width: 43px;
    height: 40px;
    text-align: center;
}

    .light-icons-btn:hover {
        background-color: var(--primary);
        color: var(--bs-white);
    }

.list-check {
    color: #0077c7;
}

.dollar-sign {
    color: var(--bs-danger);
}

.pg-controller {
    text-align: right;
}

    .pg-controller a, .pg-controller button {
        margin-left: 5px;
    }

.back-arrow {
    font-size: 16px;
    float: left;
    margin-top: 0px;
    margin-right: 15px;
    border-radius: 50%;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
/* End button Family CSS  */
/* Start Global Form Family CSS */
.value-Gen {
    color: var(--bs-danger) !important;
}

.one-row-form {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .one-row-form h3 {
        padding: 10px 14px;
        margin-bottom: 25px;
        margin-top: 0;
        background-color: var(--bs-gry);
    }

    .one-row-form .or-field {
        margin-bottom: 15px;
        margin-top: 15px;
    }

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea, .select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--p);
}

    input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea, .select-wrapper input.select-dropdown, .input-field .select2 .select2-selection--single {
        height: 3rem;
        width: 100%;
        margin: 0 0 8px 0;
        padding: 0 15px;
    }

    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
        transition: background-color 5000s ease-in-out 0s !important;
    }

    input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important; /* Replace #ffffff with your desired background color */
        -webkit-text-fill-color: #767676 !important; /* Replace #000 with your desired text color */
        transition: background-color 5000s ease-in-out 0s !important;
    }

.input-field .s-menu {
    display: none;
}

.input-field.active label {
    color: var(--primary);
}

.input-field .select2 {
    width: 100% !important;
}

    .input-field .select2 .select2-selection--single {
        padding: 12px 15px !important;
    }

.Add-icon .input-field-icon {
    position: absolute;
    right: 25px;
    top: 13px;
    font-size: 19px;
}

.Add-icon input {
    padding-right: 43px !important;
}

.space-adj-top {
    margin-top: 0px !important;
}

.select2-dropdown {
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.5);
}

.fr-controller {
    padding-top: 17px;
}

.upload-file .input-field {
    flex: 1 0 0;
    margin-right: 10px;
}

.upload-file .file-path-wrapper {
    padding-left: 0px !important;
}
/* End Global Form Family CSS */
/* Start Global Dropdown CSS -- Jawad */
.dropdown-menu {
    padding: 15px 20px;
}

    .dropdown-menu .card-header, .dropdown-menu .card-body, .dropdown-menu .card-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-menu .card-header {
        padding-top: 0 !important;
    }

    .dropdown-menu .card-footer {
        padding-bottom: 0 !important;
    }

        .dropdown-menu .card-body a, .dropdown-menu .card-footer a {
            padding-left: 0;
            padding-right: 0;
        }

.dropdown-content li:hover, .dropdown-content li.active {
    background-color: var(--bs-gry);
}

.dropdown-content li {
    list-style: none;
}

.s-menu {
    display: flex;
}

    .s-menu ul {
        padding: 0;
    }
/* End Global Dropdown CSS -- Jawad */
/* Start Global Ul Family CSS --- Syed Qazi Jawad */
.inline-li, .list-li {
    margin: 0;
}

    .inline-li li a, .list-li li a {
    }

    .list-li li {
        padding: 5px 0;
    }

        .list-li li ul {
            padding-left: 10px;
            margin-top: 5px;
        }

            .list-li li ul li {
                padding: 3px 0;
            }

                .list-li li ul li:last-child {
                    padding-bottom: 0;
                }

    .inline-li li {
        display: inline-block;
        padding: 5px 10px 5px 0;
    }

.list-pd-left {
    margin-left: 20px;
}

.small-1 {
    font-size: 6px;
    vertical-align: top;
    margin-right: 2px;
    margin-top: 7px;
}
/* End Global Ul Family CSS --- Syed Qazi Jawad */
/* Start  Content CSS -- Jawad */
.content-body {
    margin-left: 15rem;
    min-height: auto !important;
    display: flow-root;
}

@-moz-document url-prefix() {
    .content-body {
        display: grid;
    }

    .Global-Table {
        display: grid;
    }
}

.fix-scroll-height {
    height: auto !important;
}

.pg-heading {
    margin: 0px 0 25px 0;
}

    .pg-heading .online-dot {
        font-size: 11px;
    }

    .pg-heading h1 {
        margin: 0;
    }
/* End Content CSS -- Jawad */
/* Start  Global Modal CSS --- Jawad */
.Global-modal-xs {
    max-width: 17%;
}

.Global-modal-sm {
    max-width: 20%;
}

.Global-modal-md {
    max-width: 40%;
}

.Global-modal-lg {
    max-width: 65%;
}

.Global-modal-xl {
    max-width: 85%;
}

.modal-content-height {
    max-height: 60vh;
}

.close-modal {
    font-size: 22px;
    padding: 9px 11px 11px 11px;
    border: none;
    outline: none;
    font-family: monospace;
    line-height: 13px;
    background-color: #ffdede;
    color: var(--bs-danger);
}

    .close-modal:hover {
        background-color: var(--bs-danger);
        color: var(--bs-white);
    }

.modal-content {
    border: none;
}

.modal-header {
    border-bottom: solid 1px var(--bs-gry);
}

.modal-footer {
    border-top: solid 1px var(--bs-gry);
}

.modal-btn-control {
    display: table-cell;
}

    .modal-btn-control a, .modal-btn-control button {
        margin: 0 2px;
    }

.modal-content .modal {
    top: 0 !important;
}

.fix-modal {
    top: 10%;
}

    .fix-modal .modal-dialog {
        margin: 0;
    }

        .fix-modal .modal-dialog .modal-content {
            padding: 0px;
        }

            .fix-modal .modal-dialog .modal-content .modal-header {
                background-color: #fafafa;
            }

.fix-dialog .modal-dialog {
    transform: translate(0, 0px) !important;
}
/* End  Global Modal CSS --- Jawad */
/* Start Card CSS -- Jawad */
.card {
    background-color: var(--bs-white);
    border: solid 0px var(--bs-gry);
}

.card-header .card-title, .modal-header .modal-title {
    padding: 10px 0;
}

.card-deck {
    flex-flow: row;
    display: flex;
}

.card-header {
    border-bottom: solid 1px var(--bs-gry);
}

.ch-height {
    height: 75px;
}

.card-header-btns button, .card-header-btns a {
    margin-left: 10px;
}

.card-footer {
    border-top: solid 1px var(--bs-gry);
}
/* End Card CSS -- Jawad */
/* Start Global Table CSS --- Syed Qazi Jawad */
.Global-Table thead tr th {
    color: var(--Secondary);
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 2px solid var(--bs-form-table);
    font-weight: 500;
}

    .Global-Table thead tr th:first-child {
        padding-right: 0;
    }

.Global-Table tbody tr:hover {
    background-color: var(--bs-gry);
}

.Global-Table tbody tr td {
    padding: 0.625rem 1rem;
    position: relative;
}

    .Global-Table tbody tr td:first-child {
        padding-right: 0;
    }

.Global-Table .tbl-caption {
    padding: 0.8rem 1.25rem 1.25rem;
}

.Global-Table .dataTables_info {
    padding-left: 20px;
    font-size: 12px;
}

.Global-Table tbody tr td {
    border-bottom: 1px solid var(--bs-form-table);
}

.Global-Table.style-1 .tbl-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}

.Global-Table.style-1 tbody tr td {
    border-bottom: 1px solid var(--bs-gry);
}

@media only screen and (max-width: 35.9375rem) {
    .Global-Table.style-1 .heading {
        margin-bottom: 10px !important;
    }
}

.Global-Table.attendance-tbl .dt-buttons .dt-button {
    right: 180px;
}

.Global-Table.attendance-tbl thead span {
    font-size: 13px;
    margin-bottom: 0;
    color: var(--secondary);
}

.Global-Table.attendance-tbl thead p {
    font-size: 10px;
    color: var(--primary);
    margin-bottom: 0;
}

.Global-Table.attendance-tbl thead tr th {
    vertical-align: middle;
}

    .Global-Table.attendance-tbl thead tr th:not(:first-child) {
        padding: 15px 5px;
    }

    .Global-Table.attendance-tbl thead tr th:last-child {
        padding-left: 25px;
    }

.Global-Table.attendance-tbl tbody tr td {
    color: var(--secondary);
    padding: 0.375rem 1.25rem;
}

    .Global-Table.attendance-tbl tbody tr td:not(:first-child) {
        padding: 15px 7px;
    }

    .Global-Table.attendance-tbl tbody tr td i {
        font-weight: 900;
    }

    .Global-Table.attendance-tbl tbody tr td:last-child {
        padding-left: 25px;
    }

.Global-Table.task-table tbody td {
    border-bottom: 1px solid var(--bs-gry);
}

.Global-Table.manage-client tbody tr td {
    border-bottom: 1px solid var(--bs-gry);
    padding: 1.125rem 1.25rem;
}

    .Global-Table.manage-client tbody tr td:last-child {
        text-align: right;
    }

.Global-Table.manage-client thead tr th:last-child {
    text-align: right;
}

.Global-Table thead .sorting_asc, .Global-Table thead .sorting_desc {
    background-color: #BBBBBB;
    color: var(--bs-white);
    border-radius: 10px 10px 0px 0px;
}

.Global-Table tbody tr.odd > .sorting_1, .Global-Table tbody tr.odd > .sorting_1 {
    background-color: #e7e7e7;
}

.Global-Table tbody tr.even > .sorting_1, .Global-Table tbody tr.even > .sorting_1 {
    background-color: #F1F1F1;
}

.active-projects.style-1 .dt-buttons .dt-button {
    top: -50px;
    right: 140px;
}

.dt-buttons .dt-button span i {
    font-size: 13px;
    margin-right: 2px;
}

.Global-Table .dataTables_wrapper .dataTables_length {
    margin-bottom: 0px;
}

    .Global-Table .dataTables_wrapper .dataTables_length label {
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }

    .Global-Table .dataTables_wrapper .dataTables_length select {
        display: block;
    }

    .Global-Table .dataTables_wrapper .dataTables_length select {
        background-color: var(--bs-gry);
        margin: 0 5px;
        height: auto;
        border: none;
        outline: none;
        padding: 10px 15px;
    }

.Global-Table .dataTables_wrapper .dataTables_filter label {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

    .Global-Table .dataTables_wrapper .dataTables_filter label input {
        background-color: var(--bs-gry);
        margin: 0 0 0 10px;
        height: auto;
        border: none;
        padding: 14px 10px;
    }

        .Global-Table .dataTables_wrapper .dataTables_filter label input:focus {
            border: none;
            box-shadow: none;
        }

.balance-inventory-table thead tr th, .balance-inventory-table tbody tr td {
    text-align: right;
}

    .balance-inventory-table thead tr th:first-child, .balance-inventory-table tbody tr td:first-child {
        text-align: left;
    }

.balance-inventory-table thead tr th {
    background-color: #ffdede;
    color: #FF5E5E;
}

    .balance-inventory-table thead tr th:first-child {
        background-color: #e8f6f9;
        color: #58bad7;
    }

@media only screen and (max-width: 47.9375rem) {
    .active-projects.style-1 .dt-buttons {
        display: none;
    }
}

.active-projects .dt-buttons {
    float: unset;
}

    .active-projects .dt-buttons .dt-button {
        position: absolute;
        top: -51px;
        right: 0px;
    }

@media only screen and (max-width: 35.9375rem) {
    .active-projects .dt-buttons .dt-button {
        right: -26rem;
    }
}

.table-action-btn {
    border-radius: 50% !important;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: left;
}

    .table-action-btn i {
        font-size: 17px !important;
    }

.table-action {
}

.table-buttons-wrapper {
    display: flex;
}

.tb-adjust {
    width: 25px !important;
    height: 30px !important;
}

.Ledger-table tbody tr td {
    border-top: 4px solid var(--bs-form-table);
    border-left: 4px solid var(--bs-form-table);
}

    .Ledger-table tbody tr td:first-child {
        border-left: 0px solid var(--bs-form-table);
    }

.Ledger-table tbody tr:last-child {
    background-color: var(--bs-gry);
}

.Narration-td {
    white-space: unset !important;
}
/* End Global Table CSS --- Syed Qazi Jawad */
/* Start Global Toggle Switch Family CSS --- Syed Qazi Jawad */
/* End Global Toggle Switch Family CSS --- Syed Qazi Jawad */
/* Start Global Accordion CSS --- Syed Qazi Jawad */
.accordion-header-text {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.accordion-primary .accordion-header.collapsed {
    color: var(--Secondary);
}
/* End Global Accordion CSS --- Syed Qazi Jawad */
/* Start Global Tabs CSS  */
/* End Global Tabs CSS  */
/* Start Global Pagination CSS  */
.pn-btn {
    width: auto !important;
    color: var(--primary) !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 12px !important;
}

    .pn-btn:hover {
        color: var(--bs-white) !important;
        background-color: var(--primary) !important;
    }
/* End Global Pagination CSS  */
/* Start Global Popover CSS  */
/* End Global Popover CSS  */
/* Start Global Tooltip CSS  */
/* End Global Tooltip CSS  */
/* Start Global Carousel CSS  */
.carousel-control-div {
    height: 100%;
    display: none;
}

    .carousel-control-div button {
        background-color: var(--primary);
        width: auto;
        height: 40px;
        top: 25%;
        bottom: unset;
    }

        .carousel-control-div button span {
            background-size: 90%;
        }

    .carousel-control-div > .carousel-control-prev {
        left: -34px;
    }

    .carousel-control-div > .carousel-control-next {
        right: -34px;
    }

.carousel-indicators-div {
    margin-bottom: -10px;
}

    .carousel-indicators-div button {
        background-color: var(--primary) !important;
    }

.LastBoxes-adj .card {
    border: solid 2px var(--bs-gry);
}
/* End Global Carousel CSS  */
/* Start Global Slider CSS  */
.Product-Slider {
    float: left;
    width: 100%;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper, .lslide {
    height: 377px;
    width: 654px;
}

    .lslide img {
        object-fit: cover;
    }

    .lSSlideWrapper > .lightSlider:after {
        clear: both;
    }

    .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform, height;
        -moz-transition-property: -moz-transform, height;
        transition-property: transform, height;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade {
        position: relative;
    }

        .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            left: 0;
            z-index: 9;
            margin-right: 0;
            width: 100%;
        }

    .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade > *.active {
        z-index: 10;
    }

    .lSSlideWrapper.usingCss .lSFade > *.active {
        opacity: 1;
    }

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

    .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }

        .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            z-index: 99;
            -webkit-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
        }

        .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
            background-color: #428bca;
        }

.lSSlideOuter .media {
    opacity: 0.8;
}

    .lSSlideOuter .media.active {
        opacity: 1;
    }

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .lSSlideOuter .lSPager.lSGallery li {
        overflow: hidden;
        -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
        transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    }

        .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
            border-radius: 5px;
        }

    .lSSlideOuter .lSPager.lSGallery img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
        content: " ";
        display: table;
    }

    .lSSlideOuter .lSPager.lSGallery:after {
        clear: both;
    }

.lSAction > a {
    width: 40px;
    height: 40px;
    display: block;
    top: 50%;
    background-image: url('../images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

    .lSAction > a:hover {
        opacity: 1;
    }

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -35px 0;
    right: 10px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lSSlideOuter.vertical {
    position: relative;
}

    .lSSlideOuter.vertical.noPager {
        padding-right: 0px !important;
    }

    .lSSlideOuter.vertical .lSGallery {
        position: absolute !important;
        right: 0;
        top: 0;
    }

    .lSSlideOuter.vertical .lightSlider > * {
        width: 100% !important;
        max-width: none !important;
    }

    .lSSlideOuter.vertical .lSAction > a {
        left: 50%;
        margin-left: -14px;
        margin-top: 0;
    }

    .lSSlideOuter.vertical .lSAction > .lSNext {
        background-position: 31px -31px;
        bottom: 10px;
        top: auto;
    }

    .lSSlideOuter.vertical .lSAction > .lSPrev {
        background-position: 0 -31px;
        bottom: auto;
        top: 10px;
    }

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
/* End Global Slider CSS  */
/* Start Global offcanvas CSS  */
.offcanvas-Chat-box {
    width: 70% !important;
}

.offcanvas-height-50 {
    height: 50% !important;
}

.offcanvas-height-60 {
    height: 60% !important;
}

.offcanvas-height-70 {
    height: 70% !important;
}
/* End Global offcanvas CSS  */
/* Start Clock Picker and Date Picker CSS -- Jawad */
.clockpicker-popover .popover-title {
    font-size: 20px !important;
    font-weight: 400 !important;
    border-radius: 10px 10px 0 0;
}

.clockpicker-popover {
    border: solid 1px var(--bs-gry);
}

    .clockpicker-popover .popover-title {
        background-color: var(--primary) !important;
        color: var(--bs-white) !important;
    }

        .clockpicker-popover .popover-title span {
            color: var(--bs-white) !important;
        }

.clockpicker-button {
    background-color: var(--primary) !important;
    color: var(--bs-white);
}

    .clockpicker-button:hover {
        background-color: var(--Secondary);
    }

.selects-container .select-wrapper input, .selects-container .select-wrapper input:focus {
    border: none !important;
}
/* End Clock Picker and Date Picker CSS -- Jawad */
/* ======================================= End Site Elements CSS  ======================================= */
/* ================== Start Custom Class for fixes CSS  ================== */
/* Start Border Family CSS */
.border {
    border: solid 1px var(--bs-gry);
}

.border-top {
    border-top: solid 1px var(--bs-gry);
}

.border-bottom {
    border-bottom: solid 1px var(--bs-gry);
}

.border-left {
    border-left: solid 1px var(--bs-gry);
}

.border-right {
    border-right: solid 1px var(--bs-gry);
}

.border-no {
    border: solid 0px var(--bs-gry) !important;
}

.border-top-no {
    border-top: solid 0px var(--bs-gry) !important;
}

.border-bottom-no {
    border-bottom: solid 0px var(--bs-gry) !important;
}

.border-left-no {
    border-left: solid 0px var(--bs-gry) !important;
}

.border-right-no {
    border-right: solid 0px var(--bs-gry) !important;
}
/* End Border Family CSS */
.FlexBox-ml div {
    margin-left: 15px !important;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}

.mr-4 {
    margin-right: 20px;
}

.mr-5 {
    margin-right: 25px;
}

@-moz-document url-prefix() {
    .firefox-table-fix {
        display: grid;
    }

        .firefox-table-fix .table-responsive {
            display: unset;
        }
}
/* Start Notify Alert CSS */
.alert-notify {
    padding: 20px;
    color: #fff;
    background-color: rgb(255 94 94 / 90%);
    min-width: 275px;
}

    .alert-notify:hover {
        background-color: rgb(255 94 94 / 100%);
    }

.alert-inverse {
    background-color: rgb(58 201 119 / 90%);
}

.alert-notify button {
    background: none;
    border: none;
    outline: none;
    color: var(--white);
    font-size: 22px;
}

.notify-icon {
    float: left;
    font-size: 25px;
    margin-right: 15px;
}

.notify-title, .notify-msg {
    width: 80%;
    float: left;
    max-width: 300px;
}

.notify-title {
    font-weight: 600;
}

.swal-icon--warning__body, .swal-icon--warning__dot {
    background-color: #FF9F00;
}

.swal-title {
    color: var(--p);
    font-weight: 400;
    font-size: 16px;
    padding: 0;
}

.swal-icon {
    width: 60px;
    height: 60px;
}

.swal-icon--warning__body {
    height: 23px;
    top: 13px;
}

.swal-footer {
    border-top: solid 1px var(--bs-gry);
}

.alert-close-x {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 26px;
    color: #FF5E5E;
    float: right;
    line-height: 25px;
}
/* End Notify Alert CSS */
/* ================== End Custom Class for fixes CSS  ================== */
/* Start Global Chat box CSS */
.chatbox .contacts li {
    border-bottom: solid 1px var(--bs-gry);
}

    .chatbox .contacts li:hover {
        background-color: var(--Secondary);
    }

.chatbox .nav .nav-link:hover, .chatbox .nav .nav-link.active {
    color: var(--primary);
    border-color: var(--primary);
}

.chatbox .nav .nav-link {
    color: var(--primary);
}

.chat-list {
    padding: 10px 10px 10px 19px !important;
    cursor: pointer;
}

.chat-p .d-flex {
    align-items: center;
}

.selected-chat {
    background: #fcf0e9;
}

.search-div input[type="search"], .search-div input[type="text"] {
    border: none;
}

.type-massage input[type="text"] {
    background-color: #fff;
}
/* End Global Chat box CSS */
/* ======================================= Start Login page CSS  ======================================= */
.Atro-form-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.Atro-login-box {
    width: 100%;
    overflow: hidden;
}

.login-text-wrap, .login-wrap {
    width: 50%;
}

.login-text-wrap {
    background: var(--primary);
}

    .login-text-wrap, .login-text-wrap .text h2 {
        color: var(--bs-white);
    }

.login-wrap {
    position: relative;
    background: var(--bs-white);
}

.input-global-error {
    font-size: 12px;
}

.validation-summary-errors ul li {
    font-size: 12px;
}
/* ======================================= End Login page CSS  ======================================= */
/* ================================= Start Change Password page CSS  ================================= */
.ChangePassword-div {
    margin-top: 20px;
}

.ChangePassword-wrapper {
    display: flex;
    width: 80%;
    margin: 80px auto;
    align-items: center;
}

.ChangePassword-form {
    width: 50%;
    overflow: hidden;
}

.ChangePassword-image {
    width: 50%;
    margin: 0 100px;
}
/* ================================= End Change Password page CSS  ================================= */
/* ======================================= Start Dashboard page CSS  ======================================= */
.special-box .card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-box .media {
    flex-direction: column;
}

    .special-box .media > span {
        background-color: rgb(219 219 219 / 25%);
        color: #fff;
    }

    .special-box .media .media-body h3 {
        text-align: center;
    }

.bank-card-up {
    background-color: #daf5e6;
}

    .bank-card-up i {
        background-color: #e8fdf1;
    }

    .bank-card-up h2, .bank-card-up span, .bank-card-up i {
        color: #3ac977;
    }

    .bank-card-up i, .bank-card-down i {
        font-size: 30px;
        padding: 16px 19px;
    }

.bank-card-down {
    background-color: #ffdede;
}

    .bank-card-down i {
        background-color: #f7bcbc;
    }

    .bank-card-down h2, .bank-card-down span, .bank-card-down i {
        color: #ff5e5e;
    }

.Net-Amount-div span {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
}

.text-c-blue {
    color: #58bad7;
}

.text-c-red {
    color: #ff5e5e;
}

.text-c-green {
    color: #3ac977;
}

.ch-filters .select-wrapper svg {
    top: -1px;
}

.ch-filters .select-wrapper .select-dropdown {
    margin-bottom: 0;
}

.ch-filters .select-wrapper input[type=text]:not(.browser-default), .ch-filters .select-wrapper input.select-dropdown {
    height: 2.2rem;
}
/* ======================================= End Dashboard page CSS  ======================================= */
/* ================================= Start Sales pages CSS  ================================== */
.ProductDocuments-wrapper {
    display: flex;
}

    .ProductDocuments-wrapper .input-field {
        flex: 1 0 0%;
        margin-right: 15px;
    }

.Product-offcanvas {
    height: 70% !important;
}

.Customer-offcanvas {
    height: 32% !important;
}

.tp-btn {
    font-size: 20px;
    margin-right: 10px;
    color: var(--primary);
}

    .tp-btn:hover {
        color: var(--Secondary);
    }

    .tp-btn span {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        float: right;
        margin-left: 5px;
    }

#ImgDiv, #imgDiv {
    position: relative;
    float: left;
    margin-right: 10px;
}

    #ImgDiv:last-child, #imgDiv:last-child {
        margin-right: 0px;
    }

    #ImgDiv a, #imgDiv a {
        float: left;
        width: 175px;
        height: 175px;
        overflow: hidden;
        margin-bottom: 10px;
        border: solid 1px var(--bs-gry);
        display: flex;
        align-items: center;
    }

        #ImgDiv a img, #imgDiv a img {
            width: 100%;
            cursor: pointer;
        }

    #ImgDiv button, #imgDiv button {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 3px 4px 0px 4px;
        border-radius: 0px 0px 0px 4px;
    }

        #ImgDiv button i, #imgDiv button i {
            font-size: 16px;
            line-height: normal;
        }

.chip i {
    cursor: pointer;
}

#docsDiv .button-container {
    float: left;
    margin: 5px 10px 5px 0;
}

.upload-img-frame {
    max-height: 253px;
}

.file-upload-btn {
    margin-top: 6px;
}

.table-sub-tr, .table-sub-tr td {
    border: 0px solid var(--bs-form-table) !important;
}

    .table-sub-tr td {
        padding: 0.400rem 1rem !important;
    }

.table-brand-txt, .table-product-txt {
    color: var(--primary);
}

.table-product-txt {
    font-weight: 600;
}

.table-ProductStatus {
    text-align: right;
}

.dark-gry-txt {
    color: #6e6e6e !important;
}

.table-ProductStatus span {
    background-color: var(--bs-white);
    color: var(--p);
}

.label-unset.active label {
    color: var(--p);
}

.Product-Details-content {
    float: left;
    width: 100%;
}

.product-title {
    position: relative;
}

.AprovedProduct-tag {
    margin-bottom: 6px;
}

.Sold-price, .Push-price {
    margin: 0 0 7px 0;
    font-size: 16px;
    font-weight: 600;
}

    .Sold-price span {
        color: var(--Secondary);
    }

    .Push-price span {
        color: var(--primary);
    }

    .Sold-price span, .Push-price span {
        font-size: 22px;
        float: right;
        margin-left: 10px;
    }

.car-features {
    float: left;
    padding: 20px;
    text-align: center;
    width: 23.6%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 145px;
    border-radius: 10px;
    border: solid 1px var(--bs-gry);
    margin: 5px;
}

    .car-features i {
        font-size: 32px;
    }

    .car-features h5 {
        margin: 6px 0 0px 0;
    }

.product-detail-ul {
    margin-top: 25px;
}

    .product-detail-ul ul {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
    }

        .product-detail-ul ul li {
            list-style: none;
            background-image: url('../images/checked.png');
            background-repeat: no-repeat;
            background-position: left top;
            background-size: 18px;
            padding-left: 1.7rem;
            margin: 0.4rem 0;
            font-weight: 600;
            display: inline;
            min-width: 25%;
            float: left;
            color: var(--Secondary);
        }

            .product-detail-ul ul li span {
                font-weight: 500;
                color: var(--p);
            }
/* ================================= End Sales CSS  ================================== */
/* ================================= Start Customer CSS  ================================== */
.Consignee-data-tr {
    background-color: var(--bs-light-primary);
    border-bottom: 4px solid var(--primary);
}
/* ================================= End Customer CSS  ================================== */
/* ================================= Start Reports CSS  ================================== */
.CurrencyRates-box {
    background-color: var(--bs-light-primary);
    padding: 15px;
    border-radius: 15px;
}

.CR-table tbody tr {
    background-color: var(--bs-light-primary-1);
    border-bottom: solid 3px var(--primary);
}

    .CR-table tbody tr td {
        border-bottom: solid 0px var(--primary);
        font-weight: 600;
    }

        .CR-table tbody tr td:last-child, .CR-table tbody tr th {
            text-align: right;
            font-size: 19px;
            color: var(--primary);
        }

    .CR-table tbody tr:last-child {
        border-bottom: solid 0px var(--primary);
    }

.totalReceived-th, .AllocatedUsd-th, .AvailableBalance-th {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.totalReceived-th {
    background-color: #FF9F00 !important;
    padding: 0 2px !important;
}

.AllocatedUsd-th {
    background-color: #58bad7 !important;
}

.AvailableBalance-th {
    background-color: #3AC977 !important;
}
/* ================================= End Reports CSS  ================================== */
/* ================================= Start Employees CSS  ================================== */
.Username-sort-div ul {
    float: left;
    width: 100%;
}

    .Username-sort-div ul li {
        list-style: none;
        display: inline-block;
        margin: 0 2px;
    }

        .Username-sort-div ul li a {
            background-color: var(--bs-gry-dark);
            padding: 10px 15px;
            float: left;
        }

            .Username-sort-div ul li a:hover {
                color: var(--p);
            }

            .Username-sort-div ul li a.active {
                opacity: 0.6;
            }

.UN-Settings-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.User-Setting-Dropdown {
    min-width: 200px !important;
}

    .User-Setting-Dropdown a {
        font-weight: normal !important;
    }

.author-profile {
    border: solid 1px var(--bs-gry);
}

.UN-Settings-div .dropdown-content {
    min-width: 190px;
}
/* ================================= End Employees CSS  ================================== */
.upload-card {
    border: 1px dashed var(--bs-form-table);
    padding-top: 30px;
}

    .upload-card i {
        font-size: 30px;
    }

    .upload-card, .upload-card input[type="text"] {
        text-align: center;
    }

        .upload-card input[type="text"] {
            border: 0px dashed var(--bs-form-table);
        }

.feature-list {
}

    .feature-list ul {
        margin: 0;
        padding: 0;
    }

        .feature-list ul li {
            display: inline;
            list-style: none;
        }

            .feature-list ul li a {
                color: #000;
                font-size: 14px;
                background-color: #f5f5f5;
                border: 1px solid #ccc;
                border-radius: 4px;
                padding: 10px 30px;
                float: left;
                margin: 5px;
            }

                .feature-list ul li a.active {
                    background-image: url(../images/selected.png);
                    background-repeat: no-repeat;
                    background-position: left top;
                    background-size: 37px;
                    background-color: #deffdf;
                    color: #4fa052;
                    font-weight: 400;
                    border: 1px solid #4fa052;
                }
/* Start tree multiselect CSS */
.tree-multiselect .item .option {
    opacity: 1;
    position: unset;
}

.custom-tree-multiselect .tree-multiselect:nth-child(2) {
    display: none;
}

.custom-tree-multiselect .tree-multiselect .selections {
    background: transparent;
    border-right: solid 2px var(--bs-gry);
    padding-left: 0;
}

    .custom-tree-multiselect .tree-multiselect .selections .auxiliary .search {
        background-color: var(--bs-gry);
        margin: 0;
        height: auto;
        border: none;
        padding: 16px 10px;
    }

    .custom-tree-multiselect .tree-multiselect .selections .auxiliary .select-all-container .select-all {
        background: none;
        border-right: 2px solid var(--bs-gry);
        font-weight: normal;
    }

        .custom-tree-multiselect .tree-multiselect .selections .auxiliary .select-all-container .select-all:hover, .custom-tree-multiselect .tree-multiselect .selections .auxiliary .select-all-container .unselect-all:hover {
            color: var(--primary);
        }

    .custom-tree-multiselect .tree-multiselect .selections .section {
        padding-bottom: 0rem;
    }

        .custom-tree-multiselect .tree-multiselect .selections .section .title {
            background: var(--bs-gry);
            color: var(--Secondary);
            padding: 10px;
        }

        .custom-tree-multiselect .tree-multiselect .selections .section .item {
            padding: 0;
            margin-top: 15px;
            display: flex;
        }
            /*.custom-tree-multiselect .tree-multiselect .selections .section .item input[type='checkbox'] {
                height: 23px;
                width: 22px;
                outline: none;
                color: #96999D;
                -webkit-appearance: none;
                -webkit-font-smoothing: antialiased;
                border-radius: 4px;
                transition: all 0.15s;
                background-image: url(../images/checkbox.jpg);
                background-repeat: no-repeat;
                background-position: top center;
            }
            .custom-tree-multiselect .tree-multiselect .selections .section .item input[type=checkbox]:focus {
                color: #2E3236;
                background-position: bottom center;
            }*/
            .custom-tree-multiselect .tree-multiselect .selections .section .item input[type='checkbox'] {
                height: 20px;
                width: 20px;
                outline: none;
                border-radius: 10px;
            }

.custom-tree-multiselect .tree-multiselect .selected .item {
    background: var(--bs-gry);
    padding: 12px 20px;
    overflow: auto;
    font-weight: normal;
    margin-bottom: 10px;
}
/* End tree multiselect CSS */
