:root {
    --bs-blue: #003083;
    --bs-indigo: #6610f2;
    --bs-purple: #9C00DB;
    --bs-pink: #d63384;
    --bs-red: #d20000;
    --bs-orange: #C25700;
    --bs-yellow: #e2e41a;
    --bs-green: #007512;
    --bs-teal: #2dbdb9;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6F6F85;
    --bs-gray-dark: #35353C;
    --bs-gray-100: #FDFDFF;
    --bs-gray-200: #EDF0F4;
    --bs-gray-300: #DADFE7;
    --bs-gray-400: #C0C3CE;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6F6F85;
    --bs-gray-700: #495057;
    --bs-gray-800: #35353C;
    --bs-gray-900: #2f323a;
    --bs-primary: #003083;
    --bs-secondary: #6F6F85;
    --bs-success: #2dbdb9;
    --bs-success-bright: #2dbdb9;
    --bs-info: #2dbdb9;
    --bs-warning: #e2e41a;
    --bs-hazard: #fd7e14;
    --bs-danger: #d20000;
    --bs-light: #FDFDFF;
    --bs-dark: #2f323a;
    --bs-primary-rgb: 0, 48, 131;
    --bs-secondary-rgb: 111, 111, 133;
    --bs-success-rgb: 45, 189, 185;
    --bs-success-bright-rgb: 45, 189, 185;
    --bs-info-rgb: 45, 189, 185;
    --bs-warning-rgb: 226, 228, 26;
    --bs-hazard-rgb: 253, 126, 20;
    --bs-danger-rgb: 210, 0, 0;
    --bs-light-rgb: 253, 253, 255;
    --bs-dark-rgb: 47, 50, 58;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 47, 50, 58;
    --bs-body-bg-rgb: 248, 249, 251;
    --bs-font-sans-serif: proxima-nova, 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: "SF Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #2f323a;
    --bs-body-bg: #F8F9FB
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #003083
}

    .link-primary:hover, .link-primary:focus {
        color: #002669
    }

.link-secondary {
    color: #6f6f85
}

    .link-secondary:hover, .link-secondary:focus {
        color: #59596a
    }

.link-success {
    color: #2dbdb9
}

    .link-success:hover, .link-success:focus {
        color: #57cac7
    }

.link-success-bright {
    color: #2dbdb9
}

    .link-success-bright:hover, .link-success-bright:focus {
        color: #57cac7
    }

.link-info {
    color: #2dbdb9
}

    .link-info:hover, .link-info:focus {
        color: #57cac7
    }

.link-warning {
    color: #e2e41a
}

    .link-warning:hover, .link-warning:focus {
        color: #e8e948
    }

.link-hazard {
    color: #fd7e14
}

    .link-hazard:hover, .link-hazard:focus {
        color: #fd9843
    }

.link-danger {
    color: #d20000
}

    .link-danger:hover, .link-danger:focus {
        color: #a80000
    }

.link-light {
    color: #fdfdff
}

    .link-light:hover, .link-light:focus {
        color: #fdfdff
    }

.link-dark {
    color: #2f323a
}

    .link-dark:hover, .link-dark:focus {
        color: #26282e
    }

.ratio {
    position: relative;
    width: 100%
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: ""
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 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.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

*, *::before, *::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    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);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 1.5rem 0;
    color: #dadfe7;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2
}

h1, .h1 {
    font-size: calc(0.975rem + 1.2vw)
}

@media(min-width: 1200px) {
    h1, .h1 {
        font-size: 1.875rem
    }
}

h2, .h2 {
    font-size: calc(0.9080357147rem + 0.3964285763vw)
}

@media(min-width: 1200px) {
    h2, .h2 {
        font-size: 1.2053571469rem
    }
}

h3, .h3 {
    font-size: calc(0.8946428569rem + 0.2357142825vw)
}

@media(min-width: 1200px) {
    h3, .h3 {
        font-size: 1.0714285688rem
    }
}

h4, .h4 {
    font-size: calc(0.8879464284rem + 0.1553571413vw)
}

@media(min-width: 1200px) {
    h4, .h4 {
        font-size: 1.0044642844rem
    }
}

h5, .h5 {
    font-size: calc(0.88125rem + 0.075vw)
}

@media(min-width: 1200px) {
    h5, .h5 {
        font-size: 0.9375rem
    }
}

h6, .h6 {
    font-size: calc(0.88125rem + 0.075vw)
}

