@charset "UTF-8";
/*========================================================*/
/* Lato */


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&display=swap');



body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: var(---bs-body-color);
    font-size: 0.9rem;
}

html,
body {
    font-family: 'Lato', sans-serif;
    height: 100%;
}


h1 {
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

h4 {
    font-weight: bold;
}

h5 {
    font-weight: bold;
}

h6 {
    font-weight: bold;
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.no-data-text {
    font-weight: 700;
    color: red;
}

.text-blue {
    color: #0a58ca;
}

.text-grey {
    color: #333;
}

.text-lightgrey {
    color: #666;
}

.report-text-parameter {
    color: #aaa;
    font-size: 18px;
}

    .report-text-parameter span {
        color: #333;
        margin-right: 5px;
    }

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-36 {
    font-size: 36px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.capsule-btn {
    padding: 9px 20px;
    font-size: 16px;
    border-radius: 40px;
    display: block;
}

    .capsule-btn.black {
        cursor: pointer;
        background: #333;
        color: #fff;
    }

        .capsule-btn.black:hover {
            background: #202020;
            color: #fff;
        }

    .capsule-btn.small {
        padding: 3px 10px;
    }

.capsule-btn-single {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 40px;
    display: block;
    cursor: pointer;
}

    .capsule-btn-single.black {
        background: #1c3e93;
        color: #fff;
    }

        .capsule-btn-single.black:hover {
            background: #142d6f;
        }

.capsule-wrapper {
    margin: 0;
    padding: 0;
}

    .capsule-wrapper li {
        padding: 0;
        display: inline-block;
    }

    .capsule-wrapper.black {
        background: #ececec;
        overflow: hidden;
        border-radius: 45px;
        display: inline-block;
    }

        .capsule-wrapper.black .capsule-btn {
            color: #333;
        }

        .capsule-wrapper.black li.active .capsule-btn {
            background: #1c3d91;
            color: #fff;
        }

            .capsule-wrapper.black li.active .capsule-btn:hover {
                background: #142d6f;
                color: #fff;
            }

a:hover {
    text-decoration: none;
}

*:focus {
    outline: 0 !important;
}

.rectangle-tab-btn-list-wrap a.nav-link {
    background: #ccc;
    text-align: center;
    color: #000;
    padding: 10px 10px;
    border-radius: 5px 5px 0px 0px;
    margin-right: 5px;
    min-width: 70px;
}

    .rectangle-tab-btn-list-wrap a.nav-link.active {
        background: #1c3d91;
        color: #fff;
        font-weight: 700;
    }

.rectangle-tab-btn-list-wrap.small-nav-tab-wrap a.nav-link {
    padding: 5px;
    max-width: 95px;
    min-width: 95px;
    font-size: 12px;
    vertical-align: center;
}

.open-top-filter {
    position: relative;
}

    .open-top-filter:after {
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "";
        margin-left: 5px;
    }

    .open-top-filter.open:after {
        content: "";
    }

.top-filter-wrapper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

    .top-filter-wrapper.open {
        max-height: 1200px;
        opacity: 1;
        transition: all 0.5s ease;
    }

.default-table-date th {
    padding: 6px;
    font-size: 14px;
}

.default-table-date td {
    padding: 6px;
    font-size: 12px;
}

    .default-table-date td.bold {
        font-weight: bold;
    }

.default-table-date tbody tr {
    background: #fff;
}

    .default-table-date tbody tr:nth-of-type(odd) {
        background: #fff;
    }

    .default-table-date tbody tr.past {
        background: #f2f2f2;
    }

    .default-table-date tbody tr.taken {
        background: #1e3c93;
        color: #fff;
    }


.simplebar-content .blue-table {
    width: 99%;
}

.blue-table {
    margin-bottom: 0;
}

    .blue-table thead {
        margin-bottom: 10px;
        border: none;
    }

        .blue-table thead th {
            padding: 8px;
            font-size: 12px;
            background: #1d89cf;
            color: #fff;
            border: none;
        }

    .blue-table th:first-child {
        border-radius: 10px 0 0px 10px;
    }

    .blue-table th:last-child {
        border-radius: 0 10px 10px 0;
    }

    .blue-table tbody tr:first-child td:first-child {
        border-radius: 10px 0 0px 0px;
        border-top: 0px;
    }

    .blue-table tbody tr:first-child td:last-child {
        border-radius: 0px 10px 0px 0px;
        border-top: 0px;
    }

    .blue-table tbody tr:last-child td:first-child {
        border-radius: 0px 0 0px 10px;
        border-top: 0px;
    }

    .blue-table tbody tr:last-child td:last-child {
        border-radius: 0px 0 10px 0px;
        border-top: 0px;
    }


    .blue-table td {
        padding: 8px;
        font-size: 12px;
        border: none;
    }

    .blue-table .custom-scroll-td td {
        padding-bottom: 20px;
    }

.black-table {
    margin-bottom: 10px;
}

    .black-table th {
        padding: 6px;
        font-size: 13px;
        background: #26282d;
        color: #fff;
    }

    .black-table td {
        padding: 6px;
        font-size: 12px;
        background: #fff;
    }

    .black-table .custom-scroll-td td {
        padding-bottom: 20px;
    }

.bg-variance {
    background: #ffb3b3 !important;
}

.bg-variance-green {
    background: #abecb0 !important;
}

.variance i.fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.variance.less i.fas:before {
    content: "";
    color: #ff443b;
}

.variance.more i.fas:before {
    content: "";
    color: #78d97f;
}

.custom-scroll .simplebar-track.simplebar-horizontal {
    background: #ccc;
    visibility: visible;
}

.custom-scroll.theme-blue .simplebar-track.simplebar-vertical {
    background: #fff;
}

.custom-scroll.theme-blue .simplebar-scrollbar:before {
    background: #1c3e93;
    opacity: 1;
}

.white-table {
    margin-bottom: 10px;
}

    .white-table th {
        padding: 6px;
        font-size: 13px;
        background: #fff;
        color: #484848;
    }

    .white-table td {
        padding: 6px;
        font-size: 12px;
        vertical-align: middle;
        background: transparent;
    }

    .white-table tbody tr {
        background: #e7f0ef !important;
    }

        .white-table tbody tr.pending {
            background: #e2c6c5 !important;
        }

    .white-table .custom-scroll-td td {
        padding-bottom: 20px;
    }

    .white-table td.changed {
        background: #ff5b1e;
    }

    .white-table.table-bordered td,
    .white-table.table-bordered th {
        border: 1px solid #bcbcbc;
    }

.text-underline {
    text-decoration: underline;
}

.fixed-table {
    overflow-y: auto;
    height: 240px;
    margin-bottom: 20px;
}

    .fixed-table thead th {
        position: sticky;
        top: -1px;
        z-index: 1;
    }

    .fixed-table .fixed-tr td {
        position: sticky;
        top: 100px;
        z-index: 1;
    }

.table-style-row {
    margin: 0;
}

    .table-style-row [class*=col] {
        padding-top: 6px;
        padding-bottom: 6px;
        background: #e9ecef;
        border: 1px solid #cfcfcf;
    }

        .table-style-row [class*=col] .form-group {
            margin-bottom: 5px;
        }



.bell-counter .dropdown-list .dropdown-header {
    background-color: #2c6dae;
    border: 1px solid #2c6dae;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
}

.bell-counter .dropdown-menu {
    margin: 0px;
    padding: 0px;
}

.bell-counter .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    font-size: 12px;
    line-height: 1.3;
}

.bell-counter .dropdown-list {
    width: 20rem !important;
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.notification-list-wrap {
    max-height: 300px;
    overflow-y: auto;
}

    .notification-list-wrap .notif-date {
        font-size: 14px;
        color: #666
    }

footer.sticky-footer {
    width: 100%;
    margin: 25px 0 0 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    position: absolute;
    background: #0a1f33;
    color: #fff;
    right: 0;
    bottom: 0;
    z-index: 101;
}

    footer.sticky-footer .copyright {
        font-size: 0.7rem;
        padding: 10px;
        text-align: center;
        margin: 0px;
    }

@media (max-width: 767px) {
    footer.sticky-footer {
        padding-left: 15px;
    }
}

.custom-control.middle-align {
    line-height: 24px;
}

.custom-radio-grp-wrap .custom-control {
    padding-left: 20px;
}

    .custom-radio-grp-wrap .custom-control .custom-control-label {
        vertical-align: middle;
        font-size: 12px;
        line-height: 24px;
    }

        .custom-radio-grp-wrap .custom-control .custom-control-label:before {
            left: -20px;
        }

        .custom-radio-grp-wrap .custom-control .custom-control-label:after {
            left: -20px;
        }

.default-blue-card {
    background: #e4ebef;
}

    .default-blue-card .card-header {
        padding: 10px;
        border-radius: 5px 5px 0 0;
        background: #1c3e93;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

        .default-blue-card .card-header.hb {
            padding: 12px 10px;
        }

    .default-blue-card .card-body {
        padding: 10px;
    }



.input-box label {
    margin: 5px 0 0;
    font-weight: 500;
}

    .input-box label span {
        font-size: 18px;
        line-height: 14px;
    }

.input-box .form-control {
    height: 33px;
    border-radius: 0;
    padding: 3px 10px;
    font-size: 12px;
    color: #000;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.input-box textarea.form-control {
    height: 100px;
    resize: none;
}

.input-box .date-wrap {
    position: relative;
}

    .input-box .date-wrap i {
        position: absolute;
        right: 5px;
        top: 8px;
        color: #8a8e8f;
    }

    .input-box .date-wrap input {
        padding-right: 30px;
    }

.input-box .search-box {
    position: relative;
}

    .input-box .search-box i {
        position: absolute;
        right: 8px;
        top: 8px;
        color: #8a8e8f;
    }

    .input-box .search-box input {
        padding-right: 30px;
    }

.input-box .mandatory {
    color: #ff0000;
}

.input-box .bootstrap-select .btn-light {
    border-radius: 5px !important;
}

.input-box .form-control.customSelect {
    padding: 0
}

.input-box .custom-file {
    height: 30px
}

    .input-box .custom-file .custom-file-label {
        font-weight: normal;
        height: 36px;
        padding: 7px 10px;
        line-height: 1.5;
        border: 1px solid #8a8e8f;
        border-radius: 5px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
    }

        .input-box .custom-file .custom-file-label:after {
            height: 38px;
            font-size: 13px;
            line-height: 1.6;
            background-color: #686868;
            color: #fff
        }

    .input-box .custom-file .custom-file-input {
        height: 36px;
        padding: 7px 10px
    }

input.error {
    border: 1px solid red !important;
    border-left: 3px solid red !important;
}

input.valid {
    border: 1px solid #78d97f !important;
    border-left: 3px solid #78d97f !important;
}

.customSelect .btn-light.error {
    border: 1px solid red !important;
    border-left: 3px solid red !important;
}

.customSelect .btn-light.valid {
    border: 1px solid #78d97f !important;
    border-left: 3px solid #78d97f !important;
}

.small-select .dropdown-toggle.btn-light.bs-placeholder {
    height: 20px;
    font-size: 11px;
    padding: 0 10px;
}

    .small-select .dropdown-toggle.btn-light.bs-placeholder .filter-option-inner-inner {
        font-size: 12px;
    }

.fix-size-90 {
    width: 90px;
}

.team-list-box {
    min-width: 140px;
    max-width: 140px;
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    color: var(---bs-body-color);
    height: 21px;
    font-size: 14px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    border: 1px solid #e3b04b;
    outline: none !important;
}

.bootstrap-select .btn-light {
    background: var(---bs-select-btn-bg) !important;
    border: 1px solid var(---bs-select-btn-border-color) !important;
    color: var(---bs-select-btn-color) !important;
    border-radius: 4px;
}

    .bootstrap-select .btn-light:focus,
    .bootstrap-select .btn-light:hover,
    .bootstrap-select .btn-light:active {
        background: var(---bs-select-btn-bg) !important;
        border-color: var(---bs-select-btn-border-color) !important;
        color: var(---bs-select-btn-color) !important;
    }

.bootstrap-select .bs-searchbox {
    padding: 2px;
}

    .bootstrap-select .bs-searchbox .form-control {
        border-radius: 0px;
        height: 28px;
        font-size: 12px;
    }

    .bootstrap-select .bs-searchbox + .bs-actionsbox {
        padding: 0 2px;
    }

.bootstrap-select .form-control:focus {
    box-shadow: none;
    border: 1px solid #aaa;
}

.bootstrap-select .dropdown-menu {
    border: 1px solid #aaa;
    margin-top: -1px;
    padding-top: 0;
}

    .bootstrap-select .dropdown-menu li a {
        font-size: 13px;
        color: var(---bs-select-dropdownmenu-li-a-color);
    }

        .bootstrap-select .dropdown-menu li a:hover {
            background: var(---bs-select-dropdownmenu-bg);
            color: var(---bs-select-dropdownmenu-li-a-color);
        }

.bootstrap-select .dropdown-item {
    padding: 0.25rem 0.6rem;
}


.bootstrap-select .bs-actionsbox .actions-btn {
    font-size: 11px;
    padding: 0px;
    font-weight: 500;
}

.bootstrap-select .dropdown-item.active {
    background: var(---bs-select-dropdownmenu-li-active-bg);
    color: var(---bs-select-dropdownmenu-li-a-color);
}

.bootstrap-select.form-control {
    height: auto;
}

@media all and (-ms-high-contrast: none) {
    .bootstrap-select .dropdown-menu div.inner {
        max-height: 160px !important;
        height: 160px;
        overflow-y: hidden !important;
    }

    .bootstrap-select ul.dropdown-menu.inner {
        height: 160px;
        overflow: auto !important;
        padding-bottom: 20px;
    }
}

.behave-tab-content {
    display: none;
}

    .behave-tab-content.active {
        display: block;
    }

.rectangle-tab-content-wrap {
    background: #e4ebef;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
}

.tab-btn-list-wrap a.nav-link {
    background: #e4ebef;
    text-align: center;
    color: #000;
    padding: 10px 10px;
    border-radius: 0px;
}

    .tab-btn-list-wrap a.nav-link.active {
        background: #1c3d91;
        color: #fff;
        font-weight: 700;
    }

    .tab-btn-list-wrap a.nav-link:last-child {
        border-radius: 0 5px 0 0;
    }

.white-tab-wrap a.nav-link {
    background: #efefef;
}

    .white-tab-wrap a.nav-link.active {
        background: #fffcfc;
        color: #000;
        font-weight: 700;
    }

.white-tab-wrap .tab-content {
    background: #fffcfc;
}

.custom-modal .modal-header {
    font-size: 24px;
    padding: 10px 15px;
}

.custom-modal .modal-body h5 {
    font-size: 18px;
}

.default-modal .modal-header {
    font-size: 18px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 900;
}

    .default-modal .modal-header .modal-title {
        font-size: 16px;
        font-weight: 500;
    }

    .default-modal .modal-header .close {
        color: #fff;
        opacity: 1;
    }

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
    /* Safari */
}


    .loader-wrapper .loader {
        position: fixed;
        left: 50%;
        top: 50%;
        margin-left: -35px;
        margin-top: -35px;
        z-index: 999999;
    }

.loader {
    /* transform: rotateZ(45deg);
  perspective: 1000px; */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: #fff;
    background: url('./../images/loaderNetX.gif') no-repeat;
    background-size: cover;
}

/* .loader:before,
.loader:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

.loader:after {
  color: #FF3D00;
  transform: rotateY(70deg);
  animation-delay: .4s;
} */

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {

    0%, 100% {
        box-shadow: .5em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .5em .5em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .5em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.5em .5em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.5em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.5em -.5em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.5em 0 0 currentcolor;
    }

    87% {
        box-shadow: .5em -.5em 0 0 currentcolor;
    }
}







#main-Content-Wrapper {
    position: relative;
    padding: 0px 0px;
    min-height: calc(100vh - 102px);
}

@media (max-width: 767px) {
    /*  #main-Content-Wrapper {
    padding-left: 15px;
  } */
}

.custom-scroll-style .simplebar-vertical {
    background: #7188a0;
    width: 8px !important;
    border-radius: 8px;
}

    .custom-scroll-style .simplebar-vertical .simplebar-scrollbar {
        background: #23394e;
        width: 8px;
        right: 0;
        border-radius: 8px;
    }

.min-area-wrap {
    min-height: 295px;
    margin-top: 25px;
}

.hr-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-head-detail {
    padding: 10px 0px;
}

.border-right-custom {
    border-right: 1px solid #ddd;
}

.border-right-logo {
    position: relative;
}

    .border-right-logo:after {
        position: absolute;
        content: "";
        display: block;
        height: 31px;
        width: 1px;
        border-right: 1px solid #ddd;
        right: -2px;
        top: 20px;
    }

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.no-line-height {
    line-height: 0;
}

.pt-10 {
    padding-top: 10px;
}

.p-10 {
    padding: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.w-120 {
    min-width: 120px;
    display: block;
    float: left;
}

.w-70 {
    min-width: 70px;
    display: block;
    float: left;
}

.w-95 {
    min-width: 95px;
    display: block;
    float: left;
}

.w-110 {
    min-width: 110px;
    display: block;
    float: left;
}

.w-155 {
    min-width: 155px;
    display: block;
    float: left;
}

.max-250-scroll {
    max-height: 250px;
    overflow-y: auto;
}

.max-350-scroll {
    max-height: 350px;
    overflow-y: auto;
}

.secondary-logo-list-wrap {
    position: relative;
}

    .secondary-logo-list-wrap .secondary-logo-title {
        font-size: 30px;
        color: #999999;
        margin-bottom: 0;
        position: relative;
        cursor: pointer;
        opacity: 1;
        padding-right: 20px;
        line-height: 30px;
    }

        .secondary-logo-list-wrap .secondary-logo-title i {
            position: absolute;
            top: 7px;
            right: 0;
            font-size: 20px;
        }

    .secondary-logo-list-wrap .company-list-wrap {
        position: absolute;
        right: 0;
        top: 8px;
        margin-bottom: 0;
        width: 220px;
        display: none;
    }

    .secondary-logo-list-wrap.open .company-list-wrap {
        display: block;
    }

    .secondary-logo-list-wrap.open .secondary-logo-title {
        opacity: 0;
    }

/***  Accessibility CSS Start ***/

.color-white-to-black * {
    background: #000 !important;
    color: white !important;
}

.color-white-to-black {
    background: #000 !important;
    color: white !important;
}

    .color-white-to-black .section-top-wrapper {
        border-bottom: 1px solid #000;
    }

    .color-white-to-black,
    .color-white-to-black h1,
    .color-white-to-black h2,
    .color-white-to-black h3,
    .color-white-to-black h4,
    .color-white-to-black h5,
    .color-white-to-black p,
    .color-white-to-black a {
        color: #fff !important;
    }

.color-white-to-black-yellow {
    background: #000;
}

    .color-white-to-black-yellow .section-top-wrapper {
        border-bottom: 1px solid #fff;
        background: #000;
    }

    .color-white-to-black-yellow * {
        color: #fff000 !important;
        background: #000 !important;
    }

    .color-white-to-black-yellow a,
    .color-white-to-black-yellow h1,
    .color-white-to-black-yellow h2,
    .color-white-to-black-yellow h3,
    .color-white-to-black-yellow h4,
    .color-white-to-black-yellow h5,
    .color-white-to-black-yellow h6 {
        color: #fff000 !important;
    }

.accessibility {
    padding: 5px 0;
}

    .accessibility ul {
        margin: 0;
        padding: 0;
    }

        .accessibility ul li {
            display: inline;
            font-size: 12px;
        }

    .accessibility .nav-item {
        color: #fff;
    }

        .accessibility .nav-item a {
            color: #000;
            text-decoration: none;
            font-size: 11px;
            border: 1px solid #000;
            margin-right: 3px;
            font-weight: bold;
            background: #fff;
            vertical-align: middle;
            display: inline-block;
        }

        .accessibility .nav-item .imageItem img {
            float: left;
            width: 16px;
        }

        .accessibility .nav-item a:focus {
            border: 1px dashed #121fd4;
        }

        .accessibility .nav-item a:last-child {
            margin-right: 0px;
        }

    .accessibility .textsize {
        padding: 0px 5px;
        font-size: 11px;
        text-align: center;
    }

    .accessibility .skipItem a {
        background: none;
        border: 1px solid transparent;
        color: #fff;
        font-size: 12px;
    }

.color-white-to-black .accessibility .nav-item a {
    border: 1px solid #fff;
}

.color-white-to-black .accessibility .skipItem a {
    border: 1px solid transparent;
}

.color-white-to-black-yellow .accessibility .nav-item a {
    border: 1px solid #fff;
}

.color-white-to-black-yellow .accessibility .skipItem a {
    border: 1px solid transparent;
}

@media (max-width: 375px) {
    .accessibility {
        text-align: center;
    }

        .accessibility .skipItem {
            display: block;
        }
}


/***  Accessibility CSS  End ***/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    select::-ms-expand {
        display: none;
    }
}

.ieHackSvg {
    position: relative;
    width: 100%;
}

.info-holder {
    width: 200px;
    position: relative;
}

    .info-holder .circle-block {
        width: 80px;
        height: 80px;
        background: #31a447;
        border-radius: 50px;
        margin: auto;
        margin-bottom: 10px;
    }

        .info-holder .circle-block.chnaged {
            background: #ff5b1e;
        }

    .info-holder:before {
        content: "";
        width: 100%;
        height: 1px;
        z-index: -1;
        background: #333;
        display: block;
        position: absolute;
        left: 50%;
        top: 40px;
    }

    .info-holder:last-child:before {
        display: none;
    }

.custom-control-label:before,
.custom-control-label:after {
    top: 0.15rem
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #dfdfdf;
    color: #333
}

.bootstrap-select .btn-light.disabled {
    background: #dfdfdf !important;
    opacity: 1
}

    .bootstrap-select .btn-light.disabled .filter-option-inner-inner {
        color: #333;
    }


.dash-link {
    display: block;
    text-decoration: none;
    position: relative;
    cursor: auto;
}

.role-widget {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    overflow: hidden;
}

    .role-widget .card-body {
        padding: 0px;
    }

    .role-widget .dash-widget-icon {
        display: block;
        font-size: 26px;
        line-height: 50px;
        margin: 0 auto 10px;
        text-align: center;
    }

    .role-widget .cart-txt {
        font-weight: 500;
        margin: 0 auto;
        padding: 5px 15px 10px 15px;
        z-index: 99;
        position: relative;
    }

        .role-widget .cart-txt h5 {
            margin: 0px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            color: #fff;
        }

    .role-widget h6 {
        font-size: 24px;
        font-weight: 300;
        margin-top: 0px;
        border-bottom: 0px solid #ddd;
        padding: 10px 15px 5px 15px;
        margin-bottom: 0px;
    }

        .role-widget h6 img {
            height: 26px;
        }

    .role-widget a {
        color: #333;
        text-decoration: none;
    }

/* .dash-link.active:after{content: "\f0d7"; font-family: 'Font Awesome 6 Pro';
  font-weight: 900; position: absolute; bottom:-28px; left:50%; margin:0 0 0 -5px; font-size: 34px; color:#fff}
.dash-link:hover:after{content: "\f0d7"; font-family: 'Font Awesome 6 Pro';
    font-weight: 900; position: absolute; bottom:-28px; left:50%; margin:0 0 0 -5px; font-size: 34px; color:#fff} */
.dash-link.active .role-widget h5 {
    color: #444;
}

.sky-blue-widget {
    color: #1c85c8
}

    .sky-blue-widget .cart-txt::before {
        border-bottom: 1px solid #1c85c8;
    }

    .sky-blue-widget .cart-txt::after {
        border-bottom: 1px solid #1c85c8;
    }

.pink-widget {
    color: #f04770
}

    .pink-widget .cart-txt::before {
        border-bottom: 1px solid #f04770;
    }

    .pink-widget .cart-txt::after {
        border-bottom: 1px solid #f04770;
    }

.green-widget {
    background-color: #1cc327;
    color: #fff;
    border: 1px solid #179e20
}

    .green-widget .cart-txt::before {
        border-bottom: 1px solid #67df4a;
    }

    .green-widget .cart-txt::after {
        border-bottom: 1px solid #67df4a;
    }

.green-light-widget {
    color: #99c718
}

    .green-light-widget .cart-txt::before {
        border-bottom: 1px solid #99c718;
    }

    .green-light-widget .cart-txt::after {
        border-bottom: 1px solid #99c718;
    }


.blue-widget {
    background-color: #1d89cf;
    color: #fff;
    border: 1px solid #1974b1
}

    .blue-widget .cart-txt::before {
        border-bottom: 1px solid #1d89cf;
    }

    .blue-widget .cart-txt::after {
        border-bottom: 1px solid #1d89cf;
    }


.purple-widget {
    background-color: #a767dd;
    color: #fff;
    border: 1px solid #9159be
}

    .purple-widget .cart-txt::before {
        border-bottom: 1px solid #a767dd;
    }

    .purple-widget .cart-txt::after {
        border-bottom: 1px solid #a767dd;
    }


.yellow-widget {
    background-color: #ffcb05;
    color: #fff;
    border: 1px solid #d8ae04
}

    .yellow-widget .cart-txt::before {
        border-bottom: 1px solid #ffcb05;
    }

    .yellow-widget .cart-txt::after {
        border-bottom: 1px solid #ffcb05;
    }


.orange-widget {
    background-color: #f99800;
    color: #fff;
    border: 1px solid #d68501
}

    .orange-widget .cart-txt::before {
        border-bottom: 1px solid #f99800;
    }

    .orange-widget .cart-txt::after {
        border-bottom: 1px solid #f99800;
    }


.home-nav-tab {
    margin: 0px 0 10px 0;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

    .home-nav-tab .tab-content {
        margin-top: 15px;
    }

.breadcrumb {
    background: var(---bs-bedcrumb-bg);
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 700;
}

    .breadcrumb li a {
        text-decoration: none;
    }

.blue-nav {
    border-bottom: 0px solid #ddd;
}

    .blue-nav .nav-link {
        background-color: #fff;
        margin-right: 10px;
        color: #000;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-radius: 5px;
        margin-right: 20px;
        min-width: 230px;
        text-align: center;
        font-size: 12px;
    }

        .blue-nav .nav-link:hover {
            background: #0088dd;
            color: #fff;
            border-color: #286df9 #286df9 #286df9
        }

        .blue-nav .nav-item.show .nav-link,
        .blue-nav .nav-link.active {
            background: #0088dd;
            color: #fff;
            border-color: #286df9 #286df9 #286df9
        }

.blue-nav-tab-content {
    padding: 10px;
    background: #fff;
}

.btn-group-sm > .btn,
.btn-sm {
    font-size: .875rem;
    line-height: 1.4;
    border-radius: 0.2rem;
}

.btn-circle.btn-sm,
.btn-group-sm > .btn-circle.btn {
    height: 1.2rem;
    width: 1.2rem;
    font-size: .60rem;
}

.btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.form-control-sm-ex {
    height: calc(1.4em + 0.4rem + 2px);
    padding: 0.20rem 0.4rem;
    font-size: .700rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.tableTotal td {
    padding: 6px;
    font-size: 13px;
    background: #385fc1;
    color: #fff;
}

    .tableTotal td a {
        color: #fff;
    }

.table td.light-blue-bg {
    background: #527add;
    color: #fff;
}

.hideTable {
    display: none;
}

.top-bar-nav {
    color: #fff;
    list-style: none;
    margin: 0px
}

    .top-bar-nav .profile-nav {
        padding: 2px 0 0 0;
    }

        .top-bar-nav .profile-nav .dropdown-toggle {
            color: #fff
        }

        .top-bar-nav .profile-nav .img-profile {
            width: 25px;
            height: 25px;
            border-color: #fff
        }

.faInfo {
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
}

.contacLink {
    padding: 5px 0;
    margin: 0 20px;
}

    .contacLink a {
        color: #fff;
        text-decoration: none;
    }

.profile-nav {
    padding: 0px 0 0px 0;
}

    .profile-nav .dropdown-toggle {
        color: #333
    }

    .profile-nav .img-profile {
        width: 25px;
        height: 25px;
        border-color: #fff
    }

    .profile-nav .dropdown-menu {
        margin: 0px;
        padding: 0px;
    }

        .profile-nav .dropdown-menu a {
            font-size: 12px;
            border-bottom: 1px dotted #ddd;
        }

.countryDropdown.bootstrap-select {
    max-width: 100px;
    margin: 0px 0 0 10px;
}

    .countryDropdown.bootstrap-select .btn-light {
        background: none !important;
        color: #fff;
        border: none;
        padding: 5px;
        height: auto;
    }

        .countryDropdown.bootstrap-select .btn-light img {
            width: 20px;
        }

    .countryDropdown.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        color: #fff;
        font-size: 12px;
    }

    .countryDropdown.bootstrap-select > .dropdown-toggle:after {
        color: #fff
    }

    .countryDropdown.bootstrap-select .dropdown-menu li a span.text {
        font-size: 12px;
    }

    .countryDropdown.bootstrap-select .dropdown-menu li a img {
        width: 18px;
    }

.title-1 {
    color: #012a7c;
    font-size: 27px;
    margin: 15px 0 10px 0;
    font-weight: 600;
}

.title-2 {
    color: #012a7c;
    font-size: 22px;
    margin: 15px 0 10px 0;
    font-weight: 600;
}

.title-3 {
    color: #012a7c;
    font-size: 18px;
    margin: 0px 0 0px 0;
    font-weight: 500;
    padding: 10px 0px 0px 0px;
}

.title-4 {
    color: #012a7c;
    font-size: 14px;
    margin: 0px 0 0px 0;
    font-weight: 500;
    padding: 10px 0px 0px 0px;
}

.title-border-bottom {
    border-bottom: 1px solid #ddd;
}

.fa-clipboard-icon {
    background: url(./../images/clipboard-icon.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 15px;
    float: left;
    position: relative;
    top: 0px;
}

.card-header.title {
    color: #012a7c;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #f0e9e9;
    background: #fff;
}

.header-line {
    border-top: 1px solid #b7b9b9;
}

.internal-page {
    padding: 5px 10px;
}


.calender-icon {
    position: relative;
}

    .calender-icon:after {
        position: absolute;
        width: 20px;
        height: 20px;
        content: "";
        display: block;
        background: url(./../images/calendar-2-line.svg) center no-repeat;
        fill: blue;
        z-index: 99;
        top: 8px;
        right: 6px;
    }

.input-box .bootstrap-select .btn-light {
    border: none;
    height: 32px;
    padding: 7px 15px;
    line-height: 16px;
}

.hideDiv {
    display: none;
}

.pageHeading {
    font-size: 16px;
    margin: 10px 0px;
}

.manageLeftTop {
    padding-top: 10px;
    position: relative;
}

    .manageLeftTop a {
        text-decoration: none;
        padding: 10px;
        position: relative;
        z-index: 9999;
    }

    .manageLeftTop .label-control {
        padding: 7px 0 0 0;
        color: #888
    }

.navbar-brand {
    position: relative;
    padding: 0 10px;
}

/* .navbar-brand::after{position: absolute; content: ""; height: 35px; width: 2px; background: url(./../images/logo-border.jpg) no-repeat; right:-5px;} */
.logo-brand {
    padding: 0px 10px 0 15px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    color: #353746;
    font-weight: 600;
}


.blue-card {
    background: #f5f6f7;
    border: 1px solid #ddd
}

.white-card {
    background: #fff;
    border: 1px solid #ddd
}

.goBack {
    text-decoration: none;
}

.form-theme .form-control {
    padding: 0.3rem 0.75rem;
    font-size: 12px;
    height: 32px;
}

.form-theme .bootstrap-select .btn-light {
    height: 32px;
}


.table-blue thead th {
    background: #012a7c;
    color: #fff;
}

    .table-blue thead th:first-child {
        border-radius: 5px 0 0 0;
    }

    .table-blue thead th:last-child {
        border-radius: 0px 5px 0 0;
    }

.hr-light {
    border-color: #909195;
}

.hiddenTR {
    display: none;
}

.final-approval {
    background: #e1e1e1;
    padding: 10px 20px;
    border-radius: 15px;
    color: #333;
}

.banner-holder {
    background: #efeaea;
    background-size: cover;
}

.editProduct {
    margin-bottom: 5px;
}

    .editProduct a {
        font-size: 11px;
        margin-right: 10px;
    }

.search-select-cat {
    margin: 0 0 0 5px;
    position: relative;
    padding: 0px 10px;
    width: 400px;
}

.header-top-wrapper .location-wrapper {
    width: 180px;
    background: #12385b;
    padding: 15px 15px 5px 15px;
    position: absolute;
    right: 15px;
    top: 38px;
    display: none;
    z-index: 2;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 10px;
    z-index: 999;
}

.location-list-wrpapper {
    padding: 10px 15px 0 15px;
    color: #fff
}

    .location-list-wrpapper .form-radio {
        padding: 0px;
    }

        .location-list-wrpapper .form-radio input {
            margin-right: 10px;
        }

        .location-list-wrpapper .form-radio label {
            position: relative;
            top: -2px;
        }

.country-wrapper {
    margin-top: 2px;
    position: relative;
    z-index: 999;
}

    .country-wrapper a span:after {
        content: "\f0d7";
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
    }

    .country-wrapper a.open span:after {
        content: "\f0d8";
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
    }

.location-wrapper .fa-angle-location {
    position: relative;
    float: right;
    font-size: 22px;
    color: #12385b;
    z-index: 11;
    height: 10px;
    margin-top: -26px;
}

.recent-view ul li.load-more a {
    color: #cd2020
}

.mt-30 {
    margin-top: 30px;
}

.table-rowspan th {
    border: 1px solid rgb(134, 131, 131);
    border-radius: none;
}

.table-rowspan thead th:first-child {
    border-radius: 0px;
}

.table-rowspan thead th:last-child {
    border-radius: 0px;
}

.user-list {
    list-style: none;
    border: 1px solid #ddd;
    height: 312px;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

    .user-list li {
        padding: 8px 15px;
        border-bottom: 1px solid #ddd;
        background: #f8f3f3;
        height: 36px;
        cursor: pointer;
    }

.mt-135 {
    margin-top: 135px;
}

.user-list li.active {
    background: #f4c7c7;
}

.btn-xm {
    padding: 0.15rem 0.5rem;
    line-height: 1.4;
    font-size: 11px;
}

.top-border-white {
    border-top: 1px solid #fff
}

.hambergur-text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px;
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 15px;
}

.alertMessage {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    right: 0px;
}

.rounded-start-0 {
    border-top-left-radius: 0px;
}

.pr-card-panel {
    margin-top: 20px;
}


.table-custome th {
    color: #286df9;
    font-size: 12px;
}

.table-custome td {
    padding: 8px 10px
}

.table-custome > tbody > tr:nth-of-type(2n+1) > * {
    background: #f9f9f9;
    --bs-table-accent-bg: none;
}

.download-report {
    font-size: 11px;
}

.table-search {
    width: 200px;
}

    .table-search .form-control {
        height: 26px;
        border-radius: 3px;
    }

    .table-search .btn {
        height: 26px;
        font-size: 11px;
        line-height: 20px;
        padding: 2px 10px;
        border: 1px solid #b8babd;
    }

.pagination-content {
    padding: 5px 0;
    font-size: 11px;
    color: #7f7e7e;
}

.pagination .page-link {
    font-size: 11px;
}

.pagination .page-angle {
    font-size: 11px;
}


.tableFixHead {
    overflow: auto;
    height: 230px;
    padding-right: 10px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

/* Just common table stuff. Really. */
.table {
    border-collapse: collapse;
    width: 100%;
}


    .table tbody td {
        color: var(---bs-table-td-color);
        vertical-align: middle;
    }

        .table tbody td .btn-sm {
            font-size: 0.7rem;
        }

        .table tbody td.statusIcon i {
            font-size: 12px;
        }

.arrow-none::after {
    content: none;
}

.card-drop {
    font-size: 20px;
    color: inherit;
}

/*******   Layout  *******/

.layout {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .layout.has-sidebar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .layout .header {
        -webkit-transition: width, 0.3s;
        transition: width, 0.3s;
        height: 64px;
        min-height: 64px;
        position: relative;
    }

    .layout .sidebar {
        width: 280px;
        min-width: 280px;
        -webkit-transition: width, left, right, 0.3s;
        transition: width, left, right, 0.3s;
    }

        .layout .sidebar.collapsed {
            width: 80px;
            min-width: 80px;
        }

@media (max-width: 480px) {
    .layout .sidebar.break-point-xs {
        position: fixed;
        left: -280px;
        height: 100%;
        top: 0;
        z-index: 100;
    }

        .layout .sidebar.break-point-xs.collapsed {
            left: -80px;
        }

        .layout .sidebar.break-point-xs.toggled {
            left: 0;
        }

            .layout .sidebar.break-point-xs.toggled ~ .overlay {
                display: block;
            }

        .layout .sidebar.break-point-xs ~ .layout .header {
            width: 100% !important;
            -webkit-transition: none;
            transition: none;
        }
}

@media (max-width: 576px) {
    .layout .sidebar.break-point-sm {
        position: fixed;
        left: -280px;
        height: 100%;
        top: 0;
        z-index: 100;
    }

        .layout .sidebar.break-point-sm.collapsed {
            left: -80px;
        }

        .layout .sidebar.break-point-sm.toggled {
            left: 0;
        }

            .layout .sidebar.break-point-sm.toggled ~ .overlay {
                display: block;
            }

        .layout .sidebar.break-point-sm ~ .layout .header {
            width: 100% !important;
            -webkit-transition: none;
            transition: none;
        }
}

@media (max-width: 768px) {
    .layout .sidebar.break-point-md {
        position: fixed;
        left: -280px;
        height: 100%;
        top: 0;
        z-index: 100;
    }

        .layout .sidebar.break-point-md.collapsed {
            left: -80px;
        }

        .layout .sidebar.break-point-md.toggled {
            left: 0;
        }

            .layout .sidebar.break-point-md.toggled ~ .overlay {
                display: block;
            }

        .layout .sidebar.break-point-md ~ .layout .header {
            width: 100% !important;
            -webkit-transition: none;
            transition: none;
        }
}

@media (max-width: 992px) {
    .layout .sidebar.break-point-lg {
        position: fixed;
        left: -280px;
        height: 100%;
        top: 0;
        z-index: 100;
    }

        .layout .sidebar.break-point-lg.collapsed {
            left: -80px;
        }

        .layout .sidebar.break-point-lg.toggled {
            left: 0;
        }

            .layout .sidebar.break-point-lg.toggled ~ .overlay {
                display: block;
            }

        .layout .sidebar.break-point-lg ~ .layout .header {
            width: 100% !important;
            -webkit-transition: none;
            transition: none;
        }
}

@media (max-width: 1200px) {
    .layout .sidebar.break-point-xl {
        position: fixed;
        left: -280px;
        height: 100%;
        top: 0;
        z-index: 100;
    }

        .layout .sidebar.break-point-xl.collapsed {
            left: -80px;
        }

        .layout .sidebar.break-point-xl.toggled {
            left: 0;
        }

            .layout .sidebar.break-point-xl.toggled ~ .overlay {
                display: block;
            }

        .layout .sidebar.break-point-xl ~ .layout .header {
            width: 100% !important;
            -webkit-transition: none;
            transition: none;
        }
}

@media (max-width: 1600px) {
    .layout .sidebar.break-point-xxl {
        position: fixed;
        left: -280px;
        height: 100%;
        top: 0;
        z-index: 100;
    }

        .layout .sidebar.break-point-xxl.collapsed {
            left: -80px;
        }

        .layout .sidebar.break-point-xxl.toggled {
            left: 0;
        }

            .layout .sidebar.break-point-xxl.toggled ~ .overlay {
                display: block;
            }

        .layout .sidebar.break-point-xxl ~ .layout .header {
            width: 100% !important;
            -webkit-transition: none;
            transition: none;
        }
}

.layout .footer {
    height: 64px;
    min-height: 64px;
}


.layout .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
}

.layout .sidebar-toggler {
    display: none;
    padding: 14px 15px;
}

@media (max-width: 480px) {
    .layout .sidebar-toggler.break-point-xs {
        display: initial;
    }
}

@media (max-width: 576px) {
    .layout .sidebar-toggler.break-point-sm {
        display: initial;
    }
}

@media (max-width: 768px) {
    .layout .sidebar-toggler.break-point-md {
        display: initial;
    }
}

@media (max-width: 992px) {
    .layout .sidebar-toggler.break-point-lg {
        display: initial;
    }
}

@media (max-width: 1200px) {
    .layout .sidebar-toggler.break-point-xl {
        display: initial;
    }
}

@media (max-width: 1600px) {
    .layout .sidebar-toggler.break-point-xxl {
        display: initial;
    }
}

.layout.fixed-sidebar {
    height: 100%;
}

    .layout.fixed-sidebar .sidebar {
        height: 100%;
        overflow: auto;
    }

        .layout.fixed-sidebar .sidebar ~ .layout {
            height: 100%;
            overflow: auto;
        }

.layout.fixed-header .header {
    position: fixed;
    width: 100%;
    z-index: 2;
}

    .layout.fixed-header .header ~ .layout,
    .layout.fixed-header .header ~ .content {
        margin-top: 64px;
    }

.layout.fixed-header.fixed-sidebar .header {
    width: calc(100% - 280px);
}

.layout.fixed-header.fixed-sidebar .sidebar.collapsed ~ .layout .header {
    width: calc(100% - 80px);
}

.layout.rtl {
    direction: rtl;
}

@media (max-width: 480px) {
    .layout.rtl .sidebar.break-point-xs {
        left: auto;
        right: -280px;
    }

        .layout.rtl .sidebar.break-point-xs.collapsed {
            left: auto;
            right: -80px;
        }

        .layout.rtl .sidebar.break-point-xs.toggled {
            left: auto;
            right: 0;
        }
}

@media (max-width: 576px) {
    .layout.rtl .sidebar.break-point-sm {
        left: auto;
        right: -280px;
    }

        .layout.rtl .sidebar.break-point-sm.collapsed {
            left: auto;
            right: -80px;
        }

        .layout.rtl .sidebar.break-point-sm.toggled {
            left: auto;
            right: 0;
        }
}

@media (max-width: 768px) {
    .layout.rtl .sidebar.break-point-md {
        left: auto;
        right: -280px;
    }

        .layout.rtl .sidebar.break-point-md.collapsed {
            left: auto;
            right: -80px;
        }

        .layout.rtl .sidebar.break-point-md.toggled {
            left: auto;
            right: 0;
        }
}

@media (max-width: 992px) {
    .layout.rtl .sidebar.break-point-lg {
        left: auto;
        right: -280px;
    }

        .layout.rtl .sidebar.break-point-lg.collapsed {
            left: auto;
            right: -80px;
        }

        .layout.rtl .sidebar.break-point-lg.toggled {
            left: auto;
            right: 0;
        }
}

@media (max-width: 1200px) {
    .layout.rtl .sidebar.break-point-xl {
        left: auto;
        right: -280px;
    }

        .layout.rtl .sidebar.break-point-xl.collapsed {
            left: auto;
            right: -80px;
        }

        .layout.rtl .sidebar.break-point-xl.toggled {
            left: auto;
            right: 0;
        }
}

@media (max-width: 1600px) {
    .layout.rtl .sidebar.break-point-xxl {
        left: auto;
        right: -280px;
    }

        .layout.rtl .sidebar.break-point-xxl.collapsed {
            left: auto;
            right: -80px;
        }

        .layout.rtl .sidebar.break-point-xxl.toggled {
            left: auto;
            right: 0;
        }
}

/*.layout {
    z-index: 1;
}*/

    .layout .header {
        display: flex;
        align-items: center;
        padding: 20px;
    }

    .layout .content {
        padding: 0px 10px 0px 15px;
        display: flex;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background: var(---bs-layout-content-bg);
    }

.client-portal .layout #main-content {
    padding: 0px 10px 0px 10px;
}

.layout .footer {
    text-align: center;
    margin-top: auto;
    margin-bottom: 0px;
    padding: 20px;
}

.sidebar {
    color: #7d84ab;
    overflow-x: hidden !important;
    position: relative;
}

    .sidebar::-webkit-scrollbar-thumb {
        border-radius: 4px;
    }

    .sidebar:hover::-webkit-scrollbar-thumb {
        background-color: var(---bs-sidebar-scroll-thumb-bg);
    }

    .sidebar::-webkit-scrollbar {
        width: 6px;
        background-color: var(---bs-sidebar-scroll-bg);
    }

    .sidebar .image-wrapper {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: none;
    }

        .sidebar .image-wrapper > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .sidebar.has-bg-image .image-wrapper {
        display: block;
    }

    .sidebar .sidebar-layout {
        height: auto;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        background-color: var(---sidebar-layout-bg);
        z-index: 1021;
    }

        .sidebar .sidebar-layout .sidebar-header {
            height: 52px;
            min-height: 52px;
            display: flex;
            align-items: center;
            padding: 0 20px;
            background-color: var(---sidebar-layout-bg);
            border-bottom: 1px solid var(---sidebar-header-border-color);
        }

            .sidebar .sidebar-layout .sidebar-header > span {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

        .sidebar .sidebar-layout .sidebar-content {
            flex-grow: 1;
            padding: 0px 0 10px 0;
        }

        .sidebar .sidebar-layout .sidebar-footer {
            height: 230px;
            min-height: 230px;
            display: flex;
            align-items: center;
            padding: 0 20px;
        }

            .sidebar .sidebar-layout .sidebar-footer > span {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

@keyframes swing {

    0%, 30%, 50%, 70%, 100% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }
}

.layout .sidebar .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.layout .sidebar .menu .menu-header {
    font-weight: 600;
    padding: 10px 25px;
    font-size: 0.8em;
    letter-spacing: 2px;
    transition: opacity 0.3s;
    opacity: 0.6;
    margin-top: 10px;
}

.layout .sidebar.collapsed .menu-header {
    padding: 0px;
    margin: 0px;
}

.layout .sidebar .menu .menu-item a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    color: #7d84ab;
}

    .layout .sidebar .menu .menu-item a .menu-icon {
        font-size: 1.2rem;
        width: 35px;
        min-width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        border-radius: 2px;
        transition: color 0.3s;
    }

        .layout .sidebar .menu .menu-item a .menu-icon i {
            display: inline-block;
        }

    .layout .sidebar .menu .menu-item a .menu-title {
        font-size: 0.9em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex-grow: 1;
        transition: color 0.3s;
    }

    .layout .sidebar .menu .menu-item a .menu-prefix,
    .layout .sidebar .menu .menu-item a .menu-suffix {
        display: inline-block;
        padding: 5px;
        opacity: 1;
        transition: opacity 0.3s;
    }

    .layout .sidebar .menu .menu-item a:hover .menu-title {
        color: #dee2ec;
    }

    .layout .sidebar .menu .menu-item a:hover .menu-icon {
        color: #dee2ec;
    }

        .layout .sidebar .menu .menu-item a:hover .menu-icon i {
            animation: swing ease-in-out 0.5s 1 alternate;
        }

    .layout .sidebar .menu .menu-item a:hover::after {
        border-color: #dee2ec !important;
    }

.layout .sidebar .menu .menu-item.sub-menu {
    position: relative;
}

    .layout .sidebar .menu .menu-item.sub-menu > a::after {
        content: "";
        transition: transform 0.3s;
        border-right: 2px solid currentcolor;
        border-bottom: 2px solid currentcolor;
        width: 5px;
        height: 5px;
        transform: rotate(-45deg);
    }

    .layout .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
        padding-left: 20px;
        display: none;
        overflow: hidden;
        z-index: 999;
    }

    .layout .sidebar .menu .menu-item.sub-menu.open > a {
        color: #dee2ec;
    }

        .layout .sidebar .menu .menu-item.sub-menu.open > a::after {
            transform: rotate(45deg);
        }

.layout .sidebar .menu .menu-item.active > a .menu-title {
    color: #dee2ec;
}

.layout .sidebar .menu .menu-item.active > a::after {
    border-color: #dee2ec;
}

.layout .sidebar .menu .menu-item.active > a .menu-icon {
    color: #dee2ec;
}

.layout .sidebar .menu > ul > .sub-menu > .sub-menu-list {
    background-color: #32144d;
}

    .layout .sidebar .menu > ul > .sub-menu > .sub-menu-list .menu-item a {
        padding: 0 10px 0 40px;
    }

.layout .sidebar.collapsed .menu > ul > .sub-menu > .sub-menu-list .menu-item a {
    padding: 0 10px;
}


.layout .sidebar .menu.icon-shape-circle .menu-item a .menu-icon,
.layout .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon,
.layout .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
    background-color: #0b1a2c;
}

.layout .sidebar .menu.icon-shape-circle .menu-item a .menu-icon {
    border-radius: 50%;
}

.layout .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon {
    border-radius: 4px;
}

.layout .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
    border-radius: 0;
}

.layout .sidebar:not(.collapsed) .menu > ul > .menu-item.sub-menu > .sub-menu-list {
    visibility: visible !important;
    position: static !important;
    transform: translate(0, 0) !important;
}

.layout .sidebar.collapsed .menu > ul > .menu-header {
    opacity: 0;
}

.layout .sidebar.collapsed .menu > ul > .menu-item > a .menu-prefix,
.layout .sidebar.collapsed .menu > ul > .menu-item > a .menu-suffix {
    opacity: 0;
}

.layout .sidebar.collapsed .menu > ul > .menu-item.sub-menu > a::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: currentcolor;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    border: none;
    transform: translateY(-50%);
}

