/* input(186,6): run-time error CSS1030: Expected identifier, found ' '
input(1772,5): run-time error CSS1036: Expected expression, found '}' */
:root, [data-bs-theme=light] {
    --theme-primary: #008080;
    --theme-secondary: #66b2b2;
    --theme-tertiary: #E1EFF3;
    --theme-quaternary: #edf5f8;
    --theme-section-separator: #d4c0f4;
    --theme-button-outline-color: #008080;
    --theme-front: #fff;
    --theme-box-light-background: #fff;
    --theme-box-light-border-color: #33999c;
    --theme-box-light-border-radius: 20px;
    --theme-container-bg: #E1EFF3;
    --theme-header-item-hover: #008080;
    --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: #d5e2e6;
    --bs-body-bg: #CBE3E3;
    --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;
}

.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 {
    --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;
}

:root{--td-light:#fff;--td-widget-background:#fff;--td-font-color:#000;--td-timepicker-font-size:1.2em;--td-active-bg:#0d6efd;--td-range-bg:#01419e;--td-active-color:#fff;--td-active-border-color:#fff;--td-border-radius:999px;--td-btn-hover-bg:#e9ecef;--td-disabled-color:#6c757d;--td-alternate-color:rgba(0,0,0,.38);--td-secondary-border-color:#ccc;--td-secondary-border-color-rgba:rgba(0,0,0,.2);--td-primary-border-color:#fff;--td-text-shadow:0 -1px 0 rgba(0,0,0,.25);--td-dow-color:rgba(0,0,0,.5);--td-dark:#1b1b1b;--td-dark-widget-background:#1b1b1b;--td-dark-font-color:#e3e3e3;--td-dark-active-bg:#4db2ff;--td-dark-range-bg:#0071c7;--td-dark-active-color:#fff;--td-dark-active-border-color:#1b1b1b;--td-dark-btn-hover-bg:#232627;--td-dark-disabled-color:#6c757d;--td-dark-alternate-color:hsla(36,10%,90%,.38);--td-dark-secondary-border-color:#ccc;--td-dark-secondary-border-color-rgba:hsla(36,10%,90%,.2);--td-dark-primary-border-color:#1b1b1b;--td-dark-text-shadow:0 -1px 0 hsla(36,10%,90%,.25);--td-dark-dow-color:hsla(36,10%,90%,.5);--td-widget-z-index:9999}.tempus-dominus-widget [data-action]:after,.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.tempus-dominus-widget{border-radius:4px;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);display:none;list-style:none;padding:4px;width:19rem;z-index:var(--td-widget-z-index)}.tempus-dominus-widget :focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}.tempus-dominus-widget.calendarWeeks{width:21rem}.tempus-dominus-widget.calendarWeeks .date-container-days{grid-auto-columns:12.5%;grid-template-areas:"a a a a a a a a"}.tempus-dominus-widget [data-action]{cursor:pointer}.tempus-dominus-widget [data-action]:after{content:attr(title)}.tempus-dominus-widget [data-action].disabled,.tempus-dominus-widget [data-action].disabled:hover{background:none;cursor:not-allowed}.tempus-dominus-widget .arrow{display:none}.tempus-dominus-widget.show{display:block}.tempus-dominus-widget.show.date-container{min-height:315px}.tempus-dominus-widget.show.time-container{min-height:217px}.tempus-dominus-widget .td-collapse:not(.show){display:none}.tempus-dominus-widget .td-collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (min-width:576px){.tempus-dominus-widget.timepicker-sbs{width:38em}}@media (min-width:768px){.tempus-dominus-widget.timepicker-sbs{width:38em}}@media (min-width:992px){.tempus-dominus-widget.timepicker-sbs{width:38em}}.tempus-dominus-widget.timepicker-sbs .td-row{display:flex}.tempus-dominus-widget.timepicker-sbs .td-row .td-half{flex:0 0 auto;width:50%}.tempus-dominus-widget div[data-action]:active{box-shadow:none}.tempus-dominus-widget .timepicker-hour,.tempus-dominus-widget .timepicker-minute,.tempus-dominus-widget .timepicker-second{font-size:1.2em;font-weight:700;margin:0;width:54px}.tempus-dominus-widget button[data-action]{padding:6px}.tempus-dominus-widget .toggleMeridiem{height:38px;text-align:center}.tempus-dominus-widget .calendar-header{display:grid;font-weight:700;grid-template-areas:"a a a";margin-bottom:10px;margin-top:5px}.tempus-dominus-widget .calendar-header .next{padding-right:10px;text-align:right}.tempus-dominus-widget .calendar-header .previous{padding-left:10px;text-align:left}.tempus-dominus-widget .calendar-header .picker-switch{text-align:center}.tempus-dominus-widget .toolbar{display:grid;grid-auto-flow:column;grid-auto-rows:40px}.tempus-dominus-widget .toolbar div{align-items:center;border-radius:var(--td-border-radius);box-sizing:border-box;display:flex;justify-content:center}.tempus-dominus-widget .date-container-days{display:grid;grid-auto-columns:14.2857142857%;grid-auto-rows:40px;grid-template-areas:"a a a a a a a"}.tempus-dominus-widget .date-container-days .range-in{background-color:var(--td-range-bg)!important;border:none;border-radius:0!important;box-shadow:-5px 0 0 var(--td-range-bg),5px 0 0 var(--td-range-bg)}.tempus-dominus-widget .date-container-days .range-end{border-radius:0 50px 50px 0!important}.tempus-dominus-widget .date-container-days .range-start{border-radius:50px 0 0 50px!important}.tempus-dominus-widget .date-container-days .dow{align-items:center;justify-content:center;text-align:center}.tempus-dominus-widget .date-container-days .cw{align-items:center;cursor:default;display:flex;font-size:.8em;height:90%;justify-content:center;line-height:20px;width:90%}.tempus-dominus-widget .date-container-decades,.tempus-dominus-widget .date-container-months,.tempus-dominus-widget .date-container-years{display:grid;grid-auto-rows:calc(2.71429rem - 1.14286px);grid-template-areas:"a a a"}.tempus-dominus-widget .time-container-hour,.tempus-dominus-widget .time-container-minute,.tempus-dominus-widget .time-container-second{display:grid;grid-auto-rows:calc(2.71429rem - 1.14286px);grid-template-areas:"a a a a"}.tempus-dominus-widget .time-container-clock{display:grid;grid-auto-rows:calc(2.71429rem - 1.14286px)}.tempus-dominus-widget .time-container-clock .no-highlight{align-items:center;display:flex;height:90%;justify-content:center;width:90%}.tempus-dominus-widget .date-container-days div:not(.no-highlight),.tempus-dominus-widget .date-container-decades div:not(.no-highlight),.tempus-dominus-widget .date-container-months div:not(.no-highlight),.tempus-dominus-widget .date-container-years div:not(.no-highlight),.tempus-dominus-widget .time-container-clock div:not(.no-highlight),.tempus-dominus-widget .time-container-hour div:not(.no-highlight),.tempus-dominus-widget .time-container-minute div:not(.no-highlight),.tempus-dominus-widget .time-container-second div:not(.no-highlight){align-items:center;border-radius:var(--td-border-radius);box-sizing:border-box;display:flex;height:90%;justify-content:center;width:90%}.tempus-dominus-widget .date-container-days div:not(.no-highlight).disabled,.tempus-dominus-widget .date-container-days div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .date-container-decades div:not(.no-highlight).disabled,.tempus-dominus-widget .date-container-decades div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .date-container-months div:not(.no-highlight).disabled,.tempus-dominus-widget .date-container-months div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .date-container-years div:not(.no-highlight).disabled,.tempus-dominus-widget .date-container-years div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .time-container-clock div:not(.no-highlight).disabled,.tempus-dominus-widget .time-container-clock div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .time-container-hour div:not(.no-highlight).disabled,.tempus-dominus-widget .time-container-hour div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .time-container-minute div:not(.no-highlight).disabled,.tempus-dominus-widget .time-container-minute div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .time-container-second div:not(.no-highlight).disabled,.tempus-dominus-widget .time-container-second div:not(.no-highlight).disabled:hover{background:none;cursor:not-allowed}.tempus-dominus-widget .date-container-days div:not(.no-highlight).today,.tempus-dominus-widget .date-container-decades div:not(.no-highlight).today,.tempus-dominus-widget .date-container-months div:not(.no-highlight).today,.tempus-dominus-widget .date-container-years div:not(.no-highlight).today,.tempus-dominus-widget .time-container-clock div:not(.no-highlight).today,.tempus-dominus-widget .time-container-hour div:not(.no-highlight).today,.tempus-dominus-widget .time-container-minute div:not(.no-highlight).today,.tempus-dominus-widget .time-container-second div:not(.no-highlight).today{position:relative}.tempus-dominus-widget .date-container-days div:not(.no-highlight).today:before,.tempus-dominus-widget .date-container-decades div:not(.no-highlight).today:before,.tempus-dominus-widget .date-container-months div:not(.no-highlight).today:before,.tempus-dominus-widget .date-container-years div:not(.no-highlight).today:before,.tempus-dominus-widget .time-container-clock div:not(.no-highlight).today:before,.tempus-dominus-widget .time-container-hour div:not(.no-highlight).today:before,.tempus-dominus-widget .time-container-minute div:not(.no-highlight).today:before,.tempus-dominus-widget .time-container-second div:not(.no-highlight).today:before{border:solid transparent;border-width:0 0 7px 7px;bottom:6px;content:"";display:inline-block;position:absolute;right:6px}.tempus-dominus-widget .time-container{margin-bottom:.5rem}.tempus-dominus-widget button{border-radius:.25rem;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementHours],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementMinutes],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementSeconds],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementHours],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementMinutes],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementSeconds],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showHours],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showMinutes],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showSeconds],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=togglePeriod],.tempus-dominus-widget.tempus-dominus-widget-readonly table td.day,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.hour,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.minute,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.second{cursor:default;pointer-events:none}.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementHours]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementMinutes]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementSeconds]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementHours]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementMinutes]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementSeconds]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showHours]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showMinutes]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showSeconds]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=togglePeriod]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.day:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.hour:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.minute:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.second:hover{background:none}.tempus-dominus-widget.light{background-color:var(--td-widget-background);color:var(--td-font-color)}.tempus-dominus-widget.light [data-action].disabled,.tempus-dominus-widget.light [data-action].disabled:hover{color:var(--td-disabled-color)}.tempus-dominus-widget.light .toolbar div:hover{background:var(--td-btn-hover-bg)}.tempus-dominus-widget.light .date-container-days .dow{color:var(--td-dow-color)}.tempus-dominus-widget.light .date-container-days .cw{color:var(--td-alternate-color)}.tempus-dominus-widget.light .date-container-days div:not(.no-highlight):hover,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight):hover,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight):hover,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight):hover,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight):hover,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight):hover,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight):hover,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight):hover{background:var(--td-btn-hover-bg)}.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight),.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight),.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight),.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active{background-color:var(--td-active-bg);color:var(--td-active-color);text-shadow:var(--td-text-shadow)}.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.new,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.old,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.new,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.old,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.new,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.old,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.new,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.old,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.new,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.old,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.new,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.old,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.new,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.old,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.new,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.old{color:var(--td-active-color)}.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.today:before{border-bottom-color:var(--td-active-border-color)}.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).old{color:var(--td-alternate-color)}.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled:hover{color:var(--td-disabled-color)}.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today:before{border-bottom-color:var(--td-active-bg);border-top-color:var(--td-secondary-border-color-rgba)}.tempus-dominus-widget.light button{background-color:var(--td-active-bg);border-color:var(--td-active-bg);color:var(--td-active-color)}.tempus-dominus-widget.dark{background-color:var(--td-dark-widget-background);color:var(--td-dark-font-color)}.tempus-dominus-widget.dark [data-action].disabled,.tempus-dominus-widget.dark [data-action].disabled:hover{color:var(--td-dark-disabled-color)}.tempus-dominus-widget.dark .toolbar div:hover{background:var(--td-dark-btn-hover-bg)}.tempus-dominus-widget.dark .date-container-days .dow{color:var(--td-dark-dow-color)}.tempus-dominus-widget.dark .date-container-days .range-in{background-color:var(--td-dark-range-bg)!important;box-shadow:-5px 0 0 var(--td-dark-range-bg),5px 0 0 var(--td-dark-range-bg)}.tempus-dominus-widget.dark .date-container-days .cw{color:var(--td-dark-alternate-color)}.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight):hover,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight):hover,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight):hover,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight):hover,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight):hover,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight):hover,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight):hover,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight):hover{background:var(--td-dark-btn-hover-bg)}.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight),.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight),.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight),.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active{background-color:var(--td-dark-active-bg);color:var(--td-dark-active-color);text-shadow:var(--td-dark-text-shadow)}.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.old{color:var(--td-dark-active-color)}.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.today:before{border-bottom-color:var(--td-dark-active-border-color)}.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).old{color:var(--td-dark-alternate-color)}.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled:hover{color:var(--td-dark-disabled-color)}.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).today:before{border-bottom-color:var(--td-dark-active-bg);border-top-color:var(--td-dark-secondary-border-color-rgba)}.tempus-dominus-widget.dark button{background-color:var(--td-dark-active-bg);border-color:var(--td-dark-active-bg);color:var(--td-dark-active-color)}
html {
    position: relative;
    min-height: 100%;
}

/*body {
    margin-bottom: 10px;
}*/

.main {
    min-height: calc(100vh - 140px);
}

.navbar-brand {
    white-space: initial;
}

    .navbar-brand h1 {
        font-size: 20px;
    }

    .navbar-brand img {
        max-height: 100px;
        object-fit: contain;
        min-width: 100px;
        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-color: #1d2942;
}

    .footer .nav-link {
        padding-left: 0;
    }

.thin {
    text-decoration-thickness: 1px;
}

.textprimary {
    color: var(--theme-primary);
}

.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%)
}

    .section-top p {
        font-size: 18px;
    }

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, #00b35c 0%, #0b8a8a 47%, #004475 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;
}

