/* @import url("../gfonts/fonts/stylesheet.css"); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

body {
    font-family: "Poppins", serif;
    color: #212529;
    overflow-x: hidden;
    position: relative;
    /* background-color: rgba(212, 213, 215, 0.25); */
    font-size: 0.78rem;
}

@media (min-width: 768px) {
    body {
        font-size: 0.8rem;
    }
}

@media (min-width: 1024px) {
    body {
        font-size: 0.8rem;
    }
}

.fs-7 {
    font-size: 0.75rem;
}

.text-primary {
    color: #006699 !important;
}

.app-brand-logo {
    width: 105px;
}

.l-title {
    background: -webkit-repeating-linear-gradient(
        85deg,
        #cfdbe4,
        #f47f90
    ) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.btn-primary {
    background-color: #089a5e !important;
    border-color: #089a5e !important;
}

.btn-primary:hover {
    background-color: #067f4f !important;
    border: #067f4f;
}

.auth-main {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: aliceblue;
}

.auth-main .auth-content {
    width: 90%;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
}

@media (min-width: 786px) {
    .auth-main .auth-content {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .auth-main .auth-content {
        width: 60%;
    }
}

.auth-main .auth-content .auth-header img {
    width: 60px;
}

.auth-main .auth-content .auth-header .sys-title {
    font-size: 0.8rem;
}

.auth-main .auth-content a:hover {
    text-decoration: underline;
}

.auth-main .auth-left {
    position: relative;
}

.auth-main .auth-left .login-overlay {
    background: #8584bc80;
    position: absolute;
    inset: 0;
    opacity: 0.9;
}

.auth-main .auth-left .login-bg {
    object-fit: cover;
}

.slogan-title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.auth-main .auth-left .l-logo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px auto;
    display: block;
    filter: invert(1);
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.auth-main .auth-left .l-logo.no-filter {
    filter: invert(0);
}

.auth-main .auth-left .slogan {
    color: antiquewhite;
    font-weight: inherit;
}

.auth-main .btn {
    font-size: 0.8rem;
    padding: 0.75rem 0.475rem;
}

.auth-main.landing {
    height: 65vh;
}

.auth-main.landing .landing-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .page-link {
    font-size: 0.8rem;
}

.active > .page-link,
.page-link.active {
    background-color: #089a5e;
    /* border: 0; */
}

.brd-crms .breadcrumb-item {
    font-size: 0.8rem;
}

.brd-crms .breadcrumb-item a {
    color: #000;
    font-size: 0.8rem;
}

.brd-crms .breadcrumb-item-active {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #006699;
    margin-top: 5px;
}

.navbar-vertical-container {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.navbar-vertical-container .navbar-vertical-footer-offset {
    height: 100%;
    background-color: #fff;
}

.navbar-vertical-container .navbar-vertical-footer-offset .branding-section {
    padding: 0.5rem 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .branding-section
    img {
    object-fit: cover;
    height: 35px;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .branding-section
    img.s-logo {
    width: 33px;
    height: 33px;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content {
    height: calc(100% - 3.875rem);
    overflow-y: auto;
    padding: 0 1rem;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .static-title {
    font-size: 0.78rem;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px;
    color: #494646;
    font-weight: 500;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item {
    display: flex;
    flex-flow: column;
    flex: 1;
    margin-bottom: 0.5rem;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item.active {
    border-radius: 4px;
    color: #030303;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item.active
    > .nav-link {
    color: #006699;
    border-radius: 4px;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item.active
    > .nav-link:hover {
    color: #000000;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-link {
    color: #000;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    padding: 0.8rem;
    transition: all 0.3s;
    border: none;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-link:hover {
    color: #006699;
    border-radius: 4px;
    margin-left: 4px;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-link.active {
    color: #006699;
    border: none;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-link.dropdown-toggle::after {
    margin-left: auto;
    content: "\f282";
    height: 0.8rem;
    width: 1rem;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-link.dropdown-toggle[aria-expanded="true"] {
    background: #f3f5f9;
    color: #000;
    border-radius: 8px;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-link.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-link.dropdown-toggle[aria-expanded="true"]:hover {
    color: #006699;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-link
    .nav-icon {
    flex: 0 0 1.6375rem;
    font-size: 0.8rem;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-link
    .nav-link-title {
    display: block;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-collapse {
    position: relative;
    margin: 5px 10px;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-collapse
    .nav-link {
    border-left: none;
}

.navbar-vertical-fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 15.5rem;
    background-color: #fff;
    transition: width 0.3s;
}

@media screen and (max-width: 720px) {
    .navbar-vertical-fixed .navbar-vertical-content {
        left: -16.25rem;
    }
}

.navbar-vertical-fixed.sidebar-small {
    width: 4rem;
}

.navbar-vertical-fixed.sidebar-small .navbar-vertical-content {
    padding: 0 0.4rem;
}

.navbar-vertical-fixed.sidebar-small .navbar-vertical-content .nav-item {
    padding-bottom: 0;
}

.navbar-vertical-fixed.sidebar-small
    .navbar-vertical-content
    .nav-item
    > .nav-link {
    padding-left: 0.5rem;
}

.navbar-vertical-fixed.sidebar-small
    .navbar-vertical-content
    .nav-item
    > .nav-link
    .nav-link-title {
    display: none !important;
}

.navbar-vertical-fixed.sidebar-small
    .navbar-vertical-content
    .nav-item
    .nav-icon {
    font-size: 0.9rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-vertical-fixed.sidebar-small
    .navbar-vertical-content
    .nav-item
    .nav-collapse {
    position: absolute !important;
    min-width: 16rem;
    left: 3.5rem;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px !important;
}

.navbar-vertical-fixed.sidebar-small
    .navbar-vertical-content
    .nav-item
    .dropdown-toggle::after {
    display: none !important;
}

.navbar-vertical-fixed.sidebar-small
    .navbar-vertical-content
    .nav-item
    .dropdown-header {
    display: none;
}

.navbar-vertical-fixed.sidebar-small
    .navbar-vertical-content
    .nav-item
    .t-ggle
    i {
    transform: rotate(-180deg);
}

.navbar-vertical-fixed.sidebar-small .static-title {
    display: none !important;
}

.m-content {
    padding: 1rem;
}

.m-left {
    margin-left: 15.5rem;
}

@media screen and (max-width: 720px) {
    .m-left {
        margin-left: 0;
    }
}

.m-left.sidebar-small {
    margin-left: 3.5rem;
}

.m-left header,
.m-left footer {
    z-index: 99 !important;
}

.form-control,
.form-select {
    padding: 0.675rem 0.55rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #1e2022;
    border: 0.0625rem solid #d3d2d2;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border: 0.0625rem solid #d3d2d2;
}

.form-select {
    padding: 0.675rem 2.25rem 0.675rem 0.8rem !important;
}

.input-group-text {
    font-size: 0.78rem;
}

input:read-only {
    background-color: rgb(230, 230, 230);
}

.select2-selection__rendered {
    line-height: 39px !important;
}

.select2-container .select2-selection--single {
    height: 39px !important;
    border: 0.0625rem solid rgba(231, 234, 243, 0.7);
}

.select2-dropdown {
    border: 0.0625rem solid rgba(172, 173, 174, 0.7);
}

.select2-selection__arrow {
    height: 34px !important;
}

.t-ggle {
    color: #000;
    font-size: 1rem;
    right: -30px;
    top: 14px;
    cursor: pointer;
}

.btn {
    font-size: 0.8rem;
    padding: 0.45rem 0.675rem;
}

.add-info .btn {
    padding: 0.35rem 0.675rem;
}

.add-info .btn i {
    font-size: 0.9rem;
}

.filter-items.active,
.filter-items:hover {
    color: var(--nbl--blue-text);
    cursor: pointer;
}

.filter-items.active .filter-checkbox,
.filter-items:hover .filter-checkbox {
    color: var(--nbl--blue-text);
}

.filter-check .f-check-input {
    display: none;
}

.user-pro {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
}

.c-tabs-content {
    display: none !important;
}

.c-tabs-content.active {
    display: block !important;
}

.card-subtitle {
    display: block;
    font-size: 0.71094rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.card {
    margin-bottom: 1rem;
    border-color: #e8e5e5;
    overflow: hidden;
}

.card .card-header,
.card .card-footer {
    font-weight: 500;
    background-color: #fff;
    color: #151515;
    font-size: 0.8rem;
    border-color: #e8e5e5;
    padding: 0.9rem;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(181, 172, 172, 0.23) !important;
}

.tabs-s .nav-link {
    border-bottom: 2px solid transparent;
    color: var(--nbl--dark-text);
}

.tabs-s .nav-link.active {
    border-color: var(--nbl--blue-text);
    color: var(--nbl--blue-text);
}

.table {
    white-space: nowrap;
    width: 100% !important;
}

.table.sm-ptable tr td {
    padding: 0.45rem 0.45rem;
}

.table tr {
    color: #4a4d4f;
}

.table tr th,
.table tr td {
    padding: 0.95rem 0.45rem;
    background-color: transparent;
    border-bottom-width: 0.0625rem;
    box-shadow: inset 0 0 0 9999px transparent;
    vertical-align: middle;
    font-size: 0.8rem;
}

.table tr th.amount-td,
.table tr td.amount-td {
    text-align: right;
}

.table tr th {
    padding: 0.65rem 0.45rem;
}

.table tr.tr-header {
    background-color: #fff7b2;
    color: #030303;
    font-weight: bold;
    text-transform: uppercase;
}

.table tr.tr-header td {
    padding: 0.65rem 0.65rem;
    font-size: 12px;
}

.table thead.thead-light th,
.table thead.bg-light th,
.table tbody.thead-light th,
.table tbody.bg-light th {
    background-color: rgba(244, 244, 245, 0.6784313725);
    color: #030303;
}

.table thead th,
.table tbody th {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a1b1b;
}

.table thead .sticky-column,
.table tbody .sticky-column {
    position: sticky;
    right: 0;
    background-color: #f6f6f6 !important;
    min-width: 120px;
    text-align: center;
}

.table tfoot th,
.table tfoot td {
    font-weight: bold;
    font-size: 13px;
}

.table tbody td {
    color: #4d4747;
}

.table tbody .sticky-column {
    background-color: #fff !important;
}

.table .tb-min-width {
    min-width: 120px;
}

.table .form-control {
    min-width: 100px;
}

.wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    height: 80vh;
}

.wrapper .table thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0 !important;
    z-index: 99 !important;
}

.pre-laoder {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: #ffcede;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pre-laoder .loader {
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.act-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 30px;
    border-radius: 5px;
    flex-flow: wrap;
}

.act-btns.bt-primary {
    background: rgba(31, 133, 217, 0.22);
    color: #0a8ef9;
}

.act-btns.bt-success {
    background: rgba(53, 217, 31, 0.22);
    color: rgba(37, 161, 20, 0.8);
}

.act-btns.bt-danger {
    background: rgba(217, 31, 31, 0.22);
    color: rgba(161, 20, 20, 0.8);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.fv-plugins-bootstrap5 .row .fv-plugins-icon {
    right: 22px;
}

.form-label {
    font-size: 0.78rem;
    color: #302d2d;
    font-weight: 500;
}

.form-group {
    position: relative;
}

.form-group label {
    justify-content: end !important;
}

.form-group label ~ .fv-plugins-icon {
    top: 23px !important;
}

.s-bottom {
    bottom: -14px !important;
}

.tb-img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #f8f9fa;
}

.nav-item.hs-mn-rqst {
    position: relative;
}

.nav-item.hs-mn-rqst .nav-link-title:after {
    position: absolute;
    width: 7px;
    height: 7px;
    background: red;
    top: 15px;
    z-index: 99;
    content: "";
    margin-left: 4px;
    border-radius: 50%;
}

.is-notification {
    min-width: 300px;
}

.is-notification .not-user-icon {
    width: 30px;
    height: 30px;
}

.is-notification .not-info {
    font-size: 13px;
    flex: 1;
}

.is-new {
    background: #f3f8fc;
    border-left: 2px solid #3499ec;
}

.invalid-feedback {
    display: block !important;
}

.i-noftif .dropdown-toggle:after {
    display: none;
}

.i-noftif.has-notification {
    position: relative;
}

.i-noftif.has-notification .dropdown-toggle:before {
    content: "";
    background: red;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    right: -1px;
}

.i-noftif.has-notification .n-count {
    font-size: 10px !important;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: -10px;
    top: -8px !important;
}

.c-badge {
    height: 17px;
    font-size: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
}

.comment-text {
    font-size: 13px;
}

.daterangepicker td.in-range {
    background-color: rgba(91, 105, 200, 0.3019607843);
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.active {
    background-color: #5b69c8;
    border-color: transparent;
    color: #fff;
}

.daterangepicker td.active:hover {
    background-color: #5b69c8;
    border-color: transparent;
    color: #fff;
}

.daterangepicker .ranges li.active {
    background-color: #5b69c8;
    color: #fff;
}

.input-group-append .input-group-text {
    padding: 0.475rem 0.75rem;
    font-size: 0.9rem;
    background-color: #f7f7f7;
}

.required-label {
    position: relative;
}

.required-label:after {
    content: "*";
    color: red;
    position: relative;
    top: 0;
}

.table.dataTable > thead .sorting::before,
.table.dataTable > thead .sorting::after,
.table.dataTable > thead .sorting_asc::before,
.table.dataTable > thead .sorting_asc::after,
.table.dataTable > thead .sorting_desc::before,
.table.dataTable > thead .sorting_desc::after,
.table.dataTable > thead .sorting_asc_disabled::before,
.table.dataTable > thead .sorting_asc_disabled::after,
.table.dataTable > thead .sorting_desc_disabled::before,
.table.dataTable > thead .sorting_desc_disabled::after {
    bottom: auto;
    display: inline-flex;
}

.table.dataTable tr th.sticky-col {
    padding: 0 30px;
}

.table.dataTable > thead .sorting_asc::before,
.table.dataTable > thead .sorting_asc::after,
.table.dataTable > thead .sorting_desc::before,
.table.dataTable > thead .sorting_desc::after {
    color: #0a8ef9;
}

.modal .modal-header {
    padding: 1rem;
}

.modal .modal-title {
    font-size: 0.85rem;
}

.modal .modal-footer .btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
}

.fs-i-s * {
    font-size: 12px !important;
}

@media print {
    body {
        background: #fff !important;
        font-size: 0.65rem;
    }

    .form-label,
    .card-header {
        font-size: 0.65rem !important;
    }

    .container {
        max-width: 100%;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .table {
        text-wrap: wrap;
    }

    .table td,
    .table th {
        padding: 6px !important;
        font-size: 0.5rem !important;
    }

    .print-body {
        height: 90;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}

.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 0;
}

.cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block;
}

.cube-folding span::before {
    content: "";
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-animation: folding 2.5s infinite linear both;
    -moz-animation: folding 2.5s infinite linear both;
    animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
    -webkit-transform: rotateZ(90deg) scale(1.1);
    -moz-transform: rotateZ(90deg) scale(1.1);
    transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: #f2f2f2;
}

.cube-folding .leaf3 {
    -webkit-transform: rotateZ(270deg) scale(1.1);
    -moz-transform: rotateZ(270deg) scale(1.1);
    transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: #f2f2f2;
}

.cube-folding .leaf4 {
    -webkit-transform: rotateZ(180deg) scale(1.1);
    -moz-transform: rotateZ(180deg) scale(1.1);
    transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #e6e6e6;
}

@-webkit-keyframes folding {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
}

@-moz-keyframes folding {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
}

@-ms-keyframes folding {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
}

@keyframes folding {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
}

.cube-wrapper {
    position: fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

.cube-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 90px;
    height: 6px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: shadow 0.5s ease infinite alternate;
    -moz-animation: shadow 0.5s ease infinite alternate;
    animation: shadow 0.5s ease infinite alternate;
}

.cube-wrapper .loading {
    font-size: 12px;
    letter-spacing: 0.1em;
    display: block;
    color: white;
    position: relative;
    top: 25px;
    z-index: 2;
    -webkit-animation: text 0.5s ease infinite alternate;
    -moz-animation: text 0.5s ease infinite alternate;
    animation: text 0.5s ease infinite alternate;
}

@-webkit-keyframes text {
    100% {
        top: 35px;
    }
}

@-moz-keyframes text {
    100% {
        top: 35px;
    }
}

@-ms-keyframes text {
    100% {
        top: 35px;
    }
}

@keyframes text {
    100% {
        top: 35px;
    }
}

@-webkit-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}

@-moz-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}

@-ms-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}

@keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}

.preloader {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.toast {
    background-color: #030303;
}

.toast-info {
    background-color: #3276b1;
}

.toast-info2 {
    background-color: #2f96b4;
}

.toast-error {
    background-color: #bd362f;
}

.toast-success {
    background-color: #51a351;
}

.toast-warning {
    background-color: #f89406;
}

.modal .select2-container .select2-container--open.select2-dropdown--below {
    max-width: 400px !important;
}

.avatar {
    width: 2.5rem;
    height: 2.5rem;
}

.s-table > .table .form-check-input {
    width: 1rem;
    height: 1rem;
    margin-top: 0.2142857143rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(98, 105, 118, 0.24);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.s-table > .table thead th {
    color: #626976;
    background: #f2f3f4;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #626976;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    white-space: nowrap;
}

.s-table > .table tbody td {
    font-size: 12px;
    padding: 0.6rem 0.65rem;
}

.s-table > .table tbody td a {
    font-size: 12px;
}

.div-content-area {
    min-height: 255px;
    max-height: 255px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.request-title {
    font-size: 0.8rem;
}

.bg-assign {
    --bs-bg-opacity: 1;
    background-color: #41f9c9;
    color: #118466;
}

.table tr .sticky-col {
    position: -webkit-sticky;
    position: sticky;
    right: 0px;
    z-index: 1 !important;
    background-color: #fff;
    color: var(--bs-primary);
}

.table tr th.sticky-col,
.table tr td.sticky-col {
    text-align: center;
}

.custom-input {
    width: 101px;
    border: 1px solid #ccc;
    line-height: 1;
    padding: 8px;
    border-radius: 4px;
    font-size: 13px;
    color: #3a3a3a;
}

.tabs-s {
    position: relative;
}

.tabs-s:not(.--jsfied) {
    /* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
}

.tabs-s .--hidden {
    display: none;
}

.tabs-s a,
.tabs-s button {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 1em;
    line-height: 1.2;
    text-align: center;
    /* color: #FAF3DD; */
    color: #0d6efd;
    background-color: transparent;
    border: 0px;
}

.tabs-s .-primary {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs-s .-primary > li {
    flex-grow: 1;
}

.tabs-s .-primary > li > a,
.tabs-s .-primary > li > button {
    white-space: nowrap;
    padding: 1em 1em;
}

.tabs-s .-primary > li > a:hover,
.tabs-s .-primary > li > button:hover {
    color: #2a3565;
}

.tabs-s .-primary .dropdownmenu li a {
    text-align: left;
    color: #333;
}

.tabs-s .-primary .-more > button span {
    display: inline-block;
    transition: transform 0.2s;
}

.tabs-s.--show-secondary .-primary .-more > button span {
    transform: rotate(180deg);
}

.tabs-s .-secondary {
    max-width: 100%;
    min-width: 10em;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
    -webkit-animation: nav-secondary 0.2s;
    animation: nav-secondary 0.2s;
}

.tabs-s .-secondary li {
    /* border-top: 1px solid #2a3565; */
}

.tabs-s .-secondary a,
.tabs-s .-secondary button {
    padding: 0.8em;
}

.tabs-s .-secondary a:hover,
.tabs-s .-secondary button:hover {
    color: #39438b;
}

.tabs-s .-secondary a:active,
.tabs-s .-secondary button:active {
    background-color: #ffffff;
    color: #39438b;
}

.tabs-s.--show-secondary .-secondary {
    display: block;
    z-index: 9999;
    background-color: white;
}

@-webkit-keyframes nav-secondary {
    0% {
        opacity: 0;
        transform: translateY(-1em);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes nav-secondary {
    0% {
        opacity: 0;
        transform: translateY(-1em);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.tabs-s .-secondary a,
.tabs-s .-secondary button {
    text-align: left;
}

.tabs-s .-secondary .dropdownmenu {
    display: none;
}

@media screen and (max-width: 720px) {
    .tabs-s .-primary > li > a,
    .tabs-s .-primary > li > button {
        padding: 0.7em 0.6em;
        /* box-shadow: inset 0 -0.2em 0 #2a3565; */
        font-size: 12px;
    }
}

.has-no-borders {
    border: none !important;
}

.btn-sm {
    padding: 0.4rem 0.5rem;
    font-size: 0.65rem;
}

div.dataTables_scrollBody .table.dataTable thead > tr > td:after,
div.dataTables_scrollBody .table.dataTable thead > tr > td:before,
div.dataTables_scrollBody .table.dataTable thead > tr > th:after,
div.dataTables_scrollBody .table.dataTable thead > tr > th:before {
    display: none;
}

footer {
    width: calc(100% - 250px);
    position: fixed;
    bottom: 0;
    color: var(--nbl--primary);
    background: #fff;
}

@media (max-width: 1400px) {
    footer {
        position: static !important;
    }

    footer.page-footer {
        position: fixed !important;
        width: 100%;
    }
}

.columnRight {
    text-align: right;
}

.log_profile_img {
    width: 30px;
    height: 30px;
}

.date-time {
    border-radius: 5px;
    font-size: 0.6rem;
    font-weight: 600;
}

.dash-icon {
    background-color: #006699;
}

.dash-icon img {
    filter: invert(1);
}

.tabs {
    border-bottom: 1px solid #dbd9d9;
}

.tabs .tab {
    font-size: 0.75rem;
    padding: 6px 16px;
    cursor: pointer;
}

.tabs .tab.active {
    border-bottom: 2px solid #006699;
    background-color: rgba(13, 59, 130, 0.0901960784);
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-description {
    margin: 0.3rem 10px;
}

/*# sourceMappingURL=style.css.map */

/* new-css for login page */

.login-btn {
    border-radius: 5px;
    background-color: #F6B118 !important;
    color: #000;
    font-weight: 600;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-btn:hover {
    background-color: #F6B118 !important;
    border: #F6B118;
}

.login-title {
    font-size: 20px;
}

.login-subtitle {
    font-size: 13px;
}

.login-subtitle small {
    font-size: 13px;
}

.remember-pw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.remember-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.remember-container label {
    font-size: 14px;
}

.remember-pw .forgot-pw a {
    font-size: 14px;
}

.login-page-title {
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    line-height: normal;
    width: 100%;
}

.login-page-title span {
    font-size: 12px;
}

.f-logo {
    filter: none !important;
}

.auth-main .auth-left .f-logo {
    width: 30%;
    max-width: 200px;
    margin: 0 auto 20px auto;
    display: block;
}

.auth-main .auth-content {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* chart-js-css */
.pie-chart-title h2 {
    font-size: 18px;
}

.bar-pie-chart canvas {
    max-width: 100%;
    padding: 1rem;
    margin: auto;
}

.chart-container {
    height: 350px;
}

.card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}

.card-header {
    background-color: transparent;
    border-bottom: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.bar-pie-chart #barChart {
    width: 100%;
    min-height: 300px;
}

#dataTable {
    display: none;
    scroll-margin-top: 100px;
}

.reporting-card {
    box-shadow: unset;
    border-radius: unset;
    border: 1px solid #ddd;
}

.no-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background-color: #fff;
    padding-right: 10px;
    border: 1px solid #ccc;
    color: #000;
}

.no-arrow:disabled {
    background-color: #fff;
    color: #000;
    cursor: default;
}

.des_title {
    position: absolute;
    left: 50%;
    bottom: 4%;
    transform: translate(-50%, -50%);
    line-height: normal;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

footer.page-footer {
    padding: 10px 0px;
}

.login-btn-change {
    border-radius: 5px;
    background-color: #8584bc !important;
    color: white;
    font-weight: 600;
    border: none;
}

.login-btn-change:hover {
    background-color: #8584bc !important;
    border: #8584bc;
}

.change-password-p {
    border-radius: 5px;
    border: 1px solid #ddd;
}

.table-wrapper {
    /* max-height: 300px;  */
    overflow-y: scroll;
}

.table-wrapper::-webkit-scrollbar {
    display: none;
}

.table-wrapper {
    scrollbar-width: none;
}

.profile-img {
    width: 100px;
}

.change-password-p h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
}

.change-password-p h3 {
    font-size: 16px;
    color: #000000a3;
}

.change-password-p .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.change-password-p .card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.change-password-p .profile-overview .label {
    font-weight: 500;
    color: #000;
}

.change-password-p .nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.change-password-p .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: unset;
    border: none;
}

.change-password-p .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: none;
    border-top-left-radius: none;
    border-top-right-radius: none;
    font-size: 16px;
}

.change-password-p .nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #212529;
    border-bottom: 2px solid #198754;
    font-weight: 600;
}

.change-password-p .nav-link {
    color: #000;
}

.bar-chart-card {
    margin-bottom: 30px;
}

#dataTable h5 {
    font-size: 25px;
    font-weight: 700;
}

@media (max-width: 576px) {
    .chart-container {
        padding: 1rem;
    }
}

/* chart-js-css-end */

/* New-CSS */
/* new-landing-page-css */

.top-header {
    background-color: #2876B8;
}

.login-btn {
    background-color: #F6B118 !important;
    border: #F6B118 !important;
    border-radius: 5px;
}

.submit-btn {
    background-color: #F6B118 !important;
    border: #F6B118 !important;
    border-radius: 5px;
    color: #000;
}

.table tr th,
.table tr td {
    padding: 0.5rem 0.5rem;
}

.regis-header {
    background-color: #7f7eb7;
}

.regis-header img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.regis-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset;
}

.registration-card {
    width: 100%;
    max-width: 420px;
    margin: 50px auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.card-header-custom {
   background-color: #2876B8;
    padding: 5px;
    text-align: center;
}

.form-label {
    font-weight: 600;
}

.btn-custom {
    background-color: #F6B118;
    color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
}

.btn-custom:hover {
    background-color: #867ab9;
    color: #fff;
}

.login-link {
    margin-top: 15px;
    text-align: center;
    font-size: 0.9rem;
}

.login-link a {
    text-decoration: none;
    color: #6c63b7;
    font-weight: 500;
}

.login-link a:hover {
    text-decoration: underline;
}

.auth-main-qr {
    height: 120vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control:focus {
    box-shadow: unset;
}

footer {
    background-color: #7f7eb7;
    color: #fff;
}

.header-bg {
    background-color: #8584bc !important;
    color: #fff !important;
}

.navbar-vertical-container .navbar-vertical-footer-offset .branding-section {
    border-bottom: none !important;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .static-title {
    color: #fff;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-link {
    color: #fff;
}

.navbar-vertical-container
    .navbar-vertical-footer-offset
    .navbar-vertical-content
    #navbarVerticalMenu
    .nav-item
    .nav-link:hover {
    color: #bcbc84;
}

.footer-new-link {
    color: #bcbc84;
}

.dash-icon {
    background-color: #bcbc84;
}

.date-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.date-nav li {
    display: inline-block;
}

.btn-today,
.btn-tomorrow,
.btn-date {
    background-color: #b2b2d8;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    padding: 4px 10px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 0.8rem;
}

.btn-today:hover,
.btn-tomorrow:hover,
.btn-date:hover {
    background-color: #a0a0d0;
}

.schedule-card {
    border: none;
    padding: 10px;
}

.schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.schedule-item:last-child {
    border-bottom: none;
}

.name {
    font-size: 14px;
    font-weight: 500;
    color: #bdbdbd;
}

.phone {
    font-size: 14px;
    font-weight: 500;
    color: #bdbdbd;
}

.btn-custom {
    padding: 2px 10px;
    font-size: 12px;
}

@media (max-width: 768px) {
    .content {
        margin: 10px;
        padding: 10px;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: unset;
    color: #8584bc;
    font-weight: 600;
}

.nav-link {
    color: #000;
    font-size: 14px;
}

.btn-primary:hover {
    border: 1px solid #067f4f;
}

/* Ensure toast is always visible above everything */
#toast-container {
    z-index: 999999 !important;
}
