﻿@charset "UTF-8";

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-rgb: 33,37,41;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*, ::after, ::before {
    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: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width: 1200px) {
    .h4, h4 {
        font-size: 1.5rem
    }
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title], abbr[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
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

.small, small {
    font-size: .875em
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

    a:hover {
        color: #0a58ca
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

code, kbd, pre, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700
    }

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block;
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input, optgroup, select, 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
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    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(1.275rem + .3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    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: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

    .blockquote > :last-child {
        margin-bottom: 0
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "— "
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-left: calc(var(--bs-gutter-x)*-.5)
}

    .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: .25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: .25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: .5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: .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: .25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: .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: .25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: .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: .25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: .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: .25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: .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: .25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: .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: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0,0,0,.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0,0,0,.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0,0,0,.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

    .table > :not(caption) > * > * {
        padding: .5rem .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(:last-child) > :last-child > * {
        border-bottom-color: currentColor
    }

.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-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: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    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::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: .25rem
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: .25rem
    }

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    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='%23343a40' 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 .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .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: #0d6efd;
        border-color: #0d6efd;
        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;
        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;
        border-radius: 2em;
        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='%2386b7fe'/%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-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

    .btn-check:disabled + .btn, .btn-check[disabled] + .btn {
        pointer-events: none;
        filter: none;
        opacity: .65
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .form-range:focus {
        outline: 0
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
        }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media(prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd
    }

.form-floating {
    position: relative
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out
    }

@media(prefers-reduced-motion:reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control {
    padding: 1rem .75rem
}

    .form-floating > .form-control::-moz-placeholder {
        color: transparent
    }

    .form-floating > .form-control::placeholder {
        color: transparent
    }

    .form-floating > .form-control:not(:-moz-placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus, .input-group > .form-select:focus {
            z-index: 3
        }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

        .input-group .btn:focus {
            z-index: 3
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25,135,84,.9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #198754
}

    .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        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='%23343a40' 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='%23198754' 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 .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-select.is-valid:focus, .was-validated .form-select:valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #198754
}

    .form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
        background-color: #198754
    }

    .form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

    .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
        color: #198754
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
    z-index: 1
}

    .input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
        z-index: 3
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545
}

    .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        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='%23343a40' 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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #dc3545
}

    .form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
        background-color: #dc3545
    }

    .form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

    .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
        color: #dc3545
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
    z-index: 2
}

    .input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
        z-index: 3
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
    }

    .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0a58ca;
        border-color: #0a53be
    }

        .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
        }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
    }

    .btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #565e64;
        border-color: #51585e
    }

        .btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
        }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

    .btn-success:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
    }

    .btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #146c43;
        border-color: #13653f
    }

        .btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
        }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-info:hover {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
        box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
    }

    .btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #3dd5f3;
        border-color: #25cff2
    }

        .btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
        }

    .btn-info.disabled, .btn-info:disabled {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
        box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
    }

    .btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffcd39;
        border-color: #ffc720
    }

        .btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
        }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
    }

    .btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b02a37;
        border-color: #a52834
    }

        .btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
        }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
        box-shadow: 0 0 0 .25rem rgba(211,212,213,.5)
    }

    .btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb
    }

        .btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(211,212,213,.5)
        }

    .btn-light.disabled, .btn-light:disabled {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

    .btn-dark:hover {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
        box-shadow: 0 0 0 .25rem rgba(66,70,73,.5)
    }

    .btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1a1e21;
        border-color: #191c1f
    }

        .btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(66,70,73,.5)
        }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
    }

    .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
            box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
        }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #0d6efd;
        background-color: transparent
    }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
    }

    .btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
            box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
        }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
    }

    .btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

        .btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
            box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
        }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #198754;
        background-color: transparent
    }

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-outline-info:hover {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
    }

    .btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

        .btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
            box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
        }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #0dcaf0;
        background-color: transparent
    }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
    }

    .btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
            box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
        }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
    }

    .btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
            box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
        }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
    }

    .btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
            box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
        }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .25rem rgba(33,37,41,.5)
    }

    .btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

        .btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
            box-shadow: 0 0 0 .25rem rgba(33,37,41,.5)
        }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #212529;
        background-color: transparent
    }

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

    .btn-link:hover {
        color: #0a58ca
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown, .dropend, .dropstart, .dropup {
    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 transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .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: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

    .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 transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.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 transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    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 transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.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: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #1e2125;
        background-color: #e9ecef
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0d6efd
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0,0,0,.15)
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6
    }

        .dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
            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: #0d6efd
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0,0,0,.15)
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .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-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    color: #0a58ca
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #0d6efd
    }

.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        width: 100%
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }

        .navbar-expand-sm .offcanvas-header {
            display: none
        }

        .navbar-expand-sm .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none
        }

        .navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-sm .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }

        .navbar-expand-md .offcanvas-header {
            display: none
        }

        .navbar-expand-md .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none
        }

        .navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-md .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }

        .navbar-expand-lg .offcanvas-header {
            display: none
        }

        .navbar-expand-lg .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none
        }

        .navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-lg .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }

        .navbar-expand-xl .offcanvas-header {
            display: none
        }

        .navbar-expand-xl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none
        }

        .navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-xl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

@media(min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none
        }

        .navbar-expand-xxl .offcanvas-header {
            display: none
        }

        .navbar-expand-xxl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none
        }

        .navbar-expand-xxl .offcanvas-bottom, .navbar-expand-xxl .offcanvas-top {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-xxl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

    .navbar-expand .offcanvas-header {
        display: none
    }

    .navbar-expand .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.55)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.55)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.55)
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
        color: #fff
    }

.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 rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

        .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: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group > .card {
    margin-bottom: .75rem
}

@media(min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    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='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    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='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .accordion-item:first-of-type {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem
        }

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 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: #6c757d;
        content: var(--bs-breadcrumb-divider,"/")
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem
    }

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

    .alert-primary .alert-link {
        color: #06357a
    }

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

    .alert-secondary .alert-link {
        color: #34383c
    }

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

    .alert-success .alert-link {
        color: #0c4128
    }

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

    .alert-info .alert-link {
        color: #04414d
    }

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

    .alert-warning .alert-link {
        color: #523e02
    }

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

    .alert-danger .alert-link {
        color: #6a1a21
    }

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light .alert-link {
        color: #4f5050
    }

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

    .alert-dark .alert-link {
        color: #101214
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.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:focus, .list-group-item-action:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .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:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        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:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            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:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            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:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            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:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            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:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            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 {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #084298;
        background-color: #bacbe6
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #084298;
        border-color: #084298
    }

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #41464b;
        background-color: #cbccce
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #41464b;
        border-color: #41464b
    }

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #0f5132;
        background-color: #bcd0c7
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #0f5132;
        border-color: #0f5132
    }

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #055160;
        background-color: #badce3
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #055160;
        border-color: #055160
    }

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #664d03;
        background-color: #e6dbb9
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #664d03;
        border-color: #664d03
    }

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #842029;
        background-color: #dfc2c4
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #842029;
        border-color: #842029
    }

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #636464;
        background-color: #e5e5e5
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #636464;
        border-color: #636464
    }

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #141619;
        background-color: #bebebf
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #141619;
        border-color: #141619
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        opacity: 1
    }

    .btn-close.disabled, .btn-close:disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: .25
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: .25rem
}

    .toast.showing {
        opacity: 0
    }

    .toast:not(.show) {
        display: none
    }

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

    .toast-container > :not(:last-child) {
        margin-bottom: .75rem
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

    .toast-header .btn-close {
        margin-right: -.375rem;
        margin-left: .75rem
    }

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    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: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    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: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .btn-close {
        padding: .5rem .5rem;
        margin: -.5rem -.5rem -.5rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen .modal-header {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0
    }

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0
        }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
        bottom: 0
    }

        .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
            top: -1px;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
    padding: 0 .4rem
}

    .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
            right: -1px;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
        top: 0
    }

        .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
    padding: 0 .4rem
}

    .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
            left: -1px;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem
    }

        .popover .popover-arrow::after, .popover .popover-arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
    bottom: calc(-.5rem - 1px)
}

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
        bottom: 0;
        border-width: .5rem .5rem 0;
        border-top-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
        bottom: 1px;
        border-width: .5rem .5rem 0;
        border-top-color: #fff
    }

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
        left: 0;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
        left: 1px;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: #fff
    }

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
    top: calc(-.5rem - 1px)
}

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
        top: 0;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
        top: 1px;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: #fff
    }

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
        right: 0;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .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: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(100%)
    }

    .active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #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: -.5rem;
        margin-right: -.5rem;
        margin-bottom: -.5rem
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.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);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0,0,0,.2);
    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);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

    .placeholder.btn::before {
        display: inline-block;
        content: ""
    }

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
    mask-image: linear-gradient(130deg,#000 55%,rgba(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%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

    .link-primary:focus, .link-primary:hover {
        color: #0a58ca
    }

.link-secondary {
    color: #6c757d
}

    .link-secondary:focus, .link-secondary:hover {
        color: #565e64
    }

.link-success {
    color: #198754
}

    .link-success:focus, .link-success:hover {
        color: #146c43
    }

.link-info {
    color: #0dcaf0
}

    .link-info:focus, .link-info:hover {
        color: #3dd5f3
    }

.link-warning {
    color: #ffc107
}

    .link-warning:focus, .link-warning:hover {
        color: #ffcd39
    }

.link-danger {
    color: #dc3545
}

    .link-danger:focus, .link-danger:hover {
        color: #b02a37
    }

.link-light {
    color: #f8f9fa
}

    .link-light:focus, .link-light:hover {
        color: #f9fafb
    }

.link-dark {
    color: #212529
}

    .link-dark:focus, .link-dark:hover {
        color: #1a1e21
    }

.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: calc(3/4*100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9/16*100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9/21*100%)
}

.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
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%,-50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-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(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-rgb),var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !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: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-rgb),var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .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;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !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: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.fflag {
    background-image: url(../image/flags/flagSprite42.png);
    background-repeat: no-repeat;
    background-size: 100% 49494%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box
}

.fflag-CH, .fflag-NP {
    box-shadow: none !important
}

.fflag-DZ {
    background-position: center .2287%
}

.fflag-AO {
    background-position: center .4524%
}

.fflag-BJ {
    background-position: center .6721%
}

.fflag-BW {
    background-position: center .8958%
}

.fflag-BF {
    background-position: center 1.1162%
}

.fflag-BI {
    background-position: center 1.3379%
}

.fflag-CM {
    background-position: center 1.5589%
}

.fflag-CV {
    background-position: center 1.7805%
}

.fflag-CF {
    background-position: center 2.0047%
}

.fflag-TD {
    background-position: center 2.2247%
}

.fflag-CD {
    background-position: left 2.4467%
}

.fflag-DJ {
    background-position: left 2.6674%
}

.fflag-EG {
    background-position: center 2.8931%
}

.fflag-GQ {
    background-position: center 3.1125%
}

.fflag-ER {
    background-position: left 3.3325%
}

.fflag-ET {
    background-position: center 3.5542%
}

.fflag-GA {
    background-position: center 3.7759%
}

.fflag-GM {
    background-position: center 4.0015%
}

.fflag-GH {
    background-position: center 4.2229%
}

.fflag-GN {
    background-position: center 4.441%
}

.fflag-GW {
    background-position: left 4.66663%
}

.fflag-CI {
    background-position: center 4.8844%
}

.fflag-KE {
    background-position: center 5.1061%
}

.fflag-LS {
    background-position: center 5.3298%
}

.fflag-LR {
    background-position: left 5.5495%
}

.fflag-LY {
    background-position: center 5.7712%
}

.fflag-MG {
    background-position: center 5.994%
}

.fflag-MW {
    background-position: center 6.2156%
}

.fflag-ML {
    background-position: center 6.4363%
}

.fflag-MR {
    background-position: center 6.658%
}

.fflag-MU {
    background-position: center 6.8805%
}

.fflag-YT {
    background-position: center 7.1038%
}

.fflag-MA {
    background-position: center 7.3231%
}

.fflag-MZ {
    background-position: left 7.5448%
}

.fflag-NA {
    background-position: left 7.7661%
}

.fflag-NE {
    background-position: center 7.98937%
}

.fflag-NG {
    background-position: center 8.2099%
}

.fflag-CG {
    background-position: center 8.4316%
}

.fflag-RE {
    background-position: center 8.6533%
}

.fflag-RW {
    background-position: right 8.875%
}

.fflag-SH {
    background-position: center 9.0967%
}

.fflag-ST {
    background-position: center 9.32237%
}

.fflag-SN {
    background-position: center 9.5426%
}

.fflag-SC {
    background-position: left 9.7628%
}

.fflag-SL {
    background-position: center 9.9845%
}

.fflag-SO {
    background-position: center 10.2052%
}

.fflag-ZA {
    background-position: left 10.4269%
}

.fflag-SS {
    background-position: left 10.6486%
}

.fflag-SD {
    background-position: center 10.8703%
}

.fflag-SR {
    background-position: center 11.0945%
}

.fflag-SZ {
    background-position: center 11.3135%
}

.fflag-TG {
    background-position: left 11.5354%
}

.fflag-TN {
    background-position: center 11.7593%
}

.fflag-UG {
    background-position: center 11.9799%
}

.fflag-TZ {
    background-position: center 12.2005%
}

.fflag-EH {
    background-position: center 12.4222%
}

.fflag-YE {
    background-position: center 12.644%
}

.fflag-ZM {
    background-position: center 12.8664%
}

.fflag-ZW {
    background-position: left 13.0873%
}

.fflag-AI {
    background-position: center 13.309%
}

.fflag-AG {
    background-position: center 13.5307%
}

.fflag-AR {
    background-position: center 13.7524%
}

.fflag-AW {
    background-position: left 13.9741%
}

.fflag-BS {
    background-position: left 14.1958%
}

.fflag-BB {
    background-position: center 14.4175%
}

.fflag-BQ {
    background-position: center 14.6415%
}

.fflag-BZ {
    background-position: center 14.8609%
}

.fflag-BM {
    background-position: center 15.0826%
}

.fflag-BO {
    background-position: center 15.306%
}

.fflag-VG {
    background-position: center 15.528%
}

.fflag-BR {
    background-position: center 15.7496%
}

.fflag-CA {
    background-position: center 15.9694%
}

.fflag-KY {
    background-position: center 16.1911%
}

.fflag-CL {
    background-position: left 16.4128%
}

.fflag-CO {
    background-position: left 16.6345%
}

.fflag-KM {
    background-position: center 16.8562%
}

.fflag-CR {
    background-position: center 17.0779%
}

.fflag-CU {
    background-position: left 17.2996%
}

.fflag-CW {
    background-position: center 17.5213%
}

.fflag-DM {
    background-position: center 17.743%
}

.fflag-DO {
    background-position: center 17.968%
}

.fflag-EC {
    background-position: center 18.1864%
}

.fflag-SV {
    background-position: center 18.4081%
}

.fflag-FK {
    background-position: center 18.6298%
}

.fflag-GF {
    background-position: center 18.8515%
}

.fflag-GL {
    background-position: left 19.0732%
}

.fflag-GD {
    background-position: center 19.2987%
}

.fflag-GP {
    background-position: center 19.518%
}

.fflag-GT {
    background-position: center 19.7383%
}

.fflag-GY {
    background-position: center 19.96%
}

.fflag-HT {
    background-position: center 20.1817%
}

.fflag-HN {
    background-position: center 20.4034%
}

.fflag-JM {
    background-position: center 20.6241%
}

.fflag-MQ {
    background-position: center 20.8468%
}

.fflag-MX {
    background-position: center 21.0685%
}

.fflag-MS {
    background-position: center 21.2902%
}

.fflag-NI {
    background-position: center 21.5119%
}

.fflag-PA {
    background-position: center 21.7336%
}

.fflag-PY {
    background-position: center 21.9553%
}

.fflag-PE {
    background-position: center 22.177%
}

.fflag-PR {
    background-position: left 22.4002%
}

.fflag-BL {
    background-position: center 22.6204%
}

.fflag-KN {
    background-position: center 22.8421%
}

.fflag-LC {
    background-position: center 23.0638%
}

.fflag-PM {
    background-position: center 23.2855%
}

.fflag-VC {
    background-position: center 23.5072%
}

.fflag-SX {
    background-position: left 23.732%
}

.fflag-TT {
    background-position: center 23.9506%
}

.fflag-TC {
    background-position: center 24.1723%
}

.fflag-US {
    background-position: center 24.392%
}

.fflag-VI {
    background-position: center 24.6157%
}

.fflag-UY {
    background-position: left 24.8374%
}

.fflag-VE {
    background-position: center 25.0591%
}

.fflag-AB {
    background-position: center 25.279%
}

.fflag-AF {
    background-position: center 25.5025%
}

.fflag-AZ {
    background-position: center 25.7242%
}

.fflag-BD {
    background-position: center 25.9459%
}

.fflag-BT {
    background-position: center 26.1676%
}

.fflag-BN {
    background-position: center 26.3885%
}

.fflag-KH {
    background-position: center 26.611%
}

.fflag-CN {
    background-position: left 26.8327%
}

.fflag-GE {
    background-position: center 27.0544%
}

.fflag-HK {
    background-position: center 27.2761%
}

.fflag-IN {
    background-position: center 27.4978%
}

.fflag-ID {
    background-position: center 27.7195%
}

.fflag-JP {
    background-position: center 27.9412%
}

.fflag-KZ {
    background-position: center 28.1615%
}

.fflag-LA {
    background-position: center 28.3846%
}

.fflag-MO {
    background-position: center 28.6063%
}

.fflag-MY {
    background-position: center 28.829%
}

.fflag-MV {
    background-position: center 29.0497%
}

.fflag-MN {
    background-position: left 29.2714%
}

.fflag-MM {
    background-position: center 29.4931%
}

.fflag-NP {
    background-position: left 29.7148%
}

.fflag-KP {
    background-position: left 29.9365%
}

.fflag-MP {
    background-position: center 30.1582%
}

.fflag-PW {
    background-position: center 30.3799%
}

.fflag-PG {
    background-position: center 30.6016%
}

.fflag-PH {
    background-position: left 30.8233%
}

.fflag-SG {
    background-position: left 31.045%
}

.fflag-KR {
    background-position: center 31.2667%
}

.fflag-LK {
    background-position: right 31.4884%
}

.fflag-TW {
    background-position: left 31.7101%
}

.fflag-TJ {
    background-position: center 31.9318%
}

.fflag-TH {
    background-position: center 32.1535%
}

.fflag-TL {
    background-position: left 32.3752%
}

.fflag-TM {
    background-position: center 32.5969%
}

.fflag-VN {
    background-position: center 32.8186%
}

.fflag-AX {
    background-position: center 33.0403%
}

.fflag-AL {
    background-position: center 33.25975%
}

.fflag-AD {
    background-position: center 33.4837%
}

.fflag-AM {
    background-position: center 33.7054%
}

.fflag-AT {
    background-position: center 33.9271%
}

.fflag-BY {
    background-position: left 34.1488%
}

.fflag-BE {
    background-position: center 34.3705%
}

.fflag-BA {
    background-position: center 34.5922%
}

.fflag-BG {
    background-position: center 34.8139%
}

.fflag-HR {
    background-position: center 35.0356%
}

.fflag-CY {
    background-position: center 35.2555%
}

.fflag-CZ {
    background-position: left 35.479%
}

.fflag-DK {
    background-position: center 35.7007%
}

.fflag-EE {
    background-position: center 35.9224%
}

.fflag-FO {
    background-position: center 36.1441%
}

.fflag-FI {
    background-position: center 36.3658%
}

.fflag-FR {
    background-position: center 36.5875%
}

.fflag-DE {
    background-position: center 36.8092%
}

.fflag-GI {
    background-position: center 37.0309%
}

.fflag-GR {
    background-position: left 37.2526%
}

.fflag-GG {
    background-position: center 37.4743%
}

.fflag-HU {
    background-position: center 37.696%
}

.fflag-IS {
    background-position: center 37.9177%
}

.fflag-IE {
    background-position: center 38.1394%
}

.fflag-IM {
    background-position: center 38.3611%
}

.fflag-IT {
    background-position: center 38.5828%
}

.fflag-JE {
    background-position: center 38.8045%
}

.fflag-XK {
    background-position: center 39.0262%
}

.fflag-LV {
    background-position: center 39.2479%
}

.fflag-LI {
    background-position: left 39.4696%
}

.fflag-LT {
    background-position: center 39.6913%
}

.fflag-LU {
    background-position: center 39.913%
}

.fflag-MT {
    background-position: left 40.1347%
}

.fflag-MD {
    background-position: center 40.3564%
}

.fflag-MC {
    background-position: center 40.5781%
}

.fflag-ME {
    background-position: center 40.7998%
}

.fflag-NL {
    background-position: center 41.0215%
}

.fflag-MK {
    background-position: center 41.2432%
}

