/* input(189,6): run-time error CSS1030: Expected identifier, found ' '
input(1870,5): run-time error CSS1036: Expected expression, found '}' */
:root, [data-bs-theme=light] {
    --theme-primary: #1B0480;
    --theme-primary-dark: #000134;
    --theme-secondary: #0029D2;
    --theme-tertiary: #00BBF4;
    --theme-quaternary: #00BBF4;
    --theme-section-separator: #d4c0f4;
    --theme-button-outline-color: #1B0480;
    --theme-front: #fff;
    --theme-box-light-background: #fff;
    --theme-box-light-border-color: #0029D3;
    --theme-box-light-border-radius: 20px;
    --theme-container-bg: #fff;
    --theme-header-item-hover: #1B0480;
    --theme-text-warning: #f3950a;
    --theme-link-light-blue: #4a90e2;
    --page-width: 100%;
    --bs-font-sans-serif: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-color: #002221;
    --bs-secondary-color: #5A6767;
    --bs-disabled-bg: #E7EBEE;
    --bs-body-bg: #E7EBEE;
    --bs-link-color: var(--theme-primary);
    --bs-link-hover-color: var(--theme-header-item-hover);
    --bs-body-font-size: 0.875rem;
    --bs-border-radius: 1.5rem;
    --bs-border-radius-sm: 1.5rem;
    --bs-emphasis-color-rgb: 27, 4, 128;
}

.bg-body {
    background-color: var(--bs-body-bg) !important;
}

.card {
    --bs-card-spacer-y: 1.35rem;
    --bs-card-spacer-x: 1.35rem;
    --bs-card-border-width: 0;
    --bs-card-border-color: rgba(33, 40, 50, 0.125);
    --bs-card-border-radius: 0.35rem;
    --bs-card-inner-border-radius: 0.35rem;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1.35rem;
    --bs-card-cap-bg: var(--theme-primary);
    --bs-card-bg: transparent;
    --bs-card-cap-color: #fff;
}

.card-header {
    border-radius: 13px !important;
}

.btn-primary {
    background: linear-gradient(to left, var(--theme-primary), var(--theme-secondary));
    --bs-btn-bg: var(--theme-primary);
    --bs-btn-border-color: var(--theme-primary);
    --bs-btn-hover-bg: var(--theme-primary);
    --bs-btn-hover-border-color: var(--theme-primary);
    --bs-btn-active-bg: var(--theme-primary);
    --bs-btn-active-border-color: var(--theme-primary);
    --bs-btn-disabled-bg: var(--theme-primary);
    --bs-btn-disabled-border-color: var(--theme-primary);
    min-width: 100px;
}

    .btn-primary:hover {
        filter: brightness(95%);
    }

.btn-secondary {
    --bs-btn-bg: #fff;
    --bs-btn-color: var(--theme-primary);
    --bs-btn-border-color: #fff;
    --bs-btn-hover-bg: var(--theme-primary);
    --bs-btn-hover-border-color: var(--theme-primary);
    --bs-btn-active-bg: var(--theme-primary);
    --bs-btn-active-border-color: var(--theme-primary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    min-width: 100px;
}

.btn-light {
    --bs-btn-bg: #fff;
    --bs-btn-border-color: var(--bs-body-bg);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--theme-primary);
    border-radius: var(--theme-box-light-border-radius);
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-outline-primary {
    --bs-btn-color: var(--theme-primary);
    --bs-btn-border-color: var(--theme-primary);
    --bs-btn-hover-bg: var(--theme-primary);
    --bs-btn-hover-border-color: var(--theme-primary);
    --bs-btn-active-bg: var(--theme-primary);
    --bs-btn-active-border-color: var(--theme-primary);
    --bs-btn-disabled-color: var(--theme-primary);
    --bs-btn-disabled-border-color: var(--theme-primary);
}

.btn-transparent-dark {
    --bs-btn-color: #21283280;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #21283280;
    --bs-btn-hover-bg: #2128321a;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 11, 14, 17;
    --bs-btn-active-color: #21283280;
    --bs-btn-active-bg: #21283233;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #21283259;
    --bs-btn-disabled-bg: #2128321a;
    --bs-btn-disabled-border-color: transparent;
    color: #21283280 !important;
}

.form-label, .invalid-feedback {
    margin-left: 0.25rem;
}

.form-control:focus, .datatable-input:focus {
    background-color: #fff;
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

.form-control:disabled, .datatable-input:disabled, .form-select:disabled, .datatable-selector:disabled {
    background-color: var(--bs-disabled-bg);
}

.btn-transparent-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 40, 50, 0.25) !important;
}

a {
    text-decoration: none;
    color: var(--theme-primary);
}

.text-primary {
    color: var(--theme-primary) !important;
}

.form-check-input {
    --bs-form-check-bg: #fff;
}

    .form-check-input:checked {
        background-color: var(--theme-primary);
        border-color: var(--theme-primary);
    }

.table, .datatable-table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-hover-color: var(--bs-body-color);
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: var(--theme-primary);
}

.modal-header {
    background-color: var(--theme-primary);
    border-radius: 0.75rem;
    margin: 0.5rem;
    color: #fff;
    --bs-modal-header-padding: 0.5rem 1rem;
}

    .modal-header .btn-close {
        color: #fff !important;
        opacity: 1;
        --bs-btn-close-bg: inherit;
        box-sizing:content-box;
    }

@media (min-width: 768px) {
    : root {
        --page-width: 750px;
    }
}

@media (min-width: 992px) {
    :root {
        --page-width: 970px;
    }
}

@media (min-width: 1200px) {
    :root {
        --page-width: 1170px;
    }
}

.m-n1 {
    margin: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.m-n5 {
    margin: -2.5rem !important;
}

.m-n10 {
    margin: -6rem !important;
}

.m-n15 {
    margin: -9rem !important;
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
}

.mx-n10 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
}

.mx-n15 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
}

.my-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}

.my-n15 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -2.5rem !important;
}

.mt-n10 {
    margin-top: -6rem !important;
}

.mt-n15 {
    margin-top: -9rem !important;
}

.me-n1 {
    margin-right: -0.25rem !important;
}

.me-n2 {
    margin-right: -0.5rem !important;
}

.me-n3 {
    margin-right: -1rem !important;
}

.me-n4 {
    margin-right: -1.5rem !important;
}

.me-n5 {
    margin-right: -2.5rem !important;
}

.me-n10 {
    margin-right: -6rem !important;
}

.me-n15 {
    margin-right: -9rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -2.5rem !important;
}

.mb-n10 {
    margin-bottom: -6rem !important;
}

.mb-n15 {
    margin-bottom: -9rem !important;
}

.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.ms-n4 {
    margin-left: -1.5rem !important;
}

.ms-n5 {
    margin-left: -2.5rem !important;
}

.ms-n10 {
    margin-left: -6rem !important;
}

.ms-n15 {
    margin-left: -9rem !important;
}

.p-10 {
    padding: 6rem !important;
}

.p-15 {
    padding: 9rem !important;
}

.px-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.px-15 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
}

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-15 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.pt-10 {
    padding-top: 6rem !important;
}

.pt-15 {
    padding-top: 9rem !important;
}

.pe-10 {
    padding-right: 6rem !important;
}

.pe-15 {
    padding-right: 9rem !important;
}

.pb-10 {
    padding-bottom: 6rem !important;
}

.pb-15 {
    padding-bottom: 9rem !important;
}

.ps-10 {
    padding-left: 6rem !important;
}

.ps-15 {
    padding-left: 9rem !important;
}

.gap-10 {
    gap: 6rem !important;
}

.gap-15 {
    gap: 9rem !important;
}
@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-Thin.otf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-ThinItalic.otf");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-ExtraLight.otf");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-ExtraLightItalic.otf");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-Light.otf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-LightItalic.otf");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-Regular.otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-RegularItalic.otf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-Medium.otf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-MediumItalic.otf");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-SemiBold.otf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-SemiBoldItalic.otf");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-Bold.otf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-BoldItalic.otf");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-ExtraBold.otf");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-ExtraBoldItalic.otf");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-Black.otf");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/metropolis/Metropolis-BlackItalic.otf");
    font-weight: 800;
    font-style: italic;
}

html {
    position: relative;
    min-height: 100%;
}

