.table.gy-5
:root {
    --bs-blue: #009ef6;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-gray: #7e8299;
    --bs-gray-dark: #3f4254;
    --bs-gray-100: #f5f8fa;
    --bs-gray-200: #eff2f5;
    --bs-gray-300: #e4e6ef;
    --bs-gray-400: #b5b5c3;
    --bs-gray-500: #a1a5b7;
    --bs-gray-600: #7e8299;
    --bs-gray-700: #5e6278;
    --bs-gray-800: #3f4254;
    --bs-gray-900: #181c32;
    --bs-white: #ffffff;
    --bs-light: #f5f8fa;

    --bs-secondary: #e4e6ef;
    --bs-success: #00b2ff;
    --bs-info: #7239ea;
    --bs-warning: #ffc700;
    --bs-danger: #f1416c;
    --bs-dark: #181c32;
    --bs-white-rgb: 255, 255, 255;
    --bs-light-rgb: 24, 28, 50;
    --bs-secondary-rgb: 228, 230, 239;
    --bs-success-rgb: 0, 178, 255;
    --bs-info-rgb: 114, 57, 234;
    --bs-warning-rgb: 255, 199, 0;
    --bs-danger-rgb: 241, 65, 108;
    --bs-dark-rgb:  245, 248, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 24, 28, 50;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: Poppins, Helvetica, "sans-serif";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-text-align:left;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #181c32;
}
*,
::after,
::before {
    box-sizing: border-box;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--ad-mode-color);
}
.h1,
h1 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 1.75rem;
    }
}
.h2,
h2 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 1.5rem;
    }
}
.h3,
h3 {
    font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.35rem;
    }
}
.h4,
h4 {
    font-size: 1.25rem;
}
.h5,
h5 {
    font-size: 1.15rem;
}
.h6,
h6 {
    font-size: 1.075rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 500;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: 600;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    padding: 0.2em;
    background-color: var(--ad-mode-bg);
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: var(--bs-primary);
    text-decoration: none;
}
a:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #b93993;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: var(--ad-mode-color-2);
    background-color: var(--ad-mode-bg-2);
    border-radius: 0.275rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 500;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    /* border-collapse: collapse; */
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: var(--ad-mode-color);
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 600;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 600;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 600;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 600;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 600;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 600;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #7e8299;
}
.blockquote-footer::before {
    content: "— ";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: var(--ad-mode-bg);
    border: var(--ad-mode-border);
    border-radius: 0.475rem;
    box-shadow: var(--ad-mode-shadow-1);
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 0.875em;
    color: var(--ad-mode-color-1);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
.form-label {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--ad-mode-color);
}
.col-form-label {
    padding-top: calc(0.75rem + 1px);
    padding-bottom: calc(0.75rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: var(--ad-mode-color);
}
.col-form-label-lg {
    padding-top: calc(0.825rem + 1px);
    padding-bottom: calc(0.825rem + 1px);
    font-size: 1.15rem;
}
.col-form-label-sm {
    padding-top: calc(0.55rem + 1px);
    padding-bottom: calc(0.55rem + 1px);
    font-size: 0.925rem;
}
.form-text {
    margin-top: 0.5rem;
    font-size: 0.925rem;
    color: #c90e17;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--ad-mode-color);
    background-color: var(--ad-mode-bg);
    background-clip: padding-box;
    border: var(--ad-mode-border);
    appearance: none;
    /* border-radius: 0.475rem; */
    box-shadow: var(--ad-mode-shadow);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: var(--ad-mode-color);
    background-color: var(--ad-mode-bg);
    border-color: var(--ad-mode-border-3);
    outline: 0;
    box-shadow: var(--ad-mode-shadow),
    var(--bs-primary-shadow-1);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::placeholder {
    color: var(--ad-mode-text-1);
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: var(--ad-mode-bg);
    color:var(--ad-mode-text-1);
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.75rem 1rem;
    margin: -0.75rem -1rem;
    margin-inline-end: 1rem;
    color: var(--ad-mode-color);
    background-color: var(--ad-mode-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--ad-mode-bg);
}
.form-control::-webkit-file-upload-button {
    padding: 0.75rem 1rem;
    margin: -0.75rem -1rem;
    margin-inline-end: 1rem;
    color: var(--ad-mode-color);
    background-color: var(--ad-mode-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--ad-mode-bg);
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--ad-mode-color);
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1em + 1.1rem + 2px);
    /* padding: 0.55rem 0.75rem; */
    padding: 0.35rem 0.45rem;
    font-size: 0.825rem;
    /* border-radius: 0.475rem; */
}
.form-control-sm::file-selector-button {
    padding: 0.55rem 0.75rem;
    margin: -0.55rem -0.75rem;
    margin-inline-end: 0.75rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.55rem 0.75rem;
    margin: -0.55rem -0.75rem;
    margin-inline-end: 0.75rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 1.5rem;
    font-size: 1.15rem;
    /* border-radius: 0.475rem; */
}
.form-control-lg::file-selector-button {
    padding: 0.825rem 1.5rem;
    margin: -0.825rem -1.5rem;
    margin-inline-end: 1.5rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.825rem 1.5rem;
    margin: -0.825rem -1.5rem;
    margin-inline-end: 1.5rem;
}
textarea.form-control {
    min-height: calc(1.5em + 1.5rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 1.1rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1.65rem + 2px);
}
.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.75rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.475rem;
}
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.475rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.75rem 3rem 0.75rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--ad-mode-color);
    background-color: var(--ad-mode-bg);
    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='%237E8299' 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 1rem center;
    background-size: 16px 12px;
    border: var(--ad-mode-border);
    /* border-radius: 0.475rem; */
    box-shadow: var(--ad-mode-shadow);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: var(--ad-mode-border-1);
    outline: 0;
    box-shadow: var(--ad-mode-shadow),
    var(--bs-primary-shadow);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none;
}
.form-select:disabled {
    background-color: var(--ad-mode-bg);
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #181c32;
}
.form-select-sm {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    padding-left: 0.75rem;
    font-size: 0.925rem;
    /* border-radius: 0.475rem; */
}
.form-select-lg {
    padding-top: 0.825rem;
    padding-bottom: 0.825rem;
    padding-left: 1.5rem;
    font-size: 1.15rem;
    border-radius: 0.475rem;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.25rem;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -2.25rem;
}
.form-check-input {
    width: 1.3rem;
    height: 1.2rem;
    margin-top: -0.125rem;
    vertical-align: top;
    background-color: var(--ad-mode-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--ad-mode-border);
    appearance: none;
    /* color-adjust: exact; */
    transition: background-color 0.15s ease-in-out,
    background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-check-input {
        transition: none;
    }
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: var(--ad-mode-border);
    outline: 0;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    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='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}
.form-switch {
    padding-left: 3.75rem;
}
.form-switch .form-check-input {
    width: 3.25rem;
    margin-left: -3.75rem;
    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: 3.25rem;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23B5B5C3'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.6;
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: var(--ad-mode-shdow-1), var(--bs-primary-shadow-1);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: var(--ad-mode-shdow-1), var(--bs-primary-shadow-1);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: var(--bs-primary);
    border: 0;
    border-radius: 1rem;
    box-shadow: var(--ad-mode-shadow);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: var(--ad-mode-bg);
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--ad-mode-bg);
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: var(--ad-mode-shadow);
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: var(--bs-primary);
    border: 0;
    border-radius: 1rem;
    box-shadow: var(--ad-mode-shadow);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: var(--bs-light-primary);
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--ad-mode-bg);
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--ad-mode-color-1);
}
.form-range:disabled::-moz-range-thumb {
    background-color: var(--ad-mode-color-1);
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.925rem;
    color: #00b2ff;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.75rem 1rem;
    margin-top: 0.1rem;
    font-size: 0.925rem;
    color: #000;
    background-color: #00b2ff;
    border-radius: 0.475rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #00b2ff;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300B2FF' 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.375rem) center;
    background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #00b2ff;
    box-shadow: 0 0 0 0.25rem rgba(0, 178, 255, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(0.375em + 0.375rem) right
    calc(0.375em + 0.375rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #00b2ff;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 5.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' 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='%2300B2FF' 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 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #00b2ff;
    box-shadow: 0 0 0 0.25rem rgba(0, 178, 255, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #00b2ff;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #00b2ff;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 178, 255, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #00b2ff;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.925rem;
    color: #FF6E3C !important;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.75rem 1rem;
    margin-top: 0.1rem;
    font-size: 0.925rem;
    color: #000;
    background-color: #f1416c;
    border-radius: 0.475rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #F14107;
    padding-right: calc(1.5em + 1.5rem);
    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='%23F1416C'%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='%23F1416C' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.375rem) center;
    background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f1416c;
    box-shadow: 0 0 0 0.25rem rgba(241, 65, 108, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(0.375em + 0.375rem) right
    calc(0.375em + 0.375rem);
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3;
}
.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: var(--ad-mode-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    /* font-size: 1.1rem; */
    /* border-radius: 0.475rem; */
    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;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: var(--ad-mode-color);
    text-decoration: none;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: var(--bs-primary-shadow);
}
.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn:active {
    box-shadow: var(--ad-mode-shadow);
}
.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn:active:focus {
    box-shadow: var(--bs-primary-shadow),
    var(--ad-mode-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.6;
    box-shadow: none;
}
.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-check:focus + .btn-white,
.btn-white:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:active + .btn-white,
.btn-check:checked + .btn-white,
.btn-white.active,
.btn-white:active,
.show > .btn-white.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-check:active + .btn-white:focus,
.btn-check:checked + .btn-white:focus,
.btn-white.active:focus,
.btn-white:active:focus,
.show > .btn-white.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-light {
    color: #000;
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
    color: #000;
    background-color: #f7f9fb;
    border-color: #f6f9fb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f7f9fb;
    border-color: #f6f9fb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(208, 211, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f7f9fb;
    border-color: #f6f9fb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(208, 211, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f5f8fa;
    border-color: #f5f8fa;
}
.btn-primary {
    color: var(--ad-mode-bg);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: var(--ad-mode-shadow),
    var(--ad-mode-shadow-1);
}
.btn-primary:hover {
    color: #000;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #000;
    background-color: var(--bs-primary-2);
    border-color: var(--bs-primary-2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(68, 174, 116, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: var(--bs-primary-1);
    border-color: var(--bs-primary-2);
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(68, 174, 116, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #000;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-secondary {
    color: #000;
    background-color: #e4e6ef;
    border-color: #e4e6ef;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
    color: #000;
    background-color: #e8eaf1;
    border-color: #e7e9f1;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #000;
    background-color: #e8eaf1;
    border-color: #e7e9f1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(194, 196, 203, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #e9ebf2;
    border-color: #e7e9f1;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(194, 196, 203, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #000;
    background-color: #e4e6ef;
    border-color: #e4e6ef;
}
.btn-success {
    color: #000;
    background-color: #00b2ff;
    border-color: #00b2ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
    color: #000;
    background-color: #26beff;
    border-color: #1abaff;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #000;
    background-color: #26beff;
    border-color: #1abaff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 151, 217, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #33c1ff;
    border-color: #1abaff;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(0, 151, 217, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #000;
    background-color: #00b2ff;
    border-color: #00b2ff;
}
.btn-info {
    color: #fff;
    background-color: #7239ea;
    border-color: #7239ea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
    color: #fff;
    background-color: #6130c7;
    border-color: #5b2ebb;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #fff;
    background-color: #6130c7;
    border-color: #5b2ebb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(135, 87, 237, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #5b2ebb;
    border-color: #562bb0;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(135, 87, 237, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #7239ea;
    border-color: #7239ea;
}
.btn-warning {
    color: #000;
    background-color: #ffc700;
    border-color: #ffc700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
    color: #000;
    background-color: #ffcf26;
    border-color: #ffcd1a;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffcf26;
    border-color: #ffcd1a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 169, 0, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffd233;
    border-color: #ffcd1a;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(217, 169, 0, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc700;
    border-color: #ffc700;
}
.btn-danger {
    color: #000;
    background-color: #f1416c;
    border-color: #f1416c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
    color: #000;
    background-color: #f35e82;
    border-color: #f2547b;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: #000;
    background-color: #f35e82;
    border-color: #f2547b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(205, 55, 92, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    color: #000;
    background-color: #f46789;
    border-color: #f2547b;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(205, 55, 92, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #000;
    background-color: #f1416c;
    border-color: #f1416c;
}
.btn-dark {
    color: #fff;
    background-color: #181c32;
    border-color: #181c32;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
    color: #fff;
    background-color: #14182b;
    border-color: #131628;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #14182b;
    border-color: #131628;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(59, 62, 81, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #131628;
    border-color: #121526;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(59, 62, 81, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #181c32;
    border-color: #181c32;
}
.btn-outline-white {
    color: #fff;
    border-color: #fff;
}
.btn-outline-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:active + .btn-outline-white,
.btn-check:checked + .btn-outline-white,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show,
.btn-outline-white:active {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-check:active + .btn-outline-white:focus,
.btn-check:checked + .btn-outline-white:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus,
.btn-outline-white:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}
.btn-outline-light {
    color: #f5f8fa;
    border-color: #f5f8fa;
}
.btn-outline-light:hover {
    color: #000;
    background-color: #f5f8fa;
    border-color: #f5f8fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 248, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f5f8fa;
    border-color: #f5f8fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(245, 248, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f5f8fa;
    background-color: transparent;
}
.btn-outline-primary {
    background_color:var(--ad-mode-bg) !important;
    color: #8b0000 !important;
    border-color: var(--bs-primary);
}
.btn-outline-primary:hover {
    color: var(--ad-mode-bg);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(80, 205, 137, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #000;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(80, 205, 137, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--bs-primary);
    background-color: transparent;
}
.btn-outline-secondary {
    color: var(--ad-mode-border-1);
    border-color: var(--ad-mode-border-1);
}
.btn-outline-secondary:hover {
    color: #000;
    background-color: var(--ad-mode-bg-3);
    border-color: var(--ad-mode-border-1);
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: var(--ad-dark-mode-shadow-1);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #000;
    background-color: var(--ad-mode-bg-1);
    border-color: var(--ad-mode-border-1);
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(19, 51, 197, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #e4e6ef;
    background-color: transparent;
}
.btn-outline-success {
    color: #00b2ff;
    border-color: #00b2ff;
}
.btn-outline-success:hover {
    color: #000;
    background-color: #00b2ff;
    border-color: #00b2ff;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 178, 255, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #000;
    background-color: #00b2ff;
    border-color: #00b2ff;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(0, 178, 255, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #00b2ff;
    background-color: transparent;
}
.btn-outline-info {
    color: #7239ea;
    border-color: #7239ea;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #7239ea;
    border-color: #7239ea;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(114, 57, 234, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #fff;
    background-color: #7239ea;
    border-color: #7239ea;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(114, 57, 234, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #7239ea;
    background-color: transparent;
}
.btn-outline-warning {
    color: #ffc700;
    border-color: #ffc700;
}
.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc700;
    border-color: #ffc700;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ffc700;
    border-color: #ffc700;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(255, 199, 0, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc700;
    background-color: transparent;
}
.btn-outline-danger {
    color: #f1416c;
    border-color: #f1416c;
}
.btn-outline-danger:hover {
    color: #000;
    background-color: #f1416c;
    border-color: #f1416c;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(241, 65, 108, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #000;
    background-color: #f1416c;
    border-color: #f1416c;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(241, 65, 108, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f1416c;
    background-color: transparent;
}
.btn-outline-dark {
    color: #181c32;
    border-color: #181c32;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #181c32;
    border-color: #181c32;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(24, 28, 50, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #181c32;
    border-color: #181c32;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.25rem rgba(24, 28, 50, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #181c32;
    background-color: transparent;
}
.btn-link {
    font-weight: 400;
    color: var(--bs-primary);
    text-decoration: none;
}
.btn-link:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}
.btn-link:focus {
    text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #7e8299;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.825rem 1.75rem;
    font-size: 1.15rem;
    border-radius: 0.475rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.55rem 1.25rem;
    font-size: 0.825rem;
    /* border-radius: 0.475rem; */
}
.fade {
    transition: opacity 0.15s linear;
}
.btn-xs {
    padding: 0.33rem 0.5rem 0.36rem 0.58rem;
    font-size: 0.655rem;
    /* border-radius: 0.475rem; */
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem;
}
.btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--ad-mode-bg);
    background-clip: border-box;
    border: var(--ad-mode-border);
    /* border-radius: 0.475rem; */
    box-shadow: none;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.475rem - 1px);
    border-top-right-radius: calc(0.475rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.475rem - 1px);
    border-bottom-left-radius: calc(0.475rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    /* background-color: var(--ad-mode-bg); */
    border-color: var(--ad-mode-border);
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1rem;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: var(--ad-mode-bg);
    border-bottom: var(--ad-mode-border);
}
.card-header:first-child {
    border-radius: calc(0.475rem - 1px) calc(0.475rem - 1px) 0 0;
}
.card-footer {
    padding: 0.5rem 1rem;
    background-color: var(--ad-mode-bg);
    border-top: var(--ad-mode-border);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.475rem - 1px) calc(0.475rem - 1px);
}
.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}
.card-header-tabs .nav-link.active {
    background-color: var(--ad-mode-bg-1);
    border-bottom-color: var(--ad-mode-bg-1);
}
.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.475rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.475rem - 1px);
    border-top-right-radius: calc(0.475rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.475rem - 1px);
    border-bottom-left-radius: calc(0.475rem - 1px);
}
.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #7e8299;
    content: var(--bs-breadcrumb-dividers, "https://preview.keenthemes.com/");
}
.breadcrumb-item.active {
    color: var(--bs-primary);
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    color: var(--ad-mode-color-1);
    background-color: transparent;
    border: 0 solid transparent;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: var(--ad-mode-bg);
    text-decoration: none;
    background-color: var(--bs-primary-2);
    border-color: transparent;
}
.page-link:focus {
    z-index: 3;
    color: var(--bs-primary);
    background-color: #e8fff3;
    outline: 0;
    box-shadow: none;
}
.page-item:not(:first-child) .page-link {
    margin-left: 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--bs-primary);
    border-color: transparent;
}
.page-item.disabled .page-link {
    color: #b5b5c3;
    pointer-events: none;
    background-color: transparent;
    border-color: transparent;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.badge {
    display: inline-block;
    padding: 0.5em 0.85em;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    /* border-radius: 0.475rem; */
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.475rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 500;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.alert-white {
    color: #666;
    background-color: #fff;
    border-color: #fff;
}
.alert-white .alert-link {
    color: #525252;
}
.alert-light {
    color: #626364;
    background-color: #fdfefe;
    border-color: #fcfdfe;
}
.alert-light .alert-link {
    color: #4e4f50;
}
.alert-primary {
    color: var(--bs-primary-3);
    background-color: #dcf5e7;
    border-color: #cbf0dc;
}
.alert-primary .alert-link {
    color: var(--bs-primary-3);
}
.alert-secondary {
    color: #5b5c60;
    background-color: #fafafc;
    border-color: #f7f8fa;
}
.alert-secondary .alert-link {
    color: #494a4d;
}
.alert-success {
    color: #006b99;
    background-color: #ccf0ff;
    border-color: #b3e8ff;
}
.alert-success .alert-link {
    color: #00567a;
}
.alert-info {
    color: #44228c;
    background-color: #e3d7fb;
    border-color: #d5c4f9;
}
.alert-info .alert-link {
    color: #361b70;
}
.alert-warning {
    color: #665000;
    background-color: #fff4cc;
    border-color: #ffeeb3;
}
.alert-warning .alert-link {
    color: #524000;
}
.alert-danger {
    color: #912741;
    background-color: #fcd9e2;
    border-color: #fbc6d3;
}
.alert-danger .alert-link {
    color: #741f34;
}
.alert-dark {
    color: #0e111e;
    background-color: #d1d2d6;
    border-color: #babbc2;
}
.alert-dark .alert-link {
    color: #0b0e18;
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: var(--ad-mode-bg);
    border-radius: 6px;
    box-shadow: none;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--ad-mode-bg);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-primary);
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--ad-mode-color);
    background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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.475rem;
    opacity: 0.5;
}
.btn-close:hover {
    color: var(--ad-mode-color);
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-primary-shadow-1);
    opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
    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);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    border-radius: 0.475rem;
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container > :not(:last-child) {
    margin-bottom: 1.5rem;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #7e8299;
    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.475rem - 1px);
    border-top-right-radius: calc(0.475rem - 1px);
}
.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}
.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--ad-mode-bg);
    background-clip: padding-box;
    border: var(--ad-mode-border);
    /* border-radius: 0.475rem; */
    box-shadow: var(--ad-mode-shadow);
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.3;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.75rem 1.75rem;
    border-bottom: var(--ad-mode-border);
    border-top-left-radius: 0.475rem;
    border-top-right-radius: 0.475rem;
}
.modal-header .btn-close {
    padding: 0.875rem 0.875rem;
    margin: -0.875rem -0.875rem -0.875rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.75rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem;
    border-top: var(--ad-mode-border);
    border-bottom-right-radius: 0.475rem;
    border-bottom-left-radius: 0.475rem;
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.185em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.65s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.145em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.65s linear infinite spinner-grow;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.3s;
    }
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-5 {
    opacity: 0.05 !important;
}
.opacity-10 {
    opacity: 0.1 !important;
}
.opacity-15 {
    opacity: 0.15 !important;
}
.opacity-20 {
    opacity: 0.2 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-sm {
    box-shadow: 0 0.05rem 0.5rem 0.05rem var(--ad-login-shadow) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-25 {
    top: 25% !important;
}
.top-50 {
    top: 50% !important;
}
.top-75 {
    top: 75% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-25 {
    bottom: 25% !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-75 {
    bottom: 75% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-25 {
    left: 25% !important;
}
.start-50 {
    left: 50% !important;
}
.start-75 {
    left: 75% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-25 {
    right: 25% !important;
}
.end-50 {
    right: 50% !important;
}
.end-75 {
    right: 75% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: var(--ad-mode-border) !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #eff2f5 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #eff2f5 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #eff2f5 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #eff2f5 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-light {
    border-color: #f5f8fa !important;
}
.border-primary {
    border-color: var(--bs-primary) !important;
}
.border-secondary {
    border-color: #e4e6ef !important;
}
.border-success {
    border-color: #00b2ff !important;
}
.border-info {
    border-color: #7239ea !important;
}
.border-warning {
    border-color: #ffc700 !important;
}
.border-danger {
    border-color: #f1416c !important;
}
.border-dark {
    border-color: #181c32 !important;
}
.border-0 {
    border-width: 0 !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.w-unset {
    width: unset !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.w-1px {
    width: 1px !important;
}
.w-2px {
    width: 2px !important;
}
.w-3px {
    width: 3px !important;
}
.w-4px {
    width: 4px !important;
}
.w-5px {
    width: 5px !important;
}
.w-6px {
    width: 6px !important;
}
.w-7px {
    width: 7px !important;
}
.w-8px {
    width: 8px !important;
}
.w-9px {
    width: 9px !important;
}
.w-10px {
    width: 10px !important;
}
.w-15px {
    width: 15px !important;
}
.w-20px {
    width: 20px !important;
}
.w-25px {
    width: 25px !important;
}
.w-30px {
    width: 30px !important;
}
.w-35px {
    width: 35px !important;
}
.w-40px {
    width: 40px !important;
}
.w-45px {
    width: 45px !important;
}
.w-50px {
    width: 50px !important;
}
.w-55px {
    width: 55px !important;
}
.w-60px {
    width: 60px !important;
}
.w-65px {
    width: 65px !important;
}
.w-70px {
    width: 70px !important;
}
.w-75px {
    width: 75px !important;
}
.w-80px {
    width: 80px !important;
}
.w-85px {
    width: 85px !important;
}
.w-90px {
    width: 90px !important;
}
.w-95px {
    width: 95px !important;
}
.w-100px {
    width: 100px !important;
}
.w-125px {
    width: 125px !important;
}
.w-150px {
    width: 150px !important;
}
.w-175px {
    width: 175px !important;
}
.w-200px {
    width: 200px !important;
}
.w-225px {
    width: 225px !important;
}
.w-250px {
    width: 250px !important;
}
.w-275px {
    width: 275px !important;
}
.w-300px {
    width: 300px !important;
}
.w-325px {
    width: 325px !important;
}
.w-350px {
    width: 350px !important;
}
.w-375px {
    width: 375px !important;
}
.w-400px {
    width: 400px !important;
}
.w-425px {
    width: 425px !important;
}
.w-450px {
    width: 450px !important;
}
.w-475px {
    width: 475px !important;
}
.w-500px {
    width: 500px !important;
}
.w-550px {
    width: 550px !important;
}
.w-600px {
    width: 600px !important;
}
.w-650px {
    width: 650px !important;
}
.w-700px {
    width: 700px !important;
}
.w-750px {
    width: 750px !important;
}
.w-800px {
    width: 800px !important;
}
.w-850px {
    width: 850px !important;
}
.w-900px {
    width: 900px !important;
}
.w-950px {
    width: 950px !important;
}
.w-1000px {
    width: 1000px !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-700px {
    height: 700px !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 0.75rem !important;
}
.m-4 {
    margin: 1rem !important;
}
.m-5 {
    margin: 1.25rem !important;
}
.m-6 {
    margin: 1.5rem !important;
}
.m-7 {
    margin: 1.75rem !important;
}
.m-8 {
    margin: 2rem !important;
}
.m-9 {
    margin: 2.25rem !important;
}
.m-10 {
    margin: 2.5rem !important;
}
.m-11 {
    margin: 2.75rem !important;
}
.m-12 {
    margin: 3rem !important;
}
.m-13 {
    margin: 3.25rem !important;
}
.m-14 {
    margin: 3.5rem !important;
}
.m-15 {
    margin: 3.75rem !important;
}
.m-16 {
    margin: 4rem !important;
}
.m-17 {
    margin: 4.25rem !important;
}
.m-18 {
    margin: 4.5rem !important;
}
.m-19 {
    margin: 4.75rem !important;
}
.m-20 {
    margin: 5rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
}
.mx-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
}
.mx-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
}
.mx-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}
.mx-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
}
.mx-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
}
.mx-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
}
.mx-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
}
.mx-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
}
.mx-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
}
.mx-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}
.mx-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
}
.mx-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
}
.mx-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
}
.mx-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}
.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}
.my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}
.my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}
.my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}
.my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
}
.my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
}
.my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}
.my-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
}
.my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.my-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
}
.my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}
.my-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
}
.my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 0.75rem !important;
}
.mt-4 {
    margin-top: 1rem !important;
}
.mt-5 {
    margin-top: 1.25rem !important;
}
.mt-6 {
    margin-top: 1.5rem !important;
}
.mt-7 {
    margin-top: 1.75rem !important;
}
.mt-8 {
    margin-top: 2rem !important;
}
.mt-9 {
    margin-top: 2.25rem !important;
}
.mt-10 {
    margin-top: 2.5rem !important;
}
.mt-11 {
    margin-top: 2.75rem !important;
}
.mt-12 {
    margin-top: 3rem !important;
}
.mt-13 {
    margin-top: 3.25rem !important;
}
.mt-14 {
    margin-top: 3.5rem !important;
}
.mt-15 {
    margin-top: 3.75rem !important;
}
.mt-16 {
    margin-top: 4rem !important;
}
.mt-17 {
    margin-top: 4.25rem !important;
}
.mt-18 {
    margin-top: 4.5rem !important;
}
.mt-19 {
    margin-top: 4.75rem !important;
}
.mt-20 {
    margin-top: 5rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 0.5rem !important;
}
.me-4 {
    margin-right: 1rem !important;
}
.me-5 {
    margin-right: 1.25rem !important;
}
.me-6 {
    margin-right: 1.5rem !important;
}
.me-7 {
    margin-right: 1.75rem !important;
}
.me-8 {
    margin-right: 2rem !important;
}
.me-9 {
    margin-right: 2.25rem !important;
}
.me-10 {
    margin-right: 2.5rem !important;
}
.me-11 {
    margin-right: 2.75rem !important;
}
.me-12 {
    margin-right: 3rem !important;
}
.me-13 {
    margin-right: 3.25rem !important;
}
.me-14 {
    margin-right: 3.5rem !important;
}
.me-15 {
    margin-right: 3.75rem !important;
}
.me-16 {
    margin-right: 4rem !important;
}
.me-17 {
    margin-right: 4.25rem !important;
}
.me-18 {
    margin-right: 4.5rem !important;
}
.me-19 {
    margin-right: 4.75rem !important;
}
.me-20 {
    margin-right: 5rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 0.75rem !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 1.25rem !important;
}
.mb-6 {
    margin-bottom: 1.5rem !important;
}
.mb-7 {
    margin-bottom: 1.75rem !important;
}
.mb-8 {
    margin-bottom: 2rem !important;
}
.mb-9 {
    margin-bottom: 2.25rem !important;
}
.mb-10 {
    margin-bottom: 2.5rem !important;
}
.mb-11 {
    margin-bottom: 2.75rem !important;
}
.mb-12 {
    margin-bottom: 3rem !important;
}
.mb-13 {
    margin-bottom: 3.25rem !important;
}
.mb-14 {
    margin-bottom: 3.5rem !important;
}
.mb-15 {
    margin-bottom: 3.75rem !important;
}
.mb-16 {
    margin-bottom: 4rem !important;
}
.mb-17 {
    margin-bottom: 4.25rem !important;
}
.mb-18 {
    margin-bottom: 4.5rem !important;
}
.mb-19 {
    margin-bottom: 4.75rem !important;
}
.mb-20 {
    margin-bottom: 5rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 0.75rem !important;
}
.ms-4 {
    margin-left: 1rem !important;
}
.ms-5 {
    margin-left: 1.25rem !important;
}
.ms-6 {
    margin-left: 1.5rem !important;
}
.ms-7 {
    margin-left: 1.75rem !important;
}
.ms-8 {
    margin-left: 2rem !important;
}
.ms-9 {
    margin-left: 2.25rem !important;
}
.ms-10 {
    margin-left: 2.5rem !important;
}
.ms-11 {
    margin-left: 2.75rem !important;
}
.ms-12 {
    margin-left: 3rem !important;
}
.ms-13 {
    margin-left: 3.25rem !important;
}
.ms-14 {
    margin-left: 3.5rem !important;
}
.ms-15 {
    margin-left: 3.75rem !important;
}
.ms-16 {
    margin-left: 4rem !important;
}
.ms-17 {
    margin-left: 4.25rem !important;
}
.ms-18 {
    margin-left: 4.5rem !important;
}
.ms-19 {
    margin-left: 4.75rem !important;
}
.ms-20 {
    margin-left: 5rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.m-n3 {
    margin: -0.75rem !important;
}
.m-n4 {
    margin: -1rem !important;
}
.m-n5 {
    margin: -1.25rem !important;
}
.m-n6 {
    margin: -1.5rem !important;
}
.m-n7 {
    margin: -1.75rem !important;
}
.m-n8 {
    margin: -2rem !important;
}
.m-n9 {
    margin: -2.25rem !important;
}
.m-n10 {
    margin: -2.5rem !important;
}
.m-n11 {
    margin: -2.75rem !important;
}
.m-n12 {
    margin: -3rem !important;
}
.m-n13 {
    margin: -3.25rem !important;
}
.m-n14 {
    margin: -3.5rem !important;
}
.m-n15 {
    margin: -3.75rem !important;
}
.m-n16 {
    margin: -4rem !important;
}
.m-n17 {
    margin: -4.25rem !important;
}
.m-n18 {
    margin: -4.5rem !important;
}
.m-n19 {
    margin: -4.75rem !important;
}
.m-n20 {
    margin: -5rem !important;
}
.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}
.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}
.mx-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
}
.mx-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}
.mx-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
}
.mx-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}
.mx-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
}
.mx-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
}
.mx-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
}
.mx-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
}
.mx-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
}
.mx-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}
.mx-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
}
.mx-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
}
.mx-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
}
.mx-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
}
.mx-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
}
.mx-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
}
.mx-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
}
.mx-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
}
.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}
.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}
.my-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
}
.my-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}
.my-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
}
.my-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}
.my-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
}
.my-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}
.my-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
}
.my-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
}
.my-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
}
.my-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}
.my-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
}
.my-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
}
.my-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
}
.my-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}
.my-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
}
.my-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
}
.my-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
}
.my-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
}
.mt-n1 {
    margin-top: -0.25rem !important;
}
.mt-n2 {
    margin-top: -0.5rem !important;
}
.mt-n3 {
    margin-top: -0.75rem !important;
}
.mt-n4 {
    margin-top: -1rem !important;
}
.mt-n5 {
    margin-top: -1.25rem !important;
}
.mt-n6 {
    margin-top: -1.5rem !important;
}
.mt-n7 {
    margin-top: -1.75rem !important;
}
.mt-n8 {
    margin-top: -2rem !important;
}
.mt-n9 {
    margin-top: -2.25rem !important;
}
.mt-n10 {
    margin-top: -2.5rem !important;
}
.mt-n11 {
    margin-top: -2.75rem !important;
}
.mt-n12 {
    margin-top: -3rem !important;
}
.mt-n13 {
    margin-top: -3.25rem !important;
}
.mt-n14 {
    margin-top: -3.5rem !important;
}
.mt-n15 {
    margin-top: -3.75rem !important;
}
.mt-n16 {
    margin-top: -4rem !important;
}
.mt-n17 {
    margin-top: -4.25rem !important;
}
.mt-n18 {
    margin-top: -4.5rem !important;
}
.mt-n19 {
    margin-top: -4.75rem !important;
}
.mt-n20 {
    margin-top: -5rem !important;
}
.me-n1 {
    margin-right: -0.25rem !important;
}
.me-n2 {
    margin-right: -0.5rem !important;
}
.me-n3 {
    margin-right: -0.75rem !important;
}
.me-n4 {
    margin-right: -1rem !important;
}
.me-n5 {
    margin-right: -1.25rem !important;
}
.me-n6 {
    margin-right: -1.5rem !important;
}
.me-n7 {
    margin-right: -1.75rem !important;
}
.me-n8 {
    margin-right: -2rem !important;
}
.me-n9 {
    margin-right: -2.25rem !important;
}
.me-n10 {
    margin-right: -2.5rem !important;
}
.me-n11 {
    margin-right: -2.75rem !important;
}
.me-n12 {
    margin-right: -3rem !important;
}
.me-n13 {
    margin-right: -3.25rem !important;
}
.me-n14 {
    margin-right: -3.5rem !important;
}
.me-n15 {
    margin-right: -3.75rem !important;
}
.me-n16 {
    margin-right: -4rem !important;
}
.me-n17 {
    margin-right: -4.25rem !important;
}
.me-n18 {
    margin-right: -4.5rem !important;
}
.me-n19 {
    margin-right: -4.75rem !important;
}
.me-n20 {
    margin-right: -5rem !important;
}
.mb-n1 {
    margin-bottom: -0.25rem !important;
}
.mb-n2 {
    margin-bottom: -0.5rem !important;
}
.mb-n3 {
    margin-bottom: -0.75rem !important;
}
.mb-n4 {
    margin-bottom: -1rem !important;
}
.mb-n5 {
    margin-bottom: -1.25rem !important;
}
.mb-n6 {
    margin-bottom: -1.5rem !important;
}
.mb-n7 {
    margin-bottom: -1.75rem !important;
}
.mb-n8 {
    margin-bottom: -2rem !important;
}
.mb-n9 {
    margin-bottom: -2.25rem !important;
}
.mb-n10 {
    margin-bottom: -2.5rem !important;
}
.mb-n11 {
    margin-bottom: -2.75rem !important;
}
.mb-n12 {
    margin-bottom: -3rem !important;
}
.mb-n13 {
    margin-bottom: -3.25rem !important;
}
.mb-n14 {
    margin-bottom: -3.5rem !important;
}
.mb-n15 {
    margin-bottom: -3.75rem !important;
}
.mb-n16 {
    margin-bottom: -4rem !important;
}
.mb-n17 {
    margin-bottom: -4.25rem !important;
}
.mb-n18 {
    margin-bottom: -4.5rem !important;
}
.mb-n19 {
    margin-bottom: -4.75rem !important;
}
.mb-n20 {
    margin-bottom: -5rem !important;
}
.ms-n1 {
    margin-left: -0.25rem !important;
}
.ms-n2 {
    margin-left: -0.5rem !important;
}
.ms-n3 {
    margin-left: -0.75rem !important;
}
.ms-n4 {
    margin-left: -1rem !important;
}
.ms-n5 {
    margin-left: -1.25rem !important;
}
.ms-n6 {
    margin-left: -1.5rem !important;
}
.ms-n7 {
    margin-left: -1.75rem !important;
}
.ms-n8 {
    margin-left: -2rem !important;
}
.ms-n9 {
    margin-left: -2.25rem !important;
}
.ms-n10 {
    margin-left: -2.5rem !important;
}
.ms-n11 {
    margin-left: -2.75rem !important;
}
.ms-n12 {
    margin-left: -3rem !important;
}
.ms-n13 {
    margin-left: -3.25rem !important;
}
.ms-n14 {
    margin-left: -3.5rem !important;
}
.ms-n15 {
    margin-left: -3.75rem !important;
}
.ms-n16 {
    margin-left: -4rem !important;
}
.ms-n17 {
    margin-left: -4.25rem !important;
}
.ms-n18 {
    margin-left: -4.5rem !important;
}
.ms-n19 {
    margin-left: -4.75rem !important;
}
.ms-n20 {
    margin-left: -5rem !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.p-4 {
    padding: 1rem !important;
}
.p-5 {
    padding: 1.25rem !important;
}
.p-6 {
    padding: 1.5rem !important;
}
.p-7 {
    padding: 1.75rem !important;
}
.p-8 {
    padding: 2rem !important;
}
.p-9 {
    padding: 2.25rem !important;
}
.p-10 {
    padding: 2.5rem !important;
}
.p-11 {
    padding: 2.75rem !important;
}
.p-12 {
    padding: 3rem !important;
}
.p-13 {
    padding: 3.25rem !important;
}
.p-14 {
    padding: 3.5rem !important;
}
.p-15 {
    padding: 3.75rem !important;
}
.p-16 {
    padding: 4rem !important;
}
.p-17 {
    padding: 4.25rem !important;
}
.p-18 {
    padding: 4.5rem !important;
}
.p-19 {
    padding: 4.75rem !important;
}
.p-20 {
    padding: 5rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}
.px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}
.px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
}
.px-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.px-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
}
.px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}
.px-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
}
.px-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.px-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
}
.px-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}
.px-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
}
.px-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}
.px-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
}
.px-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}
.px-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
}
.px-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    /* .75 */
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}
.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}
.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
}
.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
}
.py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}
.py-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
}
.py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.py-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
}
.py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}
.py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
}
.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 0.75rem !important;
}
.pt-4 {
    padding-top: 1rem !important;
}
.pt-5 {
    padding-top: 1.25rem !important;
}
.pt-6 {
    padding-top: 1.5rem !important;
}
.pt-7 {
    padding-top: 1.75rem !important;
}
.pt-8 {
    padding-top: 2rem !important;
}
.pt-9 {
    padding-top: 2.25rem !important;
}
.pt-10 {
    padding-top: 2.5rem !important;
}
.pt-11 {
    padding-top: 2.75rem !important;
}
.pt-12 {
    padding-top: 3rem !important;
}
.pt-13 {
    padding-top: 3.25rem !important;
}
.pt-14 {
    padding-top: 3.5rem !important;
}
.pt-15 {
    padding-top: 3.75rem !important;
}
.pt-16 {
    padding-top: 4rem !important;
}
.pt-17 {
    padding-top: 4.25rem !important;
}
.pt-18 {
    padding-top: 4.5rem !important;
}
.pt-19 {
    padding-top: 4.75rem !important;
}
.pt-20 {
    padding-top: 5rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 0.75rem !important;
}
.pe-4 {
    padding-right: 1rem !important;
}
.pe-5 {
    padding-right: 1.25rem !important;
}
.pe-6 {
    padding-right: 1.5rem !important;
}
.pe-7 {
    padding-right: 1.75rem !important;
}
.pe-8 {
    padding-right: 2rem !important;
}
.pe-9 {
    padding-right: 2.25rem !important;
}
.pe-10 {
    padding-right: 2.5rem !important;
}
.pe-11 {
    padding-right: 2.75rem !important;
}
.pe-12 {
    padding-right: 3rem !important;
}
.pe-13 {
    padding-right: 3.25rem !important;
}
.pe-14 {
    padding-right: 3.5rem !important;
}
.pe-15 {
    padding-right: 3.75rem !important;
}
.pe-16 {
    padding-right: 4rem !important;
}
.pe-17 {
    padding-right: 4.25rem !important;
}
.pe-18 {
    padding-right: 4.5rem !important;
}
.pe-19 {
    padding-right: 4.75rem !important;
}
.pe-20 {
    padding-right: 5rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 0.75rem !important;
}
.pb-4 {
    padding-bottom: 1rem !important;
}
.pb-5 {
    padding-bottom: 1.25rem !important;
}
.pb-6 {
    padding-bottom: 1.5rem !important;
}
.pb-7 {
    padding-bottom: 1.75rem !important;
}
.pb-8 {
    padding-bottom: 2rem !important;
}
.pb-9 {
    padding-bottom: 2.25rem !important;
}
.pb-10 {
    padding-bottom: 2.5rem !important;
}
.pb-11 {
    padding-bottom: 2.75rem !important;
}
.pb-12 {
    padding-bottom: 3rem !important;
}
.pb-13 {
    padding-bottom: 3.25rem !important;
}
.pb-14 {
    padding-bottom: 3.5rem !important;
}
.pb-15 {
    padding-bottom: 3.75rem !important;
}
.pb-16 {
    padding-bottom: 4rem !important;
}
.pb-17 {
    padding-bottom: 4.25rem !important;
}
.pb-18 {
    padding-bottom: 4.5rem !important;
}
.pb-19 {
    padding-bottom: 4.75rem !important;
}
.pb-20 {
    padding-bottom: 5rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-3 {
    font-size: calc(1.26rem + 0.12vw) !important;
}
.fs-4 {
    font-size: 1.25rem !important;
}
.fs-5 {
    font-size: 1.15rem !important;
}
.fs-6 {
    font-size: 1.25rem !important;
}
.fs-7 {
    font-size: 1rem !important;
}
.fs-8 {
    font-size: 0.85rem !important;
}
.fs-9 {
    font-size: 0.75rem !important;
}
.fs-10 {
    font-size: 0.5rem !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 600 !important;
}
.fw-bolder {
    font-weight: 600 !important;
}
.lh-0 {
    line-height: 0 !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 1.75 !important;
}
.lh-xl {
    line-height: 2 !important;
}
.lh-xxl {
    line-height: 2.25 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #a1a5b7 !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--bs-primary) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-secondary-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-success-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-warning-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-0-hover:hover {
    opacity: 0 !important;
}
.opacity-5 {
    opacity: 0.05 !important;
}
.opacity-5-hover:hover {
    opacity: 0.05 !important;
}
.opacity-10 {
    opacity: 0.1 !important;
}
.opacity-10-hover:hover {
    opacity: 0.1 !important;
}
.opacity-15 {
    opacity: 0.15 !important;
}
.opacity-15-hover:hover {
    opacity: 0.15 !important;
}
.opacity-20 {
    opacity: 0.2 !important;
}
.opacity-20-hover:hover {
    opacity: 0.2 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-25-hover:hover {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-50-hover:hover {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-75-hover:hover {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.opacity-100-hover:hover {
    opacity: 1 !important;
}
.z-index-n1 {
    z-index: -1 !important;
}
.z-index-n2 {
    z-index: -2 !important;
}
.z-index-0 {
    z-index: 0 !important;
}
.z-index-1 {
    z-index: 1 !important;
}
.z-index-2 {
    z-index: 2 !important;
}
.z-index-3 {
    z-index: 3 !important;
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .position-lg-static {
        position: static !important;
    }
    .position-lg-relative {
        position: relative !important;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
    .position-lg-fixed {
        position: fixed !important;
    }
    .position-lg-sticky {
        position: sticky !important;
    }
    .w-lg-unset {
        width: unset !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
    .w-lg-1px {
        width: 1px !important;
    }
    .w-lg-2px {
        width: 2px !important;
    }
    .w-lg-3px {
        width: 3px !important;
    }
    .w-lg-4px {
        width: 4px !important;
    }
    .w-lg-5px {
        width: 5px !important;
    }
    .w-lg-6px {
        width: 6px !important;
    }
    .w-lg-7px {
        width: 7px !important;
    }
    .w-lg-8px {
        width: 8px !important;
    }
    .w-lg-9px {
        width: 9px !important;
    }
    .w-lg-10px {
        width: 10px !important;
    }
    .w-lg-15px {
        width: 15px !important;
    }
    .w-lg-20px {
        width: 20px !important;
    }
    .w-lg-25px {
        width: 25px !important;
    }
    .w-lg-30px {
        width: 30px !important;
    }
    .w-lg-35px {
        width: 35px !important;
    }
    .w-lg-40px {
        width: 40px !important;
    }
    .w-lg-45px {
        width: 45px !important;
    }
    .w-lg-50px {
        width: 50px !important;
    }
    .w-lg-55px {
        width: 55px !important;
    }
    .w-lg-60px {
        width: 60px !important;
    }
    .w-lg-65px {
        width: 65px !important;
    }
    .w-lg-70px {
        width: 70px !important;
    }
    .w-lg-75px {
        width: 75px !important;
    }
    .w-lg-80px {
        width: 80px !important;
    }
    .w-lg-85px {
        width: 85px !important;
    }
    .w-lg-90px {
        width: 90px !important;
    }
    .w-lg-95px {
        width: 95px !important;
    }
    .w-lg-100px {
        width: 100px !important;
    }
    .w-lg-125px {
        width: 125px !important;
    }
    .w-lg-150px {
        width: 150px !important;
    }
    .w-lg-175px {
        width: 175px !important;
    }
    .w-lg-200px {
        width: 200px !important;
    }
    .w-lg-225px {
        width: 225px !important;
    }
    .w-lg-250px {
        width: 250px !important;
    }
    .w-lg-275px {
        width: 275px !important;
    }
    .w-lg-300px {
        width: 300px !important;
    }
    .w-lg-325px {
        width: 325px !important;
    }
    .w-lg-350px {
        width: 350px !important;
    }
    .w-lg-375px {
        width: 375px !important;
    }
    .w-lg-400px {
        width: 400px !important;
    }
    .w-lg-425px {
        width: 425px !important;
    }
    .w-lg-450px {
        width: 450px !important;
    }
    .w-lg-475px {
        width: 475px !important;
    }
    .w-lg-500px {
        width: 500px !important;
    }
    .w-lg-550px {
        width: 550px !important;
    }
    .w-lg-600px {
        width: 600px !important;
    }
    .w-lg-650px {
        width: 650px !important;
    }
    .w-lg-700px {
        width: 700px !important;
    }
    .w-lg-750px {
        width: 750px !important;
    }
    .w-lg-800px {
        width: 800px !important;
    }
    .w-lg-850px {
        width: 850px !important;
    }
    .w-lg-900px {
        width: 900px !important;
    }
    .w-lg-950px {
        width: 950px !important;
    }
    .w-lg-1000px {
        width: 1000px !important;
    }
    .mw-lg-unset {
        max-width: unset !important;
    }
    .mw-lg-25 {
        max-width: 25% !important;
    }
    .mw-lg-50 {
        max-width: 50% !important;
    }
    .mw-lg-75 {
        max-width: 75% !important;
    }
    .mw-lg-100 {
        max-width: 100% !important;
    }
    .mw-lg-auto {
        max-width: auto !important;
    }
    .mw-lg-1px {
        max-width: 1px !important;
    }
    .mw-lg-2px {
        max-width: 2px !important;
    }
    .mw-lg-3px {
        max-width: 3px !important;
    }
    .mw-lg-4px {
        max-width: 4px !important;
    }
    .mw-lg-5px {
        max-width: 5px !important;
    }
    .mw-lg-6px {
        max-width: 6px !important;
    }
    .mw-lg-7px {
        max-width: 7px !important;
    }
    .mw-lg-8px {
        max-width: 8px !important;
    }
    .mw-lg-9px {
        max-width: 9px !important;
    }
    .mw-lg-10px {
        max-width: 10px !important;
    }
    .mw-lg-15px {
        max-width: 15px !important;
    }
    .mw-lg-20px {
        max-width: 20px !important;
    }
    .mw-lg-25px {
        max-width: 25px !important;
    }
    .mw-lg-30px {
        max-width: 30px !important;
    }
    .mw-lg-35px {
        max-width: 35px !important;
    }
    .mw-lg-40px {
        max-width: 40px !important;
    }
    .mw-lg-45px {
        max-width: 45px !important;
    }
    .mw-lg-50px {
        max-width: 50px !important;
    }
    .mw-lg-55px {
        max-width: 55px !important;
    }
    .mw-lg-60px {
        max-width: 60px !important;
    }
    .mw-lg-65px {
        max-width: 65px !important;
    }
    .mw-lg-70px {
        max-width: 70px !important;
    }
    .mw-lg-75px {
        max-width: 75px !important;
    }
    .mw-lg-80px {
        max-width: 80px !important;
    }
    .mw-lg-85px {
        max-width: 85px !important;
    }
    .mw-lg-90px {
        max-width: 90px !important;
    }
    .mw-lg-95px {
        max-width: 95px !important;
    }
    .mw-lg-100px {
        max-width: 100px !important;
    }
    .mw-lg-125px {
        max-width: 125px !important;
    }
    .mw-lg-150px {
        max-width: 150px !important;
    }
    .mw-lg-175px {
        max-width: 175px !important;
    }
    .mw-lg-200px {
        max-width: 200px !important;
    }
    .mw-lg-225px {
        max-width: 225px !important;
    }
    .mw-lg-250px {
        max-width: 250px !important;
    }
    .mw-lg-275px {
        max-width: 275px !important;
    }
    .mw-lg-300px {
        max-width: 300px !important;
    }
    .mw-lg-325px {
        max-width: 325px !important;
    }
    .mw-lg-350px {
        max-width: 350px !important;
    }
    .mw-lg-375px {
        max-width: 375px !important;
    }
    .mw-lg-400px {
        max-width: 400px !important;
    }
    .mw-lg-425px {
        max-width: 425px !important;
    }
    .mw-lg-450px {
        max-width: 450px !important;
    }
    .mw-lg-475px {
        max-width: 475px !important;
    }
    .mw-lg-500px {
        max-width: 500px !important;
    }
    .mw-lg-550px {
        max-width: 550px !important;
    }
    .mw-lg-600px {
        max-width: 600px !important;
    }
    .mw-lg-650px {
        max-width: 650px !important;
    }
    .mw-lg-700px {
        max-width: 700px !important;
    }
    .mw-lg-750px {
        max-width: 750px !important;
    }
    .mw-lg-800px {
        max-width: 800px !important;
    }
    .mw-lg-850px {
        max-width: 850px !important;
    }
    .mw-lg-900px {
        max-width: 900px !important;
    }
    .mw-lg-950px {
        max-width: 950px !important;
    }
    .mw-lg-1000px {
        max-width: 1000px !important;
    }
    .h-lg-unset {
        height: unset !important;
    }
    .h-lg-25 {
        height: 25% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .h-lg-75 {
        height: 75% !important;
    }
    .h-lg-100 {
        height: 100% !important;
    }
    .h-lg-auto {
        height: auto !important;
    }
    .h-lg-1px {
        height: 1px !important;
    }
    .h-lg-2px {
        height: 2px !important;
    }
    .h-lg-3px {
        height: 3px !important;
    }
    .h-lg-4px {
        height: 4px !important;
    }
    .h-lg-5px {
        height: 5px !important;
    }
    .h-lg-6px {
        height: 6px !important;
    }
    .h-lg-7px {
        height: 7px !important;
    }
    .h-lg-8px {
        height: 8px !important;
    }
    .h-lg-9px {
        height: 9px !important;
    }
    .h-lg-10px {
        height: 10px !important;
    }
    .h-lg-15px {
        height: 15px !important;
    }
    .h-lg-20px {
        height: 20px !important;
    }
    .h-lg-25px {
        height: 25px !important;
    }
    .h-lg-30px {
        height: 30px !important;
    }
    .h-lg-35px {
        height: 35px !important;
    }
    .h-lg-40px {
        height: 40px !important;
    }
    .h-lg-45px {
        height: 45px !important;
    }
    .h-lg-50px {
        height: 50px !important;
    }
    .h-lg-55px {
        height: 55px !important;
    }
    .h-lg-60px {
        height: 60px !important;
    }
    .h-lg-65px {
        height: 65px !important;
    }
    .h-lg-70px {
        height: 70px !important;
    }
    .h-lg-75px {
        height: 75px !important;
    }
    .h-lg-80px {
        height: 80px !important;
    }
    .h-lg-85px {
        height: 85px !important;
    }
    .h-lg-90px {
        height: 90px !important;
    }
    .h-lg-95px {
        height: 95px !important;
    }
    .h-lg-100px {
        height: 100px !important;
    }
    .h-lg-125px {
        height: 125px !important;
    }
    .h-lg-150px {
        height: 150px !important;
    }
    .h-lg-175px {
        height: 175px !important;
    }
    .h-lg-200px {
        height: 200px !important;
    }
    .h-lg-225px {
        height: 225px !important;
    }
    .h-lg-250px {
        height: 250px !important;
    }
    .h-lg-275px {
        height: 275px !important;
    }
    .h-lg-300px {
        height: 300px !important;
    }
    .h-lg-325px {
        height: 325px !important;
    }
    .h-lg-350px {
        height: 350px !important;
    }
    .h-lg-375px {
        height: 375px !important;
    }
    .h-lg-400px {
        height: 400px !important;
    }
    .h-lg-425px {
        height: 425px !important;
    }
    .h-lg-450px {
        height: 450px !important;
    }
    .h-lg-475px {
        height: 475px !important;
    }
    .h-lg-500px {
        height: 500px !important;
    }
    .h-lg-550px {
        height: 550px !important;
    }
    .h-lg-600px {
        height: 600px !important;
    }
    .h-lg-650px {
        height: 650px !important;
    }
    .h-lg-700px {
        height: 700px !important;
    }
    .h-lg-750px {
        height: 750px !important;
    }
    .h-lg-800px {
        height: 800px !important;
    }
    .h-lg-850px {
        height: 850px !important;
    }
    .h-lg-900px {
        height: 900px !important;
    }
    .h-lg-950px {
        height: 950px !important;
    }
    .h-lg-1000px {
        height: 1000px !important;
    }
    .mh-lg-unset {
        max-height: unset !important;
    }
    .mh-lg-25 {
        max-height: 25% !important;
    }
    .mh-lg-50 {
        max-height: 50% !important;
    }
    .mh-lg-75 {
        max-height: 75% !important;
    }
    .mh-lg-100 {
        max-height: 100% !important;
    }
    .mh-lg-auto {
        max-height: auto !important;
    }
    .mh-lg-1px {
        max-height: 1px !important;
    }
    .mh-lg-2px {
        max-height: 2px !important;
    }
    .mh-lg-3px {
        max-height: 3px !important;
    }
    .mh-lg-4px {
        max-height: 4px !important;
    }
    .mh-lg-5px {
        max-height: 5px !important;
    }
    .mh-lg-6px {
        max-height: 6px !important;
    }
    .mh-lg-7px {
        max-height: 7px !important;
    }
    .mh-lg-8px {
        max-height: 8px !important;
    }
    .mh-lg-9px {
        max-height: 9px !important;
    }
    .mh-lg-10px {
        max-height: 10px !important;
    }
    .mh-lg-15px {
        max-height: 15px !important;
    }
    .mh-lg-20px {
        max-height: 20px !important;
    }
    .mh-lg-25px {
        max-height: 25px !important;
    }
    .mh-lg-30px {
        max-height: 30px !important;
    }
    .mh-lg-35px {
        max-height: 35px !important;
    }
    .mh-lg-40px {
        max-height: 40px !important;
    }
    .mh-lg-45px {
        max-height: 45px !important;
    }
    .mh-lg-50px {
        max-height: 50px !important;
    }
    .mh-lg-55px {
        max-height: 55px !important;
    }
    .mh-lg-60px {
        max-height: 60px !important;
    }
    .mh-lg-65px {
        max-height: 65px !important;
    }
    .mh-lg-70px {
        max-height: 70px !important;
    }
    .mh-lg-75px {
        max-height: 75px !important;
    }
    .mh-lg-80px {
        max-height: 80px !important;
    }
    .mh-lg-85px {
        max-height: 85px !important;
    }
    .mh-lg-90px {
        max-height: 90px !important;
    }
    .mh-lg-95px {
        max-height: 95px !important;
    }
    .mh-lg-100px {
        max-height: 100px !important;
    }
    .mh-lg-125px {
        max-height: 125px !important;
    }
    .mh-lg-150px {
        max-height: 150px !important;
    }
    .mh-lg-175px {
        max-height: 175px !important;
    }
    .mh-lg-200px {
        max-height: 200px !important;
    }
    .mh-lg-225px {
        max-height: 225px !important;
    }
    .mh-lg-250px {
        max-height: 250px !important;
    }
    .mh-lg-275px {
        max-height: 275px !important;
    }
    .mh-lg-300px {
        max-height: 300px !important;
    }
    .mh-lg-325px {
        max-height: 325px !important;
    }
    .mh-lg-350px {
        max-height: 350px !important;
    }
    .mh-lg-375px {
        max-height: 375px !important;
    }
    .mh-lg-400px {
        max-height: 400px !important;
    }
    .mh-lg-425px {
        max-height: 425px !important;
    }
    .mh-lg-450px {
        max-height: 450px !important;
    }
    .mh-lg-475px {
        max-height: 475px !important;
    }
    .mh-lg-500px {
        max-height: 500px !important;
    }
    .mh-lg-550px {
        max-height: 550px !important;
    }
    .mh-lg-600px {
        max-height: 600px !important;
    }
    .mh-lg-650px {
        max-height: 650px !important;
    }
    .mh-lg-700px {
        max-height: 700px !important;
    }
    .mh-lg-750px {
        max-height: 750px !important;
    }
    .mh-lg-800px {
        max-height: 800px !important;
    }
    .mh-lg-850px {
        max-height: 850px !important;
    }
    .mh-lg-900px {
        max-height: 900px !important;
    }
    .mh-lg-950px {
        max-height: 950px !important;
    }
    .mh-lg-1000px {
        max-height: 1000px !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 0.75rem !important;
    }
    .gap-lg-4 {
        gap: 1rem !important;
    }
    .gap-lg-5 {
        gap: 1.25rem !important;
    }
    .gap-lg-6 {
        gap: 1.5rem !important;
    }
    .gap-lg-7 {
        gap: 1.75rem !important;
    }
    .gap-lg-8 {
        gap: 2rem !important;
    }
    .gap-lg-9 {
        gap: 2.25rem !important;
    }
    .gap-lg-10 {
        gap: 2.5rem !important;
    }
    .gap-lg-11 {
        gap: 2.75rem !important;
    }
    .gap-lg-12 {
        gap: 3rem !important;
    }
    .gap-lg-13 {
        gap: 3.25rem !important;
    }
    .gap-lg-14 {
        gap: 3.5rem !important;
    }
    .gap-lg-15 {
        gap: 3.75rem !important;
    }
    .gap-lg-16 {
        gap: 4rem !important;
    }
    .gap-lg-17 {
        gap: 4.25rem !important;
    }
    .gap-lg-18 {
        gap: 4.5rem !important;
    }
    .gap-lg-19 {
        gap: 4.75rem !important;
    }
    .gap-lg-20 {
        gap: 5rem !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 0.75rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 1.25rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 1.75rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 2rem !important;
    }
    .pb-lg-9 {
        padding-bottom: 2.25rem !important;
    }
    .pb-lg-10 {
        padding-bottom: 2.5rem !important;
    }
    .pb-lg-11 {
        padding-bottom: 2.75rem !important;
    }
    .pb-lg-12 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-13 {
        padding-bottom: 3.25rem !important;
    }
    .pb-lg-14 {
        padding-bottom: 3.5rem !important;
    }
    .pb-lg-15 {
        padding-bottom: 3.75rem !important;
    }
    .pb-lg-16 {
        padding-bottom: 4rem !important;
    }
    .pb-lg-17 {
        padding-bottom: 4.25rem !important;
    }
    .pb-lg-18 {
        padding-bottom: 4.5rem !important;
    }
    .pb-lg-19 {
        padding-bottom: 4.75rem !important;
    }
    .pb-lg-20 {
        padding-bottom: 5rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 0.75rem !important;
    }
    .ps-lg-4 {
        padding-left: 1rem !important;
    }
    .ps-lg-5 {
        padding-left: 1.25rem !important;
    }
    .ps-lg-6 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-7 {
        padding-left: 1.75rem !important;
    }
    .ps-lg-8 {
        padding-left: 2rem !important;
    }
    .ps-lg-9 {
        padding-left: 2.25rem !important;
    }
    .ps-lg-10 {
        padding-left: 2.5rem !important;
    }
    .ps-lg-11 {
        padding-left: 2.75rem !important;
    }
    .ps-lg-12 {
        padding-left: 3rem !important;
    }
    .ps-lg-13 {
        padding-left: 3.25rem !important;
    }
    .ps-lg-14 {
        padding-left: 3.5rem !important;
    }
    .ps-lg-15 {
        padding-left: 3.75rem !important;
    }
    .ps-lg-16 {
        padding-left: 4rem !important;
    }
    .ps-lg-17 {
        padding-left: 4.25rem !important;
    }
    .ps-lg-18 {
        padding-left: 4.5rem !important;
    }
    .ps-lg-19 {
        padding-left: 4.75rem !important;
    }
    .ps-lg-20 {
        padding-left: 5rem !important;
    }
    .fs-lg-1 {
        font-size: calc(1.3rem + 0.6vw) !important;
    }
    .fs-lg-2 {
        font-size: calc(1.275rem + 0.3vw) !important;
    }
    .fs-lg-3 {
        font-size: calc(1.26rem + 0.12vw) !important;
    }
    .fs-lg-4 {
        font-size: 1.25rem !important;
    }
    .fs-lg-5 {
        font-size: 1.15rem !important;
    }
    .fs-lg-6 {
        font-size: 1.075rem !important;
    }
    .fs-lg-7 {
        font-size: 0.95rem !important;
    }
    .fs-lg-8 {
        font-size: 0.85rem !important;
    }
    .fs-lg-9 {
        font-size: 0.75rem !important;
    }
    .fs-lg-10 {
        font-size: 0.5rem !important;
    }
    .fs-lg-base {
        font-size: 1rem !important;
    }
    .fs-lg-fluid {
        font-size: 100% !important;
    }
    .fs-lg-2x {
        font-size: calc(1.325rem + 0.9vw) !important;
    }
    .fs-lg-2qx {
        font-size: calc(1.35rem + 1.2vw) !important;
    }
    .fs-lg-2hx {
        font-size: calc(1.375rem + 1.5vw) !important;
    }
    .fs-lg-2tx {
        font-size: calc(1.4rem + 1.8vw) !important;
    }
    .fs-lg-3x {
        font-size: calc(1.425rem + 2.1vw) !important;
    }
    .fs-lg-3qx {
        font-size: calc(1.45rem + 2.4vw) !important;
    }
    .fs-lg-3hx {
        font-size: calc(1.475rem + 2.7vw) !important;
    }
    .fs-lg-3tx {
        font-size: calc(1.5rem + 3vw) !important;
    }
    .fs-lg-4x {
        font-size: calc(1.525rem + 3.3vw) !important;
    }
    .fs-lg-4qx {
        font-size: calc(1.55rem + 3.6vw) !important;
    }
    .fs-lg-4hx {
        font-size: calc(1.575rem + 3.9vw) !important;
    }
    .fs-lg-4tx {
        font-size: calc(1.6rem + 4.2vw) !important;
    }
    .fs-lg-5x {
        font-size: calc(1.625rem + 4.5vw) !important;
    }
    .fs-lg-5qx {
        font-size: calc(1.65rem + 4.8vw) !important;
    }
    .fs-lg-5hx {
        font-size: calc(1.675rem + 5.1vw) !important;
    }
    .fs-lg-5tx {
        font-size: calc(1.7rem + 5.4vw) !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .min-w-lg-unset {
        min-width: unset !important;
    }
    .min-w-lg-25 {
        min-width: 25% !important;
    }
    .min-w-lg-50 {
        min-width: 50% !important;
    }
    .min-w-lg-75 {
        min-width: 75% !important;
    }
    .min-w-lg-100 {
        min-width: 100% !important;
    }
    .min-w-lg-auto {
        min-width: auto !important;
    }
    .min-w-lg-1px {
        min-width: 1px !important;
    }
    .min-w-lg-2px {
        min-width: 2px !important;
    }
    .min-w-lg-3px {
        min-width: 3px !important;
    }
    .min-w-lg-4px {
        min-width: 4px !important;
    }
    .min-w-lg-5px {
        min-width: 5px !important;
    }
    .min-w-lg-6px {
        min-width: 6px !important;
    }
    .min-w-lg-7px {
        min-width: 7px !important;
    }
    .min-w-lg-8px {
        min-width: 8px !important;
    }
    .min-w-lg-9px {
        min-width: 9px !important;
    }
    .min-w-lg-10px {
        min-width: 10px !important;
    }
    .min-w-lg-15px {
        min-width: 15px !important;
    }
    .min-w-lg-20px {
        min-width: 20px !important;
    }
    .min-w-lg-25px {
        min-width: 25px !important;
    }
    .min-w-lg-30px {
        min-width: 30px !important;
    }
    .min-w-lg-35px {
        min-width: 35px !important;
    }
    .min-w-lg-40px {
        min-width: 40px !important;
    }
    .min-w-lg-45px {
        min-width: 45px !important;
    }
    .min-w-lg-50px {
        min-width: 50px !important;
    }
    .min-w-lg-55px {
        min-width: 55px !important;
    }
    .min-w-lg-60px {
        min-width: 60px !important;
    }
    .min-w-lg-65px {
        min-width: 65px !important;
    }
    .min-w-lg-70px {
        min-width: 70px !important;
    }
    .min-w-lg-75px {
        min-width: 75px !important;
    }
    .min-w-lg-80px {
        min-width: 80px !important;
    }
    .min-w-lg-85px {
        min-width: 85px !important;
    }
    .min-w-lg-90px {
        min-width: 90px !important;
    }
    .min-w-lg-95px {
        min-width: 95px !important;
    }
    .min-w-lg-100px {
        min-width: 100px !important;
    }
    .min-w-lg-125px {
        min-width: 125px !important;
    }
    .min-w-lg-150px {
        min-width: 150px !important;
    }
    .min-w-lg-175px {
        min-width: 175px !important;
    }
    .min-w-lg-200px {
        min-width: 200px !important;
    }
    .min-w-lg-225px {
        min-width: 225px !important;
    }
    .min-w-lg-250px {
        min-width: 250px !important;
    }
    .min-w-lg-275px {
        min-width: 275px !important;
    }
    .min-w-lg-300px {
        min-width: 300px !important;
    }
    .min-w-lg-325px {
        min-width: 325px !important;
    }
    .min-w-lg-350px {
        min-width: 350px !important;
    }
    .min-w-lg-375px {
        min-width: 375px !important;
    }
    .min-w-lg-400px {
        min-width: 400px !important;
    }
    .min-w-lg-425px {
        min-width: 425px !important;
    }
    .min-w-lg-450px {
        min-width: 450px !important;
    }
    .min-w-lg-475px {
        min-width: 475px !important;
    }
    .min-w-lg-500px {
        min-width: 500px !important;
    }
    .min-w-lg-550px {
        min-width: 550px !important;
    }
    .min-w-lg-600px {
        min-width: 600px !important;
    }
    .min-w-lg-650px {
        min-width: 650px !important;
    }
    .min-w-lg-700px {
        min-width: 700px !important;
    }
    .min-w-lg-750px {
        min-width: 750px !important;
    }
    .min-w-lg-800px {
        min-width: 800px !important;
    }
    .min-w-lg-850px {
        min-width: 850px !important;
    }
    .min-w-lg-900px {
        min-width: 900px !important;
    }
    .min-w-lg-950px {
        min-width: 950px !important;
    }
    .min-w-lg-1000px {
        min-width: 1000px !important;
    }
    .min-h-lg-unset {
        min-height: unset !important;
    }
    .min-h-lg-25 {
        min-height: 25% !important;
    }
    .min-h-lg-50 {
        min-height: 50% !important;
    }
    .min-h-lg-75 {
        min-height: 75% !important;
    }
    .min-h-lg-100 {
        min-height: 100% !important;
    }
    .min-h-lg-auto {
        min-height: auto !important;
    }
    .min-h-lg-1px {
        min-height: 1px !important;
    }
    .min-h-lg-2px {
        min-height: 2px !important;
    }
    .min-h-lg-3px {
        min-height: 3px !important;
    }
    .min-h-lg-4px {
        min-height: 4px !important;
    }
    .min-h-lg-5px {
        min-height: 5px !important;
    }
    .min-h-lg-6px {
        min-height: 6px !important;
    }
    .min-h-lg-7px {
        min-height: 7px !important;
    }
    .min-h-lg-8px {
        min-height: 8px !important;
    }
    .min-h-lg-9px {
        min-height: 9px !important;
    }
    .min-h-lg-10px {
        min-height: 10px !important;
    }
    .min-h-lg-15px {
        min-height: 15px !important;
    }
    .min-h-lg-20px {
        min-height: 20px !important;
    }
    .min-h-lg-25px {
        min-height: 25px !important;
    }
    .min-h-lg-30px {
        min-height: 30px !important;
    }
    .min-h-lg-35px {
        min-height: 35px !important;
    }
    .min-h-lg-40px {
        min-height: 40px !important;
    }
    .min-h-lg-45px {
        min-height: 45px !important;
    }
    .min-h-lg-50px {
        min-height: 50px !important;
    }
    .min-h-lg-55px {
        min-height: 55px !important;
    }
    .min-h-lg-60px {
        min-height: 60px !important;
    }
    .min-h-lg-65px {
        min-height: 65px !important;
    }
    .min-h-lg-70px {
        min-height: 70px !important;
    }
    .min-h-lg-75px {
        min-height: 75px !important;
    }
    .min-h-lg-80px {
        min-height: 80px !important;
    }
    .min-h-lg-85px {
        min-height: 85px !important;
    }
    .min-h-lg-90px {
        min-height: 90px !important;
    }
    .min-h-lg-95px {
        min-height: 95px !important;
    }
    .min-h-lg-100px {
        min-height: 100px !important;
    }
    .min-h-lg-125px {
        min-height: 125px !important;
    }
    .min-h-lg-150px {
        min-height: 150px !important;
    }
    .min-h-lg-175px {
        min-height: 175px !important;
    }
    .min-h-lg-200px {
        min-height: 200px !important;
    }
    .min-h-lg-225px {
        min-height: 225px !important;
    }
    .min-h-lg-250px {
        min-height: 250px !important;
    }
    .min-h-lg-275px {
        min-height: 275px !important;
    }
    .min-h-lg-300px {
        min-height: 300px !important;
    }
    .min-h-lg-325px {
        min-height: 325px !important;
    }
    .min-h-lg-350px {
        min-height: 350px !important;
    }
    .min-h-lg-375px {
        min-height: 375px !important;
    }
    .min-h-lg-400px {
        min-height: 400px !important;
    }
    .min-h-lg-425px {
        min-height: 425px !important;
    }
    .min-h-lg-450px {
        min-height: 450px !important;
    }
    .min-h-lg-475px {
        min-height: 475px !important;
    }
    .min-h-lg-500px {
        min-height: 500px !important;
    }
    .min-h-lg-550px {
        min-height: 550px !important;
    }
    .min-h-lg-600px {
        min-height: 600px !important;
    }
    .min-h-lg-650px {
        min-height: 650px !important;
    }
    .min-h-lg-700px {
        min-height: 700px !important;
    }
    .min-h-lg-750px {
        min-height: 750px !important;
    }
    .min-h-lg-800px {
        min-height: 800px !important;
    }
    .min-h-lg-850px {
        min-height: 850px !important;
    }
    .min-h-lg-900px {
        min-height: 900px !important;
    }
    .min-h-lg-950px {
        min-height: 950px !important;
    }
    .min-h-lg-1000px {
        min-height: 1000px !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 1.75rem !important;
    }
    .fs-2 {
        font-size: 1.5rem !important;
    }
    .fs-3 {
        font-size: 1.25rem !important;
    }
    .fs-2x {
        font-size: 2rem !important;
    }
    .fs-2qx {
        font-size: 2.25rem !important;
    }
    .fs-2hx {
        font-size: 2.5rem !important;
    }
    .fs-2tx {
        font-size: 2.75rem !important;
    }
    .fs-3x {
        font-size: 3rem !important;
    }
    .fs-3qx {
        font-size: 3.25rem !important;
    }
    .fs-3hx {
        font-size: 3.5rem !important;
    }
    .fs-3tx {
        font-size: 3.75rem !important;
    }
    .fs-4x {
        font-size: 4rem !important;
    }
}
:root {
    --bs-active-success: #0098da;
    --bs-light-info: #f8f5ff;
    --bs-active-info: #5014d0;
    --bs-light-warning: #fff8dd;
    --bs-active-warning: #f1bc00;
    --bs-light-danger: #fff5f8;
    --bs-active-danger: #d9214e;
    --bs-light-dark: #eff2f5;
    --bs-active-dark: #131628;
    --bs-gray-100: #f5f8fa;
    --bs-gray-200: #eff2f5;
    --bs-gray-300: #e4e6ef;
    --bs-gray-400: #b5b5c3;
    --bs-gray-500: #a1a5b7;
    --bs-gray-600: #7e8299;
    --bs-gray-700: #5e6278;
    --bs-gray-800: #3f4254;
    --bs-gray-900: #181c32;
    --bs-xs: 0;
    --bs-sm: 576px;
    --bs-md: 768px;
    --bs-lg: 992px;
    --bs-xl: 1200px;
    --bs-xxl: 1400px;
    --bs-border-color: #eff2f5;
    --bs-border-dashed-color: #e4e6ef;
}
.border-active:not(.active):not(:active):not(:hover):not(:focus) {
    border-color: transparent !important;
}
.border-hover:not(:hover):not(:focus):not(.active):not(:active) {
    cursor: pointer;
    border-color: transparent !important;
}
.border-gray-100 {
    border-color: #f5f8fa !important;
}
.border-gray-200 {
    border-color: #eff2f5 !important;
}
.border-gray-300 {
    border-color: #e4e6ef !important;
}
.border-gray-400 {
    border-color: #b5b5c3 !important;
}
.border-gray-500 {
    border-color: #a1a5b7 !important;
}
.border-gray-600 {
    border-color: #7e8299 !important;
}
.border-gray-700 {
    border-color: var(--ad-mode-color-1) !important;
}
.border-gray-800 {
    border-color: #3f4254 !important;
}
.border-gray-900 {
    border-color: #181c32 !important;
}
.border-hover-white:hover {
    border-color: #fff !important;
}
.border-active-white.active {
    border-color: #fff !important;
}
.border-hover-light:hover {
    border-color: #f5f8fa !important;
}
.border-active-light.active {
    border-color: #f5f8fa !important;
}
.border-hover-primary:hover {
    border-color: var(--bs-primary) !important;
}
.border-active-primary.active {
    border-color: var(--bs-primary) !important;
}
.border-hover-secondary:hover {
    border-color: #e4e6ef !important;
}
.border-active-secondary.active {
    border-color: #e4e6ef !important;
}
.border-hover-success:hover {
    border-color: #00b2ff !important;
}
.border-active-success.active {
    border-color: #00b2ff !important;
}
.border-hover-info:hover {
    border-color: #7239ea !important;
}
.border-active-info.active {
    border-color: #7239ea !important;
}
.border-hover-warning:hover {
    border-color: #ffc700 !important;
}
.border-active-warning.active {
    border-color: #ffc700 !important;
}
.border-hover-danger:hover {
    border-color: #f1416c !important;
}
.border-active-danger.active {
    border-color: #f1416c !important;
}
.border-hover-dark:hover {
    border-color: #181c32 !important;
}
.border-active-dark.active {
    border-color: #181c32 !important;
}
.border-hover-transparent:hover {
    border-color: transparent !important;
}
.border-dashed {
    border-style: dashed !important;
    border-color: #e4e6ef;
}
.border-top-dashed {
    border-top-style: dashed !important;
}
.border-bottom-dashed {
    border-bottom-style: dashed !important;
}
.border-start-dashed {
    border-left-style: dashed !important;
}
.border-end-dashed {
    border-right-style: dashed !important;
}
.border-dotted {
    border-style: dotted !important;
}
.border-top-dotted {
    border-top-style: dotted !important;
}
.border-bottom-dotted {
    border-bottom-style: dotted !important;
}
.border-start-dotted {
    border-left-style: dotted !important;
}
.border-end-dotted {
    border-right-style: dotted !important;
}
.border-transparent {
    border-color: transparent !important;
}
.border-body {
    border-color: #fff !important;
}
.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.flex-root {
    flex: 1;
}
.flex-column-auto {
    flex: none;
}
.flex-column-fluid {
    flex: 1 0 auto;
}
.flex-row-auto {
    flex: 0 0 auto;
}
.flex-row-fluid {
    flex: 1 auto;
    min-width: 0;
}
.flex-center {
    justify-content: center;
    align-items: center;
}
.flex-stack {
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 576px) {
    .flex-sm-root {
        flex: 1;
    }
    .flex-sm-column-auto {
        flex: none;
    }
    .flex-sm-column-fluid {
        flex: 1 0 auto;
    }
    .flex-sm-row-auto {
        flex: 0 0 auto;
    }
    .flex-sm-row-fluid {
        flex: 1 auto;
        min-width: 0;
    }
    .flex-sm-center {
        justify-content: center;
        align-items: center;
    }
    .flex-sm-stack {
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 768px) {
    .flex-md-root {
        flex: 1;
    }
    .flex-md-column-auto {
        flex: none;
    }
    .flex-md-column-fluid {
        flex: 1 0 auto;
    }
    .flex-md-row-auto {
        flex: 0 0 auto;
    }
    .flex-md-row-fluid {
        flex: 1 auto;
        min-width: 0;
    }
    .flex-md-center {
        justify-content: center;
        align-items: center;
    }
    .flex-md-stack {
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 992px) {
    .flex-lg-root {
        flex: 1;
    }
    .flex-lg-column-auto {
        flex: none;
    }
    .flex-lg-column-fluid {
        flex: 1 0 auto;
    }
    .flex-lg-row-auto {
        flex: 0 0 auto;
    }
    .flex-lg-row-fluid {
        flex: 1 auto;
        min-width: 0;
    }
    .flex-lg-center {
        justify-content: center;
        align-items: center;
    }
    .flex-lg-stack {
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .flex-xl-root {
        flex: 1;
    }
    .flex-xl-column-auto {
        flex: none;
    }
    .flex-xl-column-fluid {
        flex: 1 0 auto;
    }
    .flex-xl-row-auto {
        flex: 0 0 auto;
    }
    .flex-xl-row-fluid {
        flex: 1 auto;
        min-width: 0;
    }
    .flex-xl-center {
        justify-content: center;
        align-items: center;
    }
    .flex-xl-stack {
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 1400px) {
    .flex-xxl-root {
        flex: 1;
    }
    .flex-xxl-column-auto {
        flex: none;
    }
    .flex-xxl-column-fluid {
        flex: 1 0 auto;
    }
    .flex-xxl-row-auto {
        flex: 0 0 auto;
    }
    .flex-xxl-row-fluid {
        flex: 1 auto;
        min-width: 0;
    }
    .flex-xxl-center {
        justify-content: center;
        align-items: center;
    }
    .flex-xxl-stack {
        justify-content: space-between;
        align-items: center;
    }
}
.flex-equal {
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 0;
}
.shadow-xs {
    box-shadow: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
}
.text-white {
    color: #fff !important;
}
.text-inverse-white {
    color: #7e8299 !important;
}
.text-hover-white {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-white i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-white:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-white:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-white:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-hover-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-hover-inverse-white {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-white i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-white:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7e8299 !important;
}
.text-hover-inverse-white:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7e8299 !important;
}
.text-hover-inverse-white:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.text-hover-inverse-white:hover
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-white {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-white i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-white.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-white.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-white.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-active-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-inverse-white {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-white i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-white.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7e8299 !important;
}
.text-active-inverse-white.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7e8299 !important;
}
.text-active-inverse-white.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.text-active-inverse-white.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-primary {
    color: var(--bs-primary) !important;
}
.text-inverse-primary {
    color: #fff !important;
}
.text-light-primary {
    color: #e8fff3 !important;
}
.text-hover-primary {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-primary i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-primary:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: var(--bs-primary) !important;
}
.text-hover-primary:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: var(--bs-primary) !important;
}
.text-hover-primary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--bs-primary);
}
.text-hover-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-hover-inverse-primary {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-primary i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-primary:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-inverse-primary:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-inverse-primary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-hover-inverse-primary:hover
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-primary {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-primary i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-primary.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: var(--bs-primary) !important;
}
.text-active-primary.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: var(--bs-primary) !important;
}
.text-active-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--bs-primary);
}
.text-active-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-inverse-primary {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-primary i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-primary.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-inverse-primary.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-inverse-primary.active
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-active-inverse-primary.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-secondary {
    color: #e4e6ef !important;
}
.text-inverse-secondary {
    color: #3f4254 !important;
}
.text-hover-secondary {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-secondary i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-secondary:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #e4e6ef !important;
}
.text-hover-secondary:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #e4e6ef !important;
}
.text-hover-secondary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e4e6ef;
}
.text-hover-secondary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-hover-inverse-secondary {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-secondary i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-secondary:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #3f4254 !important;
}
.text-hover-inverse-secondary:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #3f4254 !important;
}
.text-hover-inverse-secondary:hover
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #3f4254;
}
.text-hover-inverse-secondary:hover
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-secondary {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-secondary i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-secondary.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #e4e6ef !important;
}
.text-active-secondary.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #e4e6ef !important;
}
.text-active-secondary.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e4e6ef;
}
.text-active-secondary.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-inverse-secondary {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-secondary i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-secondary.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #3f4254 !important;
}
.text-active-inverse-secondary.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #3f4254 !important;
}
.text-active-inverse-secondary.active
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #3f4254;
}
.text-active-inverse-secondary.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-light {
    color: #f5f8fa !important;
}
.text-inverse-light {
    color: #7e8299 !important;
}
.text-hover-light {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-light i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-light:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #f5f8fa !important;
}
.text-hover-light:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #f5f8fa !important;
}
.text-hover-light:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f5f8fa;
}
.text-hover-light:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-hover-inverse-light {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-light i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-light:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7e8299 !important;
}
.text-hover-inverse-light:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7e8299 !important;
}
.text-hover-inverse-light:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.text-hover-inverse-light:hover
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-light {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-light i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-light.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #f5f8fa !important;
}
.text-active-light.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #f5f8fa !important;
}
.text-active-light.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f5f8fa;
}
.text-active-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-inverse-light {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-light i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-light.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7e8299 !important;
}
.text-active-inverse-light.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7e8299 !important;
}
.text-active-inverse-light.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.text-active-inverse-light.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-success {
    color: #00b2ff !important;
}
.text-inverse-success {
    color: #fff !important;
}
.text-light-success {
    color: #f1faff !important;
}
.text-hover-success {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-success i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-success:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #00b2ff !important;
}
.text-hover-success:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #00b2ff !important;
}
.text-hover-success:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #00b2ff;
}
.text-hover-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-hover-inverse-success {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-success i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-success:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-inverse-success:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-inverse-success:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-hover-inverse-success:hover
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-success {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-success i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-success.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #00b2ff !important;
}
.text-active-success.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #00b2ff !important;
}
.text-active-success.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #00b2ff;
}
.text-active-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-inverse-success {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-success i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-success.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-inverse-success.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-inverse-success.active
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-active-inverse-success.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-info {
    color: #7239ea !important;
}
.text-inverse-info {
    color: #fff !important;
}
.text-light-info {
    color: #f8f5ff !important;
}
.text-hover-info {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-info i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-info:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7239ea !important;
}
.text-hover-info:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7239ea !important;
}
.text-hover-info:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7239ea;
}
.text-hover-info:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-hover-inverse-info {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-info i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-info:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-inverse-info:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-inverse-info:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-hover-inverse-info:hover
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-info {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-info i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-info.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7239ea !important;
}
.text-active-info.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7239ea !important;
}
.text-active-info.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7239ea;
}
.text-active-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-inverse-info {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-info i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-info.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-inverse-info.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-inverse-info.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-active-inverse-info.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-warning {
    color: #ffc700 !important;
}
.text-inverse-warning {
    color: #fff !important;
}
.text-light-warning {
    color: #fff8dd !important;
}
.text-hover-warning {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-warning i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-warning:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #ffc700 !important;
}
.text-hover-warning:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #ffc700 !important;
}
.text-hover-warning:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffc700;
}
.text-hover-warning:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-hover-inverse-warning {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-warning i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-warning:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-inverse-warning:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-inverse-warning:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-hover-inverse-warning:hover
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-warning {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-warning i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-warning.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #ffc700 !important;
}
.text-active-warning.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #ffc700 !important;
}
.text-active-warning.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffc700;
}
.text-active-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-inverse-warning {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-warning i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-warning.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-inverse-warning.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-inverse-warning.active
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-active-inverse-warning.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-danger {
    color: #f1416c !important;
}
.text-inverse-danger {
    color: #fff !important;
}
.text-light-danger {
    color: #fff5f8 !important;
}
.text-hover-danger {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-danger i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-danger:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #f1416c !important;
}
.text-hover-danger:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #f1416c !important;
}
.text-hover-danger:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f1416c;
}
.text-hover-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-hover-inverse-danger {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-danger i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-danger:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-inverse-danger:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-inverse-danger:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-hover-inverse-danger:hover
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-danger {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-danger i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-danger.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #f1416c !important;
}
.text-active-danger.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #f1416c !important;
}
.text-active-danger.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f1416c;
}
.text-active-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-inverse-danger {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-danger i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-danger.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-inverse-danger.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-inverse-danger.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-active-inverse-danger.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-dark {
    color: var(--ad-mode-color-menu-text) !important;
}
.text-inverse-dark {
    color: #fff !important;
}
.text-light-dark {
    color: #eff2f5 !important;
}
.text-hover-dark {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-dark i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-dark:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #181c32 !important;
}
.text-hover-dark:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #181c32 !important;
}
.text-hover-dark:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.text-hover-dark:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-hover-inverse-dark {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-dark i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-dark:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-inverse-dark:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-hover-inverse-dark:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-hover-inverse-dark:hover
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-dark {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-dark i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-dark.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #181c32 !important;
}
.text-active-dark.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #181c32 !important;
}
.text-active-dark.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.text-active-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-inverse-dark {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-dark i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-dark.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-inverse-dark.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #fff !important;
}
.text-active-inverse-dark.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.text-active-inverse-dark.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-muted {
    color: #a1a5b7 !important;
}
.text-hover-muted {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-muted i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-muted:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #a1a5b7 !important;
}
.text-hover-muted:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #a1a5b7 !important;
}
.text-hover-muted:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.text-hover-muted:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-muted {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-muted i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-muted.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #a1a5b7 !important;
}
.text-active-muted.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #a1a5b7 !important;
}
.text-active-muted.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.text-active-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-gray-100 {
    color: #f5f8fa !important;
}
.text-hover-gray-100 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-100 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-100:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #f5f8fa !important;
}
.text-hover-gray-100:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #f5f8fa !important;
}
.text-hover-gray-100:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f5f8fa;
}
.text-hover-gray-100:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-gray-100 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-100 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-100.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #f5f8fa !important;
}
.text-active-gray-100.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #f5f8fa !important;
}
.text-active-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f5f8fa;
}
.text-active-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-gray-200 {
    color: #eff2f5 !important;
}
.text-hover-gray-200 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-200 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-200:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #eff2f5 !important;
}
.text-hover-gray-200:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #eff2f5 !important;
}
.text-hover-gray-200:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #eff2f5;
}
.text-hover-gray-200:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-gray-200 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-200 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-200.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #eff2f5 !important;
}
.text-active-gray-200.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #eff2f5 !important;
}
.text-active-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #eff2f5;
}
.text-active-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-gray-300 {
    color: #e4e6ef !important;
}
.text-hover-gray-300 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-300 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-300:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #e4e6ef !important;
}
.text-hover-gray-300:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #e4e6ef !important;
}
.text-hover-gray-300:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e4e6ef;
}
.text-hover-gray-300:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-gray-300 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-300 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-300.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #e4e6ef !important;
}
.text-active-gray-300.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #e4e6ef !important;
}
.text-active-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e4e6ef;
}
.text-active-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-gray-400 {
    color: #b5b5c3 !important;
}
.text-hover-gray-400 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-400 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-400:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #b5b5c3 !important;
}
.text-hover-gray-400:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #b5b5c3 !important;
}
.text-hover-gray-400:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #b5b5c3;
}
.text-hover-gray-400:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-gray-400 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-400 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-400.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #b5b5c3 !important;
}
.text-active-gray-400.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #b5b5c3 !important;
}
.text-active-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #b5b5c3;
}
.text-active-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-gray-500 {
    color: #a1a5b7 !important;
}
.text-hover-gray-500 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-500 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-500:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #a1a5b7 !important;
}
.text-hover-gray-500:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #a1a5b7 !important;
}
.text-hover-gray-500:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.text-hover-gray-500:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-gray-500 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-500 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-500.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #a1a5b7 !important;
}
.text-active-gray-500.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #a1a5b7 !important;
}
.text-active-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.text-active-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-gray-600 {
    color: var(--ad-mode-color-3) !important;
}
.text-hover-gray-600 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-600 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-600:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7e8299 !important;
}
.text-hover-gray-600:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7e8299 !important;
}
.text-hover-gray-600:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.text-hover-gray-600:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-gray-600 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-600 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-600.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7e8299 !important;
}
.text-active-gray-600.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #7e8299 !important;
}
.text-active-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.text-active-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-gray-700 {
    color: var(--ad-mode-color-1) !important;
}
.text-hover-gray-700 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-700 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-700:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: var(--ad-mode-color-1) !important;
}
.text-hover-gray-700:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: var(--ad-mode-color-1) !important;
}
.text-hover-gray-700:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--ad-mode-color-1);
}
.text-hover-gray-700:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-gray-700 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-700 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-700.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: var(--ad-mode-color-1) !important;
}
.text-active-gray-700.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: var(--ad-mode-color-1) !important;
}
.text-active-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--ad-mode-color-1);
}
.text-active-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-gray-800 {
    color:var(--ad-mode-color-menu-text) !important;
}
.text-hover-gray-800 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-800 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-800:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: var(--ad-mode-color-1) !important;
}
.text-hover-gray-800:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: var(--ad-mode-color-1) !important;
}
.text-hover-gray-800:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--ad-mode-color-1);
}
.text-hover-gray-800:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-gray-800 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-800 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-800.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #3f4254 !important;
}
.text-active-gray-800.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #3f4254 !important;
}
.text-active-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #3f4254;
}
.text-active-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-gray-900 {
    color: #181c32 !important;
}
.text-hover-gray-900 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-900 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-900:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #181c32 !important;
}
.text-hover-gray-900:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #181c32 !important;
}
.text-hover-gray-900:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.text-hover-gray-900:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.text-active-gray-900 {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-900 i {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-900.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #181c32 !important;
}
.text-active-gray-900.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #181c32 !important;
}
.text-active-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.text-active-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.fw-boldest {
    font-weight: 700 !important;
}
.text-transparent {
    color: transparent;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default;
}
.cursor-move {
    cursor: move;
}
i {
    line-height: 1;
    /* font-size: 1.1rem; */
    color: var(--ad-mode-icon);
}
a {
    transition: color 0.2s ease, background-color 0.2s ease;
}
a:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.opacity-active-0.active {
    opacity: 0 !important;
}
.opacity-state-0.active,
.opacity-state-0:hover {
    opacity: 0 !important;
}
.opacity-active-5.active {
    opacity: 0.05 !important;
}
.opacity-state-5.active,
.opacity-state-5:hover {
    opacity: 0.05 !important;
}
.opacity-active-10.active {
    opacity: 0.1 !important;
}
.opacity-state-10.active,
.opacity-state-10:hover {
    opacity: 0.1 !important;
}
.opacity-active-15.active {
    opacity: 0.15 !important;
}
.opacity-state-15.active,
.opacity-state-15:hover {
    opacity: 0.15 !important;
}
.opacity-active-20.active {
    opacity: 0.2 !important;
}
.opacity-state-20.active,
.opacity-state-20:hover {
    opacity: 0.2 !important;
}
.opacity-active-25.active {
    opacity: 0.25 !important;
}
.opacity-state-25.active,
.opacity-state-25:hover {
    opacity: 0.25 !important;
}
.opacity-active-50.active {
    opacity: 0.5 !important;
}
.opacity-state-50.active,
.opacity-state-50:hover {
    opacity: 0.5 !important;
}
.opacity-active-75.active {
    opacity: 0.75 !important;
}
.opacity-state-75.active,
.opacity-state-75:hover {
    opacity: 0.75 !important;
}
.opacity-active-100.active {
    opacity: 1 !important;
}
.opacity-state-100.active,
.opacity-state-100:hover {
    opacity: 1 !important;
}
.transform-90 {
    transform: rotate(90deg);
    transform-origin: right top;
}
.animation {
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes animationSlideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.animation-slide-in-down {
    animation-name: animationSlideInDown;
}
@keyframes animationSlideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.animation-slide-in-up {
    animation-name: animationSlideInUp;
}
@keyframes animationFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.animation-fade-in {
    animation-name: animationFadeIn;
}
@keyframes animationFadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.animation-fade-out {
    animation-name: animationFadeOut;
}
.animation-blink {
    animation: animationBlink 1s steps(5, start) infinite;
}
@keyframes animationBlink {
    to {
        visibility: hidden;
    }
}
.nav-line-tabs {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eff2f5;
}
.nav-line-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-line-tabs .nav-item .nav-link {
    color: #a1a5b7;
    border: 0;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, background-color 0.2s ease;
    padding: 0.5rem 0;
    margin: 0 1rem;
}
.nav-line-tabs .nav-item:first-child .nav-link {
    margin-left: 0;
}
.nav-line-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}
.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--bs-primary);
    transition: color 0.2s ease, background-color 0.2s ease;
}
.nav-line-tabs.nav-line-tabs-2x {
    border-bottom-width: 2px;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item {
    margin-bottom: -2px;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
    border-bottom-width: 2px;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link {
    border-bottom-width: 2px;
}
.nav-pills .nav-item {
    margin-right: 0.5rem;
}
.nav-pills .nav-item:last-child {
    margin-right: 0;
}
.nav-stretch {
    align-items: stretch;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.nav-stretch .nav-item {
    display: flex;
    align-items: stretch;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.nav-stretch .nav-link {
    display: flex;
    align-items: center;
}
.nav-group {
    padding: 0.35rem;
    border-radius: 0.475rem;
    background-color: #f5f8fa;
}
.nav-group.nav-group-outline {
    background-color: transparent;
    border: 1px solid #eff2f5;
}
.nav-group.nav-group-fluid {
    display: flex;
}
.nav-group.nav-group-fluid > .btn,
.nav-group.nav-group-fluid > label {
    position: relative;
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 0;
}
.nav-group.nav-group-fluid > label {
    margin-right: 0.1rem;
}
.nav-group.nav-group-fluid > label > .btn {
    width: 100%;
}
.nav-group.nav-group-fluid > label:last-child {
    margin-right: 0;
}
.nav.nav-pills.nav-pills-custom .nav-link,
.nav.nav-pills.nav-pills-custom .show > .nav-link {
    border: 1px dashed #e4e6ef;
    border-radius: 12px;
}
.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img,
.nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon img {
    width: 30px;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img.default,
.nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon img.default {
    display: inline-block;
}
.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img.active,
.nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon img.active {
    display: none;
}
.nav.nav-pills.nav-pills-custom .nav-link.active,
.nav.nav-pills.nav-pills-custom .show > .nav-link.active {
    background-color: transparent;
    border: 1px solid #e4e6ef;
    transition-duration: 1ms;
    position: relative;
}
.nav.nav-pills.nav-pills-custom .nav-link.active .nav-text,
.nav.nav-pills.nav-pills-custom .show > .nav-link.active .nav-text {
    color: #3f4254 !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.nav.nav-pills.nav-pills-custom .nav-link.active .bullet-custom,
.nav.nav-pills.nav-pills-custom .show > .nav-link.active .bullet-custom {
    display: block;
}
.nav.nav-pills.nav-pills-custom .nav-link .bullet-custom,
.nav.nav-pills.nav-pills-custom .show > .nav-link .bullet-custom {
    display: none;
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.pagination.pagination-circle .page-link {
    border-radius: 50%;
}
.pagination.pagination-outline .page-link {
    border: 1px solid #1379e0;
}
.pagination.pagination-outline .page-item.active .page-link,
.pagination.pagination-outline .page-item:hover .page-link {
    border-color: #13dc6e;
}
.page-item {
    margin-right: 0.5rem;
}
.page-item:last-child {
    margin-right: 0;
}
.page-item .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 0.475rem; */
    height: 2.5rem;
    min-width: 2.5rem;
    font-weight: 500;
    font-size: 1.075rem;
}
.page-item .page-link i {
    font-size: 0.85rem;
}
.page-item .page-link .next,
.page-item .page-link .previous {
    display: block;
    height: 0.875rem;
    width: 0.875rem;
}
.page-item .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}
.page-item .page-link .next {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.page-item.next .page-link,
.page-item.previous .page-link {
    background-color: var(--ad-mode-bg-1);
}
.page-item.next .page-link i,
.page-item.previous .page-link i {
    color: #673448;
}
.page-item.next .page-link .svg-icon svg [fill]:not(.permanent):not(g),
.page-item.previous .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--ad-mode-color-1);
}
.page-item.next .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g),
.page-item.previous
.page-link
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.page-item:focus .page-link i {
    color: var(--bs-primary);
}
.page-item:focus .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--bs-primary);
}
.page-item:focus .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.page-item:focus .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2350CD89'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}
.page-item:focus .page-link .next {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2350CD89'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.page-item:hover .page-link i {
    color: var(--bs-primary);
}
.page-item:hover .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--bs-primary);
}
.page-item:hover .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.page-item:hover .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2350CD89'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}
.page-item:hover .page-link .next {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2350CD89'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.page-item.active .page-link i {
    color: #fff;
}
.page-item.active .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e71313;
}
.page-item.active .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.page-item.active .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}
.page-item.active .page-link .next {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.page-item.disabled .page-link i {
    color: #b5b5c3;
}
.page-item.disabled .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #b5b5c3;
}
.page-item.disabled
.page-link
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.page-item.disabled .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}
.page-item.disabled .page-link .next {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
@media (max-width: 991.98px) {
    .page-item {
        margin-right: 0.25rem;
    }
    .page-item:last-child {
        margin-right: 0;
    }
}
.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid var(--ad-mode-color-2);
}
.separator.separator-dotted {
    border-bottom-style: dotted;
    border-bottom-color: #e4e6ef;
}
.separator.separator-dashed {
    border-bottom-style: dashed;
    border-bottom-color: #e4e6ef;
}
.separator.separator-content {
    display: flex;
    align-items: center;
    border-bottom: 0;
    text-align: center;
}
@keyframes menu-sub-dropdown-animation-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes menu-sub-dropdown-animation-move-up {
    from {
        margin-top: 0.75rem;
    }
    to {
        margin-top: 0;
    }
}
@keyframes menu-sub-dropdown-animation-move-down {
    from {
        margin-bottom: 0.75rem;
    }
    to {
        margin-bottom: 0;
    }
}
.anchor {
    display: flex;
    align-items: center;
}
.anchor a {
    position: relative;
    display: none;
    align-items: center;
    justify-content: flex-start;
    height: 1em;
    width: 1.25em;
    margin-left: -1.25em;
    font-weight: 500;
    font-size: 0.8em;
    color: #a1a5b7;
    transition: all 0.2s ease;
}
.anchor a:before {
    content: "#";
}
.anchor:hover a {
    display: flex;
}
.anchor:hover a:hover {
    color: var(--bs-primary);
    transition: all 0.2s ease;
}
.card {
    /* border: 1px solid #eff2f5; */
    box-shadow: none;
}
.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 40px;
    /* padding: 0 2.25rem; */
    background-color: transparent;
    /* border-bottom: 1px solid #eff2f5; */
}
.card .card-header .card-title {
    display: flex;
    align-items: center;
    margin: 0.5rem;
    margin-left: 0;
}
.card .card-header .card-title.flex-column {
    align-items: flex-start;
    justify-content: center;
}
.card .card-header .card-title .card-icon {
    margin-right: 0.75rem;
    line-height: 0;
}
.card .card-header .card-title .card-icon i {
    font-size: 1.25rem;
    color: #7e8299;
    line-height: 0;
}
.card .card-header .card-title .card-icon i:after,
.card .card-header .card-title .card-icon i:before {
    line-height: 0;
}
.card .card-header .card-title .card-icon .svg-icon svg {
    height: 24px;
    width: 24px;
}
.card
.card-header
.card-title
.card-icon
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.card
.card-header
.card-title
.card-icon
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.card .card-header .card-title,
.card .card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: var(--ad-mode-color);
}
.card .card-header .card-title .card-label {
    margin: 0 0.75rem 0 0;
    flex-wrap: wrap;
}
.card .card-header .card-title .small,
.card .card-header .card-title small {
    color: #a1a5b7;
    font-size: 1rem;
}
.card .card-header .card-title .h1,
.card .card-header .card-title .h2,
.card .card-header .card-title .h3,
.card .card-header .card-title .h4,
.card .card-header .card-title .h5,
.card .card-header .card-title .h6,
.card .card-header .card-title h1,
.card .card-header .card-title h2,
.card .card-header .card-title h3,
.card .card-header .card-title h4,
.card .card-header .card-title h5,
.card .card-header .card-title h6 {
    margin-bottom: 0;
}
.card .card-header .card-toolbar {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    flex-wrap: wrap;
}
.card .card-body {
    padding: 1rem 0.95rem;
}
.card .card-footer {
    padding: 2rem 2.25rem;
    background-color: transparent;
    border-top: 1px solid #eff2f5;
}
.card .card-scroll {
    position: relative;
    overflow: auto;
}
.card.card-px-0 .card-body,
.card.card-px-0 .card-footer,
.card.card-px-0 .card-header {
    padding-left: 0;
    padding-right: 0;
}
.card.card-py-0 .card-body,
.card.card-py-0 .card-footer,
.card.card-py-0 .card-header {
    padding-top: 0;
    padding-bottom: 0;
}
.card.card-p-0 .card-body,
.card.card-p-0 .card-footer,
.card.card-p-0 .card-header {
    padding: 0;
}
.card.card-dashed {
    box-shadow: none;
    border: 1px dashed #e4e6ef;
}
.card.card-dashed > .card-header {
    border-bottom: 1px dashed #e4e6ef;
}
.card.card-dashed > .card-footer {
    border-top: 1px dashed #e4e6ef;
}
.card.card-bordered {
    box-shadow: none;
    border: 1px solid #eff2f5;
}
.card.card-flush > .card-header {
    border-bottom: 0;
}
.card.card-flush > .card-footer {
    border-top: 0;
}
.card.card-shadow {
    box-shadow: none;
    border: 0;
}
.card.card-stretch {
    height: calc(100% - var(--bs-gutter-y));
}
.card.card-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
}
.card.card-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
}
.card.card-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
}
.card.card-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
}
.card .card-header-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
}
.card .card-header-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
}
@media (min-width: 576px) {
    .card.card-sm-stretch {
        height: calc(100% - var(--bs-gutter-y));
    }
    .card.card-sm-stretch-75 {
        height: calc(75% - var(--bs-gutter-y));
    }
    .card.card-sm-stretch-50 {
        height: calc(50% - var(--bs-gutter-y));
    }
    .card.card-sm-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y));
    }
    .card.card-sm-stretch-25 {
        height: calc(25% - var(--bs-gutter-y));
    }
    .card .card-header-sm-stretch {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: stretch;
    }
    .card .card-header-sm-stretch .card-toolbar {
        margin: 0;
        align-items: stretch;
    }
}
@media (min-width: 768px) {
    .card.card-md-stretch {
        height: calc(100% - var(--bs-gutter-y));
    }
    .card.card-md-stretch-75 {
        height: calc(75% - var(--bs-gutter-y));
    }
    .card.card-md-stretch-50 {
        height: calc(50% - var(--bs-gutter-y));
    }
    .card.card-md-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y));
    }
    .card.card-md-stretch-25 {
        height: calc(25% - var(--bs-gutter-y));
    }
    .card .card-header-md-stretch {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: stretch;
    }
    .card .card-header-md-stretch .card-toolbar {
        margin: 0;
        align-items: stretch;
    }
}
@media (min-width: 992px) {
    .card.card-lg-stretch {
        height: calc(100% - var(--bs-gutter-y));
    }
    .card.card-lg-stretch-75 {
        height: calc(75% - var(--bs-gutter-y));
    }
    .card.card-lg-stretch-50 {
        height: calc(50% - var(--bs-gutter-y));
    }
    .card.card-lg-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y));
    }
    .card.card-lg-stretch-25 {
        height: calc(25% - var(--bs-gutter-y));
    }
    .card .card-header-lg-stretch {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: stretch;
    }
    .card .card-header-lg-stretch .card-toolbar {
        margin: 0;
        align-items: stretch;
    }
}
@media (min-width: 1200px) {
    .card.card-xl-stretch {
        height: calc(100% - var(--bs-gutter-y));
    }
    .card.card-xl-stretch-75 {
        height: calc(75% - var(--bs-gutter-y));
    }
    .card.card-xl-stretch-50 {
        height: calc(50% - var(--bs-gutter-y));
    }
    .card.card-xl-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y));
    }
    .card.card-xl-stretch-25 {
        height: calc(25% - var(--bs-gutter-y));
    }
    .card .card-header-xl-stretch {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: stretch;
    }
    .card .card-header-xl-stretch .card-toolbar {
        margin: 0;
        align-items: stretch;
    }
}
@media (min-width: 1400px) {
    .card.card-xxl-stretch {
        height: calc(100% - var(--bs-gutter-y));
    }
    .card.card-xxl-stretch-75 {
        height: calc(75% - var(--bs-gutter-y));
    }
    .card.card-xxl-stretch-50 {
        height: calc(50% - var(--bs-gutter-y));
    }
    .card.card-xxl-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y));
    }
    .card.card-xxl-stretch-25 {
        height: calc(25% - var(--bs-gutter-y));
    }
    .card .card-header-xxl-stretch {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: stretch;
    }
    .card .card-header-xxl-stretch .card-toolbar {
        margin: 0;
        align-items: stretch;
    }
}
.card-p {
    padding: 2rem 2.25rem !important;
}
.card-px {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}
.card-shadow {
    box-shadow: none;
}
.card-py {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.card-rounded {
    border-radius: 0.475rem;
}
.card-rounded-start {
    border-top-left-radius: 0.475rem;
    border-bottom-left-radius: 0.475rem;
}
.card-rounded-end {
    border-top-right-radius: 0.475rem;
    border-bottom-right-radius: 0.475rem;
}
.card-rounded-top {
    border-top-left-radius: 0.475rem;
    border-top-right-radius: 0.475rem;
}
.card-rounded-bottom {
    border-bottom-left-radius: 0.475rem;
    border-bottom-right-radius: 0.475rem;
}
@media (max-width: 767.98px) {
    .card > .card-header:not(.flex-nowrap) {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
.btn {
    outline: 0 !important;
}
.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg) {
    box-shadow: none !important;
}
.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    /* padding: calc(0.75rem + 1px) calc(1.5rem + 1px); */
}
.btn-group-lg
> .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon),
.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-lg {
    padding: calc(0.825rem + 1px) calc(1.75rem + 1px);
}
.btn-group-sm
> .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon),
.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm {
    /* padding: calc(0.55rem + 1px) calc(1.25rem + 1px); */
    padding: calc(0.45rem + 1px) calc(1rem + 1px)
}
.btn.btn-link {
    border: 0;
    border-radius: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-decoration: none;
    font-weight: 500;
}
.btn.btn-outline-dashed {
    border: 1px dashed #e4e6ef;
}
.btn.btn-outline-default {
    border: 1px solid #e4e6ef;
}
.btn.btn-flush {
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    outline: 0 !important;
    margin: 0;
    padding: 0;
}
.btn.btn-flex {
    display: inline-flex;
    align-items: center;
}
.btn i {
    display: inline-flex;
    /* font-size: 1rem; */
    padding-right: 0.2rem;
    vertical-align: middle;
    line-height: 0;
    color: white;
}
.btn .svg-icon {
    flex-shrink: 0;
    line-height: 0;
    margin-right: 0.5rem;
    /* background-color: white; */
}
.btn.btn-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.5rem + 2px);
    width: calc(1.5em + 1.5rem + 2px);
    background-color: var(--bs-primary);
}
.btn-group-sm > .btn.btn-icons,
.btn.btn-icons.btn-sm {
    height: calc(1.5em + 1.1rem + 2px);
    width: calc(1.5em + 1.1rem + 2px);
}
.btn-group-lg > .btn.btn-icons,
.btn.btn-icons.btn-lg {
    height: calc(1.5em + 1.65rem + 2px);
    width: calc(1.5em + 1.65rem + 2px);
}
.btn.btn-icons.btn-circle {
    border-radius: 50%;
}
.btn.btn-icons .svg-icon,
.btn.btn-icons i {
    padding: 0;
    margin: 0;
    line-height: 1;
}
.btn.btn-icons .fonticon-moon{
    color: white;
}