@media(min-width: 1200px) {
    h6, .h6 {
        font-size: 0.9375rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small, .small {
    font-size: 0.93333333em
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #003083;
    text-decoration: none
}

    a:hover {
        color: #002669;
        text-decoration: underline
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

pre, code, kbd, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr
    /* rtl:ignore */
    ;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.93333333em
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

code {
    font-size: 0.93333333em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 0.93333333em;
    color: #fff;
    background-color: #2f323a
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700
    }

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6f6f85;
    text-align: left
}

th {
    font-weight: 600;
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(0.9rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.125rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: calc(0.8946428569rem + 0.2357142825vw);
    font-weight: 500
}

@media(min-width: 1200px) {
    .lead {
        font-size: 1.0714285688rem
    }
}

.display-1 {
    font-size: calc(1.2875rem + 4.95vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.2375rem + 4.35vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.1875rem + 3.75vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.1375rem + 3.15vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.0875rem + 2.55vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.0375rem + 1.95vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 0.93333333em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .blockquote {
        font-size: 1.171875rem
    }
}

.blockquote > :last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.93333333em;
    color: #6f6f85
}

    .blockquote-footer::before {
        content: "— "
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f8f9fb;
    border: 1px solid #dadfe7;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 0.93333333em;
    color: #6f6f85
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm, .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)*.5);
        padding-left: calc(var(--bs-gutter-x)*.5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.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.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .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.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .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: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .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: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .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
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: #fff;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #2f323a;
    --bs-table-striped-bg: #F8F9FB;
    --bs-table-active-color: #2f323a;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #2f323a;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.033);
    width: 100%;
    margin-bottom: 1rem;
    color: #2f323a;
    vertical-align: top;
    border-color: #dadfe7
}

    .table > :not(caption) > * > * {
        padding: .75rem .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
    }

    .table > tbody {
        vertical-align: inherit
    }

    .table > thead {
        vertical-align: bottom
    }

    .table > :not(:first-child) {
        border-top: 2px solid rgba(0,0,0,0)
    }

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .25rem
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-borderless > :not(:first-child) {
    border-top-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --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: #ccd6e6;
    --bs-table-striped-bg: #c2cbdb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8c1cf;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c5cfde;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b8c1cf
}

.table-secondary {
    --bs-table-bg: #e2e2e7;
    --bs-table-striped-bg: #d7d7db;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbcbd0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #dbdbdf;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbcbd0
}

.table-success {
    --bs-table-bg: #d5f2f1;
    --bs-table-striped-bg: #cae6e5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c0dad9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ceeae9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c0dad9
}

.table-info {
    --bs-table-bg: #d5f2f1;
    --bs-table-striped-bg: #cae6e5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c0dad9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ceeae9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c0dad9
}

.table-warning {
    --bs-table-bg: #f9fad1;
    --bs-table-striped-bg: #edeec7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e0e1bc;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #f1f2ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e0e1bc
}

.table-danger {
    --bs-table-bg: #f6cccc;
    --bs-table-striped-bg: #eac2c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddb8b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eec5c5;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ddb8b8
}

.table-light {
    --bs-table-bg: #FDFDFF;
    --bs-table-striped-bg: #f0f0f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e4e4e6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #f5f5f7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e4e4e6
}

.table-dark {
    --bs-table-bg: #2f323a;
    --bs-table-striped-bg: #393c44;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #44474e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #363941;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #44474e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .25rem;
    font-weight: 500
}

.col-form-label {
    padding-top: calc(0.4375rem + 1px);
    padding-bottom: calc(0.4375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.6
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .col-form-label-lg {
        font-size: 1.171875rem
    }
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.8203125rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.93333333em;
    color: #6f6f85
}

.form-control, .dataTable-input {
    display: block;
    width: 100%;
    padding: .4375rem .5rem;
    font-size: calc(0.88125rem + 0.075vw);
    font-weight: 400;
    line-height: 1.6;
    color: #2f323a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dadfe7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(min-width: 1200px) {
    .form-control, .dataTable-input {
        font-size: 0.9375rem
    }
}

@media(prefers-reduced-motion: reduce) {
    .form-control, .dataTable-input {
        transition: none
    }
}

.form-control[type=file], [type=file].dataTable-input {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]), [type=file].dataTable-input:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus, .dataTable-input:focus {
    color: #2f323a;
    background-color: #fff;
    border-color: #8098c1;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0,48,131,.25)
}

.form-control::-webkit-date-and-time-value, .dataTable-input::-webkit-date-and-time-value {
    height: 1.6em
}

.form-control::-webkit-input-placeholder, .dataTable-input::-webkit-input-placeholder {
    color: #6f6f85;
    opacity: 1
}

.form-control::-moz-placeholder, .dataTable-input::-moz-placeholder {
    color: #6f6f85;
    opacity: 1
}

.form-control:-ms-input-placeholder, .dataTable-input:-ms-input-placeholder {
    color: #6f6f85;
    opacity: 1
}

.form-control::placeholder, .dataTable-input::placeholder {
    color: #6f6f85;
    opacity: 1
}

.form-control:disabled, .dataTable-input:disabled, .form-control[readonly], [readonly].dataTable-input {
    background-color: #edf0f4;
    opacity: 1
}

.form-control::-webkit-file-upload-button, .dataTable-input::-webkit-file-upload-button {
    padding: .4375rem .5rem;
    margin: -0.4375rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem;
    color: #2f323a;
    background-color: #edf0f4;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::file-selector-button, .dataTable-input::file-selector-button {
    padding: .4375rem .5rem;
    margin: -0.4375rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem;
    color: #2f323a;
    background-color: #edf0f4;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button, .dataTable-input::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button, .dataTable-input::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .dataTable-input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e1e4e8
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .dataTable-input:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e1e4e8
}

.form-control::-webkit-file-upload-button, .dataTable-input::-webkit-file-upload-button {
    padding: .4375rem .5rem;
    margin: -0.4375rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem;
    color: #2f323a;
    background-color: #edf0f4;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button, .dataTable-input::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .dataTable-input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e1e4e8
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .4375rem 0;
    margin-bottom: 0;
    line-height: 1.6;
    color: #2f323a;
    background-color: rgba(0,0,0,0);
    border: solid rgba(0,0,0,0);
    border-width: 1px 0
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    min-height: calc(1.6em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.8203125rem
}

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -0.25rem -0.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -0.25rem -0.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -0.25rem -0.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

.form-control-lg {
    min-height: calc(1.6em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .form-control-lg {
        font-size: 1.171875rem
    }
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control, textarea.dataTable-input {
    min-height: calc(1.6em + 0.875rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.6em + 0.5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.6em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .4375rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        height: 1.6em
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.6em
    }

.form-select, .dataTable-selector {
    display: block;
    width: 100%;
    padding: .4375rem 1.5rem .4375rem .5rem;
    -moz-padding-start: calc(0.5rem - 3px);
    font-size: calc(0.88125rem + 0.075vw);
    font-weight: 400;
    line-height: 1.6;
    color: #2f323a;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2335353C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 16px 12px;
    border: 1px solid #dadfe7;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(min-width: 1200px) {
    .form-select, .dataTable-selector {
        font-size: 0.9375rem
    }
}

@media(prefers-reduced-motion: reduce) {
    .form-select, .dataTable-selector {
        transition: none
    }
}

.form-select:focus, .dataTable-selector:focus {
    border-color: #8098c1;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0,48,131,.25)
}

.form-select[multiple], [multiple].dataTable-selector, .form-select[size]:not([size="1"]), [size].dataTable-selector:not([size="1"]) {
    padding-right: .5rem;
    background-image: none
}

.form-select:disabled, .dataTable-selector:disabled {
    background-color: #edf0f4
}

.form-select:-moz-focusring, .dataTable-selector:-moz-focusring {
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #2f323a
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.8203125rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .form-select-lg {
        font-size: 1.171875rem
    }
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.642857143em;
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.642857143em
    }

.form-check-input {
    width: 1.142857143em;
    height: 1.142857143em;
    margin-top: 0.2285714285em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.3);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        -webkit-filter: brightness(90%);
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #8098c1;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(0,48,131,.25)
    }

    .form-check-input:checked {
        background-color: #003083;
        border-color: #003083
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%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 10l3 3l6-6'/%3e%3c/svg%3e")
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%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: #003083;
        border-color: #003083;
        background-image: url("data:image/svg+xml,%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")
    }

    .form-check-input:disabled {
        pointer-events: none;
        -webkit-filter: none;
        filter: none;
        opacity: .5
    }

        .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 {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        transition: background-position .15s ease-in-out
    }

@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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238098c1'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-chart img {
    width: 10px;
    height: 15px;
    margin-left: 3px;
    margin-right: 3px;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

    .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
        pointer-events: none;
        -webkit-filter: none;
        filter: none;
        opacity: .65
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .form-range:focus {
        outline: 0
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #f8f9fb,0 0 0 .25rem rgba(0,48,131,.25)
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #f8f9fb,0 0 0 .25rem rgba(0,48,131,.25)
        }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #003083;
        border: 0;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b3c1da
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0,0,0,0);
    cursor: pointer;
    background-color: #dadfe7;
    border-color: rgba(0,0,0,0)
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #003083;
    border: 0;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b3c1da
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0,0,0,0);
    cursor: pointer;
    background-color: #dadfe7;
    border-color: rgba(0,0,0,0)
}

.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 > .dataTable-input, .form-floating > .form-select, .form-floating > .dataTable-selector {
        height: calc(3.5rem + 2px);
        line-height: 1.25
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .5rem;
        pointer-events: none;
        border: 1px solid rgba(0,0,0,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out
    }

@media(prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control, .form-floating > .dataTable-input {
    padding: 1rem .5rem
}

    .form-floating > .form-control::-webkit-input-placeholder, .form-floating > .dataTable-input::-webkit-input-placeholder {
        color: rgba(0,0,0,0)
    }

    .form-floating > .form-control::-moz-placeholder, .form-floating > .dataTable-input::-moz-placeholder {
        color: rgba(0,0,0,0)
    }

    .form-floating > .form-control:-ms-input-placeholder, .form-floating > .dataTable-input:-ms-input-placeholder {
        color: rgba(0,0,0,0)
    }

    .form-floating > .form-control::placeholder, .form-floating > .dataTable-input::placeholder {
        color: rgba(0,0,0,0)
    }

    .form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .dataTable-input:not(:-moz-placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .dataTable-input:not(:-ms-input-placeholder) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:focus, .form-floating > .dataTable-input:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .dataTable-input:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:-webkit-autofill, .form-floating > .dataTable-input:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

.form-floating > .form-select, .form-floating > .dataTable-selector {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .dataTable-input:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .form-floating > .dataTable-input:not(:-ms-input-placeholder) ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating > .form-control:focus ~ label, .form-floating > .dataTable-input:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .dataTable-input:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label, .form-floating > .dataTable-selector ~ label {
    opacity: .65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .dataTable-input:-webkit-autofill ~ label {
    opacity: .65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .dataTable-input, .input-group > .form-select, .input-group > .dataTable-selector {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus, .input-group > .dataTable-input:focus, .input-group > .form-select:focus, .input-group > .dataTable-selector:focus {
            z-index: 3
        }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

        .input-group .btn:focus {
            z-index: 3
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: .4375rem .5rem;
    font-size: calc(0.88125rem + 0.075vw);
    font-weight: 400;
    line-height: 1.6;
    color: #2f323a;
    text-align: center;
    white-space: nowrap;
    background-color: #edf0f4;
    border: 1px solid #dadfe7
}

@media(min-width: 1200px) {
    .input-group-text {
        font-size: 0.9375rem
    }
}

.input-group-lg > .form-control, .input-group-lg > .dataTable-input, .input-group-lg > .form-select, .input-group-lg > .dataTable-selector, .input-group-lg > .input-group-text, .input-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .input-group-lg > .form-control, .input-group-lg > .dataTable-input, .input-group-lg > .form-select, .input-group-lg > .dataTable-selector, .input-group-lg > .input-group-text, .input-group-lg > .btn {
        font-size: 1.171875rem
    }
}

.input-group-sm > .form-control, .input-group-sm > .dataTable-input, .input-group-sm > .form-select, .input-group-sm > .dataTable-selector, .input-group-sm > .input-group-text, .input-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: 0.8203125rem
}

.input-group-lg > .form-select, .input-group-lg > .dataTable-selector, .input-group-sm > .form-select, .input-group-sm > .dataTable-selector {
    padding-right: 2rem
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.93333333em;
    color: #2dbdb9
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.8203125rem;
    color: #000;
    background-color: rgba(45,189,185,.9)
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control:valid, .was-validated .dataTable-input:valid, .form-control.is-valid, .is-valid.dataTable-input {
    border-color: #2dbdb9;
    padding-right: calc(1.6em + 0.875rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232dbdb9' d='M2.3 6.73L.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-repeat: no-repeat;
    background-position: right calc(0.4em + 0.21875rem) center;
    background-size: calc(0.8em + 0.4375rem) calc(0.8em + 0.4375rem)
}

    .was-validated .form-control:valid:focus, .was-validated .dataTable-input:valid:focus, .form-control.is-valid:focus, .is-valid.dataTable-input:focus {
        border-color: #2dbdb9;
        box-shadow: 0 0 0 .25rem rgba(45,189,185,.25)
    }

.was-validated textarea.form-control:valid, .was-validated textarea.dataTable-input:valid, textarea.form-control.is-valid, textarea.is-valid.dataTable-input {
    padding-right: calc(1.6em + 0.875rem);
    background-position: top calc(0.4em + 0.21875rem) right calc(0.4em + 0.21875rem)
}

.was-validated .form-select:valid, .was-validated .dataTable-selector:valid, .form-select.is-valid, .is-valid.dataTable-selector {
    border-color: #2dbdb9
}

    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .dataTable-selector:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .dataTable-selector:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .is-valid.dataTable-selector:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .is-valid.dataTable-selector:not([multiple])[size="1"] {
        padding-right: 2.75rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2335353C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232dbdb9' d='M2.3 6.73L.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 .5rem center,center right 1.5rem;
        background-size: 16px 12px,calc(0.8em + 0.4375rem) calc(0.8em + 0.4375rem)
    }

    .was-validated .form-select:valid:focus, .was-validated .dataTable-selector:valid:focus, .form-select.is-valid:focus, .is-valid.dataTable-selector:focus {
        border-color: #2dbdb9;
        box-shadow: 0 0 0 .25rem rgba(45,189,185,.25)
    }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #2dbdb9
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: #2dbdb9
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 .25rem rgba(45,189,185,.25)
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: #2dbdb9
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:valid, .was-validated .input-group .dataTable-input:valid, .input-group .form-control.is-valid, .input-group .is-valid.dataTable-input, .was-validated .input-group .form-select:valid, .was-validated .input-group .dataTable-selector:valid, .input-group .form-select.is-valid, .input-group .is-valid.dataTable-selector {
    z-index: 1
}

    .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .dataTable-input:valid:focus, .input-group .form-control.is-valid:focus, .input-group .is-valid.dataTable-input:focus, .was-validated .input-group .form-select:valid:focus, .was-validated .input-group .dataTable-selector:valid:focus, .input-group .form-select.is-valid:focus, .input-group .is-valid.dataTable-selector:focus {
        z-index: 3
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.93333333em;
    color: #d20000
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.8203125rem;
    color: #fff;
    background-color: rgba(210,0,0,.9)
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid, .was-validated .dataTable-input:invalid, .form-control.is-invalid, .is-invalid.dataTable-input {
    border-color: #d20000;
    padding-right: calc(1.6em + 0.875rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d20000'%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='%23d20000' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.21875rem) center;
    background-size: calc(0.8em + 0.4375rem) calc(0.8em + 0.4375rem)
}

    .was-validated .form-control:invalid:focus, .was-validated .dataTable-input:invalid:focus, .form-control.is-invalid:focus, .is-invalid.dataTable-input:focus {
        border-color: #d20000;
        box-shadow: 0 0 0 .25rem rgba(210,0,0,.25)
    }

.was-validated textarea.form-control:invalid, .was-validated textarea.dataTable-input:invalid, textarea.form-control.is-invalid, textarea.is-invalid.dataTable-input {
    padding-right: calc(1.6em + 0.875rem);
    background-position: top calc(0.4em + 0.21875rem) right calc(0.4em + 0.21875rem)
}

.was-validated .form-select:invalid, .was-validated .dataTable-selector:invalid, .form-select.is-invalid, .is-invalid.dataTable-selector {
    border-color: #d20000
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .dataTable-selector:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .dataTable-selector:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .is-invalid.dataTable-selector:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .is-invalid.dataTable-selector:not([multiple])[size="1"] {
        padding-right: 2.75rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2335353C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d20000'%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='%23d20000' stroke='none'/%3e%3c/svg%3e");
        background-position: right .5rem center,center right 1.5rem;
        background-size: 16px 12px,calc(0.8em + 0.4375rem) calc(0.8em + 0.4375rem)
    }

    .was-validated .form-select:invalid:focus, .was-validated .dataTable-selector:invalid:focus, .form-select.is-invalid:focus, .is-invalid.dataTable-selector:focus {
        border-color: #d20000;
        box-shadow: 0 0 0 .25rem rgba(210,0,0,.25)
    }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #d20000
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: #d20000
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(210,0,0,.25)
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #d20000
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:invalid, .was-validated .input-group .dataTable-input:invalid, .input-group .form-control.is-invalid, .input-group .is-invalid.dataTable-input, .was-validated .input-group .form-select:invalid, .was-validated .input-group .dataTable-selector:invalid, .input-group .form-select.is-invalid, .input-group .is-invalid.dataTable-selector {
    z-index: 2
}

    .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .dataTable-input:invalid:focus, .input-group .form-control.is-invalid:focus, .input-group .is-invalid.dataTable-input:focus, .was-validated .input-group .form-select:invalid:focus, .was-validated .input-group .dataTable-selector:invalid:focus, .input-group .form-select.is-invalid:focus, .input-group .is-invalid.dataTable-selector:focus {
        z-index: 3
    }

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.6;
    color: #2f323a;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    padding: .4375rem 1rem;
    font-size: calc(0.88125rem + 0.075vw);
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(min-width: 1200px) {
    .btn {
        font-size: 0.9375rem
    }
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #2f323a;
    text-decoration: none
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0,48,131,.25)
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #003083;
    border-color: #003083
}

    .btn-primary:hover {
        color: #fff;
        background-color: #00296f;
        border-color: #002669
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #00296f;
        border-color: #002669;
        box-shadow: 0 0 0 .25rem rgba(38,79,150,.5)
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #002669;
        border-color: #002462
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(38,79,150,.5)
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #003083;
        border-color: #003083
    }

    .btn-primary .v1-icon {
        -webkit-filter: drop-shadow(0 1px 0 #001d4f);
        filter: drop-shadow(0 1px 0 #001d4f)
    }

.btn-secondary {
    color: #fff;
    background-color: #6f6f85;
    border-color: #6f6f85
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5e5e71;
        border-color: #59596a
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #fff;
        background-color: #5e5e71;
        border-color: #59596a;
        box-shadow: 0 0 0 .25rem rgba(133,133,151,.5)
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #59596a;
        border-color: #535364
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(133,133,151,.5)
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #fff;
        background-color: #6f6f85;
        border-color: #6f6f85
    }

    .btn-secondary .v1-icon {
        -webkit-filter: drop-shadow(0 1px 0 #434350);
        filter: drop-shadow(0 1px 0 #434350)
    }

.btn-success {
    color: #000;
    background-color: #2dbdb9;
    border-color: #2dbdb9
}

    .btn-success:hover {
        color: #000;
        background-color: #4dc7c4;
        border-color: #42c4c0
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #000;
        background-color: #4dc7c4;
        border-color: #42c4c0;
        box-shadow: 0 0 0 .25rem rgba(38,161,157,.5)
    }

    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #000;
        background-color: #57cac7;
        border-color: #42c4c0
    }

        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(38,161,157,.5)
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #000;
        background-color: #2dbdb9;
        border-color: #2dbdb9
    }

    .btn-success .v1-icon {
        -webkit-filter: drop-shadow(0 1px 0 transparent);
        filter: drop-shadow(0 1px 0 transparent)
    }

.btn-success-bright {
    color: #000;
    background-color: #2dbdb9;
    border-color: #2dbdb9
}

    .btn-success-bright:hover {
        color: #000;
        background-color: #4dc7c4;
        border-color: #42c4c0
    }

    .btn-check:focus + .btn-success-bright, .btn-success-bright:focus {
        color: #000;
        background-color: #4dc7c4;
        border-color: #42c4c0;
        box-shadow: 0 0 0 .25rem rgba(38,161,157,.5)
    }

    .btn-check:checked + .btn-success-bright, .btn-check:active + .btn-success-bright, .btn-success-bright:active, .btn-success-bright.active, .show > .btn-success-bright.dropdown-toggle {
        color: #000;
        background-color: #57cac7;
        border-color: #42c4c0
    }

        .btn-check:checked + .btn-success-bright:focus, .btn-check:active + .btn-success-bright:focus, .btn-success-bright:active:focus, .btn-success-bright.active:focus, .show > .btn-success-bright.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(38,161,157,.5)
        }

    .btn-success-bright:disabled, .btn-success-bright.disabled {
        color: #000;
        background-color: #2dbdb9;
        border-color: #2dbdb9
    }

    .btn-success-bright .v1-icon {
        -webkit-filter: drop-shadow(0 1px 0 transparent);
        filter: drop-shadow(0 1px 0 transparent)
    }

.btn-info {
    color: #000;
    background-color: #2dbdb9;
    border-color: #2dbdb9
}

    .btn-info:hover {
        color: #000;
        background-color: #4dc7c4;
        border-color: #42c4c0
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        background-color: #4dc7c4;
        border-color: #42c4c0;
        box-shadow: 0 0 0 .25rem rgba(38,161,157,.5)
    }

    .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #57cac7;
        border-color: #42c4c0
    }

        .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(38,161,157,.5)
        }

    .btn-info:disabled, .btn-info.disabled {
        color: #000;
        background-color: #2dbdb9;
        border-color: #2dbdb9
    }

    .btn-info .v1-icon {
        -webkit-filter: drop-shadow(0 1px 0 transparent);
        filter: drop-shadow(0 1px 0 transparent)
    }

.btn-warning {
    color: #000;
    background-color: #e2e41a;
    border-color: #e2e41a
}

    .btn-warning:hover {
        color: #000;
        background-color: #e6e83c;
        border-color: #e5e731
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #e6e83c;
        border-color: #e5e731;
        box-shadow: 0 0 0 .25rem rgba(192,194,22,.5)
    }

    .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #e8e948;
        border-color: #e5e731
    }

        .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(192,194,22,.5)
        }

    .btn-warning:disabled, .btn-warning.disabled {
        color: #000;
        background-color: #e2e41a;
        border-color: #e2e41a
    }

    .btn-warning .v1-icon {
        -webkit-filter: drop-shadow(0 1px 0 transparent);
        filter: drop-shadow(0 1px 0 transparent)
    }

.btn-hazard {
    color: #000;
    background-color: #fd7e14;
    border-color: #fd7e14
}

    .btn-hazard:hover {
        color: #000;
        background-color: #fd9137;
        border-color: #fd8b2c
    }

    .btn-check:focus + .btn-hazard, .btn-hazard:focus {
        color: #000;
        background-color: #fd9137;
        border-color: #fd8b2c;
        box-shadow: 0 0 0 .25rem rgba(215,107,17,.5)
    }

    .btn-check:checked + .btn-hazard, .btn-check:active + .btn-hazard, .btn-hazard:active, .btn-hazard.active, .show > .btn-hazard.dropdown-toggle {
        color: #000;
        background-color: #fd9843;
        border-color: #fd8b2c
    }

        .btn-check:checked + .btn-hazard:focus, .btn-check:active + .btn-hazard:focus, .btn-hazard:active:focus, .btn-hazard.active:focus, .show > .btn-hazard.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(215,107,17,.5)
        }

    .btn-hazard:disabled, .btn-hazard.disabled {
        color: #000;
        background-color: #fd7e14;
        border-color: #fd7e14
    }

    .btn-hazard .v1-icon {
        -webkit-filter: drop-shadow(0 1px 0 transparent);
        filter: drop-shadow(0 1px 0 transparent)
    }

.btn-danger {
    color: #fff;
    background-color: #d20000;
    border-color: #d20000
}

    .btn-danger:hover {
        color: #fff;
        background-color: #b30000;
        border-color: #a80000
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #b30000;
        border-color: #a80000;
        box-shadow: 0 0 0 .25rem rgba(217,38,38,.5)
    }

    .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #a80000;
        border-color: #9e0000
    }

        .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(217,38,38,.5)
        }

    .btn-danger:disabled, .btn-danger.disabled {
        color: #fff;
        background-color: #d20000;
        border-color: #d20000
    }

    .btn-danger .v1-icon {
        -webkit-filter: drop-shadow(0 1px 0 #7e0000);
        filter: drop-shadow(0 1px 0 #7e0000)
    }

.btn-light {
    color: #000;
    background-color: #fdfdff;
    border-color: #fdfdff
}

    .btn-light:hover {
        color: #000;
        background-color: #fdfdff;
        border-color: #fdfdff
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #fdfdff;
        border-color: #fdfdff;
        box-shadow: 0 0 0 .25rem rgba(215,215,217,.5)
    }

    .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #fdfdff;
        border-color: #fdfdff
    }

        .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(215,215,217,.5)
        }

    .btn-light:disabled, .btn-light.disabled {
        color: #000;
        background-color: #fdfdff;
        border-color: #fdfdff
    }

    .btn-light .v1-icon {
        -webkit-filter: drop-shadow(0 1px 0 transparent);
        filter: drop-shadow(0 1px 0 transparent)
    }

.btn-dark {
    color: #fff;
    background-color: #2f323a;
    border-color: #2f323a
}

    .btn-dark:hover {
        color: #fff;
        background-color: #282b31;
        border-color: #26282e
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #282b31;
        border-color: #26282e;
        box-shadow: 0 0 0 .25rem rgba(78,81,88,.5)
    }

    .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #26282e;
        border-color: #23262c
    }

        .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(78,81,88,.5)
        }

    .btn-dark:disabled, .btn-dark.disabled {
        color: #fff;
        background-color: #2f323a;
        border-color: #2f323a
    }

    .btn-dark .v1-icon {
        -webkit-filter: drop-shadow(0 1px 0 #1c1e23);
        filter: drop-shadow(0 1px 0 #1c1e23)
    }

.btn-outline-primary {
    color: #003083;
    border-color: #8098c1;
    background-color: #fff
}

    .btn-outline-primary:hover {
        color: #003083;
        background-color: #fff;
        border-color: #003083
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .25rem rgba(0,48,131,.5)
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #003083;
        background-color: #fff;
        border-color: #003083
    }

        .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(0,48,131,.5)
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: #003083;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-secondary {
    color: #6f6f85;
    border-color: #b7b7c2;
    background-color: #fff
}

    .btn-outline-secondary:hover {
        color: #6f6f85;
        background-color: #fff;
        border-color: #6f6f85
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .25rem rgba(111,111,133,.5)
    }

    .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
        color: #6f6f85;
        background-color: #fff;
        border-color: #6f6f85
    }

        .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(111,111,133,.5)
        }

    .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
        color: #6f6f85;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-success {
    color: #2dbdb9;
    border-color: #96dedc;
    background-color: #fff
}

    .btn-outline-success:hover {
        color: #2dbdb9;
        background-color: #fff;
        border-color: #2dbdb9
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 .25rem rgba(45,189,185,.5)
    }

    .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
        color: #2dbdb9;
        background-color: #fff;
        border-color: #2dbdb9
    }

        .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(45,189,185,.5)
        }

    .btn-outline-success:disabled, .btn-outline-success.disabled {
        color: #2dbdb9;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-success-bright {
    color: #2dbdb9;
    border-color: #96dedc;
    background-color: #fff
}

    .btn-outline-success-bright:hover {
        color: #2dbdb9;
        background-color: #fff;
        border-color: #2dbdb9
    }

    .btn-check:focus + .btn-outline-success-bright, .btn-outline-success-bright:focus {
        box-shadow: 0 0 0 .25rem rgba(45,189,185,.5)
    }

    .btn-check:checked + .btn-outline-success-bright, .btn-check:active + .btn-outline-success-bright, .btn-outline-success-bright:active, .btn-outline-success-bright.active, .btn-outline-success-bright.dropdown-toggle.show {
        color: #2dbdb9;
        background-color: #fff;
        border-color: #2dbdb9
    }

        .btn-check:checked + .btn-outline-success-bright:focus, .btn-check:active + .btn-outline-success-bright:focus, .btn-outline-success-bright:active:focus, .btn-outline-success-bright.active:focus, .btn-outline-success-bright.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(45,189,185,.5)
        }

    .btn-outline-success-bright:disabled, .btn-outline-success-bright.disabled {
        color: #2dbdb9;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-info {
    color: #2dbdb9;
    border-color: #96dedc;
    background-color: #fff
}

    .btn-outline-info:hover {
        color: #2dbdb9;
        background-color: #fff;
        border-color: #2dbdb9
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 .25rem rgba(45,189,185,.5)
    }

    .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
        color: #2dbdb9;
        background-color: #fff;
        border-color: #2dbdb9
    }

        .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(45,189,185,.5)
        }

    .btn-outline-info:disabled, .btn-outline-info.disabled {
        color: #2dbdb9;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-warning {
    color: #e2e41a;
    border-color: #f1f28d;
    background-color: #fff
}

    .btn-outline-warning:hover {
        color: #e2e41a;
        background-color: #fff;
        border-color: #e2e41a
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .25rem rgba(226,228,26,.5)
    }

    .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
        color: #e2e41a;
        background-color: #fff;
        border-color: #e2e41a
    }

        .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(226,228,26,.5)
        }

    .btn-outline-warning:disabled, .btn-outline-warning.disabled {
        color: #e2e41a;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-hazard {
    color: #fd7e14;
    border-color: #febf8a;
    background-color: #fff
}

    .btn-outline-hazard:hover {
        color: #fd7e14;
        background-color: #fff;
        border-color: #fd7e14
    }

    .btn-check:focus + .btn-outline-hazard, .btn-outline-hazard:focus {
        box-shadow: 0 0 0 .25rem rgba(253,126,20,.5)
    }

    .btn-check:checked + .btn-outline-hazard, .btn-check:active + .btn-outline-hazard, .btn-outline-hazard:active, .btn-outline-hazard.active, .btn-outline-hazard.dropdown-toggle.show {
        color: #fd7e14;
        background-color: #fff;
        border-color: #fd7e14
    }

        .btn-check:checked + .btn-outline-hazard:focus, .btn-check:active + .btn-outline-hazard:focus, .btn-outline-hazard:active:focus, .btn-outline-hazard.active:focus, .btn-outline-hazard.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(253,126,20,.5)
        }

    .btn-outline-hazard:disabled, .btn-outline-hazard.disabled {
        color: #fd7e14;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-danger {
    color: #d20000;
    border-color: #e98080;
    background-color: #fff
}

    .btn-outline-danger:hover {
        color: #d20000;
        background-color: #fff;
        border-color: #d20000
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .25rem rgba(210,0,0,.5)
    }

    .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
        color: #d20000;
        background-color: #fff;
        border-color: #d20000
    }

        .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(210,0,0,.5)
        }

    .btn-outline-danger:disabled, .btn-outline-danger.disabled {
        color: #d20000;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-light {
    color: #fdfdff;
    border-color: #fefeff;
    background-color: #fff
}

    .btn-outline-light:hover {
        color: #fdfdff;
        background-color: #fff;
        border-color: #fdfdff
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 .25rem rgba(253,253,255,.5)
    }

    .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
        color: #fdfdff;
        background-color: #fff;
        border-color: #fdfdff
    }

        .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(253,253,255,.5)
        }

    .btn-outline-light:disabled, .btn-outline-light.disabled {
        color: #fdfdff;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-dark {
    color: #2f323a;
    border-color: #97999d;
    background-color: #fff
}

    .btn-outline-dark:hover {
        color: #2f323a;
        background-color: #fff;
        border-color: #2f323a
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .25rem rgba(47,50,58,.5)
    }

    .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
        color: #2f323a;
        background-color: #fff;
        border-color: #2f323a
    }

        .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(47,50,58,.5)
        }

    .btn-outline-dark:disabled, .btn-outline-dark.disabled {
        color: #2f323a;
        background-color: rgba(0,0,0,0)
    }

.btn-link {
    font-weight: 400;
    color: #003083;
    text-decoration: none
}

    .btn-link:hover {
        color: #002669;
        text-decoration: underline
    }

    .btn-link:focus {
        text-decoration: underline
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6f6f85
    }

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: calc(0.9046875rem + 0.35625vw);
    border-radius: 0
}

@media(min-width: 1200px) {
    .btn-lg, .btn-group-lg > .btn {
        font-size: 1.171875rem
    }
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: 0.8203125rem;
    border-radius: 0
}

