@charset "UTF-8";

/*!
* Start Bootstrap - Material Admin Pro v1.0.2 (https://startbootstrap.com/theme/material-admin-pro)
* Copyright 2013-2021 Start Bootstrap
* Licensed under SEE_LICENSE (https://github.com/StartBootstrap/material-admin-pro/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #757575;
    --bs-gray-dark: #424242;
    --bs-primary: #6200ea;
    --bs-secondary: #9c27b0;
    --bs-success: #2e7d32;
    --bs-info: #26a69a;
    --bs-warning: #ffb300;
    --bs-danger: #d32f2f;
    --bs-light: #f5f5f5;
    --bs-dark: #212121;
    --bs-white: #fff;
    --bs-black: #000;
    --bs-gray: #9e9e9e;
    --bs-font-sans-serif: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
    margin: 0;
    /*font-family: var(--bs-font-sans-serif);*/
    font-family: 'Sarabun', sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #212121;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

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

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

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

ol,
ul {
    padding-left: 2rem;
}

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small, .small, .toast, .card, .alert {
    font-size: 0.875em;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #6200ea;
    text-decoration: underline;
}

a:hover {
    color: #4e00bb;
}

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

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

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

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

code {
    font-size: 0.875em;
    color: #424242;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212121;
    border-radius: 0.2rem;
}

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

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

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

caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #757575;
    text-align: left;
}

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

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

label {
    display: inline-block;
    font-weight: 600;
}

button {
    border-radius: 0;
}

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

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

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

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

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

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

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

textarea {
    resize: vertical;
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 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-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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.725rem + 5.7vw);
    font-weight: 400;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 6rem;
    }
}

.display-2, .page-header {
    font-size: calc(1.5rem + 3vw);
    font-weight: 400;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2, .page-header {
        font-size: 3.75rem;
    }
}

.display-3 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 400;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 3rem;
    }
}

.display-4 {
    font-size: calc(1.3375rem + 1.05vw);
    font-weight: 400;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 2.125rem;
    }
}

.display-5 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 1.5rem;
    }
}

.display-6 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
}

.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: #757575;
}

.blockquote-footer::before {
    content: "— ";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.25rem;
    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: #757575;
}

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

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

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

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

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

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

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

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

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

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

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

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

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

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

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-5,
.gy-5 {
    --bs-gutter-y: 2.5rem;
}

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

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

.g-7,
.gx-7 {
    --bs-gutter-x: 3.5rem;
}

.g-7,
.gy-7 {
    --bs-gutter-y: 3.5rem;
}

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

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

.g-9,
.gx-9 {
    --bs-gutter-x: 4.5rem;
}

.g-9,
.gy-9 {
    --bs-gutter-y: 4.5rem;
}

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

.g-10,
.gy-10 {
    --bs-gutter-y: 5rem;
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 3.5rem;
    }

    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-sm-9,
    .gx-sm-9 {
        --bs-gutter-x: 4.5rem;
    }

    .g-sm-9,
    .gy-sm-9 {
        --bs-gutter-y: 4.5rem;
    }

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

    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 5rem;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 3.5rem;
    }

    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-md-9,
    .gx-md-9 {
        --bs-gutter-x: 4.5rem;
    }

    .g-md-9,
    .gy-md-9 {
        --bs-gutter-y: 4.5rem;
    }

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

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

@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 3.5rem;
    }

    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 4.5rem;
    }

    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 4.5rem;
    }

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

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

@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 3.5rem;
    }

    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-xl-9,
    .gx-xl-9 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xl-9,
    .gy-xl-9 {
        --bs-gutter-y: 4.5rem;
    }

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

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

@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

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

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

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

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

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

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

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

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

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

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

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 2.5rem;
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 3rem;
    }

    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 3.5rem;
    }

    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 3.5rem;
    }

    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 4rem;
    }

    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 4rem;
    }

    .g-xxl-9,
    .gx-xxl-9 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xxl-9,
    .gy-xxl-9 {
        --bs-gutter-y: 4.5rem;
    }

    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 5rem;
    }

    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 5rem;
    }
}

.table, .dataTable-table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212121;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.025);
    --bs-table-active-color: #212121;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212121;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.04);
    width: 100%;
    margin-bottom: 1rem;
    color: #212121;
    vertical-align: top;
    border-color: #e0e0e0;
}

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

.table > tbody, .dataTable-table > tbody {
    vertical-align: inherit;
}

.table > thead, .dataTable-table > thead {
    vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > *, .dataTable-table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
}

.table-bordered > :not(caption) > *, .dataTable-table > :not(caption) > * {
    border-width: 1px 0;
}

.table-bordered > :not(caption) > * > *, .dataTable-table > :not(caption) > * > * {
    border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd), .dataTable-table > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

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

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

.table-primary {
    --bs-table-bg: #e0ccfb;
    --bs-table-striped-bg: #dac7f5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cab8e2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d7c4f1;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cab8e2;
}

.table-secondary {
    --bs-table-bg: #ebd4ef;
    --bs-table-striped-bg: #e5cfe9;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d4bfd7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e2cce5;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #d4bfd7;
}

.table-success {
    --bs-table-bg: #d5e5d6;
    --bs-table-striped-bg: #d0dfd1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c0cec1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ccdccd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c0cec1;
}

.table-info {
    --bs-table-bg: #d4edeb;
    --bs-table-striped-bg: #cfe7e5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bfd5d4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cce4e2;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bfd5d4;
}

.table-warning {
    --bs-table-bg: #fff0cc;
    --bs-table-striped-bg: #f9eac7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6d8b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #f5e6c4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6d8b8;
}

.table-danger {
    --bs-table-bg: #f6d5d5;
    --bs-table-striped-bg: #f0d0d0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddc0c0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eccccc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ddc0c0;
}

.table-light {
    --bs-table-bg: #f5f5f5;
    --bs-table-striped-bg: #efefef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dddddd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebebeb;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dddddd;
}

.table-dark {
    --bs-table-bg: #212121;
    --bs-table-striped-bg: #272727;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373737;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #2a2a2a;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373737;
}

.table-responsive, .dataTable-wrapper .dataTable-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

.form-label {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

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

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

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

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #757575;
}

.form-control, .dataTable-input {
    display: block;
    width: 100%;
    padding: 0.40625rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9e9e9e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control, .dataTable-input {
        transition: none;
    }
}

.form-control[type=file], [type=file].dataTable-input {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]), [type=file].dataTable-input:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus, .dataTable-input:focus {
    color: #424242;
    background-color: #fff;
    border-color: #b180f5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(98, 0, 234, 0.25);
}

.form-control::-webkit-date-and-time-value, .dataTable-input::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-moz-placeholder, .dataTable-input::-moz-placeholder {
    color: #757575;
    opacity: 1;
}

.form-control:-ms-input-placeholder, .dataTable-input:-ms-input-placeholder {
    color: #757575;
    opacity: 1;
}

.form-control::placeholder, .dataTable-input::placeholder {
    color: #757575;
    opacity: 1;
}

.form-control:disabled, .dataTable-input:disabled, .form-control[readonly], [readonly].dataTable-input {
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.06);
    opacity: 1;
}

.form-control::file-selector-button, .dataTable-input::file-selector-button {
    padding: 0.40625rem 1rem;
    margin: -0.40625rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #424242;
    background-color: #f5f5f5;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button, .dataTable-input::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .dataTable-input:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e9e9e9;
}

.form-control::-webkit-file-upload-button, .dataTable-input::-webkit-file-upload-button {
    padding: 0.40625rem 1rem;
    margin: -0.40625rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #424242;
    background-color: #f5f5f5;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button, .dataTable-input::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .dataTable-input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e9e9e9;
}

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

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

.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
}

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

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

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

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

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

textarea.form-control, textarea.dataTable-input {
    min-height: calc(1.5em + (0.8125rem + 2px));
}

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

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

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

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

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

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

.form-select, .dataTable-selector {
    display: block;
    width: 100%;
    padding: 0.40625rem 3rem 0.40625rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23424242' 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: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.form-select:focus, .dataTable-selector:focus {
    border-color: #b180f5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(98, 0, 234, 0.25);
}

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

.form-select:disabled, .dataTable-selector:disabled {
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.06);
}

.form-select:-moz-focusring, .dataTable-selector:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #424242;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.75rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

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

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

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

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

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

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #b180f5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(98, 0, 234, 0.25);
}

.form-check-input:checked {
    background-color: #6200ea;
    border-color: #6200ea;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

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

.form-check-input[type=checkbox]:indeterminate {
    background-color: #6200ea;
    border-color: #6200ea;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

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

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

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

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 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='%23b180f5'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

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

.btn-check[disabled] + .btn, div.code-toolbar > .toolbar .btn-check[disabled] + a,
div.code-toolbar > .toolbar .btn-check[disabled] + button,
div.code-toolbar > .toolbar .btn-check[disabled] + span, .btn-check:disabled + .btn, div.code-toolbar > .toolbar .btn-check:disabled + a,
div.code-toolbar > .toolbar .btn-check:disabled + button,
div.code-toolbar > .toolbar .btn-check:disabled + span {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

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

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0;
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0;
}

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

.form-range::-webkit-slider-thumb {
    width: 0.75rem;
    height: 0.75rem;
    margin-top: -0.3125rem;
    background-color: #6200ea;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

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

.form-range::-webkit-slider-thumb:active {
    background-color: #6200ea;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.125rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(98, 0, 234, 0.25);
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #6200ea;
    border: 0;
    border-radius: 1rem;
    -moz-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

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

.form-range::-moz-range-thumb:active {
    background-color: #6200ea;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.125rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(98, 0, 234, 0.25);
    border-color: transparent;
    border-radius: 1rem;
}

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

.form-range:disabled::-webkit-slider-thumb {
    background-color: #9a9a9a;
}

.form-range:disabled::-moz-range-thumb {
    background-color: #9a9a9a;
}

.form-floating {
    position: relative;
}

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

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

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control, .form-floating > .dataTable-input {
    padding: 1rem 1rem;
}

.form-floating > .form-control::-moz-placeholder, .form-floating > .dataTable-input::-moz-placeholder {
    color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder, .form-floating > .dataTable-input:-ms-input-placeholder {
    color: transparent;
}

.form-floating > .form-control::placeholder, .form-floating > .dataTable-input::placeholder {
    color: transparent;
}

/*noinspection ALL*/
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .dataTable-input:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

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

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

.form-floating > .form-control:-webkit-autofill, .form-floating > .dataTable-input:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-select, .form-floating > .dataTable-selector {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .dataTable-input:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .form-floating > .dataTable-input:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .dataTable-input:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .dataTable-input:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.form-floating > .dataTable-selector ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .dataTable-input:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

.input-group > .form-control:focus, .input-group > .dataTable-input:focus,
.input-group > .form-select:focus,
.input-group > .dataTable-selector:focus {
    z-index: 3;
}

.input-group .btn, .input-group div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar .input-group a,
.input-group div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar .input-group button,
.input-group div.code-toolbar > .toolbar span,
div.code-toolbar > .toolbar .input-group span {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus, .input-group div.code-toolbar > .toolbar a:focus, div.code-toolbar > .toolbar .input-group a:focus,
.input-group div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar .input-group button:focus,
.input-group div.code-toolbar > .toolbar span:focus,
div.code-toolbar > .toolbar .input-group span:focus {
    z-index: 3;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.40625rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
    text-align: center;
    white-space: nowrap;
    background-color: #f5f5f5;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
}

.input-group-lg > .form-control, .input-group-lg > .dataTable-input,
.input-group-lg > .form-select,
.input-group-lg > .dataTable-selector,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
div.code-toolbar > .toolbar .input-group-lg > a,
div.code-toolbar > .toolbar .input-group-lg > button,
div.code-toolbar > .toolbar .input-group-lg > span {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control, .input-group-sm > .dataTable-input,
.input-group-sm > .form-select,
.input-group-sm > .dataTable-selector,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
div.code-toolbar > .toolbar .input-group-sm > a,
div.code-toolbar > .toolbar .input-group-sm > button,
div.code-toolbar > .toolbar .input-group-sm > span {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
}

.input-group-lg > .form-select, .input-group-lg > .dataTable-selector,
.input-group-sm > .form-select,
.input-group-sm > .dataTable-selector {
    padding-right: 4rem;
}

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

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

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #2e7d32;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.6875rem;
    color: #fff;
    background-color: #2e7d32;
    border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .was-validated .dataTable-input:valid, .form-control.is-valid, .is-valid.dataTable-input {
    border-color: #2e7d32;
    padding-right: calc(1.5em + 0.8125rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232e7d32' 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.203125rem) center;
    background-size: calc(0.75em + 0.40625rem) calc(0.75em + 0.40625rem);
}

.was-validated .form-control:valid:focus, .was-validated .dataTable-input:valid:focus, .form-control.is-valid:focus, .is-valid.dataTable-input:focus {
    border-color: #2e7d32;
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.dataTable-input:valid, textarea.form-control.is-valid, textarea.is-valid.dataTable-input {
    padding-right: calc(1.5em + 0.8125rem);
    background-position: top calc(0.375em + 0.203125rem) right calc(0.375em + 0.203125rem);
}

.was-validated .form-select:valid, .was-validated .dataTable-selector:valid, .form-select.is-valid, .is-valid.dataTable-selector {
    border-color: #2e7d32;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .dataTable-selector:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .dataTable-selector:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .is-valid.dataTable-selector:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .is-valid.dataTable-selector:not([multiple])[size="1"] {
    padding-right: 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='%23424242' 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='%232e7d32' 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.40625rem) calc(0.75em + 0.40625rem);
}

.was-validated .form-select:valid:focus, .was-validated .dataTable-selector:valid:focus, .form-select.is-valid:focus, .is-valid.dataTable-selector:focus {
    border-color: #2e7d32;
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #2e7d32;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #2e7d32;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #2e7d32;
}

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

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

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

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #d32f2f;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.6875rem;
    color: #fff;
    background-color: #d32f2f;
    border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .was-validated .dataTable-input:invalid, .form-control.is-invalid, .is-invalid.dataTable-input {
    border-color: #d32f2f;
    padding-right: calc(1.5em + 0.8125rem);
    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='%23d32f2f'%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='%23d32f2f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.203125rem) center;
    background-size: calc(0.75em + 0.40625rem) calc(0.75em + 0.40625rem);
}

.was-validated .form-control:invalid:focus, .was-validated .dataTable-input:invalid:focus, .form-control.is-invalid:focus, .is-invalid.dataTable-input:focus {
    border-color: #d32f2f;
    box-shadow: 0 0 0 0.25rem rgba(211, 47, 47, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.dataTable-input:invalid, textarea.form-control.is-invalid, textarea.is-invalid.dataTable-input {
    padding-right: calc(1.5em + 0.8125rem);
    background-position: top calc(0.375em + 0.203125rem) right calc(0.375em + 0.203125rem);
}

.was-validated .form-select:invalid, .was-validated .dataTable-selector:invalid, .form-select.is-invalid, .is-invalid.dataTable-selector {
    border-color: #d32f2f;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .dataTable-selector:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .dataTable-selector:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .is-invalid.dataTable-selector:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .is-invalid.dataTable-selector:not([multiple])[size="1"] {
    padding-right: 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='%23424242' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d32f2f'%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='%23d32f2f' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.75em + 0.40625rem) calc(0.75em + 0.40625rem);
}

.was-validated .form-select:invalid:focus, .was-validated .dataTable-selector:invalid:focus, .form-select.is-invalid:focus, .is-invalid.dataTable-selector:focus {
    border-color: #d32f2f;
    box-shadow: 0 0 0 0.25rem rgba(211, 47, 47, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #d32f2f;
}

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

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 47, 47, 0.25);
}

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

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

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

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

.btn, div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #424242;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.40625rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn, div.code-toolbar > .toolbar a,
    div.code-toolbar > .toolbar button,
    div.code-toolbar > .toolbar span {
        transition: none;
    }
}

.btn:hover, div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:hover {
    color: #424242;
}

.btn-check:focus + .btn, div.code-toolbar > .toolbar .btn-check:focus + a,
div.code-toolbar > .toolbar .btn-check:focus + button,
div.code-toolbar > .toolbar .btn-check:focus + span, .btn:focus, div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar span:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(98, 0, 234, 0.25);
}

.btn:disabled, div.code-toolbar > .toolbar a:disabled,
div.code-toolbar > .toolbar button:disabled,
div.code-toolbar > .toolbar span:disabled, .btn.disabled, div.code-toolbar > .toolbar a.disabled,
div.code-toolbar > .toolbar button.disabled,
div.code-toolbar > .toolbar span.disabled, fieldset:disabled .btn, fieldset:disabled div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar fieldset:disabled a,
fieldset:disabled div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar fieldset:disabled button,
fieldset:disabled div.code-toolbar > .toolbar span,
div.code-toolbar > .toolbar fieldset:disabled span {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #6200ea;
    border-color: #6200ea;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5300c7;
    border-color: #4e00bb;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #5300c7;
    border-color: #4e00bb;
    box-shadow: 0 0 0 0.25rem rgba(122, 38, 237, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4e00bb;
    border-color: #4a00b0;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(122, 38, 237, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #6200ea;
    border-color: #6200ea;
}

.btn-secondary {
    color: #fff;
    background-color: #9c27b0;
    border-color: #9c27b0;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #852196;
    border-color: #7d1f8d;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #852196;
    border-color: #7d1f8d;
    box-shadow: 0 0 0 0.25rem rgba(171, 71, 188, 0.5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #7d1f8d;
    border-color: #751d84;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(171, 71, 188, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #9c27b0;
    border-color: #9c27b0;
}

.btn-success {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32;
}

.btn-success:hover {
    color: #fff;
    background-color: #276a2b;
    border-color: #256428;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #276a2b;
    border-color: #256428;
    box-shadow: 0 0 0 0.25rem rgba(77, 145, 81, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #256428;
    border-color: #235e26;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(77, 145, 81, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32;
}

.btn-info {
    color: #000;
    background-color: #26a69a;
    border-color: #26a69a;
}

.btn-info:hover {
    color: #000;
    background-color: #47b3a9;
    border-color: #3cafa4;
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #47b3a9;
    border-color: #3cafa4;
    box-shadow: 0 0 0 0.25rem rgba(32, 141, 131, 0.5);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #51b8ae;
    border-color: #3cafa4;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(32, 141, 131, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #26a69a;
    border-color: #26a69a;
}

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

.btn-warning:hover {
    color: #000;
    background-color: #ffbe26;
    border-color: #ffbb1a;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffbe26;
    border-color: #ffbb1a;
    box-shadow: 0 0 0 0.25rem rgba(217, 152, 0, 0.5);
}

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

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 152, 0, 0.5);
}

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

.btn-danger {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f;
}

.btn-danger:hover {
    color: #fff;
    background-color: #b32828;
    border-color: #a92626;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #b32828;
    border-color: #a92626;
    box-shadow: 0 0 0 0.25rem rgba(218, 78, 78, 0.5);
}

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a92626;
    border-color: #9e2323;
}

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(218, 78, 78, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f;
}

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

.btn-light:hover {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f6f6f6;
}

.btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f6f6f6;
    box-shadow: 0 0 0 0.25rem rgba(208, 208, 208, 0.5);
}

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

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(208, 208, 208, 0.5);
}

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

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

.btn-dark:hover {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1a1a1a;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1a1a1a;
    box-shadow: 0 0 0 0.25rem rgba(66, 66, 66, 0.5);
}

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

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 66, 66, 0.5);
}

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

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:hover {
    color: #000;
    background-color: white;
    border-color: white;
}

.btn-check:focus + .btn-white, .btn-white:focus {
    color: #000;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}

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

.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
    box-shadow: 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-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-check:focus + .btn-black, .btn-black:focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

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

.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-black:disabled, .btn-black.disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-gray {
    color: #000;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.btn-gray:hover {
    color: #000;
    background-color: #adadad;
    border-color: #a8a8a8;
}

.btn-check:focus + .btn-gray, .btn-gray:focus {
    color: #000;
    background-color: #adadad;
    border-color: #a8a8a8;
    box-shadow: 0 0 0 0.25rem rgba(134, 134, 134, 0.5);
}

.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
    color: #000;
    background-color: #b1b1b1;
    border-color: #a8a8a8;
}

.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(134, 134, 134, 0.5);
}

.btn-gray:disabled, .btn-gray.disabled {
    color: #000;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.btn-outline-primary, div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
    color: #6200ea;
    border-color: #6200ea;
}

.btn-outline-primary:hover, div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:hover {
    color: #fff;
    background-color: #6200ea;
    border-color: #6200ea;
}

.btn-check:focus + .btn-outline-primary, div.code-toolbar > .toolbar .btn-check:focus + a,
div.code-toolbar > .toolbar .btn-check:focus + button,
div.code-toolbar > .toolbar .btn-check:focus + span, .btn-outline-primary:focus, div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar span:focus {
    box-shadow: 0 0 0 0.25rem rgba(98, 0, 234, 0.5);
}

.btn-check:checked + .btn-outline-primary, div.code-toolbar > .toolbar .btn-check:checked + a,
div.code-toolbar > .toolbar .btn-check:checked + button,
div.code-toolbar > .toolbar .btn-check:checked + span, .btn-check:active + .btn-outline-primary, div.code-toolbar > .toolbar .btn-check:active + a,
div.code-toolbar > .toolbar .btn-check:active + button,
div.code-toolbar > .toolbar .btn-check:active + span, .btn-outline-primary:active, div.code-toolbar > .toolbar a:active,
div.code-toolbar > .toolbar button:active,
div.code-toolbar > .toolbar span:active, .btn-outline-primary.active, div.code-toolbar > .toolbar a.active,
div.code-toolbar > .toolbar button.active,
div.code-toolbar > .toolbar span.active, .btn-outline-primary.dropdown-toggle.show, div.code-toolbar > .toolbar a.dropdown-toggle.show,
div.code-toolbar > .toolbar button.dropdown-toggle.show,
div.code-toolbar > .toolbar span.dropdown-toggle.show {
    color: #fff;
    background-color: #6200ea;
    border-color: #6200ea;
}

.btn-check:checked + .btn-outline-primary:focus, div.code-toolbar > .toolbar .btn-check:checked + a:focus,
div.code-toolbar > .toolbar .btn-check:checked + button:focus,
div.code-toolbar > .toolbar .btn-check:checked + span:focus, .btn-check:active + .btn-outline-primary:focus, div.code-toolbar > .toolbar .btn-check:active + a:focus,
div.code-toolbar > .toolbar .btn-check:active + button:focus,
div.code-toolbar > .toolbar .btn-check:active + span:focus, .btn-outline-primary:active:focus, div.code-toolbar > .toolbar a:active:focus,
div.code-toolbar > .toolbar button:active:focus,
div.code-toolbar > .toolbar span:active:focus, .btn-outline-primary.active:focus, div.code-toolbar > .toolbar a.active:focus,
div.code-toolbar > .toolbar button.active:focus,
div.code-toolbar > .toolbar span.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, div.code-toolbar > .toolbar a.dropdown-toggle.show:focus,
div.code-toolbar > .toolbar button.dropdown-toggle.show:focus,
div.code-toolbar > .toolbar span.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(98, 0, 234, 0.5);
}

.btn-outline-primary:disabled, div.code-toolbar > .toolbar a:disabled,
div.code-toolbar > .toolbar button:disabled,
div.code-toolbar > .toolbar span:disabled, .btn-outline-primary.disabled, div.code-toolbar > .toolbar a.disabled,
div.code-toolbar > .toolbar button.disabled,
div.code-toolbar > .toolbar span.disabled {
    color: #6200ea;
    background-color: transparent;
}

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

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #9c27b0;
    border-color: #9c27b0;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(156, 39, 176, 0.5);
}

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

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(156, 39, 176, 0.5);
}

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

.btn-outline-success {
    color: #2e7d32;
    border-color: #2e7d32;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.5);
}

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

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #2e7d32;
    background-color: transparent;
}

.btn-outline-info {
    color: #26a69a;
    border-color: #26a69a;
}

.btn-outline-info:hover {
    color: #000;
    background-color: #26a69a;
    border-color: #26a69a;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 166, 154, 0.5);
}

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

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 166, 154, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #26a69a;
    background-color: transparent;
}

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

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

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 179, 0, 0.5);
}

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

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 179, 0, 0.5);
}

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

.btn-outline-danger {
    color: #d32f2f;
    border-color: #d32f2f;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 47, 47, 0.5);
}

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

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 47, 47, 0.5);
}

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

.btn-outline-light, .masthead .btn-masthead {
    color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-outline-light:hover, .masthead .btn-masthead:hover {
    color: #000;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-check:focus + .btn-outline-light, .masthead .btn-check:focus + .btn-masthead, .btn-outline-light:focus, .masthead .btn-masthead:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5);
}

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

.btn-check:checked + .btn-outline-light:focus, .masthead .btn-check:checked + .btn-masthead:focus, .btn-check:active + .btn-outline-light:focus, .masthead .btn-check:active + .btn-masthead:focus, .btn-outline-light:active:focus, .masthead .btn-masthead:active:focus, .btn-outline-light.active:focus, .masthead .active.btn-masthead:focus, .btn-outline-light.dropdown-toggle.show:focus, .masthead .dropdown-toggle.show.btn-masthead:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5);
}

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

.btn-outline-dark, .masthead.bg-light .btn-masthead, .masthead.footer-light .btn-masthead,
.masthead.bg-white .btn-masthead {
    color: #212121;
    border-color: #212121;
}

.btn-outline-dark:hover, .masthead.bg-light .btn-masthead:hover, .masthead.footer-light .btn-masthead:hover,
.masthead.bg-white .btn-masthead:hover {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
}

.btn-check:focus + .btn-outline-dark, .masthead.bg-light .btn-check:focus + .btn-masthead, .masthead.footer-light .btn-check:focus + .btn-masthead,
.masthead.bg-white .btn-check:focus + .btn-masthead, .btn-outline-dark:focus, .masthead.bg-light .btn-masthead:focus, .masthead.footer-light .btn-masthead:focus,
.masthead.bg-white .btn-masthead:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 33, 33, 0.5);
}

.btn-check:checked + .btn-outline-dark, .masthead.bg-light .btn-check:checked + .btn-masthead, .masthead.footer-light .btn-check:checked + .btn-masthead,
.masthead.bg-white .btn-check:checked + .btn-masthead, .btn-check:active + .btn-outline-dark, .masthead.bg-light .btn-check:active + .btn-masthead, .masthead.footer-light .btn-check:active + .btn-masthead,
.masthead.bg-white .btn-check:active + .btn-masthead, .btn-outline-dark:active, .masthead.bg-light .btn-masthead:active, .masthead.footer-light .btn-masthead:active,
.masthead.bg-white .btn-masthead:active, .btn-outline-dark.active, .masthead.bg-light .active.btn-masthead, .masthead.footer-light .active.btn-masthead,
.masthead.bg-white .active.btn-masthead, .btn-outline-dark.dropdown-toggle.show, .masthead.bg-light .dropdown-toggle.show.btn-masthead, .masthead.footer-light .dropdown-toggle.show.btn-masthead,
.masthead.bg-white .dropdown-toggle.show.btn-masthead {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
}

.btn-check:checked + .btn-outline-dark:focus, .masthead.bg-light .btn-check:checked + .btn-masthead:focus, .masthead.footer-light .btn-check:checked + .btn-masthead:focus,
.masthead.bg-white .btn-check:checked + .btn-masthead:focus, .btn-check:active + .btn-outline-dark:focus, .masthead.bg-light .btn-check:active + .btn-masthead:focus, .masthead.footer-light .btn-check:active + .btn-masthead:focus,
.masthead.bg-white .btn-check:active + .btn-masthead:focus, .btn-outline-dark:active:focus, .masthead.bg-light .btn-masthead:active:focus, .masthead.footer-light .btn-masthead:active:focus,
.masthead.bg-white .btn-masthead:active:focus, .btn-outline-dark.active:focus, .masthead.bg-light .active.btn-masthead:focus, .masthead.footer-light .active.btn-masthead:focus,
.masthead.bg-white .active.btn-masthead:focus, .btn-outline-dark.dropdown-toggle.show:focus, .masthead.bg-light .dropdown-toggle.show.btn-masthead:focus, .masthead.footer-light .dropdown-toggle.show.btn-masthead:focus,
.masthead.bg-white .dropdown-toggle.show.btn-masthead:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 33, 33, 0.5);
}

.btn-outline-dark:disabled, .masthead.bg-light .btn-masthead:disabled, .masthead.footer-light .btn-masthead:disabled,
.masthead.bg-white .btn-masthead:disabled, .btn-outline-dark.disabled, .masthead.bg-light .disabled.btn-masthead, .masthead.footer-light .disabled.btn-masthead,
.masthead.bg-white .disabled.btn-masthead {
    color: #212121;
    background-color: transparent;
}

.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:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
    box-shadow: 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-black {
    color: #000;
    border-color: #000;
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

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

.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black:disabled, .btn-outline-black.disabled {
    color: #000;
    background-color: transparent;
}

.btn-outline-gray {
    color: #9e9e9e;
    border-color: #9e9e9e;
}

.btn-outline-gray:hover {
    color: #000;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
    box-shadow: 0 0 0 0.25rem rgba(158, 158, 158, 0.5);
}

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

.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(158, 158, 158, 0.5);
}

.btn-outline-gray:disabled, .btn-outline-gray.disabled {
    color: #9e9e9e;
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #6200ea;
    text-decoration: underline;
}

.btn-link:hover {
    color: #4e00bb;
}

.btn-link:disabled, .btn-link.disabled {
    color: #757575;
}