/*body {
    margin-bottom: 10px;
}*/

.main {
    min-height: calc(100vh - 140px);
}

.z-index-9999 {
    z-index: 9999;
}

.navbar-brand {
    white-space: initial;
}

    .navbar-brand h1 {
        font-size: 20px;
    }

    .navbar-brand img {
        max-height: 2rem;
        object-fit: contain;
        margin: auto;
    }

.main-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav .nav-link:hover {
    color: var(--theme-primary);
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    width: var(--page-width);
    max-width: 100%;
}

.footer {
    background: linear-gradient(to left, var(--theme-primary), var(--theme-primary-dark));
}

    .footer .nav-link {
        padding-left: 0;
    }

.thin {
    text-decoration-thickness: 1px;
}

.textprimary {
    color: var(--theme-primary);
}

.texttertiary {
    color: var(--theme-tertiary);
}

.form-floating > .form-control ~ label {
    color: rgba(var(--bs-body-color-rgb),.65);
}

.form-floating textarea {
    height: 100px !important;
}

.section-top {
    /*background: #071c36;*/
    /*color: #fff;*/
    /*background-image: url(../images/header-banner.jpeg);*/
    /*background: linear-gradient(90deg, #343a40 0%, #343a40 35%, #343a40 100%)*/
}

h2.section-header {
    font-size: 34px;
    line-height: 40px;
}

/******************Nav Dropdown icon********************/

.nav-icon-active {
    padding-top: 4px;
    padding-bottom: 2px;
    border-radius: 5px;
    border: 1px solid var(--theme-button-outline-color);
}

.nav-icon {
    padding-left: 8px;
    padding-right: 8px;
}

    .nav-icon img {
        width: 25px
    }

/******************Nav Dropdown icon********************/
/****************tech-icon-container************/
.tech-icon-container {
    margin-bottom: 10px !important;
    max-width: 170px;
    margin: auto;
}

    .tech-icon-container a {
        border: 1px solid #dee2e6;
        display: block;
        text-align: center;
        padding: 5px;
    }

        .tech-icon-container a img {
            max-width: 85px;
        }
/****************tech-icon-container************/
/****************Contact Form*************************/
.contact-section {
    background: #00b35c;
    background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-primary) 47%, #20088B 100%);
}

.form-detail {
    background-color: #1d2942;
    color: #fff;
    padding: 25px;
}

.form-container {
    background-color: #fff;
    padding: 20px;
}

.formicon {
    padding-top: 15px;
    color: rgba(var(--bs-body-color-rgb),.65);
}
/****************Contact Form*************************/

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}


/**************Loading Circle*************/

.disable-background {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    background: #e9e9e9;
    opacity: 0.5;
    z-index: 1050;
    top: 0;
    bottom: 0;
    display: none;
}

.loading-circle {
    display: none;
    position: absolute;
    z-index: 10000;
}

    .loading-circle div {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100px;
        height: 100px;
    }

/**************Loading Circle*************/

.mflexgrow {
    flex-grow: 1 !important;
}

.btn-large-wrap p {
    font-weight: 600;
}

    .btn-large-wrap p a {
        color: var(--theme-link-light-blue)
    }

.btn-large {
    font-size: 18px;
    padding: 15px 30px;
    font-weight: 600;
    min-width: 200px !important;
}
/**********************************List flex*************************/
ul.flex-list {
    display: flex;
    flex-wrap: wrap;
}

    ul.flex-list li {
        flex: 50%;
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
    }

        ul.flex-list li img {
            margin-right: 20px;
            max-width: 187px;
        }

        ul.flex-list li p {
            padding-right: 20px;
            font-size: 18px;
            padding-bottom: 15px;
        }

            ul.flex-list li p a {
                display: block;
                text-decoration: underline;
                margin-top: 10px;
                font-weight: 500;
            }

                ul.flex-list li p a:hover {
                    text-decoration: none;
                }
/**********************************List flex*************************/

/**********************************Section*************************/
.sec-border-bottom {
    border-bottom: 1px solid var(--theme-section-separator);
}

.bg-grey {
    background-color: #f5f5f5 !important;
}

.term-info {
    font-size: 12px;
    color: #808080;
    text-align: justify;
}

ul.section-top-header-list li {
    border: 0;
    font-size: 50px;
    padding: 0;
    line-height: 3.8rem;
    font-weight: 700;
    background: transparent;
    color: #fff;
}

    ul.section-top-header-list li span {
        color: #4a90e2;
    }


/**********************************Section*************************/
@media (min-width: 768px) {
    /*   .container {
        width: 750px;
    }*/

    h2.section-header {
        font-size: 48px;
        line-height: 60px;
    }

    .mflexgrow {
        flex-grow: inherit !important;
    }

    /*  .btn {
        min-width: 110px;
    }*/

    .tech-icon-container {
        margin: initial;
    }

    /****************Contact Form*************************/

    .form-detail {
        padding: 60px;
    }

    .form-container {
        padding: 60px;
    }

    .border-md-0 {
        border: 0 !important;
    }

    /****************Contact Form*************************/
}

/*@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}*/

@media (min-width: 1200px) {
    .fs-2 {
        font-size: calc(1.325rem + 0.9vw) !important;
    }
}

.img-profile {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.ring-icon {
    width: 80px !important;
    height: 80px !important;
    justify-content: center;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
}

    .ring-icon .bi {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 2.5rem;
    }

.ring-icon-success {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-success-border-subtle) !important;
}

    .ring-icon-success .bi {
        color: rgba(var(--bs-success-rgb));
    }

.ring-icon-alert {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-danger-border-subtle) !important;
}

    .ring-icon-alert .bi {
        color: rgba(var(--bs-danger-rgb));
    }

.tempus-dominus-widget {
    z-index: 1055 !important;
}

.btn-add-search, .btn-add-file {
    position: absolute !important;
    right: 1.6rem;
    display: flex;
    top: .45rem;
    border: 0;
    z-index: 1;
}

.btn-add-file {
    right: 1.0rem;
    top: 2.1rem;
}

.status-pending {
    color: #452BA6 !important;
    background-color: #E5E3FF !important;
}

.status-review {
    color: #fff !important;
    background-color: #452BA6 !important;
}

.status-appealed {
    color: #B12D00 !important;
    background-color: #FDE5C0 !important;
}

.status-closed, .status-archived {
    color: #006D23 !important;
    background-color: #CDF3C6 !important;
}

.status-overdue {
    color: #BD002A !important;
    background-color: #FFE0E0 !important;
}

.status-active {
    color: #CDF3C6 !important;
    background-color: #43A763 !important;
}

.status-inactive {
    color: #FFE0E0 !important;
    background-color: #E75656 !important;
}

.sla-overdue {
    color: #721C24 !important;
    background-color: #F8D7DA !important;
}

.sla-active {
    color: #155724 !important;
    background-color: #D4EDDA !important;
}

.sla-today {
    color: #856404 !important;
    background-color: #FFF3CD !important;
}

.q-li {
    color: #006D23 !important;
    background-color: #CDF3C6 !important;
}

.q-fr {
    color: #0029D3 !important;
    background-color: #E0EEFF !important;
}

.list-style-disc {
    list-style: disc;
}

.fs-body {
    font-size: var(--bs-body-font-size);
}

.list-group-item {
    margin: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    padding: 0;
}

.widget-xl {
    max-width: 500px;
}

.info-box {
    --bs-alert-bg: var(--theme-quaternary);
    --bs-alert-color: #2f4c4c;
}

.container-box {
    border-radius: var(--theme-box-light-border-radius);
    background-color: var(--theme-container-bg);
}

.container-box-light {
    border-radius: var(--theme-box-light-border-radius);
    background-color: #fff;
}

.border-right {
    border-top-right-radius: var(--theme-box-light-border-radius) !important;
    border-bottom-right-radius: var(--theme-box-light-border-radius) !important;
}

.list-group-numbered > .list-group-item::before {
    font-weight: 600;
}

.form-check-control .form-check.form-check-inline {
    display: inherit;
}

.form-check-control .form-check .form-check-input {
    margin-top: inherit;
}

.form-check-control .form-check .form-check-label {
    margin-top: 0.12em;
}

div.form-check-control > :last-child {
    min-height: 1rem;
    margin-bottom: 0;
}