.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 .05s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .05s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropup, .dropend, .dropdown, .dropstart {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid rgba(0,0,0,0);
        border-bottom: 0;
        border-left: .3em solid rgba(0,0,0,0)
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: calc(0.88125rem + 0.075vw);
    color: #2f323a;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15)
}

@media(min-width: 1200px) {
    .dropdown-menu {
        font-size: 0.9375rem
    }
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0
    }

.dropdown-menu-end {
    --bs-position: end
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto
    }

@media(min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-md-end {
        --bs-position: end
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid rgba(0,0,0,0);
    border-bottom: .3em solid;
    border-left: .3em solid rgba(0,0,0,0)
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0,0,0,0);
    border-right: 0;
    border-bottom: .3em solid rgba(0,0,0,0);
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0,0,0,0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0,0,0,0)
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #2f323a;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0,0,0,0);
    border: 0
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #2a2d34;
        text-decoration: none;
        background-color: #edf0f4
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #003083
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: rgba(0,0,0,0)
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 0.8203125rem;
    color: #6f6f85;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #2f323a
}

.dropdown-menu-dark {
    color: #dadfe7;
    background-color: #35353c;
    border-color: rgba(0,0,0,.15)
}

    .dropdown-menu-dark .dropdown-item {
        color: #dadfe7
    }

        .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
            color: #fff;
            background-color: rgba(255,255,255,.15)
        }

        .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #003083
        }

        .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: #dadfe7
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px
}

.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px
        }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem .75rem;
    color: #2f323a;
    transition: all .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover, .nav-link:focus {
    color: #002669;
    text-decoration: none
}

.nav-link.disabled {
    color: #6f6f85;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dadfe7
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: none;
        border: 1px solid rgba(0,0,0,0)
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #edf0f4 #edf0f4 #dadfe7;
            isolation: isolate
        }

        .nav-tabs .nav-link.disabled {
            color: #6f6f85;
            background-color: rgba(0,0,0,0);
            border-color: rgba(0,0,0,0)
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #f8f9fb;
            border-color: #dadfe7 #dadfe7 #f8f9fb
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px
    }

.nav-pills .nav-link {
    background: none;
    border: 0
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #003083;
        background-color: #fff
    }

.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified > .nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        width: 100%
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dadfe7
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0
        }

        .card > .list-group:last-child {
            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 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1rem
}

.card-header {
    padding: 1.5rem 1rem;
    margin-bottom: 0;
    background-color: #fdfdff;
    border-bottom: 1px solid #dadfe7
}

.card-footer {
    padding: 1.5rem 1rem;
    background-color: #fdfdff;
    border-top: 1px solid #dadfe7
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -1.5rem;
    margin-left: -0.5rem;
    border-bottom: 0
}

    .card-header-tabs .nav-link.active {
        background-color: #fff;
        border-bottom-color: #fff
    }

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem
}

.card-img, .card-img-top, .card-img-bottom {
    width: 100%
}

.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 {
                margin-left: 0;
                border-left: 0
            }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: calc(0.88125rem + 0.075vw);
    color: #2f323a;
    text-align: left;
    background-color: #f8f9fb;
    border: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media(min-width: 1200px) {
    .accordion-button {
        font-size: 0.9375rem
    }
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #002b76;
    background-color: #e6eaf3;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125)
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23002b76'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232f323a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: -webkit-transform .05s ease-in-out;
    transition: transform .05s ease-in-out;
    transition: transform .05s ease-in-out, -webkit-transform .05s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #8098c1;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0,48,131,.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #f8f9fb;
    border: 1px solid rgba(0,0,0,.125)
}

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #6f6f85;
        content: var(--bs-breadcrumb-divider, ">")
        /* rtl: var(--bs-breadcrumb-divider, ">") */
    }

.breadcrumb-item.active {
    color: #6f6f85
}

.pagination, .dataTable-pagination-list {
    display: flex;
    padding-left: 0;
    list-style: none
}

    .page-link, .dataTable-pagination-list li a {
        position: relative;
        display: block;
        color: #003083;
        background-color: #fff;
        border: 1px solid #dadfe7;
        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, .dataTable-pagination-list li a {
        transition: none
    }
}

.page-link:hover, .dataTable-pagination-list li a:hover {
    z-index: 2;
    color: #002669;
    text-decoration: none;
    background-color: #edf0f4;
    border-color: #dadfe7
}

.page-link:focus, .dataTable-pagination-list li a:focus {
    z-index: 3;
    color: #002669;
    background-color: #edf0f4;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0,48,131,.25)
}

.page-item:not(:first-child) .page-link, .page-item:not(:first-child) .dataTable-pagination-list li a, .dataTable-pagination-list li .page-item:not(:first-child) a, .dataTable-pagination-list li:not(:first-child) .page-link, .dataTable-pagination-list li:not(:first-child) a {
    margin-left: -1px
}

.page-item.active .page-link, .page-item.active .dataTable-pagination-list li a, .dataTable-pagination-list li .page-item.active a, .dataTable-pagination-list li.active .page-link, .dataTable-pagination-list li.active a {
    z-index: 3;
    color: #fff;
    background-color: #003083;
    border-color: #003083
}

.page-item.disabled .page-link, .page-item.disabled .dataTable-pagination-list li a, .dataTable-pagination-list li .page-item.disabled a, .dataTable-pagination-list li.disabled .page-link, .dataTable-pagination-list li.disabled a {
    color: #6f6f85;
    pointer-events: none;
    background-color: #fff;
    border-color: #dadfe7
}

.page-link, .dataTable-pagination-list li a {
    padding: .375rem .75rem
}

.pagination-lg .page-link, .pagination-lg .dataTable-pagination-list li a, .dataTable-pagination-list li .pagination-lg a {
    padding: .75rem 1.5rem;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .pagination-lg .page-link, .pagination-lg .dataTable-pagination-list li a, .dataTable-pagination-list li .pagination-lg a {
        font-size: 1.171875rem
    }
}

.pagination-sm .page-link, .pagination-sm .dataTable-pagination-list li a, .dataTable-pagination-list li .pagination-sm a {
    padding: .25rem .5rem;
    font-size: 0.8203125rem
}

.badge {
    display: inline-block;
    padding: .3333em .6667em;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: .4375rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0,0,0,0)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 500
}

.alert-dismissible {
    padding-right: 3rem
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .546875rem 1rem
    }

.alert-primary {
    color: #00296f;
    background-color: #dee4ef;
    border-color: #b3c1da
}

    .alert-primary .alert-link {
        color: #002159
    }

.alert-secondary {
    color: #5e5e71;
    background-color: #ececef;
    border-color: #d4d4da
}

    .alert-secondary .alert-link {
        color: #4b4b5a
    }

.alert-success {
    color: #071c1c;
    background-color: #e4f6f6;
    border-color: #c0ebea
}

    .alert-success .alert-link {
        color: #061616
    }

.alert-success-bright {
    color: #071c1c;
    background-color: #e4f6f6;
    border-color: #c0ebea
}

    .alert-success-bright .alert-link {
        color: #061616
    }

.alert-info {
    color: #071c1c;
    background-color: #e4f6f6;
    border-color: #c0ebea
}

    .alert-info .alert-link {
        color: #061616
    }

.alert-warning {
    color: #222204;
    background-color: #fbfbe1;
    border-color: #f6f7ba
}

    .alert-warning .alert-link {
        color: #1b1b03
    }

.alert-hazard {
    color: #261303;
    background-color: #ffeee0;
    border-color: #fed8b9
}

    .alert-hazard .alert-link {
        color: #1e0f02
    }

.alert-danger {
    color: #b30000;
    background-color: #f9dede;
    border-color: #f2b3b3
}

    .alert-danger .alert-link {
        color: #8f0000
    }

.alert-light {
    color: #262626;
    background-color: #fff;
    border-color: #fefeff
}

    .alert-light .alert-link {
        color: #1e1e1e
    }

.alert-dark {
    color: #282b31;
    background-color: #e4e4e5;
    border-color: #c1c2c4
}

    .alert-dark .alert-link {
        color: #202227
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: .75rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: .75rem
    }
}

.progress {
    display: flex;
    height: .75rem;
    overflow: hidden;
    font-size: 0.703125rem;
    background-color: #edf0f4
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #003083;
    transition: width .6s ease
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: .75rem .75rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

    .list-group-numbered > li::before {
        content: counters(section, ".") ". ";
        counter-increment: section
    }

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #fdfdff
    }

    .list-group-item-action:active {
        color: #2f323a;
        background-color: #edf0f4
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1rem;
    color: #2f323a;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6f6f85;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #003083;
        border-color: #003083
    }

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }

@media(min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media(min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media(min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.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 {
    color: #001d4f;
    background-color: #ccd6e6
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #001d4f;
        background-color: #b8c1cf
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #001d4f;
        border-color: #001d4f
    }

.list-group-item-secondary {
    color: #434350;
    background-color: #e2e2e7
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #434350;
        background-color: #cbcbd0
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #434350;
        border-color: #434350
    }

.list-group-item-success {
    color: #1b716f;
    background-color: #d5f2f1
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #1b716f;
        background-color: #c0dad9
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #1b716f;
        border-color: #1b716f
    }

.list-group-item-success-bright {
    color: #1b716f;
    background-color: #d5f2f1
}

    .list-group-item-success-bright.list-group-item-action:hover, .list-group-item-success-bright.list-group-item-action:focus {
        color: #1b716f;
        background-color: #c0dad9
    }

    .list-group-item-success-bright.list-group-item-action.active {
        color: #fff;
        background-color: #1b716f;
        border-color: #1b716f
    }

.list-group-item-info {
    color: #1b716f;
    background-color: #d5f2f1
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #1b716f;
        background-color: #c0dad9
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #1b716f;
        border-color: #1b716f
    }

.list-group-item-warning {
    color: #5a5b0a;
    background-color: #f9fad1
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #5a5b0a;
        background-color: #e0e1bc
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #5a5b0a;
        border-color: #5a5b0a
    }

.list-group-item-hazard {
    color: #984c0c;
    background-color: #ffe5d0
}

    .list-group-item-hazard.list-group-item-action:hover, .list-group-item-hazard.list-group-item-action:focus {
        color: #984c0c;
        background-color: #e6cebb
    }

    .list-group-item-hazard.list-group-item-action.active {
        color: #fff;
        background-color: #984c0c;
        border-color: #984c0c
    }

.list-group-item-danger {
    color: #7e0000;
    background-color: #f6cccc
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #7e0000;
        background-color: #ddb8b8
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #7e0000;
        border-color: #7e0000
    }

.list-group-item-light {
    color: #656566;
    background-color: #fff
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #656566;
        background-color: #e6e6e6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #656566;
        border-color: #656566
    }

.list-group-item-dark {
    color: #1c1e23;
    background-color: #d5d6d8
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1c1e23;
        background-color: #c0c1c2
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1c1e23;
        border-color: #1c1e23
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    opacity: .5
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(0,48,131,.25);
        opacity: 1
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: .25
    }

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%)
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #dadfe7
}

    .modal-header .btn-close {
        padding: .625rem .5rem;
        margin: -0.625rem -0.5rem -0.625rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.6
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dadfe7
}

    .modal-footer > * {
        margin: .25rem
    }

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }
}

@media(max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }
}

@media(max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.8203125rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: rgba(0,0,0,0);
            border-style: solid
        }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
    padding: .4rem 0
}

    .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
        bottom: 0
    }

        .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
            top: -1px;
            border-width: .4rem .4rem 0;
            border-top-color: #2f323a
        }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 .4rem
}

    .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
            right: -1px;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #2f323a
        }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: .4rem 0
}

    .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
        top: 0
    }

        .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #2f323a
        }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 .4rem
}

    .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
            left: -1px;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #2f323a
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #2f323a
}

.popover {
    position: absolute;
    top: 0;
    left: 0
    /* rtl:ignore */
    ;
    z-index: 1010;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.8203125rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2)
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: rgba(0,0,0,0);
            border-style: solid
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-0.5rem - 1px)
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
        bottom: 0;
        border-width: .5rem .5rem 0;
        border-top-color: rgba(0,0,0,.25)
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        bottom: 1px;
        border-width: .5rem .5rem 0;
        border-top-color: #fff
    }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
        left: 0;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: rgba(0,0,0,.25)
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        left: 1px;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: #fff
    }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-0.5rem - 1px)
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
        top: 0;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: rgba(0,0,0,.25)
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        top: 1px;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: #fff
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
        right: 0;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: rgba(0,0,0,.25)
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        right: 1px;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: #fff
    }

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: calc(0.88125rem + 0.075vw);
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,.2)
}

@media(min-width: 1200px) {
    .popover-header {
        font-size: 0.9375rem
    }
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #2f323a
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
        /* rtl:ignore */
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
        /* rtl:ignore */
    }
}

.spinner-border {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: -0.125em;
    border: .5em solid currentColor;
    border-right-color: rgba(0,0,0,0);
    border-radius: 50%;
    -webkit-animation: 1s linear infinite spinner-border;
    animation: 1s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 1s linear infinite spinner-grow;
    animation: 1s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .offcanvas-backdrop.fade {
        opacity: 0
    }

    .offcanvas-backdrop.show {
        opacity: .5
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

    .offcanvas-header .btn-close {
        padding: .5rem .5rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -0.5rem
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.6
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0,0,0,.2);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0,0,0,.2);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.show {
    -webkit-transform: none;
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

    .placeholder.btn::before {
        display: inline-block;
        content: ""
    }

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.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 {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dadfe7 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dadfe7 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dadfe7 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dadfe7 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dadfe7 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #003083 !important
}

.border-secondary {
    border-color: #6f6f85 !important
}

.border-success {
    border-color: #2dbdb9 !important
}

.border-success-bright {
    border-color: #2dbdb9 !important
}

.border-info {
    border-color: #2dbdb9 !important
}

.border-warning {
    border-color: #e2e41a !important
}

.border-hazard {
    border-color: #fd7e14 !important
}

.border-danger {
    border-color: #d20000 !important
}

.border-light {
    border-color: #fdfdff !important
}

.border-dark {
    border-color: #2f323a !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-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.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-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.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(0.975rem + 1.2vw) !important
}

.fs-2 {
    font-size: calc(0.9080357147rem + 0.3964285763vw) !important
}

.fs-3 {
    font-size: calc(0.8946428569rem + 0.2357142825vw) !important
}

.fs-4 {
    font-size: calc(0.8879464284rem + 0.1553571413vw) !important
}

.fs-5 {
    font-size: calc(0.88125rem + 0.075vw) !important
}

.fs-6 {
    font-size: calc(0.88125rem + 0.075vw) !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.6 !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-success-bright {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-bright-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-hazard {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-hazard-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: #6f6f85 !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,.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-success-bright {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-bright-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-hazard {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-hazard-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: rgba(0,0,0,0) !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: .3125rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .1875rem !important
}

.rounded-2 {
    border-radius: .3125rem !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: .3125rem !important;
    border-top-right-radius: .3125rem !important
}

.rounded-end {
    border-top-right-radius: .3125rem !important;
    border-bottom-right-radius: .3125rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .3125rem !important;
    border-bottom-left-radius: .3125rem !important
}

.rounded-start {
    border-bottom-left-radius: .3125rem !important;
    border-top-left-radius: .3125rem !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-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .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-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .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: 992px) {
    .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-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .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: 1200px) {
    .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-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .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: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size: 1.875rem !important
    }

    .fs-2 {
        font-size: 1.2053571469rem !important
    }

    .fs-3 {
        font-size: 1.0714285688rem !important
    }

    .fs-4 {
        font-size: 1.0044642844rem !important
    }

    .fs-5 {
        font-size: 0.9375rem !important
    }

    .fs-6 {
        font-size: 0.9375rem !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
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            background-color: rgba(0,0,0,0);
            border: none;
            font-size: 1em
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline;
            list-style: none;
            padding: 0
        }

        .select2-container .select2-selection--multiple .select2-selection__clear {
            background-color: rgba(0,0,0,0);
            border: none;
            font-size: 1em
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        margin-left: 5px;
        padding: 0;
        max-width: 100%;
        resize: none;
        height: 18px;
        vertical-align: bottom;
        font-family: sans-serif;
        overflow: hidden;
        word-break: keep-all
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}
/*! * Select2 v4 Bootstrap 5 theme v1.2.0 */
.select2-container--bootstrap-5 {
    display: block
}

    .select2-container--bootstrap-5 *:focus {
        outline: 0
    }

    .select2-container--bootstrap-5 .select2-selection {
        width: 100%;
        min-height: calc(1.6em + 0.875rem + 2px);
        padding: .4375rem .5rem;
        font-family: inherit;
        font-size: calc(0.88125rem + 0.075vw);
        font-weight: 400;
        line-height: 1.6;
        color: #2f323a;
        background-color: #fff;
        border: 1px solid #dadfe7;
        border-radius: 0;
        transition: box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

@media(min-width: 1200px) {
    .select2-container--bootstrap-5 .select2-selection {
        font-size: 0.9375rem
    }
}

@media(prefers-reduced-motion: reduce) {
    .select2-container--bootstrap-5 .select2-selection {
        transition: none
    }
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #8098c1;
    box-shadow: 0 0 0 .25rem rgba(0,48,131,.25)
}

.select2-container--bootstrap-5 .select2-search {
    width: 100%
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear, .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: .75rem;
    height: .75rem;
    padding: .25em .25em;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d7074'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
        background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat
    }

    .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear > span, .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear > span {
        display: none
    }

.select2-container--bootstrap-5 .select2-dropdown {
    z-index: 1056;
    border-color: #dadfe7
}

    .select2-container--bootstrap-5 .select2-dropdown .select2-search {
        padding: .4375rem .5rem
    }

        .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
            display: block;
            width: 100%;
            padding: .4375rem .5rem;
            font-family: inherit;
            font-size: calc(0.88125rem + 0.075vw);
            font-weight: 400;
            line-height: 1.6;
            color: #2f323a;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #dadfe7;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0;
            transition: box-shadow .15s ease-in-out
        }

@media(min-width: 1200px) {
    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
        font-size: 0.9375rem
    }
}

@media(prefers-reduced-motion: reduce) {
    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
        transition: none
    }
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #8098c1;
    box-shadow: 0 0 0 .25rem rgba(0,48,131,.25)
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
    max-height: 15rem;
    overflow-y: auto
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: .4375rem .5rem;
    font-size: calc(0.88125rem + 0.075vw);
    font-weight: 400;
    line-height: 1.6
}

@media(min-width: 1200px) {
    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
        font-size: 0.9375rem
    }
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
    color: #6f6f85
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #000;
    background-color: #fdfdff
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
    color: #000;
    background-color: #edf0f4
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
    color: #6f6f85
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] {
    padding: 0
}

    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
        padding: .4375rem .5rem;
        font-weight: 600;
        line-height: 1.6;
        color: #35353c
    }

    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
        padding: .4375rem .5rem
    }