.layout .sidebar.collapsed .menu > ul > .menu-item.sub-menu > a:hover::after {
    background-color: #dee2ec;
}

.layout .sidebar.collapsed .menu > ul > .menu-item.sub-menu > .sub-menu-list {
    transition: none !important;
    width: 200px;
    margin-left: 3px !important;
    border-radius: 4px;
    display: block !important;
}

.layout .sidebar.collapsed .menu > ul > .menu-item.active > a::after {
    background-color: #dee2ec;
}

.layout .sidebar.has-bg-image .menu.icon-shape-circle .menu-item a .menu-icon,
.layout .sidebar.has-bg-image .menu.icon-shape-rounded .menu-item a .menu-icon,
.layout .sidebar.has-bg-image .menu.icon-shape-square .menu-item a .menu-icon {
    background-color: rgba(11, 26, 44, 0.6);
}

.layout .sidebar.has-bg-image:not(.collapsed) .menu > ul > .sub-menu > .sub-menu-list {
    background-color: var(---bs-sidebar-submenu-bg);
}

.layout.rtl .sidebar .menu .menu-item a .menu-icon {
    margin-left: 10px;
    margin-right: 0;
}

.layout.rtl .sidebar .menu .menu-item.sub-menu > a::after {
    transform: rotate(135deg);
}