.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;
}

@media (min-width: 768px) {
    .form-check-control .form-check.form-check-inline {
        display: inline-block;
        min-height: inherit;
        margin-bottom: inherit;
    }
}

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;
}
/*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;
        }

.footer-admin {
    height: 5rem;
    display: flex;
    align-items: center;
}

    .footer-admin.footer-dark {
        color: rgba(255, 255, 255, 0.6);
    }

    .footer-admin.footer-light {
        color: #a7aeb8;
    }

.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: 30px;
    margin-top: -15px;
    margin-bottom: -15px;
}

.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: 100px !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;
}

.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 .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;
}

.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;
    }

/*.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 {
            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
}


/*!
* jQuery SmartWizard v6.x
* The awesome step wizard plugin for jQuery
* http://www.techlaboratory.net/jquery-smartwizard
*
* Created by Dipu Raj (http://dipu.me)
*
* Licensed under the terms of the MIT License
* https://github.com/techlab/jquery-smartwizard/blob/master/LICENSE
*/
/* Variables */
/* Root */
:root {
    --sw-border-color: var(--theme-primary);
    --sw-toolbar-btn-color: #ffffff;
    --sw-toolbar-btn-background-color: var(--theme-primary);
    --sw-anchor-default-primary-color: var(--theme-secondary);
    --sw-anchor-default-secondary-color: #fff;
    --sw-anchor-active-primary-color: var(--theme-primary);
    --sw-anchor-active-secondary-color: #ffffff;
    --sw-anchor-done-primary-color: var(--theme-secondary);
    --sw-anchor-done-secondary-color: #fefefe;
    --sw-anchor-disabled-primary-color: #f8f9fa;
    --sw-anchor-disabled-secondary-color: #dbe0e5;
    --sw-anchor-error-primary-color: #dc3545;
    --sw-anchor-error-secondary-color: #ffffff;
    --sw-anchor-warning-primary-color: #ffc107;
    --sw-anchor-warning-secondary-color: #ffffff;
    --sw-progress-color: var(--theme-primary);
    --sw-progress-background-color: #f8f9fa;
    --sw-loader-color: var(--theme-primary);
    --sw-loader-background-color: #f8f9fa;
    --sw-loader-background-wrapper-color: rgba(255, 255, 255, 0.7);
}

