@font-face {
    font-family: 'CustomFont';
    src: url('/webfonts/IncompleetaRegular.ttf') format('truetype'), url('/fonts/IncompleetaRegular.woff') format('woff'), url('/fonts/IncompleetaRegular.woff2') format('woff2'), url('/fonts/IncompleetaRegular.eot') format('embedded-opentype')
}

@font-face {
    font-family: 'Montserrat';
    src: url('/webfonts/MontserratAlt1-Regular.ttf') format('truetype'), url('/fonts/MontserratAlt1-Regular.woff') format('woff'), url('/fonts/MontserratAlt1-Regular.woff2') format('woff2')
}

@font-face {
    font-family: 'verified-light';
    src: url('/webfonts/brandmark-sans-30-light.ttf') format('truetype')
}

@font-face {
    font-family: 'verified-bold';
    src: url('/webfonts/brandmark-sans-30-bold.ttf') format('truetype')
}

@font-face {
    font-family: 'verified-color';
    src: url('/webfonts/Brandmark-Sans-30-Color.ttf') format('truetype')
}



.font-sans {
    font-family: -apple-system,BlinkMacSystemFont,Avenir Next,Avenir,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
}

.fw-semibold {
    font-weight: 600 !important;
}

/* Add borders to all items */
/** {
    border: 1px solid black;
}*/

html,
body {
    height: 100%;
}

.link-hover :hover {
    color: #005d9f !important;
}

dt{
    font-size: smaller;
}

.text-decoration-underline-dotted {
    text-decoration: underline !important;
    text-decoration-line: underline !important;
    text-decoration-thickness: initial !important;
    text-decoration-style: dotted !important;
    text-decoration-color: initial !important;
}

.login-logo {
    font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
    color: #101820;
}

.login-logo-alt {
    font-family: 'verified-color', 'verified-bold', 'Source Sans Pro', sans-serif;
    color: #101820;
}

.gradient-text {
    background: linear-gradient(to right, #75c5ad, #92b786, #afaa5f, #cc9d38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.brand-text {
    font-family: 'CustomFont', 'Source Sans Pro', sans-serif;
    color: #fff;
}

.footer-logo {
    font-family: 'CustomFont', 'Source Sans Pro', sans-serif;
    color: #101820;
}

.card-border-dark {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 0.25rem;
}

.card .header-title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: .9rem;
    margin-top: 0;
}

.card .header-title-2 {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 1.2rem;
    margin-top: 0;
}