.btn-lg, .btn-group-lg > .btn, div.code-toolbar > .toolbar .btn-group-lg > a,
div.code-toolbar > .toolbar .btn-group-lg > button,
div.code-toolbar > .toolbar .btn-group-lg > span {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, div.code-toolbar > .toolbar .btn-group-sm > a,
div.code-toolbar > .toolbar .btn-group-sm > button,
div.code-toolbar > .toolbar .btn-group-sm > span {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
}

.fade {
    transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease;
}

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

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

.dropdown-toggle {
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

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

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

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

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

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

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

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

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

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

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

.dropdown-item:hover, .dropdown-item:focus {
    color: #212121;
    background-color: #fff;
}

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

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

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #757575;
    white-space: nowrap;
}

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

.dropdown-menu-dark {
    color: #fff;
    background-color: #212121;
    border-color: rgba(0, 0, 0, 0.12);
}

.dropdown-menu-dark .dropdown-item {
    color: #fff;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: #212121;
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #212121;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
    color: #9e9e9e;
}

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

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

.dropdown-menu-dark .dropdown-header {
    color: #9e9e9e;
}

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

.btn-group > .btn, div.code-toolbar > .toolbar .btn-group > a,
div.code-toolbar > .toolbar .btn-group > button,
div.code-toolbar > .toolbar .btn-group > span,
.btn-group-vertical > .btn,
div.code-toolbar > .toolbar .btn-group-vertical > a,
div.code-toolbar > .toolbar .btn-group-vertical > button,
div.code-toolbar > .toolbar .btn-group-vertical > span {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn, div.code-toolbar > .toolbar .btn-group > .btn-check:checked + a,
div.code-toolbar > .toolbar .btn-group > .btn-check:checked + button,
div.code-toolbar > .toolbar .btn-group > .btn-check:checked + span,
.btn-group > .btn-check:focus + .btn,
div.code-toolbar > .toolbar .btn-group > .btn-check:focus + a,
div.code-toolbar > .toolbar .btn-group > .btn-check:focus + button,
div.code-toolbar > .toolbar .btn-group > .btn-check:focus + span,
.btn-group > .btn:hover,
div.code-toolbar > .toolbar .btn-group > a:hover,
div.code-toolbar > .toolbar .btn-group > button:hover,
div.code-toolbar > .toolbar .btn-group > span:hover,
.btn-group > .btn:focus,
div.code-toolbar > .toolbar .btn-group > a:focus,
div.code-toolbar > .toolbar .btn-group > button:focus,
div.code-toolbar > .toolbar .btn-group > span:focus,
.btn-group > .btn:active,
div.code-toolbar > .toolbar .btn-group > a:active,
div.code-toolbar > .toolbar .btn-group > button:active,
div.code-toolbar > .toolbar .btn-group > span:active,
.btn-group > .btn.active,
div.code-toolbar > .toolbar .btn-group > a.active,
div.code-toolbar > .toolbar .btn-group > button.active,
div.code-toolbar > .toolbar .btn-group > span.active,
.btn-group-vertical > .btn-check:checked + .btn,
div.code-toolbar > .toolbar .btn-group-vertical > .btn-check:checked + a,
div.code-toolbar > .toolbar .btn-group-vertical > .btn-check:checked + button,
div.code-toolbar > .toolbar .btn-group-vertical > .btn-check:checked + span,
.btn-group-vertical > .btn-check:focus + .btn,
div.code-toolbar > .toolbar .btn-group-vertical > .btn-check:focus + a,
div.code-toolbar > .toolbar .btn-group-vertical > .btn-check:focus + button,
div.code-toolbar > .toolbar .btn-group-vertical > .btn-check:focus + span,
.btn-group-vertical > .btn:hover,
div.code-toolbar > .toolbar .btn-group-vertical > a:hover,
div.code-toolbar > .toolbar .btn-group-vertical > button:hover,
div.code-toolbar > .toolbar .btn-group-vertical > span:hover,
.btn-group-vertical > .btn:focus,
div.code-toolbar > .toolbar .btn-group-vertical > a:focus,
div.code-toolbar > .toolbar .btn-group-vertical > button:focus,
div.code-toolbar > .toolbar .btn-group-vertical > span:focus,
.btn-group-vertical > .btn:active,
div.code-toolbar > .toolbar .btn-group-vertical > a:active,
div.code-toolbar > .toolbar .btn-group-vertical > button:active,
div.code-toolbar > .toolbar .btn-group-vertical > span:active,
.btn-group-vertical > .btn.active,
div.code-toolbar > .toolbar .btn-group-vertical > a.active,
div.code-toolbar > .toolbar .btn-group-vertical > button.active,
div.code-toolbar > .toolbar .btn-group-vertical > span.active {
    z-index: 1;
}

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

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

.btn-group > .btn:not(:first-child), div.code-toolbar > .toolbar .btn-group > a:not(:first-child),
div.code-toolbar > .toolbar .btn-group > button:not(:first-child),
div.code-toolbar > .toolbar .btn-group > span:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), div.code-toolbar > .toolbar .btn-group > a:not(:last-child):not(.dropdown-toggle),
div.code-toolbar > .toolbar .btn-group > button:not(:last-child):not(.dropdown-toggle),
div.code-toolbar > .toolbar .btn-group > span:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
div.code-toolbar > .toolbar .btn-group > .btn-group:not(:last-child) > a,
div.code-toolbar > .toolbar .btn-group > .btn-group:not(:last-child) > button,
div.code-toolbar > .toolbar .btn-group > .btn-group:not(:last-child) > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

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

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

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, div.code-toolbar > .toolbar .btn-group-sm > a + .dropdown-toggle-split,
div.code-toolbar > .toolbar .btn-group-sm > button + .dropdown-toggle-split,
div.code-toolbar > .toolbar .btn-group-sm > span + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, div.code-toolbar > .toolbar .btn-group-lg > a + .dropdown-toggle-split,
div.code-toolbar > .toolbar .btn-group-lg > button + .dropdown-toggle-split,
div.code-toolbar > .toolbar .btn-group-lg > span + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

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

.btn-group-vertical > .btn, div.code-toolbar > .toolbar .btn-group-vertical > a,
div.code-toolbar > .toolbar .btn-group-vertical > button,
div.code-toolbar > .toolbar .btn-group-vertical > span,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), div.code-toolbar > .toolbar .btn-group-vertical > a:not(:first-child),
div.code-toolbar > .toolbar .btn-group-vertical > button:not(:first-child),
div.code-toolbar > .toolbar .btn-group-vertical > span:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

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

.btn-group-vertical > .btn ~ .btn, div.code-toolbar > .toolbar .btn-group-vertical > a ~ .btn,
div.code-toolbar > .toolbar .btn-group-vertical > button ~ .btn,
div.code-toolbar > .toolbar .btn-group-vertical > span ~ .btn, div.code-toolbar > .toolbar .btn-group-vertical > .btn ~ a, div.code-toolbar > .toolbar .btn-group-vertical > a ~ a,
div.code-toolbar > .toolbar .btn-group-vertical > button ~ a,
div.code-toolbar > .toolbar .btn-group-vertical > span ~ a,
div.code-toolbar > .toolbar .btn-group-vertical > .btn ~ button,
div.code-toolbar > .toolbar .btn-group-vertical > a ~ button,
div.code-toolbar > .toolbar .btn-group-vertical > button ~ button,
div.code-toolbar > .toolbar .btn-group-vertical > span ~ button,
div.code-toolbar > .toolbar .btn-group-vertical > .btn ~ span,
div.code-toolbar > .toolbar .btn-group-vertical > a ~ span,
div.code-toolbar > .toolbar .btn-group-vertical > button ~ span,
div.code-toolbar > .toolbar .btn-group-vertical > span ~ span,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
div.code-toolbar > .toolbar .btn-group-vertical > .btn-group:not(:first-child) > a,
div.code-toolbar > .toolbar .btn-group-vertical > .btn-group:not(:first-child) > button,
div.code-toolbar > .toolbar .btn-group-vertical > .btn-group:not(:first-child) > span {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #6200ea;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: #4e00bb;
}

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

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

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

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

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

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

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

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

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

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}

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

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1rem;
    text-decoration: none;
    white-space: nowrap;
}

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

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

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

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

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

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

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

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

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

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

.navbar-dark .navbar-brand {
    color: #fff;
}

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

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

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

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: #fff;
}

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

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

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

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

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

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

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

.card-title {
    margin-bottom: 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: 1rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -1rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.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.25rem - 1px);
}

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

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 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-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        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-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

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

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #424242;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

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

.accordion-button:not(.collapsed) {
    color: #5800d3;
    background-color: #efe6fd;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235800d3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23424242'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

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

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

.accordion-button:focus {
    z-index: 3;
    border-color: #b180f5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(98, 0, 234, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

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

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

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

.breadcrumb-item.active {
    color: #757575;
}

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

.page-link, .dataTable-pagination a {
    position: relative;
    display: block;
    color: #6200ea;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    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, .dataTable-pagination a {
        transition: none;
    }
}

.page-link:hover, .dataTable-pagination a:hover {
    z-index: 2;
    color: #4e00bb;
    background-color: #eeeeee;
    border-color: #e0e0e0;
}

.page-link:focus, .dataTable-pagination a:focus {
    z-index: 3;
    color: #4e00bb;
    background-color: #eeeeee;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(98, 0, 234, 0.25);
}

.page-item:not(:first-child) .page-link, .page-item:not(:first-child) .dataTable-pagination a, .dataTable-pagination .page-item:not(:first-child) a, .dataTable-pagination li:not(:first-child) .page-link, .dataTable-pagination li:not(:first-child) a {
    margin-left: -1px;
}

.page-item.active .page-link, .page-item.active .dataTable-pagination a, .dataTable-pagination .page-item.active a, .dataTable-pagination li.active .page-link, .dataTable-pagination li.active a {
    z-index: 3;
    color: #fff;
    background-color: #6200ea;
    border-color: #6200ea;
}

.page-item.disabled .page-link, .page-item.disabled .dataTable-pagination a, .dataTable-pagination .page-item.disabled a, .dataTable-pagination li.disabled .page-link, .dataTable-pagination li.disabled a {
    color: #757575;
    pointer-events: none;
    background-color: #fff;
    border-color: #e0e0e0;
}

.page-link, .dataTable-pagination a {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link, .page-item:first-child .dataTable-pagination a, .dataTable-pagination .page-item:first-child a, .dataTable-pagination li:first-child .page-link, .dataTable-pagination li:first-child a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link, .page-item:last-child .dataTable-pagination a, .dataTable-pagination .page-item:last-child a, .dataTable-pagination li:last-child .page-link, .dataTable-pagination li:last-child a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link, .pagination-lg .dataTable-pagination a, .dataTable-pagination .pagination-lg a {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:first-child .dataTable-pagination a, .dataTable-pagination .pagination-lg .page-item:first-child a, .pagination-lg .dataTable-pagination li:first-child .page-link, .pagination-lg .dataTable-pagination li:first-child a, .dataTable-pagination .pagination-lg li:first-child .page-link, .dataTable-pagination .pagination-lg li:first-child a {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link, .pagination-lg .page-item:last-child .dataTable-pagination a, .dataTable-pagination .pagination-lg .page-item:last-child a, .pagination-lg .dataTable-pagination li:last-child .page-link, .pagination-lg .dataTable-pagination li:last-child a, .dataTable-pagination .pagination-lg li:last-child .page-link, .dataTable-pagination .pagination-lg li:last-child a {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link, .pagination-sm .dataTable-pagination a, .dataTable-pagination .pagination-sm a {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:first-child .dataTable-pagination a, .dataTable-pagination .pagination-sm .page-item:first-child a, .pagination-sm .dataTable-pagination li:first-child .page-link, .pagination-sm .dataTable-pagination li:first-child a, .dataTable-pagination .pagination-sm li:first-child .page-link, .dataTable-pagination .pagination-sm li:first-child a {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link, .pagination-sm .page-item:last-child .dataTable-pagination a, .dataTable-pagination .pagination-sm .page-item:last-child a, .pagination-sm .dataTable-pagination li:last-child .page-link, .pagination-sm .dataTable-pagination li:last-child a, .dataTable-pagination .pagination-sm li:last-child .page-link, .dataTable-pagination .pagination-sm li:last-child a {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

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

.badge:empty {
    display: none;
}

.btn .badge, div.code-toolbar > .toolbar a .badge,
div.code-toolbar > .toolbar button .badge,
div.code-toolbar > .toolbar span .badge {
    position: relative;
    top: -1px;
}

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

.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-primary {
    color: #310075;
    background-color: #efe6fd;
    border-color: #e0ccfb;
}

.alert-primary .alert-link {
    color: #27005e;
}

.alert-secondary {
    color: #4e1458;
    background-color: #f5e9f7;
    border-color: #ebd4ef;
}

.alert-secondary .alert-link {
    color: #3e1046;
}

.alert-success {
    color: #173f19;
    background-color: #eaf2eb;
    border-color: #d5e5d6;
}

.alert-success .alert-link {
    color: #123214;
}

.alert-info {
    color: #13534d;
    background-color: #e9f6f5;
    border-color: #d4edeb;
}

.alert-info .alert-link {
    color: #0f423e;
}

.alert-warning {
    color: #805a00;
    background-color: #fff7e6;
    border-color: #fff0cc;
}

.alert-warning .alert-link {
    color: #664800;
}

.alert-danger {
    color: #6a1818;
    background-color: #fbeaea;
    border-color: #f6d5d5;
}

.alert-danger .alert-link {
    color: #551313;
}

.alert-light {
    color: #7b7b7b;
    background-color: #fefefe;
    border-color: #fdfdfd;
}

.alert-light .alert-link {
    color: #626262;
}

.alert-dark {
    color: #111111;
    background-color: #e9e9e9;
    border-color: lightgray;
}

.alert-dark .alert-link {
    color: #0e0e0e;
}

.alert-white {
    color: gray;
    background-color: white;
    border-color: white;
}

.alert-white .alert-link {
    color: #666666;
}

.alert-black {
    color: black;
    background-color: #e6e6e6;
    border-color: #cccccc;
}

.alert-black .alert-link {
    color: black;
}

.alert-gray {
    color: #4f4f4f;
    background-color: whitesmoke;
    border-color: #ececec;
}

.alert-gray .alert-link {
    color: #3f3f3f;
}

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

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #eeeeee;
    border-radius: 0;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #6200ea;
    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 {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

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

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

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

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

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

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

.list-group-item-action:active {
    color: #424242;
    background-color: #eeeeee;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212121;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

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

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

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

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

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

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #3b008c;
    background-color: #e0ccfb;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #3b008c;
    background-color: #cab8e2;
}

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

.list-group-item-secondary {
    color: #5e176a;
    background-color: #ebd4ef;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #5e176a;
    background-color: #d4bfd7;
}

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

.list-group-item-success {
    color: #1c4b1e;
    background-color: #d5e5d6;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #1c4b1e;
    background-color: #c0cec1;
}

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

.list-group-item-info {
    color: #17645c;
    background-color: #d4edeb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #17645c;
    background-color: #bfd5d4;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #17645c;
    border-color: #17645c;
}

.list-group-item-warning {
    color: #996b00;
    background-color: #fff0cc;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #996b00;
    background-color: #e6d8b8;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #996b00;
    border-color: #996b00;
}

.list-group-item-danger {
    color: #7f1c1c;
    background-color: #f6d5d5;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7f1c1c;
    background-color: #ddc0c0;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7f1c1c;
    border-color: #7f1c1c;
}

.list-group-item-light {
    color: #939393;
    background-color: #fdfdfd;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #939393;
    background-color: #e4e4e4;
}

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

.list-group-item-dark {
    color: #141414;
    background-color: lightgray;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141414;
    background-color: #bebebe;
}

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

.list-group-item-white {
    color: #666666;
    background-color: white;
}

.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #666666;
    background-color: #e6e6e6;
}

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

.list-group-item-black {
    color: black;
    background-color: #cccccc;
}

.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #b8b8b8;
}

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

.list-group-item-gray {
    color: #5f5f5f;
    background-color: #ececec;
}

.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #5f5f5f;
    background-color: #d4d4d4;
}

.list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #5f5f5f;
    border-color: #5f5f5f;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(98, 0, 234, 0.25);
    opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 344px;
    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 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
    opacity: 0;
}

.toast.hide {
    display: none;
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    color: #757575;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
    margin-right: -0.5rem;
    margin-left: 1rem;
}

.toast-body {
    padding: 1rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    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.1s ease-out;
    transform: scale(0.8);
}

@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%;
    color: #616161;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.35;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 0 solid #e0e0e0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.modal-header .btn-close {
    padding: 0.5rem 0.75rem;
    margin: -0.5rem -0.75rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0 solid #e0e0e0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.modal-footer > * {
    margin: 0;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.6875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 1;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.5rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.5rem 0.25rem 0;
    border-top-color: transparent;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 0.5rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.25rem 0.5rem 0.25rem 0;
    border-right-color: transparent;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.5rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.25rem 0.5rem;
    border-bottom-color: transparent;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.5rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: 0.5rem;
    height: 0.5rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.25rem 0 0.25rem 0.5rem;
    border-left-color: transparent;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #616161;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: -0.5rem;
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.25rem 0;
    border-top-color: transparent;
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
    bottom: 0;
    border-width: 0.5rem 0.25rem 0;
    border-top-color: transparent;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: -0.5rem;
    width: 0.5rem;
    height: 0.5rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
    left: 0;
    border-width: 0.25rem 0.5rem 0.25rem 0;
    border-right-color: transparent;
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    left: 0;
    border-width: 0.25rem 0.5rem 0.25rem 0;
    border-right-color: transparent;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: -0.5rem;
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.25rem 0.5rem 0.25rem;
    border-bottom-color: transparent;
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    top: 0;
    border-width: 0 0.25rem 0.5rem 0.25rem;
    border-bottom-color: transparent;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0.5rem;
    margin-left: -0.25rem;
    content: "";
    border-bottom: 0 solid #fff;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: -0.5rem;
    width: 0.5rem;
    height: 0.5rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
    right: 0;
    border-width: 0.25rem 0 0.25rem 0.5rem;
    border-left-color: transparent;
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
    right: 0;
    border-width: 0.25rem 0 0.25rem 0.5rem;
    border-left-color: transparent;
}

.popover-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #212121;
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 1rem;
    color: #616161;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: #616161;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

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

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #6200ea;
}

.link-primary:hover, .link-primary:focus {
    color: #4e00bb;
}

.link-secondary {
    color: #9c27b0;
}

.link-secondary:hover, .link-secondary:focus {
    color: #7d1f8d;
}

.link-success {
    color: #2e7d32;
}

.link-success:hover, .link-success:focus {
    color: #256428;
}

.link-info {
    color: #26a69a;
}

.link-info:hover, .link-info:focus {
    color: #51b8ae;
}

.link-warning {
    color: #ffb300;
}

.link-warning:hover, .link-warning:focus {
    color: #ffc233;
}

.link-danger {
    color: #d32f2f;
}

.link-danger:hover, .link-danger:focus {
    color: #a92626;
}

.link-light, .footer-dark a {
    color: #f5f5f5;
}

.link-light:hover, .footer-dark a:hover, .link-light:focus, .footer-dark a:focus {
    color: #f7f7f7;
}

.link-dark {
    color: #212121;
}

.link-dark:hover, .link-dark:focus {
    color: #1a1a1a;
}

.link-white {
    color: #fff;
}

.link-white:hover, .link-white:focus {
    color: white;
}

.link-black {
    color: #000;
}

.link-black:hover, .link-black:focus {
    color: black;
}

.link-gray {
    color: #9e9e9e;
}

.link-gray:hover, .link-gray:focus {
    color: #b1b1b1;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top, .nav-fixed #layoutDrawer #layoutDrawer_nav, .nav-fixed .top-app-bar {
    background-color: #f88379 !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.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 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #e0e0e0 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #e0e0e0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #e0e0e0 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom, .masthead.bg-light, .masthead.footer-light,
.masthead.bg-white {
    border-bottom: 1px solid #e0e0e0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #e0e0e0 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #6200ea !important;
}

.border-secondary {
    border-color: #9c27b0 !important;
}

.border-success {
    border-color: #2e7d32 !important;
}

.border-info {
    border-color: #26a69a !important;
}

.border-warning {
    border-color: #ffb300 !important;
}

.border-danger {
    border-color: #d32f2f !important;
}

.border-light {
    border-color: #f5f5f5 !important;
}

.border-dark {
    border-color: #212121 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-black {
    border-color: #000 !important;
}

.border-gray {
    border-color: #9e9e9e !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 2.5rem !important;
}

.gap-6 {
    gap: 3rem !important;
}

.gap-7 {
    gap: 3.5rem !important;
}

.gap-8 {
    gap: 4rem !important;
}

.gap-9 {
    gap: 4.5rem !important;
}

.gap-10 {
    gap: 5rem !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 2.5rem !important;
}

.m-6 {
    margin: 3rem !important;
}

.m-7 {
    margin: 3.5rem !important;
}

.m-8 {
    margin: 4rem !important;
}

.m-9 {
    margin: 4.5rem !important;
}

.m-10 {
    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: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
}

.mx-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
}

.mx-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.mx-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
}

.mx-10 {
    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: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.my-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

.my-10 {
    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: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 2.5rem !important;
}

.mt-6 {
    margin-top: 3rem !important;
}

.mt-7 {
    margin-top: 3.5rem !important;
}

.mt-8 {
    margin-top: 4rem !important;
}

.mt-9 {
    margin-top: 4.5rem !important;
}

.mt-10 {
    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: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 2.5rem !important;
}

.me-6 {
    margin-right: 3rem !important;
}

.me-7 {
    margin-right: 3.5rem !important;
}

.me-8 {
    margin-right: 4rem !important;
}

.me-9 {
    margin-right: 4.5rem !important;
}

.me-10 {
    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: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 2.5rem !important;
}

.mb-6 {
    margin-bottom: 3rem !important;
}

.mb-7 {
    margin-bottom: 3.5rem !important;
}

.mb-8 {
    margin-bottom: 4rem !important;
}

.mb-9 {
    margin-bottom: 4.5rem !important;
}

.mb-10 {
    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: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 2.5rem !important;
}

.ms-6 {
    margin-left: 3rem !important;
}

.ms-7 {
    margin-left: 3.5rem !important;
}

.ms-8 {
    margin-left: 4rem !important;
}

.ms-9 {
    margin-left: 4.5rem !important;
}

.ms-10 {
    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: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.m-n5 {
    margin: -2.5rem !important;
}

.m-n6 {
    margin: -3rem !important;
}

.m-n7 {
    margin: -3.5rem !important;
}

.m-n8 {
    margin: -4rem !important;
}

.m-n9 {
    margin: -4.5rem !important;
}

.m-n10 {
    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: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
}

.mx-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}

.mx-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
}

.mx-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
}

.mx-n9 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
}

.mx-n10 {
    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: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
}

.my-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.my-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
}

.my-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}

.my-n9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
}

.my-n10 {
    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: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -2.5rem !important;
}

.mt-n6 {
    margin-top: -3rem !important;
}

.mt-n7 {
    margin-top: -3.5rem !important;
}

.mt-n8 {
    margin-top: -4rem !important;
}

.mt-n9 {
    margin-top: -4.5rem !important;
}

.mt-n10 {
    margin-top: -5rem !important;
}

.me-n1 {
    margin-right: -0.25rem !important;
}

.me-n2 {
    margin-right: -0.5rem !important;
}

.me-n3 {
    margin-right: -1rem !important;
}

.me-n4 {
    margin-right: -1.5rem !important;
}

.me-n5 {
    margin-right: -2.5rem !important;
}

.me-n6 {
    margin-right: -3rem !important;
}

.me-n7 {
    margin-right: -3.5rem !important;
}

.me-n8 {
    margin-right: -4rem !important;
}

.me-n9 {
    margin-right: -4.5rem !important;
}

.me-n10 {
    margin-right: -5rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -2.5rem !important;
}

.mb-n6 {
    margin-bottom: -3rem !important;
}

.mb-n7 {
    margin-bottom: -3.5rem !important;
}

.mb-n8 {
    margin-bottom: -4rem !important;
}

.mb-n9 {
    margin-bottom: -4.5rem !important;
}

.mb-n10 {
    margin-bottom: -5rem !important;
}

.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.ms-n4 {
    margin-left: -1.5rem !important;
}

.ms-n5 {
    margin-left: -2.5rem !important;
}

.ms-n6 {
    margin-left: -3rem !important;
}

.ms-n7 {
    margin-left: -3.5rem !important;
}

.ms-n8 {
    margin-left: -4rem !important;
}

.ms-n9 {
    margin-left: -4.5rem !important;
}

.ms-n10 {
    margin-left: -5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 2.5rem !important;
}

.p-6 {
    padding: 3rem !important;
}

.p-7 {
    padding: 3.5rem !important;
}

.p-8 {
    padding: 4rem !important;
}

.p-9 {
    padding: 4.5rem !important;
}

.p-10 {
    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: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.px-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

.px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.px-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}