/* Base Styles */
.sw {
    position: relative;
}

    .sw *,
    .sw *::before,
    .sw *::after {
        box-sizing: border-box;
    }

    .sw > .tab-content {
        position: relative;
        overflow: hidden;
    }

        .sw > .tab-content > .tab-pane {
            padding: 0.8rem;
        }

    .sw .toolbar {
        padding: 0.8rem;
        text-align: right;
    }

        .sw .toolbar > .sw-btn {
            display: inline-block;
            text-decoration: none;
            text-align: center;
            text-transform: none;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            margin-left: 0.2rem;
            margin-right: 0.2rem;
            cursor: pointer;
            padding: 0.375rem 0.75rem;
            border-radius: 0.25rem;
            font-weight: 400;
            color: var(--sw-toolbar-btn-color);
            background-color: var(--sw-toolbar-btn-background-color);
            border: 1px solid var(--sw-toolbar-btn-background-color);
        }

            .sw .toolbar > .sw-btn.disabled, .sw .toolbar > .sw-btn:disabled {
                opacity: 0.65;
            }

    .sw[dir=rtl] > .toolbar {
        text-align: left;
    }

    .sw > .nav {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

@media screen and (max-width: 640px) {
    .sw > .nav {
        flex-direction: column !important;
        flex: 1 auto;
    }
}

.sw > .nav .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

    .sw > .nav .nav-link:hover, .sw > .nav .nav-link:active, .sw > .nav .nav-link:focus {
        text-decoration: none;
    }

    .sw > .nav .nav-link::-moz-focus-inner {
        border: 0;
    }

    .sw > .nav .nav-link.disabled {
        pointer-events: none;
        cursor: not-allowed;
    }

    .sw > .nav .nav-link.hidden {
        display: none;
        visibility: none;
    }

    .sw > .nav .nav-link > .num {
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        pointer-events: none;
        height: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        border-radius: 10em;
        text-align: center;
        font-size: 2em;
        font-weight: 600;
        clear: both;
        line-height: 1;
        text-decoration: none;
    }

.sw[dir=rtl] > .nav .nav-link > .num {
    float: right;
}

.sw > .progress {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: 5px;
    background: var(--sw-progress-background-color);
    overflow: hidden;
}

    .sw > .progress > .progress-bar {
        height: 5px;
        width: 0%;
        background-color: var(--sw-progress-color);
        transition: width 0.5s ease-in-out;
    }

.sw.sw-justified > .nav > li, .sw.sw-justified > .nav .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.sw.sw-loading {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .sw.sw-loading::after {
        content: "";
        display: block;
        position: absolute;
        opacity: 1;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: var(--sw-loader-background-wrapper-color);
        z-index: 2;
    }

    .sw.sw-loading::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 45%;
        left: 45%;
        width: 2rem;
        height: 2rem;
        border: 10px solid var(--sw-loader-color);
        border-top: 10px solid var(--sw-loader-background-color);
        border-radius: 50%;
        z-index: 10;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Theme: Basic */
.sw-theme-basic {
    border: 1px solid var(--sw-border-color);
}

    .sw-theme-basic > .nav {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1) !important;
    }

        .sw-theme-basic > .nav .nav-link {
            position: relative;
            height: 100%;
            min-height: 100%;
            margin-right: 5px;
        }

            .sw-theme-basic > .nav .nav-link::after {
                content: "";
                position: absolute;
                pointer-events: none;
                height: 2px;
                width: 0;
                left: 0px;
                bottom: -1px;
                transition: all 0.35s ease 0.15s;
                width: 100%;
            }

            .sw-theme-basic > .nav .nav-link.default {
                color: var(--sw-anchor-default-secondary-color);
                cursor: not-allowed;
            }

                .sw-theme-basic > .nav .nav-link.default::after {
                    background-color: var(--sw-anchor-default-secondary-color);
                }

            .sw-theme-basic > .nav .nav-link.active {
                color: var(--sw-anchor-active-primary-color) !important;
                cursor: pointer;
            }

                .sw-theme-basic > .nav .nav-link.active::after {
                    background: var(--sw-anchor-active-primary-color) !important;
                }

            .sw-theme-basic > .nav .nav-link.done {
                color: var(--sw-anchor-done-primary-color);
                cursor: pointer;
            }

                .sw-theme-basic > .nav .nav-link.done::after {
                    background: var(--sw-anchor-done-primary-color);
                }

            .sw-theme-basic > .nav .nav-link.disabled {
                color: var(--sw-anchor-disabled-primary-color) !important;
            }

                .sw-theme-basic > .nav .nav-link.disabled::after {
                    background: var(--sw-anchor-disabled-primary-color);
                }

            .sw-theme-basic > .nav .nav-link.error {
                color: var(--sw-anchor-error-primary-color) !important;
                cursor: pointer;
            }

                .sw-theme-basic > .nav .nav-link.error::after {
                    background: var(--sw-anchor-error-primary-color) !important;
                }

            .sw-theme-basic > .nav .nav-link.warning {
                color: var(--sw-anchor-warning-primary-color) !important;
                cursor: pointer;
            }

                .sw-theme-basic > .nav .nav-link.warning::after {
                    background: var(--sw-anchor-warning-primary-color) !important;
                }

/* Theme: Arrows */
.sw-theme-arrows {
    border: 1px solid var(--sw-border-color);
}

    .sw-theme-arrows > .nav {
        overflow: hidden;
    }

@media screen and (min-width: 640px) {
    .sw-theme-arrows > .nav .nav-item:first-child .nav-link {
        padding-left: 10px;
        margin-left: 0;
    }
}

.sw-theme-arrows > .nav .nav-item:last-child .nav-link {
    margin-right: 0px;
}

.sw-theme-arrows > .nav .nav-link {
    position: relative;
    height: 100%;
    padding: 10px;
    margin-right: 30px;
    margin-left: -30px;
    padding-left: 50px;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 640px) {
    .sw-theme-arrows > .nav .nav-link {
        overflow: hidden;
        margin-right: unset;
        text-align: left !important;
    }
}

.sw-theme-arrows > .nav .nav-link::after, .sw-theme-arrows > .nav .nav-link::before {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -50px;
    border: 50px solid transparent;
    border-left-width: 40px;
    transition: all 0.5s ease-in-out;
}

.sw-theme-arrows > .nav .nav-link::after {
    z-index: 2;
}

.sw-theme-arrows > .nav .nav-link::before {
    z-index: 1;
}

.sw-theme-arrows > .nav .nav-link.default {
    color: var(--sw-anchor-default-secondary-color);
    background-color: var(--sw-anchor-default-primary-color);
    cursor: not-allowed;
}

@media screen and (max-width: 640px) {
    .sw-theme-arrows > .nav .nav-link.default {
        border-bottom: 1px solid var(--sw-anchor-default-primary-color);
    }
}

.sw-theme-arrows > .nav .nav-link.default::after {
    border-left-color: var(--sw-anchor-default-primary-color);
}

.sw-theme-arrows > .nav .nav-link.default::before {
    border-left-color: var(--sw-anchor-default-secondary-color);
}

.sw-theme-arrows > .nav .nav-link.active {
    color: var(--sw-anchor-active-secondary-color) !important;
    border-color: var(--sw-anchor-active-primary-color);
    background-color: var(--sw-anchor-active-primary-color);
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .sw-theme-arrows > .nav .nav-link.active {
        border-bottom: 1px solid var(--sw-anchor-active-secondary-color);
    }
}

.sw-theme-arrows > .nav .nav-link.active::after {
    border-left-color: var(--sw-anchor-active-primary-color);
}

.sw-theme-arrows > .nav .nav-link.active::before {
    border-left-color: var(--sw-anchor-active-secondary-color);
}

.sw-theme-arrows > .nav .nav-link.done {
    color: var(--sw-anchor-done-secondary-color);
    border-color: var(--sw-anchor-done-primary-color);
    background-color: var(--sw-anchor-done-primary-color);
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .sw-theme-arrows > .nav .nav-link.done {
        border-bottom: 1px solid var(--sw-anchor-done-secondary-color);
    }
}

.sw-theme-arrows > .nav .nav-link.done::after {
    border-left-color: var(--sw-anchor-done-primary-color);
}

.sw-theme-arrows > .nav .nav-link.done::before {
    border-left-color: var(--sw-anchor-done-secondary-color);
}

.sw-theme-arrows > .nav .nav-link.disabled {
    color: var(--sw-anchor-disabled-secondary-color);
    border-color: var(--sw-anchor-disabled-primary-color);
    background-color: var(--sw-anchor-disabled-primary-color);
}

@media screen and (max-width: 640px) {
    .sw-theme-arrows > .nav .nav-link.disabled {
        border-bottom: 1px solid var(--sw-anchor-disabled-secondary-color);
    }
}

.sw-theme-arrows > .nav .nav-link.disabled::after {
    border-left-color: var(--sw-anchor-disabled-primary-color);
}

.sw-theme-arrows > .nav .nav-link.disabled::before {
    border-left-color: var(--sw-anchor-disabled-secondary-color);
}

.sw-theme-arrows > .nav .nav-link.error {
    color: var(--sw-anchor-error-secondary-color);
    border-color: var(--sw-anchor-error-primary-color);
    background-color: var(--sw-anchor-error-primary-color);
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .sw-theme-arrows > .nav .nav-link.error {
        border-bottom: 1px solid var(--sw-anchor-error-secondary-color);
    }
}

.sw-theme-arrows > .nav .nav-link.error::after {
    border-left-color: var(--sw-anchor-error-primary-color);
}

.sw-theme-arrows > .nav .nav-link.error::before {
    border-left-color: var(--sw-anchor-error-secondary-color);
}

.sw-theme-arrows > .nav .nav-link.warning {
    color: var(--sw-anchor-warning-secondary-color);
    border-color: var(--sw-anchor-warning-primary-color);
    background-color: var(--sw-anchor-warning-primary-color);
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .sw-theme-arrows > .nav .nav-link.warning {
        border-bottom: 1px solid var(--sw-anchor-warning-secondary-color);
    }
}

.sw-theme-arrows > .nav .nav-link.warning::after {
    border-left-color: var(--sw-anchor-warning-primary-color);
}

.sw-theme-arrows > .nav .nav-link.warning::before {
    border-left-color: var(--sw-anchor-warning-secondary-color);
}

.sw-theme-arrows[dir=rtl] > .nav {
    padding-right: 0;
}

    .sw-theme-arrows[dir=rtl] > .nav .nav-item:first-child .nav-link {
        padding-left: unset;
        margin-left: unset;
        padding-right: 10px;
        margin-right: 0;
    }

    .sw-theme-arrows[dir=rtl] > .nav .nav-item:last-child .nav-link {
        margin-right: unset;
        margin-left: 0px;
    }

    .sw-theme-arrows[dir=rtl] > .nav .nav-link {
        margin-right: unset;
        margin-left: unset;
        padding-left: unset;
        padding-right: 50px;
    }

@media screen and (max-width: 640px) {
    .sw-theme-arrows[dir=rtl] > .nav .nav-link {
        margin-left: unset;
    }
}

.sw-theme-arrows[dir=rtl] > .nav .nav-link::after, .sw-theme-arrows[dir=rtl] > .nav .nav-link::before {
    left: unset;
    right: 100%;
    border-left-width: 0;
    border-right-width: 40px;
}

.sw-theme-arrows[dir=rtl] > .nav .nav-link.default::after {
    border-right-color: var(--sw-anchor-default-primary-color);
}

.sw-theme-arrows[dir=rtl] > .nav .nav-link.default::before {
    border-right-color: var(--sw-anchor-default-secondary-color);
}

.sw-theme-arrows[dir=rtl] > .nav .nav-link.active::after {
    border-right-color: var(--sw-anchor-active-primary-color);
}

.sw-theme-arrows[dir=rtl] > .nav .nav-link.active::before {
    border-right-color: var(--sw-anchor-active-secondary-color);
}

.sw-theme-arrows[dir=rtl] > .nav .nav-link.done::after {
    border-right-color: var(--sw-anchor-done-primary-color);
}

.sw-theme-arrows[dir=rtl] > .nav .nav-link.done::before {
    border-right-color: var(--sw-anchor-done-secondary-color);
}

.sw-theme-arrows[dir=rtl] > .nav .nav-link.disabled::after {
    border-left-color: unset;
    border-right-color: var(--sw-anchor-disabled-primary-color);
}

.sw-theme-arrows[dir=rtl] > .nav .nav-link.disabled::before {
    border-left-color: unset;
    border-right-color: var(--sw-anchor-disabled-secondary-color);
}

/* Theme: Dots */
.sw-theme-dots > .nav {
    position: relative;
    margin-bottom: 10px;
}

    .sw-theme-dots > .nav::before {
        content: " ";
        position: absolute;
        top: 34px;
        left: 10%;
        right: 10%;
        /*width: 100%;*/
        height: 1px;
        background-color: var(--sw-border-color);
        border-radius: 3px;
        z-index: 1;
    }

@media screen and (max-width: 640px) {
    .sw-theme-dots > .nav::before {
        top: 10%;
        left: 28.5px;
        width: 2px;
        height: 80%;
    }
}

@media screen and (max-width: 640px) {
    .sw-theme-dots > .nav .nav-item:last-child .nav-link {
        margin-bottom: 0;
    }
}

.sw-theme-dots > .nav .nav-link {
    position: relative;
    margin-top: 40px;
}

@media screen and (max-width: 640px) {
    .sw-theme-dots > .nav .nav-link {
        margin-top: unset;
        margin-bottom: 20px;
        padding-left: 55px;
        text-align: left !important;
    }
}

.sw-theme-dots > .nav .nav-link::after {
    content: " ";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    top: -42px;
    width: 40px;
    height: 40px;
    z-index: 99;
    /*border: 8px solid var(--sw-border-color);*/
   /* transition: all 0.5s ease-in-out;*/
}

@media screen and (max-width: 640px) {
    .sw-theme-dots > .nav .nav-link::after {
        top: 0;
        right: unset;
    }
}

.sw-theme-dots > .nav .nav-link > .num {
    font-size: 1.25rem;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -31px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 640px) {
    .sw-theme-dots > .nav .nav-link > .num {
        top: 0;
        right: unset;
        width: 40px;
        padding-top: 10px;
    }
}

.sw-theme-dots > .nav .nav-link.default {
    color: var(--sw-anchor-default-primary-color);
    cursor: not-allowed;
}

    .sw-theme-dots > .nav .nav-link.default > .num {
        color: var(--sw-anchor-default-primary-color) !important;
    }

    .sw-theme-dots > .nav .nav-link.default::after {
        background-color: var(--sw-anchor-default-secondary-color);
    }

.sw-theme-dots > .nav .nav-link.active {
    color: var(--sw-anchor-active-primary-color) !important;
    cursor: pointer;
}

    .sw-theme-dots > .nav .nav-link.active > .num {
        color: var(--sw-anchor-active-secondary-color) !important;
    }

    .sw-theme-dots > .nav .nav-link.active::after {
        background-color: var(--sw-anchor-active-primary-color) !important;
        box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.3);
    }