div.form-check-control.disabled {
    background-color: var(--bs-disabled-bg);
}

    div.form-check-control.disabled div .form-check-label {
        opacity: 1;
    }

.home-search-container {
    border: 4px solid transparent;
    box-shadow: inset 0 0 0 1px #E7EBEE;
    border-radius: var(--bs-border-radius);
    border-left: 0;
}

@media (min-width: 768px) {
    .form-check-control .form-check.form-check-inline {
        display: inline-block;
        min-height: inherit;
        margin-bottom: inherit;
    }

    .home-search-container {
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #ffffff, #a3acb4) border-box;
        border: 4px solid transparent;
        box-shadow: inset 0 0 0 1px #E7EBEE;
        border-radius: var(--bs-border-radius);
        border-left: 0;
    }

    .vertical-divider {
        border-right: 2px solid #dee2e6;
    }
}

@media (max-width: 768px) {
    .home-search-container {
        border: 0;
        box-shadow: 0 0 0 4px #E7EBEE;
        position: relative;
        top: 250px;
        background-color: #fff;
    }

    .home-search-box {
        min-height: 300px;
    }

    .home-search-result-section {
        padding-top: 230px !important;
    }
}

hr {
    opacity: 0.1;
}

.dynamic-custom-table {
    border-spacing: 0 8px;
    border-collapse: separate;
}

    .dynamic-custom-table td {
        padding: 0 .5rem;
        vertical-align: middle;
    }

.td-box {
    background-color: var(--theme-box-light-background) !important;
}

.td-box-left-radius, .datatable-empty {
    border-top-left-radius: var(--theme-box-light-border-radius) !important;
    border-bottom-left-radius: var(--theme-box-light-border-radius) !important;
}

.td-box-right-radius {
    border-top-right-radius: var(--theme-box-light-border-radius);
    border-bottom-right-radius: var(--theme-box-light-border-radius);
}

.consent-container h6 {
    color: var(--theme-primary);
    font-weight: 700;
}

.text-bg-primary {
    color: #fff !important;
    background-color: var(--theme-primary) !important;
}

.text-white-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    color: #fff;
}

.form-control.no-vailidation {
    border: var(--bs-border-width) solid var(--bs-border-color);
    background-image: none;
}

/*h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #363d47;
}

h1, .h1 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 1.5rem;
    }
}

h2, .h2 {
    font-size: calc(1.265rem + 0.18vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 1.4rem;
    }
}

h3, .h3 {
    font-size: calc(1.255rem + 0.06vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.3rem;
    }
}

h4, .h4 {
    font-size: 1.2rem;
}

h5, .h5 {
    font-size: 1.1rem;
}

h6, .h6 {
    font-size: 1rem;
}
*/
.dropdown-notifications {
    position: static;
}

    .dropdown-notifications .badge {
        top: 15px !important;
        left: 88% !important;
    }

    .dropdown-notifications .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        width: calc(100% - 1.5rem);
        right: 0.75rem;
        max-height: calc(21rem - 1px);
        overflow-x: hidden;
        overflow-y: overlay;
    }

        .dropdown-notifications .dropdown-menu::-webkit-scrollbar {
            width: 0.75rem;
        }

        .dropdown-notifications .dropdown-menu::-webkit-scrollbar-thumb {
            border-radius: 10rem;
            border-width: 0.2rem;
            border-style: solid;
            background-clip: padding-box;
            background-color: rgba(33, 40, 50, 0.2);
            border-color: transparent;
        }

        .dropdown-notifications .dropdown-menu::-webkit-scrollbar-button {
            width: 0;
            height: 0;
            display: none;
        }

        .dropdown-notifications .dropdown-menu::-webkit-scrollbar-corner {
            background-color: transparent;
        }

        .dropdown-notifications .dropdown-menu::-webkit-scrollbar-track {
            background: inherit;
        }

@media (pointer: fine) and (hover: hover) {
    .dropdown-notifications .dropdown-menu {
        overflow-y: hidden;
    }

        .dropdown-notifications .dropdown-menu:hover {
            overflow-y: overlay;
        }
}

@media (pointer: coarse) and (hover: none) {
    .dropdown-notifications .dropdown-menu {
        overflow-y: overlay;
    }
}