.select2-container--bootstrap-5 .select2-selection--single {
    padding: .4375rem 1.5rem .4375rem .5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2335353C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 16px 12px
}

    .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
        padding: 0;
        font-weight: 400;
        line-height: 1.6;
        color: #2f323a
    }

        .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
            font-weight: 400;
            line-height: 1.6;
            color: #6f6f85
        }

        .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
            display: none
        }

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    list-style: none
}

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: .3333em .6667em;
        margin-right: .375rem;
        margin-bottom: .375rem;
        font-size: calc(0.88125rem + 0.075vw);
        color: #2f323a;
        cursor: auto;
        border: 1px solid #dadfe7
    }

@media(min-width: 1200px) {
    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        font-size: 0.9375rem
    }
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: .75rem;
    height: .75rem;
    padding: .25em .25em;
    margin-right: .25rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d7074'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
    border: 0
}

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
        background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat
    }

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
        display: none
    }

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: block;
    width: 100%;
    height: 1.6rem
}

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
        width: 100%;
        height: 1.6rem;
        margin-top: 0;
        margin-left: 0;
        font-family: inherit;
        line-height: 1.6;
        background-color: rgba(0,0,0,0)
    }

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    right: .5rem
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
    color: #6f6f85;
    cursor: not-allowed;
    background-color: #edf0f4;
    border-color: #dadfe7;
    box-shadow: none
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
    cursor: not-allowed
}

    .select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        display: none
    }

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty), .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
    padding-bottom: 0
}

    .select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search {
        display: none
    }

.input-group .select2-container--bootstrap-5 {
    flex-grow: 1
}

    .input-group .select2-container--bootstrap-5 .select2-selection {
        height: 100%
    }

.is-valid + .select2-container--bootstrap-5 .select2-selection, form.was-validated select:valid + .select2-container--bootstrap-5 .select2-selection {
    border-color: #2dbdb9
}

.is-valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-valid + .select2-container--bootstrap-5.select2-container--open .select2-selection, form.was-validated select:valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, form.was-validated select:valid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #2dbdb9;
    box-shadow: 0 0 0 .25rem rgba(45,189,185,.25)
}

.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, form.was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 1px solid rgba(0,0,0,0)
}

.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, form.was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 1px solid rgba(0,0,0,0)
}

.is-invalid + .select2-container--bootstrap-5 .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection {
    border-color: #d20000
}

.is-invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #d20000;
    box-shadow: 0 0 0 .25rem rgba(210,0,0,.25)
}

.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 1px solid rgba(0,0,0,0)
}

.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 1px solid rgba(0,0,0,0)
}

.select2-container--bootstrap-5 .select2--small ~ .select2-selection {
    min-height: calc(1.6em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.8203125rem
}

.select2-container--bootstrap-5 .select2--small ~ .select2-selection--single .select2-selection__clear, .select2-container--bootstrap-5 .select2--small ~ .select2-selection--multiple .select2-selection__clear {
    width: .5rem;
    height: .5rem;
    padding: .125rem .125rem;
    background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d7074'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat
}

    .select2-container--bootstrap-5 .select2--small ~ .select2-selection--single .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2--small ~ .select2-selection--multiple .select2-selection__clear:hover {
        background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat
    }

.select2-container--bootstrap-5 .select2--small ~ .select2-dropdown .select2-search .select2-search__field {
    padding: .25rem .5rem;
    font-size: 0.8203125rem
}

.select2-container--bootstrap-5 .select2--small ~ .select2-dropdown .select2-results__options .select2-results__option {
    padding: .25rem .5rem;
    font-size: 0.8203125rem
}

    .select2-container--bootstrap-5 .select2--small ~ .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
        padding: .25rem .25rem
    }

    .select2-container--bootstrap-5 .select2--small ~ .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
        padding: .25rem .5rem
    }

.select2-container--bootstrap-5 .select2--small ~ .select2-selection--single {
    padding: .25rem 1.5rem .25rem .5rem
}

.select2-container--bootstrap-5 .select2--small ~ .select2-selection--multiple .select2-selection__rendered:not(:empty) {
    padding-bottom: .25rem
}

.select2-container--bootstrap-5 .select2--small ~ .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .3333em .6667em;
    font-size: 0.8203125rem
}

    .select2-container--bootstrap-5 .select2--small ~ .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        width: .5rem;
        height: .5rem;
        padding: .125rem .125rem;
        background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d7074'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat
    }

        .select2-container--bootstrap-5 .select2--small ~ .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
            background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat
        }

.select2-container--bootstrap-5 .select2--small ~ .select2-selection--multiple .select2-selection__clear {
    right: .5rem
}

.select2-container--bootstrap-5 .select2--large ~ .select2-selection {
    min-height: calc(1.6em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .select2-container--bootstrap-5 .select2--large ~ .select2-selection {
        font-size: 1.171875rem
    }
}

.select2-container--bootstrap-5 .select2--large ~ .select2-selection--single .select2-selection__clear, .select2-container--bootstrap-5 .select2--large ~ .select2-selection--multiple .select2-selection__clear {
    width: 1rem;
    height: 1rem;
    padding: .5rem .5rem;
    background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d7074'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat
}

    .select2-container--bootstrap-5 .select2--large ~ .select2-selection--single .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2--large ~ .select2-selection--multiple .select2-selection__clear:hover {
        background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat
    }

.select2-container--bootstrap-5 .select2--large ~ .select2-dropdown .select2-search .select2-search__field {
    padding: .5rem 1rem;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .select2-container--bootstrap-5 .select2--large ~ .select2-dropdown .select2-search .select2-search__field {
        font-size: 1.171875rem
    }
}

.select2-container--bootstrap-5 .select2--large ~ .select2-dropdown .select2-results__options .select2-results__option {
    padding: .5rem 1rem;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .select2-container--bootstrap-5 .select2--large ~ .select2-dropdown .select2-results__options .select2-results__option {
        font-size: 1.171875rem
    }
}

.select2-container--bootstrap-5 .select2--large ~ .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .5rem .5rem
}

.select2-container--bootstrap-5 .select2--large ~ .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .5rem 1rem
}

.select2-container--bootstrap-5 .select2--large ~ .select2-selection--single {
    padding: .5rem 1.5rem .5rem 1rem
}

.select2-container--bootstrap-5 .select2--large ~ .select2-selection--multiple .select2-selection__rendered:not(:empty) {
    padding-bottom: .5rem
}

.select2-container--bootstrap-5 .select2--large ~ .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .3333em .6667em;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .select2-container--bootstrap-5 .select2--large ~ .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        font-size: 1.171875rem
    }
}

.select2-container--bootstrap-5 .select2--large ~ .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 1rem;
    height: 1rem;
    padding: .5rem .5rem;
    background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d7074'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat
}

    .select2-container--bootstrap-5 .select2--large ~ .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
        background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat
    }

.select2-container--bootstrap-5 .select2--large ~ .select2-selection--multiple .select2-selection__clear {
    right: 1rem
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection {
    min-height: calc(1.6em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.8203125rem
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    width: .5rem;
    height: .5rem;
    padding: .125rem .125rem;
    background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d7074'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat
}

    .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
        background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat
    }

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    padding: .25rem .5rem;
    font-size: 0.8203125rem
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: .25rem .5rem;
    font-size: 0.8203125rem
}

    .form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
        padding: .25rem .25rem
    }

    .form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
        padding: .25rem .5rem
    }

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single {
    padding: .25rem 1.5rem .25rem .5rem
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered:not(:empty) {
    padding-bottom: .25rem
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .3333em .6667em;
    font-size: 0.8203125rem
}

    .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        width: .5rem;
        height: .5rem;
        padding: .125rem .125rem;
        background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d7074'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat
    }

        .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
            background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat
        }

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    right: .5rem
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
    min-height: calc(1.6em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
        font-size: 1.171875rem
    }
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    width: 1rem;
    height: 1rem;
    padding: .5rem .5rem;
    background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d7074'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat
}

    .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
        background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat
    }

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    padding: .5rem 1rem;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
        font-size: 1.171875rem
    }
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: .5rem 1rem;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
        font-size: 1.171875rem
    }
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .5rem .5rem
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .5rem 1rem
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single {
    padding: .5rem 1.5rem .5rem 1rem
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered:not(:empty) {
    padding-bottom: .5rem
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .3333em .6667em;
    font-size: calc(0.9046875rem + 0.35625vw)
}

@media(min-width: 1200px) {
    .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        font-size: 1.171875rem
    }
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 1rem;
    height: 1rem;
    padding: .5rem .5rem;
    background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d7074'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat
}

    .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
        background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat
    }

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    right: 1rem
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: .5rem;
    border: 1px solid #dadfe7;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 1010;
    display: none;
    font-family: var(--bs-font-sans-serif);
    font-size: 15px;
    line-height: 1em;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)
}

    .daterangepicker:before, .daterangepicker:after {
        position: absolute;
        display: inline-block;
        border-bottom-color: rgba(0,0,0,.2);
        content: ""
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid rgba(0,0,0,0);
        border-left: 7px solid rgba(0,0,0,0);
        border-bottom: 7px solid #dadfe7
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid rgba(0,0,0,0);
        border-bottom: 6px solid #fff;
        border-left: 6px solid rgba(0,0,0,0)
    }

    .daterangepicker.opensleft:before {
        right: 9px
    }

    .daterangepicker.opensleft:after {
        right: 10px
    }

    .daterangepicker.openscenter:before {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto
    }

    .daterangepicker.openscenter:after {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto
    }

    .daterangepicker.opensright:before {
        left: 9px
    }

    .daterangepicker.opensright:after {
        left: 10px
    }

    .daterangepicker.drop-up {
        margin-top: -7px
    }

        .daterangepicker.drop-up:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #dadfe7
        }

        .daterangepicker.drop-up:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff
        }

    .daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
        float: none
    }

    .daterangepicker.single .drp-selected {
        display: none
    }

    .daterangepicker.show-calendar .drp-calendar {
        display: block
    }

    .daterangepicker.show-calendar .drp-buttons {
        display: block
    }

    .daterangepicker.auto-apply .drp-buttons {
        display: none
    }

    .daterangepicker .drp-calendar {
        display: none;
        max-width: 270px
    }

        .daterangepicker .drp-calendar.left {
            padding: 8px 0 8px 8px
        }

        .daterangepicker .drp-calendar.right {
            padding: 8px
        }

        .daterangepicker .drp-calendar.single .calendar-table {
            border: none
        }

    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
        color: #fff;
        border: solid #000;
        border-width: 0 2px 2px 0;
        border-radius: 0;
        display: inline-block;
        padding: 3px
    }

    .daterangepicker .calendar-table .next span {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .daterangepicker .calendar-table .prev span {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg)
    }

    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        min-width: 32px;
        width: 32px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        border-radius: 4px;
        border: 1px solid rgba(0,0,0,0);
        white-space: nowrap;
        cursor: pointer
    }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #fff
    }

        .daterangepicker .calendar-table table {
            width: 100%;
            margin: 0;
            border-spacing: 0;
            border-collapse: collapse
        }

    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
        background-color: #dadfe7;
        border-color: rgba(0,0,0,0);
        color: #2f323a
    }

    .daterangepicker td.week, .daterangepicker th.week {
        font-size: 80%;
        color: #ccc
    }

    .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
        background-color: #fff;
        border-color: rgba(0,0,0,0);
        color: #adb5bd
    }

    .daterangepicker td.in-range {
        background-color: rgba(0,48,131,.1);
        border-color: rgba(0,0,0,0);
        color: inherit;
        border-radius: 0
    }

    .daterangepicker td.start-date {
        border-radius: 4px 0 0 4px
    }

    .daterangepicker td.end-date {
        border-radius: 0 4px 4px 0
    }

    .daterangepicker td.start-date.end-date {
        border-radius: 4px
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #003083;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .daterangepicker th.month {
        width: auto
    }

    .daterangepicker td.disabled, .daterangepicker option.disabled {
        color: #999;
        cursor: not-allowed;
        text-decoration: line-through
    }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        background: #fdfdff;
        border: 1px solid #dadfe7;
        border-radius: .1875rem;
        font-size: 12px;
        padding: 2px;
        height: auto;
        margin: 0;
        cursor: default
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%
    }

    .daterangepicker select.yearselect {
        width: 40%
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 50px;
        margin: 0 auto;
        background: #fdfdff;
        border: 1px solid #dadfe7;
        border-radius: .1875rem;
        padding: 2px;
        outline: 0;
        font-size: 12px
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 4px auto 0 auto;
        line-height: 30px;
        position: relative
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed
        }

    .daterangepicker .drp-buttons {
        clear: both;
        text-align: right;
        padding: 8px;
        background: #fdfdff;
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
        border-top: 1px solid #dadfe7;
        display: none;
        line-height: 12px;
        vertical-align: middle
    }

    .daterangepicker .drp-selected {
        display: inline-block;
        font-size: 12px;
        padding-right: 8px
    }

    .daterangepicker .drp-buttons .btn {
        margin-left: 8px
    }

    .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
        border-right: 1px solid #ddd
    }

    .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
        border-left: 1px solid #ddd
    }

    .daterangepicker.show-ranges.rtl .drp-calendar.right {
        border-right: 1px solid #ddd
    }

    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-left: 1px solid #ddd
    }

    .daterangepicker .ranges {
        float: none;
        text-align: left;
        margin: 0
    }

    .daterangepicker.show-calendar .ranges {
        margin-top: 8px
    }

    .daterangepicker .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%
    }

    .daterangepicker .ranges li {
        font-size: 12px;
        padding: 8px 12px;
        cursor: pointer
    }

        .daterangepicker .ranges li:hover {
            background-color: #dadfe7
        }

        .daterangepicker .ranges li.active {
            background-color: #003083;
            color: #fff
        }