.layout.rtl .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
    padding-left: 0;
    padding-right: 20px;
}

.layout.rtl .sidebar .menu .menu-item.sub-menu.open > a::after {
    transform: rotate(45deg);
}

.layout.rtl .sidebar.collapsed .menu > ul > .menu-item.sub-menu a::after {
    right: auto;
    left: 10px;
}

.layout.rtl .sidebar.collapsed .menu > ul > .menu-item.sub-menu > .sub-menu-list {
    margin-left: -3px !important;
}

a {
    text-decoration: none;
}

@media (max-width: 576px) {
    #btn-collapse {
        display: none;
    }
}

.layout .sidebar .pro-sidebar-logo {
    display: flex;
    align-items: center;
}

    .layout .sidebar .pro-sidebar-logo > div {
        width: 35px;
        min-width: 35px;
        height: 35px;
        min-height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: white;
        font-size: 24px;
        font-weight: 700;
        margin-right: 10px;
    }

        .layout .sidebar .pro-sidebar-logo > div img {
            width: 100%;
        }

    .layout .sidebar .pro-sidebar-logo > h5 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 20px;
        line-height: 30px;
        transition: opacity 0.3s;
        opacity: 1;
        color: #ddd
    }

.layout .sidebar .footer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.8em;
    padding: 20px 0;
    border-radius: 8px;
    width: 180px;
    min-width: 190px;
    margin: 0 auto;
    background-color: #162d4a;
}

    .layout .sidebar .footer-box img.react-logo {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .layout .sidebar .footer-box a {
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
    }

.layout .sidebar.collapsed .sidebar-collapser {
    padding-left: 2px;
}

.layout .sidebar .sidebar-collapser {
    transition: left, right, 0.3s;
    position: fixed;
    left: 260px;
    top: 40px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00829f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    transform: translateX(50%);
    z-index: 111;
    cursor: pointer;
    color: white;
    box-shadow: 1px 1px 4px #0c1e35;
    line-height: 20px;
    z-index:1022;
}

.layout .sidebar.collapsed .pro-sidebar-logo > h5 {
    opacity: 0;
}

.layout .sidebar.collapsed .footer-box {
    display: none;
}

.layout .sidebar.collapsed .sidebar-collapser {
    left: 60px;
}

    .layout .sidebar.collapsed .sidebar-collapser i {
        transform: rotate(180deg);
    }

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #6c757d;
}

    .badge.primary {
        background-color: #ab2dff;
    }

    .badge.secondary {
        background-color: #079b0b;
    }

    .badge.warning {
        background-color: #ffc107;
    }

    .badge.info {
        background-color: #15a6c3;
    }

    .badge.danger {
        background-color: #dc3545;
    }



