@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/AdminCardComponent.razor.rz.scp.css */
card-title[b-ad6gk81c7z] {
    font-weight:bold;
}

.card[b-ad6gk81c7z] {
    min-height: 80px;
    border: 1pt solid lightgray;
}
.card:hover[b-ad6gk81c7z] {
    cursor:pointer;
  
    border:1pt solid darkgray;
}


/* /Components/AlertComponent.razor.rz.scp.css */
danger[b-t7cf0211u4] {
    color: #ce2d3b;
}

success[b-t7cf0211u4] {
    color: green;
}

.alert[b-t7cf0211u4]  {
    font-size:1rem;
}
.alert-primary[b-t7cf0211u4] {
    border-color: #3773c7;
    background-color: #cee1ff;
}
/* /Components/CardHeaderItem.razor.rz.scp.css */
.header-button[b-339bc999qo] {
    color:black;
}
.header-button:hover[b-339bc999qo] {
    border-radius:50px;
    background-color:lightgray;
}

.card-header[b-339bc999qo] {
    background-color: #e5e2e2;
    color: black;
   
}
.card-body[b-339bc999qo] {
    background-color: #fbfbfb;
}
.validation-message[b-339bc999qo] {
    color:white;
}

/* /Components/ConfirmDialog.razor.rz.scp.css */
.warning-icon[b-ol9jfmqm3k] {
    font-size: 1.8rem;
    color:orange;
}
.message[b-ol9jfmqm3k] {
    font-size:1rem;
    color:darkslategray;
  /*  font-weight:bold;*/
}
/* /Components/CustomCard.razor.rz.scp.css */
.card[b-3htqhfdsaq] {
    border-radius:10px;
    margin-top:10px;
    margin-bottom:10px;
   
}
    .card.blacktheme[b-3htqhfdsaq] {
        color: white;
        background: #343030;
    }
.card-header[b-3htqhfdsaq] {
    font-size:1.3rem;
    font-weight:400;
    border-bottom:white;
    padding-top:0.5rem;
    padding-bottom:0rem;
    padding-left:1rem;
    padding-right:1rem;
}

.card-body[b-3htqhfdsaq] {
    font-size: 0.9rem;
    padding-top: 0rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}


.hr[b-3htqhfdsaq] {
    margin:0px;
}

li[b-3htqhfdsaq] {
    color: #e4da56 !important;
}
.file[b-3htqhfdsaq] {
    text-decoration:underline !important;
}
/* /Components/EaseEffectGridComponent.razor.rz.scp.css */
/*table {
    border: 1pt solid lightgray;
}
*/

td[b-b6oisncp0k] {
    text-align:center;
    vertical-align:middle;
    width:40px;
    height:40px;
    border:1pt solid lightgray;
}
td:hover[b-b6oisncp0k] {
    cursor:pointer;
}

    td.red:hover[b-b6oisncp0k], td.red-selected[b-b6oisncp0k] {
        background-color: #f09696;
        border: 1pt solid red;
        font-weight:bold;
    }

    td.yellow:hover[b-b6oisncp0k], td.yellow-selected[b-b6oisncp0k] {
        background-color: orange;
        border: 1pt solid darkorange;
        font-weight: bold;
    }

    td.green:hover[b-b6oisncp0k], td.green-selected[b-b6oisncp0k] {
        background-color: #cff1cf;
        border: 1pt solid #88b188;
        font-weight: bold;
    }



/*.rotated {
    transform: rotate(-90deg);*/
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    /*-webkit-transform: rotate(-90deg);*/
    /* Firefox */
    /*-moz-transform: rotate(-90deg);*/
    /* IE */
    /*-ms-transform: rotate(-90deg);*/
    /* Opera */
    /*-o-transform: rotate(-90deg);*/
    /* Internet Explorer */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}*/


/* /Components/FileList.razor.rz.scp.css */
.file:hover[b-we6wl30axy] {
    color:orange;
    cursor:pointer ;
    text-decoration:underline;
}
/*.ul {
    list-style-type:none;
}*/
ul[b-we6wl30axy] {
    list-style-type: none;
}

td[b-we6wl30axy] {
    border: none;
}

/* /Components/FileListComponent.razor.rz.scp.css */
.icon[b-w8c1cky5cs] {
    font-size: 1.2rem;
    margin-right: 3px;
}

    .icon.pdf[b-w8c1cky5cs] {
        color: red;
    }

    .icon.word[b-w8c1cky5cs] {
        color: blue;
    }

    .icon.excel[b-w8c1cky5cs] {
        color: green;
    }

    .icon.image[b-w8c1cky5cs] {
        color: orange;
    }

    .icon.textfile[b-w8c1cky5cs] {
        color: darkslategray;
    }

li:hover[b-w8c1cky5cs] {
    cursor: pointer;
    font-weight: bold;
}
/* /Components/FileUploadIBrowser.razor.rz.scp.css */



.dropzone[b-6b7qfsgrkf] {
    border: 1px dashed grey;
    border-radius: 5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    color:grey
}

    .dropzone:hover[b-6b7qfsgrkf] {
        cursor: pointer;
        border:1px  dashed orange;

    }

    .dropzone .icon[b-6b7qfsgrkf] {
        font-size: 2.4rem !important;
        color: grey;
    }
    .dropzone:hover .icon[b-6b7qfsgrkf] {
        font-size: 2.4rem !important;
        color: orange;
    }
    .i[b-6b7qfsgrkf] {
        font-size:2.4rem !important;
    }
.i[b-6b7qfsgrkf] {
    font-size: 2.4rem !important;
}
  
/* /Components/FishBoneChildItemCardAction.razor.rz.scp.css */

.card[b-r3at0u38rg] {
    background-color: #ededed;
    border: 1pt solid #979591;
    border-left: 3pt solid #a5a3a3;
    border-radius: 0px;
    font-size: 1rem;
}
/* /Components/FishBoneChildItemCardSolution.razor.rz.scp.css */