@-moz-document url-prefix() {
    .dropdown-notifications .dropdown-menu {
        overflow-y: auto;
    }
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-header, .noti-list .dropdown-notifications-header {
    background-color: var(--theme-primary);
    color: #fff !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1;
}

    .dropdown-notifications .dropdown-menu .dropdown-notifications-header svg, .noti-list .dropdown-notifications-header svg {
        height: 0.7rem;
        width: 0.7rem;
        opacity: 0.7;
    }

.dropdown-notifications .dropdown-menu .dropdown-notifications-item, .noti-list .dropdown-notifications-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e5ec;
}

    .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon,
    .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-img,
    .noti-list .dropdown-notifications-item .dropdown-notifications-item-icon,
    .noti-list .dropdown-notifications-item .dropdown-notifications-item-img {
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 100%;
        margin-right: 1rem;
        flex-shrink: 0;
    }

    .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon,
    .noti-list .dropdown-notifications-item .dropdown-notifications-item-icon {
        background-color: var(--theme-primary);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon svg,
        .noti-list .dropdown-notifications-item .dropdown-notifications-item-icon svg {
            text-align: center;
            font-size: 0.85rem;
            color: #fff;
            height: 0.85rem;
        }

    .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-details,
    .noti-list .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-details {
        color: #a7aeb8;
        font-size: 0.7rem;
    }

    .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-text,
    .noti-list .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-text {
        font-size: 0.9rem;
        max-width: calc(100vw - 8.5rem);
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-actions .btn-sm,
    .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-actions .btn-group-sm > .btn,
    .noti-list .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-actions .btn-sm,
    .noti-list .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-actions .btn-group-sm > .btn {
        font-size: 0.7rem;
        padding: 0.15rem 0.35rem;
        cursor: pointer;
    }

.dropdown-notifications .dropdown-menu .dropdown-notifications-footer {
    justify-content: center;
    font-size: 0.8rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #a7aeb8;
    cursor: pointer;
}

    .dropdown-notifications .dropdown-menu .dropdown-notifications-footer .dropdown-notifications-footer-icon {
        height: 1em;
        width: 1em;
        margin-left: 0.25rem;
    }

    .dropdown-notifications .dropdown-menu .dropdown-notifications-footer:active {
        color: #fff;
    }

@media (min-width: 576px) {
    .dropdown-notifications {
        position: relative;
    }

        .dropdown-notifications .dropdown-menu {
            width: auto;
            min-width: 18.75rem;
            right: 0;
        }

    /*.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-text {
                max-width: 13rem;
            }*/
}

.dropdown-user .dropdown-menu {
    min-width: 13rem;
}

    .dropdown-user .dropdown-menu .dropdown-header {
        text-transform: none;
        letter-spacing: normal;
    }

        .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-img {
            height: 2.5rem;
            width: 2.5rem;
            margin-right: 1rem;
            border-radius: 100%;
        }

        .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details {
            font-weight: 400;
        }

            .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details .dropdown-user-details-name {
                color: #212832;
                font-weight: 500;
                font-size: 0.9rem;
                max-width: 10rem;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details .dropdown-user-details-email {
                color: #69707a;
                font-size: 0.75rem;
                max-width: 15rem;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .dropdown-user .dropdown-menu .dropdown-item {
        align-items: center;
    }

        .dropdown-user .dropdown-menu .dropdown-item .dropdown-item-icon {
            color: #a7aeb8;
        }

            .dropdown-user .dropdown-menu .dropdown-item .dropdown-item-icon svg {
                vertical-align: inherit;
            }

        .dropdown-user .dropdown-menu .dropdown-item:active .dropdown-item-icon {
            color: #fff;
        }

.fixed-top, .nav-fixed #appContainer #appContainer_leftNav, .nav-fixed .topnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.nav .nav-link .nav-link-icon,
.sidemenu-menu .nav-link .nav-link-icon {
    margin-right: 0.5rem;
}

.nav-borders .nav-link {
    color: #69707a;
    border-bottom-width: 0.125rem;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

    .nav-borders .nav-link.active {
        color: var(--theme-primary);
        border-bottom-color: var(--theme-primary);
    }

    .nav-borders .nav-link.disabled {
        color: #c5ccd6;
    }

.nav-borders.flex-column .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
    margin-left: 0;
    border-bottom: none;
    border-right-width: 0.125rem;
    border-right-style: solid;
    border-right-color: transparent;
}

    .nav-borders.flex-column .nav-link.active {
        border-right-color: var(--theme-primary);
    }

.navbar .dropdown-menu {
    top: calc(100% + 0.5rem + 0.5rem) !important;
    font-size: 0.9rem;
    --bs-dropdown-bg: #fff;
}

.lang-icon {
    max-width: 25px;
}

.searchable-dropdown {
    position: relative !important;
}

    .searchable-dropdown .dropdown-list:empty {
        display: none;
    }

    .searchable-dropdown .dropdown-list {
        display: none;
        top: calc(100% + .2rem) !important;
        width: 100% !important;
        min-width: 150px !important;
        max-height: 300px;
        overflow-y: auto;
        left: 0 !important;
    }

        /* Base item */
        .searchable-dropdown .dropdown-list [role=option] a {
            display: block;
            text-decoration: none;
            color: inherit;
            padding: .875rem 1.125rem;
            font-size: .875rem;
            line-height: 1;
        }

        /* Active / keyboard highlighted item */
        .searchable-dropdown .dropdown-list [role=option].active a,
        .searchable-dropdown .dropdown-list [role=option][aria-selected="true"] a {
            background-color: highlight !important; /* system highlight color */
            color: highlighttext !important; /* system highlight text */
        }

        /* Optional hover effect (only when not active) */
        .searchable-dropdown .dropdown-list [role=option]:not(.active) a:hover {
            background-color: #e9ecef;
            color: inherit;
        }


        .searchable-dropdown .dropdown-list.show {
            display: block;
        }

.navbar .dropdown-menu .dropdown-header {
    color: #a7aeb8;
}

.navbar .form-control, .navbar .datatable-input {
    font-size: 0.9rem;
}

.noti-list {
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    height: 100%;
}

.no-hover-bg:hover,
.no-hover-bg:focus {
    background-color: transparent !important;
}

.dropdown-menu {
    font-size: 0.9rem;
    border: none;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    --bs-dropdown-link-active-color: var(--bs-body-color);
    --bs-dropdown-link-active-bg: #fff;
    --bs-dropdown-link-hover-bg: var(--bs-body-bg);
}

    .dropdown-menu .dropdown-header {
        font-size: 0.75rem;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

    .dropdown-menu .dropdown-item, .noti-list .dropdown-item {
        display: flex;
        align-items: center;
    }

        .dropdown-menu .dropdown-item .dropdown-item-icon, .noti-list .dropdown-item-icon {
            margin-right: 0.5rem;
            line-height: 1;
        }

            .dropdown-menu .dropdown-item .dropdown-item-icon svg, .noti-list .dropdown-item-icon svg {
                height: 0.9em;
                width: 0.9em;
            }

        .dropdown-menu .dropdown-item.active .dropdown-item-icon, .dropdown-menu .dropdown-item:active .dropdown-item-icon,
        .noti-list.active .dropdown-item-icon, .noti-list:active .dropdown-item-icon {
            color: #fff;
        }

.dropdown .dropdown-toggle {
    display: inline-flex;
    align-items: center;
}

    .dropdown .dropdown-toggle .dropdown-arrow {
        margin-left: 0.4rem;
        margin-right: 0;
        transition: transform 0.1s ease-in-out;
        font-size: 0.6em;
    }

    .dropdown .dropdown-toggle.show .dropdown-arrow {
        transform: rotate(90deg);
    }


.topnav {
    padding-left: 0;
    height: 3.625rem;
    z-index: 1039;
    font-size: 0.9rem;
}

@media (min-width: 992px) {
    .topnav {
        height: 4.625rem;
    }
}

.topnav .navbar-brand {
    width: 15rem;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 2px;
}

@media (min-width: 992px) {
    .topnav .navbar-brand {
        width: 12rem;
    }
}

.topnav.navbar-dark #sidebarToggle {
    color: rgba(255, 255, 255, 0.5);
}

.topnav.navbar-dark .navbar-brand {
    color: #fff;
}

.topnav.navbar-light #sidebarToggle {
    color: #212832;
}

.topnav.navbar-light .navbar-brand {
    color: var(--theme-primary);
}

.topnav .dropdown {
    position: static;
}

    .topnav .dropdown .dropdown-menu {
        width: calc(100% - 1.5rem);
        right: 0.75rem;
        left: 0.75rem;
    }

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

@media (min-width: 576px) {
    .topnav .dropdown {
        position: relative;
    }

        .topnav .dropdown .dropdown-menu {
            width: auto;
            min-width: 20rem;
            right: 0;
            left: auto;
        }
}

.btn-icon {
    padding: 0;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    flex-shrink: 0;
    height: calc((0.875rem * 1) + (0.875rem * 2) + (2px)) !important;
    width: calc((0.875rem * 1) + (0.875rem * 2) + (2px)) !important;
    display: inline-flex;
    align-items: center;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
}

.btn-clear {
    height: inherit !important;
    width: inherit !important;
}

    .btn-clear .bi {
        font-size: 2.2rem;
        width: 2.2rem;
        height: 2.2rem;
        color: #FF6E6E;
    }

.btn-profile-icon {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-icon .feather {
    margin-top: 0 !important;
}

.btn-icon.btn-xl {
    height: calc((1.125rem * 1) + (1.25rem * 2) + (2px)) !important;
    width: calc((1.125rem * 1) + (1.25rem * 2) + (2px)) !important;
    border-radius: 100%;
}

.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
    height: calc((1rem * 1) + (1.125rem * 2) + (2px)) !important;
    width: calc((1rem * 1) + (1.125rem * 2) + (2px)) !important;
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    height: calc((0.75rem * 1) + (0.5rem * 2) + (2px)) !important;
    width: calc((0.75rem * 1) + (0.5rem * 2) + (2px)) !important;
}

.btn-icon.btn-xs {
    height: calc((0.7rem * 1) + (0.25rem * 2) + (2px)) !important;
    width: calc((0.7rem * 1) + (0.25rem * 2) + (2px)) !important;
    border-radius: 100%;
}

.btn-icon.btn-link {
    text-decoration: none;
}

.btn .feather {
    margin-top: -1px;
    height: 0.875rem;
    width: 0.875rem;
}

.btn-lg .feather, .btn-group-lg > .btn .feather {
    height: 1rem;
    width: 1rem;
}

.btn-sm .feather, .btn-group-sm > .btn .feather {
    height: 0.75rem;
    width: 0.75rem;
}

.btn-xs .feather {
    height: 0.7rem;
    width: 0.7rem;
}

.btn-xl .feather {
    height: 1.125rem;
    width: 1.125rem;
}

.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    border-radius: 0.35rem;
    line-height: 1;
}

.btn-xl {
    padding: 1.25rem 1.5rem;
    font-size: 1.125rem;
    border-radius: 0.5rem;
}


.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
}

    .bi::before {
        vertical-align: inherit;
    }

.status-icon .bi {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
}

.status-icon.status-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity));
}

    .status-icon.status-success .bi {
        color:
    }

.btn-with-icon .bi {
    margin-right: 0.4rem;
    margin-bottom: 0.2rem;
}
/*
 * Sidebar
 */
@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
}

    .sidebar .nav-link.active {
        color: #2470dc;
    }

.sidebar-heading {
    font-size: .75rem;
}

#appContainer {
    display: flex;
}

    #appContainer #appContainer_leftNav {
        flex-basis: 18rem;
        flex-shrink: 0;
        transition: transform 0.15s ease-in-out;
        z-index: 1038;
        transform: translateX(-18rem);
    }

    #appContainer #appContainer_content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: 0;
        flex-grow: 1;
        min-height: calc(100vh - 4.625rem);
        margin-left: -18rem;
    }

.sidemenu-toggled #appContainer #appContainer_leftNav {
    transform: translateX(0);
}

.sidemenu-toggled #appContainer #appContainer_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1037;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