@media(min-width: 564px) {
    .daterangepicker {
        width: auto
    }

        .daterangepicker .ranges ul {
            width: 140px
        }

        .daterangepicker.single .ranges ul {
            width: 100%
        }

        .daterangepicker.single .drp-calendar.left {
            clear: none
        }

        .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
            float: left
        }

    .daterangepicker {
        direction: ltr;
        text-align: left
    }

        .daterangepicker .drp-calendar.left {
            clear: left;
            margin-right: 0
        }

            .daterangepicker .drp-calendar.left .calendar-table {
                border-right: none;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

        .daterangepicker .drp-calendar.right {
            margin-left: 0
        }

            .daterangepicker .drp-calendar.right .calendar-table {
                border-left: none;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

        .daterangepicker .drp-calendar.left .calendar-table {
            padding-right: 8px
        }

        .daterangepicker .ranges, .daterangepicker .drp-calendar {
            float: left
        }
}

@media(min-width: 730px) {
    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}

.bg-brand-color-1 {
    background-color: #d20000
}

.bg-brand-color-2 {
    background-color: #b90101
}

.bg-brand-color-3 {
    background-color: #003083
}

.bg-brand-color-4 {
    background-color: #092e6e
}

.bg-brand-color-5 {
    background-color: #2dbdb9
}

.bg-brand-color-6 {
    background-color: #004c54
}

.bg-brand-color-7 {
    background-color: #e2e41a
}

.bg-brand-color-8 {
    background-color: #9d9da6
}

.bg-brand-color-9 {
    background-color: #59606e
}

.bg-pastel-yellow {
    background-color: #fef5da
}

.bg-pastel-orange {
    background-color: #feeddf
}

.bg-pastel-red {
    background-color: #fae2e0
}

.bg-pastel-pink {
    background-color: #efe0f4
}

.bg-pastel-purple {
    background-color: #dfdcf5
}

.bg-pastel-indigo {
    background-color: #d5e5f8
}

.bg-pastel-blue {
    background-color: #ccf0fb
}

.bg-pastel-teal {
    background-color: #dbf4f7
}

.bg-pastel-cyan {
    background-color: #dff7f1
}

.bg-pastel-green {
    background-color: #e4f8e7
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

h1, .h1 {
    font-weight: 700;
    font-style: initial;
    letter-spacing: initial
}

i, em, .fst-italic {
    font-variation-settings: "slnt" -10
}

hr {
    background-color: #dadfe7;
    opacity: 1
}

.card-body > hr {
    position: relative;
    left: -1rem;
    width: calc(100% + (2 * 1rem))
}

@media(min-width: 576px) {
    .card-login .card-body > hr {
        left: -2rem;
        width: calc(100% + (4 * 1rem))
    }
}

.text-tnum {
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum"
}

header h1 + .lead, header .h1 + .lead {
    margin-top: .5rem;
    margin-bottom: 0
}

.card-header.d-flex > span {
    line-height: 1.2;
    align-self: center
}

.paynow-item-amount-total {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4
}

.list-footnotes {
    padding-left: 1rem;
    list-style-type: "* ";
    color: #6f6f85;
    font-size: .93333333em
}

.v1-icon {
    position: relative;
    top: -2px;
    fill: currentColor;
    width: 1rem;
    height: 1rem
}

.footer-list-link .v1-icon {
    margin-right: .375rem
}

.icon-sm {
    width: .75rem;
    height: .75rem;
    top: -1px
}

.icon-md {
    width: 1rem;
    height: 1rem
}

.icon-lg {
    width: 1.25rem;
    height: 1.25rem
}

.icon-xl {
    width: 1.5rem;
    height: 1.5rem
}

.icon-xxl {
    width: 2rem;
    height: 2rem
}

.header-nav .dropdown-toggle, .nav-main-toggler {
    display: flex;
    color: #2dbdb9;
    transition: all .15s linear;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    padding: .5rem;
    background: rgba(0,0,0,0)
}

    .header-nav .dropdown-toggle .v1-icon, .nav-main-toggler .v1-icon {
        width: 1.25rem;
        height: 1.25rem;
        top: 0
    }

@media(min-width: 768px) {
    .header-nav .dropdown-toggle .v1-icon, .nav-main-toggler .v1-icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

.header-nav .dropdown-toggle:hover, .header-nav .dropdown-toggle:focus, .nav-main-toggler:hover, .nav-main-toggler:focus {
    color: #003083;
    background: #caeeed
}

.card-header.card-header-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem
}

    .card-header.card-header-buttons .buttons-container {
        display: flex;
        align-items: center;
        height: 1.25rem
    }

        .card-header.card-header-buttons .buttons-container a {
            cursor: pointer
        }

            .card-header.card-header-buttons .buttons-container a.disabled {
                color: #adb5bd;
                cursor: initial
            }

            .card-header.card-header-buttons .buttons-container a:hover:not(.disabled) {
                color: #003083
            }

    .card-header.card-header-buttons .v1-icon {
        width: 1.25rem;
        height: 1.25rem;
        top: 0
    }

.icon-cc {
    width: 3rem;
    height: 3rem;
    color: #6f6f85
}

.card-img-highlight {
    color: #003083
}

.alert {
    border-top-color: rgba(0,0,0,0);
    border-right-color: rgba(0,0,0,0);
    border-left-color: rgba(0,0,0,0)
}

.alert-dismissible .btn-close {
    top: 3px
}

.alert-link {
    text-decoration: underline
}

.alert-primary .alert-extra-header {
    background: #003083;
    color: #fff
}

.alert-secondary .alert-extra-header {
    background: #6f6f85;
    color: #fff
}

.alert-success .alert-extra-header {
    background: #2dbdb9;
    color: #2f323a
}

.alert-success-bright .alert-extra-header {
    background: #2dbdb9;
    color: #2f323a
}

.alert-info .alert-extra-header {
    background: #2dbdb9;
    color: #2f323a
}

.alert-warning .alert-extra-header {
    background: #e2e41a;
    color: #2f323a
}

.alert-hazard .alert-extra-header {
    background: #fd7e14;
    color: #2f323a
}

.alert-danger .alert-extra-header {
    background: #d20000;
    color: #fff
}

.alert-light .alert-extra-header {
    background: #fdfdff;
    color: #2f323a
}

.alert-dark .alert-extra-header {
    background: #2f323a;
    color: #fff
}

.alert-extra.alert-dismissible {
    padding-right: 1rem
}

    .alert-extra.alert-dismissible .btn-close {
        top: 1px;
        width: .5em;
        height: .5em;
        padding: .5rem .75rem
    }

.alert-extra .alert-extra-header {
    position: relative;
    left: calc(-1rem - 1px);
    width: calc(100% + (2 * 1rem) + 2px);
    margin-top: calc(-0.4375rem - 1px);
    padding: 0 1rem
}

.alert-extra .alert-extra-header-h {
    text-transform: uppercase;
    font-weight: 500;
    font-size: .75rem
}

.alert-extra .alert-extra-content {
    display: grid;
    gap: 1rem;
    padding: .65625rem 0 .21875rem;
    align-items: center;
    justify-content: space-between;
    color: #35353c
}

@media(min-width: 576px) {
    .alert-extra .alert-extra-content {
        display: flex;
        flex-direction: row
    }
}

.alert-extra .alert-extra-content .alert-extra-content-h {
    font-weight: 600;
    margin-bottom: .2rem
}

.alert-extra .alert-extra-content p:last-child {
    margin: 0
}

.alert-badge {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0
}

.alert-badge-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    margin: -1px 0 0 -1px;
    padding: 2px 13px 0;
    background: #6f6f85;
    box-shadow: 0 1px 0 #59596a;
    color: #fff
}

.alert-badge-text + .alert-badge-box {
    margin: -1px -1px 0 0
}

.alert-badge-box > span {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700
}

.alert-badge-box .v1-icon {
    width: 20px;
    height: 20px
}

.alert-success .outage-alert-badge {
    background: #2dbdb9;
    box-shadow: 0 1px 0 0 #249794
}

.alert-danger .outage-alert-badge {
    background: #d20000;
    box-shadow: 0 1px 0 0 #a80000
}

.alert-primary .alert-badge-box {
    background: #003083;
    box-shadow: 0 1px 0 #002669
}

.alert-secondary .alert-badge-box {
    background: #6f6f85;
    box-shadow: 0 1px 0 #59596a
}

.alert-success .alert-badge-box {
    background: #2dbdb9;
    box-shadow: 0 1px 0 #249794
}

.alert-success-bright .alert-badge-box {
    background: #2dbdb9;
    box-shadow: 0 1px 0 #249794
}

.alert-info .alert-badge-box {
    background: #2dbdb9;
    box-shadow: 0 1px 0 #249794
}

.alert-warning .alert-badge-box {
    background: #e2e41a;
    box-shadow: 0 1px 0 #b5b615
}

.alert-hazard .alert-badge-box {
    background: #fd7e14;
    box-shadow: 0 1px 0 #ca6510
}

.alert-danger .alert-badge-box {
    background: #d20000;
    box-shadow: 0 1px 0 #a80000
}

.alert-light .alert-badge-box {
    background: #fdfdff;
    box-shadow: 0 1px 0 #cacacc
}

.alert-dark .alert-badge-box {
    background: #2f323a;
    box-shadow: 0 1px 0 #26282e
}

.alert-badge-text {
    flex: 1;
    align-self: center;
    padding: 5px 8px;
    font-weight: 500;
    line-height: 1.25
}

.badge {
    text-shadow: 0 1px 0 rgba(0,0,0,.4)
}

    .badge.text-dark {
        text-shadow: none
    }

    .badge.bg-warning, .badge.bg-light {
        color: #2f323a;
        text-shadow: none
    }

.has-badge {
    position: relative
}

.verified-badge {
    font-weight: 600
}

.mobile-div .verified-badge {
    margin: .5rem 0
}

@media(min-width: 768px) {
    .mobile-div .verified-badge {
        margin: 0 2rem
    }
}

.verified-badge-yes {
    color: #003083
}

.verified-badge-no, .verified-badge-pending {
    color: #6f6f85;
    font-style: italic;
    font-weight: 400
}

    .verified-badge-no .v1-icon, .verified-badge-pending .v1-icon {
        color: #c0c3ce
    }

.indicator {
    position: relative;
    top: 1px;
    display: inline-block;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: #6f6f85;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

.header-nav-badge {
    position: absolute;
    display: block;
    top: calc(-0.3em + .5rem);
    right: calc(-0.3em + .5rem);
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50rem;
    background-color: #fd7e14;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    transition: all .15s linear
}

.header-nav .dropdown-toggle:hover .header-nav-badge, .header-nav .dropdown-toggle:focus .header-nav-badge {
    border-color: #caeeed
}

.card-page-header .badge {
    position: absolute;
    top: .5rem;
    right: .5rem
}

.badge-money {
    position: absolute;
    top: .5rem;
    right: .5rem;
    padding: .25rem;
    background: #fff;
    color: #2f323a;
    border: 1px solid rgba(0,0,0,.2);
    text-align: right
}

    .badge-money .badge-money-title {
        font-size: .625rem;
        line-height: 1.25
    }

    .badge-money .badge-money-amount {
        font-size: .8203125rem;
        font-weight: 600;
        line-height: 1.25
    }

.table {
    border: 1px solid #dadfe7
}

    .table > :not(:first-child) {
        border-top: 1px solid rgba(0,0,0,0)
    }

    .table > :not(caption) > * > *:first-child {
        padding-left: 1rem
    }

    .table > :not(caption) > * > *:last-child {
        padding-right: 1rem
    }

    .table thead th, .table tfoot th {
        vertical-align: baseline;
        background-color: #edf0f4;
        font-weight: 600
    }

    .table tfoot tr {
        border-top: 1px solid #dadfe7
    }

.table-card {
    border-width: 0;
    border-color: rgba(0,0,0,0)
}

    .table-card > :not(caption) > *:not(:last-child) > * {
        border-color: #dadfe7
    }

    .table-card thead th, .table-card tfoot th {
        border-color: #dadfe7
    }

.card .table:last-child tbody tr:last-child > td:first-child {
    border-bottom-left-radius: .3125rem
}

.card .table:last-child tbody tr:last-child > td:last-child {
    border-width: 0;
    border-bottom-left-radius: .3125rem;
    border-bottom-right-radius: .3125rem
}

@media(max-width: 768px) {
    .table-responsive-custom table, .table-responsive-custom thead, .table-responsive-custom tbody, .table-responsive-custom th, .table-responsive-custom td, .table-responsive-custom tr {
        display: block;
        text-align: left !important
    }

        .table-responsive-custom thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

    .table-responsive-custom td {
        position: relative;
        padding-left: calc(33% + 1rem);
        background-image: linear-gradient(90deg, #EDF0F4 33%, 0, #fff);
        border-color: #dadfe7
    }

        .table-responsive-custom td:before {
            position: absolute;
            top: .75rem;
            left: 1rem;
            width: 33%;
            padding-right: 1rem;
            white-space: nowrap;
            font-weight: 600
        }

        .table-responsive-custom td:empty::after {
            content: " "
        }

    .table-responsive-custom tr:nth-child(1n+2) td:first-child {
        border-top-width: 4px
    }

    .table-responsive-custom > :not(caption) > * > *:first-child {
        padding-left: calc(33% + 1rem)
    }
}

.table-rounded {
    border-width: 0;
    position: relative
}

    .table-rounded > colgroup + :not(:first-child) {
        border-top: 0
    }

    .table-rounded:after {
        content: "";
        border: 1px solid #dadfe7;
        border-radius: .3125rem;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none
    }

    .table-rounded > thead th {
        border-bottom-color: #dadfe7
    }

        .table-rounded > thead th:first-child {
            border-top-left-radius: .3125rem
        }

        .table-rounded > thead th:last-child {
            border-top-right-radius: .3125rem
        }

    .table-rounded > tbody tr:last-child td, .table-rounded > tbody tr:last-child th, .table-rounded > tfoot tr:last-child td, .table-rounded > tfoot tr:last-child th {
        border-bottom: none
    }

        .table-rounded > tbody tr:last-child th:first-child, .table-rounded > tbody tr:last-child td:first-child, .table-rounded > tfoot tr:last-child th:first-child, .table-rounded > tfoot tr:last-child td:first-child {
            border-bottom-left-radius: .3125rem
        }

        .table-rounded > tbody tr:last-child th:last-child, .table-rounded > tbody tr:last-child td:last-child, .table-rounded > tfoot tr:last-child th:last-child, .table-rounded > tfoot tr:last-child td:last-child {
            border-bottom-right-radius: .3125rem
        }

    .table-rounded > tfoot + tbody tr:last-child td {
        border-radius: 0 !important
    }

@media(max-width: 768px) {
    .table-rounded.table-responsive-custom > tbody tr:first-child td:first-child {
        border-top-left-radius: .3125rem;
        border-top-right-radius: .3125rem
    }

    .table-rounded.table-responsive-custom > tbody tr:last-child td:last-child {
        border-bottom-left-radius: .3125rem;
        border-bottom-right-radius: .3125rem
    }

    .table-rounded.table-responsive-custom tbody tr:last-child td, .table-rounded.table-responsive-custom tbody tr:last-child th, .table-rounded.table-responsive-custom tfoot tr:last-child td, .table-rounded.table-responsive-custom tfoot tr:last-child th {
        border-bottom: 1px solid #dadfe7
    }
}

.table-scroll {
    max-height: 65vh;
    overflow: auto;
    border-top: 1px solid #dadfe7;
    border-radius: .3125rem
}

    .table-scroll > table {
        position: relative;
        top: -1px;
        margin-bottom: 0
    }

    .table-scroll thead {
        position: -webkit-sticky;
        position: sticky;
        top: 0px
    }

.card-body > .table-scroll {
    border-radius: 0;
    border: 0
}

    .card-body > .table-scroll:last-child {
        margin-bottom: 3px
    }

.table-notifications {
    border: 0px solid #dadfe7;
    margin: -1px 0 0 0
}

    .table-notifications > :not(caption) > * > * {
        padding-top: .9975rem;
        padding-bottom: .9975rem
    }

    .table-notifications th h3, .table-notifications th .h3, .table-notifications th h4, .table-notifications th .h4 {
        margin: 0
    }

    .table-notifications col {
        width: 11%
    }

        .table-notifications col:first-child {
            width: 66%
        }

.card-body > .table-notifications:last-child tr:last-child td {
    border-bottom: none
}

.table-td-check input {
    position: relative;
    top: 2px
}

@media(max-width: 768px) {
    .table-tfoot-multipay th {
        text-align: right !important
    }
}

.col-date {
    width: 125px
}

.col-icon, .col-check {
    width: 25px
}

.col-input-multipay {
    width: 110px
}

.col-address {
    width: 200px
}

.w-20 {
    width: 20%
}

.dataTable-dropdown {
    flex: 1
}

    .dataTable-dropdown label {
        display: flex;
        align-items: center
    }

        .dataTable-dropdown label p {
            flex-shrink: 0
        }

.dataTable-selector {
    margin-right: .5rem
}

.dataTable-top {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem
}

.card-body .dataTable-top {
    border-bottom: 1px solid #dadfe7
}

.dataTable-bottom {
    display: flex;
    justify-content: center
}

.card-body .dataTable-bottom {
    padding: 1rem 1rem;
    border-top: 1px solid #dadfe7
}

.dataTable-info {
    display: none
}

.dataTable-sorter {
    color: #2f323a
}

@media(min-width: 576px) {
    .col-form-label {
        text-align: right
    }
}

.table-paymethod .col-form-label {
    text-align: left
}

.form-control, .dataTable-input, .form-select, .dataTable-selector {
    max-width: 400px
}

.form-control-width-xs, .dataTable-selector {
    max-width: 64px
}

.form-control-width-sm {
    max-width: 132px
}

.form-control-width-md {
    max-width: 200px
}

textarea.form-control, textarea.dataTable-input {
    max-width: none
}

.form-input-boxed {
    border: 1px solid #dadfe7;
    border-radius: 0;
    background: #fff;
    padding: 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-input-boxed {
        transition: none
    }
}

.form-input-boxed label.h3 {
    line-height: 1.5
}

.form-input-boxed-checked {
    border: 1px solid #003083;
    box-shadow: 0 0 0 .25rem rgba(0,48,131,.25)
}

.form-select-inline {
    display: inline;
    width: auto;
    margin: 0 .4rem;
    border-radius: .3125rem
}

select:disabled {
    color: #6f6f85
}

.form-control::-webkit-file-upload-button, .dataTable-input::-webkit-file-upload-button {
    color: #6f6f85
}

.form-control[type=file]:disabled, [type=file].dataTable-input:disabled, .form-control::file-selector-button, .dataTable-input::file-selector-button {
    color: #6f6f85
}

.function-add {
    color: #003083;
    cursor: pointer;
    text-decoration: none
}

.form-label-req {
    position: relative
}

    .form-label-req:after {
        padding-left: 2px;
        content: "*";
        font-weight: 300
    }

.input-date-wrap {
    position: relative
}

    .input-date-wrap .v1-icon-calendar {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 9px;
        left: 8px;
        pointer-events: none
    }

    .input-date-wrap .form-control, .input-date-wrap .dataTable-input {
        padding-left: 34px
    }

.input-icon-container {
    position: relative;
    max-width: 400px
}

    .input-icon-container > input, .input-icon-container > select {
        padding-right: 2rem
    }

.input-icon {
    position: absolute;
    right: .25rem;
    top: 2px;
    padding: .4375rem;
    cursor: pointer
}

    .input-icon:hover {
        color: #003083
    }

    .input-icon + .is-invalid, .input-icon + .is-valid {
        background-image: none
    }

.input-icon-hide-entry {
    color: #adb5bd
}

.show-entry-icon {
    color: #003083
}

.input-icon-is-invalid {
    color: #d20000
}

.form-control-verificationcode {
    padding-left: 20px;
    max-width: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-size: 32px;
    letter-spacing: 10px;
    font-weight: 600
}

.form-control-verificationcode-4 {
    width: 158px
}

.form-control-verificationcode-6 {
    width: 222px
}

.help-block {
    width: 100%;
    margin-top: .25rem;
    font-size: 0.93333333em;
    color: #d20000
}

.select2-container--bootstrap-5 .select2-dropdown {
    margin-top: 3px;
    padding: .5rem 0;
    background-clip: padding-box;
    border-color: rgba(0,0,0,.15)
}

    .select2-container--bootstrap-5 .select2-dropdown .select2-search {
        padding-top: 0
    }

.select2 textarea::-webkit-input-placeholder {
    color: #6f6f85;
    opacity: 1
}

.select2 textarea::-moz-placeholder {
    color: #6f6f85;
    opacity: 1
}

.select2 textarea:-ms-input-placeholder {
    color: #6f6f85;
    opacity: 1
}

.select2 textarea::placeholder {
    color: #6f6f85;
    opacity: 1
}

.select2-results__option--selected:not(.select2-results__option--highlighted) {
    background: #ccd6e6 !important;
    color: #35353c !important
}

    .select2-results__option--selected:not(.select2-results__option--highlighted):hover, .select2-results__option--selected:not(.select2-results__option--highlighted):focus {
        background: #ccd6e6 !important;
        color: #2f323a !important
    }

.select2-container .select2-selection--multiple {
    display: flex
}

.select2-container--bootstrap-5 .select2-selection--multiple {
    line-height: 1.5
}

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
        height: 1.5rem
    }

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
        gap: .25rem 0
    }

        .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
            flex-direction: row-reverse;
            padding-top: 0;
            padding-bottom: 0;
            padding-right: .33335em;
            margin-bottom: 0
        }

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
        width: auto;
        display: inline;
        pointer-events: none
    }

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        position: relative;
        overflow: visible;
        margin-left: .5rem;
        background-size: 67%
    }

        .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
            background-size: 67%
        }

.select2-selection__choice__remove::after {
    content: "";
    display: block;
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    top: -0.1875rem;
    left: -0.1875rem;
    border: 1px solid #aeb2b9;
    border-radius: 2px
}

.select2-selection__choice__remove:hover::after {
    border-color: #000
}

.select2-container--bootstrap-5 .select2-selection--multiple {
    padding: .4375rem 1.5rem .4375rem .5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2335353C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 16px 12px
}

.select2-results__group {
    display: block
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding-left: 1.5rem
}

.btn:not(.dropdown-toggle):not(.btn-sm) {
    min-width: 112px
}

.btn-group .btn:not(.dropdown-toggle):not(.btn-sm) {
    min-width: auto
}

.btn .v1-icon {
    margin-right: .5rem
}

.btn-header-container {
    display: flex;
    gap: clamp(.5rem,2vw,1rem);
    margin-bottom: 1rem;
    justify-content: space-between;
    flex-wrap: wrap
}

    .btn-header-container > div {
        display: flex;
        flex-wrap: wrap;
        gap: clamp(.5rem,2vw,1rem)
    }

.btn:disabled, .btn.disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    text-shadow: none;
    color: #c0c3ce
}

[class*=btn-outline]:disabled, [class*=btn-outline].disabled {
    color: #adb5bd
}

.btn-group .btn-check + .btn-outline-secondary {
    -webkit-filter: none;
    filter: none
}