.px-10 {
    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 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.py-10 {
    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: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 2.5rem !important;
}

.pt-6 {
    padding-top: 3rem !important;
}

.pt-7 {
    padding-top: 3.5rem !important;
}

.pt-8 {
    padding-top: 4rem !important;
}

.pt-9 {
    padding-top: 4.5rem !important;
}

.pt-10 {
    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: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 2.5rem !important;
}

.pe-6 {
    padding-right: 3rem !important;
}

.pe-7 {
    padding-right: 3.5rem !important;
}

.pe-8 {
    padding-right: 4rem !important;
}

.pe-9 {
    padding-right: 4.5rem !important;
}

.pe-10 {
    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: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 2.5rem !important;
}

.pb-6 {
    padding-bottom: 3rem !important;
}

.pb-7 {
    padding-bottom: 3.5rem !important;
}

.pb-8 {
    padding-bottom: 4rem !important;
}

.pb-9 {
    padding-bottom: 4.5rem !important;
}

.pb-10 {
    padding-bottom: 5rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 2.5rem !important;
}

.ps-6 {
    padding-left: 3rem !important;
}

.ps-7 {
    padding-left: 3.5rem !important;
}

.ps-8 {
    padding-left: 4rem !important;
}

.ps-9 {
    padding-left: 4.5rem !important;
}

.ps-10 {
    padding-left: 5rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    color: #6200ea !important;
}

.text-secondary {
    color: #9c27b0 !important;
}

.text-success {
    color: #2e7d32 !important;
}

.text-info {
    color: #26a69a !important;
}

.text-warning {
    color: #ffb300 !important;
}

.text-danger {
    color: #d32f2f !important;
}

.text-light {
    color: #f5f5f5 !important;
}

.text-dark {
    color: #212121 !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-gray {
    color: #9e9e9e !important;
}

.text-body {
    color: #424242 !important;
}

.text-muted, .masthead.bg-light, .masthead.footer-light,
.masthead.bg-white, .footer-light {
    color: #757575 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.bg-primary {
    background-color: #6200ea !important;
}

.bg-secondary {
    background-color: #9c27b0 !important;
}

.bg-success {
    background-color: #2e7d32 !important;
}

.bg-info {
    background-color: #26a69a !important;
}

.bg-warning {
    background-color: #ffb300 !important;
}

.bg-danger {
    background-color: #d32f2f !important;
}

.bg-light, .footer-light {
    background-color: #f5f5f5 !important;
}

.bg-dark {
    background-color: #212121 !important;
}

.bg-dark-pink {
    background-color: #f88379 !important;
}

.bg-beige {
    background-color: #efe1e1 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-gray {
    background-color: #9e9e9e !important;
}

.bg-body {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 2.5rem !important;
    }

    .gap-sm-6 {
        gap: 3rem !important;
    }

    .gap-sm-7 {
        gap: 3.5rem !important;
    }

    .gap-sm-8 {
        gap: 4rem !important;
    }

    .gap-sm-9 {
        gap: 4.5rem !important;
    }

    .gap-sm-10 {
        gap: 5rem !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 2.5rem !important;
    }

    .m-sm-6 {
        margin: 3rem !important;
    }

    .m-sm-7 {
        margin: 3.5rem !important;
    }

    .m-sm-8 {
        margin: 4rem !important;
    }

    .m-sm-9 {
        margin: 4.5rem !important;
    }

    .m-sm-10 {
        margin: 5rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-sm-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-7 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .mx-sm-8 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-sm-9 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-sm-10 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-sm-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-sm-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-sm-9 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-sm-10 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 2.5rem !important;
    }

    .mt-sm-6 {
        margin-top: 3rem !important;
    }

    .mt-sm-7 {
        margin-top: 3.5rem !important;
    }

    .mt-sm-8 {
        margin-top: 4rem !important;
    }

    .mt-sm-9 {
        margin-top: 4.5rem !important;
    }

    .mt-sm-10 {
        margin-top: 5rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 2.5rem !important;
    }

    .me-sm-6 {
        margin-right: 3rem !important;
    }

    .me-sm-7 {
        margin-right: 3.5rem !important;
    }

    .me-sm-8 {
        margin-right: 4rem !important;
    }

    .me-sm-9 {
        margin-right: 4.5rem !important;
    }

    .me-sm-10 {
        margin-right: 5rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 2.5rem !important;
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-7 {
        margin-bottom: 3.5rem !important;
    }

    .mb-sm-8 {
        margin-bottom: 4rem !important;
    }

    .mb-sm-9 {
        margin-bottom: 4.5rem !important;
    }

    .mb-sm-10 {
        margin-bottom: 5rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 2.5rem !important;
    }

    .ms-sm-6 {
        margin-left: 3rem !important;
    }

    .ms-sm-7 {
        margin-left: 3.5rem !important;
    }

    .ms-sm-8 {
        margin-left: 4rem !important;
    }

    .ms-sm-9 {
        margin-left: 4.5rem !important;
    }

    .ms-sm-10 {
        margin-left: 5rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -2.5rem !important;
    }

    .m-sm-n6 {
        margin: -3rem !important;
    }

    .m-sm-n7 {
        margin: -3.5rem !important;
    }

    .m-sm-n8 {
        margin: -4rem !important;
    }

    .m-sm-n9 {
        margin: -4.5rem !important;
    }

    .m-sm-n10 {
        margin: -5rem !important;
    }

    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-sm-n5 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-sm-n6 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-sm-n7 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }

    .mx-sm-n8 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-sm-n9 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-sm-n10 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }

    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-sm-n5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-sm-n6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-sm-n7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }

    .my-sm-n8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-sm-n9 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-sm-n10 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-sm-n3 {
        margin-top: -1rem !important;
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-sm-n5 {
        margin-top: -2.5rem !important;
    }

    .mt-sm-n6 {
        margin-top: -3rem !important;
    }

    .mt-sm-n7 {
        margin-top: -3.5rem !important;
    }

    .mt-sm-n8 {
        margin-top: -4rem !important;
    }

    .mt-sm-n9 {
        margin-top: -4.5rem !important;
    }

    .mt-sm-n10 {
        margin-top: -5rem !important;
    }

    .me-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .me-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .me-sm-n3 {
        margin-right: -1rem !important;
    }

    .me-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .me-sm-n5 {
        margin-right: -2.5rem !important;
    }

    .me-sm-n6 {
        margin-right: -3rem !important;
    }

    .me-sm-n7 {
        margin-right: -3.5rem !important;
    }

    .me-sm-n8 {
        margin-right: -4rem !important;
    }

    .me-sm-n9 {
        margin-right: -4.5rem !important;
    }

    .me-sm-n10 {
        margin-right: -5rem !important;
    }

    .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-sm-n5 {
        margin-bottom: -2.5rem !important;
    }

    .mb-sm-n6 {
        margin-bottom: -3rem !important;
    }

    .mb-sm-n7 {
        margin-bottom: -3.5rem !important;
    }

    .mb-sm-n8 {
        margin-bottom: -4rem !important;
    }

    .mb-sm-n9 {
        margin-bottom: -4.5rem !important;
    }

    .mb-sm-n10 {
        margin-bottom: -5rem !important;
    }

    .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-sm-n3 {
        margin-left: -1rem !important;
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-sm-n5 {
        margin-left: -2.5rem !important;
    }

    .ms-sm-n6 {
        margin-left: -3rem !important;
    }

    .ms-sm-n7 {
        margin-left: -3.5rem !important;
    }

    .ms-sm-n8 {
        margin-left: -4rem !important;
    }

    .ms-sm-n9 {
        margin-left: -4.5rem !important;
    }

    .ms-sm-n10 {
        margin-left: -5rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 2.5rem !important;
    }

    .p-sm-6 {
        padding: 3rem !important;
    }

    .p-sm-7 {
        padding: 3.5rem !important;
    }

    .p-sm-8 {
        padding: 4rem !important;
    }

    .p-sm-9 {
        padding: 4.5rem !important;
    }

    .p-sm-10 {
        padding: 5rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-sm-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-sm-7 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .px-sm-8 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-sm-9 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-sm-10 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-sm-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-sm-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-sm-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-sm-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-sm-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 2.5rem !important;
    }

    .pt-sm-6 {
        padding-top: 3rem !important;
    }

    .pt-sm-7 {
        padding-top: 3.5rem !important;
    }

    .pt-sm-8 {
        padding-top: 4rem !important;
    }

    .pt-sm-9 {
        padding-top: 4.5rem !important;
    }

    .pt-sm-10 {
        padding-top: 5rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 2.5rem !important;
    }

    .pe-sm-6 {
        padding-right: 3rem !important;
    }

    .pe-sm-7 {
        padding-right: 3.5rem !important;
    }

    .pe-sm-8 {
        padding-right: 4rem !important;
    }

    .pe-sm-9 {
        padding-right: 4.5rem !important;
    }

    .pe-sm-10 {
        padding-right: 5rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 2.5rem !important;
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important;
    }

    .pb-sm-7 {
        padding-bottom: 3.5rem !important;
    }

    .pb-sm-8 {
        padding-bottom: 4rem !important;
    }

    .pb-sm-9 {
        padding-bottom: 4.5rem !important;
    }

    .pb-sm-10 {
        padding-bottom: 5rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 2.5rem !important;
    }

    .ps-sm-6 {
        padding-left: 3rem !important;
    }

    .ps-sm-7 {
        padding-left: 3.5rem !important;
    }

    .ps-sm-8 {
        padding-left: 4rem !important;
    }

    .ps-sm-9 {
        padding-left: 4.5rem !important;
    }

    .ps-sm-10 {
        padding-left: 5rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 2.5rem !important;
    }

    .gap-md-6 {
        gap: 3rem !important;
    }

    .gap-md-7 {
        gap: 3.5rem !important;
    }

    .gap-md-8 {
        gap: 4rem !important;
    }

    .gap-md-9 {
        gap: 4.5rem !important;
    }

    .gap-md-10 {
        gap: 5rem !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 2.5rem !important;
    }

    .m-md-6 {
        margin: 3rem !important;
    }

    .m-md-7 {
        margin: 3.5rem !important;
    }

    .m-md-8 {
        margin: 4rem !important;
    }

    .m-md-9 {
        margin: 4.5rem !important;
    }

    .m-md-10 {
        margin: 5rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-md-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-7 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .mx-md-8 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-md-9 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-md-10 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-md-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-md-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-md-9 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-md-10 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 2.5rem !important;
    }

    .mt-md-6 {
        margin-top: 3rem !important;
    }

    .mt-md-7 {
        margin-top: 3.5rem !important;
    }

    .mt-md-8 {
        margin-top: 4rem !important;
    }

    .mt-md-9 {
        margin-top: 4.5rem !important;
    }

    .mt-md-10 {
        margin-top: 5rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 2.5rem !important;
    }

    .me-md-6 {
        margin-right: 3rem !important;
    }

    .me-md-7 {
        margin-right: 3.5rem !important;
    }

    .me-md-8 {
        margin-right: 4rem !important;
    }

    .me-md-9 {
        margin-right: 4.5rem !important;
    }

    .me-md-10 {
        margin-right: 5rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 2.5rem !important;
    }

    .mb-md-6 {
        margin-bottom: 3rem !important;
    }

    .mb-md-7 {
        margin-bottom: 3.5rem !important;
    }

    .mb-md-8 {
        margin-bottom: 4rem !important;
    }

    .mb-md-9 {
        margin-bottom: 4.5rem !important;
    }

    .mb-md-10 {
        margin-bottom: 5rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 2.5rem !important;
    }

    .ms-md-6 {
        margin-left: 3rem !important;
    }

    .ms-md-7 {
        margin-left: 3.5rem !important;
    }

    .ms-md-8 {
        margin-left: 4rem !important;
    }

    .ms-md-9 {
        margin-left: 4.5rem !important;
    }

    .ms-md-10 {
        margin-left: 5rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -2.5rem !important;
    }

    .m-md-n6 {
        margin: -3rem !important;
    }

    .m-md-n7 {
        margin: -3.5rem !important;
    }

    .m-md-n8 {
        margin: -4rem !important;
    }

    .m-md-n9 {
        margin: -4.5rem !important;
    }

    .m-md-n10 {
        margin: -5rem !important;
    }

    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-md-n5 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-md-n6 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-md-n7 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }

    .mx-md-n8 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-md-n9 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-md-n10 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-md-n5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-md-n6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-md-n7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }

    .my-md-n8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-md-n9 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-md-n10 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-md-n3 {
        margin-top: -1rem !important;
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-md-n5 {
        margin-top: -2.5rem !important;
    }

    .mt-md-n6 {
        margin-top: -3rem !important;
    }

    .mt-md-n7 {
        margin-top: -3.5rem !important;
    }

    .mt-md-n8 {
        margin-top: -4rem !important;
    }

    .mt-md-n9 {
        margin-top: -4.5rem !important;
    }

    .mt-md-n10 {
        margin-top: -5rem !important;
    }

    .me-md-n1 {
        margin-right: -0.25rem !important;
    }

    .me-md-n2 {
        margin-right: -0.5rem !important;
    }

    .me-md-n3 {
        margin-right: -1rem !important;
    }

    .me-md-n4 {
        margin-right: -1.5rem !important;
    }

    .me-md-n5 {
        margin-right: -2.5rem !important;
    }

    .me-md-n6 {
        margin-right: -3rem !important;
    }

    .me-md-n7 {
        margin-right: -3.5rem !important;
    }

    .me-md-n8 {
        margin-right: -4rem !important;
    }

    .me-md-n9 {
        margin-right: -4.5rem !important;
    }

    .me-md-n10 {
        margin-right: -5rem !important;
    }

    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-md-n5 {
        margin-bottom: -2.5rem !important;
    }

    .mb-md-n6 {
        margin-bottom: -3rem !important;
    }

    .mb-md-n7 {
        margin-bottom: -3.5rem !important;
    }

    .mb-md-n8 {
        margin-bottom: -4rem !important;
    }

    .mb-md-n9 {
        margin-bottom: -4.5rem !important;
    }

    .mb-md-n10 {
        margin-bottom: -5rem !important;
    }

    .ms-md-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-md-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-md-n3 {
        margin-left: -1rem !important;
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-md-n5 {
        margin-left: -2.5rem !important;
    }

    .ms-md-n6 {
        margin-left: -3rem !important;
    }

    .ms-md-n7 {
        margin-left: -3.5rem !important;
    }

    .ms-md-n8 {
        margin-left: -4rem !important;
    }

    .ms-md-n9 {
        margin-left: -4.5rem !important;
    }

    .ms-md-n10 {
        margin-left: -5rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 2.5rem !important;
    }

    .p-md-6 {
        padding: 3rem !important;
    }

    .p-md-7 {
        padding: 3.5rem !important;
    }

    .p-md-8 {
        padding: 4rem !important;
    }

    .p-md-9 {
        padding: 4.5rem !important;
    }

    .p-md-10 {
        padding: 5rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-md-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-md-7 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .px-md-8 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-md-9 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-md-10 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-md-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-md-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-md-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-md-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-md-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 2.5rem !important;
    }

    .pt-md-6 {
        padding-top: 3rem !important;
    }

    .pt-md-7 {
        padding-top: 3.5rem !important;
    }

    .pt-md-8 {
        padding-top: 4rem !important;
    }

    .pt-md-9 {
        padding-top: 4.5rem !important;
    }

    .pt-md-10 {
        padding-top: 5rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 2.5rem !important;
    }

    .pe-md-6 {
        padding-right: 3rem !important;
    }

    .pe-md-7 {
        padding-right: 3.5rem !important;
    }

    .pe-md-8 {
        padding-right: 4rem !important;
    }

    .pe-md-9 {
        padding-right: 4.5rem !important;
    }

    .pe-md-10 {
        padding-right: 5rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 2.5rem !important;
    }

    .pb-md-6 {
        padding-bottom: 3rem !important;
    }

    .pb-md-7 {
        padding-bottom: 3.5rem !important;
    }

    .pb-md-8 {
        padding-bottom: 4rem !important;
    }

    .pb-md-9 {
        padding-bottom: 4.5rem !important;
    }

    .pb-md-10 {
        padding-bottom: 5rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 2.5rem !important;
    }

    .ps-md-6 {
        padding-left: 3rem !important;
    }

    .ps-md-7 {
        padding-left: 3.5rem !important;
    }

    .ps-md-8 {
        padding-left: 4rem !important;
    }

    .ps-md-9 {
        padding-left: 4.5rem !important;
    }

    .ps-md-10 {
        padding-left: 5rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 2.5rem !important;
    }

    .gap-lg-6 {
        gap: 3rem !important;
    }

    .gap-lg-7 {
        gap: 3.5rem !important;
    }

    .gap-lg-8 {
        gap: 4rem !important;
    }

    .gap-lg-9 {
        gap: 4.5rem !important;
    }

    .gap-lg-10 {
        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;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 2.5rem !important;
    }

    .m-lg-6 {
        margin: 3rem !important;
    }

    .m-lg-7 {
        margin: 3.5rem !important;
    }

    .m-lg-8 {
        margin: 4rem !important;
    }

    .m-lg-9 {
        margin: 4.5rem !important;
    }

    .m-lg-10 {
        margin: 5rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-lg-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-7 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .mx-lg-8 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-lg-9 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-lg-10 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-lg-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-lg-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-lg-9 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-lg-10 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 2.5rem !important;
    }

    .mt-lg-6 {
        margin-top: 3rem !important;
    }

    .mt-lg-7 {
        margin-top: 3.5rem !important;
    }

    .mt-lg-8 {
        margin-top: 4rem !important;
    }

    .mt-lg-9 {
        margin-top: 4.5rem !important;
    }

    .mt-lg-10 {
        margin-top: 5rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 2.5rem !important;
    }

    .me-lg-6 {
        margin-right: 3rem !important;
    }

    .me-lg-7 {
        margin-right: 3.5rem !important;
    }

    .me-lg-8 {
        margin-right: 4rem !important;
    }

    .me-lg-9 {
        margin-right: 4.5rem !important;
    }

    .me-lg-10 {
        margin-right: 5rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 2.5rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-7 {
        margin-bottom: 3.5rem !important;
    }

    .mb-lg-8 {
        margin-bottom: 4rem !important;
    }

    .mb-lg-9 {
        margin-bottom: 4.5rem !important;
    }

    .mb-lg-10 {
        margin-bottom: 5rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 2.5rem !important;
    }

    .ms-lg-6 {
        margin-left: 3rem !important;
    }

    .ms-lg-7 {
        margin-left: 3.5rem !important;
    }

    .ms-lg-8 {
        margin-left: 4rem !important;
    }

    .ms-lg-9 {
        margin-left: 4.5rem !important;
    }

    .ms-lg-10 {
        margin-left: 5rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -2.5rem !important;
    }

    .m-lg-n6 {
        margin: -3rem !important;
    }

    .m-lg-n7 {
        margin: -3.5rem !important;
    }

    .m-lg-n8 {
        margin: -4rem !important;
    }

    .m-lg-n9 {
        margin: -4.5rem !important;
    }

    .m-lg-n10 {
        margin: -5rem !important;
    }

    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-lg-n5 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-lg-n6 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-lg-n7 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }

    .mx-lg-n8 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-lg-n9 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-lg-n10 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }

    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-lg-n5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-lg-n6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-lg-n7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }

    .my-lg-n8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-lg-n9 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-lg-n10 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-lg-n3 {
        margin-top: -1rem !important;
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-lg-n5 {
        margin-top: -2.5rem !important;
    }

    .mt-lg-n6 {
        margin-top: -3rem !important;
    }

    .mt-lg-n7 {
        margin-top: -3.5rem !important;
    }

    .mt-lg-n8 {
        margin-top: -4rem !important;
    }

    .mt-lg-n9 {
        margin-top: -4.5rem !important;
    }

    .mt-lg-n10 {
        margin-top: -5rem !important;
    }

    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .me-lg-n3 {
        margin-right: -1rem !important;
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .me-lg-n5 {
        margin-right: -2.5rem !important;
    }

    .me-lg-n6 {
        margin-right: -3rem !important;
    }

    .me-lg-n7 {
        margin-right: -3.5rem !important;
    }

    .me-lg-n8 {
        margin-right: -4rem !important;
    }

    .me-lg-n9 {
        margin-right: -4.5rem !important;
    }

    .me-lg-n10 {
        margin-right: -5rem !important;
    }

    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-lg-n5 {
        margin-bottom: -2.5rem !important;
    }

    .mb-lg-n6 {
        margin-bottom: -3rem !important;
    }

    .mb-lg-n7 {
        margin-bottom: -3.5rem !important;
    }

    .mb-lg-n8 {
        margin-bottom: -4rem !important;
    }

    .mb-lg-n9 {
        margin-bottom: -4.5rem !important;
    }

    .mb-lg-n10 {
        margin-bottom: -5rem !important;
    }

    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-lg-n3 {
        margin-left: -1rem !important;
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-lg-n5 {
        margin-left: -2.5rem !important;
    }

    .ms-lg-n6 {
        margin-left: -3rem !important;
    }

    .ms-lg-n7 {
        margin-left: -3.5rem !important;
    }

    .ms-lg-n8 {
        margin-left: -4rem !important;
    }

    .ms-lg-n9 {
        margin-left: -4.5rem !important;
    }

    .ms-lg-n10 {
        margin-left: -5rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 2.5rem !important;
    }

    .p-lg-6 {
        padding: 3rem !important;
    }

    .p-lg-7 {
        padding: 3.5rem !important;
    }

    .p-lg-8 {
        padding: 4rem !important;
    }

    .p-lg-9 {
        padding: 4.5rem !important;
    }

    .p-lg-10 {
        padding: 5rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-lg-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-lg-7 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .px-lg-8 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-lg-9 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-lg-10 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-lg-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-lg-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-lg-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-lg-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-lg-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 2.5rem !important;
    }

    .pt-lg-6 {
        padding-top: 3rem !important;
    }

    .pt-lg-7 {
        padding-top: 3.5rem !important;
    }

    .pt-lg-8 {
        padding-top: 4rem !important;
    }

    .pt-lg-9 {
        padding-top: 4.5rem !important;
    }

    .pt-lg-10 {
        padding-top: 5rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 2.5rem !important;
    }

    .pe-lg-6 {
        padding-right: 3rem !important;
    }

    .pe-lg-7 {
        padding-right: 3.5rem !important;
    }

    .pe-lg-8 {
        padding-right: 4rem !important;
    }

    .pe-lg-9 {
        padding-right: 4.5rem !important;
    }

    .pe-lg-10 {
        padding-right: 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: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 2.5rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 3.5rem !important;
    }

    .pb-lg-8 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-9 {
        padding-bottom: 4.5rem !important;
    }

    .pb-lg-10 {
        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: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 2.5rem !important;
    }

    .ps-lg-6 {
        padding-left: 3rem !important;
    }

    .ps-lg-7 {
        padding-left: 3.5rem !important;
    }

    .ps-lg-8 {
        padding-left: 4rem !important;
    }

    .ps-lg-9 {
        padding-left: 4.5rem !important;
    }

    .ps-lg-10 {
        padding-left: 5rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 2.5rem !important;
    }

    .gap-xl-6 {
        gap: 3rem !important;
    }

    .gap-xl-7 {
        gap: 3.5rem !important;
    }

    .gap-xl-8 {
        gap: 4rem !important;
    }

    .gap-xl-9 {
        gap: 4.5rem !important;
    }

    .gap-xl-10 {
        gap: 5rem !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 2.5rem !important;
    }

    .m-xl-6 {
        margin: 3rem !important;
    }

    .m-xl-7 {
        margin: 3.5rem !important;
    }

    .m-xl-8 {
        margin: 4rem !important;
    }

    .m-xl-9 {
        margin: 4.5rem !important;
    }

    .m-xl-10 {
        margin: 5rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-xl-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-7 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .mx-xl-8 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xl-9 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-xl-10 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xl-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-xl-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xl-9 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-xl-10 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 2.5rem !important;
    }

    .mt-xl-6 {
        margin-top: 3rem !important;
    }

    .mt-xl-7 {
        margin-top: 3.5rem !important;
    }

    .mt-xl-8 {
        margin-top: 4rem !important;
    }

    .mt-xl-9 {
        margin-top: 4.5rem !important;
    }

    .mt-xl-10 {
        margin-top: 5rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 2.5rem !important;
    }

    .me-xl-6 {
        margin-right: 3rem !important;
    }

    .me-xl-7 {
        margin-right: 3.5rem !important;
    }

    .me-xl-8 {
        margin-right: 4rem !important;
    }

    .me-xl-9 {
        margin-right: 4.5rem !important;
    }

    .me-xl-10 {
        margin-right: 5rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-7 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xl-8 {
        margin-bottom: 4rem !important;
    }

    .mb-xl-9 {
        margin-bottom: 4.5rem !important;
    }

    .mb-xl-10 {
        margin-bottom: 5rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 2.5rem !important;
    }

    .ms-xl-6 {
        margin-left: 3rem !important;
    }

    .ms-xl-7 {
        margin-left: 3.5rem !important;
    }

    .ms-xl-8 {
        margin-left: 4rem !important;
    }

    .ms-xl-9 {
        margin-left: 4.5rem !important;
    }

    .ms-xl-10 {
        margin-left: 5rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -2.5rem !important;
    }

    .m-xl-n6 {
        margin: -3rem !important;
    }

    .m-xl-n7 {
        margin: -3.5rem !important;
    }

    .m-xl-n8 {
        margin: -4rem !important;
    }

    .m-xl-n9 {
        margin: -4.5rem !important;
    }

    .m-xl-n10 {
        margin: -5rem !important;
    }

    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xl-n5 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-xl-n6 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-xl-n7 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }

    .mx-xl-n8 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-xl-n9 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-xl-n10 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }

    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xl-n5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-xl-n6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-xl-n7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }

    .my-xl-n8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-xl-n9 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-xl-n10 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xl-n3 {
        margin-top: -1rem !important;
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-xl-n5 {
        margin-top: -2.5rem !important;
    }

    .mt-xl-n6 {
        margin-top: -3rem !important;
    }

    .mt-xl-n7 {
        margin-top: -3.5rem !important;
    }

    .mt-xl-n8 {
        margin-top: -4rem !important;
    }

    .mt-xl-n9 {
        margin-top: -4.5rem !important;
    }

    .mt-xl-n10 {
        margin-top: -5rem !important;
    }

    .me-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .me-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .me-xl-n3 {
        margin-right: -1rem !important;
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .me-xl-n5 {
        margin-right: -2.5rem !important;
    }

    .me-xl-n6 {
        margin-right: -3rem !important;
    }

    .me-xl-n7 {
        margin-right: -3.5rem !important;
    }

    .me-xl-n8 {
        margin-right: -4rem !important;
    }

    .me-xl-n9 {
        margin-right: -4.5rem !important;
    }

    .me-xl-n10 {
        margin-right: -5rem !important;
    }

    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xl-n5 {
        margin-bottom: -2.5rem !important;
    }

    .mb-xl-n6 {
        margin-bottom: -3rem !important;
    }

    .mb-xl-n7 {
        margin-bottom: -3.5rem !important;
    }

    .mb-xl-n8 {
        margin-bottom: -4rem !important;
    }

    .mb-xl-n9 {
        margin-bottom: -4.5rem !important;
    }

    .mb-xl-n10 {
        margin-bottom: -5rem !important;
    }

    .ms-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-xl-n3 {
        margin-left: -1rem !important;
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-xl-n5 {
        margin-left: -2.5rem !important;
    }

    .ms-xl-n6 {
        margin-left: -3rem !important;
    }

    .ms-xl-n7 {
        margin-left: -3.5rem !important;
    }

    .ms-xl-n8 {
        margin-left: -4rem !important;
    }

    .ms-xl-n9 {
        margin-left: -4.5rem !important;
    }

    .ms-xl-n10 {
        margin-left: -5rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 2.5rem !important;
    }

    .p-xl-6 {
        padding: 3rem !important;
    }

    .p-xl-7 {
        padding: 3.5rem !important;
    }

    .p-xl-8 {
        padding: 4rem !important;
    }

    .p-xl-9 {
        padding: 4.5rem !important;
    }

    .p-xl-10 {
        padding: 5rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xl-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xl-7 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .px-xl-8 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-xl-9 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-xl-10 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xl-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xl-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-xl-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xl-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-xl-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 2.5rem !important;
    }

    .pt-xl-6 {
        padding-top: 3rem !important;
    }

    .pt-xl-7 {
        padding-top: 3.5rem !important;
    }

    .pt-xl-8 {
        padding-top: 4rem !important;
    }

    .pt-xl-9 {
        padding-top: 4.5rem !important;
    }

    .pt-xl-10 {
        padding-top: 5rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 2.5rem !important;
    }

    .pe-xl-6 {
        padding-right: 3rem !important;
    }

    .pe-xl-7 {
        padding-right: 3.5rem !important;
    }

    .pe-xl-8 {
        padding-right: 4rem !important;
    }

    .pe-xl-9 {
        padding-right: 4.5rem !important;
    }

    .pe-xl-10 {
        padding-right: 5rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xl-6 {
        padding-bottom: 3rem !important;
    }

    .pb-xl-7 {
        padding-bottom: 3.5rem !important;
    }

    .pb-xl-8 {
        padding-bottom: 4rem !important;
    }

    .pb-xl-9 {
        padding-bottom: 4.5rem !important;
    }

    .pb-xl-10 {
        padding-bottom: 5rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 2.5rem !important;
    }

    .ps-xl-6 {
        padding-left: 3rem !important;
    }

    .ps-xl-7 {
        padding-left: 3.5rem !important;
    }

    .ps-xl-8 {
        padding-left: 4rem !important;
    }

    .ps-xl-9 {
        padding-left: 4.5rem !important;
    }

    .ps-xl-10 {
        padding-left: 5rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 2.5rem !important;
    }

    .gap-xxl-6 {
        gap: 3rem !important;
    }

    .gap-xxl-7 {
        gap: 3.5rem !important;
    }

    .gap-xxl-8 {
        gap: 4rem !important;
    }

    .gap-xxl-9 {
        gap: 4.5rem !important;
    }

    .gap-xxl-10 {
        gap: 5rem !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 2.5rem !important;
    }

    .m-xxl-6 {
        margin: 3rem !important;
    }

    .m-xxl-7 {
        margin: 3.5rem !important;
    }

    .m-xxl-8 {
        margin: 4rem !important;
    }

    .m-xxl-9 {
        margin: 4.5rem !important;
    }

    .m-xxl-10 {
        margin: 5rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-xxl-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-7 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .mx-xxl-8 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xxl-9 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-xxl-10 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xxl-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-xxl-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xxl-9 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-xxl-10 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 2.5rem !important;
    }

    .mt-xxl-6 {
        margin-top: 3rem !important;
    }

    .mt-xxl-7 {
        margin-top: 3.5rem !important;
    }

    .mt-xxl-8 {
        margin-top: 4rem !important;
    }

    .mt-xxl-9 {
        margin-top: 4.5rem !important;
    }

    .mt-xxl-10 {
        margin-top: 5rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 2.5rem !important;
    }

    .me-xxl-6 {
        margin-right: 3rem !important;
    }

    .me-xxl-7 {
        margin-right: 3.5rem !important;
    }

    .me-xxl-8 {
        margin-right: 4rem !important;
    }

    .me-xxl-9 {
        margin-right: 4.5rem !important;
    }

    .me-xxl-10 {
        margin-right: 5rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xxl-6 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-7 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xxl-8 {
        margin-bottom: 4rem !important;
    }

    .mb-xxl-9 {
        margin-bottom: 4.5rem !important;
    }

    .mb-xxl-10 {
        margin-bottom: 5rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 2.5rem !important;
    }

    .ms-xxl-6 {
        margin-left: 3rem !important;
    }

    .ms-xxl-7 {
        margin-left: 3.5rem !important;
    }

    .ms-xxl-8 {
        margin-left: 4rem !important;
    }

    .ms-xxl-9 {
        margin-left: 4.5rem !important;
    }

    .ms-xxl-10 {
        margin-left: 5rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .m-xxl-n1 {
        margin: -0.25rem !important;
    }

    .m-xxl-n2 {
        margin: -0.5rem !important;
    }

    .m-xxl-n3 {
        margin: -1rem !important;
    }

    .m-xxl-n4 {
        margin: -1.5rem !important;
    }

    .m-xxl-n5 {
        margin: -2.5rem !important;
    }

    .m-xxl-n6 {
        margin: -3rem !important;
    }

    .m-xxl-n7 {
        margin: -3.5rem !important;
    }

    .m-xxl-n8 {
        margin: -4rem !important;
    }

    .m-xxl-n9 {
        margin: -4.5rem !important;
    }

    .m-xxl-n10 {
        margin: -5rem !important;
    }

    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xxl-n5 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-xxl-n6 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-xxl-n7 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }

    .mx-xxl-n8 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-xxl-n9 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-xxl-n10 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }

    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xxl-n5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-xxl-n6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-xxl-n7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }

    .my-xxl-n8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-xxl-n9 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-xxl-n10 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .mt-xxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important;
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-xxl-n5 {
        margin-top: -2.5rem !important;
    }

    .mt-xxl-n6 {
        margin-top: -3rem !important;
    }

    .mt-xxl-n7 {
        margin-top: -3.5rem !important;
    }

    .mt-xxl-n8 {
        margin-top: -4rem !important;
    }

    .mt-xxl-n9 {
        margin-top: -4.5rem !important;
    }

    .mt-xxl-n10 {
        margin-top: -5rem !important;
    }

    .me-xxl-n1 {
        margin-right: -0.25rem !important;
    }

    .me-xxl-n2 {
        margin-right: -0.5rem !important;
    }

    .me-xxl-n3 {
        margin-right: -1rem !important;
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important;
    }

    .me-xxl-n5 {
        margin-right: -2.5rem !important;
    }

    .me-xxl-n6 {
        margin-right: -3rem !important;
    }

    .me-xxl-n7 {
        margin-right: -3.5rem !important;
    }

    .me-xxl-n8 {
        margin-right: -4rem !important;
    }

    .me-xxl-n9 {
        margin-right: -4.5rem !important;
    }

    .me-xxl-n10 {
        margin-right: -5rem !important;
    }

    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xxl-n5 {
        margin-bottom: -2.5rem !important;
    }

    .mb-xxl-n6 {
        margin-bottom: -3rem !important;
    }

    .mb-xxl-n7 {
        margin-bottom: -3.5rem !important;
    }

    .mb-xxl-n8 {
        margin-bottom: -4rem !important;
    }

    .mb-xxl-n9 {
        margin-bottom: -4.5rem !important;
    }

    .mb-xxl-n10 {
        margin-bottom: -5rem !important;
    }

    .ms-xxl-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-xxl-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important;
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-xxl-n5 {
        margin-left: -2.5rem !important;
    }

    .ms-xxl-n6 {
        margin-left: -3rem !important;
    }

    .ms-xxl-n7 {
        margin-left: -3.5rem !important;
    }

    .ms-xxl-n8 {
        margin-left: -4rem !important;
    }

    .ms-xxl-n9 {
        margin-left: -4.5rem !important;
    }

    .ms-xxl-n10 {
        margin-left: -5rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 2.5rem !important;
    }

    .p-xxl-6 {
        padding: 3rem !important;
    }

    .p-xxl-7 {
        padding: 3.5rem !important;
    }

    .p-xxl-8 {
        padding: 4rem !important;
    }

    .p-xxl-9 {
        padding: 4.5rem !important;
    }

    .p-xxl-10 {
        padding: 5rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xxl-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xxl-7 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .px-xxl-8 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-xxl-9 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-xxl-10 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xxl-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xxl-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-xxl-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xxl-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-xxl-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 2.5rem !important;
    }

    .pt-xxl-6 {
        padding-top: 3rem !important;
    }

    .pt-xxl-7 {
        padding-top: 3.5rem !important;
    }

    .pt-xxl-8 {
        padding-top: 4rem !important;
    }

    .pt-xxl-9 {
        padding-top: 4.5rem !important;
    }

    .pt-xxl-10 {
        padding-top: 5rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 2.5rem !important;
    }

    .pe-xxl-6 {
        padding-right: 3rem !important;
    }

    .pe-xxl-7 {
        padding-right: 3.5rem !important;
    }

    .pe-xxl-8 {
        padding-right: 4rem !important;
    }

    .pe-xxl-9 {
        padding-right: 4.5rem !important;
    }

    .pe-xxl-10 {
        padding-right: 5rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xxl-6 {
        padding-bottom: 3rem !important;
    }

    .pb-xxl-7 {
        padding-bottom: 3.5rem !important;
    }

    .pb-xxl-8 {
        padding-bottom: 4rem !important;
    }

    .pb-xxl-9 {
        padding-bottom: 4.5rem !important;
    }

    .pb-xxl-10 {
        padding-bottom: 5rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 2.5rem !important;
    }

    .ps-xxl-6 {
        padding-left: 3rem !important;
    }

    .ps-xxl-7 {
        padding-left: 3.5rem !important;
    }

    .ps-xxl-8 {
        padding-left: 4rem !important;
    }

    .ps-xxl-9 {
        padding-left: 4.5rem !important;
    }

    .ps-xxl-10 {
        padding-left: 5rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

@-webkit-keyframes mdc-ripple-fg-radius-in {
    from {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
    }
    to {
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    }
}

@keyframes mdc-ripple-fg-radius-in {
    from {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
    }
    to {
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    }
}

@-webkit-keyframes mdc-ripple-fg-opacity-in {
    from {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 0;
    }
    to {
        opacity: var(--mdc-ripple-fg-opacity, 0);
    }
}

@keyframes mdc-ripple-fg-opacity-in {
    from {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 0;
    }
    to {
        opacity: var(--mdc-ripple-fg-opacity, 0);
    }
}

@-webkit-keyframes mdc-ripple-fg-opacity-out {
    from {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: var(--mdc-ripple-fg-opacity, 0);
    }
    to {
        opacity: 0;
    }
}

@keyframes mdc-ripple-fg-opacity-out {
    from {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: var(--mdc-ripple-fg-opacity, 0);
    }
    to {
        opacity: 0;
    }
}

.mdc-ripple-surface {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    position: relative;
    outline: none;
    overflow: hidden;
}

.mdc-ripple-surface::before, .mdc-ripple-surface::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.mdc-ripple-surface::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-ripple-surface::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-ripple-surface.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-ripple-surface.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-ripple-surface::before, .mdc-ripple-surface::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.mdc-ripple-surface:hover::before, .mdc-ripple-surface.mdc-ripple-surface--hover::before {
    opacity: 0.04;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-ripple-surface::before, .mdc-ripple-surface::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.mdc-ripple-surface.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded],
.mdc-ripple-upgraded--unbounded {
    overflow: visible;
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before, .mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,
.mdc-ripple-upgraded--unbounded::before,
.mdc-ripple-upgraded--unbounded::after {
    top: calc(50% - 50%);
    /* @noflip */
    left: calc(50% - 50%);
    width: 100%;
    height: 100%;
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before, .mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before,
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after {
    top: var(--mdc-ripple-top, calc(50% - 50%));
    /* @noflip */
    left: var(--mdc-ripple-left, calc(50% - 50%));
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

html,
body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
}

:root {
    --bs-body-color: #424242;
    --bs-border-color: #e0e0e0;
    --bs-text-muted-color: #757575;
}

:target:before {
    content: "";
    display: block;
    height: 8.75rem;
    margin: -8.75rem 0 0;
}

#layoutAuthentication {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#layoutAuthentication_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    min-width: 0;
}

#layoutAuthentication #layoutAuthentication_content {
    min-width: 0;
    flex-grow: 1;
}

#layoutAuthentication #layoutAuthentication_footer {
    min-width: 0;
}

#layoutDrawer {
    display: flex;
}

#layoutDrawer #layoutDrawer_nav {
    flex-basis: 279px;
    flex-shrink: 0;
    transition: transform 0.15s ease-in-out;
    z-index: 1038;
    transform: translateX(-279px);
}

#layoutDrawer #layoutDrawer_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    flex-grow: 1;
    min-height: calc(100vh - 4.5rem);
    margin-left: -279px;
}

.drawer-toggled #layoutDrawer #layoutDrawer_nav {
    transform: translateX(0);
}

.drawer-toggled #layoutDrawer #layoutDrawer_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1037;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

@media (min-width: 1200px) {
    #layoutDrawer #layoutDrawer_nav {
        transform: translateX(0);
    }

    #layoutDrawer #layoutDrawer_content {
        margin-left: 0;
    }

    .drawer-toggled #layoutDrawer #layoutDrawer_nav {
        transform: translateX(-279px);
    }

    .drawer-toggled #layoutDrawer #layoutDrawer_content {
        margin-left: -279px;
    }

    .drawer-toggled #layoutDrawer #layoutDrawer_content:before {
        display: none;
    }
}