@media (min-width: 992px) {
    #appContainer #appContainer_leftNav {
        transform: translateX(0);
    }

    #appContainer #appContainer_content.showleftnav {
        margin-left: 0;
        transition: margin 0.15s ease-in-out;
    }

    .sidemenu-toggled #appContainer #appContainer_leftNav {
        transform: translateX(-18rem);
    }

    .sidemenu-toggled #appContainer #appContainer_content {
        margin-left: -17rem;
    }

    .sidemenu-toggled .topnav {
        padding-left: 1rem !important;
    }

    .nav-fixed .topnav {
        z-index: 1039;
        padding-left: 18rem;
        transition: padding 0.15s ease-in-out;
    }

    .sidemenu-toggled #appContainer #appContainer_content:before {
        display: none;
    }
}

.nav-fixed #appContainer #appContainer_leftNav {
    width: 18rem;
    height: 100vh;
    z-index: 1040;
}

    /*.nav-fixed #appContainer #appContainer_leftNav .sidemenu {
        padding-top: 3.625rem;
    }*/

    .nav-fixed #appContainer #appContainer_leftNav .sidemenu .sidemenu-menu {
        overflow-y: overlay;
    }

        .nav-fixed #appContainer #appContainer_leftNav .sidemenu .sidemenu-menu::-webkit-scrollbar {
            width: 0.75rem;
        }

        .nav-fixed #appContainer #appContainer_leftNav .sidemenu .sidemenu-menu::-webkit-scrollbar-thumb {
            border-radius: 10rem;
            border-width: 0.2rem;
            border-style: solid;
            background-clip: padding-box;
            background-color: rgba(33, 40, 50, 0.2);
            border-color: transparent;
        }

        .nav-fixed #appContainer #appContainer_leftNav .sidemenu .sidemenu-menu::-webkit-scrollbar-button {
            width: 0;
            height: 0;
            display: none;
        }

        .nav-fixed #appContainer #appContainer_leftNav .sidemenu .sidemenu-menu::-webkit-scrollbar-corner {
            background-color: transparent;
        }

        .nav-fixed #appContainer #appContainer_leftNav .sidemenu .sidemenu-menu::-webkit-scrollbar-track {
            background: inherit;
        }

@media (pointer: fine) and (hover: hover) {
    .nav-fixed #appContainer #appContainer_leftNav .sidemenu .sidemenu-menu {
        overflow-y: overlay;
    }
    /*
        .nav-fixed #appContainer #appContainer_leftNav .sidemenu .sidemenu-menu:hover {
            overflow-y: overlay;
        }*/
}

@media (pointer: coarse) and (hover: none) {
    .nav-fixed #appContainer #appContainer_leftNav .sidemenu .sidemenu-menu {
        overflow-y: overlay;
    }
}

@-moz-document url-prefix() {
    .nav-fixed #appContainer #appContainer_leftNav .sidemenu .sidemenu-menu {
        overflow-y: auto;
    }
}

.nav-fixed #appContainer #appContainer_leftNav .sidemenu.sidemenu-dark .sidemenu-menu::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(0, 0, 0, 0);
}

.nav-fixed #appContainer #appContainer_content {
    padding-left: 18rem;
    top: 3.625rem;
}

@media (min-width: 992px) {
    .nav-fixed #appContainer #appContainer_content {
        top: 4.625rem;
    }
}

.layout-rtl #appContainer #appContainer_leftNav {
    transform: translateX(15rem);
}

.layout-rtl #appContainer #appContainer_content {
    margin-left: 0;
    margin-right: -15rem;
}

.layout-rtl.sidemenu-toggled #appContainer #appContainer_leftNav {
    transform: translateX(0);
}

@media (min-width: 992px) {
    .layout-rtl #appContainer #appContainer_leftNav {
        transform: translateX(0);
    }

    .layout-rtl #appContainer #appContainer_content {
        margin-right: 0;
        transition: margin 0.15s ease-in-out;
    }

    .layout-rtl.sidemenu-toggled #appContainer #appContainer_leftNav {
        transform: translateX(15rem);
    }

    .layout-rtl.sidemenu-toggled #appContainer #appContainer_content {
        margin-right: -15rem;
    }
}

.layout-rtl.nav-fixed #appContainer #appContainer_leftNav {
    left: auto;
}

.layout-rtl.nav-fixed #appContainer #appContainer_content {
    padding-left: 0;
    padding-right: 15rem;
}

.sidemenu {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
    font-size: 0.9rem;
}

    .sidemenu .sidemenu-menu {
        flex-grow: 1;
    }

        .sidemenu .sidemenu-menu .nav {
            flex-direction: column;
            flex-wrap: nowrap;
        }

            .sidemenu .sidemenu-menu .nav .sidemenu-menu-heading {
                padding: 1.75rem 1rem 0.75rem;
                font-size: 0.7rem;
                font-weight: bold;
                text-transform: uppercase;
                letter-spacing: 0.05em;
            }

            .sidemenu .sidemenu-menu .nav .nav-link {
                display: flex;
                align-items: center;
                line-height: normal;
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
                position: relative;
            }

                .sidemenu .sidemenu-menu .nav .nav-link .nav-link-icon {
                    font-size: 0.9rem;
                    padding-right: 0.5rem;
                    display: inline-flex;
                }

                    .sidemenu .sidemenu-menu .nav .nav-link .nav-link-icon .feather {
                        width: 1rem;
                        height: 1rem;
                    }

                .sidemenu .sidemenu-menu .nav .nav-link.active {
                    font-weight: 600;
                }

                    .sidemenu .sidemenu-menu .nav .nav-link.active .nav-icon {
                        color: var(--theme-primary);
                    }

                .sidemenu .sidemenu-menu .nav .nav-link .sidemenu-collapse-arrow {
                    display: inline-block;
                    margin-left: auto;
                    transition: transform 0.15s ease;
                }

                .sidemenu .sidemenu-menu .nav .nav-link.collapsed .sidemenu-collapse-arrow {
                    transform: rotate(-90deg);
                }

                .sidemenu .sidemenu-menu .nav .nav-link .badge {
                    padding: 0.125rem 0.25rem;
                }

            .sidemenu .sidemenu-menu .nav .sidemenu-menu-nested {
                flex-direction: column;
                margin-left: 1.4375rem;
                border-left-style: solid;
                border-left-width: thin;
                padding-left: 0.5625rem;
            }

    .sidemenu .sidemenu-footer {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        height: 5rem;
    }

        .sidemenu .sidemenu-footer .sidemenu-footer-content {
            font-size: 0.9rem;
        }

            .sidemenu .sidemenu-footer .sidemenu-footer-content .sidemenu-footer-subtitle {
                font-size: 0.75rem;
            }

            .sidemenu .sidemenu-footer .sidemenu-footer-content .sidemenu-footer-title {
                font-weight: 500;
            }

.sidemenu-collapse-arrow svg {
    height: 1em;
    vertical-align: -0.125em;
}

.sidemenu-light {
    background-color: #fff;
    color: #212832;
}

    .sidemenu-light .sidemenu-menu .sidemenu-menu-heading {
        color: #a7aeb8;
    }

    .sidemenu-light .sidemenu-menu .nav-link {
        color: #212832;
    }

        .sidemenu-light .sidemenu-menu .nav-link .nav-link-icon {
            color: #a7aeb8;
        }

        .sidemenu-light .sidemenu-menu .nav-link .sidemenu-collapse-arrow {
            color: #a7aeb8;
        }

        .sidemenu-light .sidemenu-menu .nav-link:hover {
            color: var(--theme-primary);
        }

        .sidemenu-light .sidemenu-menu .nav-link.active {
            color: var(--theme-primary);
        }

            .sidemenu-light .sidemenu-menu .nav-link.active .nav-link-icon {
                color: var(--theme-primary);
            }

    .sidemenu-light .sidemenu-menu-nested {
        border-left-color: #d4dae3;
    }

    .sidemenu-light .sidemenu-footer {
        background-color: rgba(33, 40, 50, 0.05);
    }

        .sidemenu-light .sidemenu-footer .sidemenu-footer-subtitle {
            color: #69707a;
        }

@media (min-width: 992px) {
    .sidemenu-dark {
        border-radius: 10px;
        margin: 1rem;
        height: calc(100vh - 2rem);
    }
}