.btn.btn.btn-icon-secondary:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush) {
    border: 0;
}
.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.5rem + 2px);
    width: calc(1.5em + 1.5rem + 2px);
}
.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush) {
    border: 0;
}
.btn-group-sm > .btn.btn-icon,
.btn.btn-icon.btn-sm {
    height: calc(1.5em + 1.1rem + 2px);
    width: calc(1.5em + 1.1rem + 2px);
}
.btn-group-lg > .btn.btn-icon,
.btn.btn-icon.btn-lg {
    height: calc(1.5em + 1.65rem + 2px);
    width: calc(1.5em + 1.65rem + 2px);
}
.btn.btn-icon.btn-circle {
    border-radius: 50%;
}
.btn.btn-icon .svg-icon,
.btn.btn-icon i {
    padding: 0;
    margin: 0;
    line-height: 1;
}
.btn.btn-hover-rise {
    transition: transform 0.3s ease;
}
.btn.btn-hover-rise:hover {
    transform: translateY(-10%);
    transition: transform 0.3s ease;
}
.btn.btn-hover-scale {
    transition: transform 0.3s ease;
}
.btn.btn-hover-scale:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.btn.btn-hover-rotate-end {
    transition: transform 0.3s ease;
}
.btn.btn-hover-rotate-end:hover {
    transform: rotate(4deg);
    transition: transform 0.3s ease;
}
.btn.btn-hover-rotate-start {
    transition: transform 0.3s ease;
}
.btn.btn-hover-rotate-start:hover {
    transform: rotate(-4deg);
    transition: transform 0.3s ease;
}
.btn.btn-white {
    color: #7e8299;
    border-color: #fff;
    background-color: #fff;
}
.btn.btn-white i {
    color: #7e8299;
}
.btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-white.dropdown-toggle:after {
    color: #7e8299;
}
.btn-check:active + .btn.btn-white,
.btn-check:checked + .btn.btn-white,
.btn.btn-white.active,
.btn.btn-white.show,
.btn.btn-white:active:not(.btn-active),
.btn.btn-white:focus:not(.btn-active),
.btn.btn-white:hover:not(.btn-active),
.show > .btn.btn-white {
    color: #7e8299;
    border-color: #f5f8fa;
    background-color: #f5f8fa !important;
}
.btn-check:active + .btn.btn-white i,
.btn-check:checked + .btn.btn-white i,
.btn.btn-white.active i,
.btn.btn-white.show i,
.btn.btn-white:active:not(.btn-active) i,
.btn.btn-white:focus:not(.btn-active) i,
.btn.btn-white:hover:not(.btn-active) i,
.show > .btn.btn-white i {
    color: #7e8299;
}
.btn-check:active + .btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked + .btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-white.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-white.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-white:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-white:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-white:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.btn-check:active
+ .btn.btn-white
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-white
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-white:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-white:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-white:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-white.dropdown-toggle:after,
.btn-check:checked + .btn.btn-white.dropdown-toggle:after,
.btn.btn-white.active.dropdown-toggle:after,
.btn.btn-white.show.dropdown-toggle:after,
.btn.btn-white:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-white:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-white:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-white.dropdown-toggle:after {
    color: #7e8299;
}
.btn.btn-bg-white {
    border-color: #fff;
    background-color: #fff;
}
.btn-check:active + .btn.btn-active-white,
.btn-check:checked + .btn.btn-active-white,
.btn.btn-active-white.active,
.btn.btn-active-white.show,
.btn.btn-active-white:active:not(.btn-active),
.btn.btn-active-white:focus:not(.btn-active),
.btn.btn-active-white:hover:not(.btn-active),
.show > .btn.btn-active-white {
    color: #7e8299;
    border-color: #fff;
    background-color: #fff !important;
}
.btn-check:active + .btn.btn-active-white i,
.btn-check:checked + .btn.btn-active-white i,
.btn.btn-active-white.active i,
.btn.btn-active-white.show i,
.btn.btn-active-white:active:not(.btn-active) i,
.btn.btn-active-white:focus:not(.btn-active) i,
.btn.btn-active-white:hover:not(.btn-active) i,
.show > .btn.btn-active-white i {
    color: #7e8299;
}
.btn-check:active
+ .btn.btn-active-white
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-white
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-white.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-white.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-white:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-white:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-white:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.btn-check:active
+ .btn.btn-active-white
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-white
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-white:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-white:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-white:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-white
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-white.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-white.dropdown-toggle:after,
.btn.btn-active-white.active.dropdown-toggle:after,
.btn.btn-active-white.show.dropdown-toggle:after,
.btn.btn-active-white:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-white:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-white:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-white.dropdown-toggle:after {
    color: #7e8299;
}
.btn.btn-light {
    color: var(--ad-mode-color);
    border-color: var(--ad-mode-border-1);
    background-color: var(--ad-mode-bg-1);
}
.btn.btn-light i {
    color: #7e8299;
}
.btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light.dropdown-toggle:after {
    color: #7e8299;
}
.btn-check:active + .btn.btn-light,
.btn-check:checked + .btn.btn-light,
.btn.btn-light.active,
.btn.btn-light.show,
.btn.btn-light:active:not(.btn-active),
.btn.btn-light:focus:not(.btn-active),
.btn.btn-light:hover:not(.btn-active),
.show > .btn.btn-light {
    color: var(--ad-mode-text-1);
    border-color: var(--ad-mode-border-1);
    background-color: var(--ad-mode-bg-3) !important;
}
.btn-check:active + .btn.btn-light i,
.btn-check:checked + .btn.btn-light i,
.btn.btn-light.active i,
.btn.btn-light.show i,
.btn.btn-light:active:not(.btn-active) i,
.btn.btn-light:focus:not(.btn-active) i,
.btn.btn-light:hover:not(.btn-active) i,
.show > .btn.btn-light i {
    color: #7e8299;
}
.btn-check:active + .btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked + .btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.btn-check:active
+ .btn.btn-light
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light.dropdown-toggle:after,
.btn.btn-light.active.dropdown-toggle:after,
.btn.btn-light.show.dropdown-toggle:after,
.btn.btn-light:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light.dropdown-toggle:after {
    color: #7e8299;
}
.btn.btn-bg-light {
    border-color: #f5f8fa;
    background-color: #f5f8fa;
}
.btn-check:active + .btn.btn-active-light,
.btn-check:checked + .btn.btn-active-light,
.btn.btn-active-light.active,
.btn.btn-active-light.show,
.btn.btn-active-light:active:not(.btn-active),
.btn.btn-active-light:focus:not(.btn-active),
.btn.btn-active-light:hover:not(.btn-active),
.show > .btn.btn-active-light {
    color: #7e8299;
    border-color: #0e83d2;
    background-color: #f5f8fa !important;
}
.btn-check:active + .btn.btn-active-light i,
.btn-check:checked + .btn.btn-active-light i,
.btn.btn-active-light.active i,
.btn.btn-active-light.show i,
.btn.btn-active-light:active:not(.btn-active) i,
.btn.btn-active-light:focus:not(.btn-active) i,
.btn.btn-active-light:hover:not(.btn-active) i,
.show > .btn.btn-active-light i {
    color: #7e8299;
}
.btn-check:active
+ .btn.btn-active-light
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.btn-check:active
+ .btn.btn-active-light
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-light
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-light.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-light.dropdown-toggle:after,
.btn.btn-active-light.active.dropdown-toggle:after,
.btn.btn-active-light.show.dropdown-toggle:after,
.btn.btn-active-light:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-light.dropdown-toggle:after {
    color: #7e8299;
}
.btn.btn-primary {
    color: #fff;
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}
.btn.btn-primary i {
    color: #fff;
}
.btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-primary.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-primary,
.btn-check:checked + .btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show > .btn.btn-primary {
    color: #fff;
    border-color: var(--bs-primary-1);
    background-color: var(--bs-primary-1) !important;
}
.btn-check:active + .btn.btn-primary i,
.btn-check:checked + .btn.btn-primary i,
.btn.btn-primary.active i,
.btn.btn-primary.show i,
.btn.btn-primary:active:not(.btn-active) i,
.btn.btn-primary:focus:not(.btn-active) i,
.btn.btn-primary:hover:not(.btn-active) i,
.show > .btn.btn-primary i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-primary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-primary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-primary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-primary:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-primary:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-primary:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-primary:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-primary:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-primary:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-primary.dropdown-toggle:after,
.btn-check:checked + .btn.btn-primary.dropdown-toggle:after,
.btn.btn-primary.active.dropdown-toggle:after,
.btn.btn-primary.show.dropdown-toggle:after,
.btn.btn-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-primary:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-primary.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-light-primary {
    color: var(--bs-primary);
    border-color: #e8fff3;
    background-color: #e8fff3;
}
.btn.btn-light-primary i {
    color: var(--bs-primary);
}
.btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--bs-primary);
}
.btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light-primary.dropdown-toggle:after {
    color: var(--bs-primary);
}
.btn-check:active + .btn.btn-light-primary,
.btn-check:checked + .btn.btn-light-primary,
.btn.btn-light-primary.active,
.btn.btn-light-primary.show,
.btn.btn-light-primary:active:not(.btn-active),
.btn.btn-light-primary:focus:not(.btn-active),
.btn.btn-light-primary:hover:not(.btn-active),
.show > .btn.btn-light-primary {
    color: #fff;
    border-color: var(--bs-primary);
    background-color: var(--bs-primary) !important;
}
.btn-check:active + .btn.btn-light-primary i,
.btn-check:checked + .btn.btn-light-primary i,
.btn.btn-light-primary.active i,
.btn.btn-light-primary.show i,
.btn.btn-light-primary:active:not(.btn-active) i,
.btn.btn-light-primary:focus:not(.btn-active) i,
.btn.btn-light-primary:hover:not(.btn-active) i,
.show > .btn.btn-light-primary i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-light-primary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-primary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-primary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-primary:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-primary:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-primary:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-light-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-primary:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-primary:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-primary:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-light-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light-primary.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light-primary.dropdown-toggle:after,
.btn.btn-light-primary.active.dropdown-toggle:after,
.btn.btn-light-primary.show.dropdown-toggle:after,
.btn.btn-light-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-primary:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light-primary.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-bg-primary {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}
.btn-check:active + .btn.btn-active-primary,
.btn-check:checked + .btn.btn-active-primary,
.btn.btn-active-primary.active,
.btn.btn-active-primary.show,
.btn.btn-active-primary:active:not(.btn-active),
.btn.btn-active-primary:focus:not(.btn-active),
.btn.btn-active-primary:hover:not(.btn-active),
.show > .btn.btn-active-primary {
    color: var(--ad-mode-bg);
    border-color: var(--bs-primary);
    background-color: var(--bs-primary) !important;
}
.btn-check:active + .btn.btn-active-primary i,
.btn-check:checked + .btn.btn-active-primary i,
.btn.btn-active-primary.active i,
.btn.btn-active-primary.show i,
.btn.btn-active-primary:active:not(.btn-active) i,
.btn.btn-active-primary:focus:not(.btn-active) i,
.btn.btn-active-primary:hover:not(.btn-active) i,
.show > .btn.btn-active-primary i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-active-primary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-primary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-primary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-primary:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-primary:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-primary:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-active-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-primary.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-primary:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-primary:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-primary:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-primary.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-primary.dropdown-toggle:after,
.btn.btn-active-primary.active.dropdown-toggle:after,
.btn.btn-active-primary.show.dropdown-toggle:after,
.btn.btn-active-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-primary:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-primary.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-active-light-primary,
.btn-check:checked + .btn.btn-active-light-primary,
.btn.btn-active-light-primary.active,
.btn.btn-active-light-primary.show,
.btn.btn-active-light-primary:active:not(.btn-active),
.btn.btn-active-light-primary:focus:not(.btn-active),
.btn.btn-active-light-primary:hover:not(.btn-active),
.show > .btn.btn-active-light-primary {
    color: var(--bs-primary);
    border-color: var(--ad-mode-border-1);
    background-color: var(--ad-mode-bg-1) !important;
}
.btn-check:active + .btn.btn-active-light-primary i,
.btn-check:checked + .btn.btn-active-light-primary i,
.btn.btn-active-light-primary.active i,
.btn.btn-active-light-primary.show i,
.btn.btn-active-light-primary:active:not(.btn-active) i,
.btn.btn-active-light-primary:focus:not(.btn-active) i,
.btn.btn-active-light-primary:hover:not(.btn-active) i,
.show > .btn.btn-active-light-primary i {
    color: var(--bs-primary-1);
}
.btn-check:active
+ .btn.btn-active-light-primary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light-primary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-primary.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-light-primary
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--bs-primary);
}
.btn-check:active
+ .btn.btn-active-light-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-primary.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-primary.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-light-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-light-primary.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-light-primary.dropdown-toggle:after,
.btn.btn-active-light-primary.active.dropdown-toggle:after,
.btn.btn-active-light-primary.show.dropdown-toggle:after,
.btn.btn-active-light-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-primary:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-light-primary.dropdown-toggle:after {
    color: var(--bs-primary);
}
.btn.btn-active-light-primary.btn-outline:not(.btn-outline-default) {
    border-color: var(--bs-primary) !important;
}
.btn.btn-secondary {
    color: #3f4254;
    border-color: #e4e6ef;
    background-color: #e4e6ef;
}
.btn.btn-secondary i {
    color: #3f4254;
}
.btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #3f4254;
}
.btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-secondary.dropdown-toggle:after {
    color: #3f4254;
}
.btn-check:active + .btn.btn-secondary,
.btn-check:checked + .btn.btn-secondary,
.btn.btn-secondary.active,
.btn.btn-secondary.show,
.btn.btn-secondary:active:not(.btn-active),
.btn.btn-secondary:focus:not(.btn-active),
.btn.btn-secondary:hover:not(.btn-active),
.show > .btn.btn-secondary {
    color: #3f4254;
    border-color: #b5b5c3;
    background-color: #b5b5c3 !important;
}
.btn-check:active + .btn.btn-secondary i,
.btn-check:checked + .btn.btn-secondary i,
.btn.btn-secondary.active i,
.btn.btn-secondary.show i,
.btn.btn-secondary:active:not(.btn-active) i,
.btn.btn-secondary:focus:not(.btn-active) i,
.btn.btn-secondary:hover:not(.btn-active) i,
.show > .btn.btn-secondary i {
    color: #3f4254;
}
.btn-check:active
+ .btn.btn-secondary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-secondary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-secondary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-secondary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-secondary:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-secondary:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-secondary:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #3f4254;
}
.btn-check:active
+ .btn.btn-secondary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-secondary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-secondary:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-secondary:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-secondary:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-secondary.dropdown-toggle:after,
.btn-check:checked + .btn.btn-secondary.dropdown-toggle:after,
.btn.btn-secondary.active.dropdown-toggle:after,
.btn.btn-secondary.show.dropdown-toggle:after,
.btn.btn-secondary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-secondary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-secondary:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-secondary.dropdown-toggle:after {
    color: #3f4254;
}
.btn.btn-bg-secondary {
    border-color: #e4e6ef;
    background-color: #e4e6ef;
}
.btn-check:active + .btn.btn-active-secondary,
.btn-check:checked + .btn.btn-active-secondary,
.btn.btn-active-secondary.active,
.btn.btn-active-secondary.show,
.btn.btn-active-secondary:active:not(.btn-active),
.btn.btn-active-secondary:focus:not(.btn-active),
.btn.btn-active-secondary:hover:not(.btn-active),
.show > .btn.btn-active-secondary {
    color: #3f4254;
    border-color: #e4e6ef;
    background-color: #e4e6ef !important;
}
.btn-check:active + .btn.btn-active-secondary i,
.btn-check:checked + .btn.btn-active-secondary i,
.btn.btn-active-secondary.active i,
.btn.btn-active-secondary.show i,
.btn.btn-active-secondary:active:not(.btn-active) i,
.btn.btn-active-secondary:focus:not(.btn-active) i,
.btn.btn-active-secondary:hover:not(.btn-active) i,
.show > .btn.btn-active-secondary i {
    color: #3f4254;
}
.btn-check:active
+ .btn.btn-active-secondary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-secondary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-secondary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-secondary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-secondary:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-secondary:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-secondary:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #3f4254;
}
.btn-check:active
+ .btn.btn-active-secondary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-secondary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-secondary.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-secondary.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-secondary:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-secondary:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-secondary:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-secondary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-secondary.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-secondary.dropdown-toggle:after,
.btn.btn-active-secondary.active.dropdown-toggle:after,
.btn.btn-active-secondary.show.dropdown-toggle:after,
.btn.btn-active-secondary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-secondary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-secondary:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-secondary.dropdown-toggle:after {
    color: #3f4254;
}
.btn.btn-success {
    color: #fff;
    border-color: #00b2ff;
    background-color: #00b2ff;
}
.btn.btn-success i {
    color: #fff;
}
.btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-success.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-success,
.btn-check:checked + .btn.btn-success,
.btn.btn-success.active,
.btn.btn-success.show,
.btn.btn-success:active:not(.btn-active),
.btn.btn-success:focus:not(.btn-active),
.btn.btn-success:hover:not(.btn-active),
.show > .btn.btn-success {
    color: #fff;
    border-color: #0098da;
    background-color: #0098da !important;
}
.btn-check:active + .btn.btn-success i,
.btn-check:checked + .btn.btn-success i,
.btn.btn-success.active i,
.btn.btn-success.show i,
.btn.btn-success:active:not(.btn-active) i,
.btn.btn-success:focus:not(.btn-active) i,
.btn.btn-success:hover:not(.btn-active) i,
.show > .btn.btn-success i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-success
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-success
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-success.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-success.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-success:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-success:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-success:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-success:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-success:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-success:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-success.dropdown-toggle:after,
.btn-check:checked + .btn.btn-success.dropdown-toggle:after,
.btn.btn-success.active.dropdown-toggle:after,
.btn.btn-success.show.dropdown-toggle:after,
.btn.btn-success:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-success:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-success:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-success.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-light-success {
    color: #00b2ff;
    border-color: #f1faff;
    background-color: #f1faff;
}
.btn.btn-light-success i {
    color: #00b2ff;
}
.btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #00b2ff;
}
.btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light-success.dropdown-toggle:after {
    color: #00b2ff;
}
.btn-check:active + .btn.btn-light-success,
.btn-check:checked + .btn.btn-light-success,
.btn.btn-light-success.active,
.btn.btn-light-success.show,
.btn.btn-light-success:active:not(.btn-active),
.btn.btn-light-success:focus:not(.btn-active),
.btn.btn-light-success:hover:not(.btn-active),
.show > .btn.btn-light-success {
    color: #fff;
    border-color: #00b2ff;
    background-color: #00b2ff !important;
}
.btn-check:active + .btn.btn-light-success i,
.btn-check:checked + .btn.btn-light-success i,
.btn.btn-light-success.active i,
.btn.btn-light-success.show i,
.btn.btn-light-success:active:not(.btn-active) i,
.btn.btn-light-success:focus:not(.btn-active) i,
.btn.btn-light-success:hover:not(.btn-active) i,
.show > .btn.btn-light-success i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-light-success
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-success
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-success.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-success.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-success:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-success:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-success:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-light-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-success:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-success:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-success:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-light-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light-success.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light-success.dropdown-toggle:after,
.btn.btn-light-success.active.dropdown-toggle:after,
.btn.btn-light-success.show.dropdown-toggle:after,
.btn.btn-light-success:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-success:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-success:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light-success.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-bg-success {
    border-color: #00b2ff;
    background-color: #00b2ff;
}
.btn-check:active + .btn.btn-active-success,
.btn-check:checked + .btn.btn-active-success,
.btn.btn-active-success.active,
.btn.btn-active-success.show,
.btn.btn-active-success:active:not(.btn-active),
.btn.btn-active-success:focus:not(.btn-active),
.btn.btn-active-success:hover:not(.btn-active),
.show > .btn.btn-active-success {
    color: #fff;
    border-color: #00b2ff;
    background-color: #00b2ff !important;
}
.btn-check:active + .btn.btn-active-success i,
.btn-check:checked + .btn.btn-active-success i,
.btn.btn-active-success.active i,
.btn.btn-active-success.show i,
.btn.btn-active-success:active:not(.btn-active) i,
.btn.btn-active-success:focus:not(.btn-active) i,
.btn.btn-active-success:hover:not(.btn-active) i,
.show > .btn.btn-active-success i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-active-success
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-success
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-success.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-success.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-success:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-success:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-success:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-active-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-success.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-success:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-success:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-success:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-success.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-success.dropdown-toggle:after,
.btn.btn-active-success.active.dropdown-toggle:after,
.btn.btn-active-success.show.dropdown-toggle:after,
.btn.btn-active-success:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-success:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-success:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-success.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-active-light-success,
.btn-check:checked + .btn.btn-active-light-success,
.btn.btn-active-light-success.active,
.btn.btn-active-light-success.show,
.btn.btn-active-light-success:active:not(.btn-active),
.btn.btn-active-light-success:focus:not(.btn-active),
.btn.btn-active-light-success:hover:not(.btn-active),
.show > .btn.btn-active-light-success {
    color: #00b2ff;
    border-color: #f1faff;
    background-color: #f1faff !important;
}
.btn-check:active + .btn.btn-active-light-success i,
.btn-check:checked + .btn.btn-active-light-success i,
.btn.btn-active-light-success.active i,
.btn.btn-active-light-success.show i,
.btn.btn-active-light-success:active:not(.btn-active) i,
.btn.btn-active-light-success:focus:not(.btn-active) i,
.btn.btn-active-light-success:hover:not(.btn-active) i,
.show > .btn.btn-active-light-success i {
    color: #00b2ff;
}
.btn-check:active
+ .btn.btn-active-light-success
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light-success
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-success.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-success.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-success:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-success:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-success:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-light-success
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #00b2ff;
}
.btn-check:active
+ .btn.btn-active-light-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-success.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-success.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-success:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-success:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-success:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-light-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-light-success.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-light-success.dropdown-toggle:after,
.btn.btn-active-light-success.active.dropdown-toggle:after,
.btn.btn-active-light-success.show.dropdown-toggle:after,
.btn.btn-active-light-success:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-success:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-success:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-light-success.dropdown-toggle:after {
    color: #00b2ff;
}
.btn.btn-active-light-success.btn-outline:not(.btn-outline-default) {
    border-color: #00b2ff !important;
}
.btn.btn-info {
    color: #fff;
    border-color: #7239ea;
    background-color: #7239ea;
}
.btn.btn-info i {
    color: #fff;
}
.btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-info.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-info,
.btn-check:checked + .btn.btn-info,
.btn.btn-info.active,
.btn.btn-info.show,
.btn.btn-info:active:not(.btn-active),
.btn.btn-info:focus:not(.btn-active),
.btn.btn-info:hover:not(.btn-active),
.show > .btn.btn-info {
    color: #fff;
    border-color: #5014d0;
    background-color: #5014d0 !important;
}
.btn-check:active + .btn.btn-info i,
.btn-check:checked + .btn.btn-info i,
.btn.btn-info.active i,
.btn.btn-info.show i,
.btn.btn-info:active:not(.btn-active) i,
.btn.btn-info:focus:not(.btn-active) i,
.btn.btn-info:hover:not(.btn-active) i,
.show > .btn.btn-info i {
    color: #fff;
}
.btn-check:active + .btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked + .btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-info.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-info.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-info:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-info:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-info:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-info:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-info:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-info:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-info.dropdown-toggle:after,
.btn-check:checked + .btn.btn-info.dropdown-toggle:after,
.btn.btn-info.active.dropdown-toggle:after,
.btn.btn-info.show.dropdown-toggle:after,
.btn.btn-info:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-info:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-info:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-info.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-light-info {
    color: #7239ea;
    border-color: #f8f5ff;
    background-color: #f8f5ff;
}
.btn.btn-light-info i {
    color: #7239ea;
}
.btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7239ea;
}
.btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light-info.dropdown-toggle:after {
    color: #7239ea;
}
.btn-check:active + .btn.btn-light-info,
.btn-check:checked + .btn.btn-light-info,
.btn.btn-light-info.active,
.btn.btn-light-info.show,
.btn.btn-light-info:active:not(.btn-active),
.btn.btn-light-info:focus:not(.btn-active),
.btn.btn-light-info:hover:not(.btn-active),
.show > .btn.btn-light-info {
    color: #fff;
    border-color: #7239ea;
    background-color: #7239ea !important;
}
.btn-check:active + .btn.btn-light-info i,
.btn-check:checked + .btn.btn-light-info i,
.btn.btn-light-info.active i,
.btn.btn-light-info.show i,
.btn.btn-light-info:active:not(.btn-active) i,
.btn.btn-light-info:focus:not(.btn-active) i,
.btn.btn-light-info:hover:not(.btn-active) i,
.show > .btn.btn-light-info i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-light-info
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-info
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-info.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-info.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-info:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-info:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-info:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-light-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-info:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-info:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-info:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light-info.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light-info.dropdown-toggle:after,
.btn.btn-light-info.active.dropdown-toggle:after,
.btn.btn-light-info.show.dropdown-toggle:after,
.btn.btn-light-info:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-info:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-info:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light-info.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-bg-info {
    border-color: #7239ea;
    background-color: #7239ea;
}
.btn-check:active + .btn.btn-active-info,
.btn-check:checked + .btn.btn-active-info,
.btn.btn-active-info.active,
.btn.btn-active-info.show,
.btn.btn-active-info:active:not(.btn-active),
.btn.btn-active-info:focus:not(.btn-active),
.btn.btn-active-info:hover:not(.btn-active),
.show > .btn.btn-active-info {
    color: #fff;
    border-color: #7239ea;
    background-color: #7239ea !important;
}
.btn-check:active + .btn.btn-active-info i,
.btn-check:checked + .btn.btn-active-info i,
.btn.btn-active-info.active i,
.btn.btn-active-info.show i,
.btn.btn-active-info:active:not(.btn-active) i,
.btn.btn-active-info:focus:not(.btn-active) i,
.btn.btn-active-info:hover:not(.btn-active) i,
.show > .btn.btn-active-info i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-active-info
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-info
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-info.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-info.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-info:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-info:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-info:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-active-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-info:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-info:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-info:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-info.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-info.dropdown-toggle:after,
.btn.btn-active-info.active.dropdown-toggle:after,
.btn.btn-active-info.show.dropdown-toggle:after,
.btn.btn-active-info:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-info:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-info:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-info.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-active-light-info,
.btn-check:checked + .btn.btn-active-light-info,
.btn.btn-active-light-info.active,
.btn.btn-active-light-info.show,
.btn.btn-active-light-info:active:not(.btn-active),
.btn.btn-active-light-info:focus:not(.btn-active),
.btn.btn-active-light-info:hover:not(.btn-active),
.show > .btn.btn-active-light-info {
    color: #7239ea;
    border-color: #f8f5ff;
    background-color: #f8f5ff !important;
}
.btn-check:active + .btn.btn-active-light-info i,
.btn-check:checked + .btn.btn-active-light-info i,
.btn.btn-active-light-info.active i,
.btn.btn-active-light-info.show i,
.btn.btn-active-light-info:active:not(.btn-active) i,
.btn.btn-active-light-info:focus:not(.btn-active) i,
.btn.btn-active-light-info:hover:not(.btn-active) i,
.show > .btn.btn-active-light-info i {
    color: #7239ea;
}
.btn-check:active
+ .btn.btn-active-light-info
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light-info
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-info.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-info.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-info:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-info:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-info:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-light-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7239ea;
}
.btn-check:active
+ .btn.btn-active-light-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-info.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-info.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-info:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-info:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-info:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-light-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-light-info.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-light-info.dropdown-toggle:after,
.btn.btn-active-light-info.active.dropdown-toggle:after,
.btn.btn-active-light-info.show.dropdown-toggle:after,
.btn.btn-active-light-info:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-info:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-info:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-light-info.dropdown-toggle:after {
    color: #7239ea;
}
.btn.btn-active-light-info.btn-outline:not(.btn-outline-default) {
    border-color: #7239ea !important;
}
.btn.btn-warning {
    color: #fff;
    border-color: #ffc700;
    background-color: #ffc700;
}
.btn.btn-warning i {
    color: #fff;
}
.btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-warning.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-warning,
.btn-check:checked + .btn.btn-warning,
.btn.btn-warning.active,
.btn.btn-warning.show,
.btn.btn-warning:active:not(.btn-active),
.btn.btn-warning:focus:not(.btn-active),
.btn.btn-warning:hover:not(.btn-active),
.show > .btn.btn-warning {
    color: #fff;
    border-color: #f1bc00;
    background-color: #f1bc00 !important;
}
.btn-check:active + .btn.btn-warning i,
.btn-check:checked + .btn.btn-warning i,
.btn.btn-warning.active i,
.btn.btn-warning.show i,
.btn.btn-warning:active:not(.btn-active) i,
.btn.btn-warning:focus:not(.btn-active) i,
.btn.btn-warning:hover:not(.btn-active) i,
.show > .btn.btn-warning i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-warning
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-warning
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-warning.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-warning.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-warning:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-warning:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-warning:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-warning:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-warning:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-warning:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-warning.dropdown-toggle:after,
.btn-check:checked + .btn.btn-warning.dropdown-toggle:after,
.btn.btn-warning.active.dropdown-toggle:after,
.btn.btn-warning.show.dropdown-toggle:after,
.btn.btn-warning:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-warning:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-warning:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-warning.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-light-warning {
    color: #ffc700;
    border-color: #fff8dd;
    background-color: #fff8dd;
}
.btn.btn-light-warning i {
    color: #ffc700;
}
.btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffc700;
}
.btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light-warning.dropdown-toggle:after {
    color: #ffc700;
}
.btn-check:active + .btn.btn-light-warning,
.btn-check:checked + .btn.btn-light-warning,
.btn.btn-light-warning.active,
.btn.btn-light-warning.show,
.btn.btn-light-warning:active:not(.btn-active),
.btn.btn-light-warning:focus:not(.btn-active),
.btn.btn-light-warning:hover:not(.btn-active),
.show > .btn.btn-light-warning {
    color: #fff;
    border-color: #ffc700;
    background-color: #ffc700 !important;
}
.btn-check:active + .btn.btn-light-warning i,
.btn-check:checked + .btn.btn-light-warning i,
.btn.btn-light-warning.active i,
.btn.btn-light-warning.show i,
.btn.btn-light-warning:active:not(.btn-active) i,
.btn.btn-light-warning:focus:not(.btn-active) i,
.btn.btn-light-warning:hover:not(.btn-active) i,
.show > .btn.btn-light-warning i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-light-warning
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-warning
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-warning.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-warning.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-warning:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-warning:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-warning:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-light-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-warning:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-warning:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-warning:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-light-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light-warning.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light-warning.dropdown-toggle:after,
.btn.btn-light-warning.active.dropdown-toggle:after,
.btn.btn-light-warning.show.dropdown-toggle:after,
.btn.btn-light-warning:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-warning:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-warning:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light-warning.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-bg-warning {
    border-color: #ffc700;
    background-color: #ffc700;
}
.btn-check:active + .btn.btn-active-warning,
.btn-check:checked + .btn.btn-active-warning,
.btn.btn-active-warning.active,
.btn.btn-active-warning.show,
.btn.btn-active-warning:active:not(.btn-active),
.btn.btn-active-warning:focus:not(.btn-active),
.btn.btn-active-warning:hover:not(.btn-active),
.show > .btn.btn-active-warning {
    color: #fff;
    border-color: #ffc700;
    background-color: #ffc700 !important;
}
.btn-check:active + .btn.btn-active-warning i,
.btn-check:checked + .btn.btn-active-warning i,
.btn.btn-active-warning.active i,
.btn.btn-active-warning.show i,
.btn.btn-active-warning:active:not(.btn-active) i,
.btn.btn-active-warning:focus:not(.btn-active) i,
.btn.btn-active-warning:hover:not(.btn-active) i,
.show > .btn.btn-active-warning i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-active-warning
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-warning
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-warning.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-warning.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-warning:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-warning:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-warning:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-active-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-warning.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-warning:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-warning:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-warning:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-warning.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-warning.dropdown-toggle:after,
.btn.btn-active-warning.active.dropdown-toggle:after,
.btn.btn-active-warning.show.dropdown-toggle:after,
.btn.btn-active-warning:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-warning:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-warning:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-warning.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-active-light-warning,
.btn-check:checked + .btn.btn-active-light-warning,
.btn.btn-active-light-warning.active,
.btn.btn-active-light-warning.show,
.btn.btn-active-light-warning:active:not(.btn-active),
.btn.btn-active-light-warning:focus:not(.btn-active),
.btn.btn-active-light-warning:hover:not(.btn-active),
.show > .btn.btn-active-light-warning {
    color: #ffc700;
    border-color: #fff8dd;
    background-color: #fff8dd !important;
}
.btn-check:active + .btn.btn-active-light-warning i,
.btn-check:checked + .btn.btn-active-light-warning i,
.btn.btn-active-light-warning.active i,
.btn.btn-active-light-warning.show i,
.btn.btn-active-light-warning:active:not(.btn-active) i,
.btn.btn-active-light-warning:focus:not(.btn-active) i,
.btn.btn-active-light-warning:hover:not(.btn-active) i,
.show > .btn.btn-active-light-warning i {
    color: #ffc700;
}
.btn-check:active
+ .btn.btn-active-light-warning
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light-warning
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-warning.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-warning.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-warning:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-warning:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-warning:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-light-warning
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffc700;
}
.btn-check:active
+ .btn.btn-active-light-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-warning.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-warning.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-warning:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-warning:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-warning:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-light-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-light-warning.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-light-warning.dropdown-toggle:after,
.btn.btn-active-light-warning.active.dropdown-toggle:after,
.btn.btn-active-light-warning.show.dropdown-toggle:after,
.btn.btn-active-light-warning:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-warning:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-warning:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-light-warning.dropdown-toggle:after {
    color: #ffc700;
}
.btn.btn-active-light-warning.btn-outline:not(.btn-outline-default) {
    border-color: #ffc700 !important;
}
.btn.btn-danger {
    color: #fff;
    border-color: #f1416c;
    background-color: #f1416c;
}
.btn.btn-danger i {
    color: #fff;
}
.btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-danger.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-danger,
.btn-check:checked + .btn.btn-danger,
.btn.btn-danger.active,
.btn.btn-danger.show,
.btn.btn-danger:active:not(.btn-active),
.btn.btn-danger:focus:not(.btn-active),
.btn.btn-danger:hover:not(.btn-active),
.show > .btn.btn-danger {
    color: #fff;
    border-color: #d9214e;
    background-color: #d9214e !important;
}
.btn-check:active + .btn.btn-danger i,
.btn-check:checked + .btn.btn-danger i,
.btn.btn-danger.active i,
.btn.btn-danger.show i,
.btn.btn-danger:active:not(.btn-active) i,
.btn.btn-danger:focus:not(.btn-active) i,
.btn.btn-danger:hover:not(.btn-active) i,
.show > .btn.btn-danger i {
    color: #fff;
}
.btn-check:active + .btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-danger
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-danger.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-danger.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-danger:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-danger:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-danger:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-danger:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-danger:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-danger:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-danger.dropdown-toggle:after,
.btn-check:checked + .btn.btn-danger.dropdown-toggle:after,
.btn.btn-danger.active.dropdown-toggle:after,
.btn.btn-danger.show.dropdown-toggle:after,
.btn.btn-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-danger:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-danger.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-light-danger {
    color: #f1416c;
    border-color: #fff5f8;
    background-color: #fff5f8;
}
.btn.btn-light-danger i {
    color: #f1416c;
}
.btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f1416c;
}
.btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light-danger.dropdown-toggle:after {
    color: #f1416c;
}
.btn-check:active + .btn.btn-light-danger,
.btn-check:checked + .btn.btn-light-danger,
.btn.btn-light-danger.active,
.btn.btn-light-danger.show,
.btn.btn-light-danger:active:not(.btn-active),
.btn.btn-light-danger:focus:not(.btn-active),
.btn.btn-light-danger:hover:not(.btn-active),
.show > .btn.btn-light-danger {
    color: #fff;
    border-color: #f1416c;
    background-color: #f1416c !important;
}
.btn-check:active + .btn.btn-light-danger i,
.btn-check:checked + .btn.btn-light-danger i,
.btn.btn-light-danger.active i,
.btn.btn-light-danger.show i,
.btn.btn-light-danger:active:not(.btn-active) i,
.btn.btn-light-danger:focus:not(.btn-active) i,
.btn.btn-light-danger:hover:not(.btn-active) i,
.show > .btn.btn-light-danger i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-light-danger
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-danger
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-danger.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-danger.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-danger:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-danger:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-danger:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-light-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-danger:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-danger:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-danger:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-light-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light-danger.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light-danger.dropdown-toggle:after,
.btn.btn-light-danger.active.dropdown-toggle:after,
.btn.btn-light-danger.show.dropdown-toggle:after,
.btn.btn-light-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-danger:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light-danger.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-bg-danger {
    border-color: #f1416c;
    background-color: #f1416c;
}
.btn-check:active + .btn.btn-active-danger,
.btn-check:checked + .btn.btn-active-danger,
.btn.btn-active-danger.active,
.btn.btn-active-danger.show,
.btn.btn-active-danger:active:not(.btn-active),
.btn.btn-active-danger:focus:not(.btn-active),
.btn.btn-active-danger:hover:not(.btn-active),
.show > .btn.btn-active-danger {
    color: #fff;
    border-color: #f1416c;
    background-color: #f1416c !important;
}
.btn-check:active + .btn.btn-active-danger i,
.btn-check:checked + .btn.btn-active-danger i,
.btn.btn-active-danger.active i,
.btn.btn-active-danger.show i,
.btn.btn-active-danger:active:not(.btn-active) i,
.btn.btn-active-danger:focus:not(.btn-active) i,
.btn.btn-active-danger:hover:not(.btn-active) i,
.show > .btn.btn-active-danger i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-active-danger
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-danger
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-danger.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-danger.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-danger:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-danger:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-danger:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-active-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-danger:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-danger:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-danger:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-danger.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-danger.dropdown-toggle:after,
.btn.btn-active-danger.active.dropdown-toggle:after,
.btn.btn-active-danger.show.dropdown-toggle:after,
.btn.btn-active-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-danger:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-danger.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-active-light-danger,
.btn-check:checked + .btn.btn-active-light-danger,
.btn.btn-active-light-danger.active,
.btn.btn-active-light-danger.show,
.btn.btn-active-light-danger:active:not(.btn-active),
.btn.btn-active-light-danger:focus:not(.btn-active),
.btn.btn-active-light-danger:hover:not(.btn-active),
.show > .btn.btn-active-light-danger {
    color: #f1416c;
    border-color: #fff5f8;
    background-color: #fff5f8 !important;
}
.btn-check:active + .btn.btn-active-light-danger i,
.btn-check:checked + .btn.btn-active-light-danger i,
.btn.btn-active-light-danger.active i,
.btn.btn-active-light-danger.show i,
.btn.btn-active-light-danger:active:not(.btn-active) i,
.btn.btn-active-light-danger:focus:not(.btn-active) i,
.btn.btn-active-light-danger:hover:not(.btn-active) i,
.show > .btn.btn-active-light-danger i {
    color: #f1416c;
}
.btn-check:active
+ .btn.btn-active-light-danger
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light-danger
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-danger.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-danger.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-danger:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-danger:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-danger:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-light-danger
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f1416c;
}
.btn-check:active
+ .btn.btn-active-light-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-danger.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-danger.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-danger:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-danger:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-danger:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-light-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-light-danger.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-light-danger.dropdown-toggle:after,
.btn.btn-active-light-danger.active.dropdown-toggle:after,
.btn.btn-active-light-danger.show.dropdown-toggle:after,
.btn.btn-active-light-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-danger:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-light-danger.dropdown-toggle:after {
    color: #f1416c;
}
.btn.btn-active-light-danger.btn-outline:not(.btn-outline-default) {
    border-color: #f1416c !important;
}
.btn.btn-dark {
    color: #fff;
    border-color: #181c32;
    background-color: #181c32;
}
.btn.btn-dark i {
    color: #fff;
}
.btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-dark.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-dark,
.btn-check:checked + .btn.btn-dark,
.btn.btn-dark.active,
.btn.btn-dark.show,
.btn.btn-dark:active:not(.btn-active),
.btn.btn-dark:focus:not(.btn-active),
.btn.btn-dark:hover:not(.btn-active),
.show > .btn.btn-dark {
    color: #fff;
    border-color: #131628;
    background-color: #131628 !important;
}
.btn-check:active + .btn.btn-dark i,
.btn-check:checked + .btn.btn-dark i,
.btn.btn-dark.active i,
.btn.btn-dark.show i,
.btn.btn-dark:active:not(.btn-active) i,
.btn.btn-dark:focus:not(.btn-active) i,
.btn.btn-dark:hover:not(.btn-active) i,
.show > .btn.btn-dark i {
    color: #fff;
}
.btn-check:active + .btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked + .btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-dark.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-dark.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-dark:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-dark:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-dark:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-dark:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-dark:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-dark:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-dark.dropdown-toggle:after,
.btn-check:checked + .btn.btn-dark.dropdown-toggle:after,
.btn.btn-dark.active.dropdown-toggle:after,
.btn.btn-dark.show.dropdown-toggle:after,
.btn.btn-dark:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-dark:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-dark:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-dark.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-light-dark {
    color: #181c32;
    border-color: #eff2f5;
    background-color: #eff2f5;
}
.btn.btn-light-dark i {
    color: #181c32;
}
.btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light-dark.dropdown-toggle:after {
    color: #181c32;
}
.btn-check:active + .btn.btn-light-dark,
.btn-check:checked + .btn.btn-light-dark,
.btn.btn-light-dark.active,
.btn.btn-light-dark.show,
.btn.btn-light-dark:active:not(.btn-active),
.btn.btn-light-dark:focus:not(.btn-active),
.btn.btn-light-dark:hover:not(.btn-active),
.show > .btn.btn-light-dark {
    color: #fff;
    border-color: #181c32;
    background-color: #181c32 !important;
}
.btn-check:active + .btn.btn-light-dark i,
.btn-check:checked + .btn.btn-light-dark i,
.btn.btn-light-dark.active i,
.btn.btn-light-dark.show i,
.btn.btn-light-dark:active:not(.btn-active) i,
.btn.btn-light-dark:focus:not(.btn-active) i,
.btn.btn-light-dark:hover:not(.btn-active) i,
.show > .btn.btn-light-dark i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-light-dark
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-dark
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-dark.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-dark.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-dark:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-dark:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-dark:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-light-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-dark:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-dark:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-dark:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light-dark.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light-dark.dropdown-toggle:after,
.btn.btn-light-dark.active.dropdown-toggle:after,
.btn.btn-light-dark.show.dropdown-toggle:after,
.btn.btn-light-dark:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-dark:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-dark:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light-dark.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-bg-dark {
    border-color: #181c32;
    background-color: #181c32;
}
.btn-check:active + .btn.btn-active-dark,
.btn-check:checked + .btn.btn-active-dark,
.btn.btn-active-dark.active,
.btn.btn-active-dark.show,
.btn.btn-active-dark:active:not(.btn-active),
.btn.btn-active-dark:focus:not(.btn-active),
.btn.btn-active-dark:hover:not(.btn-active),
.show > .btn.btn-active-dark {
    color: #fff;
    border-color: #181c32;
    background-color: #181c32 !important;
}
.btn-check:active + .btn.btn-active-dark i,
.btn-check:checked + .btn.btn-active-dark i,
.btn.btn-active-dark.active i,
.btn.btn-active-dark.show i,
.btn.btn-active-dark:active:not(.btn-active) i,
.btn.btn-active-dark:focus:not(.btn-active) i,
.btn.btn-active-dark:hover:not(.btn-active) i,
.show > .btn.btn-active-dark i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-active-dark
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-dark
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-dark.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-dark.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-dark:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-dark:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-dark:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-active-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-dark:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-dark:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-dark:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-dark.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-dark.dropdown-toggle:after,
.btn.btn-active-dark.active.dropdown-toggle:after,
.btn.btn-active-dark.show.dropdown-toggle:after,
.btn.btn-active-dark:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-dark:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-dark:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-dark.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-active-light-dark,
.btn-check:checked + .btn.btn-active-light-dark,
.btn.btn-active-light-dark.active,
.btn.btn-active-light-dark.show,
.btn.btn-active-light-dark:active:not(.btn-active),
.btn.btn-active-light-dark:focus:not(.btn-active),
.btn.btn-active-light-dark:hover:not(.btn-active),
.show > .btn.btn-active-light-dark {
    color: #181c32;
    border-color: #eff2f5;
    background-color: #eff2f5 !important;
}
.btn-check:active + .btn.btn-active-light-dark i,
.btn-check:checked + .btn.btn-active-light-dark i,
.btn.btn-active-light-dark.active i,
.btn.btn-active-light-dark.show i,
.btn.btn-active-light-dark:active:not(.btn-active) i,
.btn.btn-active-light-dark:focus:not(.btn-active) i,
.btn.btn-active-light-dark:hover:not(.btn-active) i,
.show > .btn.btn-active-light-dark i {
    color: #181c32;
}
.btn-check:active
+ .btn.btn-active-light-dark
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light-dark
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-dark.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-dark.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-dark:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-dark:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-light-dark:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-light-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.btn-check:active
+ .btn.btn-active-light-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-light-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-dark.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-dark.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-dark:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-dark:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-light-dark:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-light-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-light-dark.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-light-dark.dropdown-toggle:after,
.btn.btn-active-light-dark.active.dropdown-toggle:after,
.btn.btn-active-light-dark.show.dropdown-toggle:after,
.btn.btn-active-light-dark:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-dark:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-dark:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-light-dark.dropdown-toggle:after {
    color: #181c32;
}
.btn.btn-active-light-dark.btn-outline:not(.btn-outline-default) {
    border-color: #181c32 !important;
}
.btn.btn-color-white {
    color: #fff;
}
.btn.btn-color-white i {
    color: #fff;
}
.btn.btn-color-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-white.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-active-color-white,
.btn-check:checked + .btn.btn-active-color-white,
.btn.btn-active-color-white.active,
.btn.btn-active-color-white.show,
.btn.btn-active-color-white:active:not(.btn-active),
.btn.btn-active-color-white:focus:not(.btn-active),
.btn.btn-active-color-white:hover:not(.btn-active),
.show > .btn.btn-active-color-white {
    color: #fff;
}
.btn-check:active + .btn.btn-active-color-white i,
.btn-check:checked + .btn.btn-active-color-white i,
.btn.btn-active-color-white.active i,
.btn.btn-active-color-white.show i,
.btn.btn-active-color-white:active:not(.btn-active) i,
.btn.btn-active-color-white:focus:not(.btn-active) i,
.btn.btn-active-color-white:hover:not(.btn-active) i,
.show > .btn.btn-active-color-white i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-active-color-white
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-white
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-white.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-white.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-white:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-white:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-white:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-white
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-active-color-white
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-white
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-white.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-white.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-white:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-white:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-white:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-white
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-white.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-white.dropdown-toggle:after,
.btn.btn-active-color-white.active.dropdown-toggle:after,
.btn.btn-active-color-white.show.dropdown-toggle:after,
.btn.btn-active-color-white:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-white:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-white:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-white.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-icon-white i {
    color: #fff;
}
.btn.btn-icon-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-white.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-active-icon-white i,
.btn-check:checked + .btn.btn-active-icon-white i,
.btn.btn-active-icon-white.active i,
.btn.btn-active-icon-white.show i,
.btn.btn-active-icon-white:active:not(.btn-active) i,
.btn.btn-active-icon-white:focus:not(.btn-active) i,
.btn.btn-active-icon-white:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-white i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-active-icon-white
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-white
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-white.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-white.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-white:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-white:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-white:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-icon-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-active-icon-white
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-white
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-white.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-white.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-white:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-white:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-white:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-white
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-white.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-white.dropdown-toggle:after,
.btn.btn-active-icon-white.active.dropdown-toggle:after,
.btn.btn-active-icon-white.show.dropdown-toggle:after,
.btn.btn-active-icon-white:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-white:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-white:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-white.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-text-white {
    color: #fff;
}
.btn-check:active + .btn.btn-active-text-white,
.btn-check:checked + .btn.btn-active-text-white,
.btn.btn-active-text-white.active,
.btn.btn-active-text-white.show,
.btn.btn-active-text-white:active:not(.btn-active),
.btn.btn-active-text-white:focus:not(.btn-active),
.btn.btn-active-text-white:hover:not(.btn-active),
.show > .btn.btn-active-text-white {
    color: #fff;
}
.btn.btn-color-primary {
    color: var(--bs-primary);
}
.btn.btn-color-primary i {
    color: var(--bs-primary);
}
.btn.btn-color-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--bs-primary);
}
.btn.btn-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-primary.dropdown-toggle:after {
    color: var(--bs-primary);
}
.btn-check:active + .btn.btn-active-color-primary,
.btn-check:checked + .btn.btn-active-color-primary,
.btn.btn-active-color-primary.active,
.btn.btn-active-color-primary.show,
.btn.btn-active-color-primary:active:not(.btn-active),
.btn.btn-active-color-primary:focus:not(.btn-active),
.btn.btn-active-color-primary:hover:not(.btn-active),
.show > .btn.btn-active-color-primary {
    color: var(--bs-primary);
}
.btn-check:active + .btn.btn-active-color-primary i,
.btn-check:checked + .btn.btn-active-color-primary i,
.btn.btn-active-color-primary.active i,
.btn.btn-active-color-primary.show i,
.btn.btn-active-color-primary:active:not(.btn-active) i,
.btn.btn-active-color-primary:focus:not(.btn-active) i,
.btn.btn-active-color-primary:hover:not(.btn-active) i,
.show > .btn.btn-active-color-primary i {
    color: var(--bs-dark-primary);
}
.btn-check:active
+ .btn.btn-active-color-primary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-primary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-primary
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--bs-primary);
}
.btn-check:active
+ .btn.btn-active-color-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-primary.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-primary.dropdown-toggle:after,
.btn.btn-active-color-primary.active.dropdown-toggle:after,
.btn.btn-active-color-primary.show.dropdown-toggle:after,
.btn.btn-active-color-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-primary:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-primary.dropdown-toggle:after {
    color: var(--bs-primary);
}
.btn.btn-icon-primary i {
    color: var(--bs-primary);
}
.btn.btn-icon-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--bs-primary);
}
.btn.btn-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-primary.dropdown-toggle:after {
    color: var(--bs-primary);
}
.btn-check:active + .btn.btn-active-icon-primary i,
.btn-check:checked + .btn.btn-active-icon-primary i,
.btn.btn-active-icon-primary.active i,
.btn.btn-active-icon-primary.show i,
.btn.btn-active-icon-primary:active:not(.btn-active) i,
.btn.btn-active-icon-primary:focus:not(.btn-active) i,
.btn.btn-active-icon-primary:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-primary i {
    color: var(--bs-primary);
}
.btn-check:active
+ .btn.btn-active-icon-primary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-primary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-primary
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--bs-primary);
}
.btn-check:active
+ .btn.btn-active-icon-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-primary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-primary.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-primary.dropdown-toggle:after,
.btn.btn-active-icon-primary.active.dropdown-toggle:after,
.btn.btn-active-icon-primary.show.dropdown-toggle:after,
.btn.btn-active-icon-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-primary:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-primary.dropdown-toggle:after {
    color: var(--bs-primary);
}
.btn.btn-text-primary {
    color: var(--bs-primary);
}
.btn-check:active + .btn.btn-active-text-primary,
.btn-check:checked + .btn.btn-active-text-primary,
.btn.btn-active-text-primary.active,
.btn.btn-active-text-primary.show,
.btn.btn-active-text-primary:active:not(.btn-active),
.btn.btn-active-text-primary:focus:not(.btn-active),
.btn.btn-active-text-primary:hover:not(.btn-active),
.show > .btn.btn-active-text-primary {
    color: var(--bs-primary);
}
.btn.btn-color-secondary {
    color: #e4e6ef;
}
.btn.btn-color-secondary i {
    color: #e4e6ef;
}
.btn.btn-color-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e4e6ef;
}
.btn.btn-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-secondary.dropdown-toggle:after {
    color: #e4e6ef;
}
.btn-check:active + .btn.btn-active-color-secondary,
.btn-check:checked + .btn.btn-active-color-secondary,
.btn.btn-active-color-secondary.active,
.btn.btn-active-color-secondary.show,
.btn.btn-active-color-secondary:active:not(.btn-active),
.btn.btn-active-color-secondary:focus:not(.btn-active),
.btn.btn-active-color-secondary:hover:not(.btn-active),
.show > .btn.btn-active-color-secondary {
    color: #e4e6ef;
}
.btn-check:active + .btn.btn-active-color-secondary i,
.btn-check:checked + .btn.btn-active-color-secondary i,
.btn.btn-active-color-secondary.active i,
.btn.btn-active-color-secondary.show i,
.btn.btn-active-color-secondary:active:not(.btn-active) i,
.btn.btn-active-color-secondary:focus:not(.btn-active) i,
.btn.btn-active-color-secondary:hover:not(.btn-active) i,
.show > .btn.btn-active-color-secondary i {
    color: #e4e6ef;
}
.btn-check:active
+ .btn.btn-active-color-secondary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-secondary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary.show
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-secondary
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e4e6ef;
}
.btn-check:active
+ .btn.btn-active-color-secondary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-secondary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-secondary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-secondary.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-secondary.dropdown-toggle:after,
.btn.btn-active-color-secondary.active.dropdown-toggle:after,
.btn.btn-active-color-secondary.show.dropdown-toggle:after,
.btn.btn-active-color-secondary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-secondary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-secondary:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-secondary.dropdown-toggle:after {
    color: #e4e6ef;
}
.btn.btn-icon-secondary i {
    color: #e4e6ef;
}
.btn.btn-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e4e6ef;
}
.btn.btn-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-secondary.dropdown-toggle:after {
    color: #e4e6ef;
}
.btn-check:active + .btn.btn-active-icon-secondary i,
.btn-check:checked + .btn.btn-active-icon-secondary i,
.btn.btn-active-icon-secondary.active i,
.btn.btn-active-icon-secondary.show i,
.btn.btn-active-icon-secondary:active:not(.btn-active) i,
.btn.btn-active-icon-secondary:focus:not(.btn-active) i,
.btn.btn-active-icon-secondary:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-secondary i {
    color: #e4e6ef;
}
.btn-check:active
+ .btn.btn-active-icon-secondary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-secondary
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-secondary
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e4e6ef;
}
.btn-check:active
+ .btn.btn-active-icon-secondary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-secondary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-secondary
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-secondary.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-secondary.dropdown-toggle:after,
.btn.btn-active-icon-secondary.active.dropdown-toggle:after,
.btn.btn-active-icon-secondary.show.dropdown-toggle:after,
.btn.btn-active-icon-secondary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-secondary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-secondary:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-secondary.dropdown-toggle:after {
    color: #e4e6ef;
}
.btn.btn-text-secondary {
    color: #e4e6ef;
}
.btn-check:active + .btn.btn-active-text-secondary,
.btn-check:checked + .btn.btn-active-text-secondary,
.btn.btn-active-text-secondary.active,
.btn.btn-active-text-secondary.show,
.btn.btn-active-text-secondary:active:not(.btn-active),
.btn.btn-active-text-secondary:focus:not(.btn-active),
.btn.btn-active-text-secondary:hover:not(.btn-active),
.show > .btn.btn-active-text-secondary {
    color: #e4e6ef;
}
.btn.btn-color-light {
    color: #f5f8fa;
}
.btn.btn-color-light i {
    color: #f5f8fa;
}
.btn.btn-color-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f5f8fa;
}
.btn.btn-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-light.dropdown-toggle:after {
    color: #f5f8fa;
}
.btn-check:active + .btn.btn-active-color-light,
.btn-check:checked + .btn.btn-active-color-light,
.btn.btn-active-color-light.active,
.btn.btn-active-color-light.show,
.btn.btn-active-color-light:active:not(.btn-active),
.btn.btn-active-color-light:focus:not(.btn-active),
.btn.btn-active-color-light:hover:not(.btn-active),
.show > .btn.btn-active-color-light {
    color: #f5f8fa;
}
.btn-check:active + .btn.btn-active-color-light i,
.btn-check:checked + .btn.btn-active-color-light i,
.btn.btn-active-color-light.active i,
.btn.btn-active-color-light.show i,
.btn.btn-active-color-light:active:not(.btn-active) i,
.btn.btn-active-color-light:focus:not(.btn-active) i,
.btn.btn-active-color-light:hover:not(.btn-active) i,
.show > .btn.btn-active-color-light i {
    color: #f5f8fa;
}
.btn-check:active
+ .btn.btn-active-color-light
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-light
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-light.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-light.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-light:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-light:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-light:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-light
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f5f8fa;
}
.btn-check:active
+ .btn.btn-active-color-light
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-light
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-light.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-light.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-light:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-light:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-light:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-light
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-light.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-light.dropdown-toggle:after,
.btn.btn-active-color-light.active.dropdown-toggle:after,
.btn.btn-active-color-light.show.dropdown-toggle:after,
.btn.btn-active-color-light:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-light:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-light:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-light.dropdown-toggle:after {
    color: #f5f8fa;
}
.btn.btn-icon-light i {
    color: #f5f8fa;
}
.btn.btn-icon-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f5f8fa;
}
.btn.btn-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-light.dropdown-toggle:after {
    color: #f5f8fa;
}
.btn-check:active + .btn.btn-active-icon-light i,
.btn-check:checked + .btn.btn-active-icon-light i,
.btn.btn-active-icon-light.active i,
.btn.btn-active-icon-light.show i,
.btn.btn-active-icon-light:active:not(.btn-active) i,
.btn.btn-active-icon-light:focus:not(.btn-active) i,
.btn.btn-active-icon-light:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-light i {
    color: #f5f8fa;
}
.btn-check:active
+ .btn.btn-active-icon-light
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-light
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-light.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-light.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-light:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-light:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-light:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-icon-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f5f8fa;
}
.btn-check:active
+ .btn.btn-active-icon-light
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-light
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-light.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-light.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-light:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-light:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-light:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-light
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-light.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-light.dropdown-toggle:after,
.btn.btn-active-icon-light.active.dropdown-toggle:after,
.btn.btn-active-icon-light.show.dropdown-toggle:after,
.btn.btn-active-icon-light:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-light:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-light:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-light.dropdown-toggle:after {
    color: #f5f8fa;
}
.btn.btn-text-light {
    color: #f5f8fa;
}
.btn-check:active + .btn.btn-active-text-light,
.btn-check:checked + .btn.btn-active-text-light,
.btn.btn-active-text-light.active,
.btn.btn-active-text-light.show,
.btn.btn-active-text-light:active:not(.btn-active),
.btn.btn-active-text-light:focus:not(.btn-active),
.btn.btn-active-text-light:hover:not(.btn-active),
.show > .btn.btn-active-text-light {
    color: #f5f8fa;
}
.btn.btn-color-success {
    color: #00b2ff;
}
.btn.btn-color-success i {
    color: #00b2ff;
}
.btn.btn-color-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #00b2ff;
}
.btn.btn-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-success.dropdown-toggle:after {
    color: #00b2ff;
}
.btn-check:active + .btn.btn-active-color-success,
.btn-check:checked + .btn.btn-active-color-success,
.btn.btn-active-color-success.active,
.btn.btn-active-color-success.show,
.btn.btn-active-color-success:active:not(.btn-active),
.btn.btn-active-color-success:focus:not(.btn-active),
.btn.btn-active-color-success:hover:not(.btn-active),
.show > .btn.btn-active-color-success {
    color: #00b2ff;
}
.btn-check:active + .btn.btn-active-color-success i,
.btn-check:checked + .btn.btn-active-color-success i,
.btn.btn-active-color-success.active i,
.btn.btn-active-color-success.show i,
.btn.btn-active-color-success:active:not(.btn-active) i,
.btn.btn-active-color-success:focus:not(.btn-active) i,
.btn.btn-active-color-success:hover:not(.btn-active) i,
.show > .btn.btn-active-color-success i {
    color: #00b2ff;
}
.btn-check:active
+ .btn.btn-active-color-success
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-success
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-success.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-success.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-success:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-success:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-success:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-success
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #00b2ff;
}
.btn-check:active
+ .btn.btn-active-color-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-success.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-success.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-success:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-success:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-success:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-success.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-success.dropdown-toggle:after,
.btn.btn-active-color-success.active.dropdown-toggle:after,
.btn.btn-active-color-success.show.dropdown-toggle:after,
.btn.btn-active-color-success:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-success:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-success:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-success.dropdown-toggle:after {
    color: #00b2ff;
}
.btn.btn-icon-success i {
    color: #00b2ff;
}
.btn.btn-icon-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #00b2ff;
}
.btn.btn-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-success.dropdown-toggle:after {
    color: #00b2ff;
}
.btn-check:active + .btn.btn-active-icon-success i,
.btn-check:checked + .btn.btn-active-icon-success i,
.btn.btn-active-icon-success.active i,
.btn.btn-active-icon-success.show i,
.btn.btn-active-icon-success:active:not(.btn-active) i,
.btn.btn-active-icon-success:focus:not(.btn-active) i,
.btn.btn-active-icon-success:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-success i {
    color: #00b2ff;
}
.btn-check:active
+ .btn.btn-active-icon-success
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-success
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-success.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-success.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-success:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-success:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-success:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-success
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #00b2ff;
}
.btn-check:active
+ .btn.btn-active-icon-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-success.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-success.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-success:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-success:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-success:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-success
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-success.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-success.dropdown-toggle:after,
.btn.btn-active-icon-success.active.dropdown-toggle:after,
.btn.btn-active-icon-success.show.dropdown-toggle:after,
.btn.btn-active-icon-success:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-success:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-success:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-success.dropdown-toggle:after {
    color: #00b2ff;
}
.btn.btn-text-success {
    color: #00b2ff;
}
.btn-check:active + .btn.btn-active-text-success,
.btn-check:checked + .btn.btn-active-text-success,
.btn.btn-active-text-success.active,
.btn.btn-active-text-success.show,
.btn.btn-active-text-success:active:not(.btn-active),
.btn.btn-active-text-success:focus:not(.btn-active),
.btn.btn-active-text-success:hover:not(.btn-active),
.show > .btn.btn-active-text-success {
    color: #00b2ff;
}
.btn.btn-color-info {
    color: #7239ea;
}
.btn.btn-color-info i {
    color: #7239ea;
}
.btn.btn-color-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7239ea;
}
.btn.btn-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-info.dropdown-toggle:after {
    color: #7239ea;
}
.btn-check:active + .btn.btn-active-color-info,
.btn-check:checked + .btn.btn-active-color-info,
.btn.btn-active-color-info.active,
.btn.btn-active-color-info.show,
.btn.btn-active-color-info:active:not(.btn-active),
.btn.btn-active-color-info:focus:not(.btn-active),
.btn.btn-active-color-info:hover:not(.btn-active),
.show > .btn.btn-active-color-info {
    color: #7239ea;
}
.btn-check:active + .btn.btn-active-color-info i,
.btn-check:checked + .btn.btn-active-color-info i,
.btn.btn-active-color-info.active i,
.btn.btn-active-color-info.show i,
.btn.btn-active-color-info:active:not(.btn-active) i,
.btn.btn-active-color-info:focus:not(.btn-active) i,
.btn.btn-active-color-info:hover:not(.btn-active) i,
.show > .btn.btn-active-color-info i {
    color: #7239ea;
}
.btn-check:active
+ .btn.btn-active-color-info
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-info
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-info.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-info.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-info:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-info:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-info:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-color-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7239ea;
}
.btn-check:active
+ .btn.btn-active-color-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-info.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-info.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-info:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-info:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-info:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-info.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-info.dropdown-toggle:after,
.btn.btn-active-color-info.active.dropdown-toggle:after,
.btn.btn-active-color-info.show.dropdown-toggle:after,
.btn.btn-active-color-info:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-info:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-info:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-info.dropdown-toggle:after {
    color: #7239ea;
}
.btn.btn-icon-info i {
    color: #7239ea;
}
.btn.btn-icon-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7239ea;
}
.btn.btn-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-info.dropdown-toggle:after {
    color: #7239ea;
}
.btn-check:active + .btn.btn-active-icon-info i,
.btn-check:checked + .btn.btn-active-icon-info i,
.btn.btn-active-icon-info.active i,
.btn.btn-active-icon-info.show i,
.btn.btn-active-icon-info:active:not(.btn-active) i,
.btn.btn-active-icon-info:focus:not(.btn-active) i,
.btn.btn-active-icon-info:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-info i {
    color: #7239ea;
}
.btn-check:active
+ .btn.btn-active-icon-info
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-info
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-info.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-info.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-info:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-info:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-info:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-icon-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7239ea;
}
.btn-check:active
+ .btn.btn-active-icon-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-info.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-info.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-info:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-info:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-info:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-info
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-info.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-info.dropdown-toggle:after,
.btn.btn-active-icon-info.active.dropdown-toggle:after,
.btn.btn-active-icon-info.show.dropdown-toggle:after,
.btn.btn-active-icon-info:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-info:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-info:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-info.dropdown-toggle:after {
    color: #7239ea;
}
.btn.btn-text-info {
    color: #7239ea;
}
.btn-check:active + .btn.btn-active-text-info,
.btn-check:checked + .btn.btn-active-text-info,
.btn.btn-active-text-info.active,
.btn.btn-active-text-info.show,
.btn.btn-active-text-info:active:not(.btn-active),
.btn.btn-active-text-info:focus:not(.btn-active),
.btn.btn-active-text-info:hover:not(.btn-active),
.show > .btn.btn-active-text-info {
    color: #7239ea;
}
.btn.btn-color-warning {
    color: #ffc700;
}
.btn.btn-color-warning i {
    color: #ffc700;
}
.btn.btn-color-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffc700;
}
.btn.btn-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-warning.dropdown-toggle:after {
    color: #ffc700;
}
.btn-check:active + .btn.btn-active-color-warning,
.btn-check:checked + .btn.btn-active-color-warning,
.btn.btn-active-color-warning.active,
.btn.btn-active-color-warning.show,
.btn.btn-active-color-warning:active:not(.btn-active),
.btn.btn-active-color-warning:focus:not(.btn-active),
.btn.btn-active-color-warning:hover:not(.btn-active),
.show > .btn.btn-active-color-warning {
    color: #ffc700;
}
.btn-check:active + .btn.btn-active-color-warning i,
.btn-check:checked + .btn.btn-active-color-warning i,
.btn.btn-active-color-warning.active i,
.btn.btn-active-color-warning.show i,
.btn.btn-active-color-warning:active:not(.btn-active) i,
.btn.btn-active-color-warning:focus:not(.btn-active) i,
.btn.btn-active-color-warning:hover:not(.btn-active) i,
.show > .btn.btn-active-color-warning i {
    color: #ffc700;
}
.btn-check:active
+ .btn.btn-active-color-warning
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-warning
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-warning.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-warning.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-warning:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-warning:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-warning:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-warning
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffc700;
}
.btn-check:active
+ .btn.btn-active-color-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-warning.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-warning.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-warning:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-warning:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-warning:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-warning.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-warning.dropdown-toggle:after,
.btn.btn-active-color-warning.active.dropdown-toggle:after,
.btn.btn-active-color-warning.show.dropdown-toggle:after,
.btn.btn-active-color-warning:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-warning:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-warning:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-warning.dropdown-toggle:after {
    color: #ffc700;
}
.btn.btn-icon-warning i {
    color: #ffc700;
}
.btn.btn-icon-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffc700;
}
.btn.btn-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-warning.dropdown-toggle:after {
    color: #ffc700;
}
.btn-check:active + .btn.btn-active-icon-warning i,
.btn-check:checked + .btn.btn-active-icon-warning i,
.btn.btn-active-icon-warning.active i,
.btn.btn-active-icon-warning.show i,
.btn.btn-active-icon-warning:active:not(.btn-active) i,
.btn.btn-active-icon-warning:focus:not(.btn-active) i,
.btn.btn-active-icon-warning:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-warning i {
    color: #ffc700;
}
.btn-check:active
+ .btn.btn-active-icon-warning
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-warning
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-warning
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffc700;
}
.btn-check:active
+ .btn.btn-active-icon-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-warning
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-warning.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-warning.dropdown-toggle:after,
.btn.btn-active-icon-warning.active.dropdown-toggle:after,
.btn.btn-active-icon-warning.show.dropdown-toggle:after,
.btn.btn-active-icon-warning:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-warning:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-warning:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-warning.dropdown-toggle:after {
    color: #ffc700;
}
.btn.btn-text-warning {
    color: #ffc700;
}
.btn-check:active + .btn.btn-active-text-warning,
.btn-check:checked + .btn.btn-active-text-warning,
.btn.btn-active-text-warning.active,
.btn.btn-active-text-warning.show,
.btn.btn-active-text-warning:active:not(.btn-active),
.btn.btn-active-text-warning:focus:not(.btn-active),
.btn.btn-active-text-warning:hover:not(.btn-active),
.show > .btn.btn-active-text-warning {
    color: #ffc700;
}
.btn.btn-color-danger {
    color: #f1416c;
}
.btn.btn-color-danger i {
    color: #f1416c;
}
.btn.btn-color-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f1416c;
}
.btn.btn-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-danger.dropdown-toggle:after {
    color: #f1416c;
}
.btn-check:active + .btn.btn-active-color-danger,
.btn-check:checked + .btn.btn-active-color-danger,
.btn.btn-active-color-danger.active,
.btn.btn-active-color-danger.show,
.btn.btn-active-color-danger:active:not(.btn-active),
.btn.btn-active-color-danger:focus:not(.btn-active),
.btn.btn-active-color-danger:hover:not(.btn-active),
.show > .btn.btn-active-color-danger {
    color: #f1416c;
}
.btn-check:active + .btn.btn-active-color-danger i,
.btn-check:checked + .btn.btn-active-color-danger i,
.btn.btn-active-color-danger.active i,
.btn.btn-active-color-danger.show i,
.btn.btn-active-color-danger:active:not(.btn-active) i,
.btn.btn-active-color-danger:focus:not(.btn-active) i,
.btn.btn-active-color-danger:hover:not(.btn-active) i,
.show > .btn.btn-active-color-danger i {
    color: #f1416c;
}
.btn-check:active
+ .btn.btn-active-color-danger
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-danger
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-danger.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-danger.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-danger:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-danger:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-danger:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-danger
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f1416c;
}
.btn-check:active
+ .btn.btn-active-color-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-danger.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-danger.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-danger:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-danger:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-danger:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-danger.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-danger.dropdown-toggle:after,
.btn.btn-active-color-danger.active.dropdown-toggle:after,
.btn.btn-active-color-danger.show.dropdown-toggle:after,
.btn.btn-active-color-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-danger:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-danger.dropdown-toggle:after {
    color: #f1416c;
}
.btn.btn-icon-danger i {
    color: #f1416c;
}
.btn.btn-icon-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f1416c;
}
.btn.btn-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-danger.dropdown-toggle:after {
    color: #f1416c;
}
.btn-check:active + .btn.btn-active-icon-danger i,
.btn-check:checked + .btn.btn-active-icon-danger i,
.btn.btn-active-icon-danger.active i,
.btn.btn-active-icon-danger.show i,
.btn.btn-active-icon-danger:active:not(.btn-active) i,
.btn.btn-active-icon-danger:focus:not(.btn-active) i,
.btn.btn-active-icon-danger:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-danger i {
    color: #f1416c;
}
.btn-check:active
+ .btn.btn-active-icon-danger
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-danger
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-danger
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f1416c;
}
.btn-check:active
+ .btn.btn-active-icon-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-danger
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-danger.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-danger.dropdown-toggle:after,
.btn.btn-active-icon-danger.active.dropdown-toggle:after,
.btn.btn-active-icon-danger.show.dropdown-toggle:after,
.btn.btn-active-icon-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-danger:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-danger.dropdown-toggle:after {
    color: #f1416c;
}
.btn.btn-text-danger {
    color: #f1416c;
}
.btn-check:active + .btn.btn-active-text-danger,
.btn-check:checked + .btn.btn-active-text-danger,
.btn.btn-active-text-danger.active,
.btn.btn-active-text-danger.show,
.btn.btn-active-text-danger:active:not(.btn-active),
.btn.btn-active-text-danger:focus:not(.btn-active),
.btn.btn-active-text-danger:hover:not(.btn-active),
.show > .btn.btn-active-text-danger {
    color: #f1416c;
}
.btn.btn-color-dark {
    color: #181c32;
}
.btn.btn-color-dark i {
    color: #181c32;
}
.btn.btn-color-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.btn.btn-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-dark.dropdown-toggle:after {
    color: #181c32;
}
.btn-check:active + .btn.btn-active-color-dark,
.btn-check:checked + .btn.btn-active-color-dark,
.btn.btn-active-color-dark.active,
.btn.btn-active-color-dark.show,
.btn.btn-active-color-dark:active:not(.btn-active),
.btn.btn-active-color-dark:focus:not(.btn-active),
.btn.btn-active-color-dark:hover:not(.btn-active),
.show > .btn.btn-active-color-dark {
    color: #181c32;
}
.btn-check:active + .btn.btn-active-color-dark i,
.btn-check:checked + .btn.btn-active-color-dark i,
.btn.btn-active-color-dark.active i,
.btn.btn-active-color-dark.show i,
.btn.btn-active-color-dark:active:not(.btn-active) i,
.btn.btn-active-color-dark:focus:not(.btn-active) i,
.btn.btn-active-color-dark:hover:not(.btn-active) i,
.show > .btn.btn-active-color-dark i {
    color: #181c32;
}
.btn-check:active
+ .btn.btn-active-color-dark
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-dark
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-dark.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-dark.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-dark:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-dark:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-dark:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-color-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.btn-check:active
+ .btn.btn-active-color-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-dark.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-dark.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-dark:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-dark:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-dark:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-dark.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-dark.dropdown-toggle:after,
.btn.btn-active-color-dark.active.dropdown-toggle:after,
.btn.btn-active-color-dark.show.dropdown-toggle:after,
.btn.btn-active-color-dark:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-dark:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-dark:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-dark.dropdown-toggle:after {
    color: #181c32;
}
.btn.btn-icon-dark i {
    color: #181c32;
}
.btn.btn-icon-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.btn.btn-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-dark.dropdown-toggle:after {
    color: #181c32;
}
.btn-check:active + .btn.btn-active-icon-dark i,
.btn-check:checked + .btn.btn-active-icon-dark i,
.btn.btn-active-icon-dark.active i,
.btn.btn-active-icon-dark.show i,
.btn.btn-active-icon-dark:active:not(.btn-active) i,
.btn.btn-active-icon-dark:focus:not(.btn-active) i,
.btn.btn-active-icon-dark:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-dark i {
    color: #181c32;
}
.btn-check:active
+ .btn.btn-active-icon-dark
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-dark
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-icon-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.btn-check:active
+ .btn.btn-active-icon-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-dark
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-dark.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-dark.dropdown-toggle:after,
.btn.btn-active-icon-dark.active.dropdown-toggle:after,
.btn.btn-active-icon-dark.show.dropdown-toggle:after,
.btn.btn-active-icon-dark:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-dark:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-dark:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-dark.dropdown-toggle:after {
    color: #181c32;
}
.btn.btn-text-dark {
    color: #181c32;
}
.btn-check:active + .btn.btn-active-text-dark,
.btn-check:checked + .btn.btn-active-text-dark,
.btn.btn-active-text-dark.active,
.btn.btn-active-text-dark.show,
.btn.btn-active-text-dark:active:not(.btn-active),
.btn.btn-active-text-dark:focus:not(.btn-active),
.btn.btn-active-text-dark:hover:not(.btn-active),
.show > .btn.btn-active-text-dark {
    color: #181c32;
}
.btn.btn-color-muted {
    color: #a1a5b7;
}
.btn.btn-color-muted i {
    color: #a1a5b7;
}
.btn.btn-color-muted .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.btn.btn-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-muted.dropdown-toggle:after {
    color: #a1a5b7;
}
.btn-check:active + .btn.btn-active-color-muted,
.btn-check:checked + .btn.btn-active-color-muted,
.btn.btn-active-color-muted.active,
.btn.btn-active-color-muted.show,
.btn.btn-active-color-muted:active:not(.btn-active),
.btn.btn-active-color-muted:focus:not(.btn-active),
.btn.btn-active-color-muted:hover:not(.btn-active),
.show > .btn.btn-active-color-muted {
    color: #a1a5b7;
}
.btn-check:active + .btn.btn-active-color-muted i,
.btn-check:checked + .btn.btn-active-color-muted i,
.btn.btn-active-color-muted.active i,
.btn.btn-active-color-muted.show i,
.btn.btn-active-color-muted:active:not(.btn-active) i,
.btn.btn-active-color-muted:focus:not(.btn-active) i,
.btn.btn-active-color-muted:hover:not(.btn-active) i,
.show > .btn.btn-active-color-muted i {
    color: #a1a5b7;
}
.btn-check:active
+ .btn.btn-active-color-muted
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-muted
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-muted.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-muted.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-muted:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-muted:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-muted:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-muted
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.btn-check:active
+ .btn.btn-active-color-muted
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-muted
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-muted.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-muted.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-muted:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-muted:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-muted:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-muted
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-muted.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-muted.dropdown-toggle:after,
.btn.btn-active-color-muted.active.dropdown-toggle:after,
.btn.btn-active-color-muted.show.dropdown-toggle:after,
.btn.btn-active-color-muted:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-muted:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-muted:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-muted.dropdown-toggle:after {
    color: #a1a5b7;
}
.btn.btn-icon-muted i {
    color: #a1a5b7;
}
.btn.btn-icon-muted .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.btn.btn-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-muted.dropdown-toggle:after {
    color: #a1a5b7;
}
.btn-check:active + .btn.btn-active-icon-muted i,
.btn-check:checked + .btn.btn-active-icon-muted i,
.btn.btn-active-icon-muted.active i,
.btn.btn-active-icon-muted.show i,
.btn.btn-active-icon-muted:active:not(.btn-active) i,
.btn.btn-active-icon-muted:focus:not(.btn-active) i,
.btn.btn-active-icon-muted:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-muted i {
    color: #a1a5b7;
}
.btn-check:active
+ .btn.btn-active-icon-muted
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-muted
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-active-icon-muted .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.btn-check:active
+ .btn.btn-active-icon-muted
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-muted
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-muted
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-muted.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-muted.dropdown-toggle:after,
.btn.btn-active-icon-muted.active.dropdown-toggle:after,
.btn.btn-active-icon-muted.show.dropdown-toggle:after,
.btn.btn-active-icon-muted:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-muted:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-muted:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-muted.dropdown-toggle:after {
    color: #a1a5b7;
}
.btn.btn-text-muted {
    color: #a1a5b7;
}
.btn-check:active + .btn.btn-active-text-muted,
.btn-check:checked + .btn.btn-active-text-muted,
.btn.btn-active-text-muted.active,
.btn.btn-active-text-muted.show,
.btn.btn-active-text-muted:active:not(.btn-active),
.btn.btn-active-text-muted:focus:not(.btn-active),
.btn.btn-active-text-muted:hover:not(.btn-active),
.show > .btn.btn-active-text-muted {
    color: #a1a5b7;
}
.btn.btn-color-gray-100 {
    color: #f5f8fa;
}
.btn.btn-color-gray-100 i {
    color: #f5f8fa;
}
.btn.btn-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f5f8fa;
}
.btn.btn-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-gray-100.dropdown-toggle:after {
    color: #f5f8fa;
}
.btn-check:active + .btn.btn-active-color-gray-100,
.btn-check:checked + .btn.btn-active-color-gray-100,
.btn.btn-active-color-gray-100.active,
.btn.btn-active-color-gray-100.show,
.btn.btn-active-color-gray-100:active:not(.btn-active),
.btn.btn-active-color-gray-100:focus:not(.btn-active),
.btn.btn-active-color-gray-100:hover:not(.btn-active),
.show > .btn.btn-active-color-gray-100 {
    color: #f5f8fa;
}
.btn-check:active + .btn.btn-active-color-gray-100 i,
.btn-check:checked + .btn.btn-active-color-gray-100 i,
.btn.btn-active-color-gray-100.active i,
.btn.btn-active-color-gray-100.show i,
.btn.btn-active-color-gray-100:active:not(.btn-active) i,
.btn.btn-active-color-gray-100:focus:not(.btn-active) i,
.btn.btn-active-color-gray-100:hover:not(.btn-active) i,
.show > .btn.btn-active-color-gray-100 i {
    color: #f5f8fa;
}
.btn-check:active
+ .btn.btn-active-color-gray-100
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-100
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-100
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f5f8fa;
}
.btn-check:active
+ .btn.btn-active-color-gray-100
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-100
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-100
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-gray-100.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-gray-100.dropdown-toggle:after,
.btn.btn-active-color-gray-100.active.dropdown-toggle:after,
.btn.btn-active-color-gray-100.show.dropdown-toggle:after,
.btn.btn-active-color-gray-100:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-100:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-100:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-gray-100.dropdown-toggle:after {
    color: #f5f8fa;
}
.btn.btn-icon-gray-100 i {
    color: #f5f8fa;
}
.btn.btn-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f5f8fa;
}
.btn.btn-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-gray-100.dropdown-toggle:after {
    color: #f5f8fa;
}
.btn-check:active + .btn.btn-active-icon-gray-100 i,
.btn-check:checked + .btn.btn-active-icon-gray-100 i,
.btn.btn-active-icon-gray-100.active i,
.btn.btn-active-icon-gray-100.show i,
.btn.btn-active-icon-gray-100:active:not(.btn-active) i,
.btn.btn-active-icon-gray-100:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-100:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-gray-100 i {
    color: #f5f8fa;
}
.btn-check:active
+ .btn.btn-active-icon-gray-100
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-100
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-100
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #f5f8fa;
}
.btn-check:active
+ .btn.btn-active-icon-gray-100
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-100
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-100
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-gray-100.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-gray-100.dropdown-toggle:after,
.btn.btn-active-icon-gray-100.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-100.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-100:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-100:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-100:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-gray-100.dropdown-toggle:after {
    color: #f5f8fa;
}
.btn.btn-text-gray-100 {
    color: #f5f8fa;
}
.btn-check:active + .btn.btn-active-text-gray-100,
.btn-check:checked + .btn.btn-active-text-gray-100,
.btn.btn-active-text-gray-100.active,
.btn.btn-active-text-gray-100.show,
.btn.btn-active-text-gray-100:active:not(.btn-active),
.btn.btn-active-text-gray-100:focus:not(.btn-active),
.btn.btn-active-text-gray-100:hover:not(.btn-active),
.show > .btn.btn-active-text-gray-100 {
    color: #f5f8fa;
}
.btn.btn-color-gray-200 {
    color: #eff2f5;
}
.btn.btn-color-gray-200 i {
    color: #eff2f5;
}
.btn.btn-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #eff2f5;
}
.btn.btn-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-gray-200.dropdown-toggle:after {
    color: #eff2f5;
}
.btn-check:active + .btn.btn-active-color-gray-200,
.btn-check:checked + .btn.btn-active-color-gray-200,
.btn.btn-active-color-gray-200.active,
.btn.btn-active-color-gray-200.show,
.btn.btn-active-color-gray-200:active:not(.btn-active),
.btn.btn-active-color-gray-200:focus:not(.btn-active),
.btn.btn-active-color-gray-200:hover:not(.btn-active),
.show > .btn.btn-active-color-gray-200 {
    color: #eff2f5;
}
.btn-check:active + .btn.btn-active-color-gray-200 i,
.btn-check:checked + .btn.btn-active-color-gray-200 i,
.btn.btn-active-color-gray-200.active i,
.btn.btn-active-color-gray-200.show i,
.btn.btn-active-color-gray-200:active:not(.btn-active) i,
.btn.btn-active-color-gray-200:focus:not(.btn-active) i,
.btn.btn-active-color-gray-200:hover:not(.btn-active) i,
.show > .btn.btn-active-color-gray-200 i {
    color: #eff2f5;
}
.btn-check:active
+ .btn.btn-active-color-gray-200
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-200
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-200
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #eff2f5;
}
.btn-check:active
+ .btn.btn-active-color-gray-200
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-200
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-200
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-gray-200.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-gray-200.dropdown-toggle:after,
.btn.btn-active-color-gray-200.active.dropdown-toggle:after,
.btn.btn-active-color-gray-200.show.dropdown-toggle:after,
.btn.btn-active-color-gray-200:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-200:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-200:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-gray-200.dropdown-toggle:after {
    color: #eff2f5;
}
.btn.btn-icon-gray-200 i {
    color: #eff2f5;
}
.btn.btn-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #eff2f5;
}
.btn.btn-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-gray-200.dropdown-toggle:after {
    color: #eff2f5;
}
.btn-check:active + .btn.btn-active-icon-gray-200 i,
.btn-check:checked + .btn.btn-active-icon-gray-200 i,
.btn.btn-active-icon-gray-200.active i,
.btn.btn-active-icon-gray-200.show i,
.btn.btn-active-icon-gray-200:active:not(.btn-active) i,
.btn.btn-active-icon-gray-200:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-200:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-gray-200 i {
    color: #eff2f5;
}
.btn-check:active
+ .btn.btn-active-icon-gray-200
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-200
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-200
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #eff2f5;
}
.btn-check:active
+ .btn.btn-active-icon-gray-200
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-200
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-200
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-gray-200.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-gray-200.dropdown-toggle:after,
.btn.btn-active-icon-gray-200.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-200.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-200:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-200:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-200:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-gray-200.dropdown-toggle:after {
    color: #eff2f5;
}
.btn.btn-text-gray-200 {
    color: #eff2f5;
}
.btn-check:active + .btn.btn-active-text-gray-200,
.btn-check:checked + .btn.btn-active-text-gray-200,
.btn.btn-active-text-gray-200.active,
.btn.btn-active-text-gray-200.show,
.btn.btn-active-text-gray-200:active:not(.btn-active),
.btn.btn-active-text-gray-200:focus:not(.btn-active),
.btn.btn-active-text-gray-200:hover:not(.btn-active),
.show > .btn.btn-active-text-gray-200 {
    color: #eff2f5;
}
.btn.btn-color-gray-300 {
    color: #e4e6ef;
}
.btn.btn-color-gray-300 i {
    color: #e4e6ef;
}
.btn.btn-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e4e6ef;
}
.btn.btn-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-gray-300.dropdown-toggle:after {
    color: #e4e6ef;
}
.btn-check:active + .btn.btn-active-color-gray-300,
.btn-check:checked + .btn.btn-active-color-gray-300,
.btn.btn-active-color-gray-300.active,
.btn.btn-active-color-gray-300.show,
.btn.btn-active-color-gray-300:active:not(.btn-active),
.btn.btn-active-color-gray-300:focus:not(.btn-active),
.btn.btn-active-color-gray-300:hover:not(.btn-active),
.show > .btn.btn-active-color-gray-300 {
    color: #e4e6ef;
}
.btn-check:active + .btn.btn-active-color-gray-300 i,
.btn-check:checked + .btn.btn-active-color-gray-300 i,
.btn.btn-active-color-gray-300.active i,
.btn.btn-active-color-gray-300.show i,
.btn.btn-active-color-gray-300:active:not(.btn-active) i,
.btn.btn-active-color-gray-300:focus:not(.btn-active) i,
.btn.btn-active-color-gray-300:hover:not(.btn-active) i,
.show > .btn.btn-active-color-gray-300 i {
    color: #e4e6ef;
}
.btn-check:active
+ .btn.btn-active-color-gray-300
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-300
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-300
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e4e6ef;
}
.btn-check:active
+ .btn.btn-active-color-gray-300
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-300
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-300
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-gray-300.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-gray-300.dropdown-toggle:after,
.btn.btn-active-color-gray-300.active.dropdown-toggle:after,
.btn.btn-active-color-gray-300.show.dropdown-toggle:after,
.btn.btn-active-color-gray-300:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-300:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-300:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-gray-300.dropdown-toggle:after {
    color: #e4e6ef;
}
.btn.btn-icon-gray-300 i {
    color: #e4e6ef;
}
.btn.btn-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e4e6ef;
}
.btn.btn-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-gray-300.dropdown-toggle:after {
    color: #e4e6ef;
}
.btn-check:active + .btn.btn-active-icon-gray-300 i,
.btn-check:checked + .btn.btn-active-icon-gray-300 i,
.btn.btn-active-icon-gray-300.active i,
.btn.btn-active-icon-gray-300.show i,
.btn.btn-active-icon-gray-300:active:not(.btn-active) i,
.btn.btn-active-icon-gray-300:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-300:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-gray-300 i {
    color: #e4e6ef;
}
.btn-check:active
+ .btn.btn-active-icon-gray-300
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-300
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-300
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e4e6ef;
}
.btn-check:active
+ .btn.btn-active-icon-gray-300
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-300
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-300
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-gray-300.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-gray-300.dropdown-toggle:after,
.btn.btn-active-icon-gray-300.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-300.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-300:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-300:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-300:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-gray-300.dropdown-toggle:after {
    color: #e4e6ef;
}
.btn.btn-text-gray-300 {
    color: #e4e6ef;
}
.btn-check:active + .btn.btn-active-text-gray-300,
.btn-check:checked + .btn.btn-active-text-gray-300,
.btn.btn-active-text-gray-300.active,
.btn.btn-active-text-gray-300.show,
.btn.btn-active-text-gray-300:active:not(.btn-active),
.btn.btn-active-text-gray-300:focus:not(.btn-active),
.btn.btn-active-text-gray-300:hover:not(.btn-active),
.show > .btn.btn-active-text-gray-300 {
    color: #e4e6ef;
}
.btn.btn-color-gray-400 {
    color: #b5b5c3;
}
.btn.btn-color-gray-400 i {
    color: #b5b5c3;
}
.btn.btn-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #b5b5c3;
}
.btn.btn-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-gray-400.dropdown-toggle:after {
    color: #b5b5c3;
}
.btn-check:active + .btn.btn-active-color-gray-400,
.btn-check:checked + .btn.btn-active-color-gray-400,
.btn.btn-active-color-gray-400.active,
.btn.btn-active-color-gray-400.show,
.btn.btn-active-color-gray-400:active:not(.btn-active),
.btn.btn-active-color-gray-400:focus:not(.btn-active),
.btn.btn-active-color-gray-400:hover:not(.btn-active),
.show > .btn.btn-active-color-gray-400 {
    color: #b5b5c3;
}
.btn-check:active + .btn.btn-active-color-gray-400 i,
.btn-check:checked + .btn.btn-active-color-gray-400 i,
.btn.btn-active-color-gray-400.active i,
.btn.btn-active-color-gray-400.show i,
.btn.btn-active-color-gray-400:active:not(.btn-active) i,
.btn.btn-active-color-gray-400:focus:not(.btn-active) i,
.btn.btn-active-color-gray-400:hover:not(.btn-active) i,
.show > .btn.btn-active-color-gray-400 i {
    color: #b5b5c3;
}
.btn-check:active
+ .btn.btn-active-color-gray-400
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-400
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-400
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #b5b5c3;
}
.btn-check:active
+ .btn.btn-active-color-gray-400
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-400
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-400
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-gray-400.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-gray-400.dropdown-toggle:after,
.btn.btn-active-color-gray-400.active.dropdown-toggle:after,
.btn.btn-active-color-gray-400.show.dropdown-toggle:after,
.btn.btn-active-color-gray-400:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-400:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-400:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-gray-400.dropdown-toggle:after {
    color: #b5b5c3;
}
.btn.btn-icon-gray-400 i {
    color: #b5b5c3;
}
.btn.btn-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #b5b5c3;
}
.btn.btn-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-gray-400.dropdown-toggle:after {
    color: #b5b5c3;
}
.btn-check:active + .btn.btn-active-icon-gray-400 i,
.btn-check:checked + .btn.btn-active-icon-gray-400 i,
.btn.btn-active-icon-gray-400.active i,
.btn.btn-active-icon-gray-400.show i,
.btn.btn-active-icon-gray-400:active:not(.btn-active) i,
.btn.btn-active-icon-gray-400:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-400:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-gray-400 i {
    color: #b5b5c3;
}
.btn-check:active
+ .btn.btn-active-icon-gray-400
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-400
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-400
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #b5b5c3;
}
.btn-check:active
+ .btn.btn-active-icon-gray-400
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-400
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-400
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-gray-400.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-gray-400.dropdown-toggle:after,
.btn.btn-active-icon-gray-400.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-400.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-400:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-400:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-400:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-gray-400.dropdown-toggle:after {
    color: #b5b5c3;
}
.btn.btn-text-gray-400 {
    color: #b5b5c3;
}
.btn-check:active + .btn.btn-active-text-gray-400,
.btn-check:checked + .btn.btn-active-text-gray-400,
.btn.btn-active-text-gray-400.active,
.btn.btn-active-text-gray-400.show,
.btn.btn-active-text-gray-400:active:not(.btn-active),
.btn.btn-active-text-gray-400:focus:not(.btn-active),
.btn.btn-active-text-gray-400:hover:not(.btn-active),
.show > .btn.btn-active-text-gray-400 {
    color: #b5b5c3;
}
.btn.btn-color-gray-500 {
    color: #a1a5b7;
}
.btn.btn-color-gray-500 i {
    color: #a1a5b7;
}
.btn.btn-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.btn.btn-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-gray-500.dropdown-toggle:after {
    color: #a1a5b7;
}
.btn-check:active + .btn.btn-active-color-gray-500,
.btn-check:checked + .btn.btn-active-color-gray-500,
.btn.btn-active-color-gray-500.active,
.btn.btn-active-color-gray-500.show,
.btn.btn-active-color-gray-500:active:not(.btn-active),
.btn.btn-active-color-gray-500:focus:not(.btn-active),
.btn.btn-active-color-gray-500:hover:not(.btn-active),
.show > .btn.btn-active-color-gray-500 {
    color: #a1a5b7;
}
.btn-check:active + .btn.btn-active-color-gray-500 i,
.btn-check:checked + .btn.btn-active-color-gray-500 i,
.btn.btn-active-color-gray-500.active i,
.btn.btn-active-color-gray-500.show i,
.btn.btn-active-color-gray-500:active:not(.btn-active) i,
.btn.btn-active-color-gray-500:focus:not(.btn-active) i,
.btn.btn-active-color-gray-500:hover:not(.btn-active) i,
.show > .btn.btn-active-color-gray-500 i {
    color: #a1a5b7;
}
.btn-check:active
+ .btn.btn-active-color-gray-500
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-500
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-500
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.btn-check:active
+ .btn.btn-active-color-gray-500
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-500
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-500
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-gray-500.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-gray-500.dropdown-toggle:after,
.btn.btn-active-color-gray-500.active.dropdown-toggle:after,
.btn.btn-active-color-gray-500.show.dropdown-toggle:after,
.btn.btn-active-color-gray-500:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-500:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-500:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-gray-500.dropdown-toggle:after {
    color: #a1a5b7;
}
.btn.btn-icon-gray-500 i {
    color: #a1a5b7;
}
.btn.btn-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.btn.btn-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-gray-500.dropdown-toggle:after {
    color: #a1a5b7;
}
.btn-check:active + .btn.btn-active-icon-gray-500 i,
.btn-check:checked + .btn.btn-active-icon-gray-500 i,
.btn.btn-active-icon-gray-500.active i,
.btn.btn-active-icon-gray-500.show i,
.btn.btn-active-icon-gray-500:active:not(.btn-active) i,
.btn.btn-active-icon-gray-500:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-500:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-gray-500 i {
    color: #a1a5b7;
}
.btn-check:active
+ .btn.btn-active-icon-gray-500
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-500
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-500
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
}
.btn-check:active
+ .btn.btn-active-icon-gray-500
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-500
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-500
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-gray-500.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-gray-500.dropdown-toggle:after,
.btn.btn-active-icon-gray-500.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-500.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-500:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-500:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-500:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-gray-500.dropdown-toggle:after {
    color: #a1a5b7;
}
.btn.btn-text-gray-500 {
    color: #a1a5b7;
}
.btn-check:active + .btn.btn-active-text-gray-500,
.btn-check:checked + .btn.btn-active-text-gray-500,
.btn.btn-active-text-gray-500.active,
.btn.btn-active-text-gray-500.show,
.btn.btn-active-text-gray-500:active:not(.btn-active),
.btn.btn-active-text-gray-500:focus:not(.btn-active),
.btn.btn-active-text-gray-500:hover:not(.btn-active),
.show > .btn.btn-active-text-gray-500 {
    color: #a1a5b7;
}
.btn.btn-color-gray-600 {
    color: #7e8299;
}
.btn.btn-color-gray-600 i {
    color: #7e8299;
}
.btn.btn-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.btn.btn-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-gray-600.dropdown-toggle:after {
    color: #7e8299;
}
.btn-check:active + .btn.btn-active-color-gray-600,
.btn-check:checked + .btn.btn-active-color-gray-600,
.btn.btn-active-color-gray-600.active,
.btn.btn-active-color-gray-600.show,
.btn.btn-active-color-gray-600:active:not(.btn-active),
.btn.btn-active-color-gray-600:focus:not(.btn-active),
.btn.btn-active-color-gray-600:hover:not(.btn-active),
.show > .btn.btn-active-color-gray-600 {
    color: #7e8299;
}
.btn-check:active + .btn.btn-active-color-gray-600 i,
.btn-check:checked + .btn.btn-active-color-gray-600 i,
.btn.btn-active-color-gray-600.active i,
.btn.btn-active-color-gray-600.show i,
.btn.btn-active-color-gray-600:active:not(.btn-active) i,
.btn.btn-active-color-gray-600:focus:not(.btn-active) i,
.btn.btn-active-color-gray-600:hover:not(.btn-active) i,
.show > .btn.btn-active-color-gray-600 i {
    color: #7e8299;
}
.btn-check:active
+ .btn.btn-active-color-gray-600
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-600
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-600
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.btn-check:active
+ .btn.btn-active-color-gray-600
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-600
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-600
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-gray-600.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-gray-600.dropdown-toggle:after,
.btn.btn-active-color-gray-600.active.dropdown-toggle:after,
.btn.btn-active-color-gray-600.show.dropdown-toggle:after,
.btn.btn-active-color-gray-600:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-600:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-600:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-gray-600.dropdown-toggle:after {
    color: #7e8299;
}
.btn.btn-icon-gray-600 i {
    color: #7e8299;
}
.btn.btn-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.btn.btn-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-gray-600.dropdown-toggle:after {
    color: #7e8299;
}
.btn-check:active + .btn.btn-active-icon-gray-600 i,
.btn-check:checked + .btn.btn-active-icon-gray-600 i,
.btn.btn-active-icon-gray-600.active i,
.btn.btn-active-icon-gray-600.show i,
.btn.btn-active-icon-gray-600:active:not(.btn-active) i,
.btn.btn-active-icon-gray-600:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-600:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-gray-600 i {
    color: #7e8299;
}
.btn-check:active
+ .btn.btn-active-icon-gray-600
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-600
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-600
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.btn-check:active
+ .btn.btn-active-icon-gray-600
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-600
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-600
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-gray-600.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-gray-600.dropdown-toggle:after,
.btn.btn-active-icon-gray-600.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-600.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-600:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-600:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-600:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-gray-600.dropdown-toggle:after {
    color: #7e8299;
}
.btn.btn-text-gray-600 {
    color: #7e8299;
}
.btn-check:active + .btn.btn-active-text-gray-600,
.btn-check:checked + .btn.btn-active-text-gray-600,
.btn.btn-active-text-gray-600.active,
.btn.btn-active-text-gray-600.show,
.btn.btn-active-text-gray-600:active:not(.btn-active),
.btn.btn-active-text-gray-600:focus:not(.btn-active),
.btn.btn-active-text-gray-600:hover:not(.btn-active),
.show > .btn.btn-active-text-gray-600 {
    color: #7e8299;
}
.btn.btn-color-gray-700 {
    color: var(--ad-mode-color-1);
}
.btn.btn-color-gray-700 i {
    color: var(--ad-mode-bg);
}
.btn.btn-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--ad-mode-color-1);
}
.btn.btn-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-gray-700.dropdown-toggle:after {
    color: var(--ad-mode-color-1);
}
.btn-check:active + .btn.btn-active-color-gray-700,
.btn-check:checked + .btn.btn-active-color-gray-700,
.btn.btn-active-color-gray-700.active,
.btn.btn-active-color-gray-700.show,
.btn.btn-active-color-gray-700:active:not(.btn-active),
.btn.btn-active-color-gray-700:focus:not(.btn-active),
.btn.btn-active-color-gray-700:hover:not(.btn-active),
.show > .btn.btn-active-color-gray-700 {
    color: var(--ad-mode-color-1);
}
.btn-check:active + .btn.btn-active-color-gray-700 i,
.btn-check:checked + .btn.btn-active-color-gray-700 i,
.btn.btn-active-color-gray-700.active i,
.btn.btn-active-color-gray-700.show i,
.btn.btn-active-color-gray-700:active:not(.btn-active) i,
.btn.btn-active-color-gray-700:focus:not(.btn-active) i,
.btn.btn-active-color-gray-700:hover:not(.btn-active) i,
.show > .btn.btn-active-color-gray-700 i {
    color: var(--ad-mode-color-1);
}
.btn-check:active
+ .btn.btn-active-color-gray-700
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-700
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-700
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--ad-mode-color-1);
}
.btn-check:active
+ .btn.btn-active-color-gray-700
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-700
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-700
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-gray-700.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-gray-700.dropdown-toggle:after,
.btn.btn-active-color-gray-700.active.dropdown-toggle:after,
.btn.btn-active-color-gray-700.show.dropdown-toggle:after,
.btn.btn-active-color-gray-700:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-700:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-700:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-gray-700.dropdown-toggle:after {
    color: var(--ad-mode-color-1);
}
.btn.btn-icon-gray-700 i {
    color: var(--ad-mode-color-1);
}
.btn.btn-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--ad-mode-color-1);
}
.btn.btn-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-gray-700.dropdown-toggle:after {
    color: var(--ad-mode-color-1);
}
.btn-check:active + .btn.btn-active-icon-gray-700 i,
.btn-check:checked + .btn.btn-active-icon-gray-700 i,
.btn.btn-active-icon-gray-700.active i,
.btn.btn-active-icon-gray-700.show i,
.btn.btn-active-icon-gray-700:active:not(.btn-active) i,
.btn.btn-active-icon-gray-700:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-700:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-gray-700 i {
    color: var(--ad-mode-color-1);
}
.btn-check:active
+ .btn.btn-active-icon-gray-700
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-700
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-700
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--ad-mode-color-1);
}
.btn-check:active
+ .btn.btn-active-icon-gray-700
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-700
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-700
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-gray-700.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-gray-700.dropdown-toggle:after,
.btn.btn-active-icon-gray-700.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-700.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-700:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-700:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-700:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-gray-700.dropdown-toggle:after {
    color: var(--ad-mode-color-1);
}
.btn.btn-text-gray-700 {
    color: var(--ad-mode-color-1);
}
.btn-check:active + .btn.btn-active-text-gray-700,
.btn-check:checked + .btn.btn-active-text-gray-700,
.btn.btn-active-text-gray-700.active,
.btn.btn-active-text-gray-700.show,
.btn.btn-active-text-gray-700:active:not(.btn-active),
.btn.btn-active-text-gray-700:focus:not(.btn-active),
.btn.btn-active-text-gray-700:hover:not(.btn-active),
.show > .btn.btn-active-text-gray-700 {
    color: var(--ad-mode-color-1);
}
.btn.btn-color-gray-800 {
    color: #3f4254;
}
.btn.btn-color-gray-800 i {
    color: #3f4254;
}
.btn.btn-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #3f4254;
}
.btn.btn-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-gray-800.dropdown-toggle:after {
    color: #3f4254;
}
.btn-check:active + .btn.btn-active-color-gray-800,
.btn-check:checked + .btn.btn-active-color-gray-800,
.btn.btn-active-color-gray-800.active,
.btn.btn-active-color-gray-800.show,
.btn.btn-active-color-gray-800:active:not(.btn-active),
.btn.btn-active-color-gray-800:focus:not(.btn-active),
.btn.btn-active-color-gray-800:hover:not(.btn-active),
.show > .btn.btn-active-color-gray-800 {
    color: #3f4254;
}
.btn-check:active + .btn.btn-active-color-gray-800 i,
.btn-check:checked + .btn.btn-active-color-gray-800 i,
.btn.btn-active-color-gray-800.active i,
.btn.btn-active-color-gray-800.show i,
.btn.btn-active-color-gray-800:active:not(.btn-active) i,
.btn.btn-active-color-gray-800:focus:not(.btn-active) i,
.btn.btn-active-color-gray-800:hover:not(.btn-active) i,
.show > .btn.btn-active-color-gray-800 i {
    color: #3f4254;
}
.btn-check:active
+ .btn.btn-active-color-gray-800
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-800
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-800
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #3f4254;
}
.btn-check:active
+ .btn.btn-active-color-gray-800
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-800
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-800
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-gray-800.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-gray-800.dropdown-toggle:after,
.btn.btn-active-color-gray-800.active.dropdown-toggle:after,
.btn.btn-active-color-gray-800.show.dropdown-toggle:after,
.btn.btn-active-color-gray-800:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-800:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-800:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-gray-800.dropdown-toggle:after {
    color: #3f4254;
}
.btn.btn-icon-gray-800 i {
    color: #3f4254;
}
.btn.btn-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #3f4254;
}
.btn.btn-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-gray-800.dropdown-toggle:after {
    color: #3f4254;
}
.btn-check:active + .btn.btn-active-icon-gray-800 i,
.btn-check:checked + .btn.btn-active-icon-gray-800 i,
.btn.btn-active-icon-gray-800.active i,
.btn.btn-active-icon-gray-800.show i,
.btn.btn-active-icon-gray-800:active:not(.btn-active) i,
.btn.btn-active-icon-gray-800:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-800:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-gray-800 i {
    color: #3f4254;
}
.btn-check:active
+ .btn.btn-active-icon-gray-800
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-800
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-800
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #3f4254;
}
.btn-check:active
+ .btn.btn-active-icon-gray-800
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-800
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-800
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-gray-800.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-gray-800.dropdown-toggle:after,
.btn.btn-active-icon-gray-800.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-800.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-800:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-800:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-800:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-gray-800.dropdown-toggle:after {
    color: #3f4254;
}
.btn.btn-text-gray-800 {
    color: #3f4254;
}
.btn-check:active + .btn.btn-active-text-gray-800,
.btn-check:checked + .btn.btn-active-text-gray-800,
.btn.btn-active-text-gray-800.active,
.btn.btn-active-text-gray-800.show,
.btn.btn-active-text-gray-800:active:not(.btn-active),
.btn.btn-active-text-gray-800:focus:not(.btn-active),
.btn.btn-active-text-gray-800:hover:not(.btn-active),
.show > .btn.btn-active-text-gray-800 {
    color: #3f4254;
}
.btn.btn-color-gray-900 {
    color: #181c32;
}
.btn.btn-color-gray-900 i {
    color: #181c32;
}
.btn.btn-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.btn.btn-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-color-gray-900.dropdown-toggle:after {
    color: #181c32;
}
.btn-check:active + .btn.btn-active-color-gray-900,
.btn-check:checked + .btn.btn-active-color-gray-900,
.btn.btn-active-color-gray-900.active,
.btn.btn-active-color-gray-900.show,
.btn.btn-active-color-gray-900:active:not(.btn-active),
.btn.btn-active-color-gray-900:focus:not(.btn-active),
.btn.btn-active-color-gray-900:hover:not(.btn-active),
.show > .btn.btn-active-color-gray-900 {
    color: #181c32;
}
.btn-check:active + .btn.btn-active-color-gray-900 i,
.btn-check:checked + .btn.btn-active-color-gray-900 i,
.btn.btn-active-color-gray-900.active i,
.btn.btn-active-color-gray-900.show i,
.btn.btn-active-color-gray-900:active:not(.btn-active) i,
.btn.btn-active-color-gray-900:focus:not(.btn-active) i,
.btn.btn-active-color-gray-900:hover:not(.btn-active) i,
.show > .btn.btn-active-color-gray-900 i {
    color: #181c32;
}
.btn-check:active
+ .btn.btn-active-color-gray-900
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-900
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-900
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.btn-check:active
+ .btn.btn-active-color-gray-900
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-color-gray-900
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-color-gray-900
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-color-gray-900.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-color-gray-900.dropdown-toggle:after,
.btn.btn-active-color-gray-900.active.dropdown-toggle:after,
.btn.btn-active-color-gray-900.show.dropdown-toggle:after,
.btn.btn-active-color-gray-900:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-900:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-900:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-color-gray-900.dropdown-toggle:after {
    color: #181c32;
}
.btn.btn-icon-gray-900 i {
    color: #181c32;
}
.btn.btn-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.btn.btn-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-icon-gray-900.dropdown-toggle:after {
    color: #181c32;
}
.btn-check:active + .btn.btn-active-icon-gray-900 i,
.btn-check:checked + .btn.btn-active-icon-gray-900 i,
.btn.btn-active-icon-gray-900.active i,
.btn.btn-active-icon-gray-900.show i,
.btn.btn-active-icon-gray-900:active:not(.btn-active) i,
.btn.btn-active-icon-gray-900:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-900:hover:not(.btn-active) i,
.show > .btn.btn-active-icon-gray-900 i {
    color: #181c32;
}
.btn-check:active
+ .btn.btn-active-icon-gray-900
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-900
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-900
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #181c32;
}
.btn-check:active
+ .btn.btn-active-icon-gray-900
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-active-icon-gray-900
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-active-icon-gray-900
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-active-icon-gray-900.dropdown-toggle:after,
.btn-check:checked + .btn.btn-active-icon-gray-900.dropdown-toggle:after,
.btn.btn-active-icon-gray-900.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-900.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-900:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-900:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-900:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-active-icon-gray-900.dropdown-toggle:after {
    color: #181c32;
}
.btn.btn-text-gray-900 {
    color: #181c32;
}
.btn-check:active + .btn.btn-active-text-gray-900,
.btn-check:checked + .btn.btn-active-text-gray-900,
.btn.btn-active-text-gray-900.active,
.btn.btn-active-text-gray-900.show,
.btn.btn-active-text-gray-900:active:not(.btn-active),
.btn.btn-active-text-gray-900:focus:not(.btn-active),
.btn.btn-active-text-gray-900:hover:not(.btn-active),
.show > .btn.btn-active-text-gray-900 {
    color: #181c32;
}
.btn.btn-facebook {
    color: #fff;
    border-color: #3b5998;
    background-color: #3b5998;
}
.btn.btn-facebook i {
    color: #fff;
}
.btn.btn-facebook .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-facebook.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-facebook,
.btn-check:checked + .btn.btn-facebook,
.btn.btn-facebook.active,
.btn.btn-facebook.show,
.btn.btn-facebook:active:not(.btn-active),
.btn.btn-facebook:focus:not(.btn-active),
.btn.btn-facebook:hover:not(.btn-active),
.show > .btn.btn-facebook {
    border-color: #30497c;
    background-color: #30497c !important;
}
.btn.btn-light-facebook {
    color: #3b5998;
    border-color: rgba(59, 89, 152, 0.1);
    background-color: rgba(59, 89, 152, 0.1);
}
.btn.btn-light-facebook i {
    color: #3b5998;
}
.btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #3b5998;
}
.btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light-facebook.dropdown-toggle:after {
    color: #3b5998;
}
.btn-check:active + .btn.btn-light-facebook,
.btn-check:checked + .btn.btn-light-facebook,
.btn.btn-light-facebook.active,
.btn.btn-light-facebook.show,
.btn.btn-light-facebook:active:not(.btn-active),
.btn.btn-light-facebook:focus:not(.btn-active),
.btn.btn-light-facebook:hover:not(.btn-active),
.show > .btn.btn-light-facebook {
    color: #fff;
    border-color: #3b5998;
    background-color: #3b5998 !important;
}
.btn-check:active + .btn.btn-light-facebook i,
.btn-check:checked + .btn.btn-light-facebook i,
.btn.btn-light-facebook.active i,
.btn.btn-light-facebook.show i,
.btn.btn-light-facebook:active:not(.btn-active) i,
.btn.btn-light-facebook:focus:not(.btn-active) i,
.btn.btn-light-facebook:hover:not(.btn-active) i,
.show > .btn.btn-light-facebook i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-light-facebook
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-facebook
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-facebook.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-facebook.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-facebook:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-facebook:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-facebook:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-light-facebook
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-facebook
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-facebook.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-facebook.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-facebook:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-facebook:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-facebook:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-light-facebook
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light-facebook.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light-facebook.dropdown-toggle:after,
.btn.btn-light-facebook.active.dropdown-toggle:after,
.btn.btn-light-facebook.show.dropdown-toggle:after,
.btn.btn-light-facebook:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-facebook:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-facebook:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light-facebook.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-google {
    color: #fff;
    border-color: #dd4b39;
    background-color: #dd4b39;
}
.btn.btn-google i {
    color: #fff;
}
.btn.btn-google .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-google .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-google.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-google,
.btn-check:checked + .btn.btn-google,
.btn.btn-google.active,
.btn.btn-google.show,
.btn.btn-google:active:not(.btn-active),
.btn.btn-google:focus:not(.btn-active),
.btn.btn-google:hover:not(.btn-active),
.show > .btn.btn-google {
    border-color: #cd3623;
    background-color: #cd3623 !important;
}
.btn.btn-light-google {
    color: #dd4b39;
    border-color: rgba(221, 75, 57, 0.1);
    background-color: rgba(221, 75, 57, 0.1);
}
.btn.btn-light-google i {
    color: #dd4b39;
}
.btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #dd4b39;
}
.btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light-google.dropdown-toggle:after {
    color: #dd4b39;
}
.btn-check:active + .btn.btn-light-google,
.btn-check:checked + .btn.btn-light-google,
.btn.btn-light-google.active,
.btn.btn-light-google.show,
.btn.btn-light-google:active:not(.btn-active),
.btn.btn-light-google:focus:not(.btn-active),
.btn.btn-light-google:hover:not(.btn-active),
.show > .btn.btn-light-google {
    color: #fff;
    border-color: #dd4b39;
    background-color: #dd4b39 !important;
}
.btn-check:active + .btn.btn-light-google i,
.btn-check:checked + .btn.btn-light-google i,
.btn.btn-light-google.active i,
.btn.btn-light-google.show i,
.btn.btn-light-google:active:not(.btn-active) i,
.btn.btn-light-google:focus:not(.btn-active) i,
.btn.btn-light-google:hover:not(.btn-active) i,
.show > .btn.btn-light-google i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-light-google
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-google
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-google.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-google.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-google:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-google:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-google:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-light-google
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-google
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-google.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-google.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-google:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-google:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-google:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-light-google
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light-google.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light-google.dropdown-toggle:after,
.btn.btn-light-google.active.dropdown-toggle:after,
.btn.btn-light-google.show.dropdown-toggle:after,
.btn.btn-light-google:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-google:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-google:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light-google.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-twitter {
    color: #fff;
    border-color: #1da1f2;
    background-color: #1da1f2;
}
.btn.btn-twitter i {
    color: #fff;
}
.btn.btn-twitter .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-twitter.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-twitter,
.btn-check:checked + .btn.btn-twitter,
.btn.btn-twitter.active,
.btn.btn-twitter.show,
.btn.btn-twitter:active:not(.btn-active),
.btn.btn-twitter:focus:not(.btn-active),
.btn.btn-twitter:hover:not(.btn-active),
.show > .btn.btn-twitter {
    border-color: #0d8ddc;
    background-color: #0d8ddc !important;
}
.btn.btn-light-twitter {
    color: #1da1f2;
    border-color: rgba(29, 161, 242, 0.1);
    background-color: rgba(29, 161, 242, 0.1);
}
.btn.btn-light-twitter i {
    color: #1da1f2;
}
.btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #1da1f2;
}
.btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light-twitter.dropdown-toggle:after {
    color: #1da1f2;
}
.btn-check:active + .btn.btn-light-twitter,
.btn-check:checked + .btn.btn-light-twitter,
.btn.btn-light-twitter.active,
.btn.btn-light-twitter.show,
.btn.btn-light-twitter:active:not(.btn-active),
.btn.btn-light-twitter:focus:not(.btn-active),
.btn.btn-light-twitter:hover:not(.btn-active),
.show > .btn.btn-light-twitter {
    color: #fff;
    border-color: #1da1f2;
    background-color: #1da1f2 !important;
}
.btn-check:active + .btn.btn-light-twitter i,
.btn-check:checked + .btn.btn-light-twitter i,
.btn.btn-light-twitter.active i,
.btn.btn-light-twitter.show i,
.btn.btn-light-twitter:active:not(.btn-active) i,
.btn.btn-light-twitter:focus:not(.btn-active) i,
.btn.btn-light-twitter:hover:not(.btn-active) i,
.show > .btn.btn-light-twitter i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-light-twitter
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-twitter
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-twitter.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-twitter.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-twitter:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-twitter:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-twitter:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-light-twitter
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-twitter
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-twitter.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-twitter.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-twitter:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-twitter:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-twitter:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-light-twitter
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light-twitter.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light-twitter.dropdown-toggle:after,
.btn.btn-light-twitter.active.dropdown-toggle:after,
.btn.btn-light-twitter.show.dropdown-toggle:after,
.btn.btn-light-twitter:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-twitter:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-twitter:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light-twitter.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-instagram {
    color: #fff;
    border-color: #e1306c;
    background-color: #e1306c;
}
.btn.btn-instagram i {
    color: #fff;
}
.btn.btn-instagram .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-instagram.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-instagram,
.btn-check:checked + .btn.btn-instagram,
.btn.btn-instagram.active,
.btn.btn-instagram.show,
.btn.btn-instagram:active:not(.btn-active),
.btn.btn-instagram:focus:not(.btn-active),
.btn.btn-instagram:hover:not(.btn-active),
.show > .btn.btn-instagram {
    border-color: #cd1e59;
    background-color: #cd1e59 !important;
}
.btn.btn-light-instagram {
    color: #e1306c;
    border-color: rgba(225, 48, 108, 0.1);
    background-color: rgba(225, 48, 108, 0.1);
}
.btn.btn-light-instagram i {
    color: #e1306c;
}
.btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #e1306c;
}
.btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light-instagram.dropdown-toggle:after {
    color: #e1306c;
}
.btn-check:active + .btn.btn-light-instagram,
.btn-check:checked + .btn.btn-light-instagram,
.btn.btn-light-instagram.active,
.btn.btn-light-instagram.show,
.btn.btn-light-instagram:active:not(.btn-active),
.btn.btn-light-instagram:focus:not(.btn-active),
.btn.btn-light-instagram:hover:not(.btn-active),
.show > .btn.btn-light-instagram {
    color: #fff;
    border-color: #e1306c;
    background-color: #e1306c !important;
}
.btn-check:active + .btn.btn-light-instagram i,
.btn-check:checked + .btn.btn-light-instagram i,
.btn.btn-light-instagram.active i,
.btn.btn-light-instagram.show i,
.btn.btn-light-instagram:active:not(.btn-active) i,
.btn.btn-light-instagram:focus:not(.btn-active) i,
.btn.btn-light-instagram:hover:not(.btn-active) i,
.show > .btn.btn-light-instagram i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-light-instagram
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-instagram
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-instagram.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-instagram.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-instagram:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-instagram:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-instagram:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-light-instagram
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-instagram
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-instagram.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-instagram.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-instagram:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-instagram:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-instagram:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-light-instagram
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light-instagram.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light-instagram.dropdown-toggle:after,
.btn.btn-light-instagram.active.dropdown-toggle:after,
.btn.btn-light-instagram.show.dropdown-toggle:after,
.btn.btn-light-instagram:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-instagram:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-instagram:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light-instagram.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-youtube {
    color: #fff;
    border-color: red;
    background-color: red;
}
.btn.btn-youtube i {
    color: #fff;
}
.btn.btn-youtube .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-youtube.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-youtube,
.btn-check:checked + .btn.btn-youtube,
.btn.btn-youtube.active,
.btn.btn-youtube.show,
.btn.btn-youtube:active:not(.btn-active),
.btn.btn-youtube:focus:not(.btn-active),
.btn.btn-youtube:hover:not(.btn-active),
.show > .btn.btn-youtube {
    border-color: #d90000;
    background-color: #d90000 !important;
}
.btn.btn-light-youtube {
    color: red;
    border-color: rgba(255, 0, 0, 0.1);
    background-color: rgba(255, 0, 0, 0.1);
}
.btn.btn-light-youtube i {
    color: red;
}
.btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: red;
}
.btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light-youtube.dropdown-toggle:after {
    color: red;
}
.btn-check:active + .btn.btn-light-youtube,
.btn-check:checked + .btn.btn-light-youtube,
.btn.btn-light-youtube.active,
.btn.btn-light-youtube.show,
.btn.btn-light-youtube:active:not(.btn-active),
.btn.btn-light-youtube:focus:not(.btn-active),
.btn.btn-light-youtube:hover:not(.btn-active),
.show > .btn.btn-light-youtube {
    color: #fff;
    border-color: red;
    background-color: red !important;
}
.btn-check:active + .btn.btn-light-youtube i,
.btn-check:checked + .btn.btn-light-youtube i,
.btn.btn-light-youtube.active i,
.btn.btn-light-youtube.show i,
.btn.btn-light-youtube:active:not(.btn-active) i,
.btn.btn-light-youtube:focus:not(.btn-active) i,
.btn.btn-light-youtube:hover:not(.btn-active) i,
.show > .btn.btn-light-youtube i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-light-youtube
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-youtube
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-youtube.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-youtube.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-youtube:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-youtube:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-youtube:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-light-youtube
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-youtube
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-youtube.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-youtube.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-youtube:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-youtube:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-youtube:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-light-youtube
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light-youtube.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light-youtube.dropdown-toggle:after,
.btn.btn-light-youtube.active.dropdown-toggle:after,
.btn.btn-light-youtube.show.dropdown-toggle:after,
.btn.btn-light-youtube:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-youtube:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-youtube:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light-youtube.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-linkedin {
    color: #fff;
    border-color: #0077b5;
    background-color: #0077b5;
}
.btn.btn-linkedin i {
    color: #fff;
}
.btn.btn-linkedin .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn.btn-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-linkedin.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active + .btn.btn-linkedin,
.btn-check:checked + .btn.btn-linkedin,
.btn.btn-linkedin.active,
.btn.btn-linkedin.show,
.btn.btn-linkedin:active:not(.btn-active),
.btn.btn-linkedin:focus:not(.btn-active),
.btn.btn-linkedin:hover:not(.btn-active),
.show > .btn.btn-linkedin {
    border-color: #005e8f;
    background-color: #005e8f !important;
}
.btn.btn-light-linkedin {
    color: #0077b5;
    border-color: rgba(0, 119, 181, 0.1);
    background-color: rgba(0, 119, 181, 0.1);
}
.btn.btn-light-linkedin i {
    color: #0077b5;
}
.btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #0077b5;
}
.btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-light-linkedin.dropdown-toggle:after {
    color: #0077b5;
}
.btn-check:active + .btn.btn-light-linkedin,
.btn-check:checked + .btn.btn-light-linkedin,
.btn.btn-light-linkedin.active,
.btn.btn-light-linkedin.show,
.btn.btn-light-linkedin:active:not(.btn-active),
.btn.btn-light-linkedin:focus:not(.btn-active),
.btn.btn-light-linkedin:hover:not(.btn-active),
.show > .btn.btn-light-linkedin {
    color: #fff;
    border-color: #0077b5;
    background-color: #0077b5 !important;
}
.btn-check:active + .btn.btn-light-linkedin i,
.btn-check:checked + .btn.btn-light-linkedin i,
.btn.btn-light-linkedin.active i,
.btn.btn-light-linkedin.show i,
.btn.btn-light-linkedin:active:not(.btn-active) i,
.btn.btn-light-linkedin:focus:not(.btn-active) i,
.btn.btn-light-linkedin:hover:not(.btn-active) i,
.show > .btn.btn-light-linkedin i {
    color: #fff;
}
.btn-check:active
+ .btn.btn-light-linkedin
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-linkedin
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-linkedin.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-linkedin:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-light-linkedin:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show > .btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-check:active
+ .btn.btn-light-linkedin
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-light-linkedin
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-linkedin.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-linkedin.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-linkedin:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-light-linkedin:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-light-linkedin
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active + .btn.btn-light-linkedin.dropdown-toggle:after,
.btn-check:checked + .btn.btn-light-linkedin.dropdown-toggle:after,
.btn.btn-light-linkedin.active.dropdown-toggle:after,
.btn.btn-light-linkedin.show.dropdown-toggle:after,
.btn.btn-light-linkedin:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-linkedin:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-linkedin:hover:not(.btn-active).dropdown-toggle:after,
.show > .btn.btn-light-linkedin.dropdown-toggle:after {
    color: #fff;
}
.btn.btn-outline.btn-outline-dashed {
    border-width: 1px;
    border-style: dashed;
}
.btn-check:active + .btn.btn-outline.btn-outline-dashed,
.btn-check:checked + .btn.btn-outline.btn-outline-dashed,
.btn.btn-outline.btn-outline-dashed.active,
.btn.btn-outline.btn-outline-dashed.show,
.btn.btn-outline.btn-outline-dashed:active:not(.btn-active),
.btn.btn-outline.btn-outline-dashed:focus:not(.btn-active),
.btn.btn-outline.btn-outline-dashed:hover:not(.btn-active),
.show > .btn.btn-outline.btn-outline-dashed {
    border-color: var(--bs-primary);
}
.btn.btn-outline.btn-outline-dashed.btn-outline-default {
    border-width: 1px;
    border-style: dashed;
    color: #7e8299;
    border-color: #e4e6ef;
}
.btn.btn-outline.btn-outline-dashed.btn-outline-default i {
    color: #7e8299;
}
.btn.btn-outline.btn-outline-dashed.btn-outline-default
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.btn.btn-outline.btn-outline-dashed.btn-outline-default
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn.btn-outline.btn-outline-dashed.btn-outline-default.dropdown-toggle:after {
    color: #7e8299;
}
.btn-check:active + .btn.btn-outline.btn-outline-dashed.btn-outline-default,
.btn-check:checked + .btn.btn-outline.btn-outline-dashed.btn-outline-default,
.btn.btn-outline.btn-outline-dashed.btn-outline-default.active,
.btn.btn-outline.btn-outline-dashed.btn-outline-default.show,
.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active),
.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active),
.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active),
.show > .btn.btn-outline.btn-outline-dashed.btn-outline-default {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background-color: #e8fff3 !important;
}
.btn-check:active + .btn.btn-outline.btn-outline-dashed.btn-outline-default i,
.btn-check:checked + .btn.btn-outline.btn-outline-dashed.btn-outline-default i,
.btn.btn-outline.btn-outline-dashed.btn-outline-default.active i,
.btn.btn-outline.btn-outline-dashed.btn-outline-default.show i,
.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active)
i,
.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active)
i,
.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active)
i,
.show > .btn.btn-outline.btn-outline-dashed.btn-outline-default i {
    color: var(--bs-primary);
}
.btn-check:active
+ .btn.btn-outline.btn-outline-dashed.btn-outline-default
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-outline.btn-outline-dashed.btn-outline-default
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-outline.btn-outline-dashed.btn-outline-default.active
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-outline.btn-outline-dashed.btn-outline-default.show
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active)
.svg-icon
svg
[fill]:not(.permanent):not(g),
.show
> .btn.btn-outline.btn-outline-dashed.btn-outline-default
.svg-icon
svg
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--bs-primary);
}
.btn-check:active
+ .btn.btn-outline.btn-outline-dashed.btn-outline-default
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn-check:checked
+ .btn.btn-outline.btn-outline-dashed.btn-outline-default
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-outline.btn-outline-dashed.btn-outline-default.active
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-outline.btn-outline-dashed.btn-outline-default.show
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active)
.svg-icon
svg:hover
[fill]:not(.permanent):not(g),
.show
> .btn.btn-outline.btn-outline-dashed.btn-outline-default
.svg-icon
svg:hover
[fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-check:active
+ .btn.btn-outline.btn-outline-dashed.btn-outline-default.dropdown-toggle:after,
.btn-check:checked
+ .btn.btn-outline.btn-outline-dashed.btn-outline-default.dropdown-toggle:after,
.btn.btn-outline.btn-outline-dashed.btn-outline-default.active.dropdown-toggle:after,
.btn.btn-outline.btn-outline-dashed.btn-outline-default.show.dropdown-toggle:after,
.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active).dropdown-toggle:after,
.show
> .btn.btn-outline.btn-outline-dashed.btn-outline-default.dropdown-toggle:after {
    color: var(--bs-primary);
}
code:not([class*="language-"]) {
    font-weight: 400;
    color: #b93993;
    line-height: inherit;
    font-size: inherit;
    background-color: #f1f3f8;
    padding: 0.1rem 0.4rem;
    margin: 0 0.5rem;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
    border-radius: 0.3rem;
}
.form-control {
    box-shadow: none !important;
}
.dropdown.show > .form-control {
    color: #d51348;
    background-color: #fff;
    border-color: #b5b5c3;
}
.form-control[readonly] {
    background-color: var(--ad-mode-bg);
}
.form-control.form-control-solid {
    background-color: var(--ad-mode-bg);
    /* border-color: var(--ad-mode-border); */
    /* color: var(--ad-mode-color-1); */
    transition: color 0.2s ease, background-color 0.2s ease;
}
.form-control.form-control-solid::placeholder {
    color: #a1a5b7;
}
.form-control.form-control-solid::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1;
}
.dropdown.show > .form-control.form-control-solid,
.form-control.form-control-solid.active,
.form-control.form-control-solid.focus,
.form-control.form-control-solid:active,
.form-control.form-control-solid:focus {
    background-color: var(--ad-mode-bg);
    border-color: var(--ad-mode-border-1);
    color: var(--ad-mode-color);
    transition: color 0.2s ease, background-color 0.2s ease;
}
.form-control.form-control-transparent {
    background-color: transparent;
    border-color: transparent;
}
.dropdown.show > .form-control.form-control-transparent,
.form-control.form-control-transparent.active,
.form-control.form-control-transparent.focus,
.form-control.form-control-transparent:active,
.form-control.form-control-transparent:focus {
    background-color: transparent;
    border-color: transparent;
}
.form-control.form-control-flush {
    border: 0;
    background-color: transparent;
    outline: 0 !important;
    box-shadow: none;
    border-radius: 0;
}
.placeholder-gray-500::placeholder {
    color: #a1a5b7;
}
.placeholder-gray-500::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1;
}
.placeholder-white::placeholder {
    color: #fff;
}
.placeholder-white::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.resize-none {
    resize: none;
}
.form-select {
    box-shadow: none !important;
}
.form-select.form-select-solid {
    background-color: var(--ad-mode-bg);
    /* border-color: var(--ad-mode-borer-1); */
    /* color: var(--ad-mode-color-1); */
    transition: color 0.2s ease, background-color 0.2s ease;
}
.form-select.form-select-solid::placeholder {
    color: #a1a5b7;
}
.form-select.form-select-solid::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1;
}
.dropdown.show > .form-select.form-select-solid,
.form-select.form-select-solid.active,
.form-select.form-select-solid.focus,
.form-select.form-select-solid:active,
.form-select.form-select-solid:focus {
    background-color: var(--ad-mode-bg);
    border-color: var(--ad-mode-border-1) !important;
    color: var(--ad-mode-color);
    transition: color 0.2s ease, background-color 0.2s ease;
}
.form-select.form-select-transparent {
    background-color: transparent;
    border-color: transparent;
    color: #181c32;
}
.form-select.form-select-transparent::placeholder {
    color: #a1a5b7;
}
.form-select.form-select-transparent::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1;
}
.dropdown.show > .form-select.form-select-transparent,
.form-select.form-select-transparent.active,
.form-select.form-select-transparent.focus,
.form-select.form-select-transparent:active,
.form-select.form-select-transparent:focus {
    background-color: transparent;
    border-color: transparent !important;
    color: #181c32;
}
.form-check .form-check-label {
    cursor: pointer;
}
.form-check .form-check-input {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-check.form-check-custom {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0;
}
.form-check.form-check-custom .form-check-input {
    margin: 0;
    float: none;
    flex-shrink: 0;
}
.form-check.form-check-custom .form-check-label {
    margin-left: 0.55rem;
}
.form-check:not(.form-switch) .form-check-input[type="checkbox"] {
    background-size: 60% 60%;
}
.form-check.form-check-solid .form-check-input {
    border: 1px solid var(--dp-border-color);
    background-color: var(--ad-mode-bg-1);
}
.form-check.form-check-solid .form-check-input:active,
.form-check.form-check-solid .form-check-input:focus {
    filter: none;
    background-color: var(--ad-mode-bg-1);
}
.form-check.form-check-solid .form-check-input:checked {
    background-color: var(--bs-primary);
}
.form-check.form-check-success .form-check-input:checked {
    background-color: #00b2ff;
}
.form-check.form-check-danger .form-check-input:checked {
    background-color: #f1416c;
}
.form-check.form-check-warning .form-check-input:checked {
    background-color: #ffc700;
}
.form-check.form-check-custom.form-check-sm .form-check-input {
    height: 1.5rem;
    width: 1.5rem;
}
.form-check.form-check-custom.form-check-lg .form-check-input {
    height: 2.25rem;
    width: 2.25rem;
}
.form-switch.form-check-solid .form-check-input {
    height: 2.25rem;
    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='%23ffffff'/%3e%3c/svg%3e");
    border-radius: 3.25rem;
}
.form-switch.form-check-solid .form-check-input:checked {
    filter: none;
    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='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-switch.form-check-solid.form-switch-sm .form-check-input {
    height: 1.5rem;
    width: 2.5rem;
}
.form-switch.form-check-solid.form-switch-lg .form-check-input {
    height: 2.75rem;
    width: 3.75rem;
}
.input-group.input-group-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    border-radius: 0.475rem;
}
.input-group.input-group-solid.input-group-sm {
    border-radius: 0.475rem;
}
.input-group.input-group-solid.input-group-lg {
    border-radius: 0.475rem;
}
.input-group.input-group-solid .input-group-text {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
}
.input-group.input-group-solid .input-group-text + .form-control {
    border-left-color: #e4e6ef;
}
.input-group.input-group-solid .form-control {
    background-color: transparent;
    border-color: transparent;
}
.input-group.input-group-solid .form-control + .input-group-text {
    border-left-color: #e4e6ef;
}
.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-left: 0.25rem;
    font-weight: 700;
}
.page-loading * {
    transition: none !important;
}
.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}
.page-loading .page-loader {
    display: flex;
    justify-content: center;
    align-items: center;
}
[data-kt-scrolltop="on"] .scrolltop {
    opacity: 0.3;
    animation: animation-scrolltop 0.4s ease-out 1;
    display: flex;
}
[data-kt-scrolltop="on"] .scrolltop:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    opacity: 1;
}
@media (max-width: 991.98px) {
    .scrolltop {
        bottom: 30px;
        right: 15px;
        width: 30px;
        height: 30px;
    }
}
@keyframes animation-scrolltop {
    from {
        margin-bottom: -15px;
    }
    to {
        margin-bottom: 0;
    }
}
.bullet {
    display: inline-block;
    /* background-color: #b5b5c3; */
    background-color: white;
    border-radius: 6px;
    width: 8px;
    height: 4px;
    flex-shrink: 0;
}
.bullet-dot {
    width: 4px;
    height: 4px;
    border-radius: 100% !important;
}
.bullet-vertical {
    width: 4px;
    height: 8px;
}
.bullet-line {
    width: 5px;
    height: 1px;
    border-radius: none;
}
[data-kt-drawer="true"] {
    display: none;
}
@keyframes animation-drawer-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (max-width: 991.98px) {
    body[data-kt-drawer="on"] {
        overflow: hidden;
    }
}
.badge.badge-circle,
.badge.badge-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
    min-width: 1.75rem;
    padding: 0 0.1rem;
}
.badge.badge-circle {
    border-radius: 50%;
    padding: 0;
    min-width: unset;
    width: 1.75rem;
}
.badge.badge-sm {
    min-width: 1.5rem;
    font-size: 0.85rem;
}
.badge.badge-sm.badge-circle {
    width: 1.5rem;
    height: 1.5rem;
}
.badge.badge-lg {
    min-width: 2rem;
    font-size: 1rem;
}
.badge.badge-lg.badge-circle {
    width: 2rem;
    height: 2rem;
}
.badge-white {
    color: #7e8299;
    background-color: #fff;
}
.badge-light-white {
    color: #fff;
}
.badge-light {
    color: #7e8299;
    background-color: #f5f8fa;
}
.badge-light-light {
    color: #f5f8fa;
}
.badge-primary {
    color: #fff;
    background-color: var(--bs-primary);
}
.badge-light-primary {
    color: var(--bs-primary);
    background-color: #e8fff3;
}
.badge-secondary {
    color: #3f4254;
    background-color: #e4e6ef;
}
.badge-light-secondary {
    color: #e4e6ef;
}
.badge-success {
    color: #fff;
    background-color: #00b2ff;
}
.badge-light-success {
    color: #00b2ff;
    background-color: #f1faff;
}
.badge-info {
    color: #fff;
    background-color: #7239ea;
}
.badge-light-info {
    color: #7239ea;
    background-color: #f8f5ff;
}
.badge-warning {
    color: #fff;
    background-color: #ffc700;
}
.badge-light-warning {
    color: #ffc700;
    background-color: #fff8dd;
}
.badge-danger {
    color: #fff;
    background-color: #f1416c;
}
.badge-light-danger {
    color: #f1416c;
    background-color: #fff5f8;
}
.badge-dark {
    color: #fff;
    background-color: #181c32;
}
.badge-light-dark {
    color: #181c32;
    background-color: #eff2f5;
}
@media (min-width: 992px) {
    div,
    main,
    ol,
    pre,
    span,
    ul {
        scrollbar-width: thin;
        scrollbar-color: #eff2f5 transparent;
    }
    div::-webkit-scrollbar,
    main::-webkit-scrollbar,
    ol::-webkit-scrollbar,
    pre::-webkit-scrollbar,
    span::-webkit-scrollbar,
    ul::-webkit-scrollbar {
        width: 0.4rem;
        height: 0.4rem;
    }
    div::-webkit-scrollbar-thumb,
    main::-webkit-scrollbar-thumb,
    ol::-webkit-scrollbar-thumb,
    pre::-webkit-scrollbar-thumb,
    span::-webkit-scrollbar-thumb,
    ul::-webkit-scrollbar-thumb {
        background-color: #eff2f5;
    }
    div:hover,
    main:hover,
    ol:hover,
    pre:hover,
    span:hover,
    ul:hover {
        scrollbar-color: #e9edf1 transparent;
    }
    div:hover::-webkit-scrollbar-thumb,
    main:hover::-webkit-scrollbar-thumb,
    ol:hover::-webkit-scrollbar-thumb,
    pre:hover::-webkit-scrollbar-thumb,
    span:hover::-webkit-scrollbar-thumb,
    ul:hover::-webkit-scrollbar-thumb {
        background-color: #e9edf1;
    }
}
html {
    font-family: sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color:var(--ad-mode-bg);
    color: var(--ad-mode-text);
}