.card[b-vs45d6widz] {
    background-color: #e4f9e4;
    border: 1pt solid #88b188;
    border-left: 3pt solid green;
    border-radius: 0px;
    font-size: 1rem;
}
/* /Components/FishBoneChildItemCardStatement.razor.rz.scp.css */
.card:hover[b-drmx4ii7nz] {
    opacity:0.8;
    cursor: pointer;
}
.card[b-drmx4ii7nz] {
    background-color: #fdfeff;
    border-radius: 0px;
    border-left: 3pt solid #407aa3;
    font-size: 1rem;
}
/* /Components/FiveWhyItemActionCard.razor.rz.scp.css */
.card:hover[b-og5w4khyvv] {
    cursor:pointer;
}
.card[b-og5w4khyvv] {
    background-color: #fdfeff;
    border-radius: 0px;
    border-left: 3pt solid #407aa3;
    font-size: 1rem;
}
/* /Components/FiveWhyItemStatementCard.razor.rz.scp.css */
.card:hover[b-buysp8nuzb] {
    opacity:0.8;
    cursor: pointer;
}
.card[b-buysp8nuzb] {
 
    border-radius: 0px !important;
    border-left: 3pt solid #407aa3;
    font-size:1rem !important;
}
/* /Components/LoaderComponent.razor.rz.scp.css */
.spinner[b-q1icuvoy0i] {
    border: 10px solid silver;
    border-top: 10px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-q1icuvoy0i 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin-b-q1icuvoy0i {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* /Components/NewDashboard.razor.rz.scp.css */



h1[b-60hyrb2sak], .h1[b-60hyrb2sak] {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h1[b-60hyrb2sak], .h1[b-60hyrb2sak] {
        font-size: 1.5rem;
    }
}

h2[b-60hyrb2sak], .h2[b-60hyrb2sak] {
    font-size: calc(1.255rem + 0.06vw);
}

@media (min-width: 1200px) {
    h2[b-60hyrb2sak], .h2[b-60hyrb2sak] {
        font-size: 1.3rem;
    }
}

h3[b-60hyrb2sak], .h3[b-60hyrb2sak] {
    font-size: 1.2rem;
}

h4[b-60hyrb2sak], .h4[b-60hyrb2sak] {
    font-size: 1.1rem;
}

h5[b-60hyrb2sak], .h5[b-60hyrb2sak] {
    font-size: 1rem;
}

h6[b-60hyrb2sak], .h6[b-60hyrb2sak] {
    font-size: 0.9rem;
}

p[b-60hyrb2sak] {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

address[b-60hyrb2sak] {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol[b-60hyrb2sak],
ul[b-60hyrb2sak] {
    padding-left: 2rem;
}

ol[b-60hyrb2sak],
ul[b-60hyrb2sak],
dl[b-60hyrb2sak] {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol[b-60hyrb2sak],
    ul ul[b-60hyrb2sak],
    ol ul[b-60hyrb2sak],
    ul ol[b-60hyrb2sak] {
        margin-bottom: 0;
    }

dt[b-60hyrb2sak] {
    font-weight: 700;
}

dd[b-60hyrb2sak] {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote[b-60hyrb2sak] {
    margin: 0 0 1rem;
}

b[b-60hyrb2sak],
strong[b-60hyrb2sak] {
    font-weight: bolder;
}

small[b-60hyrb2sak], .small[b-60hyrb2sak] {
    font-size: 0.75em;
}

mark[b-60hyrb2sak], .mark[b-60hyrb2sak] {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub[b-60hyrb2sak],
sup[b-60hyrb2sak] {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub[b-60hyrb2sak] {
    bottom: -.25em;
}

sup[b-60hyrb2sak] {
    top: -.5em;
}

a[b-60hyrb2sak] {
    color: #2b90d9;
    text-decoration: underline;
}

    a:hover[b-60hyrb2sak] {
        color: #1c669c;
    }

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

pre[b-60hyrb2sak],
code[b-60hyrb2sak],
kbd[b-60hyrb2sak],
samp[b-60hyrb2sak] {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}

pre[b-60hyrb2sak] {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.75em;
}

    pre code[b-60hyrb2sak] {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

code[b-60hyrb2sak] {
    font-size: 0.75em;
    color: #d63384;
    word-wrap: break-word;
}

a > code[b-60hyrb2sak] {
    color: inherit;
}

kbd[b-60hyrb2sak] {
    padding: 0.2rem 0.4rem;
    font-size: 0.75em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd[b-60hyrb2sak] {
        padding: 0;
        font-size: 1em;
        font-weight: 700;
    }

figure[b-60hyrb2sak] {
    margin: 0 0 1rem;
}

img[b-60hyrb2sak],
svg[b-60hyrb2sak] {
    vertical-align: middle;
}

table[b-60hyrb2sak] {
    caption-side: bottom;
    border-collapse: collapse;
}

caption[b-60hyrb2sak] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
}

th[b-60hyrb2sak] {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead[b-60hyrb2sak],
tbody[b-60hyrb2sak],
tfoot[b-60hyrb2sak],
tr[b-60hyrb2sak],
td[b-60hyrb2sak],
th[b-60hyrb2sak] {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label[b-60hyrb2sak] {
    display: inline-block;
}

button[b-60hyrb2sak] {
    border-radius: 0;
}

    button:focus:not(:focus-visible)[b-60hyrb2sak] {
        outline: 0;
    }

input[b-60hyrb2sak],
button[b-60hyrb2sak],
select[b-60hyrb2sak],
optgroup[b-60hyrb2sak],
textarea[b-60hyrb2sak] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button[b-60hyrb2sak],
select[b-60hyrb2sak] {
    text-transform: none;
}

[role="button"][b-60hyrb2sak] {
    cursor: pointer;
}

select[b-60hyrb2sak] {
    word-wrap: normal;
}

    select:disabled[b-60hyrb2sak] {
        opacity: 1;
    }

[list][b-60hyrb2sak]::-webkit-calendar-picker-indicator {
    display: none;
}

button[b-60hyrb2sak],
[type="button"][b-60hyrb2sak],
[type="reset"][b-60hyrb2sak],
[type="submit"][b-60hyrb2sak] {
    -webkit-appearance: button;
}

    button:not(:disabled)[b-60hyrb2sak],
    [type="button"]:not(:disabled)[b-60hyrb2sak],
    [type="reset"]:not(:disabled)[b-60hyrb2sak],
    [type="submit"]:not(:disabled)[b-60hyrb2sak] {
        cursor: pointer;
    }

[b-60hyrb2sak]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea[b-60hyrb2sak] {
    resize: vertical;
}

fieldset[b-60hyrb2sak] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend[b-60hyrb2sak] {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend[b-60hyrb2sak] {
        font-size: 1.5rem;
    }
}

legend + *[b-60hyrb2sak] {
    clear: left;
}

[b-60hyrb2sak]::-webkit-datetime-edit-fields-wrapper,
[b-60hyrb2sak]::-webkit-datetime-edit-text,
[b-60hyrb2sak]::-webkit-datetime-edit-minute,
[b-60hyrb2sak]::-webkit-datetime-edit-hour-field,
[b-60hyrb2sak]::-webkit-datetime-edit-day-field,
[b-60hyrb2sak]::-webkit-datetime-edit-month-field,
[b-60hyrb2sak]::-webkit-datetime-edit-year-field {
    padding: 0;
}

[b-60hyrb2sak]::-webkit-inner-spin-button {
    height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
[b-60hyrb2sak]::-webkit-search-decoration {
    -webkit-appearance: none;
}

[b-60hyrb2sak]::-webkit-color-swatch-wrapper {
    padding: 0;
}

[b-60hyrb2sak]::file-selector-button {
    font: inherit;
}

[b-60hyrb2sak]::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output[b-60hyrb2sak] {
    display: inline-block;
}

iframe[b-60hyrb2sak] {
    border: 0;
}

summary[b-60hyrb2sak] {
    display: list-item;
    cursor: pointer;
}

progress[b-60hyrb2sak] {
    vertical-align: baseline;
}

[hidden][b-60hyrb2sak] {
    display: none !important;
}

.lead[b-60hyrb2sak] {
    font-size: 1.25rem;
    font-weight: 300;
}

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

@media (min-width: 1200px) {
    .display-1[b-60hyrb2sak] {
        font-size: 5rem;
    }
}

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

@media (min-width: 1200px) {
    .display-2[b-60hyrb2sak] {
        font-size: 4.5rem;
    }
}

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

@media (min-width: 1200px) {
    .display-3[b-60hyrb2sak] {
        font-size: 4rem;
    }
}

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

@media (min-width: 1200px) {
    .display-4[b-60hyrb2sak] {
        font-size: 3.5rem;
    }
}

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

@media (min-width: 1200px) {
    .display-5[b-60hyrb2sak] {
        font-size: 3rem;
    }
}

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

@media (min-width: 1200px) {
    .display-6[b-60hyrb2sak] {
        font-size: 2.5rem;
    }
}

.list-unstyled[b-60hyrb2sak] {
    padding-left: 0;
    list-style: none;
}

.list-inline[b-60hyrb2sak] {
    padding-left: 0;
    list-style: none;
}

.list-inline-item[b-60hyrb2sak] {
    display: inline-block;
}

    .list-inline-item:not(:last-child)[b-60hyrb2sak] {
        margin-right: 0.5rem;
    }

.initialism[b-60hyrb2sak] {
    font-size: 0.75em;
    text-transform: uppercase;
}

.blockquote[b-60hyrb2sak] {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

    .blockquote > :last-child[b-60hyrb2sak] {
        margin-bottom: 0;
    }

.blockquote-footer[b-60hyrb2sak] {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.75em;
    color: #6c757d;
}

    .blockquote-footer[b-60hyrb2sak]::before {
        content: "\2014\00A0";
    }

.img-fluid[b-60hyrb2sak] {
    max-width: 100%;
    height: auto;
}

.img-thumbnail[b-60hyrb2sak] {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}

.figure[b-60hyrb2sak] {
    display: inline-block;
}

.figure-img[b-60hyrb2sak] {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption[b-60hyrb2sak] {
    font-size: 0.75em;
    color: #6c757d;
}

.container[b-60hyrb2sak],
.container-fluid[b-60hyrb2sak],
.container-sm[b-60hyrb2sak],
.container-md[b-60hyrb2sak],
.container-lg[b-60hyrb2sak],
.container-xl[b-60hyrb2sak],
.container-xxl[b-60hyrb2sak] {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container[b-60hyrb2sak], .container-sm[b-60hyrb2sak] {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container[b-60hyrb2sak], .container-sm[b-60hyrb2sak], .container-md[b-60hyrb2sak] {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container[b-60hyrb2sak], .container-sm[b-60hyrb2sak], .container-md[b-60hyrb2sak], .container-lg[b-60hyrb2sak] {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container[b-60hyrb2sak], .container-sm[b-60hyrb2sak], .container-md[b-60hyrb2sak], .container-lg[b-60hyrb2sak], .container-xl[b-60hyrb2sak] {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container[b-60hyrb2sak], .container-sm[b-60hyrb2sak], .container-md[b-60hyrb2sak], .container-lg[b-60hyrb2sak], .container-xl[b-60hyrb2sak], .container-xxl[b-60hyrb2sak] {
        max-width: 1320px;
    }
}

.row[b-60hyrb2sak] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 > *[b-60hyrb2sak] {
        -ms-flex-negative: 0;
        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[b-60hyrb2sak] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.row-cols-auto > *[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > *[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > *[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > *[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}

.row-cols-4 > *[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > *[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > *[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-auto[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
}

.col-2[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-3[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.col-4[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}

.col-5[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
}

.col-6[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.col-7[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
}

.col-8[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
}

.col-9[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.col-10[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
}

.col-11[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
}

.col-12[b-60hyrb2sak] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.offset-1[b-60hyrb2sak] {
    margin-left: 8.33333%;
}

.offset-2[b-60hyrb2sak] {
    margin-left: 16.66667%;
}

.offset-3[b-60hyrb2sak] {
    margin-left: 25%;
}

.offset-4[b-60hyrb2sak] {
    margin-left: 33.33333%;
}

.offset-5[b-60hyrb2sak] {
    margin-left: 41.66667%;
}

.offset-6[b-60hyrb2sak] {
    margin-left: 50%;
}

.offset-7[b-60hyrb2sak] {
    margin-left: 58.33333%;
}

.offset-8[b-60hyrb2sak] {
    margin-left: 66.66667%;
}

.offset-9[b-60hyrb2sak] {
    margin-left: 75%;
}

.offset-10[b-60hyrb2sak] {
    margin-left: 83.33333%;
}

.offset-11[b-60hyrb2sak] {
    margin-left: 91.66667%;
}

.g-0[b-60hyrb2sak],
.gx-0[b-60hyrb2sak] {
    --bs-gutter-x: 0;
}

.g-0[b-60hyrb2sak],
.gy-0[b-60hyrb2sak] {
    --bs-gutter-y: 0;
}

.g-1[b-60hyrb2sak],
.gx-1[b-60hyrb2sak] {
    --bs-gutter-x: 0.25rem;
}

.g-1[b-60hyrb2sak],
.gy-1[b-60hyrb2sak] {
    --bs-gutter-y: 0.25rem;
}

.g-2[b-60hyrb2sak],
.gx-2[b-60hyrb2sak] {
    --bs-gutter-x: 0.5rem;
}

.g-2[b-60hyrb2sak],
.gy-2[b-60hyrb2sak] {
    --bs-gutter-y: 0.5rem;
}

.g-3[b-60hyrb2sak],
.gx-3[b-60hyrb2sak] {
    --bs-gutter-x: 1rem;
}

.g-3[b-60hyrb2sak],
.gy-3[b-60hyrb2sak] {
    --bs-gutter-y: 1rem;
}

.g-4[b-60hyrb2sak],
.gx-4[b-60hyrb2sak] {
    --bs-gutter-x: 1.5rem;
}

.g-4[b-60hyrb2sak],
.gy-4[b-60hyrb2sak] {
    --bs-gutter-y: 1.5rem;
}

.g-5[b-60hyrb2sak],
.gx-5[b-60hyrb2sak] {
    --bs-gutter-x: 3rem;
}

.g-5[b-60hyrb2sak],
.gy-5[b-60hyrb2sak] {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm[b-60hyrb2sak] {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-sm-4 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-auto[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-sm-2[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-3[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-sm-5[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-sm-6[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-sm-8[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-sm-9[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-sm-11[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-sm-12[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0[b-60hyrb2sak] {
        margin-left: 0;
    }

    .offset-sm-1[b-60hyrb2sak] {
        margin-left: 8.33333%;
    }

    .offset-sm-2[b-60hyrb2sak] {
        margin-left: 16.66667%;
    }

    .offset-sm-3[b-60hyrb2sak] {
        margin-left: 25%;
    }

    .offset-sm-4[b-60hyrb2sak] {
        margin-left: 33.33333%;
    }

    .offset-sm-5[b-60hyrb2sak] {
        margin-left: 41.66667%;
    }

    .offset-sm-6[b-60hyrb2sak] {
        margin-left: 50%;
    }

    .offset-sm-7[b-60hyrb2sak] {
        margin-left: 58.33333%;
    }

    .offset-sm-8[b-60hyrb2sak] {
        margin-left: 66.66667%;
    }

    .offset-sm-9[b-60hyrb2sak] {
        margin-left: 75%;
    }

    .offset-sm-10[b-60hyrb2sak] {
        margin-left: 83.33333%;
    }

    .offset-sm-11[b-60hyrb2sak] {
        margin-left: 91.66667%;
    }

    .g-sm-0[b-60hyrb2sak],
    .gx-sm-0[b-60hyrb2sak] {
        --bs-gutter-x: 0;
    }

    .g-sm-0[b-60hyrb2sak],
    .gy-sm-0[b-60hyrb2sak] {
        --bs-gutter-y: 0;
    }

    .g-sm-1[b-60hyrb2sak],
    .gx-sm-1[b-60hyrb2sak] {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1[b-60hyrb2sak],
    .gy-sm-1[b-60hyrb2sak] {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2[b-60hyrb2sak],
    .gx-sm-2[b-60hyrb2sak] {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2[b-60hyrb2sak],
    .gy-sm-2[b-60hyrb2sak] {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3[b-60hyrb2sak],
    .gx-sm-3[b-60hyrb2sak] {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3[b-60hyrb2sak],
    .gy-sm-3[b-60hyrb2sak] {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4[b-60hyrb2sak],
    .gx-sm-4[b-60hyrb2sak] {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4[b-60hyrb2sak],
    .gy-sm-4[b-60hyrb2sak] {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5[b-60hyrb2sak],
    .gx-sm-5[b-60hyrb2sak] {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5[b-60hyrb2sak],
    .gy-sm-5[b-60hyrb2sak] {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md[b-60hyrb2sak] {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-md-auto > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-md-4 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-auto[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-md-2[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-3[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-md-5[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-md-6[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-md-8[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-md-9[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-md-11[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-md-12[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0[b-60hyrb2sak] {
        margin-left: 0;
    }

    .offset-md-1[b-60hyrb2sak] {
        margin-left: 8.33333%;
    }

    .offset-md-2[b-60hyrb2sak] {
        margin-left: 16.66667%;
    }

    .offset-md-3[b-60hyrb2sak] {
        margin-left: 25%;
    }

    .offset-md-4[b-60hyrb2sak] {
        margin-left: 33.33333%;
    }

    .offset-md-5[b-60hyrb2sak] {
        margin-left: 41.66667%;
    }

    .offset-md-6[b-60hyrb2sak] {
        margin-left: 50%;
    }

    .offset-md-7[b-60hyrb2sak] {
        margin-left: 58.33333%;
    }

    .offset-md-8[b-60hyrb2sak] {
        margin-left: 66.66667%;
    }

    .offset-md-9[b-60hyrb2sak] {
        margin-left: 75%;
    }

    .offset-md-10[b-60hyrb2sak] {
        margin-left: 83.33333%;
    }

    .offset-md-11[b-60hyrb2sak] {
        margin-left: 91.66667%;
    }

    .g-md-0[b-60hyrb2sak],
    .gx-md-0[b-60hyrb2sak] {
        --bs-gutter-x: 0;
    }

    .g-md-0[b-60hyrb2sak],
    .gy-md-0[b-60hyrb2sak] {
        --bs-gutter-y: 0;
    }

    .g-md-1[b-60hyrb2sak],
    .gx-md-1[b-60hyrb2sak] {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1[b-60hyrb2sak],
    .gy-md-1[b-60hyrb2sak] {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2[b-60hyrb2sak],
    .gx-md-2[b-60hyrb2sak] {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2[b-60hyrb2sak],
    .gy-md-2[b-60hyrb2sak] {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3[b-60hyrb2sak],
    .gx-md-3[b-60hyrb2sak] {
        --bs-gutter-x: 1rem;
    }

    .g-md-3[b-60hyrb2sak],
    .gy-md-3[b-60hyrb2sak] {
        --bs-gutter-y: 1rem;
    }

    .g-md-4[b-60hyrb2sak],
    .gx-md-4[b-60hyrb2sak] {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4[b-60hyrb2sak],
    .gy-md-4[b-60hyrb2sak] {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5[b-60hyrb2sak],
    .gx-md-5[b-60hyrb2sak] {
        --bs-gutter-x: 3rem;
    }

    .g-md-5[b-60hyrb2sak],
    .gy-md-5[b-60hyrb2sak] {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg[b-60hyrb2sak] {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-lg-4 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-auto[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-lg-2[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-3[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-lg-5[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-lg-6[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-lg-8[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-lg-9[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-lg-11[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-lg-12[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0[b-60hyrb2sak] {
        margin-left: 0;
    }

    .offset-lg-1[b-60hyrb2sak] {
        margin-left: 8.33333%;
    }

    .offset-lg-2[b-60hyrb2sak] {
        margin-left: 16.66667%;
    }

    .offset-lg-3[b-60hyrb2sak] {
        margin-left: 25%;
    }

    .offset-lg-4[b-60hyrb2sak] {
        margin-left: 33.33333%;
    }

    .offset-lg-5[b-60hyrb2sak] {
        margin-left: 41.66667%;
    }

    .offset-lg-6[b-60hyrb2sak] {
        margin-left: 50%;
    }

    .offset-lg-7[b-60hyrb2sak] {
        margin-left: 58.33333%;
    }

    .offset-lg-8[b-60hyrb2sak] {
        margin-left: 66.66667%;
    }

    .offset-lg-9[b-60hyrb2sak] {
        margin-left: 75%;
    }

    .offset-lg-10[b-60hyrb2sak] {
        margin-left: 83.33333%;
    }

    .offset-lg-11[b-60hyrb2sak] {
        margin-left: 91.66667%;
    }

    .g-lg-0[b-60hyrb2sak],
    .gx-lg-0[b-60hyrb2sak] {
        --bs-gutter-x: 0;
    }

    .g-lg-0[b-60hyrb2sak],
    .gy-lg-0[b-60hyrb2sak] {
        --bs-gutter-y: 0;
    }

    .g-lg-1[b-60hyrb2sak],
    .gx-lg-1[b-60hyrb2sak] {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1[b-60hyrb2sak],
    .gy-lg-1[b-60hyrb2sak] {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2[b-60hyrb2sak],
    .gx-lg-2[b-60hyrb2sak] {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2[b-60hyrb2sak],
    .gy-lg-2[b-60hyrb2sak] {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3[b-60hyrb2sak],
    .gx-lg-3[b-60hyrb2sak] {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3[b-60hyrb2sak],
    .gy-lg-3[b-60hyrb2sak] {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4[b-60hyrb2sak],
    .gx-lg-4[b-60hyrb2sak] {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4[b-60hyrb2sak],
    .gy-lg-4[b-60hyrb2sak] {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5[b-60hyrb2sak],
    .gx-lg-5[b-60hyrb2sak] {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5[b-60hyrb2sak],
    .gy-lg-5[b-60hyrb2sak] {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl[b-60hyrb2sak] {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xl-4 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-auto[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xl-2[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-3[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xl-5[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xl-6[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xl-8[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xl-9[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xl-11[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-xl-12[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0[b-60hyrb2sak] {
        margin-left: 0;
    }

    .offset-xl-1[b-60hyrb2sak] {
        margin-left: 8.33333%;
    }

    .offset-xl-2[b-60hyrb2sak] {
        margin-left: 16.66667%;
    }

    .offset-xl-3[b-60hyrb2sak] {
        margin-left: 25%;
    }

    .offset-xl-4[b-60hyrb2sak] {
        margin-left: 33.33333%;
    }

    .offset-xl-5[b-60hyrb2sak] {
        margin-left: 41.66667%;
    }

    .offset-xl-6[b-60hyrb2sak] {
        margin-left: 50%;
    }

    .offset-xl-7[b-60hyrb2sak] {
        margin-left: 58.33333%;
    }

    .offset-xl-8[b-60hyrb2sak] {
        margin-left: 66.66667%;
    }

    .offset-xl-9[b-60hyrb2sak] {
        margin-left: 75%;
    }

    .offset-xl-10[b-60hyrb2sak] {
        margin-left: 83.33333%;
    }

    .offset-xl-11[b-60hyrb2sak] {
        margin-left: 91.66667%;
    }

    .g-xl-0[b-60hyrb2sak],
    .gx-xl-0[b-60hyrb2sak] {
        --bs-gutter-x: 0;
    }

    .g-xl-0[b-60hyrb2sak],
    .gy-xl-0[b-60hyrb2sak] {
        --bs-gutter-y: 0;
    }

    .g-xl-1[b-60hyrb2sak],
    .gx-xl-1[b-60hyrb2sak] {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1[b-60hyrb2sak],
    .gy-xl-1[b-60hyrb2sak] {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2[b-60hyrb2sak],
    .gx-xl-2[b-60hyrb2sak] {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2[b-60hyrb2sak],
    .gy-xl-2[b-60hyrb2sak] {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3[b-60hyrb2sak],
    .gx-xl-3[b-60hyrb2sak] {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3[b-60hyrb2sak],
    .gy-xl-3[b-60hyrb2sak] {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4[b-60hyrb2sak],
    .gx-xl-4[b-60hyrb2sak] {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4[b-60hyrb2sak],
    .gy-xl-4[b-60hyrb2sak] {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5[b-60hyrb2sak],
    .gx-xl-5[b-60hyrb2sak] {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5[b-60hyrb2sak],
    .gy-xl-5[b-60hyrb2sak] {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl[b-60hyrb2sak] {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xxl-4 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > *[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-auto[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xxl-2[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-3[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xxl-5[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xxl-6[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xxl-8[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xxl-9[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xxl-11[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-xxl-12[b-60hyrb2sak] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0[b-60hyrb2sak] {
        margin-left: 0;
    }

    .offset-xxl-1[b-60hyrb2sak] {
        margin-left: 8.33333%;
    }

    .offset-xxl-2[b-60hyrb2sak] {
        margin-left: 16.66667%;
    }

    .offset-xxl-3[b-60hyrb2sak] {
        margin-left: 25%;
    }

    .offset-xxl-4[b-60hyrb2sak] {
        margin-left: 33.33333%;
    }

    .offset-xxl-5[b-60hyrb2sak] {
        margin-left: 41.66667%;
    }

    .offset-xxl-6[b-60hyrb2sak] {
        margin-left: 50%;
    }

    .offset-xxl-7[b-60hyrb2sak] {
        margin-left: 58.33333%;
    }

    .offset-xxl-8[b-60hyrb2sak] {
        margin-left: 66.66667%;
    }

    .offset-xxl-9[b-60hyrb2sak] {
        margin-left: 75%;
    }

    .offset-xxl-10[b-60hyrb2sak] {
        margin-left: 83.33333%;
    }

    .offset-xxl-11[b-60hyrb2sak] {
        margin-left: 91.66667%;
    }

    .g-xxl-0[b-60hyrb2sak],
    .gx-xxl-0[b-60hyrb2sak] {
        --bs-gutter-x: 0;
    }

    .g-xxl-0[b-60hyrb2sak],
    .gy-xxl-0[b-60hyrb2sak] {
        --bs-gutter-y: 0;
    }

    .g-xxl-1[b-60hyrb2sak],
    .gx-xxl-1[b-60hyrb2sak] {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1[b-60hyrb2sak],
    .gy-xxl-1[b-60hyrb2sak] {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2[b-60hyrb2sak],
    .gx-xxl-2[b-60hyrb2sak] {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2[b-60hyrb2sak],
    .gy-xxl-2[b-60hyrb2sak] {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3[b-60hyrb2sak],
    .gx-xxl-3[b-60hyrb2sak] {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3[b-60hyrb2sak],
    .gy-xxl-3[b-60hyrb2sak] {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4[b-60hyrb2sak],
    .gx-xxl-4[b-60hyrb2sak] {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4[b-60hyrb2sak],
    .gy-xxl-4[b-60hyrb2sak] {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5[b-60hyrb2sak],
    .gx-xxl-5[b-60hyrb2sak] {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5[b-60hyrb2sak],
    .gy-xxl-5[b-60hyrb2sak] {
        --bs-gutter-y: 3rem;
    }
}

.table[b-60hyrb2sak] {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

    .table > :not(caption) > * > *[b-60hyrb2sak] {
        padding: 0.75rem 0.75rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .table > tbody[b-60hyrb2sak] {
        vertical-align: inherit;
    }

    .table > thead[b-60hyrb2sak] {
        vertical-align: bottom;
    }

    .table > :not(:last-child) > :last-child > *[b-60hyrb2sak] {
        border-bottom-color: currentColor;
    }

.caption-top[b-60hyrb2sak] {
    caption-side: top;
}

.table-sm > :not(caption) > * > *[b-60hyrb2sak] {
    padding: 0.4rem 0.4rem;
}

.table-bordered > :not(caption) > *[b-60hyrb2sak] {
    border-width: 1px 0;
}

    .table-bordered > :not(caption) > * > *[b-60hyrb2sak] {
        border-width: 0 1px;
    }

.table-borderless > :not(caption) > * > *[b-60hyrb2sak] {
    border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd)[b-60hyrb2sak] {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active[b-60hyrb2sak] {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover[b-60hyrb2sak] {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary[b-60hyrb2sak] {
    --bs-table-bg: #d5e9f7;
    --bs-table-striped-bg: #ccdfed;
    --bs-table-striped-color: #212529;
    --bs-table-active-bg: #c3d5e2;
    --bs-table-active-color: #212529;
    --bs-table-hover-bg: #c8dae8;
    --bs-table-hover-color: #212529;
    color: #212529;
    border-color: #c3d5e2;
}

.table-secondary[b-60hyrb2sak] {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d8dadc;
    --bs-table-striped-color: #212529;
    --bs-table-active-bg: #cfd0d2;
    --bs-table-active-color: #212529;
    --bs-table-hover-bg: #d4d5d7;
    --bs-table-hover-color: #212529;
    color: #212529;
    border-color: #cfd0d2;
}

.table-success[b-60hyrb2sak] {
    --bs-table-bg: #d4edda;
    --bs-table-striped-bg: #cbe3d1;
    --bs-table-striped-color: #212529;
    --bs-table-active-bg: #c2d9c8;
    --bs-table-active-color: #212529;
    --bs-table-hover-bg: #c7decd;
    --bs-table-hover-color: #212529;
    color: #212529;
    border-color: #c2d9c8;
}

.table-info[b-60hyrb2sak] {
    --bs-table-bg: #d1ecf1;
    --bs-table-striped-bg: #c8e2e7;
    --bs-table-striped-color: #212529;
    --bs-table-active-bg: #bfd8dd;
    --bs-table-active-color: #212529;
    --bs-table-hover-bg: #c4dde2;
    --bs-table-hover-color: #212529;
    color: #212529;
    border-color: #bfd8dd;
}

.table-warning[b-60hyrb2sak] {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f4e9c5;
    --bs-table-striped-color: #212529;
    --bs-table-active-bg: #e9debd;
    --bs-table-active-color: #212529;
    --bs-table-hover-bg: #eee4c1;
    --bs-table-hover-color: #212529;
    color: #212529;
    border-color: #e9debd;
}

.table-danger[b-60hyrb2sak] {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #edced1;
    --bs-table-striped-color: #212529;
    --bs-table-active-bg: #e3c5c8;
    --bs-table-active-color: #212529;
    --bs-table-hover-bg: #e8cacd;
    --bs-table-hover-color: #212529;
    color: #212529;
    border-color: #e3c5c8;
}

.table-light[b-60hyrb2sak] {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #edeef0;
    --bs-table-striped-color: #212529;
    --bs-table-active-bg: #e3e4e5;
    --bs-table-active-color: #212529;
    --bs-table-hover-bg: #e8e9ea;
    --bs-table-hover-color: #212529;
    color: #212529;
    border-color: #e3e4e5;
}

.table-dark[b-60hyrb2sak] {
    --bs-table-bg: #343a40;
    --bs-table-striped-bg: #3e444a;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #484e53;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #43494e;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #484e53;
}

.table-responsive[b-60hyrb2sak] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

.form-label[b-60hyrb2sak] {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #6c757d;
}

.col-form-label[b-60hyrb2sak] {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #6c757d;
}

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

.col-form-label-sm[b-60hyrb2sak] {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    font-size: 0.875rem;
}

.form-text[b-60hyrb2sak] {
    margin-top: 0.25rem;
    font-size: 0.75em;
    color: #adb5bd;
}

.form-control[b-60hyrb2sak] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.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: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control[type="file"][b-60hyrb2sak] {
    overflow: hidden;
}

    .form-control[type="file"]:not(:disabled):not([readonly])[b-60hyrb2sak] {
        cursor: pointer;
    }

.form-control:focus[b-60hyrb2sak] {
    color: #212529;
    background-color: #fff;
    border-color: #95c8ec;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

.form-control[b-60hyrb2sak]::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control[b-60hyrb2sak]::-webkit-input-placeholder {
    color: #ced4da;
    opacity: 1;
}

.form-control[b-60hyrb2sak]::-moz-placeholder {
    color: #ced4da;
    opacity: 1;
}

.form-control:-ms-input-placeholder[b-60hyrb2sak] {
    color: #ced4da;
    opacity: 1;
}

.form-control[b-60hyrb2sak]::-ms-input-placeholder {
    color: #ced4da;
    opacity: 1;
}

.form-control[b-60hyrb2sak]::placeholder {
    color: #ced4da;
    opacity: 1;
}

.form-control:disabled[b-60hyrb2sak], .form-control[readonly][b-60hyrb2sak] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control[b-60hyrb2sak]::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control[b-60hyrb2sak]::file-selector-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])[b-60hyrb2sak]::file-selector-button {
    background-color: #dde0e3;
}

.form-control[b-60hyrb2sak]::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.form-control:hover:not(:disabled):not([readonly])[b-60hyrb2sak]::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext[b-60hyrb2sak] {
    display: block;
    width: 100%;
    padding: 0.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-sm[b-60hyrb2sak], .form-control-plaintext.form-control-lg[b-60hyrb2sak] {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm[b-60hyrb2sak] {
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0;
}

    .form-control-sm[b-60hyrb2sak]::file-selector-button {
        padding: 0.375rem 0.5rem;
        margin: -0.375rem -0.5rem;
        -webkit-margin-end: 0.5rem;
        margin-inline-end: 0.5rem;
    }

    .form-control-sm[b-60hyrb2sak]::-webkit-file-upload-button {
        padding: 0.375rem 0.5rem;
        margin: -0.375rem -0.5rem;
        -webkit-margin-end: 0.5rem;
        margin-inline-end: 0.5rem;
    }

.form-control-lg[b-60hyrb2sak] {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0;
}

    .form-control-lg[b-60hyrb2sak]::file-selector-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem;
    }

    .form-control-lg[b-60hyrb2sak]::-webkit-file-upload-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem;
    }

textarea.form-control[b-60hyrb2sak] {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm[b-60hyrb2sak] {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-lg[b-60hyrb2sak] {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color[b-60hyrb2sak] {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}

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

    .form-control-color[b-60hyrb2sak]::-moz-color-swatch {
        height: 1.5em;
        border-radius: 0;
    }

    .form-control-color[b-60hyrb2sak]::-webkit-color-swatch {
        height: 1.5em;
        border-radius: 0;
    }

.form-select[b-60hyrb2sak] {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.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 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.form-select:focus[b-60hyrb2sak] {
    border-color: #95c8ec;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

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

.form-select:disabled[b-60hyrb2sak] {
    background-color: #e9ecef;
}

.form-select:-moz-focusring[b-60hyrb2sak] {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm[b-60hyrb2sak] {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.form-select-lg[b-60hyrb2sak] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.form-check[b-60hyrb2sak] {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

    .form-check .form-check-input[b-60hyrb2sak] {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input[b-60hyrb2sak] {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color-adjust: exact;
}

    .form-check-input[type="checkbox"][b-60hyrb2sak] {
        border-radius: 0.25em;
    }

    .form-check-input[type="radio"][b-60hyrb2sak] {
        border-radius: 50%;
    }

    .form-check-input:active[b-60hyrb2sak] {
        -webkit-filter: brightness(90%);
        filter: brightness(90%);
    }

    .form-check-input:focus[b-60hyrb2sak] {
        border-color: #95c8ec;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
    }

    .form-check-input:checked[b-60hyrb2sak] {
        background-color: #2b90d9;
        border-color: #2b90d9;
    }

        .form-check-input:checked[type="checkbox"][b-60hyrb2sak] {
            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"][b-60hyrb2sak] {
            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[b-60hyrb2sak] {
        background-color: #2b90d9;
        border-color: #2b90d9;
        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[b-60hyrb2sak] {
        pointer-events: none;
        -webkit-filter: none;
        filter: none;
        opacity: 0.5;
    }

        .form-check-input[disabled] ~ .form-check-label[b-60hyrb2sak], .form-check-input:disabled ~ .form-check-label[b-60hyrb2sak] {
            opacity: 0.5;
        }

.form-check-label[b-60hyrb2sak] {
    color: #6c757d;
}

.form-switch[b-60hyrb2sak] {
    padding-left: 2.5em;
}

    .form-switch .form-check-input[b-60hyrb2sak] {
        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;
        -webkit-transition: background-position 0.15s ease-in-out;
        transition: background-position 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.form-switch .form-check-input:focus[b-60hyrb2sak] {
    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='%2395c8ec'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked[b-60hyrb2sak] {
    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[b-60hyrb2sak] {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check[b-60hyrb2sak] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

    .btn-check[disabled] + .btn[b-60hyrb2sak], .btn-check:disabled + .btn[b-60hyrb2sak] {
        pointer-events: none;
        -webkit-filter: none;
        filter: none;
        opacity: 0.65;
    }

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

    .form-range:focus[b-60hyrb2sak] {
        outline: 0;
    }

        .form-range:focus[b-60hyrb2sak]::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
        }

        .form-range:focus[b-60hyrb2sak]::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
        }

    .form-range[b-60hyrb2sak]::-moz-focus-outer {
        border: 0;
    }

    .form-range[b-60hyrb2sak]::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #2b90d9;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

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

.form-range[b-60hyrb2sak]::-webkit-slider-thumb:active {
    background-color: #bfdef4;
}

.form-range[b-60hyrb2sak]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range[b-60hyrb2sak]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2b90d9;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range[b-60hyrb2sak]::-moz-range-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range[b-60hyrb2sak]::-moz-range-thumb:active {
    background-color: #bfdef4;
}

.form-range[b-60hyrb2sak]::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled[b-60hyrb2sak] {
    pointer-events: none;
}

    .form-range:disabled[b-60hyrb2sak]::-webkit-slider-thumb {
        background-color: #adb5bd;
    }

    .form-range:disabled[b-60hyrb2sak]::-moz-range-thumb {
        background-color: #adb5bd;
    }

.form-floating[b-60hyrb2sak] {
    position: relative;
}

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

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

@media (prefers-reduced-motion: reduce) {
    .form-floating > label[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.form-floating > .form-control[b-60hyrb2sak] {
    padding: 1rem 0.75rem;
}

    .form-floating > .form-control[b-60hyrb2sak]::-webkit-input-placeholder {
        color: transparent;
    }

    .form-floating > .form-control[b-60hyrb2sak]::-moz-placeholder {
        color: transparent;
    }

    .form-floating > .form-control:-ms-input-placeholder[b-60hyrb2sak] {
        color: transparent;
    }

    .form-floating > .form-control[b-60hyrb2sak]::-ms-input-placeholder {
        color: transparent;
    }

    .form-floating > .form-control[b-60hyrb2sak]::placeholder {
        color: transparent;
    }

    .form-floating > .form-control:focus[b-60hyrb2sak], .form-floating > .form-control:not(:placeholder-shown)[b-60hyrb2sak] {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

    .form-floating > .form-control:-webkit-autofill[b-60hyrb2sak] {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

.form-floating > .form-select[b-60hyrb2sak] {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

    .form-floating > .form-control:focus ~ label[b-60hyrb2sak],
    .form-floating > .form-control:not(:placeholder-shown) ~ label[b-60hyrb2sak],
    .form-floating > .form-select ~ label[b-60hyrb2sak] {
        opacity: 0.65;
        -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

.form-floating > .form-control:-webkit-autofill ~ label[b-60hyrb2sak] {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group[b-60hyrb2sak] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control[b-60hyrb2sak],
    .input-group > .form-select[b-60hyrb2sak] {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }

        .input-group > .form-control:focus[b-60hyrb2sak],
        .input-group > .form-select:focus[b-60hyrb2sak] {
            z-index: 3;
        }

    .input-group .btn[b-60hyrb2sak] {
        position: relative;
        z-index: 2;
    }

        .input-group .btn:focus[b-60hyrb2sak] {
            z-index: 3;
        }

.input-group-text[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.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: 0;
}

.input-group-lg > .form-control[b-60hyrb2sak],
.input-group-lg > .form-select[b-60hyrb2sak],
.input-group-lg > .input-group-text[b-60hyrb2sak],
.input-group-lg > .btn[b-60hyrb2sak] {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0;
}

.input-group-sm > .form-control[b-60hyrb2sak],
.input-group-sm > .form-select[b-60hyrb2sak],
.input-group-sm > .input-group-text[b-60hyrb2sak],
.input-group-sm > .btn[b-60hyrb2sak] {
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0;
}

.input-group-lg > .form-select[b-60hyrb2sak],
.input-group-sm > .form-select[b-60hyrb2sak] {
    padding-right: 3rem;
}

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

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu)[b-60hyrb2sak],
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4)[b-60hyrb2sak] {
    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)[b-60hyrb2sak] {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback[b-60hyrb2sak] {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.75em;
    color: #28a745;
}

.valid-tooltip[b-60hyrb2sak] {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback[b-60hyrb2sak],
.was-validated :valid ~ .valid-tooltip[b-60hyrb2sak],
.is-valid ~ .valid-feedback[b-60hyrb2sak],
.is-valid ~ .valid-tooltip[b-60hyrb2sak] {
    display: block;
}

.was-validated .form-control:valid[b-60hyrb2sak], .form-control.is-valid[b-60hyrb2sak] {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:valid:focus[b-60hyrb2sak], .form-control.is-valid:focus[b-60hyrb2sak] {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
    }

.was-validated textarea.form-control:valid[b-60hyrb2sak], textarea.form-control.is-valid[b-60hyrb2sak] {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid[b-60hyrb2sak], .form-select.is-valid[b-60hyrb2sak] {
    border-color: #28a745;
}

    .was-validated .form-select:valid:not([multiple]):not([size])[b-60hyrb2sak], .was-validated .form-select:valid:not([multiple])[size="1"][b-60hyrb2sak], .form-select.is-valid:not([multiple]):not([size])[b-60hyrb2sak], .form-select.is-valid:not([multiple])[size="1"][b-60hyrb2sak] {
        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='%2328a745' 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 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .was-validated .form-select:valid:focus[b-60hyrb2sak], .form-select.is-valid:focus[b-60hyrb2sak] {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
    }

.was-validated .form-check-input:valid[b-60hyrb2sak], .form-check-input.is-valid[b-60hyrb2sak] {
    border-color: #28a745;
}

    .was-validated .form-check-input:valid:checked[b-60hyrb2sak], .form-check-input.is-valid:checked[b-60hyrb2sak] {
        background-color: #28a745;
    }

    .was-validated .form-check-input:valid:focus[b-60hyrb2sak], .form-check-input.is-valid:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .form-check-input:valid ~ .form-check-label[b-60hyrb2sak], .form-check-input.is-valid ~ .form-check-label[b-60hyrb2sak] {
        color: #28a745;
    }

.form-check-inline .form-check-input ~ .valid-feedback[b-60hyrb2sak] {
    margin-left: .5em;
}

.was-validated .input-group .form-control:valid[b-60hyrb2sak], .input-group .form-control.is-valid[b-60hyrb2sak], .was-validated
.input-group .form-select:valid[b-60hyrb2sak],
.input-group .form-select.is-valid[b-60hyrb2sak] {
    z-index: 1;
}

    .was-validated .input-group .form-control:valid:focus[b-60hyrb2sak], .input-group .form-control.is-valid:focus[b-60hyrb2sak], .was-validated
    .input-group .form-select:valid:focus[b-60hyrb2sak],
    .input-group .form-select.is-valid:focus[b-60hyrb2sak] {
        z-index: 3;
    }

.invalid-feedback[b-60hyrb2sak] {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.75em;
    color: #dc3545;
}

.invalid-tooltip[b-60hyrb2sak] {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback[b-60hyrb2sak],
.was-validated :invalid ~ .invalid-tooltip[b-60hyrb2sak],
.is-invalid ~ .invalid-feedback[b-60hyrb2sak],
.is-invalid ~ .invalid-tooltip[b-60hyrb2sak] {
    display: block;
}

.was-validated .form-control:invalid[b-60hyrb2sak], .form-control.is-invalid[b-60hyrb2sak] {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus[b-60hyrb2sak], .form-control.is-invalid:focus[b-60hyrb2sak] {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

.was-validated textarea.form-control:invalid[b-60hyrb2sak], textarea.form-control.is-invalid[b-60hyrb2sak] {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid[b-60hyrb2sak], .form-select.is-invalid[b-60hyrb2sak] {
    border-color: #dc3545;
}

    .was-validated .form-select:invalid:not([multiple]):not([size])[b-60hyrb2sak], .was-validated .form-select:invalid:not([multiple])[size="1"][b-60hyrb2sak], .form-select.is-invalid:not([multiple]):not([size])[b-60hyrb2sak], .form-select.is-invalid:not([multiple])[size="1"][b-60hyrb2sak] {
        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 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .was-validated .form-select:invalid:focus[b-60hyrb2sak], .form-select.is-invalid:focus[b-60hyrb2sak] {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

.was-validated .form-check-input:invalid[b-60hyrb2sak], .form-check-input.is-invalid[b-60hyrb2sak] {
    border-color: #dc3545;
}

    .was-validated .form-check-input:invalid:checked[b-60hyrb2sak], .form-check-input.is-invalid:checked[b-60hyrb2sak] {
        background-color: #dc3545;
    }

    .was-validated .form-check-input:invalid:focus[b-60hyrb2sak], .form-check-input.is-invalid:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .form-check-input:invalid ~ .form-check-label[b-60hyrb2sak], .form-check-input.is-invalid ~ .form-check-label[b-60hyrb2sak] {
        color: #dc3545;
    }

.form-check-inline .form-check-input ~ .invalid-feedback[b-60hyrb2sak] {
    margin-left: .5em;
}

.was-validated .input-group .form-control:invalid[b-60hyrb2sak], .input-group .form-control.is-invalid[b-60hyrb2sak], .was-validated
.input-group .form-select:invalid[b-60hyrb2sak],
.input-group .form-select.is-invalid[b-60hyrb2sak] {
    z-index: 2;
}

    .was-validated .input-group .form-control:invalid:focus[b-60hyrb2sak], .input-group .form-control.is-invalid:focus[b-60hyrb2sak], .was-validated
    .input-group .form-select:invalid:focus[b-60hyrb2sak],
    .input-group .form-select.is-invalid:focus[b-60hyrb2sak] {
        z-index: 3;
    }

.btn[b-60hyrb2sak] {
    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;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover[b-60hyrb2sak] {
    color: #212529;
}

.btn-check:focus + .btn[b-60hyrb2sak], .btn:focus[b-60hyrb2sak] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

.btn:disabled[b-60hyrb2sak], .btn.disabled[b-60hyrb2sak],
fieldset:disabled .btn[b-60hyrb2sak] {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary[b-60hyrb2sak] {
    color: #fff;
    background-color: #2b90d9;
    border-color: #2b90d9;
}

    .btn-primary:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #257ab8;
        border-color: #2273ae;
    }

    .btn-check:focus + .btn-primary[b-60hyrb2sak], .btn-primary:focus[b-60hyrb2sak] {
        color: #fff;
        background-color: #257ab8;
        border-color: #2273ae;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(75, 161, 223, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(75, 161, 223, 0.5);
    }

    .btn-check:checked + .btn-primary[b-60hyrb2sak],
    .btn-check:active + .btn-primary[b-60hyrb2sak], .btn-primary:active[b-60hyrb2sak], .btn-primary.active[b-60hyrb2sak],
    .show > .btn-primary.dropdown-toggle[b-60hyrb2sak] {
        color: #fff;
        background-color: #2273ae;
        border-color: #206ca3;
    }

        .btn-check:checked + .btn-primary:focus[b-60hyrb2sak],
        .btn-check:active + .btn-primary:focus[b-60hyrb2sak], .btn-primary:active:focus[b-60hyrb2sak], .btn-primary.active:focus[b-60hyrb2sak],
        .show > .btn-primary.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(75, 161, 223, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(75, 161, 223, 0.5);
        }

    .btn-primary:disabled[b-60hyrb2sak], .btn-primary.disabled[b-60hyrb2sak] {
        color: #fff;
        background-color: #2b90d9;
        border-color: #2b90d9;
    }

.btn-secondary[b-60hyrb2sak] {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
    }

    .btn-check:focus + .btn-secondary[b-60hyrb2sak], .btn-secondary:focus[b-60hyrb2sak] {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
    }

    .btn-check:checked + .btn-secondary[b-60hyrb2sak],
    .btn-check:active + .btn-secondary[b-60hyrb2sak], .btn-secondary:active[b-60hyrb2sak], .btn-secondary.active[b-60hyrb2sak],
    .show > .btn-secondary.dropdown-toggle[b-60hyrb2sak] {
        color: #fff;
        background-color: #565e64;
        border-color: #51585e;
    }

        .btn-check:checked + .btn-secondary:focus[b-60hyrb2sak],
        .btn-check:active + .btn-secondary:focus[b-60hyrb2sak], .btn-secondary:active:focus[b-60hyrb2sak], .btn-secondary.active:focus[b-60hyrb2sak],
        .show > .btn-secondary.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
        }

    .btn-secondary:disabled[b-60hyrb2sak], .btn-secondary.disabled[b-60hyrb2sak] {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

.btn-success[b-60hyrb2sak] {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #228e3b;
        border-color: #208637;
    }

    .btn-check:focus + .btn-success[b-60hyrb2sak], .btn-success:focus[b-60hyrb2sak] {
        color: #fff;
        background-color: #228e3b;
        border-color: #208637;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(72, 180, 97, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(72, 180, 97, 0.5);
    }

    .btn-check:checked + .btn-success[b-60hyrb2sak],
    .btn-check:active + .btn-success[b-60hyrb2sak], .btn-success:active[b-60hyrb2sak], .btn-success.active[b-60hyrb2sak],
    .show > .btn-success.dropdown-toggle[b-60hyrb2sak] {
        color: #fff;
        background-color: #208637;
        border-color: #1e7d34;
    }

        .btn-check:checked + .btn-success:focus[b-60hyrb2sak],
        .btn-check:active + .btn-success:focus[b-60hyrb2sak], .btn-success:active:focus[b-60hyrb2sak], .btn-success.active:focus[b-60hyrb2sak],
        .show > .btn-success.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(72, 180, 97, 0.5);
        }

    .btn-success:disabled[b-60hyrb2sak], .btn-success.disabled[b-60hyrb2sak] {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

.btn-info[b-60hyrb2sak] {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #148a9c;
        border-color: #128293;
    }

    .btn-check:focus + .btn-info[b-60hyrb2sak], .btn-info:focus[b-60hyrb2sak] {
        color: #fff;
        background-color: #148a9c;
        border-color: #128293;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, 0.5);
    }

    .btn-check:checked + .btn-info[b-60hyrb2sak],
    .btn-check:active + .btn-info[b-60hyrb2sak], .btn-info:active[b-60hyrb2sak], .btn-info.active[b-60hyrb2sak],
    .show > .btn-info.dropdown-toggle[b-60hyrb2sak] {
        color: #fff;
        background-color: #128293;
        border-color: #117a8a;
    }

        .btn-check:checked + .btn-info:focus[b-60hyrb2sak],
        .btn-check:active + .btn-info:focus[b-60hyrb2sak], .btn-info:active:focus[b-60hyrb2sak], .btn-info.active:focus[b-60hyrb2sak],
        .show > .btn-info.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, 0.5);
        }

    .btn-info:disabled[b-60hyrb2sak], .btn-info.disabled[b-60hyrb2sak] {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

.btn-warning[b-60hyrb2sak] {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #ffca2c;
        border-color: #ffc720;
    }

    .btn-check:focus + .btn-warning[b-60hyrb2sak], .btn-warning:focus[b-60hyrb2sak] {
        color: #212529;
        background-color: #ffca2c;
        border-color: #ffc720;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 170, 12, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(222, 170, 12, 0.5);
    }

    .btn-check:checked + .btn-warning[b-60hyrb2sak],
    .btn-check:active + .btn-warning[b-60hyrb2sak], .btn-warning:active[b-60hyrb2sak], .btn-warning.active[b-60hyrb2sak],
    .show > .btn-warning.dropdown-toggle[b-60hyrb2sak] {
        color: #212529;
        background-color: #ffcd39;
        border-color: #ffc720;
    }

        .btn-check:checked + .btn-warning:focus[b-60hyrb2sak],
        .btn-check:active + .btn-warning:focus[b-60hyrb2sak], .btn-warning:active:focus[b-60hyrb2sak], .btn-warning.active:focus[b-60hyrb2sak],
        .show > .btn-warning.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(222, 170, 12, 0.5);
        }

    .btn-warning:disabled[b-60hyrb2sak], .btn-warning.disabled[b-60hyrb2sak] {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

.btn-danger[b-60hyrb2sak] {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
    }

    .btn-check:focus + .btn-danger[b-60hyrb2sak], .btn-danger:focus[b-60hyrb2sak] {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
    }

    .btn-check:checked + .btn-danger[b-60hyrb2sak],
    .btn-check:active + .btn-danger[b-60hyrb2sak], .btn-danger:active[b-60hyrb2sak], .btn-danger.active[b-60hyrb2sak],
    .show > .btn-danger.dropdown-toggle[b-60hyrb2sak] {
        color: #fff;
        background-color: #b02a37;
        border-color: #a52834;
    }

        .btn-check:checked + .btn-danger:focus[b-60hyrb2sak],
        .btn-check:active + .btn-danger:focus[b-60hyrb2sak], .btn-danger:active:focus[b-60hyrb2sak], .btn-danger.active:focus[b-60hyrb2sak],
        .show > .btn-danger.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
        }

    .btn-danger:disabled[b-60hyrb2sak], .btn-danger.disabled[b-60hyrb2sak] {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

.btn-light[b-60hyrb2sak] {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #f9fafb;
        border-color: #f9fafb;
    }

    .btn-check:focus + .btn-light[b-60hyrb2sak], .btn-light:focus[b-60hyrb2sak] {
        color: #212529;
        background-color: #f9fafb;
        border-color: #f9fafb;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 217, 219, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(216, 217, 219, 0.5);
    }

    .btn-check:checked + .btn-light[b-60hyrb2sak],
    .btn-check:active + .btn-light[b-60hyrb2sak], .btn-light:active[b-60hyrb2sak], .btn-light.active[b-60hyrb2sak],
    .show > .btn-light.dropdown-toggle[b-60hyrb2sak] {
        color: #212529;
        background-color: #f9fafb;
        border-color: #f9fafb;
    }

        .btn-check:checked + .btn-light:focus[b-60hyrb2sak],
        .btn-check:active + .btn-light:focus[b-60hyrb2sak], .btn-light:active:focus[b-60hyrb2sak], .btn-light.active:focus[b-60hyrb2sak],
        .show > .btn-light.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(216, 217, 219, 0.5);
        }

    .btn-light:disabled[b-60hyrb2sak], .btn-light.disabled[b-60hyrb2sak] {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

.btn-dark[b-60hyrb2sak] {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #2c3136;
        border-color: #2a2e33;
    }

    .btn-check:focus + .btn-dark[b-60hyrb2sak], .btn-dark:focus[b-60hyrb2sak] {
        color: #fff;
        background-color: #2c3136;
        border-color: #2a2e33;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
    }

    .btn-check:checked + .btn-dark[b-60hyrb2sak],
    .btn-check:active + .btn-dark[b-60hyrb2sak], .btn-dark:active[b-60hyrb2sak], .btn-dark.active[b-60hyrb2sak],
    .show > .btn-dark.dropdown-toggle[b-60hyrb2sak] {
        color: #fff;
        background-color: #2a2e33;
        border-color: #272c30;
    }

        .btn-check:checked + .btn-dark:focus[b-60hyrb2sak],
        .btn-check:active + .btn-dark:focus[b-60hyrb2sak], .btn-dark:active:focus[b-60hyrb2sak], .btn-dark.active:focus[b-60hyrb2sak],
        .show > .btn-dark.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
        }

    .btn-dark:disabled[b-60hyrb2sak], .btn-dark.disabled[b-60hyrb2sak] {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

.btn-darkBlue[b-60hyrb2sak] {
    color: #fff;
    background-color: #2f333e;
    border-color: #2f333e;
}

    .btn-darkBlue:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #282b35;
        border-color: #262932;
    }

    .btn-check:focus + .btn-darkBlue[b-60hyrb2sak], .btn-darkBlue:focus[b-60hyrb2sak] {
        color: #fff;
        background-color: #282b35;
        border-color: #262932;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(78, 82, 91, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(78, 82, 91, 0.5);
    }

    .btn-check:checked + .btn-darkBlue[b-60hyrb2sak],
    .btn-check:active + .btn-darkBlue[b-60hyrb2sak], .btn-darkBlue:active[b-60hyrb2sak], .btn-darkBlue.active[b-60hyrb2sak],
    .show > .btn-darkBlue.dropdown-toggle[b-60hyrb2sak] {
        color: #fff;
        background-color: #262932;
        border-color: #23262f;
    }

        .btn-check:checked + .btn-darkBlue:focus[b-60hyrb2sak],
        .btn-check:active + .btn-darkBlue:focus[b-60hyrb2sak], .btn-darkBlue:active:focus[b-60hyrb2sak], .btn-darkBlue.active:focus[b-60hyrb2sak],
        .show > .btn-darkBlue.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(78, 82, 91, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(78, 82, 91, 0.5);
        }

    .btn-darkBlue:disabled[b-60hyrb2sak], .btn-darkBlue.disabled[b-60hyrb2sak] {
        color: #fff;
        background-color: #2f333e;
        border-color: #2f333e;
    }

.btn-sidebar-bg[b-60hyrb2sak] {
    color: #fff;
    background-color: #30323e;
    border-color: #30323e;
}

    .btn-sidebar-bg:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #292b35;
        border-color: #262832;
    }

    .btn-check:focus + .btn-sidebar-bg[b-60hyrb2sak], .btn-sidebar-bg:focus[b-60hyrb2sak] {
        color: #fff;
        background-color: #292b35;
        border-color: #262832;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(79, 81, 91, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(79, 81, 91, 0.5);
    }

    .btn-check:checked + .btn-sidebar-bg[b-60hyrb2sak],
    .btn-check:active + .btn-sidebar-bg[b-60hyrb2sak], .btn-sidebar-bg:active[b-60hyrb2sak], .btn-sidebar-bg.active[b-60hyrb2sak],
    .show > .btn-sidebar-bg.dropdown-toggle[b-60hyrb2sak] {
        color: #fff;
        background-color: #262832;
        border-color: #24262f;
    }

        .btn-check:checked + .btn-sidebar-bg:focus[b-60hyrb2sak],
        .btn-check:active + .btn-sidebar-bg:focus[b-60hyrb2sak], .btn-sidebar-bg:active:focus[b-60hyrb2sak], .btn-sidebar-bg.active:focus[b-60hyrb2sak],
        .show > .btn-sidebar-bg.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(79, 81, 91, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(79, 81, 91, 0.5);
        }

    .btn-sidebar-bg:disabled[b-60hyrb2sak], .btn-sidebar-bg.disabled[b-60hyrb2sak] {
        color: #fff;
        background-color: #30323e;
        border-color: #30323e;
    }

.btn-red[b-60hyrb2sak] {
    color: #212529;
    background-color: #ff7676;
    border-color: #ff7676;
}

    .btn-red:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #ff8b8b;
        border-color: #ff8484;
    }

    .btn-check:focus + .btn-red[b-60hyrb2sak], .btn-red:focus[b-60hyrb2sak] {
        color: #212529;
        background-color: #ff8b8b;
        border-color: #ff8484;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 106, 106, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(222, 106, 106, 0.5);
    }

    .btn-check:checked + .btn-red[b-60hyrb2sak],
    .btn-check:active + .btn-red[b-60hyrb2sak], .btn-red:active[b-60hyrb2sak], .btn-red.active[b-60hyrb2sak],
    .show > .btn-red.dropdown-toggle[b-60hyrb2sak] {
        color: #212529;
        background-color: #ff9191;
        border-color: #ff8484;
    }

        .btn-check:checked + .btn-red:focus[b-60hyrb2sak],
        .btn-check:active + .btn-red:focus[b-60hyrb2sak], .btn-red:active:focus[b-60hyrb2sak], .btn-red.active:focus[b-60hyrb2sak],
        .show > .btn-red.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 106, 106, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(222, 106, 106, 0.5);
        }

    .btn-red:disabled[b-60hyrb2sak], .btn-red.disabled[b-60hyrb2sak] {
        color: #212529;
        background-color: #ff7676;
        border-color: #ff7676;
    }

.btn-yellow[b-60hyrb2sak] {
    color: #212529;
    background-color: #eef157;
    border-color: #eef157;
}

    .btn-yellow:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #f1f370;
        border-color: #f0f268;
    }

    .btn-check:focus + .btn-yellow[b-60hyrb2sak], .btn-yellow:focus[b-60hyrb2sak] {
        color: #212529;
        background-color: #f1f370;
        border-color: #f0f268;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(207, 210, 80, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(207, 210, 80, 0.5);
    }

    .btn-check:checked + .btn-yellow[b-60hyrb2sak],
    .btn-check:active + .btn-yellow[b-60hyrb2sak], .btn-yellow:active[b-60hyrb2sak], .btn-yellow.active[b-60hyrb2sak],
    .show > .btn-yellow.dropdown-toggle[b-60hyrb2sak] {
        color: #212529;
        background-color: #f1f479;
        border-color: #f0f268;
    }

        .btn-check:checked + .btn-yellow:focus[b-60hyrb2sak],
        .btn-check:active + .btn-yellow:focus[b-60hyrb2sak], .btn-yellow:active:focus[b-60hyrb2sak], .btn-yellow.active:focus[b-60hyrb2sak],
        .show > .btn-yellow.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(207, 210, 80, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(207, 210, 80, 0.5);
        }

    .btn-yellow:disabled[b-60hyrb2sak], .btn-yellow.disabled[b-60hyrb2sak] {
        color: #212529;
        background-color: #eef157;
        border-color: #eef157;
    }

.btn-faintGreen[b-60hyrb2sak] {
    color: #212529;
    background-color: #54e69d;
    border-color: #54e69d;
}

    .btn-faintGreen:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #6eeaac;
        border-color: #65e9a7;
    }

    .btn-check:focus + .btn-faintGreen[b-60hyrb2sak], .btn-faintGreen:focus[b-60hyrb2sak] {
        color: #212529;
        background-color: #6eeaac;
        border-color: #65e9a7;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(76, 201, 140, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(76, 201, 140, 0.5);
    }

    .btn-check:checked + .btn-faintGreen[b-60hyrb2sak],
    .btn-check:active + .btn-faintGreen[b-60hyrb2sak], .btn-faintGreen:active[b-60hyrb2sak], .btn-faintGreen.active[b-60hyrb2sak],
    .show > .btn-faintGreen.dropdown-toggle[b-60hyrb2sak] {
        color: #212529;
        background-color: #76ebb1;
        border-color: #65e9a7;
    }

        .btn-check:checked + .btn-faintGreen:focus[b-60hyrb2sak],
        .btn-check:active + .btn-faintGreen:focus[b-60hyrb2sak], .btn-faintGreen:active:focus[b-60hyrb2sak], .btn-faintGreen.active:focus[b-60hyrb2sak],
        .show > .btn-faintGreen.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(76, 201, 140, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(76, 201, 140, 0.5);
        }

    .btn-faintGreen:disabled[b-60hyrb2sak], .btn-faintGreen.disabled[b-60hyrb2sak] {
        color: #212529;
        background-color: #54e69d;
        border-color: #54e69d;
    }

.btn-orange[b-60hyrb2sak] {
    color: #212529;
    background-color: #ffc36d;
    border-color: #ffc36d;
}

    .btn-orange:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #ffcc83;
        border-color: #ffc97c;
    }

    .btn-check:focus + .btn-orange[b-60hyrb2sak], .btn-orange:focus[b-60hyrb2sak] {
        color: #212529;
        background-color: #ffcc83;
        border-color: #ffc97c;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 171, 99, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(222, 171, 99, 0.5);
    }

    .btn-check:checked + .btn-orange[b-60hyrb2sak],
    .btn-check:active + .btn-orange[b-60hyrb2sak], .btn-orange:active[b-60hyrb2sak], .btn-orange.active[b-60hyrb2sak],
    .show > .btn-orange.dropdown-toggle[b-60hyrb2sak] {
        color: #212529;
        background-color: #ffcf8a;
        border-color: #ffc97c;
    }

        .btn-check:checked + .btn-orange:focus[b-60hyrb2sak],
        .btn-check:active + .btn-orange:focus[b-60hyrb2sak], .btn-orange:active:focus[b-60hyrb2sak], .btn-orange.active:focus[b-60hyrb2sak],
        .show > .btn-orange.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 171, 99, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(222, 171, 99, 0.5);
        }

    .btn-orange:disabled[b-60hyrb2sak], .btn-orange.disabled[b-60hyrb2sak] {
        color: #212529;
        background-color: #ffc36d;
        border-color: #ffc36d;
    }

.btn-violet[b-60hyrb2sak] {
    color: #fff;
    background-color: #796aee;
    border-color: #796aee;
}

    .btn-violet:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #675aca;
        border-color: #6155be;
    }

    .btn-check:focus + .btn-violet[b-60hyrb2sak], .btn-violet:focus[b-60hyrb2sak] {
        color: #fff;
        background-color: #675aca;
        border-color: #6155be;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(141, 128, 241, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(141, 128, 241, 0.5);
    }

    .btn-check:checked + .btn-violet[b-60hyrb2sak],
    .btn-check:active + .btn-violet[b-60hyrb2sak], .btn-violet:active[b-60hyrb2sak], .btn-violet.active[b-60hyrb2sak],
    .show > .btn-violet.dropdown-toggle[b-60hyrb2sak] {
        color: #fff;
        background-color: #6155be;
        border-color: #5b50b3;
    }

        .btn-check:checked + .btn-violet:focus[b-60hyrb2sak],
        .btn-check:active + .btn-violet:focus[b-60hyrb2sak], .btn-violet:active:focus[b-60hyrb2sak], .btn-violet.active:focus[b-60hyrb2sak],
        .show > .btn-violet.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(141, 128, 241, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(141, 128, 241, 0.5);
        }

    .btn-violet:disabled[b-60hyrb2sak], .btn-violet.disabled[b-60hyrb2sak] {
        color: #fff;
        background-color: #796aee;
        border-color: #796aee;
    }

.btn-paleBlue[b-60hyrb2sak] {
    color: #212529;
    background-color: #85b4f2;
    border-color: #85b4f2;
}

    .btn-paleBlue:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #97bff4;
        border-color: #91bcf3;
    }

    .btn-check:focus + .btn-paleBlue[b-60hyrb2sak], .btn-paleBlue:focus[b-60hyrb2sak] {
        color: #212529;
        background-color: #97bff4;
        border-color: #91bcf3;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(118, 159, 212, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(118, 159, 212, 0.5);
    }

    .btn-check:checked + .btn-paleBlue[b-60hyrb2sak],
    .btn-check:active + .btn-paleBlue[b-60hyrb2sak], .btn-paleBlue:active[b-60hyrb2sak], .btn-paleBlue.active[b-60hyrb2sak],
    .show > .btn-paleBlue.dropdown-toggle[b-60hyrb2sak] {
        color: #212529;
        background-color: #9dc3f5;
        border-color: #91bcf3;
    }

        .btn-check:checked + .btn-paleBlue:focus[b-60hyrb2sak],
        .btn-check:active + .btn-paleBlue:focus[b-60hyrb2sak], .btn-paleBlue:active:focus[b-60hyrb2sak], .btn-paleBlue.active:focus[b-60hyrb2sak],
        .show > .btn-paleBlue.dropdown-toggle:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(118, 159, 212, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(118, 159, 212, 0.5);
        }

    .btn-paleBlue:disabled[b-60hyrb2sak], .btn-paleBlue.disabled[b-60hyrb2sak] {
        color: #212529;
        background-color: #85b4f2;
        border-color: #85b4f2;
    }

.btn-outline-primary[b-60hyrb2sak] {
    color: #2b90d9;
    border-color: #2b90d9;
}

    .btn-outline-primary:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #2b90d9;
        border-color: #2b90d9;
    }

    .btn-check:focus + .btn-outline-primary[b-60hyrb2sak], .btn-outline-primary:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.5);
    }

    .btn-check:checked + .btn-outline-primary[b-60hyrb2sak],
    .btn-check:active + .btn-outline-primary[b-60hyrb2sak], .btn-outline-primary:active[b-60hyrb2sak], .btn-outline-primary.active[b-60hyrb2sak], .btn-outline-primary.dropdown-toggle.show[b-60hyrb2sak] {
        color: #fff;
        background-color: #2b90d9;
        border-color: #2b90d9;
    }

        .btn-check:checked + .btn-outline-primary:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-primary:focus[b-60hyrb2sak], .btn-outline-primary:active:focus[b-60hyrb2sak], .btn-outline-primary.active:focus[b-60hyrb2sak], .btn-outline-primary.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.5);
        }

    .btn-outline-primary:disabled[b-60hyrb2sak], .btn-outline-primary.disabled[b-60hyrb2sak] {
        color: #2b90d9;
        background-color: transparent;
    }

.btn-outline-secondary[b-60hyrb2sak] {
    color: #6c757d;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-check:focus + .btn-outline-secondary[b-60hyrb2sak], .btn-outline-secondary:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
    }

    .btn-check:checked + .btn-outline-secondary[b-60hyrb2sak],
    .btn-check:active + .btn-outline-secondary[b-60hyrb2sak], .btn-outline-secondary:active[b-60hyrb2sak], .btn-outline-secondary.active[b-60hyrb2sak], .btn-outline-secondary.dropdown-toggle.show[b-60hyrb2sak] {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-check:checked + .btn-outline-secondary:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-secondary:focus[b-60hyrb2sak], .btn-outline-secondary:active:focus[b-60hyrb2sak], .btn-outline-secondary.active:focus[b-60hyrb2sak], .btn-outline-secondary.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
        }

    .btn-outline-secondary:disabled[b-60hyrb2sak], .btn-outline-secondary.disabled[b-60hyrb2sak] {
        color: #6c757d;
        background-color: transparent;
    }

.btn-outline-success[b-60hyrb2sak] {
    color: #28a745;
    border-color: #28a745;
}

    .btn-outline-success:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-check:focus + .btn-outline-success[b-60hyrb2sak], .btn-outline-success:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
    }

    .btn-check:checked + .btn-outline-success[b-60hyrb2sak],
    .btn-check:active + .btn-outline-success[b-60hyrb2sak], .btn-outline-success:active[b-60hyrb2sak], .btn-outline-success.active[b-60hyrb2sak], .btn-outline-success.dropdown-toggle.show[b-60hyrb2sak] {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-check:checked + .btn-outline-success:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-success:focus[b-60hyrb2sak], .btn-outline-success:active:focus[b-60hyrb2sak], .btn-outline-success.active:focus[b-60hyrb2sak], .btn-outline-success.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
        }

    .btn-outline-success:disabled[b-60hyrb2sak], .btn-outline-success.disabled[b-60hyrb2sak] {
        color: #28a745;
        background-color: transparent;
    }

.btn-outline-info[b-60hyrb2sak] {
    color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-outline-info:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-check:focus + .btn-outline-info[b-60hyrb2sak], .btn-outline-info:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5);
    }

    .btn-check:checked + .btn-outline-info[b-60hyrb2sak],
    .btn-check:active + .btn-outline-info[b-60hyrb2sak], .btn-outline-info:active[b-60hyrb2sak], .btn-outline-info.active[b-60hyrb2sak], .btn-outline-info.dropdown-toggle.show[b-60hyrb2sak] {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-check:checked + .btn-outline-info:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-info:focus[b-60hyrb2sak], .btn-outline-info:active:focus[b-60hyrb2sak], .btn-outline-info.active:focus[b-60hyrb2sak], .btn-outline-info.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5);
        }

    .btn-outline-info:disabled[b-60hyrb2sak], .btn-outline-info.disabled[b-60hyrb2sak] {
        color: #17a2b8;
        background-color: transparent;
    }

.btn-outline-warning[b-60hyrb2sak] {
    color: #ffc107;
    border-color: #ffc107;
}

    .btn-outline-warning:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-check:focus + .btn-outline-warning[b-60hyrb2sak], .btn-outline-warning:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
    }

    .btn-check:checked + .btn-outline-warning[b-60hyrb2sak],
    .btn-check:active + .btn-outline-warning[b-60hyrb2sak], .btn-outline-warning:active[b-60hyrb2sak], .btn-outline-warning.active[b-60hyrb2sak], .btn-outline-warning.dropdown-toggle.show[b-60hyrb2sak] {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-check:checked + .btn-outline-warning:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-warning:focus[b-60hyrb2sak], .btn-outline-warning:active:focus[b-60hyrb2sak], .btn-outline-warning.active:focus[b-60hyrb2sak], .btn-outline-warning.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
        }

    .btn-outline-warning:disabled[b-60hyrb2sak], .btn-outline-warning.disabled[b-60hyrb2sak] {
        color: #ffc107;
        background-color: transparent;
    }

.btn-outline-danger[b-60hyrb2sak] {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-check:focus + .btn-outline-danger[b-60hyrb2sak], .btn-outline-danger:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
    }

    .btn-check:checked + .btn-outline-danger[b-60hyrb2sak],
    .btn-check:active + .btn-outline-danger[b-60hyrb2sak], .btn-outline-danger:active[b-60hyrb2sak], .btn-outline-danger.active[b-60hyrb2sak], .btn-outline-danger.dropdown-toggle.show[b-60hyrb2sak] {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-check:checked + .btn-outline-danger:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-danger:focus[b-60hyrb2sak], .btn-outline-danger:active:focus[b-60hyrb2sak], .btn-outline-danger.active:focus[b-60hyrb2sak], .btn-outline-danger.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
        }

    .btn-outline-danger:disabled[b-60hyrb2sak], .btn-outline-danger.disabled[b-60hyrb2sak] {
        color: #dc3545;
        background-color: transparent;
    }

.btn-outline-light[b-60hyrb2sak] {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-check:focus + .btn-outline-light[b-60hyrb2sak], .btn-outline-light:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
    }

    .btn-check:checked + .btn-outline-light[b-60hyrb2sak],
    .btn-check:active + .btn-outline-light[b-60hyrb2sak], .btn-outline-light:active[b-60hyrb2sak], .btn-outline-light.active[b-60hyrb2sak], .btn-outline-light.dropdown-toggle.show[b-60hyrb2sak] {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-check:checked + .btn-outline-light:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-light:focus[b-60hyrb2sak], .btn-outline-light:active:focus[b-60hyrb2sak], .btn-outline-light.active:focus[b-60hyrb2sak], .btn-outline-light.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
        }

    .btn-outline-light:disabled[b-60hyrb2sak], .btn-outline-light.disabled[b-60hyrb2sak] {
        color: #f8f9fa;
        background-color: transparent;
    }

.btn-outline-dark[b-60hyrb2sak] {
    color: #343a40;
    border-color: #343a40;
}

    .btn-outline-dark:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-check:focus + .btn-outline-dark[b-60hyrb2sak], .btn-outline-dark:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
    }

    .btn-check:checked + .btn-outline-dark[b-60hyrb2sak],
    .btn-check:active + .btn-outline-dark[b-60hyrb2sak], .btn-outline-dark:active[b-60hyrb2sak], .btn-outline-dark.active[b-60hyrb2sak], .btn-outline-dark.dropdown-toggle.show[b-60hyrb2sak] {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-check:checked + .btn-outline-dark:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-dark:focus[b-60hyrb2sak], .btn-outline-dark:active:focus[b-60hyrb2sak], .btn-outline-dark.active:focus[b-60hyrb2sak], .btn-outline-dark.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
        }

    .btn-outline-dark:disabled[b-60hyrb2sak], .btn-outline-dark.disabled[b-60hyrb2sak] {
        color: #343a40;
        background-color: transparent;
    }

.btn-outline-darkBlue[b-60hyrb2sak] {
    color: #2f333e;
    border-color: #2f333e;
}

    .btn-outline-darkBlue:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #2f333e;
        border-color: #2f333e;
    }

    .btn-check:focus + .btn-outline-darkBlue[b-60hyrb2sak], .btn-outline-darkBlue:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(47, 51, 62, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(47, 51, 62, 0.5);
    }

    .btn-check:checked + .btn-outline-darkBlue[b-60hyrb2sak],
    .btn-check:active + .btn-outline-darkBlue[b-60hyrb2sak], .btn-outline-darkBlue:active[b-60hyrb2sak], .btn-outline-darkBlue.active[b-60hyrb2sak], .btn-outline-darkBlue.dropdown-toggle.show[b-60hyrb2sak] {
        color: #fff;
        background-color: #2f333e;
        border-color: #2f333e;
    }

        .btn-check:checked + .btn-outline-darkBlue:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-darkBlue:focus[b-60hyrb2sak], .btn-outline-darkBlue:active:focus[b-60hyrb2sak], .btn-outline-darkBlue.active:focus[b-60hyrb2sak], .btn-outline-darkBlue.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(47, 51, 62, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(47, 51, 62, 0.5);
        }

    .btn-outline-darkBlue:disabled[b-60hyrb2sak], .btn-outline-darkBlue.disabled[b-60hyrb2sak] {
        color: #2f333e;
        background-color: transparent;
    }

.btn-outline-sidebar-bg[b-60hyrb2sak] {
    color: #30323e;
    border-color: #30323e;
}

    .btn-outline-sidebar-bg:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #30323e;
        border-color: #30323e;
    }

    .btn-check:focus + .btn-outline-sidebar-bg[b-60hyrb2sak], .btn-outline-sidebar-bg:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(48, 50, 62, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(48, 50, 62, 0.5);
    }

    .btn-check:checked + .btn-outline-sidebar-bg[b-60hyrb2sak],
    .btn-check:active + .btn-outline-sidebar-bg[b-60hyrb2sak], .btn-outline-sidebar-bg:active[b-60hyrb2sak], .btn-outline-sidebar-bg.active[b-60hyrb2sak], .btn-outline-sidebar-bg.dropdown-toggle.show[b-60hyrb2sak] {
        color: #fff;
        background-color: #30323e;
        border-color: #30323e;
    }

        .btn-check:checked + .btn-outline-sidebar-bg:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-sidebar-bg:focus[b-60hyrb2sak], .btn-outline-sidebar-bg:active:focus[b-60hyrb2sak], .btn-outline-sidebar-bg.active:focus[b-60hyrb2sak], .btn-outline-sidebar-bg.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(48, 50, 62, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(48, 50, 62, 0.5);
        }

    .btn-outline-sidebar-bg:disabled[b-60hyrb2sak], .btn-outline-sidebar-bg.disabled[b-60hyrb2sak] {
        color: #30323e;
        background-color: transparent;
    }

.btn-outline-red[b-60hyrb2sak] {
    color: #ff7676;
    border-color: #ff7676;
}

    .btn-outline-red:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #ff7676;
        border-color: #ff7676;
    }

    .btn-check:focus + .btn-outline-red[b-60hyrb2sak], .btn-outline-red:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 118, 118, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(255, 118, 118, 0.5);
    }

    .btn-check:checked + .btn-outline-red[b-60hyrb2sak],
    .btn-check:active + .btn-outline-red[b-60hyrb2sak], .btn-outline-red:active[b-60hyrb2sak], .btn-outline-red.active[b-60hyrb2sak], .btn-outline-red.dropdown-toggle.show[b-60hyrb2sak] {
        color: #212529;
        background-color: #ff7676;
        border-color: #ff7676;
    }

        .btn-check:checked + .btn-outline-red:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-red:focus[b-60hyrb2sak], .btn-outline-red:active:focus[b-60hyrb2sak], .btn-outline-red.active:focus[b-60hyrb2sak], .btn-outline-red.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 118, 118, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 118, 118, 0.5);
        }

    .btn-outline-red:disabled[b-60hyrb2sak], .btn-outline-red.disabled[b-60hyrb2sak] {
        color: #ff7676;
        background-color: transparent;
    }

.btn-outline-yellow[b-60hyrb2sak] {
    color: #eef157;
    border-color: #eef157;
}

    .btn-outline-yellow:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #eef157;
        border-color: #eef157;
    }

    .btn-check:focus + .btn-outline-yellow[b-60hyrb2sak], .btn-outline-yellow:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(238, 241, 87, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(238, 241, 87, 0.5);
    }

    .btn-check:checked + .btn-outline-yellow[b-60hyrb2sak],
    .btn-check:active + .btn-outline-yellow[b-60hyrb2sak], .btn-outline-yellow:active[b-60hyrb2sak], .btn-outline-yellow.active[b-60hyrb2sak], .btn-outline-yellow.dropdown-toggle.show[b-60hyrb2sak] {
        color: #212529;
        background-color: #eef157;
        border-color: #eef157;
    }

        .btn-check:checked + .btn-outline-yellow:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-yellow:focus[b-60hyrb2sak], .btn-outline-yellow:active:focus[b-60hyrb2sak], .btn-outline-yellow.active:focus[b-60hyrb2sak], .btn-outline-yellow.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(238, 241, 87, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(238, 241, 87, 0.5);
        }

    .btn-outline-yellow:disabled[b-60hyrb2sak], .btn-outline-yellow.disabled[b-60hyrb2sak] {
        color: #eef157;
        background-color: transparent;
    }

.btn-outline-faintGreen[b-60hyrb2sak] {
    color: #54e69d;
    border-color: #54e69d;
}

    .btn-outline-faintGreen:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #54e69d;
        border-color: #54e69d;
    }

    .btn-check:focus + .btn-outline-faintGreen[b-60hyrb2sak], .btn-outline-faintGreen:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(84, 230, 157, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(84, 230, 157, 0.5);
    }

    .btn-check:checked + .btn-outline-faintGreen[b-60hyrb2sak],
    .btn-check:active + .btn-outline-faintGreen[b-60hyrb2sak], .btn-outline-faintGreen:active[b-60hyrb2sak], .btn-outline-faintGreen.active[b-60hyrb2sak], .btn-outline-faintGreen.dropdown-toggle.show[b-60hyrb2sak] {
        color: #212529;
        background-color: #54e69d;
        border-color: #54e69d;
    }

        .btn-check:checked + .btn-outline-faintGreen:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-faintGreen:focus[b-60hyrb2sak], .btn-outline-faintGreen:active:focus[b-60hyrb2sak], .btn-outline-faintGreen.active:focus[b-60hyrb2sak], .btn-outline-faintGreen.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(84, 230, 157, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(84, 230, 157, 0.5);
        }

    .btn-outline-faintGreen:disabled[b-60hyrb2sak], .btn-outline-faintGreen.disabled[b-60hyrb2sak] {
        color: #54e69d;
        background-color: transparent;
    }

.btn-outline-orange[b-60hyrb2sak] {
    color: #ffc36d;
    border-color: #ffc36d;
}

    .btn-outline-orange:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #ffc36d;
        border-color: #ffc36d;
    }

    .btn-check:focus + .btn-outline-orange[b-60hyrb2sak], .btn-outline-orange:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 195, 109, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(255, 195, 109, 0.5);
    }

    .btn-check:checked + .btn-outline-orange[b-60hyrb2sak],
    .btn-check:active + .btn-outline-orange[b-60hyrb2sak], .btn-outline-orange:active[b-60hyrb2sak], .btn-outline-orange.active[b-60hyrb2sak], .btn-outline-orange.dropdown-toggle.show[b-60hyrb2sak] {
        color: #212529;
        background-color: #ffc36d;
        border-color: #ffc36d;
    }

        .btn-check:checked + .btn-outline-orange:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-orange:focus[b-60hyrb2sak], .btn-outline-orange:active:focus[b-60hyrb2sak], .btn-outline-orange.active:focus[b-60hyrb2sak], .btn-outline-orange.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 195, 109, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 195, 109, 0.5);
        }

    .btn-outline-orange:disabled[b-60hyrb2sak], .btn-outline-orange.disabled[b-60hyrb2sak] {
        color: #ffc36d;
        background-color: transparent;
    }

.btn-outline-violet[b-60hyrb2sak] {
    color: #796aee;
    border-color: #796aee;
}

    .btn-outline-violet:hover[b-60hyrb2sak] {
        color: #fff;
        background-color: #796aee;
        border-color: #796aee;
    }

    .btn-check:focus + .btn-outline-violet[b-60hyrb2sak], .btn-outline-violet:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(121, 106, 238, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(121, 106, 238, 0.5);
    }

    .btn-check:checked + .btn-outline-violet[b-60hyrb2sak],
    .btn-check:active + .btn-outline-violet[b-60hyrb2sak], .btn-outline-violet:active[b-60hyrb2sak], .btn-outline-violet.active[b-60hyrb2sak], .btn-outline-violet.dropdown-toggle.show[b-60hyrb2sak] {
        color: #fff;
        background-color: #796aee;
        border-color: #796aee;
    }

        .btn-check:checked + .btn-outline-violet:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-violet:focus[b-60hyrb2sak], .btn-outline-violet:active:focus[b-60hyrb2sak], .btn-outline-violet.active:focus[b-60hyrb2sak], .btn-outline-violet.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(121, 106, 238, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(121, 106, 238, 0.5);
        }

    .btn-outline-violet:disabled[b-60hyrb2sak], .btn-outline-violet.disabled[b-60hyrb2sak] {
        color: #796aee;
        background-color: transparent;
    }

.btn-outline-paleBlue[b-60hyrb2sak] {
    color: #85b4f2;
    border-color: #85b4f2;
}

    .btn-outline-paleBlue:hover[b-60hyrb2sak] {
        color: #212529;
        background-color: #85b4f2;
        border-color: #85b4f2;
    }

    .btn-check:focus + .btn-outline-paleBlue[b-60hyrb2sak], .btn-outline-paleBlue:focus[b-60hyrb2sak] {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(133, 180, 242, 0.5);
        box-shadow: 0 0 0 0.25rem rgba(133, 180, 242, 0.5);
    }

    .btn-check:checked + .btn-outline-paleBlue[b-60hyrb2sak],
    .btn-check:active + .btn-outline-paleBlue[b-60hyrb2sak], .btn-outline-paleBlue:active[b-60hyrb2sak], .btn-outline-paleBlue.active[b-60hyrb2sak], .btn-outline-paleBlue.dropdown-toggle.show[b-60hyrb2sak] {
        color: #212529;
        background-color: #85b4f2;
        border-color: #85b4f2;
    }

        .btn-check:checked + .btn-outline-paleBlue:focus[b-60hyrb2sak],
        .btn-check:active + .btn-outline-paleBlue:focus[b-60hyrb2sak], .btn-outline-paleBlue:active:focus[b-60hyrb2sak], .btn-outline-paleBlue.active:focus[b-60hyrb2sak], .btn-outline-paleBlue.dropdown-toggle.show:focus[b-60hyrb2sak] {
            -webkit-box-shadow: 0 0 0 0.25rem rgba(133, 180, 242, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(133, 180, 242, 0.5);
        }

    .btn-outline-paleBlue:disabled[b-60hyrb2sak], .btn-outline-paleBlue.disabled[b-60hyrb2sak] {
        color: #85b4f2;
        background-color: transparent;
    }

.btn-link[b-60hyrb2sak] {
    font-weight: 400;
    color: #2b90d9;
    text-decoration: underline;
}

    .btn-link:hover[b-60hyrb2sak] {
        color: #1c669c;
    }

    .btn-link:disabled[b-60hyrb2sak], .btn-link.disabled[b-60hyrb2sak] {
        color: #6c757d;
    }

.btn-lg[b-60hyrb2sak], .btn-group-lg > .btn[b-60hyrb2sak] {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0;
}

.btn-sm[b-60hyrb2sak], .btn-group-sm > .btn[b-60hyrb2sak] {
    padding: 0.375rem 0.5rem;
    font-size: 0.7875rem;
    border-radius: 0;
}

.fade[b-60hyrb2sak] {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show)[b-60hyrb2sak] {
    opacity: 0;
}

.collapse:not(.show)[b-60hyrb2sak] {
    display: none;
}

.collapsing[b-60hyrb2sak] {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.collapsing.collapse-horizontal[b-60hyrb2sak] {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.dropup[b-60hyrb2sak],
.dropend[b-60hyrb2sak],
.dropdown[b-60hyrb2sak],
.dropstart[b-60hyrb2sak] {
    position: relative;
}

.dropdown-toggle[b-60hyrb2sak] {
    white-space: nowrap;
}

    .dropdown-toggle[b-60hyrb2sak]::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty[b-60hyrb2sak]::after {
        margin-left: 0;
    }

.dropdown-menu[b-60hyrb2sak] {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 17rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

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

.dropdown-menu-start[b-60hyrb2sak] {
    --bs-position: start;
}

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

.dropdown-menu-end[b-60hyrb2sak] {
    --bs-position: end;
}

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

@media (min-width: 576px) {
    .dropdown-menu-sm-start[b-60hyrb2sak] {
        --bs-position: start;
    }

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

    .dropdown-menu-sm-end[b-60hyrb2sak] {
        --bs-position: end;
    }

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

@media (min-width: 768px) {
    .dropdown-menu-md-start[b-60hyrb2sak] {
        --bs-position: start;
    }

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

    .dropdown-menu-md-end[b-60hyrb2sak] {
        --bs-position: end;
    }

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

@media (min-width: 992px) {
    .dropdown-menu-lg-start[b-60hyrb2sak] {
        --bs-position: start;
    }

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

    .dropdown-menu-lg-end[b-60hyrb2sak] {
        --bs-position: end;
    }

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-start[b-60hyrb2sak] {
        --bs-position: start;
    }

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

    .dropdown-menu-xl-end[b-60hyrb2sak] {
        --bs-position: end;
    }

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

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start[b-60hyrb2sak] {
        --bs-position: start;
    }

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

    .dropdown-menu-xxl-end[b-60hyrb2sak] {
        --bs-position: end;
    }

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

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

.dropup .dropdown-toggle[b-60hyrb2sak]::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty[b-60hyrb2sak]::after {
    margin-left: 0;
}

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

.dropend .dropdown-toggle[b-60hyrb2sak]::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty[b-60hyrb2sak]::after {
    margin-left: 0;
}

.dropend .dropdown-toggle[b-60hyrb2sak]::after {
    vertical-align: 0;
}

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

.dropstart .dropdown-toggle[b-60hyrb2sak]::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle[b-60hyrb2sak]::after {
    display: none;
}

.dropstart .dropdown-toggle[b-60hyrb2sak]::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty[b-60hyrb2sak]::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle[b-60hyrb2sak]::before {
    vertical-align: 0;
}

.dropdown-divider[b-60hyrb2sak] {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item[b-60hyrb2sak] {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover[b-60hyrb2sak], .dropdown-item:focus[b-60hyrb2sak] {
        color: #1e2125;
        background-color: #f2f4f5;
    }

    .dropdown-item.active[b-60hyrb2sak], .dropdown-item:active[b-60hyrb2sak] {
        color: #212529;
        text-decoration: none;
        background-color: #f2f4f5;
    }

    .dropdown-item.disabled[b-60hyrb2sak], .dropdown-item:disabled[b-60hyrb2sak] {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show[b-60hyrb2sak] {
    display: block;
}

.dropdown-header[b-60hyrb2sak] {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text[b-60hyrb2sak] {
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
}

.dropdown-menu-dark[b-60hyrb2sak] {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}

    .dropdown-menu-dark .dropdown-item[b-60hyrb2sak] {
        color: #dee2e6;
    }

        .dropdown-menu-dark .dropdown-item:hover[b-60hyrb2sak], .dropdown-menu-dark .dropdown-item:focus[b-60hyrb2sak] {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.15);
        }

        .dropdown-menu-dark .dropdown-item.active[b-60hyrb2sak], .dropdown-menu-dark .dropdown-item:active[b-60hyrb2sak] {
            color: #212529;
            background-color: #f2f4f5;
        }

        .dropdown-menu-dark .dropdown-item.disabled[b-60hyrb2sak], .dropdown-menu-dark .dropdown-item:disabled[b-60hyrb2sak] {
            color: #adb5bd;
        }

    .dropdown-menu-dark .dropdown-divider[b-60hyrb2sak] {
        border-color: rgba(0, 0, 0, 0.15);
    }

    .dropdown-menu-dark .dropdown-item-text[b-60hyrb2sak] {
        color: #dee2e6;
    }

    .dropdown-menu-dark .dropdown-header[b-60hyrb2sak] {
        color: #adb5bd;
    }

.btn-group[b-60hyrb2sak],
.btn-group-vertical[b-60hyrb2sak] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn[b-60hyrb2sak],
    .btn-group-vertical > .btn[b-60hyrb2sak] {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .btn-group > .btn-check:checked + .btn[b-60hyrb2sak],
        .btn-group > .btn-check:focus + .btn[b-60hyrb2sak],
        .btn-group > .btn:hover[b-60hyrb2sak],
        .btn-group > .btn:focus[b-60hyrb2sak],
        .btn-group > .btn:active[b-60hyrb2sak],
        .btn-group > .btn.active[b-60hyrb2sak],
        .btn-group-vertical > .btn-check:checked + .btn[b-60hyrb2sak],
        .btn-group-vertical > .btn-check:focus + .btn[b-60hyrb2sak],
        .btn-group-vertical > .btn:hover[b-60hyrb2sak],
        .btn-group-vertical > .btn:focus[b-60hyrb2sak],
        .btn-group-vertical > .btn:active[b-60hyrb2sak],
        .btn-group-vertical > .btn.active[b-60hyrb2sak] {
            z-index: 1;
        }

.btn-toolbar[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group[b-60hyrb2sak] {
        width: auto;
    }

.btn-group > .btn:not(:first-child)[b-60hyrb2sak],
.btn-group > .btn-group:not(:first-child)[b-60hyrb2sak] {
    margin-left: -1px;
}

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

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

.dropdown-toggle-split[b-60hyrb2sak] {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split[b-60hyrb2sak]::after,
    .dropup .dropdown-toggle-split[b-60hyrb2sak]::after,
    .dropend .dropdown-toggle-split[b-60hyrb2sak]::after {
        margin-left: 0;
    }

.dropstart .dropdown-toggle-split[b-60hyrb2sak]::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split[b-60hyrb2sak], .btn-group-sm > .btn + .dropdown-toggle-split[b-60hyrb2sak] {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split[b-60hyrb2sak], .btn-group-lg > .btn + .dropdown-toggle-split[b-60hyrb2sak] {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical[b-60hyrb2sak] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical > .btn[b-60hyrb2sak],
    .btn-group-vertical > .btn-group[b-60hyrb2sak] {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child)[b-60hyrb2sak],
        .btn-group-vertical > .btn-group:not(:first-child)[b-60hyrb2sak] {
            margin-top: -1px;
        }

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

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

.nav[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link[b-60hyrb2sak] {
    display: block;
    padding: 0.5rem 1rem;
    color: #2b90d9;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.nav-link:hover[b-60hyrb2sak], .nav-link:focus[b-60hyrb2sak] {
    color: #1c669c;
}

.nav-link.disabled[b-60hyrb2sak] {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs[b-60hyrb2sak] {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-link[b-60hyrb2sak] {
        margin-bottom: -1px;
        background: none;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover[b-60hyrb2sak], .nav-tabs .nav-link:focus[b-60hyrb2sak] {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate;
        }

        .nav-tabs .nav-link.disabled[b-60hyrb2sak] {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

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

    .nav-tabs .dropdown-menu[b-60hyrb2sak] {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link[b-60hyrb2sak] {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active[b-60hyrb2sak],
    .nav-pills .show > .nav-link[b-60hyrb2sak] {
        color: #fff;
        background-color: #2b90d9;
    }

.nav-fill > .nav-link[b-60hyrb2sak],
.nav-fill .nav-item[b-60hyrb2sak] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link[b-60hyrb2sak],
.nav-justified .nav-item[b-60hyrb2sak] {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

    .nav-fill .nav-item .nav-link[b-60hyrb2sak],
    .nav-justified .nav-item .nav-link[b-60hyrb2sak] {
        width: 100%;
    }

.tab-content > .tab-pane[b-60hyrb2sak] {
    display: none;
}

.tab-content > .active[b-60hyrb2sak] {
    display: block;
}

.navbar[b-60hyrb2sak] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .navbar > .container[b-60hyrb2sak],
    .navbar > .container-fluid[b-60hyrb2sak], .navbar > .container-sm[b-60hyrb2sak], .navbar > .container-md[b-60hyrb2sak], .navbar > .container-lg[b-60hyrb2sak], .navbar > .container-xl[b-60hyrb2sak], .navbar > .container-xxl[b-60hyrb2sak] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand[b-60hyrb2sak] {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link[b-60hyrb2sak] {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu[b-60hyrb2sak] {
        position: static;
    }

.navbar-text[b-60hyrb2sak] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse[b-60hyrb2sak] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler[b-60hyrb2sak] {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.navbar-toggler:hover[b-60hyrb2sak] {
    text-decoration: none;
}

.navbar-toggler:focus[b-60hyrb2sak] {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
    box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon[b-60hyrb2sak] {
    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[b-60hyrb2sak] {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm[b-60hyrb2sak] {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav[b-60hyrb2sak] {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu[b-60hyrb2sak] {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link[b-60hyrb2sak] {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm .navbar-nav-scroll[b-60hyrb2sak] {
            overflow: visible;
        }

        .navbar-expand-sm .navbar-collapse[b-60hyrb2sak] {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler[b-60hyrb2sak] {
            display: none;
        }

        .navbar-expand-sm .offcanvas-header[b-60hyrb2sak] {
            display: none;
        }

        .navbar-expand-sm .offcanvas[b-60hyrb2sak] {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            -webkit-transition: none;
            transition: none;
            -webkit-transform: none;
            transform: none;
        }

        .navbar-expand-sm .offcanvas-top[b-60hyrb2sak],
        .navbar-expand-sm .offcanvas-bottom[b-60hyrb2sak] {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-sm .offcanvas-body[b-60hyrb2sak] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 768px) {
    .navbar-expand-md[b-60hyrb2sak] {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav[b-60hyrb2sak] {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu[b-60hyrb2sak] {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link[b-60hyrb2sak] {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md .navbar-nav-scroll[b-60hyrb2sak] {
            overflow: visible;
        }

        .navbar-expand-md .navbar-collapse[b-60hyrb2sak] {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler[b-60hyrb2sak] {
            display: none;
        }

        .navbar-expand-md .offcanvas-header[b-60hyrb2sak] {
            display: none;
        }

        .navbar-expand-md .offcanvas[b-60hyrb2sak] {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            -webkit-transition: none;
            transition: none;
            -webkit-transform: none;
            transform: none;
        }

        .navbar-expand-md .offcanvas-top[b-60hyrb2sak],
        .navbar-expand-md .offcanvas-bottom[b-60hyrb2sak] {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-md .offcanvas-body[b-60hyrb2sak] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 992px) {
    .navbar-expand-lg[b-60hyrb2sak] {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav[b-60hyrb2sak] {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu[b-60hyrb2sak] {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link[b-60hyrb2sak] {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg .navbar-nav-scroll[b-60hyrb2sak] {
            overflow: visible;
        }

        .navbar-expand-lg .navbar-collapse[b-60hyrb2sak] {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler[b-60hyrb2sak] {
            display: none;
        }

        .navbar-expand-lg .offcanvas-header[b-60hyrb2sak] {
            display: none;
        }

        .navbar-expand-lg .offcanvas[b-60hyrb2sak] {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            -webkit-transition: none;
            transition: none;
            -webkit-transform: none;
            transform: none;
        }

        .navbar-expand-lg .offcanvas-top[b-60hyrb2sak],
        .navbar-expand-lg .offcanvas-bottom[b-60hyrb2sak] {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-lg .offcanvas-body[b-60hyrb2sak] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 1200px) {
    .navbar-expand-xl[b-60hyrb2sak] {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav[b-60hyrb2sak] {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu[b-60hyrb2sak] {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link[b-60hyrb2sak] {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl .navbar-nav-scroll[b-60hyrb2sak] {
            overflow: visible;
        }

        .navbar-expand-xl .navbar-collapse[b-60hyrb2sak] {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler[b-60hyrb2sak] {
            display: none;
        }

        .navbar-expand-xl .offcanvas-header[b-60hyrb2sak] {
            display: none;
        }

        .navbar-expand-xl .offcanvas[b-60hyrb2sak] {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            -webkit-transition: none;
            transition: none;
            -webkit-transform: none;
            transform: none;
        }

        .navbar-expand-xl .offcanvas-top[b-60hyrb2sak],
        .navbar-expand-xl .offcanvas-bottom[b-60hyrb2sak] {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-xl .offcanvas-body[b-60hyrb2sak] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl[b-60hyrb2sak] {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-nav[b-60hyrb2sak] {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu[b-60hyrb2sak] {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link[b-60hyrb2sak] {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xxl .navbar-nav-scroll[b-60hyrb2sak] {
            overflow: visible;
        }

        .navbar-expand-xxl .navbar-collapse[b-60hyrb2sak] {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xxl .navbar-toggler[b-60hyrb2sak] {
            display: none;
        }

        .navbar-expand-xxl .offcanvas-header[b-60hyrb2sak] {
            display: none;
        }

        .navbar-expand-xxl .offcanvas[b-60hyrb2sak] {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            -webkit-transition: none;
            transition: none;
            -webkit-transform: none;
            transform: none;
        }

        .navbar-expand-xxl .offcanvas-top[b-60hyrb2sak],
        .navbar-expand-xxl .offcanvas-bottom[b-60hyrb2sak] {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-xxl .offcanvas-body[b-60hyrb2sak] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

.navbar-expand[b-60hyrb2sak] {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand .navbar-nav[b-60hyrb2sak] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu[b-60hyrb2sak] {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link[b-60hyrb2sak] {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand .navbar-nav-scroll[b-60hyrb2sak] {
        overflow: visible;
    }

    .navbar-expand .navbar-collapse[b-60hyrb2sak] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler[b-60hyrb2sak] {
        display: none;
    }

    .navbar-expand .offcanvas-header[b-60hyrb2sak] {
        display: none;
    }

    .navbar-expand .offcanvas[b-60hyrb2sak] {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
    }

    .navbar-expand .offcanvas-top[b-60hyrb2sak],
    .navbar-expand .offcanvas-bottom[b-60hyrb2sak] {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand .offcanvas-body[b-60hyrb2sak] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }

.navbar-light .navbar-brand[b-60hyrb2sak] {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover[b-60hyrb2sak], .navbar-light .navbar-brand:focus[b-60hyrb2sak] {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link[b-60hyrb2sak] {
    color: rgba(0, 0, 0, 0.55);
}

    .navbar-light .navbar-nav .nav-link:hover[b-60hyrb2sak], .navbar-light .navbar-nav .nav-link:focus[b-60hyrb2sak] {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled[b-60hyrb2sak] {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link[b-60hyrb2sak],
    .navbar-light .navbar-nav .nav-link.active[b-60hyrb2sak] {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler[b-60hyrb2sak] {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon[b-60hyrb2sak] {
    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[b-60hyrb2sak] {
    color: rgba(0, 0, 0, 0.55);
}

    .navbar-light .navbar-text a[b-60hyrb2sak],
    .navbar-light .navbar-text a:hover[b-60hyrb2sak],
    .navbar-light .navbar-text a:focus[b-60hyrb2sak] {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-dark .navbar-brand[b-60hyrb2sak] {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover[b-60hyrb2sak], .navbar-dark .navbar-brand:focus[b-60hyrb2sak] {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link[b-60hyrb2sak] {
    color: rgba(255, 255, 255, 0.55);
}

    .navbar-dark .navbar-nav .nav-link:hover[b-60hyrb2sak], .navbar-dark .navbar-nav .nav-link:focus[b-60hyrb2sak] {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled[b-60hyrb2sak] {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link[b-60hyrb2sak],
    .navbar-dark .navbar-nav .nav-link.active[b-60hyrb2sak] {
        color: #fff;
    }

.navbar-dark .navbar-toggler[b-60hyrb2sak] {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon[b-60hyrb2sak] {
    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[b-60hyrb2sak] {
    color: rgba(255, 255, 255, 0.55);
}

    .navbar-dark .navbar-text a[b-60hyrb2sak],
    .navbar-dark .navbar-text a:hover[b-60hyrb2sak],
    .navbar-dark .navbar-text a:focus[b-60hyrb2sak] {
        color: #fff;
    }

.card[b-60hyrb2sak] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

    .card > hr[b-60hyrb2sak] {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group[b-60hyrb2sak] {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child[b-60hyrb2sak] {
            border-top-width: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .card > .list-group:last-child[b-60hyrb2sak] {
            border-bottom-width: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .card > .card-header + .list-group[b-60hyrb2sak],
        .card > .list-group + .card-footer[b-60hyrb2sak] {
            border-top: 0;
        }

.card-body[b-60hyrb2sak] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
}

.card-title[b-60hyrb2sak] {
    margin-bottom: 1rem;
}

.card-subtitle[b-60hyrb2sak] {
    margin-top: -0.5rem;
    margin-bottom: 0;
}

.card-text:last-child[b-60hyrb2sak] {
    margin-bottom: 0;
}

.card-link + .card-link[b-60hyrb2sak] {
    margin-left: 1.5rem;
}

.card-header[b-60hyrb2sak] {
    padding: 1.125rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child[b-60hyrb2sak] {
        border-radius: 0 0 0 0;
    }

.card-footer[b-60hyrb2sak] {
    padding: 1.125rem 1.5rem;
    background-color: #fff;
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child[b-60hyrb2sak] {
        border-radius: 0 0 0 0;
    }

.card-header-tabs[b-60hyrb2sak] {
    margin-right: -0.75rem;
    margin-bottom: -1.125rem;
    margin-left: -0.75rem;
    border-bottom: 0;
}

.card-header-pills[b-60hyrb2sak] {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

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

.card-img[b-60hyrb2sak],
.card-img-top[b-60hyrb2sak],
.card-img-bottom[b-60hyrb2sak] {
    width: 100%;
}

.card-img[b-60hyrb2sak],
.card-img-top[b-60hyrb2sak] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-img[b-60hyrb2sak],
.card-img-bottom[b-60hyrb2sak] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-group > .card[b-60hyrb2sak] {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group[b-60hyrb2sak] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card[b-60hyrb2sak] {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card[b-60hyrb2sak] {
                margin-left: 0;
                border-left: 0;
            }

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

                .card-group > .card:not(:last-child) .card-img-top[b-60hyrb2sak],
                .card-group > .card:not(:last-child) .card-header[b-60hyrb2sak] {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom[b-60hyrb2sak],
                .card-group > .card:not(:last-child) .card-footer[b-60hyrb2sak] {
                    border-bottom-right-radius: 0;
                }

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

                .card-group > .card:not(:first-child) .card-img-top[b-60hyrb2sak],
                .card-group > .card:not(:first-child) .card-header[b-60hyrb2sak] {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom[b-60hyrb2sak],
                .card-group > .card:not(:first-child) .card-footer[b-60hyrb2sak] {
                    border-bottom-left-radius: 0;
                }
}

.accordion-button[b-60hyrb2sak] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.accordion-button:not(.collapsed)[b-60hyrb2sak] {
    color: #2782c3;
    background-color: #eaf4fb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

    .accordion-button:not(.collapsed)[b-60hyrb2sak]::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232782c3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.accordion-button[b-60hyrb2sak]::after {
    -ms-flex-negative: 0;
    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;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button[b-60hyrb2sak]::after {
        -webkit-transition: none;
        transition: none;
    }
}

.accordion-button:hover[b-60hyrb2sak] {
    z-index: 2;
}

.accordion-button:focus[b-60hyrb2sak] {
    z-index: 3;
    border-color: #95c8ec;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

.accordion-header[b-60hyrb2sak] {
    margin-bottom: 0;
}

.accordion-item[b-60hyrb2sak] {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .accordion-item:first-of-type[b-60hyrb2sak] {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .accordion-item:first-of-type .accordion-button[b-60hyrb2sak] {
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

    .accordion-item:not(:first-of-type)[b-60hyrb2sak] {
        border-top: 0;
    }

    .accordion-item:last-of-type[b-60hyrb2sak] {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

        .accordion-item:last-of-type .accordion-button.collapsed[b-60hyrb2sak] {
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .accordion-item:last-of-type .accordion-collapse[b-60hyrb2sak] {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

.accordion-body[b-60hyrb2sak] {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse[b-60hyrb2sak] {
    border-width: 0;
}

.accordion-flush .accordion-item[b-60hyrb2sak] {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child[b-60hyrb2sak] {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child[b-60hyrb2sak] {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button[b-60hyrb2sak] {
        border-radius: 0;
    }

.breadcrumb[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item[b-60hyrb2sak] {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item[b-60hyrb2sak]::before {
        float: left;
        padding-right: 0.5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
    }

.breadcrumb-item.active[b-60hyrb2sak] {
    color: #6c757d;
}

.pagination[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link[b-60hyrb2sak] {
    position: relative;
    display: block;
    color: #2b90d9;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.page-link:hover[b-60hyrb2sak] {
    z-index: 2;
    color: #1c669c;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus[b-60hyrb2sak] {
    z-index: 3;
    color: #1c669c;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

.page-item:not(:first-child) .page-link[b-60hyrb2sak] {
    margin-left: -1px;
}

.page-item.active .page-link[b-60hyrb2sak] {
    z-index: 3;
    color: #fff;
    background-color: #2b90d9;
    border-color: #2b90d9;
}

.page-item.disabled .page-link[b-60hyrb2sak] {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link[b-60hyrb2sak] {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link[b-60hyrb2sak] {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link[b-60hyrb2sak] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link[b-60hyrb2sak] {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link[b-60hyrb2sak] {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link[b-60hyrb2sak] {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link[b-60hyrb2sak] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link[b-60hyrb2sak] {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link[b-60hyrb2sak] {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge[b-60hyrb2sak] {
    display: inline-block;
    padding: 0.25em 0.65em;
    font-size: 0.65em;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

    .badge:empty[b-60hyrb2sak] {
        display: none;
    }

.btn .badge[b-60hyrb2sak] {
    position: relative;
    top: -1px;
}

.alert[b-60hyrb2sak] {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-heading[b-60hyrb2sak] {
    color: inherit;
}

.alert-link[b-60hyrb2sak] {
    font-weight: 700;
}

.alert-dismissible[b-60hyrb2sak] {
    padding-right: 3rem;
}

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

.alert-primary[b-60hyrb2sak] {
    color: #1a5682;
    background-color: #d5e9f7;
    border-color: #bfdef4;
}

    .alert-primary .alert-link[b-60hyrb2sak] {
        color: #154568;
    }

.alert-secondary[b-60hyrb2sak] {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

    .alert-secondary .alert-link[b-60hyrb2sak] {
        color: #34383c;
    }

.alert-success[b-60hyrb2sak] {
    color: #186429;
    background-color: #d4edda;
    border-color: #bfe5c7;
}

    .alert-success .alert-link[b-60hyrb2sak] {
        color: #135021;
    }

.alert-info[b-60hyrb2sak] {
    color: #0e616e;
    background-color: #d1ecf1;
    border-color: #b9e3ea;
}

    .alert-info .alert-link[b-60hyrb2sak] {
        color: #0b4e58;
    }

.alert-warning[b-60hyrb2sak] {
    color: #997404;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

    .alert-warning .alert-link[b-60hyrb2sak] {
        color: #7a5d03;
    }

.alert-danger[b-60hyrb2sak] {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

    .alert-danger .alert-link[b-60hyrb2sak] {
        color: #6a1a21;
    }

.alert-light[b-60hyrb2sak] {
    color: #777a7d;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light .alert-link[b-60hyrb2sak] {
        color: #5f6264;
    }

.alert-dark[b-60hyrb2sak] {
    color: #1f2326;
    background-color: #d6d8d9;
    border-color: #c2c4c6;
}

    .alert-dark .alert-link[b-60hyrb2sak] {
        color: #191c1e;
    }

.alert-darkBlue[b-60hyrb2sak] {
    color: #1c1f25;
    background-color: #d5d6d8;
    border-color: #c1c2c5;
}

    .alert-darkBlue .alert-link[b-60hyrb2sak] {
        color: #16191e;
    }

.alert-sidebar-bg[b-60hyrb2sak] {
    color: #1d1e25;
    background-color: #d6d6d8;
    border-color: #c1c2c5;
}

    .alert-sidebar-bg .alert-link[b-60hyrb2sak] {
        color: #17181e;
    }

.alert-red[b-60hyrb2sak] {
    color: #994747;
    background-color: #ffe4e4;
    border-color: #ffd6d6;
}

    .alert-red .alert-link[b-60hyrb2sak] {
        color: #7a3939;
    }

.alert-yellow[b-60hyrb2sak] {
    color: #8f9134;
    background-color: #fcfcdd;
    border-color: #fafbcd;
}

    .alert-yellow .alert-link[b-60hyrb2sak] {
        color: #72742a;
    }

.alert-faintGreen[b-60hyrb2sak] {
    color: #328a5e;
    background-color: #ddfaeb;
    border-color: #ccf8e2;
}

    .alert-faintGreen .alert-link[b-60hyrb2sak] {
        color: #286e4b;
    }

.alert-orange[b-60hyrb2sak] {
    color: #997541;
    background-color: #fff3e2;
    border-color: #ffedd3;
}

    .alert-orange .alert-link[b-60hyrb2sak] {
        color: #7a5e34;
    }

.alert-violet[b-60hyrb2sak] {
    color: #49408f;
    background-color: #e4e1fc;
    border-color: #d7d2fa;
}

    .alert-violet .alert-link[b-60hyrb2sak] {
        color: #3a3372;
    }

.alert-paleBlue[b-60hyrb2sak] {
    color: #506c91;
    background-color: #e7f0fc;
    border-color: #dae9fb;
}

    .alert-paleBlue .alert-link[b-60hyrb2sak] {
        color: #405674;
    }

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

@keyframes progress-bar-stripes-b-60hyrb2sak {
    0% {
        background-position-x: 1rem;
    }
}

.progress[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #2b90d9;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.progress-bar-striped[b-60hyrb2sak] {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated[b-60hyrb2sak] {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes-b-60hyrb2sak;
}

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

.list-group[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.list-group-numbered[b-60hyrb2sak] {
    list-style-type: none;
    counter-reset: section;
}

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

.list-group-item-action[b-60hyrb2sak] {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover[b-60hyrb2sak], .list-group-item-action:focus[b-60hyrb2sak] {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active[b-60hyrb2sak] {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item[b-60hyrb2sak] {
    position: relative;
    display: block;
    padding: 0.5rem 1.5rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child[b-60hyrb2sak] {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .list-group-item:last-child[b-60hyrb2sak] {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .list-group-item.disabled[b-60hyrb2sak], .list-group-item:disabled[b-60hyrb2sak] {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
    }

    .list-group-item.active[b-60hyrb2sak] {
        z-index: 2;
        color: #fff;
        background-color: #2b90d9;
        border-color: #2b90d9;
    }

    .list-group-item + .list-group-item[b-60hyrb2sak] {
        border-top-width: 0;
    }

        .list-group-item + .list-group-item.active[b-60hyrb2sak] {
            margin-top: -1px;
            border-top-width: 1px;
        }

.list-group-horizontal[b-60hyrb2sak] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .list-group-horizontal > .list-group-item:first-child[b-60hyrb2sak] {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }

    .list-group-horizontal > .list-group-item:last-child[b-60hyrb2sak] {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal > .list-group-item.active[b-60hyrb2sak] {
        margin-top: 0;
    }

    .list-group-horizontal > .list-group-item + .list-group-item[b-60hyrb2sak] {
        border-top-width: 1px;
        border-left-width: 0;
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active[b-60hyrb2sak] {
            margin-left: -1px;
            border-left-width: 1px;
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm[b-60hyrb2sak] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-sm > .list-group-item:first-child[b-60hyrb2sak] {
            border-bottom-left-radius: 0;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item:last-child[b-60hyrb2sak] {
            border-top-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item.active[b-60hyrb2sak] {
            margin-top: 0;
        }

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

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

@media (min-width: 768px) {
    .list-group-horizontal-md[b-60hyrb2sak] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-md > .list-group-item:first-child[b-60hyrb2sak] {
            border-bottom-left-radius: 0;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item:last-child[b-60hyrb2sak] {
            border-top-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item.active[b-60hyrb2sak] {
            margin-top: 0;
        }

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

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

@media (min-width: 992px) {
    .list-group-horizontal-lg[b-60hyrb2sak] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-lg > .list-group-item:first-child[b-60hyrb2sak] {
            border-bottom-left-radius: 0;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item:last-child[b-60hyrb2sak] {
            border-top-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item.active[b-60hyrb2sak] {
            margin-top: 0;
        }

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

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

@media (min-width: 1200px) {
    .list-group-horizontal-xl[b-60hyrb2sak] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-xl > .list-group-item:first-child[b-60hyrb2sak] {
            border-bottom-left-radius: 0;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item:last-child[b-60hyrb2sak] {
            border-top-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item.active[b-60hyrb2sak] {
            margin-top: 0;
        }

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

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active[b-60hyrb2sak] {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl[b-60hyrb2sak] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-xxl > .list-group-item:first-child[b-60hyrb2sak] {
            border-bottom-left-radius: 0;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item:last-child[b-60hyrb2sak] {
            border-top-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item.active[b-60hyrb2sak] {
            margin-top: 0;
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item[b-60hyrb2sak] {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active[b-60hyrb2sak] {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

.list-group-flush[b-60hyrb2sak] {
    border-radius: 0;
}

    .list-group-flush > .list-group-item[b-60hyrb2sak] {
        border-width: 0 0 1px;
    }

        .list-group-flush > .list-group-item:last-child[b-60hyrb2sak] {
            border-bottom-width: 0;
        }

.list-group-item-primary[b-60hyrb2sak] {
    color: #1a5682;
    background-color: #d5e9f7;
}

    .list-group-item-primary.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-primary.list-group-item-action:focus[b-60hyrb2sak] {
        color: #1a5682;
        background-color: #c0d2de;
    }

    .list-group-item-primary.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #1a5682;
        border-color: #1a5682;
    }

.list-group-item-secondary[b-60hyrb2sak] {
    color: #41464b;
    background-color: #e2e3e5;
}

    .list-group-item-secondary.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-secondary.list-group-item-action:focus[b-60hyrb2sak] {
        color: #41464b;
        background-color: #cbccce;
    }

    .list-group-item-secondary.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #41464b;
        border-color: #41464b;
    }

.list-group-item-success[b-60hyrb2sak] {
    color: #186429;
    background-color: #d4edda;
}

    .list-group-item-success.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-success.list-group-item-action:focus[b-60hyrb2sak] {
        color: #186429;
        background-color: #bfd5c4;
    }

    .list-group-item-success.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #186429;
        border-color: #186429;
    }

.list-group-item-info[b-60hyrb2sak] {
    color: #0e616e;
    background-color: #d1ecf1;
}

    .list-group-item-info.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-info.list-group-item-action:focus[b-60hyrb2sak] {
        color: #0e616e;
        background-color: #bcd4d9;
    }

    .list-group-item-info.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #0e616e;
        border-color: #0e616e;
    }

.list-group-item-warning[b-60hyrb2sak] {
    color: #997404;
    background-color: #fff3cd;
}

    .list-group-item-warning.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-warning.list-group-item-action:focus[b-60hyrb2sak] {
        color: #997404;
        background-color: #e6dbb9;
    }

    .list-group-item-warning.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #997404;
        border-color: #997404;
    }

.list-group-item-danger[b-60hyrb2sak] {
    color: #842029;
    background-color: #f8d7da;
}

    .list-group-item-danger.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-danger.list-group-item-action:focus[b-60hyrb2sak] {
        color: #842029;
        background-color: #dfc2c4;
    }

    .list-group-item-danger.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #842029;
        border-color: #842029;
    }

.list-group-item-light[b-60hyrb2sak] {
    color: #777a7d;
    background-color: #fefefe;
}

    .list-group-item-light.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-light.list-group-item-action:focus[b-60hyrb2sak] {
        color: #777a7d;
        background-color: #e5e5e5;
    }

    .list-group-item-light.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #777a7d;
        border-color: #777a7d;
    }

.list-group-item-dark[b-60hyrb2sak] {
    color: #1f2326;
    background-color: #d6d8d9;
}

    .list-group-item-dark.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-dark.list-group-item-action:focus[b-60hyrb2sak] {
        color: #1f2326;
        background-color: #c1c2c3;
    }

    .list-group-item-dark.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #1f2326;
        border-color: #1f2326;
    }

.list-group-item-darkBlue[b-60hyrb2sak] {
    color: #1c1f25;
    background-color: #d5d6d8;
}

    .list-group-item-darkBlue.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-darkBlue.list-group-item-action:focus[b-60hyrb2sak] {
        color: #1c1f25;
        background-color: #c0c1c2;
    }

    .list-group-item-darkBlue.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #1c1f25;
        border-color: #1c1f25;
    }

.list-group-item-sidebar-bg[b-60hyrb2sak] {
    color: #1d1e25;
    background-color: #d6d6d8;
}

    .list-group-item-sidebar-bg.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-sidebar-bg.list-group-item-action:focus[b-60hyrb2sak] {
        color: #1d1e25;
        background-color: #c1c1c2;
    }

    .list-group-item-sidebar-bg.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #1d1e25;
        border-color: #1d1e25;
    }

.list-group-item-red[b-60hyrb2sak] {
    color: #994747;
    background-color: #ffe4e4;
}

    .list-group-item-red.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-red.list-group-item-action:focus[b-60hyrb2sak] {
        color: #994747;
        background-color: #e6cdcd;
    }

    .list-group-item-red.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #994747;
        border-color: #994747;
    }

.list-group-item-yellow[b-60hyrb2sak] {
    color: #8f9134;
    background-color: #fcfcdd;
}

    .list-group-item-yellow.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-yellow.list-group-item-action:focus[b-60hyrb2sak] {
        color: #8f9134;
        background-color: #e3e3c7;
    }

    .list-group-item-yellow.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #8f9134;
        border-color: #8f9134;
    }

.list-group-item-faintGreen[b-60hyrb2sak] {
    color: #328a5e;
    background-color: #ddfaeb;
}

    .list-group-item-faintGreen.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-faintGreen.list-group-item-action:focus[b-60hyrb2sak] {
        color: #328a5e;
        background-color: #c7e1d4;
    }

    .list-group-item-faintGreen.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #328a5e;
        border-color: #328a5e;
    }

.list-group-item-orange[b-60hyrb2sak] {
    color: #997541;
    background-color: #fff3e2;
}

    .list-group-item-orange.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-orange.list-group-item-action:focus[b-60hyrb2sak] {
        color: #997541;
        background-color: #e6dbcb;
    }

    .list-group-item-orange.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #997541;
        border-color: #997541;
    }

.list-group-item-violet[b-60hyrb2sak] {
    color: #49408f;
    background-color: #e4e1fc;
}

    .list-group-item-violet.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-violet.list-group-item-action:focus[b-60hyrb2sak] {
        color: #49408f;
        background-color: #cdcbe3;
    }

    .list-group-item-violet.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #49408f;
        border-color: #49408f;
    }

.list-group-item-paleBlue[b-60hyrb2sak] {
    color: #506c91;
    background-color: #e7f0fc;
}

    .list-group-item-paleBlue.list-group-item-action:hover[b-60hyrb2sak], .list-group-item-paleBlue.list-group-item-action:focus[b-60hyrb2sak] {
        color: #506c91;
        background-color: #d0d8e3;
    }

    .list-group-item-paleBlue.list-group-item-action.active[b-60hyrb2sak] {
        color: #fff;
        background-color: #506c91;
        border-color: #506c91;
    }

.btn-close[b-60hyrb2sak] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.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: 0.25rem;
    opacity: 0.5;
}

    .btn-close:hover[b-60hyrb2sak] {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus[b-60hyrb2sak] {
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
        opacity: 1;
    }

    .btn-close:disabled[b-60hyrb2sak], .btn-close.disabled[b-60hyrb2sak] {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 0.25;
    }

.btn-close-white[b-60hyrb2sak] {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast[b-60hyrb2sak] {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .toast.showing[b-60hyrb2sak] {
        opacity: 0;
    }

    .toast:not(.show)[b-60hyrb2sak] {
        display: none;
    }

.toast-container[b-60hyrb2sak] {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

    .toast-container > :not(:last-child)[b-60hyrb2sak] {
        margin-bottom: 1rem;
    }

.toast-header[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

    .toast-header .btn-close[b-60hyrb2sak] {
        margin-right: -0.375rem;
        margin-left: 0.75rem;
    }

.toast-body[b-60hyrb2sak] {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal[b-60hyrb2sak] {
    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[b-60hyrb2sak] {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog[b-60hyrb2sak] {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog[b-60hyrb2sak] {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog[b-60hyrb2sak] {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable[b-60hyrb2sak] {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content[b-60hyrb2sak] {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body[b-60hyrb2sak] {
        overflow-y: auto;
    }

.modal-dialog-centered[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content[b-60hyrb2sak] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0;
}

.modal-backdrop[b-60hyrb2sak] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade[b-60hyrb2sak] {
        opacity: 0;
    }

    .modal-backdrop.show[b-60hyrb2sak] {
        opacity: 0.5;
    }

.modal-header[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .modal-header .btn-close[b-60hyrb2sak] {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

.modal-title[b-60hyrb2sak] {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body[b-60hyrb2sak] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .modal-footer > *[b-60hyrb2sak] {
        margin: 0.25rem;
    }

@media (min-width: 576px) {
    .modal-dialog[b-60hyrb2sak] {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable[b-60hyrb2sak] {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered[b-60hyrb2sak] {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm[b-60hyrb2sak] {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg[b-60hyrb2sak],
    .modal-xl[b-60hyrb2sak] {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl[b-60hyrb2sak] {
        max-width: 1140px;
    }
}

.modal-fullscreen[b-60hyrb2sak] {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content[b-60hyrb2sak] {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header[b-60hyrb2sak] {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body[b-60hyrb2sak] {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer[b-60hyrb2sak] {
        border-radius: 0;
    }

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down[b-60hyrb2sak] {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-sm-down .modal-content[b-60hyrb2sak] {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-header[b-60hyrb2sak] {
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-body[b-60hyrb2sak] {
            overflow-y: auto;
        }

        .modal-fullscreen-sm-down .modal-footer[b-60hyrb2sak] {
            border-radius: 0;
        }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down[b-60hyrb2sak] {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content[b-60hyrb2sak] {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-header[b-60hyrb2sak] {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body[b-60hyrb2sak] {
            overflow-y: auto;
        }

        .modal-fullscreen-md-down .modal-footer[b-60hyrb2sak] {
            border-radius: 0;
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down[b-60hyrb2sak] {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-lg-down .modal-content[b-60hyrb2sak] {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-header[b-60hyrb2sak] {
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-body[b-60hyrb2sak] {
            overflow-y: auto;
        }

        .modal-fullscreen-lg-down .modal-footer[b-60hyrb2sak] {
            border-radius: 0;
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down[b-60hyrb2sak] {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xl-down .modal-content[b-60hyrb2sak] {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-header[b-60hyrb2sak] {
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-body[b-60hyrb2sak] {
            overflow-y: auto;
        }

        .modal-fullscreen-xl-down .modal-footer[b-60hyrb2sak] {
            border-radius: 0;
        }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down[b-60hyrb2sak] {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xxl-down .modal-content[b-60hyrb2sak] {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-header[b-60hyrb2sak] {
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-body[b-60hyrb2sak] {
            overflow-y: auto;
        }

        .modal-fullscreen-xxl-down .modal-footer[b-60hyrb2sak] {
            border-radius: 0;
        }
}

.tooltip[b-60hyrb2sak] {
    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: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show[b-60hyrb2sak] {
        opacity: 0.9;
    }

    .tooltip .tooltip-arrow[b-60hyrb2sak] {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .tooltip-arrow[b-60hyrb2sak]::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top[b-60hyrb2sak], .bs-tooltip-auto[data-popper-placement^="top"][b-60hyrb2sak] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .tooltip-arrow[b-60hyrb2sak], .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow[b-60hyrb2sak] {
        bottom: 0;
    }

        .bs-tooltip-top .tooltip-arrow[b-60hyrb2sak]::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow[b-60hyrb2sak]::before {
            top: -1px;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-end[b-60hyrb2sak], .bs-tooltip-auto[data-popper-placement^="right"][b-60hyrb2sak] {
    padding: 0 0.4rem;
}

    .bs-tooltip-end .tooltip-arrow[b-60hyrb2sak], .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow[b-60hyrb2sak] {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-end .tooltip-arrow[b-60hyrb2sak]::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow[b-60hyrb2sak]::before {
            right: -1px;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom[b-60hyrb2sak], .bs-tooltip-auto[data-popper-placement^="bottom"][b-60hyrb2sak] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .tooltip-arrow[b-60hyrb2sak], .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow[b-60hyrb2sak] {
        top: 0;
    }

        .bs-tooltip-bottom .tooltip-arrow[b-60hyrb2sak]::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow[b-60hyrb2sak]::before {
            bottom: -1px;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-start[b-60hyrb2sak], .bs-tooltip-auto[data-popper-placement^="left"][b-60hyrb2sak] {
    padding: 0 0.4rem;
}

    .bs-tooltip-start .tooltip-arrow[b-60hyrb2sak], .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow[b-60hyrb2sak] {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-start .tooltip-arrow[b-60hyrb2sak]::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow[b-60hyrb2sak]::before {
            left: -1px;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner[b-60hyrb2sak] {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover[b-60hyrb2sak] {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .popover-arrow[b-60hyrb2sak] {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
    }

        .popover .popover-arrow[b-60hyrb2sak]::before, .popover .popover-arrow[b-60hyrb2sak]::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top > .popover-arrow[b-60hyrb2sak], .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow[b-60hyrb2sak] {
    bottom: calc(-0.5rem - 1px);
}

    .bs-popover-top > .popover-arrow[b-60hyrb2sak]::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow[b-60hyrb2sak]::before {
        bottom: 0;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-top > .popover-arrow[b-60hyrb2sak]::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow[b-60hyrb2sak]::after {
        bottom: 1px;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: #fff;
    }

.bs-popover-end > .popover-arrow[b-60hyrb2sak], .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow[b-60hyrb2sak] {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-end > .popover-arrow[b-60hyrb2sak]::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow[b-60hyrb2sak]::before {
        left: 0;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-end > .popover-arrow[b-60hyrb2sak]::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow[b-60hyrb2sak]::after {
        left: 1px;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: #fff;
    }

.bs-popover-bottom > .popover-arrow[b-60hyrb2sak], .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow[b-60hyrb2sak] {
    top: calc(-0.5rem - 1px);
}

    .bs-popover-bottom > .popover-arrow[b-60hyrb2sak]::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow[b-60hyrb2sak]::before {
        top: 0;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-bottom > .popover-arrow[b-60hyrb2sak]::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow[b-60hyrb2sak]::after {
        top: 1px;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: #fff;
    }

.bs-popover-bottom .popover-header[b-60hyrb2sak]::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header[b-60hyrb2sak]::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow[b-60hyrb2sak], .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow[b-60hyrb2sak] {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-start > .popover-arrow[b-60hyrb2sak]::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow[b-60hyrb2sak]::before {
        right: 0;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-start > .popover-arrow[b-60hyrb2sak]::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow[b-60hyrb2sak]::after {
        right: 1px;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: #fff;
    }

.popover-header[b-60hyrb2sak] {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty[b-60hyrb2sak] {
        display: none;
    }

.popover-body[b-60hyrb2sak] {
    padding: 1rem 1rem;
    color: #212529;
}

.carousel[b-60hyrb2sak] {
    position: relative;
}

    .carousel.pointer-event[b-60hyrb2sak] {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

.carousel-inner[b-60hyrb2sak] {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner[b-60hyrb2sak]::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item[b-60hyrb2sak] {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-item.active[b-60hyrb2sak],
.carousel-item-next[b-60hyrb2sak],
.carousel-item-prev[b-60hyrb2sak] {
    display: block;
}

    /* rtl:begin:ignore */
    .carousel-item-next:not(.carousel-item-start)[b-60hyrb2sak],
    .active.carousel-item-end[b-60hyrb2sak] {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-end)[b-60hyrb2sak],
    .active.carousel-item-start[b-60hyrb2sak] {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

/* rtl:end:ignore */
.carousel-fade .carousel-item[b-60hyrb2sak] {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .carousel-fade .carousel-item.active[b-60hyrb2sak],
    .carousel-fade .carousel-item-next.carousel-item-start[b-60hyrb2sak],
    .carousel-fade .carousel-item-prev.carousel-item-end[b-60hyrb2sak] {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-start[b-60hyrb2sak],
.carousel-fade .active.carousel-item-end[b-60hyrb2sak] {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start[b-60hyrb2sak],
    .carousel-fade .active.carousel-item-end[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-prev[b-60hyrb2sak],
.carousel-control-next[b-60hyrb2sak] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev[b-60hyrb2sak],
    .carousel-control-next[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-prev:hover[b-60hyrb2sak], .carousel-control-prev:focus[b-60hyrb2sak],
.carousel-control-next:hover[b-60hyrb2sak],
.carousel-control-next:focus[b-60hyrb2sak] {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev[b-60hyrb2sak] {
    left: 0;
}

.carousel-control-next[b-60hyrb2sak] {
    right: 0;
}

.carousel-control-prev-icon[b-60hyrb2sak],
.carousel-control-next-icon[b-60hyrb2sak] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon[b-60hyrb2sak] {
    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[b-60hyrb2sak] {
    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[b-60hyrb2sak] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target][b-60hyrb2sak] {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        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: 0.5;
        -webkit-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target][b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-indicators .active[b-60hyrb2sak] {
    opacity: 1;
}

.carousel-caption[b-60hyrb2sak] {
    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-prev-icon[b-60hyrb2sak],
.carousel-dark .carousel-control-next-icon[b-60hyrb2sak] {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target][b-60hyrb2sak] {
    background-color: #000;
}

.carousel-dark .carousel-caption[b-60hyrb2sak] {
    color: #000;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg) /* rtl:ignore */;
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

@keyframes spinner-border-b-60hyrb2sak {
    to {
        -webkit-transform: rotate(360deg) /* rtl:ignore */;
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border[b-60hyrb2sak] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border-b-60hyrb2sak;
}

.spinner-border-sm[b-60hyrb2sak] {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow-b-60hyrb2sak {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.spinner-grow[b-60hyrb2sak] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow-b-60hyrb2sak;
}

.spinner-grow-sm[b-60hyrb2sak] {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border[b-60hyrb2sak],
    .spinner-grow[b-60hyrb2sak] {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.offcanvas[b-60hyrb2sak] {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas[b-60hyrb2sak] {
        -webkit-transition: none;
        transition: none;
    }
}

.offcanvas-backdrop[b-60hyrb2sak] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .offcanvas-backdrop.fade[b-60hyrb2sak] {
        opacity: 0;
    }

    .offcanvas-backdrop.show[b-60hyrb2sak] {
        opacity: 0.5;
    }

.offcanvas-header[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
}

    .offcanvas-header .btn-close[b-60hyrb2sak] {
        padding: 0.5rem 0.5rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -0.5rem;
    }

.offcanvas-title[b-60hyrb2sak] {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body[b-60hyrb2sak] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start[b-60hyrb2sak] {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.offcanvas-end[b-60hyrb2sak] {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.offcanvas-top[b-60hyrb2sak] {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.offcanvas-bottom[b-60hyrb2sak] {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.offcanvas.show[b-60hyrb2sak] {
    -webkit-transform: none;
    transform: none;
}

.placeholder[b-60hyrb2sak] {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}

    .placeholder.btn[b-60hyrb2sak]::before {
        display: inline-block;
        content: "";
    }

.placeholder-xs[b-60hyrb2sak] {
    min-height: .6em;
}

.placeholder-sm[b-60hyrb2sak] {
    min-height: .8em;
}

.placeholder-lg[b-60hyrb2sak] {
    min-height: 1.2em;
}

.placeholder-glow .placeholder[b-60hyrb2sak] {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow-b-60hyrb2sak 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-glow-b-60hyrb2sak {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave[b-60hyrb2sak] {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave-b-60hyrb2sak 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

@keyframes placeholder-wave-b-60hyrb2sak {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

.clearfix[b-60hyrb2sak]::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary[b-60hyrb2sak] {
    color: #2b90d9;
}

    .link-primary:hover[b-60hyrb2sak], .link-primary:focus[b-60hyrb2sak] {
        color: #2273ae;
    }

.link-secondary[b-60hyrb2sak] {
    color: #6c757d;
}

    .link-secondary:hover[b-60hyrb2sak], .link-secondary:focus[b-60hyrb2sak] {
        color: #565e64;
    }

.link-success[b-60hyrb2sak] {
    color: #28a745;
}

    .link-success:hover[b-60hyrb2sak], .link-success:focus[b-60hyrb2sak] {
        color: #208637;
    }

.link-info[b-60hyrb2sak] {
    color: #17a2b8;
}

    .link-info:hover[b-60hyrb2sak], .link-info:focus[b-60hyrb2sak] {
        color: #128293;
    }

.link-warning[b-60hyrb2sak] {
    color: #ffc107;
}

    .link-warning:hover[b-60hyrb2sak], .link-warning:focus[b-60hyrb2sak] {
        color: #ffcd39;
    }

.link-danger[b-60hyrb2sak] {
    color: #dc3545;
}

    .link-danger:hover[b-60hyrb2sak], .link-danger:focus[b-60hyrb2sak] {
        color: #b02a37;
    }

.link-light[b-60hyrb2sak] {
    color: #f8f9fa;
}

    .link-light:hover[b-60hyrb2sak], .link-light:focus[b-60hyrb2sak] {
        color: #f9fafb;
    }

.link-dark[b-60hyrb2sak] {
    color: #343a40;
}

    .link-dark:hover[b-60hyrb2sak], .link-dark:focus[b-60hyrb2sak] {
        color: #2a2e33;
    }

.link-darkBlue[b-60hyrb2sak] {
    color: #2f333e;
}

    .link-darkBlue:hover[b-60hyrb2sak], .link-darkBlue:focus[b-60hyrb2sak] {
        color: #262932;
    }

.link-sidebar-bg[b-60hyrb2sak] {
    color: #30323e;
}

    .link-sidebar-bg:hover[b-60hyrb2sak], .link-sidebar-bg:focus[b-60hyrb2sak] {
        color: #262832;
    }

.link-red[b-60hyrb2sak] {
    color: #ff7676;
}

    .link-red:hover[b-60hyrb2sak], .link-red:focus[b-60hyrb2sak] {
        color: #ff9191;
    }

.link-yellow[b-60hyrb2sak] {
    color: #eef157;
}

    .link-yellow:hover[b-60hyrb2sak], .link-yellow:focus[b-60hyrb2sak] {
        color: #f1f479;
    }

.link-faintGreen[b-60hyrb2sak] {
    color: #54e69d;
}

    .link-faintGreen:hover[b-60hyrb2sak], .link-faintGreen:focus[b-60hyrb2sak] {
        color: #76ebb1;
    }

.link-orange[b-60hyrb2sak] {
    color: #ffc36d;
}

    .link-orange:hover[b-60hyrb2sak], .link-orange:focus[b-60hyrb2sak] {
        color: #ffcf8a;
    }

.link-violet[b-60hyrb2sak] {
    color: #796aee;
}

    .link-violet:hover[b-60hyrb2sak], .link-violet:focus[b-60hyrb2sak] {
        color: #6155be;
    }

.link-paleBlue[b-60hyrb2sak] {
    color: #85b4f2;
}

    .link-paleBlue:hover[b-60hyrb2sak], .link-paleBlue:focus[b-60hyrb2sak] {
        color: #9dc3f5;
    }

.ratio[b-60hyrb2sak] {
    position: relative;
    width: 100%;
}

    .ratio[b-60hyrb2sak]::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .ratio > *[b-60hyrb2sak] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ratio-1x1[b-60hyrb2sak] {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3[b-60hyrb2sak] {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9[b-60hyrb2sak] {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9[b-60hyrb2sak] {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top[b-60hyrb2sak] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom[b-60hyrb2sak] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top[b-60hyrb2sak] {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top[b-60hyrb2sak] {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top[b-60hyrb2sak] {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top[b-60hyrb2sak] {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top[b-60hyrb2sak] {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top[b-60hyrb2sak] {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.hstack[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.vstack[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.visually-hidden[b-60hyrb2sak],
.visually-hidden-focusable:not(:focus):not(:focus-within)[b-60hyrb2sak] {
    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[b-60hyrb2sak]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate[b-60hyrb2sak] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr[b-60hyrb2sak] {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

.align-baseline[b-60hyrb2sak] {
    vertical-align: baseline !important;
}

.align-top[b-60hyrb2sak] {
    vertical-align: top !important;
}

.align-middle[b-60hyrb2sak] {
    vertical-align: middle !important;
}

.align-bottom[b-60hyrb2sak] {
    vertical-align: bottom !important;
}

.align-text-bottom[b-60hyrb2sak] {
    vertical-align: text-bottom !important;
}

.align-text-top[b-60hyrb2sak] {
    vertical-align: text-top !important;
}

.float-start[b-60hyrb2sak] {
    float: left !important;
}

.float-end[b-60hyrb2sak] {
    float: right !important;
}

.float-none[b-60hyrb2sak] {
    float: none !important;
}

.opacity-0[b-60hyrb2sak] {
    opacity: 0 !important;
}

.opacity-25[b-60hyrb2sak] {
    opacity: 0.25 !important;
}

.opacity-50[b-60hyrb2sak] {
    opacity: 0.5 !important;
}

.opacity-75[b-60hyrb2sak] {
    opacity: 0.75 !important;
}

.opacity-100[b-60hyrb2sak] {
    opacity: 1 !important;
}

.overflow-auto[b-60hyrb2sak] {
    overflow: auto !important;
}

.overflow-hidden[b-60hyrb2sak] {
    overflow: hidden !important;
}

.overflow-visible[b-60hyrb2sak] {
    overflow: visible !important;
}

.overflow-scroll[b-60hyrb2sak] {
    overflow: scroll !important;
}

.d-inline[b-60hyrb2sak] {
    display: inline !important;
}

.d-inline-block[b-60hyrb2sak] {
    display: inline-block !important;
}

.d-block[b-60hyrb2sak] {
    display: block !important;
}

.d-grid[b-60hyrb2sak] {
    display: grid !important;
}

.d-table[b-60hyrb2sak] {
    display: table !important;
}

.d-table-row[b-60hyrb2sak] {
    display: table-row !important;
}

.d-table-cell[b-60hyrb2sak] {
    display: table-cell !important;
}

.d-flex[b-60hyrb2sak] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex[b-60hyrb2sak] {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.d-none[b-60hyrb2sak] {
    display: none !important;
}

.shadow[b-60hyrb2sak] {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm[b-60hyrb2sak] {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg[b-60hyrb2sak] {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none[b-60hyrb2sak] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.position-static[b-60hyrb2sak] {
    position: static !important;
}

.position-relative[b-60hyrb2sak] {
    position: relative !important;
}

.position-absolute[b-60hyrb2sak] {
    position: absolute !important;
}

.position-fixed[b-60hyrb2sak] {
    position: fixed !important;
}

.position-sticky[b-60hyrb2sak] {
    position: sticky !important;
}

.top-0[b-60hyrb2sak] {
    top: 0 !important;
}

.top-50[b-60hyrb2sak] {
    top: 50% !important;
}

.top-100[b-60hyrb2sak] {
    top: 100% !important;
}

.bottom-0[b-60hyrb2sak] {
    bottom: 0 !important;
}

.bottom-50[b-60hyrb2sak] {
    bottom: 50% !important;
}

.bottom-100[b-60hyrb2sak] {
    bottom: 100% !important;
}

.start-0[b-60hyrb2sak] {
    left: 0 !important;
}

.start-50[b-60hyrb2sak] {
    left: 50% !important;
}

.start-100[b-60hyrb2sak] {
    left: 100% !important;
}

.end-0[b-60hyrb2sak] {
    right: 0 !important;
}

.end-50[b-60hyrb2sak] {
    right: 50% !important;
}

.end-100[b-60hyrb2sak] {
    right: 100% !important;
}

.translate-middle[b-60hyrb2sak] {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x[b-60hyrb2sak] {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.translate-middle-y[b-60hyrb2sak] {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.border[b-60hyrb2sak] {
    border: 1px solid #dee2e6 !important;
}

.border-0[b-60hyrb2sak] {
    border: 0 !important;
}

.border-top[b-60hyrb2sak] {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0[b-60hyrb2sak] {
    border-top: 0 !important;
}

.border-end[b-60hyrb2sak] {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0[b-60hyrb2sak] {
    border-right: 0 !important;
}

.border-bottom[b-60hyrb2sak] {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0[b-60hyrb2sak] {
    border-bottom: 0 !important;
}

.border-start[b-60hyrb2sak] {
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0[b-60hyrb2sak] {
    border-left: 0 !important;
}

.border-primary[b-60hyrb2sak] {
    border-color: #2b90d9 !important;
}

.border-secondary[b-60hyrb2sak] {
    border-color: #6c757d !important;
}

.border-success[b-60hyrb2sak] {
    border-color: #28a745 !important;
}

.border-info[b-60hyrb2sak] {
    border-color: #17a2b8 !important;
}

.border-warning[b-60hyrb2sak] {
    border-color: #ffc107 !important;
}

.border-danger[b-60hyrb2sak] {
    border-color: #dc3545 !important;
}

.border-light[b-60hyrb2sak] {
    border-color: #f8f9fa !important;
}

.border-dark[b-60hyrb2sak] {
    border-color: #343a40 !important;
}

.border-darkBlue[b-60hyrb2sak] {
    border-color: #2f333e !important;
}

.border-sidebar-bg[b-60hyrb2sak] {
    border-color: #30323e !important;
}

.border-red[b-60hyrb2sak] {
    border-color: #ff7676 !important;
}

.border-yellow[b-60hyrb2sak] {
    border-color: #eef157 !important;
}

.border-faintGreen[b-60hyrb2sak] {
    border-color: #54e69d !important;
}

.border-orange[b-60hyrb2sak] {
    border-color: #ffc36d !important;
}

.border-violet[b-60hyrb2sak] {
    border-color: #796aee !important;
}

.border-paleBlue[b-60hyrb2sak] {
    border-color: #85b4f2 !important;
}

.border-white[b-60hyrb2sak] {
    border-color: #fff !important;
}

.border-1[b-60hyrb2sak] {
    border-width: 1px !important;
}

.border-2[b-60hyrb2sak] {
    border-width: 2px !important;
}

.border-3[b-60hyrb2sak] {
    border-width: 3px !important;
}

.border-4[b-60hyrb2sak] {
    border-width: 4px !important;
}

.border-5[b-60hyrb2sak] {
    border-width: 5px !important;
}

.w-25[b-60hyrb2sak] {
    width: 25% !important;
}

.w-50[b-60hyrb2sak] {
    width: 50% !important;
}

.w-75[b-60hyrb2sak] {
    width: 75% !important;
}

.w-100[b-60hyrb2sak] {
    width: 100% !important;
}

.w-auto[b-60hyrb2sak] {
    width: auto !important;
}

.mw-100[b-60hyrb2sak] {
    max-width: 100% !important;
}

.vw-100[b-60hyrb2sak] {
    width: 100vw !important;
}

.min-vw-100[b-60hyrb2sak] {
    min-width: 100vw !important;
}

.h-25[b-60hyrb2sak] {
    height: 25% !important;
}

.h-50[b-60hyrb2sak] {
    height: 50% !important;
}

.h-75[b-60hyrb2sak] {
    height: 75% !important;
}

.h-100[b-60hyrb2sak] {
    height: 100% !important;
}

.h-auto[b-60hyrb2sak] {
    height: auto !important;
}

.mh-100[b-60hyrb2sak] {
    max-height: 100% !important;
}

.vh-100[b-60hyrb2sak] {
    height: 100vh !important;
}

.min-vh-100[b-60hyrb2sak] {
    min-height: 100vh !important;
}

.flex-fill[b-60hyrb2sak] {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-row[b-60hyrb2sak] {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column[b-60hyrb2sak] {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse[b-60hyrb2sak] {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse[b-60hyrb2sak] {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-grow-0[b-60hyrb2sak] {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1[b-60hyrb2sak] {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0[b-60hyrb2sak] {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1[b-60hyrb2sak] {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.flex-wrap[b-60hyrb2sak] {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap[b-60hyrb2sak] {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse[b-60hyrb2sak] {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.gap-0[b-60hyrb2sak] {
    gap: 0 !important;
}

.gap-1[b-60hyrb2sak] {
    gap: 0.25rem !important;
}

.gap-2[b-60hyrb2sak] {
    gap: 0.5rem !important;
}

.gap-3[b-60hyrb2sak] {
    gap: 1rem !important;
}

.gap-4[b-60hyrb2sak] {
    gap: 1.5rem !important;
}

.gap-5[b-60hyrb2sak] {
    gap: 3rem !important;
}

.justify-content-start[b-60hyrb2sak] {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end[b-60hyrb2sak] {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center[b-60hyrb2sak] {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between[b-60hyrb2sak] {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around[b-60hyrb2sak] {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.justify-content-evenly[b-60hyrb2sak] {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}

.align-items-start[b-60hyrb2sak] {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end[b-60hyrb2sak] {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center[b-60hyrb2sak] {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline[b-60hyrb2sak] {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch[b-60hyrb2sak] {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start[b-60hyrb2sak] {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end[b-60hyrb2sak] {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center[b-60hyrb2sak] {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between[b-60hyrb2sak] {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around[b-60hyrb2sak] {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch[b-60hyrb2sak] {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto[b-60hyrb2sak] {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start[b-60hyrb2sak] {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end[b-60hyrb2sak] {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center[b-60hyrb2sak] {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline[b-60hyrb2sak] {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch[b-60hyrb2sak] {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.order-first[b-60hyrb2sak] {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.order-0[b-60hyrb2sak] {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}

.order-1[b-60hyrb2sak] {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.order-2[b-60hyrb2sak] {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}

.order-3[b-60hyrb2sak] {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
}

.order-4[b-60hyrb2sak] {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}

.order-5[b-60hyrb2sak] {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
}

.order-last[b-60hyrb2sak] {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
}

.m-0[b-60hyrb2sak] {
    margin: 0 !important;
}

.m-1[b-60hyrb2sak] {
    margin: 0.25rem !important;
}

.m-2[b-60hyrb2sak] {
    margin: 0.5rem !important;
}

.m-3[b-60hyrb2sak] {
    margin: 1rem !important;
}

.m-4[b-60hyrb2sak] {
    margin: 1.5rem !important;
}

.m-5[b-60hyrb2sak] {
    margin: 3rem !important;
}

.m-auto[b-60hyrb2sak] {
    margin: auto !important;
}

.mx-0[b-60hyrb2sak] {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1[b-60hyrb2sak] {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2[b-60hyrb2sak] {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3[b-60hyrb2sak] {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4[b-60hyrb2sak] {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5[b-60hyrb2sak] {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto[b-60hyrb2sak] {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0[b-60hyrb2sak] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1[b-60hyrb2sak] {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2[b-60hyrb2sak] {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3[b-60hyrb2sak] {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4[b-60hyrb2sak] {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5[b-60hyrb2sak] {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto[b-60hyrb2sak] {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0[b-60hyrb2sak] {
    margin-top: 0 !important;
}

.mt-1[b-60hyrb2sak] {
    margin-top: 0.25rem !important;
}

.mt-2[b-60hyrb2sak] {
    margin-top: 0.5rem !important;
}

.mt-3[b-60hyrb2sak] {
    margin-top: 1rem !important;
}

.mt-4[b-60hyrb2sak] {
    margin-top: 1.5rem !important;
}

.mt-5[b-60hyrb2sak] {
    margin-top: 3rem !important;
}

.mt-auto[b-60hyrb2sak] {
    margin-top: auto !important;
}

.me-0[b-60hyrb2sak] {
    margin-right: 0 !important;
}

.me-1[b-60hyrb2sak] {
    margin-right: 0.25rem !important;
}

.me-2[b-60hyrb2sak] {
    margin-right: 0.5rem !important;
}

.me-3[b-60hyrb2sak] {
    margin-right: 1rem !important;
}

.me-4[b-60hyrb2sak] {
    margin-right: 1.5rem !important;
}

.me-5[b-60hyrb2sak] {
    margin-right: 3rem !important;
}

.me-auto[b-60hyrb2sak] {
    margin-right: auto !important;
}

.mb-0[b-60hyrb2sak] {
    margin-bottom: 0 !important;
}

.mb-1[b-60hyrb2sak] {
    margin-bottom: 0.25rem !important;
}

.mb-2[b-60hyrb2sak] {
    margin-bottom: 0.5rem !important;
}

.mb-3[b-60hyrb2sak] {
    margin-bottom: 1rem !important;
}

.mb-4[b-60hyrb2sak] {
    margin-bottom: 1.5rem !important;
}

.mb-5[b-60hyrb2sak] {
    margin-bottom: 3rem !important;
}

.mb-auto[b-60hyrb2sak] {
    margin-bottom: auto !important;
}

.ms-0[b-60hyrb2sak] {
    margin-left: 0 !important;
}

.ms-1[b-60hyrb2sak] {
    margin-left: 0.25rem !important;
}

.ms-2[b-60hyrb2sak] {
    margin-left: 0.5rem !important;
}

.ms-3[b-60hyrb2sak] {
    margin-left: 1rem !important;
}

.ms-4[b-60hyrb2sak] {
    margin-left: 1.5rem !important;
}

.ms-5[b-60hyrb2sak] {
    margin-left: 3rem !important;
}

.ms-auto[b-60hyrb2sak] {
    margin-left: auto !important;
}

.p-0[b-60hyrb2sak] {
    padding: 0 !important;
}

.p-1[b-60hyrb2sak] {
    padding: 0.25rem !important;
}

.p-2[b-60hyrb2sak] {
    padding: 0.5rem !important;
}

.p-3[b-60hyrb2sak] {
    padding: 1rem !important;
}

.p-4[b-60hyrb2sak] {
    padding: 1.5rem !important;
}

.p-5[b-60hyrb2sak] {
    padding: 3rem !important;
}

.px-0[b-60hyrb2sak] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1[b-60hyrb2sak] {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2[b-60hyrb2sak] {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3[b-60hyrb2sak] {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4[b-60hyrb2sak] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5[b-60hyrb2sak] {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0[b-60hyrb2sak] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1[b-60hyrb2sak] {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2[b-60hyrb2sak] {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3[b-60hyrb2sak] {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4[b-60hyrb2sak] {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5[b-60hyrb2sak] {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0[b-60hyrb2sak] {
    padding-top: 0 !important;
}

.pt-1[b-60hyrb2sak] {
    padding-top: 0.25rem !important;
}

.pt-2[b-60hyrb2sak] {
    padding-top: 0.5rem !important;
}

.pt-3[b-60hyrb2sak] {
    padding-top: 1rem !important;
}

.pt-4[b-60hyrb2sak] {
    padding-top: 1.5rem !important;
}

.pt-5[b-60hyrb2sak] {
    padding-top: 3rem !important;
}

.pe-0[b-60hyrb2sak] {
    padding-right: 0 !important;
}

.pe-1[b-60hyrb2sak] {
    padding-right: 0.25rem !important;
}

.pe-2[b-60hyrb2sak] {
    padding-right: 0.5rem !important;
}

.pe-3[b-60hyrb2sak] {
    padding-right: 1rem !important;
}

.pe-4[b-60hyrb2sak] {
    padding-right: 1.5rem !important;
}

.pe-5[b-60hyrb2sak] {
    padding-right: 3rem !important;
}

.pb-0[b-60hyrb2sak] {
    padding-bottom: 0 !important;
}

.pb-1[b-60hyrb2sak] {
    padding-bottom: 0.25rem !important;
}

.pb-2[b-60hyrb2sak] {
    padding-bottom: 0.5rem !important;
}

.pb-3[b-60hyrb2sak] {
    padding-bottom: 1rem !important;
}

.pb-4[b-60hyrb2sak] {
    padding-bottom: 1.5rem !important;
}

.pb-5[b-60hyrb2sak] {
    padding-bottom: 3rem !important;
}

.ps-0[b-60hyrb2sak] {
    padding-left: 0 !important;
}

.ps-1[b-60hyrb2sak] {
    padding-left: 0.25rem !important;
}

.ps-2[b-60hyrb2sak] {
    padding-left: 0.5rem !important;
}

.ps-3[b-60hyrb2sak] {
    padding-left: 1rem !important;
}

.ps-4[b-60hyrb2sak] {
    padding-left: 1.5rem !important;
}

.ps-5[b-60hyrb2sak] {
    padding-left: 3rem !important;
}

.font-monospace[b-60hyrb2sak] {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1[b-60hyrb2sak] {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-2[b-60hyrb2sak] {
    font-size: calc(1.255rem + 0.06vw) !important;
}

.fs-3[b-60hyrb2sak] {
    font-size: 1.2rem !important;
}

.fs-4[b-60hyrb2sak] {
    font-size: 1.1rem !important;
}

.fs-5[b-60hyrb2sak] {
    font-size: 1rem !important;
}

.fs-6[b-60hyrb2sak] {
    font-size: 0.9rem !important;
}

.fst-italic[b-60hyrb2sak] {
    font-style: italic !important;
}

.fst-normal[b-60hyrb2sak] {
    font-style: normal !important;
}

.fw-light[b-60hyrb2sak] {
    font-weight: 300 !important;
}

.fw-lighter[b-60hyrb2sak] {
    font-weight: lighter !important;
}

.fw-normal[b-60hyrb2sak] {
    font-weight: 400 !important;
}

.fw-bold[b-60hyrb2sak] {
    font-weight: 700 !important;
}

.fw-bolder[b-60hyrb2sak] {
    font-weight: bolder !important;
}

.lh-1[b-60hyrb2sak] {
    line-height: 1 !important;
}

.lh-sm[b-60hyrb2sak] {
    line-height: 1.25 !important;
}

.lh-base[b-60hyrb2sak] {
    line-height: 1.5 !important;
}

.lh-lg[b-60hyrb2sak] {
    line-height: 2 !important;
}

.text-start[b-60hyrb2sak] {
    text-align: left !important;
}

.text-end[b-60hyrb2sak] {
    text-align: right !important;
}

.text-center[b-60hyrb2sak] {
    text-align: center !important;
}

.text-decoration-none[b-60hyrb2sak] {
    text-decoration: none !important;
}

.text-decoration-underline[b-60hyrb2sak] {
    text-decoration: underline !important;
}

.text-decoration-line-through[b-60hyrb2sak] {
    text-decoration: line-through !important;
}

.text-lowercase[b-60hyrb2sak] {
    text-transform: lowercase !important;
}

.text-uppercase[b-60hyrb2sak] {
    text-transform: uppercase !important;
}

.text-capitalize[b-60hyrb2sak] {
    text-transform: capitalize !important;
}

.text-wrap[b-60hyrb2sak] {
    white-space: normal !important;
}

.text-nowrap[b-60hyrb2sak] {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break[b-60hyrb2sak] {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-darkBlue[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-darkBlue-rgb), var(--bs-text-opacity)) !important;
}

.text-sidebar-bg[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-sidebar-bg-rgb), var(--bs-text-opacity)) !important;
}

.text-red[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}

.text-faintGreen[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-faintGreen-rgb), var(--bs-text-opacity)) !important;
}

.text-orange[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.text-violet[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-violet-rgb), var(--bs-text-opacity)) !important;
}

.text-paleBlue[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-paleBlue-rgb), var(--bs-text-opacity)) !important;
}

.text-black[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.text-black-50[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset[b-60hyrb2sak] {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25[b-60hyrb2sak] {
    --bs-text-opacity: 0.25;
}

.text-opacity-50[b-60hyrb2sak] {
    --bs-text-opacity: 0.5;
}

.text-opacity-75[b-60hyrb2sak] {
    --bs-text-opacity: 0.75;
}

.text-opacity-100[b-60hyrb2sak] {
    --bs-text-opacity: 1;
}

.bg-primary[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-darkBlue[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darkBlue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-sidebar-bg[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-sidebar-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-faintGreen[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-faintGreen-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-violet[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-violet-rgb), var(--bs-bg-opacity)) !important;
}

.bg-paleBlue[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-paleBlue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10[b-60hyrb2sak] {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25[b-60hyrb2sak] {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50[b-60hyrb2sak] {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75[b-60hyrb2sak] {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100[b-60hyrb2sak] {
    --bs-bg-opacity: 1;
}

.bg-gradient[b-60hyrb2sak] {
    background-image: var(--bs-gradient) !important;
}

.user-select-all[b-60hyrb2sak] {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto[b-60hyrb2sak] {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none[b-60hyrb2sak] {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.pe-none[b-60hyrb2sak] {
    pointer-events: none !important;
}

.pe-auto[b-60hyrb2sak] {
    pointer-events: auto !important;
}

.rounded[b-60hyrb2sak] {
    border-radius: 0.25rem !important;
}

.rounded-0[b-60hyrb2sak] {
    border-radius: 0 !important;
}

.rounded-1[b-60hyrb2sak] {
    border-radius: 0.2rem !important;
}

.rounded-2[b-60hyrb2sak] {
    border-radius: 0.25rem !important;
}

.rounded-3[b-60hyrb2sak] {
    border-radius: 0.3rem !important;
}

.rounded-circle[b-60hyrb2sak] {
    border-radius: 50% !important;
}

.rounded-pill[b-60hyrb2sak] {
    border-radius: 50rem !important;
}

.rounded-top[b-60hyrb2sak] {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end[b-60hyrb2sak] {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom[b-60hyrb2sak] {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start[b-60hyrb2sak] {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.visible[b-60hyrb2sak] {
    visibility: visible !important;
}

.invisible[b-60hyrb2sak] {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start[b-60hyrb2sak] {
        float: left !important;
    }

    .float-sm-end[b-60hyrb2sak] {
        float: right !important;
    }

    .float-sm-none[b-60hyrb2sak] {
        float: none !important;
    }

    .d-sm-inline[b-60hyrb2sak] {
        display: inline !important;
    }

    .d-sm-inline-block[b-60hyrb2sak] {
        display: inline-block !important;
    }

    .d-sm-block[b-60hyrb2sak] {
        display: block !important;
    }

    .d-sm-grid[b-60hyrb2sak] {
        display: grid !important;
    }

    .d-sm-table[b-60hyrb2sak] {
        display: table !important;
    }

    .d-sm-table-row[b-60hyrb2sak] {
        display: table-row !important;
    }

    .d-sm-table-cell[b-60hyrb2sak] {
        display: table-cell !important;
    }

    .d-sm-flex[b-60hyrb2sak] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex[b-60hyrb2sak] {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-sm-none[b-60hyrb2sak] {
        display: none !important;
    }

    .flex-sm-fill[b-60hyrb2sak] {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-row[b-60hyrb2sak] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column[b-60hyrb2sak] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse[b-60hyrb2sak] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse[b-60hyrb2sak] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0[b-60hyrb2sak] {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1[b-60hyrb2sak] {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0[b-60hyrb2sak] {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1[b-60hyrb2sak] {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap[b-60hyrb2sak] {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap[b-60hyrb2sak] {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse[b-60hyrb2sak] {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0[b-60hyrb2sak] {
        gap: 0 !important;
    }

    .gap-sm-1[b-60hyrb2sak] {
        gap: 0.25rem !important;
    }

    .gap-sm-2[b-60hyrb2sak] {
        gap: 0.5rem !important;
    }

    .gap-sm-3[b-60hyrb2sak] {
        gap: 1rem !important;
    }

    .gap-sm-4[b-60hyrb2sak] {
        gap: 1.5rem !important;
    }

    .gap-sm-5[b-60hyrb2sak] {
        gap: 3rem !important;
    }

    .justify-content-sm-start[b-60hyrb2sak] {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end[b-60hyrb2sak] {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center[b-60hyrb2sak] {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between[b-60hyrb2sak] {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around[b-60hyrb2sak] {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly[b-60hyrb2sak] {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-sm-start[b-60hyrb2sak] {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end[b-60hyrb2sak] {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center[b-60hyrb2sak] {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline[b-60hyrb2sak] {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch[b-60hyrb2sak] {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start[b-60hyrb2sak] {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end[b-60hyrb2sak] {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center[b-60hyrb2sak] {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between[b-60hyrb2sak] {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around[b-60hyrb2sak] {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch[b-60hyrb2sak] {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto[b-60hyrb2sak] {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start[b-60hyrb2sak] {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end[b-60hyrb2sak] {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center[b-60hyrb2sak] {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline[b-60hyrb2sak] {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch[b-60hyrb2sak] {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-sm-first[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-sm-0[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-sm-1[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-sm-2[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-sm-3[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-sm-4[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-sm-5[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-sm-last[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-sm-0[b-60hyrb2sak] {
        margin: 0 !important;
    }

    .m-sm-1[b-60hyrb2sak] {
        margin: 0.25rem !important;
    }

    .m-sm-2[b-60hyrb2sak] {
        margin: 0.5rem !important;
    }

    .m-sm-3[b-60hyrb2sak] {
        margin: 1rem !important;
    }

    .m-sm-4[b-60hyrb2sak] {
        margin: 1.5rem !important;
    }

    .m-sm-5[b-60hyrb2sak] {
        margin: 3rem !important;
    }

    .m-sm-auto[b-60hyrb2sak] {
        margin: auto !important;
    }

    .mx-sm-0[b-60hyrb2sak] {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1[b-60hyrb2sak] {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2[b-60hyrb2sak] {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3[b-60hyrb2sak] {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4[b-60hyrb2sak] {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5[b-60hyrb2sak] {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto[b-60hyrb2sak] {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0[b-60hyrb2sak] {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1[b-60hyrb2sak] {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2[b-60hyrb2sak] {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3[b-60hyrb2sak] {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4[b-60hyrb2sak] {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5[b-60hyrb2sak] {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto[b-60hyrb2sak] {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0[b-60hyrb2sak] {
        margin-top: 0 !important;
    }

    .mt-sm-1[b-60hyrb2sak] {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2[b-60hyrb2sak] {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3[b-60hyrb2sak] {
        margin-top: 1rem !important;
    }

    .mt-sm-4[b-60hyrb2sak] {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5[b-60hyrb2sak] {
        margin-top: 3rem !important;
    }

    .mt-sm-auto[b-60hyrb2sak] {
        margin-top: auto !important;
    }

    .me-sm-0[b-60hyrb2sak] {
        margin-right: 0 !important;
    }

    .me-sm-1[b-60hyrb2sak] {
        margin-right: 0.25rem !important;
    }

    .me-sm-2[b-60hyrb2sak] {
        margin-right: 0.5rem !important;
    }

    .me-sm-3[b-60hyrb2sak] {
        margin-right: 1rem !important;
    }

    .me-sm-4[b-60hyrb2sak] {
        margin-right: 1.5rem !important;
    }

    .me-sm-5[b-60hyrb2sak] {
        margin-right: 3rem !important;
    }

    .me-sm-auto[b-60hyrb2sak] {
        margin-right: auto !important;
    }

    .mb-sm-0[b-60hyrb2sak] {
        margin-bottom: 0 !important;
    }

    .mb-sm-1[b-60hyrb2sak] {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2[b-60hyrb2sak] {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3[b-60hyrb2sak] {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4[b-60hyrb2sak] {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5[b-60hyrb2sak] {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto[b-60hyrb2sak] {
        margin-bottom: auto !important;
    }

    .ms-sm-0[b-60hyrb2sak] {
        margin-left: 0 !important;
    }

    .ms-sm-1[b-60hyrb2sak] {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2[b-60hyrb2sak] {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3[b-60hyrb2sak] {
        margin-left: 1rem !important;
    }

    .ms-sm-4[b-60hyrb2sak] {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5[b-60hyrb2sak] {
        margin-left: 3rem !important;
    }

    .ms-sm-auto[b-60hyrb2sak] {
        margin-left: auto !important;
    }

    .p-sm-0[b-60hyrb2sak] {
        padding: 0 !important;
    }

    .p-sm-1[b-60hyrb2sak] {
        padding: 0.25rem !important;
    }

    .p-sm-2[b-60hyrb2sak] {
        padding: 0.5rem !important;
    }

    .p-sm-3[b-60hyrb2sak] {
        padding: 1rem !important;
    }

    .p-sm-4[b-60hyrb2sak] {
        padding: 1.5rem !important;
    }

    .p-sm-5[b-60hyrb2sak] {
        padding: 3rem !important;
    }

    .px-sm-0[b-60hyrb2sak] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1[b-60hyrb2sak] {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2[b-60hyrb2sak] {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3[b-60hyrb2sak] {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4[b-60hyrb2sak] {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5[b-60hyrb2sak] {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0[b-60hyrb2sak] {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1[b-60hyrb2sak] {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2[b-60hyrb2sak] {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3[b-60hyrb2sak] {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4[b-60hyrb2sak] {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5[b-60hyrb2sak] {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0[b-60hyrb2sak] {
        padding-top: 0 !important;
    }

    .pt-sm-1[b-60hyrb2sak] {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2[b-60hyrb2sak] {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3[b-60hyrb2sak] {
        padding-top: 1rem !important;
    }

    .pt-sm-4[b-60hyrb2sak] {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5[b-60hyrb2sak] {
        padding-top: 3rem !important;
    }

    .pe-sm-0[b-60hyrb2sak] {
        padding-right: 0 !important;
    }

    .pe-sm-1[b-60hyrb2sak] {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2[b-60hyrb2sak] {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3[b-60hyrb2sak] {
        padding-right: 1rem !important;
    }

    .pe-sm-4[b-60hyrb2sak] {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5[b-60hyrb2sak] {
        padding-right: 3rem !important;
    }

    .pb-sm-0[b-60hyrb2sak] {
        padding-bottom: 0 !important;
    }

    .pb-sm-1[b-60hyrb2sak] {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2[b-60hyrb2sak] {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3[b-60hyrb2sak] {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4[b-60hyrb2sak] {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5[b-60hyrb2sak] {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0[b-60hyrb2sak] {
        padding-left: 0 !important;
    }

    .ps-sm-1[b-60hyrb2sak] {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2[b-60hyrb2sak] {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3[b-60hyrb2sak] {
        padding-left: 1rem !important;
    }

    .ps-sm-4[b-60hyrb2sak] {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5[b-60hyrb2sak] {
        padding-left: 3rem !important;
    }

    .text-sm-start[b-60hyrb2sak] {
        text-align: left !important;
    }

    .text-sm-end[b-60hyrb2sak] {
        text-align: right !important;
    }

    .text-sm-center[b-60hyrb2sak] {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start[b-60hyrb2sak] {
        float: left !important;
    }

    .float-md-end[b-60hyrb2sak] {
        float: right !important;
    }

    .float-md-none[b-60hyrb2sak] {
        float: none !important;
    }

    .d-md-inline[b-60hyrb2sak] {
        display: inline !important;
    }

    .d-md-inline-block[b-60hyrb2sak] {
        display: inline-block !important;
    }

    .d-md-block[b-60hyrb2sak] {
        display: block !important;
    }

    .d-md-grid[b-60hyrb2sak] {
        display: grid !important;
    }

    .d-md-table[b-60hyrb2sak] {
        display: table !important;
    }

    .d-md-table-row[b-60hyrb2sak] {
        display: table-row !important;
    }

    .d-md-table-cell[b-60hyrb2sak] {
        display: table-cell !important;
    }

    .d-md-flex[b-60hyrb2sak] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex[b-60hyrb2sak] {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-md-none[b-60hyrb2sak] {
        display: none !important;
    }

    .flex-md-fill[b-60hyrb2sak] {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-row[b-60hyrb2sak] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column[b-60hyrb2sak] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse[b-60hyrb2sak] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse[b-60hyrb2sak] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0[b-60hyrb2sak] {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1[b-60hyrb2sak] {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0[b-60hyrb2sak] {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1[b-60hyrb2sak] {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-md-wrap[b-60hyrb2sak] {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap[b-60hyrb2sak] {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse[b-60hyrb2sak] {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0[b-60hyrb2sak] {
        gap: 0 !important;
    }

    .gap-md-1[b-60hyrb2sak] {
        gap: 0.25rem !important;
    }

    .gap-md-2[b-60hyrb2sak] {
        gap: 0.5rem !important;
    }

    .gap-md-3[b-60hyrb2sak] {
        gap: 1rem !important;
    }

    .gap-md-4[b-60hyrb2sak] {
        gap: 1.5rem !important;
    }

    .gap-md-5[b-60hyrb2sak] {
        gap: 3rem !important;
    }

    .justify-content-md-start[b-60hyrb2sak] {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end[b-60hyrb2sak] {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center[b-60hyrb2sak] {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between[b-60hyrb2sak] {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around[b-60hyrb2sak] {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-md-evenly[b-60hyrb2sak] {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-md-start[b-60hyrb2sak] {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end[b-60hyrb2sak] {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center[b-60hyrb2sak] {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline[b-60hyrb2sak] {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch[b-60hyrb2sak] {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start[b-60hyrb2sak] {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end[b-60hyrb2sak] {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center[b-60hyrb2sak] {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between[b-60hyrb2sak] {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around[b-60hyrb2sak] {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch[b-60hyrb2sak] {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto[b-60hyrb2sak] {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start[b-60hyrb2sak] {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end[b-60hyrb2sak] {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center[b-60hyrb2sak] {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline[b-60hyrb2sak] {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch[b-60hyrb2sak] {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-md-first[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-md-0[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-md-1[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-md-2[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-md-3[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-md-4[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-md-5[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-md-last[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-md-0[b-60hyrb2sak] {
        margin: 0 !important;
    }

    .m-md-1[b-60hyrb2sak] {
        margin: 0.25rem !important;
    }

    .m-md-2[b-60hyrb2sak] {
        margin: 0.5rem !important;
    }

    .m-md-3[b-60hyrb2sak] {
        margin: 1rem !important;
    }

    .m-md-4[b-60hyrb2sak] {
        margin: 1.5rem !important;
    }

    .m-md-5[b-60hyrb2sak] {
        margin: 3rem !important;
    }

    .m-md-auto[b-60hyrb2sak] {
        margin: auto !important;
    }

    .mx-md-0[b-60hyrb2sak] {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1[b-60hyrb2sak] {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2[b-60hyrb2sak] {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3[b-60hyrb2sak] {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4[b-60hyrb2sak] {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5[b-60hyrb2sak] {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto[b-60hyrb2sak] {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0[b-60hyrb2sak] {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1[b-60hyrb2sak] {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2[b-60hyrb2sak] {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3[b-60hyrb2sak] {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4[b-60hyrb2sak] {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5[b-60hyrb2sak] {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto[b-60hyrb2sak] {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0[b-60hyrb2sak] {
        margin-top: 0 !important;
    }

    .mt-md-1[b-60hyrb2sak] {
        margin-top: 0.25rem !important;
    }

    .mt-md-2[b-60hyrb2sak] {
        margin-top: 0.5rem !important;
    }

    .mt-md-3[b-60hyrb2sak] {
        margin-top: 1rem !important;
    }

    .mt-md-4[b-60hyrb2sak] {
        margin-top: 1.5rem !important;
    }

    .mt-md-5[b-60hyrb2sak] {
        margin-top: 3rem !important;
    }

    .mt-md-auto[b-60hyrb2sak] {
        margin-top: auto !important;
    }

    .me-md-0[b-60hyrb2sak] {
        margin-right: 0 !important;
    }

    .me-md-1[b-60hyrb2sak] {
        margin-right: 0.25rem !important;
    }

    .me-md-2[b-60hyrb2sak] {
        margin-right: 0.5rem !important;
    }

    .me-md-3[b-60hyrb2sak] {
        margin-right: 1rem !important;
    }

    .me-md-4[b-60hyrb2sak] {
        margin-right: 1.5rem !important;
    }

    .me-md-5[b-60hyrb2sak] {
        margin-right: 3rem !important;
    }

    .me-md-auto[b-60hyrb2sak] {
        margin-right: auto !important;
    }

    .mb-md-0[b-60hyrb2sak] {
        margin-bottom: 0 !important;
    }

    .mb-md-1[b-60hyrb2sak] {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2[b-60hyrb2sak] {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3[b-60hyrb2sak] {
        margin-bottom: 1rem !important;
    }

    .mb-md-4[b-60hyrb2sak] {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5[b-60hyrb2sak] {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto[b-60hyrb2sak] {
        margin-bottom: auto !important;
    }

    .ms-md-0[b-60hyrb2sak] {
        margin-left: 0 !important;
    }

    .ms-md-1[b-60hyrb2sak] {
        margin-left: 0.25rem !important;
    }

    .ms-md-2[b-60hyrb2sak] {
        margin-left: 0.5rem !important;
    }

    .ms-md-3[b-60hyrb2sak] {
        margin-left: 1rem !important;
    }

    .ms-md-4[b-60hyrb2sak] {
        margin-left: 1.5rem !important;
    }

    .ms-md-5[b-60hyrb2sak] {
        margin-left: 3rem !important;
    }

    .ms-md-auto[b-60hyrb2sak] {
        margin-left: auto !important;
    }

    .p-md-0[b-60hyrb2sak] {
        padding: 0 !important;
    }

    .p-md-1[b-60hyrb2sak] {
        padding: 0.25rem !important;
    }

    .p-md-2[b-60hyrb2sak] {
        padding: 0.5rem !important;
    }

    .p-md-3[b-60hyrb2sak] {
        padding: 1rem !important;
    }

    .p-md-4[b-60hyrb2sak] {
        padding: 1.5rem !important;
    }

    .p-md-5[b-60hyrb2sak] {
        padding: 3rem !important;
    }

    .px-md-0[b-60hyrb2sak] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1[b-60hyrb2sak] {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2[b-60hyrb2sak] {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3[b-60hyrb2sak] {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4[b-60hyrb2sak] {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5[b-60hyrb2sak] {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0[b-60hyrb2sak] {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1[b-60hyrb2sak] {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2[b-60hyrb2sak] {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3[b-60hyrb2sak] {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4[b-60hyrb2sak] {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5[b-60hyrb2sak] {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0[b-60hyrb2sak] {
        padding-top: 0 !important;
    }

    .pt-md-1[b-60hyrb2sak] {
        padding-top: 0.25rem !important;
    }

    .pt-md-2[b-60hyrb2sak] {
        padding-top: 0.5rem !important;
    }

    .pt-md-3[b-60hyrb2sak] {
        padding-top: 1rem !important;
    }

    .pt-md-4[b-60hyrb2sak] {
        padding-top: 1.5rem !important;
    }

    .pt-md-5[b-60hyrb2sak] {
        padding-top: 3rem !important;
    }

    .pe-md-0[b-60hyrb2sak] {
        padding-right: 0 !important;
    }

    .pe-md-1[b-60hyrb2sak] {
        padding-right: 0.25rem !important;
    }

    .pe-md-2[b-60hyrb2sak] {
        padding-right: 0.5rem !important;
    }

    .pe-md-3[b-60hyrb2sak] {
        padding-right: 1rem !important;
    }

    .pe-md-4[b-60hyrb2sak] {
        padding-right: 1.5rem !important;
    }

    .pe-md-5[b-60hyrb2sak] {
        padding-right: 3rem !important;
    }

    .pb-md-0[b-60hyrb2sak] {
        padding-bottom: 0 !important;
    }

    .pb-md-1[b-60hyrb2sak] {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2[b-60hyrb2sak] {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3[b-60hyrb2sak] {
        padding-bottom: 1rem !important;
    }

    .pb-md-4[b-60hyrb2sak] {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5[b-60hyrb2sak] {
        padding-bottom: 3rem !important;
    }

    .ps-md-0[b-60hyrb2sak] {
        padding-left: 0 !important;
    }

    .ps-md-1[b-60hyrb2sak] {
        padding-left: 0.25rem !important;
    }

    .ps-md-2[b-60hyrb2sak] {
        padding-left: 0.5rem !important;
    }

    .ps-md-3[b-60hyrb2sak] {
        padding-left: 1rem !important;
    }

    .ps-md-4[b-60hyrb2sak] {
        padding-left: 1.5rem !important;
    }

    .ps-md-5[b-60hyrb2sak] {
        padding-left: 3rem !important;
    }

    .text-md-start[b-60hyrb2sak] {
        text-align: left !important;
    }

    .text-md-end[b-60hyrb2sak] {
        text-align: right !important;
    }

    .text-md-center[b-60hyrb2sak] {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start[b-60hyrb2sak] {
        float: left !important;
    }

    .float-lg-end[b-60hyrb2sak] {
        float: right !important;
    }

    .float-lg-none[b-60hyrb2sak] {
        float: none !important;
    }

    .d-lg-inline[b-60hyrb2sak] {
        display: inline !important;
    }

    .d-lg-inline-block[b-60hyrb2sak] {
        display: inline-block !important;
    }

    .d-lg-block[b-60hyrb2sak] {
        display: block !important;
    }

    .d-lg-grid[b-60hyrb2sak] {
        display: grid !important;
    }

    .d-lg-table[b-60hyrb2sak] {
        display: table !important;
    }

    .d-lg-table-row[b-60hyrb2sak] {
        display: table-row !important;
    }

    .d-lg-table-cell[b-60hyrb2sak] {
        display: table-cell !important;
    }

    .d-lg-flex[b-60hyrb2sak] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex[b-60hyrb2sak] {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-lg-none[b-60hyrb2sak] {
        display: none !important;
    }

    .flex-lg-fill[b-60hyrb2sak] {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-row[b-60hyrb2sak] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column[b-60hyrb2sak] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse[b-60hyrb2sak] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse[b-60hyrb2sak] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0[b-60hyrb2sak] {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1[b-60hyrb2sak] {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0[b-60hyrb2sak] {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1[b-60hyrb2sak] {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap[b-60hyrb2sak] {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap[b-60hyrb2sak] {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse[b-60hyrb2sak] {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0[b-60hyrb2sak] {
        gap: 0 !important;
    }

    .gap-lg-1[b-60hyrb2sak] {
        gap: 0.25rem !important;
    }

    .gap-lg-2[b-60hyrb2sak] {
        gap: 0.5rem !important;
    }

    .gap-lg-3[b-60hyrb2sak] {
        gap: 1rem !important;
    }

    .gap-lg-4[b-60hyrb2sak] {
        gap: 1.5rem !important;
    }

    .gap-lg-5[b-60hyrb2sak] {
        gap: 3rem !important;
    }

    .justify-content-lg-start[b-60hyrb2sak] {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end[b-60hyrb2sak] {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center[b-60hyrb2sak] {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between[b-60hyrb2sak] {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around[b-60hyrb2sak] {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly[b-60hyrb2sak] {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-lg-start[b-60hyrb2sak] {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end[b-60hyrb2sak] {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center[b-60hyrb2sak] {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline[b-60hyrb2sak] {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch[b-60hyrb2sak] {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start[b-60hyrb2sak] {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end[b-60hyrb2sak] {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center[b-60hyrb2sak] {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between[b-60hyrb2sak] {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around[b-60hyrb2sak] {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch[b-60hyrb2sak] {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto[b-60hyrb2sak] {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start[b-60hyrb2sak] {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end[b-60hyrb2sak] {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center[b-60hyrb2sak] {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline[b-60hyrb2sak] {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch[b-60hyrb2sak] {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-lg-first[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-lg-0[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-lg-1[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-lg-2[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-lg-3[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-lg-4[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-lg-5[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-lg-last[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-lg-0[b-60hyrb2sak] {
        margin: 0 !important;
    }

    .m-lg-1[b-60hyrb2sak] {
        margin: 0.25rem !important;
    }

    .m-lg-2[b-60hyrb2sak] {
        margin: 0.5rem !important;
    }

    .m-lg-3[b-60hyrb2sak] {
        margin: 1rem !important;
    }

    .m-lg-4[b-60hyrb2sak] {
        margin: 1.5rem !important;
    }

    .m-lg-5[b-60hyrb2sak] {
        margin: 3rem !important;
    }

    .m-lg-auto[b-60hyrb2sak] {
        margin: auto !important;
    }

    .mx-lg-0[b-60hyrb2sak] {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1[b-60hyrb2sak] {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2[b-60hyrb2sak] {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3[b-60hyrb2sak] {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4[b-60hyrb2sak] {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5[b-60hyrb2sak] {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto[b-60hyrb2sak] {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0[b-60hyrb2sak] {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1[b-60hyrb2sak] {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2[b-60hyrb2sak] {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3[b-60hyrb2sak] {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4[b-60hyrb2sak] {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5[b-60hyrb2sak] {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto[b-60hyrb2sak] {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0[b-60hyrb2sak] {
        margin-top: 0 !important;
    }

    .mt-lg-1[b-60hyrb2sak] {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2[b-60hyrb2sak] {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3[b-60hyrb2sak] {
        margin-top: 1rem !important;
    }

    .mt-lg-4[b-60hyrb2sak] {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5[b-60hyrb2sak] {
        margin-top: 3rem !important;
    }

    .mt-lg-auto[b-60hyrb2sak] {
        margin-top: auto !important;
    }

    .me-lg-0[b-60hyrb2sak] {
        margin-right: 0 !important;
    }

    .me-lg-1[b-60hyrb2sak] {
        margin-right: 0.25rem !important;
    }

    .me-lg-2[b-60hyrb2sak] {
        margin-right: 0.5rem !important;
    }

    .me-lg-3[b-60hyrb2sak] {
        margin-right: 1rem !important;
    }

    .me-lg-4[b-60hyrb2sak] {
        margin-right: 1.5rem !important;
    }

    .me-lg-5[b-60hyrb2sak] {
        margin-right: 3rem !important;
    }

    .me-lg-auto[b-60hyrb2sak] {
        margin-right: auto !important;
    }

    .mb-lg-0[b-60hyrb2sak] {
        margin-bottom: 0 !important;
    }

    .mb-lg-1[b-60hyrb2sak] {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2[b-60hyrb2sak] {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3[b-60hyrb2sak] {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4[b-60hyrb2sak] {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5[b-60hyrb2sak] {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto[b-60hyrb2sak] {
        margin-bottom: auto !important;
    }

    .ms-lg-0[b-60hyrb2sak] {
        margin-left: 0 !important;
    }

    .ms-lg-1[b-60hyrb2sak] {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2[b-60hyrb2sak] {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3[b-60hyrb2sak] {
        margin-left: 1rem !important;
    }

    .ms-lg-4[b-60hyrb2sak] {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5[b-60hyrb2sak] {
        margin-left: 3rem !important;
    }

    .ms-lg-auto[b-60hyrb2sak] {
        margin-left: auto !important;
    }

    .p-lg-0[b-60hyrb2sak] {
        padding: 0 !important;
    }

    .p-lg-1[b-60hyrb2sak] {
        padding: 0.25rem !important;
    }

    .p-lg-2[b-60hyrb2sak] {
        padding: 0.5rem !important;
    }

    .p-lg-3[b-60hyrb2sak] {
        padding: 1rem !important;
    }

    .p-lg-4[b-60hyrb2sak] {
        padding: 1.5rem !important;
    }

    .p-lg-5[b-60hyrb2sak] {
        padding: 3rem !important;
    }

    .px-lg-0[b-60hyrb2sak] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1[b-60hyrb2sak] {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2[b-60hyrb2sak] {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3[b-60hyrb2sak] {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4[b-60hyrb2sak] {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5[b-60hyrb2sak] {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0[b-60hyrb2sak] {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1[b-60hyrb2sak] {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2[b-60hyrb2sak] {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3[b-60hyrb2sak] {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4[b-60hyrb2sak] {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5[b-60hyrb2sak] {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0[b-60hyrb2sak] {
        padding-top: 0 !important;
    }

    .pt-lg-1[b-60hyrb2sak] {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2[b-60hyrb2sak] {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3[b-60hyrb2sak] {
        padding-top: 1rem !important;
    }

    .pt-lg-4[b-60hyrb2sak] {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5[b-60hyrb2sak] {
        padding-top: 3rem !important;
    }

    .pe-lg-0[b-60hyrb2sak] {
        padding-right: 0 !important;
    }

    .pe-lg-1[b-60hyrb2sak] {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2[b-60hyrb2sak] {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3[b-60hyrb2sak] {
        padding-right: 1rem !important;
    }

    .pe-lg-4[b-60hyrb2sak] {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5[b-60hyrb2sak] {
        padding-right: 3rem !important;
    }

    .pb-lg-0[b-60hyrb2sak] {
        padding-bottom: 0 !important;
    }

    .pb-lg-1[b-60hyrb2sak] {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2[b-60hyrb2sak] {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3[b-60hyrb2sak] {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4[b-60hyrb2sak] {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5[b-60hyrb2sak] {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0[b-60hyrb2sak] {
        padding-left: 0 !important;
    }

    .ps-lg-1[b-60hyrb2sak] {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2[b-60hyrb2sak] {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3[b-60hyrb2sak] {
        padding-left: 1rem !important;
    }

    .ps-lg-4[b-60hyrb2sak] {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5[b-60hyrb2sak] {
        padding-left: 3rem !important;
    }

    .text-lg-start[b-60hyrb2sak] {
        text-align: left !important;
    }

    .text-lg-end[b-60hyrb2sak] {
        text-align: right !important;
    }

    .text-lg-center[b-60hyrb2sak] {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start[b-60hyrb2sak] {
        float: left !important;
    }

    .float-xl-end[b-60hyrb2sak] {
        float: right !important;
    }

    .float-xl-none[b-60hyrb2sak] {
        float: none !important;
    }

    .d-xl-inline[b-60hyrb2sak] {
        display: inline !important;
    }

    .d-xl-inline-block[b-60hyrb2sak] {
        display: inline-block !important;
    }

    .d-xl-block[b-60hyrb2sak] {
        display: block !important;
    }

    .d-xl-grid[b-60hyrb2sak] {
        display: grid !important;
    }

    .d-xl-table[b-60hyrb2sak] {
        display: table !important;
    }

    .d-xl-table-row[b-60hyrb2sak] {
        display: table-row !important;
    }

    .d-xl-table-cell[b-60hyrb2sak] {
        display: table-cell !important;
    }

    .d-xl-flex[b-60hyrb2sak] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex[b-60hyrb2sak] {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xl-none[b-60hyrb2sak] {
        display: none !important;
    }

    .flex-xl-fill[b-60hyrb2sak] {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-row[b-60hyrb2sak] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column[b-60hyrb2sak] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse[b-60hyrb2sak] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse[b-60hyrb2sak] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0[b-60hyrb2sak] {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1[b-60hyrb2sak] {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0[b-60hyrb2sak] {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1[b-60hyrb2sak] {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap[b-60hyrb2sak] {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap[b-60hyrb2sak] {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse[b-60hyrb2sak] {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0[b-60hyrb2sak] {
        gap: 0 !important;
    }

    .gap-xl-1[b-60hyrb2sak] {
        gap: 0.25rem !important;
    }

    .gap-xl-2[b-60hyrb2sak] {
        gap: 0.5rem !important;
    }

    .gap-xl-3[b-60hyrb2sak] {
        gap: 1rem !important;
    }

    .gap-xl-4[b-60hyrb2sak] {
        gap: 1.5rem !important;
    }

    .gap-xl-5[b-60hyrb2sak] {
        gap: 3rem !important;
    }

    .justify-content-xl-start[b-60hyrb2sak] {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end[b-60hyrb2sak] {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center[b-60hyrb2sak] {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between[b-60hyrb2sak] {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around[b-60hyrb2sak] {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly[b-60hyrb2sak] {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xl-start[b-60hyrb2sak] {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end[b-60hyrb2sak] {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center[b-60hyrb2sak] {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline[b-60hyrb2sak] {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch[b-60hyrb2sak] {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start[b-60hyrb2sak] {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end[b-60hyrb2sak] {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center[b-60hyrb2sak] {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between[b-60hyrb2sak] {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around[b-60hyrb2sak] {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch[b-60hyrb2sak] {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto[b-60hyrb2sak] {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start[b-60hyrb2sak] {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end[b-60hyrb2sak] {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center[b-60hyrb2sak] {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline[b-60hyrb2sak] {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch[b-60hyrb2sak] {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xl-first[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xl-0[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xl-1[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xl-2[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xl-3[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xl-4[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xl-5[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xl-last[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xl-0[b-60hyrb2sak] {
        margin: 0 !important;
    }

    .m-xl-1[b-60hyrb2sak] {
        margin: 0.25rem !important;
    }

    .m-xl-2[b-60hyrb2sak] {
        margin: 0.5rem !important;
    }

    .m-xl-3[b-60hyrb2sak] {
        margin: 1rem !important;
    }

    .m-xl-4[b-60hyrb2sak] {
        margin: 1.5rem !important;
    }

    .m-xl-5[b-60hyrb2sak] {
        margin: 3rem !important;
    }

    .m-xl-auto[b-60hyrb2sak] {
        margin: auto !important;
    }

    .mx-xl-0[b-60hyrb2sak] {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1[b-60hyrb2sak] {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2[b-60hyrb2sak] {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3[b-60hyrb2sak] {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4[b-60hyrb2sak] {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5[b-60hyrb2sak] {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto[b-60hyrb2sak] {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0[b-60hyrb2sak] {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1[b-60hyrb2sak] {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2[b-60hyrb2sak] {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3[b-60hyrb2sak] {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4[b-60hyrb2sak] {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5[b-60hyrb2sak] {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto[b-60hyrb2sak] {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0[b-60hyrb2sak] {
        margin-top: 0 !important;
    }

    .mt-xl-1[b-60hyrb2sak] {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2[b-60hyrb2sak] {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3[b-60hyrb2sak] {
        margin-top: 1rem !important;
    }

    .mt-xl-4[b-60hyrb2sak] {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5[b-60hyrb2sak] {
        margin-top: 3rem !important;
    }

    .mt-xl-auto[b-60hyrb2sak] {
        margin-top: auto !important;
    }

    .me-xl-0[b-60hyrb2sak] {
        margin-right: 0 !important;
    }

    .me-xl-1[b-60hyrb2sak] {
        margin-right: 0.25rem !important;
    }

    .me-xl-2[b-60hyrb2sak] {
        margin-right: 0.5rem !important;
    }

    .me-xl-3[b-60hyrb2sak] {
        margin-right: 1rem !important;
    }

    .me-xl-4[b-60hyrb2sak] {
        margin-right: 1.5rem !important;
    }

    .me-xl-5[b-60hyrb2sak] {
        margin-right: 3rem !important;
    }

    .me-xl-auto[b-60hyrb2sak] {
        margin-right: auto !important;
    }

    .mb-xl-0[b-60hyrb2sak] {
        margin-bottom: 0 !important;
    }

    .mb-xl-1[b-60hyrb2sak] {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2[b-60hyrb2sak] {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3[b-60hyrb2sak] {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4[b-60hyrb2sak] {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5[b-60hyrb2sak] {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto[b-60hyrb2sak] {
        margin-bottom: auto !important;
    }

    .ms-xl-0[b-60hyrb2sak] {
        margin-left: 0 !important;
    }

    .ms-xl-1[b-60hyrb2sak] {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2[b-60hyrb2sak] {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3[b-60hyrb2sak] {
        margin-left: 1rem !important;
    }

    .ms-xl-4[b-60hyrb2sak] {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5[b-60hyrb2sak] {
        margin-left: 3rem !important;
    }

    .ms-xl-auto[b-60hyrb2sak] {
        margin-left: auto !important;
    }

    .p-xl-0[b-60hyrb2sak] {
        padding: 0 !important;
    }

    .p-xl-1[b-60hyrb2sak] {
        padding: 0.25rem !important;
    }

    .p-xl-2[b-60hyrb2sak] {
        padding: 0.5rem !important;
    }

    .p-xl-3[b-60hyrb2sak] {
        padding: 1rem !important;
    }

    .p-xl-4[b-60hyrb2sak] {
        padding: 1.5rem !important;
    }

    .p-xl-5[b-60hyrb2sak] {
        padding: 3rem !important;
    }

    .px-xl-0[b-60hyrb2sak] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1[b-60hyrb2sak] {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2[b-60hyrb2sak] {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3[b-60hyrb2sak] {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4[b-60hyrb2sak] {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5[b-60hyrb2sak] {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0[b-60hyrb2sak] {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1[b-60hyrb2sak] {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2[b-60hyrb2sak] {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3[b-60hyrb2sak] {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4[b-60hyrb2sak] {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5[b-60hyrb2sak] {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0[b-60hyrb2sak] {
        padding-top: 0 !important;
    }

    .pt-xl-1[b-60hyrb2sak] {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2[b-60hyrb2sak] {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3[b-60hyrb2sak] {
        padding-top: 1rem !important;
    }

    .pt-xl-4[b-60hyrb2sak] {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5[b-60hyrb2sak] {
        padding-top: 3rem !important;
    }

    .pe-xl-0[b-60hyrb2sak] {
        padding-right: 0 !important;
    }

    .pe-xl-1[b-60hyrb2sak] {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2[b-60hyrb2sak] {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3[b-60hyrb2sak] {
        padding-right: 1rem !important;
    }

    .pe-xl-4[b-60hyrb2sak] {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5[b-60hyrb2sak] {
        padding-right: 3rem !important;
    }

    .pb-xl-0[b-60hyrb2sak] {
        padding-bottom: 0 !important;
    }

    .pb-xl-1[b-60hyrb2sak] {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2[b-60hyrb2sak] {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3[b-60hyrb2sak] {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4[b-60hyrb2sak] {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5[b-60hyrb2sak] {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0[b-60hyrb2sak] {
        padding-left: 0 !important;
    }

    .ps-xl-1[b-60hyrb2sak] {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2[b-60hyrb2sak] {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3[b-60hyrb2sak] {
        padding-left: 1rem !important;
    }

    .ps-xl-4[b-60hyrb2sak] {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5[b-60hyrb2sak] {
        padding-left: 3rem !important;
    }

    .text-xl-start[b-60hyrb2sak] {
        text-align: left !important;
    }

    .text-xl-end[b-60hyrb2sak] {
        text-align: right !important;
    }

    .text-xl-center[b-60hyrb2sak] {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start[b-60hyrb2sak] {
        float: left !important;
    }

    .float-xxl-end[b-60hyrb2sak] {
        float: right !important;
    }

    .float-xxl-none[b-60hyrb2sak] {
        float: none !important;
    }

    .d-xxl-inline[b-60hyrb2sak] {
        display: inline !important;
    }

    .d-xxl-inline-block[b-60hyrb2sak] {
        display: inline-block !important;
    }

    .d-xxl-block[b-60hyrb2sak] {
        display: block !important;
    }

    .d-xxl-grid[b-60hyrb2sak] {
        display: grid !important;
    }

    .d-xxl-table[b-60hyrb2sak] {
        display: table !important;
    }

    .d-xxl-table-row[b-60hyrb2sak] {
        display: table-row !important;
    }

    .d-xxl-table-cell[b-60hyrb2sak] {
        display: table-cell !important;
    }

    .d-xxl-flex[b-60hyrb2sak] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xxl-inline-flex[b-60hyrb2sak] {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xxl-none[b-60hyrb2sak] {
        display: none !important;
    }

    .flex-xxl-fill[b-60hyrb2sak] {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-row[b-60hyrb2sak] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column[b-60hyrb2sak] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse[b-60hyrb2sak] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse[b-60hyrb2sak] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0[b-60hyrb2sak] {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1[b-60hyrb2sak] {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0[b-60hyrb2sak] {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1[b-60hyrb2sak] {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap[b-60hyrb2sak] {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap[b-60hyrb2sak] {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse[b-60hyrb2sak] {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0[b-60hyrb2sak] {
        gap: 0 !important;
    }

    .gap-xxl-1[b-60hyrb2sak] {
        gap: 0.25rem !important;
    }

    .gap-xxl-2[b-60hyrb2sak] {
        gap: 0.5rem !important;
    }

    .gap-xxl-3[b-60hyrb2sak] {
        gap: 1rem !important;
    }

    .gap-xxl-4[b-60hyrb2sak] {
        gap: 1.5rem !important;
    }

    .gap-xxl-5[b-60hyrb2sak] {
        gap: 3rem !important;
    }

    .justify-content-xxl-start[b-60hyrb2sak] {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end[b-60hyrb2sak] {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center[b-60hyrb2sak] {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between[b-60hyrb2sak] {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around[b-60hyrb2sak] {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly[b-60hyrb2sak] {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start[b-60hyrb2sak] {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end[b-60hyrb2sak] {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center[b-60hyrb2sak] {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline[b-60hyrb2sak] {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch[b-60hyrb2sak] {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start[b-60hyrb2sak] {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end[b-60hyrb2sak] {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center[b-60hyrb2sak] {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between[b-60hyrb2sak] {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around[b-60hyrb2sak] {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch[b-60hyrb2sak] {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto[b-60hyrb2sak] {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start[b-60hyrb2sak] {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end[b-60hyrb2sak] {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center[b-60hyrb2sak] {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline[b-60hyrb2sak] {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch[b-60hyrb2sak] {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xxl-first[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xxl-0[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xxl-1[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xxl-2[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xxl-3[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xxl-4[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xxl-5[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xxl-last[b-60hyrb2sak] {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xxl-0[b-60hyrb2sak] {
        margin: 0 !important;
    }

    .m-xxl-1[b-60hyrb2sak] {
        margin: 0.25rem !important;
    }

    .m-xxl-2[b-60hyrb2sak] {
        margin: 0.5rem !important;
    }

    .m-xxl-3[b-60hyrb2sak] {
        margin: 1rem !important;
    }

    .m-xxl-4[b-60hyrb2sak] {
        margin: 1.5rem !important;
    }

    .m-xxl-5[b-60hyrb2sak] {
        margin: 3rem !important;
    }

    .m-xxl-auto[b-60hyrb2sak] {
        margin: auto !important;
    }

    .mx-xxl-0[b-60hyrb2sak] {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1[b-60hyrb2sak] {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2[b-60hyrb2sak] {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3[b-60hyrb2sak] {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4[b-60hyrb2sak] {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5[b-60hyrb2sak] {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto[b-60hyrb2sak] {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0[b-60hyrb2sak] {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1[b-60hyrb2sak] {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2[b-60hyrb2sak] {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3[b-60hyrb2sak] {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4[b-60hyrb2sak] {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5[b-60hyrb2sak] {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto[b-60hyrb2sak] {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0[b-60hyrb2sak] {
        margin-top: 0 !important;
    }

    .mt-xxl-1[b-60hyrb2sak] {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2[b-60hyrb2sak] {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3[b-60hyrb2sak] {
        margin-top: 1rem !important;
    }

    .mt-xxl-4[b-60hyrb2sak] {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5[b-60hyrb2sak] {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto[b-60hyrb2sak] {
        margin-top: auto !important;
    }

    .me-xxl-0[b-60hyrb2sak] {
        margin-right: 0 !important;
    }

    .me-xxl-1[b-60hyrb2sak] {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2[b-60hyrb2sak] {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3[b-60hyrb2sak] {
        margin-right: 1rem !important;
    }

    .me-xxl-4[b-60hyrb2sak] {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5[b-60hyrb2sak] {
        margin-right: 3rem !important;
    }

    .me-xxl-auto[b-60hyrb2sak] {
        margin-right: auto !important;
    }

    .mb-xxl-0[b-60hyrb2sak] {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1[b-60hyrb2sak] {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2[b-60hyrb2sak] {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3[b-60hyrb2sak] {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4[b-60hyrb2sak] {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5[b-60hyrb2sak] {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto[b-60hyrb2sak] {
        margin-bottom: auto !important;
    }

    .ms-xxl-0[b-60hyrb2sak] {
        margin-left: 0 !important;
    }

    .ms-xxl-1[b-60hyrb2sak] {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2[b-60hyrb2sak] {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3[b-60hyrb2sak] {
        margin-left: 1rem !important;
    }

    .ms-xxl-4[b-60hyrb2sak] {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5[b-60hyrb2sak] {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto[b-60hyrb2sak] {
        margin-left: auto !important;
    }

    .p-xxl-0[b-60hyrb2sak] {
        padding: 0 !important;
    }

    .p-xxl-1[b-60hyrb2sak] {
        padding: 0.25rem !important;
    }

    .p-xxl-2[b-60hyrb2sak] {
        padding: 0.5rem !important;
    }

    .p-xxl-3[b-60hyrb2sak] {
        padding: 1rem !important;
    }

    .p-xxl-4[b-60hyrb2sak] {
        padding: 1.5rem !important;
    }

    .p-xxl-5[b-60hyrb2sak] {
        padding: 3rem !important;
    }

    .px-xxl-0[b-60hyrb2sak] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1[b-60hyrb2sak] {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2[b-60hyrb2sak] {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3[b-60hyrb2sak] {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4[b-60hyrb2sak] {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5[b-60hyrb2sak] {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0[b-60hyrb2sak] {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1[b-60hyrb2sak] {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2[b-60hyrb2sak] {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3[b-60hyrb2sak] {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4[b-60hyrb2sak] {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5[b-60hyrb2sak] {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0[b-60hyrb2sak] {
        padding-top: 0 !important;
    }

    .pt-xxl-1[b-60hyrb2sak] {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2[b-60hyrb2sak] {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3[b-60hyrb2sak] {
        padding-top: 1rem !important;
    }

    .pt-xxl-4[b-60hyrb2sak] {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5[b-60hyrb2sak] {
        padding-top: 3rem !important;
    }

    .pe-xxl-0[b-60hyrb2sak] {
        padding-right: 0 !important;
    }

    .pe-xxl-1[b-60hyrb2sak] {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2[b-60hyrb2sak] {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3[b-60hyrb2sak] {
        padding-right: 1rem !important;
    }

    .pe-xxl-4[b-60hyrb2sak] {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5[b-60hyrb2sak] {
        padding-right: 3rem !important;
    }

    .pb-xxl-0[b-60hyrb2sak] {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1[b-60hyrb2sak] {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2[b-60hyrb2sak] {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3[b-60hyrb2sak] {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4[b-60hyrb2sak] {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5[b-60hyrb2sak] {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0[b-60hyrb2sak] {
        padding-left: 0 !important;
    }

    .ps-xxl-1[b-60hyrb2sak] {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2[b-60hyrb2sak] {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3[b-60hyrb2sak] {
        padding-left: 1rem !important;
    }

    .ps-xxl-4[b-60hyrb2sak] {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5[b-60hyrb2sak] {
        padding-left: 3rem !important;
    }

    .text-xxl-start[b-60hyrb2sak] {
        text-align: left !important;
    }

    .text-xxl-end[b-60hyrb2sak] {
        text-align: right !important;
    }

    .text-xxl-center[b-60hyrb2sak] {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1[b-60hyrb2sak] {
        font-size: 1.5rem !important;
    }

    .fs-2[b-60hyrb2sak] {
        font-size: 1.3rem !important;
    }
}

@media print {
    .d-print-inline[b-60hyrb2sak] {
        display: inline !important;
    }

    .d-print-inline-block[b-60hyrb2sak] {
        display: inline-block !important;
    }

    .d-print-block[b-60hyrb2sak] {
        display: block !important;
    }

    .d-print-grid[b-60hyrb2sak] {
        display: grid !important;
    }

    .d-print-table[b-60hyrb2sak] {
        display: table !important;
    }

    .d-print-table-row[b-60hyrb2sak] {
        display: table-row !important;
    }

    .d-print-table-cell[b-60hyrb2sak] {
        display: table-cell !important;
    }

    .d-print-flex[b-60hyrb2sak] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex[b-60hyrb2sak] {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-print-none[b-60hyrb2sak] {
        display: none !important;
    }
}

/*
* ==========================================================
*     GENERAL
* ==========================================================
*/
.card[b-60hyrb2sak] {
    margin-bottom: 2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.card-header[b-60hyrb2sak] {
    border-bottom: 1px solid #dee2e6;
}

.card-footer[b-60hyrb2sak] {
    border-top: 1px solid #e9ecef;
    background: rgba(0, 0, 0, 0.03);
}

    .card-footer:last-child[b-60hyrb2sak] {
        border-radius: 0 0 0 0;
    }

.card-cap-transparent[b-60hyrb2sak] {
    border-bottom: none;
    background: rgba(0, 0, 0, 0.03);
}

.btn-primary[b-60hyrb2sak] {
    color: #fff !important;
}

    .btn-primary:hover[b-60hyrb2sak], .btn-primary:focus[b-60hyrb2sak] {
        color: #fff !important;
    }

.btn-outline-primary:hover[b-60hyrb2sak] {
    color: #fff;
}

.card-collapse-link[b-60hyrb2sak] {
    position: relative;
    padding-right: 20px;
}

    .card-collapse-link[data-bs-toggle="collapse"][b-60hyrb2sak]::before {
        display: block;
        width: 20px;
        height: 20px;
        content: "";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Left%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='none' stroke='%23aaa' stroke-miterlimit='10' stroke-width='5' d='M39 20.006L25 32l14 12.006' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
        background-position: right center;
        position: absolute;
        top: 50%;
        right: 0;
    }

    .card-collapse-link[data-bs-toggle="collapse"][aria-expanded="true"][b-60hyrb2sak]::before {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

.dropdown-toggle:not(.btn)[b-60hyrb2sak]::after {
    display: inline-block;
    width: 20px;
    height: 14px;
    margin: 0;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    vertical-align: middle;
    border: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Left%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='none' stroke='white' stroke-miterlimit='10' stroke-width='5' d='M39 20.006L25 32l14 12.006' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
    background-position: right center;
    background-size: 100%;
}

p[b-60hyrb2sak] {
    font-size: 0.9rem;
}

a[b-60hyrb2sak] {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

body[b-60hyrb2sak] {
    overflow-x: hidden;
}

i[b-60hyrb2sak] {
    display: inline-block;
}

span[b-60hyrb2sak] {
    display: inline-block;
}

.btn-xs[b-60hyrb2sak] {
    padding: 2px 5px !important;
    border-radius: 2px !important;
    font-size: 0.7em !important;
}

.page[b-60hyrb2sak] {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 200px);
    min-height: 100vh;
    padding-bottom: 3rem;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    background-color: #f4f7fa;
}

    .page.active[b-60hyrb2sak] {
        width: calc(100% - 70px);
    }

@media (max-width: 1199.98px) {
    .page[b-60hyrb2sak] {
        width: 100%;
    }

        .page.active[b-60hyrb2sak] {
            width: 100%;
        }

        .page.active-sm[b-60hyrb2sak] {
            width: calc(100% - 70px);
        }
}

@media (min-width: 992px) {

    .container-fluid[b-60hyrb2sak],
    .container-sm[b-60hyrb2sak],
    .container-md[b-60hyrb2sak],
    .container-lg[b-60hyrb2sak],
    .container-xl[b-60hyrb2sak],
    .container-xxl[b-60hyrb2sak] {
        padding: 0 3rem;
    }
}

/*
* ==========================================================
*     Main NAVBAR
* ==========================================================
*/
nav.navbar[b-60hyrb2sak] {
    padding: 0.8rem 0;
    background: #393836;
}

    nav.navbar .badge[b-60hyrb2sak] {
        position: absolute;
        top: 0;
        right: 0;
    }

    nav.navbar .dropdown-menu[b-60hyrb2sak] {
        display: block;
        visibility: hidden;
        -webkit-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
        opacity: 0;
    }

        nav.navbar .dropdown-menu.show[b-60hyrb2sak] {
            display: block;
            visibility: visible;
            -webkit-transition: 0.2s ease all;
            transition: 0.2s ease all;
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
        }

@media (max-width: 575.98px) {
    nav.navbar .dropdown[b-60hyrb2sak] {
        position: static;
    }

    nav.navbar .dropdown-menu[b-60hyrb2sak] {
        right: 2.5vw;
        left: 2.5vw;
        width: 90vw;
        margin: 0 auto;
    }
}

/*
* ==========================================================
*     SIDE NAVBAR
* ==========================================================
*/
.side-navbar[b-60hyrb2sak] {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 200px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    color: #fff;
    background: #393836;
    z-index: 999;
    transition: all 0.3s;
    overflow: hidden;
    /*  Side navbar small ------------------------ */
}

    .side-navbar .scrolled-wrapper[b-60hyrb2sak] {
        width: 100%;
        height: 100%;
    }

    .side-navbar .sidebar-header[b-60hyrb2sak] {
        background: #292929;
    }

    .side-navbar.hide[b-60hyrb2sak] {
        left: -70px;
    }

@media (max-width: 1199.98px) {
    .side-navbar[b-60hyrb2sak] {
        left: -70px;
        width: 70px;
        text-align: center;
    }

        .side-navbar.show-sm[b-60hyrb2sak] {
            left: 0 !important;
        }

        .side-navbar .brand-small[b-60hyrb2sak] {
            display: block;
        }

        .side-navbar .sidenav-header-inner[b-60hyrb2sak] {
            display: none;
        }
}

.side-navbar .brand-small[b-60hyrb2sak] {
    display: none;
}

@media (max-width: 1199.98px) {
    .side-navbar .brand-small[b-60hyrb2sak] {
        display: block;
    }
}

.side-navbar.shrink[b-60hyrb2sak] {
    width: 70px;
    text-align: center;
}

    .side-navbar.shrink .brand-small[b-60hyrb2sak] {
        display: block;
    }

    .side-navbar.shrink .sidenav-header-inner[b-60hyrb2sak] {
        display: none;
    }

.sidebar-item[b-60hyrb2sak] {
    /* submenu item active */
}

    .sidebar-item li a[b-60hyrb2sak] {
        background: #292929;
    }

@media (min-width: 1200px) {
    .sidebar-item li a[b-60hyrb2sak] {
        padding-left: 2.5rem;
    }
}

.sidebar-item.active > .sidebar-link[b-60hyrb2sak] {
    color: #fff;
    background: #2b90d9;
}

    .sidebar-item.active > .sidebar-link:hover[b-60hyrb2sak] {
        background: #2b90d9;
    }

.sidebar-item li.active > a.sidebar-link[b-60hyrb2sak] {
    color: #fff;
    background: #56a7e1;
}

.sidebar-item .collapse[b-60hyrb2sak],
.sidebar-item .collapsing[b-60hyrb2sak] {
    border-left: 2px solid #2b90d9;
    background: #292929;
}

    .sidebar-item .collapse li:not(.active) .sidebar-link:hover[b-60hyrb2sak], .sidebar-item .collapse li:not(.active) .sidebar-link:focus[b-60hyrb2sak],
    .sidebar-item .collapsing li:not(.active) .sidebar-link:hover[b-60hyrb2sak],
    .sidebar-item .collapsing li:not(.active) .sidebar-link:focus[b-60hyrb2sak] {
        background: #121212;
    }

.sidebar-link[b-60hyrb2sak] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
    text-decoration: none;
    text-overflow: ellipsis;
    color: inherit;
    font-size: 0.9rem;
    font-weight: 300;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .sidebar-link[b-60hyrb2sak] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 2px;
        font-size: 0.7rem;
    }
}

.sidebar-link:hover[b-60hyrb2sak] {
    color: #fff;
    background: #2b90d9;
}

.sidebar-link[data-bs-toggle="collapse"][b-60hyrb2sak]::before {
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Left%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='none' stroke='white' stroke-miterlimit='10' stroke-width='5' d='M39 20.006L25 32l14 12.006' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
    background-position: right center;
    position: absolute;
    top: 50%;
    right: 10px;
}

@media (max-width: 1199.98px) {
    .sidebar-link[data-bs-toggle="collapse"][b-60hyrb2sak]::before {
        -webkit-transform: translateX(50%) rotate(-90deg);
        transform: translateX(50%) rotate(-90deg);
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 0;
        left: auto;
    }
}

.sidebar-link[aria-expanded="true"][b-60hyrb2sak], .sidebar-link[aria-expanded="aria-expanded"][b-60hyrb2sak] {
    background: #2b90d9;
}

    .sidebar-link[aria-expanded="true"][b-60hyrb2sak]::before, .sidebar-link[aria-expanded="aria-expanded"][b-60hyrb2sak]::before {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

@media (max-width: 1199.98px) {
    .sidebar-link[aria-expanded="true"][b-60hyrb2sak]::before, .sidebar-link[aria-expanded="aria-expanded"][b-60hyrb2sak]::before {
        -webkit-transform: translateX(50%) rotate(90deg);
        transform: translateX(50%) rotate(90deg);
    }
}

.sidebar-link[aria-expanded="true"]:hover[b-60hyrb2sak], .sidebar-link[aria-expanded="aria-expanded"]:hover[b-60hyrb2sak] {
    color: #fff;
    background: #2b90d9;
}

.sidebar-link .badge[b-60hyrb2sak] {
    margin-left: 0.25rem;
    vertical-align: middle;
}

.side-navbar.shrink .sidebar-item a.sidebar-link[b-60hyrb2sak] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 2px;
    font-size: 0.7rem;
}

    .side-navbar.shrink .sidebar-item a.sidebar-link[data-bs-toggle="collapse"][b-60hyrb2sak]::before {
        -webkit-transform: translateX(50%) rotate(-90deg);
        transform: translateX(50%) rotate(-90deg);
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 0;
        left: auto;
    }

    .side-navbar.shrink .sidebar-item a.sidebar-link[data-bs-toggle="collapse"][aria-expanded="true"][b-60hyrb2sak]::before, .side-navbar.shrink .sidebar-item a.sidebar-link[data-bs-toggle="collapse"][aria-expanded="aria-expanded"][b-60hyrb2sak]::before {
        -webkit-transform: translateX(50%) rotate(90deg);
        transform: translateX(50%) rotate(90deg);
    }

    .side-navbar.shrink .sidebar-item a.sidebar-link svg[b-60hyrb2sak] {
        margin-right: 0 !important;
        margin-bottom: 4px;
    }

.side-navbar.shrink .sidebar-link .badge[b-60hyrb2sak] {
    margin-left: 0;
}

/*
* ===================================================
*    Custom Orion Icons
* ===================================================
*/
.svg-icon[b-60hyrb2sak] {
    width: 32px;
    height: 32px;
    vertical-align: text-bottom;
    stroke: currentColor;
    stroke-width: 3;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    color: inherit;
    --layer1: currentColor;
    --layer2: currentColor;
    --layer3: currentColor;
}

    .svg-icon.svg-icon-light[b-60hyrb2sak] {
        stroke-width: 2;
    }

    .svg-icon.svg-icon-heavy[b-60hyrb2sak] {
        stroke-width: 4;
    }

.svg-icon-big[b-60hyrb2sak] {
    width: 56px;
    height: 56px;
}

.svg-icon-sm[b-60hyrb2sak] {
    width: 20px;
    height: 20px;
}

.svg-icon-xs[b-60hyrb2sak] {
    width: 18px;
    height: 18px;
}

/*
* ==========================================================
*     FORMS ELEMENTS
* ==========================================================
*/
.form-control[b-60hyrb2sak]::-webkit-input-placeholder {
    font-size: 0.85rem;
}

.form-control[b-60hyrb2sak]::-moz-placeholder {
    font-size: 0.85rem;
}

.form-control:-ms-input-placeholder[b-60hyrb2sak] {
    font-size: 0.85rem;
}

.form-control[b-60hyrb2sak]::-ms-input-placeholder {
    font-size: 0.85rem;
}

.form-control[b-60hyrb2sak]::placeholder {
    font-size: 0.85rem;
}

.input-material-group[b-60hyrb2sak] {
    position: relative;
    padding-top: 0.85rem;
}

    .input-material-group .input-material[b-60hyrb2sak] {
        border: none;
        background: none;
        padding: 0.375rem 0;
        border-bottom: 1px solid #ebeef0;
        display: block;
        width: 100%;
    }

        .input-material-group .input-material:focus-visible[b-60hyrb2sak] {
            outline: none;
        }

        .input-material-group .input-material.js-validate-error-field[b-60hyrb2sak] {
            border-top: none !important;
            border-left: none !important;
            border-right: none !important;
        }

        .input-material-group .input-material.is-invalid[b-60hyrb2sak] {
            position: relative;
            background: 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(0.375em + 0.1875rem) center;
            background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        }

        .input-material-group .input-material.is-valid[b-60hyrb2sak] {
            position: relative;
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right calc(0.375em + 0.1875rem) center;
            background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
            border-color: #28a745;
        }

            .input-material-group .input-material.is-valid + label[b-60hyrb2sak] {
                color: #28a745 !important;
            }

    .input-material-group .label-material[b-60hyrb2sak] {
        position: absolute;
        top: 1.225rem;
        left: 0;
        font-size: 0.9rem;
        color: #a1a8ae;
        cursor: text;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: none;
        transform: none;
    }

        .input-material-group .label-material.active[b-60hyrb2sak] {
            -webkit-transform: scale(0.85);
            transform: scale(0.85);
            top: 0;
            color: #2b90d9;
        }

.js-validate-error-label[b-60hyrb2sak] {
    font-size: 0.75em !important;
    margin-top: 0.25rem !important;
    color: #dc3545 !important;
}

.was-validated .form-control:invalid[b-60hyrb2sak], .form-control.is-invalid[b-60hyrb2sak] {
    border-color: #dc3545 !important;
}

/*
* ==========================================================
*     LOGIN PAGE
* ==========================================================
*/
.login-page[b-60hyrb2sak] {
    min-height: 100vh;
    position: relative;
}

    .login-page[b-60hyrb2sak]::before {
        content: "";
        display: block;
        z-index: -1;
        background: url(../img/bg.jpg);
        background-size: cover;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .login-page .container[b-60hyrb2sak] {
        z-index: 999;
    }

/*
* ===================================================
*    Custom Bootstrapious Utils
* ===================================================
*/
/*
   Text utils
   ------------------------
*/
.text-uppercase[b-60hyrb2sak] {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
}

.text-sm[b-60hyrb2sak] {
    font-size: 0.85rem;
}

.text-base[b-60hyrb2sak] {
    font-size: 1rem;
}

.text-lg[b-60hyrb2sak] {
    font-size: 1.5rem;
}

.text-xl[b-60hyrb2sak] {
    font-size: 1.75rem;
}

.text-xxl[b-60hyrb2sak] {
    font-size: 2rem;
}

.text-xs[b-60hyrb2sak] {
    font-size: 0.8rem !important;
}

.text-sm[b-60hyrb2sak] {
    font-size: 0.9rem !important;
}

.text-shadow[b-60hyrb2sak] {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.text-shadow-primary[b-60hyrb2sak] {
    text-shadow: 2px 2px 2px rgba(43, 144, 217, 0.1);
}

.text-decoration-underline[b-60hyrb2sak] {
    text-decoration: underline;
}

.text-inherit[b-60hyrb2sak] {
    color: inherit;
}

/*
    Rounded corners - lg, sm
   ------------------------
*/
.rounded-lg[b-60hyrb2sak] {
    border-radius: 0.3rem;
}

.rounded-sm[b-60hyrb2sak] {
    border-radius: 0.2rem;
}

.rounded-xl[b-60hyrb2sak] {
    border-radius: 10rem;
}

/*
    Responsive borders - border-[breakpoint]
   ------------------------
*/
.border[b-60hyrb2sak] {
    border: 1px solid #dee2e6 !important;
}

.border-start[b-60hyrb2sak] {
    border-left: 1px solid #dee2e6 !important;
}

.border-top[b-60hyrb2sak] {
    border-top: 1px solid #dee2e6 !important;
}

.border-end[b-60hyrb2sak] {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom[b-60hyrb2sak] {
    border-bottom: 1px solid #dee2e6 !important;
}

@media (min-width: 576px) {
    .border-sm[b-60hyrb2sak] {
        border: 1px solid #dee2e6 !important;
    }

    .border-sm-start[b-60hyrb2sak] {
        border-left: 1px solid #dee2e6 !important;
    }

    .border-sm-top[b-60hyrb2sak] {
        border-top: 1px solid #dee2e6 !important;
    }

    .border-sm-end[b-60hyrb2sak] {
        border-right: 1px solid #dee2e6 !important;
    }

    .border-sm-bottom[b-60hyrb2sak] {
        border-bottom: 1px solid #dee2e6 !important;
    }
}

@media (min-width: 768px) {
    .border-md[b-60hyrb2sak] {
        border: 1px solid #dee2e6 !important;
    }

    .border-md-start[b-60hyrb2sak] {
        border-left: 1px solid #dee2e6 !important;
    }

    .border-md-top[b-60hyrb2sak] {
        border-top: 1px solid #dee2e6 !important;
    }

    .border-md-end[b-60hyrb2sak] {
        border-right: 1px solid #dee2e6 !important;
    }

    .border-md-bottom[b-60hyrb2sak] {
        border-bottom: 1px solid #dee2e6 !important;
    }
}

@media (min-width: 992px) {
    .border-lg[b-60hyrb2sak] {
        border: 1px solid #dee2e6 !important;
    }

    .border-lg-start[b-60hyrb2sak] {
        border-left: 1px solid #dee2e6 !important;
    }

    .border-lg-top[b-60hyrb2sak] {
        border-top: 1px solid #dee2e6 !important;
    }

    .border-lg-end[b-60hyrb2sak] {
        border-right: 1px solid #dee2e6 !important;
    }

    .border-lg-bottom[b-60hyrb2sak] {
        border-bottom: 1px solid #dee2e6 !important;
    }
}

@media (min-width: 1200px) {
    .border-xl[b-60hyrb2sak] {
        border: 1px solid #dee2e6 !important;
    }

    .border-xl-start[b-60hyrb2sak] {
        border-left: 1px solid #dee2e6 !important;
    }

    .border-xl-top[b-60hyrb2sak] {
        border-top: 1px solid #dee2e6 !important;
    }

    .border-xl-end[b-60hyrb2sak] {
        border-right: 1px solid #dee2e6 !important;
    }

    .border-xl-bottom[b-60hyrb2sak] {
        border-bottom: 1px solid #dee2e6 !important;
    }
}

@media (min-width: 1400px) {
    .border-xxl[b-60hyrb2sak] {
        border: 1px solid #dee2e6 !important;
    }

    .border-xxl-start[b-60hyrb2sak] {
        border-left: 1px solid #dee2e6 !important;
    }

    .border-xxl-top[b-60hyrb2sak] {
        border-top: 1px solid #dee2e6 !important;
    }

    .border-xxl-end[b-60hyrb2sak] {
        border-right: 1px solid #dee2e6 !important;
    }

    .border-xxl-bottom[b-60hyrb2sak] {
        border-bottom: 1px solid #dee2e6 !important;
    }
}

/*
    Opacity helpers - .opacity-[1-9]
    ------------------------
*/
.opacity-0[b-60hyrb2sak] {
    opacity: 0;
}

.opacity-1[b-60hyrb2sak] {
    opacity: 0.1;
}

.opacity-2[b-60hyrb2sak] {
    opacity: 0.2;
}

.opacity-3[b-60hyrb2sak] {
    opacity: 0.3;
}

.opacity-4[b-60hyrb2sak] {
    opacity: 0.4;
}

.opacity-5[b-60hyrb2sak] {
    opacity: 0.5;
}

.opacity-6[b-60hyrb2sak] {
    opacity: 0.6;
}

.opacity-7[b-60hyrb2sak] {
    opacity: 0.7;
}

.opacity-8[b-60hyrb2sak] {
    opacity: 0.8;
}

.opacity-9[b-60hyrb2sak] {
    opacity: 0.9;
}

.opacity-10[b-60hyrb2sak] {
    opacity: 1;
}

/*
    Z-index helpers - .z-index-[10-50]
    ------------------------
*/
.z-index-10[b-60hyrb2sak] {
    z-index: 10;
    position: relative;
}

.z-index-20[b-60hyrb2sak] {
    z-index: 20;
    position: relative;
}

.z-index-30[b-60hyrb2sak] {
    z-index: 30;
    position: relative;
}

.z-index-40[b-60hyrb2sak] {
    z-index: 40;
    position: relative;
}

.z-index-50[b-60hyrb2sak] {
    z-index: 50;
    position: relative;
}

/*
     Letter spacing helpers - .letter-spacing-[0-5]
    ------------------------
*/
.letter-spacing-0[b-60hyrb2sak] {
    letter-spacing: 0 !important;
}

.letter-spacing-1[b-60hyrb2sak] {
    letter-spacing: 0.1em;
}

.letter-spacing-2[b-60hyrb2sak] {
    letter-spacing: 0.2em;
}

.letter-spacing-3[b-60hyrb2sak] {
    letter-spacing: 0.3em;
}

.letter-spacing-4[b-60hyrb2sak] {
    letter-spacing: 0.4em;
}

.letter-spacing-5[b-60hyrb2sak] {
    letter-spacing: 0.5em;
}

/*
     Colours and backgrounds
    ------------------------
*/
.text-hover-primary[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-primary:focus[b-60hyrb2sak], .text-hover-primary:hover[b-60hyrb2sak] {
        color: #2b90d9 !important;
    }

a.text-hover-primary[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-primary:focus[b-60hyrb2sak], a.text-hover-primary:hover[b-60hyrb2sak] {
        color: #2b90d9 !important;
    }

.bg-primary-light[b-60hyrb2sak] {
    background-color: theme-color-level("primary", -11);
}

.border-primary[b-60hyrb2sak] {
    border-color: #2b90d9 !important;
}

.text-hover-secondary[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-secondary:focus[b-60hyrb2sak], .text-hover-secondary:hover[b-60hyrb2sak] {
        color: #6c757d !important;
    }

a.text-hover-secondary[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-secondary:focus[b-60hyrb2sak], a.text-hover-secondary:hover[b-60hyrb2sak] {
        color: #6c757d !important;
    }

.bg-secondary-light[b-60hyrb2sak] {
    background-color: theme-color-level("secondary", -11);
}

.border-secondary[b-60hyrb2sak] {
    border-color: #6c757d !important;
}

.text-hover-success[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-success:focus[b-60hyrb2sak], .text-hover-success:hover[b-60hyrb2sak] {
        color: #28a745 !important;
    }

a.text-hover-success[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-success:focus[b-60hyrb2sak], a.text-hover-success:hover[b-60hyrb2sak] {
        color: #28a745 !important;
    }

.bg-success-light[b-60hyrb2sak] {
    background-color: theme-color-level("success", -11);
}

.border-success[b-60hyrb2sak] {
    border-color: #28a745 !important;
}

.text-hover-info[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-info:focus[b-60hyrb2sak], .text-hover-info:hover[b-60hyrb2sak] {
        color: #17a2b8 !important;
    }

a.text-hover-info[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-info:focus[b-60hyrb2sak], a.text-hover-info:hover[b-60hyrb2sak] {
        color: #17a2b8 !important;
    }

.bg-info-light[b-60hyrb2sak] {
    background-color: theme-color-level("info", -11);
}

.border-info[b-60hyrb2sak] {
    border-color: #17a2b8 !important;
}

.text-hover-warning[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-warning:focus[b-60hyrb2sak], .text-hover-warning:hover[b-60hyrb2sak] {
        color: #ffc107 !important;
    }

a.text-hover-warning[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-warning:focus[b-60hyrb2sak], a.text-hover-warning:hover[b-60hyrb2sak] {
        color: #ffc107 !important;
    }

.bg-warning-light[b-60hyrb2sak] {
    background-color: theme-color-level("warning", -11);
}

.border-warning[b-60hyrb2sak] {
    border-color: #ffc107 !important;
}

.text-hover-danger[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-danger:focus[b-60hyrb2sak], .text-hover-danger:hover[b-60hyrb2sak] {
        color: #dc3545 !important;
    }

a.text-hover-danger[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-danger:focus[b-60hyrb2sak], a.text-hover-danger:hover[b-60hyrb2sak] {
        color: #dc3545 !important;
    }

.bg-danger-light[b-60hyrb2sak] {
    background-color: theme-color-level("danger", -11);
}

.border-danger[b-60hyrb2sak] {
    border-color: #dc3545 !important;
}

.text-hover-light[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-light:focus[b-60hyrb2sak], .text-hover-light:hover[b-60hyrb2sak] {
        color: #f8f9fa !important;
    }

a.text-hover-light[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-light:focus[b-60hyrb2sak], a.text-hover-light:hover[b-60hyrb2sak] {
        color: #f8f9fa !important;
    }

.bg-light-light[b-60hyrb2sak] {
    background-color: theme-color-level("light", -11);
}

.border-light[b-60hyrb2sak] {
    border-color: #f8f9fa !important;
}

.text-hover-dark[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-dark:focus[b-60hyrb2sak], .text-hover-dark:hover[b-60hyrb2sak] {
        color: #343a40 !important;
    }

a.text-hover-dark[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-dark:focus[b-60hyrb2sak], a.text-hover-dark:hover[b-60hyrb2sak] {
        color: #343a40 !important;
    }

.bg-dark-light[b-60hyrb2sak] {
    background-color: theme-color-level("dark", -11);
}

.border-dark[b-60hyrb2sak] {
    border-color: #343a40 !important;
}

.text-hover-darkBlue[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-darkBlue:focus[b-60hyrb2sak], .text-hover-darkBlue:hover[b-60hyrb2sak] {
        color: #2f333e !important;
    }

a.text-hover-darkBlue[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-darkBlue:focus[b-60hyrb2sak], a.text-hover-darkBlue:hover[b-60hyrb2sak] {
        color: #2f333e !important;
    }

.bg-darkBlue-light[b-60hyrb2sak] {
    background-color: theme-color-level("darkBlue", -11);
}

.border-darkBlue[b-60hyrb2sak] {
    border-color: #2f333e !important;
}

.text-hover-sidebar-bg[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-sidebar-bg:focus[b-60hyrb2sak], .text-hover-sidebar-bg:hover[b-60hyrb2sak] {
        color: #30323e !important;
    }

a.text-hover-sidebar-bg[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-sidebar-bg:focus[b-60hyrb2sak], a.text-hover-sidebar-bg:hover[b-60hyrb2sak] {
        color: #30323e !important;
    }

.bg-sidebar-bg-light[b-60hyrb2sak] {
    background-color: theme-color-level("sidebar-bg", -11);
}

.border-sidebar-bg[b-60hyrb2sak] {
    border-color: #30323e !important;
}

.text-hover-red[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-red:focus[b-60hyrb2sak], .text-hover-red:hover[b-60hyrb2sak] {
        color: #ff7676 !important;
    }

a.text-hover-red[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-red:focus[b-60hyrb2sak], a.text-hover-red:hover[b-60hyrb2sak] {
        color: #ff7676 !important;
    }

.bg-red-light[b-60hyrb2sak] {
    background-color: theme-color-level("red", -11);
}

.border-red[b-60hyrb2sak] {
    border-color: #ff7676 !important;
}

.text-hover-yellow[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-yellow:focus[b-60hyrb2sak], .text-hover-yellow:hover[b-60hyrb2sak] {
        color: #eef157 !important;
    }

a.text-hover-yellow[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-yellow:focus[b-60hyrb2sak], a.text-hover-yellow:hover[b-60hyrb2sak] {
        color: #eef157 !important;
    }

.bg-yellow-light[b-60hyrb2sak] {
    background-color: theme-color-level("yellow", -11);
}

.border-yellow[b-60hyrb2sak] {
    border-color: #eef157 !important;
}

.text-hover-faintGreen[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-faintGreen:focus[b-60hyrb2sak], .text-hover-faintGreen:hover[b-60hyrb2sak] {
        color: #54e69d !important;
    }

a.text-hover-faintGreen[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-faintGreen:focus[b-60hyrb2sak], a.text-hover-faintGreen:hover[b-60hyrb2sak] {
        color: #54e69d !important;
    }

.bg-faintGreen-light[b-60hyrb2sak] {
    background-color: theme-color-level("faintGreen", -11);
}

.border-faintGreen[b-60hyrb2sak] {
    border-color: #54e69d !important;
}

.text-hover-orange[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-orange:focus[b-60hyrb2sak], .text-hover-orange:hover[b-60hyrb2sak] {
        color: #ffc36d !important;
    }

a.text-hover-orange[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-orange:focus[b-60hyrb2sak], a.text-hover-orange:hover[b-60hyrb2sak] {
        color: #ffc36d !important;
    }

.bg-orange-light[b-60hyrb2sak] {
    background-color: theme-color-level("orange", -11);
}

.border-orange[b-60hyrb2sak] {
    border-color: #ffc36d !important;
}

.text-hover-violet[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-violet:focus[b-60hyrb2sak], .text-hover-violet:hover[b-60hyrb2sak] {
        color: #796aee !important;
    }

a.text-hover-violet[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-violet:focus[b-60hyrb2sak], a.text-hover-violet:hover[b-60hyrb2sak] {
        color: #796aee !important;
    }

.bg-violet-light[b-60hyrb2sak] {
    background-color: theme-color-level("violet", -11);
}

.border-violet[b-60hyrb2sak] {
    border-color: #796aee !important;
}

.text-hover-paleBlue[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .text-hover-paleBlue:focus[b-60hyrb2sak], .text-hover-paleBlue:hover[b-60hyrb2sak] {
        color: #85b4f2 !important;
    }

a.text-hover-paleBlue[b-60hyrb2sak] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.text-hover-paleBlue:focus[b-60hyrb2sak], a.text-hover-paleBlue:hover[b-60hyrb2sak] {
        color: #85b4f2 !important;
    }

.bg-paleBlue-light[b-60hyrb2sak] {
    background-color: theme-color-level("paleBlue", -11);
}

.border-paleBlue[b-60hyrb2sak] {
    border-color: #85b4f2 !important;
}

.bg-gray-100[b-60hyrb2sak] {
    background: #f8f9fa !important;
}

.text-gray-100[b-60hyrb2sak] {
    color: #f8f9fa !important;
}

.border-gray-100[b-60hyrb2sak] {
    border-color: #f8f9fa !important;
}

.bg-gray-200[b-60hyrb2sak] {
    background: #e9ecef !important;
}

.text-gray-200[b-60hyrb2sak] {
    color: #e9ecef !important;
}

.border-gray-200[b-60hyrb2sak] {
    border-color: #e9ecef !important;
}

.bg-gray-300[b-60hyrb2sak] {
    background: #dee2e6 !important;
}

.text-gray-300[b-60hyrb2sak] {
    color: #dee2e6 !important;
}

.border-gray-300[b-60hyrb2sak] {
    border-color: #dee2e6 !important;
}

.bg-gray-400[b-60hyrb2sak] {
    background: #ced4da !important;
}

.text-gray-400[b-60hyrb2sak] {
    color: #ced4da !important;
}

.border-gray-400[b-60hyrb2sak] {
    border-color: #ced4da !important;
}

.bg-gray-500[b-60hyrb2sak] {
    background: #adb5bd !important;
}

.text-gray-500[b-60hyrb2sak] {
    color: #adb5bd !important;
}

.border-gray-500[b-60hyrb2sak] {
    border-color: #adb5bd !important;
}

.bg-gray-600[b-60hyrb2sak] {
    background: #6c757d !important;
}

.text-gray-600[b-60hyrb2sak] {
    color: #6c757d !important;
}

.border-gray-600[b-60hyrb2sak] {
    border-color: #6c757d !important;
}

.bg-gray-700[b-60hyrb2sak] {
    background: #495057 !important;
}

.text-gray-700[b-60hyrb2sak] {
    color: #495057 !important;
}

.border-gray-700[b-60hyrb2sak] {
    border-color: #495057 !important;
}

.bg-gray-800[b-60hyrb2sak] {
    background: #343a40 !important;
}

.text-gray-800[b-60hyrb2sak] {
    color: #343a40 !important;
}

.border-gray-800[b-60hyrb2sak] {
    border-color: #343a40 !important;
}

.bg-gray-900[b-60hyrb2sak] {
    background: #212529 !important;
}

.text-gray-900[b-60hyrb2sak] {
    color: #212529 !important;
}

.border-gray-900[b-60hyrb2sak] {
    border-color: #212529 !important;
}

.badge-primary-light[b-60hyrb2sak] {
    color: #2b90d9;
    background-color: theme-color-level("primary", -11);
}

.badge-secondary-light[b-60hyrb2sak] {
    color: #6c757d;
    background-color: theme-color-level("secondary", -11);
}

.badge-success-light[b-60hyrb2sak] {
    color: #28a745;
    background-color: theme-color-level("success", -11);
}

.badge-info-light[b-60hyrb2sak] {
    color: #17a2b8;
    background-color: theme-color-level("info", -11);
}

.badge-warning-light[b-60hyrb2sak] {
    color: #ffc107;
    background-color: theme-color-level("warning", -11);
}

.badge-danger-light[b-60hyrb2sak] {
    color: #dc3545;
    background-color: theme-color-level("danger", -11);
}

.badge-light-light[b-60hyrb2sak] {
    color: #f8f9fa;
    background-color: theme-color-level("light", -11);
}

.badge-dark-light[b-60hyrb2sak] {
    color: #343a40;
    background-color: theme-color-level("dark", -11);
}

.badge-darkBlue-light[b-60hyrb2sak] {
    color: #2f333e;
    background-color: theme-color-level("darkBlue", -11);
}

.badge-sidebar-bg-light[b-60hyrb2sak] {
    color: #30323e;
    background-color: theme-color-level("sidebar-bg", -11);
}

.badge-red-light[b-60hyrb2sak] {
    color: #ff7676;
    background-color: theme-color-level("red", -11);
}

.badge-yellow-light[b-60hyrb2sak] {
    color: #eef157;
    background-color: theme-color-level("yellow", -11);
}

.badge-faintGreen-light[b-60hyrb2sak] {
    color: #54e69d;
    background-color: theme-color-level("faintGreen", -11);
}

.badge-orange-light[b-60hyrb2sak] {
    color: #ffc36d;
    background-color: theme-color-level("orange", -11);
}

.badge-violet-light[b-60hyrb2sak] {
    color: #796aee;
    background-color: theme-color-level("violet", -11);
}

.badge-paleBlue-light[b-60hyrb2sak] {
    color: #85b4f2;
    background-color: theme-color-level("paleBlue", -11);
}

/*
     Transparent overlays
    ------------------------
*/
.overlay-content[b-60hyrb2sak] {
    position: relative;
    z-index: 20;
}

@media (min-width: 576px) {
    .light-overlay-sm[b-60hyrb2sak],
    .overlay-hover-light-sm[b-60hyrb2sak] {
        position: relative;
    }

        .light-overlay-sm[b-60hyrb2sak]::after,
        .overlay-hover-light-sm[b-60hyrb2sak]::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            background: #fff;
        }
}

@media (min-width: 576px) {
    .overlay-hover-light-sm[b-60hyrb2sak]::after {
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
        opacity: 0;
    }
}

@media (min-width: 576px) {
    .light-overlay-sm[b-60hyrb2sak]::after,
    .overlay-hover-light-sm:hover[b-60hyrb2sak]::after {
        opacity: 0.4;
    }
}

@media (min-width: 576px) {
    .light-overlay-sm-0[b-60hyrb2sak]::after,
    .overlay-hover-light-sm-0:hover[b-60hyrb2sak]::after {
        display: none;
    }
}

.dark-overlay-sm[b-60hyrb2sak] {
    position: relative;
}

@media (min-width: 576px) {
    .dark-overlay-sm[b-60hyrb2sak]::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        opacity: 0.4;
        background: #000;
    }
}

@media (min-width: 576px) {
    .dark-overlay-sm-0[b-60hyrb2sak]::after {
        display: none;
    }
}

@media (min-width: 768px) {
    .light-overlay-md[b-60hyrb2sak],
    .overlay-hover-light-md[b-60hyrb2sak] {
        position: relative;
    }

        .light-overlay-md[b-60hyrb2sak]::after,
        .overlay-hover-light-md[b-60hyrb2sak]::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            background: #fff;
        }
}

@media (min-width: 768px) {
    .overlay-hover-light-md[b-60hyrb2sak]::after {
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
        opacity: 0;
    }
}

@media (min-width: 768px) {
    .light-overlay-md[b-60hyrb2sak]::after,
    .overlay-hover-light-md:hover[b-60hyrb2sak]::after {
        opacity: 0.4;
    }
}

@media (min-width: 768px) {
    .light-overlay-md-0[b-60hyrb2sak]::after,
    .overlay-hover-light-md-0:hover[b-60hyrb2sak]::after {
        display: none;
    }
}

.dark-overlay-md[b-60hyrb2sak] {
    position: relative;
}

@media (min-width: 768px) {
    .dark-overlay-md[b-60hyrb2sak]::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        opacity: 0.4;
        background: #000;
    }
}

@media (min-width: 768px) {
    .dark-overlay-md-0[b-60hyrb2sak]::after {
        display: none;
    }
}

@media (min-width: 992px) {
    .light-overlay-lg[b-60hyrb2sak],
    .overlay-hover-light-lg[b-60hyrb2sak] {
        position: relative;
    }

        .light-overlay-lg[b-60hyrb2sak]::after,
        .overlay-hover-light-lg[b-60hyrb2sak]::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            background: #fff;
        }
}

@media (min-width: 992px) {
    .overlay-hover-light-lg[b-60hyrb2sak]::after {
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
        opacity: 0;
    }
}

@media (min-width: 992px) {
    .light-overlay-lg[b-60hyrb2sak]::after,
    .overlay-hover-light-lg:hover[b-60hyrb2sak]::after {
        opacity: 0.4;
    }
}

@media (min-width: 992px) {
    .light-overlay-lg-0[b-60hyrb2sak]::after,
    .overlay-hover-light-lg-0:hover[b-60hyrb2sak]::after {
        display: none;
    }
}

.dark-overlay-lg[b-60hyrb2sak] {
    position: relative;
}

@media (min-width: 992px) {
    .dark-overlay-lg[b-60hyrb2sak]::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        opacity: 0.4;
        background: #000;
    }
}

@media (min-width: 992px) {
    .dark-overlay-lg-0[b-60hyrb2sak]::after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .light-overlay-xl[b-60hyrb2sak],
    .overlay-hover-light-xl[b-60hyrb2sak] {
        position: relative;
    }

        .light-overlay-xl[b-60hyrb2sak]::after,
        .overlay-hover-light-xl[b-60hyrb2sak]::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            background: #fff;
        }
}

@media (min-width: 1200px) {
    .overlay-hover-light-xl[b-60hyrb2sak]::after {
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
        opacity: 0;
    }
}

@media (min-width: 1200px) {
    .light-overlay-xl[b-60hyrb2sak]::after,
    .overlay-hover-light-xl:hover[b-60hyrb2sak]::after {
        opacity: 0.4;
    }
}

@media (min-width: 1200px) {
    .light-overlay-xl-0[b-60hyrb2sak]::after,
    .overlay-hover-light-xl-0:hover[b-60hyrb2sak]::after {
        display: none;
    }
}

.dark-overlay-xl[b-60hyrb2sak] {
    position: relative;
}

@media (min-width: 1200px) {
    .dark-overlay-xl[b-60hyrb2sak]::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        opacity: 0.4;
        background: #000;
    }
}

@media (min-width: 1200px) {
    .dark-overlay-xl-0[b-60hyrb2sak]::after {
        display: none;
    }
}

@media (min-width: 1400px) {
    .light-overlay-xxl[b-60hyrb2sak],
    .overlay-hover-light-xxl[b-60hyrb2sak] {
        position: relative;
    }

        .light-overlay-xxl[b-60hyrb2sak]::after,
        .overlay-hover-light-xxl[b-60hyrb2sak]::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            background: #fff;
        }
}

@media (min-width: 1400px) {
    .overlay-hover-light-xxl[b-60hyrb2sak]::after {
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
        opacity: 0;
    }
}

@media (min-width: 1400px) {
    .light-overlay-xxl[b-60hyrb2sak]::after,
    .overlay-hover-light-xxl:hover[b-60hyrb2sak]::after {
        opacity: 0.4;
    }
}

@media (min-width: 1400px) {
    .light-overlay-xxl-0[b-60hyrb2sak]::after,
    .overlay-hover-light-xxl-0:hover[b-60hyrb2sak]::after {
        display: none;
    }
}

.dark-overlay-xxl[b-60hyrb2sak] {
    position: relative;
}

@media (min-width: 1400px) {
    .dark-overlay-xxl[b-60hyrb2sak]::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        opacity: 0.4;
        background: #000;
    }
}

@media (min-width: 1400px) {
    .dark-overlay-xxl-0[b-60hyrb2sak]::after {
        display: none;
    }
}

.light-overlay[b-60hyrb2sak],
.overlay-hover-light[b-60hyrb2sak] {
    position: relative;
}

    .light-overlay[b-60hyrb2sak]::after,
    .overlay-hover-light[b-60hyrb2sak]::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        background: #fff;
    }

    .overlay-hover-light[b-60hyrb2sak]::after {
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
        opacity: 0;
    }

    .light-overlay[b-60hyrb2sak]::after,
    .overlay-hover-light:hover[b-60hyrb2sak]::after {
        opacity: 0.4;
    }

.light-overlay-0[b-60hyrb2sak]::after,
.overlay-hover-light-0:hover[b-60hyrb2sak]::after {
    display: none;
}

.dark-overlay[b-60hyrb2sak] {
    position: relative;
}

    .dark-overlay[b-60hyrb2sak]::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        opacity: 0.4;
        background: #000;
    }

.dark-overlay-0[b-60hyrb2sak]::after {
    display: none;
}

/*
     Other
    ------------------------
*/
.overflow-visible[b-60hyrb2sak] {
    overflow: visible !important;
}

.shadow-0[b-60hyrb2sak] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.pie-with-centered-text[b-60hyrb2sak] {
    position: relative;
}

    .pie-with-centered-text .text[b-60hyrb2sak] {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.bg-darkBlue[b-60hyrb2sak] {
    background: #2f333e;
    color: #fff;
}

    .bg-darkBlue:hover[b-60hyrb2sak] {
        color: #fff;
    }

.text-darkBlue[b-60hyrb2sak] {
    color: #2f333e;
}

    .text-darkBlue:hover[b-60hyrb2sak] {
        color: #2f333e;
    }

.bg-sidebar-bg[b-60hyrb2sak] {
    background: #30323e;
    color: #fff;
}

    .bg-sidebar-bg:hover[b-60hyrb2sak] {
        color: #fff;
    }

.text-sidebar-bg[b-60hyrb2sak] {
    color: #30323e;
}

    .text-sidebar-bg:hover[b-60hyrb2sak] {
        color: #30323e;
    }

.bg-red[b-60hyrb2sak] {
    background: #ff7676;
    color: #fff;
}

    .bg-red:hover[b-60hyrb2sak] {
        color: #fff;
    }

.text-red[b-60hyrb2sak] {
    color: #ff7676;
}

    .text-red:hover[b-60hyrb2sak] {
        color: #ff7676;
    }

.bg-yellow[b-60hyrb2sak] {
    background: #eef157;
    color: #fff;
}

    .bg-yellow:hover[b-60hyrb2sak] {
        color: #fff;
    }

.text-yellow[b-60hyrb2sak] {
    color: #eef157;
}

    .text-yellow:hover[b-60hyrb2sak] {
        color: #eef157;
    }

.bg-green[b-60hyrb2sak] {
    background: #54e69d;
    color: #fff;
}

    .bg-green:hover[b-60hyrb2sak] {
        color: #fff;
    }

.text-green[b-60hyrb2sak] {
    color: #54e69d;
}

    .text-green:hover[b-60hyrb2sak] {
        color: #54e69d;
    }

.bg-orange[b-60hyrb2sak] {
    background: #ffc36d;
    color: #fff;
}

    .bg-orange:hover[b-60hyrb2sak] {
        color: #fff;
    }

.text-orange[b-60hyrb2sak] {
    color: #ffc36d;
}

    .text-orange:hover[b-60hyrb2sak] {
        color: #ffc36d;
    }

.bg-violet[b-60hyrb2sak] {
    background: #796aee;
    color: #fff;
}

    .bg-violet:hover[b-60hyrb2sak] {
        color: #fff;
    }

.text-violet[b-60hyrb2sak] {
    color: #796aee;
}

    .text-violet:hover[b-60hyrb2sak] {
        color: #796aee;
    }

.bg-blue[b-60hyrb2sak] {
    background: #85b4f2;
    color: #fff;
}

    .bg-blue:hover[b-60hyrb2sak] {
        color: #fff;
    }

.text-blue[b-60hyrb2sak] {
    color: #85b4f2;
}

    .text-blue:hover[b-60hyrb2sak] {
        color: #85b4f2;
    }

.bg-none[b-60hyrb2sak] {
    background: none !important;
}

.bg-cover[b-60hyrb2sak] {
    background-size: cover !important;
}

.toast[b-60hyrb2sak],
.toast-container[b-60hyrb2sak] {
    z-index: 999 !important;
}

.icon[b-60hyrb2sak] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-sm[b-60hyrb2sak] {
    width: 30px;
    height: 30px;
}

/*
* ===================================================
*     Avatar
* ===================================================
*/
/*
    Avatars
   ------------------------
*/
.avatar[b-60hyrb2sak] {
    display: inline-block;
    position: relative;
    width: 3rem;
    height: 3rem;
    text-align: center;
    border: #dee2e6;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    line-height: 3rem;
}

    .avatar.avatar-xxs[b-60hyrb2sak] {
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
    }

    .avatar.avatar-xs[b-60hyrb2sak] {
        width: 1.8rem;
        height: 1.8rem;
        line-height: 1.8rem;
    }

    .avatar.avatar-sm[b-60hyrb2sak] {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }

    .avatar.avatar-lg[b-60hyrb2sak] {
        width: 5rem;
        height: 5rem;
        line-height: 5rem;
    }

    .avatar.avatar-xl[b-60hyrb2sak] {
        width: 7rem;
        height: 7rem;
        line-height: 7rem;
    }

    .avatar.avatar-xxl[b-60hyrb2sak] {
        width: 10rem;
        min-width: 10rem;
        height: 10rem;
        line-height: 10rem;
    }

    .avatar.avatar-border-white[b-60hyrb2sak] {
        border: solid 2px #fff;
    }

    .avatar.avatar-flag[b-60hyrb2sak] {
        width: auto !important;
    }

.avatar-stacked[b-60hyrb2sak] {
    margin-left: -0.5rem;
}

.avatar-text[b-60hyrb2sak] {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 2.6rem;
}

.avatar-primary-light[b-60hyrb2sak] {
    color: #2b90d9;
    background-color: #d5e9f7;
}

.avatar-secondary-light[b-60hyrb2sak] {
    color: #6c757d;
    background-color: #e2e3e5;
}

.avatar-success-light[b-60hyrb2sak] {
    color: #28a745;
    background-color: #d4edda;
}

.avatar-info-light[b-60hyrb2sak] {
    color: #17a2b8;
    background-color: #d1ecf1;
}

.avatar-warning-light[b-60hyrb2sak] {
    color: #ffc107;
    background-color: #fff3cd;
}

.avatar-danger-light[b-60hyrb2sak] {
    color: #dc3545;
    background-color: #f8d7da;
}

.avatar-light-light[b-60hyrb2sak] {
    color: #f8f9fa;
    background-color: #fefefe;
}

.avatar-dark-light[b-60hyrb2sak] {
    color: #343a40;
    background-color: #d6d8d9;
}

.avatar-darkBlue-light[b-60hyrb2sak] {
    color: #2f333e;
    background-color: #d5d6d8;
}

.avatar-sidebar-bg-light[b-60hyrb2sak] {
    color: #30323e;
    background-color: #d6d6d8;
}

.avatar-red-light[b-60hyrb2sak] {
    color: #ff7676;
    background-color: #ffe4e4;
}

.avatar-yellow-light[b-60hyrb2sak] {
    color: #eef157;
    background-color: #fcfcdd;
}

.avatar-faintGreen-light[b-60hyrb2sak] {
    color: #54e69d;
    background-color: #ddfaeb;
}

.avatar-orange-light[b-60hyrb2sak] {
    color: #ffc36d;
    background-color: #fff3e2;
}

.avatar-violet-light[b-60hyrb2sak] {
    color: #796aee;
    background-color: #e4e1fc;
}

.avatar-paleBlue-light[b-60hyrb2sak] {
    color: #85b4f2;
    background-color: #e7f0fc;
}

/* ==========================================
    CHOICES.JS
   ========================================== */
.choices[b-60hyrb2sak] {
    min-width: 10rem !important;
}

.choices__list--dropdown .choices__item--selectable[b-60hyrb2sak] {
    padding-right: 3rem !important;
}

.choices__inner[b-60hyrb2sak] {
    min-height: unset !important;
    border-radius: 0 !important;
}

    .choices__inner.rounded[b-60hyrb2sak] {
        border-radius: 0.25rem !important;
    }

    .choices__inner.form-control-sm[b-60hyrb2sak] {
        padding: 0.375rem 0.5rem !important;
    }

    .choices__inner.form-control-lg[b-60hyrb2sak] {
        padding: 0.5rem 1rem !important;
    }

    .choices__inner.form-control[b-60hyrb2sak] {
        padding: 0.375rem 0.75rem !important;
    }

    .choices__inner.form-select-sm[b-60hyrb2sak] {
        padding: 0.375rem 0.5rem !important;
    }

    .choices__inner.form-select-lg[b-60hyrb2sak] {
        padding: 0.3945rem 1rem !important;
    }

    .choices__inner.form-select[b-60hyrb2sak] {
        background-image: none !important;
    }

        .choices__inner.form-select:not(.form-select-sm):not(.form-select-lg)[b-60hyrb2sak] {
            padding: 0.25rem 0.75rem !important;
        }

.choices__list--single[b-60hyrb2sak] {
    padding: 2px !important;
}

.choices__placeholder[b-60hyrb2sak] {
    color: #ced4da !important;
    opacity: 1 !important;
}

.choices__list--dropdown[b-60hyrb2sak] {
    border-color: #ced4da !important;
}

.os-theme-dark > .os-scrollbar-vertical[b-60hyrb2sak],
.os-theme-light > .os-scrollbar-vertical[b-60hyrb2sak] {
    width: 0.25rem;
    background: #343a40;
    padding: 0;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle[b-60hyrb2sak] {
    background: #2074b1;
}

    .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover[b-60hyrb2sak], .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:focus[b-60hyrb2sak] {
        background: #2074b1;
    }

/* /Components/TableActionButtons.razor.rz.scp.css */
.action-button[b-12v1511s44] {
    color: #2c2727;
}
.action-button:hover[b-12v1511s44] {
    border-radius:50px;
    background-color:lightgray;
    cursor:pointer;
}
/* /Components/UploadedFileListComponent.razor.rz.scp.css */


.table td[b-k0fqatcnsy] {
    border:none;
}
.table tr:hover[b-k0fqatcnsy] {
    background-color: #fbfbfb;
}

.table th[b-k0fqatcnsy] {
    background-color: #f9fafb;
}

/* /Components/UploadedFileListComponentDTO.razor.rz.scp.css */


.table td[b-d9q2wdnzrv] {
    border:none;
}
.table tr:hover[b-d9q2wdnzrv] {
    background-color: #fbfbfb;
}

.table th[b-d9q2wdnzrv] {
    background-color: #f9fafb;
}

/* /Pages/Category/CategoryList.razor.rz.scp.css */
.usersroles[b-k9jmhblaes] {
    width:70px;
    text-align:center;
}
/* /Pages/CheckItemList/CheckListUpsertModal.razor.rz.scp.css */
.area[b-cx6gg3vdw0] {
    min-height:110px !important;
}

/* /Pages/Checks/Check.razor.rz.scp.css */
.usersroles[b-wh9groczce] {
    width:70px;
    text-align:center;
}
/* /Pages/Evocon/EvoconLosses.razor.rz.scp.css */
.rca[b-59idclcyig] {
    background-color: #cd8500;
    color: white;
}
/* /Pages/Evocon/EvoconRCAConfigUpsert.razor.rz.scp.css */
.card-body[b-0l8i283h35] {
    font-weight: normal;
    text-align:left;
}

/* /Pages/FiveWhys/FiveWhyHeaderList.razor.rz.scp.css */
.usersroles[b-bcbuqpmhpk] {
    width:70px;
    text-align:center;
}
/* /Pages/FiveWhys/FiveWhyNavTab.razor.rz.scp.css */
.icon[b-8c5i9n54mw] {
    color:green;
    font-size:0.9rem;
    margin-right:3px;
}

.icon-banned[b-8c5i9n54mw] {
    color: red;
    font-size: 0.9rem;
    margin-right: 3px;
}
/* /Pages/Lines/LineList.razor.rz.scp.css */
.usersroles[b-ry3ygzbwtr] {
    width:70px;
    text-align:center;
}
/* /Pages/OwnersReflection/ReflectionForm.razor.rz.scp.css */
.input[type="textarea"][b-n7eg8dhm1l] {
    /* Set the height */
    min-height: 200px !important; /* Adjust as needed */
}

input[type="textarea"][b-n7eg8dhm1l] {
    /* Set the height */
    min-height: 200px !important; /* Adjust as needed */
}
/* /Pages/Rca/RcaMain.razor.rz.scp.css */
.icon[b-inupxg0acr] {
    color:green;
    font-size:0.9rem;
    margin-right:3px;
}

.icon-banned[b-inupxg0acr] {
    color: red;
    font-size: 0.9rem;
    margin-right: 3px;
}
/* /Pages/Reviews/Review.razor.rz.scp.css */
.card-header:hover[b-lpyj6rny2m] {
    cursor: pointer !important;
}
card-header:hover[b-lpyj6rny2m] {
    cursor: pointer !important;
}
/* /Pages/Reviews/ReviewProject.razor.rz.scp.css */
.card-header:hover[b-otl67yesyd] {
    cursor: pointer !important;
}
card-header:hover[b-otl67yesyd] {
    cursor: pointer !important;
}
/* /Pages/Reviews/ReviewProjectList.razor.rz.scp.css */
.usersroles[b-j546r3dsj4] {
    width:70px;
    text-align:center;
}
/* /Pages/Reviews/ReviewTabs.razor.rz.scp.css */
.icon[b-nt2agemydx] {
    color:green;
    font-size:0.9rem;
    margin-right:3px;
}

.icon-banned[b-nt2agemydx] {
    color: red;
    font-size: 0.9rem;
    margin-right: 3px;
}
/* /Pages/Roles/RolesList.razor.rz.scp.css */
.usersroles[b-lyf5rmt7t4] {
    width:70px;
    text-align:center;
}
/* /Pages/RootCauses/RootCausesList.razor.rz.scp.css */
.usersroles[b-wnrz0vvey3] {
    width:70px;
    text-align:center;
}
/* /Pages/RootCauses/RootUpsertModal.razor.rz.scp.css */
.card-body[b-kkrvhsaw2i] {
    font-weight: normal;
    text-align:left;
}

/* /Pages/Site/SiteList.razor.rz.scp.css */
.usersroles[b-jxk1s9qbcj] {
    width:70px;
    text-align:center;
}
/* /Pages/StepOne/StepOneQuestionListMaintenance.razor.rz.scp.css */
.usersroles[b-04se18yxy1] {
    width:70px;
    text-align:center;
}
/* /Pages/StepTwo/StepTwoStatement.razor.rz.scp.css */
ql-container[b-5oxhdipcp0] {
    min-height: 400px;
}

.ql-container[b-5oxhdipcp0] {
    min-height:400px;
}
/* /Pages/Super Admin/HomeDashboard.razor.rz.scp.css */
td[b-2s338ze98c] {
   /* text-align: right;*/
}

    td span[b-2s338ze98c] {
        display: inline;
        width: 50%;
    }
/* /Pages/Viewer Pages/RootCauseDetails.razor.rz.scp.css */
.fishbone-card[b-0u5y3io42a] {
    background-color: #fefffb;
    border-color: #94bb6a;
    border-radius: 0px;
    border-left: 4pt solid #8ea76c;
}
.fishbone-card-noprogress[b-0u5y3io42a] {
    background-color: #ebeaea;
    border-color: #8f918d;
    border-radius: 0px;
    border-left: 4pt solid gray;
}

.no-progressed[b-0u5y3io42a] {
    color: red;
}
td[b-0u5y3io42a] {
    padding-right:10px;

}

/* /Pages/Viewer Pages/RootCausesListView.razor.rz.scp.css */
.usersroles[b-1l5jms784y] {
    width:70px;
    text-align:center;
}
/* /Shared/CenteredLayout.razor.rz.scp.css */
page[b-wsmmu1l6vm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wsmmu1l6vm] {
    flex: 1;
}

.sidebar[b-wsmmu1l6vm] {
  /*  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #272f68 70%)
}



@media (max-width: 640.98px) {
   
}

@media (min-width: 641px) {
    .page[b-wsmmu1l6vm] {
        flex-direction: row;
    }

    .sidebar[b-wsmmu1l6vm] {
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

   
}
/* /Shared/LoginLayout.razor.rz.scp.css */
page[b-6jfslg3ej3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6jfslg3ej3] {
    flex: 1;
}

.sidebar[b-6jfslg3ej3] {
    background-image: linear-gradient(180deg, #343030 0%, #1f1d1d 70%)
}



@media (max-width: 640.98px) {
   
}

@media (min-width: 641px) {
    .page[b-6jfslg3ej3] {
        flex-direction: row;
    }

    .sidebar[b-6jfslg3ej3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

   
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-m8bwchsn1v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m8bwchsn1v] {
    flex: 1;
}

.sidebar[b-m8bwchsn1v] {

    background-image: linear-gradient(180deg, #343030 0%, #1f1d1d 70%)
}

.top-row[b-m8bwchsn1v] {
    background-color: black;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-m8bwchsn1v]  a, .top-row[b-m8bwchsn1v]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-m8bwchsn1v]  a:hover, .top-row[b-m8bwchsn1v]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-m8bwchsn1v]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-m8bwchsn1v] {
        display: none;
    }

    .top-row.auth[b-m8bwchsn1v] {
        justify-content: space-between;
    }

    .top-row[b-m8bwchsn1v]  a, .top-row[b-m8bwchsn1v]  .btn-link {
        margin-left: 0;
    }
}
@media (min-width: 930px) {
    .page[b-m8bwchsn1v] {
        flex-direction: row;
    }

    .sidebar[b-m8bwchsn1v] {
        width: 180px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m8bwchsn1v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-m8bwchsn1v]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-m8bwchsn1v], article[b-m8bwchsn1v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/*@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 180px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6op51w6x9e] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6op51w6x9e] {
    height: 3.5rem;
    background-color: black;/*rgba(0,0,0,0.4);*/
}

.navbar-brand[b-6op51w6x9e] {
    font-size: 1.1rem;
}

.oi[b-6op51w6x9e] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6op51w6x9e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6op51w6x9e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6op51w6x9e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6op51w6x9e]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6op51w6x9e]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6op51w6x9e]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 930px) {
    .navbar-toggler[b-6op51w6x9e] {
        display: none;
    }

    .collapse[b-6op51w6x9e] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