.sidemenu-dark {
    background-color: var(--theme-primary);
    color: #fff;
}

    .sidemenu-dark .sidemenu-menu .sidemenu-menu-heading {
        color: #fff;
    }

    .sidemenu-dark .sidemenu-menu .nav-link {
        color: #fff;
        margin: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px solid var(--theme-box-light-border-color);
        border-radius: var(--theme-box-light-border-radius);
    }

    .sidemenu-dark .sidemenu-menu hr {
        color: var(--theme-box-light-border-color);
        opacity: 1;
        margin: 10px;
    }

    .sidemenu-dark .sidemenu-menu .nav-link.active, .sidemenu-dark .sidemenu-menu .nav-link:hover {
        color: var(--theme-primary);
        background: var(--theme-box-light-background);
    }

    .sidemenu-dark .sidemenu-menu .nav-link .nav-link-icon {
        color: #fff;
    }

    .sidemenu-dark .sidemenu-menu .nav-link .sidemenu-collapse-arrow {
        color: #fff;
    }

    .sidemenu-dark .sidemenu-menu .nav-link.active .nav-link-icon, .sidemenu-dark .sidemenu-menu .nav-link:hover .nav-link-icon {
        color: var(--theme-primary);
    }

    .sidemenu-dark .sidemenu-menu .nav-link.active .sidemenu-collapse-arrow, .sidemenu-dark .sidemenu-menu .nav-link:hover .sidemenu-collapse-arrow {
        color: var(--theme-primary);
    }

    .sidemenu-dark .sidemenu-menu-nested {
        border-left-color: #fff;
    }

    .sidemenu-dark .sidemenu-footer {
        background-color: rgba(33, 40, 50, 0.05);
    }

        .sidemenu-dark .sidemenu-footer .sidemenu-footer-subtitle {
            color: #fff;
        }

.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.shadow-right-sm {
    box-shadow: 0.125rem 0 0.25rem 0 rgba(33, 40, 50, 0.15) !important;
}

.shadow-right {
    box-shadow: 0.15rem 0 1.75rem 0 rgba(33, 40, 50, 0.15) !important;
}

.shadow-right-lg {
    box-shadow: 1rem 0 3rem 0 rgba(33, 40, 50, 0.15) !important;
}

.shadow-left-sm {
    box-shadow: -0.125rem 0 0.25rem 0 rgba(33, 40, 50, 0.15) !important;
}

.shadow-left {
    box-shadow: -0.15rem 0 1.75rem 0 rgba(33, 40, 50, 0.15) !important;
}

.shadow-left-lg {
    box-shadow: -1rem 0 3rem 0 rgba(33, 40, 50, 0.15) !important;
}

/***Page Header */

.page-header {
    border-radius: var(--theme-box-light-border-radius);
}

    .page-header .page-header-content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

        .page-header .page-header-content .page-header-title {
            line-height: normal;
            font-size: 2.25rem;
            font-weight: 500;
            display: flex;
            align-items: center;
            margin-bottom: 0;
        }

            .page-header .page-header-content .page-header-title .page-header-icon {
                margin-right: 0.5rem;
                display: inline-flex;
            }

                .page-header .page-header-content .page-header-title .page-header-icon .feather {
                    height: 1.75rem;
                    width: 1.75rem;
                }

        .page-header .page-header-content .page-header-subtitle {
            font-size: 0.88rem;
            margin-top: 0.25rem;
        }

    .page-header .page-header-search .input-group-joined {
        border-color: transparent;
    }

        .page-header .page-header-search .input-group-joined .form-control, .page-header .page-header-search .input-group-joined .datatable-input {
            height: 4rem;
            font-size: 1.25rem;
        }

        .page-header .page-header-search .input-group-joined:focus-within {
            box-shadow: 0 0 0 0.25rem rgba(0, 97, 242, 0.25);
            border-color: transparent;
        }

.page-header-compact .page-header-content {
    padding: 0;
}

    .page-header-compact .page-header-content .page-header-title {
        font-size: 1.3rem;
    }

        .page-header-compact .page-header-content .page-header-title .page-header-icon .feather {
            height: 1rem;
            width: 1rem;
        }

.page-header.page-header-dark {
    color: rgba(255, 255, 255, 0.5);
}

    .page-header.page-header-dark .page-header-title {
        color: #fff;
    }

        .page-header.page-header-dark .page-header-title .page-header-icon {
            color: rgba(255, 255, 255, 0.5);
        }

    .page-header.page-header-dark .page-header-subtitle {
        color: rgba(255, 255, 255);
    }

    .page-header.page-header-dark .breadcrumb {
        background-color: rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    }

        .page-header.page-header-dark .breadcrumb .breadcrumb-item,
        .page-header.page-header-dark .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: rgba(255, 255, 255, 0.35);
        }

            .page-header.page-header-dark .breadcrumb .breadcrumb-item a {
                color: rgba(255, 255, 255, 0.6);
            }

    .page-header.page-header-dark .page-header-search .input-group-joined:focus-within {
        box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
        border-color: transparent;
    }

.page-header.page-header-light {
    background-color: #fff;
}

    .page-header.page-header-light .page-header-title {
        color: #212832;
    }

        .page-header.page-header-light .page-header-title .page-header-icon {
            color: rgba(33, 40, 50, 0.5);
        }

    .page-header.page-header-light .page-header-subtitle {
        color: rgba(33, 40, 50, 0.5);
    }

    .page-header.page-header-light .breadcrumb {
        background-color: rgba(0, 0, 0, 0.05);
    }

        .page-header.page-header-light .breadcrumb .breadcrumb-item,
        .page-header.page-header-light .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: #69707a;
        }

            .page-header.page-header-light .breadcrumb .breadcrumb-item a {
                color: var(--theme-primary);
            }

.bg-gradient-primary-to-secondary {
    background-color: var(--theme-primary) !important;
    background: url("../images/header-background.webp") no-repeat center center;
    background-size: cover;
}

.lift {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .lift:hover {
        transform: translateY(-0.3333333333rem);
        box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25);
    }

    .lift:active {
        transform: none;
        box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    }

.lift-sm {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}

    .lift-sm:hover {
        transform: translateY(-0.1666666667rem);
        box-shadow: 0 0.25rem 1rem 0 rgba(33, 40, 50, 0.25);
    }

    .lift-sm:active {
        transform: none;
        box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
    }

.card.lift {
    text-decoration: none;
    color: inherit;
}

.text-muted {
    color: #a7aeb8 !important;
}

/********Data Table*/

.datatable-wrapper .datatable-container {
    font-size: 0.875rem;
}

.datatable-wrapper.no-header .datatable-container {
    border-top: none;
}

.datatable-wrapper.no-footer .datatable-container {
    border-bottom: none;
}

.datatable-top {
    padding: 0 0 1rem;
}

.datatable-bottom {
    padding: 0;
}

    .datatable-top > nav:first-child,
    .datatable-top > div:first-child,
    .datatable-bottom > nav:first-child,
    .datatable-bottom > div:first-child {
        float: left;
    }

    .datatable-top > nav:last-child,
    .datatable-top > div:last-child,
    .datatable-bottom > nav:last-child,
    .datatable-bottom > div:last-child {
        float: right;
    }

.datatable-selector {
    width: auto;
    display: inline-block;
    padding-left: 1.125rem;
    padding-right: 2.125rem;
    margin-right: 0.25rem;
    min-width: 4.5rem;
}

.datatable-info {
    margin: 7px 0;
}

/* PAGER */
.datatable-pagination a:hover {
    background-color: #e0e5ec;
}

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover {
    color: #fff;
    background-color: var(--theme-primary);
}

.datatable-pagination li.datatable-hidden {
    visibility: visible;
}

.datatable-pagination .ellipsis a,
.datatable-pagination .disabled a,
.datatable-pagination .disabled a:focus,
.datatable-pagination .disabled a:hover {
    cursor: not-allowed;
}

    .datatable-pagination .disabled a,
    .datatable-pagination .disabled a:focus,
    .datatable-pagination .disabled a:hover {
        cursor: not-allowed;
        opacity: 0.4;
    }

.datatable-pagination .pager a {
    font-weight: bold;
}

/* TABLE */
.datatable-table tr, .datatable-table th, .datatable-table td {
    /*border: 0;
    border-bottom: 0 !important;*/
    border-width:0;
    border-bottom-width:1px;
}

.datatable-table > tbody > tr:last-child, .datatable-table > tbody > tr:last-child td {
    border:0;
}