.card-header-slim {
    padding: 0.25rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header-slim-white {
    padding: 0.25rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body-slim {
    flex: 1 1 auto;
    padding: 0.5rem 0.5rem;
}

.modal-header-slim {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-body-slim {
    position: relative;
    flex: 1 1 auto;
    padding: 0.5rem;
}

.modal-footer-slim {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.25rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-footer-slim > * {
        margin: 0.15rem;
    }

.list-group-flush > .list-group-item-slim {
    border-width: 0 0 1px;
}

.list-group-item-slim {
    position: relative;
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

/* Validation
-------------------------------------------------- */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.bi {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    fill: currentcolor;
}

.bg-warning-lighten {
    background-color: rgba(255,188,0,.5) !important;
}

.bg-info-lighten {
    background-color: rgba(111,66,193,.5) !important;
}

.bg-primary-lighten-2 {
    background-color: rgba(57,175,209,.5) !important;
}

.bg-secondary-lighten {
    background-color: rgba(108,117,125,.5) !important;
}

.bg-success-lighten {
    background-color: rgba(10,207,151,.5) !important;
}

.bg-seafoam {
    background-color: rgb(96, 170, 162) !important;
}

.bg-primary-lighten {
    background-color: rgba(27,110,194,.5) !important;
}

.bg-yellow {
    background-color: rgb(255, 215, 31) !important;
}

.bg-custom-dark {
    background-color: #101010 !important;
}

.bg-dark-lighten {
    background-color: rgba(255, 255, 255, 0.1) !important;
}


.default-badge-success {
    background-color: #adf0cc;
    color: #14713f;
}

.default-badge, .default-badge-info, .default-badge-success, .default-badge-alert, .wdefault-badge-warning, .default-badge-danger, .default-badge-muted {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 2px 0;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    text-transform: capitalize;
}

.avatar {
    font-size: 12.16px;
    width: 2.2em;
    height: 2.2em;
    border-radius: 50%;
    background: #555555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
   /* margin-top: -1em;*/
}

    .avatar::after {
        content: attr(data-label);
        font-family: "Readex Pro", sans-serif;
        color: #ffffff;
    }

#vehicleGrid_content_table tr {
    cursor: pointer;
}

.action-btn {
    width: 32px;
    height: 32px;
}

.e-upload-actions {
    display: none !important;
}

.toast-success {
    background-color: #51a351 !important;
}

.toast-error {
    background-color: #bd362f !important;
}

.hidden-arrow.dropdown-toggle:after {
    display: none
}

.dashboardContent .widget {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    float: left;
    padding: 15px;
    /* height: 220px; */
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: auto;
    overflow-y: auto;
    justify-content: space-around;
}

    .dashboardContent .widget .filtreTraction {
        width: 100%;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        height: auto;
        justify-content: space-evenly;
    }

    .dashboardContent .widget.size100 {
        width: 100%;
        margin: 0 0 1% 0;
    }

.dashboardContent .scrollY {
    height: 200px;
}

.dashboardContent .widget .titleWidget {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    padding: 0 0 10px 0;
    color: #333;
}

.dashboardContent .widget .titleWidgetYear {
    width: 100%;
    height: auto;
    float: right;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    text-align: right;
    line-height: normal;
    padding: 0;
    color: #8e8e8e;
}

.dashboardContent .widget .boxWidget {
    height: auto;
    float: left;
    padding: 20px 10px;
    box-sizing: border-box;
    display: block;
}

    .dashboardContent .widget .boxWidget .valueWidget {
        height: auto;
        font-size: 54px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-align: center;
        line-height: normal;
        display: block;
    }

        .dashboardContent .widget .boxWidget .valueWidget span.valueMedium {
            width: 100%;
            height: auto;
            font-size: 20px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            text-align: center;
            line-height: normal;
        }

    .dashboardContent .widget .boxWidget .valueWidgetMedium {
        height: auto;
        font-size: 38px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-align: center;
        line-height: normal;
        display: block;
    }

        .dashboardContent .widget .boxWidget .valueWidgetMedium span.valueMedium {
            width: 100%;
            height: auto;
            font-size: 18px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            text-align: center;
            line-height: normal;
            padding: 0 0 0 8px;
        }
    /**/

    .dashboardContent .widget .boxWidget .valueWidgetSmall {
        height: auto;
        font-size: 30px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-align: center;
        line-height: normal;
        display: block;
    }

        .dashboardContent .widget .boxWidget .valueWidgetSmall span.valueMedium {
            width: 100%;
            height: auto;
            font-size: 13px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            text-align: center;
            line-height: normal;
            padding: 0 0 0 8px;
        }
    /**/

    .dashboardContent .widget .boxWidget .textWidget {
        /* width: max-content; */
        height: auto;
        /* float: left; */
        font-size: 14px;
        font-family: 'open sans', sans-serif;
        font-weight: 400;
        text-align: center;
        line-height: normal;
        /* padding: 0 10px 15px 10px; */
        padding: 0;
        display: block;
    }

    .dashboardContent .widget .boxWidget img {
        width: 100%;
        height: auto;
    }

        .dashboardContent .widget .boxWidget img.spinner-number {
            width: 20px;
            height: 20px;
        }
    /*  */

    .dashboardContent .widget .boxWidget.ligne100 {
        height: auto;
        float: left;
        padding: 5px 0;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #f1f1f1;
    }

        .dashboardContent .widget .boxWidget.ligne100 a {
            font-size: 14px;
            font-family: 'open sans', sans-serif;
            font-weight: 400;
            color: #14a4ff;
        }

            .dashboardContent .widget .boxWidget.ligne100 a:hover {
                text-decoration: none;
                color: #0243a3;
            }

        .dashboardContent .widget .boxWidget.ligne100 .valueWidget {
            width: max-content;
            width: -moz-max-content;
            width: -webkit-max-content;
            height: auto;
            float: right;
            font-size: 15px;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 600;
            text-align: center;
            line-height: normal;
            order: 1;
        }

        .dashboardContent .widget .boxWidget.ligne100 .textWidget {
            width: max-content;
            width: -moz-max-content;
            width: -webkit-max-content;
            height: auto;
            float: left;
            font-size: 13px;
            font-family: 'open sans', sans-serif;
            font-weight: 400;
            text-align: center;
            line-height: normal;
            padding: 0;
            order: 2;
        }

.p33 {
    margin: 0;
    list-style: none;
    float: left;
}

#recap .recap5 {
    width: 47%;
    height: auto;
    display: inline-block;
    margin: 20px 1%;
}

.info-box .info-box-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    line-height: 1.8;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.btn-refresh.spin i {
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5);*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.custom-card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.custom-card .card-statistic-3 .card-icon-large .fas, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

@media print {
    .row.mt-5 {
        margin-top: 0 !important;
    }

    .row.mt-3 {
        margin-top: 0 !important;
    }

    .col-12.mt-3 {
        margin-top: 0 !important;
    }

    /* Display the card and its contents */
    .card {
        visibility: visible;
    }

        .card.mt-5 {
            margin-top: 0 !important;
        }

    .main-header {
        visibility: hidden;
    }

    .main-sidebar {
        visibility: hidden;
    }

    .main-footer {
        visibility: hidden;
    }

    .btn {
        visibility: hidden;
    }

    .nav {
        visibility: hidden;
    }
}

.link-purple {
    color: #6f42c1;
}

    .link-purple:hover {
        color: #ffcd39;
    }

.rounded-4 {
    border-radius: 0.5rem !important;
}

.rounded-5 {
    border-radius: 0.75rem !important;
}

.brand-container-alt {
    display: grid;
    grid-template-areas: "brand-link pushmenu";
    justify-content: space-between;
    padding: 0.1rem 0.5rem;
    !important;
    overflow: hidden;
    font-size: 1rem;
    !important;
    white-space: nowrap;
    transition: width 0.3s ease-in-out;
}

.user-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-menu-list,
.user-settings {
    list-style: none;
    padding: 0.2rem 0.5rem;
}

    .user-menu-list a,
    .user-settings a {
        text-decoration: none;
        color: #333;
        display: block;
        padding: 8px 8px;
    }

    /* Add padding for the i elements */
    .user-menu-list li i,
    .user-settings li i {
        margin-right: 8px; /* Adjust the margin as needed */
    }

    .user-menu-list li:hover,
    .user-settings li:hover {
        border-radius: 0.25rem;
        background-color: rgb(69, 69, 69, 0.1) !important;
    }

    /* Remove blue text color on hover for anchor elements */
    .user-menu-list li a:hover,
    .user-settings li a:hover {
        color: inherit !important;
    }

.user-info {
    margin-top: 10px;
}

.user-name {
    font-weight: bold;
}

.user-email {
    color: #666;
}

.nav-tabs .nav-item,
.nav-tabs .nav-item .active {
    height: 32px;
    margin: 0;
    min-height: 32px;
    min-width: auto;
    padding: 0;
}

    .nav-tabs .nav-item .nav-link,
    .nav-tabs .nav-item .active .nav-link {
        display: block;
        padding: 0.3rem 0.85rem;
        color: #0d6efd;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

    .nav-tabs .nav-item .nav-link {
        font-size: 14px;
    }

.nav-tabs:not(.flex-column) li.nav-item .active {
    border-bottom: 2px solid #0d6efd !important;
    margin-bottom: 0;
}

.nav-tabs.flex-column li.nav-item .active {
    border-left: 3px solid #0d6efd !important;
    margin-bottom: 0;
}

    .nav-tabs li.nav-item .active i {
        color: #0d6efd !important;
    }

.nav-tabs.flex-column li.nav-item .active.error {
    border-left: 3px solid #FF0000 !important;
    margin-bottom: 0;
}

.nav-tabs li.nav-item .active.error i {
    color: #FF0000 !important;
}

.nav-tabs li.nav-item .error {
    border-left: 3px solid #FF0000 !important;
    color: #FF0000 !important;
}

.nav-tabs.flex-column li.nav-item :not(.active):hover {
    border-left: 3px solid !important;
    margin-bottom: 0;
}

.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
    border-bottom: 1px solid #0d6efd;
    margin-bottom: 0;
}

.alert-primary.alert-outline {
    border-top: 3px solid #007bff !important;
}

.alert-warning.alert-outline {
    border-top: 3px solid #FFA500 !important;
}

.alert-danger.alert-outline {
    border-top: 3px solid #e74c3c !important;
}

.alert-secondary.alert-outline {
    border-top: 3px solid #C2C1C0 !important;
}

.alert-success.alert-outline {
    border-top: 3px solid #00884b !important;
}

dt {
    margin-bottom: 0.5rem;
}

.fs-9 {
    font-size: .675rem !important;
}

.fs-10 {
    font-size: .575rem !important;
}

.fs-11 {
    font-size: .475rem !important;
}

.bg-gray-50 {
    background-color: rgb(237 241 242) !important;
}

.navy {
    background-color: rgb(0, 56, 114) !important;
}

.text-seafoam{

}

.text-navy {
    color: rgb(0, 56, 114) !important;
}

.bg-navy-50 {
    background-color: rgb(0, 56, 114) !important;
    opacity: 0.5;
}

.blue {
    background-color: rgb(0, 116, 217) !important;
}

.text-blue {
    color: rgb(0 70 122) !important;
}

.bg-blue-50 {
    background-color: rgb(196 230 250) !important;
}

.aqua {
    background-color: rgb(127, 219, 255) !important;
}

.text-aqua {
    color: rgb(127, 219, 255) !important;
}

.bg-aqua-50 {
    background-color: rgb(127, 219, 255) !important;
    opacity: 0.5;
}

.teal {
    background-color: rgb(0, 210, 210) !important;
}

.text-teal {
    color: rgb(0 101 96) !important;
}

.text-teal-50 {
    color: rgb(0 181 173) !important;
}

.bg-teal-50 {
    background-color: rgb(196 239 237) !important;
}

.olive {
    background-color: rgb(55, 100, 0) !important;
}

.text-olive {
    color: rgb(55, 100, 0) !important;
}

.bg-olive-50 {
    background-color: rgb(55, 100, 0) !important;
}

.green {
    background-color: rgb(24,204,108) !important;
}

.text-green {
    color: rgb(0 112 59) !important;
}

.text-green-50 {
    color: rgb(0 136 75) !important;
}

.bg-green-50 {
    background-color: rgb(200 244 221) !important;
}

.lime {
    background-color: rgb(0, 210, 0) !important;
}

.text-lime {
    color: rgb(0, 210, 0) !important;
}

.bg-lime-50 {
    background-color: rgb(0, 210, 0) !important;
    opacity: 0.5;
}

.yellow {
    background-color: rgb(255, 255, 0) !important;
}

.text-yellow {
    color: rgb(242 170 42) !important;
}

.bg-yellow-50 {
    background-color: rgb(255, 255, 0) !important;
    opacity: 0.5;
}

.orange {
    background-color: rgb(255, 127, 0) !important;
}

.text-orange {
    color: rgb(156 96 17) !important;
}

.bg-orange-50 {
    background-color: rgb(247 221 186) !important;
}

.red {
    background-color: rgb(255, 0, 0) !important;
}

.text-red {
    color: rgb(184 17 17) !important;
}

.bg-red-50 {
    background-color: rgb(253 210 207) !important;
}

.maroon {
    background-color: rgb(133, 20, 75) !important;
}

.text-maroon {
    color: rgb(133, 20, 75) !important;
}

.bg-maroon-50 {
    background-color: rgb(133, 20, 75) !important;
    opacity: 0.5;
}

.fuchsia {
    background-color: rgb(240, 18, 190) !important;
}

.text-fuchsia {
    color: rgb(240, 18, 190) !important;
}

.bg-fuchsia-50 {
    background-color: rgb(253, 181, 237) !important;
}

.purple {
    background-color: rgb(177, 13, 201) !important;
}

.text-purple {
    color: rgb(177, 13, 201) !important;
}

.text-purple-50 {
    color: rgb(130 121 227) !important;
}

.bg-purple-50 {
    background-color: rgb(177, 13, 201) !important;
    opacity: 0.5;
}

.silver {
    background-color: rgb(204, 204, 204) !important;
}

.text-silver {
    color: rgb(204, 204, 204) !important;
}

.bg-silver-50 {
    background-color: rgb(204, 204, 204) !important;
    opacity: 0.5;
}

.gray {
    background-color: rgb(128, 128, 128) !important;
}

.text-gray {
    color: rgb(38 44 45) !important;
}



.black {
    background-color: rgb(0, 0, 0) !important;
}

.text-black {
    color: rgb(0, 0, 0) !important;
}

.bg-black-50 {
    background-color: rgb(0, 0, 0) !important;
    opacity: 0.5;
}

#current-assignment-grid {
    border-style: none !important;
}

    #current-assignment-grid .e-gridheader {
        border-top: none !important;
    }

.list-seperator {
    height: 1px;
    margin: 15px 0 9px;
    background-color: rgba(0, 0, 0, 0.125);
}

.fw-normal-padding {
    padding: 0.5rem 1rem !important;
    font-size: 1rem;
}

.content-header{
    margin-top: 0.5rem;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.sidebar-wrapper .sidebar-menu > .nav-item.menu-open > .nav-link.account-link,
.sidebar-wrapper .sidebar-menu > .nav-item:hover > .nav-link.account-link,
.sidebar-wrapper .sidebar-menu > .nav-item.account-link > .nav-link:focus {
    color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
}


.sidebar-wrapper .sidebar-menu > .nav-item > .nav-link.account-link.active {
    color: var(--bs-primary) !important;
    background-color: var(--bs-primary-bg-subtle);
}

.nav-pills .nav-link.account-link:hover,
.nav-pills .nav-link.account-link:focus {
    color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
}



.nav-pills> .nav-link.account-link.active {
    color: var(--bs-primary) !important;
    background-color: var(--bs-primary-bg-subtle);
}



.table-wrapper {
    max-height: 500px;
    overflow: auto;
    display: block;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.btn-xs {
    padding-left:0.2rem !important; 
    padding-right:0.2rem !important;
    padding-top:0rem !important;
    padding-bottom:0rem !important;
    font-size: 0.775rem !important;
    border-radius: var(--bs-border-radius-sm) !important;
}

.min-w-0 {
    min-width: 0;
}

.app-content {
    height: calc(100vh - 9.1rem);
}

.parent {
    display: flex;
    height: 100vh;
    position: relative;
}

.main-content {
    flex: 1;
    flex-shrink: 1; /* Allow shrinking */
}

.sidebar {
    width: 50px; /* Width of the thin sidebar */
    background-color: #343a40;
    color: #fff;
    position: relative;
}

.sidebar-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .sidebar-item.active {
        background-color: rgb(235 246 254);
    }

.sidebar-icon:hover {
    background-color: rgb(246 247 247);
}

.content-sidebar {
    width: 0;
    background-color: #f8f9fa;
    overflow-x: hidden;
    transition: width 0.5s;
    position: absolute;
    right: 50px; /* Width of the thin sidebar */
    top: 0;
    height: 100%;
    flex-grow: 1; /* Do not allow shrinking */
}

.flex-1 {
    flex: 1 1;
}

.flex-auto {
    flex: 1 1 auto;
}

.mention {
    background: #e9ecef;
    border-radius: 2px;
    border: none;
    color: #0d6efd;
    cursor: default;
}

.disabled-checkbox {
    opacity: 0.5; /* Makes it look faded */
    pointer-events: none; /* Prevents interaction */
    cursor: not-allowed; /* Changes cursor to indicate it's not usable */
}

.nav-pills button {
    color: var(--lte-sidebar-color);
}

.cursor-pointer {
    cursor: pointer;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hover-overlay {
    opacity: 0; /* Initially hidden */
    background-color: rgba(33, 37, 41, 0.75); /* bg-gray-900/75 */
    display: flex; /* d-flex */
    align-items: center; /* align-items-center */
    cursor: pointer; /* cursor-pointer */
    transition: opacity 0.3s ease-in-out; /* Smooth transition */
}

    .hover-overlay:hover {
        opacity: 1; /* Show on hover */
    }

.leading-3 {
    line-height: 12px;
}

.card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
    gap: 16px; /* Adjust spacing between cards */
}

.card-container {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 16px;
}

.card-content {
    flex-grow: 1; /* Ensures content stretches to fill the card */
}

.popover-header {
    background-color: transparent !important; /* Remove header background */
    border-bottom: none !important; /* Remove bottom border */
    padding-bottom: 0.25rem !important; /* Reduce padding below the header */
    margin-bottom: 0 !important; /* Remove margin below the header */
    font-weight: 500;
}

.popover-body {
    padding-top: 0.25rem !important; /* Reduce padding above the content */
    font-size: 0.775rem;
}

@media (min-width: 768px) {
    .stat-block {
        margin: 12px 0;
    }
}

.stat-block {
    padding: 0 12px;
    color: #067748;
    margin: 12px 0;
}

    .stat-block .stat-label {
        color: #605f5e;
        margin: 2px 0 4px;
        line-height: 1.4;
    }

    .stat-block .stat-value {
        font-size: 24px;
        line-height: 1.2;
    }

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #7a0fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -20px; /* half the width to truly center */
    border-radius: 50%;
    animation: loader 1s linear infinite;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.footer {
    position: absolute;
    bottom: 0;
    width: 90%;
    white-space: nowrap;
    line-height: 48px;
}