.sidebar-toggler {
    right: 20px;
    top: 20px;
}

.layout .social-links {
    margin-bottom: 15px
}

    .layout .social-links a {
        margin: 0 10px;
        color: #560075;
    }

.layout .sidebar .menu .menu-item .sub-menu-list a .menu-title:before {
    content: "\f111";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

/*******   //Layout  *******/


.header-top-wrapper {
    position: relative;
    z-index: 102;
    background: var(---bs-header-bg);
}

.navbar-custom .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding-right: 20px;
}

    .navbar-custom .topbar .btn:hover {
        background-color: rgba(53, 119, 241, 0.12);
    }

.navbar-custom .topbar-menu {
    position: relative;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0px;
}

.nav-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #eef2f7;
    background-color: #fafafd;
    -webkit-transition: none;
    transition: none;
}

.navbar-custom .topbar-menu .nav-link {
    padding: 0;
    position: relative;
    color: #6c757d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    min-height: 50px;
}

.h5,
h5 {
    font-size: .936rem;
}

.h6,
h6 {
    font-size: .765rem;
}

.profile-dropdown i,
.profile-dropdown span {
    vertical-align: middle;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.375rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}


.modal .modal-content {
    border: 15px solid rgba(0, 0, 0, .2) !important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

/*******   Login CSS  *******/
.ftco-section {
    padding: 2em 0;
    display: flex;
    align-items: center !important;
    height: 100vh;
}

.login-bg {
    background: #f8f9fd no-repeat;
    background-size: cover;
}

.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    border: 1px solid #ecebeb;
}

