:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #767777;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #fafbff;
    --bs-gray-200: #edf2fa;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #767777;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #18a0fb;
    --bs-secondary: #a4adbd;
    --bs-success: #00ac4f;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: red;
    --bs-light: #fafbff;
    --bs-dark: #212529;
    --bs-primary-rgb: 24, 160, 251;
    --bs-secondary-rgb: 164, 173, 189;
    --bs-success-rgb: 0, 172, 79;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 255, 0, 0;
    --bs-light-rgb: 250, 251, 255;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 51, 51, 51;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-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";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: Poppins, sans-serif;
    --bs-body-font-size: 0.8125rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #333;
    --bs-body-bg: #fff
}

#pr,
#pr-spinner {
    display: none;
    text-align: center;
}

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

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

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

hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .1
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1,
h1 {
    font-size: calc(1.32813rem + .9375vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.03125rem
    }
}

.h2,
h2 {
    font-size: calc(1.2875rem + .45vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 1.625rem
    }
}

.h3,
h3 {
    font-size: calc(1.26719rem + .20625vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.42188rem
    }
}

.h4,
h4 {
    font-size: 1.21875rem
}

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

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

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

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

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #18a0fb
}

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

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

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

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

code {
    word-wrap: break-word;
    color: #d63384;
    font-size: .875em
}

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .1875rem;
    color: #fff;
    font-size: .875em;
    padding: .2rem .4rem
}

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

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

caption {
    color: #a4adbd;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

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

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

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

textarea {
    resize: vertical
}

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

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

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

legend+* {
    clear: left
}

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

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

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

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

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

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.01563rem;
    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-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

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

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

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

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

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

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

.blockquote-footer:before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

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

.figure-caption {
    color: #767777;
    font-size: .875em
}

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

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:1024px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1260px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1134px
    }
}

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

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

.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.33333%
}

.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.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

.g-5,
.gy-5 {
    --bs-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.33333%
    }

    .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.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-5,
    .gy-sm-5 {
        --bs-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.33333%
    }

    .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.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1024px) {
    .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.33333%
    }

    .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.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1260px) {
    .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.33333%
    }

    .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.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #333;
    --bs-table-striped-bg: #f6f6f6;
    --bs-table-active-color: #333;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #333;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    border-color: #dbdee5;
    color: #333;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

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

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid
}

.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(2n)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

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

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

.table-primary {
    --bs-table-bg: #d1ecfe;
    --bs-table-striped-bg: #c7e0f1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd4e5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1daeb;
    --bs-table-hover-color: #000;
    border-color: #bcd4e5;
    color: #000
}

.table-secondary {
    --bs-table-bg: #edeff2;
    --bs-table-striped-bg: #e1e3e6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d5d7da;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #dbdde0;
    --bs-table-hover-color: #000;
    border-color: #d5d7da;
    color: #000
}

.table-success {
    --bs-table-bg: #cceedc;
    --bs-table-striped-bg: #c2e2d1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8d6c6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bddccc;
    --bs-table-hover-color: #000;
    border-color: #b8d6c6;
    color: #000
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    border-color: #badce3;
    color: #000
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    border-color: #e6dbb9;
    color: #000
}

.table-danger {
    --bs-table-bg: #fcc;
    --bs-table-striped-bg: #f2c2c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6b8b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecbdbd;
    --bs-table-hover-color: #000;
    border-color: #e6b8b8;
    color: #000
}

.table-light {
    --bs-table-bg: #fafbff;
    --bs-table-striped-bg: #eeeef2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e1e2e6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e7e8ec;
    --bs-table-hover-color: #000;
    border-color: #e1e2e6;
    color: #000
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    border-color: #373b3e;
    color: #fff
}

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

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

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

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

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

.form-label {
    margin-bottom: .5rem
}

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

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

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

.form-text {
    color: #a4adbd;
    font-size: .875em;
    margin-top: .25rem
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dbdee5;
    border-radius: .375rem;
    color: #333;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@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 {
    background-color: #fff;
    border-color: #18a0fb;
    box-shadow: 0 0 0 0 rgba(24, 160, 251, .25);
    color: #333;
    outline: 0
}

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

.form-control::-moz-placeholder {
    color: #a4adbd;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #a4adbd;
    opacity: 1
}

.form-control::placeholder {
    color: #a4adbd;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #edf2fa;
    opacity: 1
}

.form-control::file-selector-button {
    -webkit-margin-end: .75rem;
    background-color: #edf2fa;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #333;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: 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
}

@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])::file-selector-button {
    background-color: #e1e6ee
}

.form-control::-webkit-file-upload-button {
    -webkit-margin-end: .75rem;
    background-color: #edf2fa;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #333;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    -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: #e1e6ee
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #333;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-select {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23A4ADBD'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    border: 1px solid #dbdee5;
    border-radius: .375rem;
    color: #333;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

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

.form-select:focus {
    border-color: #18a0fb;
    box-shadow: 0 0 0 0 rgba(24, 160, 251, .25);
    outline: 0
}

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

.form-select:disabled {
    background-color: #edf2fa
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #333
}

.form-select-sm {
    border-radius: .1875rem;
    font-size: .71094rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.form-select-lg {
    border-radius: .5rem;
    font-size: 1.01563rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

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

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    -webkit-print-color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #dbdee5;
    color-adjust: exact;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    width: 1em
}

.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: #18a0fb;
    box-shadow: 0 0 0 0 rgba(24, 160, 251, .25);
    outline: 0
}

.form-check-input:checked {
    background-color: #18a0fb;
    border-color: #18a0fb
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #18a0fb;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color: #18a0fb
}

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

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

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position .15s ease-in-out;
    width: 2em
}

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

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3E%3Ccircle r='3' fill='rgba(24, 160, 251, 0.25)'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3E%3Ccircle r='3' fill='%2318A0FB'/%3E%3C/svg%3E");
    background-position: 100%
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

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

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

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

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(24, 160, 251, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(24, 160, 251, .25)
}

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

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #18a0fb;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -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;
    width: 1rem
}

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

.form-range::-webkit-slider-thumb:active {
    background-color: #bae3fe
}

.form-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #18a0fb;
    border: 0;
    border-radius: 1rem;
    height: 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;
    width: 1rem
}

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

.form-range::-moz-range-thumb:active {
    background-color: #bae3fe
}

.form-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

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

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

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

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

@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:-ms-input-placeholder {
    color: transparent
}

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

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

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

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

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

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

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

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.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(-.5rem) translateX(.15rem)
}

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

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

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