.fflag-NO {
    background-position: center 41.4649%
}

.fflag-PL {
    background-position: center 41.6866%
}

.fflag-PT {
    background-position: center 41.9083%
}

.fflag-RO {
    background-position: center 42.13%
}

.fflag-RU {
    background-position: center 42.3517%
}

.fflag-SM {
    background-position: center 42.5734%
}

.fflag-RS {
    background-position: center 42.7951%
}

.fflag-SK {
    background-position: center 43.0168%
}

.fflag-SI {
    background-position: center 43.2385%
}

.fflag-ES {
    background-position: left 43.4602%
}

.fflag-SE {
    background-position: center 43.6819%
}

.fflag-CH {
    background-position: center 43.9036%
}

.fflag-TR {
    background-position: center 44.1253%
}

.fflag-UA {
    background-position: center 44.347%
}

.fflag-GB {
    background-position: center 44.5687%
}

.fflag-VA {
    background-position: right 44.7904%
}

.fflag-BH {
    background-position: center 45.0121%
}

.fflag-IR {
    background-position: center 45.2338%
}

.fflag-IQ {
    background-position: center 45.4555%
}

.fflag-IL {
    background-position: center 45.6772%
}

.fflag-KW {
    background-position: left 45.897%
}

.fflag-JO {
    background-position: left 46.1206%
}

.fflag-KG {
    background-position: center 46.3423%
}

.fflag-LB {
    background-position: center 46.561%
}

.fflag-OM {
    background-position: left 46.7857%
}

.fflag-PK {
    background-position: center 47.0074%
}

.fflag-PS {
    background-position: center 47.2291%
}

.fflag-QA {
    background-position: center 47.4508%
}

.fflag-SA {
    background-position: center 47.6725%
}

.fflag-SY {
    background-position: center 47.8942%
}

.fflag-AE {
    background-position: center 48.1159%
}

.fflag-UZ {
    background-position: left 48.3376%
}

.fflag-AS {
    background-position: right 48.5593%
}

.fflag-AU {
    background-position: center 48.781%
}

.fflag-CX {
    background-position: center 49.002%
}

.fflag-CC {
    background-position: center 49.2244%
}

.fflag-CK {
    background-position: center 49.4445%
}

.fflag-FJ {
    background-position: center 49.6678%
}

.fflag-PF {
    background-position: center 49.8895%
}

.fflag-GU {
    background-position: center 50.1112%
}

.fflag-KI {
    background-position: center 50.3329%
}

.fflag-MH {
    background-position: left 50.5546%
}

.fflag-FM {
    background-position: center 50.7763%
}

.fflag-NC {
    background-position: center 50.998%
}

.fflag-NZ {
    background-position: center 51.2197%
}

.fflag-NR {
    background-position: left 51.4414%
}

.fflag-NU {
    background-position: center 51.6631%
}

.fflag-NF {
    background-position: center 51.8848%
}

.fflag-WS {
    background-position: left 52.1065%
}

.fflag-SB {
    background-position: left 52.3282%
}

.fflag-TK {
    background-position: center 52.5499%
}

.fflag-TO {
    background-position: left 52.7716%
}

.fflag-TV {
    background-position: center 52.9933%
}

.fflag-VU {
    background-position: left 53.215%
}

.fflag-WF {
    background-position: center 53.4385%
}

.fflag-AQ {
    background-position: center 53.6584%
}

.fflag-EU {
    background-position: center 53.875%
}

.fflag-JR {
    background-position: center 54.099%
}

.fflag-OLY {
    background-position: center 54.32%
}

.fflag-UN {
    background-position: center 54.54%
}

.fflag.ff-sm {
    width: 18px;
    height: 11px
}

.fflag.ff-md {
    width: 27px;
    height: 17px
}

.fflag.ff-lg {
    width: 42px;
    height: 27px
}

.fflag.ff-xl {
    width: 60px;
    height: 37px
}

.fflag.ff-lt {
    box-shadow: 0 0 0 1px #dcdcdc
}

.fflag.ff-dk {
    box-shadow: 0 0 0 1px #5a5a5a
}

:root {
    --ck-color-mention-background: rgba(153,0,48,.1);
    --ck-color-mention-text: #990030
}

.ck-content .mention {
    background: var(--ck-color-mention-background);
    color: var(--ck-color-mention-text)
}

.ck-content code {
    background-color: hsla(0,0%,78%,.3);
    border-radius: 2px;
    padding: .15em
}

.ck-content blockquote {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em
}

.ck-content[dir=rtl] blockquote {
    border-left: 0;
    border-right: 5px solid #ccc
}

.ck-content pre {
    background: hsla(0,0%,78%,.3);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    color: #353535;
    direction: ltr;
    font-style: normal;
    min-width: 200px;
    padding: 1em;
    tab-size: 4;
    text-align: left;
    white-space: pre-wrap
}

    .ck-content pre code {
        background: unset;
        border-radius: 0;
        padding: 0
    }

.ck-content .text-tiny {
    font-size: .7em
}

.ck-content .text-small {
    font-size: .85em
}

.ck-content .text-big {
    font-size: 1.4em
}

.ck-content .text-huge {
    font-size: 1.8em
}

:root {
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-marker-green: #62f962;
    --ck-highlight-marker-pink: #fc7899;
    --ck-highlight-marker-blue: #72ccfd;
    --ck-highlight-pen-red: #e71313;
    --ck-highlight-pen-green: #128a00
}

.ck-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow)
}

.ck-content .marker-green {
    background-color: var(--ck-highlight-marker-green)
}

.ck-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink)
}

.ck-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue)
}

.ck-content .pen-red {
    background-color: transparent;
    color: var(--ck-highlight-pen-red)
}

.ck-content .pen-green {
    background-color: transparent;
    color: var(--ck-highlight-pen-green)
}

.ck-content hr {
    background: #dedede;
    border: 0;
    height: 4px;
    margin: 15px 0
}

:root {
    --ck-color-image-caption-background: #f7f7f7;
    --ck-color-image-caption-text: #333
}

.ck-content .image > figcaption {
    background-color: var(--ck-color-image-caption-background);
    caption-side: bottom;
    color: var(--ck-color-image-caption-text);
    display: table-caption;
    font-size: .75em;
    outline-offset: -1px;
    padding: .6em;
    word-break: break-word
}

@media(forced-colors:active) {
    .ck-content .image > figcaption {
        background-color: unset;
        color: unset
    }
}

.ck-content img.image_resized {
    height: auto
}

.ck-content .image.image_resized {
    box-sizing: border-box;
    display: block;
    max-width: 100%
}

    .ck-content .image.image_resized img {
        width: 100%
    }

    .ck-content .image.image_resized > figcaption {
        display: block
    }

:root {
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing)/2)
}

.ck-content .image.image-style-block-align-left, .ck-content .image.image-style-block-align-right {
    max-width: calc(100% - var(--ck-image-style-spacing))
}

.ck-content .image.image-style-align-left, .ck-content .image.image-style-align-right {
    clear: none
}

.ck-content .image.image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%
}

.ck-content .image.image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing)
}

.ck-content .image.image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing)
}

.ck-content .image.image-style-block-align-right {
    margin-left: auto;
    margin-right: 0
}

.ck-content .image.image-style-block-align-left {
    margin-left: 0;
    margin-right: auto
}

.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto
}

.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing)
}

.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing)
}

.ck-content p + .image.image-style-align-left, .ck-content p + .image.image-style-align-right, .ck-content p + .image.image-style-side {
    margin-top: 0
}

.ck-content .image-inline.image-style-align-left, .ck-content .image-inline.image-style-align-right {
    margin-bottom: var(--ck-inline-image-style-spacing);
    margin-top: var(--ck-inline-image-style-spacing)
}

.ck-content .image-inline.image-style-align-left {
    margin-right: var(--ck-inline-image-style-spacing)
}

.ck-content .image-inline.image-style-align-right {
    margin-left: var(--ck-inline-image-style-spacing)
}

.ck-content .image {
    clear: both;
    display: table;
    margin: .9em auto;
    min-width: 50px;
    text-align: center
}

    .ck-content .image img {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        min-width: 100%
    }

.ck-content .image-inline {
    align-items: flex-start;
    display: inline-flex;
    max-width: 100%
}

    .ck-content .image-inline picture {
        display: flex
    }

    .ck-content .image-inline img, .ck-content .image-inline picture {
        flex-grow: 1;
        flex-shrink: 1;
        max-width: 100%
    }

.ck-content ol {
    list-style-type: decimal
}

    .ck-content ol ol {
        list-style-type: lower-latin
    }

        .ck-content ol ol ol {
            list-style-type: lower-roman
        }

            .ck-content ol ol ol ol {
                list-style-type: upper-latin
            }

                .ck-content ol ol ol ol ol {
                    list-style-type: upper-roman
                }

.ck-content ul {
    list-style-type: disc
}

    .ck-content ul ul {
        list-style-type: circle
    }

        .ck-content ul ul ul, .ck-content ul ul ul ul {
            list-style-type: square
        }

:root {
    --ck-todo-list-checkmark-size: 16px
}

.ck-content .todo-list {
    list-style: none
}

    .ck-content .todo-list li {
        margin-bottom: 5px;
        position: relative
    }

        .ck-content .todo-list li .todo-list {
            margin-top: 5px
        }

    .ck-content .todo-list .todo-list__label > input {
        -webkit-appearance: none;
        border: 0;
        display: inline-block;
        height: var(--ck-todo-list-checkmark-size);
        left: -25px;
        margin-left: 0;
        margin-right: -15px;
        position: relative;
        right: 0;
        vertical-align: middle;
        width: var(--ck-todo-list-checkmark-size)
    }

.ck-content[dir=rtl] .todo-list .todo-list__label > input {
    left: 0;
    margin-left: -15px;
    margin-right: 0;
    right: -25px
}

.ck-content .todo-list .todo-list__label > input:before {
    border: 1px solid #333;
    border-radius: 2px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: box-shadow .25s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .ck-content .todo-list .todo-list__label > input:before {
        transition: none
    }
}

.ck-content .todo-list .todo-list__label > input:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0 calc(var(--ck-todo-list-checkmark-size)/8) calc(var(--ck-todo-list-checkmark-size)/8) 0;
    box-sizing: content-box;
    content: "";
    display: block;
    height: calc(var(--ck-todo-list-checkmark-size)/2.6);
    left: calc(var(--ck-todo-list-checkmark-size)/3);
    pointer-events: none;
    position: absolute;
    top: calc(var(--ck-todo-list-checkmark-size)/5.3);
    transform: rotate(45deg);
    width: calc(var(--ck-todo-list-checkmark-size)/5.3)
}

.ck-content .todo-list .todo-list__label > input[checked]:before {
    background: #26ab33;
    border-color: #26ab33
}

.ck-content .todo-list .todo-list__label > input[checked]:after {
    border-color: #fff
}

.ck-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle
}

.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
    position: absolute
}

.ck-content .media {
    clear: both;
    display: block;
    margin: .9em 0;
    min-width: 15em
}

.ck-content .page-break {
    align-items: center;
    clear: both;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    position: relative
}

    .ck-content .page-break:after {
        border-bottom: 2px dashed #c4c4c4;
        content: "";
        position: absolute;
        width: 100%
    }

.ck-content .page-break__label {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    box-shadow: 2px 2px 1px rgba(0,0,0,.15);
    color: #333;
    display: block;
    font-family: Helvetica,Arial,Tahoma,Verdana,Sans-Serif;
    font-size: .75em;
    font-weight: 700;
    padding: .3em .6em;
    position: relative;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1
}

@media print {
    .ck-content .page-break {
        padding: 0
    }

        .ck-content .page-break:after {
            display: none
        }

        .ck-content .page-break + * {
            margin-bottom: 0
        }
}

.ck-content .table {
    display: table;
    margin: .9em auto
}

    .ck-content .table table {
        border: 1px double #b3b3b3;
        border-collapse: collapse;
        border-spacing: 0;
        height: 100%;
        width: 100%
    }

        .ck-content .table table td, .ck-content .table table th {
            border: 1px solid #bfbfbf;
            min-width: 2em;
            padding: .4em
        }

        .ck-content .table table th {
            background: rgba(0,0,0,.05);
            font-weight: 700
        }

@media print {
    .ck-content .table table {
        height: auto
    }
}

.ck-content[dir=rtl] .table th {
    text-align: right
}

.ck-content[dir=ltr] .table th {
    text-align: left
}

:root {
    --ck-color-selector-caption-background: #f7f7f7;
    --ck-color-selector-caption-text: #333
}

.ck-content .table > figcaption {
    background-color: var(--ck-color-selector-caption-background);
    caption-side: top;
    color: var(--ck-color-selector-caption-text);
    display: table-caption;
    font-size: .75em;
    outline-offset: -1px;
    padding: .6em;
    text-align: center;
    word-break: break-word
}

@media(forced-colors:active) {
    .ck-content .table > figcaption {
        background-color: unset;
        color: unset
    }
}

.ck-content .table .ck-table-resized {
    table-layout: fixed
}

.ck-content .table table {
    overflow: hidden
}

.ck-content .table td, .ck-content .table th {
    overflow-wrap: break-word;
    position: relative
}

@font-face {
    font-family: 'Bangla';
    src: url('/font/NotoSansBengali-Regular.ttf') format('truetype')
}

#components-reconnect-modal {
    inset: auto !important;
    top: 5px !important;
    right: 5px !important;
    z-index: 2147483647 !important;
    height: 8px !important;
    width: 8px !important;
    background-color: #f00 !important;
    box-shadow: 0 0 2px 1px red !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important
}

    #components-reconnect-modal > * {
        display: none !important
    }

:root {
    --brand-green: #45b383;
    --brand-green-deep: #2e9166;
    --brand-red: #da291c;
    --brand-red-deep: #c52419
}

body {
    background-color: #f9f9fc;
    color: #6c7293;
    font-size: 14px;
    font-family: system-ui,-apple-system,"Segoe UI",Bangla,Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px
}

*:hover::-webkit-scrollbar-track {
    background: #ffffff7d
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px
}

    *:hover::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
        background: #0000003b
    }

[rf-scroll] {
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
    margin-right: -8px !important
}

.isvalid, [isvalid] {
    border-color: var(--control-isvalid-border-color) !important
}

.invalid, [invalid] {
    border-color: var(--control-invalid-border-color) !important
}

[rf-pop-full] {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%)
}

.rf-lazy-loading-off {
    display: none !important
}

.validation-message, .validation-message-rf {
    font-size: 12px;
    color: #f00
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: none
}

:focus-visible {
    outline: 0
}

:disabled {
    background-color: #00000008 !important;
    cursor: not-allowed
}

::placeholder {
    color: #00000050;
    opacity: .5
}

:-ms-input-placeholder {
    color: #00000050
}

::-ms-input-placeholder {
    color: #00000050
}

.main-layout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    gap: 10px
}

.main-body {
    flex: auto;
    padding: 0 15px
}

.page-footer {
    z-index: 1
}

.button-rf {
    outline: 0 !important;
    box-shadow: none !important;
    transition: all .2s ease-in-out
}

    .button-rf.btn-info {
        background-color: rgba(54,108,243,.1);
        color: #366cf3;
        border-color: transparent
    }

        .button-rf.btn-info:hover {
            background-color: #366cf3;
            color: #fff
        }

    .button-rf.btn-light {
        color: #5c5c5c;
        background-color: #00000012;
        border-color: transparent
    }

        .button-rf.btn-light:hover {
            background-color: #00000021;
            color: #000
        }

.rf-font-success {
    color: #1a9f92 !important
}

.rf-font-warning {
    color: #ffb822 !important
}

.rf-font-danger {
    color: #ed1000 !important
}

.rf-font-info {
    color: #366cf3 !important
}

.rf-logo-layout {
    min-height: 100px;
    max-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 20px
}

    .rf-logo-layout img {
        width: max-content;
        height: max-content;
        max-width: 100px;
        max-height: 150px;
        border-radius: 10px;
        padding: 10px;
        box-shadow: inset 0 0 11px #00000021
    }

.rf-reset-pass {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    margin: 0 5vw;
    min-height: calc(100vh - 200px);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain
}

.rf-reset-pass-info {
    flex: 1 0 300px;
    max-width: 450px;
    background-color: #ffffff9e;
    padding: 20px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    box-shadow: -3px 3px 10px #0000002e;
    display: flex;
    flex-direction: column;
    align-items: center
}

    .rf-reset-pass-info > .rf-reset-pass-nameco {
        font-size: calc(100px + 1vw);
        text-shadow: 0 0 2px #00000061;
        background-color: #37474f;
        color: #fff;
        width: calc(170px + 1vw);
        height: calc(170px + 1vw);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: 0 5px 10px #00000038;
        margin-bottom: 20px;
        padding-bottom: 4px
    }

    .rf-reset-pass-info > .rf-reset-pass-name {
        font-size: calc(14px + 1vw);
        text-shadow: 0 0 2px #00000061
    }

    .rf-reset-pass-info > .rf-reset-pass-email {
        font-size: calc(10px + .3vw)
    }

.rf-reset-pass-box {
    flex: 1 0 300px;
    max-width: 450px;
    background-color: #ffffffe3;
    padding: 20px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: -3px 3px 10px #0000002e
}

.rf-reset-pass-box-title {
    font-size: 16px;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0;
    text-align: center
}