.login-wrap {
    position: relative;
    background: #fff;
    font-weight: 300;
}

.login-wrap,
.login-img-wrap {
    width: 50%;
}

.login-img-wrap {
    /* background: #051120; */
    background-image: linear-gradient(180deg, #200d31, #200d31, #200d31);
    padding: 0 30px;
}

.signin-form .form-control:focus,
.form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3b04b;
}

.login-img {
    height: 100%;
    /* background: url(./../images/CelerityX_Logo_reverse_color.png) no-repeat center; */
    vertical-align: middle;
    color: #fff;
}

.login-wrap h3 {
    font-weight: 400;
}

.signin-form .form-group .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.signin-form .hide-password,
.signin-form .show-password {
    line-height: 32px;
}

.signin-form .form-control:focus,
.signin-form .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3b04b;
}

.signin-form a {
    color: #666;
}

    .signin-form a:hover {
        color: #222;
    }

.form-group {
    margin-bottom: 1rem;
}



.btn.btn-primary {
    background: #727cf5;
    border: 1px solid #727cf5;
    color: #fff;
    border-radius: 4px;
}

    .btn.btn-primary:hover {
        background: #6973e3;
        border: 1px solid #6973e3;
        color: #fff !important;
    }

.btn-sm-gray {
    font-size: 0.7rem;
    background: #c2bfbf;
    color: #333;
    border-radius: 4px;
}

    .btn-sm-gray:hover {
        font-size: 0.7rem;
        background: #a3a1a1;
        color: #333 !important
    }