.btn-group .btn-check:checked + .btn-outline-secondary, .btn-group .btn-check[type=radio] {
    color: #fff;
    background-color: #003083;
    border-color: #003083
}

    .btn-group .btn-check:checked + .btn-outline-secondary:focus, .btn-group .btn-check:checked + .btn-outline-secondary:focus + .btn-outline-secondary, .btn-group .btn-check[type=radio]:focus, .btn-group .btn-check[type=radio]:focus + .btn-outline-secondary {
        box-shadow: 0 0 0 .25rem rgba(0,48,131,.5)
    }

.dropdown-toggle::after {
    width: 16px;
    height: 12px;
    vertical-align: -0.1em;
    border: none !important;
    color: inherit;
    background-color: rgba(0,0,0,0);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 16px 12px
}

.header-nav .dropdown-toggle::after {
    display: none
}

[class*=outline].dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23003083' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.dropdown-cap {
    position: relative;
    top: -0.5rem;
    left: 0;
    width: calc(100% + (2 * 0));
    background: #edf0f4;
    border-bottom: 1px solid rgba(0,0,0,.15)
}

    .dropdown-cap .dropdown-header {
        padding-bottom: 0
    }

.dropdown-cap-username {
    display: block;
    padding: 0 1rem .25rem;
    margin-bottom: 0
}

.dropdown-service .dropdown-menu-end.show {
    inset: 0px 0px auto 0px !important
}

.btn-service {
    padding-left: .5rem;
    text-align: left;
    width: 100%;
    display: block;
    box-shadow: none;
    border-color: #dadfe7;
    -webkit-filter: none;
    filter: none;
    color: #2f323a;
    font-weight: 600
}

    .btn-service:hover, .btn-service:focus {
        -webkit-filter: none;
        filter: none;
        box-shadow: none
    }

.nav-service-electricity {
    background: #fff5e0
}

.nav-service-water {
    background: #d7ebff
}

.nav-service-gas {
    background: #ffdbdb
}

    .nav-service-gas .nav-link:hover, .nav-service-gas .nav-link.active, .nav-service-gas .nav-link.active .v1-icon {
        color: #ca1212
    }

.nav-service-electricity .nav-link:hover, .nav-service-electricity .nav-link.active, .nav-service-electricity .nav-link.active .v1-icon {
    color: #2f323a
}

    .nav-service-electricity .nav-link:hover, .nav-service-electricity .nav-link.active:hover, .nav-service-electricity .nav-link.active:focus {
        background-color: rgba(255,255,255,.6)
    }

.nav-service-gas .nav-link:hover, .nav-service-gas .nav-link.active:hover, .nav-service-gas .nav-link.active:focus {
    background-color: rgba(255,255,255,.4)
}

.nav-service-refuse {
    background: #edf0f4
}

.btn-service svg {
    z-index: 41
}

.btn-service span::after {
    content: "";
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 40;
    left: 4px;
    top: 5px
}

.Electricity {
    background: #ffcc2e;
    border-color: #ffcc2e
}

    .Electricity:hover, .Electricity:focus {
        background: #ffcc2e;
        border-color: #ffcc2e;
        color: #2f323a !important
    }

    .Electricity:after {
        position: absolute;
        right: .5rem;
        top: .85rem;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") !important
    }

.Water {
    background: #0055a5;
    border-color: #0055a5;
    color: #fff
}

    .Water:hover, .Water:focus {
        background: #0055a5;
        border-color: #0055a5;
        color: #fff
    }

    .Water:after {
        position: absolute;
        right: .5rem;
        top: .85rem;
        -webkit-filter: invert(99%) sepia(1%) saturate(2192%) hue-rotate(231deg) brightness(113%) contrast(100%);
        filter: invert(99%) sepia(1%) saturate(2192%) hue-rotate(231deg) brightness(113%) contrast(100%);
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") !important
    }

.Gas {
    background: #ce1212;
    border-color: #ce1212;
    color: #fff
}

    .Gas:hover, .Gas:focus {
        background: #ce1212;
        border-color: #ce1212;
        color: #fff
    }

    .Gas:after {
        position: absolute;
        right: .5rem;
        top: .85rem;
        -webkit-filter: invert(99%) sepia(1%) saturate(2192%) hue-rotate(231deg) brightness(113%) contrast(100%);
        filter: invert(99%) sepia(1%) saturate(2192%) hue-rotate(231deg) brightness(113%) contrast(100%);
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") !important
    }

.Refuse {
    background: #3d3d3f;
    border-color: #3d3d3f;
    color: #fff
}

    .Refuse:hover, .Refuse:focus {
        background: #3d3d3f;
        border-color: #3d3d3f;
        color: #fff
    }

    .Refuse:after {
        position: absolute;
        right: .5rem;
        top: .85rem;
        -webkit-filter: invert(99%) sepia(1%) saturate(2192%) hue-rotate(231deg) brightness(113%) contrast(100%);
        filter: invert(99%) sepia(1%) saturate(2192%) hue-rotate(231deg) brightness(113%) contrast(100%);
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") !important
    }

.file-drop-area {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 100px;
    border: 1px dashed #c0c3ce;
    transition: all .1s ease-in-out
}

    .file-drop-area:hover {
        border: 1px solid #003083;
        background: #8db7ff
    }

.file-message {
    font-size: .8125rem
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0
}

.file-upload-icon-remove {
    transition: all .1s ease-in-out;
    color: #6f6f85
}

    .file-upload-icon-remove:hover {
        color: #003083;
        cursor: pointer
    }

.card {
    margin-bottom: calc(0.9875rem + 1.35vw)
}

@media(min-width: 1200px) {
    .card {
        margin-bottom: 2rem
    }
}

@media(min-width: 768px) {
    .summary-grid .card {
        margin-bottom: calc(var(--bs-gutter-x) + 2px)
    }
}

.card-header {
    padding-top: calc(0.9375rem + 0.75vw);
    padding-bottom: calc(0.9375rem + 0.75vw);
    border-bottom: 1px solid #dadfe7
}

@media(min-width: 1200px) {
    .card-header {
        padding-top: 1.5rem
    }
}

@media(min-width: 1200px) {
    .card-header {
        padding-bottom: 1.5rem
    }
}

.card-header * {
    margin-bottom: 0
}

.card-header h2 + p, .card-header .h2 + p {
    margin-top: .5rem
}

.card-header-text {
    flex: 1
}

@media(min-width: 768px) {
    .card-header-text {
        padding-right: 1rem
    }
}

.card-body > *:last-child {
    margin-bottom: 0
}

.card-form .card-body {
    padding-top: calc(0.9375rem + 0.75vw);
    padding-bottom: calc(0.9375rem + 0.75vw)
}

@media(min-width: 1200px) {
    .card-form .card-body {
        padding-top: 1.5rem
    }
}

@media(min-width: 1200px) {
    .card-form .card-body {
        padding-bottom: 1.5rem
    }
}

.card-footer {
    padding-top: calc(0.88755rem + 0.1506vw);
    padding-bottom: calc(0.88755rem + 0.1506vw);
    border-top: 1px solid #dadfe7
}

@media(min-width: 1200px) {
    .card-footer {
        padding-top: 1.0005rem
    }
}

@media(min-width: 1200px) {
    .card-footer {
        padding-bottom: 1.0005rem
    }
}

.card-header-stepwizard {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center
}

    .card-header-stepwizard .stepwizard {
        margin-bottom: 1rem;
        order: -1;
        align-self: center
    }

@media(min-width: 768px) {
    .card-header-stepwizard {
        flex-direction: row;
        justify-content: space-between;
        align-items: initial
    }

        .card-header-stepwizard .stepwizard {
            margin-bottom: 0;
            order: initial;
            align-self: auto
        }
}

.card-subheader {
    background: #edf0f4;
    padding: .5rem 1rem;
    border-bottom: 1px solid #dadfe7
}

.card-element-fullwidth {
    position: relative;
    left: -1rem;
    width: calc(100% + (2 * 1rem))
}

@media(min-width: 576px) {
    .card-login .card-element-fullwidth {
        left: -2rem;
        width: calc(100% + (4 * 1rem))
    }
}

.card-h-bar {
    margin: 1.25rem 0 1rem;
    padding-top: calc(0.8875rem + 0.15vw);
    padding-bottom: calc(0.8875rem + 0.15vw);
    padding-left: 1rem;
    padding-right: 1rem;
    color: #2f323a;
    background: #edf0f4;
    position: relative;
    left: -1rem;
    width: calc(100% + (2 * 1rem))
}

@media(min-width: 1200px) {
    .card-h-bar {
        padding-top: 1rem
    }
}

@media(min-width: 1200px) {
    .card-h-bar {
        padding-bottom: 1rem
    }
}

@media(min-width: 576px) {
    .card-login .card-h-bar {
        left: -2rem;
        width: calc(100% + (4 * 1rem))
    }
}

.card-body > .card-h-bar:first-child {
    margin-top: calc(-0.9375rem - 0.75vw);
    border-top: 0
}

@media(min-width: 1200px) {
    .card-body > .card-h-bar:first-child {
        margin-top: -1.5rem
    }
}

.card-login {
    max-width: 384px;
    width: 100%
}

@media(min-width: 576px) {
    .card-login .card-body {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.card-login-section {
    position: relative;
    left: -1rem;
    width: calc(100% + (2 * 1rem));
    background: #f8f9fb;
    border-top: 1px solid #dadfe7;
    border-bottom: 1px solid #dadfe7;
    margin: 0 0 1rem 0;
    padding: 2rem 1rem
}

@media(min-width: 576px) {
    .card-login .card-login-section {
        left: -2rem;
        width: calc(100% + (4 * 1rem))
    }
}

@media(min-width: 576px) {
    .card-login-section {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.card-login-portal-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -1rem;
    width: calc(100% + (2 * 1rem));
    background: #595a5a;
    margin: 0 0 1.5rem 0;
    padding: .5rem
}

@media(min-width: 576px) {
    .card-login .card-login-portal-banner {
        left: -2rem;
        width: calc(100% + (4 * 1rem))
    }
}

.card-login-portal-banner-text {
    font-size: .9375rem;
    font-weight: 500;
    color: #fff;
    margin: 0
}

.card-signup {
    max-width: 900px;
    width: 100%
}

@media(min-width: 576px) {
    .card-signup .card-body {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.list-group-summary {
    border: 1px solid #dadfe7;
    border-radius: .3125rem;
    background: #f8f9fb;
    padding-bottom: 1rem
}

    .list-group-summary .list-group-item {
        display: flex;
        justify-content: space-between;
        background: none;
        border: 0
    }

@media(min-width: 576px) {
    .list-group-summary .list-group-item {
        margin: 0 2rem
    }
}

.list-group-summary .list-group-item:not(:last-child):not(.list-group-summary-title) {
    border-bottom: 1px solid #dadfe7
}

.list-group-summary .list-group-item > * {
    flex: 0 1 50%
}

.list-group-summary .list-group-summary-title {
    text-align: center
}

    .list-group-summary .list-group-summary-title > * {
        margin: 1rem 0 .5rem;
        flex: 1
    }

.list-group-item-label {
    text-align: right;
    margin-right: .5rem;
    font-weight: 500
}

.list-group-tile {
    border-radius: .3125rem;
    background: #f8f9fb
}

    .list-group-tile .list-group-item {
        display: flex;
        background: none;
        border: 0
    }

@media(min-width: 576px) {
    .list-group-tile .list-group-item {
        margin: 0 1rem;
        padding-left: 0;
        padding-right: 0
    }
}

.list-group-tile .list-group-item:not(:last-child):not(.list-group-summary-title) {
    border-bottom: 1px solid #dadfe7
}

.list-group-tile .list-group-item > *:first-child:not(:only-child) {
    flex: 0 1 45%
}

@media(min-width: 576px) {
    .list-group-tile .list-group-item > *:first-child:not(:only-child) {
        flex: 0 1 30%
    }
}

.list-group-tile .list-group-item-label {
    text-align: left;
    margin-right: .5rem;
    font-weight: 500
}

.tile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 88px;
    padding: .75rem .75rem .25rem;
    color: #35353c;
    background: #edf0f4;
    border: 0 solid rgba(0,0,0,0)
}

.tile-title {
    display: block;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: 0
}

.tile-value {
    display: flex;
    align-items: center;
    padding-top: .33rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25
}

    .tile-value .v1-icon {
        top: 0;
        margin-left: .5rem;
        width: 1.5rem;
        height: 1.5rem
    }

.tile-value-sm {
    padding-bottom: .25rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25
}

    .tile-value-sm .v1-icon {
        margin-left: .25rem;
        width: 1.21875rem;
        height: 1.21875rem
    }

.tile-primary {
    color: #002a73;
    background-color: #c7d1e4;
    border-color: #b3c1da
}

    .tile-primary .tile-link {
        color: #002a73
    }

.tile-secondary {
    color: #35353c;
    background-color: #dfdfe4;
    border-color: #d4d4da
}

    .tile-secondary .tile-link {
        color: #35353c
    }

.tile-success {
    color: #35353c;
    background-color: #d1f0f0;
    border-color: #c0ebea
}

    .tile-success .tile-link {
        color: #35353c
    }

.tile-success-bright {
    color: #35353c;
    background-color: #d1f0f0;
    border-color: #c0ebea
}

    .tile-success-bright .tile-link {
        color: #35353c
    }

.tile-info {
    color: #35353c;
    background-color: #d1f0f0;
    border-color: #c0ebea
}

    .tile-info .tile-link {
        color: #35353c
    }

.tile-warning {
    color: #35353c;
    background-color: #f9f9cd;
    border-color: #f6f7ba
}

    .tile-warning .tile-link {
        color: #35353c
    }

.tile-hazard {
    color: #35353c;
    background-color: #ffe3cb;
    border-color: #fed8b9
}

    .tile-hazard .tile-link {
        color: #35353c
    }

.tile-danger {
    color: #b90000;
    background-color: #f5c7c7;
    border-color: #f2b3b3
}

    .tile-danger .tile-link {
        color: #b90000
    }

.tile-light {
    color: #35353c;
    background-color: #fff;
    border-color: #fefeff
}

    .tile-light .tile-link {
        color: #35353c
    }

.tile-dark {
    color: #292c33;
    background-color: #d1d2d4;
    border-color: #c1c2c4
}

    .tile-dark .tile-link {
        color: #292c33
    }

.tile.border-radius-bottom-right {
    border-radius: 0 0 .3125rem 0
}

.tile.border-radius-bottom-left {
    border-radius: 0 0 0 .3125rem
}

.stepwizard ol {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0
}

@media(max-width: 576px) {
    .stepwizard.stacked.stepwizard-labelled {
        flex: 1;
        align-self: start;
        margin-bottom: 0
    }
}

@media(max-width: 576px) {
    .stacked.stepwizard-labelled ol {
        flex-direction: column
    }
}

.stepwizard-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 .5rem
}

.stepwizard-labelled .stepwizard-step {
    width: 6rem
}

@media(max-width: 576px) {
    .stacked.stepwizard-labelled .stepwizard-step {
        width: auto;
        flex-direction: row;
        margin: .5rem 0
    }
}

.stacked.stepwizard-labelled .stepwizard-step:first-child {
    margin-top: 0
}

.stacked.stepwizard-labelled .stepwizard-step:last-child {
    margin-bottom: 0
}

.stepwizard-step .step-dot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 22px;
    height: 22px;
    border-radius: 50rem;
    background-color: #dadfe7;
    color: rgba(0,0,0,0);
    font-size: .9375rem;
    font-weight: 600;
    z-index: 1;
    cursor: default
}

.stepwizard-step a:not(.step-label), .stepwizard-step button:not(.step-label) {
    transition: all .15s ease-in-out;
    cursor: pointer
}

    .stepwizard-step a:not(.step-label):hover, .stepwizard-step a:not(.step-label):focus, .stepwizard-step button:not(.step-label):hover, .stepwizard-step button:not(.step-label):focus {
        background-color: #00296f;
        color: #fff
    }

.stepwizard-step button:not(.step-label) {
    border: none;
    -webkit-appearance: none
}

.stepwizard-step .v1-icon {
    width: auto;
    height: .703125rem;
    top: 0
}

.stepwizard-step .step-dot:after {
    position: absolute;
    content: "";
    left: 22px;
    top: calc(50% - (.5 * 2px));
    width: calc(100% + (2 * 0.5rem));
    height: 2px;
    background: #dadfe7;
    z-index: -1
}

.stepwizard-labelled .stepwizard-step .step-dot:after {
    width: calc(6rem + (2 * 0.5rem))
}

@media(max-width: 576px) {
    .stacked.stepwizard-labelled .stepwizard-step .step-dot:after {
        top: 22px;
        left: calc(50% - (.5 * 2px));
        width: 2px;
        height: calc(100% + (2 * 0.5rem))
    }
}

.stepwizard-step:last-child {
    margin-right: 0
}

    .stepwizard-step:last-child .step-dot:after {
        display: none
    }

.stepwizard-step:first-child {
    margin-left: 0
}

.stepwizard-step-complete .step-dot {
    color: #fff;
    background-color: #003083
}

    .stepwizard-step-complete .step-dot:after {
        color: #fff;
        background: #003083
    }

.stepwizard-step.active .step-dot {
    color: rgba(0,0,0,0);
    background-color: #003083
}

    .stepwizard-step.active .step-dot:after {
        color: rgba(0,0,0,0)
    }

.step-label {
    margin: .25rem;
    font-size: 0.8203125rem;
    line-height: 1.3;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word
}

.modal-title {
    font-size: calc(0.9rem + 0.3vw)
}

@media(min-width: 1200px) {
    .modal-title {
        font-size: 1.125rem
    }
}

.modal-footer {
    justify-content: initial
}

@media(min-width: 576px) {
    .modal-footer {
        justify-content: flex-end
    }
}

.leak-tiles {
    background-color: #edf0f4
}

#overlay {
    position: fixed;
    background: #000;
    opacity: .5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    transition: opacity .3s linear
}

#loading {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    z-index: 10001;
    opacity: 1;
    transition: opacity .3s linear
}

    #loading .spinner-border {
        background: #fff;
        box-shadow: 0 0 0 15px #fff,0 0 40px rgba(0,0,0,.5)
    }

.pagination-legacy .page-item.disabled .page-link.caption, .pagination-legacy .page-item.disabled .dataTable-pagination-list li a.caption, .dataTable-pagination-list li .pagination-legacy .page-item.disabled a.caption, .pagination-legacy .dataTable-pagination-list li.disabled .page-link.caption, .pagination-legacy .dataTable-pagination-list li.disabled a.caption, .dataTable-pagination-list .pagination-legacy li.disabled .page-link.caption, .dataTable-pagination-list .pagination-legacy li.disabled a.caption {
    color: #2f323a
}

.pagination-legacy .v1-icon {
    top: -1px
}