@media (max-width: 991.98px) {
    body,
    html {
        font-size: 13px !important;
    }
}
@media (max-width: 767.98px) {
    body,
    html {
        font-size: 12px !important;
    }
}
body a:active,
body a:focus,
body a:hover,
html a:active,
html a:focus,
html a:hover {
    text-decoration: none !important;
}

router-outlet {
    display: none;
}
canvas {
    user-select: none;
}

.text-page-bg {
    color: #fff;
}
@media (min-width: 992px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 30px;
    }
    .wrapper {
        transition: padding-left ease, margin-right ease;
    }
    .header-fixed[data-kt-sticky-header="on"] .wrapper {
        padding-top: 160px;
    }
}
@media (max-width: 991.98px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: none;
        padding: 0 15px;
    }

    .btn.btn-icons.btn-active-color-primary {
        height: 25px !important;
        width: 25px !important;
    }
}
.toolbar {
    display: flex;
    align-items: center;
    background-color: var(--ad-mode-bg-1);
}
@media (min-width: 992px) {
    .toolbar {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .content {
        padding: 0 0 15px 0;
    }
    .aside-enabled .content {
        padding-left: 30px;
    }
}
@media (max-width: 991.98px) {
    .content {
        padding: 15px 0 0 0;
    }
}
.docs-wrapper {
    background-color: var(--ad-mode-bg);
}
@media (min-width: 992px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 30px;
    }
    .docs-wrapper {
        padding-left: 265px;
    }
}
@media (max-width: 600px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: none;
        padding: 0 15px;
    }
    .header .header-menu .title {
        display: none;
    }
}
.card.card-docs {
    background-color: var(--ad-mode-bg);
    border: 0;
}