.datatable-table > tbody > tr {
    background-color: var(--theme-box-light-background);
}

    /*.datatable-table > tbody > tr > td:first-child {
        border-radius: var(--theme-box-light-border-radius) 0 0 var(--theme-box-light-border-radius);
    }

    .datatable-table > tbody > tr > td:last-child {
        border-radius: 0 var(--theme-box-light-border-radius) var(--theme-box-light-border-radius) 0;
    }*/

    .datatable-table > tbody > tr > td,
    .datatable-table > tbody > tr > th,
    .datatable-table > tfoot > tr > td,
    .datatable-table > tfoot > tr > th,
    .datatable-table > thead > tr > td,
    .datatable-table > thead > tr > th {
        vertical-align: middle;
        padding: 0.75rem 0.75rem;
    }

.datatable-table > thead > tr > th {
    vertical-align: bottom;
    text-align: left;
    border-bottom: none;
}

.datatable-table > tfoot > tr > th {
    vertical-align: bottom;
    text-align: left;
}

.datatable-table th {
    vertical-align: bottom;
    text-align: left;
}

    .datatable-table th a {
        text-decoration: none;
        color: inherit;
    }

.datatable-sorter {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 0;
}

    .datatable-sorter::before,
    .datatable-sorter::after {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        right: 4px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        opacity: 0.2;
    }

    .datatable-sorter::before {
        bottom: 4px;
    }

    .datatable-sorter::after {
        top: 0px;
    }

.asc .datatable-sorter::after,
.desc .datatable-sorter::before {
    opacity: 0.6;
}

.datatables-empty {
    text-align: center;
}

.datatable-top::after,
.datatable-bottom::after {
    clear: both;
    content: " ";
    display: table;
}

.btn-datatable {
    height: 20px !important;
    width: 20px !important;
    font-size: 0.75rem;
    border-radius: 0.35rem !important;
}

/********Data Table*/

/****Form controls********/
.form-control, .form-select, .datatable-input, .datatable-selector {
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1;
    background-color: #fff;
}

    .form-select:disabled, .datatable-selector:disabled {
        --bs-form-select-bg-img: initial;
    }

textarea {
    line-height: 1.5 !important;
}

/*.form-check-control {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    line-height:1;
}*/



.datatable-wrapper.no-header .datatable-container {
    border-top: 1px solid #d9d9d9;
}

.datatable-wrapper.no-footer .datatable-container {
    border-bottom: 1px solid #d9d9d9;
}

/*.datatable-top,
.datatable-bottom {
	padding: 8px 10px;
}
*/
.datatable-top > nav:first-child,
.datatable-top > div:first-child,
.datatable-bottom > nav:first-child,
.datatable-bottom > div:first-child {
    float: left;
}

.datatable-top > nav:last-child,
.datatable-top > div:not(first-child),
.datatable-bottom > nav:last-child,
.datatable-bottom > div:last-child {
    float: right;
}

/*.datatable-selector {
	padding: 6px;
}*/

/*.datatable-input {
    padding: 6px 12px;
}*/

.datatable-info {
    margin: 7px 0;
}

/* PAGER */
.datatable-pagination ul {
    margin: 0;
    padding-left: 0;
}

.datatable-pagination li {
    list-style: none;
    float: left;
}

    .datatable-pagination li.datatable-hidden {
        visibility: hidden;
    }

.datatable-pagination a,
.datatable-pagination button {
    border: 1px solid transparent;
    float: left;
    margin-left: 2px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

    .datatable-pagination a:hover,
    .datatable-pagination button:hover {
        background-color: #d9d9d9;
    }

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover,
.datatable-pagination .datatable-active button,
.datatable-pagination .datatable-active button:focus,
.datatable-pagination .datatable-active button:hover {
    background-color: #d9d9d9;
    cursor: default;
}

.datatable-pagination .datatable-ellipsis a,
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-ellipsis button,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
    pointer-events: none;
    cursor: default;
}

    .datatable-pagination .datatable-disabled a,
    .datatable-pagination .datatable-disabled a:focus,
    .datatable-pagination .datatable-disabled a:hover,
    .datatable-pagination .datatable-disabled button,
    .datatable-pagination .datatable-disabled button:focus,
    .datatable-pagination .datatable-disabled button:hover {
        cursor: not-allowed;
        opacity: 0.4;
    }

.datatable-pagination .datatable-pagination a,
.datatable-pagination .datatable-pagination button {
    font-weight: bold;
}

/* TABLE */
.datatable-table {
    max-width: 100%;
    width: 100%;
    border-spacing: 0 8px;
    border-collapse: separate;
}
/*
    .datatable-table > tbody > tr > td,
    .datatable-table > tbody > tr > th,
    .datatable-table > tfoot > tr > td,
    .datatable-table > tfoot > tr > th,
    .datatable-table > thead > tr > td,
    .datatable-table > thead > tr > th {
        vertical-align: top;
        padding: 8px 10px;
    }*/

    .datatable-table > thead > tr > th {
        vertical-align: bottom;
        text-align: left;
        border-bottom: 1px solid #d9d9d9;
    }

    .datatable-table > tfoot > tr > th {
        vertical-align: bottom;
        text-align: left;
        border-top: 1px solid #d9d9d9;
    }

    .datatable-table th {
        vertical-align: bottom;
        text-align: left;
    }

        .datatable-table th a {
            text-decoration: none;
            color: inherit;
        }

        .datatable-table th button,
        .datatable-pagination-list button {
            color: inherit;
            border: 0;
            background-color: inherit;
            cursor: pointer;
            text-align: inherit;
            font-family: inherit;
            font-weight: inherit;
            font-size: inherit;
        }

    .datatable-table.selectable > tbody > tr {
        cursor:pointer;
    }

        .datatable-table.selectable > tbody > tr.selected {
            background-color: var(--theme-primary);
        }

            .datatable-table.selectable > tbody > tr.selected td, .datatable-table.selectable > tbody > tr.selected td .btn-icon-table {
                color: #fff;
            }

.datatable-sorter, .datatable-filter {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}

    .datatable-sorter::before,
    .datatable-sorter::after {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        right: 4px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        opacity: 0.2;
    }


    .datatable-sorter::before {
        border-top: 4px solid #000;
        /*bottom: 0px;*/
    }

    .datatable-sorter::after {
        border-bottom: 4px solid #000;
        border-top: 4px solid transparent;
        /*top: 0px;*/
    }

.datatable-ascending .datatable-sorter::after,
.datatable-descending .datatable-sorter::before,
.datatable-ascending .datatable-filter::after,
.datatable-descending .datatable-filter::before {
    opacity: 0.6;
}

.datatable-filter::before {
    content: "";
    position: absolute;
    right: 4px;
    opacity: 0.2;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-radius: 50%;
    border-top: 10px solid #000;
    top: 25%;
}

.datatable-filter-active .datatable-filter::before {
    opacity: 0.6;
}

.datatable-empty {
    text-align: center;
}

.datatable-top::after, .datatable-bottom::after {
    clear: both;
    content: " ";
    display: table;
}

table.datatable-table:focus tr.datatable-cursor > td:first-child {
    border-left: 3px blue solid;
}

table.datatable-table:focus {
    outline: solid 1px black;
    outline-offset: -1px;
}

.btn-icon-table {
    color: #21283280;
    text-decoration:none;
    display:flex
}


.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 8px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .select2-container .select2-selection--single .select2-selection__clear {
        background-color: transparent;
        border: none;
        font-size: 1em
    }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline;
        list-style: none;
        padding: 0
    }

    .select2-container .select2-selection--multiple .select2-selection__clear {
        background-color: transparent;
        border: none;
        font-size: 1em
    }

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 22px;
    vertical-align: bottom;
    /*font-family: sans-serif;*/
    overflow: hidden;
    word-break: keep-all
}

    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none
    }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
        padding-right: 0px
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.no-border .select2-container--default .select2-selection--multiple {
    border: 0;
}

@media (max-width: 768px) {
    .no-border .select2-container--default .select2-selection--multiple {
        border-radius: var(--bs-border-radius);
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 12px;
    }
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
        background-color: #f1f1f1;
        color: #333;
        outline: none
    }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.no-border .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #888;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
            outline: none
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}



/*!
 * Select2 v4 Bootstrap 5 theme v1.3.0
*/ .select2-container--bootstrap-5 {
    display: block
}