.btn-light {
    background: #ddd;
    color: #333;
    border-radius: 4px;
    border: 1px solid #dbdada;
}

    .btn-light:hover {
        background: #cccccc !important;
        color: #333 !important
    }

.btn-success {
    background: #0acf97;
    border-color: #09bf8c;
    color: #fff;
    border-radius: 4px;
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success:focus-visible {
        background: #09bf8c !important;
        border-color: #09bf8c;
        color: #fff !important;
    }

.btn-info {
    background: #009ef7 !important;
    border-color: #25cff2;
    color: #fff;
    border-radius: 4px;
}

    .btn-info:hover,
    .btn-info:active,
    .btn-info:focus-visible {
        background: #1c8aca !important;
        border-color: #3dd5f3;
        color: #fff !important;
    }

.btn-warning {
    background: #f5a720;
    border-color: #ffc35a;
    color: #fff;
    border-radius: 4px;
}

    .btn-warning:hover {
        background: #ecb453;
        border-color: #ecb453;
        color: #fff !important;
    }

.btn-secondary {
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
    border-radius: 4px;
}

    .btn-secondary:hover {
        background: #646c74 !important;
        border-color: #646c74;
        color: #fff !important;
    }

.btn-redish {
    background: #6d2977;
    border-color: #7d5f98;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    border-radius: 4px;
}

    .btn-redish:hover,
    .btn-redish:active,
    .btn-redish:focus-visible {
        color: #fff !important;
        background-color: #522a76 !important;
        border-color: #522a76;
    }

    .btn-redish.btn.disabled,
    .btn-redish.btn:disabled,
    fieldset:disabled .btn {
        color: #fff;
        pointer-events: none;
        background-color: #522a76;
        border-color: #6d2977;
        opacity: 0.65;
    }

.bg-success {
    background: #0acf97 !important;
    border-color: #09bf8c;
}

.bg-warning {
    background: #ffc35a !important;
    border-color: #ffc35a;
    color: #333
}

.bg-redish {
    background: #fa5c7c;
    border-color: #fa5c7c;
}




.signin-form .checkbox-primary {
    color: #e3b04b;
}

.signin-form .btn-redish {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
    color: #fff;
    height: 48px;
    width: 100%;
}

    .signin-form .btn-redish:hover {
        color: #fff;
    }

.signin-form .form-control {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}


@media (max-width: 767.98px) {
    .wrap .login-img-wrap {
        height: 160px;
    }
}

@media (max-width: 991.98px) {

    .login-img-wrap,
    .login-wrap {
        width: 100%;
    }
}

.forgot-password .form-control {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu-animated {
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    margin: 0;
    z-index: 1000;
}

@-webkit-keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.dropdown-menu {
    border-radius: 5px;
    border: 1px solid #dee2e6
}

.dropdown-menu-animated.show {
    top: 100% !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #313539;
    background-color: #f6f7fb;
}

.profile-dropdown .dropdown-item {
    padding: 5px 18px;
}

    .profile-dropdown .dropdown-item .fa {
        font-size: 12px;
    }

.logo-brand img {
    width: 140px;
}

.page-title-box .page-title {
    font-size: 18px;
    margin: 0;
    line-height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-title-box .page-sub-title {
    font-size: 18px;
    margin: 0;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.widget-flat {
    position: relative;
    overflow: hidden;
}

.card {
    color: var(---bs-card-color);
    border-color: var(---bs-card-border-color);
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    /* -webkit-box-shadow: 2px 5px 13px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 5px 13px -3px rgba(0,0,0,0.75);
box-shadow: 2px 5px 13px -3px rgba(0,0,0,0.75); */
}



.page-title-box .page-title-right {
    float: right;
    margin-top: 20px;
}

.page-title-box .breadcrumb {
    padding-top: 8px;
}

.table .action-icon {
    color: #6c757dbf;
    font-size: 1.1rem;
    display: inline-block;
    padding: 0 3px;
}

    .table .action-icon:hover {
        color: #f1395e;
        animation: swing ease-in-out 0.5s 1 alternate;
    }

.dt-buttons .btn-secondary {
    font-size: 12px;
    padding: 5px 10px;
    background: var(---bs-export-btn-bg) !important;
    color: var(---bs-export-btn-color);
    border: 1px solid var(---bs-export-btn-border);
}

div.dt-button-collection .dt-button:not(.dt-btn-split-drop) {
    min-width: auto;
}

.pagination-rounded .page-link {
    border-radius: 30px !important;
    margin: 0 3px !important;
    border: none;
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5;
}

.disabled > .page-link,
.page-link.disabled {
    color: #6c757dbf;
    pointer-events: none;
    background-color: var(---bs-pagi-disable-bg);
    border-color: #dee2e6;
}

.card-header {
    background: var(---bs-card-header-bg);
    border-color: var(---bs-card-header-border);
}

.next-dital-footer {
    padding: 0 10px
}

.form-control {
    border-radius: 4px;
    color: #6c757d;
    font-size: 14px;
}

.form-label {
    color: var(---bs-form-label-color);
}

.alert {
    border-radius: 5px;
}

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
    outline: none;
}

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: 50%;
    border-radius: 0.5rem;
    position: absolute;
    top: -10px;
    color: #fff;
    font-size: 24px;
}

.icon-lg {
    width: 64px;
    height: 64px;
}

.bg-gradient-one {
    background-image: linear-gradient(195deg, #e54595, #ff8cce);
}

.bg-gradient-two {
    background-image: linear-gradient(195deg, #c5498c, #c287e1);
}

.bg-gradient-three {
    background-image: linear-gradient(195deg, #b496eb, #6b60c5);
}

.bg-gradient-four {
    background-image: linear-gradient(195deg, #dbbf49, #6b60c5);
}

.shadow-dark {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(64, 64, 64, .4) !important;
}

hr.horizontal {
    background-color: transparent;
    border-top: none;
    height: 1px;
}

    hr.horizontal.dark {
        background-image: linear-gradient(90deg, transparent, var(---hr-horizontal-line-color), transparent);
    }

    hr.horizontal.light {
        background-image: linear-gradient(90deg, transparent, rgb(255 239 239 / 60%), transparent);
    }

.card .header-title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: .9rem;
    margin-top: 0;
}

.widget-dash .card-header {
    border: 0px;
    min-height: 90px;
}

.widget-dash .card-footer {
    border: 0px;
    background: #fafcff;
}

.widget-dash2 .icon {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-confirmed {
    text-align: center;
}

.card-animate {
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .card-animate:hover {
        -webkit-transform: translateY(calc(-1.5rem / 5));
        transform: translateY(calc(-1.5rem / 5));
        -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
        box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    }

.widget-dash2 {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .widget-dash2:hover {
        background: #470f76;
        color: #fff;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .widget-dash2:hover P {
            color: #fff !important;
        }

        .widget-dash2:hover i {
            color: #fff !important;
        }


.single-check {
    width: 20px;
    margin: 0 auto;
}

table.dataTable thead tr .no-sort::before,
table.dataTable thead tr .no-sort::after {
    content: none !important;
}

table.dataTable thead tr .no-sort {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.deleteAllBtn {
    background: #d6dee7;
    color: #333;
    border: 1px solid #c8d4e1;
    box-shadow: 0px 2px 6px 0px rgba(221, 203, 207, 0.5);
}

.form-check-input {
    border-color: #ddd;
}

.hide-password {
    display: none;
}

.hide-password {
    background: none;
    color: #333;
    border: 1px solid #c8d4e1;
    box-shadow: 0px 2px 6px 0px rgba(221, 203, 207, 0.5);
    border-radius: 0px 3px 3px 0px !important;
    width: 60px;
}

.show-password {
    background: none;
    color: #666;
    border: 1px solid #c8d4e1;
    box-shadow: 0px 2px 6px 0px rgba(221, 203, 207, 0.5);
    border-radius: 0px 3px 3px 0px !important;
    width: 60px;
}

    .show-password:hover,
    .hide-password:hover,
    .show-password:active,
    .hide-password:active {
        background: none !important;
        color: #333 !important;
        border: 1px solid #c8d4e1 !important;
        box-shadow: 0px 2px 6px 0px rgba(221, 203, 207, 0.5);
        border-radius: 0px 3px 3px 0px !important;
    }


.company-logo {
    width: 30px;
}

.companyName-td {
    line-height: 13px;
    margin-left: 5px;
}

    .companyName-td span {
        font-size: 10px;
    }

.cityName-td {
    line-height: 13px;
}

    .cityName-td span {
        font-size: 10px;
    }

.doubleName-td {
    line-height: 13px;
}

    .doubleName-td span {
        font-size: 10px;
    }

    .doubleName-td .nextDeliverd {
        font-size: 12px;
        color: #079b0b;
        margin-top: 5px;
    }

.title-td {
    line-height: 13px;
}

    .title-td span {
        font-size: 10px;
    }

.modal-td {
    line-height: 22px;
}

    .modal-td span {
        font-size: 14px;
    }

.editMousehover {
    display: flex;
    align-items: center !important;
}

    .editMousehover i {
        opacity: 0.3;
        margin-right: 4px;
    }

    .editMousehover:hover i {
        opacity: 1;
        color: var(---bs-body-color);
    }


.statusListTD {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .statusListTD li {
        padding: 0 0 5px 0;
    }

        .statusListTD li .statusMark {
            display: inline-block;
            min-width: 135px;
            padding-right: 5px;
            padding-left: 5px;
            text-align: left;
        }

        .statusListTD li .count {
            width: 20px;
            height: 20px;
            display: inline-block;
            text-align: center;
            background: #fff;
            line-height: 20px;
            border-radius: 2px;
        }

.siteIdentityModal h4 {
    font-size: 16px;
    padding: 5px 0px;
}

.siteIdentityModal .card {
    border: 1px solid #ebeaea
}

.siteIdentityModal .card-footer {
    border-top: 1px solid #f0efef
}

.siteIdentityModal ul {
    list-style: none;
    padding: 0px;
    background: #fff;
}

    .siteIdentityModal ul li {
        padding: 5px 15px;
    }

.google-captcha {
    position: fixed;
    bottom: 10px;
    right: -177px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .google-captcha:hover {
        right: 0px;
    }

.chartCenter {
    display: block;
    margin: 0 auto;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 26px;
    width: 40px;
    height: 40px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.4;
    transition: opacity 0.2s ease-out;
}

    .back-to-top:hover {
        opacity: 1;
    }

    .back-to-top i {
        color: #fff;
    }

.avatar-sm {
    height: 3rem;
    width: 3rem;
    margin: 5px auto 20px auto;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(195deg, rgb(239 39 139), rgb(255 213 193));
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 20px;
}

.btn-soft-success {
    background-color: rgba(10, 179, 156, 0.1);
    color: #fff;
}

    .btn-soft-success:hover {
        background-color: rgb(10, 207, 151);
        color: #fff;
    }


.pricing-box {
    background-image: var(---bs-price-box-bg);
    border: 1px solid var(---bs-price-box-border);
}

.ribbon-box.ribbon-fill {
    overflow: hidden;
}

.ribbon-box .ribbon {
    padding: 5px 12px;
    -webkit-box-shadow: 2px 5px 10px rgba(33, 37, 41, .15);
    box-shadow: 2px 5px 10px rgba(33, 37, 41, .15);
    color: #fff;
    font-size: .8125rem;
    font-weight: 600;
    position: absolute;
    left: -1px;
    top: 5px;
}

.ribbon-box .ribbon-primary {
    background: #405189;
}

.ribbon-box.ribbon-fill .ribbon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 93px;
    height: 52px;
    left: -36px;
    top: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.top-filter .bootstrap-select .btn-light {
    padding: 5px;
    min-width: 100px;
}

.top-filter .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    height: 17px;
    font-size: 12px;
}

.top-filter .form-control {
    height: 29px;
    font-size: 12px;
    width: 115px;
}

.top-filter .calender-icon:after {
    height: 17px;
}

.top-filter .form-label {
    font-size: 11px;
    margin-bottom: 2px;
}

.top-filter .label-filter-btn {
    margin-top: 21px;
}

.filterSize.bootstrap-select .dropdown-menu li a {
    font-size: 12px;
}

.dataTables_wrapper {
    clear: both;
    margin-bottom: 10px;
}

div.dataTables_wrapper div.dataTables_info {
    float: left;
    padding-top: 5px;
}

div.dataTables_wrapper .dataTables_paginate {
    float: right;
}

.line-dotted {
    border-top: 1px dashed #797171
}

.status-width {
    min-width: 120px;
}

.table tbody td .btn-sm {
    margin-bottom: 3px;
}

.table tbody td .tableInput .calender-icon:after {
    width: 18px;
    height: 18px;
    top: 6px
}

.table tbody td .tableInput .form-control {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    font-size: 12px;
    padding: 0.10rem 0.5rem;
}

    .table tbody td .tableInput .form-control:disabled {
        border: 1px solid #bbb
    }

/* .table tbody td .tableInput{background: #ddd; padding: 4px; border-radius: 4px;} */
.table tbody td .tableInput .form-label {
    margin: 4px 0 0 0;
    font-size: 12px;
    margin-right: 4px;
}

.editFileUpload {
    color: #ecb453;
    font-size: 20px;
    position: relative;
    top: -3px;
}

    .editFileUpload.editFileShow {
        color: #cd2020;
    }

.fileLinkDiv,
.fileInputDiv {
    height: 34px;
}

.modifyUploadLink {
    cursor: pointer;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    height: 34px;
    line-height: 26px;
    padding: 2px 10px;
    border-radius: 4px;
    background: #fffbfb;
    border: 1px solid #ddd;
}

.iframePO {
    border: 0px;
    width: 100%;
    height: 400px;
    padding: 0px;
    margin: 0px
}

.editStatus {
    color: #333;
    opacity: 0.8;
    font-size: 14px;
}

    .editStatus:hover {
        color: #000;
        opacity: 1;
    }

.yourResponseWrapper {
    position: relative;
}

    .yourResponseWrapper .form-control {
        padding-right: 40px;
    }

.yourResponseButton {
    position: absolute;
    right: 10px;
    top: 15px
}


.conversation-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .conversation-list li {
        margin-bottom: 20px;
    }

    .conversation-list .chat-avatar {
        float: left;
        text-align: center;
        width: 42px;
    }

    .conversation-list .conversation-text {
        float: left;
        font-size: 13px;
        margin-left: 12px;
        width: 70%;
    }

    .conversation-list .ctext-wrap {
        background: #eef2f7;
        border-radius: 3px;
        display: inline-block;
        padding: 12px;
        position: relative;
    }

        .conversation-list .ctext-wrap i {
            display: block;
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            position: relative;
        }

        .conversation-list .ctext-wrap span {
            font-weight: 400;
            font-style: italic;
            display: block;
            margin-bottom: 5px;
            font-size: 11px;
        }

        .conversation-list .ctext-wrap p {
            margin: 0;
            padding-top: 3px;
        }

    .conversation-list .chat-avatar img {
        border-radius: 100%;
        width: 100%;
    }

    .conversation-list .chat-avatar i {
        font-size: 11px;
    }

    .conversation-list .ctext-wrap:after {
        left: -11px;
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #eef2f7;
        border-width: 6px;
        margin-right: -1px;
        border-right-color: #eef2f7;
    }

    .conversation-list .odd .chat-avatar {
        float: right !important;
    }

    .conversation-list .odd .conversation-text {
        float: right !important;
        margin-right: 12px;
        text-align: right;
        width: 70% !important;
    }

    .conversation-list .odd .ctext-wrap {
        background-color: #eef2f7;
    }

        .conversation-list .odd .ctext-wrap:after {
            border-color: transparent;
            border-left-color: #eef2f7;
            border-top-color: #eef2f7;
            right: -10px;
            left: auto;
        }

.simplebar-scrollbar:before {
    background: #666;
}

.table tbody td .badge {
    font-size: 80%;
}

.logo-brand-choose {
    padding: 10px 0;
}

    .logo-brand-choose img {
        width: 200px;
    }


.top-navbar .navbar-nav .nav-link {
    font-weight: 600;
    color: var(---top-menu-link-color);
}

    .top-navbar .navbar-nav .nav-link.active {
        background: var(---bs-top-navbar-active-bg);
        border-radius: 5px;
    }

    .top-navbar .navbar-nav .nav-link.disabled {
        opacity: 0.5;
    }

.client-header .logo-brand-client {
    border-right: 1px solid var(---bs-logo-brand-border-color);
    padding: 5px 5px 5px 5px;
}

    .client-header .logo-brand-client img {
        height: 44px
    }

.layout .client-footer {
    color: var(---bs-client-footer-color);
    min-height: auto;
    height: auto;
    padding: 25px 2px 0px 15px;
    margin-left: -35px;
    margin-right: -10px;
    overflow: hidden;
}

    .layout .client-footer .social-links a {
        color: var(---bs-client-footer-color);
    }

    .layout .client-footer .client-footer-bg {
        text-align: left;
    }

.footer-list {
    list-style: none;
    margin: 0px 0;
    padding: 0px;
    text-align: left;
}

    .footer-list li {
        padding: 5px 10px 0px 10px;
    }

    .footer-list a {
        color: var(---bs-client-footer-color);
    }

        .footer-list a:hover {
            font-weight: 700;
        }

.client-header .topbar-menu .nav-link {
    min-height: 56px;
}

.footer-gradient {
    background: var(---bs-footer-gradient);
    padding: 20px 20px 0 35px;
    position: relative;
    right: -12px;
}



.topbar-head-notification .btn {
    height: 30px;
    width: 30px;
    padding: 0px;
    display: flex;
    text-align: center;
    align-items: center !important;
    justify-content: center !important;
    background-color: #adc3ec1a;
}

.bg-pattern {
    background: var(---notification-header-bg);
}

/* .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #3577f1;
  background-color: #3577f11a;
  border-color: transparent;
} */

:is(.btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active) {
    border-color: transparent;
}

.notification-item {
    padding: 0.75rem 1.4rem 0.75rem 0.75rem;
    white-space: inherit;
    position: relative;
}

    .notification-item a {
        color: var(---bs-notification-color);
    }

.notifications-header {
    padding: 15px 20px;
}

.topbar-head-notification .topbar-badge {
    position: absolute;
    right: -10px;
}

.topbar-head-notification .badge {
    background: #810a56;
    font-size: 60%;
}

.bg-soft-danger {
    background-color: rgba(240, 101, 72, .18) !important;
}

.bg-soft-info {
    background-color: rgba(41, 156, 219, .18) !important;
}

.bg-soft-warning {
    background-color: rgba(244, 248, 1, 0.18) !important;
}

.bg-soft-success {
    background-color: rgba(1, 248, 22, 0.18) !important;
}

.not-title {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    text-align: center;
    align-items: center !important;
    justify-content: center !important;
}

.stretched-link h6 {
    color: var(---bs-notification-color)
}

.notification-item:hover {
    background-color: var(---bs-notification-hover-color);
}

.avatar-xs {
    height: 30px;
    width: 30px;
    float: left;
}

.topbar-head-notification .dropdown-menu-lg {
    width: 320px;
}

.text-area {
    border: 1px solid #dee2e6;
    background: #fbfbfb;
    border-radius: 5px;
    line-height: 20px;
    min-height: 34px;
    padding: 5px 10px;
}

.ht-50 {
    min-height: 50px;
}

.ht-100 {
    min-height: 100px;
}

.ht-150 {
    min-height: 150px;
}

.ht-200 {
    min-height: 200px;
}

.ht-250 {
    min-height: 250px;
}

.ht-300 {
    min-height: 300px;
}

.trumbowyg-box,
.trumbowyg-editor-box {
    border-radius: 5px;
}

.messageReplyWrapper {
    background: #fdfbfb;
    border: 1px solid #f8f5f5;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.subLocationList {
    padding: 0px;
    margin: 0px;
    list-style: none;
    border-radius: 5px;
    border: 1px solid #ddd;
}

    .subLocationList li {
        padding: 7px 8px;
        border-bottom: 1px dashed #ddd;
        cursor: pointer;
    }

        .subLocationList li a {
            color: #333;
        }

        .subLocationList li:last-child {
            border-bottom: 0px;
        }

        .subLocationList li h4 {
            margin-bottom: 0px;
            text-transform: uppercase;
            letter-spacing: .02em;
            font-size: .9rem;
            margin-top: 0;
        }

        .subLocationList li:hover {
            background: #ddd;
        }

.upload-input .btn {
    width: 100px;
    padding: 6px;
}

.top-navbar-wrapper {
    position: relative;
}

.top-navbar-mobile {
    display: none;
    margin-right: 15px;
}

    .top-navbar-mobile .navbar-toggler:focus {
        outline: none !important;
        box-shadow: 2px 2px 1px rgb(231, 235, 234, 1);
    }

    .top-navbar-mobile .navbar-toggler {
        font-size: 0.8rem;
    }

.border-gray-light {
    border-color: #e9e3e3;
}

.location-accordion .accordion-button {
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
}

    .location-accordion .accordion-button:focus {
        box-shadow: 0 0 0 0.001rem rgba(13, 110, 253, 0.25);
    }

    .location-accordion .accordion-button.collapsed {
        background: #f6f8f8;
    }

.collapse-td-div {
    border: 1px solid #f0f0f0;
    padding: 15px;
    border-radius: 5px;
}

.hidden_row {
    display: none;
}

.showTR {
    display: block;
}


.ribbon {
    position: absolute;
    left: var(--right, -1px);
    top: var(--top, -3px);
    filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}

    .ribbon > .content {
        color: white;
        font-size: 0.8rem;
        text-align: center;
        font-weight: 400;
        background: var(--color, #c02370) linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
        padding: 5px 2px 4px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
        width: var(--width, 60px);
        min-height: var(--height, 36px);
        transition: clip-path 1s, padding 1s, background 1s;
    }

    .ribbon.slant-up > .content {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), 50% calc(100% - 6px), 0 100%);
    }

    .ribbon.slant-down > .content {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 6px), 0 calc(100% - 12px));
    }

    .ribbon.down > .content {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), 50% 100%, 0 calc(100% - 8px));
    }

    .ribbon.up > .content {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
    }

    .ribbon.check > .content {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 40% 100%, 0 calc(100% - 12px));
    }

.bg-gradient-left {
    background-image: conic-gradient(from 90deg at -10% 100%, #bcc1cd 0deg, #bcc1cd 90deg, #fff 1turn);
}


.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

    .success-checkmark .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4CAF50;
    }

        .success-checkmark .check-icon::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }

        .success-checkmark .check-icon::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }

        .success-checkmark .check-icon::before,
        .success-checkmark .check-icon::after {
            content: "";
            height: 100px;
            position: absolute;
            background: #FFFFFF;
            transform: rotate(-45deg);
        }

        .success-checkmark .check-icon .icon-line {
            height: 5px;
            background-color: #4CAF50;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
        }

            .success-checkmark .check-icon .icon-line.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }

            .success-checkmark .check-icon .icon-line.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }

        .success-checkmark .check-icon .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgba(76, 175, 80, 0.5);
        }

        .success-checkmark .check-icon .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: #FFFFFF;
        }

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.table th {
    background-color: var(---bs-table-th-bg);
    color: var(---bs-table-th-color);
}