.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 {
    align-items: center;
    background-color: #edf2fa;
    border: 1px solid #dbdee5;
    border-radius: .375rem;
    color: #333;
    display: flex;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

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

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

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

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

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

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

.valid-tooltip {
    background-color: rgba(0, 172, 79, .9);
    border-radius: .375rem;
    color: #000;
    display: none;
    font-size: .71094rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300AC4F' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #00ac4f;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #00ac4f;
    box-shadow: 0 0 0 0 rgba(0, 172, 79, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #00ac4f
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23A4ADBD'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300AC4F' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 10px 8px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #00ac4f;
    box-shadow: 0 0 0 0 rgba(0, 172, 79, .25)
}

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

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

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0 rgba(0, 172, 79, .25)
}

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

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

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

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

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

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='red'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='red' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: red;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: red;
    box-shadow: 0 0 0 0 rgba(255, 0, 0, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

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

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23A4ADBD'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='red'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='red' stroke='none'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 10px 8px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: red;
    box-shadow: 0 0 0 0 rgba(255, 0, 0, .25)
}

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

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

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

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

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

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

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

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .375rem;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: .8125rem;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

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

.btn:hover {
    color: #333
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 0 rgba(24, 160, 251, .25);
    outline: 0
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: .65;
    pointer-events: none
}

.btn-primary {
    background-color: #18a0fb;
    border-color: #18a0fb;
    color: #000
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #3baefc;
    border-color: #2faafb;
    color: #000
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 0 rgba(20, 136, 213, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #46b3fc;
    border-color: #2faafb;
    color: #000
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(20, 136, 213, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #18a0fb;
    border-color: #18a0fb;
    color: #000
}

.btn-secondary {
    background-color: #a4adbd;
    border-color: #a4adbd;
    color: #000
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #b2b9c7;
    border-color: #adb5c4;
    color: #000
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    box-shadow: 0 0 0 0 rgba(139, 147, 161, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #b6bdca;
    border-color: #adb5c4;
    color: #000
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(139, 147, 161, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #a4adbd;
    border-color: #a4adbd;
    color: #000
}

.btn-success {
    background-color: #00ac4f;
    border-color: #00ac4f;
    color: #000
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #26b869;
    border-color: #1ab461;
    color: #000
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    box-shadow: 0 0 0 0 rgba(0, 146, 67, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    background-color: #33bd72;
    border-color: #1ab461;
    color: #000
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 146, 67, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #00ac4f;
    border-color: #00ac4f;
    color: #000
}

.btn-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
    background-color: #31d2f2;
    border-color: #25cff2;
    color: #000
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    box-shadow: 0 0 0 0 rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    background-color: #3dd5f3;
    border-color: #25cff2;
    color: #000
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-check:focus+.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #ffca2c;
    border-color: #ffc720;
    color: #000
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    box-shadow: 0 0 0 0 rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    background-color: #ffcd39;
    border-color: #ffc720;
    color: #000
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(217, 164, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-danger {
    background-color: red;
    border-color: red;
    color: #000
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #ff2626;
    border-color: #ff1a1a;
    color: #000
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    box-shadow: 0 0 0 0 rgba(217, 0, 0, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    background-color: #f33;
    border-color: #ff1a1a;
    color: #000
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(217, 0, 0, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: red;
    border-color: red;
    color: #000
}

.btn-light {
    background-color: #fafbff;
    border-color: #fafbff;
    color: #000
}

.btn-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
    background-color: #fbfcff;
    border-color: #fbfbff;
    color: #000
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    box-shadow: 0 0 0 0 hsla(240, 5%, 84%, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    background-color: #fbfcff;
    border-color: #fbfbff;
    color: #000
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(240, 5%, 84%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #fafbff;
    border-color: #fafbff;
    color: #000
}

.btn-dark {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #1c1f23;
    border-color: #1a1e21;
    color: #fff
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    box-shadow: 0 0 0 0 rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    background-color: #1a1e21;
    border-color: #191c1f;
    color: #fff
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(66, 70, 73, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-outline-primary {
    border-color: #18a0fb;
    color: #18a0fb
}

.btn-outline-primary:hover {
    background-color: #18a0fb;
    border-color: #18a0fb;
    color: #000
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(24, 160, 251, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #18a0fb;
    border-color: #18a0fb;
    color: #000
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0 rgba(24, 160, 251, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #18a0fb
}

.btn-outline-secondary {
    border-color: #a4adbd;
    color: #a4adbd
}

.btn-outline-secondary:hover {
    background-color: #a4adbd;
    border-color: #a4adbd;
    color: #000
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(164, 173, 189, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    background-color: #a4adbd;
    border-color: #a4adbd;
    color: #000
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0 rgba(164, 173, 189, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #a4adbd
}

.btn-outline-success {
    border-color: #00ac4f;
    color: #00ac4f
}

.btn-outline-success:hover {
    background-color: #00ac4f;
    border-color: #00ac4f;
    color: #000
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(0, 172, 79, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    background-color: #00ac4f;
    border-color: #00ac4f;
    color: #000
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 0 rgba(0, 172, 79, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #00ac4f
}

.btn-outline-info {
    border-color: #0dcaf0;
    color: #0dcaf0
}

.btn-outline-info:hover {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 0 rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #0dcaf0
}

.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107
}

.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107
}

.btn-outline-danger {
    border-color: red;
    color: red
}

.btn-outline-danger:hover {
    background-color: red;
    border-color: red;
    color: #000
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    background-color: red;
    border-color: red;
    color: #000
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: red
}

.btn-outline-light {
    border-color: #fafbff;
    color: #fafbff
}

.btn-outline-light:hover {
    background-color: #fafbff;
    border-color: #fafbff;
    color: #000
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(250, 251, 255, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    background-color: #fafbff;
    border-color: #fafbff;
    color: #000
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 0 rgba(250, 251, 255, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #fafbff
}

.btn-outline-dark {
    border-color: #212529;
    color: #212529
}

.btn-outline-dark:hover {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0 rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #212529
}

.btn-link {
    color: #333;
    font-weight: 400;
    text-decoration: none
}

.btn-link:hover {
    color: #18a0fb
}

.btn-link.disabled,
.btn-link:disabled {
    color: #767777
}

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

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

.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 {
    height: auto;
    transition: width .35s ease;
    width: 0
}

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .5rem;
    color: #333;
    display: none;
    font-size: .8125rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    z-index: 1000
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

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

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

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

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    border-top: 1px solid rgba(0, 0, 0, .15);
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    padding: .75rem 1rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #edf2fa;
    color: #333
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #e5ecf8;
    color: #333;
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #767777;
    display: block;
    font-size: .71094rem;
    margin-bottom: 0;
    padding: .5rem 1rem;
    white-space: nowrap
}

.dropdown-item-text {
    color: #333;
    display: block;
    padding: .75rem 1rem
}

.dropdown-menu-dark {
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15);
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    background-color: hsla(0, 0%, 100%, .15);
    color: #fff
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    background-color: #e5ecf8;
    color: #333
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    flex: 1 1 auto;
    position: relative
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    color: #333;
    display: block;
    padding: .5rem 1rem;
    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:focus,
.nav-link:hover {
    color: #18a0fb
}

.nav-link.disabled {
    color: #767777;
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
    margin-bottom: -1px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #edf2fa #edf2fa #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #767777
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .375rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #18a0fb;
    color: #fff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    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 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: .5rem;
    padding-top: .5rem;
    position: relative
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between
}

.navbar-brand {
    font-size: 1.01563rem;
    margin-right: 1rem;
    padding-bottom: .34766rem;
    padding-top: .34766rem;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .375rem;
    font-size: 1.01563rem;
    line-height: 1;
    padding: .25rem .75rem;
    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 {
    box-shadow: 0 0 0 0;
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: var(--bs-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-left: .5rem;
        padding-right: .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,
    .navbar-expand-sm .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }

    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }

    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@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-left: .5rem;
        padding-right: .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,
    .navbar-expand-md .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }

    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }

    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:1024px) {
    .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-left: .5rem;
        padding-right: .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,
    .navbar-expand-lg .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }

    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:1260px) {
    .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-left: .5rem;
        padding-right: .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,
    .navbar-expand-xl .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }

    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }

    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.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-left: .5rem;
    padding-right: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .5rem 1rem
}

.card-header:first-child {
    border-radius: 0 0 0 0
}

.card-footer {
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .5rem 1rem
}

.card-footer:last-child {
    border-radius: 0 0 0 0
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.5rem
}

.card-header-pills,
.card-header-tabs {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.card-img-overlay {
    border-radius: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.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
    }

    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #333;
    display: flex;
    font-size: .8125rem;
    overflow-anchor: none;
    padding: 1rem 1.25rem;
    position: relative;
    text-align: left;
    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;
    width: 100%
}

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

.accordion-button:not(.collapsed) {
    background-color: #e8f6ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    color: #1690e2
}

.accordion-button:not(.collapsed):after {
    transform: rotate(-180deg)
}

.accordion-button:after,
.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23A4ADBD'/%3E%3C/svg%3E")
}

.accordion-button:after {
    background-repeat: no-repeat;
    background-size: .5rem;
    content: "";
    flex-shrink: 0;
    height: .5rem;
    margin-left: auto;
    transition: transform .2s ease-in-out;
    width: .5rem
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    border-color: #18a0fb;
    box-shadow: 0 0 0 0 rgba(24, 160, 251, .25);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.375rem - 1px);
    border-top-right-radius: calc(.375rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: calc(.375rem - 1px);
    border-bottom-right-radius: calc(.375rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 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,
.breadcrumb {
    border-radius: 0
}

.breadcrumb {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
    float: left;
    padding-right: .5rem
}

.breadcrumb-item.active {
    color: #18a0fb
}

.pagination {
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #333;
    display: block;
    position: relative;
    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) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    border-color: #dee2e6;
    z-index: 2
}

.page-link:focus,
.page-link:hover {
    background-color: #edf2fa;
    color: #18a0fb
}

.page-link:focus {
    box-shadow: 0 0 0 0 rgba(24, 160, 251, .25);
    outline: 0;
    z-index: 3
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    background-color: #18a0fb;
    border-color: #18a0fb;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #767777;
    pointer-events: none
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .375rem;
    border-top-left-radius: .375rem
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .375rem;
    border-top-right-radius: .375rem
}

.pagination-lg .page-link {
    font-size: 1.01563rem;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .5rem;
    border-top-left-radius: .5rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem
}

.pagination-sm .page-link {
    font-size: .71094rem;
    padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .1875rem;
    border-top-left-radius: .1875rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.badge {
    border-radius: .375rem;
    color: #fff;
    display: inline-block;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    padding: .35em .65em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    border: 1px solid transparent;
    border-radius: .375rem;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    padding: 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    background-color: #d1ecfe;
    border-color: #bae3fe;
    color: #0e6097
}

.alert-primary .alert-link {
    color: #0b4d79
}

.alert-secondary {
    background-color: #edeff2;
    border-color: #e4e6eb;
    color: #626871
}

.alert-secondary .alert-link {
    color: #4e535a
}

.alert-success {
    background-color: #cceedc;
    border-color: #b3e6ca;
    color: #00672f
}

.alert-success .alert-link {
    color: #005226
}

.alert-info {
    background-color: #cff4fc;
    border-color: #b6effb;
    color: #055160
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffecb5;
    color: #664d03
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    background-color: #fcc;
    border-color: #ffb3b3;
    color: #900
}

.alert-danger .alert-link {
    color: #7a0000
}

.alert-light {
    background-color: #fefeff;
    border-color: #fefeff;
    color: #646466
}

.alert-light .alert-link {
    color: #505052
}

.alert-dark {
    background-color: #d3d3d4;
    border-color: #bcbebf;
    color: #141619
}

.alert-dark .alert-link {
    color: #101214
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: .5rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: .5rem
    }
}

.progress {
    background-color: #e5e5e5;
    border-radius: 0;
    font-size: .60938rem;
    height: .5rem
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    background-color: #18a0fb;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width .6s ease;
    white-space: nowrap
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: .5rem .5rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    border-radius: .375rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-numbered {
    counter-reset: section;
    list-style-type: none
}

.list-group-numbered>li:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    color: #333;
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #fafbff;
    color: #333;
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: #edf2fa;
    color: #333
}

.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    color: #212529;
    display: block;
    padding: .5rem 1rem;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #767777;
    pointer-events: none
}

.list-group-item.active {
    background-color: #18a0fb;
    border-color: #18a0fb;
    color: #fff;
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .375rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .375rem
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .375rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .375rem
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .375rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .375rem
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:1024px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .375rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .375rem
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:1260px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .375rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .375rem
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -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 {
    background-color: #d1ecfe;
    color: #0e6097
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #bcd4e5;
    color: #0e6097
}

.list-group-item-primary.list-group-item-action.active {
    background-color: #0e6097;
    border-color: #0e6097;
    color: #fff
}

.list-group-item-secondary {
    background-color: #edeff2;
    color: #626871
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #d5d7da;
    color: #626871
}

.list-group-item-secondary.list-group-item-action.active {
    background-color: #626871;
    border-color: #626871;
    color: #fff
}

.list-group-item-success {
    background-color: #cceedc;
    color: #00672f
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #b8d6c6;
    color: #00672f
}

.list-group-item-success.list-group-item-action.active {
    background-color: #00672f;
    border-color: #00672f;
    color: #fff
}

.list-group-item-info {
    background-color: #cff4fc;
    color: #055160
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #badce3;
    color: #055160
}

.list-group-item-info.list-group-item-action.active {
    background-color: #055160;
    border-color: #055160;
    color: #fff
}

.list-group-item-warning {
    background-color: #fff3cd;
    color: #664d03
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #e6dbb9;
    color: #664d03
}

.list-group-item-warning.list-group-item-action.active {
    background-color: #664d03;
    border-color: #664d03;
    color: #fff
}

.list-group-item-danger {
    background-color: #fcc;
    color: #900
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #e6b8b8;
    color: #900
}

.list-group-item-danger.list-group-item-action.active {
    background-color: #900;
    border-color: #900;
    color: #fff
}

.list-group-item-light {
    background-color: #fefeff;
    color: #646466
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #e5e5e6;
    color: #646466
}

.list-group-item-light.list-group-item-action.active {
    background-color: #646466;
    border-color: #646466;
    color: #fff
}

.list-group-item-dark {
    background-color: #d3d3d4;
    color: #141619
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #bebebf;
    color: #141619
}

.list-group-item-dark.list-group-item-action.active {
    background-color: #141619;
    border-color: #141619;
    color: #fff
}

.btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    padding: .25em;
    width: 1em
}

.btn-close:hover {
    color: #000;
    opacity: .75;
    text-decoration: none
}

.btn-close:focus {
    box-shadow: 0 0 0 0 rgba(24, 160, 251, .25);
    opacity: 1;
    outline: 0
}

.btn-close.disabled,
.btn-close:disabled {
    opacity: .25;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .375rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    font-size: .875rem;
    max-width: 100%;
    pointer-events: auto;
    width: 350px
}

.toast.showing {
    opacity: 0
}

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

.toast-container {
    max-width: 100%;
    pointer-events: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.375rem - 1px);
    border-top-right-radius: calc(.375rem - 1px);
    color: #767777;
    display: flex;
    padding: .5rem .75rem
}

.toast-header .btn-close {
    margin-left: .75rem;
    margin-right: -.375rem
}

.toast-body {
    word-wrap: break-word;
    padding: .75rem
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1055
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: scale(.8);
    transition: transform .2s ease-out
}

@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 {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-content {
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .75rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1050
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .6
}

.modal-header {
    align-items: center;
    border-bottom: 1px solid #dbdee5;
    border-top-left-radius: calc(.75rem - 1px);
    border-top-right-radius: calc(.75rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .btn-close {
    margin: -.5rem -.5rem -.5rem auto;
    padding: .5rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.75rem - 1px);
    border-bottom-right-radius: calc(.75rem - 1px);
    border-top: 1px solid #dbdee5;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 580px
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 420px
    }
}

@media (min-width:1024px) {

    .modal-lg,
    .modal-xl {
        max-width: 960px
    }
}

@media (min-width:1260px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.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 {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .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 {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .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:1023.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .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:1259.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .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
    }
}

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: .71094rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1080
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: -1px
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: -1px
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: -1px
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: -1px
}

.tooltip-inner {
    background-color: #000;
    border-radius: .375rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .5rem;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: .71094rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.popover .popover-arrow {
    display: block;
    height: .5rem;
    position: absolute;
    width: 1rem
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f0f0f0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    height: 1rem;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
    font-size: .8125rem;
    margin-bottom: 0;
    padding: .5rem 1rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #333;
    padding: 1rem
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform .6s ease-in-out;
    width: 100%
}

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 2rem;
    width: 2rem
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.carousel-indicators [data-bs-target] {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    padding: 0;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 1em;
    vertical-align: -.125em;
    width: 1em
}

.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}

@-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 {
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 1em;
    opacity: 0;
    vertical-align: -.125em;
    width: 1em
}

.spinner-grow-sm {
    height: 1rem;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.link-primary {
    color: #18a0fb
}

.link-primary:focus,
.link-primary:hover {
    color: #46b3fc
}

.link-secondary {
    color: #a4adbd
}

.link-secondary:focus,
.link-secondary:hover {
    color: #b6bdca
}

.link-success {
    color: #00ac4f
}

.link-success:focus,
.link-success:hover {
    color: #33bd72
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: red
}

.link-danger:focus,
.link-danger:hover {
    color: #f33
}

.link-light {
    color: #fafbff
}

.link-light:focus,
.link-light:hover {
    color: #fbfcff
}

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.85714%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.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:1024px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1260px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    align-items: center;
    flex-direction: row
}

.hstack,
.vstack {
    align-self: stretch;
    display: flex
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    align-self: stretch;
    background-color: currentColor;
    display: inline-block;
    min-height: 1em;
    opacity: .1;
    width: 1px
}

.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
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.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, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !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 #dbdee5 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dbdee5 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dbdee5 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dbdee5 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dbdee5 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #18a0fb !important
}

.border-secondary {
    border-color: #a4adbd !important
}

.border-success {
    border-color: #00ac4f !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: red !important
}

.border-light {
    border-color: #fafbff !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-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
}

.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-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: 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
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: 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
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: 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-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 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
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 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
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.32813rem + .9375vw) !important
}

.fs-2 {
    font-size: calc(1.2875rem + .45vw) !important
}

.fs-3 {
    font-size: calc(1.26719rem + .20625vw) !important
}

.fs-4 {
    font-size: 1.21875rem !important
}

.fs-5 {
    font-size: 1.01563rem !important
}

.fs-6 {
    font-size: .8125rem !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-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
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.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 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #a4adbd !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-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;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .375rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .1875rem !important
}

.rounded-2 {
    border-radius: .375rem !important
}

.rounded-3 {
    border-radius: .5rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .375rem !important
}

.rounded-end,
.rounded-top {
    border-top-right-radius: .375rem !important
}

.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: .375rem !important
}

.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: .375rem !important
}

.rounded-start {
    border-top-left-radius: .375rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .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-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: 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
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: 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
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: 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-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 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
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 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
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .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-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: 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
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: 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
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: 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-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 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
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 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
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:1024px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .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-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: 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
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: 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
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: 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-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 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
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 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
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1260px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .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-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: 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
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: 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
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: 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-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 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
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 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
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.03125rem !important
    }

    .fs-2 {
        font-size: 1.625rem !important
    }

    .fs-3 {
        font-size: 1.42188rem !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
    }
}

.hamburger {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 18px 15px;
    text-transform: none;
    transition-duration: .15s;
    transition-property: opacity, filter;
    transition-timing-function: linear
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000
}

.hamburger-box {
    display: inline-block;
    height: 14px;
    position: relative;
    width: 20px
}

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #000;
    border-radius: 0;
    height: 2px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 20px
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -6px
}

.hamburger-inner:after {
    bottom: -6px
}

.hamburger--slider .hamburger-inner {
    top: 1px
}

.hamburger--slider .hamburger-inner:before {
    top: 6px;
    transition-duration: .15s;
    transition-property: transform, opacity;
    transition-timing-function: ease
}

.hamburger--slider .hamburger-inner:after {
    top: 12px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-2.85714px, -4px, 0)
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -12px, 0) rotate(-90deg)
}

.hamburger:active,
.hamburger:focus,
.hamburger:hover {
    outline: none
}

.flatpickr-calendar {
    -webkit-animation: none;
    animation: none;
    background: transparent;
    background: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
    box-sizing: border-box;
    direction: ltr;
    display: none;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    touch-action: manipulation;
    visibility: hidden;
    width: 307.875px
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    max-height: 640px;
    opacity: 1;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    display: block;
    z-index: 999
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    border-top: 1px solid #e6e6e6;
    height: 40px
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    border: solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 22px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:after,
.flatpickr-calendar.arrowCenter:before {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    display: inline-block;
    position: relative
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    flex: 1;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: center
}

.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    fill: rgba(0, 0, 0, .9);
    color: rgba(0, 0, 0, .9);
    height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    cursor: pointer;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 3
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    height: 14px;
    width: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    fill: inherit;
    transition: fill .1s
}

.numInputWrapper {
    height: auto;
    position: relative
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.numInputWrapper span {
    border: 1px solid rgba(57, 57, 57, .15);
    box-sizing: border-box;
    cursor: pointer;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    padding: 0 4px 0 2px;
    position: absolute;
    right: 0;
    width: 14px
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    content: "";
    display: block;
    position: absolute
}

.numInputWrapper span.arrowUp {
    border-bottom: 0;
    top: 0
}

.numInputWrapper span.arrowUp:after {
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    height: auto;
    width: inherit
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    color: inherit;
    display: inline-block;
    font-size: 135%;
    font-weight: 300;
    height: 34px;
    left: 12.5%;
    line-height: inherit;
    line-height: 1;
    padding: 7.48px 0 0;
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    width: 75%
}

.flatpickr-current-month span.cur-month {
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    display: inline-block;
    width: 6ch;
    width: 7ch\0
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 .5ch;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    background: transparent;
    color: rgba(0, 0, 0, .5);
    font-size: 100%;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    align-items: center;
    background: transparent;
    display: flex;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

span.flatpickr-weekday {
    background: transparent;
    color: rgba(0, 0, 0, .54);
    cursor: default;
    display: block;
    flex: 1;
    font-size: 90%;
    font-weight: bolder;
    line-height: 1;
    margin: 0;
    text-align: center
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    max-width: 307.875px;
    min-width: 307.875px;
    opacity: 1;
    outline: 0;
    padding: 0;
    text-align: left;
    transform: translateZ(0);
    width: 307.875px
}

.dayContainer+.dayContainer {
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    display: inline-block;
    flex-basis: 14.2857143%;
    font-weight: 400;
    height: 39px;
    justify-content: center;
    line-height: 39px;
    margin: 0;
    max-width: 39px;
    position: relative;
    text-align: center;
    width: 14.2857143%
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background: #e6e6e6;
    border-color: #e6e6e6;
    cursor: pointer;
    outline: 0
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    background: #959ea9;
    border-color: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    border-color: #569ff7;
    box-shadow: none
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    background: transparent;
    border-color: transparent;
    color: rgba(57, 57, 57, .3);
    cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: rgba(57, 57, 57, .1);
    cursor: not-allowed
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    box-shadow: 1px 0 0 #e6e6e6;
    padding: 0 12px
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    line-height: 28px;
    width: 100%
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    background: transparent;
    border: none;
    color: rgba(57, 57, 57, .3);
    cursor: default;
    display: block;
    max-width: none;
    width: 100%
}

.flatpickr-innerContainer {
    box-sizing: border-box;
    display: block;
    display: flex;
    overflow: hidden
}

.flatpickr-rContainer {
    box-sizing: border-box;
    display: inline-block;
    padding: 0
}

.flatpickr-time {
    box-sizing: border-box;
    display: block;
    display: flex;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    outline: 0;
    overflow: hidden;
    text-align: center
}

.flatpickr-time:after {
    clear: both;
    content: "";
    display: table
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    float: left;
    height: 40px;
    width: 40%
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #393939;
    font-size: 14px;
    height: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    border: 0;
    outline: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    align-self: center;
    color: #393939;
    float: left;
    font-weight: 700;
    height: inherit;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2%
}

.flatpickr-time .flatpickr-am-pm {
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    text-align: center;
    width: 18%
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.flatpickr {
    position: relative
}

.flatpickr>.flatpickr-input.flatpickr-input-alt,
.flatpickr>.flatpickr-input.flatpickr-mobile {
    border-bottom-left-radius: .375rem;
    border-top-left-radius: .375rem
}

.flatpickr-input {
    border-color: #dbdee5;
    color: #333;
    padding-right: 3rem
}

.flatpickr-input[readonly] {
    background-color: #fff
}

.flatpickr-input.active,
.flatpickr-input:focus {
    border-color: #18a0fb;
    color: #333
}

.flatpickr-input.form-control-clear {
    width: 4.375rem
}

.flatpickr-icon {
    color: #a4adbd;
    display: flex;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    top: 0
}

.flatpickr-range>.flatpickr-input {
    min-width: 18rem
}

@media (min-width:576px) {
    .flatpickr-range .flatpickr {
        width: 10rem
    }
}

.flatpickr-noborder {
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.flatpickr-noborder .form-control {
    border-color: transparent
}

@media (min-width:1024px) {
    .flatpickr-sm .flatpickr-input {
        font-size: .71094rem
    }
}

.flatpickr-calendar {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), 0 -10px 60px rgba(226, 236, 249, .5);
    font-size: .8125rem;
    transition: none;
    width: 21.24219rem
}

@media (max-width:575.98px) {
    .flatpickr-calendar {
        width: calc(100vw - 1.5rem)
    }
}

.flatpickr-calendar:before {
    border-width: 7px
}

.flatpickr-calendar:after {
    border-width: 6px
}

.flatpickr-calendar.open {
    z-index: 1065
}

.flatpickr-calendar.open.arrowTop {
    margin-top: .375rem
}

.flatpickr-innerContainer,
.flatpickr-months {
    padding: 1rem
}

.flatpickr-months {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

.flatpickr-months+.flatpickr-innerContainer {
    padding-top: 0
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    border-radius: .5rem;
    top: 1rem
}

.flatpickr-months .flatpickr-next-month:focus,
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:focus,
.flatpickr-months .flatpickr-prev-month:hover {
    background-color: #f8f7fa
}

.flatpickr-months .flatpickr-next-month:focus svg,
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:focus svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #333
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 1rem
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 1rem
}

.flatpickr-months .numInputWrapper {
    width: 6.5ch
}

.flatpickr-current-month {
    align-items: center;
    display: flex;
    font-size: 100%;
    justify-content: center;
    padding-top: 0
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23A4ADBD'/%3E%3C/svg%3E") no-repeat right .5rem center;
    background-size: .75rem .5625rem;
    line-height: 1.2;
    margin-top: 0;
    min-height: 1.375rem;
    padding-right: 24px
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, .05) url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23A4ADBD'/%3E%3C/svg%3E") no-repeat right .5rem center;
    background-size: .75rem .5625rem
}

.flatpickr-current-month .numInputWrapper span:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23A4ADBD'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: 75% 50%;
    border: none;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    transform: rotate(180deg)
}

.flatpickr-next-month,
.flatpickr-prev-month {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0
}

@media (max-width:575.98px) {

    .flatpickr-days,
    .flatpickr-days .dayContainer {
        max-width: none;
        min-width: 0;
        width: 100%
    }
}

.flatpickr-day {
    border-radius: .5rem;
    color: #333
}

@media (max-width:575.98px) {
    .flatpickr-day {
        height: auto;
        max-width: none;
        min-width: 0
    }
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background-color: #f8f7fa;
    border-color: #f8f7fa
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background-color: #18a0fb;
    border-color: #18a0fb;
    color: #fff
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #18a0fb
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(25, 24, 26, .4)
}

span.flatpickr-weekday {
    color: #333;
    font-weight: 600
}

.date-picker {
    border: 0;
    color: #303030;
    cursor: pointer;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 10px;
    position: relative;
    width: 170px;
    z-index: 2
}

.date-picker,
.date-picker-wrapper {
    font-family: Arial, sans-serif;
    font-size: 12px
}

.date-picker-wrapper {
    background-color: #efefef;
    border: 1px solid #bfbfbf;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    box-sizing: initial;
    color: #aaa;
    line-height: 20px;
    padding: 5px 12px;
    position: absolute;
    z-index: 1
}

.dp-clearfix {
    clear: both;
    font-size: 0;
    height: 0
}

.date-picker-wrapper.inline-wrapper {
    box-shadow: none;
    display: inline-block;
    position: relative
}

.date-picker-wrapper.single-date {
    width: auto
}

.date-picker-wrapper.no-shortcuts {
    padding-bottom: 12px
}

.date-picker-wrapper.no-topbar {
    padding-top: 12px
}

.date-picker-wrapper .footer {
    font-size: 11px;
    padding-top: 3px
}

.date-picker-wrapper b {
    color: #666;
    font-weight: 700
}

.date-picker-wrapper a {
    color: #6bb4d6;
    text-decoration: underline
}

.date-picker-wrapper .month-name {
    text-transform: uppercase
}

.date-picker-wrapper .select-wrapper {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.date-picker-wrapper .select-wrapper:hover {
    text-decoration: underline
}

.date-picker-wrapper .month-element {
    display: inline-block;
    vertical-align: middle
}

.date-picker-wrapper .select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    left: 0;
    margin: 0;
    opacity: .01;
    outline: 0;
    padding: 0;
    position: absolute;
    text-transform: inherit;
    top: -1px
}

.date-picker-wrapper .month-wrapper {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    cursor: default;
    _overflow: hidden;
    padding: 5px;
    position: relative
}

.date-picker-wrapper .month-wrapper table,
.date-picker-wrapper .month-wrapper table.month2 {
    float: left;
    width: 190px
}

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
    line-height: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle
}

.date-picker-wrapper .month-wrapper table .day {
    color: #ccc;
    cursor: default;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 1px;
    padding: 5px 0
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #9cdbf7
}

.date-picker-wrapper .month-wrapper table .week-name {
    font-weight: 100;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help !important
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip,
.date-picker-wrapper .time label {
    white-space: nowrap
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #cdecfa
}

.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
    display: none
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #ffe684
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #70ccd5
}

.date-picker-wrapper table .caption {
    height: 40px
}

.date-picker-wrapper table .caption>th:first-of-type,
.date-picker-wrapper table .caption>th:last-of-type {
    width: 27px
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    cursor: pointer;
    padding: 0 5px
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    background-color: #ccc;
    color: #fff
}

.date-picker-wrapper .gap {
    background-color: red;
    float: left;
    font-size: 0;
    height: 100%;
    height: 0;
    line-height: 0;
    margin: 0 10px -10px;
    position: relative;
    top: -5px;
    visibility: hidden;
    width: 15px;
    z-index: 1
}

.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden
}

.date-picker-wrapper .gap .gap-line {
    height: 15px;
    position: relative;
    width: 15px
}

.date-picker-wrapper .gap .gap-line .gap-1 {
    border-bottom: 8px solid #eee;
    border-left: 8px solid #fff;
    border-top: 8px solid #eee;
    height: 0;
    z-index: 1
}

.date-picker-wrapper .gap .gap-line .gap-2 {
    border-left: 8px solid transparent;
    border-top: 8px solid #fff;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.date-picker-wrapper .gap .gap-line .gap-3 {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    height: 0;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2
}

.date-picker-wrapper .gap .gap-top-mask {
    background-color: #eee;
    height: 1px;
    left: 1px;
    position: absolute;
    top: -1px;
    width: 6px;
    z-index: 3
}

.date-picker-wrapper .gap .gap-bottom-mask {
    background-color: #eee;
    bottom: -1px;
    height: 1px;
    left: 7px;
    position: absolute;
    width: 6px;
    z-index: 3
}

.date-picker-wrapper .selected-days {
    display: none
}

.date-picker-wrapper .drp_top-bar {
    line-height: 1.4;
    padding: 10px 40px 10px 0;
    position: relative
}

.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
    display: none
}