.sw-theme-dots > .nav .nav-link.done {
    color: var(--sw-anchor-done-primary-color);
    cursor: pointer;
}

    .sw-theme-dots > .nav .nav-link.done > .num {
        color: var(--sw-anchor-done-secondary-color) !important;
    }

    .sw-theme-dots > .nav .nav-link.done::after {
        background-color: var(--sw-anchor-done-primary-color);
    }

.sw-theme-dots > .nav .nav-link.disabled {
    color: var(--sw-anchor-disabled-primary-color);
}

    .sw-theme-dots > .nav .nav-link.disabled > .num {
        color: var(--sw-anchor-disabled-secondary-color) !important;
    }

    .sw-theme-dots > .nav .nav-link.disabled::after {
        background-color: var(--sw-anchor-disabled-primary-color);
    }

.sw-theme-dots > .nav .nav-link.error {
    color: var(--sw-anchor-error-primary-color) !important;
    cursor: pointer;
}

    .sw-theme-dots > .nav .nav-link.error > .num {
        color: var(--sw-anchor-error-secondary-color) !important;
    }

    .sw-theme-dots > .nav .nav-link.error::after {
        background-color: var(--sw-anchor-error-primary-color) !important;
    }

.sw-theme-dots > .nav .nav-link.warning {
    color: var(--sw-anchor-warning-primary-color) !important;
    cursor: pointer;
}

    .sw-theme-dots > .nav .nav-link.warning > .num {
        color: var(--sw-anchor-warning-secondary-color) !important;
    }

    .sw-theme-dots > .nav .nav-link.warning::after {
        background-color: var(--sw-anchor-warning-primary-color) !important;
    }