/* start dark theme*/


.black-theme .navbar-custom .topbar .btn:hover {
    background: #333636;
}

.black-theme .navbar-custom .topbar-menu .nav-link {
    background: #383244;
    color: #e9ecef;
    border-color: #0b1a2c
}

.black-theme .card.border-light {
    border-color: #4c5056 !important;
}

.black-theme .widget-dash .card-footer {
    background: #38373c;
}

.black-theme .layout .sidebar .sidebar-collapser {
    background-color: #535658;
}

.black-theme .layout .sidebar .menu > ul > .sub-menu > .sub-menu-list {
    background-color: #423b48;
}

.black-theme .layout .sidebar .menu .menu-item a {
    color: #b5aabf
}

.black-theme .dropdown-menu {
    background: #292e33;
    border-color: #32383e;
}

.black-theme .deleteAllBtn {
    box-shadow: none;
}

.black-theme .modifyUploadLink {
    background: #262a2f;
    border-color: #32383e;
}

.bottom-footer {
    background: var(---bottom-footer-bg);
    color: var(---bottom-footer-color);
    margin-right: -2px;
}

.carousel .carousel-caption {
    color: #fff !important
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(0) grayscale(100) !important;
}

.client-portal #sidebar {
    display: none
}

:root,
[data-bs-theme=light] {
    ---bs-body-color: #3f4750;
    ---bs-header-bg: #fff;
    ---bs-card-bg: #fff;
    ---bs-card-header-bg: #fff;
    ---bs-card-border-color: #fff;
    ---bs-card-color: #73757e;
    ---bs-card-header-border: #eaebeb;
    ---bs-layout-content-bg: #efeff5;
    ---bs-bedcrumb-bg: linear-gradient(to right, #e9ecef, #fff);
    ---bs-select-btn-bg: #fff;
    ---bs-select-btn-color: #6c757d;
    ---bs-select-btn-border-color: #ced4da;
    ---bs-table-th-bg: #522a76;
    ---bs-table-th-color: #fff;
    ---bs-table-td-color: #5a6066;
    ---bs-notification-color: #212529;
    ---bs-notification-hover-color: #f6f7fb;
    ---notification-header-bg: #c31284;
    ---sidebar-layout-bg: #200d31;
    ---sidebar-header-border-color: #132a48;
    ---bs-pagi-disable-bg: #fff;
    ---bs-price-box-bg: linear-gradient(195deg, rgb(251 247 249), rgb(250 251 251));
    ---bs-price-box-border: #f3f2f2;
    ---bs-export-btn-bg: #d6dee7;
    ---bs-export-btn-border: #c8d4e1;
    ---bs-export-btn-color: #333;
    ---bs-form-label-color: #343e46;
    ---daterange-bg: #fff;
    ---daterange-border: #ddd;
    ---daterange-off-bg: #fff;
    ---daterange-off-color: #999;
    ---daterange-before-traingle: #ccc;
    ---daterange-available-bg: #eee;
    ---daterange-next-border-color: #000;
    ---daterange-drop-button-border-color: #ddd;
    ---daterange-available-color: inherit;
    ---bs-sidebar-scroll-thumb-bg: #ae8dc9;
    ---bs-sidebar-scroll-bg: #333;
    ---bs-footer-gradient: #f8f8f8;
    ---bs-client-footer-color: #333;
    ---bs-logo-brand-border-color: #eef2f7;
    ---bs-top-navbar-active-bg: #f1f1f1;
    ---bs-sidebar-submenu-bg: #32144d;
    ---bs-select-filter-option-color: #ced4da;
    ---bs-select-dropdownmenu-bg: #eeeded;
    ---bs-select-dropdownmenu-border-color: #32383e;
    ---bs-select-dropdownmenu-li-a-color: #2f353a;
    ---bs-select-dropdownmenu-li-active-bg: #ced4da;
    ---hr-horizontal-line-color: rgba(0, 0, 0, .6);
    ---bottom-footer-bg: #173388;
    ---bottom-footer-color: #fff;
    ---top-menu-link-color: #333;
    ---top-navbar-box-shadow: 0px 6px 10px 1px rgb(231, 235, 234, 0.8);
    ---input-border: #522a76;
}

[data-bs-theme=dark] {
    ---bs-body-color: #f1f1f1;
    ---bs-header-bg: #1a1d21;
    ---bs-card-bg: #212529;
    ---bs-card-header-bg: #6d2977;
    ---bs-card-border-color: #353b40;
    ---bs-card-color: #f1f1f1;
    ---bs-card-header-border: #303438;
    ---bs-layout-content-bg: #404148;
    ---bs-bedcrumb-bg: linear-gradient(to right, #2e2b2b, #39373f);
    ---bs-select-btn-bg: #262a2f;
    ---bs-select-btn-color: #6c757d;
    ---bs-select-btn-border-color: #414950;
    ---bs-table-th-bg: #c0288d;
    ---bs-table-th-color: #fff;
    ---bs-table-td-color: #adb5bd;
    ---bs-notification-color: #fff;
    ---bs-notification-hover-color: #45454a;
    ---notification-header-bg: #584e62;
    ---sidebar-layout-bg: #212529;
    ---sidebar-header-border-color: #414252;
    ---bs-pagi-disable-bg: #212529;
    ---bs-price-box-bg: linear-gradient(195deg, rgb(114 111 113), rgb(39 42 42));
    ---bs-price-box-border: #524d4d;
    ---bs-export-btn-bg: #444c54;
    ---bs-export-btn-border: #5c6166;
    ---bs-export-btn-color: #DDD;
    ---bs-form-label-color: auto;
    ---daterange-bg: #49494a;
    ---daterange-border: #505860;
    ---daterange-off-bg: #72707e;
    ---daterange-off-color: #cdcdd1;
    ---daterange-before-traingle: #a59ab5;
    ---daterange-available-bg: #357ebd;
    ---daterange-next-border-color: #fff;
    ---daterange-drop-button-border-color: #7a777e;
    ---daterange-available-color: #fff;
    ---bs-sidebar-scroll-thumb-bg: #968ea5;
    ---bs-sidebar-scroll-bg: #423e48;
    ---bs-footer-gradient: #27272e;
    ---bs-client-footer-color: #dddddd;
    ---bs-logo-brand-border-color: #3b4046;
    ---bs-top-navbar-active-bg: #333b48;
    ---bs-sidebar-submenu-bg: #1f1c22;
    ---bs-select-filter-option-color: #ced4da;
    ---bs-select-dropdownmenu-bg: #434648;
    ---bs-select-dropdownmenu-border-color: #32383e;
    ---bs-select-dropdownmenu-li-a-color: #ced4da;
    ---bs-select-dropdownmenu-li-active-bg: #125a83;
    ---hr-horizontal-line-color: rgb(255 239 239 / 60%);
    ---bottom-footer-bg: #173388;
    ---bottom-footer-color: #333;
    ---top-menu-link-color: #fff;
    ---top-navbar-box-shadow: 0px 0px 0px 0px rgb(231, 235, 234, 0.8);
    ---input-border: #b82687;
}

.proposalTxt60 {
    border: 1px solid var(---input-border)
}
.proposalTxt {
    border: 1px solid var(---input-border)
}

.disabled-input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.375rem 0.75rem;
    min-height: 30px;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.table-sub-total td {
    background: rgba(200, 251, 202, .4);
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(---bs-table-td-color) !important;
}

.table-total td {
    background: #c8fbca
}

.blank-row {
    background: rgba(255,255,255,1);
    --bs-table-accent-bg: #fff !important
}

.table tr.odd-strip td {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.text-right {
    text-align: right !important;
}


.wrap-menu-items {
    text-overflow: inherit !important;
    white-space: pre-wrap !important;
}

/* end dark theme*/

/******************************/
/*******   Media Query  *******/

@media (max-width:1024px) {
    .logo-brand {
        font-size: 14px;
    }

    .accessibility {
        display: none;
    }

    .top-navbar-mobile {
        display: block;
    }

    .top-navbar {
        position: absolute;
        top: 38px;
        min-width: 240px;
        box-shadow: var(---top-navbar-box-shadow);
        background: var(---bs-header-bg);
    }

        .top-navbar li {
            border-bottom: 1px dotted #ddd;
        }

            .top-navbar li a {
                padding: 6px 20px;
            }
}

@media (max-width: 767px) {
    .ftco-section {
        margin-bottom: 65px;
    }

    .footer-list {
        margin-bottom: 20px;
    }

    .table .calender-icon {
        width: 100px
    }
}

@media (max-width:582px) {
    .page-title-box .page-title-right {
        margin-top: 0px;
    }

    .page-title-box .page-title {
        line-height: 30px;
        margin-top: 20px;
    }

    .logo-brand-choose {
        padding: 5px 0;
    }

        .logo-brand-choose img {
            width: 140px;
        }
}

@media (max-width: 415px) {

    .accessibility {
        display: none;
    }

    .top-search {
        position: relative;
        width: 250px;
        margin: 10px 0;
    }

    .search-purchase {
        position: relative;
    }

        .search-purchase input {
            background: #f3f3f3;
            font-size: 12px;
            width: 250px;
        }

    .search-catelogue .form-control {
        width: 100%;
    }

    .side-nav-wrapper .side-nav-menu-holder {
        top: 125px;
        height: calc(70vh - 130px);
    }

        .side-nav-wrapper .side-nav-menu-holder .sidebar-nav {
            height: calc(70vh - 150px);
        }

    .top-bar-nav {
        display: block !important;
        margin: 0px;
        padding: 0px
    }

    .search-row {
        display: block;
    }

        .search-row .form-group {
            display: block !important;
            margin-bottom: 10px !important;
        }

    .internal-page {
        padding: 0px;
    }

    .recruiterTab.nav-tabs .nav-item {
        width: 100%
    }

    .product-image {
        text-align: center;
    }

    .search-catelogue {
        top: 0px;
        margin-bottom: 20px;
    }

        .search-catelogue .form-control {
            margin-bottom: 10px;
            margin-right: 0px;
        }

    .top-bar-nav .profile-nav {
        text-align: center;
    }

    .latest-pr .d-flex {
        display: block !important;
    }

    .accessibility {
        display: none !important;
    }

    .latest-pr .form-control,
    .latest-pr .customSelect {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .pr-button-position {
        margin-top: 0px;
    }

    .logo-brand {
        font-size: 14px;
    }

    .hamburger-main-menu {
        margin-right: 5px !important;
    }

    .selected-geo {
        margin-bottom: 15px;
        text-align: center;
    }
}