.nav-fixed .top-app-bar {
    z-index: 1039;
}

.nav-fixed #layoutDrawer #layoutDrawer_nav {
    width: 279px;
    height: 100vh;
    z-index: 1038;
}

.nav-fixed #layoutDrawer #layoutDrawer_nav .drawer {
    padding-top: 4.5rem;
}

.nav-fixed #layoutDrawer #layoutDrawer_nav .drawer .drawer-menu {
    overflow-y: auto;
}

.nav-fixed #layoutDrawer #layoutDrawer_content {
    padding-left: 279px;
    top: 4.5rem;
}

#layoutError {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#layoutError #layoutError_content {
    min-width: 0;
    flex-grow: 1;
}

#layoutError #layoutError_footer {
    min-width: 0;
}

.footer-dark {
    color: rgba(255, 255, 255, 0.75);
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-dark a:hover {
    text-decoration: underline;
}

.bg-pattern-doubs {
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: url("/build/img/patterns/doubs.svg");*/
    background-position: center;
}

.bg-pattern-waihou {
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: url("/build/img/patterns/waihou.svg");*/
    background-position: center;
}

.bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.border-dotted {
    border-style: dotted !important;
}

.border-dashed {
    border-style: dashed !important;
}

.shadow-0, .btn-raised-gray:disabled, .btn-raised-black:disabled, .btn-raised-white:disabled, .btn-raised-dark:disabled, .btn-raised-light:disabled, .btn-raised-danger:disabled, .btn-raised-warning:disabled, .btn-raised-info:disabled, .btn-raised-success:disabled, .btn-raised-secondary:disabled, .btn-raised-primary:disabled {
    /* @alternate */
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.shadow-1, .popover, .card-raised {
    /* @alternate */
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.shadow-2, .btn-raised-gray, .btn-raised-black, .btn-raised-white, .btn-raised-dark, .btn-raised-light, .btn-raised-danger, .btn-raised-warning, .btn-raised-info, .btn-raised-success, .btn-raised-secondary, .btn-raised-primary {
    /* @alternate */
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.shadow-3 {
    /* @alternate */
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.shadow-4, .btn-raised-gray:hover, .btn-raised-gray:focus, .btn-raised-black:hover, .btn-raised-black:focus, .btn-raised-white:hover, .btn-raised-white:focus, .btn-raised-dark:hover, .btn-raised-dark:focus, .btn-raised-light:hover, .btn-raised-light:focus, .btn-raised-danger:hover, .btn-raised-danger:focus, .btn-raised-warning:hover, .btn-raised-warning:focus, .btn-raised-info:hover, .btn-raised-info:focus, .btn-raised-success:hover, .btn-raised-success:focus, .btn-raised-secondary:hover, .btn-raised-secondary:focus, .btn-raised-primary:hover, .btn-raised-primary:focus {
    /* @alternate */
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.shadow-5 {
    /* @alternate */
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.shadow-6, .toast {
    /* @alternate */
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.shadow-7 {
    /* @alternate */
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.shadow-8, .dropdown .dropdown-menu, .btn-raised-gray:active, .btn-raised-black:active, .btn-raised-white:active, .btn-raised-dark:active, .btn-raised-light:active, .btn-raised-danger:active, .btn-raised-warning:active, .btn-raised-info:active, .btn-raised-success:active, .btn-raised-secondary:active, .btn-raised-primary:active {
    /* @alternate */
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.shadow-9 {
    /* @alternate */
    box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.shadow-10 {
    /* @alternate */
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.shadow-11 {
    /* @alternate */
    box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.shadow-12 {
    /* @alternate */
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.shadow-13 {
    /* @alternate */
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.shadow-14 {
    /* @alternate */
    box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.shadow-15 {
    /* @alternate */
    box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.shadow-16 {
    /* @alternate */
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.shadow-17 {
    /* @alternate */
    box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.shadow-18 {
    /* @alternate */
    box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.shadow-19 {
    /* @alternate */
    box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.shadow-20 {
    /* @alternate */
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.shadow-21 {
    /* @alternate */
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.shadow-22 {
    /* @alternate */
    box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.shadow-23 {
    /* @alternate */
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.shadow-24, .modal-content {
    /* @alternate */
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.shadow-transition {
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
}

.ripple-primary {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ripple-primary::before, .ripple-primary::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.ripple-primary::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.ripple-primary::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.ripple-primary.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-primary.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.ripple-primary.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.ripple-primary.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.ripple-primary.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-primary::before, .ripple-primary::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.ripple-primary.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.ripple-primary::before, .ripple-primary::after {
    background-color: #6200ea;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #6200ea);
}

.ripple-primary:hover::before, .ripple-primary.mdc-ripple-surface--hover::before {
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

.ripple-primary.mdc-ripple-upgraded--background-focused::before, .ripple-primary:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.18);
}

.ripple-primary:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.ripple-primary:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-primary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-secondary {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ripple-secondary::before, .ripple-secondary::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.ripple-secondary::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.ripple-secondary::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.ripple-secondary.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-secondary.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.ripple-secondary.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.ripple-secondary.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.ripple-secondary.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-secondary::before, .ripple-secondary::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.ripple-secondary.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.ripple-secondary::before, .ripple-secondary::after {
    background-color: #9c27b0;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #9c27b0);
}

.ripple-secondary:hover::before, .ripple-secondary.mdc-ripple-surface--hover::before {
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

.ripple-secondary.mdc-ripple-upgraded--background-focused::before, .ripple-secondary:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.18);
}

.ripple-secondary:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.ripple-secondary:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-secondary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-success {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ripple-success::before, .ripple-success::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.ripple-success::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.ripple-success::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.ripple-success.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-success.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.ripple-success.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.ripple-success.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.ripple-success.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-success::before, .ripple-success::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.ripple-success.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.ripple-success::before, .ripple-success::after {
    background-color: #2e7d32;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #2e7d32);
}

.ripple-success:hover::before, .ripple-success.mdc-ripple-surface--hover::before {
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

.ripple-success.mdc-ripple-upgraded--background-focused::before, .ripple-success:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.18);
}

.ripple-success:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.ripple-success:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-success.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-info {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ripple-info::before, .ripple-info::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.ripple-info::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.ripple-info::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.ripple-info.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-info.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.ripple-info.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.ripple-info.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.ripple-info.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-info::before, .ripple-info::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.ripple-info.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.ripple-info::before, .ripple-info::after {
    background-color: #26a69a;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #26a69a);
}

.ripple-info:hover::before, .ripple-info.mdc-ripple-surface--hover::before {
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

.ripple-info.mdc-ripple-upgraded--background-focused::before, .ripple-info:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.18);
}

.ripple-info:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.ripple-info:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-info.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-warning {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ripple-warning::before, .ripple-warning::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.ripple-warning::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.ripple-warning::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.ripple-warning.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-warning.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.ripple-warning.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.ripple-warning.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.ripple-warning.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-warning::before, .ripple-warning::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.ripple-warning.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.ripple-warning::before, .ripple-warning::after {
    background-color: #ffb300;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #ffb300);
}

.ripple-warning:hover::before, .ripple-warning.mdc-ripple-surface--hover::before {
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

.ripple-warning.mdc-ripple-upgraded--background-focused::before, .ripple-warning:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.18);
}

.ripple-warning:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.ripple-warning:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-warning.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-danger {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ripple-danger::before, .ripple-danger::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.ripple-danger::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.ripple-danger::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.ripple-danger.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-danger.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.ripple-danger.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.ripple-danger.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.ripple-danger.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-danger::before, .ripple-danger::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.ripple-danger.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.ripple-danger::before, .ripple-danger::after {
    background-color: #d32f2f;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #d32f2f);
}

.ripple-danger:hover::before, .ripple-danger.mdc-ripple-surface--hover::before {
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

.ripple-danger.mdc-ripple-upgraded--background-focused::before, .ripple-danger:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.18);
}

.ripple-danger:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.ripple-danger:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-danger.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-light {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ripple-light::before, .ripple-light::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.ripple-light::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.ripple-light::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.ripple-light.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-light.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.ripple-light.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.ripple-light.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.ripple-light.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-light::before, .ripple-light::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.ripple-light.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.ripple-light::before, .ripple-light::after {
    background-color: #f5f5f5;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #f5f5f5);
}

.ripple-light:hover::before, .ripple-light.mdc-ripple-surface--hover::before {
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

.ripple-light.mdc-ripple-upgraded--background-focused::before, .ripple-light:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.18);
}

.ripple-light:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.ripple-light:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-light.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-dark {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ripple-dark::before, .ripple-dark::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.ripple-dark::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.ripple-dark::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.ripple-dark.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-dark.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.ripple-dark.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.ripple-dark.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.ripple-dark.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-dark::before, .ripple-dark::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.ripple-dark.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.ripple-dark::before, .ripple-dark::after {
    background-color: #212121;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #212121);
}

.ripple-dark:hover::before, .ripple-dark.mdc-ripple-surface--hover::before {
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

.ripple-dark.mdc-ripple-upgraded--background-focused::before, .ripple-dark:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.18);
}

.ripple-dark:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.ripple-dark:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-dark.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-white {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ripple-white::before, .ripple-white::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.ripple-white::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.ripple-white::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.ripple-white.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-white.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.ripple-white.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.ripple-white.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.ripple-white.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-white::before, .ripple-white::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.ripple-white.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.ripple-white::before, .ripple-white::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.ripple-white:hover::before, .ripple-white.mdc-ripple-surface--hover::before {
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

.ripple-white.mdc-ripple-upgraded--background-focused::before, .ripple-white:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.18);
}

.ripple-white:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.ripple-white:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-white.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-black {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ripple-black::before, .ripple-black::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.ripple-black::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.ripple-black::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.ripple-black.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-black.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.ripple-black.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.ripple-black.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.ripple-black.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-black::before, .ripple-black::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.ripple-black.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.ripple-black::before, .ripple-black::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.ripple-black:hover::before, .ripple-black.mdc-ripple-surface--hover::before {
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

.ripple-black.mdc-ripple-upgraded--background-focused::before, .ripple-black:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.18);
}

.ripple-black:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.ripple-black:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-black.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-gray {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ripple-gray::before, .ripple-gray::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.ripple-gray::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.ripple-gray::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.ripple-gray.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-gray.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.ripple-gray.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.ripple-gray.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.ripple-gray.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.ripple-gray::before, .ripple-gray::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.ripple-gray.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.ripple-gray::before, .ripple-gray::after {
    background-color: #9e9e9e;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #9e9e9e);
}

.ripple-gray:hover::before, .ripple-gray.mdc-ripple-surface--hover::before {
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

.ripple-gray.mdc-ripple-upgraded--background-focused::before, .ripple-gray:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.18);
}

.ripple-gray:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.ripple-gray:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.ripple-gray.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.text-expanded {
    letter-spacing: 0.03125em !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fst-button {
    text-transform: uppercase;
    letter-spacing: 0.0892857143em;
    font-weight: 500;
}

.text-xs {
    font-size: 0.75rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.0333333333em !important;
}

.text-white-75, .masthead {
    color: rgba(255, 255, 255, 0.75) !important;
}

.rotate-45 {
    transform-origin: initial !important;
    transform: rotate(45deg) !important;
}

.rotate-90 {
    transform-origin: initial !important;
    transform: rotate(90deg) !important;
}

.rotate-135 {
    transform-origin: initial !important;
    transform: rotate(135deg) !important;
}

.rotate-180 {
    transform-origin: initial !important;
    transform: rotate(180deg) !important;
}

.rotate-225 {
    transform-origin: initial !important;
    transform: rotate(225deg) !important;
}

.rotate-270 {
    transform-origin: initial !important;
    transform: rotate(270deg) !important;
}

.rotate-315 {
    transform-origin: initial !important;
    transform: rotate(315deg) !important;
}

.z-index-dropdown {
    z-index: 1000 !important;
}

.z-index-sticky {
    z-index: 1020 !important;
}

.z-index-fixed {
    z-index: 1030 !important;
}

.z-index-modal-backdrop {
    z-index: 1040 !important;
}

.z-index-modal {
    z-index: 1060 !important;
}

.z-index-popover {
    z-index: 1070 !important;
}

.z-index-tooltip {
    z-index: 1080 !important;
}

.z-index-toast {
    z-index: 1080 !important;
}

.icon-xs {
    font-size: 0.75rem;
}

.icon-sm {
    font-size: 1.125rem;
}

.icon-lg {
    font-size: 2.25rem;
}

.icon-xl {
    font-size: 3rem;
}

.icon-xxl {
    font-size: 3.75rem;
}

.icon-circle {
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.table, .dataTable-table {
    font-size: 0.875rem;
}

.font-monospace {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
}

code {
    font-weight: 500;
    letter-spacing: 0.0333333333em;
    line-height: 1.75;
}

code.code-inline {
    display: inline-block;
    background-color: #f5f5f5;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    border-radius: 2px;
}

strong,
.fw-bold {
    letter-spacing: 0.0073529412em;
}

*[class*=display-] {
    color: #212121;
}

.display-1 {
    font-weight: 300;
    line-height: 6rem;
    letter-spacing: -0.015625em;
}

.display-2, .page-header {
    line-height: 3.75rem;
    letter-spacing: -0.0083333333em;
}

.display-3 {
    line-height: 3.125rem;
}

.display-4 {
    line-height: 2.5rem;
    letter-spacing: 0.0073529412em;
}

.display-5 {
    line-height: 2rem;
}

.display-6 {
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 0.0125em;
}

.subheading-1 {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.009375em;
}

.subheading-2, .popover .popover-header, .card-quick-link .card-body .card-title {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 500;
    letter-spacing: 0.0071428571em;
}

.overline {
    font-size: 0.75rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 0.1666666667em;
    text-decoration: none;
    text-transform: uppercase;
}

small, .small, .toast, .card, .alert {
    letter-spacing: 0.0178571429em;
}

.small, .toast, .card, .alert {
    letter-spacing: 0.0178571429em;
    font-size: 0.875rem;
}

.caption {
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0.0333333333em;
}

sup {
    top: -0.2em;
}

mwc-checkbox {
    --mdc-theme-secondary: #6200ea;
}

mwc-radio {
    --mdc-theme-secondary: #6200ea;
}

mwc-switch {
    --mdc-theme-secondary: #6200ea;
}

.form-control:hover, .dataTable-input:hover,
.form-select:hover,
.dataTable-selector:hover {
    border-color: #000;
}

.form-control:focus, .dataTable-input:focus,
.form-select:focus,
.dataTable-selector:focus {
    border-width: 2px;
    border-color: #6200ea;
    padding: calc(0.40625rem + -1px) calc(1rem + -1px);
}

.form-control[disabled], [disabled].dataTable-input,
.form-select[disabled],
[disabled].dataTable-selector {
    color: rgba(0, 0, 0, 0.38);
    border-color: rgba(0, 0, 0, 0.06);
}

.form-floating .form-select:focus, .form-floating .dataTable-selector:focus {
    padding-top: calc(1.625rem + -1px);
    padding-bottom: calc(0.625rem + -1px);
}

.form-control-sm:focus,
.form-select-sm:focus,
.input-group-sm .form-control:focus,
.input-group-sm .dataTable-input:focus {
    padding: calc(0.25rem + -1px) calc(0.5rem + -1px) !important;
}

.form-control-lg:focus,
.form-select-lg:focus,
.input-group-lg .form-control:focus,
.input-group-lg .dataTable-input:focus {
    padding: calc(0.5rem + -1px) calc(1rem + -1px) !important;
}

.form-control-color:focus {
    padding-left: calc(0.40625rem - 1px);
    padding-right: calc(0.40625rem - 1px);
}

mwc-textfield,
mwc-textarea,
mwc-select {
    --mdc-theme-primary: #6200ea;
}

.form-range {
    padding: 1.4375rem 0;
    cursor: pointer;
}

.form-range::-webkit-slider-thumb {
    -webkit-transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
}

.form-range::-moz-range-thumb {
    -moz-transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
}

.form-range:active::-webkit-slider-thumb {
    transform: scale(1.75);
}

.form-range:active::-moz-range-thumb {
    transform: scale(1.75);
}

.form-range::-moz-range-progress {
    height: 0.125rem;
    background-color: #6200ea;
}

.form-range::-ms-fill-lower {
    height: 0.125rem;
    background-color: #6200ea;
}

.form-range:disabled::-webkit-slider-runnable-track {
    background-color: rgba(154, 154, 154, 0.26);
}

.form-range:disabled::-moz-range-track {
    background-color: rgba(154, 154, 154, 0.26);
}

.form-range:disabled::-moz-range-progress {
    background-color: #9a9a9a;
}

.form-range:disabled::-ms-fill-lower {
    background-color: #9a9a9a;
}

mwc-slider {
    --mdc-theme-secondary: #6200ea;
}

.btn .badge,
div.code-toolbar > .toolbar a .badge,
div.code-toolbar > .toolbar button .badge,
div.code-toolbar > .toolbar span .badge {
    top: 0px;
}

.btn, div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
    text-transform: uppercase;
    letter-spacing: 0.0892857143em;
    display: inline-flex;
    align-items: center;
}

.btn-primary {
    color: #fff;
    background-color: #6200ea;
    border-color: #6200ea;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-primary:hover {
    color: #fff;
    background-color: #5300c7;
    border-color: #4e00bb;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #5300c7;
    border-color: #4e00bb;
    box-shadow: 0 0 0 0.25rem rgba(122, 38, 237, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4e00bb;
    border-color: #4a00b0;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(122, 38, 237, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #6200ea;
    border-color: #6200ea;
}

.btn-primary::before, .btn-primary::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-primary::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-primary::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-primary.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-primary.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-primary.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-primary.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-primary.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-primary::before, .btn-primary::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-primary.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-primary::before, .btn-primary::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-primary:hover::before, .btn-primary.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-primary.mdc-ripple-upgraded--background-focused::before, .btn-primary:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-primary:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-primary:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-primary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #6200ea;
}

.btn-primary:active {
    background-color: #6200ea;
}

.btn-primary.btn-sm, .btn-group-sm > .btn-primary.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-primary,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-primary,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-primary {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-primary.btn-lg, .btn-group-lg > .btn-primary.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-primary,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-primary,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-primary {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-secondary {
    color: #fff;
    background-color: #9c27b0;
    border-color: #9c27b0;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-secondary:hover {
    color: #fff;
    background-color: #852196;
    border-color: #7d1f8d;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #852196;
    border-color: #7d1f8d;
    box-shadow: 0 0 0 0.25rem rgba(171, 71, 188, 0.5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #7d1f8d;
    border-color: #751d84;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(171, 71, 188, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #9c27b0;
    border-color: #9c27b0;
}

.btn-secondary::before, .btn-secondary::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-secondary::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-secondary::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-secondary.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-secondary.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-secondary.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-secondary.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-secondary.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-secondary::before, .btn-secondary::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-secondary.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-secondary::before, .btn-secondary::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-secondary:hover::before, .btn-secondary.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-secondary.mdc-ripple-upgraded--background-focused::before, .btn-secondary:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-secondary:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-secondary:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-secondary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-secondary:hover, .btn-secondary:focus {
    background-color: #9c27b0;
}

.btn-secondary:active {
    background-color: #9c27b0;
}

.btn-secondary.btn-sm, .btn-group-sm > .btn-secondary.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-secondary,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-secondary,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-secondary {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-secondary.btn-lg, .btn-group-lg > .btn-secondary.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-secondary,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-secondary,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-secondary {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-success {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-success:hover {
    color: #fff;
    background-color: #276a2b;
    border-color: #256428;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #276a2b;
    border-color: #256428;
    box-shadow: 0 0 0 0.25rem rgba(77, 145, 81, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #256428;
    border-color: #235e26;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(77, 145, 81, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32;
}

.btn-success::before, .btn-success::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-success::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-success::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-success.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-success.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-success.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-success.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-success.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-success::before, .btn-success::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-success.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-success::before, .btn-success::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-success:hover::before, .btn-success.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-success.mdc-ripple-upgraded--background-focused::before, .btn-success:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-success:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-success:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-success.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-success:hover, .btn-success:focus {
    background-color: #2e7d32;
}

.btn-success:active {
    background-color: #2e7d32;
}

.btn-success.btn-sm, .btn-group-sm > .btn-success.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-success,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-success,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-success {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-success.btn-lg, .btn-group-lg > .btn-success.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-success,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-success,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-success {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-info {
    color: #000;
    background-color: #26a69a;
    border-color: #26a69a;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-info:hover {
    color: #000;
    background-color: #47b3a9;
    border-color: #3cafa4;
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #47b3a9;
    border-color: #3cafa4;
    box-shadow: 0 0 0 0.25rem rgba(32, 141, 131, 0.5);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #51b8ae;
    border-color: #3cafa4;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(32, 141, 131, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #26a69a;
    border-color: #26a69a;
}

.btn-info::before, .btn-info::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-info::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-info::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-info.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-info.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-info.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-info.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-info.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-info::before, .btn-info::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-info.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-info::before, .btn-info::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.btn-info:hover::before, .btn-info.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-info.mdc-ripple-upgraded--background-focused::before, .btn-info:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-info:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-info:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-info.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-info:hover, .btn-info:focus {
    background-color: #26a69a;
}

.btn-info:active {
    background-color: #26a69a;
}

.btn-info.btn-sm, .btn-group-sm > .btn-info.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-info,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-info,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-info {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-info.btn-lg, .btn-group-lg > .btn-info.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-info,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-info,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-info {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-warning {
    color: #000;
    background-color: #ffb300;
    border-color: #ffb300;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-warning:hover {
    color: #000;
    background-color: #ffbe26;
    border-color: #ffbb1a;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffbe26;
    border-color: #ffbb1a;
    box-shadow: 0 0 0 0.25rem rgba(217, 152, 0, 0.5);
}

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

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 152, 0, 0.5);
}

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

.btn-warning::before, .btn-warning::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-warning::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-warning::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-warning.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-warning.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-warning.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-warning.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-warning.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-warning::before, .btn-warning::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-warning.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-warning::before, .btn-warning::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.btn-warning:hover::before, .btn-warning.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-warning.mdc-ripple-upgraded--background-focused::before, .btn-warning:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-warning:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-warning:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-warning.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-warning:hover, .btn-warning:focus {
    background-color: #ffb300;
}

.btn-warning:active {
    background-color: #ffb300;
}

.btn-warning.btn-sm, .btn-group-sm > .btn-warning.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-warning,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-warning,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-warning {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-warning.btn-lg, .btn-group-lg > .btn-warning.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-warning,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-warning,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-warning {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-danger {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-danger:hover {
    color: #fff;
    background-color: #b32828;
    border-color: #a92626;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #b32828;
    border-color: #a92626;
    box-shadow: 0 0 0 0.25rem rgba(218, 78, 78, 0.5);
}

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a92626;
    border-color: #9e2323;
}

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(218, 78, 78, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f;
}

.btn-danger::before, .btn-danger::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-danger::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-danger::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-danger.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-danger.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-danger.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-danger.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-danger.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-danger::before, .btn-danger::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-danger.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-danger::before, .btn-danger::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-danger:hover::before, .btn-danger.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-danger.mdc-ripple-upgraded--background-focused::before, .btn-danger:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-danger:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-danger:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-danger.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #d32f2f;
}

.btn-danger:active {
    background-color: #d32f2f;
}

.btn-danger.btn-sm, .btn-group-sm > .btn-danger.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-danger,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-danger,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-danger {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-danger.btn-lg, .btn-group-lg > .btn-danger.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-danger,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-danger,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-danger {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-light {
    color: #000;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-light:hover {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f6f6f6;
}

.btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f6f6f6;
    box-shadow: 0 0 0 0.25rem rgba(208, 208, 208, 0.5);
}

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

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(208, 208, 208, 0.5);
}

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

.btn-light::before, .btn-light::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-light::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-light::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-light.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-light.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-light.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-light.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-light.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-light::before, .btn-light::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-light.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-light::before, .btn-light::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.btn-light:hover::before, .btn-light.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-light.mdc-ripple-upgraded--background-focused::before, .btn-light:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-light:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-light:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-light.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-light:hover, .btn-light:focus {
    background-color: #f5f5f5;
}

.btn-light:active {
    background-color: #f5f5f5;
}

.btn-light.btn-sm, .btn-group-sm > .btn-light.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-light,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-light,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-light {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-light.btn-lg, .btn-group-lg > .btn-light.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-light,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-light,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-light {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-dark {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1a1a1a;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1a1a1a;
    box-shadow: 0 0 0 0.25rem rgba(66, 66, 66, 0.5);
}

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

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 66, 66, 0.5);
}

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

.btn-dark::before, .btn-dark::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-dark::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-dark::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-dark.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-dark.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-dark.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-dark.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-dark.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-dark::before, .btn-dark::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-dark.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-dark::before, .btn-dark::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-dark:hover::before, .btn-dark.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-dark.mdc-ripple-upgraded--background-focused::before, .btn-dark:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-dark:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-dark:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-dark.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-dark:hover, .btn-dark:focus {
    background-color: #212121;
}

.btn-dark:active {
    background-color: #212121;
}

.btn-dark.btn-sm, .btn-group-sm > .btn-dark.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-dark,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-dark,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-dark {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-dark.btn-lg, .btn-group-lg > .btn-dark.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-dark,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-dark,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-dark {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-white:hover {
    color: #000;
    background-color: white;
    border-color: white;
}

.btn-check:focus + .btn-white, .btn-white:focus {
    color: #000;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}

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

.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
    box-shadow: 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-white::before, .btn-white::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-white::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-white::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-white.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-white.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-white.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-white.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-white.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-white::before, .btn-white::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-white.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-white::before, .btn-white::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.btn-white:hover::before, .btn-white.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-white.mdc-ripple-upgraded--background-focused::before, .btn-white:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-white:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-white:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-white.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-white:hover, .btn-white:focus {
    background-color: #fff;
}

.btn-white:active {
    background-color: #fff;
}

.btn-white.btn-sm, .btn-group-sm > .btn-white.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-white,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-white,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-white {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-white.btn-lg, .btn-group-lg > .btn-white.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-white,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-white,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-white {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-check:focus + .btn-black, .btn-black:focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

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

.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-black:disabled, .btn-black.disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-black::before, .btn-black::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-black::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-black::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-black.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-black.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-black.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-black.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-black.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-black::before, .btn-black::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-black.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-black::before, .btn-black::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-black:hover::before, .btn-black.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-black.mdc-ripple-upgraded--background-focused::before, .btn-black:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-black:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-black:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-black.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-black:hover, .btn-black:focus {
    background-color: #000;
}

.btn-black:active {
    background-color: #000;
}

.btn-black.btn-sm, .btn-group-sm > .btn-black.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-black,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-black,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-black {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-black.btn-lg, .btn-group-lg > .btn-black.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-black,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-black,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-black {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-gray {
    color: #000;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-gray:hover {
    color: #000;
    background-color: #adadad;
    border-color: #a8a8a8;
}

.btn-check:focus + .btn-gray, .btn-gray:focus {
    color: #000;
    background-color: #adadad;
    border-color: #a8a8a8;
    box-shadow: 0 0 0 0.25rem rgba(134, 134, 134, 0.5);
}

.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
    color: #000;
    background-color: #b1b1b1;
    border-color: #a8a8a8;
}

.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(134, 134, 134, 0.5);
}

.btn-gray:disabled, .btn-gray.disabled {
    color: #000;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.btn-gray::before, .btn-gray::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-gray::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-gray::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-gray.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-gray.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-gray.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-gray.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-gray.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-gray::before, .btn-gray::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-gray.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-gray::before, .btn-gray::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.btn-gray:hover::before, .btn-gray.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-gray.mdc-ripple-upgraded--background-focused::before, .btn-gray:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-gray:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-gray:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-gray.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-gray:hover, .btn-gray:focus {
    background-color: #9e9e9e;
}

.btn-gray:active {
    background-color: #9e9e9e;
}

.btn-gray.btn-sm, .btn-group-sm > .btn-gray.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-gray,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-gray,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-gray {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-gray.btn-lg, .btn-group-lg > .btn-gray.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-gray,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-gray,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-gray {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-raised-primary {
    color: #fff;
    background-color: #6200ea;
    border-color: #6200ea;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-raised-primary:hover {
    color: #fff;
    background-color: #5300c7;
    border-color: #4e00bb;
}

.btn-check:focus + .btn-raised-primary, .btn-raised-primary:focus {
    color: #fff;
    background-color: #5300c7;
    border-color: #4e00bb;
    box-shadow: 0 0 0 0.25rem rgba(122, 38, 237, 0.5);
}

.btn-check:checked + .btn-raised-primary, .btn-check:active + .btn-raised-primary, .btn-raised-primary:active, .btn-raised-primary.active, .show > .btn-raised-primary.dropdown-toggle {
    color: #fff;
    background-color: #4e00bb;
    border-color: #4a00b0;
}

.btn-check:checked + .btn-raised-primary:focus, .btn-check:active + .btn-raised-primary:focus, .btn-raised-primary:active:focus, .btn-raised-primary.active:focus, .show > .btn-raised-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(122, 38, 237, 0.5);
}

.btn-raised-primary:disabled, .btn-raised-primary.disabled {
    color: #fff;
    background-color: #6200ea;
    border-color: #6200ea;
}

.btn-raised-primary::before, .btn-raised-primary::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-raised-primary::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-raised-primary::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-raised-primary.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-primary.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-raised-primary.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-raised-primary.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-raised-primary.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-primary::before, .btn-raised-primary::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-raised-primary.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-raised-primary::before, .btn-raised-primary::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-raised-primary:hover::before, .btn-raised-primary.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-raised-primary.mdc-ripple-upgraded--background-focused::before, .btn-raised-primary:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-raised-primary:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-raised-primary:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-primary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-primary:hover, .btn-raised-primary:focus {
    background-color: #6200ea;
}

.btn-raised-primary:active {
    background-color: #6200ea;
}

.btn-raised-primary.btn-sm, .btn-group-sm > .btn-raised-primary.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-raised-primary,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-raised-primary,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-raised-primary {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-raised-primary.btn-lg, .btn-group-lg > .btn-raised-primary.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-raised-primary,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-raised-primary,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-raised-primary {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-raised-secondary {
    color: #fff;
    background-color: #9c27b0;
    border-color: #9c27b0;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-raised-secondary:hover {
    color: #fff;
    background-color: #852196;
    border-color: #7d1f8d;
}

.btn-check:focus + .btn-raised-secondary, .btn-raised-secondary:focus {
    color: #fff;
    background-color: #852196;
    border-color: #7d1f8d;
    box-shadow: 0 0 0 0.25rem rgba(171, 71, 188, 0.5);
}

.btn-check:checked + .btn-raised-secondary, .btn-check:active + .btn-raised-secondary, .btn-raised-secondary:active, .btn-raised-secondary.active, .show > .btn-raised-secondary.dropdown-toggle {
    color: #fff;
    background-color: #7d1f8d;
    border-color: #751d84;
}

.btn-check:checked + .btn-raised-secondary:focus, .btn-check:active + .btn-raised-secondary:focus, .btn-raised-secondary:active:focus, .btn-raised-secondary.active:focus, .show > .btn-raised-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(171, 71, 188, 0.5);
}

.btn-raised-secondary:disabled, .btn-raised-secondary.disabled {
    color: #fff;
    background-color: #9c27b0;
    border-color: #9c27b0;
}

.btn-raised-secondary::before, .btn-raised-secondary::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-raised-secondary::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-raised-secondary::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-raised-secondary.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-secondary.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-raised-secondary.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-raised-secondary.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-raised-secondary.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-secondary::before, .btn-raised-secondary::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-raised-secondary.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-raised-secondary::before, .btn-raised-secondary::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-raised-secondary:hover::before, .btn-raised-secondary.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-raised-secondary.mdc-ripple-upgraded--background-focused::before, .btn-raised-secondary:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-raised-secondary:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-raised-secondary:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-secondary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-secondary:hover, .btn-raised-secondary:focus {
    background-color: #9c27b0;
}

.btn-raised-secondary:active {
    background-color: #9c27b0;
}

.btn-raised-secondary.btn-sm, .btn-group-sm > .btn-raised-secondary.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-raised-secondary,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-raised-secondary,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-raised-secondary {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-raised-secondary.btn-lg, .btn-group-lg > .btn-raised-secondary.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-raised-secondary,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-raised-secondary,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-raised-secondary {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-raised-success {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-raised-success:hover {
    color: #fff;
    background-color: #276a2b;
    border-color: #256428;
}

.btn-check:focus + .btn-raised-success, .btn-raised-success:focus {
    color: #fff;
    background-color: #276a2b;
    border-color: #256428;
    box-shadow: 0 0 0 0.25rem rgba(77, 145, 81, 0.5);
}

.btn-check:checked + .btn-raised-success, .btn-check:active + .btn-raised-success, .btn-raised-success:active, .btn-raised-success.active, .show > .btn-raised-success.dropdown-toggle {
    color: #fff;
    background-color: #256428;
    border-color: #235e26;
}

.btn-check:checked + .btn-raised-success:focus, .btn-check:active + .btn-raised-success:focus, .btn-raised-success:active:focus, .btn-raised-success.active:focus, .show > .btn-raised-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(77, 145, 81, 0.5);
}

.btn-raised-success:disabled, .btn-raised-success.disabled {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32;
}

.btn-raised-success::before, .btn-raised-success::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-raised-success::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-raised-success::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-raised-success.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-success.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-raised-success.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-raised-success.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-raised-success.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-success::before, .btn-raised-success::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-raised-success.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-raised-success::before, .btn-raised-success::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-raised-success:hover::before, .btn-raised-success.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-raised-success.mdc-ripple-upgraded--background-focused::before, .btn-raised-success:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-raised-success:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-raised-success:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-success.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-success:hover, .btn-raised-success:focus {
    background-color: #2e7d32;
}

.btn-raised-success:active {
    background-color: #2e7d32;
}

.btn-raised-success.btn-sm, .btn-group-sm > .btn-raised-success.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-raised-success,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-raised-success,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-raised-success {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-raised-success.btn-lg, .btn-group-lg > .btn-raised-success.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-raised-success,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-raised-success,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-raised-success {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-raised-info {
    color: #000;
    background-color: #26a69a;
    border-color: #26a69a;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-raised-info:hover {
    color: #000;
    background-color: #47b3a9;
    border-color: #3cafa4;
}

.btn-check:focus + .btn-raised-info, .btn-raised-info:focus {
    color: #000;
    background-color: #47b3a9;
    border-color: #3cafa4;
    box-shadow: 0 0 0 0.25rem rgba(32, 141, 131, 0.5);
}

.btn-check:checked + .btn-raised-info, .btn-check:active + .btn-raised-info, .btn-raised-info:active, .btn-raised-info.active, .show > .btn-raised-info.dropdown-toggle {
    color: #000;
    background-color: #51b8ae;
    border-color: #3cafa4;
}

.btn-check:checked + .btn-raised-info:focus, .btn-check:active + .btn-raised-info:focus, .btn-raised-info:active:focus, .btn-raised-info.active:focus, .show > .btn-raised-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(32, 141, 131, 0.5);
}

.btn-raised-info:disabled, .btn-raised-info.disabled {
    color: #000;
    background-color: #26a69a;
    border-color: #26a69a;
}

.btn-raised-info::before, .btn-raised-info::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-raised-info::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-raised-info::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-raised-info.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-info.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-raised-info.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-raised-info.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-raised-info.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-info::before, .btn-raised-info::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-raised-info.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-raised-info::before, .btn-raised-info::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.btn-raised-info:hover::before, .btn-raised-info.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-raised-info.mdc-ripple-upgraded--background-focused::before, .btn-raised-info:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-raised-info:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-raised-info:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-info.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-info:hover, .btn-raised-info:focus {
    background-color: #26a69a;
}

.btn-raised-info:active {
    background-color: #26a69a;
}

.btn-raised-info.btn-sm, .btn-group-sm > .btn-raised-info.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-raised-info,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-raised-info,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-raised-info {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-raised-info.btn-lg, .btn-group-lg > .btn-raised-info.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-raised-info,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-raised-info,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-raised-info {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-raised-warning {
    color: #000;
    background-color: #ffb300;
    border-color: #ffb300;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-raised-warning:hover {
    color: #000;
    background-color: #ffbe26;
    border-color: #ffbb1a;
}

.btn-check:focus + .btn-raised-warning, .btn-raised-warning:focus {
    color: #000;
    background-color: #ffbe26;
    border-color: #ffbb1a;
    box-shadow: 0 0 0 0.25rem rgba(217, 152, 0, 0.5);
}

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

.btn-check:checked + .btn-raised-warning:focus, .btn-check:active + .btn-raised-warning:focus, .btn-raised-warning:active:focus, .btn-raised-warning.active:focus, .show > .btn-raised-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 152, 0, 0.5);
}

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

.btn-raised-warning::before, .btn-raised-warning::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-raised-warning::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-raised-warning::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-raised-warning.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-warning.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-raised-warning.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-raised-warning.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-raised-warning.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-warning::before, .btn-raised-warning::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-raised-warning.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-raised-warning::before, .btn-raised-warning::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.btn-raised-warning:hover::before, .btn-raised-warning.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-raised-warning.mdc-ripple-upgraded--background-focused::before, .btn-raised-warning:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-raised-warning:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-raised-warning:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-warning.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-warning:hover, .btn-raised-warning:focus {
    background-color: #ffb300;
}

.btn-raised-warning:active {
    background-color: #ffb300;
}

.btn-raised-warning.btn-sm, .btn-group-sm > .btn-raised-warning.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-raised-warning,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-raised-warning,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-raised-warning {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-raised-warning.btn-lg, .btn-group-lg > .btn-raised-warning.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-raised-warning,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-raised-warning,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-raised-warning {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-raised-danger {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-raised-danger:hover {
    color: #fff;
    background-color: #b32828;
    border-color: #a92626;
}

.btn-check:focus + .btn-raised-danger, .btn-raised-danger:focus {
    color: #fff;
    background-color: #b32828;
    border-color: #a92626;
    box-shadow: 0 0 0 0.25rem rgba(218, 78, 78, 0.5);
}

.btn-check:checked + .btn-raised-danger, .btn-check:active + .btn-raised-danger, .btn-raised-danger:active, .btn-raised-danger.active, .show > .btn-raised-danger.dropdown-toggle {
    color: #fff;
    background-color: #a92626;
    border-color: #9e2323;
}

.btn-check:checked + .btn-raised-danger:focus, .btn-check:active + .btn-raised-danger:focus, .btn-raised-danger:active:focus, .btn-raised-danger.active:focus, .show > .btn-raised-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(218, 78, 78, 0.5);
}

.btn-raised-danger:disabled, .btn-raised-danger.disabled {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f;
}

.btn-raised-danger::before, .btn-raised-danger::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-raised-danger::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-raised-danger::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-raised-danger.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-danger.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-raised-danger.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-raised-danger.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-raised-danger.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-danger::before, .btn-raised-danger::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-raised-danger.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-raised-danger::before, .btn-raised-danger::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-raised-danger:hover::before, .btn-raised-danger.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-raised-danger.mdc-ripple-upgraded--background-focused::before, .btn-raised-danger:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-raised-danger:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-raised-danger:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-danger.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-danger:hover, .btn-raised-danger:focus {
    background-color: #d32f2f;
}

.btn-raised-danger:active {
    background-color: #d32f2f;
}

.btn-raised-danger.btn-sm, .btn-group-sm > .btn-raised-danger.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-raised-danger,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-raised-danger,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-raised-danger {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-raised-danger.btn-lg, .btn-group-lg > .btn-raised-danger.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-raised-danger,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-raised-danger,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-raised-danger {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-raised-light {
    color: #000;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-raised-light:hover {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f6f6f6;
}

.btn-check:focus + .btn-raised-light, .btn-raised-light:focus {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f6f6f6;
    box-shadow: 0 0 0 0.25rem rgba(208, 208, 208, 0.5);
}

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

.btn-check:checked + .btn-raised-light:focus, .btn-check:active + .btn-raised-light:focus, .btn-raised-light:active:focus, .btn-raised-light.active:focus, .show > .btn-raised-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(208, 208, 208, 0.5);
}

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

.btn-raised-light::before, .btn-raised-light::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-raised-light::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-raised-light::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-raised-light.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-light.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-raised-light.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-raised-light.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-raised-light.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-light::before, .btn-raised-light::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-raised-light.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-raised-light::before, .btn-raised-light::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.btn-raised-light:hover::before, .btn-raised-light.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-raised-light.mdc-ripple-upgraded--background-focused::before, .btn-raised-light:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-raised-light:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-raised-light:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-light.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-light:hover, .btn-raised-light:focus {
    background-color: #f5f5f5;
}

.btn-raised-light:active {
    background-color: #f5f5f5;
}

.btn-raised-light.btn-sm, .btn-group-sm > .btn-raised-light.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-raised-light,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-raised-light,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-raised-light {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-raised-light.btn-lg, .btn-group-lg > .btn-raised-light.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-raised-light,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-raised-light,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-raised-light {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-raised-dark {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-raised-dark:hover {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1a1a1a;
}

.btn-check:focus + .btn-raised-dark, .btn-raised-dark:focus {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1a1a1a;
    box-shadow: 0 0 0 0.25rem rgba(66, 66, 66, 0.5);
}

.btn-check:checked + .btn-raised-dark, .btn-check:active + .btn-raised-dark, .btn-raised-dark:active, .btn-raised-dark.active, .show > .btn-raised-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #191919;
}

.btn-check:checked + .btn-raised-dark:focus, .btn-check:active + .btn-raised-dark:focus, .btn-raised-dark:active:focus, .btn-raised-dark.active:focus, .show > .btn-raised-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 66, 66, 0.5);
}

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

.btn-raised-dark::before, .btn-raised-dark::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-raised-dark::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-raised-dark::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-raised-dark.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-dark.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-raised-dark.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-raised-dark.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-raised-dark.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-dark::before, .btn-raised-dark::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-raised-dark.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-raised-dark::before, .btn-raised-dark::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-raised-dark:hover::before, .btn-raised-dark.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-raised-dark.mdc-ripple-upgraded--background-focused::before, .btn-raised-dark:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-raised-dark:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-raised-dark:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-dark.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-dark:hover, .btn-raised-dark:focus {
    background-color: #212121;
}

.btn-raised-dark:active {
    background-color: #212121;
}

.btn-raised-dark.btn-sm, .btn-group-sm > .btn-raised-dark.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-raised-dark,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-raised-dark,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-raised-dark {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-raised-dark.btn-lg, .btn-group-lg > .btn-raised-dark.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-raised-dark,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-raised-dark,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-raised-dark {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-raised-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-raised-white:hover {
    color: #000;
    background-color: white;
    border-color: white;
}

.btn-check:focus + .btn-raised-white, .btn-raised-white:focus {
    color: #000;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}

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

.btn-check:checked + .btn-raised-white:focus, .btn-check:active + .btn-raised-white:focus, .btn-raised-white:active:focus, .btn-raised-white.active:focus, .show > .btn-raised-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}

.btn-raised-white:disabled, .btn-raised-white.disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-raised-white::before, .btn-raised-white::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-raised-white::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-raised-white::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-raised-white.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-white.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-raised-white.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-raised-white.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-raised-white.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-white::before, .btn-raised-white::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-raised-white.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-raised-white::before, .btn-raised-white::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.btn-raised-white:hover::before, .btn-raised-white.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-raised-white.mdc-ripple-upgraded--background-focused::before, .btn-raised-white:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-raised-white:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-raised-white:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-white.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-white:hover, .btn-raised-white:focus {
    background-color: #fff;
}

.btn-raised-white:active {
    background-color: #fff;
}

.btn-raised-white.btn-sm, .btn-group-sm > .btn-raised-white.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-raised-white,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-raised-white,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-raised-white {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-raised-white.btn-lg, .btn-group-lg > .btn-raised-white.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-raised-white,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-raised-white,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-raised-white {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-raised-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-raised-black:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-check:focus + .btn-raised-black, .btn-raised-black:focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-check:checked + .btn-raised-black, .btn-check:active + .btn-raised-black, .btn-raised-black:active, .btn-raised-black.active, .show > .btn-raised-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-check:checked + .btn-raised-black:focus, .btn-check:active + .btn-raised-black:focus, .btn-raised-black:active:focus, .btn-raised-black.active:focus, .show > .btn-raised-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-raised-black:disabled, .btn-raised-black.disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-raised-black::before, .btn-raised-black::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-raised-black::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-raised-black::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-raised-black.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-black.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-raised-black.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-raised-black.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-raised-black.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-black::before, .btn-raised-black::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-raised-black.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-raised-black::before, .btn-raised-black::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-raised-black:hover::before, .btn-raised-black.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-raised-black.mdc-ripple-upgraded--background-focused::before, .btn-raised-black:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-raised-black:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-raised-black:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-black.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-black:hover, .btn-raised-black:focus {
    background-color: #000;
}

.btn-raised-black:active {
    background-color: #000;
}

.btn-raised-black.btn-sm, .btn-group-sm > .btn-raised-black.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-raised-black,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-raised-black,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-raised-black {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-raised-black.btn-lg, .btn-group-lg > .btn-raised-black.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-raised-black,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-raised-black,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-raised-black {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-raised-gray {
    color: #000;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-raised-gray:hover {
    color: #000;
    background-color: #adadad;
    border-color: #a8a8a8;
}

.btn-check:focus + .btn-raised-gray, .btn-raised-gray:focus {
    color: #000;
    background-color: #adadad;
    border-color: #a8a8a8;
    box-shadow: 0 0 0 0.25rem rgba(134, 134, 134, 0.5);
}

.btn-check:checked + .btn-raised-gray, .btn-check:active + .btn-raised-gray, .btn-raised-gray:active, .btn-raised-gray.active, .show > .btn-raised-gray.dropdown-toggle {
    color: #000;
    background-color: #b1b1b1;
    border-color: #a8a8a8;
}

.btn-check:checked + .btn-raised-gray:focus, .btn-check:active + .btn-raised-gray:focus, .btn-raised-gray:active:focus, .btn-raised-gray.active:focus, .show > .btn-raised-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(134, 134, 134, 0.5);
}

.btn-raised-gray:disabled, .btn-raised-gray.disabled {
    color: #000;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.btn-raised-gray::before, .btn-raised-gray::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-raised-gray::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-raised-gray::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-raised-gray.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-gray.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-raised-gray.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-raised-gray.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-raised-gray.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-raised-gray::before, .btn-raised-gray::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-raised-gray.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-raised-gray::before, .btn-raised-gray::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.btn-raised-gray:hover::before, .btn-raised-gray.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-raised-gray.mdc-ripple-upgraded--background-focused::before, .btn-raised-gray:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-raised-gray:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-raised-gray:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-gray.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-raised-gray:hover, .btn-raised-gray:focus {
    background-color: #9e9e9e;
}

.btn-raised-gray:active {
    background-color: #9e9e9e;
}

.btn-raised-gray.btn-sm, .btn-group-sm > .btn-raised-gray.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-raised-gray,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-raised-gray,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-raised-gray {
    padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}

.btn-raised-gray.btn-lg, .btn-group-lg > .btn-raised-gray.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-raised-gray,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-raised-gray,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-raised-gray {
    padding: calc(0.5rem + 1px) calc(1rem + 1px);
}

.btn-outline-primary, div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
    color: #6200ea;
    border-color: #6200ea;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
}

.btn-outline-primary:hover, div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:hover {
    color: #fff;
    background-color: #6200ea;
    border-color: #6200ea;
}

.btn-check:focus + .btn-outline-primary, div.code-toolbar > .toolbar .btn-check:focus + a,
div.code-toolbar > .toolbar .btn-check:focus + button,
div.code-toolbar > .toolbar .btn-check:focus + span, .btn-outline-primary:focus, div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar span:focus {
    box-shadow: 0 0 0 0.25rem rgba(98, 0, 234, 0.5);
}

.btn-check:checked + .btn-outline-primary, div.code-toolbar > .toolbar .btn-check:checked + a,
div.code-toolbar > .toolbar .btn-check:checked + button,
div.code-toolbar > .toolbar .btn-check:checked + span, .btn-check:active + .btn-outline-primary, div.code-toolbar > .toolbar .btn-check:active + a,
div.code-toolbar > .toolbar .btn-check:active + button,
div.code-toolbar > .toolbar .btn-check:active + span, .btn-outline-primary:active, div.code-toolbar > .toolbar a:active,
div.code-toolbar > .toolbar button:active,
div.code-toolbar > .toolbar span:active, .btn-outline-primary.active, div.code-toolbar > .toolbar a.active,
div.code-toolbar > .toolbar button.active,
div.code-toolbar > .toolbar span.active, .btn-outline-primary.dropdown-toggle.show, div.code-toolbar > .toolbar a.dropdown-toggle.show,
div.code-toolbar > .toolbar button.dropdown-toggle.show,
div.code-toolbar > .toolbar span.dropdown-toggle.show {
    color: #fff;
    background-color: #6200ea;
    border-color: #6200ea;
}

.btn-check:checked + .btn-outline-primary:focus, div.code-toolbar > .toolbar .btn-check:checked + a:focus,
div.code-toolbar > .toolbar .btn-check:checked + button:focus,
div.code-toolbar > .toolbar .btn-check:checked + span:focus, .btn-check:active + .btn-outline-primary:focus, div.code-toolbar > .toolbar .btn-check:active + a:focus,
div.code-toolbar > .toolbar .btn-check:active + button:focus,
div.code-toolbar > .toolbar .btn-check:active + span:focus, .btn-outline-primary:active:focus, div.code-toolbar > .toolbar a:active:focus,
div.code-toolbar > .toolbar button:active:focus,
div.code-toolbar > .toolbar span:active:focus, .btn-outline-primary.active:focus, div.code-toolbar > .toolbar a.active:focus,
div.code-toolbar > .toolbar button.active:focus,
div.code-toolbar > .toolbar span.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, div.code-toolbar > .toolbar a.dropdown-toggle.show:focus,
div.code-toolbar > .toolbar button.dropdown-toggle.show:focus,
div.code-toolbar > .toolbar span.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(98, 0, 234, 0.5);
}

.btn-outline-primary:disabled, div.code-toolbar > .toolbar a:disabled,
div.code-toolbar > .toolbar button:disabled,
div.code-toolbar > .toolbar span:disabled, .btn-outline-primary.disabled, div.code-toolbar > .toolbar a.disabled,
div.code-toolbar > .toolbar button.disabled,
div.code-toolbar > .toolbar span.disabled {
    color: #6200ea;
    background-color: transparent;
}

.btn-outline-primary::before, div.code-toolbar > .toolbar a::before,
div.code-toolbar > .toolbar button::before,
div.code-toolbar > .toolbar span::before, .btn-outline-primary::after, div.code-toolbar > .toolbar a::after,
div.code-toolbar > .toolbar button::after,
div.code-toolbar > .toolbar span::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-outline-primary::before, div.code-toolbar > .toolbar a::before,
div.code-toolbar > .toolbar button::before,
div.code-toolbar > .toolbar span::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-outline-primary::after, div.code-toolbar > .toolbar a::after,
div.code-toolbar > .toolbar button::after,
div.code-toolbar > .toolbar span::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-outline-primary.mdc-ripple-upgraded::before, div.code-toolbar > .toolbar a.mdc-ripple-upgraded::before,
div.code-toolbar > .toolbar button.mdc-ripple-upgraded::before,
div.code-toolbar > .toolbar span.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-primary.mdc-ripple-upgraded::after, div.code-toolbar > .toolbar a.mdc-ripple-upgraded::after,
div.code-toolbar > .toolbar button.mdc-ripple-upgraded::after,
div.code-toolbar > .toolbar span.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-outline-primary.mdc-ripple-upgraded--unbounded::after, div.code-toolbar > .toolbar a.mdc-ripple-upgraded--unbounded::after,
div.code-toolbar > .toolbar button.mdc-ripple-upgraded--unbounded::after,
div.code-toolbar > .toolbar span.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-outline-primary.mdc-ripple-upgraded--foreground-activation::after, div.code-toolbar > .toolbar a.mdc-ripple-upgraded--foreground-activation::after,
div.code-toolbar > .toolbar button.mdc-ripple-upgraded--foreground-activation::after,
div.code-toolbar > .toolbar span.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-outline-primary.mdc-ripple-upgraded--foreground-deactivation::after, div.code-toolbar > .toolbar a.mdc-ripple-upgraded--foreground-deactivation::after,
div.code-toolbar > .toolbar button.mdc-ripple-upgraded--foreground-deactivation::after,
div.code-toolbar > .toolbar span.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-primary::before, div.code-toolbar > .toolbar a::before,
div.code-toolbar > .toolbar button::before,
div.code-toolbar > .toolbar span::before, .btn-outline-primary::after, div.code-toolbar > .toolbar a::after,
div.code-toolbar > .toolbar button::after,
div.code-toolbar > .toolbar span::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-outline-primary.mdc-ripple-upgraded::after, div.code-toolbar > .toolbar a.mdc-ripple-upgraded::after,
div.code-toolbar > .toolbar button.mdc-ripple-upgraded::after,
div.code-toolbar > .toolbar span.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-outline-primary::before, div.code-toolbar > .toolbar a::before,
div.code-toolbar > .toolbar button::before,
div.code-toolbar > .toolbar span::before, .btn-outline-primary::after, div.code-toolbar > .toolbar a::after,
div.code-toolbar > .toolbar button::after,
div.code-toolbar > .toolbar span::after {
    background-color: #6200ea;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #6200ea);
}

.btn-outline-primary:hover::before, div.code-toolbar > .toolbar a:hover::before,
div.code-toolbar > .toolbar button:hover::before,
div.code-toolbar > .toolbar span:hover::before, .btn-outline-primary.mdc-ripple-surface--hover::before, div.code-toolbar > .toolbar a.mdc-ripple-surface--hover::before,
div.code-toolbar > .toolbar button.mdc-ripple-surface--hover::before,
div.code-toolbar > .toolbar span.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-outline-primary.mdc-ripple-upgraded--background-focused::before, div.code-toolbar > .toolbar a.mdc-ripple-upgraded--background-focused::before,
div.code-toolbar > .toolbar button.mdc-ripple-upgraded--background-focused::before,
div.code-toolbar > .toolbar span.mdc-ripple-upgraded--background-focused::before, .btn-outline-primary:not(.mdc-ripple-upgraded):focus::before, div.code-toolbar > .toolbar a:not(.mdc-ripple-upgraded):focus::before,
div.code-toolbar > .toolbar button:not(.mdc-ripple-upgraded):focus::before,
div.code-toolbar > .toolbar span:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-outline-primary:not(.mdc-ripple-upgraded)::after, div.code-toolbar > .toolbar a:not(.mdc-ripple-upgraded)::after,
div.code-toolbar > .toolbar button:not(.mdc-ripple-upgraded)::after,
div.code-toolbar > .toolbar span:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-outline-primary:not(.mdc-ripple-upgraded):active::after, div.code-toolbar > .toolbar a:not(.mdc-ripple-upgraded):active::after,
div.code-toolbar > .toolbar button:not(.mdc-ripple-upgraded):active::after,
div.code-toolbar > .toolbar span:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-primary.mdc-ripple-upgraded, div.code-toolbar > .toolbar a.mdc-ripple-upgraded,
div.code-toolbar > .toolbar button.mdc-ripple-upgraded,
div.code-toolbar > .toolbar span.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-primary:hover, div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:hover, .btn-outline-primary:focus, div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar span:focus, .btn-outline-primary:active, div.code-toolbar > .toolbar a:active,
div.code-toolbar > .toolbar button:active,
div.code-toolbar > .toolbar span:active {
    color: #6200ea;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #9c27b0;
    border-color: #9c27b0;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #9c27b0;
    border-color: #9c27b0;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(156, 39, 176, 0.5);
}

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

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(156, 39, 176, 0.5);
}

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

.btn-outline-secondary::before, .btn-outline-secondary::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-outline-secondary::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-outline-secondary::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-outline-secondary.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-secondary.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-outline-secondary.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-outline-secondary.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-outline-secondary.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-secondary::before, .btn-outline-secondary::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-outline-secondary.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-outline-secondary::before, .btn-outline-secondary::after {
    background-color: #9c27b0;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #9c27b0);
}

.btn-outline-secondary:hover::before, .btn-outline-secondary.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-outline-secondary.mdc-ripple-upgraded--background-focused::before, .btn-outline-secondary:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-outline-secondary:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-outline-secondary:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-secondary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
    color: #9c27b0;
    background-color: transparent;
}

.btn-outline-success {
    color: #2e7d32;
    border-color: #2e7d32;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.5);
}

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

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #2e7d32;
    background-color: transparent;
}

.btn-outline-success::before, .btn-outline-success::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-outline-success::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-outline-success::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-outline-success.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-success.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-outline-success.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-outline-success.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-outline-success.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-success::before, .btn-outline-success::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-outline-success.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-outline-success::before, .btn-outline-success::after {
    background-color: #2e7d32;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #2e7d32);
}

.btn-outline-success:hover::before, .btn-outline-success.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-outline-success.mdc-ripple-upgraded--background-focused::before, .btn-outline-success:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-outline-success:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-outline-success:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-success.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
    color: #2e7d32;
    background-color: transparent;
}

.btn-outline-info {
    color: #26a69a;
    border-color: #26a69a;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
}

.btn-outline-info:hover {
    color: #000;
    background-color: #26a69a;
    border-color: #26a69a;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 166, 154, 0.5);
}

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

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 166, 154, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #26a69a;
    background-color: transparent;
}

.btn-outline-info::before, .btn-outline-info::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-outline-info::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-outline-info::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-outline-info.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-info.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-outline-info.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-outline-info.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-outline-info.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-info::before, .btn-outline-info::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-outline-info.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-outline-info::before, .btn-outline-info::after {
    background-color: #26a69a;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #26a69a);
}

.btn-outline-info:hover::before, .btn-outline-info.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-outline-info.mdc-ripple-upgraded--background-focused::before, .btn-outline-info:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-outline-info:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-outline-info:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-info.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
    color: #26a69a;
    background-color: transparent;
}

.btn-outline-warning {
    color: #ffb300;
    border-color: #ffb300;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
}

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

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 179, 0, 0.5);
}

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

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 179, 0, 0.5);
}

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

.btn-outline-warning::before, .btn-outline-warning::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-outline-warning::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-outline-warning::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-outline-warning.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-warning.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-outline-warning.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-outline-warning.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-outline-warning.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-warning::before, .btn-outline-warning::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-outline-warning.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-outline-warning::before, .btn-outline-warning::after {
    background-color: #ffb300;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #ffb300);
}

.btn-outline-warning:hover::before, .btn-outline-warning.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-outline-warning.mdc-ripple-upgraded--background-focused::before, .btn-outline-warning:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-outline-warning:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-outline-warning:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-warning.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
    color: #ffb300;
    background-color: transparent;
}

.btn-outline-danger {
    color: #d32f2f;
    border-color: #d32f2f;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 47, 47, 0.5);
}

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

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 47, 47, 0.5);
}

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

.btn-outline-danger::before, .btn-outline-danger::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-outline-danger::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-outline-danger::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-outline-danger.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-danger.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-outline-danger.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-outline-danger.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-outline-danger.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-danger::before, .btn-outline-danger::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-outline-danger.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-outline-danger::before, .btn-outline-danger::after {
    background-color: #d32f2f;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #d32f2f);
}

.btn-outline-danger:hover::before, .btn-outline-danger.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-outline-danger.mdc-ripple-upgraded--background-focused::before, .btn-outline-danger:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-outline-danger:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-outline-danger:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-danger.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
    color: #d32f2f;
    background-color: transparent;
}

.btn-outline-light, .masthead .btn-masthead {
    color: #f5f5f5;
    border-color: #f5f5f5;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
}

.btn-outline-light:hover, .masthead .btn-masthead:hover {
    color: #000;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-check:focus + .btn-outline-light, .masthead .btn-check:focus + .btn-masthead, .btn-outline-light:focus, .masthead .btn-masthead:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5);
}

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

.btn-check:checked + .btn-outline-light:focus, .masthead .btn-check:checked + .btn-masthead:focus, .btn-check:active + .btn-outline-light:focus, .masthead .btn-check:active + .btn-masthead:focus, .btn-outline-light:active:focus, .masthead .btn-masthead:active:focus, .btn-outline-light.active:focus, .masthead .active.btn-masthead:focus, .btn-outline-light.dropdown-toggle.show:focus, .masthead .dropdown-toggle.show.btn-masthead:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5);
}

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

.btn-outline-light::before, .masthead .btn-masthead::before, .btn-outline-light::after, .masthead .btn-masthead::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-outline-light::before, .masthead .btn-masthead::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-outline-light::after, .masthead .btn-masthead::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-outline-light.mdc-ripple-upgraded::before, .masthead .mdc-ripple-upgraded.btn-masthead::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-light.mdc-ripple-upgraded::after, .masthead .mdc-ripple-upgraded.btn-masthead::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-outline-light.mdc-ripple-upgraded--unbounded::after, .masthead .mdc-ripple-upgraded--unbounded.btn-masthead::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-outline-light.mdc-ripple-upgraded--foreground-activation::after, .masthead .mdc-ripple-upgraded--foreground-activation.btn-masthead::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-outline-light.mdc-ripple-upgraded--foreground-deactivation::after, .masthead .mdc-ripple-upgraded--foreground-deactivation.btn-masthead::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-light::before, .masthead .btn-masthead::before, .btn-outline-light::after, .masthead .btn-masthead::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-outline-light.mdc-ripple-upgraded::after, .masthead .mdc-ripple-upgraded.btn-masthead::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-outline-light::before, .masthead .btn-masthead::before, .btn-outline-light::after, .masthead .btn-masthead::after {
    background-color: #f5f5f5;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #f5f5f5);
}

.btn-outline-light:hover::before, .masthead .btn-masthead:hover::before, .btn-outline-light.mdc-ripple-surface--hover::before, .masthead .mdc-ripple-surface--hover.btn-masthead::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-outline-light.mdc-ripple-upgraded--background-focused::before, .masthead .mdc-ripple-upgraded--background-focused.btn-masthead::before, .btn-outline-light:not(.mdc-ripple-upgraded):focus::before, .masthead .btn-masthead:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-outline-light:not(.mdc-ripple-upgraded)::after, .masthead .btn-masthead:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-outline-light:not(.mdc-ripple-upgraded):active::after, .masthead .btn-masthead:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-light.mdc-ripple-upgraded, .masthead .mdc-ripple-upgraded.btn-masthead {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-light:hover, .masthead .btn-masthead:hover, .btn-outline-light:focus, .masthead .btn-masthead:focus, .btn-outline-light:active, .masthead .btn-masthead:active {
    color: #f5f5f5;
    background-color: transparent;
}

.btn-outline-dark, .masthead.bg-light .btn-masthead, .masthead.footer-light .btn-masthead,
.masthead.bg-white .btn-masthead {
    color: #212121;
    border-color: #212121;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
}

.btn-outline-dark:hover, .masthead.bg-light .btn-masthead:hover, .masthead.footer-light .btn-masthead:hover,
.masthead.bg-white .btn-masthead:hover {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
}

.btn-check:focus + .btn-outline-dark, .masthead.bg-light .btn-check:focus + .btn-masthead, .masthead.footer-light .btn-check:focus + .btn-masthead,
.masthead.bg-white .btn-check:focus + .btn-masthead, .btn-outline-dark:focus, .masthead.bg-light .btn-masthead:focus, .masthead.footer-light .btn-masthead:focus,
.masthead.bg-white .btn-masthead:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 33, 33, 0.5);
}

.btn-check:checked + .btn-outline-dark, .masthead.bg-light .btn-check:checked + .btn-masthead, .masthead.footer-light .btn-check:checked + .btn-masthead,
.masthead.bg-white .btn-check:checked + .btn-masthead, .btn-check:active + .btn-outline-dark, .masthead.bg-light .btn-check:active + .btn-masthead, .masthead.footer-light .btn-check:active + .btn-masthead,
.masthead.bg-white .btn-check:active + .btn-masthead, .btn-outline-dark:active, .masthead.bg-light .btn-masthead:active, .masthead.footer-light .btn-masthead:active,
.masthead.bg-white .btn-masthead:active, .btn-outline-dark.active, .masthead.bg-light .active.btn-masthead, .masthead.footer-light .active.btn-masthead,
.masthead.bg-white .active.btn-masthead, .btn-outline-dark.dropdown-toggle.show, .masthead.bg-light .dropdown-toggle.show.btn-masthead, .masthead.footer-light .dropdown-toggle.show.btn-masthead,
.masthead.bg-white .dropdown-toggle.show.btn-masthead {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
}

.btn-check:checked + .btn-outline-dark:focus, .masthead.bg-light .btn-check:checked + .btn-masthead:focus, .masthead.footer-light .btn-check:checked + .btn-masthead:focus,
.masthead.bg-white .btn-check:checked + .btn-masthead:focus, .btn-check:active + .btn-outline-dark:focus, .masthead.bg-light .btn-check:active + .btn-masthead:focus, .masthead.footer-light .btn-check:active + .btn-masthead:focus,
.masthead.bg-white .btn-check:active + .btn-masthead:focus, .btn-outline-dark:active:focus, .masthead.bg-light .btn-masthead:active:focus, .masthead.footer-light .btn-masthead:active:focus,
.masthead.bg-white .btn-masthead:active:focus, .btn-outline-dark.active:focus, .masthead.bg-light .active.btn-masthead:focus, .masthead.footer-light .active.btn-masthead:focus,
.masthead.bg-white .active.btn-masthead:focus, .btn-outline-dark.dropdown-toggle.show:focus, .masthead.bg-light .dropdown-toggle.show.btn-masthead:focus, .masthead.footer-light .dropdown-toggle.show.btn-masthead:focus,
.masthead.bg-white .dropdown-toggle.show.btn-masthead:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 33, 33, 0.5);
}

.btn-outline-dark:disabled, .masthead.bg-light .btn-masthead:disabled, .masthead.footer-light .btn-masthead:disabled,
.masthead.bg-white .btn-masthead:disabled, .btn-outline-dark.disabled, .masthead.bg-light .disabled.btn-masthead, .masthead.footer-light .disabled.btn-masthead,
.masthead.bg-white .disabled.btn-masthead {
    color: #212121;
    background-color: transparent;
}

.btn-outline-dark::before, .masthead.bg-light .btn-masthead::before, .masthead.footer-light .btn-masthead::before,
.masthead.bg-white .btn-masthead::before, .btn-outline-dark::after, .masthead.bg-light .btn-masthead::after, .masthead.footer-light .btn-masthead::after,
.masthead.bg-white .btn-masthead::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-outline-dark::before, .masthead.bg-light .btn-masthead::before, .masthead.footer-light .btn-masthead::before,
.masthead.bg-white .btn-masthead::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-outline-dark::after, .masthead.bg-light .btn-masthead::after, .masthead.footer-light .btn-masthead::after,
.masthead.bg-white .btn-masthead::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-outline-dark.mdc-ripple-upgraded::before, .masthead.bg-light .mdc-ripple-upgraded.btn-masthead::before, .masthead.footer-light .mdc-ripple-upgraded.btn-masthead::before,
.masthead.bg-white .mdc-ripple-upgraded.btn-masthead::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-dark.mdc-ripple-upgraded::after, .masthead.bg-light .mdc-ripple-upgraded.btn-masthead::after, .masthead.footer-light .mdc-ripple-upgraded.btn-masthead::after,
.masthead.bg-white .mdc-ripple-upgraded.btn-masthead::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-outline-dark.mdc-ripple-upgraded--unbounded::after, .masthead.bg-light .mdc-ripple-upgraded--unbounded.btn-masthead::after, .masthead.footer-light .mdc-ripple-upgraded--unbounded.btn-masthead::after,
.masthead.bg-white .mdc-ripple-upgraded--unbounded.btn-masthead::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-outline-dark.mdc-ripple-upgraded--foreground-activation::after, .masthead.bg-light .mdc-ripple-upgraded--foreground-activation.btn-masthead::after, .masthead.footer-light .mdc-ripple-upgraded--foreground-activation.btn-masthead::after,
.masthead.bg-white .mdc-ripple-upgraded--foreground-activation.btn-masthead::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-outline-dark.mdc-ripple-upgraded--foreground-deactivation::after, .masthead.bg-light .mdc-ripple-upgraded--foreground-deactivation.btn-masthead::after, .masthead.footer-light .mdc-ripple-upgraded--foreground-deactivation.btn-masthead::after,
.masthead.bg-white .mdc-ripple-upgraded--foreground-deactivation.btn-masthead::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-dark::before, .masthead.bg-light .btn-masthead::before, .masthead.footer-light .btn-masthead::before,
.masthead.bg-white .btn-masthead::before, .btn-outline-dark::after, .masthead.bg-light .btn-masthead::after, .masthead.footer-light .btn-masthead::after,
.masthead.bg-white .btn-masthead::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-outline-dark.mdc-ripple-upgraded::after, .masthead.bg-light .mdc-ripple-upgraded.btn-masthead::after, .masthead.footer-light .mdc-ripple-upgraded.btn-masthead::after,
.masthead.bg-white .mdc-ripple-upgraded.btn-masthead::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-outline-dark::before, .masthead.bg-light .btn-masthead::before, .masthead.footer-light .btn-masthead::before,
.masthead.bg-white .btn-masthead::before, .btn-outline-dark::after, .masthead.bg-light .btn-masthead::after, .masthead.footer-light .btn-masthead::after,
.masthead.bg-white .btn-masthead::after {
    background-color: #212121;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #212121);
}

.btn-outline-dark:hover::before, .masthead.bg-light .btn-masthead:hover::before, .masthead.footer-light .btn-masthead:hover::before,
.masthead.bg-white .btn-masthead:hover::before, .btn-outline-dark.mdc-ripple-surface--hover::before, .masthead.bg-light .mdc-ripple-surface--hover.btn-masthead::before, .masthead.footer-light .mdc-ripple-surface--hover.btn-masthead::before,
.masthead.bg-white .mdc-ripple-surface--hover.btn-masthead::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-outline-dark.mdc-ripple-upgraded--background-focused::before, .masthead.bg-light .mdc-ripple-upgraded--background-focused.btn-masthead::before, .masthead.footer-light .mdc-ripple-upgraded--background-focused.btn-masthead::before,
.masthead.bg-white .mdc-ripple-upgraded--background-focused.btn-masthead::before, .btn-outline-dark:not(.mdc-ripple-upgraded):focus::before, .masthead.bg-light .btn-masthead:not(.mdc-ripple-upgraded):focus::before, .masthead.footer-light .btn-masthead:not(.mdc-ripple-upgraded):focus::before,
.masthead.bg-white .btn-masthead:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-outline-dark:not(.mdc-ripple-upgraded)::after, .masthead.bg-light .btn-masthead:not(.mdc-ripple-upgraded)::after, .masthead.footer-light .btn-masthead:not(.mdc-ripple-upgraded)::after,
.masthead.bg-white .btn-masthead:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-outline-dark:not(.mdc-ripple-upgraded):active::after, .masthead.bg-light .btn-masthead:not(.mdc-ripple-upgraded):active::after, .masthead.footer-light .btn-masthead:not(.mdc-ripple-upgraded):active::after,
.masthead.bg-white .btn-masthead:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-dark.mdc-ripple-upgraded, .masthead.bg-light .mdc-ripple-upgraded.btn-masthead, .masthead.footer-light .mdc-ripple-upgraded.btn-masthead,
.masthead.bg-white .mdc-ripple-upgraded.btn-masthead {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-dark:hover, .masthead.bg-light .btn-masthead:hover, .masthead.footer-light .btn-masthead:hover,
.masthead.bg-white .btn-masthead:hover, .btn-outline-dark:focus, .masthead.bg-light .btn-masthead:focus, .masthead.footer-light .btn-masthead:focus,
.masthead.bg-white .btn-masthead:focus, .btn-outline-dark:active, .masthead.bg-light .btn-masthead:active, .masthead.footer-light .btn-masthead:active,
.masthead.bg-white .btn-masthead:active {
    color: #212121;
    background-color: transparent;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
}

.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:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
    box-shadow: 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-white::before, .btn-outline-white::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-outline-white::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-outline-white::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-outline-white.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-white.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-outline-white.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-outline-white.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-outline-white.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-white::before, .btn-outline-white::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-outline-white.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-outline-white::before, .btn-outline-white::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-outline-white:hover::before, .btn-outline-white.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-outline-white.mdc-ripple-upgraded--background-focused::before, .btn-outline-white:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-outline-white:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-outline-white:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-white.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
    color: #fff;
    background-color: transparent;
}

.btn-outline-black {
    color: #000;
    border-color: #000;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

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

.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black:disabled, .btn-outline-black.disabled {
    color: #000;
    background-color: transparent;
}

.btn-outline-black::before, .btn-outline-black::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-outline-black::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-outline-black::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-outline-black.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-black.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-outline-black.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-outline-black.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-outline-black.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-black::before, .btn-outline-black::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-outline-black.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-outline-black::before, .btn-outline-black::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.btn-outline-black:hover::before, .btn-outline-black.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-outline-black.mdc-ripple-upgraded--background-focused::before, .btn-outline-black:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-outline-black:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-outline-black:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-black.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active {
    color: #000;
    background-color: transparent;
}

.btn-outline-gray {
    color: #9e9e9e;
    border-color: #9e9e9e;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
}

.btn-outline-gray:hover {
    color: #000;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
    box-shadow: 0 0 0 0.25rem rgba(158, 158, 158, 0.5);
}

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

.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(158, 158, 158, 0.5);
}

.btn-outline-gray:disabled, .btn-outline-gray.disabled {
    color: #9e9e9e;
    background-color: transparent;
}

.btn-outline-gray::before, .btn-outline-gray::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-outline-gray::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-outline-gray::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-outline-gray.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-gray.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-outline-gray.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-outline-gray.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-outline-gray.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-outline-gray::before, .btn-outline-gray::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-outline-gray.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-outline-gray::before, .btn-outline-gray::after {
    background-color: #9e9e9e;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #9e9e9e);
}

.btn-outline-gray:hover::before, .btn-outline-gray.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-outline-gray.mdc-ripple-upgraded--background-focused::before, .btn-outline-gray:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-outline-gray:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-outline-gray:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-gray.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray:active {
    color: #9e9e9e;
    background-color: transparent;
}

.btn-text-primary {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(0.5rem + 1px);
    color: #6200ea;
}

.btn-text-primary::before, .btn-text-primary::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-text-primary::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-text-primary::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-text-primary.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-primary.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-text-primary.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-text-primary.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-text-primary.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-primary::before, .btn-text-primary::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-text-primary.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-text-primary::before, .btn-text-primary::after {
    background-color: #6200ea;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #6200ea);
}

.btn-text-primary:hover::before, .btn-text-primary.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-text-primary.mdc-ripple-upgraded--background-focused::before, .btn-text-primary:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-text-primary:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-text-primary:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-primary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-primary:hover, .btn-text-primary:focus, .btn-text-primary:active {
    color: #6200ea;
    background-color: transparent;
}

.btn-text-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(98, 0, 234, 0.25);
}

.btn-text-primary.btn-sm, .btn-group-sm > .btn-text-primary.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-text-primary,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-text-primary,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-text-primary {
    padding: calc(0.25rem + 1px) calc(0.25rem + 1px);
}

.btn-text-primary.btn-lg, .btn-group-lg > .btn-text-primary.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-text-primary,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-text-primary,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-text-primary {
    padding: calc(0.5rem + 1px) calc(0.5rem + 1px);
}

.btn-text-secondary {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(0.5rem + 1px);
    color: #9c27b0;
}

.btn-text-secondary::before, .btn-text-secondary::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-text-secondary::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-text-secondary::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-text-secondary.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-secondary.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-text-secondary.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-text-secondary.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-text-secondary.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-secondary::before, .btn-text-secondary::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-text-secondary.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-text-secondary::before, .btn-text-secondary::after {
    background-color: #9c27b0;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #9c27b0);
}

.btn-text-secondary:hover::before, .btn-text-secondary.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-text-secondary.mdc-ripple-upgraded--background-focused::before, .btn-text-secondary:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-text-secondary:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-text-secondary:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-secondary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-secondary:hover, .btn-text-secondary:focus, .btn-text-secondary:active {
    color: #9c27b0;
    background-color: transparent;
}

.btn-text-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(156, 39, 176, 0.25);
}

.btn-text-secondary.btn-sm, .btn-group-sm > .btn-text-secondary.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-text-secondary,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-text-secondary,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-text-secondary {
    padding: calc(0.25rem + 1px) calc(0.25rem + 1px);
}

.btn-text-secondary.btn-lg, .btn-group-lg > .btn-text-secondary.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-text-secondary,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-text-secondary,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-text-secondary {
    padding: calc(0.5rem + 1px) calc(0.5rem + 1px);
}

.btn-text-success {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(0.5rem + 1px);
    color: #2e7d32;
}

.btn-text-success::before, .btn-text-success::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-text-success::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-text-success::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-text-success.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-success.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-text-success.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-text-success.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-text-success.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-success::before, .btn-text-success::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-text-success.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-text-success::before, .btn-text-success::after {
    background-color: #2e7d32;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #2e7d32);
}

.btn-text-success:hover::before, .btn-text-success.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-text-success.mdc-ripple-upgraded--background-focused::before, .btn-text-success:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-text-success:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-text-success:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-success.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-success:hover, .btn-text-success:focus, .btn-text-success:active {
    color: #2e7d32;
    background-color: transparent;
}

.btn-text-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25);
}

.btn-text-success.btn-sm, .btn-group-sm > .btn-text-success.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-text-success,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-text-success,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-text-success {
    padding: calc(0.25rem + 1px) calc(0.25rem + 1px);
}

.btn-text-success.btn-lg, .btn-group-lg > .btn-text-success.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-text-success,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-text-success,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-text-success {
    padding: calc(0.5rem + 1px) calc(0.5rem + 1px);
}

.btn-text-info {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(0.5rem + 1px);
    color: #26a69a;
}

.btn-text-info::before, .btn-text-info::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-text-info::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-text-info::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-text-info.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-info.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-text-info.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-text-info.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-text-info.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-info::before, .btn-text-info::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-text-info.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-text-info::before, .btn-text-info::after {
    background-color: #26a69a;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #26a69a);
}

.btn-text-info:hover::before, .btn-text-info.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-text-info.mdc-ripple-upgraded--background-focused::before, .btn-text-info:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-text-info:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-text-info:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-info.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-info:hover, .btn-text-info:focus, .btn-text-info:active {
    color: #26a69a;
    background-color: transparent;
}

.btn-text-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 166, 154, 0.25);
}

.btn-text-info.btn-sm, .btn-group-sm > .btn-text-info.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-text-info,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-text-info,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-text-info {
    padding: calc(0.25rem + 1px) calc(0.25rem + 1px);
}

.btn-text-info.btn-lg, .btn-group-lg > .btn-text-info.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-text-info,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-text-info,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-text-info {
    padding: calc(0.5rem + 1px) calc(0.5rem + 1px);
}

.btn-text-warning {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(0.5rem + 1px);
    color: #ffb300;
}

.btn-text-warning::before, .btn-text-warning::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-text-warning::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-text-warning::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-text-warning.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-warning.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-text-warning.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-text-warning.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-text-warning.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-warning::before, .btn-text-warning::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-text-warning.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-text-warning::before, .btn-text-warning::after {
    background-color: #ffb300;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #ffb300);
}

.btn-text-warning:hover::before, .btn-text-warning.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-text-warning.mdc-ripple-upgraded--background-focused::before, .btn-text-warning:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-text-warning:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-text-warning:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-warning.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-warning:hover, .btn-text-warning:focus, .btn-text-warning:active {
    color: #ffb300;
    background-color: transparent;
}

.btn-text-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 179, 0, 0.25);
}

.btn-text-warning.btn-sm, .btn-group-sm > .btn-text-warning.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-text-warning,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-text-warning,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-text-warning {
    padding: calc(0.25rem + 1px) calc(0.25rem + 1px);
}

.btn-text-warning.btn-lg, .btn-group-lg > .btn-text-warning.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-text-warning,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-text-warning,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-text-warning {
    padding: calc(0.5rem + 1px) calc(0.5rem + 1px);
}

.btn-text-danger {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(0.5rem + 1px);
    color: #d32f2f;
}

.btn-text-danger::before, .btn-text-danger::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-text-danger::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-text-danger::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-text-danger.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-danger.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-text-danger.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-text-danger.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-text-danger.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-danger::before, .btn-text-danger::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-text-danger.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-text-danger::before, .btn-text-danger::after {
    background-color: #d32f2f;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #d32f2f);
}

.btn-text-danger:hover::before, .btn-text-danger.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-text-danger.mdc-ripple-upgraded--background-focused::before, .btn-text-danger:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-text-danger:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-text-danger:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-danger.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-danger:hover, .btn-text-danger:focus, .btn-text-danger:active {
    color: #d32f2f;
    background-color: transparent;
}

.btn-text-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 47, 47, 0.25);
}

.btn-text-danger.btn-sm, .btn-group-sm > .btn-text-danger.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-text-danger,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-text-danger,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-text-danger {
    padding: calc(0.25rem + 1px) calc(0.25rem + 1px);
}

.btn-text-danger.btn-lg, .btn-group-lg > .btn-text-danger.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-text-danger,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-text-danger,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-text-danger {
    padding: calc(0.5rem + 1px) calc(0.5rem + 1px);
}

.btn-text-light {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(0.5rem + 1px);
    color: #f5f5f5;
}

.btn-text-light::before, .btn-text-light::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-text-light::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-text-light::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-text-light.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-light.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-text-light.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-text-light.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-text-light.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-light::before, .btn-text-light::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-text-light.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-text-light::before, .btn-text-light::after {
    background-color: #f5f5f5;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #f5f5f5);
}

.btn-text-light:hover::before, .btn-text-light.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-text-light.mdc-ripple-upgraded--background-focused::before, .btn-text-light:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-text-light:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-text-light:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-light.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-light:hover, .btn-text-light:focus, .btn-text-light:active {
    color: #f5f5f5;
    background-color: transparent;
}

.btn-text-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.25);
}

.btn-text-light.btn-sm, .btn-group-sm > .btn-text-light.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-text-light,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-text-light,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-text-light {
    padding: calc(0.25rem + 1px) calc(0.25rem + 1px);
}

.btn-text-light.btn-lg, .btn-group-lg > .btn-text-light.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-text-light,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-text-light,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-text-light {
    padding: calc(0.5rem + 1px) calc(0.5rem + 1px);
}

.btn-text-dark, .top-app-bar.navbar-light .btn, .top-app-bar.navbar-light div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar .top-app-bar.navbar-light a,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(0.5rem + 1px);
    color: #212121;
}

.btn-text-dark::before, .top-app-bar.navbar-light .btn::before, .top-app-bar.navbar-light div.code-toolbar > .toolbar a::before, div.code-toolbar > .toolbar .top-app-bar.navbar-light a::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span::before, .btn-text-dark::after, .top-app-bar.navbar-light .btn::after, .top-app-bar.navbar-light div.code-toolbar > .toolbar a::after, div.code-toolbar > .toolbar .top-app-bar.navbar-light a::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-text-dark::before, .top-app-bar.navbar-light .btn::before, .top-app-bar.navbar-light div.code-toolbar > .toolbar a::before, div.code-toolbar > .toolbar .top-app-bar.navbar-light a::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-text-dark::after, .top-app-bar.navbar-light .btn::after, .top-app-bar.navbar-light div.code-toolbar > .toolbar a::after, div.code-toolbar > .toolbar .top-app-bar.navbar-light a::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-text-dark.mdc-ripple-upgraded::before, .top-app-bar.navbar-light .mdc-ripple-upgraded.btn::before, .top-app-bar.navbar-light div.code-toolbar > .toolbar a.mdc-ripple-upgraded::before, div.code-toolbar > .toolbar .top-app-bar.navbar-light a.mdc-ripple-upgraded::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button.mdc-ripple-upgraded::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button.mdc-ripple-upgraded::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span.mdc-ripple-upgraded::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-dark.mdc-ripple-upgraded::after, .top-app-bar.navbar-light .mdc-ripple-upgraded.btn::after, .top-app-bar.navbar-light div.code-toolbar > .toolbar a.mdc-ripple-upgraded::after, div.code-toolbar > .toolbar .top-app-bar.navbar-light a.mdc-ripple-upgraded::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button.mdc-ripple-upgraded::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button.mdc-ripple-upgraded::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span.mdc-ripple-upgraded::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-text-dark.mdc-ripple-upgraded--unbounded::after, .top-app-bar.navbar-light .mdc-ripple-upgraded--unbounded.btn::after, .top-app-bar.navbar-light div.code-toolbar > .toolbar a.mdc-ripple-upgraded--unbounded::after, div.code-toolbar > .toolbar .top-app-bar.navbar-light a.mdc-ripple-upgraded--unbounded::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button.mdc-ripple-upgraded--unbounded::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button.mdc-ripple-upgraded--unbounded::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span.mdc-ripple-upgraded--unbounded::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-text-dark.mdc-ripple-upgraded--foreground-activation::after, .top-app-bar.navbar-light .mdc-ripple-upgraded--foreground-activation.btn::after, .top-app-bar.navbar-light div.code-toolbar > .toolbar a.mdc-ripple-upgraded--foreground-activation::after, div.code-toolbar > .toolbar .top-app-bar.navbar-light a.mdc-ripple-upgraded--foreground-activation::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button.mdc-ripple-upgraded--foreground-activation::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button.mdc-ripple-upgraded--foreground-activation::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span.mdc-ripple-upgraded--foreground-activation::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-text-dark.mdc-ripple-upgraded--foreground-deactivation::after, .top-app-bar.navbar-light .mdc-ripple-upgraded--foreground-deactivation.btn::after, .top-app-bar.navbar-light div.code-toolbar > .toolbar a.mdc-ripple-upgraded--foreground-deactivation::after, div.code-toolbar > .toolbar .top-app-bar.navbar-light a.mdc-ripple-upgraded--foreground-deactivation::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button.mdc-ripple-upgraded--foreground-deactivation::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button.mdc-ripple-upgraded--foreground-deactivation::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span.mdc-ripple-upgraded--foreground-deactivation::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-dark::before, .top-app-bar.navbar-light .btn::before, .top-app-bar.navbar-light div.code-toolbar > .toolbar a::before, div.code-toolbar > .toolbar .top-app-bar.navbar-light a::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span::before, .btn-text-dark::after, .top-app-bar.navbar-light .btn::after, .top-app-bar.navbar-light div.code-toolbar > .toolbar a::after, div.code-toolbar > .toolbar .top-app-bar.navbar-light a::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-text-dark.mdc-ripple-upgraded::after, .top-app-bar.navbar-light .mdc-ripple-upgraded.btn::after, .top-app-bar.navbar-light div.code-toolbar > .toolbar a.mdc-ripple-upgraded::after, div.code-toolbar > .toolbar .top-app-bar.navbar-light a.mdc-ripple-upgraded::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button.mdc-ripple-upgraded::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button.mdc-ripple-upgraded::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span.mdc-ripple-upgraded::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-text-dark::before, .top-app-bar.navbar-light .btn::before, .top-app-bar.navbar-light div.code-toolbar > .toolbar a::before, div.code-toolbar > .toolbar .top-app-bar.navbar-light a::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span::before, .btn-text-dark::after, .top-app-bar.navbar-light .btn::after, .top-app-bar.navbar-light div.code-toolbar > .toolbar a::after, div.code-toolbar > .toolbar .top-app-bar.navbar-light a::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span::after {
    background-color: #212121;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #212121);
}

.btn-text-dark:hover::before, .top-app-bar.navbar-light .btn:hover::before, .top-app-bar.navbar-light div.code-toolbar > .toolbar a:hover::before, div.code-toolbar > .toolbar .top-app-bar.navbar-light a:hover::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button:hover::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button:hover::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span:hover::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span:hover::before, .btn-text-dark.mdc-ripple-surface--hover::before, .top-app-bar.navbar-light .mdc-ripple-surface--hover.btn::before, .top-app-bar.navbar-light div.code-toolbar > .toolbar a.mdc-ripple-surface--hover::before, div.code-toolbar > .toolbar .top-app-bar.navbar-light a.mdc-ripple-surface--hover::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button.mdc-ripple-surface--hover::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button.mdc-ripple-surface--hover::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span.mdc-ripple-surface--hover::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-text-dark.mdc-ripple-upgraded--background-focused::before, .top-app-bar.navbar-light .mdc-ripple-upgraded--background-focused.btn::before, .top-app-bar.navbar-light div.code-toolbar > .toolbar a.mdc-ripple-upgraded--background-focused::before, div.code-toolbar > .toolbar .top-app-bar.navbar-light a.mdc-ripple-upgraded--background-focused::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button.mdc-ripple-upgraded--background-focused::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button.mdc-ripple-upgraded--background-focused::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span.mdc-ripple-upgraded--background-focused::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span.mdc-ripple-upgraded--background-focused::before, .btn-text-dark:not(.mdc-ripple-upgraded):focus::before, .top-app-bar.navbar-light .btn:not(.mdc-ripple-upgraded):focus::before, .top-app-bar.navbar-light div.code-toolbar > .toolbar a:not(.mdc-ripple-upgraded):focus::before, div.code-toolbar > .toolbar .top-app-bar.navbar-light a:not(.mdc-ripple-upgraded):focus::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button:not(.mdc-ripple-upgraded):focus::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button:not(.mdc-ripple-upgraded):focus::before,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span:not(.mdc-ripple-upgraded):focus::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-text-dark:not(.mdc-ripple-upgraded)::after, .top-app-bar.navbar-light .btn:not(.mdc-ripple-upgraded)::after, .top-app-bar.navbar-light div.code-toolbar > .toolbar a:not(.mdc-ripple-upgraded)::after, div.code-toolbar > .toolbar .top-app-bar.navbar-light a:not(.mdc-ripple-upgraded)::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button:not(.mdc-ripple-upgraded)::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button:not(.mdc-ripple-upgraded)::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span:not(.mdc-ripple-upgraded)::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-text-dark:not(.mdc-ripple-upgraded):active::after, .top-app-bar.navbar-light .btn:not(.mdc-ripple-upgraded):active::after, .top-app-bar.navbar-light div.code-toolbar > .toolbar a:not(.mdc-ripple-upgraded):active::after, div.code-toolbar > .toolbar .top-app-bar.navbar-light a:not(.mdc-ripple-upgraded):active::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button:not(.mdc-ripple-upgraded):active::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button:not(.mdc-ripple-upgraded):active::after,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span:not(.mdc-ripple-upgraded):active::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-dark.mdc-ripple-upgraded, .top-app-bar.navbar-light .mdc-ripple-upgraded.btn, .top-app-bar.navbar-light div.code-toolbar > .toolbar a.mdc-ripple-upgraded, div.code-toolbar > .toolbar .top-app-bar.navbar-light a.mdc-ripple-upgraded,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button.mdc-ripple-upgraded,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button.mdc-ripple-upgraded,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span.mdc-ripple-upgraded,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-dark:hover, .top-app-bar.navbar-light .btn:hover, .top-app-bar.navbar-light div.code-toolbar > .toolbar a:hover, div.code-toolbar > .toolbar .top-app-bar.navbar-light a:hover,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button:hover,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span:hover,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span:hover, .btn-text-dark:focus, .top-app-bar.navbar-light .btn:focus, .top-app-bar.navbar-light div.code-toolbar > .toolbar a:focus, div.code-toolbar > .toolbar .top-app-bar.navbar-light a:focus,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button:focus,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span:focus,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span:focus, .btn-text-dark:active, .top-app-bar.navbar-light .btn:active, .top-app-bar.navbar-light div.code-toolbar > .toolbar a:active, div.code-toolbar > .toolbar .top-app-bar.navbar-light a:active,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button:active,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button:active,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span:active,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span:active {
    color: #212121;
    background-color: transparent;
}

.btn-text-dark:focus, .top-app-bar.navbar-light .btn:focus, .top-app-bar.navbar-light div.code-toolbar > .toolbar a:focus, div.code-toolbar > .toolbar .top-app-bar.navbar-light a:focus,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button:focus,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span:focus,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 33, 33, 0.25);
}

.btn-text-dark.btn-sm, .top-app-bar.navbar-light .btn-sm.btn, .top-app-bar.navbar-light div.code-toolbar > .toolbar a.btn-sm, div.code-toolbar > .toolbar .top-app-bar.navbar-light a.btn-sm,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button.btn-sm,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button.btn-sm,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span.btn-sm,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span.btn-sm, .btn-group-sm > .btn-text-dark.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-text-dark,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-text-dark,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-text-dark, .top-app-bar.navbar-light .btn-group-sm > .btn, .top-app-bar.navbar-light div.code-toolbar > .toolbar .btn-group-sm > a, div.code-toolbar > .toolbar .top-app-bar.navbar-light .btn-group-sm > a,
.top-app-bar.navbar-light div.code-toolbar > .toolbar .btn-group-sm > button,
div.code-toolbar > .toolbar .top-app-bar.navbar-light .btn-group-sm > button,
.top-app-bar.navbar-light div.code-toolbar > .toolbar .btn-group-sm > span,
div.code-toolbar > .toolbar .top-app-bar.navbar-light .btn-group-sm > span {
    padding: calc(0.25rem + 1px) calc(0.25rem + 1px);
}

.btn-text-dark.btn-lg, .top-app-bar.navbar-light .btn-lg.btn, .top-app-bar.navbar-light div.code-toolbar > .toolbar a.btn-lg, div.code-toolbar > .toolbar .top-app-bar.navbar-light a.btn-lg,
.top-app-bar.navbar-light div.code-toolbar > .toolbar button.btn-lg,
div.code-toolbar > .toolbar .top-app-bar.navbar-light button.btn-lg,
.top-app-bar.navbar-light div.code-toolbar > .toolbar span.btn-lg,
div.code-toolbar > .toolbar .top-app-bar.navbar-light span.btn-lg, .btn-group-lg > .btn-text-dark.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-text-dark,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-text-dark,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-text-dark, .top-app-bar.navbar-light .btn-group-lg > .btn, .top-app-bar.navbar-light div.code-toolbar > .toolbar .btn-group-lg > a, div.code-toolbar > .toolbar .top-app-bar.navbar-light .btn-group-lg > a,
.top-app-bar.navbar-light div.code-toolbar > .toolbar .btn-group-lg > button,
div.code-toolbar > .toolbar .top-app-bar.navbar-light .btn-group-lg > button,
.top-app-bar.navbar-light div.code-toolbar > .toolbar .btn-group-lg > span,
div.code-toolbar > .toolbar .top-app-bar.navbar-light .btn-group-lg > span {
    padding: calc(0.5rem + 1px) calc(0.5rem + 1px);
}

.btn-text-white, .top-app-bar.navbar-dark .btn, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(0.5rem + 1px);
    color: #fff;
}

.btn-text-white::before, .top-app-bar.navbar-dark .btn::before, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a::before, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span::before, .btn-text-white::after, .top-app-bar.navbar-dark .btn::after, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a::after, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-text-white::before, .top-app-bar.navbar-dark .btn::before, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a::before, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-text-white::after, .top-app-bar.navbar-dark .btn::after, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a::after, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-text-white.mdc-ripple-upgraded::before, .top-app-bar.navbar-dark .mdc-ripple-upgraded.btn::before, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a.mdc-ripple-upgraded::before, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a.mdc-ripple-upgraded::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button.mdc-ripple-upgraded::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button.mdc-ripple-upgraded::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span.mdc-ripple-upgraded::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-white.mdc-ripple-upgraded::after, .top-app-bar.navbar-dark .mdc-ripple-upgraded.btn::after, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a.mdc-ripple-upgraded::after, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a.mdc-ripple-upgraded::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button.mdc-ripple-upgraded::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button.mdc-ripple-upgraded::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span.mdc-ripple-upgraded::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-text-white.mdc-ripple-upgraded--unbounded::after, .top-app-bar.navbar-dark .mdc-ripple-upgraded--unbounded.btn::after, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a.mdc-ripple-upgraded--unbounded::after, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a.mdc-ripple-upgraded--unbounded::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button.mdc-ripple-upgraded--unbounded::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button.mdc-ripple-upgraded--unbounded::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span.mdc-ripple-upgraded--unbounded::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-text-white.mdc-ripple-upgraded--foreground-activation::after, .top-app-bar.navbar-dark .mdc-ripple-upgraded--foreground-activation.btn::after, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a.mdc-ripple-upgraded--foreground-activation::after, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a.mdc-ripple-upgraded--foreground-activation::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button.mdc-ripple-upgraded--foreground-activation::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button.mdc-ripple-upgraded--foreground-activation::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span.mdc-ripple-upgraded--foreground-activation::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-text-white.mdc-ripple-upgraded--foreground-deactivation::after, .top-app-bar.navbar-dark .mdc-ripple-upgraded--foreground-deactivation.btn::after, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a.mdc-ripple-upgraded--foreground-deactivation::after, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a.mdc-ripple-upgraded--foreground-deactivation::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button.mdc-ripple-upgraded--foreground-deactivation::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button.mdc-ripple-upgraded--foreground-deactivation::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span.mdc-ripple-upgraded--foreground-deactivation::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-white::before, .top-app-bar.navbar-dark .btn::before, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a::before, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span::before, .btn-text-white::after, .top-app-bar.navbar-dark .btn::after, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a::after, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-text-white.mdc-ripple-upgraded::after, .top-app-bar.navbar-dark .mdc-ripple-upgraded.btn::after, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a.mdc-ripple-upgraded::after, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a.mdc-ripple-upgraded::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button.mdc-ripple-upgraded::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button.mdc-ripple-upgraded::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span.mdc-ripple-upgraded::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-text-white::before, .top-app-bar.navbar-dark .btn::before, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a::before, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span::before, .btn-text-white::after, .top-app-bar.navbar-dark .btn::after, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a::after, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.btn-text-white:hover::before, .top-app-bar.navbar-dark .btn:hover::before, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a:hover::before, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a:hover::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button:hover::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button:hover::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span:hover::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span:hover::before, .btn-text-white.mdc-ripple-surface--hover::before, .top-app-bar.navbar-dark .mdc-ripple-surface--hover.btn::before, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a.mdc-ripple-surface--hover::before, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a.mdc-ripple-surface--hover::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button.mdc-ripple-surface--hover::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button.mdc-ripple-surface--hover::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span.mdc-ripple-surface--hover::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-text-white.mdc-ripple-upgraded--background-focused::before, .top-app-bar.navbar-dark .mdc-ripple-upgraded--background-focused.btn::before, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a.mdc-ripple-upgraded--background-focused::before, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a.mdc-ripple-upgraded--background-focused::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button.mdc-ripple-upgraded--background-focused::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button.mdc-ripple-upgraded--background-focused::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span.mdc-ripple-upgraded--background-focused::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span.mdc-ripple-upgraded--background-focused::before, .btn-text-white:not(.mdc-ripple-upgraded):focus::before, .top-app-bar.navbar-dark .btn:not(.mdc-ripple-upgraded):focus::before, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a:not(.mdc-ripple-upgraded):focus::before, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a:not(.mdc-ripple-upgraded):focus::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button:not(.mdc-ripple-upgraded):focus::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button:not(.mdc-ripple-upgraded):focus::before,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span:not(.mdc-ripple-upgraded):focus::before,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-text-white:not(.mdc-ripple-upgraded)::after, .top-app-bar.navbar-dark .btn:not(.mdc-ripple-upgraded)::after, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a:not(.mdc-ripple-upgraded)::after, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a:not(.mdc-ripple-upgraded)::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button:not(.mdc-ripple-upgraded)::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button:not(.mdc-ripple-upgraded)::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span:not(.mdc-ripple-upgraded)::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-text-white:not(.mdc-ripple-upgraded):active::after, .top-app-bar.navbar-dark .btn:not(.mdc-ripple-upgraded):active::after, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a:not(.mdc-ripple-upgraded):active::after, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a:not(.mdc-ripple-upgraded):active::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button:not(.mdc-ripple-upgraded):active::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button:not(.mdc-ripple-upgraded):active::after,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span:not(.mdc-ripple-upgraded):active::after,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-white.mdc-ripple-upgraded, .top-app-bar.navbar-dark .mdc-ripple-upgraded.btn, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a.mdc-ripple-upgraded, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a.mdc-ripple-upgraded,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button.mdc-ripple-upgraded,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button.mdc-ripple-upgraded,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span.mdc-ripple-upgraded,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-white:hover, .top-app-bar.navbar-dark .btn:hover, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a:hover, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a:hover,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button:hover,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span:hover,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span:hover, .btn-text-white:focus, .top-app-bar.navbar-dark .btn:focus, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a:focus, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a:focus,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button:focus,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span:focus,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span:focus, .btn-text-white:active, .top-app-bar.navbar-dark .btn:active, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a:active, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a:active,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button:active,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button:active,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span:active,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span:active {
    color: #fff;
    background-color: transparent;
}

.btn-text-white:focus, .top-app-bar.navbar-dark .btn:focus, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a:focus, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a:focus,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button:focus,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span:focus,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.btn-text-white.btn-sm, .top-app-bar.navbar-dark .btn-sm.btn, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a.btn-sm, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a.btn-sm,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button.btn-sm,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button.btn-sm,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span.btn-sm,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span.btn-sm, .btn-group-sm > .btn-text-white.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-text-white,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-text-white,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-text-white, .top-app-bar.navbar-dark .btn-group-sm > .btn, .top-app-bar.navbar-dark div.code-toolbar > .toolbar .btn-group-sm > a, div.code-toolbar > .toolbar .top-app-bar.navbar-dark .btn-group-sm > a,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar .btn-group-sm > button,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark .btn-group-sm > button,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar .btn-group-sm > span,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark .btn-group-sm > span {
    padding: calc(0.25rem + 1px) calc(0.25rem + 1px);
}

.btn-text-white.btn-lg, .top-app-bar.navbar-dark .btn-lg.btn, .top-app-bar.navbar-dark div.code-toolbar > .toolbar a.btn-lg, div.code-toolbar > .toolbar .top-app-bar.navbar-dark a.btn-lg,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar button.btn-lg,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark button.btn-lg,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar span.btn-lg,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark span.btn-lg, .btn-group-lg > .btn-text-white.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-text-white,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-text-white,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-text-white, .top-app-bar.navbar-dark .btn-group-lg > .btn, .top-app-bar.navbar-dark div.code-toolbar > .toolbar .btn-group-lg > a, div.code-toolbar > .toolbar .top-app-bar.navbar-dark .btn-group-lg > a,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar .btn-group-lg > button,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark .btn-group-lg > button,
.top-app-bar.navbar-dark div.code-toolbar > .toolbar .btn-group-lg > span,
div.code-toolbar > .toolbar .top-app-bar.navbar-dark .btn-group-lg > span {
    padding: calc(0.5rem + 1px) calc(0.5rem + 1px);
}

.btn-text-black {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(0.5rem + 1px);
    color: #000;
}

.btn-text-black::before, .btn-text-black::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-text-black::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-text-black::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-text-black.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-black.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-text-black.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-text-black.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-text-black.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-black::before, .btn-text-black::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-text-black.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-text-black::before, .btn-text-black::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.btn-text-black:hover::before, .btn-text-black.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-text-black.mdc-ripple-upgraded--background-focused::before, .btn-text-black:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-text-black:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-text-black:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-black.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-black:hover, .btn-text-black:focus, .btn-text-black:active {
    color: #000;
    background-color: transparent;
}

.btn-text-black:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

.btn-text-black.btn-sm, .btn-group-sm > .btn-text-black.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-text-black,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-text-black,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-text-black {
    padding: calc(0.25rem + 1px) calc(0.25rem + 1px);
}

.btn-text-black.btn-lg, .btn-group-lg > .btn-text-black.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-text-black,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-text-black,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-text-black {
    padding: calc(0.5rem + 1px) calc(0.5rem + 1px);
}

.btn-text-gray {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    border: none;
    padding: calc(0.40625rem + 1px) calc(0.5rem + 1px);
    color: #9e9e9e;
}

.btn-text-gray::before, .btn-text-gray::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.btn-text-gray::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.btn-text-gray::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.btn-text-gray.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-gray.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.btn-text-gray.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.btn-text-gray.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.btn-text-gray.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.btn-text-gray::before, .btn-text-gray::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.btn-text-gray.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.btn-text-gray::before, .btn-text-gray::after {
    background-color: #9e9e9e;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #9e9e9e);
}

.btn-text-gray:hover::before, .btn-text-gray.mdc-ripple-surface--hover::before {
    opacity: 0.06;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.06);
}

.btn-text-gray.mdc-ripple-upgraded--background-focused::before, .btn-text-gray:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.btn-text-gray:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.btn-text-gray:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.18;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-gray.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.18);
}

.btn-text-gray:hover, .btn-text-gray:focus, .btn-text-gray:active {
    color: #9e9e9e;
    background-color: transparent;
}

.btn-text-gray:focus {
    box-shadow: 0 0 0 0.25rem rgba(158, 158, 158, 0.25);
}

.btn-text-gray.btn-sm, .btn-group-sm > .btn-text-gray.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-text-gray,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-text-gray,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-text-gray {
    padding: calc(0.25rem + 1px) calc(0.25rem + 1px);
}

.btn-text-gray.btn-lg, .btn-group-lg > .btn-text-gray.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-text-gray,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-text-gray,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-text-gray {
    padding: calc(0.5rem + 1px) calc(0.5rem + 1px);
}

.btn-xl {
    padding: 1rem 1.5rem;
    font-size: calc(1.275rem + 0.3vw);
    border-radius: 0.3rem;
}

@media (min-width: 1200px) {
    .btn-xl {
        font-size: 1.5rem;
    }
}

.btn-xs {
    padding: 0.25rem 0.35rem;
    font-size: 0.5rem;
    border-radius: 0.2rem;
}

.btn .leading-icon, div.code-toolbar > .toolbar a .leading-icon,
div.code-toolbar > .toolbar button .leading-icon,
div.code-toolbar > .toolbar span .leading-icon,
.btn .trailing-icon,
div.code-toolbar > .toolbar a .trailing-icon,
div.code-toolbar > .toolbar button .trailing-icon,
div.code-toolbar > .toolbar span .trailing-icon {
    height: 1.125rem;
    width: 1.125rem;
    font-size: 1.125rem;
    vertical-align: top;
}

.btn-xs .leading-icon,
.btn-xs .trailing-icon {
    height: 0.6rem;
    width: 0.6rem;
    font-size: 0.6rem;
}

.btn-sm .leading-icon, .btn-group-sm > .btn .leading-icon, div.code-toolbar > .toolbar .btn-group-sm > a .leading-icon,
div.code-toolbar > .toolbar .btn-group-sm > button .leading-icon,
div.code-toolbar > .toolbar .btn-group-sm > span .leading-icon,
.btn-sm .trailing-icon,
.btn-group-sm > .btn .trailing-icon,
div.code-toolbar > .toolbar .btn-group-sm > a .trailing-icon,
div.code-toolbar > .toolbar .btn-group-sm > button .trailing-icon,
div.code-toolbar > .toolbar .btn-group-sm > span .trailing-icon {
    height: 0.9rem;
    width: 0.9rem;
    font-size: 0.9rem;
}

.btn-lg .leading-icon, .btn-group-lg > .btn .leading-icon, div.code-toolbar > .toolbar .btn-group-lg > a .leading-icon,
div.code-toolbar > .toolbar .btn-group-lg > button .leading-icon,
div.code-toolbar > .toolbar .btn-group-lg > span .leading-icon,
.btn-lg .trailing-icon,
.btn-group-lg > .btn .trailing-icon,
div.code-toolbar > .toolbar .btn-group-lg > a .trailing-icon,
div.code-toolbar > .toolbar .btn-group-lg > button .trailing-icon,
div.code-toolbar > .toolbar .btn-group-lg > span .trailing-icon {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1.5rem;
}

.btn-xl .leading-icon,
.btn-xl .trailing-icon {
    height: 1.85rem;
    width: 1.85rem;
    font-size: 1.85rem;
}

.btn .leading-icon, div.code-toolbar > .toolbar a .leading-icon,
div.code-toolbar > .toolbar button .leading-icon,
div.code-toolbar > .toolbar span .leading-icon {
    margin-left: -0.25rem;
    margin-right: 0.5rem;
}

.btn-xs .leading-icon {
    margin-left: -0.1rem;
    margin-right: 0.2rem;
}

.btn-sm .leading-icon, .btn-group-sm > .btn .leading-icon, div.code-toolbar > .toolbar .btn-group-sm > a .leading-icon,
div.code-toolbar > .toolbar .btn-group-sm > button .leading-icon,
div.code-toolbar > .toolbar .btn-group-sm > span .leading-icon {
    margin-left: -0.15rem;
    margin-right: 0.3rem;
}

.btn-lg .leading-icon, .btn-group-lg > .btn .leading-icon, div.code-toolbar > .toolbar .btn-group-lg > a .leading-icon,
div.code-toolbar > .toolbar .btn-group-lg > button .leading-icon,
div.code-toolbar > .toolbar .btn-group-lg > span .leading-icon {
    margin-left: -0.35rem;
    margin-right: 0.7rem;
}

.btn-xl .leading-icon {
    margin-left: -0.4rem;
    margin-right: 0.8rem;
}

.btn .trailing-icon, div.code-toolbar > .toolbar a .trailing-icon,
div.code-toolbar > .toolbar button .trailing-icon,
div.code-toolbar > .toolbar span .trailing-icon {
    margin-right: -0.25rem;
    margin-left: 0.5rem;
}

.btn-xs .trailing-icon {
    margin-right: -0.1rem;
    margin-left: 0.2rem;
}

.btn-sm .trailing-icon, .btn-group-sm > .btn .trailing-icon, div.code-toolbar > .toolbar .btn-group-sm > a .trailing-icon,
div.code-toolbar > .toolbar .btn-group-sm > button .trailing-icon,
div.code-toolbar > .toolbar .btn-group-sm > span .trailing-icon {
    margin-right: -0.15rem;
    margin-left: 0.3rem;
}

.btn-lg .trailing-icon, .btn-group-lg > .btn .trailing-icon, div.code-toolbar > .toolbar .btn-group-lg > a .trailing-icon,
div.code-toolbar > .toolbar .btn-group-lg > button .trailing-icon,
div.code-toolbar > .toolbar .btn-group-lg > span .trailing-icon {
    margin-right: -0.35rem;
    margin-left: 0.7rem;
}

.btn-xl .trailing-icon {
    margin-right: -0.4rem;
    margin-left: 0.8rem;
}

.btn-example .btn, .btn-example div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar .btn-example a,
.btn-example div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar .btn-example button,
.btn-example div.code-toolbar > .toolbar span,
div.code-toolbar > .toolbar .btn-example span {
    margin: 0.25rem 0.125rem;
}

.card {
    line-height: 1.25rem;
    color: #000;
}

.card .card-title {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 0.0125em;
    margin-bottom: 0;
}

.card .card-subtitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 500;
    letter-spacing: 0.0071428571em;
    margin-bottom: 0;
    opacity: 0.6;
}

.card .card-text {
    opacity: 0.6;
}

.card .card-actions {
    min-height: 3.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    flex-direction: column;
}

.card .card-actions .card-action-buttons .btn, .card .card-actions .card-action-buttons div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar .card .card-actions .card-action-buttons a,
.card .card-actions .card-action-buttons div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar .card .card-actions .card-action-buttons button,
.card .card-actions .card-action-buttons div.code-toolbar > .toolbar span,
div.code-toolbar > .toolbar .card .card-actions .card-action-buttons span {
    margin-right: 0.5rem;
}

.card .card-actions .card-action-buttons .btn:last-child, .card .card-actions .card-action-buttons div.code-toolbar > .toolbar a:last-child, div.code-toolbar > .toolbar .card .card-actions .card-action-buttons a:last-child,
.card .card-actions .card-action-buttons div.code-toolbar > .toolbar button:last-child,
div.code-toolbar > .toolbar .card .card-actions .card-action-buttons button:last-child,
.card .card-actions .card-action-buttons div.code-toolbar > .toolbar span:last-child,
div.code-toolbar > .toolbar .card .card-actions .card-action-buttons span:last-child {
    margin-right: 0;
}

.card .card-actions .card-action-icons {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.card .card-actions .card-action-icons .btn, .card .card-actions .card-action-icons div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar .card .card-actions .card-action-icons a,
.card .card-actions .card-action-icons div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar .card .card-actions .card-action-icons button,
.card .card-actions .card-action-icons div.code-toolbar > .toolbar span,
div.code-toolbar > .toolbar .card .card-actions .card-action-icons span {
    box-shadow: none;
}

.card .card-actions .card-action-icons .btn-text-dark, .card .card-actions .card-action-icons .top-app-bar.navbar-light .btn, .card .card-actions .card-action-icons .top-app-bar.navbar-light div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar .card .card-actions .card-action-icons .top-app-bar.navbar-light a,
.card .card-actions .card-action-icons .top-app-bar.navbar-light div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar .card .card-actions .card-action-icons .top-app-bar.navbar-light button,
.card .card-actions .card-action-icons .top-app-bar.navbar-light div.code-toolbar > .toolbar span,
div.code-toolbar > .toolbar .card .card-actions .card-action-icons .top-app-bar.navbar-light span, .top-app-bar.navbar-light .card .card-actions .card-action-icons .btn, .top-app-bar.navbar-light .card .card-actions .card-action-icons div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar .top-app-bar.navbar-light .card .card-actions .card-action-icons a,
.top-app-bar.navbar-light .card .card-actions .card-action-icons div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar .top-app-bar.navbar-light .card .card-actions .card-action-icons button,
.top-app-bar.navbar-light .card .card-actions .card-action-icons div.code-toolbar > .toolbar span,
div.code-toolbar > .toolbar .top-app-bar.navbar-light .card .card-actions .card-action-icons span {
    color: rgba(0, 0, 0, 0.6) !important;
}

@media (min-width: 425px) {
    .card .card-actions {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .card .card-actions .card-action-icons {
        padding: 0;
    }
}

.card-raised {
    border: none;
}

.card-quick-link .card-body {
    position: relative;
    padding-left: 4.75rem;
}

.card-quick-link .card-body .card-quick-link-img {
    position: absolute;
    top: 1rem;
    left: 1rem;
    height: 44px;
    width: 44px;
}

.card-quick-link .card-body .card-text {
    display: -webkit-box;
    height: 2.5rem;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-quick-link .card-actions {
    min-height: 0;
    padding: 0 1rem 0.875rem;
}

.card-collapsible {
    overflow: hidden;
}

.card-collapsible .card-header {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-collapsible .card-header::before, .card-collapsible .card-header::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.card-collapsible .card-header::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.card-collapsible .card-header::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.card-collapsible .card-header.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.card-collapsible .card-header.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.card-collapsible .card-header.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.card-collapsible .card-header.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.card-collapsible .card-header.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.card-collapsible .card-header::before, .card-collapsible .card-header::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.card-collapsible .card-header.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.card-collapsible .card-header::before, .card-collapsible .card-header::after {
    background-color: #6200ea;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #6200ea);
}

.card-collapsible .card-header:hover::before, .card-collapsible .card-header.mdc-ripple-surface--hover::before {
    opacity: 0.1;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.1);
}

.card-collapsible .card-header.mdc-ripple-upgraded--background-focused::before, .card-collapsible .card-header:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.15;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.15);
}

.card-collapsible .card-header:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.card-collapsible .card-header:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.2;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.card-collapsible .card-header.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.card-collapsible .card-header .card-header-icon {
    color: #757575;
}

.card-collapsible .card-header.collapsed .card-header-icon {
    transform: rotate(180deg);
}

.card-collapsible .card-body {
    border-top: 1px solid #e0e0e0 !important;
}

.chip-set {
    display: flex;
    flex-wrap: wrap;
    padding: 0.25rem;
}

.chip-set .chip {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0.25rem;
    border-radius: 50rem;
    line-height: 1.25;
    letter-spacing: 0.0178571429em;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    background-color: #e0e0e0;
    font-weight: 900 !important;
    color: #F88379 !important;
}

.chip-set .chip::before, .chip-set .chip::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.chip-set .chip::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.chip-set .chip::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.chip-set .chip.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.chip-set .chip.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.chip-set .chip.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.chip-set .chip.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.chip-set .chip.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.chip-set .chip::before, .chip-set .chip::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.chip-set .chip.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.chip-set .chip::before, .chip-set .chip::after {
    background-color: #424242;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #424242);
}

.chip-set .chip:hover::before, .chip-set .chip.mdc-ripple-surface--hover::before {
    opacity: 0.08;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.08);
}

.chip-set .chip.mdc-ripple-upgraded--background-focused::before, .chip-set .chip:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.chip-set .chip:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.chip-set .chip:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.16;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.16);
}

.chip-set .chip.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.16);
}

.chip-set .chip.active {
    background-color: #f88378 !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important;

}

.chip-set .chip.active::before, .chip-set .chip.active::after {
    background-color: #efe1e1;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #efe1e1);
}

.chip-set .chip.active:hover::before, .chip-set .chip.active.mdc-ripple-surface--hover::before {
    opacity: 0.08;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.08);
}

.chip-set .chip.active.mdc-ripple-upgraded--background-focused::before, .chip-set .chip.active:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.chip-set .chip.active:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.chip-set .chip.active:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.chip-set .chip.active.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.chip-set .chip .chip-leading-icon {
    margin: -0.25rem 0.25rem -0.25rem -0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
}

.chip-set .chip .chip-close-icon {
    color: #757575;
    margin: -0.125rem -0.325rem -0.125rem 0.25rem;
    width: 1.125rem;
    height: 1.125rem;
    font-size: 1.125rem;
}

.chip-set .chip .chip-leading-image {
    margin: -0.5rem 0.5rem -0.5rem -0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
}

.drawer {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
    border-right-width: 1px;
    border-right-style: solid;
}

.drawer .drawer-menu {
    flex-grow: 1;
    padding-bottom: 2.5rem;
    scrollbar-width: auto;
}

.drawer .drawer-menu .nav {
    flex-direction: column;
    flex-wrap: nowrap;
}

.drawer .drawer-menu .nav .drawer-menu-heading {
    padding-top: 2.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    font-size: 1.125rem;
}

.drawer .drawer-menu .nav .drawer-menu-divider {
    display: block;
    height: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 2.5rem;
    margin-bottom: 0;
}

.drawer .drawer-menu .nav .nav-link {
    display: flex;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    font-size: 0.875rem;
    line-height: 1;
    min-height: 2.75rem;
}

.drawer .drawer-menu .nav .nav-link .nav-link-icon {
    display: inline-flex;
    margin-right: 1rem;
}

.drawer .drawer-menu .nav .nav-link .nav-link-icon i.material-icons {
    font-size: 1.25rem;
}

.drawer .drawer-menu .nav .nav-link .drawer-collapse-arrow {
    display: inline-block;
    margin-left: auto;
    transition: transform 0.15s ease;
}

.drawer .drawer-menu .nav .nav-link .drawer-collapse-arrow i.material-icons {
    font-size: 1.125rem;
}

.drawer .drawer-menu .nav .nav-link.collapsed .drawer-collapse-arrow {
    transform: rotate(-90deg);
}

.drawer .drawer-menu .nav .nav-link.active {
    font-weight: 500;
}

.drawer .drawer-menu .nav .drawer-menu-nested {
    flex-direction: column;
}

.drawer .drawer-menu .nav .drawer-menu-nested .nav-link {
    padding-left: 3.75rem;
}

.drawer .drawer-menu .nav .drawer-menu-nested > .collapsing > .drawer-menu-nested .nav-link,
.drawer .drawer-menu .nav .drawer-menu-nested > .collapse.show > .drawer-menu-nested .nav-link {
    padding-left: 5.25rem;
}

.drawer .drawer-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex-shrink: 0;
}

.drawer-light {
    background-color: #fff;
    color: #616161;
    border-right-color: #e0e0e0;
}

.drawer-light .drawer-menu .drawer-menu-heading {
    color: #212121;
}

.drawer-light .drawer-menu .drawer-menu-divider {
    border-color: #e0e0e0;
}

.drawer-light .drawer-menu .nav-link {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    color: #616161;
}

.drawer-light .drawer-menu .nav-link::before, .drawer-light .drawer-menu .nav-link::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.drawer-light .drawer-menu .nav-link::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.drawer-light .drawer-menu .nav-link::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.drawer-light .drawer-menu .nav-link.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.drawer-light .drawer-menu .nav-link.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.drawer-light .drawer-menu .nav-link.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.drawer-light .drawer-menu .nav-link.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.drawer-light .drawer-menu .nav-link.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.drawer-light .drawer-menu .nav-link::before, .drawer-light .drawer-menu .nav-link::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.drawer-light .drawer-menu .nav-link.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.drawer-light .drawer-menu .nav-link::before, .drawer-light .drawer-menu .nav-link::after {
    background-color: #616161;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #616161);
}

.drawer-light .drawer-menu .nav-link:hover::before, .drawer-light .drawer-menu .nav-link.mdc-ripple-surface--hover::before {
    opacity: 0.1;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.1);
}

.drawer-light .drawer-menu .nav-link.mdc-ripple-upgraded--background-focused::before, .drawer-light .drawer-menu .nav-link:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.15;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.15);
}

.drawer-light .drawer-menu .nav-link:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.drawer-light .drawer-menu .nav-link:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.2;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.drawer-light .drawer-menu .nav-link.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.drawer-light .drawer-menu .nav-link .nav-link-icon {
    color: #757575;
}

.drawer-light .drawer-menu .nav-link .drawer-collapse-arrow {
    color: #757575;
}

.drawer-light .drawer-menu .nav-link:hover {
    color: #212121;
}

.drawer-light .drawer-menu .nav-link.active {
    color: #212121;
}

.drawer-light .drawer-menu .nav-link.active .nav-link-icon {
    color: #212121;
}

.drawer-light .drawer-footer {
    background-color: #f5f5f5;
}

.drawer-dark {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.75);
    border-right-color: rgba(255, 255, 255, 0.1);
}

.drawer-dark .drawer-menu {
    scrollbar-color: #6d6d6d #2e2e2e;
}

.drawer-dark .drawer-menu::-webkit-scrollbar {
    width: 16px;
}

.drawer-dark .drawer-menu::-webkit-scrollbar-track {
    background: #2e2e2e;
}

.drawer-dark .drawer-menu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #6d6d6d;
    border: 4px solid #2e2e2e;
}

.drawer-dark .drawer-menu::-webkit-scrollbar-thumb:hover {
    background: #979797;
}

.drawer-dark .drawer-menu .drawer-menu-heading {
    color: #fff;
}

.drawer-dark .drawer-menu .drawer-menu-divider {
    border-color: rgba(255, 255, 255, 0.1);
}

.drawer-dark .drawer-menu .nav-link {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.75);
}

.drawer-dark .drawer-menu .nav-link::before, .drawer-dark .drawer-menu .nav-link::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.drawer-dark .drawer-menu .nav-link::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.drawer-dark .drawer-menu .nav-link::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.drawer-dark .drawer-menu .nav-link.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.drawer-dark .drawer-menu .nav-link.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.drawer-dark .drawer-menu .nav-link.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.drawer-dark .drawer-menu .nav-link.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.drawer-dark .drawer-menu .nav-link.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.drawer-dark .drawer-menu .nav-link::before, .drawer-dark .drawer-menu .nav-link::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.drawer-dark .drawer-menu .nav-link.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.drawer-dark .drawer-menu .nav-link::before, .drawer-dark .drawer-menu .nav-link::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.drawer-dark .drawer-menu .nav-link:hover::before, .drawer-dark .drawer-menu .nav-link.mdc-ripple-surface--hover::before {
    opacity: 0.05;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.05);
}

.drawer-dark .drawer-menu .nav-link.mdc-ripple-upgraded--background-focused::before, .drawer-dark .drawer-menu .nav-link:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.1;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.1);
}

