@charset "UTF-8";/*!* CoreUI PRO - HTML, CSS, and JavaScript UI Components Library
* @version v4.2.0-beta.1
* @link https://coreui.io/pro/
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
* License (https://coreui.io/pro/license/)*/
:root {
    --cui-blue: #0d6efd;
    --cui-indigo: #6610f2;
    --cui-purple: #6f42c1;
    --cui-pink: #d63384;
    --cui-red: #dc3545;
    --cui-orange: #fd7e14;
    --cui-yellow: #ffc107;
    --cui-green: #198754;
    --cui-teal: #20c997;
    --cui-cyan: #0dcaf0;
    --cui-white: #fff;
    --cui-gray: #8a93a2;
    --cui-gray-dark: #636f83;
    --cui-gray-100: #ebedef;
    --cui-gray-200: #d8dbe0;
    --cui-gray-300: #c4c9d0;
    --cui-gray-400: #b1b7c1;
    --cui-gray-500: #9da5b1;
    --cui-gray-600: #8a93a2;
    --cui-gray-700: #768192;
    --cui-gray-800: #636f83;
    --cui-gray-900: #4f5d73;
    --cui-primary: #321fdb;
    --cui-secondary: #9da5b1;
    --cui-success: #2eb85c;
    --cui-info: #39f;
    --cui-warning: #f9b115;
    --cui-danger: #e55353;
    --cui-light: #ebedef;
    --cui-dark: #4f5d73;
    --cui-primary-rgb: 82, 153, 224;
    --cui-secondary-rgb: 157, 165, 177;
    --cui-success-rgb: 46, 184, 92;
    --cui-info-rgb: 51, 153, 255;
    --cui-warning-rgb: 249, 177, 21;
    --cui-danger-rgb: 229, 83, 83;
    --cui-light-rgb: 235, 237, 239;
    --cui-dark-rgb: 79, 93, 115;
    --cui-white-rgb: 255, 255, 255;
    --cui-black-rgb: 0, 0, 21;
    --cui-body-color-rgb: 44, 56, 74;
    --cui-body-bg-rgb: 255, 255, 255;
    --cui-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --cui-body-font-family: var(--cui-font-sans-serif);
    --cui-body-font-size: 1rem;
    --cui-body-font-weight: 400;
    --cui-body-line-height: 1.5;
    --cui-body-color: rgba(44, 56, 74, 0.95);
    --cui-body-bg: #fff
}

*,*::before,*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--cui-body-font-family);
    font-size: var(--cui-body-font-size);
    font-weight: var(--cui-body-font-weight);
    line-height: var(--cui-body-line-height);
    color: var(--cui-body-color);
    text-align: var(--cui-body-text-align);
    background-color: var(--cui-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: var(--cui-hr-color,inherit);
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.vr {
    display: flex;
    flex: 0 0 1px;
    width: 1px;
    padding: 0!important;
    margin: 0;
    color: var(--cui-vr-color,inherit);
    background-color: currentColor;
    border: 0;
    opacity: .25;
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--cui-headings-color,unset)
}

h1,.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    h1,.h1 {
        font-size:2.5rem
    }
}

h2,.h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {
    h2,.h2 {
        font-size:2rem
    }
}

h3,.h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {
    h3,.h3 {
        font-size:1.75rem
    }
}

h4,.h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    h4,.h4 {
        font-size:1.5rem
    }
}

h5,.h5 {
    font-size: 1.25rem
}

h6,.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-coreui-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem
}

html:not([dir=rtl]) dd {
    margin-left: 0
}