.sw-theme-dots > .nav-progress::after {
    content: " ";
    position: absolute;
    top: 18px;
    left: 0;
    width: var(--sw-progress-width);
    height: 5px;
    background-color: var(--sw-progress-color);
    border-radius: 3px;
    z-index: 2;
    transition: width 0.5s ease-in-out;
}

@media screen and (max-width: 640px) {
    .sw-theme-dots > .nav-progress::after {
        top: 0;
        left: 20.5px;
        width: 5px;
        height: var(--sw-progress-width);
    }
}

.sw-theme-dots[dir=rtl] > .nav-progress::after {
    left: unset;
    right: 0;
}

/* Theme: Round */
.sw-theme-round > .nav .nav-link {
    position: relative;
    height: 100%;
    min-height: 100%;
    border-radius: 10em;
    margin-right: 4px;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 640px) {
    .sw-theme-round > .nav .nav-link {
        margin-right: unset;
        text-align: left !important;
    }
}

.sw-theme-round > .nav .nav-link.default {
    background-color: var(--sw-anchor-default-primary-color);
    color: var(--sw-anchor-default-secondary-color);
    cursor: not-allowed;
}

.sw-theme-round > .nav .nav-link.active {
    background-color: var(--sw-anchor-active-primary-color);
    color: var(--sw-anchor-active-secondary-color) !important;
    box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.sw-theme-round > .nav .nav-link.done {
    background-color: var(--sw-anchor-done-primary-color);
    color: var(--sw-anchor-done-secondary-color);
    cursor: pointer;
}

.sw-theme-round > .nav .nav-link.disabled {
    background-color: var(--sw-anchor-disabled-primary-color);
    color: var(--sw-anchor-disabled-secondary-color) !important;
}

.sw-theme-round > .nav .nav-link.error {
    background-color: var(--sw-anchor-error-primary-color);
    color: var(--sw-anchor-error-secondary-color) !important;
    cursor: pointer;
}

.sw-theme-round > .nav .nav-link.warning {
    background-color: var(--sw-anchor-warning-primary-color);
    color: var(--sw-anchor-warning-secondary-color) !important;
    cursor: pointer;
}

.sw-theme-round[dir=rtl] > .nav .nav-link > .num {
    float: right;
}

/* Theme: Verical */
.sw-theme-square > .nav {
    position: relative;
    margin-bottom: 10px;
}

    .sw-theme-square > .nav::before {
        content: " ";
        position: absolute;
        top: 18px;
        left: 0;
        width: 100%;
        border-radius: 8px;
        z-index: 1;
        border: 3px dashed var(--sw-border-color);
    }

@media screen and (max-width: 640px) {
    .sw-theme-square > .nav::before {
        top: 0;
        left: 17px;
        width: 6px;
        height: 100%;
    }
}

.sw-theme-square > .nav .nav-link {
    position: relative;
    margin-top: 40px;
}

@media screen and (max-width: 640px) {
    .sw-theme-square > .nav .nav-link {
        margin-top: unset;
        margin-bottom: 20px;
        padding-left: 55px;
        text-align: left !important;
    }
}

.sw-theme-square > .nav .nav-link::before {
    content: " ";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.475rem;
    top: -40px;
    width: 40px;
    height: 40px;
    border: none;
    background: var(--sw-border-color);
    text-decoration: none;
    z-index: 98;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 640px) {
    .sw-theme-square > .nav .nav-link::before {
        top: 0;
        right: unset;
    }
}

.sw-theme-square > .nav .nav-link > .num {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -38px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 640px) {
    .sw-theme-square > .nav .nav-link > .num {
        top: 0;
        right: unset;
        width: 40px;
        padding-top: 3px;
    }
}

.sw-theme-square > .nav .nav-link.default {
    color: var(--sw-anchor-default-secondary-color);
    cursor: not-allowed;
}

    .sw-theme-square > .nav .nav-link.default::after {
        background-color: var(--sw-anchor-default-secondary-color);
    }

.sw-theme-square > .nav .nav-link.active {
    color: var(--sw-anchor-active-primary-color) !important;
    cursor: pointer;
}

    .sw-theme-square > .nav .nav-link.active > .num {
        color: var(--sw-anchor-active-secondary-color) !important;
    }

    .sw-theme-square > .nav .nav-link.active::before {
        background-color: var(--sw-anchor-active-primary-color) !important;
        box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.3);
    }