.drawer-dark .drawer-menu .nav-link:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.drawer-dark .drawer-menu .nav-link:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.15;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.15);
}

.drawer-dark .drawer-menu .nav-link.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.15);
}

.drawer-dark .drawer-menu .nav-link .nav-link-icon {
    color: rgba(255, 255, 255, 0.25);
}

.drawer-dark .drawer-menu .nav-link .drawer-collapse-arrow {
    color: rgba(255, 255, 255, 0.25);
}

.drawer-dark .drawer-menu .nav-link:hover {
    color: #fff;
}

.drawer-dark .drawer-menu .nav-link.active {
    color: #fff;
}

.drawer-dark .drawer-menu .nav-link.active .nav-link-icon {
    color: #fff;
}

.drawer-dark .drawer-footer {
    border-color: rgba(255, 255, 255, 0.1) !important;
    background-color: rgba(0, 0, 0, 0.1);
}

.dropdown .dropdown-toggle.show .dropdown-caret {
    transform: rotate(180deg);
}

.dropdown .dropdown-menu {
    border: none;
    max-width: 17.5rem;
}

.dropdown .dropdown-menu .dropdown-item {
    overflow: hidden;
    height: 3rem;
    align-items: center;
    display: flex;
}

.dropdown .dropdown-menu .dropdown-item .leading-icon {
    margin-right: 1.25rem;
    margin-left: 0.5rem;
    color: rgba(0, 0, 0, 0.38);
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item::before, .dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item::before, .dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item::before, .dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item::after {
    background-color: #424242;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #424242);
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item:hover::before, .dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item.mdc-ripple-surface--hover::before {
    opacity: 0.1;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.1);
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item.mdc-ripple-upgraded--background-focused::before, .dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.15;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.15);
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.2;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.dropdown .dropdown-menu:not(.dropdown-menu-dark) .dropdown-item.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item::before, .dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item::before, .dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item::before, .dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item::after {
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #fff);
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item:hover::before, .dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item.mdc-ripple-surface--hover::before {
    opacity: 0.1;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.1);
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item.mdc-ripple-upgraded--background-focused::before, .dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.15;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.15);
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.2;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item .leading-icon {
    color: rgba(255, 255, 255, 0.38);
}

.dropdown.dropdown-notifications .dropdown-menu {
    min-width: 20rem;
}

.dropdown.dropdown-notifications .dropdown-menu .dropdown-item {
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.dropdown.dropdown-notifications .dropdown-menu .dropdown-item .dropdown-item-content .dropdown-item-content-text {
    font-size: 0.875rem;
    white-space: normal;
}

.dropdown.dropdown-notifications .dropdown-menu .dropdown-item .dropdown-item-content .dropdown-item-content-subtext {
    color: #757575;
    font-size: 0.75rem;
    white-space: normal;
}

.dropdown.dropdown-notifications .dropdown-menu .dropdown-item.unread .dropdown-item-content-text {
    font-weight: 500;
}

.btn-icon {
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 100%;
    flex-shrink: 0;
    height: calc((0.875rem * 1.5) + (0.40625rem * 2) + (2px)) !important;
    width: calc((0.875rem * 1.5) + (0.40625rem * 2) + (2px)) !important;
}

.btn-icon i {
    font-size: 1.05rem;
}

.btn-icon.btn-xl {
    height: calc((1.5rem * 1.5) + (1rem * 2) + (2px)) !important;
    width: calc((1.5rem * 1.5) + (1rem * 2) + (2px)) !important;
    border-radius: 100%;
}

.btn-icon.btn-xl i {
    font-size: 1.8rem;
}

.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn, div.code-toolbar > .toolbar .btn-group-lg > a.btn-icon,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-icon,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-icon {
    height: 3rem !important;
    width: 3rem !important;
}

.btn-icon.btn-lg i, .btn-group-lg > .btn-icon.btn i, div.code-toolbar > .toolbar .btn-group-lg > a.btn-icon i,
div.code-toolbar > .toolbar .btn-group-lg > button.btn-icon i,
div.code-toolbar > .toolbar .btn-group-lg > span.btn-icon i {
    font-size: 1.5rem;
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn, div.code-toolbar > .toolbar .btn-group-sm > a.btn-icon,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-icon,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-icon {
    height: calc((0.75rem * 1.5) + (0.25rem * 2) + (2px)) !important;
    width: calc((0.75rem * 1.5) + (0.25rem * 2) + (2px)) !important;
}

.btn-icon.btn-sm i, .btn-group-sm > .btn-icon.btn i, div.code-toolbar > .toolbar .btn-group-sm > a.btn-icon i,
div.code-toolbar > .toolbar .btn-group-sm > button.btn-icon i,
div.code-toolbar > .toolbar .btn-group-sm > span.btn-icon i {
    font-size: 0.9rem;
}

.btn-icon.btn-xs {
    height: calc((0.5rem * 1.5) + (0.25rem * 2) + (2px)) !important;
    width: calc((0.5rem * 1.5) + (0.25rem * 2) + (2px)) !important;
    border-radius: 100%;
}

.btn-icon.btn-xs i {
    font-size: 0.6rem;
}

.btn-icon.btn-link {
    text-decoration: none;
}

.list-group .list-group-item-action {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
}

.list-group .list-group-item-action::before, .list-group .list-group-item-action::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.list-group .list-group-item-action::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.list-group .list-group-item-action::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.list-group .list-group-item-action.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.list-group .list-group-item-action.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.list-group .list-group-item-action.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.list-group .list-group-item-action.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.list-group .list-group-item-action.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.list-group .list-group-item-action::before, .list-group .list-group-item-action::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.list-group .list-group-item-action.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.list-group .list-group-item-action::before, .list-group .list-group-item-action::after {
    background-color: #9e9e9e;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #9e9e9e);
}

.list-group .list-group-item-action:hover::before, .list-group .list-group-item-action.mdc-ripple-surface--hover::before {
    opacity: 0.1;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.1);
}

.list-group .list-group-item-action.mdc-ripple-upgraded--background-focused::before, .list-group .list-group-item-action:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.15;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.15);
}