.dataTable-pagination-list {
    margin-bottom: 0
}

    .dataTable-pagination-list li.pager a {
        color: rgba(0,0,0,0)
    }

    .dataTable-pagination-list li.pager:first-child a::before {
        color: #003083;
        content: "Previous";
        position: relative;
        left: 2px
    }

    .dataTable-pagination-list li.pager:last-child a::before {
        color: #003083;
        content: "Next";
        position: relative;
        left: 2px
    }

.no-result-container {
    padding: 3rem;
    border: 1px solid #c0c3ce;
    border-style: dashed;
    text-align: center
}

.no-result-text {
    font-family: proxima-nova,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";
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    color: #6f6f85
}

img {
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 767px) {
    .list-group-item {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.modal-backdrop.show + .popover {
    z-index: 1070
}

:target {
    scroll-margin-top: 72px
}

@media(min-width: 768px) {
    :target {
        scroll-margin-top: 82px
    }
}

@media(min-width: 992px) {
    :target {
        scroll-margin-top: 92px
    }
}

.scroll-wrapper {
    overflow-y: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 750px
}

:root {
    --layout-page-max-width: 1400px;
    --layout-sidebar-width: clamp(200px, 25vw, 300px);
    --layout-main-width-max: calc(var(--layout-page-max-width) - var(--layout-sidebar-width));
    --layout-gap-width: clamp(12px, 3vw, 32px)
}

body {
    overscroll-behavior-y: contain
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.page-header-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #dadfe7;
    box-shadow: none;
    z-index: 1020
}

.page-header {
    max-width: 1400px;
    margin: 0 auto;
    padding: .5rem var(--layout-gap-width)
}

@media(min-width: 576px) {
    .page-header {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem
    }
}

.page-header-meta-container {
    background-color: #003083;
    border-bottom: none
}

.page-header-meta {
    max-width: 1400px;
    margin: 0 auto;
    padding: .5rem var(--layout-gap-width);
    display: none;
    flex-wrap: wrap;
    gap: 0 .5rem;
    align-items: center;
    justify-content: space-between
}

@media(min-width: 576px) {
    .page-header-meta {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
}

@media(min-width: 768px) {
    .page-header-meta {
        display: flex
    }
}

.page-main {
    display: flex;
    flex: 1;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.sidebar {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: var(--layout-sidebar-width);
    background: #f8f9fb
}

.nav-main {
    position: -webkit-sticky;
    position: sticky;
    padding-bottom: 2rem
}

@media(min-width: 992px) {
    .nav-main {
        margin-left: calc(var(--layout-gap-width) - 0.5rem - 0.75rem)
    }
}

.content-container {
    flex: 1;
    padding-left: calc(var(--layout-gap-width) - 0.5rem);
    padding-right: var(--layout-gap-width);
    padding-top: 1rem;
    padding-bottom: calc(1.2875rem + 4.95vw);
    overflow: auto
}

@media(min-width: 1200px) {
    .content-container {
        padding-bottom: 5rem
    }
}

.page-footer-container {
    padding: 2rem 0 0;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    background-position: center bottom;
    border-top: 1px solid #dadfe7
}

.page-footer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--layout-gap-width) 1rem
}

.page-footer-legal-container {
    background-color: #edf0f4;
    border-top: none
}

.page-footer-legal {
    max-width: 1400px;
    margin: 0 auto;
    padding: .5rem var(--layout-gap-width)
}

@media(max-width: 992px) {
    .sidebar {
        flex: 0 1 auto;
        overscroll-behavior-y: contain
    }

    .page-main {
        flex-direction: column
    }

    .content-container {
        padding-left: var(--layout-gap-width)
    }
}

.content {
    --bs-gutter-x: 0;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

.content-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: calc(1.0375rem + 1.95vw)
}

@media(min-width: 1200px) {
    .content-header {
        margin-bottom: 2.5rem
    }
}

@media(min-width: 576px) {
    .content-header:first-child {
        padding-top: calc(0.8875rem + 0.15vw)
    }
}

@media(min-width: 576px)and (min-width: 1200px) {
    .content-header:first-child {
        padding-top: 1rem
    }
}

@media(min-width: 768px) {
    .content-header:first-child {
        padding-top: calc(0.9875rem + 1.35vw)
    }
}

@media(min-width: 768px)and (min-width: 1200px) {
    .content-header:first-child {
        padding-top: 2rem
    }
}

.content-header h1, .content-header .h1 {
    margin-bottom: 0
}

.page-non-auth {
    background-color: #f8f9fb;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 50vw auto,20vh auto;
    background-position: left bottom,right top
}

.page-header > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: .5rem
}

.header-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: -0.5rem
}

    .header-nav > *:not(:first-child) {
        margin-left: 0.5rem
    }

a.page-header-meta-link-domain {
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

    a.page-header-meta-link-domain:hover, a.page-header-meta-link-domain:focus {
        text-decoration: underline
    }

    a.page-header-meta-link-domain .v1-icon {
        width: .75rem;
        height: .75rem;
        top: -1px
    }

.page-header-meta-text {
    color: #fff
}

    .page-header-meta-text a {
        color: #fff
    }

.sidebar .nav {
    flex-direction: column
}

.nav-link {
    color: #2f323a;
    background-color: rgba(0,0,0,0);
    border-bottom: none;
    margin: 2px .5rem
}

    .nav-link .v1-icon {
        width: 1.25rem;
        height: 1.25rem;
        margin-right: .5rem;
        color: #2dbdb9
    }

    .nav-link:hover {
        text-decoration: none
    }

    .nav-link:hover, .nav-link:focus {
        color: #003083;
        background-color: #edf0f4;
        box-shadow: none
    }

        .nav-link:hover .v1-icon, .nav-link:focus .v1-icon {
            color: #2dbdb9
        }

    .nav-link + ul {
        padding-top: .1px
    }

    .nav-link.active {
        font-weight: 700;
        color: #003083;
        background-color: rgba(0,0,0,0)
    }

        .nav-link.active .v1-icon {
            color: #2dbdb9
        }

        .nav-link.active:hover, .nav-link.active:focus {
            background-color: #edf0f4
        }

.nav-sub-link {
    padding-left: 2.5rem
}

.nav-link.active + ul.collapse {
    display: block !important
}

.nav-link.nav-active-parent {
    color: #2f323a;
    font-weight: 400
}

    .nav-link.nav-active-parent .v1-icon {
        color: #2dbdb9
    }

    .nav-link.nav-active-parent:hover, .nav-link.nav-active-parent:focus {
        color: #003083
    }

    .nav-link.nav-active-parent + ul.collapse {
        display: block !important
    }

.v1-icon.nav-caret {
    display: block;
    float: right;
    width: 8px;
    height: 8px;
    top: .6rem;
    margin: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform .05s linear;
    transition: transform .05s linear;
    transition: transform .05s linear, -webkit-transform .05s linear
}

a[aria-expanded=true] .v1-icon.nav-caret {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media(min-width: 993px) {
    .nav-main-toggler {
        display: none
    }
}

@media(max-width: 992px) {
    .offcanvas-collapse {
        position: fixed;
        bottom: 0;
        left: -100%;
        width: 100%;
        overflow-y: auto;
        visibility: hidden;
        transition: -webkit-transform .1s ease-out;
        transition: transform .1s ease-out;
        transition: transform .1s ease-out, -webkit-transform .1s ease-out;
        z-index: 1019
    }

        .offcanvas-collapse.open {
            visibility: visible;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            background: #f8f9fb
        }

    .nav-main .nav-link {
        margin: 0;
        border-radius: none;
        padding-top: .6rem;
        padding-bottom: .6rem;
        border-bottom: 1px solid #dadfe7;
        border-radius: 0
    }

        .nav-main .nav-link:hover, .nav-main .nav-link:focus {
            box-shadow: none
        }

    .nav-sub-link {
        background-color: #fdfdff
    }
}

.nav-account {
    background: #edf0f4;
    border: 1px solid #dadfe7;
    border-width: 0;
    padding: .75rem .75rem
}

@media(min-width: 992px) {
    .nav-account {
        margin: 1rem .5rem .5rem
    }
}

.nav-account > div:not(:last-child) {
    padding-bottom: .5rem
}

.nav-account-child-select label {
    position: relative;
    left: 6px
}

.nav-account-child-select svg {
    position: relative;
    top: -5px;
    margin-right: 3px
}

.nav-account-details p {
    margin: 0
}

.nav-pills .nav-item:not(:first-child) {
    margin-left: .25rem
}

.nav-pills .nav-link {
    margin: 0;
    background: none;
    border: 1px solid #edf0f4;
    color: #2f323a
}

    .nav-pills .nav-link:not(.active):hover {
        background: #edf0f4;
        border: 1px solid #edf0f4;
        color: #003083
    }

    .nav-pills .nav-link.active {
        border: 1px solid #dadfe7;
        font-weight: 600
    }

        .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
            background: #fff
        }

.nav-pills-ws {
    gap: .5rem
}

    .nav-pills-ws .nav-item:not(:first-child) {
        margin: 0
    }

    .nav-pills-ws .nav-link {
        border-radius: 50rem;
        background: #6aa0ff;
        padding: .25rem .5rem;
        font-size: .8125rem;
        color: #35353c
    }

@media(min-width: 576px) {
    .nav-pills-ws .nav-link {
        padding: .5rem 1rem;
        font-size: .9375rem
    }
}

.nav-pills-ws .nav-link:not(.active):hover, .nav-pills-ws .nav-link:not(.active):focus {
    background: #3780ff;
    color: #35353c
}

.nav-pills-ws .nav-link.active {
    background: #003083;
    color: #fff;
    font-weight: 400
}

    .nav-pills-ws .nav-link.active:hover, .nav-pills-ws .nav-link.active:focus {
        background: #003083
    }

.nav-pills-ws .nav-link .v1-icon {
    color: #2f323a
}

.nav-pills-ws-h {
    flex: 1 1 100%;
    margin-top: 1rem
}

    .nav-pills-ws-h > * {
        margin: 0
    }

#startedNav {
    background: #e5cded
}

    #startedNav:hover, #startedNav:focus {
        background: #d2a8e0
    }

    #startedNav.active {
        background: #2f323a;
        color: #fff
    }

        #startedNav.active .v1-icon {
            color: inherit
        }

#savedNav {
    background: #fddfc6
}

    #savedNav:hover, #savedNav:focus {
        background: #fcc395
    }

    #savedNav.active {
        background: #2f323a;
        color: #fff
    }

        #savedNav.active .v1-icon {
            color: inherit
        }

#completedNav {
    background: #d0f3d5
}

    #completedNav:hover, #completedNav:focus {
        background: #a7e8b1
    }

    #completedNav.active {
        background: #2f323a;
        color: #fff
    }

        #completedNav.active .v1-icon {
            color: inherit
        }

#dismissedNav {
    background: #dde3ea
}

    #dismissedNav:hover, #dismissedNav:focus {
        background: #bec8d7
    }

    #dismissedNav.active {
        background: #495057;
        color: #fff
    }

        #dismissedNav.active .v1-icon {
            color: inherit
        }

.chart-icons-wrap {
    justify-content: center
}

@media(max-width: 768px) {
    .chart-icons-wrap {
        flex-wrap: wrap
    }
}

.chart-icon {
    width: 100%;
    max-width: 150px;
    height: auto;
    transition: all .15s ease-in-out
}

.chart-icon-container {
    flex: 0 1 100px;
    margin: .5rem;
    color: #2f323a;
    text-align: center
}

@media(min-width: 768px) {
    .chart-icon-container {
        margin: 1rem;
        flex: 1 1 150px
    }
}

.chart-icon-container:hover, .chart-icon-container:focus {
    text-decoration: none
}

    .chart-icon-container:hover .chart-icon, .chart-icon-container:focus .chart-icon {
        -webkit-filter: drop-shadow(0 0 1px #003083);
        filter: drop-shadow(0 0 1px #003083)
    }

.chart-icon-container h6, .chart-icon-container .h6 {
    margin: .5rem 0 .25rem
}

.chart-icon-container p {
    font-size: .8203125rem;
    line-height: 1.2
}

@media(max-width: 768px) {
    .chart-icon-container p {
        display: none
    }
}

.footer-list {
    padding-left: 0;
    list-style: none
}

.footer-list-link {
    display: inline-block;
    padding: .25rem 0;
    color: #003083;
    text-decoration: none
}

    .footer-list-link:hover, .footer-list-link:focus {
        text-decoration: underline
    }

.footer-list-heading {
    font-weight: 600
}

.footer-list-brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(min-width: 992px) {
    .footer-logo-container {
        margin-bottom: .5rem
    }
}

.footer-address {
    line-height: 2rem
}

.footer-legal {
    display: flex;
    justify-content: center;
    font-size: .8203125rem;
    color: #2f323a
}

    .footer-legal .copyright {
        margin: 0
    }

.footer-list-1 {
    order: 0
}

@media(min-width: 992px) {
    .footer-list-1 {
        order: initial
    }
}

.footer-list-2 {
    order: 1
}

@media(min-width: 992px) {
    .footer-list-2 {
        order: initial
    }
}

.footer-list-3 {
    order: 2
}

@media(min-width: 992px) {
    .footer-list-3 {
        order: initial
    }
}

.footer-list-brand {
    order: 3
}

@media(min-width: 768px) {
    .footer-list-brand {
        order: 2
    }
}

@media(min-width: 992px) {
    .footer-list-brand {
        order: initial
    }
}

.footer-list-brand .footer-logo-container {
    order: 1
}

@media(min-width: 992px) {
    .footer-list-brand .footer-logo-container {
        order: initial
    }
}

.header-logo-container {
    display: flex;
    align-items: center
}

    .header-logo-container img {
        width: auto;
        height: clamp(24px, 4vw, 48px)
    }

.footer-logo-container img {
    width: auto;
    height: clamp(80px, 4vw, 80px)
}

.logo-login {
    width: 100%;
    max-width: 200px;
    height: auto
}

.billing-summary-item-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: .25rem
}

.billing-summary-item-info {
    padding-left: .5rem;
    color: #6f6f85;
    font-size: .93333333em
}

    .billing-summary-item-info a {
        text-decoration: none
    }

        .billing-summary-item-info a:hover, .billing-summary-item-info a:focus {
            text-decoration: underline
        }

.billing-summary-item-amount {
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum"
}

.billing-summary-total {
    align-items: center;
    padding-top: .75rem;
    margin-top: .75rem;
    border-top: 1px solid #dadfe7
}

.billing-summary-item-amount-total {
    font-size: 1.3125rem;
    font-weight: 700
}

.billing-summary + .billing-config {
    padding-top: .75rem;
    margin-top: .75rem;
    border-top: 1px solid #dadfe7
}

.billing-config-item-container:not(:last-child) {
    padding-bottom: .5rem
}

.billing-config-item {
    font-weight: 600
}

    .billing-config-item .badge {
        margin-left: .25rem
    }

.ws-score-text {
    display: flex;
    align-items: flex-start;
    gap: 1rem
}

.ws-score-text-h {
    padding: .5rem;
    background-color: #6f6f85;
    white-space: nowrap;
    flex: 0 0 auto;
    border-radius: .1875rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff
}

.ws-score-text-sub {
    margin: .15rem 0 0 0;
    font-size: .93333333em;
    line-height: 1.4
}

.ws-score-text-h.waterscore-color-neutral, .ws-score-scale-item-block.waterscore-color-neutral {
    background-color: #5a8ab4
}

.ws-score-text-h.waterscore-color-average, .ws-score-scale-item-block.waterscore-color-average {
    background-color: #757575
}

.ws-score-text-h.waterscore-color-efficient, .ws-score-scale-item-block.waterscore-color-efficient {
    background-color: #008add
}

.ws-score-text-h.waterscore-color-good, .ws-score-scale-item-block.waterscore-color-good {
    background-color: #0fa970
}

.ws-score-text-h.waterscore-color-great, .ws-score-scale-item-block.waterscore-color-great {
    background-color: #46a800
}

.ws-score-text-h.waterscore-color-take-action, .ws-score-scale-item-block.waterscore-color-take-action {
    background-color: #eb7100
}

.ws-score-scale-gradient {
    width: 100%;
    height: 12px;
    margin-top: .65rem;
    border-radius: 50em;
    background-image: linear-gradient(-90deg, #EB7100 2%, #757575, #5A8AB4, #008ADD, #0FA970, #46A800 98%)
}

.ws-score-scale-label-container {
    display: flex;
    justify-content: space-between;
    font-size: .6875rem;
    font-weight: 400;
    padding: 0 .25rem
}

.ws-score-scale-marker-container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 16.66666667%
}

.waterscore-color-take-action .ws-score-scale-marker-container {
    left: calc(5 * 16.66666667%)
}

.waterscore-color-average .ws-score-scale-marker-container {
    left: calc(4 * 16.66666667%)
}

.waterscore-color-neutral .ws-score-scale-marker-container {
    left: calc(3 * 16.66666667%)
}

.waterscore-color-efficient .ws-score-scale-marker-container {
    left: calc(2 * 16.66666667%)
}

.waterscore-color-good .ws-score-scale-marker-container {
    left: calc(1 * 16.66666667%)
}

.waterscore-color-great .ws-score-scale-marker-container {
    left: 0
}

.ws-score-scale-marker.popover {
    position: relative;
    width: 40px;
    max-width: 40px;
    border-radius: .3125rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border-color: #6f6f85;
    font-weight: 600
}

    .ws-score-scale-marker.popover .popover-arrow:before, .ws-score-scale-marker.popover .popover-arrow:after {
        left: calc(20px - 0.5rem)
    }

    .ws-score-scale-marker.popover .popover-arrow:before {
        border-top-color: #35353c
    }

    .ws-score-scale-marker.popover .popover-body {
        padding: 0;
        text-align: center
    }

.col-ws-actions {
    display: flex
}

    .col-ws-actions > div {
        display: flex;
        flex: 1
    }

.card-ws-action {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-bottom: 1rem;
    padding: .75rem .75rem .5rem;
    transition: all .2s ease-in-out;
    cursor: pointer
}

@media(min-width: 576px) {
    .card-ws-action {
        margin-bottom: calc(var(--bs-gutter-x))
    }
}

.card-ws-action:hover, .card-ws-action:focus {
    -webkit-transform: translateY(-3px) scale(1.01);
    transform: translateY(-3px) scale(1.01);
    -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3))
}

.card-ws-action-body {
    display: flex;
    align-items: flex-start;
    margin-bottom: .25rem
}

.card-ws-action-content {
    flex: 1;
    margin-left: .75rem
}

.card-ws-action-img {
    width: 48px;
    height: auto;
    border-radius: .3125rem
}

@media(min-width: 576px) {
    .card-ws-action-img {
        width: 72px
    }
}