.date-picker-wrapper .drp_top-bar .default-top {
    display: block
}

.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.error .error-top {
    color: red;
    display: block
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
    color: #333
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    background: #0095cd;
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    border: 1px solid #0076a3;
    border-radius: 4px;
    color: #d9eef7;
    color: #fff;
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
    font-size: 12px;
    line-height: normal;
    margin: 0;
    padding: 3px 5px;
    position: absolute;
    right: 0;
    top: 6px
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #ededed);
    border: 1px solid #b7b7b7;
    color: #606060;
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed")
}

.date-picker-wrapper .time {
    position: relative
}

.date-picker-wrapper.single-month .time {
    display: block
}

.date-picker-wrapper .time input[type=range] {
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 129px
}

.date-picker-wrapper .time1,
.time2 {
    padding: 0 5px;
    text-align: center;
    width: 180px
}

.date-picker-wrapper .time1 {
    float: left
}

.date-picker-wrapper .time2 {
    float: right
}

.date-picker-wrapper .hour,
.minute {
    text-align: right
}

.date-picker-wrapper .hide {
    display: none
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
    background-color: #49e !important
}

.date-picker-wrapper .date-range-length-tip {
    background-color: #ff0;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    display: none;
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    font-size: 12px;
    line-height: 16px;
    margin-left: -8px;
    margin-top: -4px;
    padding: 0 6px;
    position: absolute
}

.date-picker-wrapper .date-range-length-tip:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ff0;
    bottom: -4px;
    content: "";
    left: 50%;
    margin-left: -4px;
    position: absolute
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none
}

.date-picker-wrapper .week-number {
    color: #999;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 1px;
    padding: 5px 0
}

.date-picker-wrapper .week-number.week-number-selected {
    color: #49e;
    font-weight: 700
}

.date-picker-wrapper {
    background-color: #fff;
    border: none;
    border-radius: .5rem;
    color: #333;
    font-family: Poppins, sans-serif;
    font-size: .8125rem;
    padding: 1.5rem !important
}

@media (max-width:1023.98px) {
    .date-picker-wrapper {
        padding: 1rem !important
    }
}

.date-picker-wrapper.inline-wrapper {
    display: block
}

.date-picker-wrapper .month-name {
    text-transform: none
}

.date-picker-wrapper .month-wrapper {
    align-items: flex-start;
    background-color: transparent;
    border: none;
    display: flex;
    padding: 0;
    width: auto !important
}

@media (max-width:767.98px) {
    .date-picker-wrapper .month-wrapper {
        flex-direction: column
    }
}

.date-picker-wrapper .month-wrapper table {
    float: none
}

.date-picker-wrapper .month-wrapper table,
.date-picker-wrapper .month-wrapper table.month2 {
    max-width: 100%;
    width: 17.5rem
}

@media (max-width:575.98px) {
    .date-picker-wrapper .month-wrapper table.month2 {
        margin-left: 0;
        margin-top: 1.5rem
    }
}

.date-picker-wrapper .month-wrapper table .week-name th {
    color: #333;
    font-weight: 600;
    padding-bottom: .875rem;
    padding-top: .875rem
}

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
    width: 14.28571%
}

.date-picker-wrapper .month-wrapper table td {
    position: relative
}

.date-picker-wrapper .month-wrapper table td:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.date-picker-wrapper .month-wrapper table .day {
    align-items: center;
    border-radius: 50%;
    bottom: 0;
    display: flex;
    font-size: inherit;
    justify-content: center;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: transparent;
    border: 1px solid #959ea9;
    border-radius: .5rem
}

.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
    display: flex
}

.date-picker-wrapper .month-wrapper table .day.lastMonth.hovering,
.date-picker-wrapper .month-wrapper table .day.nextMonth.hovering,
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #edf2fa;
    border: none
}

.date-picker-wrapper .month-wrapper table .day.lastMonth.hovering.valid,
.date-picker-wrapper .month-wrapper table .day.nextMonth.hovering.valid,
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering.valid {
    color: #18a0fb;
    font-weight: 600
}

.date-picker-wrapper .month-wrapper table .day.checked:not(.first-date-selected):not(.last-date-selected),
.date-picker-wrapper .month-wrapper table .day.hovering:not(.first-date-selected):not(.last-date-selected) {
    border-radius: 0
}

.date-picker-wrapper .month-wrapper table .day.checked,
.date-picker-wrapper .month-wrapper table .day.checked.real-today {
    background-color: #edf2fa;
    border: none
}

.date-picker-wrapper .month-wrapper table .day.checked.real-today.valid,
.date-picker-wrapper .month-wrapper table .day.checked.valid {
    color: #18a0fb;
    font-weight: 600
}

.date-picker-wrapper .month-wrapper table .caption .next,
.date-picker-wrapper .month-wrapper table .caption .prev {
    align-items: center;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    padding-top: 100%;
    position: relative
}

.date-picker-wrapper .month-wrapper table .caption .next:focus,
.date-picker-wrapper .month-wrapper table .caption .next:hover,
.date-picker-wrapper .month-wrapper table .caption .prev:focus,
.date-picker-wrapper .month-wrapper table .caption .prev:hover {
    background-color: #f8f7fa;
    color: inherit
}

.date-picker-wrapper .month-wrapper table .caption .next>*,
.date-picker-wrapper .month-wrapper table .caption .prev>* {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(calc(-50% + .5px), calc(-50% + .5px))
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
    background-color: #18a0fb !important;
    color: #fff !important
}

.date-picker-wrapper .first-date-selected {
    border-radius: .5rem 0 0 .5rem !important
}

.date-picker-wrapper .last-date-selected {
    border-radius: 0 .5rem .5rem 0 !important
}

.date-picker-wrapper .dp-clearfix,
.date-picker-wrapper .time {
    display: none
}

.date-picker-wrapper .gap {
    align-self: stretch;
    background-color: #eeedf0;
    float: none;
    height: auto !important;
    margin: 0 1.5rem;
    position: static;
    visibility: visible !important;
    width: 1px
}

@media (max-width:1023.98px) {
    .date-picker-wrapper .gap {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

@media (max-width:767.98px) {
    .date-picker-wrapper .gap {
        height: 1px !important;
        margin: 16px 0;
        width: auto
    }
}

.date-picker-wrapper .footer,
.date-picker-wrapper .gap>* {
    display: none
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/poppins/Poppins-Light.woff2) format("woff2")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/poppins/Poppins-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Poppins;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/poppins/Poppins-Italic.woff2) format("woff2")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/poppins/Poppins-Medium.woff2) format("woff2")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/poppins/Poppins-SemiBold.woff2) format("woff2")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/poppins/Poppins-Bold.woff2) format("woff2")
}

.text-gray-6 {
    color: #767777 !important
}

.link-muted {
    color: #a4adbd
}

.link-muted:focus,
.link-muted:hover {
    color: #18a0fb
}

.text-447041 {
    color: #447041 !important
}

.text-facebook {
    color: #3b5998
}

.text-forum {
    color: #ffd600
}

.text-news {
    color: #33a02c
}

.text-previews {
    color: #e77e21
}

.text-youtube {
    color: red
}

.text-instagram {
    color: #e95950
}

.text-tiktok {
    color: #3c3535
}

.text-e-commerce {
    color: #00a3ff
}

.text-positive {
    color: #76c071 !important
}

.text-neutral {
    color: #767777 !important
}

.link-neutral {
    color: #767777
}

.link-neutral:focus,
.link-neutral:hover {
    color: #919292
}

.text-negative {
    color: red !important
}

.text-irrelevant {
    color: #000 !important
}

.text-irrelevant-2 {
    color: #ffd600 !important
}

.link-orange {
    color: #f2994a
}

.link-orange:focus,
.link-orange:hover {
    color: #f5ad6e
}

.text-red {
    color: red !important
}

.link-red {
    color: #e31a1c
}

.link-red:focus,
.link-red:hover {
    color: #b61516
}

.link-muted-2 {
    color: #a4adbd
}

.link-muted-2:focus,
.link-muted-2:hover {
    color: #b6bdca
}

.text-green {
    color: #33a02c !important
}

.link-green {
    color: #33a02c
}

.link-green:focus,
.link-green:hover {
    color: #5cb356
}

.text-yellow {
    color: #ffd600 !important
}

.link-yellow {
    color: #ffd600
}

.link-yellow:focus,
.link-yellow:hover {
    color: #ffde33
}

.text-brown {
    color: #654d2a !important
}

.link-brown {
    color: #654d2a
}

.link-brown:focus,
.link-brown:hover {
    color: #513e22
}

.text-blue-navy {
    color: #495b7c !important
}

.text-female {
    color: #76c071 !important
}

.text-male {
    color: #00a3ff !important
}

.text-other {
    color: #757777 !important
}

.bg-gray-1 {
    background-color: #fafbff !important
}

.bg-gray-2 {
    background-color: #edf2fa !important
}

.bg-topic-1 {
    background-color: #00a3ff
}

.bg-topic-2 {
    background-color: #767777
}

.bg-topic-3 {
    background-color: #f8ac4b
}

.bg-topic-4 {
    background-color: #e77e21
}

.bg-topic-5 {
    background-color: #ffd600
}

.bg-topic-6 {
    background-color: #3b5998
}

.bg-topic-7 {
    background-color: #edf2fa
}

.bg-topic-8 {
    background-color: #a4adbd
}

.bg-topic-9 {
    background-color: #dbdee5
}

.bg-topic-10 {
    background-color: red
}

.bg-topic-11 {
    background-color: #c1fabd
}

.bg-topic-12 {
    background-color: #b2df8a
}

.bg-topic-13 {
    background-color: #33a02c
}

.bg-topic-14 {
    background-color: #767777
}

.bg-topic-15 {
    background-color: #e7feca
}

.bg-topic-16 {
    background-color: #a6cee3
}

.bg-topic-17 {
    background-color: #ffd600
}

.bg-topic-18 {
    background-color: #fdbf6f
}

.bg-topic-19 {
    background-color: #333
}

.bg-topic-20 {
    background-color: #edf2fa
}

.bg-topic-21 {
    background-color: #3398dc
}

.bg-topic-22 {
    background-color: #edf2fa
}

.bg-topic-23 {
    background-color: #dbdee5
}

.bg-topic-24 {
    background-color: #e95950
}

.bg-topic-25 {
    background-color: #00a3ff
}

.bg-topic-26 {
    background-color: #ff7091
}

.bg-topic-27 {
    background-color: #3c3535
}

.bg-topic-28 {
    background-color: #e77e21
}

.bg-topic-29 {
    background-color: #ffd600
}

.bg-topic-30 {
    background-color: #3b5998
}

.fw-1 {
    font-weight: 100 !important
}

.fw-2 {
    font-weight: 200 !important
}

.fw-3 {
    font-weight: 300 !important
}

.fw-4 {
    font-weight: 400 !important
}

.fw-5 {
    font-weight: 500 !important
}

.fw-6 {
    font-weight: 600 !important
}

.fw-7 {
    font-weight: 700 !important
}

.fw-8 {
    font-weight: 800 !important
}

.fw-9 {
    font-weight: 900 !important
}

.flex-center {
    align-items: center
}

.flex-center,
.flex-center-x {
    display: flex;
    justify-content: center
}

.flex-center-y {
    align-items: center;
    display: flex
}

.fs-base {
    font-size: .8125rem !important
}

.fs-sm {
    font-size: .71094rem !important
}

.fs-lg {
    font-size: 1.01563rem !important
}

.fs-12px {
    font-size: .75rem !important
}

.fs-14px {
    font-size: .875rem !important
}

.fs-15px {
    font-size: .9375rem !important
}

.fs-16px {
    font-size: 1rem !important
}

.fs-17px {
    font-size: 1.0625rem !important
}

.fs-18px {
    font-size: 1.125rem !important
}

.fs-19px {
    font-size: 1.1875rem !important
}

.fs-23px {
    font-size: calc(1.26875rem + .225vw) !important
}

@media (min-width:1200px) {
    .fs-23px {
        font-size: 1.4375rem !important
    }
}

.fs-24px {
    font-size: calc(1.275rem + .3vw) !important
}

@media (min-width:1200px) {
    .fs-24px {
        font-size: 1.5rem !important
    }
}

.fs-27px {
    font-size: calc(1.29375rem + .525vw) !important
}

@media (min-width:1200px) {
    .fs-27px {
        font-size: 1.6875rem !important
    }
}

.fs-30px {
    font-size: calc(1.3125rem + .75vw) !important
}

@media (min-width:1200px) {
    .fs-30px {
        font-size: 1.875rem !important
    }
}

.fs-32px {
    font-size: calc(1.325rem + .9vw) !important
}

@media (min-width:1200px) {
    .fs-32px {
        font-size: 2rem !important
    }
}

.fs-36px {
    font-size: calc(1.35rem + 1.2vw) !important
}

@media (min-width:1200px) {
    .fs-36px {
        font-size: 2.25rem !important
    }
}

.lh-heading {
    line-height: 1.2 !important
}

.filter-light {
    filter: brightness(0) invert(1)
}

.filter-dark {
    filter: brightness(0) invert(0)
}

.rotate-180 {
    transform: rotate(180deg) !important
}

.mw-none {
    max-width: none !important
}

.w-1 {
    width: 1% !important
}

@media (min-width:1024px) {
    .mw-lg-160px {
        max-width: 10rem !important
    }
}

.mw-200px {
    max-width: 12.5rem !important
}

.mw-240px {
    max-width: 15rem !important
}

.mw-512px {
    max-width: 32rem !important
}

.me-6px {
    margin-right: .375rem !important
}