.list-group .list-group-item-action:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.list-group .list-group-item-action:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.2;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.list-group .list-group-item-action.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.list-group .list-group-item-action:hover, .list-group .list-group-item-action:focus, .list-group .list-group-item-action:active {
    background-color: inherit;
}

.list-group.list-group-light .list-group-item {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.list-group.list-group-light .list-group-item-action {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
}

.list-group.list-group-light .list-group-item-action::before, .list-group.list-group-light .list-group-item-action::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.list-group.list-group-light .list-group-item-action::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.list-group.list-group-light .list-group-item-action::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.list-group.list-group-light .list-group-item-action.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.list-group.list-group-light .list-group-item-action.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.list-group.list-group-light .list-group-item-action.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.list-group.list-group-light .list-group-item-action.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.list-group.list-group-light .list-group-item-action.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.list-group.list-group-light .list-group-item-action::before, .list-group.list-group-light .list-group-item-action::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.list-group.list-group-light .list-group-item-action.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.list-group.list-group-light .list-group-item-action::before, .list-group.list-group-light .list-group-item-action::after {
    background-color: #f5f5f5;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #f5f5f5);
}

.list-group.list-group-light .list-group-item-action:hover::before, .list-group.list-group-light .list-group-item-action.mdc-ripple-surface--hover::before {
    opacity: 0.1;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.1);
}