select + .select2-container--bootstrap-5 {
    z-index: 1
}

.select2-container--bootstrap-5 :focus {
    outline: 0
}

.select2-container--bootstrap-5 .select2-selection {
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: 0.655rem 1.125rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2369707a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

@media (min-width: 768px) {
    .no-border .select2-container--bootstrap-5 .select2-selection {
        border: 0;
    }
}

@media (prefers-reduced-motion:reduce) {
    .select2-container--bootstrap-5 .select2-selection {
        transition: none
    }
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 0 solid transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--bootstrap-5 .select2-search {
    width: 100%
}

.select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
    vertical-align: top
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: 50%;
    right: 2.25rem;
    width: .75rem;
    height: .75rem;
    padding: .25em;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat;
    transform: translateY(-50%)
}

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat
    }

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear > span, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear > span {
        display: none
    }

.select2-container--bootstrap-5 + .select2-container--bootstrap-5 {
    z-index: 1056
}

.select2-container--bootstrap-5 .select2-dropdown {
    z-index: 1056;
    overflow: hidden;
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    border-radius: .25rem
}

    .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
        border-top: 0 solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
        border-bottom: 0 solid transparent;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .select2-container--bootstrap-5 .select2-dropdown .select2-search {
        padding: .375rem .75rem
    }

        .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-family: inherit;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: .25rem;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
        }

@media (prefers-reduced-motion:reduce) {
    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
        transition: none
    }
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
    max-height: 15rem;
    overflow-y: auto
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: .375rem .75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5
}

    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
        color: #6c757d
    }

    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
        color: var(--bs-body-color);
        background-color: #e9ecef
    }

    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
        color: #fff;
        background-color: #0d6efd
    }

    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
        color: #6c757d
    }

    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] {
        padding: 0
    }

        .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
            padding: .375rem;
            font-weight: 500;
            line-height: 1.5;
            color: #6c757d
        }

        .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
            padding: .375rem .75rem
        }

.select2-container--bootstrap-5 .select2-selection--single {
    font-size: 0.875rem;
    line-height: 1;
    background-color: #fff;
}

    .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
        padding: 0;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
    }

        .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
            font-weight: 400;
            line-height: 1.5;
            color: #6c757d
        }

        .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
            display: none
        }

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    list-style: none
}

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: .35em .65em;
        margin-right: .375rem;
        margin-bottom: .375rem;
        font-size: 0.875rem;
        color: #212529;
        cursor: auto;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        line-height: 1;
    }

        .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
            width: .30rem;
            height: .30rem;
            padding: .25em;
            margin-right: .25rem;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
            background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat;
            border: 0;
            margin-bottom: 2px;
        }

            .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
                background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat
            }

            .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
                display: none
            }

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: block;
    width: 100%;
    height: 1.5rem
}

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
        width: 100%;
        height: 1.5rem;
        margin-top: 0;
        margin-left: 0;
        font-family: inherit;
        font-size: 0.875rem;
        line-height: 1.5;
        background-color: transparent
    }

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    right: .75rem
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
    color: #6c757d;
    /*cursor: not-allowed;*/
    background-color: var(--bs-disabled-bg);
    border-color: var(--bs-disabled-bg);
    box-shadow: none
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
    cursor: not-allowed
}

    .select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        display: none
    }

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty), .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
    padding-bottom: 0
}

    .select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search {
        display: none
    }

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .btn ~ .select2-container--bootstrap-5 .select2-selection, .input-group > .dropdown-menu ~ .select2-container--bootstrap-5 .select2-selection, .input-group > .input-group-text ~ .select2-container--bootstrap-5 .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group .select2-container--bootstrap-5 {
    flex-grow: 1
}

    .input-group .select2-container--bootstrap-5 .select2-selection {
        height: 100%
    }

.is-valid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5 .select2-selection {
    border-color: var(--bs-form-valid-border-color);
    padding-right: 4.125rem;
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
}

.is-valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-valid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
}

.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 0 solid transparent
}

.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.is-invalid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: 4.125rem;
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

.btn-add-search-container .select2-container--bootstrap-5 .select2-selection {
    background-position: right .75rem center, center right 3.8rem;
}

.is-invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
}

.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 0 solid transparent
}

.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--bootstrap-5 .select2--small.select2-selection {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear {
    width: .5rem;
    height: .5rem;
    padding: .125rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

    .select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear:hover {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
    }

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search, .select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search .select2-search__field, .select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search, .select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search .select2-search__field {
    height: 1.5em
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown {
    border-radius: .2rem
}

    .select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--below {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--above {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option, .select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field {
        padding: .25rem .5rem;
        font-size: .875rem
    }

        .select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
            padding: .25rem
        }

        .select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
            padding: .25rem .5rem
        }

.select2-container--bootstrap-5 .select2--small.select2-selection--single {
    padding: .25rem 2.25rem .25rem .5rem
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .35em .65em;
    font-size: .875rem
}

    .select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        width: .5rem;
        height: .5rem;
        padding: .125rem;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
    }

        .select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
            background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
        }

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
    right: .5rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear {
    width: 1rem;
    height: 1rem;
    padding: .5rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

    .select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear:hover {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
    }

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search, .select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search .select2-search__field, .select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search, .select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search .select2-search__field {
    height: 1.5em
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown {
    border-radius: .3rem
}

    .select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--below {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--above {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option, .select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field {
        padding: .5rem 1rem;
        font-size: 1.25rem
    }

        .select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
            padding: .5rem
        }

        .select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
            padding: .5rem 1rem
        }

.select2-container--bootstrap-5 .select2--large.select2-selection--single {
    padding: .5rem 2.25rem .5rem 1rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .35em .65em;
    font-size: 1.25rem
}

    .select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        width: 1rem;
        height: 1rem;
        padding: .5rem;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
    }

        .select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
            background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
        }

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
    right: 1rem
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    width: .5rem;
    height: .5rem;
    padding: .125rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

    .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
    }

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field {
    height: 1.5em
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown {
    border-radius: .2rem
}

    .form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option, .form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
        padding: .25rem .5rem;
        font-size: .875rem
    }

        .form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
            padding: .25rem
        }

        .form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
            padding: .25rem .5rem
        }

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single {
    padding: .25rem 2.25rem .25rem .5rem
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .35em .65em;
    font-size: .875rem
}

    .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        width: .5rem;
        height: .5rem;
        padding: .125rem;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
    }

        .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
            background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
        }

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    right: .5rem
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    width: 1rem;
    height: 1rem;
    padding: .5rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

    .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
    }

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field {
    height: 1.5em
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown {
    border-radius: .3rem
}

    .form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option, .form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
        padding: .5rem 1rem;
        font-size: 1.25rem
    }

        .form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
            padding: .5rem
        }

        .form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
            padding: .5rem 1rem
        }

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single {
    padding: .5rem 2.25rem .5rem 1rem
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .35em .65em;
    font-size: 1.25rem
}

    .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        width: 1rem;
        height: 1rem;
        padding: .5rem;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
    }

        .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
            background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
        }

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    right: 1rem
}

.bg-animate {
    background: linear-gradient(90deg, #fff 0%, #9dd4e4 35%, #aedae8 100%);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.bg-header {
    background: url(../images/banner.png) no-repeat center center fixed;
}

/*.header-banner-container:after {
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    z-index: 1;
    width: 100%;
    height: 100%;
}*/
/*.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.header-banner {
    max-height: 800px;
    object-fit: cover;
}

.header-overlay {
    position: absolute;
    bottom: auto;
    top: 30px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--page-width);
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}

    .header-overlay h1 {
        font-size: 2.3rem;
    }

@media (min-width: 768px) {
    .header-overlay {
        bottom: 100px;
        top: auto;
    }

        .header-overlay h1 {
            font-size: 4rem;
        }
}
*/

.header-overlay h1 {
    font-size: 2.3rem;
}

.header-overlay .btn-outline-primary {
    border-color: var(--theme-primary);
    color: #fff !important;
}

@media (min-width: 768px) {
    .header-banner-container {
        min-height: 540px;
    }

    .header-overlay h1 {
        font-size: 3.5rem;
    }
}


.header-banner {
    left: 0;
    top: 0;
}

    .header-banner img {
        max-height: 800px;
        object-fit: cover;
    }