.me-10px {
    margin-right: .625rem !important
}

.p-10px {
    padding: .625rem !important
}

.px-10px {
    padding-left: .625rem !important;
    padding-right: .625rem !important
}

.me-12px {
    margin-right: .75rem !important
}

.my-12px {
    margin-bottom: .75rem !important;
    margin-top: .75rem !important
}

.px-12px {
    padding-right: .75rem !important
}

.ps-12px,
.px-12px {
    padding-left: .75rem !important
}

.pe-12px {
    padding-right: .75rem !important
}

.py-12px {
    padding-bottom: .75rem !important;
    padding-top: .75rem !important
}

@media (min-width:768px) {
    .p-md-30px {
        padding: 1.875rem !important
    }
}

.mb-12px {
    margin-bottom: .75rem !important
}

.mb-30px {
    margin-bottom: 1.875rem !important
}

.mt-6px {
    margin-top: .375rem !important
}

.g-12px,
.gy-12px {
    --bs-gutter-y: 0.75rem
}

.g-12px,
.gx-12px {
    --bs-gutter-x: 0.75rem
}

.g-20px,
.gy-20px {
    --bs-gutter-y: 1.25rem
}

.g-20px,
.gx-20px {
    --bs-gutter-x: 1.25rem
}

.g-30px,
.gy-30px {
    --bs-gutter-y: 1.875rem
}

.g-30px,
.gx-30px {
    --bs-gutter-x: 1.875rem
}

.g-40px,
.gy-40px {
    --bs-gutter-y: 2.5rem
}

.g-40px,
.gx-40px {
    --bs-gutter-x: 2.5rem
}

@media (min-width:1260px) {

    .g-xl-30px,
    .gy-xl-30px {
        --bs-gutter-y: 1.875rem
    }

    .g-xl-30px,
    .gx-xl-30px {
        --bs-gutter-x: 1.875rem
    }
}

.gap-20px {
    gap: 1.25rem !important
}

.gap-30px {
    gap: 1.875rem !important
}

.col-100px {
    flex: 0 0 auto;
    width: 6.25rem
}

@media (min-width:768px) {
    .border-end-md {
        border-right: 1px solid #dbdee5 !important
    }
}

.z-index-1 {
    z-index: 1 !important
}

[class*=iconsvg] {
    fill: currentColor;
    display: inline-block;
    height: 1em;
    width: 1em
}

[class$=-o],
[class*="-o "] {
    fill: transparent;
    stroke: currentColor
}

.iconsvg-arrow-to-right {
    font-size: 1.125rem
}

.iconsvg-arrow-up {
    font-size: 1.0625rem
}

.iconsvg-at {
    font-size: 1.25rem
}

.iconsvg-bell-circle,
.iconsvg-calendar,
.iconsvg-check-circle {
    font-size: 1rem
}

.iconsvg-chevron-down {
    font-size: .5rem
}

.iconsvg-close {
    font-size: .625rem
}

.iconsvg-close-circle {
    font-size: 1.25rem
}

.iconsvg-cloud-minus {
    font-size: 1.1875rem
}

.iconsvg-comment-line {
    font-size: .9375rem
}

.iconsvg-cube {
    font-size: 1.25rem
}

.iconsvg-database {
    font-size: 1.125rem
}

.iconsvg-dot-line {
    font-size: .9375rem
}

.iconsvg-error {
    font-size: 5rem
}

.iconsvg-eye {
    font-size: 1.125rem
}

.iconsvg-filter,
.iconsvg-history {
    font-size: 1.0625rem
}

.iconsvg-layer-group {
    font-size: 1.125rem
}

.iconsvg-message-plus {
    font-size: 1.1875rem
}

.iconsvg-pen,
.iconsvg-plus-circle {
    font-size: 1.125rem
}

.iconsvg-sad {
    font-size: .875rem
}

.iconsvg-sad-2,
.iconsvg-search {
    font-size: 1rem
}

.iconsvg-setting {
    font-size: 1.5rem
}

.iconsvg-share {
    font-size: 1rem
}

.iconsvg-share-2 {
    font-size: .875rem
}

.iconsvg-speedometer,
.iconsvg-square {
    font-size: 1rem
}

.iconsvg-tag {
    font-size: .625rem
}

.iconsvg-thumbs-up,
.iconsvg-trash {
    font-size: 1rem
}

.iconsvg-trash-2 {
    font-size: 1.5rem
}

.iconsvg-trash-3 {
    font-size: 1.1875rem
}

.iconsvg-trash-circle,
.iconsvg-trash-undo-circle {
    font-size: 1rem
}

.iconsvg-user-circle {
    font-size: 1.25rem
}

[class*=iconsvg2] {
    display: inline-block;
    height: 1em;
    width: 1em
}

.iconsvg2-comment {
    font-size: 2rem;
    width: 1em
}

.iconsvg2-dollar {
    font-size: 3rem;
    width: 1em
}

.iconsvg2-e-commerce,
.iconsvg2-face-confused,
.iconsvg2-face-frown {
    font-size: 2rem;
    width: 1em
}

.iconsvg2-face-meh {
    font-size: 2rem;
    width: 1.03125em
}

.iconsvg2-face-smile,
.iconsvg2-facebook {
    font-size: 2rem;
    width: 1em
}

.iconsvg2-female {
    font-size: 2.5rem;
    width: 1em
}

.iconsvg2-forum {
    font-size: 2rem;
    width: 1em
}

.iconsvg2-home {
    font-size: 3rem;
    width: 1em
}

.iconsvg2-instagram {
    font-size: 2rem;
    width: 1em
}

.iconsvg2-male {
    font-size: 2.5rem;
    width: 1.025em
}

.iconsvg2-news {
    font-size: 2rem;
    width: 1em
}

.iconsvg2-other {
    font-size: 2.5rem;
    width: 1.025em
}

.iconsvg2-post {
    font-size: 2rem;
    width: 1em
}

.iconsvg2-previews {
    font-size: 2rem;
    width: 1.125em
}

.iconsvg2-setting {
    font-size: 1.5rem;
    width: 1em
}

.iconsvg2-share {
    font-size: 2rem;
    width: 1em
}

.iconsvg2-thumbs-up {
    font-size: 3rem;
    width: 1em
}

.iconsvg2-tiktok,
.iconsvg2-total,
.iconsvg2-youtube {
    font-size: 2rem;
    width: 1em
}

.form-control-gray-100 {
    background-color: #f9faff;
    border-color: #eff3fe
}

.form-control-gray-100:focus {
    background-color: #f9faff;
    border-color: #18a0fb
}

[class*=form-check].form-check-input {
    padding-left: 0
}

.form-check-label .iconsvg-dot-line {
    margin-top: -.125rem
}

.form-check-lg {
    padding-left: 1.625rem
}

.form-check-lg .form-check-input,
.form-check-lg.form-check-input {
    height: 1.125rem;
    margin-top: 0;
    width: 1.125rem
}

.form-check-lg .form-check-input {
    margin-left: -1.625rem
}

.form-check-xl {
    padding-left: 2rem
}

.form-check-xl .form-check-input,
.form-check-xl.form-check-input {
    background-size: 1.125rem;
    height: 1.5rem;
    margin-top: -.125rem;
    width: 1.5rem
}

.form-check-xl .form-check-input {
    margin-left: -2rem
}

.form-check-xl.fs-13px .form-check-input {
    margin-top: -.1875rem
}

.form-check-xl.fs-16px .form-check-input {
    margin-top: -.0625rem
}

.form-check-comment {
    color: #81b653
}

.form-check-comment .form-check-input:focus,
.form-check-comment.form-check-input:focus {
    border-color: #c0dba9
}

.form-check-comment .form-check-input:checked,
.form-check-comment.form-check-input:checked {
    background-color: #81b653;
    border-color: #81b653
}

.form-check-share {
    color: #f8ac4b
}

.form-check-share .form-check-input:focus,
.form-check-share.form-check-input:focus {
    border-color: #fcd6a5
}

.form-check-share .form-check-input:checked,
.form-check-share.form-check-input:checked {
    background-color: #f8ac4b;
    border-color: #f8ac4b
}

.form-check-post {
    color: #3398dc
}

.form-check-post .form-check-input:focus,
.form-check-post.form-check-input:focus {
    border-color: #9ce
}

.form-check-post .form-check-input:checked,
.form-check-post.form-check-input:checked {
    background-color: #3398dc;
    border-color: #3398dc
}

.form-check-like {
    color: #33a02c
}

.form-check-like .form-check-input:focus,
.form-check-like.form-check-input:focus {
    border-color: #99d096
}

.form-check-like .form-check-input:checked,
.form-check-like.form-check-input:checked {
    background-color: #33a02c;
    border-color: #33a02c
}

.form-check-view {
    color: #e31a1c
}

.form-check-view .form-check-input:focus,
.form-check-view.form-check-input:focus {
    border-color: #f18d8e
}

.form-check-view .form-check-input:checked,
.form-check-view.form-check-input:checked {
    background-color: #e31a1c;
    border-color: #e31a1c
}

.form-check-positive {
    color: #76c071
}

.form-check-positive .form-check-input:focus,
.form-check-positive.form-check-input:focus {
    border-color: #bbe0b8
}

.form-check-positive .form-check-input:checked,
.form-check-positive.form-check-input:checked {
    background-color: #76c071;
    border-color: #76c071
}

.form-check-negative {
    color: red
}

.form-check-negative .form-check-input:focus,
.form-check-negative.form-check-input:focus {
    border-color: #ff8080
}

.form-check-negative .form-check-input:checked,
.form-check-negative.form-check-input:checked {
    background-color: red;
    border-color: red
}

.form-check-neutral {
    color: #767777
}

.form-check-neutral .form-check-input:focus,
.form-check-neutral.form-check-input:focus {
    border-color: #bbb
}

.form-check-neutral .form-check-input:checked,
.form-check-neutral.form-check-input:checked {
    background-color: #767777;
    border-color: #767777
}

.form-check-irrelevant {
    color: #1b1616
}

.form-check-irrelevant .form-check-input:focus,
.form-check-irrelevant.form-check-input:focus {
    border-color: #8d8b8b
}

.form-check-irrelevant .form-check-input:checked,
.form-check-irrelevant.form-check-input:checked {
    background-color: #1b1616;
    border-color: #1b1616
}

.form-check-owned-media {
    color: #3398dc
}

.form-check-owned-media .form-check-input:focus,
.form-check-owned-media.form-check-input:focus {
    border-color: #9ce
}

.form-check-owned-media .form-check-input:checked,
.form-check-owned-media.form-check-input:checked {
    background-color: #3398dc;
    border-color: #3398dc
}

.form-check-paid-media {
    color: #ee6b0c
}

.form-check-paid-media .form-check-input:focus,
.form-check-paid-media.form-check-input:focus {
    border-color: #f7b586
}

.form-check-paid-media .form-check-input:checked,
.form-check-paid-media.form-check-input:checked {
    background-color: #ee6b0c;
    border-color: #ee6b0c
}

.form-check-earned {
    color: #81b652
}

.form-check-earned .form-check-input:focus,
.form-check-earned.form-check-input:focus {
    border-color: #c0dba9
}

.form-check-earned .form-check-input:checked,
.form-check-earned.form-check-input:checked {
    background-color: #81b652;
    border-color: #81b652
}

.form-select-default {
    color: #a4adbd
}

.form-select-default option {
    color: #333
}

.form-switch .form-check-input,
.form-switch .form-check-input:checked {
    background-color: #edf2fa;
    border: none
}

.form-switch .form-check-input:active {
    filter: none
}

.form-switch-lg {
    padding-left: 3.625rem
}

.form-switch-lg .form-check-input {
    height: 1.5rem;
    margin-left: -3.625rem;
    margin-top: -.125rem;
    width: 3.125rem
}

.form-material-design .form-control,
.form-material-design .form-select {
    background-color: transparent;
    border-left: 2px;
    border-radius: 0;
    border-width: 2px 2px medium;
    border-right: 2px;
    border-top: 2px;
    padding-left: 0;
    padding-right: 0
}

.form-material-design .form-select {
    background-position: 100%
}

[data-plugin=input-spinner] {
    visibility: hidden
}

.form-style-1 .btn,
.form-style-1 .form-control,
.form-style-1 .form-select {
    min-height: 2.5rem
}

.form-style-1 .form-control,
.form-style-1 .form-select {
    font-size: .75rem
}

.form-style-1 input[type=date] {
    min-height: auto;
    padding-bottom: .625rem;
    padding-top: .625rem;
    vertical-align: bottom
}

.form-style-1 input[type=date]::-webkit-date-and-time-value {
    text-align: left
}

.form-style-1 .col-form-label {
    padding-bottom: .625rem;
    padding-top: .625rem
}

.form-style-1 .form-note {
    background-color: #edf2fa
}

.form-style-1 .form-hint,
.form-style-1 .form-note {
    border-radius: .5rem;
    color: #767777;
    font-style: italic;
    padding: .625rem
}

.form-style-1 .form-hint {
    background-color: #f6f6f6
}

.form-size-1 .col-form-label {
    flex: 0 0 auto;
    width: 9.375rem
}

@media (min-width:768px) {
    .form-size-1 .col-form-label {
        width: 11.25rem
    }

    .form-size-1 .form-control:not(.flatpickr-input),
    .form-size-1 .form-select {
        width: 22.5rem
    }

    .form-size-1 .form-note {
        max-width: 19.5rem
    }
}

@media (max-width:1023.98px) {
    .form-size-1 .form-note {
        margin-left: 11.25rem
    }
}

@media (max-width:767.98px) {
    .form-size-1 .form-note {
        margin-left: 9.375rem
    }
}

@media (max-width:575.98px) {
    .form-size-1 .form-note {
        margin-left: 0
    }
}

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

.table-borderless>:not(:last-child)>:last-child>* {
    border-bottom-color: #dbdee5;
    border-bottom-width: 1px
}

.table-gx-0>:not(caption)>*>* {
    padding-left: 0;
    padding-right: 0
}

.table-gx-1>:not(caption)>*>* {
    padding-left: .125rem;
    padding-right: .125rem
}

.table-gx-2>:not(caption)>*>* {
    padding-left: .25rem;
    padding-right: .25rem
}

.table-gx-3>:not(caption)>*>* {
    padding-left: .5rem;
    padding-right: .5rem
}

.table-gx-4>:not(caption)>*>* {
    padding-left: .75rem;
    padding-right: .75rem
}