.list-group.list-group-light .list-group-item-action.mdc-ripple-upgraded--background-focused::before, .list-group.list-group-light .list-group-item-action:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.15;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.15);
}

.list-group.list-group-light .list-group-item-action:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.list-group.list-group-light .list-group-item-action:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.2;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.list-group.list-group-light .list-group-item-action.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.masthead svg {
    color: #fff;
}

.masthead .masthead-heading {
    color: #fff;
}

.masthead.bg-light svg, .masthead.footer-light svg,
.masthead.bg-white svg {
    color: #212121;
}

.masthead.bg-light .masthead-heading, .masthead.footer-light .masthead-heading,
.masthead.bg-white .masthead-heading {
    color: #212121;
}

.modal-content .modal-title {
    font-size: 1.25rem;
    font-weight: 500;
}

.modal-content .modal-header {
    padding: 1rem 1.5rem;
}

.modal-content .modal-body {
    padding: 1.25rem 1.5rem;
}

.modal-content .modal-header + .modal-body {
    padding-top: 0;
}

.modal-content .modal-footer {
    padding: 0.5rem 0.5rem;
}

.modal-dialog-scrollable .modal-header {
    border-width: 1px;
}

.modal-dialog-scrollable .modal-header + .modal-body {
    padding-top: 1.25rem;
}