.sw-theme-square > .nav .nav-link.done {
    color: var(--sw-anchor-done-primary-color);
    cursor: pointer;
}

    .sw-theme-square > .nav .nav-link.done > .num {
        color: var(--sw-anchor-done-secondary-color) !important;
    }

    .sw-theme-square > .nav .nav-link.done::before {
        background-color: var(--sw-anchor-done-primary-color) !important;
    }

.sw-theme-square > .nav .nav-link.disabled {
    color: var(--sw-anchor-disabled-primary-color);
}

    .sw-theme-square > .nav .nav-link.disabled::after {
        background-color: var(--sw-anchor-disabled-primary-color);
    }

.sw-theme-square > .nav .nav-link.error {
    color: var(--sw-anchor-error-primary-color) !important;
    cursor: pointer;
}

    .sw-theme-square > .nav .nav-link.error::after {
        background-color: var(--sw-anchor-error-primary-color) !important;
    }

.sw-theme-square > .nav .nav-link.warning {
    color: var(--sw-anchor-warning-primary-color) !important;
    cursor: pointer;
}

    .sw-theme-square > .nav .nav-link.warning::after {
        background-color: var(--sw-anchor-warning-primary-color) !important;
    }

.sw-theme-square > .nav-progress::after {
    content: " ";
    position: absolute;
    top: 18px;
    left: 0;
    width: var(--sw-progress-width);
    border-radius: 8px;
    z-index: 1;
    height: 6px;
    background-color: var(--sw-progress-color);
    z-index: 2;
    transition: width 0.5s ease-in-out;
}

@media screen and (max-width: 640px) {
    .sw-theme-square > .nav-progress::after {
        top: 0;
        left: 17px;
        width: 6px;
        height: var(--sw-progress-width);
    }
}

.sw-theme-square[dir=rtl] > .nav-progress::after {
    left: unset;
    right: 0;
}

.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:18px;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}.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}.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 (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: 1rem;
        color: #212529;
        cursor: auto;
        border: 1px solid #ced4da;
        border-radius: .25rem
    }

        .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
            width: .75rem;
            height: .75rem;
            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
        }

            .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;
        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: #e9ecef;
    border-color: #ced4da;
    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,#343a40 0%,#3F51B5 35%,#343a40 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: 40rem;
    }

    .header-overlay h1 {
        font-size: 3.5rem;
    }

    .header-banner-container .container {
        max-width: 700px;
    }
}


.header-banner {
    left: 0;
    top: 0;
}

    .header-banner img {
        max-height: 800px;
        object-fit: cover;
    }