.table-gx-5>:not(caption)>*>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width:576px) {
    .table-gx-sm-0>:not(caption)>*>* {
        padding-left: 0;
        padding-right: 0
    }

    .table-gx-sm-1>:not(caption)>*>* {
        padding-left: .125rem;
        padding-right: .125rem
    }

    .table-gx-sm-2>:not(caption)>*>* {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .table-gx-sm-3>:not(caption)>*>* {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .table-gx-sm-4>:not(caption)>*>* {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .table-gx-sm-5>:not(caption)>*>* {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width:768px) {
    .table-gx-md-0>:not(caption)>*>* {
        padding-left: 0;
        padding-right: 0
    }

    .table-gx-md-1>:not(caption)>*>* {
        padding-left: .125rem;
        padding-right: .125rem
    }

    .table-gx-md-2>:not(caption)>*>* {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .table-gx-md-3>:not(caption)>*>* {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .table-gx-md-4>:not(caption)>*>* {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .table-gx-md-5>:not(caption)>*>* {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width:1024px) {
    .table-gx-lg-0>:not(caption)>*>* {
        padding-left: 0;
        padding-right: 0
    }

    .table-gx-lg-1>:not(caption)>*>* {
        padding-left: .125rem;
        padding-right: .125rem
    }

    .table-gx-lg-2>:not(caption)>*>* {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .table-gx-lg-3>:not(caption)>*>* {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .table-gx-lg-4>:not(caption)>*>* {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .table-gx-lg-5>:not(caption)>*>* {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width:1260px) {
    .table-gx-xl-0>:not(caption)>*>* {
        padding-left: 0;
        padding-right: 0
    }

    .table-gx-xl-1>:not(caption)>*>* {
        padding-left: .125rem;
        padding-right: .125rem
    }

    .table-gx-xl-2>:not(caption)>*>* {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .table-gx-xl-3>:not(caption)>*>* {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .table-gx-xl-4>:not(caption)>*>* {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .table-gx-xl-5>:not(caption)>*>* {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.table-pe-0 td:first-child,
.table-pe-0 th:first-child {
    padding-left: 0
}

.table-pe-0 td:last-child,
.table-pe-0 th:last-child {
    padding-right: 0
}

.table-pe-0 thead tr:first-child td,
.table-pe-0 thead tr:first-child th {
    padding-top: 0
}

.table-pe-0 thead+tbody tr:first-child td,
.table-pe-0 thead+tbody tr:first-child th {
    padding-top: .5rem
}

.table-pe-0 tbody tr:first-child td,
.table-pe-0 tbody tr:first-child th {
    padding-top: 0
}

.table-pe-0 tbody tr:last-child td,
.table-pe-0 tbody tr:last-child th {
    border: none;
    padding-bottom: 0
}

.table-pe-1 td:first-child,
.table-pe-1 th:first-child {
    padding-left: .25rem
}

.table-pe-1 td:last-child,
.table-pe-1 th:last-child {
    padding-right: .25rem
}

.table-pe-1 thead tr:first-child td,
.table-pe-1 thead tr:first-child th {
    padding-top: .25rem
}

.table-pe-1 thead+tbody tr:first-child td,
.table-pe-1 thead+tbody tr:first-child th {
    padding-top: .5rem
}

.table-pe-1 tbody tr:first-child td,
.table-pe-1 tbody tr:first-child th {
    padding-top: .25rem
}

.table-pe-1 tbody tr:last-child td,
.table-pe-1 tbody tr:last-child th {
    border: none;
    padding-bottom: .25rem
}

.table-pe-2 td:first-child,
.table-pe-2 th:first-child {
    padding-left: .5rem
}

.table-pe-2 td:last-child,
.table-pe-2 th:last-child {
    padding-right: .5rem
}

.table-pe-2 tbody tr:first-child td,
.table-pe-2 tbody tr:first-child th,
.table-pe-2 thead tr:first-child td,
.table-pe-2 thead tr:first-child th,
.table-pe-2 thead+tbody tr:first-child td,
.table-pe-2 thead+tbody tr:first-child th {
    padding-top: .5rem
}

.table-pe-2 tbody tr:last-child td,
.table-pe-2 tbody tr:last-child th {
    border: none;
    padding-bottom: .5rem
}

.table-pe-3 td:first-child,
.table-pe-3 th:first-child {
    padding-left: 1rem
}

.table-pe-3 td:last-child,
.table-pe-3 th:last-child {
    padding-right: 1rem
}

.table-pe-3 thead tr:first-child td,
.table-pe-3 thead tr:first-child th {
    padding-top: 1rem
}

.table-pe-3 thead+tbody tr:first-child td,
.table-pe-3 thead+tbody tr:first-child th {
    padding-top: .5rem
}

.table-pe-3 tbody tr:first-child td,
.table-pe-3 tbody tr:first-child th {
    padding-top: 1rem
}

.table-pe-3 tbody tr:last-child td,
.table-pe-3 tbody tr:last-child th {
    border: none;
    padding-bottom: 1rem
}

.table-pe-4 td:first-child,
.table-pe-4 th:first-child {
    padding-left: 1.5rem
}

.table-pe-4 td:last-child,
.table-pe-4 th:last-child {
    padding-right: 1.5rem
}

.table-pe-4 thead tr:first-child td,
.table-pe-4 thead tr:first-child th {
    padding-top: 1.5rem
}

.table-pe-4 thead+tbody tr:first-child td,
.table-pe-4 thead+tbody tr:first-child th {
    padding-top: .5rem
}

.table-pe-4 tbody tr:first-child td,
.table-pe-4 tbody tr:first-child th {
    padding-top: 1.5rem
}

.table-pe-4 tbody tr:last-child td,
.table-pe-4 tbody tr:last-child th {
    border: none;
    padding-bottom: 1.5rem
}

.table-pe-5 td:first-child,
.table-pe-5 th:first-child {
    padding-left: 3rem
}

.table-pe-5 td:last-child,
.table-pe-5 th:last-child {
    padding-right: 3rem
}

.table-pe-5 thead tr:first-child td,
.table-pe-5 thead tr:first-child th {
    padding-top: 3rem
}

.table-pe-5 thead+tbody tr:first-child td,
.table-pe-5 thead+tbody tr:first-child th {
    padding-top: .5rem
}

.table-pe-5 tbody tr:first-child td,
.table-pe-5 tbody tr:first-child th {
    padding-top: 3rem
}

.table-pe-5 tbody tr:last-child td,
.table-pe-5 tbody tr:last-child th {
    border: none;
    padding-bottom: 3rem
}

[class*=table-responsive]::-webkit-scrollbar {
    display: none
}

@media (max-width:1023.98px) {
    .table-responsive-lg .table {
        min-width: 57.25rem
    }
}

@media (max-width:767.98px) {
    .table-responsive-md .table {
        min-width: 37.5rem
    }
}

@media (max-width:575.98px) {
    .table-responsive-sm .table {
        min-width: 31.25rem
    }

    :root {
        --table-flush: 0.75rem
    }
}

.table-responsive-flush {
    display: flex;
    margin-left: calc(var(--table-flush)*-1);
    margin-right: calc(var(--table-flush)*-1);
    width: auto
}

.table-responsive-flush>.table-responsive {
    display: flex
}

.table-responsive-flush .table-responsive-inner {
    flex-grow: 1;
    padding-left: var(--table-flush);
    padding-right: var(--table-flush)
}

@media (max-width:1023.98px) {
    .modal .table-responsive-flush.table-responsive-lg {
        --table-flush: var(--modal-padding)
    }
}

@media (max-width:767.98px) {
    .modal .table-responsive-flush.table-responsive-md {
        --table-flush: var(--modal-padding)
    }
}

@media (max-width:575.98px) {
    .modal .table-responsive-flush.table-responsive-sm {
        --table-flush: var(--modal-padding)
    }
}

.table-1 {
    border-collapse: separate;
    border-spacing: 0 .375rem
}

.table-1 thead tr:first-child {
    border-top-width: 0
}

.table-1 thead th {
    border-color: #e9e9e9;
    color: #888;
    font-size: .75rem;
    font-weight: 600;
    padding: .5rem .75rem
}

.table-1 tbody tr:focus td,
.table-1 tbody tr:focus th,
.table-1 tbody tr:hover td,
.table-1 tbody tr:hover th {
    background-color: #e0eeff;
    color: #18a0fb
}

.table-1 tbody tr:focus .dropdown-setting .btn,
.table-1 tbody tr:hover .dropdown-setting .btn {
    color: inherit
}

.table-1 tbody td,
.table-1 tbody th {
    border-width: 0;
    padding: .875rem .75rem
}

.table-1 tbody td:first-child,
.table-1 tbody th:first-child {
    border-bottom-left-radius: .375rem;
    border-top-left-radius: .375rem
}

.table-1 tbody td:last-child,
.table-1 tbody th:last-child {
    border-bottom-right-radius: .375rem;
    border-top-right-radius: .375rem
}

.table-1 .dropdown-setting {
    display: block;
    height: 1.5em;
    position: relative;
    width: 1.5em
}

.table-1 .dropdown-setting>.btn {
    color: #ccd2e3;
    left: 50%;
    padding: .5rem 0;
    position: absolute;
    top: 50%;
    transform: translate(calc(-50% + .5px), calc(-50% + .5px));
    transition: none
}

.table-2 {
    border-color: #fff
}

.table-2.align-middle thead td,
.table-2.align-middle thead th {
    vertical-align: middle
}

.table-2 thead {
    background-color: #edf2fa;
    font-size: .875rem
}

.table-2 thead th {
    font-weight: 500;
    vertical-align: top
}

.table-2 thead .form-check-input {
    margin-top: 1px
}

.table-2 tbody tr:nth-child(odd) td,
.table-2 tbody tr:nth-child(odd) th {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.table-2 tbody tr.inactive {
    color: #a4adbd;
    pointer-events: none
}

.table-3 {
    border-collapse: separate;
    border-spacing: 0 .625rem
}

.table-3 tr td,
.table-3 tr th {
    padding: .5rem .625rem
}

.table-3 tr td:first-child,
.table-3 tr th:first-child {
    border-bottom-left-radius: .375rem;
    border-left-width: 1px;
    border-top-left-radius: .375rem
}

.table-3 tr td:last-child,
.table-3 tr th:last-child {
    border-bottom-right-radius: .375rem;
    border-right-width: 1px;
    border-top-right-radius: .375rem
}

.table-3 thead {
    border-color: red
}

.table-3 thead td,
.table-3 thead th {
    background-color: #18a0fb;
    border-color: #fff;
    border-width: 0;
    color: #fff;
    font-weight: 600;
    vertical-align: middle
}

.table-3 thead td:not(:last-child),
.table-3 thead th:not(:last-child) {
    border-right-width: 1px
}

.table-3 thead td:first-child,
.table-3 thead th:first-child {
    border-left-color: #18a0fb
}

.table-3 thead td:last-child,
.table-3 thead th:last-child {
    border-right-color: #18a0fb
}

.table-3 tbody {
    border-color: #edf2fa
}

.table-3 tbody td,
.table-3 tbody th {
    border-top: 1px solid #edf2fa;
    font-weight: 400
}

.table-3 tbody tr:hover td,
.table-3 tbody tr:hover th {
    background-color: #f1f6ff;
    border-color: #93d5fa
}

[class*=icont] {
    display: inline-block;
    height: 1em;
    line-height: 1;
    outline: none;
    position: relative;
    width: 1em
}

[class*=icont]:before {
    content: ""
}

.icont-close:after,
.icont-close:before {
    border-left: 2px solid;
    content: "";
    height: 1em;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0 0;
    width: 0
}

.icont-close:after {
    transform: rotate(-45deg) translate(-50%, -50%)
}

.icont-plus:after,
.icont-plus:before {
    border-left: 2px solid;
    content: "";
    height: 85%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    width: 0
}

.icont-plus:after {
    transform: rotate(-90deg) translate(-50%, -50%)
}

.icont-plus-square {
    background-color: #cecece;
    border-radius: .125rem;
    height: 1.25em;
    width: 1.25em
}

.icont-plus-square:after,
.icont-plus-square:before {
    border-left: 2px solid;
    content: "";
    height: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    width: 0
}

.icont-plus-square:after {
    transform: rotate(-90deg) translate(-50%, -50%)
}

.icont-check:before {
    border-bottom: 2px solid;
    border-left: 2px solid;
    height: 45%;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + .5px));
    transform: rotate(-45deg) translate(34%, -50%);
    width: 90%
}

[class*=icont-chevron]:before {
    border-right: 2px solid;
    border-top: 2px solid;
    bottom: 20%;
    left: 20%;
    position: absolute;
    right: 20%;
    top: 20%;
    transform: rotate(45deg) translate(-15%, 15%)
}

.icont-chevron-left:before {
    transform: rotate(-135deg) translate(-15%, 15%)
}

.icont-chevron-up:before {
    transform: rotate(-45deg) translate(-15%, 15%)
}

.icont-chevron-down:before {
    transform: rotate(135deg) translate(-15%, 15%)
}

.icont-search {
    transform: rotate(-45deg)
}

.icont-search:before {
    border: 2px solid;
    border-radius: 50%;
    height: 80%;
    top: 0;
    width: 80%
}

.icont-search:after,
.icont-search:before {
    left: 50%;
    position: absolute;
    transform: translateX(calc(-50% + .5px))
}

.icont-search:after {
    border-left: 2px solid;
    border-radius: 2px;
    content: "";
    height: 35%;
    top: 80%;
    width: 0
}

[class*=icont-caret] {
    align-items: center;
    display: flex;
    justify-content: center
}

[class*=icont-caret]:before {
    border-color: transparent transparent transparent currentcolor;
    border-style: solid;
    border-width: .35em 0 .35em .5em;
    display: block;
    height: 0;
    width: 0
}

.icont-square {
    background-color: currentColor;
    height: .76923em;
    width: .76923em
}

.btn {
    align-items: center;
    display: inline-flex;
    font-weight: 500;
    justify-content: center
}

.btn-block {
    display: flex
}

.btn-outline-primary:active,
.btn-outline-primary:hover {
    color: #fff
}

.btn-cancel {
    background-color: #a4adbd;
    border-color: #a4adbd;
    color: #000
}

.btn-cancel:focus,
.btn-cancel:hover,
.btn-check:focus+.btn-cancel {
    background-color: #b2b9c7;
    border-color: #adb5c4;
    color: #000
}

.btn-cancel:focus,
.btn-check:focus+.btn-cancel {
    box-shadow: 0 0 0 0 rgba(139, 147, 161, .5)
}

.btn-cancel.active,
.btn-cancel:active,
.btn-check:active+.btn-cancel,
.btn-check:checked+.btn-cancel,
.show>.btn-cancel.dropdown-toggle {
    background-color: #b6bdca;
    border-color: #adb5c4;
    color: #000
}

.btn-cancel.active:focus,
.btn-cancel:active:focus,
.btn-check:active+.btn-cancel:focus,
.btn-check:checked+.btn-cancel:focus,
.show>.btn-cancel.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(139, 147, 161, .5)
}

.btn-cancel.disabled,
.btn-cancel:disabled {
    background-color: #a4adbd;
    border-color: #a4adbd;
    color: #000
}

.btn-outline-cancel {
    border-color: #dbdee5;
    color: #dbdee5;
    color: #a4adbd
}

.btn-outline-cancel:hover {
    background-color: #dbdee5;
    border-color: #dbdee5;
    color: #000
}

.btn-check:focus+.btn-outline-cancel,
.btn-outline-cancel:focus {
    box-shadow: 0 0 0 0 rgba(219, 222, 229, .5)
}

.btn-check:active+.btn-outline-cancel,
.btn-check:checked+.btn-outline-cancel,
.btn-outline-cancel.active,
.btn-outline-cancel.dropdown-toggle.show,
.btn-outline-cancel:active {
    background-color: #dbdee5;
    border-color: #dbdee5;
    color: #000
}

.btn-check:active+.btn-outline-cancel:focus,
.btn-check:checked+.btn-outline-cancel:focus,
.btn-outline-cancel.active:focus,
.btn-outline-cancel.dropdown-toggle.show:focus,
.btn-outline-cancel:active:focus {
    box-shadow: 0 0 0 0 rgba(219, 222, 229, .5)
}

.btn-outline-cancel.disabled,
.btn-outline-cancel:disabled {
    background-color: transparent;
    color: #dbdee5
}

.btn-green {
    background-color: #33a02c;
    border-color: #33a02c;
    color: #000
}

.btn-check:focus+.btn-green,
.btn-green:focus,
.btn-green:hover {
    background-color: #52ae4c;
    border-color: #47aa41;
    color: #000
}

.btn-check:focus+.btn-green,
.btn-green:focus {
    box-shadow: 0 0 0 0 rgba(43, 136, 37, .5)
}

.btn-check:active+.btn-green,
.btn-check:checked+.btn-green,
.btn-green.active,
.btn-green:active,
.show>.btn-green.dropdown-toggle {
    background-color: #5cb356;
    border-color: #47aa41;
    color: #000
}

.btn-check:active+.btn-green:focus,
.btn-check:checked+.btn-green:focus,
.btn-green.active:focus,
.btn-green:active:focus,
.show>.btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(43, 136, 37, .5)
}

.btn-green.disabled,
.btn-green:disabled {
    background-color: #33a02c;
    border-color: #33a02c;
    color: #000
}

.btn-gray-2 {
    background-color: #edf2fa;
    border-color: #edf2fa;
    color: #000
}

.btn-check:focus+.btn-gray-2,
.btn-gray-2:focus,
.btn-gray-2:hover {
    background-color: #f0f4fb;
    border-color: #eff3fb;
    color: #000
}

.btn-check:focus+.btn-gray-2,
.btn-gray-2:focus {
    box-shadow: 0 0 0 0 rgba(201, 206, 213, .5)
}

.btn-check:active+.btn-gray-2,
.btn-check:checked+.btn-gray-2,
.btn-gray-2.active,
.btn-gray-2:active,
.show>.btn-gray-2.dropdown-toggle {
    background-color: #f1f5fb;
    border-color: #eff3fb;
    color: #000
}

.btn-check:active+.btn-gray-2:focus,
.btn-check:checked+.btn-gray-2:focus,
.btn-gray-2.active:focus,
.btn-gray-2:active:focus,
.show>.btn-gray-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(201, 206, 213, .5)
}

.btn-gray-2.disabled,
.btn-gray-2:disabled {
    background-color: #edf2fa;
    border-color: #edf2fa;
    color: #000
}

.btn-square {
    align-items: center;
    display: inline-flex;
    height: calc(1.5em + .75rem + 2px);
    justify-content: center;
    padding: .25rem;
    width: calc(1.5em + .75rem + 2px)
}

.btn-square.btn-sm {
    height: calc(1.5em + .5rem + 2px);
    width: calc(1.5em + .5rem + 2px)
}

.btn-square.btn-lg {
    height: calc(1.5em + 1rem + 2px);
    width: calc(1.5em + 1rem + 2px)
}

.dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23666'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    border: none;
    content: "";
    height: .5rem;
    margin-left: .5rem;
    margin-top: .125rem;
    width: .625rem
}

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), 0 -10px 60px rgba(226, 236, 249, .5)
}

.dropdown-menu [class*=trash-3] {
    margin-top: -2px
}

.dropdown-item {
    font-weight: 500
}

[data-popper-placement*=bottom] {
    margin-top: -.125rem !important
}

.dropdown .dropdown-sub {
    position: relative
}

.dropdown .dropdown-sub .dropdown-toggle {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.dropdown .dropdown-sub .dropdown-toggle:after {
    transform: rotate(-90deg);
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .dropdown .dropdown-sub .dropdown-toggle:after {
        transition: none
    }
}

.dropdown .dropdown-sub .dropdown-toggle:focus:after,
.dropdown .dropdown-sub .dropdown-toggle:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23fff'/%3E%3C/svg%3E")
}

.dropdown .dropdown-sub .dropdown-menu {
    display: block;
    left: 100%;
    opacity: 0;
    top: -.5rem;
    transform: translateX(-.625rem);
    transition: all .2s ease-in-out;
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .dropdown .dropdown-sub .dropdown-menu {
        transition: none
    }
}

.dropdown .dropdown-sub .dropdown-menu-end {
    left: auto;
    right: 100%;
    transform: translateX(.625rem)
}

@media (max-width:1023.98px) {
    .dropdown .dropdown-sub .dropdown-menu {
        background-color: #f5f6f7;
        border-radius: 0;
        box-shadow: none;
        display: none;
        position: static
    }

    .dropdown .dropdown-sub .dropdown-menu .dropdown-item {
        padding-bottom: .375rem;
        padding-top: .375rem
    }
}

.dropdown .dropdown-sub:hover .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23fff'/%3E%3C/svg%3E")
}

.dropdown .dropdown-sub:hover>.dropdown-item {
    background-color: #18a0fb;
    color: #fff
}

.dropdown .dropdown-sub:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    z-index: 1
}

.progress {
    overflow: visible;
    position: relative
}

.progress-label-sticky {
    left: 50%;
    margin-top: 1.5rem;
    position: absolute;
    transform: translateX(calc(-50% + .5px))
}

.progress-sm {
    height: .375rem
}

.list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0
}

.list a {
    text-decoration: none
}

.list-item {
    position: relative
}

.list-item:not(:last-child) {
    margin-bottom: 1rem
}

.list-item.active {
    color: #18a0fb;
    font-weight: 700
}

.list-item.active a {
    color: inherit
}

.list .list {
    padding-left: 1rem
}

.list .list,
.list-gap-0 .list-item:not(:last-child) {
    margin-bottom: 0
}

.list-gap-1 .list-item:not(:last-child) {
    margin-bottom: .25rem
}

.list-gap-2 .list-item:not(:last-child) {
    margin-bottom: .5rem
}

.list-gap-3 .list-item:not(:last-child) {
    margin-bottom: 1rem
}

.list-gap-4 .list-item:not(:last-child) {
    margin-bottom: 1.5rem
}

.list-gap-5 .list-item:not(:last-child) {
    margin-bottom: 3rem
}

.list-bullets .list-item {
    padding-left: 1.25rem;
    position: relative
}

.list-bullets .list-item:before {
    background-color: #ced4da;
    border-radius: 50%;
    content: "";
    height: .375rem;
    left: 0;
    position: absolute;
    top: .625rem;
    width: .375rem
}

.list-borders .list-item:not(:last-child) {
    border-bottom: 1px solid #dbdee5;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.list-borders.list-gutter-0 .list-item:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0
}

.list-borders.list-gutter-1 .list-item:not(:last-child) {
    margin-bottom: .25rem;
    padding-bottom: .25rem
}

.list-borders.list-gutter-2 .list-item:not(:last-child) {
    margin-bottom: .5rem;
    padding-bottom: .5rem
}

.list-borders.list-gutter-3 .list-item:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.list-borders.list-gutter-4 .list-item:not(:last-child) {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem
}

.list-borders.list-gutter-5 .list-item:not(:last-child) {
    margin-bottom: 3rem;
    padding-bottom: 3rem
}

.list-inline {
    flex-direction: row;
    flex-wrap: wrap
}

.list-inline .list-item {
    margin-bottom: 0
}

.list-inline .list-item:not(:last-child) {
    margin-right: 1rem
}

.list-inline.list-gutter-sm .list-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: .5rem
}

.list-inline.list-gutter-lg .list-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.5rem
}

.list-inline-borders .list-item {
    display: flex
}

.list-inline-borders .list-item:not(:last-child) {
    margin-right: 0
}

.list-inline-borders .list-item:not(:last-child):after {
    border-left: 1px solid;
    content: "";
    margin: 0 1rem
}

.list-inline-borders.list-gutter-0 .list-item:not(:last-child) {
    margin-right: 0
}

.list-inline-borders.list-gutter-0 .list-item:not(:last-child):after {
    margin: 0
}

.list-inline-borders.list-gutter-1 .list-item:not(:last-child) {
    margin-right: 0
}

.list-inline-borders.list-gutter-1 .list-item:not(:last-child):after {
    margin: 0 .25rem
}

.list-inline-borders.list-gutter-2 .list-item:not(:last-child) {
    margin-right: 0
}

.list-inline-borders.list-gutter-2 .list-item:not(:last-child):after {
    margin: 0 .5rem
}

.list-inline-borders.list-gutter-3 .list-item:not(:last-child) {
    margin-right: 0
}

.list-inline-borders.list-gutter-3 .list-item:not(:last-child):after {
    margin: 0 1rem
}

.list-inline-borders.list-gutter-4 .list-item:not(:last-child) {
    margin-right: 0
}

.list-inline-borders.list-gutter-4 .list-item:not(:last-child):after {
    margin: 0 1.5rem
}

.list-inline-borders.list-gutter-5 .list-item:not(:last-child) {
    margin-right: 0
}

.list-inline-borders.list-gutter-5 .list-item:not(:last-child):after {
    margin: 0 3rem
}

.media {
    align-items: flex-start;
    display: flex
}

.media-body {
    flex: 1
}

.media-list .media:not(:last-child) {
    margin-bottom: 2.25rem
}

.overlay {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1039
}

.overlay-search {
    top: 3.25rem
}

@media (max-width:1023.98px) {
    .overlay-search {
        top: 3.25rem
    }
}

.search {
    position: relative
}

.search-input {
    padding-right: 2.5rem
}

@media (min-width:1024px) {
    .search-input {
        font-size: .8125rem
    }
}

.search-btn {
    border: none;
    bottom: 0;
    color: #bbb;
    position: absolute;
    top: 0
}

.search-btn:focus,
.search-btn:hover {
    color: #888
}

.search-btn:first-child {
    left: 0
}

.search-btn:last-child {
    right: 0
}

.search-btn~.search-input {
    padding-left: 2.5rem;
    padding-right: .75rem
}

.nav-responsive {
    --nav-flush: 0.75rem
}

@media (max-width:1023.98px) {
    .nav-responsive {
        -webkit-overflow-scrolling: touch;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        position: relative
    }

    .nav-responsive::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:575.98px) {
    .nav-responsive {
        margin-left: calc(var(--nav-flush)*-1);
        margin-right: calc(var(--nav-flush)*-1)
    }
}

@media (max-width:1023.98px) {
    .nav-responsive .nav {
        flex-wrap: nowrap
    }

    .nav-responsive .nav-link {
        white-space: nowrap
    }

    .nav-responsive-inner {
        flex-grow: 1
    }
}

@media (max-width:575.98px) {
    .nav-responsive-inner {
        padding-left: var(--nav-flush);
        padding-right: var(--nav-flush)
    }
}

.nav-pills .nav-link {
    border-radius: 50rem;
    color: #a4adbd;
    padding: .375rem 1.25rem
}

@media (max-width:767.98px) {
    .nav-pills .nav-link {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

.nav-pills .nav-link:focus:not(.active),
.nav-pills .nav-link:hover:not(.active) {
    color: #18a0fb
}

.nav-pills-gray {
    margin-top: -.375rem
}

.nav-pills-gray .nav-item {
    margin-right: .375rem;
    margin-top: .375rem
}

.nav-pills-gray .nav-link {
    background-color: #dbdee5;
    color: #a4adbd
}

.nav-pills-gray .nav-link:focus:not(.active),
.nav-pills-gray .nav-link:hover:not(.active) {
    background-color: #ccd0da;
    color: #95a0b2
}

.nav-pills-active-orange .nav-link.active {
    background-color: #f2a33e
}

.nav-pills-active-green .nav-link.active {
    background-color: #33a02c
}

.nav-pills-lg .nav-link {
    padding-bottom: .75rem;
    padding-top: .75rem
}

@media (max-width:767.98px) {
    .nav-pills-lg .nav-link {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.tab-1 {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.tab-1 .nav {
    border: none;
    z-index: 1
}

.tab-1 .nav-item:first-child .nav-link {
    border-top-left-radius: .75rem
}

.tab-1 .nav-item:last-child .nav-link {
    border-top-right-radius: .75rem
}

.tab-1 .nav-link {
    background-color: #edf2fa;
    border: none;
    border-radius: 0;
    color: #a4adbd;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 0;
    padding: .75rem;
    white-space: nowrap
}

.tab-1 .nav-link:focus,
.tab-1 .nav-link:hover {
    color: #8692a8
}

.tab-1 .nav-link.active {
    background-color: #fff;
    color: #18a0fb
}

.tab-1 .tab-content {
    background-color: #fff;
    border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    box-shadow: 0 10px 60px rgba(226, 236, 249, .5);
    flex-grow: 1;
    padding: 1.25rem
}

.nav-tabs {
    border: none
}

.nav-tabs .nav-item:not(:last-child) {
    margin-right: .125rem
}

.nav-tabs .nav-link {
    background-color: #edf2fa;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    color: #a4adbd;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #18a0fb
}

.nav-tabs .nav-link.active {
    border-color: #18a0fb
}

.nav-tabs .nav-link.active,
.nav-tabs-primary .nav-link {
    background-color: #18a0fb;
    color: #fff
}

.nav-tabs-primary .nav-link.active,
.nav-tabs-primary .nav-link:focus,
.nav-tabs-primary .nav-link:hover {
    background-color: #0090f0;
    color: #fff
}

:root {
    --modal-padding: 1.875rem
}

@media (max-width:575.98px) {
    :root {
        --modal-padding: 1.5rem
    }
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem
}

.modal .btn-close {
    background-color: hsla(0, 0%, 100%, .6);
    border-radius: .75em;
    box-sizing: border-box;
    height: 2.5em;
    left: 100%;
    margin: 0 0 0 .5rem;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
    width: 2.5em
}

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

@media (max-width:575.98px) {
    .modal .btn-close {
        background-color: transparent;
        left: auto;
        right: .5rem;
        top: .5rem
    }
}

.modal .btn-close:focus,
.modal .btn-close:hover {
    background-color: hsla(0, 0%, 100%, .9)
}

@media (min-width:576px) {
    .modal-dialog {
        box-sizing: content-box;
        padding-left: 3.375rem;
        padding-right: 3.375rem
    }
}

.modal-content {
    background-color: #fff;
    border: none;
    padding: var(--modal-padding)
}

@media (min-width:576px) {
    .modal-xs {
        max-width: 19.25rem
    }

    .modal-480px {
        max-width: 30rem
    }

    .modal-708px {
        max-width: 44.375rem
    }
}

.modal-form .form-1 {
    background-color: transparent;
    border: none;
    padding: 0
}

.modal-show {
    background-color: rgba(0, 0, 0, .6);
    display: block;
    opacity: 1 !important
}

.modal-show .modal-dialog {
    transform: none !important
}

.pagination .page-item {
    display: flex
}

.pagination .page-item:not(:last-child) {
    margin-right: .5rem
}

.pagination .page-item.active .page-link {
    z-index: 3
}

.pagination .page-link {
    align-items: center;
    border: none;
    border-radius: .375rem;
    color: #18a0fb;
    display: flex;
    justify-content: center;
    padding: .5rem 1rem
}

.pagination-simple .page-item:not(:last-child) {
    margin-right: 0
}

.pagination-simple .page-item.active .page-link {
    background-color: transparent;
    color: #18a0fb
}

.pagination-simple .page-item.disabled .page-link {
    background-color: transparent
}

.pagination-simple .page-item:first-child .page-link {
    padding-left: 0
}

.pagination-simple .page-item:last-child .page-link {
    padding-right: 0
}

.pagination-simple .page-link {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: inherit;
    padding: 0 .375rem
}

.pagination-simple .page-link:focus,
.pagination-simple .page-link:hover {
    background-color: transparent;
    color: #18a0fb
}

.pagination-simple .page-link:focus {
    box-shadow: none
}

.pagination-simple .page-link [class*=icont-chevron] {
    font-size: 90%
}

.pagination-simple-line .page-item-num+.page-item-num:before {
    color: currentColor;
    content: "|"
}

.pagination-blue-navy .page-item.active .page-link,
.pagination-blue-navy .page-link:focus,
.pagination-blue-navy .page-link:hover {
    color: #495b7c
}

.accordion-button:after {
    background-position: 50%
}

.accordion-body p:last-child {
    margin-bottom: 0
}

.accordion-items-shadow .accordion-item {
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.accordion-icon-caret .accordion-button:after {
    background: none;
    border-color: currentcolor transparent transparent;
    border-style: solid;
    border-width: .375rem .3125rem 0;
    content: "";
    height: 0;
    width: 0
}

.accordion-icon-left .accordion-button:after {
    margin-left: 0;
    margin-right: 1rem;
    order: -1
}

.accordion-pills .accordion-item {
    background-color: #f9faff;
    border: 1px solid #eff3fe;
    border-radius: .375rem
}

.accordion-pills .accordion-item:not(:last-child) {
    margin-bottom: .375rem
}

.accordion-pills .accordion-button {
    background-color: transparent;
    border-radius: .375rem;
    line-height: 1.5;
    padding: .5rem .75rem
}

.accordion-pills .accordion-button:not(.collapsed) {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #333
}

.accordion-pills .accordion-body {
    padding: 0 .75rem .75rem
}

.accordion-1 .accordion-item {
    border: none
}

.accordion-1 .accordion-item:not(:last-child) {
    margin-bottom: 1rem
}

.accordion-1 .accordion-button {
    background-color: #f9faff;
    border-radius: .375rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .75rem
}

.accordion-1 .accordion-button:not(.collapsed) {
    background-color: #18a0fb;
    box-shadow: none;
    color: #fff
}

.accordion-1 .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23fff'/%3E%3C/svg%3E")
}

.accordion-1 .accordion-body {
    background-color: #f9faff;
    border: 1px solid #dbdee5;
    border-radius: .375rem;
    margin-top: .625rem;
    padding: 1.25rem;
    position: relative
}

@media (max-width:767.98px) {
    .accordion-1 .accordion-body {
        padding: 1rem
    }
}

.accordion-1 .accordion-body:before {
    border-color: transparent transparent #dbdee5;
    border-style: solid;
    border-width: 0 .34375rem .375rem;
    bottom: 100%;
    content: "";
    height: 0;
    left: 2rem;
    position: absolute;
    width: 0
}

@media (max-width:767.98px) {
    .accordion-1 .table-responsive-flush {
        --table-flush: 1rem
    }
}

@media (min-width:1024px) {
    .accordion-1-pl .accordion-button {
        max-width: 26.5625rem
    }
}

@media (min-width:1260px) {
    .accordion-1-pl .accordion-button {
        max-width: 32rem
    }
}

.accordion-2 .accordion-item {
    border: none
}

.accordion-2 .accordion-item:not(:last-child) {
    margin-bottom: 1rem
}

.accordion-2 .accordion-header-checkbox {
    position: relative
}

.accordion-2 .accordion-header-checkbox .accordion-button:not(.collapsed) {
    padding-left: 2.875rem
}

.accordion-2 .accordion-header-checkbox .form-check-input {
    display: none;
    font-size: .8125rem;
    left: .75rem;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + .5px));
    z-index: 3
}

.accordion-2 .accordion-header-checkbox .form-check-input:checked,
.accordion-2 .accordion-header-checkbox .form-check-input:focus {
    background-color: #fff;
    border: 1px solid #dbdee5
}

.accordion-2 .accordion-header-checkbox .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%2318A0FB' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.accordion-2 .accordion-button {
    background-color: #f9faff;
    border-radius: .375rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .75rem
}

.accordion-2 .accordion-button:not(.collapsed) {
    background-color: #18a0fb;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    color: #fff
}

.accordion-2 .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23fff'/%3E%3C/svg%3E")
}

.accordion-2 .accordion-button:not(.collapsed)~.form-check-input {
    display: block
}

.accordion-2 .accordion-body {
    border: 1px solid #dbdee5;
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
    border-top: none;
    padding: 1.25rem;
    position: relative
}

@media (max-width:767.98px) {
    .accordion-2 .accordion-body {
        padding: 1rem
    }
}

.daterange {
    min-width: 14.0625rem
}

@media (min-width:576px) {
    .daterange {
        max-width: 14.0625rem
    }
}

.daterange-toggle {
    position: relative
}

.daterange-toggle .form-control {
    padding-right: 2.5rem
}

.daterange-toggle-icon {
    color: #a4adbd;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(calc(-50% + .5px))
}

.daterange-menu {
    padding: 0
}

@media (max-width:575.98px) {
    .daterange-menu {
        flex-direction: column;
        max-width: 19.5rem
    }
}

.daterange-menu.show {
    display: flex
}

.daterange-list {
    border-right: 1px solid #eeedf0;
    padding: 1.5rem 0
}

@media (max-width:1023.98px) {
    .daterange-list {
        padding-bottom: 1rem;
        padding-top: 1rem
    }
}

@media (max-width:575.98px) {
    .daterange-list {
        -webkit-overflow-scrolling: touch;
        border-bottom: 1px solid #eeedf0;
        max-height: 7.5rem;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: .5rem;
        padding-top: .5rem;
        position: relative
    }
}

.daterange-list .dropdown-item {
    color: #666;
    font-weight: 400;
    padding: .375rem 1.5rem
}

@media (max-width:1023.98px) {
    .daterange-list .dropdown-item {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.daterange-list .dropdown-item:focus,
.daterange-list .dropdown-item:hover {
    background-color: #edf2fa;
    color: #18a0fb
}

.daterange-footer {
    padding: 1rem 1.5rem
}

@media (max-width:1023.98px) {
    .daterange-footer {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.daterange .date-picker-wrapper {
    border-bottom: 1px solid #eeedf0;
    border-radius: 0 .5rem 0 0
}

.daterange-inputs {
    display: flex
}

.daterange-input {
    min-height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 7.875rem
}

@media (max-width:767.98px) {
    .daterange-input {
        width: 100%
    }
}

.daterange-input.disabled,
.daterange-input[disabled] {
    background-color: #f8f7fa;
    border-color: transparent
}

.daterange-input.form-control {
    font-size: .875rem
}

.daterange-input-gap {
    font-size: .875rem;
    transform: rotate(90deg)
}

:root {
    --box-padding: 1.25rem
}

@media (max-width:767.98px) {
    :root {
        --box-padding: 1rem
    }
}

.box {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.box-title {
    font-size: 1.0625rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.box-body {
    background-color: #fff;
    border-radius: 1.875rem;
    box-shadow: 0 10px 60px rgba(226, 236, 249, .5);
    flex-grow: 1;
    padding: var(--box-padding);
    position: relative
}

@media (max-width:767.98px) {
    .box-body {
        border-radius: 1.25rem
    }
}

@media (min-width:768px) {
    .box-body.p-md-30px {
        --box-padding: 1.875rem
    }
}

.box-setting {
    position: absolute;
    right: var(--box-padding);
    top: var(--box-padding)
}

@media (max-width:1023.98px) {
    .box .table-responsive-flush.table-responsive-lg {
        --table-flush: var(--box-padding)
    }
}

@media (max-width:767.98px) {
    .box .table-responsive-flush.table-responsive-md {
        --table-flush: var(--box-padding)
    }
}

@media (max-width:575.98px) {
    .box .table-responsive-flush.table-responsive-sm {
        --table-flush: var(--box-padding)
    }
}

.topbar {
    display: grid;
    gap: .375rem
}

.topbar .row {
    --bs-gutter-x: 0.625rem;
    --bs-gutter-y: 0.375rem
}

.topbar [class*=col]:first-child {
    position: relative
}

.topbar-title {
    font-weight: 500;
    left: calc(var(--bs-gutter-x)*.5);
    line-height: 1.2;
    margin-bottom: 0;
    position: absolute;
    right: calc(var(--bs-gutter-x)*.5);
    text-align: right;
    top: 50%;
    transform: translateY(calc(-50% + .5px))
}

.topbar-progress {
    align-items: center;
    display: flex
}

.topbar-progress-text {
    flex-shrink: 0;
    margin-left: .625rem
}

.topbar .progress {
    background-color: transparent;
    flex-grow: 1;
    font-size: inherit;
    height: 2rem;
    padding-right: 2.1875rem
}

.topbar .progress-bar {
    overflow: visible;
    position: relative
}

.topbar .progress-label {
    color: #333;
    display: flex;
    left: 100%;
    margin-left: .625rem;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + .5px))
}

.topbar .progress-label-sep {
    color: #ddd
}

.topbar .progress-label>:not(:last-child):after {
    color: #ddd;
    content: "|";
    margin-left: .125rem;
    margin-right: .125rem
}

.topbar-nolabel .progress {
    padding-right: 0
}

.topbar-nolabel .progress-label {
    display: none
}

.progress-bar-bg-1 {
    background-color: #ffd600
}

.progress-bar-bg-2 {
    background-color: #3b3535
}

.progress-bar-bg-3 {
    background-color: red
}

.progress-bar-bg-4 {
    background-color: #ee6b0c
}

.progress-bar-bg-5 {
    background-color: #3b5998
}

.progress-bar-bg-6 {
    background-color: #6f7795
}

.progress-bar-bg-positive {
    background-color: #76c071
}

.progress-bar-bg-negative {
    background-color: #ff0202
}

.progress-bar-bg-neutral {
    background-color: #808384
}

.progress-bar-bg-irrelevant {
    background-color: #000
}

@media (min-width:1024px) {
    html:not(.mac)::-webkit-scrollbar {
        background-color: transparent;
        height: 10px;
        width: 10px
    }

    html:not(.mac)::-webkit-scrollbar-thumb {
        background-color: #a4adbd;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
}

@media (min-width:1024px) and (prefers-reduced-motion:reduce) {
    html:not(.mac)::-webkit-scrollbar-thumb {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width:1024px) {
    html:not(.mac)::-webkit-scrollbar-thumb:hover {
        background-color: #8692a8
    }

    html:not(.mac)::-webkit-scrollbar-track {
        background-color: #edf2fa
    }

    body ::-webkit-scrollbar {
        background-color: transparent;
        width: 6px
    }

    body ::-webkit-scrollbar-thumb {
        background-color: rgba(164, 173, 189, .5);
        border-radius: 50rem;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
}

@media (min-width:1024px) and (prefers-reduced-motion:reduce) {
    body ::-webkit-scrollbar-thumb {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width:1024px) {
    body ::-webkit-scrollbar-thumb:hover {
        background-color: #a4adbd
    }

    body ::-webkit-scrollbar-track {
        background-color: #edf2fa
    }
}

.page,
body {
    background-color: #fafbff
}

.page {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

@media (min-width:1024px) {
    .page {
        min-height: 100vh;
        padding-left: 14.875rem
    }
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .page {
        padding-left: 2.75rem
    }
}

.page-main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 1.5rem auto 2rem;
    width: 100%
}

@media (min-width:1260px) {

    .container,
    .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 80rem
    }

    .container-lg-fluid {
        max-width: none
    }
}

.header {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

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

@media (min-width:1024px) {
    .header-account {
        position: absolute;
        right: .75rem;
        top: .5rem
    }
}

@media (min-width:1260px) {
    .header-account {
        right: 2rem
    }
}

.header-account .dropdown-toggle {
    align-items: center;
    display: flex;
    height: 2.75rem;
    outline: none
}

.header-account .dropdown-avatar {
    width: 1.5rem
}

@media (min-width:1024px) {
    .header-setting {
        position: absolute;
        right: .75rem;
        top: 4.875rem
    }
}

@media (min-width:1260px) {
    .header-setting {
        right: 2rem
    }
}

.page-dashboard .header {
    height: 10.25rem
}

@media (min-width:1024px) {
    .page-dashboard .header {
        height: 7.125rem;
        padding: 1.5rem 0
    }
}

.page-dashboard .header~.page-main {
    margin-top: 0
}

@media (min-width:1024px) {
    .page-dashboard .header-account {
        top: 1.5rem
    }
}

.sidebar {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 10px 60px rgba(226, 236, 249, .5);
    left: 0;
    margin: 0;
    max-width: 14.875rem;
    overflow-y: auto;
    padding: 1.5rem .625rem;
    position: fixed;
    top: 0;
    width: 14.875rem;
    z-index: 1030
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .sidebar {
        overflow: visible;
        padding-left: 0;
        padding-right: 0;
        width: 2.75rem
    }
}

@media (max-width:1023.98px) {
    .sidebar {
        box-shadow: none;
        display: flex;
        flex-direction: column;
        padding-top: 3rem;
        transform: translateX(-100%);
        transition: all .3s ease-in-out;
        width: 90%
    }
}

@media (max-width:1023.98px) and (prefers-reduced-motion:reduce) {
    .sidebar {
        transition: none
    }
}

.sidebar-toggle {
    margin-left: -.75rem
}

@media (min-width:1024px) {
    .sidebar-toggle {
        display: none
    }
}

.sidebar-top {
    align-items: center;
    background-image: linear-gradient(99.87deg, #3048d2 11.17%, #454ae2 92.56%);
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, .05);
    display: flex;
    height: 6.0625rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    position: relative;
    text-align: center
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .sidebar-top {
        align-items: center;
        display: flex;
        height: 3.25rem;
        padding: 1rem .5rem
    }
}

.sidebar-logo {
    display: inline-block;
    width: 8.125rem
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .sidebar-logo {
        width: 100%
    }
}

.sidebar-logo img {
    height: auto;
    width: 100%
}

.sidebar-close {
    background-color: transparent;
    border: none;
    color: #333;
    display: flex;
    font-size: 1.25rem;
    left: .3125rem;
    padding: .3125rem;
    position: absolute;
    top: .625rem;
    transition: all .2s ease-in-out
}

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

.sidebar-close:focus,
.sidebar-close:hover {
    opacity: .7
}

@media (min-width:1024px) {
    .sidebar-close {
        display: none
    }
}

.sidebar.show {
    transform: translateX(0)
}

.sidebar.show~.overlay-sidebar {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.sidebar-search {
    margin-bottom: .375rem;
    margin-top: .375rem
}

.sidebar-search-input {
    background-color: #f9faff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.489 14.573-3.808-3.96a6.44 6.44 0 0 0 1.515-4.153A6.467 6.467 0 0 0 6.736 0a6.467 6.467 0 0 0-6.46 6.46 6.467 6.467 0 0 0 6.46 6.46 6.39 6.39 0 0 0 3.701-1.169l3.837 3.99c.16.167.376.259.608.259a.844.844 0 0 0 .607-1.427ZM6.736 1.685a4.78 4.78 0 0 1 4.775 4.775 4.78 4.78 0 0 1-4.775 4.775A4.78 4.78 0 0 1 1.962 6.46a4.78 4.78 0 0 1 4.774-4.775Z' fill='%23BBB'/%3E%3C/svg%3E");
    background-position: center left .75rem;
    background-repeat: no-repeat;
    background-size: 1rem;
    border: 1px solid #eff3fe;
    font-size: .75rem;
    padding: .5rem .75rem .5rem 2.1875rem;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .sidebar-search-input {
        transition: none
    }
}

.sidebar-search-input::-moz-placeholder {
    color: #a4adbd
}

.sidebar-search-input:-ms-input-placeholder {
    color: #a4adbd
}

.sidebar-search-input::placeholder {
    color: #a4adbd
}

.sidebar-search-input:-moz-placeholder-shown {
    background-position: center left 2.1875rem;
    text-align: center
}

.sidebar-search-input:-ms-input-placeholder {
    background-position: center left 2.1875rem;
    text-align: center
}

.sidebar-search-input:placeholder-shown {
    background-position: center left 2.1875rem;
    text-align: center
}

.sidebar-search-input:focus {
    background-color: #f9faff
}

.overlay-sidebar {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease-in-out;
    visibility: hidden;
    z-index: 1029
}

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

@media (min-width:1024px) {
    .page-sidebar-lg {
        padding-left: 21.5rem
    }
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .page-sidebar-lg {
        padding-left: 2.75rem
    }
}

.page-sidebar-lg .sidebar {
    max-width: 21.5rem;
    width: 21.5rem
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .page-sidebar-lg .sidebar {
        overflow: visible;
        width: 2.75rem
    }

    .page-sidebar-lg .sidebar:hover {
        width: 21.5rem;
    }

    .sidebar:hover .sidebar-filter-body {
        position: inherit;
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
        visibility: visible;
        overflow-x: hidden;
    }
}

@media (max-width:575.98px) {
    .page-sidebar-lg .sidebar {
        max-width: 90%
    }
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .page-sidebar-lg .sidebar-filter-body {
        width: 21.5rem
    }
}

@media (max-width:1023.98px) {
    .sidebar-nav-wrapper {
        flex-grow: 1;
        margin-bottom: -1px
    }
}

.sidebar-nav .nav-item:not(:last-child) {
    margin-bottom: .625rem
}

.sidebar-nav .nav-link {
    align-items: center;
    border-radius: .375rem;
    display: flex;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.2;
    min-height: 2.75rem;
    padding: .375rem .75rem .375rem 1rem;
    position: relative
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .sidebar-nav .nav-link {
        border-radius: 0;
        justify-content: center;
        padding: .375rem;
        position: relative
    }

    .sidebar-nav .nav-link:focus .nav-text,
    .sidebar-nav .nav-link:hover .nav-text {
        opacity: 1;
        transform: translateY(-50%);
        transition: all .2s ease-in-out;
        visibility: visible
    }
}

@media screen and (min-width:1024px) and (max-width:1399px) and (prefers-reduced-motion:reduce) {

    .sidebar-nav .nav-link:focus .nav-text,
    .sidebar-nav .nav-link:hover .nav-text {
        transition: none
    }
}

.sidebar-nav .active>.nav-link,
.sidebar-nav .nav-link.active {
    background-color: #18a0fb;
    color: #fff
}

.sidebar-nav .nav-icon {
    flex-shrink: 0;
    font-size: 1.125rem
}

.sidebar-nav .nav-icon[class*=speedometer] {
    margin-top: -.125rem
}

.sidebar-nav .nav-text {
    margin-left: .75rem
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .sidebar-nav .nav-text {
        background-color: #fff;
        border: 1px solid #dbdee5;
        border-radius: .375rem;
        color: #333;
        left: 100%;
        opacity: 0;
        padding: .75rem 1rem;
        pointer-events: none;
        position: absolute;
        text-transform: none;
        top: 50%;
        transform: translateY(calc(-50% + .5px));
        transform: translate(-.625rem, -50%);
        visibility: hidden;
        white-space: nowrap
    }
}

.sidebar-filter {
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .sidebar-filter {
        padding-left: 0;
        padding-right: 0
    }

    /* .sidebar-filter:focus .sidebar-filter-body,
    .sidebar-filter:hover .sidebar-filter-body {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
        visibility: visible
    } */
    .sidebar-filter:focus .sidebar-filter-toggle,
    .sidebar-filter:hover .sidebar-filter-toggle {
        background-color: #18a0fb;
        color: #fff
    }
}

.sidebar-filter-toggle {
    align-items: center;
    border-radius: 0;
    color: #dbdee5;
    display: none;
    height: 2.75rem;
    justify-content: center;
    padding: .5rem;
    width: 100%
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .sidebar-filter-toggle {
        display: flex
    }
}

.sidebar-filter-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0
}

.sidebar-filter-title {
    color: #666
}

.sidebar-filter-icon {
    color: #dbdee5;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .sidebar-filter-icon {
        transition: none
    }
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .sidebar-filter-icon {
        cursor: pointer
    }

    .sidebar-filter-body {
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        background-color: #fff;
        border-left: 1px solid #eff3fe;
        bottom: 0;
        box-shadow: .25rem 0 .375rem rgba(0, 0, 0, .1);
        left: 100%;
        margin-left: -1px;
        opacity: 0;
        overflow-y: auto;
        padding: 1.5rem 1rem;
        pointer-events: none;
        position: absolute;
        top: 0;
        transform: translateX(-.625rem);
        transition: all .2s ease-in-out;
        visibility: hidden;
        width: 14.875rem;
        z-index: -1
    }
}

@media screen and (min-width:1024px) and (max-width:1399px) and (prefers-reduced-motion:reduce) {
    .sidebar-filter-body {
        transition: none
    }
}

.sidebar-filter .dropdown:not(:last-child) {
    margin-bottom: .375rem
}

.sidebar-filter .dropdown-toggle {
    background-color: #f9faff;
    border: 1px solid #eff3fe;
    display: flex;
    justify-content: space-between;
    padding: .5rem .75rem;
    white-space: normal;
    width: 100%
}

.sidebar-filter .dropdown-toggle:after {
    flex-shrink: 0;
    height: .375rem;
    width: .5rem
}

.sidebar-filter .dropdown-menu {}

.sidebar-filter .dropdown-item {
    white-space: normal
}

.sidebar-filter .form-control {
    border-color: #eff3fe
}

.sidebar-filter .form-control:focus {
    border-color: #18a0fb
}

.sidebar-filter-wl .sidebar-filter-body {
    display: grid;
    gap: .375rem
}

@media (min-width:576px) {

    .sidebar-filter-wl .dropdown,
    .sidebar-filter-wl .form-control {
        width: 12.5rem
    }
}

.sidebar-filter-wl .dropdown-toggle,
.sidebar-filter-wl .form-control {
    background-color: #fff;
    font-size: .6875rem;
    font-weight: 400;
    min-height: 2.5rem
}

.sidebar-filter-wl .dropdown-toggle {
    color: #a4adbd
}

.sidebar-filter-wl .dropdown-toggle:empty:after {
    margin-left: auto
}

.sidebar-filter-wl .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23AAA'/%3E%3C/svg%3E")
}

.sidebar-filter-wl .sidebar-filter-label {
    font-size: .75rem
}

.nav-main {
    flex-grow: 1
}

@media (min-width:1024px) {
    .nav-main {
        display: flex;
        justify-content: center;
        margin-left: 3.125rem;
        margin-right: 3.125rem
    }
}

@media (max-width:1023.98px) {
    .nav-main {
        margin-bottom: .5rem;
        margin-top: 1.5rem
    }
}

.nav-main .nav {
    background-color: #edf2fa;
    border-radius: 50rem;
    box-shadow: 0 10px 60px rgba(226, 236, 249, .5)
}

@media (min-width:1024px) and (max-width:1259.98px) {
    .nav-main .nav-link {
        padding-left: .875rem;
        padding-right: .875rem
    }
}

.table-performance td,
.table-performance th {
    padding: 1.5rem .3125rem
}

.table-performance td {
    padding: 1rem .3125rem
}

@media (min-width:1260px) {

    .table-performance td,
    .table-performance th {
        padding: 2rem .3125rem
    }

    .table-performance td {
        padding: 1rem .3125rem
    }
}

.platform {
    background-color: #fafbff;
    border-radius: 1rem;
    flex-grow: 1;
    padding: .75rem
}

.platform-title {
    font-weight: 600
}

.platform-num {
    display: block;
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .platform-num {
        font-size: 2.25rem
    }
}

.platform-facebook {
    background-color: #f1f6ff
}

.platform-facebook .platform-title {
    color: #3b5998
}

.platform-forum {
    background-color: #fbf7e6
}

.platform-forum .platform-title {
    color: #ffd600
}

.platform-news {
    background-color: #ebffea
}

.platform-news .platform-title {
    color: #33a02c
}

.platform-previews {
    background-color: #fef0e6
}

.platform-previews .platform-title {
    color: #e77e21
}

.platform-youtube {
    background-color: #ffefef
}

.platform-youtube .platform-title {
    color: red
}

.platform-instagram {
    background-color: #f8eceb
}

.platform-instagram .platform-title {
    color: #e95950
}

.platform-tiktok {
    background-color: #ededed
}

.platform-tiktok .platform-title {
    color: #3c3535
}

.platform-e-commerce {
    background-color: #e4f5ff
}

.platform-e-commerce .platform-title {
    color: #00a3ff
}

@media (max-width:575.98px) {
    .nav-tabs-set-media .nav-item {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center
    }
}

.nav-tabs-set-media .nav-link {
    min-width: 10.5rem
}

.page-login {
    background-color: #fff;
    min-height: 100vh;
    padding: 3rem 0
}

@media (min-width:1024px) {
    .page-login {
        position: relative
    }

    .page-login:after,
    .page-login:before {
        background: url(../images/bg-login-1.svg) no-repeat 100%;
        bottom: 0;
        content: "";
        margin-right: 5.8125rem;
        pointer-events: none;
        position: absolute;
        right: 50%;
        top: 0;
        width: 100vw
    }

    .page-login:after {
        opacity: .5
    }
}

.page-login .page-main {
    align-items: center;
    display: flex;
    justify-content: center
}

.login {
    border-radius: .75rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
    font-size: .875rem;
    font-weight: 500;
    margin-left: .75rem;
    margin-right: .75rem;
    padding: 3rem 1.5rem
}

@media (min-width:576px) {
    .login {
        padding: 3rem
    }
}

@media (min-width:1024px) {
    .login {
        align-items: center;
        background: #fff url(../images/bg-login-2.svg) no-repeat 0/auto 100%;
        display: flex;
        height: 37.5rem;
        justify-content: flex-end;
        max-width: 60rem;
        padding: 4.625rem;
        position: relative;
        width: 100%
    }
}

.login-form {
    flex-grow: 1;
    max-width: 23.75rem
}

.login-title {
    font-size: 1.5rem;
    font-weight: 700
}

.login-lead {
    color: #9d9fb7
}

.login .btn,
.login .form-control {
    font-size: inherit;
    min-height: 3rem
}

@media (max-width:1023.98px) {
    .login .form-control {
        font-size: 1rem
    }
}

.review-header {
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    margin-bottom: 1rem;
    margin-right: 10.5rem;
    padding-bottom: .5rem;
    padding-left: 2.5rem
}

@media (max-width:1023.98px) {
    .review-header {
        margin-right: 6.75rem;
        padding-left: 0
    }
}

@media (max-width:767.98px) {
    .review-header {
        margin-right: 0
    }
}

.review-item {
    display: flex;
    flex-wrap: wrap
}

.review-item:not(:last-child) {
    margin-bottom: 1.25rem
}

@media (max-width:767.98px) {
    .review-item:not(:last-child) {
        margin-bottom: 1.875rem
    }
}

.review-meta {
    display: flex;
    justify-content: flex-end;
    margin: .5rem 1.25rem .5rem 0;
    width: 6.125rem
}

@media (max-width:767.98px) {
    .review-meta {
        flex-grow: 1;
        margin: 0;
        width: 60%
    }
}

.review-meta-body {
    display: flex;
    flex: 1;
    flex-direction: column
}

@media (min-width:768px) {
    .review-meta-body {
        align-items: flex-end;
        text-align: right
    }
}

.review-time {
    font-size: .75rem;
    font-weight: 600
}

.review-date {
    font-size: .6875rem
}

.review-ago {
    color: #666;
    font-size: .625rem
}

.review-icon {
    margin-left: .5rem;
    position: relative
}

@media (max-width:767.98px) {
    .review-icon {
        margin-left: 0;
        margin-right: .5rem;
        order: -1
    }
}

.review-icon:before {
    background-color: #edf2fa;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 2rem;
    transform: translateX(calc(-50% + .5px));
    width: 1px
}

.review-icon [class*=iconsvg] {
    font-size: 1.5rem
}

.review-body {
    border: 1px solid #dbdee5;
    border-radius: .375rem;
    flex: 1;
    padding: .75rem;
    position: relative
}

@media (max-width:767.98px) {
    .review-body {
        margin-top: .5rem;
        min-width: 100%;
        order: 1
    }
}

.review-body:after {
    border-color: transparent #dbdee5 transparent transparent;
    border-style: solid;
    border-width: .34375rem .375rem .34375rem 0;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: .875rem;
    width: 0
}

@media (max-width:767.98px) {
    .review-body:after {
        display: none
    }
}

.review-acc {
    display: flex;
    font-size: .75rem
}

.review-acc-avatar {
    border-radius: .25rem;
    height: 2.5rem;
    margin-right: .5rem;
    width: 2.5rem
}

.review-acc-body {
    align-self: center;
    flex: 1
}

.review-acc-name {
    color: #3b5998;
    font-size: .75rem;
    font-weight: 600
}

.review-acc-lead {
    color: #3b5998;
    line-height: 1.2
}

.review-action {
    display: flex
}

.review-action-item {
    align-items: center;
    color: #3b5998;
    display: flex
}

.review-action-item:not(:last-child) {
    margin-right: 1rem
}

.review-action-item>[class*=iconsvg] {
    font-size: 1rem
}

.review-action-item.dropdown>.btn {
    color: inherit
}

.review-action [class*=comment-line],
.review-action [class*=share-2] {
    margin-top: 1px
}

.review-buttons {
    align-self: flex-start;
    margin-left: .5rem;
    margin-top: 1rem;
    max-width: 10rem;
    width: 10rem
}

@media (max-width:1023.98px) {
    .review-buttons {
        width: 6.25rem
    }
}

@media (max-width:767.98px) {
    .review-buttons {
        align-self: flex-end;
        margin: 0;
        order: 0;
        width: 40%
    }
}

.review-viewmore {
    color: #0091fc;
    white-space: nowrap
}

.review-no-buttons .review-header {
    margin-right: 0
}

.nav-review {
    background-color: #edf2fa;
    border-radius: 50rem;
    max-width: 20rem
}

.nav-review .nav-link {
    font-weight: 500;
    padding-bottom: .625rem;
    padding-top: .625rem;
    text-align: center
}

.mp {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #dbdee5;
    border-radius: .375rem;
    max-height: 23.375rem;
    overflow-y: auto;
    padding: 2rem
}

@media (max-width:575.98px) {
    .mp {
        padding: 1.5rem
    }
}

.mp-item {
    display: flex
}

.mp-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem
}

.mp-avatar {
    font-size: 1.5rem
}

.mp-body {
    flex: 1
}

.mp-name {
    color: #3b5998;
    font-size: .75rem;
    font-weight: 600
}

.mp-time {
    color: #a4adbd;
    font-size: .75rem
}

.mp-viewmore {
    color: #3b5998;
    white-space: nowrap
}

.mp-viewmore:focus,
.mp-viewmore:hover {
    color: #2f477a
}

.mp-content p:last-child {
    margin-bottom: 0
}

.sp {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #dbdee5;
    border-radius: .375rem;
    max-height: 23.375rem;
    overflow-y: auto;
    padding: 2rem
}

@media (max-width:575.98px) {
    .sp {
        padding: 1.5rem
    }
}

.sp-item {
    font-weight: 500;
    line-height: 1.2
}

.sp-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: .75rem;
    padding-bottom: .75rem
}

@media (max-width:767.98px) {
    .nav-tabs-dmg .nav-item {
        flex-basis: 0;
        flex-grow: 1
    }
}

.nav-tabs-dmg .nav-link {
    min-width: 10.5rem;
    text-align: center
}

@media (max-width:1259.98px) {
    .nav-tabs-dmg .nav-link {
        min-width: 9.375rem
    }
}

@media (max-width:767.98px) {
    .nav-tabs-dmg .nav-link {
        min-width: auto
    }
}

.dmg-item {
    display: flex;
    flex-wrap: wrap
}

.dmg-item:not(:last-child) {
    margin-bottom: 1.25rem
}

@media (max-width:767.98px) {
    .dmg-item:not(:last-child) {
        margin-bottom: 1.875rem
    }
}

.dmg-check {
    margin-right: .75rem;
    margin-top: 1.625rem
}

.dmg-body {
    border: 1px solid #e6e7eb;
    border-radius: .375rem;
    flex: 1;
    padding: .75rem;
    position: relative
}

@media (min-width:1024px) {
    .dmg-body {
        padding-right: 3.125rem
    }
}

.dmg-body:after {
    border-color: transparent #dbdee5 transparent transparent;
    border-style: solid;
    border-width: .34375rem .375rem .34375rem 0;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 1.625rem;
    width: 0
}

.dmg-acc {
    display: flex;
    font-size: .75rem
}

@media (max-width:1023.98px) {
    .dmg-acc {
        padding-right: 2.375rem
    }
}

.dmg-acc-avatar {
    border-radius: .25rem;
    height: 2.5rem;
    margin-right: .5rem;
    width: 2.5rem
}

.dmg-acc-body {
    align-self: center;
    flex: 1
}

.dmg-acc-name {
    color: #3b5998;
    font-size: .75rem;
    font-weight: 600
}

.dmg-acc-lead {
    color: #3b5998;
    line-height: 1.2
}

.dmg-action {
    display: flex
}

.dmg-action-item {
    align-items: center;
    color: #3b5998;
    display: flex
}

.dmg-action-item:not(:last-child) {
    margin-right: 1rem
}

.dmg-action-item-neutral,
.dmg-action-item-unverified {
    color: #666
}

.dmg-action-item-neutral:focus,
.dmg-action-item-neutral:hover,
.dmg-action-item-unverified:focus,
.dmg-action-item-unverified:hover {
    color: #525252
}

.dmg-action-item-alert {
    color: #e77e21
}

.dmg-action-item-alert:focus,
.dmg-action-item-alert:hover {
    color: #ec984d
}

.dmg-action-item-spam {
    color: red
}

.dmg-action-item-spam:focus,
.dmg-action-item-spam:hover {
    color: #f33
}

.dmg-action-item-recover {
    color: #33a02c
}

.dmg-action-item-recover:focus,
.dmg-action-item-recover:hover {
    color: #5cb356
}

.dmg-action [class*=iconsvg] {
    font-size: 1rem
}

.dmg-action [class*=comment-line],
.dmg-action [class*=share-2] {
    margin-top: 1px
}

.dmg-action-vertical {
    flex-direction: column
}

@media (max-width:1023.98px) {
    .dmg-action-vertical {
        flex-direction: row
    }
}

.dmg-action-vertical .dmg-action-item {
    flex-direction: column;
    min-width: 3.125rem
}

@media (max-width:767.98px) {
    .dmg-action-vertical .dmg-action-item {
        flex-basis: 0;
        flex-grow: 1;
        min-width: auto
    }
}

.dmg-action-vertical .dmg-action-item:not(:last-child) {
    margin-right: 0
}

.dmg-action-vertical .dmg-action-item:not(:first-child) {
    margin-top: .3125rem
}

@media (max-width:1023.98px) {
    .dmg-action-vertical .dmg-action-item:not(:first-child) {
        margin-left: 1.5rem;
        margin-top: 0
    }
}

@media (max-width:1023.98px) and (max-width:767.98px) {
    .dmg-action-vertical .dmg-action-item:not(:first-child) {
        margin-left: 0
    }
}

.dmg-action-sm {
    font-size: .625rem
}

.dmg-buttons {
    display: flex
}

.dmg-buttons .btn {
    min-width: 6.375rem
}

.dmg-viewmore {
    color: #3b5998;
    white-space: nowrap
}

.dmg-setting {
    position: absolute;
    right: .75rem;
    top: .75rem
}

.btn-attr {
    background-color: #cbd0d9;
    border-color: #cbd0d9;
    color: #fff
}

.btn-attr:focus,
.btn-attr:hover,
.btn-check:focus+.btn-attr {
    background-color: #bcc3ce;
    border-color: #bcc3ce;
    color: #fff
}

.btn-attr:focus,
.btn-check:focus+.btn-attr {
    box-shadow: 0 0 0 0 rgba(211, 215, 223, .5)
}

.btn-attr.active,
.btn-attr:active,
.btn-check:active+.btn-attr,
.btn-check:checked+.btn-attr,
.show>.btn-attr.dropdown-toggle {
    background-color: #aeb5c3;
    border-color: #aeb5c3;
    color: #fff
}

.btn-attr.active:focus,
.btn-attr:active:focus,
.btn-check:active+.btn-attr:focus,
.btn-check:checked+.btn-attr:focus,
.show>.btn-attr.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(211, 215, 223, .5)
}

.btn-attr.disabled,
.btn-attr:disabled {
    background-color: #cbd0d9;
    border-color: #cbd0d9;
    color: #000
}

.btn-attr.active {
    background-color: #18a0fb;
    border-color: #18a0fb;
    color: #fff
}

.box-top-location .nav-pills {
    max-width: 16.25rem
}

.topbar-top-location .progress-bar {
    background-color: #a6cee3
}

.topbar-orange .progress-bar {
    background-color: #f2a33e
}

.topbar-green .progress-bar {
    background-color: #3aa333
}

.dropdown-menu-emoji {
    min-width: 20rem
}

@media (max-width:575.98px) {
    .dropdown-menu-emoji {
        min-width: 100vw
    }
}

.dropdown-menu-attr,
.dropdown-menu-tag {
    min-width: 32.8125rem
}

@media (max-width:575.98px) {

    .dropdown-menu-attr,
    .dropdown-menu-tag {
        min-width: 100vw
    }
}

.btn-tag {
    background-color: #dfebff;
    border-color: #dfebff;
    color: #3b5998
}

.btn-check:focus+.btn-tag,
.btn-tag:focus,
.btn-tag:hover {
    background-color: #c6dbff;
    border-color: #c6dbff;
    color: #3b5998
}

.btn-check:focus+.btn-tag,
.btn-tag:focus {
    box-shadow: 0 0 0 0 rgba(198, 213, 240, .5)
}

.btn-check:active+.btn-tag,
.btn-check:checked+.btn-tag,
.btn-tag.active,
.btn-tag:active,
.show>.btn-tag.dropdown-toggle {
    background-color: #accbff;
    border-color: #accbff;
    color: #3b5998
}

.btn-check:active+.btn-tag:focus,
.btn-check:checked+.btn-tag:focus,
.btn-tag.active:focus,
.btn-tag:active:focus,
.show>.btn-tag.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(198, 213, 240, .5)
}

.btn-tag.disabled,
.btn-tag:disabled {
    background-color: #dfebff;
    border-color: #dfebff;
    color: #000
}

.btn-tag.active {
    background-color: #18a0fb;
    border-color: #18a0fb;
    color: #fff
}

.tag-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: -.375rem
}

.tag-group-item {
    align-items: center;
    border: 1px solid #dbdee5;
    border-radius: 50rem;
    display: inline-flex;
    margin-right: .75rem;
    margin-top: .375rem;
    padding: .375rem .75rem
}

.tag-group-close {
    background-color: transparent;
    border: none;
    color: #a4adbd;
    padding: 0;
    transition: color .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .tag-group-close {
        transition: none
    }
}

.tag-group-close:focus,
.tag-group-close:hover {
    color: #333
}

.square {
    border: none;
    border-radius: .375rem;
    display: flex;
    padding: 0
}

.form-style-1 .square {
    min-height: auto
}

.square:before {
    content: "";
    flex-grow: 1;
    padding-top: 100%;
    pointer-events: none
}

.square-40px {
    width: 2.5rem
}

.dropdown-menu-topic-color {
    min-width: 23.5rem
}

@media (max-width:575.98px) {
    .dropdown-menu-topic-color {
        max-width: 20rem;
        min-width: auto;
        width: 100vw
    }
}

.loader {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 100px auto;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    z-index: 0;
    text-transform: uppercase;
}

.loader:before,
.loader:after {
    opacity: 0;
    box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 5px solid #fff;
    box-shadow: 0 0 50px #fff, inset 0 0 50px #fff;
}

.loader:after {
    z-index: 1;
    -webkit-animation: gogoloader 2s infinite 1s;
}

.loader:before {
    z-index: 2;
    -webkit-animation: gogoloader 2s infinite;
}

@-webkit-keyframes gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.bootstrap-select .dropdown-toggle .filter-option {
    top: 5.5px !important;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 10px !important
}

.filter-option-inner-inner {
    margin-top: -10px;
}

/* (A) FULL SCREEN WRAPPER */
/* #spinner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s;
} */

/* (B) CENTER LOADING SPINNER */
/* #spinner img {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
} */

/* (C) SHOW & HIDE */
#spinner {
    visibility: hidden;
    opacity: 0;
}

#spinner.show {
    visibility: visible;
    opacity: 1;
}

#spinner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 6%;
}

#spinner-bar {
    border: 3px solid var(--bs-red);
    width: 100%;
    position: fixed;
}

#spinner img {
    border-bottom-right-radius: 12px;
    max-width: 100%;
    background: rgb(0 0 0 / 10%);
    transition: opacity 0.2s;
    margin-top: 7px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    margin-top: -6px;
}