*[dir=rtl] dd {
    margin-right: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small,.small {
    font-size: .875em
}

mark,.mark {
    padding: .2em;
    background-color: var(--cui-mark-bg,#fcf8e3)
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--cui-link-color,#321fdb);
    text-decoration: underline
}

a:hover {
    color: var(--cui-link-hover-color,#2819af)
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,code,kbd,samp {
    font-family: var(--cui-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em;
    color: var(--cui-pre-color,unset)
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--cui-code-color,#d63384);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: var(--cui-kbd-color,rgba(255,255,255,0.87));
    background-color: var(--cui-kbd-bg,#4f5d73);
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--cui-table-caption-color,rgba(44,56,74,0.38));
    text-align: left
}

th {
    font-weight: 600;
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,tbody,tfoot,tr,td,th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

html:not([dir=rtl]) legend {
    float: left
}

*[dir=rtl] legend {
    float: right
}

@media(min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

*[dir=rtl] [type=tel],*[dir=rtl] [type=url],*[dir=rtl] [type=email],*[dir=rtl] [type=number] {
    direction: ltr
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size:4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-unstyled {
    list-style: none
}

html:not([dir=rtl]) .list-unstyled {
    padding-left: 0
}

*[dir=rtl] .list-unstyled {
    padding-right: 0
}

.list-inline {
    list-style: none
}

html:not([dir=rtl]) .list-inline {
    padding-left: 0
}

*[dir=rtl] .list-inline {
    padding-right: 0
}

.list-inline-item {
    display: inline-block
}

html:not([dir=rtl]) .list-inline-item:not(:last-child) {
    margin-right: .5rem
}

*[dir=rtl] .list-inline-item:not(:last-child) {
    margin-left: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #8a93a2
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--cui-thumbnail-bg,#fff);
    border: 1px solid var(--cui-thumbnail-border-color,#c4c9d0);
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: var(--cui-figure-caption-color,#8a93a2)
}

.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: var(--cui-gutter-x,0.75rem);
    padding-left: var(--cui-gutter-x,0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm,.container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1140px
    }
}

@media(min-width: 1400px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1320px
    }
}

.row {
    --cui-gutter-x: 1.5rem;
    --cui-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--cui-gutter-y));
    margin-right: calc(-0.5 * var(--cui-gutter-x));
    margin-left: calc(-0.5 * var(--cui-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--cui-gutter-x) * 0.5);
    padding-left: calc(var(--cui-gutter-x) * 0.5);
    margin-top: var(--cui-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html:not([dir=rtl]) .offset-1 {
    margin-left: 8.33333333%
}

*[dir=rtl] .offset-1 {
    margin-right: 8.33333333%
}

html:not([dir=rtl]) .offset-2 {
    margin-left: 16.66666667%
}

*[dir=rtl] .offset-2 {
    margin-right: 16.66666667%
}

html:not([dir=rtl]) .offset-3 {
    margin-left: 25%
}

*[dir=rtl] .offset-3 {
    margin-right: 25%
}

html:not([dir=rtl]) .offset-4 {
    margin-left: 33.33333333%
}

*[dir=rtl] .offset-4 {
    margin-right: 33.33333333%
}

html:not([dir=rtl]) .offset-5 {
    margin-left: 41.66666667%
}

*[dir=rtl] .offset-5 {
    margin-right: 41.66666667%
}

html:not([dir=rtl]) .offset-6 {
    margin-left: 50%
}

*[dir=rtl] .offset-6 {
    margin-right: 50%
}

html:not([dir=rtl]) .offset-7 {
    margin-left: 58.33333333%
}

*[dir=rtl] .offset-7 {
    margin-right: 58.33333333%
}

html:not([dir=rtl]) .offset-8 {
    margin-left: 66.66666667%
}

*[dir=rtl] .offset-8 {
    margin-right: 66.66666667%
}

html:not([dir=rtl]) .offset-9 {
    margin-left: 75%
}

*[dir=rtl] .offset-9 {
    margin-right: 75%
}

html:not([dir=rtl]) .offset-10 {
    margin-left: 83.33333333%
}

*[dir=rtl] .offset-10 {
    margin-right: 83.33333333%
}

html:not([dir=rtl]) .offset-11 {
    margin-left: 91.66666667%
}

*[dir=rtl] .offset-11 {
    margin-right: 91.66666667%
}

.g-0,.gx-0 {
    --cui-gutter-x: 0
}

.g-0,.gy-0 {
    --cui-gutter-y: 0
}

.g-1,.gx-1 {
    --cui-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --cui-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --cui-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --cui-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --cui-gutter-x: 1rem
}

.g-3,.gy-3 {
    --cui-gutter-y: 1rem
}

.g-4,.gx-4 {
    --cui-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --cui-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --cui-gutter-x: 3rem
}

.g-5,.gy-5 {
    --cui-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    html:not([dir=rtl]) .offset-sm-0 {
        margin-left: 0
    }

    *[dir=rtl] .offset-sm-0 {
        margin-right: 0
    }

    html:not([dir=rtl]) .offset-sm-1 {
        margin-left: 8.33333333%
    }

    *[dir=rtl] .offset-sm-1 {
        margin-right: 8.33333333%
    }

    html:not([dir=rtl]) .offset-sm-2 {
        margin-left: 16.66666667%
    }

    *[dir=rtl] .offset-sm-2 {
        margin-right: 16.66666667%
    }

    html:not([dir=rtl]) .offset-sm-3 {
        margin-left: 25%
    }

    *[dir=rtl] .offset-sm-3 {
        margin-right: 25%
    }

    html:not([dir=rtl]) .offset-sm-4 {
        margin-left: 33.33333333%
    }

    *[dir=rtl] .offset-sm-4 {
        margin-right: 33.33333333%
    }

    html:not([dir=rtl]) .offset-sm-5 {
        margin-left: 41.66666667%
    }

    *[dir=rtl] .offset-sm-5 {
        margin-right: 41.66666667%
    }

    html:not([dir=rtl]) .offset-sm-6 {
        margin-left: 50%
    }

    *[dir=rtl] .offset-sm-6 {
        margin-right: 50%
    }

    html:not([dir=rtl]) .offset-sm-7 {
        margin-left: 58.33333333%
    }

    *[dir=rtl] .offset-sm-7 {
        margin-right: 58.33333333%
    }

    html:not([dir=rtl]) .offset-sm-8 {
        margin-left: 66.66666667%
    }

    *[dir=rtl] .offset-sm-8 {
        margin-right: 66.66666667%
    }

    html:not([dir=rtl]) .offset-sm-9 {
        margin-left: 75%
    }

    *[dir=rtl] .offset-sm-9 {
        margin-right: 75%
    }

    html:not([dir=rtl]) .offset-sm-10 {
        margin-left: 83.33333333%
    }

    *[dir=rtl] .offset-sm-10 {
        margin-right: 83.33333333%
    }

    html:not([dir=rtl]) .offset-sm-11 {
        margin-left: 91.66666667%
    }

    *[dir=rtl] .offset-sm-11 {
        margin-right: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --cui-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --cui-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --cui-gutter-x: 0.25rem
    }

    .g-sm-1,.gy-sm-1 {
        --cui-gutter-y: 0.25rem
    }

    .g-sm-2,.gx-sm-2 {
        --cui-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --cui-gutter-y: 0.5rem
    }

    .g-sm-3,.gx-sm-3 {
        --cui-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --cui-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --cui-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --cui-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --cui-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --cui-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    html:not([dir=rtl]) .offset-md-0 {
        margin-left: 0
    }

    *[dir=rtl] .offset-md-0 {
        margin-right: 0
    }

    html:not([dir=rtl]) .offset-md-1 {
        margin-left: 8.33333333%
    }

    *[dir=rtl] .offset-md-1 {
        margin-right: 8.33333333%
    }

    html:not([dir=rtl]) .offset-md-2 {
        margin-left: 16.66666667%
    }

    *[dir=rtl] .offset-md-2 {
        margin-right: 16.66666667%
    }

    html:not([dir=rtl]) .offset-md-3 {
        margin-left: 25%
    }

    *[dir=rtl] .offset-md-3 {
        margin-right: 25%
    }

    html:not([dir=rtl]) .offset-md-4 {
        margin-left: 33.33333333%
    }

    *[dir=rtl] .offset-md-4 {
        margin-right: 33.33333333%
    }

    html:not([dir=rtl]) .offset-md-5 {
        margin-left: 41.66666667%
    }

    *[dir=rtl] .offset-md-5 {
        margin-right: 41.66666667%
    }

    html:not([dir=rtl]) .offset-md-6 {
        margin-left: 50%
    }

    *[dir=rtl] .offset-md-6 {
        margin-right: 50%
    }

    html:not([dir=rtl]) .offset-md-7 {
        margin-left: 58.33333333%
    }

    *[dir=rtl] .offset-md-7 {
        margin-right: 58.33333333%
    }

    html:not([dir=rtl]) .offset-md-8 {
        margin-left: 66.66666667%
    }

    *[dir=rtl] .offset-md-8 {
        margin-right: 66.66666667%
    }

    html:not([dir=rtl]) .offset-md-9 {
        margin-left: 75%
    }

    *[dir=rtl] .offset-md-9 {
        margin-right: 75%
    }

    html:not([dir=rtl]) .offset-md-10 {
        margin-left: 83.33333333%
    }

    *[dir=rtl] .offset-md-10 {
        margin-right: 83.33333333%
    }

    html:not([dir=rtl]) .offset-md-11 {
        margin-left: 91.66666667%
    }

    *[dir=rtl] .offset-md-11 {
        margin-right: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --cui-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --cui-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --cui-gutter-x: 0.25rem
    }

    .g-md-1,.gy-md-1 {
        --cui-gutter-y: 0.25rem
    }

    .g-md-2,.gx-md-2 {
        --cui-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --cui-gutter-y: 0.5rem
    }

    .g-md-3,.gx-md-3 {
        --cui-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --cui-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --cui-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --cui-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --cui-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --cui-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    html:not([dir=rtl]) .offset-lg-0 {
        margin-left: 0
    }

    *[dir=rtl] .offset-lg-0 {
        margin-right: 0
    }

    html:not([dir=rtl]) .offset-lg-1 {
        margin-left: 8.33333333%
    }

    *[dir=rtl] .offset-lg-1 {
        margin-right: 8.33333333%
    }

    html:not([dir=rtl]) .offset-lg-2 {
        margin-left: 16.66666667%
    }

    *[dir=rtl] .offset-lg-2 {
        margin-right: 16.66666667%
    }

    html:not([dir=rtl]) .offset-lg-3 {
        margin-left: 25%
    }

    *[dir=rtl] .offset-lg-3 {
        margin-right: 25%
    }

    html:not([dir=rtl]) .offset-lg-4 {
        margin-left: 33.33333333%
    }

    *[dir=rtl] .offset-lg-4 {
        margin-right: 33.33333333%
    }

    html:not([dir=rtl]) .offset-lg-5 {
        margin-left: 41.66666667%
    }

    *[dir=rtl] .offset-lg-5 {
        margin-right: 41.66666667%
    }

    html:not([dir=rtl]) .offset-lg-6 {
        margin-left: 50%
    }

    *[dir=rtl] .offset-lg-6 {
        margin-right: 50%
    }

    html:not([dir=rtl]) .offset-lg-7 {
        margin-left: 58.33333333%
    }

    *[dir=rtl] .offset-lg-7 {
        margin-right: 58.33333333%
    }

    html:not([dir=rtl]) .offset-lg-8 {
        margin-left: 66.66666667%
    }

    *[dir=rtl] .offset-lg-8 {
        margin-right: 66.66666667%
    }

    html:not([dir=rtl]) .offset-lg-9 {
        margin-left: 75%
    }

    *[dir=rtl] .offset-lg-9 {
        margin-right: 75%
    }

    html:not([dir=rtl]) .offset-lg-10 {
        margin-left: 83.33333333%
    }

    *[dir=rtl] .offset-lg-10 {
        margin-right: 83.33333333%
    }

    html:not([dir=rtl]) .offset-lg-11 {
        margin-left: 91.66666667%
    }

    *[dir=rtl] .offset-lg-11 {
        margin-right: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --cui-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --cui-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --cui-gutter-x: 0.25rem
    }

    .g-lg-1,.gy-lg-1 {
        --cui-gutter-y: 0.25rem
    }

    .g-lg-2,.gx-lg-2 {
        --cui-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --cui-gutter-y: 0.5rem
    }

    .g-lg-3,.gx-lg-3 {
        --cui-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --cui-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --cui-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --cui-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --cui-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --cui-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    html:not([dir=rtl]) .offset-xl-0 {
        margin-left: 0
    }

    *[dir=rtl] .offset-xl-0 {
        margin-right: 0
    }

    html:not([dir=rtl]) .offset-xl-1 {
        margin-left: 8.33333333%
    }

    *[dir=rtl] .offset-xl-1 {
        margin-right: 8.33333333%
    }

    html:not([dir=rtl]) .offset-xl-2 {
        margin-left: 16.66666667%
    }

    *[dir=rtl] .offset-xl-2 {
        margin-right: 16.66666667%
    }

    html:not([dir=rtl]) .offset-xl-3 {
        margin-left: 25%
    }

    *[dir=rtl] .offset-xl-3 {
        margin-right: 25%
    }

    html:not([dir=rtl]) .offset-xl-4 {
        margin-left: 33.33333333%
    }

    *[dir=rtl] .offset-xl-4 {
        margin-right: 33.33333333%
    }

    html:not([dir=rtl]) .offset-xl-5 {
        margin-left: 41.66666667%
    }

    *[dir=rtl] .offset-xl-5 {
        margin-right: 41.66666667%
    }

    html:not([dir=rtl]) .offset-xl-6 {
        margin-left: 50%
    }

    *[dir=rtl] .offset-xl-6 {
        margin-right: 50%
    }

    html:not([dir=rtl]) .offset-xl-7 {
        margin-left: 58.33333333%
    }

    *[dir=rtl] .offset-xl-7 {
        margin-right: 58.33333333%
    }

    html:not([dir=rtl]) .offset-xl-8 {
        margin-left: 66.66666667%
    }

    *[dir=rtl] .offset-xl-8 {
        margin-right: 66.66666667%
    }

    html:not([dir=rtl]) .offset-xl-9 {
        margin-left: 75%
    }

    *[dir=rtl] .offset-xl-9 {
        margin-right: 75%
    }

    html:not([dir=rtl]) .offset-xl-10 {
        margin-left: 83.33333333%
    }

    *[dir=rtl] .offset-xl-10 {
        margin-right: 83.33333333%
    }

    html:not([dir=rtl]) .offset-xl-11 {
        margin-left: 91.66666667%
    }

    *[dir=rtl] .offset-xl-11 {
        margin-right: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --cui-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --cui-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --cui-gutter-x: 0.25rem
    }

    .g-xl-1,.gy-xl-1 {
        --cui-gutter-y: 0.25rem
    }

    .g-xl-2,.gx-xl-2 {
        --cui-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --cui-gutter-y: 0.5rem
    }

    .g-xl-3,.gx-xl-3 {
        --cui-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --cui-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --cui-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --cui-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --cui-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --cui-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    html:not([dir=rtl]) .offset-xxl-0 {
        margin-left: 0
    }

    *[dir=rtl] .offset-xxl-0 {
        margin-right: 0
    }

    html:not([dir=rtl]) .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    *[dir=rtl] .offset-xxl-1 {
        margin-right: 8.33333333%
    }

    html:not([dir=rtl]) .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    *[dir=rtl] .offset-xxl-2 {
        margin-right: 16.66666667%
    }

    html:not([dir=rtl]) .offset-xxl-3 {
        margin-left: 25%
    }

    *[dir=rtl] .offset-xxl-3 {
        margin-right: 25%
    }

    html:not([dir=rtl]) .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    *[dir=rtl] .offset-xxl-4 {
        margin-right: 33.33333333%
    }

    html:not([dir=rtl]) .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    *[dir=rtl] .offset-xxl-5 {
        margin-right: 41.66666667%
    }

    html:not([dir=rtl]) .offset-xxl-6 {
        margin-left: 50%
    }

    *[dir=rtl] .offset-xxl-6 {
        margin-right: 50%
    }

    html:not([dir=rtl]) .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    *[dir=rtl] .offset-xxl-7 {
        margin-right: 58.33333333%
    }

    html:not([dir=rtl]) .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    *[dir=rtl] .offset-xxl-8 {
        margin-right: 66.66666667%
    }

    html:not([dir=rtl]) .offset-xxl-9 {
        margin-left: 75%
    }

    *[dir=rtl] .offset-xxl-9 {
        margin-right: 75%
    }

    html:not([dir=rtl]) .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    *[dir=rtl] .offset-xxl-10 {
        margin-right: 83.33333333%
    }

    html:not([dir=rtl]) .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    *[dir=rtl] .offset-xxl-11 {
        margin-right: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --cui-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --cui-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --cui-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --cui-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --cui-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --cui-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --cui-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --cui-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --cui-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --cui-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --cui-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --cui-gutter-y: 3rem
    }
}

.table {
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-bg: transparent;
    --cui-table-border-color: #d8dbe0;
    --cui-table-accent-bg: transparent;
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-striped-bg: rgba(0, 0, 21, 0.05);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(0, 0, 21, 0.1);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(0, 0, 21, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--cui-table-color);
    vertical-align: top;
    border-color: var(--cui-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .5rem;
    color: var(--cui-table-color);
    background-color: var(--cui-table-bg);
    border-bottom-color: var(--cui-table-border-color);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--cui-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --cui-table-accent-bg: var(--cui-table-striped-bg);
    color: var(--cui-table-striped-color)
}

.table-active {
    --cui-table-accent-bg: var(--cui-table-active-bg);
    color: var(--cui-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --cui-table-accent-bg: var(--cui-table-hover-bg);
    color: var(--cui-table-hover-color)
}

.table-primary {
    --cui-table-bg: #d6d2f8;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(198, 196, 232, 0.995);
    --cui-table-striped-bg: rgba(206, 203, 240, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(198, 196, 232, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(202, 199, 236, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95);
    color: var(--cui-table-color);
    border-color: var(--cui-table-border-color)
}

.table-secondary {
    --cui-table-bg: #ebedef;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(218, 220, 224, 0.995);
    --cui-table-striped-bg: rgba(226, 229, 232, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(218, 220, 224, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(222, 225, 228, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95);
    color: var(--cui-table-color);
    border-color: var(--cui-table-border-color)
}

.table-success {
    --cui-table-bg: #d5f1de;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(198, 224, 208, 0.995);
    --cui-table-striped-bg: rgba(205, 233, 215, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(198, 224, 208, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(201, 228, 212, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95);
    color: var(--cui-table-color);
    border-color: var(--cui-table-border-color)
}

.table-danger {
    --cui-table-bg: #fadddd;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(231, 206, 208, 0.995);
    --cui-table-striped-bg: rgba(241, 214, 214, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(231, 206, 208, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(236, 210, 211, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95);
    color: var(--cui-table-color);
    border-color: var(--cui-table-border-color)
}

.table-warning {
    --cui-table-bg: #feefd0;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(235, 222, 196, 0.995);
    --cui-table-striped-bg: rgba(244, 231, 202, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(235, 222, 196, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(240, 226, 199, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95);
    color: var(--cui-table-color);
    border-color: var(--cui-table-border-color)
}

.table-info {
    --cui-table-bg: #d6ebff;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(198, 219, 238, 0.995);
    --cui-table-striped-bg: rgba(206, 227, 247, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(198, 219, 238, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(202, 223, 243, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95);
    color: var(--cui-table-color);
    border-color: var(--cui-table-border-color)
}

.table-light {
    --cui-table-bg: #fbfbfc;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(232, 233, 236, 0.995);
    --cui-table-striped-bg: rgba(242, 242, 244, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(232, 233, 236, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(237, 238, 240, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95);
    color: var(--cui-table-color);
    border-color: var(--cui-table-border-color)
}

.table-dark {
    --cui-table-bg: #dcdfe3;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(204, 208, 213, 0.995);
    --cui-table-striped-bg: rgba(212, 215, 220, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(204, 208, 213, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(208, 212, 217, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95);
    color: var(--cui-table-color);
    border-color: var(--cui-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem;
    color: var(--cui-form-label-color,)
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: var(--cui-form-label-color,)
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--cui-form-text-color,rgba(44,56,74,0.38))
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--cui-input-color,rgba(44,56,74,0.95));
    background-color: var(--cui-input-bg,#fff);
    background-clip: padding-box;
    border: 1px solid var(--cui-input-border-color,#b1b7c1);
    -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) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--cui-input-focus-color,rgba(44,56,74,0.95));
    background-color: var(--cui-input-focus-bg,#fff);
    border-color: var(--cui-input-focus-border-color,#998fed);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(50,31,219,.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: var(--cui-input-placeholder-color,#8a93a2);
    opacity: 1
}

.form-control::placeholder {
    color: var(--cui-input-placeholder-color,#8a93a2);
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: var(--cui-input-disabled-bg,#d8dbe0);
    border-color: var(--cui-input-disabled-border-color,#b1b7c1);
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: var(--cui-form-file-button-color,rgba(44,56,74,0.95));
    background-color: var(--cui-form-file-button-bg,#d8dbe0);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: var(--cui-form-file-button-color,rgba(44,56,74,0.95));
    background-color: var(--cui-form-file-button-bg,#d8dbe0);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--cui-form-file-button-hover-bg,#cdd0d5)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--cui-form-file-button-hover-bg,#cdd0d5)
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: var(--cui-form-file-button-color,rgba(44,56,74,0.95));
    background-color: var(--cui-form-file-button-bg,#d8dbe0);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--cui-form-file-button-hover-bg,#cdd0d5)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--cui-input-plaintext-color,rgba(44,56,74,0.95));
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--cui-form-select-color,rgba(44,56,74,0.95));
    background-color: var(--cui-form-select-bg,#fff);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjNjM2ZjgzJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid var(--cui-form-select-border-color,#b1b7c1);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: var(--cui-form-select-focus-border-color,#998fed);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(50,31,219,.25)
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    background-image: none
}

html:not([dir=rtl]) .form-select[multiple],html:not([dir=rtl]) .form-select[size]:not([size="1"]) {
    padding-right: .75rem
}

*[dir=rtl] .form-select[multiple],*[dir=rtl] .form-select[size]:not([size="1"]) {
    padding-left: .75rem
}

.form-select:disabled {
    color: var(--cui-form-select-disabled-color,);
    background-color: var(--cui-form-select-disabled-bg,#d8dbe0);
    border-color: var(--cui-form-select-disabled-border-color,#b1b7c1)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--cui-form-select-color,rgba(44,56,74,0.95))
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem;
    border-radius: .2rem
}

html:not([dir=rtl]) .form-select-sm {
    padding-left: .5rem
}

*[dir=rtl] .form-select-sm {
    padding-right: .5rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

html:not([dir=rtl]) .form-select-lg {
    padding-left: 1rem
}

*[dir=rtl] .form-select-lg {
    padding-right: 1rem
}

.form-multi-select {
    position: relative;
    display: block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--cui-form-multi-select-color,rgba(44,56,74,0.95));
    background-color: var(--cui-form-multi-select-bg,#fff);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjNjM2ZjgzJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid var(--cui-form-multi-select-border-color,#b1b7c1);
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-multi-select:disabled,.form-multi-select.disabled {
    color: var(--cui-form-multi-select-disabled-color,#8a93a2);
    background-color: var(--cui-form-multi-select-disabled-bg,#d8dbe0)
}

.form-multi-select.form-multi-select-with-cleaner {
    padding: .375rem 3.5rem .375rem .75rem
}

.form-multi-select-selection-tags {
    min-height: calc(2.25rem + 2px);
    padding: .125rem 1.75rem .125rem .125rem
}

.form-multi-select-selection-tags.form-multi-select-with-cleaner {
    padding: .125rem 3.5rem .125rem .125rem
}

.form-multi-select-selection-tags .form-multi-select-search {
    height: 2rem;
    margin-left: .75rem
}

.form-multi-select-selection {
    display: inline;
    padding: 0
}

.form-multi-select-selection-cleaner {
    position: absolute;
    top: 50%;
    right: 2rem;
    box-sizing: content-box;
    width: .75rem;
    height: .75rem;
    padding: .5rem;
    background: transparent var(--cui-form-multi-select-cleaner-bg,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%2844, 56, 74, 0.681%29'%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")) center/0.75rem auto no-repeat;
    border: 0;
    border-right: 1px solid var(--cui-form-multi-select-cleaner-border-color,#b1b7c1);
    transform: translateY(-50%)
}

.form-multi-select-selection-cleaner:hover {
    background: transparent var(--cui-form-multi-select-cleaner-hover-bg,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%2844, 56, 74, 0.95%29'%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")) center/0.75rem auto no-repeat
}

.form-multi-select-selection-cleaner:focus {
    background: transparent var(--cui-form-multi-select-cleaner-focus-bg,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%2844, 56, 74, 0.95%29'%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")) center/0.75rem auto no-repeat;
    outline: 0
}

.form-multi-select-search {
    max-width: 100%;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: var(--cui-form-multi-select-search-color,rgba(44,56,74,0.95));
    background-color: var(--cui-form-multi-select-search-bg,#fff);
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem
}

.form-multi-select-search:focus {
    outline: 0
}

.form-multi-select-search[size] {
    display: none;
    margin-left: .75rem
}

.form-multi-select-search:-moz-placeholder-shown {
    width: 100%
}

.form-multi-select-search:placeholder-shown {
    width: 100%
}

.form-multi-select-all {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    color: var(--cui-form-multi-select-select-all-color,rgba(44,56,74,0.681));
    text-align: start;
    background-color: var(--cui-form-multi-select-select-all-bg,transparent);
    border: 0;
    border-bottom: 1px solid var(--cui-form-multi-select-select-all-border-color,#b1b7c1)
}

.form-multi-select-all:hover {
    color: var(--cui-form-multi-select-select-all-hover-color,rgba(44,56,74,0.95));
    background-color: var(--cui-form-multi-select-select-all-hover-bg,transparent)
}

.form-multi-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    margin-top: .625rem;
    background-color: var(--cui-form-multi-select-options-bg,#fff);
    background-clip: padding-box;
    border: 1px solid var(--cui-form-multi-select-options-border-color,#d8dbe0);
    border-radius: .25rem;
    box-shadow: 0 4px 5px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 1px 10px 0 rgba(var(--cui-elevation-base-color,60,75,100),.12),0 2px 4px -1px rgba(var(--cui-elevation-base-color,60,75,100),.20)
}

.form-multi-select-dropdown:not([class*=border]) {
    border: 0
}

.form-multi-select-options {
    padding: .5rem .75rem;
    font-size: 1rem;
    color: var(--cui-form-multi-select-options-color,rgba(44,56,74,0.95))
}

.form-multi-select-option {
    position: relative;
    padding: .5rem 1.25rem;
    margin-bottom: 2px;
    vertical-align: top;
    cursor: pointer;
    border-radius: .25rem
}

.form-multi-select-option:hover,.form-multi-select-option:focus {
    color: var(--cui-form-multi-select-option-hover-color,#4b586d);
    text-decoration: none;
    background-color: var(--cui-form-multi-select-option-hover-bg,rgba(235,237,239,0.5))
}

.form-multi-select-option.disabled,.form-multi-select-option:disabled {
    color: var(--cui-form-multi-select-option-disabled-color,#8a93a2);
    pointer-events: none;
    background-color: transparent
}

.form-multi-select-option.form-multi-select-option-with-checkbox {
    padding: .5rem 1.25rem .5rem calc(1.25rem + 1em)
}

.form-multi-select-option.form-multi-select-option-with-checkbox::before {
    position: absolute;
    top: .7rem;
    left: .625rem;
    display: block;
    width: 1em;
    height: 1em;
    pointer-events: none;
    content: "";
    background-color: var(--cui-form-multi-select-option-indicator-bg,#fff);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--cui-form-multi-select-option-indicator-border,1px solid rgba(0,0,21,0.25));
    border-radius: .25rem
}

.form-multi-select-option.form-multi-selected {
    background-color: var(--cui-form-multi-select-option-selected-bg,#ebedef)
}

.form-multi-select-option.form-multi-selected::before {
    background-color: var(--cui-form-multi-select-option-selected-indicator-bg,#321fdb);
    background-image: var(--cui-form-multi-select-option-selected-indicator-bg-image,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgba%28255, 255, 255, 0.87%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"));
    border-color: var(--cui-form-multi-select-option-selected-indicator-border-color,#321fdb)
}

.form-multi-select-optgroup-label {
    padding: .75rem .625rem .5rem;
    font-size: 80%;
    font-weight: 700;
    color: rgba(44,56,74,.38);
    text-transform: uppercase
}

.form-multi-select-options-empty {
    padding: .5rem 1.25rem
}

.form-multi-select-tag {
    display: inline-block;
    padding: calc(0.125rem - 1px) .5rem;
    margin: .125rem;
    background-color: var(--cui-form-multi-select-tag-bg,#ebedef);
    border: 1px solid var(--cui-form-multi-select-tag-border-color,#d8dbe0);
    border-radius: .25rem
}

.form-multi-select-tag-delete {
    padding: 0;
    margin-left: 6px;
    background-color: transparent;
    border: 0
}

.form-multi-select.show {
    color: var(--cui-form-multi-select-focus-color,rgba(44,56,74,0.95));
    background-color: var(--cui-form-multi-select-focus-bg,#fff);
    border-color: var(--cui-form-multi-select-focus-border-color,#6557e4);
    box-shadow: 0 0 0 .25rem rgba(50,31,219,.25)
}

.form-multi-select.show .form-multi-select-search[size] {
    display: inline
}

.form-multi-select.show .form-multi-select-dropdown {
    z-index: 1000;
    display: initial
}

.form-multi-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-multi-select-sm.form-multi-select-selection-tags {
    min-height: calc(1.8125rem + 2px);
    padding: .0675rem 1.5rem .0675rem .0675rem
}

.form-multi-select-sm.form-multi-select-selection-tags .form-multi-select-search {
    height: 1.6775rem
}

.form-multi-select-sm .form-multi-select-tag {
    padding: calc(0.115rem - 1px) .5rem;
    margin: .0675rem;
    border-radius: .25rem
}

.form-multi-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-multi-select-lg.form-multi-select-selection-tags {
    min-height: calc(2.875rem + 2px);
    padding: .125rem 2rem .125rem .125rem
}

.form-multi-select-lg .form-multi-select-tag {
    padding: calc(0.25rem - 1px) .5rem;
    margin: .125rem;
    border-radius: .25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    margin-bottom: .125rem
}

html:not([dir=rtl]) .form-check {
    padding-left: 1.5em
}

*[dir=rtl] .form-check {
    padding-right: 1.5em
}

html:not([dir=rtl]) .form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

*[dir=rtl] .form-check .form-check-input {
    float: right;
    margin-right: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: var(--cui-form-check-input-bg,#fff);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,21,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #998fed;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(50,31,219,.25)
}

.form-check-input:checked {
    background-color: var(--cui-form-check-input-checked-bg-color,#321fdb);
    border-color: var(--cui-form-check-input-checked-border-color,#321fdb)
}

.form-check-input:checked[type=checkbox] {
    background-image: var(--cui-form-check-input-checked-bg-image,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgba%28255, 255, 255, 0.87%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"))
}

.form-check-input:checked[type=radio] {
    background-image: var(--cui-form-check-radio-checked-bg-image,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='rgba%28255, 255, 255, 0.87%29'/%3e%3c/svg%3e"))
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #321fdb;
    border-color: #321fdb;
    background-image: var(--cui-form-check-input-indeterminate-bg-image,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgba%28255, 255, 255, 0.87%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"))
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label {
    opacity: .5
}

.form-check-label {
    color: var(--cui-form-check-label-color,unset)
}

html:not([dir=rtl]) .form-switch {
    padding-left: 2.5em
}

*[dir=rtl] .form-switch {
    padding-right: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    background-image: var(--cui-form-switch-bg-image,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 21, 0.25%29'/%3e%3c/svg%3e"));
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

html:not([dir=rtl]) .form-switch .form-check-input {
    margin-left: -2.5em
}

*[dir=rtl] .form-switch .form-check-input {
    margin-right: -2.5em
}

@media(prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: var(--cui-form-switch-focus-bg-image,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23998fed'/%3e%3c/svg%3e"))
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: var(--cui-form-switch-checked-bg-image,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.87%29'/%3e%3c/svg%3e"))
}

.form-switch-lg {
    min-height: 1.25em
}

html:not([dir=rtl]) .form-switch-lg {
    padding-left: 2.25em
}

*[dir=rtl] .form-switch-lg {
    padding-right: 2.25em
}

.form-switch-lg .form-check-input {
    width: 1.75em;
    height: 1.25em
}

html:not([dir=rtl]) .form-switch-lg .form-check-input {
    margin-left: -2.25em
}

*[dir=rtl] .form-switch-lg .form-check-input {
    margin-right: -2.25em
}

.form-switch-lg .form-check-label {
    padding-top: calc((1.25em - 1rem)/2)
}

.form-switch-xl {
    min-height: 1.5em
}

html:not([dir=rtl]) .form-switch-xl {
    padding-left: 2.5em
}

*[dir=rtl] .form-switch-xl {
    padding-right: 2.5em
}

.form-switch-xl .form-check-input {
    width: 2em;
    height: 1.5em
}

html:not([dir=rtl]) .form-switch-xl .form-check-input {
    margin-left: -2.5em
}

*[dir=rtl] .form-switch-xl .form-check-input {
    margin-right: -2.5em
}

.form-switch-xl .form-check-label {
    padding-top: calc((1.5em - 1rem)/2)
}

.form-check-inline {
    display: inline-block
}

html:not([dir=rtl]) .form-check-inline {
    margin-right: 1rem
}

*[dir=rtl] .form-check-inline {
    margin-left: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.btn-check[disabled]+.btn,.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-check-primary {
    --cui-form-check-input-checked-bg-color: #321fdb;
    --cui-form-check-input-checked-border-color: #321fdb;
    --cui-form-check-input-indeterminate-bg-color: #321fdb;
    --cui-form-check-input-indeterminate-border-color: #321fdb
}

.form-check-secondary {
    --cui-form-check-input-checked-bg-color: #9da5b1;
    --cui-form-check-input-checked-border-color: #9da5b1;
    --cui-form-check-input-indeterminate-bg-color: #9da5b1;
    --cui-form-check-input-indeterminate-border-color: #9da5b1
}

.form-check-success {
    --cui-form-check-input-checked-bg-color: #2eb85c;
    --cui-form-check-input-checked-border-color: #2eb85c;
    --cui-form-check-input-indeterminate-bg-color: #2eb85c;
    --cui-form-check-input-indeterminate-border-color: #2eb85c
}

.form-check-info {
    --cui-form-check-input-checked-bg-color: #39f;
    --cui-form-check-input-checked-border-color: #39f;
    --cui-form-check-input-indeterminate-bg-color: #39f;
    --cui-form-check-input-indeterminate-border-color: #39f
}

.form-check-warning {
    --cui-form-check-input-checked-bg-color: #f9b115;
    --cui-form-check-input-checked-border-color: #f9b115;
    --cui-form-check-input-indeterminate-bg-color: #f9b115;
    --cui-form-check-input-indeterminate-border-color: #f9b115
}

.form-check-danger {
    --cui-form-check-input-checked-bg-color: #e55353;
    --cui-form-check-input-checked-border-color: #e55353;
    --cui-form-check-input-indeterminate-bg-color: #e55353;
    --cui-form-check-input-indeterminate-border-color: #e55353
}

.form-check-light {
    --cui-form-check-input-checked-bg-color: #ebedef;
    --cui-form-check-input-checked-border-color: #ebedef;
    --cui-form-check-input-indeterminate-bg-color: #ebedef;
    --cui-form-check-input-indeterminate-border-color: #ebedef
}

.form-check-dark {
    --cui-form-check-input-checked-bg-color: #4f5d73;
    --cui-form-check-input-checked-border-color: #4f5d73;
    --cui-form-check-input-indeterminate-bg-color: #4f5d73;
    --cui-form-check-input-indeterminate-border-color: #4f5d73
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(50,31,219,.25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(50,31,219,.25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: var(--cui-form-range-thumb-bg,#321fdb);
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: var(--cui-form-range-thumb-active-bg,#c2bcf4)
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--cui-form-range-track-bg,#c4c9d0);
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: var(--cui-form-range-thumb-bg,#321fdb);
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: var(--cui-form-range-thumb-active-bg,#c2bcf4)
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--cui-form-range-track-bg,#c4c9d0);
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--cui-form-range-thumb-disabled-bg,#9da5b1)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--cui-form-range-thumb-disabled-bg,#9da5b1)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out
}

html:not([dir=rtl]) .form-floating>label {
    left: 0
}

*[dir=rtl] .form-floating>label {
    right: 0
}

@media(prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--cui-input-group-addon-color,rgba(44,56,74,0.95));
    text-align: center;
    white-space: nowrap;
    background-color: var(--cui-input-group-addon-bg,#d8dbe0);
    border: 1px solid var(--cui-input-group-addon-border-color,#b1b7c1);
    border-radius: .25rem
}

.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

html:not([dir=rtl]) .input-group-lg>.form-select,html:not([dir=rtl]) .input-group-sm>.form-select {
    padding-right: 3rem
}

*[dir=rtl] .input-group-lg>.form-select,*[dir=rtl] .input-group-sm>.form-select {
    padding-left: 3rem
}

html:not([dir=rtl]) .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),html:not([dir=rtl]) .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

*[dir=rtl] .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),*[dir=rtl] .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html:not([dir=rtl]) .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),html:not([dir=rtl]) .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

*[dir=rtl] .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),*[dir=rtl] .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html:not([dir=rtl]) .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

*[dir=rtl] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #2eb85c
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(46,184,92,.9);
    border-radius: .25rem
}

.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,.form-control.is-valid {
    border-color: #2eb85c;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyZWI4NWMnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

html:not([dir=rtl]) .was-validated .form-control:valid,html:not([dir=rtl]) .form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem)
}

*[dir=rtl] .was-validated .form-control:valid,*[dir=rtl] .form-control.is-valid {
    padding-left: calc(1.5em + 0.75rem)
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
    border-color: #2eb85c;
    box-shadow: 0 0 0 .25rem rgba(46,184,92,.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

html:not([dir=rtl]) .was-validated textarea.form-control:valid,html:not([dir=rtl]) textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem)
}

*[dir=rtl] .was-validated textarea.form-control:valid,*[dir=rtl] textarea.form-control.is-valid {
    padding-left: calc(1.5em + 0.75rem)
}

.was-validated .form-select:valid,.form-select.is-valid {
    border-color: #2eb85c
}

.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjNjM2ZjgzJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyZWI4NWMnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

html:not([dir=rtl]) .was-validated .form-select:valid:not([multiple]):not([size]),html:not([dir=rtl]) .was-validated .form-select:valid:not([multiple])[size="1"],html:not([dir=rtl]) .form-select.is-valid:not([multiple]):not([size]),html:not([dir=rtl]) .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem
}

*[dir=rtl] .was-validated .form-select:valid:not([multiple]):not([size]),*[dir=rtl] .was-validated .form-select:valid:not([multiple])[size="1"],*[dir=rtl] .form-select.is-valid:not([multiple]):not([size]),*[dir=rtl] .form-select.is-valid:not([multiple])[size="1"] {
    padding-left: 4.125rem
}

.was-validated .form-select:valid:focus,.form-select.is-valid:focus {
    border-color: #2eb85c;
    box-shadow: 0 0 0 .25rem rgba(46,184,92,.25)
}

.was-validated .form-check-input:valid,.form-check-input.is-valid {
    border-color: #2eb85c
}

.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked {
    background-color: #2eb85c
}

.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .25rem rgba(46,184,92,.25)
}

.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label {
    color: #2eb85c
}

html:not([dir=rtl]) .form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

*[dir=rtl] .form-check-inline .form-check-input~.valid-feedback {
    margin-right: .5em
}

.was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid {
    z-index: 1
}

.was-validated .input-group .form-control:valid:focus,.input-group .form-control.is-valid:focus,.was-validated .input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #e55353
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(229,83,83,.9);
    border-radius: .25rem
}

.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,.form-control.is-invalid {
    border-color: #e55353;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNlNTUzNTMnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2U1NTM1Mycgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

html:not([dir=rtl]) .was-validated .form-control:invalid,html:not([dir=rtl]) .form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem)
}

*[dir=rtl] .was-validated .form-control:invalid,*[dir=rtl] .form-control.is-invalid {
    padding-left: calc(1.5em + 0.75rem)
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
    border-color: #e55353;
    box-shadow: 0 0 0 .25rem rgba(229,83,83,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

html:not([dir=rtl]) .was-validated textarea.form-control:invalid,html:not([dir=rtl]) textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem)
}

*[dir=rtl] .was-validated textarea.form-control:invalid,*[dir=rtl] textarea.form-control.is-invalid {
    padding-left: calc(1.5em + 0.75rem)
}

.was-validated .form-select:invalid,.form-select.is-invalid {
    border-color: #e55353
}

.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjNjM2ZjgzJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNlNTUzNTMnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2U1NTM1Mycgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

html:not([dir=rtl]) .was-validated .form-select:invalid:not([multiple]):not([size]),html:not([dir=rtl]) .was-validated .form-select:invalid:not([multiple])[size="1"],html:not([dir=rtl]) .form-select.is-invalid:not([multiple]):not([size]),html:not([dir=rtl]) .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem
}

*[dir=rtl] .was-validated .form-select:invalid:not([multiple]):not([size]),*[dir=rtl] .was-validated .form-select:invalid:not([multiple])[size="1"],*[dir=rtl] .form-select.is-invalid:not([multiple]):not([size]),*[dir=rtl] .form-select.is-invalid:not([multiple])[size="1"] {
    padding-left: 4.125rem
}

.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus {
    border-color: #e55353;
    box-shadow: 0 0 0 .25rem rgba(229,83,83,.25)
}

.was-validated .form-check-input:invalid,.form-check-input.is-invalid {
    border-color: #e55353
}

.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked {
    background-color: #e55353
}

.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(229,83,83,.25)
}

.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label {
    color: #e55353
}

html:not([dir=rtl]) .form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

*[dir=rtl] .form-check-inline .form-check-input~.invalid-feedback {
    margin-right: .5em
}

.was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid {
    z-index: 2
}

.was-validated .input-group .form-control:invalid:focus,.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    /*color: var(--cui-btn-color,rgba(44,56,74,0.95));*/
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--cui-btn-bg,transparent);
    border: 1px solid var(--cui-btn-border-color,transparent);
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:not(.placeholder):not([class*=link]):not([class*=outline]):not([class*=ghost]):not([class*=transparent]):not([class*=close]) {
    border-color: transparent;
    box-shadow: 0 1px 1px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 2px 1px -1px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 1px 3px 0 rgba(var(--cui-elevation-base-color,60,75,100),.20)
}

.btn:hover {
    /*color: var(--cui-btn-hover-color,rgba(44,56,74,0.95));*/
    background-color: var(--cui-btn-hover-bg);
    border-color: var(--cui-btn-hover-border-color,transparent)
}

.btn:hover:not(.placeholder):not([class*=link]):not([class*=outline]):not([class*=ghost]):not([class*=transparent]):not([class*=close]) {
    border-color: transparent;
    box-shadow: 0 2px 2px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 3px 1px -2px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 1px 5px 0 rgba(var(--cui-elevation-base-color,60,75,100),.20)
}

.btn-check:focus+.btn,.btn:focus {
    color: var(--cui-btn-hover-color);
    background-color: var(--cui-btn-hover-bg);
    border-color: var(--cui-btn-hover-border-color,transparent);
    outline: 0;
    box-shadow: 0 0 0 .25rem var(--cui-btn-shadow)
}

.btn-check:checked+.btn,.btn-check:active+.btn,.btn:active,.btn.active,.show>.btn.dropdown-toggle {
    color: var(--cui-btn-active-color);
    background-color: var(--cui-btn-active-bg);
    border-color: var(--cui-btn-active-border-color,transparent)
}

.btn-check:checked+.btn:focus,.btn-check:active+.btn:focus,.btn:active:focus,.btn.active:focus,.show>.btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem var(--cui-btn-shadow)
}

.btn:disabled,.btn.disabled,fieldset:disabled .btn {
    color: var(--cui-btn-disabled-color);
    pointer-events: none;
    background-color: var(--cui-btn-disabled-bg);
    border-color: var(--cui-btn-disabled-border-color,transparent);
    opacity: .65
}

.btn-primary {
    --cui-btn-bg: #321fdb;
    --cui-btn-border-color: #321fdb;
    --cui-btn-color: rgba(255, 255, 255, 0.87);
    --cui-btn-hover-bg: #39f;
    --cui-btn-hover-border-color: #4735df;
    --cui-btn-hover-color: rgba(255, 255, 255, 0.87);
    --cui-btn-active-bg: #5b4ce2;
    --cui-btn-active-border-color: #4735df;
    --cui-btn-active-color: rgba(255, 255, 255, 0.87);
    --cui-btn-disabled-bg: #321fdb;
    --cui-btn-disabled-border-color: #321fdb;
    --cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
    --cui-btn-shadow: rgba(50, 31, 219, 0.5)
}

.btn-secondary {
    --cui-btn-bg: #9da5b1;
    --cui-btn-border-color: #9da5b1;
    --cui-btn-color: #fff;
    --cui-btn-hover-bg: #acb3bd;
    --cui-btn-hover-border-color: #a7aeb9;
    --cui-btn-hover-color: rgba(44, 56, 74, 0.95);
    --cui-btn-active-bg: #b1b7c1;
    --cui-btn-active-border-color: #a7aeb9;
    --cui-btn-active-color: rgba(44, 56, 74, 0.95);
    --cui-btn-disabled-bg: #9da5b1;
    --cui-btn-disabled-border-color: #9da5b1;
    --cui-btn-disabled-color: #fff;
    --cui-btn-shadow: rgba(157, 165, 177, 0.5)
}

.btn-success {
    --cui-btn-bg: #2eb85c;
    --cui-btn-border-color: #2eb85c;
    --cui-btn-color: #fff;
    --cui-btn-hover-bg: #4dc374;
    --cui-btn-hover-border-color: #43bf6c;
    --cui-btn-hover-color: rgba(44, 56, 74, 0.95);
    --cui-btn-active-bg: #58c67d;
    --cui-btn-active-border-color: #43bf6c;
    --cui-btn-active-color: rgba(44, 56, 74, 0.95);
    --cui-btn-disabled-bg: #2eb85c;
    --cui-btn-disabled-border-color: #2eb85c;
    --cui-btn-disabled-color: #fff;
    --cui-btn-shadow: rgba(46, 184, 92, 0.5)
}

.btn-danger {
    --cui-btn-bg: #e55353;
    --cui-btn-border-color: #e55353;
    --cui-btn-color: #fff;
    --cui-btn-hover-bg: #e96d6d;
    --cui-btn-hover-border-color: #e86464;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #ea7575;
    --cui-btn-active-border-color: #e86464;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-bg: #e55353;
    --cui-btn-disabled-border-color: #e55353;
    --cui-btn-disabled-color: #fff;
    --cui-btn-shadow: rgba(229, 83, 83, 0.5)
}

.btn-warning {
    --cui-btn-bg: #f9b115;
    --cui-btn-border-color: #f9b115;
    --cui-btn-color: rgba(44, 56, 74, 0.95);
    --cui-btn-hover-bg: #d49612;
    --cui-btn-hover-border-color: #c78e11;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #c78e11;
    --cui-btn-active-border-color: #bb8510;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-bg: #f9b115;
    --cui-btn-disabled-border-color: #f9b115;
    --cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
    --cui-btn-shadow: rgba(249, 177, 21, 0.5)
}

.btn-info {
    --cui-btn-bg: #39f;
    --cui-btn-border-color: #39f;
    --cui-btn-color: #fff;
    --cui-btn-hover-bg: #52a8ff;
    --cui-btn-hover-border-color: #47a3ff;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #5cadff;
    --cui-btn-active-border-color: #47a3ff;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-bg: #39f;
    --cui-btn-disabled-border-color: #39f;
    --cui-btn-disabled-color: #fff;
    --cui-btn-shadow: rgba(51, 153, 255, 0.5)
}

.btn-light {
    --cui-btn-bg: #ebedef;
    --cui-btn-border-color: #ebedef;
    --cui-btn-color: rgba(44, 56, 74, 0.95);
    --cui-btn-hover-bg: #c8c9cb;
    --cui-btn-hover-border-color: #bcbebf;
    --cui-btn-hover-color: rgba(44, 56, 74, 0.95);
    --cui-btn-active-bg: #bcbebf;
    --cui-btn-active-border-color: #b0b2b3;
    --cui-btn-active-color: rgba(44, 56, 74, 0.95);
    --cui-btn-disabled-bg: #ebedef;
    --cui-btn-disabled-border-color: #ebedef;
    --cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
    --cui-btn-shadow: rgba(235, 237, 239, 0.5)
}

.btn-dark {
    --cui-btn-bg: #4f5d73;
    --cui-btn-border-color: #4f5d73;
    --cui-btn-color: rgba(255, 255, 255, 0.87);
    --cui-btn-hover-bg: #697588;
    --cui-btn-hover-border-color: #616d81;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #727d8f;
    --cui-btn-active-border-color: #616d81;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-bg: #4f5d73;
    --cui-btn-disabled-border-color: #4f5d73;
    --cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
    --cui-btn-shadow: rgba(79, 93, 115, 0.5)
}

.btn-outline-primary {
    --cui-btn-border-color: #321fdb;
    --cui-btn-color: #321fdb;
    --cui-btn-hover-bg: #39f;
    --cui-btn-hover-border-color: #4735df;
    --cui-btn-hover-color: rgba(255, 255, 255, 0.87);
    --cui-btn-active-bg: #5b4ce2;
    --cui-btn-active-border-color: #4735df;
    --cui-btn-active-color: rgba(255, 255, 255, 0.87);
    --cui-btn-disabled-color: #321fdb;
    --cui-btn-shadow: rgba(50, 31, 219, 0.5)
}

.btn-outline-secondary {
    --cui-btn-border-color: #9da5b1;
    --cui-btn-color: #9da5b1;
    --cui-btn-hover-bg: #acb3bd;
    --cui-btn-hover-border-color: #a7aeb9;
    --cui-btn-hover-color: rgba(44, 56, 74, 0.95);
    --cui-btn-active-bg: #b1b7c1;
    --cui-btn-active-border-color: #a7aeb9;
    --cui-btn-active-color: rgba(44, 56, 74, 0.95);
    --cui-btn-disabled-color: #9da5b1;
    --cui-btn-shadow: rgba(157, 165, 177, 0.5)
}

.btn-outline-success {
    --cui-btn-border-color: #2eb85c;
    --cui-btn-color: #2eb85c;
    --cui-btn-hover-bg: #4dc374;
    --cui-btn-hover-border-color: #43bf6c;
    --cui-btn-hover-color: rgba(44, 56, 74, 0.95);
    --cui-btn-active-bg: #58c67d;
    --cui-btn-active-border-color: #43bf6c;
    --cui-btn-active-color: rgba(44, 56, 74, 0.95);
    --cui-btn-disabled-color: #2eb85c;
    --cui-btn-shadow: rgba(46, 184, 92, 0.5)
}

.btn-outline-danger {
    --cui-btn-border-color: #e55353;
    --cui-btn-color: #e55353;
    --cui-btn-hover-bg: #e96d6d;
    --cui-btn-hover-border-color: #e86464;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #ea7575;
    --cui-btn-active-border-color: #e86464;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #e55353;
    --cui-btn-shadow: rgba(229, 83, 83, 0.5)
}

.btn-outline-warning {
    --cui-btn-border-color: #f9b115;
    --cui-btn-color: #f9b115;
    --cui-btn-hover-bg: #d49612;
    --cui-btn-hover-border-color: #c78e11;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #c78e11;
    --cui-btn-active-border-color: #bb8510;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #f9b115;
    --cui-btn-shadow: rgba(249, 177, 21, 0.5)
}

.btn-outline-info {
    --cui-btn-border-color: #39f;
    --cui-btn-color: #39f;
    --cui-btn-hover-bg: #52a8ff;
    --cui-btn-hover-border-color: #47a3ff;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #5cadff;
    --cui-btn-active-border-color: #47a3ff;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #39f;
    --cui-btn-shadow: rgba(51, 153, 255, 0.5)
}

.btn-outline-light {
    --cui-btn-border-color: #ebedef;
    --cui-btn-color: #ebedef;
    --cui-btn-hover-bg: #c8c9cb;
    --cui-btn-hover-border-color: #bcbebf;
    --cui-btn-hover-color: rgba(44, 56, 74, 0.95);
    --cui-btn-active-bg: #bcbebf;
    --cui-btn-active-border-color: #b0b2b3;
    --cui-btn-active-color: rgba(44, 56, 74, 0.95);
    --cui-btn-disabled-color: #ebedef;
    --cui-btn-shadow: rgba(235, 237, 239, 0.5)
}

.btn-outline-dark {
    --cui-btn-border-color: #4f5d73;
    --cui-btn-color: #4f5d73;
    --cui-btn-hover-bg: #697588;
    --cui-btn-hover-border-color: #616d81;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #727d8f;
    --cui-btn-active-border-color: #616d81;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #4f5d73;
    --cui-btn-shadow: rgba(79, 93, 115, 0.5)
}

.btn-ghost-primary {
    --cui-btn-color: #321fdb;
    --cui-btn-hover-bg: #39f;
    --cui-btn-hover-border-color: #4735df;
    --cui-btn-hover-color: rgba(255, 255, 255, 0.87);
    --cui-btn-active-bg: #5b4ce2;
    --cui-btn-active-border-color: #4735df;
    --cui-btn-active-color: rgba(255, 255, 255, 0.87);
    --cui-btn-disabled-color: #321fdb;
    --cui-btn-shadow: rgba(50, 31, 219, 0.5)
}

.btn-ghost-secondary {
    --cui-btn-color: #9da5b1;
    --cui-btn-hover-bg: #acb3bd;
    --cui-btn-hover-border-color: #a7aeb9;
    --cui-btn-hover-color: rgba(44, 56, 74, 0.95);
    --cui-btn-active-bg: #b1b7c1;
    --cui-btn-active-border-color: #a7aeb9;
    --cui-btn-active-color: rgba(44, 56, 74, 0.95);
    --cui-btn-disabled-color: #9da5b1;
    --cui-btn-shadow: rgba(157, 165, 177, 0.5)
}

.btn-ghost-success {
    --cui-btn-color: #2eb85c;
    --cui-btn-hover-bg: #4dc374;
    --cui-btn-hover-border-color: #43bf6c;
    --cui-btn-hover-color: rgba(44, 56, 74, 0.95);
    --cui-btn-active-bg: #58c67d;
    --cui-btn-active-border-color: #43bf6c;
    --cui-btn-active-color: rgba(44, 56, 74, 0.95);
    --cui-btn-disabled-color: #2eb85c;
    --cui-btn-shadow: rgba(46, 184, 92, 0.5)
}

.btn-ghost-danger {
    --cui-btn-color: #e55353;
    --cui-btn-hover-bg: #e96d6d;
    --cui-btn-hover-border-color: #e86464;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #ea7575;
    --cui-btn-active-border-color: #e86464;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #e55353;
    --cui-btn-shadow: rgba(229, 83, 83, 0.5)
}

.btn-ghost-warning {
    --cui-btn-color: #f9b115;
    --cui-btn-hover-bg: #d49612;
    --cui-btn-hover-border-color: #c78e11;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #c78e11;
    --cui-btn-active-border-color: #bb8510;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #f9b115;
    --cui-btn-shadow: rgba(249, 177, 21, 0.5)
}

.btn-ghost-info {
    --cui-btn-color: #39f;
    --cui-btn-hover-bg: #52a8ff;
    --cui-btn-hover-border-color: #47a3ff;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #5cadff;
    --cui-btn-active-border-color: #47a3ff;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #39f;
    --cui-btn-shadow: rgba(51, 153, 255, 0.5)
}

.btn-ghost-light {
    --cui-btn-color: #ebedef;
    --cui-btn-hover-bg: #c8c9cb;
    --cui-btn-hover-border-color: #bcbebf;
    --cui-btn-hover-color: rgba(44, 56, 74, 0.95);
    --cui-btn-active-bg: #bcbebf;
    --cui-btn-active-border-color: #b0b2b3;
    --cui-btn-active-color: rgba(44, 56, 74, 0.95);
    --cui-btn-disabled-color: #ebedef;
    --cui-btn-shadow: rgba(235, 237, 239, 0.5)
}

.btn-ghost-dark {
    --cui-btn-color: #4f5d73;
    --cui-btn-hover-bg: #697588;
    --cui-btn-hover-border-color: #616d81;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #727d8f;
    --cui-btn-active-border-color: #616d81;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #4f5d73;
    --cui-btn-shadow: rgba(79, 93, 115, 0.5)
}

.btn-link {
    font-weight: 400;
    color: var(--cui-btn-link-color,#321fdb);
    text-decoration: underline
}

.btn-link:hover {
    color: var(--cui-btn-link-hover-color,#2819af)
}

.btn-link:disabled,.btn-link.disabled {
    color: var(--cui-btn-link-disabled-color,#8a93a2)
}

.btn-lg,.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm,.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.btn-loading {
    position: relative;
    overflow: hidden
}

.btn-loading-spinner {
    margin-right: 1rem;
    margin-left: -2rem;
    opacity: 0;
    transition: margin .15s,opacity .15s,border .15s
}

@media(prefers-reduced-motion:reduce) {
    .btn-loading-spinner {
        transition: none
    }
}

.btn-loading.is-loading .btn-loading-spinner {
    width: 1rem;
    margin-left: 0;
    opacity: 1
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropup,.dropend,.dropdown,.dropstart {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

html:not([dir=rtl]) .dropdown-toggle::after {
    margin-left: .255em
}

*[dir=rtl] .dropdown-toggle::after {
    margin-right: .255em
}

html:not([dir=rtl]) .dropdown-toggle:empty::after {
    margin-left: 0
}

*[dir=rtl] .dropdown-toggle:empty::after {
    margin-right: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: var(--cui-dropdown-color,rgba(44,56,74,0.95));
    text-align: start;
    list-style: none;
    background-color: var(--cui-dropdown-bg,#fff);
    background-clip: padding-box;
    border: 1px solid var(--cui-dropdown-border-color,rgba(0,0,21,0.15));
    border-radius: .25rem;
    box-shadow: 0 4px 5px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 1px 10px 0 rgba(var(--cui-elevation-base-color,60,75,100),.12),0 2px 4px -1px rgba(var(--cui-elevation-base-color,60,75,100),.20)
}

.dropdown-menu:not([class*=border]) {
    border: 0
}

.dropdown-menu[data-coreui-popper] {
    top: 100%;
    margin-top: .125rem
}

html:not([dir=rtl]) .dropdown-menu[data-coreui-popper] {
    left: 0
}

*[dir=rtl] .dropdown-menu[data-coreui-popper] {
    right: 0
}

.dropdown-menu-start {
    --cui-position: start
}

.dropdown-menu-start[data-coreui-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --cui-position: end
}

.dropdown-menu-end[data-coreui-popper] {
    right: 0;
    left: auto
}

@media(min-width: 576px) {
    .dropdown-menu-sm-start {
        --cui-position: start
    }

    .dropdown-menu-sm-start[data-coreui-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --cui-position: end
    }

    .dropdown-menu-sm-end[data-coreui-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-start {
        --cui-position: start
    }

    .dropdown-menu-md-start[data-coreui-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --cui-position: end
    }

    .dropdown-menu-md-end[data-coreui-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-start {
        --cui-position: start
    }

    .dropdown-menu-lg-start[data-coreui-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --cui-position: end
    }

    .dropdown-menu-lg-end[data-coreui-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-start {
        --cui-position: start
    }

    .dropdown-menu-xl-start[data-coreui-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --cui-position: end
    }

    .dropdown-menu-xl-end[data-coreui-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --cui-position: start
    }

    .dropdown-menu-xxl-start[data-coreui-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --cui-position: end
    }

    .dropdown-menu-xxl-end[data-coreui-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-coreui-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

html:not([dir=rtl]) .dropup .dropdown-toggle::after {
    margin-left: .255em
}

*[dir=rtl] .dropup .dropdown-toggle::after {
    margin-right: .255em
}

html:not([dir=rtl]) .dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

*[dir=rtl] .dropup .dropdown-toggle:empty::after {
    margin-right: 0
}

.dropend .dropdown-menu[data-coreui-popper] {
    top: 0;
    margin-top: 0
}

html:not([dir=rtl]) .dropend .dropdown-menu[data-coreui-popper] {
    right: auto;
    left: 100%;
    margin-left: .125rem
}

*[dir=rtl] .dropend .dropdown-menu[data-coreui-popper] {
    left: auto;
    right: 100%;
    margin-right: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

html:not([dir=rtl]) .dropend .dropdown-toggle::after {
    margin-left: .255em
}

*[dir=rtl] .dropend .dropdown-toggle::after {
    margin-right: .255em
}

html:not([dir=rtl]) .dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

*[dir=rtl] .dropend .dropdown-toggle:empty::after {
    margin-right: 0
}

.dropstart .dropdown-menu[data-coreui-popper] {
    top: 0;
    margin-top: 0
}

html:not([dir=rtl]) .dropstart .dropdown-menu[data-coreui-popper] {
    right: 100%;
    left: auto;
    margin-right: .125rem
}

*[dir=rtl] .dropstart .dropdown-menu[data-coreui-popper] {
    left: 100%;
    right: auto;
    margin-left: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    vertical-align: .255em;
    content: "";
    display: none
}

html:not([dir=rtl]) .dropstart .dropdown-toggle::after {
    margin-left: .255em
}

*[dir=rtl] .dropstart .dropdown-toggle::after {
    margin-right: .255em
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

html:not([dir=rtl]) .dropstart .dropdown-toggle::before {
    margin-right: .255em
}

*[dir=rtl] .dropstart .dropdown-toggle::before {
    margin-left: .255em
}

html:not([dir=rtl]) .dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

*[dir=rtl] .dropstart .dropdown-toggle:empty::after {
    margin-right: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid var(--cui-dropdown-divider-bg,rgba(0,0,21,0.15))
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: var(--cui-dropdown-link-color,#4f5d73);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
    color: var(--cui-dropdown-link-hover-color,#475468);
    background-color: var(--cui-dropdown-link-hover-bg,#d8dbe0)
}

.dropdown-item.active,.dropdown-item:active {
    color: var(--cui-dropdown-link-active-color,rgba(255,255,255,0.87));
    text-decoration: none;
    background-color: var(--cui-dropdown-link-active-bg,#321fdb)
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: var(--cui-dropdown-link-disabled-color,#9da5b1);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--cui-dropdown-header-color,#8a93a2);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: var(--cui-dropdown-link-color,#4f5d73)
}

.dropdown-menu-dark {
    --cui-dropdown-color: #c4c9d0;
    --cui-dropdown-bg: #636f83;
    --cui-dropdown-border-color: rgba(0, 0, 21, 0.15);
    --cui-dropdown-link-color: #c4c9d0;
    --cui-dropdown-link-hover-color: rgba(255, 255, 255, 0.87);
    --cui-dropdown-link-active-color: rgba(255, 255, 255, 0.87);
    --cui-dropdown-link-disabled-color: #9da5b1;
    --cui-dropdown-divider-bg: rgba(0, 0, 21, 0.15);
    --cui-dropdown-header-color: #9da5b1
}

.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus {
    background-color: var(--cui-dropdown-dark-link-hover-bg,rgba(255,255,255,0.15))
}

.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active {
    background-color: var(--cui-dropdown-dark-link-active-bg,#321fdb)
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

html:not([dir=rtl]) .btn-group>.btn:not(:first-child),html:not([dir=rtl]) .btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

*[dir=rtl] .btn-group>.btn:not(:first-child),*[dir=rtl] .btn-group>.btn-group:not(:first-child) {
    margin-right: -1px
}

html:not([dir=rtl]) .btn-group>.btn:not(:last-child):not(.dropdown-toggle),html:not([dir=rtl]) .btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

*[dir=rtl] .btn-group>.btn:not(:last-child):not(.dropdown-toggle),*[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html:not([dir=rtl]) .btn-group>.btn:nth-child(n+3),html:not([dir=rtl]) .btn-group>:not(.btn-check)+.btn,html:not([dir=rtl]) .btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

*[dir=rtl] .btn-group>.btn:nth-child(n+3),*[dir=rtl] .btn-group>:not(.btn-check)+.btn,*[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

html:not([dir=rtl]) .dropdown-toggle-split::after,html:not([dir=rtl]) .dropup .dropdown-toggle-split::after,html:not([dir=rtl]) .dropend .dropdown-toggle-split::after {
    margin-left: 0
}

*[dir=rtl] .dropdown-toggle-split::after,*[dir=rtl] .dropup .dropdown-toggle-split::after,*[dir=rtl] .dropend .dropdown-toggle-split::after {
    margin-right: 0
}

html:not([dir=rtl]) .dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

*[dir=rtl] .dropstart .dropdown-toggle-split::before {
    margin-left: 0
}

.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none
}

html:not([dir=rtl]) .nav {
    padding-left: 0
}

*[dir=rtl] .nav {
    padding-right: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: var(--cui-nav-link-color,#321fdb);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,.nav-link:focus {
    color: var(--cui-nav-link-hover-color,#2819af)
}

.nav-link.disabled {
    color: var(--cui-nav-link-disabled-color,#8a93a2);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid var(--cui-nav-tabs-border-color,#c4c9d0)
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--cui-nav-tabs-link-hover-border-color,#d8dbe0 #d8dbe0 #c4c9d0)
}

.nav-tabs .nav-link.disabled {
    color: var(--cui-nav-link-disabled-color,#8a93a2);
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: var(--cui-nav-tabs-link-active-color,#768192);
    background-color: var(--cui-nav-tabs-link-active-bg,#fff);
    border-color: var(--cui-nav-tabs-link-active-border-color,#c4c9d0 #c4c9d0 #fff)
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: var(--cui-nav-pills-link-active-color,rgba(255,255,255,0.87));
    background-color: var(--cui-nav-pills-link-active-bg,#321fdb)
}

.nav-underline {
    border-bottom: 2px solid var(--cui-nav-underline-border-color,#c4c9d0)
}

.nav-underline .nav-item {
    margin-bottom: -2px
}

.nav-underline .nav-link {
    color: var(--cui-nav-underline-link-color,#768192);
    border-bottom: 2px solid transparent
}

.nav-underline .nav-link:hover,.nav-underline .nav-link:focus {
    border-color: var(--cui-nav-underline-link-active-border-color,#321fdb)
}

.nav-underline .nav-link.active,.nav-underline .show>.nav-link {
    color: var(--cui-nav-underline-link-active-color,#321fdb);
    background: 0 0;
    border-color: var(--cui-nav-underline-link-active-border-color,#321fdb)
}

.nav-fill>.nav-link,.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar .header>.container,.navbar .header>.container-fluid,.navbar .header>.container-sm,.navbar .header>.container-md,.navbar .header>.container-lg,.navbar .header>.container-xl,.navbar .header>.container-xxl,.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    color: var(--cui-navbar-brand-color);
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

html:not([dir=rtl]) .navbar-brand {
    margin-right: 1rem
}

*[dir=rtl] .navbar-brand {
    margin-left: 1rem
}

.navbar-brand:hover,.navbar-brand:focus {
    color: var(--cui-navbar-brand-hover-color)
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none
}

html:not([dir=rtl]) .navbar-nav {
    padding-left: 0
}

*[dir=rtl] .navbar-nav {
    padding-right: 0
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: var(--cui-navbar-color)
}

.navbar-nav .nav-link:hover,.navbar-nav .nav-link:focus {
    color: var(--cui-navbar-hover-color)
}

.navbar-nav .nav-link.disabled {
    color: var(--cui-navbar-disabled-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-nav .show>.nav-link,.navbar-nav .nav-link.active {
    color: var(--cui-navbar-active-color)
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--cui-navbar-color)
}

.navbar-text a,.navbar-text a:hover,.navbar-text a:focus {
    color: var(--cui-navbar-active-color)
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    color: var(--cui-navbar-color);
    background-color: transparent;
    border: 1px solid var(--cui-navbar-toggler-border-color,transparent);
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--cui-navbar-toggler-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--cui-scroll-height,75vh);
    overflow-y: auto
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible!important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-sm .offcanvas-top,.navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible!important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-md .offcanvas-top,.navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible!important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-lg .offcanvas-top,.navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible!important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-xl .offcanvas-top,.navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible!important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-xxl .offcanvas-top,.navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible!important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
}

.navbar-expand .offcanvas-top,.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-light {
    --cui-navbar-brand-color: rgba(44, 56, 74, 0.95);
    --cui-navbar-brand-hover-color: rgba(44, 56, 74, 0.95);
    --cui-navbar-color: rgba(44, 56, 74, 0.681);
    --cui-navbar-hover-color: rgba(44, 56, 74, 0.95);
    --cui-navbar-active-color: rgba(44, 56, 74, 0.95);
    --cui-navbar-disabled-color: rgba(44, 56, 74, 0.38);
    --cui-navbar-toggler-border-color: rgba(0, 0, 21, 0.1);
    --cui-navbar-toggler-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2844, 56, 74, 0.681%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark {
    --cui-navbar-brand-color: rgba(255, 255, 255, 0.87);
    --cui-navbar-brand-hover-color: rgba(255, 255, 255, 0.87);
    --cui-navbar-color: rgba(255, 255, 255, 0.6);
    --cui-navbar-hover-color: rgba(255, 255, 255, 0.87);
    --cui-navbar-active-color: rgba(255, 255, 255, 0.87);
    --cui-navbar-disabled-color: rgba(255, 255, 255, 0.38);
    --cui-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --cui-navbar-toggler-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--cui-card-bg,#fff);
    background-clip: border-box;
    border: 1px solid var(--cui-card-border-color,rgba(0,0,21,0.125));
    border-radius: .25rem;
    box-shadow: 0 1px 1px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 2px 1px -1px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 1px 3px 0 rgba(var(--cui-elevation-base-color,60,75,100),.20)
}

.card:not([class*=border]) {
    border: 0
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem;
    color: var(--cui-card-color,unset)
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

html:not([dir=rtl]) .card-link+.card-link {
    margin-left: 1rem
}

*[dir=rtl] .card-link+.card-link {
    margin-right: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    color: var(--cui-card-cap-color,unset);
    background-color: var(--cui-card-cap-bg,rgba(0,0,21,0.03));
    border-bottom: 1px solid var(--cui-card-border-color,rgba(0,0,21,0.125))
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    color: var(--cui-card-cap-color,unset);
    background-color: var(--cui-card-cap-bg,rgba(0,0,21,0.03));
    border-top: 1px solid var(--cui-card-border-color,rgba(0,0,21,0.125))
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px)
}

.card-img,.card-img-top,.card-img-bottom {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media(min-width: 576px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    html:not([dir=rtl]) .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    *[dir=rtl] .card-group>.card+.card {
        margin-right: 0;
        border-right: 0
    }

    html:not([dir=rtl]) .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    *[dir=rtl] .card-group>.card:not(:last-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    html:not([dir=rtl]) .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    *[dir=rtl] .card-group>.card:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: var(--cui-accordion-button-color,rgba(44,56,74,0.95));
    text-align: left;
    background-color: var(--cui-accordion-button-bg,#fff);
    border: 0;
    border-radius: 0;
    overflow-anchor: 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,border-radius .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--cui-accordion-button-active-color,#2d1cc5);
    background-color: var(--cui-accordion-button-active-bg,#ebe9fb);
    box-shadow: inset 0 -1px 0 var(--cui-accordion-border-color,rgba(0,0,21,0.125))
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--cui-accordion-button-active-icon,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232d1cc5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"));
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: var(--cui-accordion-button-icon,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%2844, 56, 74, 0.95%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"));
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

html:not([dir=rtl]) .accordion-button::after {
    margin-left: auto
}

*[dir=rtl] .accordion-button::after {
    margin-right: auto
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--cui-accordion-button-focus-border-color,#998fed);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(50,31,219,.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: var(--cui-accordion-bg,#fff);
    border: 1px solid var(--cui-accordion-border-color,rgba(0,0,21,0.125))
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: var(--cui-breadcrumb-bg,unset)
}

html:not([dir=rtl]) .breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

*[dir=rtl] .breadcrumb-item+.breadcrumb-item {
    padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--cui-breadcrumb-divider-color,#8a93a2)
}

html:not([dir=rtl]) .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    content: var(--cui-breadcrumb-divider,"/")
}

*[dir=rtl] .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-left: .5rem;
    content: var(--cui-breadcrumb-divider-flipped,"/")
}

.breadcrumb-item.active {
    color: var(--cui-breadcrumb-active-color,#8a93a2)
}

.pagination {
    display: flex;
    list-style: none
}

html:not([dir=rtl]) .pagination {
    padding-left: 0
}

*[dir=rtl] .pagination {
    padding-right: 0
}

.page-link {
    position: relative;
    display: block;
    color: var(--cui-pagination-color,#321fdb);
    text-decoration: none;
    background-color: var(--cui-pagination-bg,#fff);
    border: 1px solid var(--cui-pagination-border-color,#c4c9d0);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .375rem .75rem
}

@media(prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--cui-pagination-hover-color,#2819af);
    background-color: var(--cui-pagination-hover-bg,#d8dbe0);
    border-color: var(--cui-pagination-hover-border-color,#c4c9d0)
}

.page-link:focus {
    z-index: 3;
    color: var(--cui-pagination-focus-color,#2819af);
    background-color: var(--cui-pagination-focus-bg,#d8dbe0);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(50,31,219,.25)
}

html:not([dir=rtl]) .page-item:not(:first-child) .page-link {
    margin-left: -1px
}

*[dir=rtl] .page-item:not(:first-child) .page-link {
    margin-right: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--cui-pagination-active-color,rgba(255,255,255,0.87));
    background-color: var(--cui-pagination-active-bg,#321fdb);
    border-color: var(--cui-pagination-active-border-color,#321fdb)
}

.page-item.disabled .page-link {
    color: var(--cui-pagination-disabled-color,#8a93a2);
    pointer-events: none;
    background-color: var(--cui-pagination-disabled-bg,#fff);
    border-color: var(--cui-pagination-disabled-border-color,#c4c9d0)
}

html:not([dir=rtl]) .page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

*[dir=rtl] .page-item:first-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

html:not([dir=rtl]) .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

*[dir=rtl] .page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

html:not([dir=rtl]) .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

*[dir=rtl] .pagination-lg .page-item:first-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

html:not([dir=rtl]) .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

*[dir=rtl] .pagination-lg .page-item:last-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

html:not([dir=rtl]) .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

*[dir=rtl] .pagination-sm .page-item:first-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

html:not([dir=rtl]) .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

*[dir=rtl] .pagination-sm .page-item:last-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: var(--cui-badge-color,rgba(255,255,255,0.87));
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-sm {
    padding: .3em .5em;
    font-size: .65em
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    color: var(--cui-alert-color);
    background-color: var(--cui-alert-bg);
    border: 1px solid var(--cui-alert-border-color,transparent);
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700;
    color: var(--cui-alert-link-color)
}

html:not([dir=rtl]) .alert-dismissible {
    padding-right: 3rem
}

*[dir=rtl] .alert-dismissible {
    padding-left: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

html:not([dir=rtl]) .alert-dismissible .btn-close {
    right: 0
}

*[dir=rtl] .alert-dismissible .btn-close {
    left: 0
}

.alert-primary {
    --cui-alert-color: #1e1383;
    --cui-alert-bg: #d6d2f8;
    --cui-alert-border-color: #c2bcf4;
    --cui-alert-link-color: #180f69
}

.alert-secondary {
    --cui-alert-color: #5e636a;
    --cui-alert-bg: #ebedef;
    --cui-alert-border-color: #e2e4e8;
    --cui-alert-link-color: #4b4f55
}

.alert-success {
    --cui-alert-color: #1c6e37;
    --cui-alert-bg: #d5f1de;
    --cui-alert-border-color: #c0eace;
    --cui-alert-link-color: #16582c
}

.alert-danger {
    --cui-alert-color: #893232;
    --cui-alert-bg: #fadddd;
    --cui-alert-border-color: #f7cbcb;
    --cui-alert-link-color: #6e2828
}

.alert-warning {
    --cui-alert-color: rgba(89, 77, 48, 0.97);
    --cui-alert-bg: #feefd0;
    --cui-alert-border-color: #fde8b9;
    --cui-alert-link-color: #77550a
}

.alert-info {
    --cui-alert-color: #1f5c99;
    --cui-alert-bg: #d6ebff;
    --cui-alert-border-color: #c2e0ff;
    --cui-alert-link-color: #194a7a
}

.alert-light {
    --cui-alert-color: rgba(85, 92, 103, 0.97);
    --cui-alert-bg: #fbfbfc;
    --cui-alert-border-color: #f9fafa;
    --cui-alert-link-color: #717272
}

.alert-dark {
    --cui-alert-color: #2f3845;
    --cui-alert-bg: #dcdfe3;
    --cui-alert-border-color: #caced5;
    --cui-alert-link-color: #262d37
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: var(--cui-progress-bg,#d8dbe0);
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--cui-progress-bar-color,rgba(255,255,255,0.87));
    text-align: center;
    white-space: nowrap;
    background-color: var(--cui-progress-bar-bg,#321fdb);
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.progress-thin {
    height: 4px
}

.progress.progress-white {
    background-color: rgba(255,255,255,.2)
}

.progress.progress-white .progress-bar {
    background-color: #fff
}

.progress-group {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1rem
}

.progress-group-prepend {
    flex: 0 0 100px;
    align-self: center
}

.progress-group-header {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    margin-bottom: .25rem
}

.progress-group-bars {
    flex-grow: 1;
    align-self: center
}

.progress-group-bars .progress:not(:last-child) {
    margin-bottom: 2px
}

.progress-group-header+.progress-group-bars {
    flex-basis: 100%
}

.list-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border-radius: .25rem
}

html:not([dir=rtl]) .list-group {
    padding-left: 0
}

*[dir=rtl] .list-group {
    padding-right: 0
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li::before {
    content: counters(section,".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--cui-list-group-action-color,#768192);
    text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
    z-index: 1;
    color: var(--cui-list-group-action-hover-color,#768192);
    text-decoration: none;
    background-color: var(--cui-list-group-hover-bg,#ebedef)
}

.list-group-item-action:active {
    color: var(--cui-list-group-action-active-color,rgba(44,56,74,0.95));
    background-color: var(--cui-list-group-action-active-bg,#d8dbe0);
    border-color: var(--cui-list-group-action-active-border-color)
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: var(--cui-list-group-color,unset);
    text-decoration: none;
    background-color: var(--cui-list-group-bg,#fff);
    border: 1px solid var(--cui-list-group-border-color,rgba(0,0,21,0.125))
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: var(--cui-list-group-disabled-color,#8a93a2);
    pointer-events: none;
    background-color: var(--cui-list-group-disabled-bg,#fff)
}

.list-group-item.active {
    z-index: 2;
    color: var(--cui-list-group-active-color,rgba(255,255,255,0.87));
    background-color: var(--cui-list-group-active-bg,#321fdb);
    border-color: var(--cui-list-group-active-border-color,#321fdb)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

html:not([dir=rtl]) .list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

*[dir=rtl] .list-group-horizontal>.list-group-item:first-child {
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0
}

html:not([dir=rtl]) .list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

*[dir=rtl] .list-group-horizontal>.list-group-item:last-child {
    border-top-left-radius: .25rem;
    border-bottom-right-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px
}

html:not([dir=rtl]) .list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0
}

*[dir=rtl] .list-group-horizontal>.list-group-item+.list-group-item {
    border-right-width: 0
}

html:not([dir=rtl]) .list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

*[dir=rtl] .list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px
}

@media(min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction:row
    }

    html:not([dir=rtl]) .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    *[dir=rtl] .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-right-radius: .25rem;
        border-top-left-radius: 0
    }

    html:not([dir=rtl]) .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    *[dir=rtl] .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-left-radius: .25rem;
        border-bottom-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px
    }

    html:not([dir=rtl]) .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0
    }

    *[dir=rtl] .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-right-width: 0
    }

    html:not([dir=rtl]) .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    *[dir=rtl] .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction:row
    }

    html:not([dir=rtl]) .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    *[dir=rtl] .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-right-radius: .25rem;
        border-top-left-radius: 0
    }

    html:not([dir=rtl]) .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    *[dir=rtl] .list-group-horizontal-md>.list-group-item:last-child {
        border-top-left-radius: .25rem;
        border-bottom-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px
    }

    html:not([dir=rtl]) .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0
    }

    *[dir=rtl] .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-right-width: 0
    }

    html:not([dir=rtl]) .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    *[dir=rtl] .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction:row
    }

    html:not([dir=rtl]) .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    *[dir=rtl] .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-right-radius: .25rem;
        border-top-left-radius: 0
    }

    html:not([dir=rtl]) .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    *[dir=rtl] .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-left-radius: .25rem;
        border-bottom-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px
    }

    html:not([dir=rtl]) .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0
    }

    *[dir=rtl] .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-right-width: 0
    }

    html:not([dir=rtl]) .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    *[dir=rtl] .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media(min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

    html:not([dir=rtl]) .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    *[dir=rtl] .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-right-radius: .25rem;
        border-top-left-radius: 0
    }

    html:not([dir=rtl]) .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    *[dir=rtl] .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-left-radius: .25rem;
        border-bottom-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px
    }

    html:not([dir=rtl]) .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0
    }

    *[dir=rtl] .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-right-width: 0
    }

    html:not([dir=rtl]) .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    *[dir=rtl] .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media(min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction:row
    }

    html:not([dir=rtl]) .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    *[dir=rtl] .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-right-radius: .25rem;
        border-top-left-radius: 0
    }

    html:not([dir=rtl]) .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    *[dir=rtl] .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-left-radius: .25rem;
        border-bottom-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px
    }

    html:not([dir=rtl]) .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-left-width: 0
    }

    *[dir=rtl] .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-right-width: 0
    }

    html:not([dir=rtl]) .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    *[dir=rtl] .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --cui-list-group-color: #1e1383;
    --cui-list-group-bg: #d6d2f8;
    --cui-list-group-hover-bg: #2d1cc5;
    --cui-list-group-action-hover-color: #1e1383;
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: #1e1383;
    --cui-list-group-action-active-border-color: #1e1383
}

.list-group-item-secondary {
    --cui-list-group-color: #5e636a;
    --cui-list-group-bg: #ebedef;
    --cui-list-group-hover-bg: #8d959f;
    --cui-list-group-action-hover-color: #5e636a;
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: #5e636a;
    --cui-list-group-action-active-border-color: #5e636a
}

.list-group-item-success {
    --cui-list-group-color: #1c6e37;
    --cui-list-group-bg: #d5f1de;
    --cui-list-group-hover-bg: #29a653;
    --cui-list-group-action-hover-color: #1c6e37;
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: #1c6e37;
    --cui-list-group-action-active-border-color: #1c6e37
}

.list-group-item-danger {
    --cui-list-group-color: #893232;
    --cui-list-group-bg: #fadddd;
    --cui-list-group-hover-bg: #ce4b4b;
    --cui-list-group-action-hover-color: #893232;
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: #893232;
    --cui-list-group-action-active-border-color: #893232
}

.list-group-item-warning {
    --cui-list-group-color: rgba(89, 77, 48, 0.97);
    --cui-list-group-bg: #feefd0;
    --cui-list-group-hover-bg: #e09f13;
    --cui-list-group-action-hover-color: rgba(89, 77, 48, 0.97);
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: rgba(89, 77, 48, 0.97);
    --cui-list-group-action-active-border-color: rgba(89, 77, 48, 0.97)
}

.list-group-item-info {
    --cui-list-group-color: #1f5c99;
    --cui-list-group-bg: #d6ebff;
    --cui-list-group-hover-bg: #2e8ae6;
    --cui-list-group-action-hover-color: #1f5c99;
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: #1f5c99;
    --cui-list-group-action-active-border-color: #1f5c99
}

.list-group-item-light {
    --cui-list-group-color: rgba(85, 92, 103, 0.97);
    --cui-list-group-bg: #fbfbfc;
    --cui-list-group-hover-bg: #d4d5d7;
    --cui-list-group-action-hover-color: rgba(85, 92, 103, 0.97);
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: rgba(85, 92, 103, 0.97);
    --cui-list-group-action-active-border-color: rgba(85, 92, 103, 0.97)
}

.list-group-item-dark {
    --cui-list-group-color: #2f3845;
    --cui-list-group-bg: #dcdfe3;
    --cui-list-group-hover-bg: #475468;
    --cui-list-group-action-hover-color: #2f3845;
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: #2f3845;
    --cui-list-group-action-active-border-color: #2f3845
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: var(--cui-btn-close-color,rgba(44,56,74,0.95));
    background: transparent var(--cui-btn-close-bg,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%2844, 56, 74, 0.95%29'%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")) center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: var(--cui-btn-close-color,rgba(44,56,74,0.95));
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(50,31,219,.25);
    opacity: 1
}

.btn-close:disabled,.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    color: var(--cui-toast-color,unset);
    pointer-events: auto;
    background-color: var(--cui-toast-background-color,rgba(255,255,255,0.85));
    background-clip: padding-box;
    border: 1px solid var(--cui-toast-border-color,rgba(0,0,21,0.1));
    box-shadow: 0 .5rem 1rem rgba(0,0,21,.15);
    border-radius: .25rem
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    z-index: 1090;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: var(--cui-toast-header-color,#8a93a2);
    background-color: var(--cui-toast-header-background-color,rgba(255,255,255,0.85));
    background-clip: padding-box;
    border-bottom: 1px solid var(--cui-toast-header-border-color,rgba(0,0,21,0.05));
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

html:not([dir=rtl]) .modal {
    left: 0
}

*[dir=rtl] .modal {
    right: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--cui-modal-content-color,unset);
    pointer-events: auto;
    background-color: var(--cui-modal-content-bg,#fff);
    background-clip: padding-box;
    border: 1px solid var(--cui-modal-content-border-color,rgba(0,0,21,0.2));
    border-radius: .3rem;
    outline: 0;
    box-shadow: 0 24px 38px 3px rgba(var(--cui-elevation-base-color,60,75,100),.14),0 9px 46px 8px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 11px 15px -7px rgba(var(--cui-elevation-base-color,60,75,100),.20)
}

.modal-content:not([class*=border]) {
    border: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: var(--cui-modal-backdrop-bg,#fff)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid var(--cui-modal-header-border-color,#d8dbe0);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid var(--cui-modal-footer-border-color,#d8dbe0);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--cui-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,.bs-tooltip-auto[data-popper-placement^=top] {
    padding: .4rem 0
}

.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: var(--cui-tooltip-arrow-color,#fff)
}

.bs-tooltip-end,.bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: var(--cui-tooltip-arrow-color,#fff)
}

.bs-tooltip-bottom,.bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: .4rem 0
}

.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0
}

.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: var(--cui-tooltip-arrow-color,#fff)
}

.bs-tooltip-start,.bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: var(--cui-tooltip-arrow-color,#fff)
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: var(--cui-tooltip-color,rgba(255,255,255,0.87));
    text-align: center;
    background-color: var(--cui-tooltip-bg,#fff);
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--cui-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: var(--cui-popover-bg,#fff);
    background-clip: padding-box;
    border: 1px solid var(--cui-popover-border-color,rgba(0,0,21,0.2));
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::before,.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-0.5rem - 1px)
}

.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: var(--cui-popover-arrow-outer-color,rgba(0,0,21,0.25))
}

.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: var(--cui-popover-arrow-color,#fff)
}

.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: var(--cui-popover-arrow-outer-color,rgba(0,0,21,0.25))
}

.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: var(--cui-popover-arrow-color,#fff)
}

.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-0.5rem - 1px)
}

.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: var(--cui-popover-arrow-outer-color,rgba(0,0,21,0.25))
}

.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: var(--cui-popover-arrow-color,#fff)
}

.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid var(--cui-popover-header-bg,#f0f0f0)
}

.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: var(--cui-popover-arrow-outer-color,rgba(0,0,21,0.25))
}

.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: var(--cui-popover-arrow-color,#fff)
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: var(--cui-popover-header-color,unset);
    background-color: var(--cui-popover-header-bg,#f0f0f0);
    border-bottom: 1px solid var(--cui-popover-header-border-color,#d8d8d8);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem;
    color: var(--cui-popover-body-color,rgba(44,56,74,0.95))
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end {
        transition: none
    }
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: var(--cui-carousel-control-color,rgba(255,255,255,0.87));
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-prev,.carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
    color: var(--cui-carousel-control-color,rgba(255,255,255,0.87));
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0ncmdiYSgyNTUsIDI1NSwgMjU1LCAwLjg3KSc+PHBhdGggZD0nTTExLjM1NCAxLjY0NmEuNS41IDAgMCAxIDAgLjcwOEw1LjcwNyA4bDUuNjQ3IDUuNjQ2YS41LjUgMCAwIDEtLjcwOC43MDhsLTYtNmEuNS41IDAgMCAxIDAtLjcwOGw2LTZhLjUuNSAwIDAgMSAuNzA4IDB6Jy8+PC9zdmc+)
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0ncmdiYSgyNTUsIDI1NSwgMjU1LCAwLjg3KSc+PHBhdGggZD0nTTQuNjQ2IDEuNjQ2YS41LjUgMCAwIDEgLjcwOCAwbDYgNmEuNS41IDAgMCAxIDAgLjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOC0uNzA4TDEwLjI5MyA4IDQuNjQ2IDIuMzU0YS41LjUgMCAwIDEgMC0uNzA4eicvPjwvc3ZnPg==)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-coreui-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--cui-carousel-indicator-active-bg,#fff);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-coreui-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--cui-carousel-caption-color,rgba(255,255,255,0.87));
    text-align: center
}

.carousel-dark {
    --cui-carousel-indicator-active-bg: #fff;
    --cui-carousel-caption-color: rgba(44, 56, 74, 0.95)
}

.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-coreui-target] {
    background-color: #fff
}

.carousel-dark .carousel-caption {
    color: rgba(44,56,74,.95)
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: unset;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem;
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

html:not([dir=rtl]) .offcanvas-header .btn-close {
    margin-right: -.5rem
}

*[dir=rtl] .offcanvas-header .btn-close {
    margin-left: -.5rem
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    width: 400px
}

html:not([dir=rtl]) .offcanvas-start {
    left: 0;
    border-right: 1px solid rgba(0,0,21,.2);
    transform: translateX(-100%)
}

*[dir=rtl] .offcanvas-start {
    right: 0;
    border-left: 1px solid rgba(0,0,21,.2);
    transform: translateX(100%)
}

.offcanvas-end {
    top: 0;
    width: 400px
}

html:not([dir=rtl]) .offcanvas-end {
    right: 0;
    border-left: 1px solid rgba(0,0,21,.2);
    transform: translateX(100%)
}

*[dir=rtl] .offcanvas-end {
    left: 0;
    border-right: 1px solid rgba(0,0,21,.2);
    transform: translateX(-100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,21,.2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,21,.2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg,#fff 55%,rgba(0,0,0,0.8) 75%,#fff 95%);
    mask-image: linear-gradient(130deg,#fff 55%,rgba(0,0,0,0.8) 75%,#fff 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.avatar {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 50em;
    transition: margin .15s;
    width: 2rem;
    height: 2rem;
    font-size: .8rem
}

@media(prefers-reduced-motion:reduce) {
    .avatar {
        transition: none
    }
}

.avatar .avatar-status {
    width: .5333333333rem;
    height: .5333333333rem
}

.avatar-img {
    width: 100%;
    height: auto;
    border-radius: 50em
}

.avatar-status {
    position: absolute;
    bottom: 0;
    display: block;
    border: 1px solid #fff;
    border-radius: 50em
}

html:not([dir=rtl]) .avatar-status {
    right: 0
}

*[dir=rtl] .avatar-status {
    left: 0
}

.avatar-sm {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .6rem
}

.avatar-sm .avatar-status {
    width: .4rem;
    height: .4rem
}

.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem
}

.avatar-md .avatar-status {
    width: .6666666667rem;
    height: .6666666667rem
}

.avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem
}

.avatar-lg .avatar-status {
    width: .8rem;
    height: .8rem
}

.avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem
}

.avatar-xl .avatar-status {
    width: 1.0666666667rem;
    height: 1.0666666667rem
}

.avatars-stack {
    display: flex
}

html:not([dir=rtl]) .avatars-stack .avatar {
    margin-right: -.8rem
}

*[dir=rtl] .avatars-stack .avatar {
    margin-left: -.8rem
}

html:not([dir=rtl]) .avatars-stack .avatar:hover {
    margin-right: 0
}

*[dir=rtl] .avatars-stack .avatar:hover {
    margin-left: 0
}

html:not([dir=rtl]) .avatars-stack .avatar-sm {
    margin-right: -.6rem
}

*[dir=rtl] .avatars-stack .avatar-sm {
    margin-left: -.6rem
}

html:not([dir=rtl]) .avatars-stack .avatar-md {
    margin-right: -1rem
}

*[dir=rtl] .avatars-stack .avatar-md {
    margin-left: -1rem
}

html:not([dir=rtl]) .avatars-stack .avatar-lg {
    margin-right: -1.2rem
}

*[dir=rtl] .avatars-stack .avatar-lg {
    margin-left: -1.2rem
}

html:not([dir=rtl]) .avatars-stack .avatar-xl {
    margin-right: -1.6rem
}

*[dir=rtl] .avatars-stack .avatar-xl {
    margin-left: -1.6rem
}

.calendar {
    --cui-calendar-table-margin: 0.5rem;
    --cui-calendar-table-cell-size: 2.75rem;
    --cui-calendar-nav-padding: 0.5rem;
    --cui-calendar-nav-border: 1px solid #d8dbe0;
    --cui-calendar-nav-date-color: rgba(44, 56, 74, 0.95);
    --cui-calendar-nav-date-hover-color: #321fdb;
    --cui-calendar-nav-icon-width: 1rem;
    --cui-calendar-nav-icon-height: 1rem;
    --cui-calendar-cell-header-inner-color: rgba(44, 56, 74, 0.681);
    --cui-calendar-cell-hover-bg: #d8dbe0;
    --cui-calendar-cell-disabled-color: rgba(44, 56, 74, 0.38);
    --cui-calendar-cell-selected-color: #fff;
    --cui-calendar-cell-selected-bg: #321fdb;
    --cui-calendar-cell-range-bg: rgba(50, 31, 219, 0.125);
    --cui-calendar-cell-today-color: #e55353
}

.calendar table {
    width: calc(var(--cui-calendar-table-cell-size) * 7);
    margin: var(--cui-calendar-table-margin)
}

.calendar table th,.calendar table td {
    width: var(--cui-calendar-table-cell-size)
}

.calendar-nav {
    display: flex;
    align-items: baseline;
    padding: var(--cui-calendar-nav-padding);
    border-bottom: var(--cui-calendar-nav-border)
}

.calendar-nav-date {
    flex: 1;
    text-align: center
}

.calendar-nav-date .btn {
    font-weight: 600;
    color: var(--cui-calendar-nav-date-color)
}

.calendar-nav-date .btn:hover {
    color: var(--cui-calendar-nav-date-hover-color)
}

.calendar-nav-icon {
    display: block;
    width: var(--cui-calendar-nav-icon-width);
    height: var(--cui-calendar-nav-icon-height);
    transition: background-image .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .calendar-nav-icon {
        transition: none
    }
}

html:not([dir=rtl]) .calendar-nav-icon-double-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nOTUuMzE0IDQ0Ny4zMTMgNzIuNjg2IDQyNC42ODcgMjQ1LjM3MyAyNTIgNzIuNjg2IDc5LjMxMyA5NS4zMTQgNTYuNjg3IDI5MC42MjcgMjUyIDk1LjMxNCA0NDcuMzEzJz48L3BvbHlnb24+PHBvbHlnb24gZmlsbD0nIzhhOTNhMicgcG9pbnRzPScyNTUuMzE0IDQ0Ny4zMTMgMjMyLjY4NiA0MjQuNjg3IDQwNS4zNzMgMjUyIDIzMi42ODYgNzkuMzEzIDI1NS4zMTQgNTYuNjg3IDQ1MC42MjcgMjUyIDI1NS4zMTQgNDQ3LjMxMyc+PC9wb2x5Z29uPjwvc3ZnPg==)
}

*[dir=rtl] .calendar-nav-icon-double-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nNDE2LjY4NiA0NDcuMzEzIDIyMS4zNzMgMjUyIDQxNi42ODYgNTYuNjg3IDQzOS4zMTQgNzkuMzEzIDI2Ni42MjcgMjUyIDQzOS4zMTQgNDI0LjY4NyA0MTYuNjg2IDQ0Ny4zMTMnPjwvcG9seWdvbj48cG9seWdvbiBmaWxsPScjOGE5M2EyJyBwb2ludHM9JzI1Ni42ODYgNDQ3LjMxMyA2MS4zNzMgMjUyIDI1Ni42ODYgNTYuNjg3IDI3OS4zMTQgNzkuMzEzIDEwNi42MjcgMjUyIDI3OS4zMTQgNDI0LjY4NyAyNTYuNjg2IDQ0Ny4zMTMnPjwvcG9seWdvbj48L3N2Zz4=)
}

html:not([dir=rtl]) .calendar-nav-icon-double-next:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9J3JnYmEoNDQsIDU2LCA3NCwgMC45NSknIHBvaW50cz0nOTUuMzE0IDQ0Ny4zMTMgNzIuNjg2IDQyNC42ODcgMjQ1LjM3MyAyNTIgNzIuNjg2IDc5LjMxMyA5NS4zMTQgNTYuNjg3IDI5MC42MjcgMjUyIDk1LjMxNCA0NDcuMzEzJz48L3BvbHlnb24+PHBvbHlnb24gZmlsbD0ncmdiYSg0NCwgNTYsIDc0LCAwLjk1KScgcG9pbnRzPScyNTUuMzE0IDQ0Ny4zMTMgMjMyLjY4NiA0MjQuNjg3IDQwNS4zNzMgMjUyIDIzMi42ODYgNzkuMzEzIDI1NS4zMTQgNTYuNjg3IDQ1MC42MjcgMjUyIDI1NS4zMTQgNDQ3LjMxMyc+PC9wb2x5Z29uPjwvc3ZnPg==)
}

*[dir=rtl] .calendar-nav-icon-double-next:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9J3JnYmEoNDQsIDU2LCA3NCwgMC45NSknIHBvaW50cz0nNDE2LjY4NiA0NDcuMzEzIDIyMS4zNzMgMjUyIDQxNi42ODYgNTYuNjg3IDQzOS4zMTQgNzkuMzEzIDI2Ni42MjcgMjUyIDQzOS4zMTQgNDI0LjY4NyA0MTYuNjg2IDQ0Ny4zMTMnPjwvcG9seWdvbj48cG9seWdvbiBmaWxsPSdyZ2JhKDQ0LCA1NiwgNzQsIDAuOTUpJyBwb2ludHM9JzI1Ni42ODYgNDQ3LjMxMyA2MS4zNzMgMjUyIDI1Ni42ODYgNTYuNjg3IDI3OS4zMTQgNzkuMzEzIDEwNi42MjcgMjUyIDI3OS4zMTQgNDI0LjY4NyAyNTYuNjg2IDQ0Ny4zMTMnPjwvcG9seWdvbj48L3N2Zz4=)
}

html:not([dir=rtl]) .calendar-nav-icon-double-prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nNDE2LjY4NiA0NDcuMzEzIDIyMS4zNzMgMjUyIDQxNi42ODYgNTYuNjg3IDQzOS4zMTQgNzkuMzEzIDI2Ni42MjcgMjUyIDQzOS4zMTQgNDI0LjY4NyA0MTYuNjg2IDQ0Ny4zMTMnPjwvcG9seWdvbj48cG9seWdvbiBmaWxsPScjOGE5M2EyJyBwb2ludHM9JzI1Ni42ODYgNDQ3LjMxMyA2MS4zNzMgMjUyIDI1Ni42ODYgNTYuNjg3IDI3OS4zMTQgNzkuMzEzIDEwNi42MjcgMjUyIDI3OS4zMTQgNDI0LjY4NyAyNTYuNjg2IDQ0Ny4zMTMnPjwvcG9seWdvbj48L3N2Zz4=)
}

*[dir=rtl] .calendar-nav-icon-double-prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nOTUuMzE0IDQ0Ny4zMTMgNzIuNjg2IDQyNC42ODcgMjQ1LjM3MyAyNTIgNzIuNjg2IDc5LjMxMyA5NS4zMTQgNTYuNjg3IDI5MC42MjcgMjUyIDk1LjMxNCA0NDcuMzEzJz48L3BvbHlnb24+PHBvbHlnb24gZmlsbD0nIzhhOTNhMicgcG9pbnRzPScyNTUuMzE0IDQ0Ny4zMTMgMjMyLjY4NiA0MjQuNjg3IDQwNS4zNzMgMjUyIDIzMi42ODYgNzkuMzEzIDI1NS4zMTQgNTYuNjg3IDQ1MC42MjcgMjUyIDI1NS4zMTQgNDQ3LjMxMyc+PC9wb2x5Z29uPjwvc3ZnPg==)
}

html:not([dir=rtl]) .calendar-nav-icon-double-prev:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9J3JnYmEoNDQsIDU2LCA3NCwgMC45NSknIHBvaW50cz0nNDE2LjY4NiA0NDcuMzEzIDIyMS4zNzMgMjUyIDQxNi42ODYgNTYuNjg3IDQzOS4zMTQgNzkuMzEzIDI2Ni42MjcgMjUyIDQzOS4zMTQgNDI0LjY4NyA0MTYuNjg2IDQ0Ny4zMTMnPjwvcG9seWdvbj48cG9seWdvbiBmaWxsPSdyZ2JhKDQ0LCA1NiwgNzQsIDAuOTUpJyBwb2ludHM9JzI1Ni42ODYgNDQ3LjMxMyA2MS4zNzMgMjUyIDI1Ni42ODYgNTYuNjg3IDI3OS4zMTQgNzkuMzEzIDEwNi42MjcgMjUyIDI3OS4zMTQgNDI0LjY4NyAyNTYuNjg2IDQ0Ny4zMTMnPjwvcG9seWdvbj48L3N2Zz4=)
}

*[dir=rtl] .calendar-nav-icon-double-prev:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9J3JnYmEoNDQsIDU2LCA3NCwgMC45NSknIHBvaW50cz0nOTUuMzE0IDQ0Ny4zMTMgNzIuNjg2IDQyNC42ODcgMjQ1LjM3MyAyNTIgNzIuNjg2IDc5LjMxMyA5NS4zMTQgNTYuNjg3IDI5MC42MjcgMjUyIDk1LjMxNCA0NDcuMzEzJz48L3BvbHlnb24+PHBvbHlnb24gZmlsbD0ncmdiYSg0NCwgNTYsIDc0LCAwLjk1KScgcG9pbnRzPScyNTUuMzE0IDQ0Ny4zMTMgMjMyLjY4NiA0MjQuNjg3IDQwNS4zNzMgMjUyIDIzMi42ODYgNzkuMzEzIDI1NS4zMTQgNTYuNjg3IDQ1MC42MjcgMjUyIDI1NS4zMTQgNDQ3LjMxMyc+PC9wb2x5Z29uPjwvc3ZnPg==)
}

html:not([dir=rtl]) .calendar-nav-icon-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nMTc5LjMxMyA0NTEuMzEzIDE1Ni42ODcgNDI4LjY4NyAzMjkuMzcyIDI1NiAxNTYuNjg3IDgzLjMxMyAxNzkuMzEzIDYwLjY4NyAzNzQuNjI3IDI1NiAxNzkuMzEzIDQ1MS4zMTMnPjwvcG9seWdvbj48L3N2Zz4=)
}

*[dir=rtl] .calendar-nav-icon-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nMzI0LjY4NyA0NTEuMzEzIDEyOS4zNzMgMjU2IDMyNC42ODcgNjAuNjg3IDM0Ny4zMTMgODMuMzEzIDE3NC42MjggMjU2IDM0Ny4zMTMgNDI4LjY4NyAzMjQuNjg3IDQ1MS4zMTMnPjwvcG9seWdvbj48L3N2Zz4=)
}

html:not([dir=rtl]) .calendar-nav-icon-next:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9J3JnYmEoNDQsIDU2LCA3NCwgMC45NSknIHBvaW50cz0nMTc5LjMxMyA0NTEuMzEzIDE1Ni42ODcgNDI4LjY4NyAzMjkuMzcyIDI1NiAxNTYuNjg3IDgzLjMxMyAxNzkuMzEzIDYwLjY4NyAzNzQuNjI3IDI1NiAxNzkuMzEzIDQ1MS4zMTMnPjwvcG9seWdvbj48L3N2Zz4=)
}

*[dir=rtl] .calendar-nav-icon-next:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9J3JnYmEoNDQsIDU2LCA3NCwgMC45NSknIHBvaW50cz0nMzI0LjY4NyA0NTEuMzEzIDEyOS4zNzMgMjU2IDMyNC42ODcgNjAuNjg3IDM0Ny4zMTMgODMuMzEzIDE3NC42MjggMjU2IDM0Ny4zMTMgNDI4LjY4NyAzMjQuNjg3IDQ1MS4zMTMnPjwvcG9seWdvbj48L3N2Zz4=)
}

html:not([dir=rtl]) .calendar-nav-icon-prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nMzI0LjY4NyA0NTEuMzEzIDEyOS4zNzMgMjU2IDMyNC42ODcgNjAuNjg3IDM0Ny4zMTMgODMuMzEzIDE3NC42MjggMjU2IDM0Ny4zMTMgNDI4LjY4NyAzMjQuNjg3IDQ1MS4zMTMnPjwvcG9seWdvbj48L3N2Zz4=)
}

*[dir=rtl] .calendar-nav-icon-prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nMTc5LjMxMyA0NTEuMzEzIDE1Ni42ODcgNDI4LjY4NyAzMjkuMzcyIDI1NiAxNTYuNjg3IDgzLjMxMyAxNzkuMzEzIDYwLjY4NyAzNzQuNjI3IDI1NiAxNzkuMzEzIDQ1MS4zMTMnPjwvcG9seWdvbj48L3N2Zz4=)
}

html:not([dir=rtl]) .calendar-nav-icon-prev:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9J3JnYmEoNDQsIDU2LCA3NCwgMC45NSknIHBvaW50cz0nMzI0LjY4NyA0NTEuMzEzIDEyOS4zNzMgMjU2IDMyNC42ODcgNjAuNjg3IDM0Ny4zMTMgODMuMzEzIDE3NC42MjggMjU2IDM0Ny4zMTMgNDI4LjY4NyAzMjQuNjg3IDQ1MS4zMTMnPjwvcG9seWdvbj48L3N2Zz4=)
}

*[dir=rtl] .calendar-nav-icon-prev:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9J3JnYmEoNDQsIDU2LCA3NCwgMC45NSknIHBvaW50cz0nMTc5LjMxMyA0NTEuMzEzIDE1Ni42ODcgNDI4LjY4NyAzMjkuMzcyIDI1NiAxNTYuNjg3IDgzLjMxMyAxNzkuMzEzIDYwLjY4NyAzNzQuNjI3IDI1NiAxNzkuMzEzIDQ1MS4zMTMnPjwvcG9seWdvbj48L3N2Zz4=)
}

.calendar-header-cell-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--cui-calendar-table-cell-size);
    font-weight: 600;
    color: var(--cui-calendar-cell-header-inner-color)
}

.calendar-cell {
    padding: 1px 0;
    text-align: center
}

.calendar-cell:not(.disabled) .calendar-cell-inner {
    cursor: pointer
}

.calendar-cell:hover:not(.disabled) .calendar-cell-inner {
    background-color: var(--cui-calendar-cell-hover-bg)
}

.calendar-cell.today .calendar-cell-inner {
    color: var(--cui-calendar-cell-today-color)
}

.calendar-cell.disabled,.calendar-cell.next,.calendar-cell.previous .calendar-cell-inner {
    color: var(--cui-calendar-cell-disabled-color)
}

.calendar-cell.disabled .calendar-cell-inner {
    cursor: not-allowed
}

.calendar-cell.range:not(.selected) .calendar-cell-inner {
    background: var(--cui-calendar-cell-range-bg);
    border-radius: 0
}

html:not([dir=rtl]) .calendar-cell.range:not(.selected):first-child .calendar-cell-inner {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

*[dir=rtl] .calendar-cell.range:not(.selected):first-child .calendar-cell-inner {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

html:not([dir=rtl]) .calendar-cell.range:not(.selected):last-child .calendar-cell-inner {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

*[dir=rtl] .calendar-cell.range:not(.selected):last-child .calendar-cell-inner {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

html:not([dir=rtl]) .calendar-cell:not(.range)+.range .calendar-cell-inner {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

*[dir=rtl] .calendar-cell:not(.range)+.range .calendar-cell-inner {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

html:not([dir=rtl]) .calendar-cell.range:not(.selected).last .calendar-cell-inner {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

*[dir=rtl] .calendar-cell.range:not(.selected).last .calendar-cell-inner {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.calendar-cell.selected:not(.previous):not(.next) .calendar-cell-inner,.calendar-cell.selected:not(.previous):not(.next).start .calendar-cell-inner,.calendar-cell.selected:not(.previous):not(.next).end .calendar-cell-inner {
    position: relative;
    color: var(--cui-calendar-cell-selected-color);
    background: var(--cui-calendar-cell-selected-bg)
}

.calendar-cell.selected:not(.previous):not(.next).start .calendar-cell-inner::before,.calendar-cell.selected:not(.previous):not(.next).end .calendar-cell-inner::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: var(--cui-calendar-cell-range-bg)
}

html:not([dir=rtl]) .calendar-cell.selected:not(.previous):not(.next).start .calendar-cell-inner::before {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

*[dir=rtl] .calendar-cell.selected:not(.previous):not(.next).start .calendar-cell-inner::before {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html:not([dir=rtl]) .calendar-cell.selected:not(.previous):not(.next).end .calendar-cell-inner::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

*[dir=rtl] .calendar-cell.selected:not(.previous):not(.next).end .calendar-cell-inner::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.calendar-cell-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--cui-calendar-table-cell-size);
    border-radius: .25rem
}

.callout {
    padding: 1rem;
    margin: 1rem 0;
    border: var(--cui-callout-border-width,1px) solid var(--cui-callout-border-color,#d8dbe0);
    border-radius: .25rem
}

html:not([dir=rtl]) .callout {
    border-left-width: var(--cui-callout-border-left-width,4px)
}

*[dir=rtl] .callout {
    border-right-width: var(--cui-callout-border-right-width,4px)
}

html:not([dir=rtl]) .callout-primary {
    border-left-color: var(--cui-callout-border-left-color,#321fdb)
}

*[dir=rtl] .callout-primary {
    border-right-color: var(--cui-callout-border-right-color,#321fdb)
}

html:not([dir=rtl]) .callout-secondary {
    border-left-color: var(--cui-callout-border-left-color,#9da5b1)
}

*[dir=rtl] .callout-secondary {
    border-right-color: var(--cui-callout-border-right-color,#9da5b1)
}

html:not([dir=rtl]) .callout-success {
    border-left-color: var(--cui-callout-border-left-color,#2eb85c)
}

*[dir=rtl] .callout-success {
    border-right-color: var(--cui-callout-border-right-color,#2eb85c)
}

html:not([dir=rtl]) .callout-danger {
    border-left-color: var(--cui-callout-border-left-color,#e55353)
}

*[dir=rtl] .callout-danger {
    border-right-color: var(--cui-callout-border-right-color,#e55353)
}

html:not([dir=rtl]) .callout-warning {
    border-left-color: var(--cui-callout-border-left-color,#f9b115)
}

*[dir=rtl] .callout-warning {
    border-right-color: var(--cui-callout-border-right-color,#f9b115)
}

html:not([dir=rtl]) .callout-info {
    border-left-color: var(--cui-callout-border-left-color,#39f)
}

*[dir=rtl] .callout-info {
    border-right-color: var(--cui-callout-border-right-color,#39f)
}

html:not([dir=rtl]) .callout-light {
    border-left-color: var(--cui-callout-border-left-color,#ebedef)
}

*[dir=rtl] .callout-light {
    border-right-color: var(--cui-callout-border-right-color,#ebedef)
}

html:not([dir=rtl]) .callout-dark {
    border-left-color: var(--cui-callout-border-left-color,#4f5d73)
}

*[dir=rtl] .callout-dark {
    border-right-color: var(--cui-callout-border-right-color,#4f5d73)
}

.picker {
    --cui-picker-footer-border-top: 1px solid #d8dbe0;
    --cui-picker-footer-padding: 0.5rem
}

.picker .dropdown-menu {
    padding: 0
}

.picker.show .input-group {
    color: var(--cui-input-focus-color,rgba(44,56,74,0.95));
    background-color: var(--cui-input-focus-bg,#fff);
    border-color: var(--cui-input-focus-border-color,#998fed);
    outline: 0;
    border-radius: .25rem;
    box-shadow: 0 0 0 .25rem rgba(50,31,219,.25)
}

.picker-input-group:hover .form-control:not(:-moz-placeholder-shown)~.input-group-text .picker-input-group-indicator:not(:last-child) {
    display: none
}

.picker-input-group:hover .form-control:not(:placeholder-shown)~.input-group-text .picker-input-group-indicator:not(:last-child) {
    display: none
}

.picker-input-group:hover .form-control:not(:-moz-placeholder-shown)~.input-group-text .picker-input-group-cleaner {
    display: initial
}

.picker-input-group:hover .form-control:not(:placeholder-shown)~.input-group-text .picker-input-group-cleaner {
    display: initial
}

.picker-input-group .form-control.hover {
    color: var(--cui-gray-500)
}

.picker-input-group .form-control:focus {
    border-color: var(--cui-input-border-color,#b1b7c1);
    outline: 0;
    box-shadow: none
}

html:not([dir=rtl]) .picker-input-group .form-control:not(:first-child) {
    border-left: 0
}

*[dir=rtl] .picker-input-group .form-control:not(:first-child) {
    border-right: 0
}

html:not([dir=rtl]) .picker-input-group .form-control:not(:last-child) {
    border-right: 0
}

*[dir=rtl] .picker-input-group .form-control:not(:last-child) {
    border-left: 0
}

.picker-input-group .form-control[readonly] {
    background-color: var(--cui-input-bg,#fff)
}

.picker-input-group .form-control.form-control:disabled+.input-group-text {
    background-color: var(--cui-input-disabled-bg,#d8dbe0)
}

.picker-input-group .input-group-lg .picker-input-group-icon {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem
}

.picker-input-group .input-group-sm .picker-input-group-icon {
    width: .875rem;
    height: .875rem;
    font-size: .875rem
}

.picker-input-group .input-group-text {
    color: var(--cui-gray-400);
    background-color: var(--cui-input-bg,#fff)
}

.picker-input-group-cleaner {
    display: none
}

.picker-input-group-icon {
    display: block;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    transition: background-image .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .picker-input-group-icon {
        transition: none
    }
}

.picker-footer {
    display: flex;
    justify-content: flex-end;
    padding: var(--cui-picker-footer-padding);
    border-top: var(--cui-picker-footer-border-top)
}

html:not([dir=rtl]) .picker-footer .btn+.btn {
    margin-left: .5rem
}

*[dir=rtl] .picker-footer .btn+.btn {
    margin-right: .5rem
}

.date-picker {
    --cui-date-picker-ranges-width: 10rem;
    --cui-date-picker-ranges-padding: 0.5rem;
    --cui-date-picker-ranges-border: 1px solid #d8dbe0
}

.date-picker-body {
    display: flex
}

.date-picker-ranges {
    width: var(--cui-date-picker-ranges-width);
    padding: var(--cui-date-picker-ranges-padding);
    border-right: var(--cui-date-picker-ranges-border)
}

.date-picker-calendars {
    display: flex
}

.date-picker-calendars .date-picker-calendar:not(:last-child) .calendar-navigation-next {
    visibility: hidden
}

.date-picker-calendars .date-picker-calendar:not(:first-child) .calendar-navigation-prev {
    visibility: hidden
}

html:not([dir=rtl]) .date-picker-arrow-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nMzU5Ljg3MyAxMjEuMzc3IDMzNy4yNDYgMTQ0LjAwNCA0MzMuMjQzIDI0MC4wMDEgMTYgMjQwLjAwMSAxNiAyNDAuMDAyIDE2IDI3Mi4wMDEgMTYgMjcyLjAwMiA0MzMuMjQgMjcyLjAwMiAzMzcuMjQ2IDM2Ny45OTYgMzU5Ljg3MyAzOTAuNjIzIDQ5NC40OTggMjU2IDM1OS44NzMgMTIxLjM3Nyc+PC9wb2x5Z29uPjwvc3ZnPg==)
}

*[dir=rtl] .date-picker-arrow-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nNDk3LjMzMyAyMzkuOTk5IDgwLjA5MiAyMzkuOTk5IDE3Ni4wODcgMTQ0LjAwNCAxNTMuNDYgMTIxLjM3NyAxOC44MzcgMjU2IDE1My40NiAzOTAuNjIzIDE3Ni4wODcgMzY3Ljk5NiA4MC4wOSAyNzEuOTk5IDQ5Ny4zMzMgMjcxLjk5OSA0OTcuMzMzIDIzOS45OTknPjwvcG9seWdvbj48L3N2Zz4=)
}

.date-picker-cleaner-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nMzA2LjkxMiAyMTQuNDYxIDI1NiAyNjUuMzczIDIwNS4wODggMjE0LjQ2MSAxODIuNDYxIDIzNy4wODggMjMzLjM3MyAyODggMTgyLjQ2MSAzMzguOTEyIDIwNS4wODggMzYxLjUzOSAyNTYgMzEwLjYyNyAzMDYuOTEyIDM2MS41MzkgMzI5LjUzOSAzMzguOTEyIDI3OC42MjcgMjg4IDMyOS41MzkgMjM3LjA4OCAzMDYuOTEyIDIxNC40NjEnPjwvcG9seWdvbj48cGF0aCBmaWxsPScjOGE5M2EyJyBkPSdNNDcyLDk2SDM4NFY0MEgzNTJWOTZIMTYwVjQwSDEyOFY5Nkg0MGEyNC4wMjgsMjQuMDI4LDAsMCwwLTI0LDI0VjQ1NmEyNC4wMjgsMjQuMDI4LDAsMCwwLDI0LDI0SDQ3MmEyNC4wMjgsMjQuMDI4LDAsMCwwLDI0LTI0VjEyMEEyNC4wMjgsMjQuMDI4LDAsMCwwLDQ3Miw5NlptLTgsMzUySDQ4VjEyOGg4MHY0MGgzMlYxMjhIMzUydjQwaDMyVjEyOGg4MFonPjwvcGF0aD48L3N2Zz4=)
}

.date-picker-cleaner-icon:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9J3JnYmEoNDQsIDU2LCA3NCwgMC45NSknIHBvaW50cz0nMzA2LjkxMiAyMTQuNDYxIDI1NiAyNjUuMzczIDIwNS4wODggMjE0LjQ2MSAxODIuNDYxIDIzNy4wODggMjMzLjM3MyAyODggMTgyLjQ2MSAzMzguOTEyIDIwNS4wODggMzYxLjUzOSAyNTYgMzEwLjYyNyAzMDYuOTEyIDM2MS41MzkgMzI5LjUzOSAzMzguOTEyIDI3OC42MjcgMjg4IDMyOS41MzkgMjM3LjA4OCAzMDYuOTEyIDIxNC40NjEnPjwvcG9seWdvbj48cGF0aCBmaWxsPSdyZ2JhKDQ0LCA1NiwgNzQsIDAuOTUpKScgZD0nTTQ3Miw5NkgzODRWNDBIMzUyVjk2SDE2MFY0MEgxMjhWOTZINDBhMjQuMDI4LDI0LjAyOCwwLDAsMC0yNCwyNFY0NTZhMjQuMDI4LDI0LjAyOCwwLDAsMCwyNCwyNEg0NzJhMjQuMDI4LDI0LjAyOCwwLDAsMCwyNC0yNFYxMjBBMjQuMDI4LDI0LjAyOCwwLDAsMCw0NzIsOTZabS04LDM1Mkg0OFYxMjhoODB2NDBoMzJWMTI4SDM1MnY0MGgzMlYxMjhoODBaJz48L3BhdGg+PC9zdmc+)
}

.date-picker-input-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwYXRoIGZpbGw9JyM4YTkzYTInIGQ9J000NzIsOTZIMzg0VjQwSDM1MlY5NkgxNjBWNDBIMTI4Vjk2SDQwYTI0LjAyOCwyNC4wMjgsMCwwLDAtMjQsMjRWNDU2YTI0LjAyOCwyNC4wMjgsMCwwLDAsMjQsMjRINDcyYTI0LjAyOCwyNC4wMjgsMCwwLDAsMjQtMjRWMTIwQTI0LjAyOCwyNC4wMjgsMCwwLDAsNDcyLDk2Wm0tOCwzNTJINDhWMTI4aDgwdjQwaDMyVjEyOEgzNTJ2NDBoMzJWMTI4aDgwWic+PC9wYXRoPjxyZWN0IHdpZHRoPSczMicgaGVpZ2h0PSczMicgeD0nMTEyJyB5PScyMjQnIGZpbGw9JyM4YTkzYTInPjwvcmVjdD48cmVjdCB3aWR0aD0nMzInIGhlaWdodD0nMzInIHg9JzIwMCcgeT0nMjI0JyBmaWxsPScjOGE5M2EyJz48L3JlY3Q+PHJlY3Qgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJyB4PScyODAnIHk9JzIyNCcgZmlsbD0nIzhhOTNhMic+PC9yZWN0PjxyZWN0IHdpZHRoPSczMicgaGVpZ2h0PSczMicgeD0nMzY4JyB5PScyMjQnIGZpbGw9JyM4YTkzYTInPjwvcmVjdD48cmVjdCB3aWR0aD0nMzInIGhlaWdodD0nMzInIHg9JzExMicgeT0nMjk2JyBmaWxsPScjOGE5M2EyJz48L3JlY3Q+PHJlY3Qgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJyB4PScyMDAnIHk9JzI5NicgZmlsbD0nIzhhOTNhMic+PC9yZWN0PjxyZWN0IHdpZHRoPSczMicgaGVpZ2h0PSczMicgeD0nMjgwJyB5PScyOTYnIGZpbGw9JyM4YTkzYTInPjwvcmVjdD48cmVjdCB3aWR0aD0nMzInIGhlaWdodD0nMzInIHg9JzM2OCcgeT0nMjk2JyBmaWxsPScjOGE5M2EyJz48L3JlY3Q+PHJlY3Qgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJyB4PScxMTInIHk9JzM2OCcgZmlsbD0nIzhhOTNhMic+PC9yZWN0PjxyZWN0IHdpZHRoPSczMicgaGVpZ2h0PSczMicgeD0nMjAwJyB5PSczNjgnIGZpbGw9JyM4YTkzYTInPjwvcmVjdD48cmVjdCB3aWR0aD0nMzInIGhlaWdodD0nMzInIHg9JzI4MCcgeT0nMzY4JyBmaWxsPScjOGE5M2EyJz48L3JlY3Q+PHJlY3Qgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJyB4PSczNjgnIHk9JzM2OCcgZmlsbD0nIzhhOTNhMic+PC9yZWN0Pjwvc3ZnPg==)
}

.date-picker .time-picker .form-select {
    width: initial;
    padding-right: .25rem;
    padding-left: .25rem;
    text-align: right;
    background: 0 0;
    border: 0
}

.date-picker .time-picker .form-select:disabled {
    color: rgba(44,56,74,.38);
    background-color: transparent
}

.time-picker {
    --cui-time-picker-body-padding: 0.5rem;
    --cui-time-picker-body-border-top: 1px solid #d8dbe0;
    --cui-time-picker-roll-col-border: 1px solid #d8dbe0
}

.time-picker-body {
    display: flex;
    align-items: center;
    padding: var(--cui-time-picker-body-padding);
    border-top: var(--cui-time-picker-body-border-top)
}

.time-picker-body .form-select {
    padding-right: 1.25rem;
    background-position: right .5rem center
}

.time-picker-body .form-select+.form-select {
    margin-left: .5rem
}

.time-picker-body .time-picker-inline-icon {
    display: block;
    width: 40px;
    height: 1.25rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nMjcxLjUxNCA5NS41IDIzOS41MTQgOTUuNSAyMzkuNTE0IDI3My42MTEgMzU1LjEyNyAzMjguNTU5IDM2OC44NjQgMjk5LjY1NyAyNzEuNTE0IDI1My4zODkgMjcxLjUxNCA5NS41JyBjbGFzcz0nY2ktcHJpbWFyeSc+PC9wb2x5Z29uPjxwYXRoIGZpbGw9JyM4YTkzYTInIGQ9J00yNTYsMTZDMTIzLjQ1MiwxNiwxNiwxMjMuNDUyLDE2LDI1NlMxMjMuNDUyLDQ5NiwyNTYsNDk2LDQ5NiwzODguNTQ4LDQ5NiwyNTYsMzg4LjU0OCwxNiwyNTYsMTZabTAsNDQ4QzE0MS4xMjUsNDY0LDQ4LDM3MC44NzUsNDgsMjU2UzE0MS4xMjUsNDgsMjU2LDQ4czIwOCw5My4xMjUsMjA4LDIwOFMzNzAuODc1LDQ2NCwyNTYsNDY0WicgY2xhc3M9J2NpLXByaW1hcnknPjwvcGF0aD48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center
}

.time-picker-cleaner-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nMzQ4LjA3MSAxNDEuMzAyIDI2MC4zMDggMjI5LjA2NSAxNzIuNTQ1IDE0MS4zMDIgMTQ5LjkxNyAxNjMuOTI5IDIzNy42ODEgMjUxLjY5MiAxNDkuOTE3IDMzOS40NTYgMTcyLjU0NSAzNjIuMDgzIDI2MC4zMDggMjc0LjMyIDM0OC4wNzEgMzYyLjA4MyAzNzAuNjk5IDMzOS40NTYgMjgyLjkzNSAyNTEuNjkyIDM3MC42OTkgMTYzLjkyOSAzNDguMDcxIDE0MS4zMDInIGNsYXNzPSdjaS1wcmltYXJ5Jz48L3BvbHlnb24+PHBhdGggZmlsbD0nIzhhOTNhMicgZD0nTTQyNS43MDYsODYuMjk0QTI0MCwyNDAsMCwwLDAsODYuMjk0LDQyNS43MDYsMjQwLDI0MCwwLDAsMCw0MjUuNzA2LDg2LjI5NFpNMjU2LDQ2NEMxNDEuMzA5LDQ2NCw0OCwzNzAuNjkxLDQ4LDI1NlMxNDEuMzA5LDQ4LDI1Niw0OHMyMDgsOTMuMzA5LDIwOCwyMDhTMzcwLjY5MSw0NjQsMjU2LDQ2NFonIGNsYXNzPSdjaS1wcmltYXJ5Jz48L3BhdGg+PC9zdmc+)
}

.time-picker-cleaner-icon:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9J3JnYmEoNDQsIDU2LCA3NCwgMC45NSknIHBvaW50cz0nMzQ4LjA3MSAxNDEuMzAyIDI2MC4zMDggMjI5LjA2NSAxNzIuNTQ1IDE0MS4zMDIgMTQ5LjkxNyAxNjMuOTI5IDIzNy42ODEgMjUxLjY5MiAxNDkuOTE3IDMzOS40NTYgMTcyLjU0NSAzNjIuMDgzIDI2MC4zMDggMjc0LjMyIDM0OC4wNzEgMzYyLjA4MyAzNzAuNjk5IDMzOS40NTYgMjgyLjkzNSAyNTEuNjkyIDM3MC42OTkgMTYzLjkyOSAzNDguMDcxIDE0MS4zMDInIGNsYXNzPSdjaS1wcmltYXJ5Jz48L3BvbHlnb24+PHBhdGggZmlsbD0ncmdiYSg0NCwgNTYsIDc0LCAwLjk1KScgZD0nTTQyNS43MDYsODYuMjk0QTI0MCwyNDAsMCwwLDAsODYuMjk0LDQyNS43MDYsMjQwLDI0MCwwLDAsMCw0MjUuNzA2LDg2LjI5NFpNMjU2LDQ2NEMxNDEuMzA5LDQ2NCw0OCwzNzAuNjkxLDQ4LDI1NlMxNDEuMzA5LDQ4LDI1Niw0OHMyMDgsOTMuMzA5LDIwOCwyMDhTMzcwLjY5MSw0NjQsMjU2LDQ2NFonIGNsYXNzPSdjaS1wcmltYXJ5Jz48L3BhdGg+PC9zdmc+)
}

.time-picker-input-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyByb2xlPSdpbWcnPjxwb2x5Z29uIGZpbGw9JyM4YTkzYTInIHBvaW50cz0nMjcxLjUxNCA5NS41IDIzOS41MTQgOTUuNSAyMzkuNTE0IDI3My42MTEgMzU1LjEyNyAzMjguNTU5IDM2OC44NjQgMjk5LjY1NyAyNzEuNTE0IDI1My4zODkgMjcxLjUxNCA5NS41JyBjbGFzcz0nY2ktcHJpbWFyeSc+PC9wb2x5Z29uPjxwYXRoIGZpbGw9JyM4YTkzYTInIGQ9J00yNTYsMTZDMTIzLjQ1MiwxNiwxNiwxMjMuNDUyLDE2LDI1NlMxMjMuNDUyLDQ5NiwyNTYsNDk2LDQ5NiwzODguNTQ4LDQ5NiwyNTYsMzg4LjU0OCwxNiwyNTYsMTZabTAsNDQ4QzE0MS4xMjUsNDY0LDQ4LDM3MC44NzUsNDgsMjU2UzE0MS4xMjUsNDgsMjU2LDQ4czIwOCw5My4xMjUsMjA4LDIwOFMzNzAuODc1LDQ2NCwyNTYsNDY0WicgY2xhc3M9J2NpLXByaW1hcnknPjwvcGF0aD48L3N2Zz4=)
}

.time-picker-roll {
    padding: 0;
    overflow: hidden;
    border-radius: inherit
}

.time-picker-roll-col {
    height: 256px;
    overflow: scroll;
    border-right: var(--cui-time-picker-roll-col-border)
}

.time-picker-roll-cell {
    width: 50px;
    height: 32px;
    padding: 0 1rem 0 .5rem;
    line-height: 32px
}

.time-picker-roll-cell.selected {
    color: var(--cui-white);
    background: var(--cui-primary)
}

.time-picker-roll-cell:last-child::after {
    display: block;
    height: 224px;
    content: ""
}

.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 3rem;
    padding: .5rem 1rem;
    color: var(--cui-footer-color,rgba(44,56,74,0.95));
    background: var(--cui-footer-bg,#ebedef);
    border-top: var(--cui-footer-border-width,1px) solid var(--cui-footer-border-color,#d8dbe0)
}

.footer-sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1030
}

.footer-sticky:not(.placeholder):not(top) {
    border-color: transparent;
    box-shadow: 0 2px 2px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 3px 1px -2px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 1px 5px 0 rgba(var(--cui-elevation-base-color,60,75,100),.20)
}

.header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 4rem;
    padding: .5rem;
    background: var(--cui-header-bg,#fff);
    border-bottom: var(--cui-header-border-width,1px) solid var(--cui-header-border-color,#d8dbe0)
}

.header>.container,.header>.container-fluid,.header>.container-sm,.header>.container-md,.header>.container-lg,.header>.container-xl,.header>.container-xxl,.header .navbar>.container,.header .navbar>.container-fluid,.header .navbar>.container-sm,.header .navbar>.container-md,.header .navbar>.container-lg,.header .navbar>.container-xl,.header .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.header .container:first-child,.header .container-fluid:first-child,.header .container-sm:first-child,.header .container-md:first-child,.header .container-lg:first-child,.header .container-xl:first-child,.header .container-xxl:first-child {
    min-height: 3rem
}

.header .container:nth-child(n+2),.header .container-fluid:nth-child(n+2),.header .container-sm:nth-child(n+2),.header .container-md:nth-child(n+2),.header .container-lg:nth-child(n+2),.header .container-xl:nth-child(n+2),.header .container-xxl:nth-child(n+2) {
    min-height: 2rem
}

.header.header-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 2px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 3px 1px -2px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 1px 5px 0 rgba(var(--cui-elevation-base-color,60,75,100),.20)
}

.header.header-sticky:not([class*=border]) {
    border: 0
}

.header-divider {
    flex-basis: calc(100% + 1rem);
    height: 0;
    margin: .5rem -.5rem;
    border-top: var(--cui-header-divider-border-width,1px) solid var(--cui-header-divider-border-color,#d8dbe0)
}

.header-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    font-size: 1.25rem;
    color: var(--cui-header-brand-color,#4f5d73);
    text-decoration: none;
    white-space: nowrap
}

html:not([dir=rtl]) .header-brand {
    margin-right: 1rem
}

*[dir=rtl] .header-brand {
    margin-left: 1rem
}

.header-brand:hover,.header-brand:focus {
    color: var(--cui-header-brand-hover-color,#475468)
}

.header-nav {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    list-style: none
}

html:not([dir=rtl]) .header-nav {
    padding-left: 0
}

*[dir=rtl] .header-nav {
    padding-right: 0
}

.header-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: var(--cui-header-color,rgba(44,56,74,0.681))
}

.header-nav .nav-link:hover,.header-nav .nav-link:focus {
    color: var(--cui-header-hover-color,rgba(44,56,74,0.95))
}

.header-nav .nav-link.disabled {
    color: var(--cui-header-disabled-color,rgba(44,56,74,0.38))
}

.header-nav .show>.nav-link,.header-nav .nav-link.active {
    color: var(--cui-header-active-color,rgba(44,56,74,0.95))
}

.header-nav .dropdown-menu {
    position: absolute
}

.header-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--cui-header-color,rgba(44,56,74,0.681))
}

.header-text a {
    color: var(--cui-header-active-color,rgba(44,56,74,0.95))
}

.header-text a:hover,.header-text a:focus {
    color: var(--cui-header-active-color,rgba(44,56,74,0.95))
}

.header-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    color: var(--cui-header-color,rgba(44,56,74,0.681));
    background-color: var(--cui-header-toggler-bg,transparent);
    border: 0;
    border-radius: .25rem
}

.header-toggler:hover {
    text-decoration: none
}

.header-toggler:focus {
    outline: 0
}

.header-toggler:not(:disabled) {
    cursor: pointer
}

.header-toggler-icon {
    display: block;
    height: 1.5625rem;
    background-image: var(--cui-header-toggler-icon-bg,url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%2844, 56, 74, 0.681%29' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%
}

.header-toggler-icon:hover {
    background-image: var(--cui-header-toggler-hover-icon-bg,url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%2844, 56, 74, 0.95%29' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"))
}

.icon {
    display: inline-block;
    color: inherit;
    text-align: center;
    vertical-align: -.125rem;
    fill: currentColor
}

.icon:not(.icon-c-s):not(.icon-custom-size) {
    width: 1rem;
    height: 1rem;
    font-size: 1rem
}

.icon:not(.icon-c-s):not(.icon-custom-size).icon-xxl {
    width: 2rem;
    height: 2rem;
    font-size: 2rem
}

.icon:not(.icon-c-s):not(.icon-custom-size).icon-xl {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem
}

.icon:not(.icon-c-s):not(.icon-custom-size).icon-lg {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem
}

.icon:not(.icon-c-s):not(.icon-custom-size).icon-sm {
    width: .875rem;
    height: .875rem;
    font-size: .875rem
}

.icon:not(.icon-c-s):not(.icon-custom-size).icon-3xl {
    width: 3rem;
    height: 3rem;
    font-size: 3rem
}

.icon:not(.icon-c-s):not(.icon-custom-size).icon-4xl {
    width: 4rem;
    height: 4rem;
    font-size: 4rem
}

.icon:not(.icon-c-s):not(.icon-custom-size).icon-5xl {
    width: 5rem;
    height: 5rem;
    font-size: 5rem
}

.icon:not(.icon-c-s):not(.icon-custom-size).icon-6xl {
    width: 6rem;
    height: 6rem;
    font-size: 6rem
}

.icon:not(.icon-c-s):not(.icon-custom-size).icon-7xl {
    width: 7rem;
    height: 7rem;
    font-size: 7rem
}

.icon:not(.icon-c-s):not(.icon-custom-size).icon-8xl {
    width: 8rem;
    height: 8rem;
    font-size: 8rem
}

.icon:not(.icon-c-s):not(.icon-custom-size).icon-9xl {
    width: 9rem;
    height: 9rem;
    font-size: 9rem
}

.sidebar {
    z-index: 999 !important;
    --cui-sidebar-width: 16rem;
    position: relative;
    display: flex;
    flex: 0 0 var(--cui-sidebar-width);
    flex-direction: column;
    order: -1;
    width: var(--cui-sidebar-width);
    padding: 0;
    color: var(--cui-sidebar-color,rgba(255,255,255,0.87));
    background: var(--cui-sidebar-bg,#3c4b64);
    box-shadow: none;
    transition: margin-left .15s,margin-right .15s,box-shadow .075s,transform .15s,width .15s,z-index 0s ease .15s
}

html:not([dir=rtl]) .sidebar {
    border-right: var(--cui-sidebar-border-width,0) solid var(--cui-sidebar-border-color,transparent)
}

*[dir=rtl] .sidebar {
    border-left: var(--cui-sidebar-border-width,0) solid var(--cui-sidebar-border-color,transparent)
}

@media(prefers-reduced-motion:reduce) {
    .sidebar {
        transition: none
    }
}

html:not([dir=rtl]) .sidebar:not(.sidebar-end) {
    margin-left: 0
}

*[dir=rtl] .sidebar:not(.sidebar-end) {
    margin-right: 0
}

.sidebar:not(.sidebar-end)~* {
    --cui-sidebar-occupy-start: 16rem
}

.sidebar.sidebar-end {
    order: 99
}

html:not([dir=rtl]) .sidebar.sidebar-end {
    margin-right: 0
}

*[dir=rtl] .sidebar.sidebar-end {
    margin-left: 0
}

.sidebar.sidebar-end~* {
    --cui-sidebar-occupy-end: 16rem
}

.sidebar[class*=bg-] {
    border-color: rgba(0,0,21,.1)
}

.sidebar.sidebar-sm {
    --cui-sidebar-width: 12rem
}

@media(min-width: 768px) {
    .sidebar.sidebar-sm:not(.sidebar-end):not(.hide)~* {
        --cui-sidebar-occupy-start: 12rem
    }

    .sidebar.sidebar-sm.sidebar-end:not(.hide)~* {
        --cui-sidebar-occupy-end: 12rem
    }
}

.sidebar.sidebar-lg {
    --cui-sidebar-width: 20rem
}

@media(min-width: 768px) {
    .sidebar.sidebar-lg:not(.sidebar-end):not(.hide)~* {
        --cui-sidebar-occupy-start: 20rem
    }

    .sidebar.sidebar-lg.sidebar-end:not(.hide)~* {
        --cui-sidebar-occupy-end: 20rem
    }
}

.sidebar.sidebar-xl {
    --cui-sidebar-width: 24rem
}

@media(min-width: 768px) {
    .sidebar.sidebar-xl:not(.sidebar-end):not(.hide)~* {
        --cui-sidebar-occupy-start: 24rem
    }

    .sidebar.sidebar-xl.sidebar-end:not(.hide)~* {
        --cui-sidebar-occupy-end: 24rem
    }
}

@media(min-width: 768px) {
    html:not([dir=rtl]) .sidebar.hide:not(.sidebar-end) {
        margin-left:calc(-1 * var(--cui-sidebar-width))
    }

    *[dir=rtl] .sidebar.hide:not(.sidebar-end) {
        margin-right: calc(-1 * var(--cui-sidebar-width))
    }

    .sidebar.hide:not(.sidebar-end)~* {
        --cui-sidebar-occupy-start: 0
    }

    html:not([dir=rtl]) .sidebar.hide.sidebar-end {
        margin-right: calc(-1 * var(--cui-sidebar-width))
    }

    *[dir=rtl] .sidebar.hide.sidebar-end {
        margin-left: calc(-1 * var(--cui-sidebar-width))
    }

    .sidebar.hide.sidebar-end~* {
        --cui-sidebar-occupy-end: 0
    }
}

@media(min-width: 768px) {
    .sidebar.sidebar-fixed {
        position:fixed;
        top: 0;
        bottom: 0;
        z-index: 1030;
        box-shadow: 0 2px 2px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 3px 1px -2px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 1px 5px 0 rgba(var(--cui-elevation-base-color,60,75,100),.20)
    }

    .sidebar.sidebar-fixed:not([class*=border]) {
        border: 0
    }

    html:not([dir=rtl]) .sidebar.sidebar-fixed:not(.sidebar-end) {
        left: 0
    }

    *[dir=rtl] .sidebar.sidebar-fixed:not(.sidebar-end) {
        right: 0
    }

    html:not([dir=rtl]) .sidebar.sidebar-fixed.sidebar-end {
        right: 0
    }

    *[dir=rtl] .sidebar.sidebar-fixed.sidebar-end {
        left: 0
    }
}

@media(min-width: 768px) {
    .sidebar.sidebar-sticky {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        height: 100vh
    }
}

.sidebar.sidebar-overlaid {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1032
}

.sidebar.sidebar-overlaid:not(.hide) {
    box-shadow: 0 3px 4px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 3px 3px -2px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 1px 8px 0 rgba(var(--cui-elevation-base-color,60,75,100),.20)
}

.sidebar.sidebar-overlaid:not(.hide):not([class*=border]) {
    border: 0
}

html:not([dir=rtl]) .sidebar.sidebar-overlaid:not(.sidebar-end) {
    left: 0
}

*[dir=rtl] .sidebar.sidebar-overlaid:not(.sidebar-end) {
    right: 0
}

.sidebar.sidebar-overlaid:not(.sidebar-end)~* {
    --cui-sidebar-occupy-start: 0 !important
}

html:not([dir=rtl]) .sidebar.sidebar-overlaid.sidebar-end {
    right: 0
}

*[dir=rtl] .sidebar.sidebar-overlaid.sidebar-end {
    left: 0
}

.sidebar.sidebar-overlaid.sidebar-end~* {
    --cui-sidebar-occupy-end: 0 !important
}

@media(max-width: 767.98px) {
    .sidebar {
        --cui-is-mobile: true;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1031
    }

    html:not([dir=rtl]) .sidebar:not(.sidebar-end) {
        left: 0
    }

    *[dir=rtl] .sidebar:not(.sidebar-end) {
        right: 0
    }

    .sidebar:not(.sidebar-end)~* {
        --cui-sidebar-occupy-start: 0 !important
    }

    html:not([dir=rtl]) .sidebar:not(.sidebar-end):not(.show) {
        margin-left: calc(-1 * var(--cui-sidebar-width))
    }

    *[dir=rtl] .sidebar:not(.sidebar-end):not(.show) {
        margin-right: calc(-1 * var(--cui-sidebar-width))
    }

    html:not([dir=rtl]) .sidebar.sidebar-end {
        right: 0
    }

    *[dir=rtl] .sidebar.sidebar-end {
        left: 0
    }

    .sidebar.sidebar-end~* {
        --cui-sidebar-occupy-end: 0 !important
    }

    html:not([dir=rtl]) .sidebar.sidebar-end:not(.show) {
        margin-right: calc(-1 * var(--cui-sidebar-width))
    }

    *[dir=rtl] .sidebar.sidebar-end:not(.show) {
        margin-left: calc(-1 * var(--cui-sidebar-width))
    }
}

.sidebar-close {
    position: absolute;
    top: 0;
    width: 4rem;
    height: 4rem;
    color: var(--cui-sidebar-color,rgba(255,255,255,0.87));
    background: 0 0;
    border: 0
}

html:not([dir=rtl]) .sidebar-close {
    right: 0
}

*[dir=rtl] .sidebar-close {
    left: 0
}

.sidebar-close:hover {
    text-decoration: none
}

.sidebar-close:focus {
    outline: 0
}

.sidebar-brand {
    display: flex;
    flex: 0 0 4rem;
    align-items: center;
    justify-content: center;
    color: var(--cui-sidebar-brand-color,rgba(255,255,255,0.87));
    /* background: var(--cui-sidebar-brand-bg,rgba(0,0,21,0.2)) */
}

.sidebar-brand .sidebar-brand-narrow {
    display: none
}


.sidebar-header {
    flex: 0 0 4rem;
    text-align: center;
    background: var(--cui-sidebar-header-bg,rgba(0,0,21,0.2));
    transition: height .15s,padding .15s
}

.sidebar-brand {
    padding: .75rem 1rem;
}

@media(max-width: 767.98px) {
    .sidebar-header {
        display: grid;
        align-items: center;
        justify-content: space-between;
        grid-template-columns: auto 2rem;
        grid-column-gap: 5px;
    }
}

@media(prefers-reduced-motion:reduce) {
    .sidebar-header {
        transition: none
    }
}

.sidebar-header .nav-link {
    display: flex;
    align-items: center;
    min-height: 4rem
}

.sidebar-footer {
    flex: 0 0 auto;
    padding: .75rem 1rem;
    background: var(--cui-sidebar-footer-bg,rgba(0,0,21,0.2));
    transition: height .15s,padding .15s
}

@media(prefers-reduced-motion:reduce) {
    .sidebar-footer {
        transition: none
    }
}

.sidebar-toggler {
    display: flex;
    flex: 0 0 3rem;
    justify-content: flex-end;
    width: inherit;
    padding: 0;
    cursor: pointer;
    background-color: var(--cui-sidebar-toggler-bg,rgba(0,0,21,0.2));
    border: 0
}

@media(max-width: 767.98px) {
    .sidebar-toggler {
        display:none
    }
}

.sidebar-toggler::before {
    display: block;
    width: 4rem;
    height: 3rem;
    content: "";
    background-image: var(--cui-sidebar-toggler-indicator,url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%238a93a2' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E"));
    background-repeat: no-repeat;
    background-position: center;
    background-size: .75rem;
    transition: transform .15s
}

@media(prefers-reduced-motion:reduce) {
    .sidebar-toggler::before {
        transition: none
    }
}

*[dir=rtl] .sidebar-toggler::before {
    transform: rotate(-180deg)
}

.sidebar-toggler:focus {
    outline: 0
}

.sidebar-toggler:hover {
    background-color: var(--cui-sidebar-toggler-hover-bg,rgba(0,0,0,0.3))
}

.sidebar-toggler:hover::before {
    background-image: var(--cui-sidebar-toggler-indicator-hover,url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba%28255, 255, 255, 0.87%29' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E"))
}

.sidebar-end .sidebar-toggler {
    justify-content: flex-start
}

.sidebar-end .sidebar-toggler::before {
    transform: rotate(-180deg)
}

@media(max-width: 767.98px) {
    .sidebar-backdrop {
        position:fixed;
        top: 0;
        z-index: 1030;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        transition: opacity .15s linear
    }

    html:not([dir=rtl]) .sidebar-backdrop {
        left: 0
    }

    *[dir=rtl] .sidebar-backdrop {
        right: 0
    }
}

@media(max-width: 767.98px) and (prefers-reduced-motion:reduce) {
    .sidebar-backdrop {
        transition:none
    }
}

@media(max-width: 767.98px) {
    .sidebar-backdrop.fade {
        opacity:0
    }
}

@media(max-width: 767.98px) {
    .sidebar-backdrop.show {
        opacity:.5
    }
}

.sidebar-light {
    --cui-sidebar-color: rgba(44, 56, 74, 0.95);
    --cui-sidebar-bg: #fff;
    --cui-sidebar-border-width: 0;
    --cui-sidebar-border-color: transparent;
    --cui-sidebar-brand-color: #fff;
    --cui-sidebar-brand-bg: #321fdb;
    --cui-sidebar-header-bg: rgba(0, 0, 21, 0.2);
    --cui-sidebar-nav-title-color: rgba(44, 56, 74, 0.681);
    --cui-sidebar-nav-link-color: rgba(44, 56, 74, 0.681);
    --cui-sidebar-nav-link-bg: transparent;
    --cui-sidebar-nav-link-icon-color: rgba(44, 56, 74, 0.681);
    --cui-sidebar-nav-link-hover-color: rgba(44, 56, 74, 0.95);
    --cui-sidebar-nav-link-hover-bg: theme-color("primary");
    --cui-sidebar-nav-link-hover-icon-color: rgba(44, 56, 74, 0.95);
    --cui-sidebar-nav-link-active-color: rgba(44, 56, 74, 0.95);
    --cui-sidebar-nav-link-active-bg: rgba(255, 255, 255, 0.05);
    --cui-sidebar-nav-link-active-icon-color: rgba(44, 56, 74, 0.95);
    --cui-sidebar-nav-link-disabled-color: rgba(44, 56, 74, 0.38);
    --cui-sidebar-nav-link-disabled-icon-color: rgba(44, 56, 74, 0.681);
    --cui-sidebar-nav-group-bg: rgba(0, 0, 0, 0.05);
    --cui-sidebar-nav-group-toggle-show-color: rgba(44, 56, 74, 0.681);
    --cui-sidebar-nav-group-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(44, 56, 74, 0.681)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    --cui-sidebar-nav-group-indicator-hover: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(44, 56, 74, 0.95)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    --cui-sidebar-footer-bg: rgba(0, 0, 21, 0.1);
    --cui-sidebar-toggler-bg: rgba(0, 0, 21, 0.1);
    --cui-sidebar-toggler-hover-bg: rgba(0, 0, 0, 0.2);
    --cui-sidebar-toggler-indicator: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba(44, 56, 74, 0.681)' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
    --cui-sidebar-toggler-indicator-hover: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba(44, 56, 74, 0.95)' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E")
}

.sidebar-nav {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none
}

.sidebar-nav .nav-title {
    padding: .75rem 1rem;
    margin-top: 1rem;
    font-size: 80%;
    font-weight: 700;
    color: var(--cui-sidebar-nav-title-color,rgba(255,255,255,0.6));
    text-transform: uppercase;
    transition: height .15s,margin .15s
}

@media(prefers-reduced-motion:reduce) {
    .sidebar-nav .nav-title {
        transition: none
    }
}

.sidebar-nav .nav-link {
    display: flex;
    flex: 1;
    align-items: center;
    padding: .8445rem 1rem;
    color: var(--cui-sidebar-nav-link-color,rgba(255,255,255,0.6));
    text-decoration: none;
    white-space: nowrap;
    background: var(--cui-sidebar-nav-link-bg,transparent);
    transition: background .15s ease,color .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .sidebar-nav .nav-link {
        transition: none
    }
}

.sidebar-nav .nav-link.active {
    color: var(--cui-sidebar-nav-link-active-color,rgba(255,255,255,0.87));
    background: var(--cui-sidebar-nav-link-active-bg,rgba(255,255,255,0.05))
}

.sidebar-nav .nav-link.active .nav-icon {
    color: var(--cui-sidebar-nav-link-active-icon-color,rgba(255,255,255,0.87))
}

.sidebar-nav .nav-link.disabled {
    color: var(--cui-sidebar-nav-link-disabled-color,rgba(255,255,255,0.38));
    pointer-events: none;
    cursor: not-allowed;
    background: 0 0
}

.sidebar-nav .nav-link.disabled .nav-icon {
    color: var(--cui-sidebar-nav-link-disabled-icon-color,rgba(255,255,255,0.6))
}

.sidebar-nav .nav-link.disabled:hover {
    color: var(--cui-sidebar-nav-link-disabled-color,rgba(255,255,255,0.38))
}

.sidebar-nav .nav-link.disabled:hover .nav-icon {
    color: var(--cui-sidebar-nav-link-disabled-icon-color,rgba(255,255,255,0.6))
}

.sidebar-nav .nav-link.disabled:hover.nav-dropdown-toggle::after {
    background-image: var(--cui-sidebar-nav-group-indicator-hover,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"))
}

@media(hover: hover),(-ms-high-contrast:none) {
    .sidebar-nav .nav-link:hover {
        color:var(--cui-sidebar-nav-link-hover-color,rgba(255,255,255,0.87));
        text-decoration: none;
        background: var(--cui-sidebar-nav-link-hover-bg,rgba(255,255,255,0.05))
    }

    .sidebar-nav .nav-link:hover .nav-icon {
        color: var(--cui-sidebar-nav-link-hover-icon-color,rgba(255,255,255,0.87))
    }

    .sidebar-nav .nav-link:hover.nav-group-toggle::after {
        background-image: var(--cui-sidebar-nav-group-indicator-hover,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"))
    }
}

.sidebar-nav .nav-icon {
    flex: 0 0 4rem;
    height: 1.25rem;
    font-size: 1.25rem;
    color: var(--cui-sidebar-nav-link-icon-color,rgba(255,255,255,0.6));
    text-align: center;
    fill: currentColor;
    transition: inherit
}

@media(prefers-reduced-motion:reduce) {
    .sidebar-nav .nav-icon {
        transition: none
    }
}

html:not([dir=rtl]) .sidebar-nav .nav-icon:first-child {
    margin-left: -1rem
}

*[dir=rtl] .sidebar-nav .nav-icon:first-child {
    margin-right: -1rem
}

.sidebar-nav .nav-group {
    position: relative;
    transition: background .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .sidebar-nav .nav-group {
        transition: none
    }
}

.sidebar-nav .nav-group .nav-group-items {
    padding: 0;
    overflow: hidden;
    transition: height .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .sidebar-nav .nav-group .nav-group-items {
        transition: none
    }
}

.sidebar-nav .nav-group:not(.show) .nav-group-items {
    display: none
}

.sidebar-nav .nav-group.show {
    background: var(--cui-sidebar-nav-group-bg,rgba(0,0,0,0.2))
}

.sidebar-nav .nav-group.show .nav-group-toggle {
    color: var(--cui-sidebar-nav-group-toggle-show-color,rgba(255,255,255,0.6))
}

.sidebar-nav .nav-group.show>.nav-group-toggle::after {
    transform: rotate(180deg)
}

.sidebar-nav .nav-group.show+.show {
    margin-top: 1px
}

.sidebar-nav .nav-group-toggle {
    cursor: pointer
}

.sidebar-nav .nav-group-toggle::after {
    display: block;
    flex: 0 12px;
    height: 12px;
    content: "";
    background-image: var(--cui-sidebar-nav-group-indicator,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.6%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"));
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .15s
}

html:not([dir=rtl]) .sidebar-nav .nav-group-toggle::after {
    margin-left: auto
}

*[dir=rtl] .sidebar-nav .nav-group-toggle::after {
    margin-right: auto
}

@media(prefers-reduced-motion:reduce) {
    .sidebar-nav .nav-group-toggle::after {
        transition: none
    }
}

.sidebar-nav .nav-group-items {
    padding: 0;
    list-style: none
}

html:not([dir=rtl]) .sidebar-nav .nav-group-items .nav-link {
    padding-left: 4rem
}

*[dir=rtl] .sidebar-nav .nav-group-items .nav-link {
    padding-right: 4rem
}

html:not([dir=rtl]) .sidebar-nav .nav-group-items .nav-link .nav-icon {
    margin-left: -4rem
}

*[dir=rtl] .sidebar-nav .nav-group-items .nav-link .nav-icon {
    margin-right: -4rem
}

.sidebar-nav.compact .nav-link,.sidebar-nav .compact .nav-link {
    padding-top: .42225rem;
    padding-bottom: .42225rem
}

@media(min-width: 768px) {
    .sidebar-narrow-unfoldable:not(:hover),.sidebar-narrow {
        z-index:1031;
        flex: 0 0 4rem;
        width: 4rem;
        padding-bottom: 3rem;
        overflow: visible
    }

    .sidebar-fixed.sidebar-narrow-unfoldable:not(:hover),.sidebar-fixed.sidebar-narrow {
        z-index: 1031;
        width: 4rem
    }

    .sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-full,.sidebar-narrow .sidebar-brand-full {
        display: none
    }

    .sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-narrow,.sidebar-narrow .sidebar-brand-narrow {
        display: block
    }

    .sidebar-narrow-unfoldable:not(:hover) .d-narrow-none,.sidebar-narrow .d-narrow-none,.sidebar-narrow-unfoldable:not(:hover) .nav-label,.sidebar-narrow .nav-label,.sidebar-narrow-unfoldable:not(:hover) .nav-title,.sidebar-narrow .nav-title,.sidebar-narrow-unfoldable:not(:hover) .nav-group-items,.sidebar-narrow .nav-group-items,.sidebar-narrow-unfoldable:not(:hover) .sidebar-footer,.sidebar-narrow .sidebar-footer,.sidebar-narrow-unfoldable:not(:hover) .sidebar-form,.sidebar-narrow .sidebar-form,.sidebar-narrow-unfoldable:not(:hover) .sidebar-header,.sidebar-narrow .sidebar-header {
        height: 0!important;
        padding: 0;
        margin: 0;
        visibility: hidden;
        opacity: 0
    }

    .sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler,.sidebar-narrow .sidebar-toggler {
        position: fixed;
        bottom: 0
    }

    html:not([dir=rtl]) .sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before,html:not([dir=rtl]) .sidebar-narrow .sidebar-toggler::before {
        transform: rotate(-180deg)
    }

    *[dir=rtl] .sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before,*[dir=rtl] .sidebar-narrow .sidebar-toggler::before {
        transform: rotate(0deg)
    }

    .sidebar-end.sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before,.sidebar-end.sidebar-narrow .sidebar-toggler::before {
        transform: rotate(0deg)
    }
}

.sidebar-narrow:not(.sidebar-end)~* {
    --cui-sidebar-occupy-start: 4rem
}

.sidebar-narrow.sidebar-end~* {
    --cui-sidebar-occupy-end: 4rem
}

.sidebar-narrow-unfoldable {
    position: fixed;
    z-index: 1031
}

.sidebar-narrow-unfoldable:not(.sidebar-end)~* {
    --cui-sidebar-occupy-start: 4rem
}

.sidebar-narrow-unfoldable.sidebar-end~* {
    --cui-sidebar-occupy-end: 4rem
}

html:not([dir=rtl]) .sidebar-narrow-unfoldable:hover .sidebar-toggler::before {
    transform: rotate(-180deg)
}

*[dir=rtl] .sidebar-narrow-unfoldable:hover .sidebar-toggler::before {
    transform: rotate(0deg)
}

.sidebar-narrow-unfoldable:hover.sidebar-end .sidebar-toggler::before {
    transform: rotate(0deg)
}

html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow:not(.sidebar-end),html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow-unfoldable:not(.sidebar-end) {
    margin-left: -4rem
}

*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow:not(.sidebar-end),*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow-unfoldable:not(.sidebar-end) {
    margin-right: -4rem
}

html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow.sidebar-end,html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow-unfoldable.sidebar-end {
    margin-right: -4rem
}

*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow.sidebar-end,*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow-unfoldable.sidebar-end {
    margin-left: -4rem
}

@media(max-width: 575.98px) {
    html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow:not(.sidebar-end),html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow-unfoldable:not(.sidebar-end) {
        margin-left:-4rem
    }

    *[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow:not(.sidebar-end),*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow-unfoldable:not(.sidebar-end) {
        margin-right: -4rem
    }

    html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow.sidebar-end,html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow-unfoldable.sidebar-end {
        margin-right: -4rem
    }

    *[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow.sidebar-end,*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow-unfoldable.sidebar-end {
        margin-left: -4rem
    }
}

@media(max-width: 767.98px) {
    html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow:not(.sidebar-end),html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow-unfoldable:not(.sidebar-end) {
        margin-left:-4rem
    }

    *[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow:not(.sidebar-end),*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow-unfoldable:not(.sidebar-end) {
        margin-right: -4rem
    }

    html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow.sidebar-end,html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow-unfoldable.sidebar-end {
        margin-right: -4rem
    }

    *[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow.sidebar-end,*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow-unfoldable.sidebar-end {
        margin-left: -4rem
    }
}

@media(max-width: 991.98px) {
    html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow:not(.sidebar-end),html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow-unfoldable:not(.sidebar-end) {
        margin-left:-4rem
    }

    *[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow:not(.sidebar-end),*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow-unfoldable:not(.sidebar-end) {
        margin-right: -4rem
    }

    html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow.sidebar-end,html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow-unfoldable.sidebar-end {
        margin-right: -4rem
    }

    *[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow.sidebar-end,*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow-unfoldable.sidebar-end {
        margin-left: -4rem
    }
}

@media(max-width: 1199.98px) {
    html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow:not(.sidebar-end),html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow-unfoldable:not(.sidebar-end) {
        margin-left:-4rem
    }

    *[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow:not(.sidebar-end),*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow-unfoldable:not(.sidebar-end) {
        margin-right: -4rem
    }

    html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow.sidebar-end,html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow-unfoldable.sidebar-end {
        margin-right: -4rem
    }

    *[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow.sidebar-end,*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow-unfoldable.sidebar-end {
        margin-left: -4rem
    }
}

@media(max-width: 1399.98px) {
    html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow:not(.sidebar-end),html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow-unfoldable:not(.sidebar-end) {
        margin-left:-4rem
    }

    *[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow:not(.sidebar-end),*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow-unfoldable:not(.sidebar-end) {
        margin-right: -4rem
    }

    html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow.sidebar-end,html:not([dir=rtl]) .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow-unfoldable.sidebar-end {
        margin-right: -4rem
    }

    *[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow.sidebar-end,*[dir=rtl] .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow-unfoldable.sidebar-end {
        margin-left: -4rem
    }
}

.subheader {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 3rem;
    padding: .5rem 1rem;
    background: var(--cui-subheader-bg,#fff);
    border-bottom: var(--cui-subheader-border-width,1px) solid var(--cui-subheader-border-color,#d8dbe0)
}

.subheader-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1029;
    box-shadow: 0 2px 2px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 3px 1px -2px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 1px 5px 0 rgba(var(--cui-elevation-base-color,60,75,100),.20)
}

.subheader-sticky:not([class*=border]) {
    border: 0
}

.subheader-nav {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    list-style: none
}

html:not([dir=rtl]) .subheader-nav {
    padding-left: 0
}

*[dir=rtl] .subheader-nav {
    padding-right: 0
}

.subheader-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: var(--cui-subheader-color,rgba(44,56,74,0.681))
}

.subheader-nav .nav-link:hover,.subheader-nav .nav-link:focus {
    color: var(--cui-subheader-hover-color,rgba(44,56,74,0.95))
}

.subheader-nav .nav-link.disabled {
    color: var(--cui-subheader-disabled-color,rgba(44,56,74,0.38))
}

.subheader-nav .show>.nav-link,.subheader-nav .nav-link.active {
    color: var(--cui-subheader-active-color,rgba(44,56,74,0.95))
}

.subheader-nav .dropdown-menu {
    position: absolute
}

.subheader-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--cui-subheader-color,rgba(44,56,74,0.681))
}

.subheader-text a {
    color: var(--cui-subheader-active-color,rgba(44,56,74,0.95))
}

.subheader-text a:hover,.subheader-text a:focus {
    color: var(--cui-subheader-active-color,rgba(44,56,74,0.95))
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #321fdb
}

.link-primary:hover,.link-primary:focus {
    color: #5b4ce2
}

.link-secondary {
    color: #9da5b1
}

.link-secondary:hover,.link-secondary:focus {
    color: #b1b7c1
}

.link-success {
    color: #2eb85c
}

.link-success:hover,.link-success:focus {
    color: #58c67d
}

.link-info {
    color: #39f
}

.link-info:hover,.link-info:focus {
    color: #5cadff
}

.link-warning {
    color: #f9b115
}

.link-warning:hover,.link-warning:focus {
    color: #c78e11
}

.link-danger {
    color: #e55353
}

.link-danger:hover,.link-danger:focus {
    color: #ea7575
}

.link-light {
    color: #ebedef
}

.link-light:hover,.link-light:focus {
    color: #bcbebf
}

.link-dark {
    color: #4f5d73
}

.link-dark:hover,.link-dark:focus {
    color: #727d8f
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--cui-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

html:not([dir=rtl]) .ratio>* {
    left: 0
}

*[dir=rtl] .ratio>* {
    right: 0
}

.ratio-1x1 {
    --cui-aspect-ratio: 100%
}

.ratio-4x3 {
    --cui-aspect-ratio: 75%
}

.ratio-16x9 {
    --cui-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --cui-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

html:not([dir=rtl]) .float-start {
    float: left!important
}

*[dir=rtl] .float-start {
    float: right!important
}

html:not([dir=rtl]) .float-end {
    float: right!important
}

*[dir=rtl] .float-end {
    float: left!important
}

html:not([dir=rtl]) .float-none {
    float: none!important
}

*[dir=rtl] .float-none {
    float: none!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,21,.15)!important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,21,.075)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,21,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.elevation-0 {
    box-shadow: none!important
}

.elevation-1 {
    box-shadow: 0 1px 1px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 2px 1px -1px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 1px 3px 0 rgba(var(--cui-elevation-base-color,60,75,100),.20)!important
}

.elevation-2 {
    box-shadow: 0 2px 2px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 3px 1px -2px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 1px 5px 0 rgba(var(--cui-elevation-base-color,60,75,100),.20)!important
}

.elevation-3 {
    box-shadow: 0 3px 4px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 3px 3px -2px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 1px 8px 0 rgba(var(--cui-elevation-base-color,60,75,100),.20)!important
}

.elevation-4 {
    box-shadow: 0 4px 5px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 1px 10px 0 rgba(var(--cui-elevation-base-color,60,75,100),.12),0 2px 4px -1px rgba(var(--cui-elevation-base-color,60,75,100),.20)!important
}

.elevation-6 {
    box-shadow: 0 6px 10px 0 rgba(var(--cui-elevation-base-color,60,75,100),.14),0 1px 18px 0 rgba(var(--cui-elevation-base-color,60,75,100),.12),0 3px 5px -1px rgba(var(--cui-elevation-base-color,60,75,100),.20)!important
}

.elevation-8 {
    box-shadow: 0 8px 10px 1px rgba(var(--cui-elevation-base-color,60,75,100),.14),0 3px 14px 2px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 5px 5px -3px rgba(var(--cui-elevation-base-color,60,75,100),.20)!important
}

.elevation-9 {
    box-shadow: 0 9px 12px 1px rgba(var(--cui-elevation-base-color,60,75,100),.14),0 3px 16px 2px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 5px 6px -3px rgba(var(--cui-elevation-base-color,60,75,100),.20)!important
}

.elevation-12 {
    box-shadow: 0 12px 17px 2px rgba(var(--cui-elevation-base-color,60,75,100),.14),0 5px 22px 4px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 7px 8px -4px rgba(var(--cui-elevation-base-color,60,75,100),.20)!important
}

.elevation-16 {
    box-shadow: 0 16px 24px 2px rgba(var(--cui-elevation-base-color,60,75,100),.14),0 6px 30px 5px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 8px 10px -5px rgba(var(--cui-elevation-base-color,60,75,100),.20)!important
}

.elevation-24 {
    box-shadow: 0 24px 38px 3px rgba(var(--cui-elevation-base-color,60,75,100),.14),0 9px 46px 8px rgba(var(--cui-elevation-base-color,60,75,100),.12),0 11px 15px -7px rgba(var(--cui-elevation-base-color,60,75,100),.20)!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    transform: translate(-50%,-50%)!important
}

.translate-middle-x {
    transform: translateX(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

.border {
    border: 1px solid var(--cui-border-color,#d8dbe0)!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: 1px solid var(--cui-border-color,#d8dbe0)!important
}

.border-top-0 {
    border-top: 0!important
}

html:not([dir=rtl]) .border-end {
    border-right: 1px solid var(--cui-border-color,#d8dbe0)!important
}

*[dir=rtl] .border-end {
    border-left: 1px solid var(--cui-border-color,#d8dbe0)!important
}

html:not([dir=rtl]) .border-end-0 {
    border-right: 0!important
}

*[dir=rtl] .border-end-0 {
    border-left: 0!important
}

.border-bottom {
    border-bottom: 1px solid var(--cui-border-color,#d8dbe0)!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

html:not([dir=rtl]) .border-start {
    border-left: 1px solid var(--cui-border-color,#d8dbe0)!important
}

*[dir=rtl] .border-start {
    border-right: 1px solid var(--cui-border-color,#d8dbe0)!important
}

html:not([dir=rtl]) .border-start-0 {
    border-left: 0!important
}

*[dir=rtl] .border-start-0 {
    border-right: 0!important
}

.border-primary {
    border-color: #321fdb!important
}

.border-secondary {
    border-color: #9da5b1!important
}

.border-success {
    border-color: #2eb85c!important
}

.border-info {
    border-color: #39f!important
}

.border-warning {
    border-color: #f9b115!important
}

.border-danger {
    border-color: #e55353!important
}

.border-light {
    border-color: #ebedef!important
}

.border-dark {
    border-color: #4f5d73!important
}

.border-white {
    border-color: #fff!important
}

.border-top-primary {
    border-top-color: #321fdb!important
}

.border-top-secondary {
    border-top-color: #9da5b1!important
}

.border-top-success {
    border-top-color: #2eb85c!important
}

.border-top-info {
    border-top-color: #39f!important
}

.border-top-warning {
    border-top-color: #f9b115!important
}

.border-top-danger {
    border-top-color: #e55353!important
}

.border-top-light {
    border-top-color: #ebedef!important
}

.border-top-dark {
    border-top-color: #4f5d73!important
}

.border-top-white {
    border-top-color: #fff!important
}

html:not([dir=rtl]) .border-end-primary {
    border-right-color: #321fdb!important
}

*[dir=rtl] .border-end-primary {
    border-left-color: #321fdb!important
}

html:not([dir=rtl]) .border-end-secondary {
    border-right-color: #9da5b1!important
}

*[dir=rtl] .border-end-secondary {
    border-left-color: #9da5b1!important
}

html:not([dir=rtl]) .border-end-success {
    border-right-color: #2eb85c!important
}

*[dir=rtl] .border-end-success {
    border-left-color: #2eb85c!important
}

html:not([dir=rtl]) .border-end-info {
    border-right-color: #39f!important
}

*[dir=rtl] .border-end-info {
    border-left-color: #39f!important
}

html:not([dir=rtl]) .border-end-warning {
    border-right-color: #f9b115!important
}

*[dir=rtl] .border-end-warning {
    border-left-color: #f9b115!important
}

html:not([dir=rtl]) .border-end-danger {
    border-right-color: #e55353!important
}

*[dir=rtl] .border-end-danger {
    border-left-color: #e55353!important
}

html:not([dir=rtl]) .border-end-light {
    border-right-color: #ebedef!important
}

*[dir=rtl] .border-end-light {
    border-left-color: #ebedef!important
}

html:not([dir=rtl]) .border-end-dark {
    border-right-color: #4f5d73!important
}

*[dir=rtl] .border-end-dark {
    border-left-color: #4f5d73!important
}

html:not([dir=rtl]) .border-end-white {
    border-right-color: #fff!important
}

*[dir=rtl] .border-end-white {
    border-left-color: #fff!important
}

.border-bottom-primary {
    border-bottom-color: #321fdb!important
}

.border-bottom-secondary {
    border-bottom-color: #9da5b1!important
}

.border-bottom-success {
    border-bottom-color: #2eb85c!important
}

.border-bottom-info {
    border-bottom-color: #39f!important
}

.border-bottom-warning {
    border-bottom-color: #f9b115!important
}

.border-bottom-danger {
    border-bottom-color: #e55353!important
}

.border-bottom-light {
    border-bottom-color: #ebedef!important
}

.border-bottom-dark {
    border-bottom-color: #4f5d73!important
}

.border-bottom-white {
    border-bottom-color: #fff!important
}

html:not([dir=rtl]) .border-start-primary {
    border-left-color: #321fdb!important
}

*[dir=rtl] .border-start-primary {
    border-right-color: #321fdb!important
}

html:not([dir=rtl]) .border-start-secondary {
    border-left-color: #9da5b1!important
}

*[dir=rtl] .border-start-secondary {
    border-right-color: #9da5b1!important
}

html:not([dir=rtl]) .border-start-success {
    border-left-color: #2eb85c!important
}

*[dir=rtl] .border-start-success {
    border-right-color: #2eb85c!important
}

html:not([dir=rtl]) .border-start-info {
    border-left-color: #39f!important
}

*[dir=rtl] .border-start-info {
    border-right-color: #39f!important
}

html:not([dir=rtl]) .border-start-warning {
    border-left-color: #f9b115!important
}

*[dir=rtl] .border-start-warning {
    border-right-color: #f9b115!important
}

html:not([dir=rtl]) .border-start-danger {
    border-left-color: #e55353!important
}

*[dir=rtl] .border-start-danger {
    border-right-color: #e55353!important
}

html:not([dir=rtl]) .border-start-light {
    border-left-color: #ebedef!important
}

*[dir=rtl] .border-start-light {
    border-right-color: #ebedef!important
}

html:not([dir=rtl]) .border-start-dark {
    border-left-color: #4f5d73!important
}

*[dir=rtl] .border-start-dark {
    border-right-color: #4f5d73!important
}

html:not([dir=rtl]) .border-start-white {
    border-left-color: #fff!important
}

*[dir=rtl] .border-start-white {
    border-right-color: #fff!important
}

.border-1 {
    border-width: 1px!important
}

.border-2 {
    border-width: 2px!important
}

.border-3 {
    border-width: 3px!important
}

.border-4 {
    border-width: 4px!important
}

.border-5 {
    border-width: 5px!important
}

.border-top-1 {
    border-top-width: 1px!important
}

.border-top-2 {
    border-top-width: 2px!important
}

.border-top-3 {
    border-top-width: 3px!important
}

.border-top-4 {
    border-top-width: 4px!important
}

.border-top-5 {
    border-top-width: 5px!important
}

html:not([dir=rtl]) .border-end-1 {
    border-right-width: 1px!important
}

*[dir=rtl] .border-end-1 {
    border-left-width: 1px!important
}

html:not([dir=rtl]) .border-end-2 {
    border-right-width: 2px!important
}

*[dir=rtl] .border-end-2 {
    border-left-width: 2px!important
}

html:not([dir=rtl]) .border-end-3 {
    border-right-width: 3px!important
}

*[dir=rtl] .border-end-3 {
    border-left-width: 3px!important
}

html:not([dir=rtl]) .border-end-4 {
    border-right-width: 4px!important
}

*[dir=rtl] .border-end-4 {
    border-left-width: 4px!important
}

html:not([dir=rtl]) .border-end-5 {
    border-right-width: 5px!important
}

*[dir=rtl] .border-end-5 {
    border-left-width: 5px!important
}

.border-bottom-1 {
    border-bottom-width: 1px!important
}

.border-bottom-2 {
    border-bottom-width: 2px!important
}

.border-bottom-3 {
    border-bottom-width: 3px!important
}

.border-bottom-4 {
    border-bottom-width: 4px!important
}

.border-bottom-5 {
    border-bottom-width: 5px!important
}

html:not([dir=rtl]) .border-start-1 {
    border-left-width: 1px!important
}

*[dir=rtl] .border-start-1 {
    border-right-width: 1px!important
}

html:not([dir=rtl]) .border-start-2 {
    border-left-width: 2px!important
}

*[dir=rtl] .border-start-2 {
    border-right-width: 2px!important
}

html:not([dir=rtl]) .border-start-3 {
    border-left-width: 3px!important
}

*[dir=rtl] .border-start-3 {
    border-right-width: 3px!important
}

html:not([dir=rtl]) .border-start-4 {
    border-left-width: 4px!important
}

*[dir=rtl] .border-start-4 {
    border-right-width: 4px!important
}

html:not([dir=rtl]) .border-start-5 {
    border-left-width: 5px!important
}

*[dir=rtl] .border-start-5 {
    border-right-width: 5px!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: 1rem!important
}

.gap-4 {
    gap: 1.5rem!important
}

.gap-5 {
    gap: 3rem!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

html:not([dir=rtl]) .me-0 {
    margin-right: 0!important
}

*[dir=rtl] .me-0 {
    margin-left: 0!important
}

html:not([dir=rtl]) .me-1 {
    margin-right: .25rem!important
}

*[dir=rtl] .me-1 {
    margin-left: .25rem!important
}

html:not([dir=rtl]) .me-2 {
    margin-right: .5rem!important
}

*[dir=rtl] .me-2 {
    margin-left: .5rem!important
}

html:not([dir=rtl]) .me-3 {
    margin-right: 1rem!important
}

*[dir=rtl] .me-3 {
    margin-left: 1rem!important
}

html:not([dir=rtl]) .me-4 {
    margin-right: 1.5rem!important
}

*[dir=rtl] .me-4 {
    margin-left: 1.5rem!important
}

html:not([dir=rtl]) .me-5 {
    margin-right: 3rem!important
}

*[dir=rtl] .me-5 {
    margin-left: 3rem!important
}

html:not([dir=rtl]) .me-auto {
    margin-right: auto!important
}

*[dir=rtl] .me-auto {
    margin-left: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

html:not([dir=rtl]) .ms-0 {
    margin-left: 0!important
}

*[dir=rtl] .ms-0 {
    margin-right: 0!important
}

html:not([dir=rtl]) .ms-1 {
    margin-left: .25rem!important
}

*[dir=rtl] .ms-1 {
    margin-right: .25rem!important
}

html:not([dir=rtl]) .ms-2 {
    margin-left: .5rem!important
}

*[dir=rtl] .ms-2 {
    margin-right: .5rem!important
}

html:not([dir=rtl]) .ms-3 {
    margin-left: 1rem!important
}

*[dir=rtl] .ms-3 {
    margin-right: 1rem!important
}

html:not([dir=rtl]) .ms-4 {
    margin-left: 1.5rem!important
}

*[dir=rtl] .ms-4 {
    margin-right: 1.5rem!important
}

html:not([dir=rtl]) .ms-5 {
    margin-left: 3rem!important
}

*[dir=rtl] .ms-5 {
    margin-right: 3rem!important
}

html:not([dir=rtl]) .ms-auto {
    margin-left: auto!important
}

*[dir=rtl] .ms-auto {
    margin-right: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

html:not([dir=rtl]) .pe-0 {
    padding-right: 0!important
}

*[dir=rtl] .pe-0 {
    padding-left: 0!important
}

html:not([dir=rtl]) .pe-1 {
    padding-right: .25rem!important
}

*[dir=rtl] .pe-1 {
    padding-left: .25rem!important
}

html:not([dir=rtl]) .pe-2 {
    padding-right: .5rem!important
}

*[dir=rtl] .pe-2 {
    padding-left: .5rem!important
}

html:not([dir=rtl]) .pe-3 {
    padding-right: 1rem!important
}

*[dir=rtl] .pe-3 {
    padding-left: 1rem!important
}

html:not([dir=rtl]) .pe-4 {
    padding-right: 1.5rem!important
}

*[dir=rtl] .pe-4 {
    padding-left: 1.5rem!important
}

html:not([dir=rtl]) .pe-5 {
    padding-right: 3rem!important
}

*[dir=rtl] .pe-5 {
    padding-left: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

html:not([dir=rtl]) .ps-0 {
    padding-left: 0!important
}

*[dir=rtl] .ps-0 {
    padding-right: 0!important
}

html:not([dir=rtl]) .ps-1 {
    padding-left: .25rem!important
}

*[dir=rtl] .ps-1 {
    padding-right: .25rem!important
}

html:not([dir=rtl]) .ps-2 {
    padding-left: .5rem!important
}

*[dir=rtl] .ps-2 {
    padding-right: .5rem!important
}

html:not([dir=rtl]) .ps-3 {
    padding-left: 1rem!important
}

*[dir=rtl] .ps-3 {
    padding-right: 1rem!important
}

html:not([dir=rtl]) .ps-4 {
    padding-left: 1.5rem!important
}

*[dir=rtl] .ps-4 {
    padding-right: 1.5rem!important
}

html:not([dir=rtl]) .ps-5 {
    padding-left: 3rem!important
}

*[dir=rtl] .ps-5 {
    padding-right: 3rem!important
}

.font-monospace {
    font-family: var(--cui-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw)!important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw)!important
}

.fs-5 {
    font-size: 1.25rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-light {
    font-weight: 300!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-medium {
    font-weight: 500!important
}

.fw-semibold {
    font-weight: 600!important
}

.fw-bold {
    font-weight: 700!important
}

.fw-bolder {
    font-weight: bolder!important
}

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.25!important
}

.lh-base {
    line-height: 1.5!important
}

.lh-lg {
    line-height: 2!important
}

html:not([dir=rtl]) .text-start {
    text-align: left!important
}

*[dir=rtl] .text-start {
    text-align: right!important
}

html:not([dir=rtl]) .text-end {
    text-align: right!important
}

*[dir=rtl] .text-end {
    text-align: left!important
}

html:not([dir=rtl]) .text-center {
    text-align: center!important
}

*[dir=rtl] .text-center {
    text-align: center!important
}

.text-decoration-none {
    text-decoration: none!important
}

.text-decoration-underline {
    text-decoration: underline!important
}

.text-decoration-line-through {
    text-decoration: line-through!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.text-primary {
    --cui-text-opacity: 1;
    color: rgba(var(--cui-primary-rgb),var(--cui-text-opacity))!important
}

.text-secondary {
    --cui-text-opacity: 1;
    color: rgba(var(--cui-secondary-rgb),var(--cui-text-opacity))!important
}

.text-success {
    --cui-text-opacity: 1;
    color: rgba(var(--cui-success-rgb),var(--cui-text-opacity))!important
}

.text-info {
    --cui-text-opacity: 1;
    color: rgba(var(--cui-info-rgb),var(--cui-text-opacity))!important
}

.text-warning {
    --cui-text-opacity: 1;
    color: rgba(var(--cui-warning-rgb),var(--cui-text-opacity))!important
}

.text-danger {
    --cui-text-opacity: 1;
    color: rgba(var(--cui-danger-rgb),var(--cui-text-opacity))!important
}

.text-light {
    --cui-text-opacity: 1;
    color: rgba(var(--cui-light-rgb),var(--cui-text-opacity))!important
}

.text-dark {
    --cui-text-opacity: 1;
    color: rgba(var(--cui-dark-rgb),var(--cui-text-opacity))!important
}

.text-black {
    --cui-text-opacity: 1;
    color: rgba(var(--cui-black-rgb),var(--cui-text-opacity))!important
}

.text-white {
    --cui-text-opacity: 1;
    color: rgba(var(--cui-white-rgb),var(--cui-text-opacity))!important
}

.text-body {
    --cui-text-opacity: 1;
    color: rgba(var(--cui-body-color-rgb),var(--cui-text-opacity))!important
}

.text-muted {
    --cui-text-opacity: 1;
    color: rgba(44,56,74,.38)!important
}

.text-black-50 {
    --cui-text-opacity: 1;
    color: rgba(0,0,21,.5)!important
}

.text-white-50 {
    --cui-text-opacity: 1;
    color: rgba(255,255,255,.5)!important
}

.text-reset {
    --cui-text-opacity: 1;
    color: inherit!important
}

.text-high-emphasis-inverse {
    --cui-text-opacity: 1;
    color: rgba(255,255,255,.87)!important
}

.text-medium-emphasis-inverse {
    --cui-text-opacity: 1;
    color: rgba(255,255,255,.6)!important
}

.text-disabled-inverse {
    --cui-text-opacity: 1;
    color: rgba(255,255,255,.38)!important
}

.text-high-emphasis {
    --cui-text-opacity: 1;
    color: rgba(44,56,74,.95)!important
}

.text-medium-emphasis {
    --cui-text-opacity: 1;
    color: rgba(44,56,74,.681)!important
}

.text-disabled {
    --cui-text-opacity: 1;
    color: rgba(44,56,74,.38)!important
}

.text-opacity-25 {
    --cui-text-opacity: 0.25
}

.text-opacity-50 {
    --cui-text-opacity: 0.5
}

.text-opacity-75 {
    --cui-text-opacity: 0.75
}

.text-opacity-100 {
    --cui-text-opacity: 1
}

.bg-primary {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-primary-rgb),var(--cui-bg-opacity))!important
}

.bg-secondary {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-secondary-rgb),var(--cui-bg-opacity))!important
}

.bg-success {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-success-rgb),var(--cui-bg-opacity))!important
}

.bg-info {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-info-rgb),var(--cui-bg-opacity))!important
}

.bg-warning {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-warning-rgb),var(--cui-bg-opacity))!important
}

.bg-danger {
    --cui-bg-opacity: 1;
    background-color: #ff0000 !important
}

.bg-light {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-light-rgb),var(--cui-bg-opacity))!important
}

.bg-dark {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-dark-rgb),var(--cui-bg-opacity))!important
}

.bg-black {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-black-rgb),var(--cui-bg-opacity))!important
}

.bg-white {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-white-rgb),var(--cui-bg-opacity))!important
}

.bg-body {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-body-bg-rgb),var(--cui-bg-opacity))!important
}

.bg-transparent {
    --cui-bg-opacity: 1;
    background-color: transparent!important
}

.bg-opacity-10 {
    --cui-bg-opacity: 0.1
}

.bg-opacity-25 {
    --cui-bg-opacity: 0.25
}

.bg-opacity-50 {
    --cui-bg-opacity: 0.5
}

.bg-opacity-75 {
    --cui-bg-opacity: 0.75
}

.bg-opacity-100 {
    --cui-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--cui-gradient)!important
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    user-select: none!important
}

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: .2rem!important
}

.rounded-2 {
    border-radius: .25rem!important
}

.rounded-3 {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

html:not([dir=rtl]) .rounded-end {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

*[dir=rtl] .rounded-end {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

html:not([dir=rtl]) .rounded-start {
    border-bottom-left-radius: .25rem!important;
    border-top-left-radius: .25rem!important
}

*[dir=rtl] .rounded-start {
    border-bottom-right-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media(min-width: 576px) {
    html:not([dir=rtl]) .float-sm-start {
        float:left!important
    }

    *[dir=rtl] .float-sm-start {
        float: right!important
    }

    html:not([dir=rtl]) .float-sm-end {
        float: right!important
    }

    *[dir=rtl] .float-sm-end {
        float: left!important
    }

    html:not([dir=rtl]) .float-sm-none {
        float: none!important
    }

    *[dir=rtl] .float-sm-none {
        float: none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        flex-direction: row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .gap-sm-0 {
        gap: 0!important
    }

    .gap-sm-1 {
        gap: .25rem!important
    }

    .gap-sm-2 {
        gap: .5rem!important
    }

    .gap-sm-3 {
        gap: 1rem!important
    }

    .gap-sm-4 {
        gap: 1.5rem!important
    }

    .gap-sm-5 {
        gap: 3rem!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }

    .order-sm-first {
        order: -1!important
    }

    .order-sm-0 {
        order: 0!important
    }

    .order-sm-1 {
        order: 1!important
    }

    .order-sm-2 {
        order: 2!important
    }

    .order-sm-3 {
        order: 3!important
    }

    .order-sm-4 {
        order: 4!important
    }

    .order-sm-5 {
        order: 5!important
    }

    .order-sm-last {
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-sm-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-sm-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-sm-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-sm-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-sm-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mt-sm-2 {
        margin-top: .5rem!important
    }

    .mt-sm-3 {
        margin-top: 1rem!important
    }

    .mt-sm-4 {
        margin-top: 1.5rem!important
    }

    .mt-sm-5 {
        margin-top: 3rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    html:not([dir=rtl]) .me-sm-0 {
        margin-right: 0!important
    }

    *[dir=rtl] .me-sm-0 {
        margin-left: 0!important
    }

    html:not([dir=rtl]) .me-sm-1 {
        margin-right: .25rem!important
    }

    *[dir=rtl] .me-sm-1 {
        margin-left: .25rem!important
    }

    html:not([dir=rtl]) .me-sm-2 {
        margin-right: .5rem!important
    }

    *[dir=rtl] .me-sm-2 {
        margin-left: .5rem!important
    }

    html:not([dir=rtl]) .me-sm-3 {
        margin-right: 1rem!important
    }

    *[dir=rtl] .me-sm-3 {
        margin-left: 1rem!important
    }

    html:not([dir=rtl]) .me-sm-4 {
        margin-right: 1.5rem!important
    }

    *[dir=rtl] .me-sm-4 {
        margin-left: 1.5rem!important
    }

    html:not([dir=rtl]) .me-sm-5 {
        margin-right: 3rem!important
    }

    *[dir=rtl] .me-sm-5 {
        margin-left: 3rem!important
    }

    html:not([dir=rtl]) .me-sm-auto {
        margin-right: auto!important
    }

    *[dir=rtl] .me-sm-auto {
        margin-left: auto!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .mb-sm-3 {
        margin-bottom: 1rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-5 {
        margin-bottom: 3rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    html:not([dir=rtl]) .ms-sm-0 {
        margin-left: 0!important
    }

    *[dir=rtl] .ms-sm-0 {
        margin-right: 0!important
    }

    html:not([dir=rtl]) .ms-sm-1 {
        margin-left: .25rem!important
    }

    *[dir=rtl] .ms-sm-1 {
        margin-right: .25rem!important
    }

    html:not([dir=rtl]) .ms-sm-2 {
        margin-left: .5rem!important
    }

    *[dir=rtl] .ms-sm-2 {
        margin-right: .5rem!important
    }

    html:not([dir=rtl]) .ms-sm-3 {
        margin-left: 1rem!important
    }

    *[dir=rtl] .ms-sm-3 {
        margin-right: 1rem!important
    }

    html:not([dir=rtl]) .ms-sm-4 {
        margin-left: 1.5rem!important
    }

    *[dir=rtl] .ms-sm-4 {
        margin-right: 1.5rem!important
    }

    html:not([dir=rtl]) .ms-sm-5 {
        margin-left: 3rem!important
    }

    *[dir=rtl] .ms-sm-5 {
        margin-right: 3rem!important
    }

    html:not([dir=rtl]) .ms-sm-auto {
        margin-left: auto!important
    }

    *[dir=rtl] .ms-sm-auto {
        margin-right: auto!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    html:not([dir=rtl]) .pe-sm-0 {
        padding-right: 0!important
    }

    *[dir=rtl] .pe-sm-0 {
        padding-left: 0!important
    }

    html:not([dir=rtl]) .pe-sm-1 {
        padding-right: .25rem!important
    }

    *[dir=rtl] .pe-sm-1 {
        padding-left: .25rem!important
    }

    html:not([dir=rtl]) .pe-sm-2 {
        padding-right: .5rem!important
    }

    *[dir=rtl] .pe-sm-2 {
        padding-left: .5rem!important
    }

    html:not([dir=rtl]) .pe-sm-3 {
        padding-right: 1rem!important
    }

    *[dir=rtl] .pe-sm-3 {
        padding-left: 1rem!important
    }

    html:not([dir=rtl]) .pe-sm-4 {
        padding-right: 1.5rem!important
    }

    *[dir=rtl] .pe-sm-4 {
        padding-left: 1.5rem!important
    }

    html:not([dir=rtl]) .pe-sm-5 {
        padding-right: 3rem!important
    }

    *[dir=rtl] .pe-sm-5 {
        padding-left: 3rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .pb-sm-3 {
        padding-bottom: 1rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-5 {
        padding-bottom: 3rem!important
    }

    html:not([dir=rtl]) .ps-sm-0 {
        padding-left: 0!important
    }

    *[dir=rtl] .ps-sm-0 {
        padding-right: 0!important
    }

    html:not([dir=rtl]) .ps-sm-1 {
        padding-left: .25rem!important
    }

    *[dir=rtl] .ps-sm-1 {
        padding-right: .25rem!important
    }

    html:not([dir=rtl]) .ps-sm-2 {
        padding-left: .5rem!important
    }

    *[dir=rtl] .ps-sm-2 {
        padding-right: .5rem!important
    }

    html:not([dir=rtl]) .ps-sm-3 {
        padding-left: 1rem!important
    }

    *[dir=rtl] .ps-sm-3 {
        padding-right: 1rem!important
    }

    html:not([dir=rtl]) .ps-sm-4 {
        padding-left: 1.5rem!important
    }

    *[dir=rtl] .ps-sm-4 {
        padding-right: 1.5rem!important
    }

    html:not([dir=rtl]) .ps-sm-5 {
        padding-left: 3rem!important
    }

    *[dir=rtl] .ps-sm-5 {
        padding-right: 3rem!important
    }

    html:not([dir=rtl]) .text-sm-start {
        text-align: left!important
    }

    *[dir=rtl] .text-sm-start {
        text-align: right!important
    }

    html:not([dir=rtl]) .text-sm-end {
        text-align: right!important
    }

    *[dir=rtl] .text-sm-end {
        text-align: left!important
    }

    html:not([dir=rtl]) .text-sm-center {
        text-align: center!important
    }

    *[dir=rtl] .text-sm-center {
        text-align: center!important
    }
}

@media(min-width: 768px) {
    html:not([dir=rtl]) .float-md-start {
        float:left!important
    }

    *[dir=rtl] .float-md-start {
        float: right!important
    }

    html:not([dir=rtl]) .float-md-end {
        float: right!important
    }

    *[dir=rtl] .float-md-end {
        float: left!important
    }

    html:not([dir=rtl]) .float-md-none {
        float: none!important
    }

    *[dir=rtl] .float-md-none {
        float: none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-grid {
        display: grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-row {
        flex-direction: row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .gap-md-0 {
        gap: 0!important
    }

    .gap-md-1 {
        gap: .25rem!important
    }

    .gap-md-2 {
        gap: .5rem!important
    }

    .gap-md-3 {
        gap: 1rem!important
    }

    .gap-md-4 {
        gap: 1.5rem!important
    }

    .gap-md-5 {
        gap: 3rem!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .order-md-first {
        order: -1!important
    }

    .order-md-0 {
        order: 0!important
    }

    .order-md-1 {
        order: 1!important
    }

    .order-md-2 {
        order: 2!important
    }

    .order-md-3 {
        order: 3!important
    }

    .order-md-4 {
        order: 4!important
    }

    .order-md-5 {
        order: 5!important
    }

    .order-md-last {
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-md-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mt-md-2 {
        margin-top: .5rem!important
    }

    .mt-md-3 {
        margin-top: 1rem!important
    }

    .mt-md-4 {
        margin-top: 1.5rem!important
    }

    .mt-md-5 {
        margin-top: 3rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    html:not([dir=rtl]) .me-md-0 {
        margin-right: 0!important
    }

    *[dir=rtl] .me-md-0 {
        margin-left: 0!important
    }

    html:not([dir=rtl]) .me-md-1 {
        margin-right: .25rem!important
    }

    *[dir=rtl] .me-md-1 {
        margin-left: .25rem!important
    }

    html:not([dir=rtl]) .me-md-2 {
        margin-right: .5rem!important
    }

    *[dir=rtl] .me-md-2 {
        margin-left: .5rem!important
    }

    html:not([dir=rtl]) .me-md-3 {
        margin-right: 1rem!important
    }

    *[dir=rtl] .me-md-3 {
        margin-left: 1rem!important
    }

    html:not([dir=rtl]) .me-md-4 {
        margin-right: 1.5rem!important
    }

    *[dir=rtl] .me-md-4 {
        margin-left: 1.5rem!important
    }

    html:not([dir=rtl]) .me-md-5 {
        margin-right: 3rem!important
    }

    *[dir=rtl] .me-md-5 {
        margin-left: 3rem!important
    }

    html:not([dir=rtl]) .me-md-auto {
        margin-right: auto!important
    }

    *[dir=rtl] .me-md-auto {
        margin-left: auto!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .mb-md-2 {
        margin-bottom: .5rem!important
    }

    .mb-md-3 {
        margin-bottom: 1rem!important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-5 {
        margin-bottom: 3rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    html:not([dir=rtl]) .ms-md-0 {
        margin-left: 0!important
    }

    *[dir=rtl] .ms-md-0 {
        margin-right: 0!important
    }

    html:not([dir=rtl]) .ms-md-1 {
        margin-left: .25rem!important
    }

    *[dir=rtl] .ms-md-1 {
        margin-right: .25rem!important
    }

    html:not([dir=rtl]) .ms-md-2 {
        margin-left: .5rem!important
    }

    *[dir=rtl] .ms-md-2 {
        margin-right: .5rem!important
    }

    html:not([dir=rtl]) .ms-md-3 {
        margin-left: 1rem!important
    }

    *[dir=rtl] .ms-md-3 {
        margin-right: 1rem!important
    }

    html:not([dir=rtl]) .ms-md-4 {
        margin-left: 1.5rem!important
    }

    *[dir=rtl] .ms-md-4 {
        margin-right: 1.5rem!important
    }

    html:not([dir=rtl]) .ms-md-5 {
        margin-left: 3rem!important
    }

    *[dir=rtl] .ms-md-5 {
        margin-right: 3rem!important
    }

    html:not([dir=rtl]) .ms-md-auto {
        margin-left: auto!important
    }

    *[dir=rtl] .ms-md-auto {
        margin-right: auto!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    html:not([dir=rtl]) .pe-md-0 {
        padding-right: 0!important
    }

    *[dir=rtl] .pe-md-0 {
        padding-left: 0!important
    }

    html:not([dir=rtl]) .pe-md-1 {
        padding-right: .25rem!important
    }

    *[dir=rtl] .pe-md-1 {
        padding-left: .25rem!important
    }

    html:not([dir=rtl]) .pe-md-2 {
        padding-right: .5rem!important
    }

    *[dir=rtl] .pe-md-2 {
        padding-left: .5rem!important
    }

    html:not([dir=rtl]) .pe-md-3 {
        padding-right: 1rem!important
    }

    *[dir=rtl] .pe-md-3 {
        padding-left: 1rem!important
    }

    html:not([dir=rtl]) .pe-md-4 {
        padding-right: 1.5rem!important
    }

    *[dir=rtl] .pe-md-4 {
        padding-left: 1.5rem!important
    }

    html:not([dir=rtl]) .pe-md-5 {
        padding-right: 3rem!important
    }

    *[dir=rtl] .pe-md-5 {
        padding-left: 3rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pb-md-2 {
        padding-bottom: .5rem!important
    }

    .pb-md-3 {
        padding-bottom: 1rem!important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-5 {
        padding-bottom: 3rem!important
    }

    html:not([dir=rtl]) .ps-md-0 {
        padding-left: 0!important
    }

    *[dir=rtl] .ps-md-0 {
        padding-right: 0!important
    }

    html:not([dir=rtl]) .ps-md-1 {
        padding-left: .25rem!important
    }

    *[dir=rtl] .ps-md-1 {
        padding-right: .25rem!important
    }

    html:not([dir=rtl]) .ps-md-2 {
        padding-left: .5rem!important
    }

    *[dir=rtl] .ps-md-2 {
        padding-right: .5rem!important
    }

    html:not([dir=rtl]) .ps-md-3 {
        padding-left: 1rem!important
    }

    *[dir=rtl] .ps-md-3 {
        padding-right: 1rem!important
    }

    html:not([dir=rtl]) .ps-md-4 {
        padding-left: 1.5rem!important
    }

    *[dir=rtl] .ps-md-4 {
        padding-right: 1.5rem!important
    }

    html:not([dir=rtl]) .ps-md-5 {
        padding-left: 3rem!important
    }

    *[dir=rtl] .ps-md-5 {
        padding-right: 3rem!important
    }

    html:not([dir=rtl]) .text-md-start {
        text-align: left!important
    }

    *[dir=rtl] .text-md-start {
        text-align: right!important
    }

    html:not([dir=rtl]) .text-md-end {
        text-align: right!important
    }

    *[dir=rtl] .text-md-end {
        text-align: left!important
    }

    html:not([dir=rtl]) .text-md-center {
        text-align: center!important
    }

    *[dir=rtl] .text-md-center {
        text-align: center!important
    }
}

@media(min-width: 992px) {
    html:not([dir=rtl]) .float-lg-start {
        float:left!important
    }

    *[dir=rtl] .float-lg-start {
        float: right!important
    }

    html:not([dir=rtl]) .float-lg-end {
        float: right!important
    }

    *[dir=rtl] .float-lg-end {
        float: left!important
    }

    html:not([dir=rtl]) .float-lg-none {
        float: none!important
    }

    *[dir=rtl] .float-lg-none {
        float: none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-grid {
        display: grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        flex-direction: row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .gap-lg-0 {
        gap: 0!important
    }

    .gap-lg-1 {
        gap: .25rem!important
    }

    .gap-lg-2 {
        gap: .5rem!important
    }

    .gap-lg-3 {
        gap: 1rem!important
    }

    .gap-lg-4 {
        gap: 1.5rem!important
    }

    .gap-lg-5 {
        gap: 3rem!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .order-lg-first {
        order: -1!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .order-lg-1 {
        order: 1!important
    }

    .order-lg-2 {
        order: 2!important
    }

    .order-lg-3 {
        order: 3!important
    }

    .order-lg-4 {
        order: 4!important
    }

    .order-lg-5 {
        order: 5!important
    }

    .order-lg-last {
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-lg-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-lg-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-lg-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-lg-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mt-lg-2 {
        margin-top: .5rem!important
    }

    .mt-lg-3 {
        margin-top: 1rem!important
    }

    .mt-lg-4 {
        margin-top: 1.5rem!important
    }

    .mt-lg-5 {
        margin-top: 3rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    html:not([dir=rtl]) .me-lg-0 {
        margin-right: 0!important
    }

    *[dir=rtl] .me-lg-0 {
        margin-left: 0!important
    }

    html:not([dir=rtl]) .me-lg-1 {
        margin-right: .25rem!important
    }

    *[dir=rtl] .me-lg-1 {
        margin-left: .25rem!important
    }

    html:not([dir=rtl]) .me-lg-2 {
        margin-right: .5rem!important
    }

    *[dir=rtl] .me-lg-2 {
        margin-left: .5rem!important
    }

    html:not([dir=rtl]) .me-lg-3 {
        margin-right: 1rem!important
    }

    *[dir=rtl] .me-lg-3 {
        margin-left: 1rem!important
    }

    html:not([dir=rtl]) .me-lg-4 {
        margin-right: 1.5rem!important
    }

    *[dir=rtl] .me-lg-4 {
        margin-left: 1.5rem!important
    }

    html:not([dir=rtl]) .me-lg-5 {
        margin-right: 3rem!important
    }

    *[dir=rtl] .me-lg-5 {
        margin-left: 3rem!important
    }

    html:not([dir=rtl]) .me-lg-auto {
        margin-right: auto!important
    }

    *[dir=rtl] .me-lg-auto {
        margin-left: auto!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .mb-lg-3 {
        margin-bottom: 1rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-5 {
        margin-bottom: 3rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    html:not([dir=rtl]) .ms-lg-0 {
        margin-left: 0!important
    }

    *[dir=rtl] .ms-lg-0 {
        margin-right: 0!important
    }

    html:not([dir=rtl]) .ms-lg-1 {
        margin-left: .25rem!important
    }

    *[dir=rtl] .ms-lg-1 {
        margin-right: .25rem!important
    }

    html:not([dir=rtl]) .ms-lg-2 {
        margin-left: .5rem!important
    }

    *[dir=rtl] .ms-lg-2 {
        margin-right: .5rem!important
    }

    html:not([dir=rtl]) .ms-lg-3 {
        margin-left: 1rem!important
    }

    *[dir=rtl] .ms-lg-3 {
        margin-right: 1rem!important
    }

    html:not([dir=rtl]) .ms-lg-4 {
        margin-left: 1.5rem!important
    }

    *[dir=rtl] .ms-lg-4 {
        margin-right: 1.5rem!important
    }

    html:not([dir=rtl]) .ms-lg-5 {
        margin-left: 3rem!important
    }

    *[dir=rtl] .ms-lg-5 {
        margin-right: 3rem!important
    }

    html:not([dir=rtl]) .ms-lg-auto {
        margin-left: auto!important
    }

    *[dir=rtl] .ms-lg-auto {
        margin-right: auto!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    html:not([dir=rtl]) .pe-lg-0 {
        padding-right: 0!important
    }

    *[dir=rtl] .pe-lg-0 {
        padding-left: 0!important
    }

    html:not([dir=rtl]) .pe-lg-1 {
        padding-right: .25rem!important
    }

    *[dir=rtl] .pe-lg-1 {
        padding-left: .25rem!important
    }

    html:not([dir=rtl]) .pe-lg-2 {
        padding-right: .5rem!important
    }

    *[dir=rtl] .pe-lg-2 {
        padding-left: .5rem!important
    }

    html:not([dir=rtl]) .pe-lg-3 {
        padding-right: 1rem!important
    }

    *[dir=rtl] .pe-lg-3 {
        padding-left: 1rem!important
    }

    html:not([dir=rtl]) .pe-lg-4 {
        padding-right: 1.5rem!important
    }

    *[dir=rtl] .pe-lg-4 {
        padding-left: 1.5rem!important
    }

    html:not([dir=rtl]) .pe-lg-5 {
        padding-right: 3rem!important
    }

    *[dir=rtl] .pe-lg-5 {
        padding-left: 3rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .pb-lg-3 {
        padding-bottom: 1rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-5 {
        padding-bottom: 3rem!important
    }

    html:not([dir=rtl]) .ps-lg-0 {
        padding-left: 0!important
    }

    *[dir=rtl] .ps-lg-0 {
        padding-right: 0!important
    }

    html:not([dir=rtl]) .ps-lg-1 {
        padding-left: .25rem!important
    }

    *[dir=rtl] .ps-lg-1 {
        padding-right: .25rem!important
    }

    html:not([dir=rtl]) .ps-lg-2 {
        padding-left: .5rem!important
    }

    *[dir=rtl] .ps-lg-2 {
        padding-right: .5rem!important
    }

    html:not([dir=rtl]) .ps-lg-3 {
        padding-left: 1rem!important
    }

    *[dir=rtl] .ps-lg-3 {
        padding-right: 1rem!important
    }

    html:not([dir=rtl]) .ps-lg-4 {
        padding-left: 1.5rem!important
    }

    *[dir=rtl] .ps-lg-4 {
        padding-right: 1.5rem!important
    }

    html:not([dir=rtl]) .ps-lg-5 {
        padding-left: 3rem!important
    }

    *[dir=rtl] .ps-lg-5 {
        padding-right: 3rem!important
    }

    html:not([dir=rtl]) .text-lg-start {
        text-align: left!important
    }

    *[dir=rtl] .text-lg-start {
        text-align: right!important
    }

    html:not([dir=rtl]) .text-lg-end {
        text-align: right!important
    }

    *[dir=rtl] .text-lg-end {
        text-align: left!important
    }

    html:not([dir=rtl]) .text-lg-center {
        text-align: center!important
    }

    *[dir=rtl] .text-lg-center {
        text-align: center!important
    }
}

@media(min-width: 1200px) {
    html:not([dir=rtl]) .float-xl-start {
        float:left!important
    }

    *[dir=rtl] .float-xl-start {
        float: right!important
    }

    html:not([dir=rtl]) .float-xl-end {
        float: right!important
    }

    *[dir=rtl] .float-xl-end {
        float: left!important
    }

    html:not([dir=rtl]) .float-xl-none {
        float: none!important
    }

    *[dir=rtl] .float-xl-none {
        float: none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-grid {
        display: grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        flex-direction: row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .gap-xl-0 {
        gap: 0!important
    }

    .gap-xl-1 {
        gap: .25rem!important
    }

    .gap-xl-2 {
        gap: .5rem!important
    }

    .gap-xl-3 {
        gap: 1rem!important
    }

    .gap-xl-4 {
        gap: 1.5rem!important
    }

    .gap-xl-5 {
        gap: 3rem!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .order-xl-first {
        order: -1!important
    }

    .order-xl-0 {
        order: 0!important
    }

    .order-xl-1 {
        order: 1!important
    }

    .order-xl-2 {
        order: 2!important
    }

    .order-xl-3 {
        order: 3!important
    }

    .order-xl-4 {
        order: 4!important
    }

    .order-xl-5 {
        order: 5!important
    }

    .order-xl-last {
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mt-xl-2 {
        margin-top: .5rem!important
    }

    .mt-xl-3 {
        margin-top: 1rem!important
    }

    .mt-xl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xl-5 {
        margin-top: 3rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    html:not([dir=rtl]) .me-xl-0 {
        margin-right: 0!important
    }

    *[dir=rtl] .me-xl-0 {
        margin-left: 0!important
    }

    html:not([dir=rtl]) .me-xl-1 {
        margin-right: .25rem!important
    }

    *[dir=rtl] .me-xl-1 {
        margin-left: .25rem!important
    }

    html:not([dir=rtl]) .me-xl-2 {
        margin-right: .5rem!important
    }

    *[dir=rtl] .me-xl-2 {
        margin-left: .5rem!important
    }

    html:not([dir=rtl]) .me-xl-3 {
        margin-right: 1rem!important
    }

    *[dir=rtl] .me-xl-3 {
        margin-left: 1rem!important
    }

    html:not([dir=rtl]) .me-xl-4 {
        margin-right: 1.5rem!important
    }

    *[dir=rtl] .me-xl-4 {
        margin-left: 1.5rem!important
    }

    html:not([dir=rtl]) .me-xl-5 {
        margin-right: 3rem!important
    }

    *[dir=rtl] .me-xl-5 {
        margin-left: 3rem!important
    }

    html:not([dir=rtl]) .me-xl-auto {
        margin-right: auto!important
    }

    *[dir=rtl] .me-xl-auto {
        margin-left: auto!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    html:not([dir=rtl]) .ms-xl-0 {
        margin-left: 0!important
    }

    *[dir=rtl] .ms-xl-0 {
        margin-right: 0!important
    }

    html:not([dir=rtl]) .ms-xl-1 {
        margin-left: .25rem!important
    }

    *[dir=rtl] .ms-xl-1 {
        margin-right: .25rem!important
    }

    html:not([dir=rtl]) .ms-xl-2 {
        margin-left: .5rem!important
    }

    *[dir=rtl] .ms-xl-2 {
        margin-right: .5rem!important
    }

    html:not([dir=rtl]) .ms-xl-3 {
        margin-left: 1rem!important
    }

    *[dir=rtl] .ms-xl-3 {
        margin-right: 1rem!important
    }

    html:not([dir=rtl]) .ms-xl-4 {
        margin-left: 1.5rem!important
    }

    *[dir=rtl] .ms-xl-4 {
        margin-right: 1.5rem!important
    }

    html:not([dir=rtl]) .ms-xl-5 {
        margin-left: 3rem!important
    }

    *[dir=rtl] .ms-xl-5 {
        margin-right: 3rem!important
    }

    html:not([dir=rtl]) .ms-xl-auto {
        margin-left: auto!important
    }

    *[dir=rtl] .ms-xl-auto {
        margin-right: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pt-xl-3 {
        padding-top: 1rem!important
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xl-5 {
        padding-top: 3rem!important
    }

    html:not([dir=rtl]) .pe-xl-0 {
        padding-right: 0!important
    }

    *[dir=rtl] .pe-xl-0 {
        padding-left: 0!important
    }

    html:not([dir=rtl]) .pe-xl-1 {
        padding-right: .25rem!important
    }

    *[dir=rtl] .pe-xl-1 {
        padding-left: .25rem!important
    }

    html:not([dir=rtl]) .pe-xl-2 {
        padding-right: .5rem!important
    }

    *[dir=rtl] .pe-xl-2 {
        padding-left: .5rem!important
    }

    html:not([dir=rtl]) .pe-xl-3 {
        padding-right: 1rem!important
    }

    *[dir=rtl] .pe-xl-3 {
        padding-left: 1rem!important
    }

    html:not([dir=rtl]) .pe-xl-4 {
        padding-right: 1.5rem!important
    }

    *[dir=rtl] .pe-xl-4 {
        padding-left: 1.5rem!important
    }

    html:not([dir=rtl]) .pe-xl-5 {
        padding-right: 3rem!important
    }

    *[dir=rtl] .pe-xl-5 {
        padding-left: 3rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important
    }

    html:not([dir=rtl]) .ps-xl-0 {
        padding-left: 0!important
    }

    *[dir=rtl] .ps-xl-0 {
        padding-right: 0!important
    }

    html:not([dir=rtl]) .ps-xl-1 {
        padding-left: .25rem!important
    }

    *[dir=rtl] .ps-xl-1 {
        padding-right: .25rem!important
    }

    html:not([dir=rtl]) .ps-xl-2 {
        padding-left: .5rem!important
    }

    *[dir=rtl] .ps-xl-2 {
        padding-right: .5rem!important
    }

    html:not([dir=rtl]) .ps-xl-3 {
        padding-left: 1rem!important
    }

    *[dir=rtl] .ps-xl-3 {
        padding-right: 1rem!important
    }

    html:not([dir=rtl]) .ps-xl-4 {
        padding-left: 1.5rem!important
    }

    *[dir=rtl] .ps-xl-4 {
        padding-right: 1.5rem!important
    }

    html:not([dir=rtl]) .ps-xl-5 {
        padding-left: 3rem!important
    }

    *[dir=rtl] .ps-xl-5 {
        padding-right: 3rem!important
    }

    html:not([dir=rtl]) .text-xl-start {
        text-align: left!important
    }

    *[dir=rtl] .text-xl-start {
        text-align: right!important
    }

    html:not([dir=rtl]) .text-xl-end {
        text-align: right!important
    }

    *[dir=rtl] .text-xl-end {
        text-align: left!important
    }

    html:not([dir=rtl]) .text-xl-center {
        text-align: center!important
    }

    *[dir=rtl] .text-xl-center {
        text-align: center!important
    }
}

@media(min-width: 1400px) {
    html:not([dir=rtl]) .float-xxl-start {
        float:left!important
    }

    *[dir=rtl] .float-xxl-start {
        float: right!important
    }

    html:not([dir=rtl]) .float-xxl-end {
        float: right!important
    }

    *[dir=rtl] .float-xxl-end {
        float: left!important
    }

    html:not([dir=rtl]) .float-xxl-none {
        float: none!important
    }

    *[dir=rtl] .float-xxl-none {
        float: none!important
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        flex-direction: row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .gap-xxl-0 {
        gap: 0!important
    }

    .gap-xxl-1 {
        gap: .25rem!important
    }

    .gap-xxl-2 {
        gap: .5rem!important
    }

    .gap-xxl-3 {
        gap: 1rem!important
    }

    .gap-xxl-4 {
        gap: 1.5rem!important
    }

    .gap-xxl-5 {
        gap: 3rem!important
    }

    .justify-content-xxl-start {
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }

    .order-xxl-first {
        order: -1!important
    }

    .order-xxl-0 {
        order: 0!important
    }

    .order-xxl-1 {
        order: 1!important
    }

    .order-xxl-2 {
        order: 2!important
    }

    .order-xxl-3 {
        order: 3!important
    }

    .order-xxl-4 {
        order: 4!important
    }

    .order-xxl-5 {
        order: 5!important
    }

    .order-xxl-last {
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xxl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xxl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xxl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xxl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xxl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xxl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xxl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xxl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-1 {
        margin-top: .25rem!important
    }

    .mt-xxl-2 {
        margin-top: .5rem!important
    }

    .mt-xxl-3 {
        margin-top: 1rem!important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-5 {
        margin-top: 3rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    html:not([dir=rtl]) .me-xxl-0 {
        margin-right: 0!important
    }

    *[dir=rtl] .me-xxl-0 {
        margin-left: 0!important
    }

    html:not([dir=rtl]) .me-xxl-1 {
        margin-right: .25rem!important
    }

    *[dir=rtl] .me-xxl-1 {
        margin-left: .25rem!important
    }

    html:not([dir=rtl]) .me-xxl-2 {
        margin-right: .5rem!important
    }

    *[dir=rtl] .me-xxl-2 {
        margin-left: .5rem!important
    }

    html:not([dir=rtl]) .me-xxl-3 {
        margin-right: 1rem!important
    }

    *[dir=rtl] .me-xxl-3 {
        margin-left: 1rem!important
    }

    html:not([dir=rtl]) .me-xxl-4 {
        margin-right: 1.5rem!important
    }

    *[dir=rtl] .me-xxl-4 {
        margin-left: 1.5rem!important
    }

    html:not([dir=rtl]) .me-xxl-5 {
        margin-right: 3rem!important
    }

    *[dir=rtl] .me-xxl-5 {
        margin-left: 3rem!important
    }

    html:not([dir=rtl]) .me-xxl-auto {
        margin-right: auto!important
    }

    *[dir=rtl] .me-xxl-auto {
        margin-left: auto!important
    }

    .mb-xxl-0 {
        margin-bottom: 0!important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    html:not([dir=rtl]) .ms-xxl-0 {
        margin-left: 0!important
    }

    *[dir=rtl] .ms-xxl-0 {
        margin-right: 0!important
    }

    html:not([dir=rtl]) .ms-xxl-1 {
        margin-left: .25rem!important
    }

    *[dir=rtl] .ms-xxl-1 {
        margin-right: .25rem!important
    }

    html:not([dir=rtl]) .ms-xxl-2 {
        margin-left: .5rem!important
    }

    *[dir=rtl] .ms-xxl-2 {
        margin-right: .5rem!important
    }

    html:not([dir=rtl]) .ms-xxl-3 {
        margin-left: 1rem!important
    }

    *[dir=rtl] .ms-xxl-3 {
        margin-right: 1rem!important
    }

    html:not([dir=rtl]) .ms-xxl-4 {
        margin-left: 1.5rem!important
    }

    *[dir=rtl] .ms-xxl-4 {
        margin-right: 1.5rem!important
    }

    html:not([dir=rtl]) .ms-xxl-5 {
        margin-left: 3rem!important
    }

    *[dir=rtl] .ms-xxl-5 {
        margin-right: 3rem!important
    }

    html:not([dir=rtl]) .ms-xxl-auto {
        margin-left: auto!important
    }

    *[dir=rtl] .ms-xxl-auto {
        margin-right: auto!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .px-xxl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xxl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xxl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xxl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xxl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xxl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xxl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xxl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xxl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-1 {
        padding-top: .25rem!important
    }

    .pt-xxl-2 {
        padding-top: .5rem!important
    }

    .pt-xxl-3 {
        padding-top: 1rem!important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-5 {
        padding-top: 3rem!important
    }

    html:not([dir=rtl]) .pe-xxl-0 {
        padding-right: 0!important
    }

    *[dir=rtl] .pe-xxl-0 {
        padding-left: 0!important
    }

    html:not([dir=rtl]) .pe-xxl-1 {
        padding-right: .25rem!important
    }

    *[dir=rtl] .pe-xxl-1 {
        padding-left: .25rem!important
    }

    html:not([dir=rtl]) .pe-xxl-2 {
        padding-right: .5rem!important
    }

    *[dir=rtl] .pe-xxl-2 {
        padding-left: .5rem!important
    }

    html:not([dir=rtl]) .pe-xxl-3 {
        padding-right: 1rem!important
    }

    *[dir=rtl] .pe-xxl-3 {
        padding-left: 1rem!important
    }

    html:not([dir=rtl]) .pe-xxl-4 {
        padding-right: 1.5rem!important
    }

    *[dir=rtl] .pe-xxl-4 {
        padding-left: 1.5rem!important
    }

    html:not([dir=rtl]) .pe-xxl-5 {
        padding-right: 3rem!important
    }

    *[dir=rtl] .pe-xxl-5 {
        padding-left: 3rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }

    html:not([dir=rtl]) .ps-xxl-0 {
        padding-left: 0!important
    }

    *[dir=rtl] .ps-xxl-0 {
        padding-right: 0!important
    }

    html:not([dir=rtl]) .ps-xxl-1 {
        padding-left: .25rem!important
    }

    *[dir=rtl] .ps-xxl-1 {
        padding-right: .25rem!important
    }

    html:not([dir=rtl]) .ps-xxl-2 {
        padding-left: .5rem!important
    }

    *[dir=rtl] .ps-xxl-2 {
        padding-right: .5rem!important
    }

    html:not([dir=rtl]) .ps-xxl-3 {
        padding-left: 1rem!important
    }

    *[dir=rtl] .ps-xxl-3 {
        padding-right: 1rem!important
    }

    html:not([dir=rtl]) .ps-xxl-4 {
        padding-left: 1.5rem!important
    }

    *[dir=rtl] .ps-xxl-4 {
        padding-right: 1.5rem!important
    }

    html:not([dir=rtl]) .ps-xxl-5 {
        padding-left: 3rem!important
    }

    *[dir=rtl] .ps-xxl-5 {
        padding-right: 3rem!important
    }

    html:not([dir=rtl]) .text-xxl-start {
        text-align: left!important
    }

    *[dir=rtl] .text-xxl-start {
        text-align: right!important
    }

    html:not([dir=rtl]) .text-xxl-end {
        text-align: right!important
    }

    *[dir=rtl] .text-xxl-end {
        text-align: left!important
    }

    html:not([dir=rtl]) .text-xxl-center {
        text-align: center!important
    }

    *[dir=rtl] .text-xxl-center {
        text-align: center!important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size:2.5rem!important
    }

    .fs-2 {
        font-size: 2rem!important
    }

    .fs-3 {
        font-size: 1.75rem!important
    }

    .fs-4 {
        font-size: 1.5rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}

.bg-primary-gradient {
    background-color: var(--cui-primary,#1f1498);
    background-image: linear-gradient(45deg,var(--cui-primary-start,#321fdb) 0%,var(--cui-primary-stop,#1f1498 100%))
}

.bg-secondary-gradient {
    background-color: var(--cui-secondary,#fff);
    background-image: linear-gradient(45deg,var(--cui-secondary-start,#c8d2dc) 0%,var(--cui-secondary-stop,#fff 100%))
}

.bg-success-gradient {
    background-color: var(--cui-success,#1b9e3e);
    background-image: linear-gradient(45deg,var(--cui-success-start,#2eb85c) 0%,var(--cui-success-stop,#1b9e3e 100%))
}

.bg-info-gradient {
    background-color: var(--cui-info,#2982cc);
    background-image: linear-gradient(45deg,var(--cui-info-start,#39f) 0%,var(--cui-info-stop,#2982cc 100%))
}

.bg-warning-gradient {
    background-color: var(--cui-warning,#f6960b);
    background-image: linear-gradient(45deg,var(--cui-warning-start,#f9b115) 0%,var(--cui-warning-stop,#f6960b 100%))
}

.bg-danger-gradient {
    background-color: var(--cui-danger,#d93737);
    background-image: linear-gradient(45deg,var(--cui-danger-start,#e55353) 0%,var(--cui-danger-stop,#d93737 100%))
}

.bg-light-gradient {
    background-color: var(--cui-light,#fff);
    background-image: linear-gradient(45deg,var(--cui-light-start,#e3e8ed) 0%,var(--cui-light-stop,#fff 100%))
}

.bg-dark-gradient {
    background-color: var(--cui-dark,#212333);
    background-image: linear-gradient(45deg,var(--cui-dark-start,#3c4b64) 0%,var(--cui-dark-stop,#212333 100%))
}

.dark-theme {
    --cui-body-bg: #181924;
    --cui-body-color: rgba(255, 255, 255, 0.87);
    --cui-elevation-base-color: 0, 0, 0;
    --cui-high-emphasis: rgba(255, 255, 255, 0.87);
    --cui-medium-emphasis: rgba(255, 255, 255, 0.6);
    --cui-disabled: rgba(255, 255, 255, 0.38);
    --cui-border-color: rgba(255, 255, 255, 0.075);
    --cui-link-color: #948dd2;
    --cui-link-hover-color: #a9a4db;
    --cui-bg-primary: #5299e0;
    --cui-bg-secondary: #a7a7a7;
    --cui-bg-success: #519668;
    --cui-bg-info: #5299e0;
    --cui-bg-warning: #d5a439;
    --cui-bg-danger: #c77171;
    --cui-bg-light: rgba(255, 255, 255, 0.1);
    --cui-bg-dark: rgba(0, 0, 21, 0.1);
    --cui-text-primary: #5299e0;
    --cui-text-secondary: #a7a7a7;
    --cui-text-success: #519668;
    --cui-text-info: #5299e0;
    --cui-text-warning: #d5a439;
    --cui-text-danger: #c77171;
    --cui-text-light: rgba(255, 255, 255, 0.1);
    --cui-text-dark: rgba(0, 0, 21, 0.1);
    --cui-primary: #5299e0;
    --cui-secondary: #a7a7a7;
    --cui-success: #519668;
    --cui-info: #5299e0;
    --cui-warning: #d5a439;
    --cui-danger: #c77171;
    --cui-light: rgba(255, 255, 255, 0.1);
    --cui-dark: rgba(0, 0, 21, 0.1);
    --cui-primary-rgb: 133, 125, 204;
    --cui-secondary-rgb: 167, 167, 167;
    --cui-success-rgb: 81, 150, 104;
    --cui-info-rgb: 82, 153, 224;
    --cui-warning-rgb: 213, 164, 57;
    --cui-danger-rgb: 199, 113, 113;
    --cui-light-rgb: 255, 255, 255;
    --cui-dark-rgb: 0, 0, 21;
    --cui-body-color-rgb: 255, 255, 255;
    --cui-body-bg-rgb: 24, 25, 36;
    --cui-primary-start: #4638c2;
    --cui-primary-stop: #2d2587;
    --cui-secondary-start: #d1d2d3;
    --cui-secondary-stop: white;
    --cui-success-start: #45a164;
    --cui-success-stop: #2e8c47;
    --cui-info-start: #4799eb;
    --cui-info-stop: #4280b4;
    --cui-warning-start: #e1a82d;
    --cui-warning-stop: #dd9124;
    --cui-danger-start: #d16767;
    --cui-danger-stop: #c14f4f;
    --cui-light-start: #e8e8e8;
    --cui-light-stop: white;
    --cui-dark-start: #4c4f54;
    --cui-dark-stop: #292a2b
}

.dark-theme .accordion {
    --cui-accordion-button-color: rgba(255, 255, 255, 0.87);
    --cui-accordion-button-bg: transparent;
    --cui-accordion-bg: transparent;
    --cui-accordion-border-color: rgba(255, 255, 255, 0.125);
    --cui-accordion-button-active-bg: rgba(150, 143, 211, 0.525);
    --cui-accordion-button-active-color: #e6e6e6;
    --cui-accordion-button-focus-border-color: rgba(255, 255, 255, 0.2);
    --cui-accordion-button-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255, 255, 255, 0.87)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    --cui-accordion-button-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255, 255, 255, 0.87)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>")
}

.dark-theme .breadcrumb {
    --cui-breadcrumb-divider-color: rgba(255, 255, 255, 0.87);
    --cui-breadcrumb-active-color: rgba(255, 255, 255, 0.6)
}

.dark-theme .btn-close {
    --cui-btn-close-color: rgba(255, 255, 255, 0.87);
    --cui-btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255, 255, 255, 0.87)'><path 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'/></svg>")
}

.dark-theme .btn-link {
    --cui-btn-link-color: #948dd2;
    --cui-btn-link-hover-color: #a9a4db;
    --cui-btn-link-disabled-color: rgba(255, 255, 255, 0.38)
}

.dark-theme .calendar {
    --cui-calendar-nav-border: 1px solid rgba(255, 255, 255, 0.075);
    --cui-calendar-nav-date-color: rgba(255, 255, 255, 0.87);
    --cui-calendar-nav-date-hover-color: #5299e0;
    --cui-calendar-cell-header-inner-color: rgba(255, 255, 255, 0.6);
    --cui-calendar-cell-hover-bg: rgba(0, 0, 21, 0.25);
    --cui-calendar-cell-disabled-color: rgba(255, 255, 255, 0.38);
    --cui-calendar-cell-selected-bg: #5299e0;
    --cui-calendar-cell-range-bg: #a49ed9
}

.dark-theme .card {
    --cui-card-bg: #24252f;
    --cui-card-border-color: rgba(255, 255, 255, 0.075);
    --cui-card-cap-bg: #282933
}

.dark-theme .dropdown-menu {
    --cui-dropdown-color: rgba(255, 255, 255, 0.87);
    --cui-dropdown-border-color: rgba(255, 255, 255, 0.075);
    --cui-dropdown-bg: #34353e;
    --cui-dropdown-divider-bg: rgba(255, 255, 255, 0.075);
    --cui-dropdown-link-color: rgba(255, 255, 255, 0.87);
    --cui-dropdown-link-hover-color: rgba(255, 255, 255, 0.87);
    --cui-dropdown-link-hover-bg: #3b3c45;
    --cui-dropdown-link-active-color: #fff;
    --cui-dropdown-link-active-bg: #5299e0;
    --cui-dropdown-link-disabled-color: rgba(255, 255, 255, 0.6);
    --cui-dropdown-header-color: rgba(255, 255, 255, 0.87)
}

.dark-theme .footer {
    --cui-footer-bg: #2a2b36;
    --cui-footer-color: rgba(255, 255, 255, 0.87);
    --cui-footer-border-width: 0;
    --cui-footer-border-color: transparent
}

.dark-theme .form-control {
    --cui-input-color: rgba(255, 255, 255, 0.87);
    --cui-input-bg: rgba(255, 255, 255, 0.05);
    --cui-input-border-color: rgba(255, 255, 255, 0.09);
    --cui-input-focus-color: rgba(255, 255, 255, 0.87);
    --cui-input-focus-bg: rgba(255, 255, 255, 0.05);
    --cui-input-focus-border-color: rgba(255, 255, 255, 0.2);
    --cui-input-disabled-bg: rgba(255, 255, 255, 0.1);
    --cui-input-placeholder-color: rgba(255, 255, 255, 0.6);
    --cui-input-plaintext-color: rgba(255, 255, 255, 0.87);
    --cui-form-text-color: rgba(255, 255, 255, 0.6)
}

.dark-theme .form-check {
    --cui-form-check-input-checked-color: #fff;
    --cui-form-check-input-checked-bg-color: #5299e0;
    --cui-form-check-input-checked-border-color: #5299e0
}

.dark-theme .form-select {
    --cui-form-select-color: rgba(255, 255, 255, 0.87);
    --cui-form-select-bg: rgba(255, 255, 255, 0.05);
    --cui-form-select-border-color: rgba(255, 255, 255, 0.09);
    --cui-form-select-focus-border-color: rgba(255, 255, 255, 0.2);
    --cui-form-select-disabled-bg: rgba(255, 255, 255, 0.1)
}

.dark-theme .form-multi-select {
    --cui-form-multi-select-color: rgba(255, 255, 255, 0.87);
    --cui-form-multi-select-bg: rgba(255, 255, 255, 0.05);
    --cui-form-multi-select-border-color: rgba(255, 255, 255, 0.09);
    --cui-form-multi-select-disabled-color: rgba(255, 255, 255, 0.38);
    --cui-form-multi-select-disabled-bg: rgba(255, 255, 255, 0.1);
    --cui-form-multi-select-focus-color: rgba(255, 255, 255, 0.87);
    --cui-form-multi-select-focus-bg: rgba(255, 255, 255, 0.05);
    --cui-form-multi-select-focus-border-color: rgba(255, 255, 255, 0.2);
    --cui-form-multi-select-tag-bg: rgba(255, 255, 255, 0.1);
    --cui-form-multi-select-tag-border-color: rgba(255, 255, 255, 0.09);
    --cui-form-multi-select-search-color: rgba(255, 255, 255, 0.87);
    --cui-form-multi-select-search-bg: transparent;
    --cui-form-multi-select-search-border-color: rgba(255, 255, 255, 0.09);
    --cui-form-multi-select-cleaner-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255, 255, 255, 0.6)'><path 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'/></svg>");
    --cui-form-multi-select-cleaner-hover-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255, 255, 255, 0.87)'><path 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'/></svg>");
    --cui-form-multi-select-cleaner-focus-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255, 255, 255, 0.87)'><path 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'/></svg>");
    --cui-form-multi-select-cleaner-border-color: rgba(255, 255, 255, 0.09);
    --cui-form-multi-select-select-all-color: rgba(255, 255, 255, 0.6);
    --cui-form-multi-select-select-all-bg: transparent;
    --cui-form-multi-select-select-all-hover-color: rgba(255, 255, 255, 0.87);
    --cui-form-multi-select-select-all-hover-bg: transparent;
    --cui-form-multi-select-select-all-border-color: rgba(255, 255, 255, 0.09);
    --cui-form-multi-select-options-color: rgba(255, 255, 255, 0.87);
    --cui-form-multi-select-options-bg: #34353e;
    --cui-form-multi-select-options-border-color: rgba(255, 255, 255, 0.09);
    --cui-form-multi-select-option-hover-color: rgba(255, 255, 255, 0.87);
    --cui-form-multi-select-option-hover-bg: rgba(255, 255, 255, 0.1);
    --cui-form-multi-select-option-selected-bg: rgba(255, 255, 255, 0.1)
}

.dark-theme .header {
    --cui-header-bg: #2a2b36;
    --cui-header-color: rgba(255, 255, 255, 0.75);
    --cui-header-hover-color: rgba(255, 255, 255, 0.9);
    --cui-header-active-color: #fff;
    --cui-header-disabled-color: rgba(255, 255, 255, 0.25);
    --cui-header-brand-color: #fff;
    --cui-header-brand-hover-color: #fff;
    --cui-header-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --cui-header-toggler-hover-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --cui-header-toggler-border-color: rgba(255, 255, 255, 0.1);
    --cui-header-divider-border-color: rgba(255, 255, 255, 0.1)
}

.dark-theme .dark\:header-header-border,.dark-theme .header-header-border:not([class*="dark:"]) {
    --cui-header-bottom: 0
}

.dark-theme .input-group {
    --cui-input-group-addon-color: rgba(255, 255, 255, 0.87);
    --cui-input-group-addon-bg: rgba(255, 255, 255, 0.09);
    --cui-input-group-addon-border-color: rgba(255, 255, 255, 0.09)
}

.dark-theme .list-group {
    --cui-list-group-color: rgba(255, 255, 255, 0.87);
    --cui-list-group-bg: transparent;
    --cui-list-group-border-color: rgba(255, 255, 255, 0.075);
    --cui-list-group-hover-bg: rgba(255, 255, 255, 0.1);
    --cui-list-group-active-color: #fff;
    --cui-list-group-active-bg: #5299e0;
    --cui-list-group-active-border-color: #5299e0;
    --cui-list-group-disabled-color: rgba(255, 255, 255, 0.5);
    --cui-list-group-disabled-bg: rgba(255, 255, 255, 0.8);
    --cui-list-group-action-color: rgba(255, 255, 255, 0.87);
    --cui-list-group-action-hover-color: rgba(255, 255, 255, 0.87);
    --cui-list-group-action-active-color: rgba(255, 255, 255, 0.87);
    --cui-list-group-action-active-bg: #4f5d73
}

.dark-theme .modal {
    --cui-modal-content-bg: #3d3e47;
    --cui-modal-content-border-color: rgba(0, 0, 0, 0.2);
    --cui-modal-header-border-color: rgba(0, 0, 0, 0.2);
    --cui-modal-footer-border-color: rgba(0, 0, 0, 0.2)
}

.dark-theme .nav {
    --cui-nav-link-disabled-color: rgba(255, 255, 255, 0.38);
    --cui-nav-pills-link-active-bg: #5299e0;
    --cui-nav-pills-link-active-color: #fff;
    --cui-nav-tabs-border-color: rgba(255, 255, 255, 0.075);
    --cui-nav-tabs-link-active-bg: rgba(255, 255, 255, 0.075);
    --cui-nav-tabs-link-active-color: rgba(255, 255, 255, 0.87);
    --cui-nav-tabs-link-active-border-color: transparent;
    --cui-nav-tabs-link-hover-border-color: rgba(255, 255, 255, 0.075) rgba(255, 255, 255, 0.075) rgba(255, 255, 255, 0.075);
    --cui-nav-underline-border-color: rgba(255, 255, 255, 0.075);
    --cui-nav-underline-link-color: rgba(255, 255, 255, 0.6);
    --cui-nav-underline-link-active-color: #5299e0;
    --cui-nav-underline-link-active-border-color: #5299e0
}

.dark-theme .pagination {
    --cui-pagination-color: #948dd2;
    --cui-pagination-bg: transparent;
    --cui-pagination-border-color: rgba(255, 255, 255, 0.075);
    --cui-pagination-focus-color: #a9a4db;
    --cui-pagination-focus-bg: rgba(255, 255, 255, 0.075);
    --cui-pagination-hover-color: #a9a4db;
    --cui-pagination-hover-bg: rgba(255, 255, 255, 0.075);
    --cui-pagination-hover-border-color: rgba(255, 255, 255, 0.075);
    --cui-pagination-active-color: #fff;
    --cui-pagination-active-bg-dt: #5299e0;
    --cui-pagination-active-border-color: #5299e0;
    --cui-pagination-disabled-color: rgba(255, 255, 255, 0.38);
    --cui-pagination-disabled-bg: transparent;
    --cui-pagination-disabled-border-color: rgba(255, 255, 255, 0.075)
}

.dark-theme .picker {
    --cui-input-bg: rgba(255, 255, 255, 0.05);
    --cui-input-group-addon-border-color: transparent;
    --cui-picker-footer-border-top: 1px solid rgba(255, 255, 255, 0.075)
}

.dark-theme .popover {
    --cui-popover-bg: #3b3c45;
    --cui-popover-border-color: rgba(255, 255, 255, 0.075);
    --cui-popover-header-bg: #3b3c45;
    --cui-popover-header-color: rgba(255, 255, 255, 0.87);
    --cui-popover-body-color: rgba(255, 255, 255, 0.87);
    --cui-popover-arrow-color: #3b3c45;
    --cui-popover-arrow-outer-color: rgba(255, 255, 255, 0.125)
}

.dark-theme .progress {
    --cui-progress-bg: rgba(255, 255, 255, 0.2);
    --cui-progress-bar-bg: #5299e0;
    --cui-progress-bar-color: #fff
}

.dark-theme .sidebar {
    --cui-sidebar-color: rgba(255, 255, 255, 0.87);
    --cui-sidebar-bg: #2a2b36;
    --cui-sidebar-border-width: 0;
    --cui-sidebar-border-color: transparent;
    --cui-sidebar-brand-color: inherit;
    --cui-sidebar-brand-bg: rgba(0, 0, 21, 0.2);
    --cui-sidebar-footer-bg: rgba(0, 0, 21, 0.2);
    --cui-sidebar-header-bg: rgba(0, 0, 21, 0.2);
    --cui-sidebar-toggler-bg: rgba(0, 0, 21, 0.2);
    --cui-sidebar-toggler-hover-bg: rgba(0, 0, 21, 0.3);
    --cui-sidebar-nav-title-color: rgba(255, 255, 255, 0.6);
    --cui-sidebar-nav-link-color: rgba(255, 255, 255, 0.6);
    --cui-sidebar-nav-link-bg: transparent;
    --cui-sidebar-nav-link-icon-color: rgba(255, 255, 255, 0.6);
    --cui-sidebar-nav-link-hover-color: rgba(255, 255, 255, 0.87);
    --cui-sidebar-nav-link-hover-bg: rgba(255, 255, 255, 0.05);
    --cui-sidebar-nav-link-hover-icon-color: rgba(255, 255, 255, 0.87);
    --cui-sidebar-nav-link-active-color: rgba(255, 255, 255, 0.87);
    --cui-sidebar-nav-link-active-bg: rgba(255, 255, 255, 0.05);
    --cui-sidebar-nav-link-active-icon-color: rgba(255, 255, 255, 0.87);
    --cui-sidebar-nav-link-disabled-color: rgba(255, 255, 255, 0.38);
    --cui-sidebar-nav-link-disabled-icon-color: rgba(255, 255, 255, 0.6);
    --cui-sidebar-nav-group-bg: rgba(0, 0, 0, 0.2);
    --cui-sidebar-nav-group-toggle-show-color: rgba(255, 255, 255, 0.6);
    --cui-sidebar-nav-group-indicator-color: rgba(255, 255, 255, 0.6);
    --cui-sidebar-nav-group-indicator-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255, 255, 255, 0.6)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    --cui-sidebar-nav-group-indicator-hover-color: rgba(255, 255, 255, 0.87);
    --cui-sidebar-nav-group-indicator-hover-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255, 255, 255, 0.87)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>")
}

.dark-theme .table {
    --cui-table-color: rgba(255, 255, 255, 0.87);
    --cui-table-bg: transparent;
    --cui-table-border-color: rgba(255, 255, 255, 0.075);
    --cui-table-striped-color: rgba(255, 255, 255, 0.87);
    --cui-table-striped-bg: rgba(255, 255, 255, 0.05);
    --cui-table-active-color: rgba(255, 255, 255, 0.87);
    --cui-table-active-bg: rgba(0, 0, 21, 0.1);
    --cui-table-hover-color: rgba(255, 255, 255, 0.87);
    --cui-table-hover-bg: rgba(0, 0, 21, 0.075)
}

.dark-theme .dark\:table-primary,.dark-theme .table-primary:not([class*="dark:"]) {
    --cui-table-bg: #e7e5f5;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(214, 213, 229, 0.995);
    --cui-table-striped-bg: rgba(223, 221, 237, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(214, 213, 229, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(218, 217, 233, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95)
}

.dark-theme .dark\:table-secondary,.dark-theme .table-secondary:not([class*="dark:"]) {
    --cui-table-bg: #ededed;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(219, 220, 222, 0.995);
    --cui-table-striped-bg: rgba(228, 229, 230, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(219, 220, 222, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(224, 225, 226, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95)
}

.dark-theme .dark\:table-success,.dark-theme .table-success:not([class*="dark:"]) {
    --cui-table-bg: #dceae1;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(204, 218, 211, 0.995);
    --cui-table-striped-bg: rgba(212, 226, 218, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(204, 218, 211, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(208, 222, 215, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95)
}

.dark-theme .dark\:table-info,.dark-theme .table-info:not([class*="dark:"]) {
    --cui-table-bg: #dcebf9;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(204, 219, 233, 0.995);
    --cui-table-striped-bg: rgba(212, 227, 241, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(204, 219, 233, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(208, 223, 237, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95)
}

.dark-theme .dark\:table-warning,.dark-theme .table-warning:not([class*="dark:"]) {
    --cui-table-bg: #f7edd7;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(228, 220, 202, 0.995);
    --cui-table-striped-bg: rgba(238, 229, 209, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(228, 220, 202, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(233, 225, 205, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95)
}

.dark-theme .dark\:table-danger,.dark-theme .table-danger:not([class*="dark:"]) {
    --cui-table-bg: #f4e3e3;
    --cui-table-color: rgba(44, 56, 74, 0.95);
    --cui-table-border-color: rgba(226, 211, 213, 0.995);
    --cui-table-striped-bg: rgba(235, 219, 220, 0.9975);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(226, 211, 213, 0.995);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(230, 215, 217, 0.99625);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95)
}

.dark-theme .dark\:table-light,.dark-theme .table-light:not([class*="dark:"]) {
    --cui-table-bg: rgba(255, 255, 255, 0.1);
    --cui-table-color: rgba(255, 255, 255, 0.87);
    --cui-table-border-color: rgba(255, 255, 255, 0.177);
    --cui-table-striped-bg: rgba(255, 255, 255, 0.1385);
    --cui-table-striped-color: rgba(44, 56, 74, 0.95);
    --cui-table-active-bg: rgba(255, 255, 255, 0.177);
    --cui-table-active-color: rgba(44, 56, 74, 0.95);
    --cui-table-hover-bg: rgba(255, 255, 255, 0.15775);
    --cui-table-hover-color: rgba(44, 56, 74, 0.95)
}

.dark-theme .dark\:table-dark,.dark-theme .table-dark:not([class*="dark:"]) {
    --cui-table-bg: rgba(0, 0, 21, 0.1);
    --cui-table-color: rgba(255, 255, 255, 0.87);
    --cui-table-border-color: rgba(118, 118, 129, 0.177);
    --cui-table-striped-bg: rgba(74, 74, 88, 0.1385);
    --cui-table-striped-color: rgba(255, 255, 255, 0.87);
    --cui-table-active-bg: rgba(118, 118, 129, 0.177);
    --cui-table-active-color: #fff;
    --cui-table-hover-bg: rgba(98, 98, 111, 0.15775);
    --cui-table-hover-color: rgba(255, 255, 255, 0.87)
}

.dark-theme .time-picker {
    --cui-time-picker-body-border-top: 1px solid rgba(255, 255, 255, 0.075);
    --cui-time-picker-roll-col-border: 1px solid rgba(255, 255, 255, 0.075)
}

.dark-theme .toast {
    --cui-toast-background-color: #3b3c45;
    --cui-toast-color: rgba(255, 255, 255, 0.87);
    --cui-toast-border-color: transparent;
    --cui-toast-header-color: rgba(255, 255, 255, 0.87);
    --cui-toast-header-background-color: #3d3e47;
    --cui-toast-header-border-color: rgba(0, 0, 21, 0.2)
}

.dark-theme .dark\:alert-primary,.dark-theme .alert-primary:not([class*="dark:"]) {
    --cui-alert-color: #1e1383;
    --cui-alert-bg: #d6d2f8;
    --cui-alert-border-color: #c2bcf4;
    --cui-alert-link-color: #180f69
}

.dark-theme .dark\:alert-secondary,.dark-theme .alert-secondary:not([class*="dark:"]) {
    --cui-alert-color: #5e636a;
    --cui-alert-bg: #ebedef;
    --cui-alert-border-color: #e2e4e8;
    --cui-alert-link-color: #4b4f55
}

.dark-theme .dark\:alert-success,.dark-theme .alert-success:not([class*="dark:"]) {
    --cui-alert-color: #1c6e37;
    --cui-alert-bg: #d5f1de;
    --cui-alert-border-color: #c0eace;
    --cui-alert-link-color: #16582c
}

.dark-theme .dark\:alert-danger,.dark-theme .alert-danger:not([class*="dark:"]) {
    --cui-alert-color: #893232;
    --cui-alert-bg: #fadddd;
    --cui-alert-border-color: #f7cbcb;
    --cui-alert-link-color: #6e2828
}

.dark-theme .dark\:alert-warning,.dark-theme .alert-warning:not([class*="dark:"]) {
    --cui-alert-color: rgba(89, 77, 48, 0.97);
    --cui-alert-bg: #feefd0;
    --cui-alert-border-color: #fde8b9;
    --cui-alert-link-color: #77550a
}

.dark-theme .dark\:alert-info,.dark-theme .alert-info:not([class*="dark:"]) {
    --cui-alert-color: #1f5c99;
    --cui-alert-bg: #d6ebff;
    --cui-alert-border-color: #c2e0ff;
    --cui-alert-link-color: #194a7a
}

.dark-theme .dark\:btn-primary,.dark-theme .btn-primary:not([class*="dark:"]) {
    --cui-btn-bg: #5299e0;
    --cui-btn-border-color: #5299e0;
    --cui-btn-color: #fff;
    --cui-btn-hover-bg: #39f;
    --cui-btn-hover-border-color: #39f;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #39f;
    --cui-btn-active-border-color: #39f;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-bg: #5299e0;
    --cui-btn-disabled-border-color: #5299e0;
    --cui-btn-disabled-color: #fff;
    --cui-btn-shadow: rgba(133, 125, 204, 0.5)
}

.dark-theme .dark\:btn-secondary,.dark-theme .btn-secondary:not([class*="dark:"]) {
    --cui-btn-bg: #a7a7a7;
    --cui-btn-border-color: #a7a7a7;
    --cui-btn-color: rgba(44, 56, 74, 0.95);
    --cui-btn-hover-bg: #8e8e8e;
    --cui-btn-hover-border-color: #868686;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #868686;
    --cui-btn-active-border-color: #7d7d7d;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-bg: #a7a7a7;
    --cui-btn-disabled-border-color: #a7a7a7;
    --cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
    --cui-btn-shadow: rgba(167, 167, 167, 0.5)
}

.dark-theme .dark\:btn-success,.dark-theme .btn-success:not([class*="dark:"]) {
    --cui-btn-bg: #519668;
    --cui-btn-border-color: #519668;
    --cui-btn-color: #fff;
    --cui-btn-hover-bg: #6ba67f;
    --cui-btn-hover-border-color: #62a177;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #74ab86;
    --cui-btn-active-border-color: #62a177;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-bg: #519668;
    --cui-btn-disabled-border-color: #519668;
    --cui-btn-disabled-color: #fff;
    --cui-btn-shadow: rgba(81, 150, 104, 0.5)
}

.dark-theme .dark\:btn-danger,.dark-theme .btn-danger:not([class*="dark:"]) {
    --cui-btn-bg: #c77171;
    --cui-btn-border-color: #c77171;
    --cui-btn-color: #fff;
    --cui-btn-hover-bg: #cf8686;
    --cui-btn-hover-border-color: #cd7f7f;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #d28d8d;
    --cui-btn-active-border-color: #cd7f7f;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-bg: #c77171;
    --cui-btn-disabled-border-color: #c77171;
    --cui-btn-disabled-color: #fff;
    --cui-btn-shadow: rgba(199, 113, 113, 0.5)
}

.dark-theme .dark\:btn-warning,.dark-theme .btn-warning:not([class*="dark:"]) {
    --cui-btn-bg: #d5a439;
    --cui-btn-border-color: #d5a439;
    --cui-btn-color: rgba(44, 56, 74, 0.95);
    --cui-btn-hover-bg: #b58b30;
    --cui-btn-hover-border-color: #aa832e;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #aa832e;
    --cui-btn-active-border-color: #a07b2b;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-bg: #d5a439;
    --cui-btn-disabled-border-color: #d5a439;
    --cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
    --cui-btn-shadow: rgba(213, 164, 57, 0.5)
}

.dark-theme .dark\:btn-info,.dark-theme .btn-info:not([class*="dark:"]) {
    --cui-btn-bg: #5299e0;
    --cui-btn-border-color: #5299e0;
    --cui-btn-color: #fff;
    --cui-btn-hover-bg: #6ca8e5;
    --cui-btn-hover-border-color: #63a3e3;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #75ade6;
    --cui-btn-active-border-color: #63a3e3;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-bg: #5299e0;
    --cui-btn-disabled-border-color: #5299e0;
    --cui-btn-disabled-color: #fff;
    --cui-btn-shadow: rgba(82, 153, 224, 0.5)
}

.dark-theme .dark\:btn-outline-primary,.dark-theme .btn-outline-primary:not([class*="dark:"]) {
    --cui-btn-border-color: #5299e0;
    --cui-btn-color: #5299e0;
    --cui-btn-hover-bg: #39f;
    --cui-btn-hover-border-color: #39f;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #9d97d6;
    --cui-btn-active-border-color: #39f;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #5299e0;
    --cui-btn-shadow: rgba(133, 125, 204, 0.5)
}

.dark-theme .dark\:btn-outline-secondary,.dark-theme .btn-outline-secondary:not([class*="dark:"]) {
    --cui-btn-border-color: #a7a7a7;
    --cui-btn-color: #a7a7a7;
    --cui-btn-hover-bg: #8e8e8e;
    --cui-btn-hover-border-color: #868686;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #868686;
    --cui-btn-active-border-color: #7d7d7d;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #a7a7a7;
    --cui-btn-shadow: rgba(167, 167, 167, 0.5)
}

.dark-theme .dark\:btn-outline-success,.dark-theme .btn-outline-success:not([class*="dark:"]) {
    --cui-btn-border-color: #519668;
    --cui-btn-color: #519668;
    --cui-btn-hover-bg: #6ba67f;
    --cui-btn-hover-border-color: #62a177;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #74ab86;
    --cui-btn-active-border-color: #62a177;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #519668;
    --cui-btn-shadow: rgba(81, 150, 104, 0.5)
}

.dark-theme .dark\:btn-outline-danger,.dark-theme .btn-outline-danger:not([class*="dark:"]) {
    --cui-btn-border-color: #c77171;
    --cui-btn-color: #c77171;
    --cui-btn-hover-bg: #cf8686;
    --cui-btn-hover-border-color: #cd7f7f;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #d28d8d;
    --cui-btn-active-border-color: #cd7f7f;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #c77171;
    --cui-btn-shadow: rgba(199, 113, 113, 0.5)
}

.dark-theme .dark\:btn-outline-warning,.dark-theme .btn-outline-warning:not([class*="dark:"]) {
    --cui-btn-border-color: #d5a439;
    --cui-btn-color: #d5a439;
    --cui-btn-hover-bg: #b58b30;
    --cui-btn-hover-border-color: #aa832e;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #aa832e;
    --cui-btn-active-border-color: #a07b2b;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #d5a439;
    --cui-btn-shadow: rgba(213, 164, 57, 0.5)
}

.dark-theme .dark\:btn-outline-info,.dark-theme .btn-outline-info:not([class*="dark:"]) {
    --cui-btn-border-color: #5299e0;
    --cui-btn-color: #5299e0;
    --cui-btn-hover-bg: #6ca8e5;
    --cui-btn-hover-border-color: #63a3e3;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #75ade6;
    --cui-btn-active-border-color: #63a3e3;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #5299e0;
    --cui-btn-shadow: rgba(82, 153, 224, 0.5)
}

.dark-theme .dark\:btn-ghost-primary,.dark-theme .btn-ghost-primary:not([class*="dark:"]) {
    --cui-btn-color: #5299e0;
    --cui-btn-hover-bg: #39f;
    --cui-btn-hover-border-color: #39f;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #9d97d6;
    --cui-btn-active-border-color: #39f;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #5299e0;
    --cui-btn-shadow: rgba(133, 125, 204, 0.5)
}

.dark-theme .dark\:btn-ghost-secondary,.dark-theme .btn-ghost-secondary:not([class*="dark:"]) {
    --cui-btn-color: #a7a7a7;
    --cui-btn-hover-bg: #8e8e8e;
    --cui-btn-hover-border-color: #868686;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #868686;
    --cui-btn-active-border-color: #7d7d7d;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #a7a7a7;
    --cui-btn-shadow: rgba(167, 167, 167, 0.5)
}

.dark-theme .dark\:btn-ghost-success,.dark-theme .btn-ghost-success:not([class*="dark:"]) {
    --cui-btn-color: #519668;
    --cui-btn-hover-bg: #6ba67f;
    --cui-btn-hover-border-color: #62a177;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #74ab86;
    --cui-btn-active-border-color: #62a177;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #519668;
    --cui-btn-shadow: rgba(81, 150, 104, 0.5)
}

.dark-theme .dark\:btn-ghost-danger,.dark-theme .btn-ghost-danger:not([class*="dark:"]) {
    --cui-btn-color: #c77171;
    --cui-btn-hover-bg: #cf8686;
    --cui-btn-hover-border-color: #cd7f7f;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #d28d8d;
    --cui-btn-active-border-color: #cd7f7f;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #c77171;
    --cui-btn-shadow: rgba(199, 113, 113, 0.5)
}

.dark-theme .dark\:btn-ghost-warning,.dark-theme .btn-ghost-warning:not([class*="dark:"]) {
    --cui-btn-color: #d5a439;
    --cui-btn-hover-bg: #b58b30;
    --cui-btn-hover-border-color: #aa832e;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #aa832e;
    --cui-btn-active-border-color: #a07b2b;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #d5a439;
    --cui-btn-shadow: rgba(213, 164, 57, 0.5)
}

.dark-theme .dark\:btn-ghost-info,.dark-theme .btn-ghost-info:not([class*="dark:"]) {
    --cui-btn-color: #5299e0;
    --cui-btn-hover-bg: #6ca8e5;
    --cui-btn-hover-border-color: #63a3e3;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #75ade6;
    --cui-btn-active-border-color: #63a3e3;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #5299e0;
    --cui-btn-shadow: rgba(82, 153, 224, 0.5)
}

.dark-theme .dark\:list-group-item-primary,.dark-theme .list-group-item-primary:not([class*="dark:"]) {
    --cui-list-group-color: #504b7a;
    --cui-list-group-bg: #e7e5f5;
    --cui-list-group-hover-bg: #7871b8;
    --cui-list-group-action-hover-color: #504b7a;
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: #504b7a;
    --cui-list-group-action-active-border-color: #504b7a
}

.dark-theme .dark\:list-group-item-secondary,.dark-theme .list-group-item-secondary:not([class*="dark:"]) {
    --cui-list-group-color: #646464;
    --cui-list-group-bg: #ededed;
    --cui-list-group-hover-bg: #969696;
    --cui-list-group-action-hover-color: #646464;
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: #646464;
    --cui-list-group-action-active-border-color: #646464
}

.dark-theme .dark\:list-group-item-success,.dark-theme .list-group-item-success:not([class*="dark:"]) {
    --cui-list-group-color: #315a3e;
    --cui-list-group-bg: #dceae1;
    --cui-list-group-hover-bg: #49875e;
    --cui-list-group-action-hover-color: #315a3e;
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: #315a3e;
    --cui-list-group-action-active-border-color: #315a3e
}

.dark-theme .dark\:list-group-item-danger,.dark-theme .list-group-item-danger:not([class*="dark:"]) {
    --cui-list-group-color: #774444;
    --cui-list-group-bg: #f4e3e3;
    --cui-list-group-hover-bg: #b36666;
    --cui-list-group-action-hover-color: #774444;
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: #774444;
    --cui-list-group-action-active-border-color: #774444
}

.dark-theme .dark\:list-group-item-warning,.dark-theme .list-group-item-warning:not([class*="dark:"]) {
    --cui-list-group-color: #806222;
    --cui-list-group-bg: #f7edd7;
    --cui-list-group-hover-bg: #c09433;
    --cui-list-group-action-hover-color: #806222;
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: #806222;
    --cui-list-group-action-active-border-color: #806222
}

.dark-theme .dark\:list-group-item-info,.dark-theme .list-group-item-info:not([class*="dark:"]) {
    --cui-list-group-color: #315c86;
    --cui-list-group-bg: #dcebf9;
    --cui-list-group-hover-bg: #4a8aca;
    --cui-list-group-action-hover-color: #315c86;
    --cui-list-group-action-active-color: #fff;
    --cui-list-group-action-active-bg: #315c86;
    --cui-list-group-action-active-border-color: #315c86
}

@-moz-document url-prefix("") {
    .dark-theme select:not([multiple]) option {
        color: initial
    }
}

.dark-theme .dark\:text-primary,.dark-theme .text-primary:not([class*="dark:"]) {
    color: rgba(var(--cui-primary-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-secondary,.dark-theme .text-secondary:not([class*="dark:"]) {
    color: rgba(var(--cui-secondary-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-success,.dark-theme .text-success:not([class*="dark:"]) {
    color: rgba(var(--cui-success-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-info,.dark-theme .text-info:not([class*="dark:"]) {
    color: rgba(var(--cui-info-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-warning,.dark-theme .text-warning:not([class*="dark:"]) {
    color: rgba(var(--cui-warning-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-danger,.dark-theme .text-danger:not([class*="dark:"]) {
    color: rgba(var(--cui-danger-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-light,.dark-theme .text-light:not([class*="dark:"]) {
    color: rgba(var(--cui-light-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-dark,.dark-theme .text-dark:not([class*="dark:"]) {
    color: rgba(var(--cui-dark-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-black,.dark-theme .text-black:not([class*="dark:"]) {
    color: rgba(var(--cui-black-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-white,.dark-theme .text-white:not([class*="dark:"]) {
    color: rgba(var(--cui-white-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-body,.dark-theme .text-body:not([class*="dark:"]) {
    color: rgba(var(--cui-body-color-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-high-emphasis,.dark-theme .text-high-emphasis:not([class*="dark:"]) {
    color: rgba(var(--cui-high-emphasis-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-medium-emphasis,.dark-theme .text-medium-emphasis:not([class*="dark:"]) {
    color: rgba(var(--cui-medium-emphasis-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-disabled,.dark-theme .text-disabled:not([class*="dark:"]) {
    color: rgba(var(--cui-disabled-rgb),var(--cui-text-opacity))!important
}

.dark-theme .dark\:text-reset,.dark-theme .text-reset:not([class*="dark:"]) {
    color: inherit!important
}

.dark-theme .dark\:bg-primary,.dark-theme .bg-primary:not([class*="dark:"]) {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-primary-rgb),var(--cui-bg-opacity))!important
}

.dark-theme .dark\:bg-secondary,.dark-theme .bg-secondary:not([class*="dark:"]) {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-secondary-rgb),var(--cui-bg-opacity))!important
}

.dark-theme .dark\:bg-success,.dark-theme .bg-success:not([class*="dark:"]) {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-success-rgb),var(--cui-bg-opacity))!important
}

.dark-theme .dark\:bg-info,.dark-theme .bg-info:not([class*="dark:"]) {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-info-rgb),var(--cui-bg-opacity))!important
}

.dark-theme .dark\:bg-warning,.dark-theme .bg-warning:not([class*="dark:"]) {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-warning-rgb),var(--cui-bg-opacity))!important
}

.dark-theme .dark\:bg-danger,.dark-theme .bg-danger:not([class*="dark:"]) {
    --cui-bg-opacity: 1;
    background-color: #ff0000 !important;
}

.dark-theme .dark\:bg-light,.dark-theme .bg-light:not([class*="dark:"]) {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-light-rgb),var(--cui-bg-opacity))!important
}

.dark-theme .dark\:bg-dark,.dark-theme .bg-dark:not([class*="dark:"]) {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-dark-rgb),var(--cui-bg-opacity))!important
}

.dark-theme .dark\:bg-black,.dark-theme .bg-black:not([class*="dark:"]) {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-black-rgb),var(--cui-bg-opacity))!important
}

.dark-theme .dark\:bg-white,.dark-theme .bg-white:not([class*="dark:"]) {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-white-rgb),var(--cui-bg-opacity))!important
}

.dark-theme .dark\:bg-body,.dark-theme .bg-body:not([class*="dark:"]) {
    --cui-bg-opacity: 1;
    background-color: rgba(var(--cui-body-bg-rgb),var(--cui-bg-opacity))!important
}

.dark-theme .dark\:bg-transparent,.dark-theme .bg-transparent:not([class*="dark:"]) {
    --cui-bg-opacity: 1;
    background-color: transparent!important
}

.dark-theme .dark\:bg-opacity-10,.dark-theme .bg-opacity-10:not([class*="dark:"]) {
    --cui-bg-opacity: 0.1
}

.dark-theme .dark\:bg-opacity-25,.dark-theme .bg-opacity-25:not([class*="dark:"]) {
    --cui-bg-opacity: 0.25
}

.dark-theme .dark\:bg-opacity-50,.dark-theme .bg-opacity-50:not([class*="dark:"]) {
    --cui-bg-opacity: 0.5
}

.dark-theme .dark\:bg-opacity-75,.dark-theme .bg-opacity-75:not([class*="dark:"]) {
    --cui-bg-opacity: 0.75
}

.dark-theme .dark\:bg-opacity-100,.dark-theme .bg-opacity-100:not([class*="dark:"]) {
    --cui-bg-opacity: 1
}

.wrapper {
    width: 100%;
    will-change: auto;
    transition: padding .15s
}

html:not([dir=rtl]) .wrapper {
    padding-left: var(--cui-sidebar-occupy-start,0);
    padding-right: var(--cui-sidebar-occupy-end,0)
}

*[dir=rtl] .wrapper {
    padding-right: var(--cui-sidebar-occupy-start,0);
    padding-left: var(--cui-sidebar-occupy-end,0)
}

@media(prefers-reduced-motion:reduce) {
    .wrapper {
        transition: none
    }
}

.fc {
    --fc-small-font-size: .85em;
    --fc-page-bg-color: #fff;
    --fc-neutral-bg-color: rgba(208, 208, 208, .3);
    --fc-neutral-text-color: #808080;
    --fc-border-color: var(--cui-border-color, #d8dbe0);
    --fc-button-text-color: #fff;
    --fc-button-bg-color: #2c3e50;
    --fc-button-border-color: #2c3e50;
    --fc-button-hover-bg-color: #1e2b37;
    --fc-button-hover-border-color: #1a252f;
    --fc-button-active-bg-color: #1a252f;
    --fc-button-active-border-color: #151e27;
    --fc-event-bg-color: #3788d8;
    --fc-event-border-color: #3788d8;
    --fc-event-text-color: #fff;
    --fc-event-selected-overlay-color: rgba(0, 0, 0, .25);
    --fc-event-resizer-thickness: 8px;
    --fc-event-resizer-dot-total-width: 8px;
    --fc-event-resizer-dot-border-width: 1px;
    --fc-non-business-color: rgba(215, 215, 215, .3);
    --fc-bg-event-color: rgb(143, 223, 130);
    --fc-bg-event-opacity: .3;
    --fc-highlight-color: rgba(188, 232, 241, .3);
    --fc-today-bg-color: rgba(255, 220, 40, .15);
    --fc-now-indicator-color: var(--cui-danger)
}

.example:not(:first-child) {
    margin-top: 1.5rem
}

.example .tab-content {
    background-color: #f9fafa!important
}

.dark-theme .example .tab-content {
    background-color: rgba(255,255,255,.1)!important
}

.example+p {
    margin-top: 1.5rem
}

.example .preview+p {
    margin-top: 2rem
}

.example .preview>.form-control+.form-control {
    margin-top: .5rem
}

.example .preview>.nav+.nav,.example .preview>.alert+.alert,.example .preview>.navbar+.navbar,.example .preview>.progress+.progress {
    margin-top: 1rem
}

.example .preview>.dropdown-menu {
    position: static;
    display: block
}

.example .preview>:last-child {
    margin-bottom: 0
}

.example .preview>svg+svg,.example .preview>img+img {
    margin-left: .5rem
}

.example .preview>.btn,.example .preview>.btn-group {
    margin: .25rem .125rem
}

.example .preview>.btn-toolbar+.btn-toolbar {
    margin-top: .5rem
}

.example .preview>.list-group {
    max-width: 400px
}

.example .preview>[class*=list-group-horizontal] {
    max-width: 100%
}

.example .preview .fixed-top,.example .preview .sticky-top {
    position: static;
    margin: -1rem -1rem 1rem
}

.example .preview .fixed-bottom {
    position: static;
    margin: 1rem -1rem -1rem
}

@media(min-width: 576px) {
    .example .preview .fixed-top,.example .preview .sticky-top {
        margin:-1.5rem -1.5rem 1rem
    }

    .example .preview .fixed-bottom {
        margin: 1rem -1.5rem -1.5rem
    }
}

.example .preview .pagination {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.example .preview .docs-example-modal .modal {
    position: static;
    display: block
}

.ng-confirm.ng-confirm-dark .ng-confirm-box input{
    color: #fff !important;
}


ul.pagination li {
    position: relative;
    display: block;
    color: var(--cui-pagination-color,#321fdb);
    text-decoration: none;
    background-color: var(--cui-pagination-bg,#fff);
    border: 1px solid var(--cui-pagination-border-color,#c4c9d0);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0.375rem 0.75rem;
}

ul.pagination li:hover{
    background-color: #3e3e3e;
}

ul.pagination li a{
    text-decoration: none;
    color: #fff;
}

ul.pagination li.active{
    background-color: #3e3e3e;
}

td{
    position: relative;
}

table tbody tr{
    font-size: 14px !important;
}

.sidebar.sidebar-fixed, .sidebar.sidebar-narrow, .sidebar.sidebar-narrow-unfoldable, .sidebar.sidebar-overlaid {
    z-index: var(--cui-sidebar-zindex);
}

.btn.btn-xs {
    font-size: 12px;
    line-height: 18px;
    padding: 1px 5px;
}

.btn-default {
    color: #2d353c;
    background-color: #f1f3f4;
    border-color: #f1f3f4;
}

.btn-danger {
    color: #fff;
    background-color: #ff5b57;
    border-color: #ff5b57;
}

.badge {
    font-size: 75%;
    font-weight: 600;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.badge.badge-info {
    background: #49b6d6;
}

.badge.badge-danger {
    background: #ff5b57;
}

.simplebar-content li.nav-item{
    font-size: 14px;
}

.main-background {
    background: url(/assets/images/logo/background.jpeg) no-repeat;
    background-size: cover;
}

.main-right-background {
    background: url(/assets/images/logo/main-logo.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

.a-main {
    color: #5ac0e4;
    text-decoration: none;
}

.bg-unpaid {
    background: #545352 !important
}

.bg-error{
    background: #450e0e !important;
}

.bg-invalid{
    opacity: 0.3 !important;
}

.clock {
    font-size: 14px;
    color: #49add5;
    font-weight: 700;
}

.sales-report table tr:last-child {
    font-weight: bold !important;
    font-size: .9rem !important;
    background: #000;
}

/* Custom scrollbar styling for sidebar */
.simplebar-scrollbar::before {
    background: #2c3e50 !important; /* Dark blue-gray background */
    border-radius: 6px !important;
    width: 6px !important; /* Make scrollbar thinner */
}

.simplebar-scrollbar {
    width: 8px !important; /* Overall scrollbar width */
    right: 2px !important; /* Position from right edge */
}

.simplebar-track.simplebar-vertical {
    background: rgba(255, 255, 255, 0.1) !important; /* Light background track */
    border-radius: 8px !important;
    width: 8px !important;
}

.simplebar-scrollbar:hover::before {
    background: #34495e !important; /* Slightly lighter on hover */
}

/* For webkit browsers (Chrome, Safari, Edge) */
.sidebar-nav::-webkit-scrollbar {
    width: 6px;
}

.sidebar-nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

.sidebar-nav::-webkit-scrollbar-thumb {
    background: #2c3e50;
    border-radius: 6px;
}

.sidebar-nav::-webkit-scrollbar-thumb:hover {
    background: #34495e;
}

/* Fix dropdown scrollbar issues in tables */
.table-responsive {
    overflow: visible !important;
}

.table-responsive .dropdown-menu {
    position: absolute !important;
    z-index: 1050 !important;
    overflow: visible !important;
    max-height: none !important;
}

/* Ensure dropdown doesn't get clipped by table container */
.table .dropdown {
    position: static !important;
}

.table .dropdown-menu {
    position: absolute !important;
    transform: none !important;
    will-change: auto !important;
}

/* Remove any scrollbar from dropdown menus */
.dropdown-menu {
    overflow: visible !important;
    max-height: none !important;
}

/* Ensure table cells don't clip dropdown content */
.table td {
    overflow: visible !important;
}

.table th {
    overflow: visible !important;
}