.card-ws-action-footer-head {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card-ws-action-footer-savings-title {
    font-size: .75rem
}

.card-ws-action-footer-savings {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card-ws-action-footer-savings-water, .card-ws-action-footer-savings-money {
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 400
}

.card-ws-action-footer-savings-water {
    color: #003083
}

.card-ws-action-footer-savings-money {
    color: #2dbdb9
}

.card-ws-action-footer-text {
    margin: 0
}

.card-ws-action-action-status {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .25rem;
    margin-bottom: .5rem;
    padding: .25rem;
    background: #edf0f4;
    border-radius: .1875rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.2
}

    .card-ws-action-action-status .v1-icon {
        top: 0
    }

    .card-ws-action-action-status a {
        font-weight: 400
    }

.modal .card-ws-action-action-status {
    margin-bottom: 0
}

.card-ws-action-action-status-date {
    font-weight: 400
}

.card-ws-action-action-status-completed {
    color: #2f323a;
    background: #e4f8e7
}

.card-ws-action-action-status-saved {
    color: #2f323a;
    background: #feeddf
}

.card-ws-action-action-status-started {
    color: #2f323a;
    background: #efe0f4
}

.card-ws-action-action-status-dismissed {
    color: #495057;
    background: #edf0f4
}

.summary-container {
    padding: .5rem 0;
    border-bottom: 1px solid #dadfe7
}

@media(min-width: 576px) {
    .summary-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        padding: .75rem 0
    }
}

.summary-container p {
    margin-bottom: 0
}

.card-page {
    flex: 1;
    color: #2f323a;
    margin-bottom: .5rem
}

@media(min-width: 768px) {
    .card-page {
        margin-bottom: 1.5rem
    }
}

.card-page:hover, .card-page:focus {
    color: #2f323a;
    text-decoration: none
}

.card-page .card-body {
    display: none
}

@media(min-width: 768px) {
    .card-page .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.card-page .card-text {
    text-align: center
}

.card-page .btn {
    min-width: 0 !important
}

    .card-page .btn:hover .v1-icon {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    .card-page .btn .v1-icon {
        margin: 0;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
    }

.card-page-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #edf0f4;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media(min-width: 768px) {
    .card-page-header {
        flex-direction: column;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.card-page-header-icon-wrap {
    background: #fff;
    color: #2dbdb9;
    border-radius: 50rem;
    padding: .75rem;
    box-shadow: 0 0 1rem rgba(0,0,0,.1)
}

@media(min-width: 768px) {
    .card-page-header-icon-wrap {
        margin-bottom: .5rem
    }
}

.card-page-header-icon-wrap > div, .card-page-header-icon-wrap > div > svg {
    vertical-align: inherit;
    top: 0;
    width: 1.25rem;
    height: 1.25rem
}

@media(min-width: 768px) {
    .card-page-header-icon-wrap > div, .card-page-header-icon-wrap > div > svg {
        width: 1.5rem;
        height: 1.5rem
    }
}

.card-page-header-h {
    text-align: center;
    font-weight: 600;
    font-size: 1.0044642844rem;
    color: #2f323a
}

@media(min-width: 768px) {
    .card-page-header-h {
        font-weight: 700;
        font-size: 1.0714285688rem
    }
}

.card-page-billing-view .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-billing-history .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-billing-understand .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-billing-meter .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-billing-budget .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-billing-due .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-billing-download .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-billing-interval .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-usage-understand .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-usage-leak .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-usage-save .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-usage-profile .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-pay-now .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-pay-auto .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-pay-equal .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-pay-method .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-pay-pre .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-pay-history .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-pay-options .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-pay-arrange .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-service-start .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-service-stop .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-service-transfer .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-service-history .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-service-power-out .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-settings-contact .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-settings-notifications .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-settings-password .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-settings-delivery .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.card-page-settings-account .card-page-header {
    background-color: #2dbdb9;
    background-image: none
}

.modal-header-ws-img {
    height: 60px;
    width: auto;
    margin-right: .5rem
}

.modal-ws-action-header {
    padding: .5rem 1rem;
    background: #edf0f4;
    border-bottom: 1px solid #dadfe7;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

    .modal-ws-action-header > div {
        flex: 0 0 auto
    }

        .modal-ws-action-header > div .v1-icon {
            margin-right: .25rem
        }

#recommendationModal h1, #recommendationModal .h1, #recommendationModal h2, #recommendationModal .h2, #recommendationModal h3, #recommendationModal .h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2
}

#recommendationModal .edu {
    margin-bottom: 1rem
}

.modal-ws-action-img {
    max-width: 100%;
    height: auto;
    border-radius: .5rem
}

.modal-ws-action-savings-title {
    font-size: .75rem
}

.modal-ws-action-savings-text {
    font-weight: 600;
    font-size: 1rem
}

.leaktable {
    overflow: hidden auto;
    height: 450px
}

.video-player {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    font-size: 70px;
    margin-top: calc(-35% - 110px);
    height: 110px;
    float: left;
    color: #fff;
    width: 100%;
    text-align: center
}

.wsleakcontent li {
    list-style-type: inherit !important;
    float: inherit !important;
    padding-bottom: 5px;
    line-height: 1.25
}

.wsleakcontent ol {
    list-style-type: disc !important;
    list-style-position: outside
}

    .wsleakcontent ol.tips {
        list-style-type: none !important;
        padding-left: 7.5px
    }

.tips i {
    font-size: 25px;
    color: #003083;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -4px;
    margin-bottom: 5px
}

.tips li > span {
    display: inline-block;
    width: 90%;
    vertical-align: middle
}

.tips li {
    padding: 5px 0px
}

.chart-ws {
    width: 100%;
    height: auto
}

.legendItem {
    display: inline-block;
    font-size: .8203125rem;
    color: #6f6f85;
    font-weight: 400;
    margin-right: 10px;
    z-index: 500
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #dadfe7
}

.move.left img, .move.overviewleft img, .move.right img, .move.overviewright img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    opacity: .2;
    width: 45%;
    margin-top: 130%;
    float: right
}

.move.left img, .move.overviewleft img {
    float: right
}

.move.right img, .move.overviewright img {
    float: left
}

.move.left:hover img, .move.overviewleft:hover img, .move.overviewright:hover img, .move.right:hover img {
    opacity: 1
}

.move span:focus {
    border-style: none
}

.end-use-chart-legend {
    max-width: 140px
}

.ws-graph-loading {
    padding-top: 15%;
    padding-bottom: 15%
}

.notification-container {
    max-height: clamp(300px,80vh,600px);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scrollbar-gutter: stable
}

.header-nav .notification-container {
    width: 90vw;
    max-width: 340px;
    padding: 0 .5rem
}

.notification-section-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin: 0 0 .25rem 0;
    padding: .25rem .75rem;
    background: #dadfe7;
    z-index: 1
}

    .notification-section-header h4, .notification-section-header .h4 {
        margin: 0;
        font-weight: 600;
        font-size: .8125rem;
        text-transform: uppercase
    }

.notification-item {
    padding: .5rem 0
}

.header-nav .notification-item {
    padding: .5rem .75rem
}

.notification-item-header h5, .notification-item-header .h5 {
    margin: 0;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase
}

.notification-item-content h6, .notification-item-content .h6 {
    margin: .25rem 0;
    font-weight: 600
}

.header-nav .notification-item-content h6, .header-nav .notification-item-content .h6 {
    margin: 0
}

.header-nav .notification-item-content h6, .header-nav .notification-item-content .h6, .header-nav .notification-item-content p {
    font-size: .8125rem;
    line-height: 1.69230769
}

.notification-item-content p:last-child {
    margin-bottom: 0
}

.notification-item-inbox {
    display: block;
    text-decoration: none;
    margin: .25rem 0;
    transition: background .15s linear
}

    .notification-item-inbox:hover {
        background: #d9e0ec;
        text-decoration: none
    }

    .notification-item-inbox .notification-item-content {
        color: #2f323a
    }

.notification-item-announcement h5, .notification-item-announcement .h5 {
    color: #00296f
}

.notification-item-reminder h5, .notification-item-reminder .h5 {
    color: #22918d
}

.notification-item-alert h5, .notification-item-alert .h5 {
    color: #b30000
}

.notification-item-inbox h5, .notification-item-inbox .h5 {
    color: #00296f
}

.message-list-header {
    background: #edf0f4;
    font-weight: 600
}

@media(max-width: 767px) {
    .message-list-header {
        display: none !important
    }

        .message-list-header + .message-list-item {
            border-top-width: 1px;
            border-top-left-radius: .3125rem;
            border-top-right-radius: .3125rem
        }
}

.message-list-header, .message-list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: none;
    gap: 0 clamp(.5rem,2vw,2rem)
}

    .message-list-item:hover, .message-list-item:focus {
        background: rgba(0,0,0,.033);
        color: #2f323a;
        text-decoration: none
    }

.message-list-header-item {
    cursor: pointer
}

[data-read="0"] {
    font-weight: 600
}

.message-list-item-body {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(min-width: 768px) {
    .message-list-item-body {
        display: flex;
        flex: auto;
        gap: 0 clamp(.75rem,2vw,2rem)
    }
}

.message-list-item-from {
    overflow: hidden;
    text-overflow: ellipsis
}

@media(min-width: 768px) {
    .message-list-item-from {
        flex: 0 0 17vw
    }
}

.message-list-item-subject {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .8125rem
}

@media(min-width: 768px) {
    .message-list-item-subject {
        font-size: .9375rem
    }
}

.message-list-item-meta {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex: 0 0 auto;
    text-align: right
}

@media(min-width: 768px) {
    .message-list-item-meta {
        flex-direction: row
    }
}

.message-list-item-date {
    font-size: .75rem
}

@media(min-width: 768px) {
    .message-list-item-date {
        font-size: .9375rem
    }
}

.message-list-item-icon-group {
    position: relative;
    right: -0.3rem
}

@media(min-width: 768px) {
    .message-list-item-icon-group {
        width: 3.9rem
    }
}

.message-list-item-icon {
    padding: .3rem;
    border-radius: .1875rem;
    transition: all .15s linear
}

@media(min-width: 768px) {
    .message-list-item-icon {
        padding: .3rem
    }
}

.message-list-item-icon:hover, .message-list-item-icon:focus {
    background: #dadfe7;
    color: #003083
}

.message-container {
    padding-bottom: .5rem;
    background: #fff;
    border: 1px solid #dadfe7
}

.message-replies-container {
    display: none;
    margin: 1rem;
    border-left: 1px solid #dadfe7
}

.message-header {
    background-color: #edf0f4;
    padding: .5rem 1rem
}

.message-replies-container .message-header {
    border-radius: 0
}

.message-item-reply .message-header {
    padding: 1rem
}

.message-header > :last-child {
    margin-bottom: 0
}

.message-footer {
    display: flex;
    padding: 1rem;
    background: #edf0f4;
    border-top: 1px solid #dadfe7;
    border-bottom: 1px solid #dadfe7;
    justify-content: flex-end
}

.message-item {
    margin-bottom: 1rem
}

.message-header-sender, .message-header-date {
    font-size: .8203125rem;
    font-weight: 400
}

@media(min-width: 768px) {
    .message-header-sender, .message-header-date {
        font-size: .9375rem
    }
}

.message-header-sender > span, .message-header-date > span {
    font-weight: 700
}

.message-body {
    padding: 1rem
}

    .message-body > :last-child {
        margin-bottom: 0
    }

.message-body-subject {
    font-size: calc(0.9rem + 0.3vw);
    padding: .5rem 0
}

@media(min-width: 1200px) {
    .message-body-subject {
        font-size: 1.125rem
    }
}

.message-attachments {
    display: inline-flex;
    flex-direction: column;
    padding: 1rem
}

.message-attachments-item {
    margin: 0 0 .25rem 0;
    padding: .5rem;
    background: #edf0f4;
    color: #2f323a;
    text-decoration: none
}

.map-outage {
    overflow: hidden;
    position: relative;
    min-height: 400px;
    height: 100%;
    width: 100%;
    margin-bottom: 5px;
    background: #f8f9fb;
    border: 1px solid #dadfe7
}

.map-info {
    font-size: .8rem;
    color: #6f6f85
}

.map-legend {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: .1875rem
}

.map-legend-outage {
    background-color: #f49b99
}

.pay-arrange-container + .pay-arrange-container {
    margin-top: 1rem;
    padding-top: 2rem;
    border-top: 5px solid #dadfe7
}

@media print {
    body {
        width: 100%;
        margin: 0;
        font-size: 12pt;
        line-height: 1.3;
        color: #000;
        background-color: #fff !important
    }

    h1, .h1 {
        font-size: 18pt
    }

    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        font-weight: 600
    }

    * {
        background-image: none !important;
        text-decoration: none !important;
        box-shadow: none !important;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        text-shadow: none !important;
        max-height: none !important;
        overflow: visible !important
    }

    img, svg {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }

    ul, ol {
        margin-left: 18pt;
        margin-bottom: 20pt
    }

    button:not(.accordion-button), .btn {
        display: none !important
    }

    a {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    img, svg {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        -webkit-column-break-after: avoid;
        -moz-column-break-after: avoid;
        break-after: avoid
    }

    ul, ol, dl {
        -webkit-column-break-before: avoid;
        -moz-column-break-before: avoid;
        break-before: avoid
    }

    .card {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    a:link, a:visited, a {
        background: rgba(0,0,0,0);
        color: #000;
        text-decoration: underline;
        text-align: left
    }

    .content a[href^=http]:after {
        content: " (" attr(href) ")"
    }

    .content a:not(:local-link):after {
        content: " (" attr(href) ")"
    }

    a:after > img {
        content: ""
    }

    a[href^="#"]:after {
        content: ""
    }

    .page-container {
        display: block
    }

    .page-main {
        display: block;
        max-width: none
    }

    .nav:not([role=tablist]), .header-nav, .card-footer, .card-header + .card-header, #dropdownQuicklinks, footer, .popover.show, .pagination, .dataTable-pagination-list, .imageRotator {
        display: none
    }

    .card-subheader a:not(.active) {
        display: none
    }

    .page-header-container {
        position: static;
        background: none !important;
        border: none
    }

    .header-logo-container img {
        -webkit-filter: grayscale(1) invert(50%);
        filter: grayscale(1) invert(50%)
    }

    .sidebar {
        width: 100%;
        display: block;
        background: none;
        padding: 0 var(--layout-gap-width)
    }

    .offcanvas-collapse {
        position: static;
        top: 0;
        left: 0;
        bottom: auto;
        visibility: visible
    }

    .nav-main {
        margin: 0;
        padding: 0
    }

    .nav-account {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        border: 1px solid #bbb;
        background: none
    }

    .nav-account-select {
        display: flex;
        align-items: center;
        gap: .2rem;
        padding: 0 !important
    }

        .nav-account-select label:after {
            content: ":"
        }

        .nav-account-select select, .nav-account-select .select2-container--bootstrap-5 .select2-selection {
            color: #000;
            border: 0 !important
        }

    .nav-account-details {
        font-size: 10pt
    }

    .content-container {
        padding-left: var(--layout-gap-width)
    }

    table {
        border: 1px solid #bbb !important
    }

    .table-rounded::after {
        border: none
    }

    th {
        background-color: rgba(0,0,0,0) !important;
        border-top-width: 1px !important;
        border-bottom-width: 1px !important;
        border-color: #bbb !important
    }

    td, .table > :not(caption) > * > * {
        background-color: rgba(0,0,0,0);
        border-color: #bbb !important
    }

    .card {
        border: 1px solid #bbb
    }

    .card-header, .card-footer, .card-page-header {
        background: none !important
    }

    .summary-grid {
        position: static !important
    }

        .summary-grid .col-md-6 {
            position: static !important
        }

    .message-header, .message-attachments-item {
        border: 1px solid #bbb;
        background-color: rgba(0,0,0,0)
    }

    .message-replies-container {
        display: block !important
    }

    .accordion-button, .accordion-item {
        background-color: rgba(0,0,0,0)
    }

        .accordion-button::after {
            background-image: none
        }

    .accordion-collapse.collapse {
        display: block !important
    }

    .alert {
        background: none !important;
        border: 2px dashed #bbb !important
    }
}

.footer-list-heading {
    text-transform: uppercase
}

.footer-list-link {
    font-weight: 500
}

.login-footer-nav-container {
    margin-bottom: 1rem;
    background-color: #fff;
    border-top: 1px solid #dadfe7;
    border-bottom: 1px solid #dadfe7
}

.login-footer-nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: .5rem var(--layout-gap-width)
}

@media(min-width: 576px) {
    .login-footer-nav {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem
    }
}

.login-footer-nav-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 2rem;
    list-style: none;
    margin: 0;
    padding: 0
}

    .login-footer-nav-list li {
        flex: 1 1 48%;
        padding: .5rem 0
    }

@media(min-width: 768px) {
    .login-footer-nav-list li {
        flex: 1 1 30%;
        padding: 1rem 0
    }
}

@media(min-width: 992px) {
    .login-footer-nav-list li {
        flex: 0 0 auto
    }
}

.login-footer-nav-list a {
    font-weight: 500
}

.page-non-auth .header-nav {
    display: none
}

.page-non-auth .page-footer-legal-container {
    background: none
}

.login-other-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center
}

@media(min-width: 992px) {
    .login-other-container {
        align-items: stretch;
        justify-content: center;
        flex-direction: row;
        margin-top: 3rem
    }
}

@media(min-width: 992px) {
    .login-other-container .card-login {
        margin-bottom: 0
    }
}

.login-other {
    margin-top: 1rem
}

@media(min-width: 992px) {
    .login-other {
        margin-top: 0;
        margin-left: 4rem;
        padding-left: 3.75rem;
        border-left: 2px solid #dadfe7
    }
}

.login-other-h-first {
    margin-bottom: 1rem;
    font-weight: 400
}

@media(min-width: 992px) {
    .login-other-h-first {
        margin-bottom: 2rem
    }
}

.login-other-h {
    margin-bottom: .25rem;
    padding-bottom: .25rem;
    display: inline-block;
    border-bottom: 3px solid #caeeed
}

.login-other-link .v1-icon {
    top: -1px;
    color: #2dbdb9;
    width: 1.5rem;
    height: 1.5rem
}

.tile-success, .tile-info {
    background: #2dbdb9;
    color: #2f323a
}

.badge.bg-success {
    color: #2f323a;
    text-shadow: none
}

.card-page .badge.bg-success {
    background: #fff !important
}

.card-login-nwe .card-header {
    background: #b90101;
    outline: 1px solid #b90101;
    border-bottom: 0;
    color: #fff;
    text-align: center
}
/*# sourceMappingURL=main.css.map */