.modal-dialog-scrollable .modal-footer {
    border-width: 1px;
}

.nav.nav-pills .nav-link,
.nav.nav-tabs .nav-link {
    overflow: hidden;
}

.nav.nav-pills .nav-link:not(.active),
.nav.nav-tabs .nav-link:not(.active) {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
}

.nav.nav-pills .nav-link:not(.active)::before, .nav.nav-pills .nav-link:not(.active)::after,
.nav.nav-tabs .nav-link:not(.active)::before,
.nav.nav-tabs .nav-link:not(.active)::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.nav.nav-pills .nav-link:not(.active)::before,
.nav.nav-tabs .nav-link:not(.active)::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.nav.nav-pills .nav-link:not(.active)::after,
.nav.nav-tabs .nav-link:not(.active)::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.nav.nav-pills .nav-link:not(.active).mdc-ripple-upgraded::before,
.nav.nav-tabs .nav-link:not(.active).mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.nav.nav-pills .nav-link:not(.active).mdc-ripple-upgraded::after,
.nav.nav-tabs .nav-link:not(.active).mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.nav.nav-pills .nav-link:not(.active).mdc-ripple-upgraded--unbounded::after,
.nav.nav-tabs .nav-link:not(.active).mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0);
}

.nav.nav-pills .nav-link:not(.active).mdc-ripple-upgraded--foreground-activation::after,
.nav.nav-tabs .nav-link:not(.active).mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.nav.nav-pills .nav-link:not(.active).mdc-ripple-upgraded--foreground-deactivation::after,
.nav.nav-tabs .nav-link:not(.active).mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.nav.nav-pills .nav-link:not(.active)::before, .nav.nav-pills .nav-link:not(.active)::after,
.nav.nav-tabs .nav-link:not(.active)::before,
.nav.nav-tabs .nav-link:not(.active)::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.nav.nav-pills .nav-link:not(.active).mdc-ripple-upgraded::after,
.nav.nav-tabs .nav-link:not(.active).mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.nav.nav-pills .nav-link:not(.active)::before, .nav.nav-pills .nav-link:not(.active)::after,
.nav.nav-tabs .nav-link:not(.active)::before,
.nav.nav-tabs .nav-link:not(.active)::after {
    background-color: #6200ea;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #6200ea);
}

.nav.nav-pills .nav-link:not(.active):hover::before, .nav.nav-pills .nav-link:not(.active).mdc-ripple-surface--hover::before,
.nav.nav-tabs .nav-link:not(.active):hover::before,
.nav.nav-tabs .nav-link:not(.active).mdc-ripple-surface--hover::before {
    opacity: 0.08;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.08);
}

.nav.nav-pills .nav-link:not(.active).mdc-ripple-upgraded--background-focused::before, .nav.nav-pills .nav-link:not(.active):not(.mdc-ripple-upgraded):focus::before,
.nav.nav-tabs .nav-link:not(.active).mdc-ripple-upgraded--background-focused::before,
.nav.nav-tabs .nav-link:not(.active):not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.nav.nav-pills .nav-link:not(.active):not(.mdc-ripple-upgraded)::after,
.nav.nav-tabs .nav-link:not(.active):not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.nav.nav-pills .nav-link:not(.active):not(.mdc-ripple-upgraded):active::after,
.nav.nav-tabs .nav-link:not(.active):not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.16;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.16);
}

.nav.nav-pills .nav-link:not(.active).mdc-ripple-upgraded,
.nav.nav-tabs .nav-link:not(.active).mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.16);
}

mwc-tab-bar {
    --mdc-theme-primary: #f88378;
}

.popover .popover-header {
    padding-bottom: 0;
}

mwc-circular-progress-four-color {
    --mdc-circular-progress-bar-color-1: #6200ea;
    --mdc-circular-progress-bar-color-2: #d32f2f;
    --mdc-circular-progress-bar-color-3: #ffb300;
    --mdc-circular-progress-bar-color-4: #9c27b0;
}

mwc-linear-progress,
mwc-circular-progress {
    --mdc-theme-primary: #6200ea;
}

.nav-stick {
    font-size: 0.875rem;
    color: #616161;
}

.nav-stick .nav-heading {
    font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    margin-bottom: 0.25rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nav-stick .nav {
    display: block;
    margin-top: 1rem;
}

.nav-stick .nav .nav-item .nav-link {
    color: #616161;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 2px solid #e0e0e0;
    letter-spacing: 0.0178571429em;
}

.nav-stick .nav .nav-item .nav-link.active {
    border-color: #212121;
    color: #212121;
    font-weight: 500;
}

.nav-stick ul.nav > li.nav-item > .nav {
    display: none;
}

.nav-stick ul.nav > li.nav-item > a.nav-link.active ~ .nav {
    display: flex;
}

.nav-stick.sticky-top {
    top: 7rem;
}

.toast {
    border: none;
    line-height: 1.25rem;
}

.toast.bg-dark {
    background-color: #333333 !important;
}

mwc-snackbar {
    --mdc-snackbar-action-color: #b884ff;
}

mwc-snackbar {
    z-index: 1060;
}

.top-app-bar {
    padding-left: 0;
    height: 4.5rem;
    z-index: 1039;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .top-app-bar #drawerToggle {
        color: black;
        margin-right: 0.75rem;
        margin-left: -0.75rem;
    }

    #dropdownMenuProfile {
        color: black;
    }
}

.top-app-bar .navbar-nav .nav-link {
    position: relative;
    line-height: 4.5rem;
    padding: 0 1rem;
}

.top-app-bar .navbar-nav .nav-link.active::after {
    display: block;
    content: "";
    background-color: #fff;
    width: calc(100% - 2rem);
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 1rem;
}

.top-app-bar.navbar-dark .navbar-nav .nav-link.active::after {
    background-color: #fff;
}

.top-app-bar.navbar-light .navbar-nav .nav-link.active::after {
    background-color: #212121;
}

:root {
    --litepicker-month-header-color: #616161;
    --litepicker-button-prev-month-color: #757575;
    --litepicker-button-next-month-color: #757575;
    --litepicker-button-prev-month-color-hover: #212121;
    --litepicker-button-next-month-color-hover: #212121;
    --litepicker-month-weekday-color: #757575;
    --litepicker-month-week-number-color: #757575;
    --litepicker-day-width: 34px;
    --litepicker-day-color: #424242;
    --litepicker-day-color-hover: #6200ea;
    --litepicker-is-today-color: #424242;
    --litepicker-is-in-range-color: rgba(98, 0, 234, 0.15);
    --litepicker-is-start-color: #fff;
    --litepicker-is-start-color-bg: #6200ea;
    --litepicker-is-end-color: #fff;
    --litepicker-is-end-color-bg: #6200ea;
    --litepicker-button-apply-color-bg: #6200ea;
    --litepicker-button-reset-color-hover: #6200ea;
    --litepicker-highlighted-day-color: #424242;
    --litepicker-highlighted-day-color-bg: rgba(98, 0, 234, 0.15);
}

.show-week-numbers {
    --litepicker-month-width: calc(var(--litepicker-day-width) * 8);
}

.litepicker {
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 0.875rem !important;
}

.litepicker .container__months {
    border-radius: 0.2rem !important;
    box-shadow: 0px 3px 1px -2px black, 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}

.litepicker .container__months .month-item-header {
    font-weight: normal !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.75rem !important;
    color: var(--litepicker-month-header-color) !important;
}

.litepicker .container__months .month-item-header div > .month-item-name {
    margin-right: 0.25rem !important;
    font-weight: 500 !important;
}

.litepicker .container__months .month-item-header div > .month-item-year {
    font-weight: 500 !important;
}

.litepicker .container__months .month-item-header .button-previous-month,
.litepicker .container__months .month-item-header .button-next-month {
    transition: none !important;
    cursor: pointer !important;
}

.litepicker .container__months .month-item-header .button-previous-month > svg,
.litepicker .container__months .month-item-header .button-previous-month > img,
.litepicker .container__months .month-item-header .button-next-month > svg,
.litepicker .container__months .month-item-header .button-next-month > img {
    transform: scale(0.75);
}

.litepicker .container__months .month-item-header .button-previous-month {
    color: var(--litepicker-button-prev-month-color) !important;
}

.litepicker .container__months .month-item-header .button-previous-month > svg,
.litepicker .container__months .month-item-header .button-previous-month > img {
    fill: var(--litepicker-button-prev-month-color) !important;
}

.litepicker .container__months .month-item-header .button-previous-month:hover {
    color: var(--litepicker-button-prev-month-color-hover) !important;
}

.litepicker .container__months .month-item-header .button-previous-month:hover > svg {
    fill: var(--litepicker-button-prev-month-color-hover) !important;
}

.litepicker .container__months .month-item-header .button-next-month {
    color: var(--litepicker-button-next-month-color) !important;
}

.litepicker .container__months .month-item-header .button-next-month > svg,
.litepicker .container__months .month-item-header .button-next-month > img {
    fill: var(--litepicker-button-next-month-color) !important;
}

.litepicker .container__months .month-item-header .button-next-month:hover {
    color: var(--litepicker-button-next-month-color-hover) !important;
}

.litepicker .container__months .month-item-header .button-next-month:hover > svg {
    fill: var(--litepicker-button-next-month-color-hover) !important;
}

.litepicker .container__months .month-item-weekdays-row {
    color: var(--litepicker-month-weekday-color) !important;
}

.litepicker .container__days > div,
.litepicker .container__days > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 2px;
    width: var(--litepicker-day-width) !important;
    height: var(--litepicker-day-width) !important;
}

.litepicker .container__days .day-item {
    color: var(--litepicker-day-color) !important;
    border-radius: 100% !important;
    transition: none !important;
    cursor: pointer !important;
}

.litepicker .container__days .day-item:hover {
    color: var(--litepicker-day-color-hover) !important;
    box-shadow: inset 0 0 0 1px var(--litepicker-day-color-hover) !important;
}

.litepicker .container__days .day-item.is-today {
    box-shadow: inset 0 0 0 1px #424242;
    color: var(--litepicker-is-today-color) !important;
}

.litepicker .container__days .day-item.is-in-range {
    position: relative;
    background-color: transparent !important;
}

.litepicker .container__days .day-item.is-in-range:after {
    content: "";
    display: block;
    height: 100%;
    width: calc(100% + 4px);
    position: absolute;
    background-color: var(--litepicker-is-in-range-color);
}

.litepicker .container__days .day-item.is-start-date {
    color: var(--litepicker-is-start-color) !important;
    background-color: var(--litepicker-is-start-color-bg) !important;
    position: relative;
}

.litepicker .container__days .day-item.is-start-date:after {
    content: "";
    display: block;
    height: 100%;
    width: calc(50% + 2px);
    position: absolute;
    left: auto;
    right: -2px;
    background-color: var(--litepicker-is-in-range-color);
}

.litepicker .container__days .day-item.is-start-date.is-flipped:after {
    right: auto;
    left: -2px;
}

.litepicker .container__days .day-item.is-end-date {
    color: var(--litepicker-is-end-color) !important;
    background-color: var(--litepicker-is-end-color-bg) !important;
    position: relative;
}

.litepicker .container__days .day-item.is-end-date:after {
    content: "";
    display: block;
    height: 100%;
    width: calc(50% + 2px);
    position: absolute;
    left: -2px;
    right: auto;
    background-color: var(--litepicker-is-in-range-color);
}

.litepicker .container__days .day-item.is-end-date.is-flipped:after {
    right: -2px;
    left: auto;
}

.litepicker .container__days .day-item.is-start-date.is-end-date:after {
    display: none;
}

.litepicker .container__days .day-item.is-highlighted {
    color: var(--litepicker-highlighted-day-color) !important;
    background-color: var(--litepicker-highlighted-day-color-bg) !important;
}

div.code-toolbar {
    position: relative;
}

div.code-toolbar > .toolbar {
    position: absolute;
    top: 0.3em;
    right: 0.2em;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

div.code-toolbar:hover > .toolbar {
    opacity: 1;
}

/* Separate line b/c rules are thrown out if selector is invalid.
   IE11 and old Edge versions don't support :focus-within. */
div.code-toolbar:focus-within > .toolbar {
    opacity: 1;
}

div.code-toolbar > .toolbar > .toolbar-item {
    display: inline-block;
}

div.code-toolbar > .toolbar > .toolbar-item > a {
    cursor: pointer;
}

div.code-toolbar > .toolbar > .toolbar-item > button {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}

div.code-toolbar > .toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar > .toolbar-item > span {
    color: #bbb;
    font-size: 0.8em;
    padding: 0 0.5em;
    background: #f5f2f0;
    background: rgba(224, 224, 224, 0.2);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
}

div.code-toolbar > .toolbar > .toolbar-item > a:hover,
div.code-toolbar > .toolbar > .toolbar-item > a:focus,
div.code-toolbar > .toolbar > .toolbar-item > button:hover,
div.code-toolbar > .toolbar > .toolbar-item > button:focus,
div.code-toolbar > .toolbar > .toolbar-item > span:hover,
div.code-toolbar > .toolbar > .toolbar-item > span:focus {
    color: inherit;
    text-decoration: none;
}

.code-toolbar {
    width: 100%;
}

.toolbar {
    opacity: 1 !important;
    top: -1rem !important;
    right: -1rem !important;
}

div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
    position: relative;
    overflow: hidden;
    color: #6200ea;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    background: #fff;
    border-radius: 0.2rem;
    border: 1px solid #6200ea;
    box-shadow: none;
}

div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar span:hover,
div.code-toolbar > .toolbar span:focus {
    color: #6200ea;
}

code[class*=language-],
pre[class*=language-] {
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    color: #90a4ae;
    background: transparent;
    font-family: "Roboto Mono", monospace;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

code[class*=language-]::-moz-selection,
pre[class*=language-]::-moz-selection,
code[class*=language-] ::-moz-selection,
pre[class*=language-] ::-moz-selection {
    background: #cceae7;
    color: #263238;
}

code[class*=language-]::-moz-selection, pre[class*=language-]::-moz-selection, code[class*=language-] ::-moz-selection, pre[class*=language-] ::-moz-selection {
    background: #cceae7;
    color: #263238;
}

code[class*=language-]::selection,
pre[class*=language-]::selection,
code[class*=language-] ::selection,
pre[class*=language-] ::selection {
    background: #cceae7;
    color: #263238;
}

:not(pre) > code[class*=language-] {
    white-space: normal;
    border-radius: 0.2em;
    padding: 0.1em;
}

pre[class*=language-] {
    overflow: auto;
    position: relative;
    margin: 0;
    padding: 0;
}

.language-css > code,
.language-sass > code,
.language-scss > code {
    color: #f76d47;
}

[class*=language-] .namespace {
    opacity: 0.7;
}

.token.atrule {
    color: #7c4dff;
}

.token.attr-name {
    color: #39adb5;
}

.token.attr-value {
    color: #f6a434;
}

.token.attribute {
    color: #f6a434;
}

.token.boolean {
    color: #7c4dff;
}

.token.builtin {
    color: #39adb5;
}

.token.cdata {
    color: #39adb5;
}

.token.char {
    color: #39adb5;
}

.token.class {
    color: #39adb5;
}

.token.class-name {
    color: #6182b8;
}

.token.comment {
    color: #aabfc9;
}

.token.constant {
    color: #7c4dff;
}

.token.deleted {
    color: #e53935;
}

.token.doctype {
    color: #aabfc9;
}

.token.entity {
    color: #e53935;
}

.token.function {
    color: #7c4dff;
}

.token.hexcode {
    color: #f76d47;
}

.token.id {
    color: #7c4dff;
}

.token.important {
    color: #7c4dff;
}

.token.inserted {
    color: #39adb5;
}

.token.keyword {
    color: #7c4dff;
}

.token.number {
    color: #f76d47;
}

.token.operator {
    color: #39adb5;
}

.token.prolog {
    color: #aabfc9;
}

.token.property {
    color: #39adb5;
}

.token.pseudo-class {
    color: #f6a434;
}

.token.pseudo-element {
    color: #f6a434;
}

.token.punctuation {
    color: #39adb5;
}

.token.regex {
    color: #6182b8;
}

.token.selector {
    color: #e53935;
}

.token.string {
    color: #f6a434;
}

.token.symbol {
    color: #7c4dff;
}

.token.tag {
    color: #e53935;
}

.token.unit {
    color: #f76d47;
}

.token.url {
    color: #e53935;
}

.token.variable {
    color: #e53935;
}

.dataTable-wrapper.no-header .dataTable-container {
    border-top: none;
}

.dataTable-wrapper.no-footer .dataTable-container {
    border-bottom: none;
}

.dataTable-top {
    padding: 0 0 1rem;
}

.dataTable-bottom {
    padding: 0;
}

.dataTable-top > nav:first-child,
.dataTable-top > div:first-child,
.dataTable-bottom > nav:first-child,
.dataTable-bottom > div:first-child {
    float: left;
}

.dataTable-top > nav:last-child,
.dataTable-top > div:last-child,
.dataTable-bottom > nav:last-child,
.dataTable-bottom > div:last-child {
    float: right;
}

.dataTable-selector {
    width: auto;
    display: inline-block;
    padding-left: 1.125rem;
    padding-right: 2.125rem;
    margin-right: 0.25rem;
}

.dataTable-selector:focus {
    padding-left: calc(1.125rem + -1px);
    padding-right: calc(2.125rem + -1px);
}

.dataTable-info {
    margin: 7px 0;
}

/* PAGER */
.dataTable-pagination a:hover {
    background-color: #eeeeee;
}

.dataTable-pagination .active a,
.dataTable-pagination .active a:focus,
.dataTable-pagination .active a:hover {
    background-color: #6200ea;
}

.dataTable-pagination .ellipsis a,
.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
    cursor: not-allowed;
}

.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
    cursor: not-allowed;
    opacity: 0.4;
}

.dataTable-pagination .pager a {
    font-weight: bold;
}

/* TABLE */
.dataTable-table {
    border-collapse: collapse;
}

.dataTable-table > tbody > tr > td,
.dataTable-table > tbody > tr > th,
.dataTable-table > tfoot > tr > td,
.dataTable-table > tfoot > tr > th,
.dataTable-table > thead > tr > td,
.dataTable-table > thead > tr > th {
    vertical-align: top;
    padding: 1rem 1rem;
}

.dataTable-table > thead > tr > th {
    vertical-align: bottom;
    text-align: left;
    border-bottom: none;
}

.dataTable-table > tfoot > tr > th {
    vertical-align: bottom;
    text-align: left;
}

.dataTable-table th {
    vertical-align: bottom;
    text-align: left;
}

.dataTable-table th a {
    text-decoration: none;
    color: inherit;
}

.dataTable-sorter {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}

.dataTable-sorter::before,
.dataTable-sorter::after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0.2;
}

.dataTable-sorter::before {
    bottom: 2px;
}

.dataTable-sorter::after {
    top: -2px;
}

.asc .dataTable-sorter::after,
.desc .dataTable-sorter::before {
    opacity: 0.6;
}

.dataTables-empty {
    text-align: center;
}

.dataTable-top::after,
.dataTable-bottom::after {
    clear: both;
    content: " ";
    display: table;
}

.__action {
    display: none;
}

.__action p {
    font-size: 18px;
}

.__action span {
    white-space: normal !important;
}

.__fw400 {
    font-weight: 400;
}

.__fs17 {
    font-size: 17px;
}

.__custom-color {
    background-color: #EFE1E1 !important;
}

.__font-black {
    color: #0e0e0e !important;
}

.__font-salmon {
    color: #f88378 !important;
}

iframe {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.__hr-color {
    color: #f88378;
}

.__bonus-menu {
    --mdc-theme-primary: #f88378;
}

.__bg-red {
    background-color: #f88378 !important;
}

.__bt-red:active,
.__bt-red:focus {
    background-color: #f88378 !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important;
}

.__btn-week {
    background-color: #efe1e1 !important;
    color: #f88378;
    font-weight: 900;
}

.__btn-week:active,
.__btn-week-active,
.__btn-week:focus {
    background-color: #f88378 !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important;
}

td {
    horiz-align: center !important;
    text-align: center !important;
}

td a, td input, td img {
    horiz-align: center !important;
    display: inline-block !important;
}

.disabled-card {
    filter: grayscale(100%);
    pointer-events: none;
}

.disabled-card .ripple-gray {
    cursor: not-allowed;
}

.disabled {
    pointer-events: none;
    background-color: #ccc;
}

.non-clickable {
    pointer-events: none;
}

.no-uppercase {
    text-transform: none !important;
}

._border-20 {
    border-radius: 20px !important;
}