.rf-reset-pass-box button {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.rf-reset-pass-header {
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0 0 2px #0000004d;
    text-align: center;
    border-bottom: 1px solid #0000000f;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.layoutheader-rf {
    animation: top-bottom .3s ease-in-out;
    transition: all 200ms ease-in;
    backdrop-filter: blur(10px)
}

.sticky-layoutheader-rf {
    top: -5px !important;
    padding-top: 10px !important;
    transition: all 200ms ease-in;
    box-shadow: 0 5px 10px #0000001f !important
}

@keyframes top-bottom {
    from {
        opacity: 0;
        height: 10px
    }

    to {
        opacity: 1;
        height: 60px
    }
}

@keyframes top-drop {
    from {
        opacity: 0;
        transform: translateY(-52px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes bottom-drop {
    from {
        opacity: 0;
        top: 120px
    }

    to {
        opacity: 1;
        top: 60px
    }
}

@keyframes menu-drop {
    from {
        opacity: 0;
        top: -10px
    }

    to {
        opacity: 1;
        top: 54px
    }
}

@keyframes menu-drop-2 {
    from {
        opacity: 0;
        top: -30px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes menu-drop-3 {
    from {
        opacity: 0;
        left: -200px
    }

    to {
        opacity: 1;
        left: 0
    }
}

@keyframes menu-drop-4 {
    from {
        opacity: 1;
        left: 0
    }

    to {
        opacity: 0;
        left: -200px
    }
}

.layoutheader-rf .rf-page-header-leading > img {
    max-height: 50px
}

.rf-page-header-menu-mobile, .rf-page-header-action-mobile {
    font-size: 0
}

    .rf-page-header-menu-mobile > i, .rf-page-header-action-mobile > i {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        transition: all .2s ease-in-out
    }

.rf-page-header-menu > ul, .rf-page-header-menu > ul > li ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

    .rf-page-header-menu > ul > li {
        display: flex;
        margin-right: 5px;
        position: relative;
        max-width: 200px
    }

        .rf-page-header-menu > ul > li ul {
            position: absolute;
            top: 50px;
            display: none;
            flex-wrap: wrap;
            background-color: #fff;
            box-shadow: 0 10px 15px #00000024;
            border-radius: 5px;
            transition: all .1s ease-in-out;
            padding: 10px 0;
            width: 200px;
            animation: menu-drop .3s ease-in-out
        }

        .rf-page-header-menu > ul > li > ul > li ul {
            top: 0;
            left: 201px;
            animation: menu-drop-2 .3s ease-in-out
        }

        .rf-page-header-menu > ul > li ul > li {
            flex: 0 0 100%;
            display: flex;
            position: relative
        }

.rf-page-header-menu ul > li > a {
    flex: auto;
    color: inherit;
    transition: all .2s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
    padding: 5px 10px
}

    .rf-page-header-menu ul > li > a > i {
        font-size: 18px
    }

    .rf-page-header-menu ul > li > a[rf-menu-expanded] ~ ul {
        display: flex
    }

    .rf-page-header-menu ul > li > a:after {
        display: flex;
        float: right;
        height: 21px;
        align-items: center;
        justify-content: flex-end;
        content: '';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 10px;
        flex: auto
    }

    .rf-page-header-menu ul > li > a[rf-menu-expanded]:after {
        content: ''
    }

    .rf-page-header-menu ul > li > a:only-child:after {
        display: none
    }

    .rf-page-header-menu ul > li > a.active, .rf-page-header-menu ul > li > a:hover, .rf-page-header-menu-mobile > i:hover, .rf-page-header-action-mobile > i:hover {
        background-color: #f7f7f7
    }

.rf-page-header-action-items {
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center
}

.rf-page-header-action-item {
    min-width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9ea4bc;
    font-size: 18px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative
}

    .rf-page-header-action-item:last-of-type {
        color: #919191
    }

    .rf-page-header-action-item > .rf-page-header-action-item-username {
        font-size: 14px;
        margin: 0 5px;
        width: 80px;
        white-space: nowrap;
        word-break: keep-all;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .rf-page-header-action-item > .rf-page-header-action-item-userletter {
        width: 36px;
        height: 36px;
        background-color: #f5f5f5;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        padding-bottom: 1px
    }

.rf-page-header-action-item-unread {
    display: block;
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 10px;
    background-color: #ff796f;
    padding: 0 5px;
    border-radius: 5px;
    color: #fff;
    box-shadow: -1px 1px 0 1px white
}

@media(max-width: 1080px) {
    .rf-page-header-menu-mobile, .rf-page-header-action-mobile {
        flex: auto;
        text-align: right;
        font-size: 20px;
        color: #7096f6;
        z-index: 1
    }

        .rf-page-header-menu-mobile > i, .rf-page-header-action-mobile > i {
            height: 36px;
            width: 36px
        }

    .rf-page-header-menu > ul {
        display: none
    }

        .rf-page-header-menu > ul.True {
            display: flex;
            background-color: #fff;
            border-radius: 5px;
            position: fixed;
            left: 1px;
            top: 65px;
            height: calc(100vh - 70px);
            flex-direction: column;
            width: 300px;
            box-shadow: 1px 1px 8px 0 #0000001a !important;
            z-index: 9;
            overflow: auto;
            padding: 10px;
            animation: menu-drop-3 300ms ease-in-out
        }

        .rf-page-header-menu > ul > li {
            width: 100%;
            max-width: 100%;
            margin-right: 0;
            flex-wrap: wrap
        }

            .rf-page-header-menu > ul > li ul {
                top: 0;
                animation: menu-drop-2 .3s ease-in-out;
                position: relative;
                width: 100%;
                border-radius: 0;
                padding-left: 10px;
                box-shadow: none !important
            }

                .rf-page-header-menu > ul > li ul > li {
                    flex-wrap: wrap
                }

            .rf-page-header-menu > ul > li > ul > li ul {
                left: 0
            }

    .rf-page-header-action-items {
        display: none
    }

        .rf-page-header-action-items.True {
            display: flex;
            position: absolute;
            top: 50px;
            right: 0;
            background-color: #fff;
            z-index: -1;
            padding: 5px 15px;
            border-radius: 10px;
            box-shadow: 0 2px 10px #00000045;
            animation: top-drop .3s ease-in-out
        }

    .rf-page-header-action {
        flex: 0 0 36px
    }

    .rf-page-header-action-user, .rf-page-header-action-setting, .rf-page-header-action-notification, .rf-page-header-action-search {
        top: 100px !important
    }
}

.rf-page-header-action-user, .rf-page-header-action-setting, .rf-page-header-action-notification, .rf-page-header-action-search {
    position: absolute;
    right: 0;
    width: calc(270px + 20vw);
    max-width: 380px;
    background-color: #fff;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 0 2px 12px #00000026;
    overflow: hidden
}

    .rf-page-header-action-user.True, .rf-page-header-action-setting.True, .rf-page-header-action-notification.True, .rf-page-header-action-search.True {
        top: 50px;
        display: flex;
        animation: top-drop .3s ease-in-out
    }

.rf-page-header-action-user-header, .rf-page-header-action-setting-header, .rf-page-header-action-notification-header {
    background-image: url(../image/bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 1.5rem;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.rf-page-header-action-user-header-left {
    flex: 0 0 60px;
    background-color: #fff9;
    color: #1a9f92;
    font-weight: 500;
    font-size: 38px;
    text-align: center;
    height: 60px;
    border-radius: 5px
}

.rf-page-header-action-user-header-middle {
    flex: auto;
    font-weight: 500;
    font-size: 18px;
    color: #2b2d36;
    padding: 0 10px
}

.rf-page-header-action-user-header-right {
    flex: 0 0 80px;
    height: 60px;
    background-color: #00968873;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 0 2px #ffffff2e
}

    .rf-page-header-action-user-header-right > span {
        text-align: center;
        flex: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        line-height: 26px
    }

    .rf-page-header-action-user-header-right > div {
        text-align: center
    }

.rf-page-header-action-user-body {
    flex: auto;
    overflow: auto
}

@media(max-height: 550px) {
    .rf-page-header-action-user-body {
        max-height: 60px
    }
}

.rf-page-header-action-user-body-item, .rf-page-header-action-notification-body .bi-list-item {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    color: #919191 !important;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
    animation: slide-left .5s ease-in-out
}

    .rf-page-header-action-user-body-item .bi-left {
        flex: 0 0 40px;
        font-size: 20px
    }

    .rf-page-header-action-user-body-item .bi-middle {
        flex: auto
    }

        .rf-page-header-action-user-body-item .bi-middle .bim-top {
            font-size: 14px
        }

        .rf-page-header-action-user-body-item .bi-middle .bim-bottom {
            font-size: 14px;
            font-weight: 400;
            color: #919191 !important
        }

    .rf-page-header-action-user-body-item .bi-right {
        font-size: 8px;
        color: #919191 !important
    }

    .rf-page-header-action-user-body-item:hover, .rf-page-header-action-notification-body .bi-list-item:hover {
        color: #8d68cf !important;
        background-color: #f7f8fa
    }

.rf-page-header-action-setting-header-top {
    flex: 0 0 100%;
    font-size: 18px;
    color: #000;
    text-align: center;
    align-self: end
}

.rf-page-header-action-setting-header-bottom {
    background-color: #1a9f92;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #fff6;
    border-radius: 5px
}

.rf-page-header-action-setting-body {
    display: flex;
    flex-wrap: wrap;
    height: calc(100px + 20vh)
}

    .rf-page-header-action-setting-body > a {
        flex: 1 0 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-decoration: none;
        color: inherit;
        border-color: #e5e5e5 !important;
        transition: all .2s ease-in-out
    }

        .rf-page-header-action-setting-body > a:nth-of-type(1), .rf-page-header-action-setting-body > a:nth-of-type(2) {
            border-bottom: 1px solid
        }

        .rf-page-header-action-setting-body > a:nth-child(even) {
            border-left: 1px solid
        }

        .rf-page-header-action-setting-body > a:hover {
            background-color: #fbfbfb
        }

        .rf-page-header-action-setting-body > a > i {
            flex: 0 0 calc(10px + 4vh);
            width: calc(10px + 4vh);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: calc(10px + 3vh);
            color: #1acbba
        }

        .rf-page-header-action-setting-body > a > .bi-text {
            color: #366cf3;
            font-size: calc(8px + 1vh);
            font-weight: 600
        }

        .rf-page-header-action-setting-body > a > .bi-subtext {
            color: #8b8b8b;
            font-weight: 400;
            text-align: center;
            font-size: calc(8px + .6vh)
        }

.rf-page-header-action-notification-header-left {
    font-size: 18px;
    color: #000;
    text-align: center;
    align-self: end;
    padding-right: 15px;
    margin-top: 20px
}

.rf-page-header-action-notification-header-right {
    font-size: 14px;
    height: 26px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: end;
    background-color: rgba(88,103,221,.3) !important;
    color: #0a1b9f !important;
    border-radius: 5px
}

.rf-page-header-action-notification-header-bottom {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    align-self: flex-end
}

    .rf-page-header-action-notification-header-bottom .hi-tab-header {
        padding: 8px;
        padding-bottom: 5px;
        border-bottom: 3px solid transparent;
        cursor: pointer;
        color: #3a3a3a;
        transition: all .3s ease-in-out
    }

        .rf-page-header-action-notification-header-bottom .hi-tab-header:hover, .rf-page-header-action-notification-header-bottom .hi-tab-header.True {
            border-color: #366cf3
        }

.rf-page-header-action-notification-body {
    overflow: auto;
    height: calc(50px + 21vh)
}

    .rf-page-header-action-notification-body .bi-list-item .bi-left {
        font-size: 17px;
        flex: 0 0 30px
    }

    .rf-page-header-action-notification-body .bi-list-item .bi-middle {
        flex: auto;
        font-weight: 400
    }

    .rf-page-header-action-notification-body .bi-list-item .bi-right {
        font-size: 8px;
        color: #ddd
    }

.rf-page-header-action-notification-item > div {
    color: #00158b;
    font-size: 14px
}

.rf-page-header-action-notification-item > span {
    color: #464646;
    font-size: 12px
}

.rf-page-header-action-notification-item > p {
    color: #3f51b5;
    font-size: 10px;
    margin: 0;
    padding: 0
}

.rf-page-header-action-notification-footer {
    border-top: 1px dashed #e9e9e9;
    text-align: center;
    font-weight: 400
}

.rf-page-header-action-search {
    flex-direction: row;
    align-items: center;
    padding: 0 20px
}

    .rf-page-header-action-search > input {
        border: 0;
        font-size: 14px;
        padding: 20px 0;
        outline: 0;
        flex: auto
    }

    .rf-page-header-action-search > i {
        font-size: 14px;
        padding-right: 15px
    }

.rf-page-header-action-user-footer {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

path.footer-bg1-rf-top {
    fill: #393939 !important
}

.rf-page-footer {
    background-image: url('../image/footer-pink.png');
    padding: 15px;
    padding-top: calc(100px + 5vw);
    background-repeat: no-repeat;
    background-size: cover
}

.rf-page-footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

.rf-page-footer-top-item {
    flex: 1 1 300px
}

.rf-page-footer-top-item-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.rf-page-footer-top-item-desc {
    font-size: 14px;
    color: #58557c;
    display: flex;
    flex-wrap: wrap
}

.rf-page-footer-top-item-links {
    flex: auto
}

    .rf-page-footer-top-item-links > a, .rf-page-footer-bottom-link, .rf-page-footer-bottom-right-link {
        padding: 0;
        margin-bottom: 5px;
        color: inherit;
        transition: all .3s ease-in-out
    }

.rf-page-footer a:hover {
    color: #fff !important
}

.rf-page-footer-top-item-desc.input-backdrops {
    flex-wrap: nowrap;
    background-color: #00000021;
    padding: 8px
}

.rf-page-footer-top-item-email {
    background: none;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 7px;
    color: #fff;
    width: 100%
}

.rf-page-footer-top-item-emailbtn {
    padding: 7px 25px;
    font-weight: 500;
    background-color: #366cf3;
    border-radius: 5px;
    color: #fff;
    transition: all .3s ease-in-out
}

    .rf-page-footer-top-item-emailbtn:hover {
        background-color: #1252f1;
        color: #fff
    }

.rf-page-footer-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
    gap: 15px
}

.rf-page-footer-bottom-left, .rf-page-footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000
}

.rf-page-footer-bottom-logo {
    width: 45px;
    filter: drop-shadow(1px 1px 1px #222)
}

.rf-page-footer-bottom-cr, .rf-page-footer-bottom-link {
    font-size: 13px;
    font-weight: 600;
    margin: 0
}

.rf-page-footer-bottom-right-link {
    font-size: 14px;
    font-weight: 700;
    color: #565656;
    margin: 0
}

@media(max-width: 765px) {
    .rf-page-footer-bottom {
        flex-direction: column-reverse
    }
}

@keyframes scroll-to-top {
    from {
        opacity: 0;
        bottom: 0
    }

    to {
        opacity: 1;
        bottom: 25px
    }
}

.scroll-to-top {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 25px;
    bottom: 25px;
    border: 0;
    outline: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    z-index: 10;
    background-color: #366cf347;
    transition: all .3s ease-in-out;
    animation: scroll-to-top .8s ease-in-out
}

    .scroll-to-top:hover {
        background-color: #366cf3;
        box-shadow: 3px 3px 10px #00000026
    }

.layoutbody-rf > .body-space {
    flex: auto
}

.rf-page-left-menu {
    width: 260px;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    transform: translateX(-260px)
}

    .rf-page-left-menu.hide-left-menu {
        display: none
    }

.rf-page-left-menu-exp {
    position: absolute;
    top: 25px;
    right: -12px;
    height: 100px;
    width: 12px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    font-size: 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #0000001f;
    box-shadow: 0 0 5px #00000021;
    cursor: pointer;
    transition: all .1s ease-in-out
}

    .rf-page-left-menu-exp:hover {
        box-shadow: 0 0 5px #00000045;
        background-color: #ebebeb
    }

.rf-page-left-menu.True {
    border-top: 0;
    border-left: 0;
    background-image: linear-gradient(98deg,rgba(202,202,202,.02) 0%,rgba(202,202,202,.02) 58%,transparent 58%,transparent 67%,rgba(220,220,220,.02) 67%,rgba(220,220,220,.02) 82%,rgba(8,8,8,.02) 82%,rgba(8,8,8,.02) 100%),linear-gradient(318deg,rgba(19,19,19,.02) 0%,rgba(19,19,19,.02) 5%,transparent 5%,transparent 50%,rgba(101,101,101,.02) 50%,rgba(101,101,101,.02) 65%,rgba(132,132,132,.02) 65%,rgba(132,132,132,.02) 100%),linear-gradient(150deg,rgba(166,166,166,.02) 0%,rgba(166,166,166,.02) 18%,transparent 18%,transparent 37%,rgba(105,105,105,.02) 37%,rgba(105,105,105,.02) 87%,rgba(244,244,244,.02) 87%,rgba(244,244,244,.02) 100%),linear-gradient(53deg,rgba(54,54,54,.02) 0%,rgba(54,54,54,.02) 26%,transparent 26%,transparent 81%,rgba(251,251,251,.02) 81%,rgba(251,251,251,.02) 85%,rgba(19,19,19,.02) 85%,rgba(19,19,19,.02) 100%),linear-gradient(90deg,#fff,rgb(255 255 255/84%));
    backdrop-filter: blur(4px);
    z-index: 99;
    box-shadow: inset -5px 0 13px #0000000a;
    transform: translateX(0)
}

.rf-page-left-menu-header {
    border-bottom: 1px solid #0000000d;
    position: relative
}

    .rf-page-left-menu-header > i {
        position: absolute;
        left: 15px;
        width: 15px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        opacity: .5;
        transition: all .3s ease-in-out;
        text-shadow: 1px 1px 2px #e7e7e7,-1px 1px 2px #e7e7e7,-1px -1px 2px #e7e7e7,1px -1px 2px #e7e7e7
    }

    .rf-page-left-menu-header:hover > i {
        opacity: 1
    }

    .rf-page-left-menu-header > i:hover {
        color: #f00
    }

    .rf-page-left-menu-header > div > * {
        padding: 6px 40px
    }

.rf-page-left-menu.True > .rf-page-left-menu-exp {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff
}

.rf-page-left-menu.has-left-menu.True ~ .body-space {
    margin-left: 260px
}

@media(max-width: 600px) {
    .rf-page-left-menu.has-left-menu.True ~ .body-space {
        margin-left: 0
    }
}

.rf-page-left-menu-body {
    overflow: auto;
    padding: 10px;
    flex: auto
}

    .rf-page-left-menu-body > ul, .rf-page-left-menu-body > ul > li ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        user-select: none
    }

    .rf-page-left-menu-body li {
        margin-top: 1px
    }

    .rf-page-left-menu-body ul > li > a {
        flex: auto;
        padding: 6px;
        font-size: 14px;
        font-weight: 500;
        color: inherit;
        transition: all 200ms ease-in-out;
        cursor: pointer;
        display: flex;
        align-items: center
    }

    .rf-page-left-menu-body > ul > li ul {
        display: none;
        animation: left-menu-drop 400ms ease-in-out
    }

    .rf-page-left-menu-body ul > li > a[rf-menu-expanded] ~ ul {
        display: block;
        padding-left: 20px;
        position: relative
    }

    .rf-page-left-menu-body > ul > li > a[rf-menu-expanded] ~ ul {
        padding-left: 30px
    }

        .rf-page-left-menu-body > ul > li > a[rf-menu-expanded] ~ ul::before {
            content: '';
            position: absolute;
            top: 0;
            left: 14px;
            bottom: 0;
            width: 2px;
            background-color: #00000063;
            animation: linedrop 800ms ease-in-out
        }

@keyframes left-menu-drop {
    0% {
        transform: translateY(-30px) scaleY(0);
        opacity: 0
    }

    100% {
        transform: translateY(0) scaleY(1.01);
        opacity: 1
    }
}

@keyframes linedrop {
    from {
        bottom: 500px
    }

    to {
        bottom: 0
    }
}

.rf-page-left-menu-body ul > li > a > i {
    flex: 0 0 30px;
    font-size: 18px
}

.rf-page-left-menu-body ul > li > a:after {
    flex: auto;
    text-align: right;
    content: '';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px
}

.rf-page-left-menu-body ul > li > a[rf-menu-expanded]:after {
    content: ''
}

.rf-page-left-menu-body ul > li > a:only-child:after {
    display: none
}

.rf-page-left-menu-body ul > li > a.active, .rf-page-left-menu-body ul > li > a:hover, .rf-page-left-menu-body-mobile > i:hover, .rf-page-header-action-mobile > i:hover {
    background-color: #00000012
}

.menu-separator {
    height: 1px;
    display: block;
    background-color: #0000001a;
    margin: 5px
}

.layout-header-portal-action-login {
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: baseline;
    font-size: 15px
}

.layout-header-portal-action-user-box {
    background-color: #00000012;
    font-size: 28px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: inset 0 0 6px #0000000f
}

.layout-header-portal-action-user-menu {
    display: none
}

    .layout-header-portal-action-user-menu.True {
        position: absolute;
        right: 0;
        margin-top: 5px;
        background-color: #fffffff7;
        backdrop-filter: blur(5px);
        padding: 5px;
        box-shadow: -2px 4px 10px #0000004d;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        gap: 6px
    }

.dt-loading, [dt-loading] {
    position: relative;
    cursor: wait
}

    .dt-loading > div, .dt-loading > span > span > span > span, [dt-loading] > div, [dt-loading] > span > span > span > span {
        opacity: .2;
        pointer-events: none
    }

    .dt-loading > span, [dt-loading] > span {
        pointer-events: none
    }

    .dt-loading::after, [dt-loading]::after {
        font-family: FontAwesome;
        font-size: 16px;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #00000069;
        content: "";
        animation: lds-ring 1s linear infinite;
        position: absolute;
        right: 10px;
        top: 25%;
        cursor: wait;
        border-radius: 50%
    }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
        opacity: .5
    }

    50% {
        transform: rotate(180deg);
        opacity: 1
    }

    100% {
        transform: rotate(360deg);
        opacity: .5
    }
}

.form-control {
    font-size: inherit
}

.page-rf-header {
    position: sticky;
    z-index: 9;
    border-radius: 5px;
    top: 55px;
    margin-bottom: 10px;
    background-color: #fff
}

    .page-rf-header.True {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 8px 15px;
        box-shadow: 0 3px 9px #00000014;
        border: 1px solid #0000000a
    }

    .page-rf-header > div {
        display: flex;
        align-items: center;
        gap: 5px
    }

.page-rf-header-icon:empty {
    flex: 0 0 5px;
    background-color: #b62133
}

.page-rf-header-title {
    font-size: 16px;
    font-weight: 500
}

.page-rf-header-subtitle {
    font-size: 12px
}

    .page-rf-header-subtitle > .page-rf-header-subtitle-icon {
        font-size: 11px;
        color: #b62133
    }

.page-rf-header-actions {
    flex: auto;
    flex-wrap: wrap;
    justify-content: end
}

.page-rf-footer {
    position: sticky;
    z-index: 8;
    border-radius: 5px;
    bottom: 0;
    background-color: #fff;
    padding: 8px 15px;
    margin-top: 10px;
    box-shadow: 0 -3px 9px #00000014;
    border: 1px solid #0000000a
}

.container-rf {
    background-color: #fff;
    box-shadow: 0 0 5px #00000026;
    border-radius: 5px;
    padding: 15px
}

.container-rf-header {
    position: sticky;
    z-index: 8;
    top: 55px;
    min-height: 48px;
    margin: -15px -15px 10px -15px;
    background-color: #fbfbfb
}

    .container-rf-header.True {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 8px 15px;
        box-shadow: 0 2px 4px #00000014;
        border-radius: inherit;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .container-rf-header.False:empty {
        display: none
    }

    .container-rf-header > div {
        display: flex;
        align-items: center;
        gap: 5px
    }

.container-rf-header-icon:empty {
    display: none
}

.container-rf-header-title {
    font-size: 16px;
    font-weight: 500
}

.container-rf-header-subtitle {
    font-size: 12px
}

    .container-rf-header-subtitle > .container-rf-header-subtitle-icon {
        font-size: 11px;
        color: #e91e63
    }

.container-rf-header-actions {
    flex: auto;
    flex-wrap: wrap;
    justify-content: end
}

.rf-control {
    border-radius: var(--control-border-radius);
    border: var(--control-border);
    border-color: var(--control-border-color);
    margin: var(--control-margin);
    padding: var(--control-padding);
    background-color: var(--control-background-color);
    color: var(--control-color);
    width: 100%;
    outline: 0
}

    .rf-control:focus, .rf-control:focus-visible {
        border-color: var(--control-focus-border-color) !important
    }

.rf-control-label {
    margin: 0;
    font-weight: bold;
}

    .rf-control-label.True::after {
        content: '*';
        color: #f00;
        display: inline-block;
        text-shadow: 0 0 2px #f44336b8;
        transform: scale(1.2) translate(4px,2px)
    }

.rf-control-clear {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #efefef;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin: 0 5px;
    cursor: pointer
}

.checkbox-rf, .radio-rf {
    grid-gap: 15px;
    row-gap: 5px
}

    .radio-rf [templated], .checkbox-rf [templated] {
        display: none
    }

    .radio-rf .radio-rf-label, .checkbox-rf .checkbox-rf-label {
        flex: auto
    }

    .radio-rf .option-rf[inherit-p], .checkbox-rf .option-rf[inherit-p] {
        background: inherit;
        box-shadow: inherit;
        padding: inherit
    }

.checkdiorf-accordion .checkbox-rf, .checkdiorf-accordion .radio-rf {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent
}

:root .rf-switch {
    --scolor: #fff;
    --dscolor: #000;
    --sbcolor: var(--brand-green);
    --dsbcolor: var(--brand-red);
    --ol: .2;
    --rd: 5px
}

.rf-switch {
    margin: var(--control-margin)
}

    .rf-switch input {
        display: none
    }

    .rf-switch * {
        user-select: none;
        box-sizing: border-box
    }

    .rf-switch label {
        cursor: pointer;
        width: fit-content;
        min-height: 36px;
        position: relative;
        display: flex;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: var(--rd)
    }

        .rf-switch label::before {
            content: '';
            position: absolute;
            inset: 0;
            background: var(--dsbcolor);
            opacity: .2
        }

        .rf-switch label > span {
            flex: auto;
            min-width: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .3s;
            position: relative;
            padding: 3px 5px;
            z-index: 1
        }

            .rf-switch label > span.s1 {
                opacity: var(--ol);
                color: var(--dscolor)
            }

            .rf-switch label > span.s2 {
                color: var(--scolor)
            }

            .rf-switch label > span:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: -1;
                border-radius: var(--rd);
                transition: .3s
            }

            .rf-switch label > span.s1:before {
                transform: translateX(100%);
                background-color: var(--sbcolor);
                opacity: 0
            }

            .rf-switch label > span.s2:before {
                background-color: var(--dsbcolor)
            }

    .rf-switch input:checked + label::before {
        background: var(--sbcolor)
    }

    .rf-switch input:checked + label > span.s1 {
        color: var(--scolor);
        opacity: 1
    }

    .rf-switch input:checked + label > span.s2 {
        color: var(--dscolor);
        opacity: var(--ol)
    }

    .rf-switch input:checked + label > span.s1:before {
        opacity: 1;
        transform: translateX(0%)
    }

    .rf-switch input:checked + label > span.s2:before {
        transform: translateX(-100%);
        opacity: 0
    }

.rf-rating {
    display: flex;
    flex-wrap: wrap;
    margin: var(--control-margin)
}

.select-rf, .multiselect-rf {
    min-height: 38px
}

    .select-rf .select2-container, .multiselect-rf .select2-container {
        width: 100% !important
    }

    .select-rf .select2-selection, .multiselect-rf .select2-selection {
        min-height: 36px !important;
        border: 0 !important;
        font-family: inherit !important;
        border-radius: 5px !important;
        background-color: transparent
    }

    .select-rf .select2-selection__rendered, .multiselect-rf .select2-selection__rendered {
        line-height: 36px !important;
        color: inherit !important
    }

    .select-rf ul.select2-selection__rendered, .multiselect-rf ul.select2-selection__rendered {
        line-height: 23px !important
    }

    .select-rf .select2-selection__choice, .multiselect-rf .select2-selection__choice {
        border: 0 !important;
        border-radius: 5px !important;
        margin-right: 7px !important;
        margin-top: 7px !important;
        padding: 0 10px !important;
        padding-bottom: 1px !important
    }

    .select-rf .select2-selection__arrow, .multiselect-rf .select2-selection__arrow {
        height: 36px !important
    }

.select2-search__field {
    outline: 0 !important
}

.select2-search--inline .select2-search__field {
    border: 0 !important;
    margin-top: 7px !important
}

.select2-container--open {
    z-index: 9999
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--control-color);
    font-size: 18px;
    opacity: .3;
    transition: all .2s ease-in-out
}

.select2-selection__choice:hover .select2-selection__choice__remove {
    opacity: 1
}

[pop-rf-holder] {
    z-index: 9;
    animation: none !important;
    transition: inset .2s ease-in
}

.datepicker-popup-rf {
    display: none
}

    .datepicker-popup-rf.True {
        max-width: 300px;
        min-width: 230px;
        background-color: #fff;
        box-shadow: 0 0 10px 0 #00000026;
        border-radius: 5px;
        position: fixed;
        font-size: 12px;
        user-select: none;
        overflow: hidden;
        display: block
    }

.datepicker-popup-rf-header {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    padding: 5px 10px
}

    .datepicker-popup-rf-header > i {
        flex: 0 0 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .3s ease-in-out
    }

        .datepicker-popup-rf-header > i:hover {
            background-color: #e1e1e1;
            border-radius: 5px
        }

.datepicker-popup-rf-header-month, .datepicker-popup-rf-header-year {
    flex: auto;
    align-items: center;
    justify-content: center;
    width: 85px;
    text-align: center;
    border: 0;
    background: transparent;
    height: 20px;
    outline: 0
}

.datepicker-popup-rf-body {
    padding: 5px 10px
}

    .datepicker-popup-rf-body > table {
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #202020
    }

        .datepicker-popup-rf-body > table th {
            font-weight: 500;
            max-width: 20px;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .datepicker-popup-rf-body > table td {
            height: 30px;
            width: 30px;
            cursor: pointer;
            border-radius: 5px;
            transition: all .2s ease-in-out
        }

            .datepicker-popup-rf-body > table td[c-today] {
                color: #009688;
                font-weight: bold;
                background-color: #00968817
            }

            .datepicker-popup-rf-body > table td[c-notmonth] {
                color: #d4d4d4
            }

            .datepicker-popup-rf-body > table td[c-disabled] {
                background-color: #f5f5f5;
                opacity: .4;
                cursor: not-allowed
            }

            .datepicker-popup-rf-body > table td[c-ranged] {
                background-color: #3f51b517;
                color: #3f51b5;
                border-radius: 0
            }

            .datepicker-popup-rf-body > table td[c-selected] {
                background-color: #3f51b5;
                color: #fff
            }

.datepicker-popup-rf-footer {
    padding: 10px;
    border-top: 1px solid #dadada;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .datepicker-popup-rf-footer > div {
        text-align: center;
        flex: 0 0 50px;
        padding: 3px;
        border-radius: 5px;
        cursor: pointer
    }

.datepicker-popup-rf-footer-clear {
    background-color: #ececec;
    color: #000
}

.datepicker-popup-rf-footer-today {
    background-color: #ececec;
    color: #000
}

.datepicker-popup-rf-footer-done {
    background-color: #ececec;
    color: #000
}

.datepicker-popup-rf-body-time {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
    gap: 10px
}

.datepicker-popup-rf-body-time-inputs {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 13px
}

.datepicker-popup-rf-body-time-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 20px
}

    .datepicker-popup-rf-body-time-input > i {
        font-size: 17px;
        color: transparent;
        background-color: transparent;
        line-height: 9px;
        padding: 4px 3px;
        border-radius: 5px;
        transition: all .5s ease-in-out;
        position: absolute;
        z-index: 2
    }

        .datepicker-popup-rf-body-time-input > i.fa-angle-up {
            top: -14px
        }

        .datepicker-popup-rf-body-time-input > i.fa-angle-down {
            bottom: -16px
        }

    .datepicker-popup-rf-body-time-input:hover > i {
        color: #616161;
        background-color: #f1f1f1
    }

    .datepicker-popup-rf-body-time-input > input {
        -moz-appearance: textfield;
        -webkit-appearance: none;
        appearance: none;
        outline: 0 !important;
        border: 0;
        width: 30px;
        padding: 0;
        text-align: center;
        color: #222;
        background-color: transparent;
        font-size: 20px
    }

    .datepicker-popup-rf-body-time-input.tt-rf {
        flex: 0 0 100%;
        flex-direction: row;
        justify-content: unset;
        border-radius: 5px;
        overflow: hidden;
        margin-top: 16px;
        margin-bottom: -13px
    }

        .datepicker-popup-rf-body-time-input.tt-rf > .tt-item-rf {
            flex: auto;
            cursor: pointer;
            text-align: center;
            background-color: #3f51b51a;
            color: #3f51b5;
            font-weight: 600;
            font-size: 11px;
            transition: all .2s ease-in-out
        }

            .datepicker-popup-rf-body-time-input.tt-rf > .tt-item-rf:hover {
                background-color: #3f51b540
            }

            .datepicker-popup-rf-body-time-input.tt-rf > .tt-item-rf.True {
                background-color: #3f51b5;
                color: #fff
            }

    .datepicker-popup-rf-body-time-input ~ .datepicker-popup-rf-body-time-input:not(.tt-rf)::before {
        content: ':';
        position: absolute;
        left: -7px;
        top: -1px;
        font-weight: 600
    }

.datepicker-popup-rf-body-months {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 2px;
    border-radius: 5px;
    margin: 5px 0;
    overflow: hidden
}

    .datepicker-popup-rf-body-months > div {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 10px;
        background-color: #f7f7f7;
        transition: all .2s ease-in-out
    }

        .datepicker-popup-rf-body-months > div:hover {
            background-color: #3f51b52e;
            color: #3f51b5;
            border-radius: 5px
        }

        .datepicker-popup-rf-body-months > div[m-disabled] {
            background-color: #f1f1f1;
            color: #c3c3c3;
            cursor: not-allowed
        }

        .datepicker-popup-rf-body-months > div[m-ranged] {
            background-color: #3f51b517;
            color: #3f51b5;
            border-radius: 0
        }

        .datepicker-popup-rf-body-months > div[m-selected] {
            background-color: #3f51b5;
            color: #fff;
            border-radius: 5px
        }

.fileuploader-rf {
    overflow: hidden;
    min-height: 38px;
    position: relative !important
}

.fileuploader-rf-input {
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000000f;
    border-right: 1px solid #00000026;
    font-weight: 500;
    color: var(--control-color);
    cursor: pointer
}

.fileuploader-rf-preview {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    padding: 4px 5px
}

.fileuploader-rf-preview-item {
    background-color: #00000012;
    border: 1px solid #ffffff4a;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    color: var(--control-color)
}

    .fileuploader-rf-preview-item > div {
        flex: auto;
        padding: 0 10px;
        padding-bottom: 2px;
        word-break: break-all
    }

    .fileuploader-rf-preview-item > i {
        width: 30px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #0000000d;
        color: var(--control-color);
        transition: all .3s ease-in-out
    }

    .fileuploader-rf-preview-item > .fileuploader-rf-download:hover {
        background-color: #366cf3;
        color: #fff
    }

    .fileuploader-rf-preview-item > .fileuploader-rf-remove:hover, .fileuploader-rf-remove-all:hover {
        background-color: #f44336;
        color: #fff
    }

.fileuploader-rf-remove-all {
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    background-color: #0000000f;
    border-left: 1px solid #00000026;
    transition: all .3s ease-in-out
}

.fileuploader-rf-drag-active {
    border-style: dotted !important;
    border-width: 2px !important;
    box-shadow: inset 0 0 20px #0000001f !important;
    transition: all .2s ease-in-out
}

.fileuploader-rf-drag-active-form .fileuploader-rf, .fileuploader-rf-drag-active-form .fileuploader-rf-drag-label, .fileuploader-rf-drag-active-form .imageuploader-rf {
    position: relative;
    z-index: 99 !important
}

.fileuploader-rf-drag-active > *:not(.imageuploader-rf-input) {
    transition: all .1s ease-in-out;
    opacity: 0
}

[rf-file] {
    display: none
}

.imageuploader-rf {
    overflow: hidden
}

.imageuploader-rf-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    height: 310px;
    overflow: hidden;
    overflow-y: auto;
    padding: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

    .imageuploader-rf-preview > div {
        flex: auto;
        height: 300px;
        cursor: pointer;
        position: relative
    }

        .imageuploader-rf-preview > div > img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            border-radius: 5px;
            transition: all .2s .1s ease-in-out
        }

.imageuploader-rf-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(57,57,57,.502);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .2s .1s ease-in-out;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.imageuploader-rf-preview > div:hover .imageuploader-rf-overlay {
    transform: scale(1)
}

.imageuploader-rf-preview > div:hover img {
    object-fit: contain;
    border-radius: 0
}

.imageuploader-rf-remove, .imageuploader-rf-download {
    display: flex !important;
    color: #fff;
    font-size: 14px;
    background-color: #00000057;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out
}

    .imageuploader-rf-remove:hover {
        background-color: #f44336
    }

    .imageuploader-rf-download:hover {
        background-color: #03a9f4
    }

.imageuploader-rf-input {
    min-height: 38px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #00000021;
    font-weight: 500;
    color: var(--control-color);
    cursor: pointer
}

.imageuploader-rf-remove-all {
    flex: 0 0 38px;
    background-color: #00000012;
    align-self: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    transition: all .3s ease-in-out
}

    .imageuploader-rf-remove-all:hover {
        background-color: #f44336;
        color: #fff
    }

.rf-form {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 3px 10px #0000000a
}

.rf-form-header {
    position: sticky;
    z-index: 8;
    border-radius: 5px;
    top: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #fff;
    padding: 8px 15px;
    margin: -15px;
    margin-bottom: 10px;
    box-shadow: 0 4px 9px #00000014
}

.rf-form-header-title {
    border-left: 5px solid #e91e63;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px
}

.rf-form-header-subtitle {
    flex: auto;
    font-size: 13px;
    margin: 5px 0
}

    .rf-form-header-subtitle > i {
        font-size: 12px;
        margin-right: 5px;
        color: #e91e63
    }

.rf-form-header-action {
    flex: 0 1 200px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center
}

.rf-form-header-action-saving, .rf-form-header-action-reset, .rf-form-header-action-save {
    flex: auto;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--brand-red);
    color: #fff;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    transition: all .2s ease-in-out
}

.rf-form-header-action-saving {
    background-color: var(--brand-green);
    color: #fff
}

    .rf-form-header-action-saving.dt-loading::after, .rf-form-header-action-saving[dt-loading]::after {
        font-size: 19px;
        width: 20px;
        height: 20px;
        top: 5px;
        color: #fff
    }

.rf-form-header-action-save {
    background-color: var(--brand-green);
    color: #fff;
    align-items: normal;
    flex-wrap: wrap
}

.rf-form-header-action-reset:hover {
    background-color: var(--brand-red-deep);
    color: #fff
}

.rf-form-header-action-save:hover {
    background-color: var(--brand-green-deep)
}

.rf-form-header-action-save > .rf-form-header-action-save-only {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.rf-form-header-action-save > i {
    flex: 0 0 25px;
    border-left: 1px solid #ffffff57;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    z-index: 1
}

    .rf-form-header-action-save > i:hover ~ .rf-form-header-action-save-dd, .rf-form-header-action-save-dd:hover {
        display: block
    }

.rf-form-header-action-save-dd {
    display: none;
    position: absolute;
    top: 29px;
    overflow: hidden;
    background-color: inherit;
    width: 100%;
    padding-top: 10px;
    box-shadow: 0 5px 5px #0000002b;
    border-radius: 0 0 5px 5px;
    border-top: 1px dashed #fff
}

    .rf-form-header-action-save-dd > div {
        padding: 6px;
        font-size: 14px;
        transition: all .2s ease-in-out
    }

        .rf-form-header-action-save-dd > div:hover {
            background-color: #0003
        }

.fileuploader-rf-drag-active-form {
    position: relative;
    border-radius: inherit
}

.fileuploader-rf-drag-active-form-ph {
    position: absolute;
    inset: -5px;
    background: #ffffff5c;
    border-radius: inherit;
    backdrop-filter: blur(4px);
    z-index: 98
}

.toaster-rf-container {
    min-width: 280px;
    max-width: 400px;
    position: fixed;
    right: 2px;
    top: 65px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999999;
    overflow: hidden
}

.toaster-rf {
    background-color: #fff;
    box-shadow: 0 0 6px #00000045;
    backdrop-filter: blur(5px);
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    gap: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #fff
}

    .toaster-rf.False {
        display: none
    }

    .toaster-rf > i {
        flex: 0 0 40px;
        display: flex;
        align-items: center;
        font-size: 40px
    }

.toaster-rf-body {
    flex: auto
}

.toaster-rf-title {
    font-weight: 600
}

.toaster-rf-message {
    font-size: 12px
}

.toaster-rf-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

    .toaster-rf-progress > div {
        height: 7px;
        background-color: #00000021
    }

.toaster-rf-success {
    background-color: var(--brand-green)
}

.toaster-rf-info {
    background-color: #03a9f4e6
}

.toaster-rf-warning {
    background-color: #ff9800ed
}

.toaster-rf-error {
    background-color: var(--brand-red)
}

.pager-rf {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    font-size: 14px;
    box-shadow: 0 0 5px #00000014;
    color: #000
}

.pager-rf-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px
}

.pager-rf-button {
    padding: 2px 10px;
    border: 1px solid #00000014;
    cursor: pointer;
    border-radius: 5px;
    transition: all .2s ease-in-out
}

    .pager-rf-button:hover {
        border-color: #366cf3
    }

    .pager-rf-button.pager-active {
        background-color: #366cf3;
        color: #fff
    }

    .pager-rf-button.False {
        background-color: #f7f7f7;
        color: #bfbfbf
    }

.pager-rf-summary {
    padding: 5px 0
}

.table-rf {
    justify-content: space-between
}

    .table-rf .rf-header {
        box-shadow: 0 2px 9px #0000000f
    }

.table-rf-tbl {
    flex: auto;
    overflow: auto;
    --z-root: 8
}

    .table-rf-tbl > table {
        width: 100%;
        border-color: #dee2e6;
        --z-table: calc(var(--z-root) - 1)
    }

    .table-rf-tbl .table-rf-tbl {
        --z-root: var(--z-table)
    }

    .table-rf-tbl table > thead {
        position: sticky;
        top: 0;
        z-index: var(--z-table);
        box-shadow: 0 0 8px 0 #0000000f;
        background-color: #fff;
        cursor: pointer
    }

    .table-rf-tbl > table thead > tr > th {
        box-shadow: inset 0 0 0 1px #0000000d;
        font-weight: 500;
        border-width: 0 !important;
        padding: 5px 10px
    }

    .table-rf-tbl > table tbody > tr > td {
        border-width: 1px;
        border-style: dashed;
        border-top: 0;
        padding: 5px 10px
    }

    .table-rf-tbl > table tbody > tr:hover > td {
        background-color: #fbfbfb
    }

    .table-rf-tbl > table tfoot {
        position: sticky;
        bottom: 0;
        z-index: 6;
        box-shadow: 0 0 8px 0 #0000000f;
        background-color: #fff
    }

        .table-rf-tbl > table tfoot > tr > * {
            box-shadow: inset 0 0 0 1px #0000000d;
            font-weight: 500;
            border-width: 0 !important;
            padding: 5px 10px
        }

        .table-rf-tbl > table tfoot > tr:hover > * {
            background-color: #fbfbfb
        }

    .table-rf-tbl.table-rf-with-tfoot > table tbody > tr:last-of-type > td {
        border-bottom: 0
    }

    .table-rf-tbl .table-rf-norecord {
        text-align: center;
        font-weight: 500;
        color: #5d5d5d
    }

    .table-rf-tbl .table-rf-loading {
        text-align: center;
        font-weight: 500
    }

th.table-rf-action {
    text-align: center;
    width: 75px;
    position: sticky;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #fff
}

td.table-rf-action {
    text-align: center;
    position: sticky;
    right: 0;
    background-color: #fff;
    box-shadow: inset 1px 0 0 0 #0000000d;
    cursor: pointer
}

.table-rf-dp-action td.table-rf-action.True {
    z-index: 8
}

.table-rf-action-holder {
    display: flex;
    justify-content: center;
    gap: 5px
}

.table-rf-dp-action td.table-rf-action .table-rf-action-holder {
    display: none
}

.table-rf-dp-action td.table-rf-action.True .table-rf-action-holder {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 120px;
    padding: 10px;
    position: absolute;
    right: 50%;
    background-color: #fff;
    border: 1px solid #0000001c;
    box-shadow: -2px 3px 20px #00000024;
    border-radius: 5px;
    overflow: hidden
}

.table-rf-float-action .table-rf-action {
    padding: 0
}

    .table-rf-float-action .table-rf-action .table-rf-action-holder {
        position: absolute;
        right: 1px;
        top: 1px;
        bottom: 1px;
        max-width: 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        background-color: #fff;
        opacity: 0;
        transition: all .3s ease-in-out
    }

.table-rf-float-action tr:hover .table-rf-action .table-rf-action-holder:not(:empty) {
    max-width: 600px;
    padding: 0 7px;
    opacity: 1;
    box-shadow: -5px 0 4px #00000012
}

.table-rf-float-action .table-rf-action .table-rf-action-holder > div {
    gap: 5px;
    flex: 1 0 24px;
    color: inherit
}

.table-rf-action-holder > div {
    flex: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    color: #bebebe;
    transition: all .3s ease-in-out
}

.table-rf-dp-action .table-rf-action-holder > div {
    gap: 5px;
    padding: 5px;
    flex: 1 0 32px;
    justify-content: start;
    border-radius: 0;
    color: inherit;
    width: auto
}

.table-rf-action-holder > div:hover {
    background-color: #ebebeb;
    color: #000
}

.table-rf-action-holder > div > i {
    flex: 0 0 24px
}

.table-rf-action-holder > div > div {
    display: none;
    white-space: nowrap
}

.table-rf-dp-action .table-rf-action-holder > div > div {
    flex: auto;
    display: block;
    text-align: left;
    padding-right: 10px
}

.table-rf-tbl > table thead > tr > th[order-by]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: #0000002e;
    content: '';
    padding-top: 13px;
    line-height: 0;
    float: right
}

.table-rf-tbl > table thead > tr > th[order-dir="asc"]::after {
    color: #0000008f;
    content: '';
    padding-top: 10px;
    line-height: 0
}

.table-rf-tbl > table thead > tr > th[order-dir="desc"]::after {
    color: #0000008f;
    content: '';
    padding-top: 15px;
    line-height: 0
}

.table-rf .page-loading-rf > tr > td {
    color: transparent;
    text-shadow: 0 0 7px black;
    transition: all .01s ease-in
}

    .table-rf .page-loading-rf > tr > td * {
        color: transparent;
        opacity: .3 !important;
        text-shadow: 0 0 7px black;
        transition: all .01s ease-in
    }

.grid-rf {
    display: flex;
    flex-direction: column
}

.grid-rf-body {
    overflow: auto;
    flex: auto;
    display: grid;
    grid-auto-rows: min-content;
    padding: 2px;
    position: relative
}

.grid-rf-loading, .grid-rf-norecord {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500
}

.grid-rf-norecord {
    color: #f44336
}

.grid-rf .pager-rf {
    margin-top: 5px;
    position: sticky;
    bottom: 0
}

.grid-rf-card {
    position: relative;
    animation: scale01 .2s ease-in-out
}

    .grid-rf-card.grid-rf-card-loading * {
        color: transparent
    }

        .grid-rf-card.grid-rf-card-loading *:not(:has(*)) {
            animation: blinker01 .5s ease-in-out infinite
        }

.grid-rf-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    inset: 0 0 auto auto
}

.grid-rf-action-holder {
    display: flex;
    justify-content: center;
    gap: 5px;
    display: flex;
    align-items: center;
    background-color: #fff
}

    .grid-rf-action-holder > div {
        flex: 0 0 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 5px;
        width: 26px;
        height: 26px;
        font-size: 14px;
        color: #bebebe;
        transition: all .3s ease-in-out
    }

        .grid-rf-action-holder > div:hover {
            background-color: #ebebeb;
            color: #000
        }

.grid-rf-float-action .grid-rf-action {
    padding: 1px
}

.grid-rf-float-action .grid-rf-action-holder {
    align-self: start;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease-in-out
}

.grid-rf-float-action .grid-rf-card:hover .grid-rf-action-holder:not(:empty) {
    max-width: 600px;
    padding: 5px;
    border-radius: 0 0 0 5px;
    opacity: 1;
    box-shadow: -2px 2px 10px #0000001a
}

.grid-rf-dp-action .grid-rf-action {
    inset: 0 0 auto auto;
    cursor: pointer;
    padding: 10px
}

    .grid-rf-dp-action .grid-rf-action.True {
        z-index: 8
    }

    .grid-rf-dp-action .grid-rf-action .grid-rf-action-holder {
        display: none
    }

    .grid-rf-dp-action .grid-rf-action.True .grid-rf-action-holder {
        display: flex;
        flex-direction: column;
        gap: 0;
        min-width: 120px;
        padding: 10px;
        position: absolute;
        right: 100%;
        top: inherit;
        background-color: #ffffffe8;
        backdrop-filter: blur(2px);
        border: 1px solid #0000001c;
        box-shadow: -2px 3px 20px 8px #00000024;
        border-radius: 5px;
        overflow: hidden
    }

.grid-rf-dp-action .grid-rf-action-holder > div {
    gap: 5px;
    padding: 5px;
    flex: 1 0 32px;
    border-radius: 0;
    color: inherit;
    width: 100%
}

.grid-rf-action-holder > div > div {
    display: none;
    white-space: nowrap
}

.grid-rf-dp-action .grid-rf-action-holder > div > div {
    flex: auto;
    display: block;
    text-align: left;
    padding-right: 10px
}

@keyframes scale01 {
    from {
        opacity: 0;
        transform: scale(.5)
    }

    to {
        opacity: 1;
        transform: scale(1.01)
    }
}

@keyframes scale21 {
    from {
        opacity: 0;
        transform: scale(1.5)
    }

    to {
        opacity: 1;
        transform: scale(.99)
    }
}

@keyframes blinker01 {
    50% {
        background-color: #00000012
    }
}

.rf-header {
    position: sticky;
    z-index: 8;
    border-radius: 5px;
    top: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #fff;
    padding: 8px 15px;
    margin-bottom: 10px;
    box-shadow: 0 3px 9px #00000014;
    border: 1px solid #0000000a
}

.rf-header-title {
    border-left: 5px solid #e91e63;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px
}

.rf-header-subtitle {
    flex: auto;
    font-size: 13px;
    margin: 5px 0
}

    .rf-header-subtitle > i {
        font-size: 12px;
        margin-right: 5px;
        color: #e91e63
    }

.rf-header-actions {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: end
}

    .rf-header-actions > button {
        flex: 0 1 80px;
        justify-content: center
    }

.rf-card {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #0000001f
}

    .rf-card .rf-header {
        box-shadow: 0 5px 10px #0000000a
    }

.rf-badge {
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 400;
    background-color: #f5f5f5;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.rf-badge-success {
    background-color: #1a9f92 !important;
    color: #fff
}

.rf-badge-warning {
    background-color: #ffb822 !important;
    color: #fff
}

.rf-badge-danger {
    background-color: #ed1000 !important;
    color: #fff
}

.rf-badge-info {
    background-color: #366cf3 !important;
    color: #fff
}

.rf-badge-red {
    background-color: #f44336 !important;
    color: #fff
}

.rf-badge-amber {
    background-color: #ff9800 !important;
    color: #fff
}

.rf-badge-green {
    background-color: #009688 !important;
    color: #fff
}

.filter-rf-pop.False {
    display: none !important
}

.filter-rf-header > i:hover {
    opacity: 1
}

.rf-accordions {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.rf-accordion {
    overflow: hidden;
    border: 1px solid #0000000f
}

    .rf-accordion.True {
        box-shadow: 0 1px 5px #0000000d
    }

.rf-accordion-header {
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.rf-accordion.True .rf-accordion-header {
    border-bottom: 1px solid #0000000f
}

.rf-accordion-header-icon {
    flex: 0 0 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rf-accordion-header > div {
    flex: auto;
    font-weight: 500
}

.rf-accordion-body {
    height: 0;
    max-height: 0;
    overflow: hidden
}

.rf-accordion.True .rf-accordion-body {
    height: auto;
    max-height: 30000px;
    padding: 5px 15px;
    transition: max-height 8s ease-in-out,padding .1s ease-in-out
}

.checkdiorf-accordion {
    border: var(--control-border);
    border-color: var(--control-border-color);
    border-radius: var(--control-border-radius);
    background-color: var(--control-background-color);
    color: var(--control-color);
    margin: var(--control-margin);
    overflow: hidden
}

    .checkdiorf-accordion .rf-accordion {
        border: 0
    }

    .checkdiorf-accordion .rf-accordion-header > div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: inherit
    }

    .checkdiorf-accordion .rf-accordion, .checkdiorf-accordion .rf-accordion-header, .checkdiorf-accordion .rf-accordion-body {
        color: inherit !important;
        background-color: transparent !important
    }

.rf-tab {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 10px #0000000a;
    margin: 15px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

    .rf-tab .rf-tab-progress {
        width: auto;
        height: auto;
        margin: 0,0,5px,0
    }

        .rf-tab .rf-tab-progress > div {
            transition: width .5s ease-in,height .5s ease-in
        }

    .rf-tab.rf-tab-Bottom {
        flex-direction: column-reverse
    }

        .rf-tab.rf-tab-Bottom .rf-tab-progress {
            margin: 5px 0 0 0
        }

    .rf-tab.rf-tab-Left {
        flex-direction: row;
        flex-wrap: nowrap
    }

        .rf-tab.rf-tab-Left .rf-tab-progress {
            margin: 0 5px 0 0
        }

    .rf-tab.rf-tab-Right {
        flex-direction: row-reverse;
        flex-wrap: nowrap
    }

        .rf-tab.rf-tab-Right .rf-tab-progress {
            margin: 0 0 0 5px
        }

.rf-tab-Left > .rf-tab-headers, .rf-tab-Right > .rf-tab-headers {
    flex-direction: column
}

.rf-tab-Left > .rf-tab-bodies, .rf-tab-Right > .rf-tab-bodies {
    flex: auto;
    display: flex
}

.rf-tab-headers {
    display: flex;
    padding: 1px;
    position: relative;
    box-shadow: inset 0 -1px 0 0 #00000012
}

.rf-tab-Bottom .rf-tab-headers {
    box-shadow: inset 0 1px 0 0 #00000012
}

.rf-tab-Left .rf-tab-headers {
    box-shadow: inset -1px 0 0 0 #00000012
}

.rf-tab-Right .rf-tab-headers {
    box-shadow: inset 1px 0 0 0 #00000012
}

.rf-tab-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 5px;
    cursor: pointer;
    border-style: solid;
    border-right: 0;
    border-left: 0;
    transition: all .3s ease-in-out
}

    .rf-tab-header:not(.True):hover {
        border-bottom-color: #0000001a !important
    }

    .rf-tab-header > div {
        flex: auto
    }

    .rf-tab-header > i {
        font-size: 11px;
        color: #a9a9a9
    }

.rf-tab-body {
    flex: 0 0 100%;
    display: none;
    padding: 15px
}

    .rf-tab-body.True {
        display: flex;
        flex-direction: column;
        animation: tab-body .3s ease-in-out
    }

.rf-tab-body-html {
    flex: auto
}

.rf-tab-body-footer {
    order: 0;
    margin: -15px;
    margin-top: 15px;
    padding: 10px 15px;
    border-top: 1px solid #00000012;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right
}

    .rf-tab-body-footer.True {
        justify-content: space-between
    }

    .rf-tab-body-footer > div {
        display: flex;
        gap: 10px;
        flex-wrap: wrap
    }

.rf-tab-body-footer-custom-actions {
    flex: auto;
    justify-content: right
}

@keyframes tab-body {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.rf-tab-header-iconic {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px;
    gap: 10px
}

    .rf-tab-header-iconic.True {
        flex-direction: row
    }

    .rf-tab-header-iconic > div {
        font-weight: 500
    }

.rf-sort {
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    width: 150px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    cursor: pointer
}

    .rf-sort > i {
        flex: 0 0 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease-in-out
    }

        .rf-sort > i:hover {
            background-color: #00000014
        }

        .rf-sort > i:first-of-type {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px
        }

        .rf-sort > i:last-of-type {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px
        }

.rf-sort-text {
    flex: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #00000012;
    padding: 0 5px;
    text-align: center;
    font-weight: 500;
    padding-top: 3px
}

.rf-sort-option-holder {
    position: absolute;
    top: 31px;
    background-color: #fff;
    width: -webkit-fill-available;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #0000001c;
    box-shadow: 0 5px 8px #00000029;
    transition: all .3s ease-in-out;
    z-index: 11
}

    .rf-sort-option-holder.False {
        opacity: 0;
        visibility: hidden
    }

.rf-sort-options {
    padding: 10px 0;
    overflow: auto;
    max-height: 200px;
    transition: all .3s ease-in-out
}

.rf-sort-option-holder.False .rf-sort-options {
    max-height: 0;
    padding: 0
}

.rf-sort-option {
    padding: 5px 10px;
    margin-bottom: 2px;
    transition: all .3s ease-in-out
}

    .rf-sort-option:hover {
        background-color: #00000014
    }

[rf-button="processing"] {
    pointer-events: none
}

    [rf-button="processing"] > i {
        animation: lds-ring 1s linear infinite
    }

.rf-permission-selector {
    max-height: 58vh;
    overflow: auto;
    padding: 5px;
    animation: scale01 .8s ease-in-out
}

    .rf-permission-selector * {
        user-select: none
    }

.rf-permission-selector-header {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    gap: 10px;
    position: sticky;
    z-index: 1;
    top: -5px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #0000001a;
    border-left: 4px solid #0000001f;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #00000017;
    padding: 8px 15px;
    overflow: hidden
}

    .rf-permission-selector-header > i {
        flex: 0 0 16px;
        font-size: 16px
    }

.rf-permission-selector-header-title {
    flex: auto;
    font-weight: 600
}

    .rf-permission-selector-header-title > input {
        width: 100%;
        border: 0;
        border-bottom: 1px solid transparent;
        font-weight: inherit;
        font-size: inherit;
        transition: all .3s
    }

        .rf-permission-selector-header-title > input:focus, .rf-permission-selector-header-title > input:focus-visible {
            border-color: #d3d3d3
        }

i.rf-permission-selector-header-expander, .rf-permission-selector-card-item > i.rf-permission-selector-card-item-expander {
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9b9b9;
    height: 30px;
    cursor: pointer;
    transition: all .3s
}

    i.rf-permission-selector-header-expander:hover, .rf-permission-selector-card-item > i.rf-permission-selector-card-item-expander:hover {
        background-color: #f7f7f7;
        color: #000
    }

.rf-permission-selector-header-crud, .rf-permission-selector-card-item-crud {
    flex: 0 0 162px;
    gap: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    background-color: #fff
}

    .rf-permission-selector-header-crud > div, .rf-permission-selector-card-item-crud > div {
        flex: 0 0 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all .3s
    }

        .rf-permission-selector-card-item-crud > div.crud-is-invisible {
            opacity: .2;
            pointer-events: none
        }

        .rf-permission-selector-header-crud > div:hover, .rf-permission-selector-card-item-crud > div:hover {
            color: #fff
        }

.rf-permission-selector-header-crud-all, .rf-permission-selector-card-item-crud-all {
    background-color: #03a9f41c;
    color: #03a9f4
}

    .rf-permission-selector-header-crud-all:hover, .rf-permission-selector-card-item-crud-all:hover {
        background-color: #03a9f4
    }

.rf-permission-selector-header-crud-c, .rf-permission-selector-card-item-crud-c {
    background-color: #0096881a;
    color: #009688
}

    .rf-permission-selector-header-crud-c:hover, .rf-permission-selector-card-item-crud-c:hover {
        background-color: #00968875
    }

    .rf-permission-selector-header-crud-c.True, .rf-permission-selector-card-item-crud-c.True {
        background-color: #009688;
        color: #fff
    }

.rf-permission-selector-header-crud-r, .rf-permission-selector-card-item-crud-r {
    background-color: #3f51b51a;
    color: #3f51b5
}

    .rf-permission-selector-header-crud-r:hover, .rf-permission-selector-card-item-crud-r:hover {
        background-color: #3f51b575
    }

    .rf-permission-selector-header-crud-r.True, .rf-permission-selector-card-item-crud-r.True {
        background-color: #3f51b5;
        color: #fff
    }

.rf-permission-selector-header-crud-u, .rf-permission-selector-card-item-crud-u {
    background-color: #9c27b01a;
    color: #9c27b0
}

    .rf-permission-selector-header-crud-u:hover, .rf-permission-selector-card-item-crud-u:hover {
        background-color: #9c27b075
    }

    .rf-permission-selector-header-crud-u.True, .rf-permission-selector-card-item-crud-u.True {
        background-color: #9c27b0;
        color: #fff
    }

.rf-permission-selector-header-crud-d, .rf-permission-selector-card-item-crud-d {
    background-color: #e91e631a;
    color: #e91e63
}

    .rf-permission-selector-header-crud-d:hover, .rf-permission-selector-card-item-crud-d:hover {
        background-color: #e91e6375
    }

    .rf-permission-selector-header-crud-d.True, .rf-permission-selector-card-item-crud-d.True {
        background-color: #e91e63;
        color: #fff
    }

.rf-permission-selector-body {
    overflow: hidden
}

    .rf-permission-selector-body ul {
        list-style: none;
        margin: 0;
        padding: 0;
        flex: auto
    }

    .rf-permission-selector-body > ul > li {
        padding-left: 0;
        padding-top: 10px;
        border-left: 0
    }

        .rf-permission-selector-body > ul > li:first-child {
            padding-top: 0
        }

        .rf-permission-selector-body > ul > li ul {
            margin-left: 26px;
            max-height: 6000px;
            opacity: 1;
            transition: max-height 3s,opacity .5s
        }

    .rf-permission-selector-body li.False > ul {
        z-index: -1;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height .2s,opacity .2s
    }

    .rf-permission-selector-body > ul > li li {
        margin: 0;
        padding-top: 10px;
        border-left: 1px solid #989898;
        display: flex;
        flex-wrap: wrap
    }

        .rf-permission-selector-body > ul > li li > ul > li {
            margin-left: 15px
        }

    .rf-permission-selector-body > ul li:last-child {
        border-left-color: transparent
    }

    .rf-permission-selector-body p {
        padding: 0;
        margin: 0
    }

    .rf-permission-selector-body > ul > li li > p {
        flex: 0 0 15px;
        margin-top: -10px;
        display: flex
    }

        .rf-permission-selector-body > ul > li li > p > span {
            flex: auto;
            height: calc(50% + 5px);
            border-bottom: 1px solid #989898
        }

    .rf-permission-selector-body > ul > li li:last-child > p > span {
        border-left: 1px solid #989898;
        margin-left: -1px;
        border-bottom-left-radius: 5px
    }

.rf-permission-selector-card-item {
    background-color: #fff;
    border: 1px solid #0000001a;
    border-left: 4px solid #0000001f;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #00000017;
    padding: 8px 15px;
    overflow: hidden;
    flex: 0 0 calc(100% - 15px);
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    transition: all .5s
}

    .rf-permission-selector-card-item:hover {
        border-left-color: #878787
    }

    .rf-permission-selector-card-item > i {
        flex: 0 0 16px;
        font-size: 16px
    }

.rf-permission-selector-card-item-title {
    flex: auto
}

.role-entry-page-rf .rf-tab-body.True, .user-entry-page-rf .rf-tab-body.True {
    transition: background-image .5s ease-in-out;
    background-image: radial-gradient(circle at 57% 36%,hsla(263,0%,78%,.04) 0%,hsla(263,0%,78%,.04) 10%,transparent 10%,transparent 100%),radial-gradient(circle at 22% 61%,hsla(263,0%,78%,.04) 0%,hsla(263,0%,78%,.04) 36%,transparent 36%,transparent 100%),radial-gradient(circle at 68% 97%,hsla(263,0%,78%,.04) 0%,hsla(263,0%,78%,.04) 41%,transparent 41%,transparent 100%),radial-gradient(circle at 57% 89%,hsla(263,0%,78%,.04) 0%,hsla(263,0%,78%,.04) 30%,transparent 30%,transparent 100%),radial-gradient(circle at 39% 80%,hsla(263,0%,78%,.04) 0%,hsla(263,0%,78%,.04) 22%,transparent 22%,transparent 100%),radial-gradient(circle at 88% 71%,hsla(263,0%,78%,.04) 0%,hsla(263,0%,78%,.04) 30%,transparent 30%,transparent 100%),linear-gradient(0deg,#fff,#fff)
}

.role-entry-page-rf .container-rf, .user-entry-page-rf .container-rf {
    background-color: #ffffff36;
    backdrop-filter: blur(3px)
}

.rf-user-cards .grid-rf-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-image: linear-gradient(339deg,rgba(47,47,47,.02) 0%,rgba(47,47,47,.02) 42%,transparent 42%,transparent 99%,rgba(17,17,17,.02) 99%,rgba(17,17,17,.02) 100%),linear-gradient(257deg,rgba(65,65,65,.02) 0%,rgba(65,65,65,.02) 11%,transparent 11%,transparent 92%,rgba(53,53,53,.02) 92%,rgba(53,53,53,.02) 100%),linear-gradient(191deg,rgba(5,5,5,.02) 0%,rgba(5,5,5,.02) 1%,transparent 1%,transparent 45%,rgba(19,19,19,.02) 45%,rgba(19,19,19,.02) 100%),linear-gradient(29deg,rgba(28,28,28,.02) 0%,rgba(28,28,28,.02) 33%,transparent 33%,transparent 40%,rgba(220,220,220,.02) 40%,rgba(220,220,220,.02) 100%),linear-gradient(90deg,#fff,#fff);
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out
}

    .rf-user-cards .grid-rf-card > .rf-badge {
        transition: all .2s ease-in-out
    }

    .rf-user-cards .grid-rf-card:hover {
        box-shadow: 0 3px 10px 0 #00000029
    }

        .rf-user-cards .grid-rf-card:hover > .rf-badge {
            transform: scale(1.2)
        }

    .rf-user-cards .grid-rf-card.True {
        background-image: linear-gradient(339deg,rgba(0,142,255,.03) 0%,rgba(0,142,255,.03) 42%,transparent 42%,transparent 99%,rgba(10,149,250,.18) 99%,rgba(10,149,250,.18) 100%),linear-gradient(257deg,rgba(2,114,255,.04) 0%,rgba(2,114,255,.04) 11%,transparent 11%,transparent 92%,rgba(14,68,213,.05) 92%,rgba(14,68,213,.05) 100%),linear-gradient(191deg,rgba(50,112,240,.02) 0%,rgba(50,112,240,.02) 1%,transparent 1%,transparent 45%,rgba(86,14,246,.02) 45%,rgba(86,14,246,.02) 100%),linear-gradient(29deg,rgba(28,28,28,.02) 0%,rgba(28,28,28,.02) 33%,transparent 33%,transparent 40%,rgba(13,106,180,.02) 40%,rgba(13,106,180,.02) 100%),linear-gradient(90deg,#fff,#fff)
    }

        .rf-user-cards .grid-rf-card.True::after {
            content: '';
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            line-height: 0;
            padding: 7px 4px;
            position: absolute;
            font-size: 9px;
            text-align: end;
            color: #fff;
            right: 0;
            top: 0;
            width: 30px;
            height: 22px;
            clip-path: polygon(0 0,100% 100%,100% 0);
            background-color: #366cf3
        }

.rf-user-cards .rf-user-card-img {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e8eefd;
    padding: 2px;
    background: #fff;
    transition: all .2s ease-in-out
}

.rf-user-cards .grid-rf-card:hover > .rf-user-card-img {
    transform: scale(1.2)
}

.rf-user-cards .rf-user-card-text {
    flex: auto
}

    .rf-user-cards .rf-user-card-text .rf-user-card-name {
        font-size: 14px;
        font-weight: 600
    }

    .rf-user-cards .rf-user-card-text .rf-user-card-username {
        font-size: 12px
    }

.rf-progress-stepper-item {
    display: flex;
    gap: 15px;
    min-height: 50px;
    animation: scale01 .8s ease-in-out
}

.rf-progress-stepper-joiner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

    .rf-progress-stepper-joiner > i {
        font-size: 16px;
        background-color: #dedede;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: none !important
    }

.rf-progress-stepper-joiner-top, .rf-progress-stepper-joiner-bottom {
    flex: auto;
    width: 5px;
    background-color: #dedede
}

.rf-progress-stepper-item:first-child .rf-progress-stepper-joiner-top {
    background-color: transparent !important
}

.rf-progress-stepper-item:last-child .rf-progress-stepper-joiner-bottom {
    background-color: transparent !important
}

.rf-progress-stepper-data {
    flex: auto;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.rf-progress-stepper-item-title {
    font-weight: 600
}

.rf-progress-stepper-item-message {
    font-size: 12px
}

.rf-progress-stepper-item.Working .rf-progress-stepper-joiner > i {
    animation: rotate 1s infinite
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.rf-progress-stepper-item.Success .rf-progress-stepper-joiner > * {
    background-color: #366cf3;
    color: #fff
}

.rf-progress-stepper-item.Error .rf-progress-stepper-joiner > * {
    background-color: #ff9800;
    color: #fff
}

.rf-progress-stepper-item.Stop .rf-progress-stepper-joiner > * {
    background-color: #e91e63;
    color: #fff
}

.rf-progress-stepper-item.Success .rf-progress-stepper-item-message {
    color: #366cf3
}

.rf-progress-stepper-item.Error .rf-progress-stepper-item-message {
    color: #ff9800
}

.rf-progress-stepper-item.Stop .rf-progress-stepper-item-message {
    color: #e91e63
}

.rf-progress-stepper-item.Working + .rf-progress-stepper-item .rf-progress-stepper-joiner > .rf-progress-stepper-joiner-top {
    background-color: #dedede
}

.rf-progress-stepper-item.Success + .rf-progress-stepper-item .rf-progress-stepper-joiner > .rf-progress-stepper-joiner-top {
    background-color: #366cf3
}

.rf-progress-stepper-item.Error + .rf-progress-stepper-item .rf-progress-stepper-joiner > .rf-progress-stepper-joiner-top {
    background-color: #ff9800
}

.rf-progress-stepper-item.Stop + .rf-progress-stepper-item .rf-progress-stepper-joiner > .rf-progress-stepper-joiner-top {
    background-color: #e91e63
}

.rf-userrole-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 12px;
    min-height: 130px
}

    .rf-userrole-summary > div {
        box-shadow: 0 3px 10px #0000001f;
        padding: 20px;
        border-radius: 10px;
        display: flex;
        gap: 28px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex: auto;
        animation: scale01 .5s ease-in-out;
        background-image: linear-gradient(150deg,transparent 0%,transparent 24%,rgba(0,150,136,.0196078431372549) 24%,rgba(0,150,136,.0196078431372549) 25%,transparent 25%,transparent 100%),linear-gradient(15deg,transparent 0%,transparent 25%,rgba(0,150,136,.0196078431372549) 25%,rgba(0,150,136,.0196078431372549) 36%,transparent 36%,transparent 100%),linear-gradient(150deg,transparent 0%,transparent 63%,rgba(0,150,136,.0196078431372549) 63%,rgba(0,150,136,.0196078431372549) 69%,transparent 69%,transparent 100%),linear-gradient(105deg,#fff,#fff)
    }

        .rf-userrole-summary > div > i, .rf-role-geo-summary > span {
            flex: 0 1 88px;
            aspect-ratio: 1;
            font-size: 40px;
            background-color: #0096882e;
            border-radius: 5px;
            color: #009688;
            text-shadow: 0 0 3px #0000005e;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .rf-userrole-summary > div > div {
            flex: auto;
            display: flex;
            flex-direction: column;
            gap: 15px;
            text-shadow: 0 0 2px #0000004d;
            font-size: 16px
        }

.rf-role-profile-summary {
    flex: 0 0 100% !important
}

    .rf-role-profile-summary > div > div {
        display: flex;
        align-items: center;
        gap: 10px;
        word-break: break-all
    }

        .rf-role-profile-summary > div > div > i, .rf-role-profile-summary > span > i {
            font-size: 16px;
            flex: 0 0 36px;
            width: 36px;
            aspect-ratio: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: #0096882e;
            color: #009688;
            backdrop-filter: blur(2px)
        }

            .rf-role-profile-summary > div > div > i.fa-times, .rf-role-profile-summary > span > i.fa-times {
                background-color: #f4433640;
                color: #f44336
            }

    .rf-role-profile-summary > span > i {
        width: 80px;
        font-size: 42px
    }

.rf-role-ui-summary > span, .rf-role-member-summary > span {
    min-width: 80px;
    font-size: 24px;
    aspect-ratio: 1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background: linear-gradient(145deg,#e6e6e6,#fff);
    box-shadow: 5px 5px 5px #e8e8e8,-5px -5px 5px #fff
}

.rf-role-permission-summary {
    flex-direction: row !important;
    gap: 15px !important;
    flex-wrap: wrap
}

.rf-role-summary, .rf-permission-summary {
    flex-direction: column;
    padding: 10px;
    gap: 5px !important;
    background-color: #0096880f;
    border-radius: 5px;
    color: #009688;
    font-weight: 600;
    justify-content: center;
    flex: auto;
    min-width: 70px
}

    .rf-role-summary > i, .rf-permission-summary > i {
        background-color: transparent !important;
        font-size: 24px !important
    }

.rf-role-geo-summary {
    flex: 0 0 100% !important;
    background-color: #fff
}

    .rf-role-geo-summary > div {
        flex-wrap: wrap;
        flex-direction: row !important;
        gap: 20px !important
    }

.rf-role-geo-summary-item {
    display: flex;
    align-items: center;
    flex: 1 0 135px;
    gap: 10px
}

    .rf-role-geo-summary-item > span {
        padding: 5px;
        border-radius: 5px;
        flex: 0 0 70px;
        text-align: center;
        font-size: 18px
    }

    .rf-role-geo-summary-item > div {
        word-break: break-all
    }

.user-bolder {
    font-weight: 600
}

.user-slim {
    font-size: 13px
}

.user-list-rf-photo-alt {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #366cf3;
    border-radius: 50%;
    border: 4px solid #afc6ff;
    font-weight: 500;
    font-size: 18px;
    color: #fff
}

.user-list-rf-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #afc6ff;
    padding: 1px;
    background: #fff
}

.rf-selectbox {
    border-radius: 5px;
    padding: 1px;
    margin-top: 12px;
    display: flex;
    flex-direction: column
}

.rf-selectbox-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    min-height: 40px
}

    .rf-selectbox-header > i {
        border-radius: 50%;
        background-color: #ededed;
        border: 3px solid #fff;
        height: 50px;
        width: 50px;
        position: absolute;
        top: -12px;
        left: -6px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #00000073;
        overflow: hidden
    }

.rf-selectbox-header-title {
    flex: auto;
    padding: 8px;
    padding-left: 55px;
    font-weight: 600;
    color: #000000b3
}

.rf-selectbox-header-count {
    flex: 1 0 20px;
    max-width: 50px;
    margin-right: 5px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: #ffffff4d;
    border: 1px solid #00000012;
    border-radius: 5px
}

.rf-selectbox-header-search {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px dashed #0000001f
}

    .rf-selectbox-header-search > input {
        flex: auto;
        width: 100%;
        border: 0;
        background-color: transparent;
        font-size: 14px;
        padding: 2px 10px
    }

    .rf-selectbox-header-search > i {
        flex: 0 0 25px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        cursor: pointer;
        transition: all .3s ease-in-out
    }

        .rf-selectbox-header-search > i:hover {
            background-color: #ebebeb
        }

.rf-selectbox-body {
    flex: auto;
    overflow: auto;
    scrollbar-gutter: stable both-edges;
    scroll-behavior: smooth;
    background-color: #fff;
    padding: 10px 2px;
    margin-bottom: 3px;
    display: flex;
    flex-direction: column;
    gap: 3px
}

.rf-selectbox-card {
    padding: 5px 10px;
    position: relative;
    transition: all .1s ease-in-out;
    cursor: pointer
}

.rf-selectbox.False .rf-selectbox-card:nth-child(even) {
    animation: slide-left .5s ease-in-out
}

.rf-selectbox.False .rf-selectbox-card:nth-child(odd) {
    animation: slide-right .3s ease-in-out
}

@keyframes slide-left {
    0% {
        clip-path: inset(0 100% 0 0)
    }

    100% {
        clip-path: inset(0 0 0 0)
    }
}

@keyframes slide-right {
    0% {
        clip-path: inset(0 0 0 100%)
    }

    100% {
        clip-path: inset(0 0 0 0)
    }
}

.rf-selectbox-card::before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 3px;
    right: 0;
    height: 100%;
    opacity: .6;
    transition: all .3s ease-in-out
}

.rf-selectbox-card > * {
    position: relative !important;
    min-height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.rf-selectbox-card:hover::before {
    opacity: .4
}

.rf-selectbox-card.True::before {
    opacity: .07;
    right: auto;
    left: 0;
    width: 3px;
    background-color: #000
}

.rf-selectbox-card-norecord {
    font-weight: 600;
    opacity: .5;
    text-align: center
}

.rf-selectbox.True .rf-selectbox-header > i::before {
    animation: lds-ring 1s linear infinite;
    font-size: 24px;
    color: #000
}

.geo-title {
    font-weight: 600;
    word-break: break-all
}

.geo-subtitle {
    font-size: 12px;
    word-break: break-all;
    color: #0000009c
}

.user-geo-rf {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit,minmax(calc(200px),1fr));
    max-height: 65vh;
    overflow: auto
}

    .user-geo-rf > * {
        animation: scale01 .8s ease-in-out
    }

.iconpicker-rf {
    min-height: 38px
}

.iconpicker-rf-viewer {
    display: flex;
    gap: 10px;
    overflow: hidden;
    padding: 0 5px
}

    .iconpicker-rf-viewer > i {
        font-size: 20px;
        flex: 0 0 34px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .iconpicker-rf-viewer > span {
        flex: auto;
        display: flex;
        align-items: center
    }

    .iconpicker-rf-viewer > div {
        flex: 0 0 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease-in-out;
        cursor: pointer;
        color: #00000047
    }

        .iconpicker-rf-viewer > div:hover {
            color: #f00
        }

.iconpicker-rf-popper {
    display: none
}

    .iconpicker-rf-popper.True {
        display: block;
        position: fixed;
        background-color: #fff;
        border-radius: var(--control-border-radius);
        border: var(--control-border);
        border-color: var(--control-border-color);
        box-shadow: 0 5px 10px #0003;
        padding: 5px 10px
    }

.iconpicker-rf-popper-items {
    font-size: 18px;
    background-color: var(--control-background-color);
    color: var(--control-color);
    max-height: min(250px,60vh);
    overflow: auto
}

    .iconpicker-rf-popper-items > div {
        display: flex;
        gap: 5px
    }

.iconpicker-rf-popper-item {
    transition: all .2s ease-in;
    cursor: pointer;
    height: 36px;
    width: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 5px
}

    .iconpicker-rf-popper-item:hover, .iconpicker-rf-popper-item.True {
        background-color: #00000017
    }

.iconpicker-rf-popper-clear {
    border-radius: 5px;
    background-color: #0000000f;
    text-align: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    color: #000000a3;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px
}

    .iconpicker-rf-popper-clear:hover {
        color: #f00;
        background-color: #ff000021
    }

.select-rf-viewer {
    display: flex;
    gap: 10px;
    overflow: hidden;
    padding: 0 5px;
    padding-right: 20px;
    position: relative
}

    .select-rf-viewer::after {
        content: "";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 9px;
        top: 50%;
        line-height: 0;
        font-size: 14px;
        color: #00000059;
        transition: all .5s ease-in-out
    }

    .select-rf-viewer.True::after {
        transform: rotate(180deg)
    }

[dt-loading] .select-rf-viewer::after {
    display: none
}

.select-rf-viewer > span {
    flex: auto;
    display: flex;
    align-items: center;
    gap: 10px
}

.select-rf-viewer > i {
    flex: 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    color: #00000047
}

    .select-rf-viewer > i.fa-times:hover {
        color: #f00
    }

.select-rf-viewer > span > span.select-rf-item {
    display: flex;
    align-items: center;
    gap: 10px
}

.select-rf-popper {
    display: none
}

    .select-rf-popper.True {
        display: block;
        position: fixed;
        background-color: #fff;
        border-radius: var(--control-border-radius);
        border: var(--control-border);
        border-color: var(--control-border-color);
        box-shadow: 0 5px 10px #0003;
        padding: 5px 10px;
        width: auto
    }

.select-rf-popper-input {
    width: 100%
}

.select-rf-popper-items {
    display: grid;
    grid-template-columns: auto;
    font-size: inherit;
    gap: 2px;
    color: var(--control-color);
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto
}

.select-rf-popper-item-ogt > .select-rf-popper-item-ogt-default {
    padding: 5px 10px;
    font-weight: bold;
    border-left: 5px solid #00000029
}

.select-rf-popper-item {
    transition: all .2s ease-in;
    cursor: pointer;
    overflow: hidden;
    min-width: min-content
}

    .select-rf-popper-item:hover, .select-rf-popper-item.True {
        background-color: #0000000d;
        border-radius: 5px
    }

    .select-rf-popper-item .select-rf-popper-item-container {
        padding: 5px;
        display: flex;
        gap: 10px;
        align-items: center
    }

    .select-rf-popper-item .select-rf-popper-item-icon, .select-rf-viewer > span .select-rf-item-icon {
        flex: 0 0 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .select-rf-popper-item .select-rf-popper-item-icon > img, .select-rf-viewer > span .select-rf-item-icon > img {
            width: 100%
        }

    .select-rf-popper-item .select-rf-popper-item-textarea, .select-rf-viewer > span .select-rf-item-text {
        flex: auto
    }

    .select-rf-popper-item .select-rf-popper-item-description {
        zoom: .8
    }

.select-rf-popper-clear {
    border-radius: 5px;
    background-color: #0000000f;
    text-align: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    color: #000000a3;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px
}

    .select-rf-popper-clear:hover {
        color: #f00;
        background-color: #ff000021
    }

.select-rf-popper-items-none {
    padding: 5px;
    text-align: center;
    opacity: .7
}

.multiselect-rf-viewer {
    display: flex;
    gap: 10px;
    overflow: hidden;
    padding: 2px 5px;
    padding-right: 20px;
    position: relative
}

    .multiselect-rf-viewer::after {
        content: "";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 9px;
        top: 50%;
        line-height: 0;
        font-size: 14px;
        color: #00000059;
        transition: all .5s ease-in-out
    }

    .multiselect-rf-viewer.True::after {
        transform: rotate(180deg)
    }

[dt-loading] .multiselect-rf-viewer::after {
    display: none
}

.multiselect-rf-viewer > span {
    flex: auto;
    display: flex;
    align-items: center;
    gap: 5px 10px;
    flex-wrap: wrap
}

.multiselect-rf-viewer > div {
    flex: 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    color: #00000047
}

    .multiselect-rf-viewer > div:hover {
        color: #f00
    }

.multiselect-rf-viewer .multiselect-rf-viewer-chips {
    position: relative
}

    .multiselect-rf-viewer .multiselect-rf-viewer-chips > span.multiselect-rf-item {
        display: flex;
        background-color: #f1f1f1;
        padding: 1px 10px;
        border-radius: 5px;
        gap: 10px
    }

    .multiselect-rf-viewer .multiselect-rf-viewer-chips > div {
        position: absolute;
        right: -5px;
        top: -2px;
        display: none;
        align-items: center;
        justify-content: center;
        background-color: #ffdfdd;
        color: #f44336;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        cursor: pointer;
        font-size: 12px;
        transition: all .3s ease-in-out
    }

    .multiselect-rf-viewer .multiselect-rf-viewer-chips:hover > div {
        display: flex
    }

    .multiselect-rf-viewer .multiselect-rf-viewer-chips > div:hover {
        background-color: #f44336;
        color: #fff
    }

.multiselect-rf-popper {
    display: none
}

    .multiselect-rf-popper.True {
        display: block;
        position: fixed;
        background-color: #fff;
        border-radius: var(--control-border-radius);
        border: var(--control-border);
        border-color: var(--control-border-color);
        box-shadow: 0 5px 10px #0003;
        padding: 5px 10px;
        width: auto
    }

.multiselect-rf-popper-input {
    width: 100%
}

.multiselect-rf-popper-items {
    display: grid;
    grid-template-columns: auto;
    font-size: inherit;
    gap: 2px;
    color: var(--control-color);
    max-height: 150px;
    overflow: auto;
    overflow: hidden;
    overflow-y: auto
}

.multiselect-rf-popper-item-ogt > .multiselect-rf-popper-item-ogt-default {
    padding: 5px 10px;
    font-weight: bold;
    border-left: 5px solid #00000029
}

.multiselect-rf-popper-item {
    transition: all .2s ease-in;
    cursor: pointer;
    overflow: hidden;
    min-width: min-content
}

    .multiselect-rf-popper-item:hover, .multiselect-rf-popper-item.True {
        background-color: #0000000d;
        border-radius: 5px
    }

    .multiselect-rf-popper-item .multiselect-rf-popper-item-container {
        padding: 5px;
        display: flex;
        gap: 10px;
        align-items: center
    }

    .multiselect-rf-popper-item .multiselect-rf-popper-item-icon, .multiselect-rf-viewer > span .multiselect-rf-item-icon {
        flex: 0 0 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .multiselect-rf-popper-item .multiselect-rf-popper-item-icon > img, .multiselect-rf-viewer > span .multiselect-rf-item-icon > img {
            width: 100%
        }

    .multiselect-rf-popper-item .multiselect-rf-popper-item-textarea, .multiselect-rf-viewer > span .multiselect-rf-item-text {
        flex: auto
    }

    .multiselect-rf-popper-item .multiselect-rf-popper-item-text {
        white-space: nowrap
    }

    .multiselect-rf-popper-item .multiselect-rf-popper-item-description {
        zoom: .8
    }

.multiselect-rf-popper-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    padding-top: 3px
}

    .multiselect-rf-popper-footer > div {
        flex: auto;
        border-radius: 5px;
        background-color: #0000000f;
        text-align: center;
        transition: all .3s ease-in-out;
        cursor: pointer;
        color: #000000a3;
        font-size: 14px;
        text-transform: uppercase;
        padding: 2px 10px
    }

.multiselect-rf-popper-clear:hover {
    color: #f00;
    background-color: #ff000021
}

.multiselect-rf-popper-all:hover {
    color: #009688;
    background-color: #00968824
}

.multiselect-rf-popper-items-none {
    padding: 5px;
    text-align: center;
    opacity: .7
}

.rf-menu-designer {
    padding: 5px;
    animation: scale01 .8s ease-in-out
}

    .rf-menu-designer * {
        user-select: none
    }

.rf-menu-designer-header {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    gap: 10px;
    position: sticky;
    z-index: 1;
    top: -5px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #0000001a;
    border-left: 4px solid #0000001f;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #00000017;
    padding: 8px 15px;
    overflow: hidden;
    position: sticky;
    top: 102px
}

    .rf-menu-designer-header > i {
        flex: 0 0 16px;
        font-size: 16px
    }

.rf-menu-designer-header-title {
    flex: auto;
    font-weight: 600
}

    .rf-menu-designer-header-title > input {
        width: 100%;
        border: 0;
        border-bottom: 1px solid transparent;
        font-weight: inherit;
        font-size: inherit;
        transition: all .3s
    }

        .rf-menu-designer-header-title > input:focus, .rf-menu-designer-header-title > input:focus-visible {
            border-color: #d3d3d3
        }

i.rf-menu-designer-header-expander, .rf-menu-designer-card-item > i.rf-menu-designer-card-item-expander {
    flex: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9b9b9;
    height: 24px;
    cursor: pointer;
    transition: all .3s
}

    .rf-menu-designer-card-item > i.rf-menu-designer-card-item-expander.False {
        opacity: .2;
        cursor: not-allowed
    }

    i.rf-menu-designer-header-expander:hover, .rf-menu-designer-card-item > i.rf-menu-designer-card-item-expander:hover {
        background-color: #f7f7f7;
        color: #000
    }

.rf-menu-designer-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: auto
}

.rf-menu-designer-card {
    position: relative
}

.rf-menu-designer-body > ul > li {
    padding-left: 0;
    padding-top: 10px;
    border-left: 0
}

    .rf-menu-designer-body > ul > li:first-child {
        padding-top: 0
    }

    .rf-menu-designer-body > ul > li ul {
        margin-left: 15px;
        max-height: 6000px;
        opacity: 1;
        transition: max-height 3s,opacity .5s
    }

.rf-menu-designer-body li.False > ul {
    z-index: -1;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .2s,opacity .2s
}

.rf-menu-designer-body > ul > li li {
    margin: 0;
    padding-top: 10px;
    border-left: 1px solid #989898;
    display: flex;
    flex-wrap: wrap
}

    .rf-menu-designer-body > ul > li li > ul > li {
        margin-left: 15px
    }

.rf-menu-designer-body > ul li:last-child {
    border-left-color: transparent
}

.rf-menu-designer-body p {
    padding: 0;
    margin: 0
}

.rf-menu-designer-body > ul > li li > p {
    flex: 0 0 15px;
    margin-top: -10px;
    display: flex
}

    .rf-menu-designer-body > ul > li li > p > span {
        flex: auto;
        height: calc(50% + 5px);
        border-bottom: 1px solid #989898
    }

.rf-menu-designer-body > ul > li li:last-child > p > span {
    border-left: 1px solid #989898;
    margin-left: -1px;
    border-bottom-left-radius: 5px
}

.rf-menu-designer-card-item-cancelcopy, .rf-menu-designer-card-item-delete {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: #ffffffab;
    cursor: pointer
}

.rf-menu-designer-card-item-delete {
    cursor: auto;
    display: flex;
    justify-content: end;
    overflow: hidden
}

    .rf-menu-designer-card-item-delete > div {
        flex: 0 0 350px;
        display: flex;
        gap: 10px;
        background-color: #fff;
        align-items: center;
        padding: 0 20px;
        box-shadow: 0 0 20px #0000002e
    }

.rf-menu-designer-card-item-delete-title {
    flex: auto;
    font-weight: bold
}

.rf-menu-designer-card-item-delete-yes, .rf-menu-designer-card-item-delete-no {
    flex: 0 0 50px;
    background-color: #f4433652;
    color: #000;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.rf-menu-designer-card-item-delete-no {
    background-color: #00968836
}

.rf-menu-designer-card-item-delete-yes:hover {
    background-color: #e91e63;
    color: #fff
}

.rf-menu-designer-card-item-delete-no:hover {
    background-color: #009688;
    color: #fff
}

.rf-menu-designer-card-item {
    background-color: #fff;
    border: 1px solid #0000001a;
    border-left: 4px solid #0000001f;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #00000017;
    padding: 8px 15px;
    padding-right: 25px;
    flex: 0 0 calc(100% - 15px);
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    transition: all .5s;
    overflow: hidden
}

    .rf-menu-designer-card-item:hover {
        border-left-color: #878787
    }

    .rf-menu-designer-card-item > .iconpicker-rf {
        flex: 0 0 38px;
        width: 38px !important;
        min-height: 20px;
        margin: 0;
        border: 0 !important;
        background-color: transparent
    }

        .rf-menu-designer-card-item > .iconpicker-rf > i {
            display: none
        }

        .rf-menu-designer-card-item > .iconpicker-rf .iconpicker-rf-viewer {
            padding: 0
        }

            .rf-menu-designer-card-item > .iconpicker-rf .iconpicker-rf-viewer > i {
                height: 24px;
                font-size: 20px
            }

            .rf-menu-designer-card-item > .iconpicker-rf .iconpicker-rf-viewer > span {
                display: none
            }

            .rf-menu-designer-card-item > .iconpicker-rf .iconpicker-rf-viewer > div {
                display: none
            }

.rf-menu-designer-card-item-body {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative
}

    .rf-menu-designer-card-item-body input {
        border: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px dashed #0000;
        transition: all .5s ease-in-out
    }

        .rf-menu-designer-card-item-body input:focus {
            border-color: #00000024
        }

.rf-menu-designer-card-item-body-left {
    flex: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

    .rf-menu-designer-card-item-body-left > div {
        flex: 1 0 200px
    }

        .rf-menu-designer-card-item-body-left > div > div {
            font-size: 12px
        }

.rf-menu-designer-card-item-body-right {
    flex: 0 1 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    position: relative
}

.rf-menu-designer-card-checked-items {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    font-size: 20px
}

    .rf-menu-designer-card-checked-items > i {
        cursor: pointer;
        color: #bebebe;
        transition: all .3s ease-in-out
    }

        .rf-menu-designer-card-checked-items > i:hover {
            color: #474747
        }

        .rf-menu-designer-card-checked-items > i.True {
            color: #474747;
            font-weight: 600
        }

.rf-menu-designer-card-select-items {
    border: 0
}

.rf-menu-designer-card-item-setup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    width: auto;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: -105px;
    min-width: 120px;
    background-color: #f3f3f3;
    padding: 10px 5px;
    color: #626262;
    cursor: pointer;
    transition: inset .3s ease-in-out,box-shadow .5s ease-in-out
}

    .rf-menu-designer-card-item-setup.True {
        display: none
    }

    .rf-menu-designer-card-item-setup > i {
        cursor: pointer;
        color: #0000004f;
        font-size: 18px;
        transition: all .2s ease-in-out
    }

        .rf-menu-designer-card-item-setup > i:hover {
            color: #000
        }

    .rf-menu-designer-card-item-setup:hover {
        box-shadow: -10px 0 20px 0 #0000000f;
        background-color: #fff;
        right: 0
    }

.rf-menu-designer-card-item-setup-menu {
    display: none
}

.rf-menu-designer-card-item-setup:hover .rf-menu-designer-card-item-setup-menu {
    display: flex
}

.rf-menu-designer-card-item-setup:hover .rf-menu-designer-card-item-setup-menu-icon {
    display: none
}

.input-grid-rf {
    margin: 15px 0
}

    .input-grid-rf > table {
        width: 100%;
        border-color: #dee2e6
    }

        .input-grid-rf > table thead {
            position: sticky;
            top: 0;
            z-index: 7;
            box-shadow: 0 0 8px 0 #0000000f;
            background-color: #fff;
            cursor: pointer
        }

            .input-grid-rf > table thead > tr > th {
                box-shadow: inset 0 0 0 1px #0000000d;
                font-weight: 500;
                border-width: 0 !important;
                padding: 5px 10px
            }

        .input-grid-rf > table tbody > tr > td {
            border-width: 1px;
            border-style: dashed;
            border-top: 0;
            padding: 5px 10px
        }

        .input-grid-rf > table tbody > tr:hover > td {
            background-color: #fbfbfb
        }

.modal-rf-backarea {
    backdrop-filter: blur(5px) grayscale(1) brightness(.7)
}

.modal-rf {
    min-width: 350px
}

    .modal-rf .modal-rf-titlebar {
        box-shadow: 0 0 5px #0000002b;
        padding: 10px 15px 10px 15px;
        background-color: #f5f5f5;
        align-items: center;
        justify-content: space-between;
        font-weight: bold;
        display: flex;
        border-radius: inherit;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .modal-rf .modal-rf-titlebar-actions {
        display: flex;
        gap: 15px
    }

        .modal-rf .modal-rf-titlebar-actions > i {
            font-size: 20px;
            cursor: pointer;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #00000075;
            background-color: #0000000a;
            border-radius: 5px;
            transition: all .2s ease-in-out
        }

        .modal-rf .modal-rf-titlebar-actions > .fa-xmark:hover {
            color: #f10;
            background-color: #ff130221
        }

    .modal-rf .page-rf-header {
        top: -15px
    }

.modal-rf-backarea.False .modal-rf-titlebar {
    padding: 0;
    z-index: 10;
    justify-content: end
}

    .modal-rf-backarea.False .modal-rf-titlebar .modal-rf-titlebar-actions {
        position: absolute;
        margin-right: -12px
    }

        .modal-rf-backarea.False .modal-rf-titlebar .modal-rf-titlebar-actions > i {
            background-color: #ebebeb;
            border-radius: 50%;
            box-shadow: 0 0 8px 2px #6b6b6b
        }

.modal-rf-backarea.False .modal-rf-body > .container-rf:first-of-type {
    padding: 0 !important;
    box-shadow: none
}

    .modal-rf-backarea.False .modal-rf-body > .container-rf:first-of-type .container-rf-header {
        top: -15px
    }

.modal-rf-backarea.False .page-rf-header {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px
}

.modal-rf .modal-rf-body {
    border-radius: inherit
}

.modal-rf-backarea.modal-rf-panel {
    padding: 0;
    background-color: transparent;
    backdrop-filter: none;
    align-items: unset !important
}

    .modal-rf-backarea.modal-rf-panel > .modal-rf {
        box-shadow: 0 0 10px #0000002b
    }

    .modal-rf-backarea.modal-rf-panel.modal-rf-panel-position-Right {
        left: auto
    }

    .modal-rf-backarea.modal-rf-panel.modal-rf-panel-position-Left {
        right: auto
    }

    .modal-rf-backarea.modal-rf-panel .modal-rf-titlebar .modal-rf-titlebar-actions {
        position: absolute;
        margin-right: 0;
        left: -10px;
        margin-top: 22px
    }

        .modal-rf-backarea.modal-rf-panel .modal-rf-titlebar .modal-rf-titlebar-actions > i {
            background-color: #fff;
            border-radius: 50%;
            box-shadow: 0 0 6px 0 #00000061
        }

@keyframes rearranger {
    0% {
        transform: translateY(-20px);
        z-index: -10;
        opacity: 0
    }

    100% {
        transform: translateY(0);
        z-index: 0;
        opacity: 1
    }
}

.page-rf-header *, .container-rf-header *, .rf-page-left-menu-ul > li, i, .kanban-rf-item-row-action-body {
    animation: rearranger 300ms ease-in-out
}

.layoutheadercenterpanel-rf > .rf-page-header-menu {
    flex: none !important
}

.section-rf {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
    position: sticky;
    top: 110px
}

.section-rf-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 13px;
    padding-bottom: 4px
}

.section-rf-body {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.section-rf-item {
    padding: 2px 15px;
    border-right: 2px solid transparent;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
    transition: all .3s ease-in-out
}

.kanban-rf {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 8px;
    margin: -8px
}

.kanban-rf-item {
    flex: 1 0 100px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #ececec;
    box-shadow: 0 0 10px 0 #d2d7e0;
    display: flex;
    flex-direction: column;
    position: relative
}

    .kanban-rf-item.item-dropping {
        background: repeating-linear-gradient(45deg,#fff,#fff 5px,#eef2f9 5px,#eef2f9 10px)
    }

    .kanban-rf-item .kanban-rf-item-sc {
        position: absolute;
        inset: 0;
        height: 0;
        user-select: none;
        background-color: transparent;
        z-index: 9
    }

    .kanban-rf-item.item-dropping [kanban-rf-sc="top"] {
        height: 30px
    }

    .kanban-rf-item.item-dropping [kanban-rf-sc="bottom"] {
        top: auto;
        height: 30px
    }

.kanban-rf-item-color {
    height: 5px;
    background-image: radial-gradient(circle at top left,#00000020,#ffffff50);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.kanban-rf-item-header {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 10px;
    user-select: none
}

.kanban-rf-item-header-title {
    flex: auto;
    color: #707090;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0 0 2px #00000036;
    line-height: 23px
}

.kanban-rf-item-header-action {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px
}

    .kanban-rf-item-header-action > i {
        width: 23px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0000004d;
        cursor: pointer;
        border-radius: 5px;
        transition: all 500ms ease-in-out
    }

        .kanban-rf-item-header-action > i:hover {
            color: #000;
            background-color: #00000014;
            text-shadow: 0 0 2px #00000069
        }

.kanban-rf-item-rows-container {
    flex: auto;
    display: flex;
    flex-direction: column;
    min-height: 30px
}

.kanban-rf-item-rows {
    flex: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 35px
}

.kanban-rf-item-row {
    position: relative;
    border: 1px dashed transparent;
    cursor: grab;
    animation: kanban-card-anim 600ms ease-in-out
}

@keyframes kanban-card-anim {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    40% {
        opacity: 1;
        transform: scale(1.02)
    }

    70% {
        opacity: 1;
        transform: scale(.95)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.kanban-rf-item-row.row-dragging {
    background: repeating-linear-gradient(45deg,#fff,#fff 5px,#eef2f9 5px,#eef2f9 10px);
    border-color: #b7bec7;
    opacity: .3
}

    .kanban-rf-item-row.row-dragging > .kanban-rf-item-row-card > * {
        background: none !important;
        background-color: transparent !important
    }

body > .kanban-rf-item-row.row-dragging {
    position: fixed;
    background: #fff9;
    backdrop-filter: blur(2px);
    opacity: 1;
    z-index: 99999999;
    animation: none
}

.kanban-rf-bph {
    flex: none;
    opacity: .5;
    overflow: hidden;
    animation: kanban-card-anim-bph 500ms ease-in-out
}

    .kanban-rf-bph > .kanban-rf-item-row {
        animation: none !important;
        opacity: 1
    }

@keyframes kanban-card-anim-bph {
    0% {
        max-height: 0
    }

    100% {
        max-height: 400px
    }
}

.kanban-rf-bph-remove {
    flex: none !important;
    overflow: hidden !important;
    border: 0 !important;
    animation: kanban-card-anim-bph-remove 500ms ease-in-out !important
}

@keyframes kanban-card-anim-bph-remove {
    0% {
        max-height: 400px;
        opacity: .5
    }

    100% {
        max-height: 0;
        opacity: 0
    }
}

.kanban-rf-item-row.row-dragging > .kanban-rf-item-row-actions {
    display: none !important
}

.kanban-rf-item-row-actions {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all 500ms ease-in-out
}

.kanban-rf-item-row:hover .kanban-rf-item-row-actions {
    display: block
}

.kanban-rf-item-row-actions > i {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0000004d;
    cursor: pointer;
    border-radius: 5px;
    transition: all 200ms ease-in-out
}

    .kanban-rf-item-row-actions > i:hover {
        color: #000;
        background-color: #00000014;
        text-shadow: 0 0 2px #00000069
    }

.kanban-rf-item-row-action-body {
    display: none;
    position: absolute;
    right: 5px;
    top: 0;
    padding: 5px 0;
    width: max-content;
    background-color: #fff;
    border-radius: 5px;
    z-index: 9;
    box-shadow: 0 2px 5px #0000003b
}

.kanban-rf-item-row-actions:hover .kanban-rf-item-row-action-body {
    display: block
}

.kanban-rf-item-row-action-item {
    font-size: 14px;
    padding: 5px 10px;
    color: #797979;
    cursor: pointer;
    transition: all 200ms ease-in-out
}

    .kanban-rf-item-row-action-item:hover {
        color: #000;
        text-shadow: 0 0 1px #00000069;
        background-color: #00000015
    }

.kanban-rf-item-row-bactions {
    display: flex;
    gap: 10px;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
    margin: -10px;
    width: 42px;
    transition: width .3s ease-in-out
}

    .kanban-rf-item-row-bactions:hover {
        width: 100%
    }

    .kanban-rf-item-row-bactions::before {
        content: '+';
        font-size: 26px;
        line-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 4px;
        width: 24px;
        min-width: 24px;
        aspect-ratio: 1;
        cursor: pointer;
        border-radius: 9px;
        color: #090909;
        background: #e8e8e8;
        border: 1px solid #e8e8e8;
        box-shadow: 3px 3px 6px #c5c5c5,-3px -3px 6px #fff;
        transform: scale(1);
        transition: transform .3s ease-in-out
    }

    .kanban-rf-item-row-bactions:hover::before {
        transform: scale(0)
    }

.kanban-rf-item-row-baction {
    transform: translateY(-200px) translateX(-35px);
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f2f2f2;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    transition: transform .3s ease-in-out,box-shadow .2s ease-in-out
}

.kanban-rf-item-row-bactions:hover .kanban-rf-item-row-baction {
    transform: translateY(0) translateX(-35px)
}

.kanban-rf-item-row-baction:hover {
    transform: translateY(-3px);
    box-shadow: 2px 3px 4px #00000054
}

.kanban-rf-item-row-baction > i {
    width: 34px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000021
}

.kanban-rf-item-row-baction > div {
    padding-right: 15px;
    white-space: nowrap
}

.textarea-rf {
    display: flex !important;
    flex-direction: column !important
}

    .textarea-rf > div, .textarea-rf .ck.ck-editor__main > .ck-editor__editable {
        border: 0 !important;
        box-shadow: none !important;
        overflow: visible !important
    }

.ck.ck-powered-by {
    display: none
}

.textarea-rf .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content, .textarea-rf .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-rounded-corners {
    border: 0 !important;
    border-bottom: 1px solid #dfdfdf !important
}

.textarea-rf .ck.ck-editor__editable_inline > :first-child {
    margin-top: 5px !important
}

.textarea-rf .ck.ck-editor__editable_inline > :last-child {
    margin-bottom: 5px !important
}

.ck-content {
    font-family: inherit;
    line-height: normal;
    word-break: break-word
}

.editor-container_inline-editor .editor-container__editor {
    min-width: 795px;
    max-width: 795px
}

.ck-content h3.category {
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    letter-spacing: 10px;
    margin: 0;
    padding: 0
}

.ck-content h2.document-title {
    font-family: inherit;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0
}

.ck-content h3.document-subtitle {
    font-family: inherit;
    font-size: 20px;
    color: #555;
    margin: 0 0 1em;
    font-weight: bold;
    padding: 0
}

.ck-content p.info-box {
    --background-size: 30px;
    --background-color: #e91e63;
    padding: 1.2em 2em;
    border: 1px solid var(--background-color);
    background: linear-gradient(135deg,var(--background-color) 0%,var(--background-color) var(--background-size),transparent var(--background-size)),linear-gradient(135deg,transparent calc(100% - var(--background-size)),var(--background-color) calc(100% - var(--background-size)),var(--background-color));
    border-radius: 10px;
    margin: 1.5em 2em;
    box-shadow: 5px 5px 0 #ffe6ef
}

.ck-content blockquote.side-quote {
    font-family: inherit;
    font-style: normal;
    float: right;
    width: 35%;
    position: relative;
    border: 0;
    overflow: visible;
    z-index: 1;
    margin-left: 1em
}

    .ck-content blockquote.side-quote::before {
        content: '“';
        position: absolute;
        top: -37px;
        left: -10px;
        display: block;
        font-size: 200px;
        color: #e7e7e7;
        z-index: -1;
        line-height: 1
    }

    .ck-content blockquote.side-quote p {
        font-size: 2em;
        line-height: 1
    }

        .ck-content blockquote.side-quote p:last-child:not(:first-child) {
            font-size: 1.3em;
            text-align: right;
            color: #555
        }

.ck-content span.marker {
    background: #ff0
}

.ck-content span.spoiler {
    background: #000;
    color: #000
}

    .ck-content span.spoiler:hover {
        background: #000;
        color: #fff
    }

.ck-content pre.fancy-code {
    border: 0;
    margin-left: 2em;
    margin-right: 2em;
    border-radius: 10px
}

    .ck-content pre.fancy-code::before {
        content: '';
        display: block;
        height: 13px;
        background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NCAxMyI+CiAgPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGMzZCNUMiLz4KICA8Y2lyY2xlIGN4PSIyNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGOUJFNEQiLz4KICA8Y2lyY2xlIGN4PSI0Ny41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiM1NkM0NTMiLz4KPC9zdmc+Cg==);
        margin-bottom: 8px;
        background-repeat: no-repeat
    }

.ck-content pre.fancy-code-dark {
    background: #272822;
    color: #fff;
    box-shadow: 5px 5px 0 #0000001f
}

.ck-content pre.fancy-code-bright {
    background: #dddfe0;
    color: #000;
    box-shadow: 5px 5px 0 #b3b3b3
}

.ck-content p {
    margin-bottom: 0
}

.ck-content .table > :not(caption) > * > * {
    border-bottom-width: 0
}

[data-cke-tooltip-text="Line Height"]::before {
    content: '';
    width: 16px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    height: 10px
}

[data-cke-tooltip-text="Line Height"] + div {
    max-width: 177px !important
}

.slider-rf {
    position: relative;
    overflow: hidden;
    --slider-item-width: calc((100% - var(--slider-items-rf)*var(--slider-gap-rf))/(var(--slider-items-rf)))
}

.slider-body-navigator {
    position: absolute;
    top: calc(50% - calc((10px + 4vw)/2));
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    font-size: calc(10px + 4vw);
    color: #f00;
    line-height: 0;
    padding: 0 calc(var(--slider-item-width)/2)
}

.slider-body-rf {
    display: flex;
    gap: var(--slider-gap-rf);
    transition: all 300ms ease-in-out;
    transform: translateX(calc(-1*((var(--slider-item-width)/2) + (var(--slider-ci-rf)*(var(--slider-item-width) + var(--slider-gap-rf))))))
}

.slider-rf.True .slider-body-rf {
    transition: none !important
}

.slider-body-card-rf {
    width: var(--slider-item-width);
    flex: none;
    overflow: hidden
}

.dochub-rf {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    user-select: none
}

.dochub-title-rf {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    user-select: none;
    color: #2a2a2a;
    text-shadow: 0 0 2px #00000054
}

    .dochub-title-rf > i {
        font-size: 15px;
        transition: transform .5s ease-in-out
    }

.dochub-rf.True .dochub-title-rf > i {
    transform: rotate(90deg);
    padding-bottom: 3px
}

.dochub-items-rf {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(calc(var(--cardsize)*1px),1fr));
    gap: 10px;
    overflow: hidden
}

.dochub-item-rf {
    aspect-ratio: 1;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px #0000000f;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition: transform .5s ease-in-out,opacity 1s ease-in-out,box-shadow .5s ease-in-out
}

.dochub-item-actions-rf {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 5px;
    display: flex;
    z-index: 1;
    border-radius: 0 10px 0 10px;
    transition: top .2s ease-in-out,background-color .2s ease-in-out,box-shadow .5s ease-in-out
}

.dochub-item-action-rf {
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .5s ease-in-out
}

.dochub-item-card-rf {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #4f4f4f;
    text-decoration: none
}

    .dochub-item-card-rf i {
        font-size: calc(var(--cardsize)*.6px)
    }

    .dochub-item-card-rf:hover {
        color: #000
    }

.dochub-item-card-bg-rf {
    height: calc(100% - 28px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #cdcdcd
}

.dochub-item-card-meta-rf {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 30px;
    padding: 2px 10px;
    background-color: #fffffff0;
    backdrop-filter: blur(5px);
    text-align: center;
    transition: max-height calc(var(--cardsize)*3ms) ease-in-out,box-shadow calc(var(--cardsize)*4ms) ease-in-out
}

.dochub-item-card-meta-name-rf {
    font-size: 12px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dochub-item-card-meta-date-rf {
    font-size: 10px
}

.dochub-item-addcard-rf {
    height: 100%;
    font-size: calc(var(--cardsize)*.7px);
    color: #0000001f;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: color .2s ease-in-out
}

    .dochub-item-addcard-rf:hover {
        color: #00000050
    }

.dochub-item-rf:hover {
    box-shadow: 0 7px 10px #0000002e
}

    .dochub-item-rf:hover .dochub-item-actions-rf {
        top: 0;
        background-color: #ffffff80;
        backdrop-filter: blur(5px);
        box-shadow: -3px 3px 5px #0003
    }

    .dochub-item-rf:hover .dochub-item-card-meta-rf {
        box-shadow: 0 0 5px #0000001f;
        max-height: calc(var(--cardsize)*1px)
    }

    .dochub-item-rf:hover .dochub-item-card-meta-name-rf {
        white-space: normal;
        overflow: visible;
        word-wrap: break-word
    }

.dochub-item-action-rf:hover {
    transform: scale(1.2)
}

.dochub-rf.False .dochub-items-rf {
    max-height: 0;
    padding: 0;
    transform: translate(0,0);
    transition: max-height .5s linear,padding 100ms linear,transform 100ms linear
}

.dochub-rf.True .dochub-items-rf {
    max-height: 20000px;
    padding: 15px;
    transform: translate(-15px,-15px);
    transition: max-height 5s linear,padding 100ms linear,transform 100ms linear
}

.dochub-rf.False .dochub-item-rf {
    transform: scale(0);
    opacity: 0;
    transition: transform .2s ease-in-out,opacity .5s ease-in-out,box-shadow .25s ease-in-out
}

.dochub-rf.True .dochub-item-rf {
    transform: scale(1);
    opacity: 1
}

.dochub-items-ph-rf {
    position: absolute;
    background-color: #366cf3;
    box-shadow: 0 0 7px 1px #366cf338;
    border-radius: 5px;
    transition: inset 100ms ease-in-out
}

.preloader-rf-backarea {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background-color: rgba(0,0,0,.4)
}

.preloader-rf {
    box-shadow: 0 0 20px #0000006e;
    border: 0;
    padding: 0 0 0 0;
    border-radius: 10px 10px 10px 10px;
    margin: 0 0 0 0;
    background-color: #fff;
    max-height: 95%;
    width: 20%;
    min-width: 250px;
    max-width: 95%;
    color: #000;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

    .preloader-rf .preloader-rf-body {
        padding: 15px 15px 15px 15px;
        overflow: auto
    }

.corner-theme .preloader-rf-backarea {
    align-items: flex-start;
    justify-content: flex-end
}

.corner-theme .preloader-rf {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 240px;
    height: 240px;
    background-color: #fff;
    clip-path: polygon(100% 0,0 0,100% 100%);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    transform: rotate(0deg)
}

.corner-theme .preloader-circle {
    position: absolute;
    top: 25%;
    right: 25%;
    transform: translate(50%,-50%);
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0,0,0,.2);
    border-top: 4px solid #da291c;
    border-radius: 50%;
    animation: plrf-spin 1s linear infinite
}

@keyframes plrf-spin {
    0% {
        transform: translate(50%,-50%) rotate(0deg)
    }

    100% {
        transform: translate(50%,-50%) rotate(360deg)
    }
}

.corner-theme .preloader-rf-body {
    position: absolute;
    left: 30px;
    bottom: 20px;
    right: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    padding: 5px;
    transform: rotate(44deg);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.preloader-rf .loading-bar-main {
    margin: auto;
    position: relative;
    width: 250px
}

.preloader-rf .loading-bar-container {
    height: 2px;
    width: 100%;
    background-color: rgb(0 0 0/14%);
    position: absolute;
    overflow: hidden
}

.preloader-rf .loading-bar {
    height: 100%;
    width: 50%;
    position: absolute;
    left: -50%;
    animation: plrf-loading 2s ease-in .5s infinite
}

@keyframes plrf-loading {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(400%)
    }
}

[icon-input-rf] {
    display: flex !important;
    overflow: hidden !important;
    position: relative
}

[input-ei-rf-pass="ni"] {
    cursor: pointer;
    user-select: none;
    background-color: transparent !important
}

[icon-input-rf] > [i-input-rf] {
    flex: auto;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100%;
    outline: 0 !important
}

[icon-input-rf] > i {
    flex: 0 0 36px
}

.culture-rf {
    width: 20px;
    height: 16px;
    border-radius: 3px;
    cursor: pointer
}

.culture-rf-pop {
    display: none
}

    .culture-rf-pop.True {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 3px 10px #0000001f;
        border-radius: 5px;
        padding: 5px;
        max-height: 300px;
        overflow: auto;
        display: block;
        margin-top: 23px;
        margin-left: -10px
    }

    .culture-rf-pop .culture-rf-pop-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 5px;
        border-radius: 5px;
        font-weight: 400;
        cursor: pointer;
        transition: all .2s ease-in-out
    }

        .culture-rf-pop .culture-rf-pop-item:hover {
            background-color: #f7f7f7
        }

        .culture-rf-pop .culture-rf-pop-item .culture-rf-pop-item-flag {
            width: 20px;
            height: 16px;
            border-radius: 3px
        }

        .culture-rf-pop .culture-rf-pop-item .culture-rf-pop-item-label {
            flex: auto;
            user-select: none
        }

div[disabled], div[readonly] {
    cursor: not-allowed !important
}

    div[disabled] *, div[readonly] * {
        cursor: not-allowed !important;
        opacity: .95
    }

    div[disabled] .select-rf-viewer, div[disabled] .multiselect-rf-viewer, div[disabled] .iconpicker-rf-viewer, div[readonly] .select-rf-viewer, div[readonly] .multiselect-rf-viewer, div[readonly] .iconpicker-rf-viewer {
        background-color: #00000005 !important
    }

.dialog-rf-bg {
    position: fixed;
    inset: 0;
    z-index: 99999999999999999999999999;
    background-color: #00000050;
    display: flex;
    align-items: center;
    justify-content: center
}

.dialog-rf {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    font-size: 16px;
    box-shadow: 0 0 20px #0000001f;
    min-width: min(90vw,250px);
    animation: dialog-rf .2s ease-in-out 0s 1 normal both
}

@keyframes dialog-rf {
    0% {
        transform: scale(0)
    }

    80% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.dialog-rf > img {
    border: 4px solid;
    border-radius: 50%;
    box-shadow: 0 3px 6px #00000045;
    height: 80px;
    aspect-ratio: 1;
    animation: dialog-rf .4s ease-in-out 0s 1 normal both
}

.dialog-rf > i {
    border: 4px solid;
    border-radius: 50%;
    box-shadow: 0 3px 6px #00000045;
    height: 80px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    animation: dialog-rf .2s ease-in-out .1s 1 normal both
}

.dialog-rf-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    color: #222221
}

.dialog-rf-title {
    font-size: 24px
}

.dialog-rf-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #fff
}

    .dialog-rf-actions > div {
        cursor: pointer;
        padding: 10px 15px;
        border-radius: 5px;
        transition: all .3s ease-in-out;
        animation: dialog-rf .1s ease-in-out .2s 1 normal both
    }

        .dialog-rf-actions > div:hover {
            box-shadow: 0 3px 6px 0 #00000030;
            transform: scale(1.1)
        }

.dialog-rf-cancel {
    border: 1px solid
}

.audit-badge {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    padding: 5px 10px;
    overflow: hidden
}

    .audit-badge::before {
        content: '';
        position: absolute;
        inset: 0;
        opacity: .25
    }

    .audit-badge.ab-Modified::before {
        background-color: #366cf3
    }

    .audit-badge.ab-Modified {
        color: #366cf3
    }

    .audit-badge.ab-Deleted::before {
        background-color: var(--brand-red)
    }

    .audit-badge.ab-Deleted {
        color: var(--brand-red)
    }

    .audit-badge.ab-Added::before {
        background-color: var(--brand-green)
    }

    .audit-badge.ab-Added {
        color: var(--brand-green)
    }

.audit-detail-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0
}

    .audit-detail-box > label {
        color: #000;
        font-weight: 500
    }

    .audit-detail-box > div {
        color: #4e4e4e
    }

.gridrf-items-dph {
    background-color: #2196f3;
    position: fixed
}

.fcm-push-popup-rf {
    position: fixed;
    z-index: 9999999999999999999999999999999999999999999;
    inset: auto auto 10px 10px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #0000001f;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    align-items: center
}

    .fcm-push-popup-rf > button {
        border: 0;
        outline: 0;
        border-radius: 5px;
        padding: 5px 15px;
        background-color: #00968824;
        color: #009688;
        font-weight: 600;
        transition: all .2s ease-in-out
    }

        .fcm-push-popup-rf > button#dismissNotificationsRF {
            background-color: #f443361c;
            color: #f44336
        }

        .fcm-push-popup-rf > button:hover {
            transform: scale(1.15)
        }

.notification-rules-rf {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.notification-rules-form-rf {
    flex: 1 1 400px;
    min-width: 250px
}

.notification-rules-grid-rf {
    flex: 1 1 calc(100vw - 800px);
    min-width: 350px;
    max-height: 766px
}

    .notification-rules-grid-rf .container-rf {
        height: 100%;
        display: flex;
        flex-direction: column
    }

    .notification-rules-grid-rf .grid-rf {
        height: calc(100% - 47px)
    }

.notification-rules-grid-card-rf {
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    min-height: 60px;
    display: flex;
    align-items: center;
    border-left: 5px solid #00000012;
    color: #323232;
    line-height: 28px
}

    .notification-rules-grid-card-rf code {
        color: #366cf3;
        font-size: 14px;
        background-color: #ededed;
        padding: 0 5px;
        border-radius: 5px;
        border: 1px solid #00000008
    }

    .notification-rules-grid-card-rf strong, .notification-rules-grid-card-rf b, .notification-rules-grid-card-rf em, .notification-rules-grid-card-rf x {
        color: #673ab7;
        padding: 0 5px;
        border-radius: 5px;
        font-weight: 500
    }

    .notification-rules-grid-card-rf em {
        color: #3f51b5
    }

    .notification-rules-grid-card-rf b {
        color: #fff;
        background-color: #ff9800
    }

    .notification-rules-grid-card-rf x {
        background-color: #2196f3;
        color: #fff
    }

.notification-rules-form-rf-si {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 36px;
    background-color: #ebebeb;
    opacity: .5;
    font-weight: 600;
    text-shadow: 0 0 1px black;
    padding-bottom: 1px
}

.notification-rules-suggestions-rf {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 10px 26px #b5b5b5;
    padding: 15px;
    z-index: 9;
    border-radius: 5px;
    width: min-content;
    min-width: 370px;
    font-family: monospace;
    margin: 0;
    margin-top: -22px;
    max-height: 300px;
    overflow: auto
}

    .notification-rules-suggestions-rf > li {
        padding: 5px 10px;
        display: block;
        cursor: pointer;
        transition: background-color .2s ease
    }

        .notification-rules-suggestions-rf > li:nth-child(even) {
            background-color: #f9f9f9
        }

        .notification-rules-suggestions-rf > li:nth-child(odd) {
            background-color: #fff
        }

        .notification-rules-suggestions-rf > li:hover {
            background-color: #dbeafe
        }

.notification-rules-section {
    background-color: #e9e9e9;
    height: 1px;
    margin: 10px 30px;
    width: calc(100% - 60px)
}

.expander-icon-rf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--icon-bg-color-expander-icon-rf);
    border-radius: var(--icon-radius-expander-icon-rf);
    transition: background-color .2s,color .2s;
    padding: 4px;
    width: var(--icon-size-expander-icon-rf);
    height: var(--icon-size-expander-icon-rf)
}

    .expander-icon-rf:hover {
        background-color: var(--icon-bg-hover-color-expander-icon-rf)
    }

    .expander-icon-rf i {
        color: var(--icon-color-expander-icon-rf);
        font-size: calc(var(--icon-size-expander-icon-rf)*.8);
        transition: color .2s,transform .2s
    }

        .expander-icon-rf i:hover {
            color: var(--icon-hover-color-expander-icon-rf)
        }

.holiday-calendar-rf {
    position: relative
}

.holiday-calendar-titlebar-rf {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 5px 0;
    flex-wrap: wrap
}

    .holiday-calendar-titlebar-rf > div {
        display: flex;
        border: 1px solid #0000;
        background-color: #0000000d;
        gap: 1px;
        cursor: pointer;
        user-select: none;
        border-radius: 8px;
        overflow: hidden
    }

.holiday-calendar-filter-rf {
    flex-wrap: wrap
}

    .holiday-calendar-filter-rf > div {
        flex: auto;
        background-color: #fff;
        align-content: center;
        padding: 0 10px;
        text-align: center;
        transition: all .3s ease-in-out
    }

        .holiday-calendar-filter-rf > div[holiday-calendar-filter] {
            background-color: #f00;
            color: #fff
        }

.holiday-calendar-op-rf {
    opacity: 1
}

.holiday-calendar-addevent-rf {
    align-content: center;
    padding: 0 20px;
    font-weight: 500;
    border-radius: 4px;
    margin: 4px;
    transition: all .3s ease-in-out
}

    .holiday-calendar-addevent-rf:hover {
        box-shadow: 0 0 4px #0003;
        background-color: #fff
    }

.holiday-calendar-yrchange-rf {
    display: flex;
    gap: 1px;
    cursor: pointer;
    user-select: none;
    border-radius: inherit;
    overflow: hidden
}

    .holiday-calendar-yrchange-rf > div {
        width: 32px;
        align-content: center;
        text-align: center;
        background-color: #fff
    }

    .holiday-calendar-yrchange-rf > span {
        flex: auto;
        align-content: center;
        width: 50px;
        min-height: 32px;
        text-align: center;
        background-color: #fff
    }

.holiday-calendar-view-rf {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(max(24%,min(50%,300px)),1fr));
    gap: 10px
}

.holiday-calendar-view-month-rf {
    border: 1px solid #0000000d;
    padding: 0;
    background-color: #fff;
    overflow: auto;
    border-radius: 8px
}

    .holiday-calendar-view-month-rf > div {
        font-size: 16px;
        font-weight: 500;
        padding: 4px;
        text-align: center
    }

    .holiday-calendar-view-month-rf > table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px
    }

        .holiday-calendar-view-month-rf > table th {
            background-color: #f9f9f9;
            max-width: 20px;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .holiday-calendar-view-month-rf > table th, .holiday-calendar-view-month-rf > table td {
            position: relative;
            text-align: center;
            font-weight: 400;
            background-size: 0 100%;
            transition: background-size .5s ease-in
        }

        .holiday-calendar-view-month-rf > table td {
            padding-bottom: 6px;
            padding-top: 2px
        }

            .holiday-calendar-view-month-rf > table td > span {
                background-color: #ffffffd9;
                width: 25px;
                display: inline-block;
                border-radius: 5px;
                line-height: 16px
            }

            .holiday-calendar-view-month-rf > table td > div {
                display: none
            }

            .holiday-calendar-view-month-rf > table td[events]:hover > div {
                position: absolute;
                background-color: #fff;
                padding: 10px;
                border-radius: 5px;
                max-width: 170px;
                min-width: 100px;
                width: max-content;
                box-shadow: 4px 4px 16px #00000038;
                text-align: left;
                color: #000;
                display: flex;
                flex-direction: column;
                gap: 5px;
                z-index: 1
            }

        .holiday-calendar-view-month-rf > table tbody tr:nth-child(-n+3) td[events]:hover > div {
            top: 29px
        }

        .holiday-calendar-view-month-rf > table tbody tr:not(:nth-child(-n+3)) td[events]:hover > div {
            bottom: 29px
        }

        .holiday-calendar-view-month-rf > table tbody tr td:nth-child(-n+4)[events]:hover > div {
            left: 0
        }

        .holiday-calendar-view-month-rf > table tbody tr td:not(:nth-child(-n+4))[events]:hover > div {
            right: 0
        }

        .holiday-calendar-view-month-rf > table td > div > a {
            padding-left: 10px;
            text-decoration: none
        }

        .holiday-calendar-view-month-rf > table th[weekend], .holiday-calendar-view-month-rf > table td[weekend] {
            color: #f00
        }

        .holiday-calendar-view-month-rf > table td[today] > span {
            font-weight: bold
        }

        .holiday-calendar-view-month-rf > table td {
            cursor: pointer
        }

.holiday-calendar-addpop-action-rf {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    margin: 10px 0
}

.holiday-calendar-addpop-action-del-rf {
    flex: auto;
    justify-content: start
}

.holiday-calendar-copy-state-view-rf {
    color: #fff;
    position: absolute;
    inset: 0;
    background-color: #000000b3;
    backdrop-filter: blur(4px);
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    display: none
}

    .holiday-calendar-copy-state-view-rf[cdata] {
        display: flex
    }
