/*!
 * AdminKit PRO v3.3.0 (https://adminkit.io/)
 * Copyright 2022 Paul Laros
 * Copyright 2022 AdminKit
 */ /*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #3b7ddd;
    --bs-indigo: #0a0a0a;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #fcb92c;
    --bs-green: #1cbb8c;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #3b7ddd;
    --bs-secondary: #6c757d;
    --bs-success: #1cbb8c;
    --bs-info: #17a2b8;
    --bs-warning: #fcb92c;
    --bs-danger: #dc3545;
    --bs-light: #f5f7fb;
    --bs-dark: #212529;
    --bs-primary-rgb: 59, 125, 221;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 28, 187, 140;
    --bs-info-rgb: 23, 162, 184;
    --bs-warning-rgb: 252, 185, 44;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 245, 247, 251;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 73, 80, 87;
    --bs-body-bg-rgb: 245, 247, 251;
    --bs-font-sans-serif: "Inter", "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #495057;
    --bs-body-bg: #f5f7fb;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.2rem;
    --bs-border-radius-sm: 0.1rem;
    --bs-border-radius-lg: 0.3rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #3b7ddd;
    --bs-link-hover-color: #2f64b1;
    --bs-code-color: #e83e8c;
    --bs-highlight-bg: #fef1d5;
}
*,
:after,
:before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
}
hr {
    border: 0;
    border-top: 1px solid;
    color: inherit;
    margin: 1rem 0;
    opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.h1,
h1 {
    font-size: 1.75rem;
}
.h2,
h2 {
    font-size: 1.53125rem;
}
.h3,
h3 {
    font-size: 1.3125rem;
}
.h4,
h4 {
    font-size: 1.09375rem;
}
.h5,
.h6,
h5,
h6 {
    font-size: 0.875rem;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 600;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 80%;
}
.mark,
mark {
    background-color: var(--bs-highlight-bg);
    padding: 0.1875em;
}
sub,
sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: var(--bs-link-color);
    text-decoration: none;
}
a:hover {
    color: var(--bs-link-hover-color);
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}
pre {
    display: block;
    font-size: 80%;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}
pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal;
}
code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-size: 80%;
}
a > code {
    color: inherit;
}
kbd {
    background-color: var(--bs-body-color);
    border-radius: 0.1rem;
    color: var(--bs-body-bg);
    font-size: 80%;
    padding: 0.1875rem 0.375rem;
}
kbd kbd {
    font-size: 1em;
    padding: 0;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    caption-side: bottom;
}
caption {
    color: #6c757d;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
textarea {
    resize: vertical;
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    float: left;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    -webkit-appearance: button;
    font: inherit;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    cursor: pointer;
    display: list-item;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.09375rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
}
.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
.display-5 {
    font-size: 3rem;
}
.display-5,
.display-6 {
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 2.5rem;
}
.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 80%;
    text-transform: uppercase;
}
.blockquote {
    font-size: 1.09375rem;
    margin-bottom: 1rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    color: #6c757d;
    font-size: 80%;
    margin-bottom: 1rem;
    margin-top: -1rem;
}
.blockquote-footer:before {
    content: "— ";
}
.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%;
}
.img-thumbnail {
    background-color: #f5f7fb;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.2rem;
    padding: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    line-height: 1;
    margin-bottom: 0.5rem;
}
.figure-caption {
    color: #6c757d;
    font-size: 80%;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}
.row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
.g-6,
.gx-6 {
    --bs-gutter-x: 4.5rem;
}
.g-6,
.gy-6 {
    --bs-gutter-y: 4.5rem;
}
.g-7,
.gx-7 {
    --bs-gutter-x: 6rem;
}
.g-7,
.gy-7 {
    --bs-gutter-y: 6rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 4.5rem;
    }
    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 4.5rem;
    }
    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 6rem;
    }
    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 6rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 4.5rem;
    }
    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 4.5rem;
    }
    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 6rem;
    }
    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 6rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 4.5rem;
    }
    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 4.5rem;
    }
    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 6rem;
    }
    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 6rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 4.5rem;
    }
    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 4.5rem;
    }
    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 6rem;
    }
    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 6rem;
    }
}
@media (min-width: 1440px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 4.5rem;
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 4.5rem;
    }
    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 6rem;
    }
    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 6rem;
    }
}
.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: #f8f9fa;
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.038);
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
}
.table > :not(caption) > * > * {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: 0.75rem;
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table-group-divider {
    border-top: 2px solid;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.3rem;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
    border-top-width: 0;
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n),
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #d8e5f8;
    --bs-table-border-color: #c2cedf;
    --bs-table-striped-bg: #cddaec;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c2cedf;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c8d4e5;
    --bs-table-hover-color: #000;
}
.table-primary,
.table-secondary {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
}
.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
}
.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d2f1e8;
    --bs-table-border-color: #bdd9d1;
    --bs-table-striped-bg: #c8e5dc;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bdd9d1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c2dfd7;
    --bs-table-hover-color: #000;
}
.table-info,
.table-success {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
}
.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #d1ecf1;
    --bs-table-border-color: #bcd4d9;
    --bs-table-striped-bg: #c7e0e5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd4d9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1dadf;
    --bs-table-hover-color: #000;
}
.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fef1d5;
    --bs-table-border-color: #e5d9c0;
    --bs-table-striped-bg: #f1e5ca;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e5d9c0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebdfc5;
    --bs-table-hover-color: #000;
}
.table-danger,
.table-warning {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
}
.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
}
.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f5f7fb;
    --bs-table-border-color: #dddee2;
    --bs-table-striped-bg: #e9ebee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dddee2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e3e4e8;
    --bs-table-hover-color: #000;
}
.table-dark,
.table-light {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
}
.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
}
.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 1439.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(0.3rem + 1px);
    padding-top: calc(0.3rem + 1px);
}
.col-form-label-lg {
    font-size: 0.925rem;
    padding-bottom: calc(0.4rem + 1px);
    padding-top: calc(0.4rem + 1px);
}
.col-form-label-sm {
    font-size: 0.75rem;
    padding-bottom: calc(0.2rem + 1px);
    padding-top: calc(0.2rem + 1px);
}
.form-text {
    color: #6c757d;
    font-size: 80%;
    margin-top: 0.25rem;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    color: #495057;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.3rem 0.85rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    background-color: #fff;
    border-color: #9dbeee;
    box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
    color: #495057;
    outline: 0;
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    -webkit-margin-end: 0.85rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #495057;
    margin: -0.3rem -0.85rem;
    margin-inline-end: 0.85rem;
    padding: 0.3rem 0.85rem;
    pointer-events: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #495057;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0.3rem 0;
    width: 100%;
}
.form-control-plaintext:focus {
    outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0;
}
.form-control-sm {
    border-radius: 0.1rem;
    font-size: 0.75rem;
    min-height: calc(1.525rem + 2px);
    padding: 0.2rem 0.5rem;
}
.form-control-sm::file-selector-button {
    -webkit-margin-end: 0.5rem;
    margin: -0.2rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.2rem 0.5rem;
}
.form-control-lg {
    border-radius: 0.3rem;
    font-size: 0.925rem;
    min-height: calc(2.1875rem + 2px);
    padding: 0.4rem 1rem;
}
.form-control-lg::file-selector-button {
    -webkit-margin-end: 1rem;
    margin: -0.4rem -1rem;
    margin-inline-end: 1rem;
    padding: 0.4rem 1rem;
}
textarea.form-control {
    min-height: calc(1.9125rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.525rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(2.1875rem + 2px);
}
.form-control-color {
    height: calc(1.9125rem + 2px);
    padding: 0.3rem;
    width: 3rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.2rem;
}
.form-control-color::-webkit-color-swatch {
    border-radius: 0.2rem;
}
.form-control-color.form-control-sm {
    height: calc(1.525rem + 2px);
}
.form-control-color.form-control-lg {
    height: calc(2.1875rem + 2px);
}
.form-select {
    -moz-padding-start: calc(0.85rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 0.85rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    color: #495057;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.3rem 2.55rem 0.3rem 0.85rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #9dbeee;
    box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
    outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 0.85rem;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-select-sm {
    border-radius: 0.1rem;
    font-size: 0.75rem;
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    padding-top: 0.2rem;
}
.form-select-lg {
    border-radius: 0.3rem;
    font-size: 0.925rem;
    padding-bottom: 0.4rem;
    padding-left: 1rem;
    padding-top: 0.4rem;
}
.form-check {
    display: block;
    margin-bottom: 0.125rem;
    min-height: 1.3125rem;
    padding-left: 1.5em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-reverse {
    padding-left: 0;
    padding-right: 1.5em;
    text-align: right;
}
.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em;
}
.form-check-input {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color-adjust: exact;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    width: 1em;
}
.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: #9dbeee;
    box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
    outline: 0;
}
.form-check-input:checked {
    background-color: #3b7ddd;
    border-color: #3b7ddd;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%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 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%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: #3b7ddd;
    background-image: url("data:image/svg+xml;charset=utf-8,%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");
    border-color: #3b7ddd;
}
.form-check-input:disabled {
    filter: none;
    opacity: 0.5;
    pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position 0.15s ease-in-out;
    width: 2em;
}
@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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%239dbeee'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%;
}
.form-switch.form-check-reverse {
    padding-left: 0;
    padding-right: 2.5em;
}
.form-switch.form-check-reverse .form-check-input {
    margin-left: 0;
    margin-right: -2.5em;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    filter: none;
    opacity: 0.65;
    pointer-events: none;
}
.form-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #3b7ddd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #c4d8f5;
}
.form-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #3b7ddd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #c4d8f5;
}
.form-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating > label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 1rem 0.85rem;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    white-space: nowrap;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 1rem 0.85rem;
}
.form-floating > .form-control-plaintext::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}
.form-floating > .form-control-plaintext::-moz-placeholder, .form-floating > .form-control::-moz-placeholder {
    color: transparent;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown), .form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-select {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0;
}
.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    color: #495057;
    display: flex;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.3rem 0.85rem;
    text-align: center;
    white-space: nowrap;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    border-radius: 0.3rem;
    font-size: 0.925rem;
    padding: 0.4rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    border-radius: 0.1rem;
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3.4rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select,
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select,
.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}
.valid-feedback {
    color: #1cbb8c;
    display: none;
    font-size: 80%;
    margin-top: 0.25rem;
    width: 100%;
}
.valid-tooltip {
    background-color: rgba(28, 187, 140, 0.9);
    border-radius: 0.2rem;
    color: #000;
    display: none;
    font-size: 0.75rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #1cbb8c;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #1cbb8c;
    box-shadow: 0 0 0 0.2rem rgba(28, 187, 140, 0.25);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #1cbb8c;
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #1cbb8c;
    box-shadow: 0 0 0 0.2rem rgba(28, 187, 140, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #1cbb8c;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #1cbb8c;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 187, 140, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #1cbb8c;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3;
}
.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: 80%;
    margin-top: 0.25rem;
    width: 100%;
}
.invalid-tooltip {
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.2rem;
    color: #fff;
    display: none;
    font-size: 0.75rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3;
}
.btn {
    --bs-btn-padding-x: 0.85rem;
    --bs-btn-padding-y: 0.3rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #495057;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.2rem;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    text-decoration: none;
}
.btn-check:focus + .btn,
.btn:focus,
.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color);
}
.btn-check:focus + .btn,
.btn:focus {
    box-shadow: var(--bs-btn-focus-box-shadow);
    outline: 0;
}
.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color);
}
.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3b7ddd;
    --bs-btn-border-color: #3b7ddd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #326abc;
    --bs-btn-hover-border-color: #2f64b1;
    --bs-btn-focus-shadow-rgb: 88, 145, 226;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2f64b1;
    --bs-btn-active-border-color: #2c5ea6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3b7ddd;
    --bs-btn-disabled-border-color: #3b7ddd;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #1cbb8c;
    --bs-btn-border-color: #1cbb8c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #3ec59d;
    --bs-btn-hover-border-color: #33c298;
    --bs-btn-focus-shadow-rgb: 24, 159, 119;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #49c9a3;
    --bs-btn-active-border-color: #33c298;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #1cbb8c;
    --bs-btn-disabled-border-color: #1cbb8c;
}
.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #17a2b8;
    --bs-btn-border-color: #17a2b8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #148a9c;
    --bs-btn-hover-border-color: #128293;
    --bs-btn-focus-shadow-rgb: 58, 176, 195;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #128293;
    --bs-btn-active-border-color: #117a8a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #17a2b8;
    --bs-btn-disabled-border-color: #17a2b8;
}
.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #fcb92c;
    --bs-btn-border-color: #fcb92c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcc44c;
    --bs-btn-hover-border-color: #fcc041;
    --bs-btn-focus-shadow-rgb: 214, 157, 37;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdc756;
    --bs-btn-active-border-color: #fcc041;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fcb92c;
    --bs-btn-disabled-border-color: #fcb92c;
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f5f7fb;
    --bs-btn-border-color: #f5f7fb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d0d2d5;
    --bs-btn-hover-border-color: #c4c6c9;
    --bs-btn-focus-shadow-rgb: 208, 210, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c4c6c9;
    --bs-btn-active-border-color: #b8b9bc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f5f7fb;
    --bs-btn-disabled-border-color: #f5f7fb;
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
    --bs-btn-color: #3b7ddd;
    --bs-btn-border-color: #3b7ddd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3b7ddd;
    --bs-btn-hover-border-color: #3b7ddd;
    --bs-btn-focus-shadow-rgb: 59, 125, 221;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3b7ddd;
    --bs-btn-active-border-color: #3b7ddd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3b7ddd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3b7ddd;
    --bs-gradient: none;
}
.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}
.btn-outline-success {
    --bs-btn-color: #1cbb8c;
    --bs-btn-border-color: #1cbb8c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #1cbb8c;
    --bs-btn-hover-border-color: #1cbb8c;
    --bs-btn-focus-shadow-rgb: 28, 187, 140;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #1cbb8c;
    --bs-btn-active-border-color: #1cbb8c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1cbb8c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1cbb8c;
    --bs-gradient: none;
}
.btn-outline-info {
    --bs-btn-color: #17a2b8;
    --bs-btn-border-color: #17a2b8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #17a2b8;
    --bs-btn-hover-border-color: #17a2b8;
    --bs-btn-focus-shadow-rgb: 23, 162, 184;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #17a2b8;
    --bs-btn-active-border-color: #17a2b8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #17a2b8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #17a2b8;
    --bs-gradient: none;
}
.btn-outline-warning {
    --bs-btn-color: #fcb92c;
    --bs-btn-border-color: #fcb92c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcb92c;
    --bs-btn-hover-border-color: #fcb92c;
    --bs-btn-focus-shadow-rgb: 252, 185, 44;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fcb92c;
    --bs-btn-active-border-color: #fcb92c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fcb92c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fcb92c;
    --bs-gradient: none;
}
.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}
.btn-outline-light {
    --bs-btn-color: #f5f7fb;
    --bs-btn-border-color: #f5f7fb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f5f7fb;
    --bs-btn-hover-border-color: #f5f7fb;
    --bs-btn-focus-shadow-rgb: 245, 247, 251;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5f7fb;
    --bs-btn-active-border-color: #f5f7fb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f5f7fb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f5f7fb;
    --bs-gradient: none;
}
.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}
.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 88, 145, 226;
    text-decoration: none;
}
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
}
.btn-link:focus {
    color: var(--bs-btn-color);
}
.btn-link:hover {
    color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
    --bs-btn-padding-y: 0.4rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 0.925rem;
    --bs-btn-border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    --bs-btn-padding-y: 0.2rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-border-radius: 0.1rem;
}
.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.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    height: auto;
    transition: width 0.35s ease;
    width: 0;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: "";
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 0.875rem;
    --bs-dropdown-color: #495057;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.2rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.2rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
    --bs-dropdown-link-color: #495057;
    --bs-dropdown-link-hover-color: #42484e;
    --bs-dropdown-link-hover-bg: #f8f9fa;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #3b7ddd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1.5rem;
    --bs-dropdown-item-padding-y: 0.35rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1.5rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: 1000;
}
.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    top: 100%;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 1440px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: var(--bs-dropdown-spacer);
    margin-top: 0;
    top: auto;
}
.dropup .dropdown-toggle:after {
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: auto;
    top: 0;
}
.dropend .dropdown-toggle:after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-right: 0;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropend .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-toggle:after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: 100%;
    top: 0;
}
.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:before {
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-divider {
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    opacity: 1;
    overflow: hidden;
}
.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: var(--bs-dropdown-link-color);
    display: block;
    font-weight: 400;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-hover-color);
    text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bs-dropdown-link-active-bg);
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    color: var(--bs-dropdown-header-color);
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    white-space: nowrap;
}
.dropdown-item-text {
    color: var(--bs-dropdown-link-color);
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}
.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #3b7ddd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    flex: 1 1 auto;
    position: relative;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group {
    border-radius: 0.2rem;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dropdown-toggle-split {
    padding-left: 0.6375rem;
    padding-right: 0.6375rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav-link {
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    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:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color);
    text-decoration: none;
}
.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    cursor: default;
    pointer-events: none;
}
.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.2rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #f5f7fb;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #f5f7fb;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    isolation: isolate;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    background-color: transparent;
    border-color: transparent;
    color: var(--bs-nav-link-disabled-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    color: var(--bs-nav-tabs-link-active-color);
}
.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
}
.nav-pills {
    --bs-nav-pills-border-radius: 0.2rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #3b7ddd;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
    background-color: transparent;
    border-color: transparent;
    color: var(--bs-nav-link-disabled-color);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--bs-nav-pills-link-active-color);
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    --bs-navbar-padding-x: 1.375rem;
    --bs-navbar-padding-y: 0.875rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.875rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.15rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 0.925rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.2rem;
    --bs-navbar-toggler-focus-width: 0.2rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position: relative;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
}
.navbar-brand {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color);
    text-decoration: none;
}
.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    color: var(--bs-navbar-color);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color);
}
.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
}
.navbar-toggler {
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    color: var(--bs-navbar-color);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none;
}
.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}
.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-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
@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-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto;
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
@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-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
@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-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
@media (min-width: 1440px) {
    .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-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
.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-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
}
.navbar-expand .offcanvas .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
}
.navbar-dark {
    --bs-navbar-color: hsla(0, 0%, 100%, 0.55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, 0.75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.card {
    --bs-card-spacer-y: 1.25rem;
    --bs-card-spacer-x: 1.25rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 0;
    --bs-card-border-color: transparent;
    --bs-card-border-radius: 0.25rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: 0.25rem;
    --bs-card-cap-padding-y: 1rem;
    --bs-card-cap-padding-x: 1.25rem;
    --bs-card-cap-bg: #fff;
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 12px;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative;
}
.card > hr {
    margin-left: 0;
    margin-right: 0;
}
.card > .list-group {
    border-bottom: inherit;
    border-top: inherit;
}
.card > .list-group:first-child {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    border-top-width: 0;
}
.card > .list-group:last-child {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    color: var(--bs-card-color);
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
}
.card-subtitle {
    margin-top: calc(var(--bs-card-title-spacer-y) * -0.5);
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}
.card-header {
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    margin-bottom: 0;
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
    border-bottom: 0;
    margin-bottom: calc(var(--bs-card-cap-padding-y) * -1);
    margin-left: calc(var(--bs-card-cap-padding-x) * -0.5);
    margin-right: calc(var(--bs-card-cap-padding-x) * -0.5);
}
.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
    margin-left: calc(var(--bs-card-cap-padding-x) * -0.5);
    margin-right: calc(var(--bs-card-cap-padding-x) * -0.5);
}
.card-img-overlay {
    border-radius: var(--bs-card-inner-border-radius);
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    position: absolute;
    right: 0;
    top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}
@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 {
        border-left: 0;
        margin-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.accordion {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #f5f7fb;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.2rem;
    --bs-accordion-inner-border-radius: calc(0.2rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var(--bs-body-color)'%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");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233571c7'%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");
    --bs-accordion-btn-focus-border-color: #9dbeee;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #3571c7;
    --bs-accordion-active-bg: #ebf2fc;
}
.accordion-button {
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    color: var(--bs-accordion-btn-color);
    display: flex;
    font-size: 0.875rem;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position: relative;
    text-align: left;
    transition: var(--bs-accordion-transition);
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
    color: var(--bs-accordion-active-color);
}
.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width);
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    border-color: var(--bs-accordion-btn-focus-border-color);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    outline: 0;
    z-index: 3;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    color: var(--bs-accordion-color);
}
.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 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 {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    display: flex;
    flex-wrap: wrap;
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item:before {
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.3rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-color: #6c757d;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.2rem;
    --bs-pagination-hover-color: #343a40;
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #3b7ddd;
    --bs-pagination-active-border-color: #3b7ddd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    list-style: none;
    padding-left: 0;
}
.page-link {
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    color: var(--bs-pagination-color);
    display: block;
    font-size: var(--bs-pagination-font-size);
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    position: relative;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
    color: var(--bs-pagination-hover-color);
    text-decoration: none;
    z-index: 2;
}
.page-link:focus {
    background-color: var(--bs-pagination-focus-bg);
    box-shadow: var(--bs-pagination-focus-box-shadow);
    color: var(--bs-pagination-focus-color);
    outline: 0;
    z-index: 3;
}
.active > .page-link,
.page-link.active {
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
    color: var(--bs-pagination-active-color);
    z-index: 3;
}
.disabled > .page-link,
.page-link.disabled {
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item:first-child .page-link {
    border-bottom-left-radius: var(--bs-pagination-border-radius);
    border-top-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    border-top-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
    --bs-pagination-padding-x: 1rem;
    --bs-pagination-padding-y: 0.35rem;
    --bs-pagination-font-size: 0.925rem;
    --bs-pagination-border-radius: 0.3rem;
}
.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.15rem;
    --bs-pagination-font-size: 0.75rem;
    --bs-pagination-border-radius: 0.1rem;
}
.badge {
    --bs-badge-padding-x: 0.45em;
    --bs-badge-padding-y: 0.3em;
    --bs-badge-font-size: 80%;
    --bs-badge-font-weight: 600;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.2rem;
    border-radius: var(--bs-badge-border-radius);
    color: var(--bs-badge-color);
    display: inline-block;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 0.95rem;
    --bs-alert-padding-y: 0.95rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 0 solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.2rem;
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    color: var(--bs-alert-color);
    margin-bottom: var(--bs-alert-margin-bottom);
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    position: relative;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 600;
}
.alert-dismissible {
    padding-right: 2.85rem;
}
.alert-dismissible .btn-close {
    padding: 1.1875rem 0.95rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.alert-primary {
    --bs-alert-color: #234b85;
    --bs-alert-bg: #d8e5f8;
    --bs-alert-border-color: #c4d8f5;
}
.alert-primary .alert-link {
    color: #1c3c6a;
}
.alert-secondary {
    --bs-alert-color: #41464b;
    --bs-alert-bg: #e2e3e5;
    --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
    color: #34383c;
}
.alert-success {
    --bs-alert-color: #117054;
    --bs-alert-bg: #d2f1e8;
    --bs-alert-border-color: #bbebdd;
}
.alert-success .alert-link {
    color: #0e5a43;
}
.alert-info {
    --bs-alert-color: #0e616e;
    --bs-alert-bg: #d1ecf1;
    --bs-alert-border-color: #b9e3ea;
}
.alert-info .alert-link {
    color: #0b4e58;
}
.alert-warning {
    --bs-alert-color: #976f1a;
    --bs-alert-bg: #fef1d5;
    --bs-alert-border-color: #feeac0;
}
.alert-warning .alert-link {
    color: #795915;
}
.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
    color: #6a1a21;
}
.alert-light {
    --bs-alert-color: #626364;
    --bs-alert-bg: #fdfdfe;
    --bs-alert-border-color: #fcfdfe;
}
.alert-light .alert-link {
    color: #4e4f50;
}
.alert-dark {
    --bs-alert-color: #141619;
    --bs-alert-bg: #d3d3d4;
    --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
    color: #101214;
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.65625rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.2rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #3b7ddd;
    --bs-progress-bar-transition: width 0.6s ease;
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    font-size: var(--bs-progress-font-size);
    height: var(--bs-progress-height);
}
.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}
.progress-bar {
    background-color: var(--bs-progress-bar-bg);
    color: var(--bs-progress-bar-color);
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: var(--bs-progress-bar-transition);
    white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.2rem;
    --bs-list-group-item-padding-x: 1.25rem;
    --bs-list-group-item-padding-y: 0.75rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #495057;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #3b7ddd;
    --bs-list-group-active-border-color: #3b7ddd;
    border-radius: var(--bs-list-group-border-radius);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
}
.list-group-numbered {
    counter-reset: section;
    list-style-type: none;
}
.list-group-numbered > .list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    color: var(--bs-list-group-action-color);
    text-align: inherit;
    width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: var(--bs-list-group-action-hover-bg);
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    z-index: 1;
}
.list-group-item-action:active {
    background-color: var(--bs-list-group-action-active-bg);
    color: var(--bs-list-group-action-active-color);
}
.list-group-item {
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    color: var(--bs-list-group-color);
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    position: relative;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    background-color: var(--bs-list-group-disabled-bg);
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
}
.list-group-item.active {
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
    color: var(--bs-list-group-active-color);
    z-index: 2;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    border-top-width: var(--bs-list-group-border-width);
    margin-top: calc(var(--bs-list-group-border-width) * -1);
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius);
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width) * -1);
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius);
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width);
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width) * -1);
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius);
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width);
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width) * -1);
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius);
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width);
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width) * -1);
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius);
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width);
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width) * -1);
    }
}
@media (min-width: 1440px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius);
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width);
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width) * -1);
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-bottom-width: var(--bs-list-group-border-width);
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    background-color: #d8e5f8;
    color: #234b85;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #c2cedf;
    color: #234b85;
}
.list-group-item-primary.list-group-item-action.active {
    background-color: #234b85;
    border-color: #234b85;
    color: #fff;
}
.list-group-item-secondary {
    background-color: #e2e3e5;
    color: #41464b;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #cbccce;
    color: #41464b;
}
.list-group-item-secondary.list-group-item-action.active {
    background-color: #41464b;
    border-color: #41464b;
    color: #fff;
}
.list-group-item-success {
    background-color: #d2f1e8;
    color: #117054;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #bdd9d1;
    color: #117054;
}
.list-group-item-success.list-group-item-action.active {
    background-color: #117054;
    border-color: #117054;
    color: #fff;
}
.list-group-item-info {
    background-color: #d1ecf1;
    color: #0e616e;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #bcd4d9;
    color: #0e616e;
}
.list-group-item-info.list-group-item-action.active {
    background-color: #0e616e;
    border-color: #0e616e;
    color: #fff;
}
.list-group-item-warning {
    background-color: #fef1d5;
    color: #976f1a;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #e5d9c0;
    color: #976f1a;
}
.list-group-item-warning.list-group-item-action.active {
    background-color: #976f1a;
    border-color: #976f1a;
    color: #fff;
}
.list-group-item-danger {
    background-color: #f8d7da;
    color: #842029;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #dfc2c4;
    color: #842029;
}
.list-group-item-danger.list-group-item-action.active {
    background-color: #842029;
    border-color: #842029;
    color: #fff;
}
.list-group-item-light {
    background-color: #fdfdfe;
    color: #626364;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #e4e4e5;
    color: #626364;
}
.list-group-item-light.list-group-item-action.active {
    background-color: #626364;
    border-color: #626364;
    color: #fff;
}
.list-group-item-dark {
    background-color: #d3d3d4;
    color: #141619;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #bebebf;
    color: #141619;
}
.list-group-item-dark.list-group-item-action.active {
    background-color: #141619;
    border-color: #141619;
    color: #fff;
}
.btn-close {
    background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.2rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: 0.5;
    padding: 0.25em;
    width: 1em;
}
.btn-close:hover {
    color: #000;
    opacity: 0.75;
    text-decoration: none;
}
.btn-close:focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
    opacity: 1;
    outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
    opacity: 0.25;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 0.75rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: hsla(0, 0%, 100%, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.2rem;
    --bs-toast-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: hsla(0, 0%, 100%, 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    background-color: var(--bs-toast-bg);
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    border-radius: var(--bs-toast-border-radius);
    box-shadow: var(--bs-toast-box-shadow);
    color: var(--bs-toast-color);
    font-size: var(--bs-toast-font-size);
    max-width: 100%;
    pointer-events: auto;
    width: var(--bs-toast-max-width);
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.toast-container {
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    z-index: 1090;
}
.toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: var(--bs-toast-header-bg);
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    color: var(--bs-toast-header-color);
    display: flex;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
}
.toast-header .btn-close {
    margin-left: var(--bs-toast-padding-x);
    margin-right: calc(var(--bs-toast-padding-x) * -0.5);
}
.toast-body {
    word-wrap: break-word;
    padding: var(--bs-toast-padding-x);
}
.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 600px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 0.3rem;
    --bs-modal-box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.05);
    --bs-modal-inner-border-radius: 0.3rem;
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex);
}
.modal-dialog {
    margin: var(--bs-modal-margin);
    pointer-events: none;
    position: relative;
    width: auto;
}
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.25s ease-out;
}
@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% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
    background-clip: padding-box;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    color: var(--bs-modal-color);
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    background-color: var(--bs-backdrop-bg);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: var(--bs-backdrop-zindex);
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}
.modal-header {
    align-items: center;
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
}
.modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
}
.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0;
}
.modal-body {
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    position: relative;
}
.modal-footer {
    align-items: center;
    background-color: var(--bs-modal-footer-bg);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
}
.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
    }
    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bs-modal-width);
    }
    .modal-sm {
        --bs-modal-width: 400px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 900px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}
.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
}
.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1439.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}
.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.75rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.2rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    word-wrap: break-word;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: var(--bs-tooltip-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: var(--bs-tooltip-margin);
    opacity: 0;
    padding: var(--bs-tooltip-arrow-height);
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-tooltip-zindex);
}
.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
    display: block;
    height: var(--bs-tooltip-arrow-height);
    width: var(--bs-tooltip-arrow-width);
}
.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-bottom-width: 0;
    border-left-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    border-right-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    border-top-color: var(--bs-tooltip-bg);
    border-top-width: var(--bs-tooltip-arrow-height);
    top: -1px;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    left: 0;
    width: var(--bs-tooltip-arrow-height);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-bottom-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    border-left-width: 0;
    border-right-color: var(--bs-tooltip-bg);
    border-right-width: var(--bs-tooltip-arrow-height);
    border-top-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    right: -1px;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--bs-tooltip-bg);
    border-bottom-width: var(--bs-tooltip-arrow-height);
    border-left-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    border-right-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    border-top-width: 0;
    bottom: -1px;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    right: 0;
    width: var(--bs-tooltip-arrow-height);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-bottom-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    border-left-color: var(--bs-tooltip-bg);
    border-left-width: var(--bs-tooltip-arrow-height);
    border-right-width: 0;
    border-top-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    left: -1px;
}
.tooltip-inner {
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
    color: var(--bs-tooltip-color);
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    text-align: center;
}
.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.75rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.3rem;
    --bs-popover-inner-border-radius: calc(0.3rem - 1px);
    --bs-popover-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 0.875rem;
    --bs-popover-header-color: var(--bs-heading-color);
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #495057;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: var(--bs-popover-bg);
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: var(--bs-popover-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: var(--bs-popover-max-width);
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-popover-zindex);
}
.popover .popover-arrow {
    display: block;
    height: var(--bs-popover-arrow-height);
    width: var(--bs-popover-arrow-width);
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
    border: 0 solid transparent;
    content: "";
    display: block;
    position: absolute;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:after,
.bs-popover-top > .popover-arrow:before {
    border-bottom-width: 0;
    border-left-width: calc(var(--bs-popover-arrow-width) * 0.5);
    border-right-width: calc(var(--bs-popover-arrow-width) * 0.5);
    border-top-width: var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
    border-top-color: var(--bs-popover-arrow-border);
    bottom: 0;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
    border-top-color: var(--bs-popover-bg);
    bottom: var(--bs-popover-border-width);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    height: var(--bs-popover-arrow-width);
    left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:after,
.bs-popover-end > .popover-arrow:before {
    border-bottom-width: calc(var(--bs-popover-arrow-width) * 0.5);
    border-left-width: 0;
    border-right-width: var(--bs-popover-arrow-height);
    border-top-width: calc(var(--bs-popover-arrow-width) * 0.5);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
    border-right-color: var(--bs-popover-arrow-border);
    left: 0;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
    border-right-color: var(--bs-popover-bg);
    left: var(--bs-popover-border-width);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:before {
    border-bottom-width: var(--bs-popover-arrow-height);
    border-left-width: calc(var(--bs-popover-arrow-width) * 0.5);
    border-right-width: calc(var(--bs-popover-arrow-width) * 0.5);
    border-top-width: 0;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
    border-bottom-color: var(--bs-popover-arrow-border);
    top: 0;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
    border-bottom-color: var(--bs-popover-bg);
    top: var(--bs-popover-border-width);
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
    content: "";
    display: block;
    left: 50%;
    margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
    position: absolute;
    top: 0;
    width: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    height: var(--bs-popover-arrow-width);
    right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:after,
.bs-popover-start > .popover-arrow:before {
    border-bottom-width: calc(var(--bs-popover-arrow-width) * 0.5);
    border-left-width: var(--bs-popover-arrow-height);
    border-right-width: 0;
    border-top-width: calc(var(--bs-popover-arrow-width) * 0.5);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
    border-left-color: var(--bs-popover-arrow-border);
    right: 0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
    border-left-color: var(--bs-popover-bg);
    right: var(--bs-popover-border-width);
}
.popover-header {
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
    color: var(--bs-popover-header-color);
    font-size: var(--bs-popover-header-font-size);
    margin-bottom: 0;
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    color: var(--bs-popover-body-color);
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner:after {
    clear: both;
    content: "";
    display: block;
}
.carousel-item {
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform 0.6s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    opacity: 0;
    transition: opacity 0s 0.6s;
    z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.15s ease;
    width: 15%;
    z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: 0.9;
    outline: 0;
    text-decoration: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%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 {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.carousel-indicators [data-bs-target] {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: 0.5;
    padding: 0;
    text-indent: -999px;
    transition: opacity 0.6s ease;
    width: 30px;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
.spinner-border,
.spinner-grow {
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    border-radius: 50%;
    display: inline-block;
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    width: var(--bs-spinner-width);
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border-right-color: currentcolor;
    border: var(--bs-spinner-border-width) solid;
    border-right: var(--bs-spinner-border-width) solid transparent;
}
.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}
.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s;
    }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 0;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 575.98px) {
    .offcanvas-sm {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: transform 0.3s ease-in-out;
        visibility: hidden;
        z-index: 1045;
    }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none;
    }
}
@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width);
    }
    .offcanvas-sm.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width);
    }
    .offcanvas-sm.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%);
    }
    .offcanvas-sm.offcanvas-bottom,
    .offcanvas-sm.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0;
    }
    .offcanvas-sm.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-sm.show:not(.hiding),
    .offcanvas-sm.showing {
        transform: none;
    }
    .offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-sm .offcanvas-header {
        display: none;
    }
    .offcanvas-sm .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: transform 0.3s ease-in-out;
        visibility: hidden;
        z-index: 1045;
    }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none;
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width);
    }
    .offcanvas-md.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width);
    }
    .offcanvas-md.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%);
    }
    .offcanvas-md.offcanvas-bottom,
    .offcanvas-md.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0;
    }
    .offcanvas-md.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-md.show:not(.hiding),
    .offcanvas-md.showing {
        transform: none;
    }
    .offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
        visibility: visible;
    }
}
@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-md .offcanvas-header {
        display: none;
    }
    .offcanvas-md .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: transform 0.3s ease-in-out;
        visibility: hidden;
        z-index: 1045;
    }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width);
    }
    .offcanvas-lg.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width);
    }
    .offcanvas-lg.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%);
    }
    .offcanvas-lg.offcanvas-bottom,
    .offcanvas-lg.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0;
    }
    .offcanvas-lg.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-lg.show:not(.hiding),
    .offcanvas-lg.showing {
        transform: none;
    }
    .offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
        visibility: visible;
    }
}
@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-lg .offcanvas-header {
        display: none;
    }
    .offcanvas-lg .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: transform 0.3s ease-in-out;
        visibility: hidden;
        z-index: 1045;
    }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none;
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width);
    }
    .offcanvas-xl.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width);
    }
    .offcanvas-xl.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%);
    }
    .offcanvas-xl.offcanvas-bottom,
    .offcanvas-xl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0;
    }
    .offcanvas-xl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-xl.show:not(.hiding),
    .offcanvas-xl.showing {
        transform: none;
    }
    .offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
        visibility: visible;
    }
}
@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-xl .offcanvas-header {
        display: none;
    }
    .offcanvas-xl .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
@media (max-width: 1439.98px) {
    .offcanvas-xxl {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: transform 0.3s ease-in-out;
        visibility: hidden;
        z-index: 1045;
    }
}
@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none;
    }
}
@media (max-width: 1439.98px) {
    .offcanvas-xxl.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width);
    }
    .offcanvas-xxl.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width);
    }
    .offcanvas-xxl.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%);
    }
    .offcanvas-xxl.offcanvas-bottom,
    .offcanvas-xxl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0;
    }
    .offcanvas-xxl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-xxl.show:not(.hiding),
    .offcanvas-xxl.showing {
        transform: none;
    }
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show,
    .offcanvas-xxl.showing {
        visibility: visible;
    }
}
@media (min-width: 1440px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-xxl .offcanvas-header {
        display: none;
    }
    .offcanvas-xxl .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
.offcanvas {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1045;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width);
}
.offcanvas.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
}
.offcanvas.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
}
.offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible;
}
.offcanvas-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
    margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
    margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
    margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
}
.offcanvas-title {
    line-height: 1.5;
    margin-bottom: 0;
}
.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.placeholder {
    background-color: currentcolor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: 0.5;
    vertical-align: middle;
}
.placeholder.btn:before {
    content: "";
    display: inline-block;
}
.placeholder-xs {
    min-height: 0.6em;
}
.placeholder-sm {
    min-height: 0.8em;
}
.placeholder-lg {
    min-height: 1.2em;
}
.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    animation: placeholder-wave 2s linear infinite;
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
}
@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.text-bg-primary {
    background-color: RGBA(59, 125, 221, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-secondary {
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-success {
    background-color: RGBA(28, 187, 140, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-info {
    background-color: RGBA(23, 162, 184, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-warning {
    background-color: RGBA(252, 185, 44, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-danger {
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-light {
    background-color: RGBA(245, 247, 251, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-dark {
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.link-primary {
    color: #3b7ddd !important;
}
.link-primary:focus,
.link-primary:hover {
    color: #2f64b1 !important;
}
.link-secondary {
    color: #6c757d !important;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #565e64 !important;
}
.link-success {
    color: #1cbb8c !important;
}
.link-success:focus,
.link-success:hover {
    color: #49c9a3 !important;
}
.link-info {
    color: #17a2b8 !important;
}
.link-info:focus,
.link-info:hover {
    color: #128293 !important;
}
.link-warning {
    color: #fcb92c !important;
}
.link-warning:focus,
.link-warning:hover {
    color: #fdc756 !important;
}
.link-danger {
    color: #dc3545 !important;
}
.link-danger:focus,
.link-danger:hover {
    color: #b02a37 !important;
}
.link-light {
    color: #f5f7fb !important;
}
.link-light:focus,
.link-light:hover {
    color: #f7f9fc !important;
}
.link-dark {
    color: #212529 !important;
}
.link-dark:focus,
.link-dark:hover {
    color: #1a1e21 !important;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
.sticky-top {
    top: 0;
}
.sticky-bottom,
.sticky-top {
    position: sticky;
    z-index: 1020;
}
.sticky-bottom {
    bottom: 0;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        top: 0;
    }
    .sticky-sm-bottom,
    .sticky-sm-top {
        position: sticky;
        z-index: 1020;
    }
    .sticky-sm-bottom {
        bottom: 0;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        top: 0;
    }
    .sticky-md-bottom,
    .sticky-md-top {
        position: sticky;
        z-index: 1020;
    }
    .sticky-md-bottom {
        bottom: 0;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        top: 0;
    }
    .sticky-lg-bottom,
    .sticky-lg-top {
        position: sticky;
        z-index: 1020;
    }
    .sticky-lg-bottom {
        bottom: 0;
    }
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        top: 0;
    }
    .sticky-xl-bottom,
    .sticky-xl-top {
        position: sticky;
        z-index: 1020;
    }
    .sticky-xl-bottom {
        bottom: 0;
    }
}
@media (min-width: 1440px) {
    .sticky-xxl-top {
        top: 0;
    }
    .sticky-xxl-bottom,
    .sticky-xxl-top {
        position: sticky;
        z-index: 1020;
    }
    .sticky-xxl-bottom {
        bottom: 0;
    }
}
.hstack {
    align-items: center;
    flex-direction: row;
}
.hstack,
.vstack {
    align-self: stretch;
    display: flex;
}
.vstack {
    flex: 1 1 auto;
    flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: 0.25;
    width: 1px;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05) !important;
}
.shadow-sm {
    box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.05) !important;
}
.shadow-lg {
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05) !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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
    --bs-border-width: 1px;
}
.border-2 {
    --bs-border-width: 2px;
}
.border-3 {
    --bs-border-width: 3px;
}
.border-4 {
    --bs-border-width: 4px;
}
.border-5 {
    --bs-border-width: 5px;
}
.border-opacity-10 {
    --bs-border-opacity: 0.1;
}
.border-opacity-25 {
    --bs-border-opacity: 0.25;
}
.border-opacity-50 {
    --bs-border-opacity: 0.5;
}
.border-opacity-75 {
    --bs-border-opacity: 0.75;
}
.border-opacity-100 {
    --bs-border-opacity: 1;
}
.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;
}
.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: 3rem !important;
}
.m-6 {
    margin: 4.5rem !important;
}
.m-7 {
    margin: 6rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mx-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
}
.mx-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.my-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
}
.my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}
.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}
.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}
.my-6 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
}
.my-7 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
}
.my-auto {
    margin-bottom: auto !important;
    margin-top: 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: 3rem !important;
}
.mt-6 {
    margin-top: 4.5rem !important;
}
.mt-7 {
    margin-top: 6rem !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: 3rem !important;
}
.me-6 {
    margin-right: 4.5rem !important;
}
.me-7 {
    margin-right: 6rem !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: 3rem !important;
}
.mb-6 {
    margin-bottom: 4.5rem !important;
}
.mb-7 {
    margin-bottom: 6rem !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: 3rem !important;
}
.ms-6 {
    margin-left: 4.5rem !important;
}
.ms-7 {
    margin-left: 6rem !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: -3rem !important;
}
.m-n6 {
    margin: -4.5rem !important;
}
.m-n7 {
    margin: -6rem !important;
}
.mx-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}
.mx-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}
.mx-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}
.mx-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}
.mx-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}
.mx-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
}
.mx-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
}
.my-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
}
.my-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
}
.my-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
}
.my-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
}
.my-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
}
.my-n6 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important;
}
.my-n7 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !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: -3rem !important;
}
.mt-n6 {
    margin-top: -4.5rem !important;
}
.mt-n7 {
    margin-top: -6rem !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: -3rem !important;
}
.me-n6 {
    margin-right: -4.5rem !important;
}
.me-n7 {
    margin-right: -6rem !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: -3rem !important;
}
.mb-n6 {
    margin-bottom: -4.5rem !important;
}
.mb-n7 {
    margin-bottom: -6rem !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: -3rem !important;
}
.ms-n6 {
    margin-left: -4.5rem !important;
}
.ms-n7 {
    margin-left: -6rem !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: 3rem !important;
}
.p-6 {
    padding: 4.5rem !important;
}
.p-7 {
    padding: 6rem !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.px-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
}
.px-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.py-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
}
.py-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}
.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}
.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}
.py-6 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
}
.py-7 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !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: 3rem !important;
}
.pt-6 {
    padding-top: 4.5rem !important;
}
.pt-7 {
    padding-top: 6rem !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: 3rem !important;
}
.pe-6 {
    padding-right: 4.5rem !important;
}
.pe-7 {
    padding-right: 6rem !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: 3rem !important;
}
.pb-6 {
    padding-bottom: 4.5rem !important;
}
.pb-7 {
    padding-bottom: 6rem !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: 3rem !important;
}
.ps-6 {
    padding-left: 4.5rem !important;
}
.ps-7 {
    padding-left: 6rem !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: 3rem !important;
}
.gap-6 {
    gap: 4.5rem !important;
}
.gap-7 {
    gap: 6rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: 1.75rem !important;
}
.fs-2 {
    font-size: 1.53125rem !important;
}
.fs-3 {
    font-size: 1.3125rem !important;
}
.fs-4 {
    font-size: 1.09375rem !important;
}
.fs-5,
.fs-6 {
    font-size: 0.875rem !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,
.fw-semibold {
    font-weight: 600 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-base,
.lh-lg,
.lh-sm {
    line-height: 1.5 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-end,
.rounded-top {
    border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
    border-top-left-radius: var(--bs-border-radius) !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;
    }
    .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: 3rem !important;
    }
    .m-sm-6 {
        margin: 4.5rem !important;
    }
    .m-sm-7 {
        margin: 6rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-sm-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-sm-6 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-sm-7 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-sm-6 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-sm-7 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important;
    }
    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: 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: 3rem !important;
    }
    .mt-sm-6 {
        margin-top: 4.5rem !important;
    }
    .mt-sm-7 {
        margin-top: 6rem !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: 3rem !important;
    }
    .me-sm-6 {
        margin-right: 4.5rem !important;
    }
    .me-sm-7 {
        margin-right: 6rem !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: 3rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 6rem !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: 3rem !important;
    }
    .ms-sm-6 {
        margin-left: 4.5rem !important;
    }
    .ms-sm-7 {
        margin-left: 6rem !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: -3rem !important;
    }
    .m-sm-n6 {
        margin: -4.5rem !important;
    }
    .m-sm-n7 {
        margin: -6rem !important;
    }
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-sm-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-sm-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-sm-n6 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important;
    }
    .mx-sm-n7 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
        margin-top: -0.25rem !important;
    }
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-sm-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-sm-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-sm-n6 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important;
    }
    .my-sm-n7 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !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: -3rem !important;
    }
    .mt-sm-n6 {
        margin-top: -4.5rem !important;
    }
    .mt-sm-n7 {
        margin-top: -6rem !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: -3rem !important;
    }
    .me-sm-n6 {
        margin-right: -4.5rem !important;
    }
    .me-sm-n7 {
        margin-right: -6rem !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: -3rem !important;
    }
    .mb-sm-n6 {
        margin-bottom: -4.5rem !important;
    }
    .mb-sm-n7 {
        margin-bottom: -6rem !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: -3rem !important;
    }
    .ms-sm-n6 {
        margin-left: -4.5rem !important;
    }
    .ms-sm-n7 {
        margin-left: -6rem !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: 3rem !important;
    }
    .p-sm-6 {
        padding: 4.5rem !important;
    }
    .p-sm-7 {
        padding: 6rem !important;
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-sm-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-sm-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-sm-6 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .px-sm-7 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-sm-6 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .py-sm-7 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !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: 3rem !important;
    }
    .pt-sm-6 {
        padding-top: 4.5rem !important;
    }
    .pt-sm-7 {
        padding-top: 6rem !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: 3rem !important;
    }
    .pe-sm-6 {
        padding-right: 4.5rem !important;
    }
    .pe-sm-7 {
        padding-right: 6rem !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: 3rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 4.5rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 6rem !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: 3rem !important;
    }
    .ps-sm-6 {
        padding-left: 4.5rem !important;
    }
    .ps-sm-7 {
        padding-left: 6rem !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: 3rem !important;
    }
    .gap-sm-6 {
        gap: 4.5rem !important;
    }
    .gap-sm-7 {
        gap: 6rem !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;
    }
    .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: 3rem !important;
    }
    .m-md-6 {
        margin: 4.5rem !important;
    }
    .m-md-7 {
        margin: 6rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-md-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-md-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-md-6 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-md-7 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-md-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-md-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-md-6 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-md-7 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important;
    }
    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: 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: 3rem !important;
    }
    .mt-md-6 {
        margin-top: 4.5rem !important;
    }
    .mt-md-7 {
        margin-top: 6rem !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: 3rem !important;
    }
    .me-md-6 {
        margin-right: 4.5rem !important;
    }
    .me-md-7 {
        margin-right: 6rem !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: 3rem !important;
    }
    .mb-md-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-md-7 {
        margin-bottom: 6rem !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: 3rem !important;
    }
    .ms-md-6 {
        margin-left: 4.5rem !important;
    }
    .ms-md-7 {
        margin-left: 6rem !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: -3rem !important;
    }
    .m-md-n6 {
        margin: -4.5rem !important;
    }
    .m-md-n7 {
        margin: -6rem !important;
    }
    .mx-md-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-md-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-md-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-md-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-md-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-md-n6 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important;
    }
    .mx-md-n7 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
        margin-top: -0.25rem !important;
    }
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-md-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-md-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-md-n6 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important;
    }
    .my-md-n7 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !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: -3rem !important;
    }
    .mt-md-n6 {
        margin-top: -4.5rem !important;
    }
    .mt-md-n7 {
        margin-top: -6rem !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: -3rem !important;
    }
    .me-md-n6 {
        margin-right: -4.5rem !important;
    }
    .me-md-n7 {
        margin-right: -6rem !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: -3rem !important;
    }
    .mb-md-n6 {
        margin-bottom: -4.5rem !important;
    }
    .mb-md-n7 {
        margin-bottom: -6rem !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: -3rem !important;
    }
    .ms-md-n6 {
        margin-left: -4.5rem !important;
    }
    .ms-md-n7 {
        margin-left: -6rem !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: 3rem !important;
    }
    .p-md-6 {
        padding: 4.5rem !important;
    }
    .p-md-7 {
        padding: 6rem !important;
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-md-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-md-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-md-6 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .px-md-7 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-md-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-md-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-md-6 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .py-md-7 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !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: 3rem !important;
    }
    .pt-md-6 {
        padding-top: 4.5rem !important;
    }
    .pt-md-7 {
        padding-top: 6rem !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: 3rem !important;
    }
    .pe-md-6 {
        padding-right: 4.5rem !important;
    }
    .pe-md-7 {
        padding-right: 6rem !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: 3rem !important;
    }
    .pb-md-6 {
        padding-bottom: 4.5rem !important;
    }
    .pb-md-7 {
        padding-bottom: 6rem !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: 3rem !important;
    }
    .ps-md-6 {
        padding-left: 4.5rem !important;
    }
    .ps-md-7 {
        padding-left: 6rem !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: 3rem !important;
    }
    .gap-md-6 {
        gap: 4.5rem !important;
    }
    .gap-md-7 {
        gap: 6rem !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;
    }
    .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: 3rem !important;
    }
    .m-lg-6 {
        margin: 4.5rem !important;
    }
    .m-lg-7 {
        margin: 6rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-lg-6 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-lg-7 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-lg-6 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-lg-7 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important;
    }
    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: 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: 3rem !important;
    }
    .mt-lg-6 {
        margin-top: 4.5rem !important;
    }
    .mt-lg-7 {
        margin-top: 6rem !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: 3rem !important;
    }
    .me-lg-6 {
        margin-right: 4.5rem !important;
    }
    .me-lg-7 {
        margin-right: 6rem !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: 3rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 6rem !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: 3rem !important;
    }
    .ms-lg-6 {
        margin-left: 4.5rem !important;
    }
    .ms-lg-7 {
        margin-left: 6rem !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: -3rem !important;
    }
    .m-lg-n6 {
        margin: -4.5rem !important;
    }
    .m-lg-n7 {
        margin: -6rem !important;
    }
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-lg-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-lg-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-lg-n6 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important;
    }
    .mx-lg-n7 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
        margin-top: -0.25rem !important;
    }
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-lg-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-lg-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-lg-n6 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important;
    }
    .my-lg-n7 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !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: -3rem !important;
    }
    .mt-lg-n6 {
        margin-top: -4.5rem !important;
    }
    .mt-lg-n7 {
        margin-top: -6rem !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: -3rem !important;
    }
    .me-lg-n6 {
        margin-right: -4.5rem !important;
    }
    .me-lg-n7 {
        margin-right: -6rem !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: -3rem !important;
    }
    .mb-lg-n6 {
        margin-bottom: -4.5rem !important;
    }
    .mb-lg-n7 {
        margin-bottom: -6rem !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: -3rem !important;
    }
    .ms-lg-n6 {
        margin-left: -4.5rem !important;
    }
    .ms-lg-n7 {
        margin-left: -6rem !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: 3rem !important;
    }
    .p-lg-6 {
        padding: 4.5rem !important;
    }
    .p-lg-7 {
        padding: 6rem !important;
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-lg-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-lg-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-lg-6 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .px-lg-7 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-lg-6 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .py-lg-7 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !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: 3rem !important;
    }
    .pt-lg-6 {
        padding-top: 4.5rem !important;
    }
    .pt-lg-7 {
        padding-top: 6rem !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: 3rem !important;
    }
    .pe-lg-6 {
        padding-right: 4.5rem !important;
    }
    .pe-lg-7 {
        padding-right: 6rem !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: 3rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 4.5rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 6rem !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: 3rem !important;
    }
    .ps-lg-6 {
        padding-left: 4.5rem !important;
    }
    .ps-lg-7 {
        padding-left: 6rem !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: 3rem !important;
    }
    .gap-lg-6 {
        gap: 4.5rem !important;
    }
    .gap-lg-7 {
        gap: 6rem !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;
    }
    .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: 3rem !important;
    }
    .m-xl-6 {
        margin: 4.5rem !important;
    }
    .m-xl-7 {
        margin: 6rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xl-6 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-xl-7 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-xl-6 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-xl-7 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important;
    }
    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: 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: 3rem !important;
    }
    .mt-xl-6 {
        margin-top: 4.5rem !important;
    }
    .mt-xl-7 {
        margin-top: 6rem !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: 3rem !important;
    }
    .me-xl-6 {
        margin-right: 4.5rem !important;
    }
    .me-xl-7 {
        margin-right: 6rem !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: 3rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 6rem !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: 3rem !important;
    }
    .ms-xl-6 {
        margin-left: 4.5rem !important;
    }
    .ms-xl-7 {
        margin-left: 6rem !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: -3rem !important;
    }
    .m-xl-n6 {
        margin: -4.5rem !important;
    }
    .m-xl-n7 {
        margin: -6rem !important;
    }
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-xl-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-xl-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-xl-n6 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important;
    }
    .mx-xl-n7 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
        margin-top: -0.25rem !important;
    }
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-xl-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-xl-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-xl-n6 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important;
    }
    .my-xl-n7 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !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: -3rem !important;
    }
    .mt-xl-n6 {
        margin-top: -4.5rem !important;
    }
    .mt-xl-n7 {
        margin-top: -6rem !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: -3rem !important;
    }
    .me-xl-n6 {
        margin-right: -4.5rem !important;
    }
    .me-xl-n7 {
        margin-right: -6rem !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: -3rem !important;
    }
    .mb-xl-n6 {
        margin-bottom: -4.5rem !important;
    }
    .mb-xl-n7 {
        margin-bottom: -6rem !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: -3rem !important;
    }
    .ms-xl-n6 {
        margin-left: -4.5rem !important;
    }
    .ms-xl-n7 {
        margin-left: -6rem !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: 3rem !important;
    }
    .p-xl-6 {
        padding: 4.5rem !important;
    }
    .p-xl-7 {
        padding: 6rem !important;
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-xl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xl-6 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .px-xl-7 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-xl-6 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .py-xl-7 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !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: 3rem !important;
    }
    .pt-xl-6 {
        padding-top: 4.5rem !important;
    }
    .pt-xl-7 {
        padding-top: 6rem !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: 3rem !important;
    }
    .pe-xl-6 {
        padding-right: 4.5rem !important;
    }
    .pe-xl-7 {
        padding-right: 6rem !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: 3rem !important;
    }
    .pb-xl-6 {
        padding-bottom: 4.5rem !important;
    }
    .pb-xl-7 {
        padding-bottom: 6rem !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: 3rem !important;
    }
    .ps-xl-6 {
        padding-left: 4.5rem !important;
    }
    .ps-xl-7 {
        padding-left: 6rem !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: 3rem !important;
    }
    .gap-xl-6 {
        gap: 4.5rem !important;
    }
    .gap-xl-7 {
        gap: 6rem !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: 1440px) {
    .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;
    }
    .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: 3rem !important;
    }
    .m-xxl-6 {
        margin: 4.5rem !important;
    }
    .m-xxl-7 {
        margin: 6rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xxl-6 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-xxl-7 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-xxl-6 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-xxl-7 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important;
    }
    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: 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: 3rem !important;
    }
    .mt-xxl-6 {
        margin-top: 4.5rem !important;
    }
    .mt-xxl-7 {
        margin-top: 6rem !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: 3rem !important;
    }
    .me-xxl-6 {
        margin-right: 4.5rem !important;
    }
    .me-xxl-7 {
        margin-right: 6rem !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: 3rem !important;
    }
    .mb-xxl-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-xxl-7 {
        margin-bottom: 6rem !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: 3rem !important;
    }
    .ms-xxl-6 {
        margin-left: 4.5rem !important;
    }
    .ms-xxl-7 {
        margin-left: 6rem !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: -3rem !important;
    }
    .m-xxl-n6 {
        margin: -4.5rem !important;
    }
    .m-xxl-n7 {
        margin: -6rem !important;
    }
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }
    .mx-xxl-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .mx-xxl-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }
    .mx-xxl-n6 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important;
    }
    .mx-xxl-n7 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
        margin-top: -0.25rem !important;
    }
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
        margin-top: -0.5rem !important;
    }
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important;
    }
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important;
    }
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important;
    }
    .my-xxl-n6 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important;
    }
    .my-xxl-n7 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !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: -3rem !important;
    }
    .mt-xxl-n6 {
        margin-top: -4.5rem !important;
    }
    .mt-xxl-n7 {
        margin-top: -6rem !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: -3rem !important;
    }
    .me-xxl-n6 {
        margin-right: -4.5rem !important;
    }
    .me-xxl-n7 {
        margin-right: -6rem !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: -3rem !important;
    }
    .mb-xxl-n6 {
        margin-bottom: -4.5rem !important;
    }
    .mb-xxl-n7 {
        margin-bottom: -6rem !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: -3rem !important;
    }
    .ms-xxl-n6 {
        margin-left: -4.5rem !important;
    }
    .ms-xxl-n7 {
        margin-left: -6rem !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: 3rem !important;
    }
    .p-xxl-6 {
        padding: 4.5rem !important;
    }
    .p-xxl-7 {
        padding: 6rem !important;
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xxl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xxl-6 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .px-xxl-7 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-xxl-6 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .py-xxl-7 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !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: 3rem !important;
    }
    .pt-xxl-6 {
        padding-top: 4.5rem !important;
    }
    .pt-xxl-7 {
        padding-top: 6rem !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: 3rem !important;
    }
    .pe-xxl-6 {
        padding-right: 4.5rem !important;
    }
    .pe-xxl-7 {
        padding-right: 6rem !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: 3rem !important;
    }
    .pb-xxl-6 {
        padding-bottom: 4.5rem !important;
    }
    .pb-xxl-7 {
        padding-bottom: 6rem !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: 3rem !important;
    }
    .ps-xxl-6 {
        padding-left: 4.5rem !important;
    }
    .ps-xxl-7 {
        padding-left: 6rem !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: 3rem !important;
    }
    .gap-xxl-6 {
        gap: 4.5rem !important;
    }
    .gap-xxl-7 {
        gap: 6rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !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;
    }
}
.accordion .card:not(:last-child) {
    margin-bottom: 0;
}
.accordion .card-header {
    border-bottom: 0;
}
.accordion .card-body {
    border-top: 1px solid transparent;
}
.accordion .card-title a {
    color: #495057;
}
.alert {
    display: flex;
    padding: 0;
}
.alert .close:focus,
.alert .close:hover {
    opacity: 1;
}
.alert-outline,
.alert-outline-coloured {
    background: #fff;
    color: #495057;
}
.alert-outline hr,
.alert-outline-coloured hr {
    border-top-color: #ced4da;
}
.alert-outline .close:focus,
.alert-outline .close:hover,
.alert-outline-coloured .close:focus,
.alert-outline-coloured .close:hover {
    color: #343a40;
}
.alert-outline .alert-message,
.alert-outline-coloured .alert-message {
    border: 1px solid #ced4da;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.alert-outline .alert-message:not(:nth-child(2)),
.alert-outline-coloured .alert-message:not(:nth-child(2)) {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0;
}
.alert-outline .alert-icon,
.alert-outline-coloured .alert-icon {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
    color: #fff;
}
.alert-outline-coloured.alert-primary .alert-icon,
.alert-outline.alert-primary .alert-icon {
    background-color: #3b7ddd;
}
.alert-outline-coloured.alert-secondary .alert-icon,
.alert-outline.alert-secondary .alert-icon {
    background-color: #6c757d;
}
.alert-outline-coloured.alert-success .alert-icon,
.alert-outline.alert-success .alert-icon {
    background-color: #1cbb8c;
}
.alert-outline-coloured.alert-info .alert-icon,
.alert-outline.alert-info .alert-icon {
    background-color: #17a2b8;
}
.alert-outline-coloured.alert-warning .alert-icon,
.alert-outline.alert-warning .alert-icon {
    background-color: #fcb92c;
}
.alert-outline-coloured.alert-danger .alert-icon,
.alert-outline.alert-danger .alert-icon {
    background-color: #dc3545;
}
.alert-outline-coloured.alert-light .alert-icon,
.alert-outline.alert-light .alert-icon {
    background-color: #f5f7fb;
}
.alert-outline-coloured.alert-dark .alert-icon,
.alert-outline.alert-dark .alert-icon {
    background-color: #212529;
}
.alert-outline-coloured.alert-primary .alert-message {
    border-color: #3b7ddd;
}
.alert-outline-coloured.alert-secondary .alert-message {
    border-color: #6c757d;
}
.alert-outline-coloured.alert-success .alert-message {
    border-color: #1cbb8c;
}
.alert-outline-coloured.alert-info .alert-message {
    border-color: #17a2b8;
}
.alert-outline-coloured.alert-warning .alert-message {
    border-color: #fcb92c;
}
.alert-outline-coloured.alert-danger .alert-message {
    border-color: #dc3545;
}
.alert-outline-coloured.alert-light .alert-message {
    border-color: #f5f7fb;
}
.alert-outline-coloured.alert-dark .alert-message {
    border-color: #212529;
}
.alert-icon {
    background: rgba(0, 0, 0, 0.05);
    padding: 0.95rem;
}
.alert-message {
    box-sizing: border-box;
    padding: 0.95rem;
    width: 100%;
}
.avatar {
    height: 40px;
    width: 40px;
}
.avatar-lg {
    height: 64px;
    width: 64px;
}
.avatar-title {
    align-items: center;
    color: #3b7ddd;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.badge,
a.badge {
    color: #fff;
}
.badge.bg-light,
a.badge.bg-light {
    color: #212529;
}
.badge-primary-light,
a.badge-primary-light {
    background-color: rgba(59, 125, 221, 0.15);
    color: color-yiq(rgba(59, 125, 221, 0.15));
    color: #3b7ddd;
}
.badge-primary-light:focus,
.badge-primary-light:hover,
aa.badge-primary-light:focus,
aa.badge-primary-light:hover {
    background-color: rgba(34, 100, 195, 0.15);
    color: color-yiq(rgba(59, 125, 221, 0.15));
}
.badge-primary-light.focus,
.badge-primary-light:focus,
aa.badge-primary-light.focus,
aa.badge-primary-light:focus {
    box-shadow: 0 0 0 1px rgba(59, 125, 221, 0.5);
    outline: 0;
}
.badge-secondary-light,
a.badge-secondary-light {
    background-color: hsla(208, 7%, 46%, 0.15);
    color: color-yiq(hsla(208, 7%, 46%, 0.15));
    color: #6c757d;
}
.badge-secondary-light:focus,
.badge-secondary-light:hover,
aa.badge-secondary-light:focus,
aa.badge-secondary-light:hover {
    background-color: rgba(84, 91, 98, 0.15);
    color: color-yiq(hsla(208, 7%, 46%, 0.15));
}
.badge-secondary-light.focus,
.badge-secondary-light:focus,
aa.badge-secondary-light.focus,
aa.badge-secondary-light:focus {
    box-shadow: 0 0 0 1px hsla(208, 7%, 46%, 0.5);
    outline: 0;
}
.badge-success-light,
a.badge-success-light {
    background-color: rgba(28, 187, 140, 0.15);
    color: color-yiq(rgba(28, 187, 140, 0.15));
    color: #1cbb8c;
}
.badge-success-light:focus,
.badge-success-light:hover,
aa.badge-success-light:focus,
aa.badge-success-light:hover {
    background-color: rgba(21, 143, 107, 0.15);
    color: color-yiq(rgba(28, 187, 140, 0.15));
}
.badge-success-light.focus,
.badge-success-light:focus,
aa.badge-success-light.focus,
aa.badge-success-light:focus {
    box-shadow: 0 0 0 1px rgba(28, 187, 140, 0.5);
    outline: 0;
}
.badge-info-light,
a.badge-info-light {
    background-color: rgba(23, 162, 184, 0.15);
    color: color-yiq(rgba(23, 162, 184, 0.15));
    color: #17a2b8;
}
.badge-info-light:focus,
.badge-info-light:hover,
aa.badge-info-light:focus,
aa.badge-info-light:hover {
    background-color: rgba(17, 122, 139, 0.15);
    color: color-yiq(rgba(23, 162, 184, 0.15));
}
.badge-info-light.focus,
.badge-info-light:focus,
aa.badge-info-light.focus,
aa.badge-info-light:focus {
    box-shadow: 0 0 0 1px rgba(23, 162, 184, 0.5);
    outline: 0;
}
.badge-warning-light,
a.badge-warning-light {
    background-color: rgba(252, 185, 44, 0.15);
    color: color-yiq(rgba(252, 185, 44, 0.15));
    color: #fcb92c;
}
.badge-warning-light:focus,
.badge-warning-light:hover,
aa.badge-warning-light:focus,
aa.badge-warning-light:hover {
    background-color: rgba(242, 165, 3, 0.15);
    color: color-yiq(rgba(252, 185, 44, 0.15));
}
.badge-warning-light.focus,
.badge-warning-light:focus,
aa.badge-warning-light.focus,
aa.badge-warning-light:focus {
    box-shadow: 0 0 0 1px rgba(252, 185, 44, 0.5);
    outline: 0;
}
.badge-danger-light,
a.badge-danger-light {
    background-color: rgba(220, 53, 69, 0.15);
    color: color-yiq(rgba(220, 53, 69, 0.15));
    color: #dc3545;
}
.badge-danger-light:focus,
.badge-danger-light:hover,
aa.badge-danger-light:focus,
aa.badge-danger-light:hover {
    background-color: rgba(189, 33, 48, 0.15);
    color: color-yiq(rgba(220, 53, 69, 0.15));
}
.badge-danger-light.focus,
.badge-danger-light:focus,
aa.badge-danger-light.focus,
aa.badge-danger-light:focus {
    box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.5);
    outline: 0;
}
.badge-light-light,
a.badge-light-light {
    background-color: rgba(245, 247, 251, 0.15);
    color: color-yiq(rgba(245, 247, 251, 0.15));
    color: #f5f7fb;
}
.badge-light-light:focus,
.badge-light-light:hover,
aa.badge-light-light:focus,
aa.badge-light-light:hover {
    background-color: rgba(209, 218, 236, 0.15);
    color: color-yiq(rgba(245, 247, 251, 0.15));
}
.badge-light-light.focus,
.badge-light-light:focus,
aa.badge-light-light.focus,
aa.badge-light-light:focus {
    box-shadow: 0 0 0 1px rgba(245, 247, 251, 0.5);
    outline: 0;
}
.badge-dark-light,
a.badge-dark-light {
    background-color: rgba(33, 37, 41, 0.15);
    color: color-yiq(rgba(33, 37, 41, 0.15));
    color: #212529;
}
.badge-dark-light:focus,
.badge-dark-light:hover,
aa.badge-dark-light:focus,
aa.badge-dark-light:hover {
    background-color: rgba(10, 12, 13, 0.15);
    color: color-yiq(rgba(33, 37, 41, 0.15));
}
.badge-dark-light.focus,
.badge-dark-light:focus,
aa.badge-dark-light.focus,
aa.badge-dark-light:focus {
    box-shadow: 0 0 0 1px rgba(33, 37, 41, 0.5);
    outline: 0;
}
.btn-pill {
    border-radius: 10rem;
}
.btn-square {
    border-radius: 0;
}
.btn .feather {
    height: 14px;
    width: 14px;
}
.btn-danger,
.btn-danger.disabled,
.btn-danger.focus,
.btn-danger.hover:not(:disabled):not(.disabled),
.btn-danger:disabled,
.btn-danger:focus,
.btn-danger:hover:not(:disabled):not(.disabled),
.btn-dark,
.btn-dark.disabled,
.btn-dark.focus,
.btn-dark.hover:not(:disabled):not(.disabled),
.btn-dark:disabled,
.btn-dark:focus,
.btn-dark:hover:not(:disabled):not(.disabled),
.btn-info,
.btn-info.disabled,
.btn-info.focus,
.btn-info.hover:not(:disabled):not(.disabled),
.btn-info:disabled,
.btn-info:focus,
.btn-info:hover:not(:disabled):not(.disabled),
.btn-light,
.btn-light.disabled,
.btn-light.focus,
.btn-light.hover:not(:disabled):not(.disabled),
.btn-light:disabled,
.btn-light:focus,
.btn-light:hover:not(:disabled):not(.disabled),
.btn-outline-danger.hover:not(:disabled):not(.disabled),
.btn-outline-danger:hover:not(:disabled):not(.disabled),
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-dark.hover:not(:disabled):not(.disabled),
.btn-outline-dark:hover:not(:disabled):not(.disabled),
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-info.hover:not(:disabled):not(.disabled),
.btn-outline-info:hover:not(:disabled):not(.disabled),
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-light.hover:not(:disabled):not(.disabled),
.btn-outline-light:hover:not(:disabled):not(.disabled),
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-primary.hover:not(:disabled):not(.disabled),
.btn-outline-primary:hover:not(:disabled):not(.disabled),
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.hover:not(:disabled):not(.disabled),
.btn-outline-secondary:hover:not(:disabled):not(.disabled),
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-success.hover:not(:disabled):not(.disabled),
.btn-outline-success:hover:not(:disabled):not(.disabled),
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-warning.hover:not(:disabled):not(.disabled),
.btn-outline-warning:hover:not(:disabled):not(.disabled),
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-primary,
.btn-primary.disabled,
.btn-primary.focus,
.btn-primary.hover:not(:disabled):not(.disabled),
.btn-primary:disabled,
.btn-primary:focus,
.btn-primary:hover:not(:disabled):not(.disabled),
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary.focus,
.btn-secondary.hover:not(:disabled):not(.disabled),
.btn-secondary:disabled,
.btn-secondary:focus,
.btn-secondary:hover:not(:disabled):not(.disabled),
.btn-success,
.btn-success.disabled,
.btn-success.focus,
.btn-success.hover:not(:disabled):not(.disabled),
.btn-success:disabled,
.btn-success:focus,
.btn-success:hover:not(:disabled):not(.disabled),
.btn-warning,
.btn-warning.disabled,
.btn-warning.focus,
.btn-warning.hover:not(:disabled):not(.disabled),
.btn-warning:disabled,
.btn-warning:focus,
.btn-warning:hover:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle,
.show > .btn-dark.dropdown-toggle,
.show > .btn-info.dropdown-toggle,
.show > .btn-light.dropdown-toggle,
.show > .btn-primary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-success.dropdown-toggle,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
}
.btn-facebook {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3b5998;
    --bs-btn-border-color: #3b5998;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #324c81;
    --bs-btn-hover-border-color: #2f477a;
    --bs-btn-focus-shadow-rgb: 88, 114, 167;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2f477a;
    --bs-btn-active-border-color: #2c4372;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3b5998;
    --bs-btn-disabled-border-color: #3b5998;
}
.btn-facebook,
.btn-facebook.disabled,
.btn-facebook.focus,
.btn-facebook.hover:not(:disabled):not(.disabled),
.btn-facebook:disabled,
.btn-facebook:focus,
.btn-facebook:hover:not(:disabled):not(.disabled),
.show > .btn-facebook.dropdown-toggle {
    color: #fff;
}
.btn-twitter {
    --bs-btn-color: #000;
    --bs-btn-bg: #1da1f2;
    --bs-btn-border-color: #1da1f2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #3faff4;
    --bs-btn-hover-border-color: #34aaf3;
    --bs-btn-focus-shadow-rgb: 25, 137, 206;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #4ab4f5;
    --bs-btn-active-border-color: #34aaf3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #1da1f2;
    --bs-btn-disabled-border-color: #1da1f2;
}
.btn-twitter,
.btn-twitter.disabled,
.btn-twitter.focus,
.btn-twitter.hover:not(:disabled):not(.disabled),
.btn-twitter:disabled,
.btn-twitter:focus,
.btn-twitter:hover:not(:disabled):not(.disabled),
.show > .btn-twitter.dropdown-toggle {
    color: #fff;
}
.btn-google {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc4e41;
    --bs-btn-border-color: #dc4e41;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb4237;
    --bs-btn-hover-border-color: #b03e34;
    --bs-btn-focus-shadow-rgb: 225, 105, 94;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b03e34;
    --bs-btn-active-border-color: #a53b31;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc4e41;
    --bs-btn-disabled-border-color: #dc4e41;
}
.btn-google,
.btn-google.disabled,
.btn-google.focus,
.btn-google.hover:not(:disabled):not(.disabled),
.btn-google:disabled,
.btn-google:focus,
.btn-google:hover:not(:disabled):not(.disabled),
.show > .btn-google.dropdown-toggle {
    color: #fff;
}
.btn-youtube {
    --bs-btn-color: #fff;
    --bs-btn-bg: red;
    --bs-btn-border-color: red;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d90000;
    --bs-btn-hover-border-color: #c00;
    --bs-btn-focus-shadow-rgb: 255, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c00;
    --bs-btn-active-border-color: #bf0000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: red;
    --bs-btn-disabled-border-color: red;
}
.btn-youtube,
.btn-youtube.disabled,
.btn-youtube.focus,
.btn-youtube.hover:not(:disabled):not(.disabled),
.btn-youtube:disabled,
.btn-youtube:focus,
.btn-youtube:hover:not(:disabled):not(.disabled),
.show > .btn-youtube.dropdown-toggle {
    color: #fff;
}
.btn-vimeo {
    --bs-btn-color: #000;
    --bs-btn-bg: #1ab7ea;
    --bs-btn-border-color: #1ab7ea;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #3cc2ed;
    --bs-btn-hover-border-color: #31beec;
    --bs-btn-focus-shadow-rgb: 22, 156, 199;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #48c5ee;
    --bs-btn-active-border-color: #31beec;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #1ab7ea;
    --bs-btn-disabled-border-color: #1ab7ea;
}
.btn-vimeo,
.btn-vimeo.disabled,
.btn-vimeo.focus,
.btn-vimeo.hover:not(:disabled):not(.disabled),
.btn-vimeo:disabled,
.btn-vimeo:focus,
.btn-vimeo:hover:not(:disabled):not(.disabled),
.show > .btn-vimeo.dropdown-toggle {
    color: #fff;
}
.btn-dribbble {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ea4c89;
    --bs-btn-border-color: #ea4c89;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c74174;
    --bs-btn-hover-border-color: #bb3d6e;
    --bs-btn-focus-shadow-rgb: 237, 103, 155;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bb3d6e;
    --bs-btn-active-border-color: #b03967;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ea4c89;
    --bs-btn-disabled-border-color: #ea4c89;
}
.btn-dribbble,
.btn-dribbble.disabled,
.btn-dribbble.focus,
.btn-dribbble.hover:not(:disabled):not(.disabled),
.btn-dribbble:disabled,
.btn-dribbble:focus,
.btn-dribbble:hover:not(:disabled):not(.disabled),
.show > .btn-dribbble.dropdown-toggle {
    color: #fff;
}
.btn-github {
    --bs-btn-color: #fff;
    --bs-btn-bg: #181717;
    --bs-btn-border-color: #181717;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #141414;
    --bs-btn-hover-border-color: #131212;
    --bs-btn-focus-shadow-rgb: 59, 58, 58;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #131212;
    --bs-btn-active-border-color: #121111;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #181717;
    --bs-btn-disabled-border-color: #181717;
}
.btn-github,
.btn-github.disabled,
.btn-github.focus,
.btn-github.hover:not(:disabled):not(.disabled),
.btn-github:disabled,
.btn-github:focus,
.btn-github:hover:not(:disabled):not(.disabled),
.show > .btn-github.dropdown-toggle {
    color: #fff;
}
.btn-instagram {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e4405f;
    --bs-btn-border-color: #e4405f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c23651;
    --bs-btn-hover-border-color: #b6334c;
    --bs-btn-focus-shadow-rgb: 232, 93, 119;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b6334c;
    --bs-btn-active-border-color: #ab3047;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e4405f;
    --bs-btn-disabled-border-color: #e4405f;
}
.btn-instagram,
.btn-instagram.disabled,
.btn-instagram.focus,
.btn-instagram.hover:not(:disabled):not(.disabled),
.btn-instagram:disabled,
.btn-instagram:focus,
.btn-instagram:hover:not(:disabled):not(.disabled),
.show > .btn-instagram.dropdown-toggle {
    color: #fff;
}
.btn-pinterest {
    --bs-btn-color: #fff;
    --bs-btn-bg: #bd081c;
    --bs-btn-border-color: #bd081c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a10718;
    --bs-btn-hover-border-color: #970616;
    --bs-btn-focus-shadow-rgb: 199, 45, 62;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #970616;
    --bs-btn-active-border-color: #8e0615;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #bd081c;
    --bs-btn-disabled-border-color: #bd081c;
}
.btn-pinterest,
.btn-pinterest.disabled,
.btn-pinterest.focus,
.btn-pinterest.hover:not(:disabled):not(.disabled),
.btn-pinterest:disabled,
.btn-pinterest:focus,
.btn-pinterest:hover:not(:disabled):not(.disabled),
.show > .btn-pinterest.dropdown-toggle {
    color: #fff;
}
.btn-flickr {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0063dc;
    --bs-btn-border-color: #0063dc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0054bb;
    --bs-btn-hover-border-color: #004fb0;
    --bs-btn-focus-shadow-rgb: 38, 122, 225;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #004fb0;
    --bs-btn-active-border-color: #004aa5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0063dc;
    --bs-btn-disabled-border-color: #0063dc;
}
.btn-flickr,
.btn-flickr.disabled,
.btn-flickr.focus,
.btn-flickr.hover:not(:disabled):not(.disabled),
.btn-flickr:disabled,
.btn-flickr:focus,
.btn-flickr:hover:not(:disabled):not(.disabled),
.show > .btn-flickr.dropdown-toggle {
    color: #fff;
}
.btn-bitbucket {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0052cc;
    --bs-btn-border-color: #0052cc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0046ad;
    --bs-btn-hover-border-color: #0042a3;
    --bs-btn-focus-shadow-rgb: 38, 108, 212;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0042a3;
    --bs-btn-active-border-color: #003e99;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0052cc;
    --bs-btn-disabled-border-color: #0052cc;
}
.btn-bitbucket,
.btn-bitbucket.disabled,
.btn-bitbucket.focus,
.btn-bitbucket.hover:not(:disabled):not(.disabled),
.btn-bitbucket:disabled,
.btn-bitbucket:focus,
.btn-bitbucket:hover:not(:disabled):not(.disabled),
.show > .btn-bitbucket.dropdown-toggle {
    color: #fff;
}
.btn-light,
.btn-light.disabled,
.btn-light.focus,
.btn-light.hover:not(:disabled):not(.disabled),
.btn-light:disabled,
.btn-light:focus,
.btn-light:hover:not(:disabled):not(.disabled),
.btn-outline-light.hover:not(:disabled):not(.disabled),
.btn-outline-light:hover:not(:disabled):not(.disabled),
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-white.hover:not(:disabled):not(.disabled),
.btn-outline-white:hover:not(:disabled):not(.disabled),
.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-white,
.btn-white.disabled,
.btn-white.focus,
.btn-white.hover:not(:disabled):not(.disabled),
.btn-white:disabled,
.btn-white:focus,
.btn-white:hover:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle,
.show > .btn-white.dropdown-toggle {
    color: #343a40;
}
.card {
    box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, 0.05);
    margin-bottom: 24px;
}
.card-header {
    border-bottom-width: 1px;
}
.card-actions a {
    color: #495057;
    text-decoration: none;
}
.card-actions svg {
    height: 18px;
    width: 18px;
}
.card-actions .dropdown {
    line-height: 1.4;
}
.card-title {
    color: #939ba2;
    font-size: 0.925rem;
    font-weight: 600;
}
.card-subtitle {
    font-weight: 400;
}
.card-img,
.card-img-bottom,
.card-img-top {
    height: auto;
    max-width: 100%;
}
@media (-ms-high-contrast: none) {
    .card-img,
    .card-img-bottom,
    .card-img-top {
        height: 100%;
    }
}
.card > .table > tbody tr:last-child td:first-child,
.card > .table > tbody tr:last-child th:first-child {
    border-bottom-left-radius: 0.25rem;
}
.card > .table > tbody tr:last-child td:last-child,
.card > .table > tbody tr:last-child th:last-child {
    border-bottom-right-radius: 0.25rem;
}
.chart {
    margin: auto;
    min-height: 300px;
    position: relative;
    width: 100%;
}
.chart-xs {
    min-height: 150px;
}
.chart-sm {
    min-height: 250px;
}
.chart-lg {
    min-height: 350px;
}
.chart-xl {
    min-height: 500px;
}
.chart canvas {
    max-width: 100%;
}
.chat-online {
    color: #2bdfaa;
}
.chat-offline {
    color: #e4606d;
}
.chat-messages {
    display: flex;
    flex-direction: column;
    max-height: 800px;
    overflow-y: scroll;
}
.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0;
}
.chat-message-left {
    margin-right: auto;
}
.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto;
}
.content {
    direction: ltr;
    flex: 1;
    max-width: 100vw;
    padding: 1.5rem 1.5rem 0.75rem;
    width: 100vw;
}
@media (min-width: 768px) {
    .content {
        max-width: auto;
        width: auto;
    }
}
@media (min-width: 992px) {
    .content {
        padding: 3rem 3rem 1.5rem;
    }
}
.navbar-nav .dropdown-menu {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
}
.dropdown .dropdown-menu.show {
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: dropdownAnimation;
    animation-timing-function: ease;
}
@keyframes dropdownAnimation {
    0% {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}
.dropdown-toggle:after {
    border: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
}
.dropdown-item {
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}
.dropdown-menu {
    top: auto;
}
.dropdown-menu-lg {
    min-width: 20rem;
}
.dropdown .list-group .list-group-item {
    border-width: 0 0 1px;
    margin-bottom: 0;
}
.dropdown .list-group .list-group-item:first-child,
.dropdown .list-group .list-group-item:last-child {
    border-radius: 0;
}
.dropdown .list-group .list-group-item:hover {
    background: #f8f9fa;
}
.dropdown-menu-header {
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
    padding: 0.75rem;
    text-align: center;
}
.dropdown-menu-footer {
    display: block;
    font-size: 0.75rem;
    padding: 0.5rem;
    text-align: center;
}
@media (min-width: 1200px) {
    .dropdown-mega-list {
        min-width: 250px;
    }
}
.feather {
    stroke-width: 2;
    height: 18px;
    width: 18px;
}
.feather-sm {
    height: 14px;
    width: 14px;
}
.feather-lg {
    height: 36px;
    width: 36px;
}
footer.footer {
    background: #fff;
    direction: ltr;
    padding: 1rem 0.875rem;
}
body[data-theme="light"] footer.footer {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.5), #fff 3%, #fff);
}
body[data-theme="colored"] footer.footer,
body[data-theme="dark"] footer.footer {
    background: #fff;
}
footer.footer ul {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    footer.footer {
        width: 100vw;
    }
}
.input-group-navbar {
    direction: ltr;
}
.input-group-navbar .btn,
.input-group-navbar .form-control {
    background: #f3f6fa;
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    height: calc(2.1875rem + 2px);
    padding: 0.4rem 1rem;
}
.input-group-navbar .btn:focus,
.input-group-navbar .form-control:focus {
    background: #f3f6fa;
    box-shadow: none;
    outline: 0;
}
.input-group-navbar .btn {
    color: #6c757d;
}
.input-group-navbar .btn .feather {
    height: 20px;
    width: 20px;
}
.input-group-sm > .form-select {
    padding-right: 1.8rem;
}
.hamburger,
.hamburger:after,
.hamburger:before {
    background: #495057;
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    width: 24px;
}
.hamburger {
    position: relative;
}
.hamburger:before {
    position: absolute;
    top: -7.5px;
    width: 24px;
}
.hamburger:after {
    bottom: -7.5px;
    position: absolute;
    width: 16px;
}
.sidebar-toggle:hover .hamburger,
.sidebar-toggle:hover .hamburger:after,
.sidebar-toggle:hover .hamburger:before {
    background: #3b7ddd;
}
.hamburger-right,
.hamburger-right:after,
.hamburger-right:before {
    right: 0;
}
a.list-group-item {
    text-decoration: none;
}
.main {
    background: #f5f7fb;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    overflow: hidden;
    transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
    width: 100%;
}
.modal-primary .modal-content {
    background: #3b7ddd;
    color: color-yiq(#3b7ddd);
}
.modal-primary .h1,
.modal-primary .h2,
.modal-primary .h3,
.modal-primary .h4,
.modal-primary .h5,
.modal-primary .h6,
.modal-primary h1,
.modal-primary h2,
.modal-primary h3,
.modal-primary h4,
.modal-primary h5,
.modal-primary h6 {
    color: #fff;
}
.modal-secondary .modal-content {
    background: #6c757d;
    color: color-yiq(#6c757d);
}
.modal-secondary .h1,
.modal-secondary .h2,
.modal-secondary .h3,
.modal-secondary .h4,
.modal-secondary .h5,
.modal-secondary .h6,
.modal-secondary h1,
.modal-secondary h2,
.modal-secondary h3,
.modal-secondary h4,
.modal-secondary h5,
.modal-secondary h6 {
    color: #fff;
}
.modal-success .modal-content {
    background: #1cbb8c;
    color: color-yiq(#1cbb8c);
}
.modal-success .h1,
.modal-success .h2,
.modal-success .h3,
.modal-success .h4,
.modal-success .h5,
.modal-success .h6,
.modal-success h1,
.modal-success h2,
.modal-success h3,
.modal-success h4,
.modal-success h5,
.modal-success h6 {
    color: #fff;
}
.modal-info .modal-content {
    background: #17a2b8;
    color: color-yiq(#17a2b8);
}
.modal-info .h1,
.modal-info .h2,
.modal-info .h3,
.modal-info .h4,
.modal-info .h5,
.modal-info .h6,
.modal-info h1,
.modal-info h2,
.modal-info h3,
.modal-info h4,
.modal-info h5,
.modal-info h6 {
    color: #fff;
}
.modal-warning .modal-content {
    background: #fcb92c;
    color: color-yiq(#fcb92c);
}
.modal-warning .h1,
.modal-warning .h2,
.modal-warning .h3,
.modal-warning .h4,
.modal-warning .h5,
.modal-warning .h6,
.modal-warning h1,
.modal-warning h2,
.modal-warning h3,
.modal-warning h4,
.modal-warning h5,
.modal-warning h6 {
    color: #fff;
}
.modal-danger .modal-content {
    background: #dc3545;
    color: color-yiq(#dc3545);
}
.modal-danger .h1,
.modal-danger .h2,
.modal-danger .h3,
.modal-danger .h4,
.modal-danger .h5,
.modal-danger .h6,
.modal-danger h1,
.modal-danger h2,
.modal-danger h3,
.modal-danger h4,
.modal-danger h5,
.modal-danger h6 {
    color: #fff;
}
.modal-light .modal-content {
    background: #f5f7fb;
    color: color-yiq(#f5f7fb);
}
.modal-light .h1,
.modal-light .h2,
.modal-light .h3,
.modal-light .h4,
.modal-light .h5,
.modal-light .h6,
.modal-light h1,
.modal-light h2,
.modal-light h3,
.modal-light h4,
.modal-light h5,
.modal-light h6 {
    color: #fff;
}
.modal-dark .modal-content {
    background: #212529;
    color: color-yiq(#212529);
}
.modal-dark .h1,
.modal-dark .h2,
.modal-dark .h3,
.modal-dark .h4,
.modal-dark .h5,
.modal-dark .h6,
.modal-dark h1,
.modal-dark h2,
.modal-dark h3,
.modal-dark h4,
.modal-dark h5,
.modal-dark h6 {
    color: #fff;
}
.modal-colored .modal-footer,
.modal-colored .modal-header {
    border-color: hsla(0, 0%, 100%, 0.33);
}
.navbar {
    border-bottom: 0;
    box-shadow: 0 0 2rem 0 rgba(33, 37, 41, 0.1);
}
@media (max-width: 767.98px) {
    .navbar {
        width: 100vw;
    }
}
.navbar .avatar {
    margin-bottom: -15px;
    margin-top: -15px;
}
.navbar-nav {
    direction: ltr;
}
body:not([data-sidebar-position="right"]) .navbar-align {
    margin-left: auto;
}
body[data-sidebar-position="right"] .navbar-align {
    margin-right: auto;
}
.navbar-bg,
body[data-theme="dark"] .navbar-bg {
    background: #fff;
}
body[data-theme="light"] .navbar-bg {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.5), #fff 3%, #fff);
}
body[data-theme="colored"] .navbar-bg {
    background: #fff;
}
.navbar-brand {
    color: #f8f9fa;
    display: block;
    font-size: 1.15rem;
    font-weight: 400;
    padding: 0.875rem 0;
}
.navbar-brand .feather,
.navbar-brand svg {
    color: #3b7ddd;
    height: 24px;
    margin-left: -0.15rem;
    margin-right: 0.375rem;
    margin-top: -0.375rem;
    width: 24px;
}
.nav-flag,
.nav-icon {
    color: #6c757d;
    display: block;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0.1rem 0.8rem;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}
.nav-flag:after,
.nav-icon:after {
    display: none !important;
}
.nav-flag.active,
.nav-flag:hover,
.nav-icon.active,
.nav-icon:hover {
    color: #3b7ddd;
}
.nav-flag .feather,
.nav-flag svg,
.nav-icon .feather,
.nav-icon svg {
    height: 20px;
    width: 20px;
}
.nav-item .indicator {
    background: #3b7ddd;
    border-radius: 50%;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
    color: #fff;
    display: block;
    font-size: 0.675rem;
    height: 18px;
    padding: 1px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: 0;
    transition: top 0.1s ease-out;
    width: 18px;
}
.nav-item:hover .indicator {
    top: -4px;
}
.nav-item a:focus {
    outline: 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .navbar .avatar {
        max-height: 47px;
    }
}
@media (max-width: 575.98px) {
    .navbar {
        padding: 0.75rem;
    }
    .nav-icon {
        padding: 0.1rem 0.75rem;
    }
    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
        position: inherit;
    }
    .navbar-expand .navbar-nav .dropdown-menu-lg {
        min-width: 100%;
    }
    .nav-item .nav-link:after {
        display: none;
    }
}
.nav-flag img {
    border-radius: 50%;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 20px;
}
.navbar input {
    direction: ltr;
}
.page-item.active .page-link {
    color: #fff;
}
.progress-sm {
    height: 0.4rem;
}
.progress-lg {
    height: 1.5rem;
}
#root,
body,
html {
    height: 100%;
}
body {
    opacity: 1 !important;
    overflow-y: scroll;
}
body[data-sidebar-position="right"] {
    direction: rtl;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    html {
        overflow-x: hidden;
    }
}
.settings {
    direction: ltr;
    display: none;
}
@media (min-width: 1200px) {
    .settings {
        display: block;
    }
}
.settings-toggle {
    background: #3b7ddd;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    height: 52px;
    padding: 1rem;
    position: fixed;
    right: 20px;
    width: 52px;
}
.settings-toggle:hover {
    background: #2469ce;
}
.settings-toggle svg {
    height: 20px;
    margin-top: -0.25rem;
    width: 20px;
}
.settings-panel {
    background: #fff;
    border-left: 0 solid transparent;
    bottom: 0;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
    display: block;
    height: 100%;
    position: fixed;
    right: -350px;
    top: 0;
    transition: right 0.2s ease-in-out;
    width: 350px;
    z-index: 100;
}
.settings.open .settings-panel:before {
    background: rgba(0, 0, 0, 0.325);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.settings.open .settings-panel {
    right: 0;
}
.settings-content {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    position: relative;
}
.settings-title {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    color: #000;
    font-size: 0.875rem;
    padding: 1.35rem 1.5rem;
}
.settings-title .close,
.settings-title .h4,
.settings-title h4 {
    color: #000;
}
.settings-body {
    flex: 1;
}
.settings-body,
.settings-footer {
    padding: 1rem 1.5rem;
}
.settings-scheme-label {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.settings-scheme-label + .settings-scheme {
    border: 2px solid #dee2e6;
}
.settings-scheme-label:checked + .settings-scheme {
    border: 2px solid #3b7ddd;
    color: #3b7ddd;
}
.settings-scheme {
    align-items: center;
    background: #fff;
    border-radius: 0.3rem;
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    height: 86px;
    justify-content: center;
    position: relative;
}
.settings-scheme-theme {
    background: red;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #fff;
    height: 50px;
    position: relative;
    width: 50px;
}
.settings-scheme-theme-default {
    background-image: linear-gradient(-45deg, #222e3c 50%, #f2f4f6 0);
}
.settings-scheme-theme-colored {
    background-image: linear-gradient(-45deg, #3b7ddd 50%, #f2f4f6 0);
}
.settings-scheme-theme-dark {
    background: #222e3c;
}
.settings-scheme-theme-light {
    background: #f2f4f6;
}
.settings-button-label {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.settings-button-label + .settings-button {
    background: #e9ecef;
    border-radius: 5px;
    border-radius: 0.3rem;
    color: #212529;
    cursor: pointer;
    font-size: 0.875rem;
    padding: 0.4rem 1rem;
}
.settings-button-label:checked + .settings-button {
    background: #3b7ddd;
    color: #fff;
}
.settings-button-label:checked + .settings-button:after {
    opacity: 1;
}
.sidebar {
    direction: ltr;
    max-width: 264px;
    min-width: 264px;
    transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
}
.sidebar,
body[data-theme="dark"] .sidebar {
    background: #222e3c;
}
body[data-theme="light"] .sidebar {
    background: #fff;
}
body[data-theme="colored"] .sidebar {
    background: linear-gradient(135deg, #266fd9, #2359a8 40%, #2359a8);
}
.sidebar-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
}
.sidebar-content,
body[data-theme="dark"] .sidebar-content {
    background: #222e3c;
}
body[data-theme="light"] .sidebar-content {
    background: #fff;
}
body[data-theme="colored"] .sidebar-content {
    background: linear-gradient(135deg, #266fd9, #2359a8 40%, #2359a8);
}
.sidebar-nav {
    flex-grow: 1;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.sidebar-link,
a.sidebar-link {
    background: #222e3c;
    border-left: 3px solid transparent;
    color: rgba(233, 236, 239, 0.5);
    cursor: pointer;
    display: block;
    font-weight: 400;
    padding: 0.625rem 1.625rem;
    position: relative;
    text-decoration: none;
    transition: background 0.1s ease-in-out;
}
body[data-theme="dark"] .sidebar-link,
body[data-theme="dark"] a.sidebar-link {
    color: rgba(233, 236, 239, 0.5);
}
body[data-theme="light"] .sidebar-link,
body[data-theme="light"] a.sidebar-link {
    color: #495057;
}
body[data-theme="colored"] .sidebar-link,
body[data-theme="colored"] a.sidebar-link {
    color: rgba(248, 249, 250, 0.7);
}
body[data-theme="dark"] .sidebar-link,
body[data-theme="dark"] a.sidebar-link {
    background: #222e3c;
}
body[data-theme="colored"] .sidebar-link,
body[data-theme="colored"] a.sidebar-link,
body[data-theme="light"] .sidebar-link,
body[data-theme="light"] a.sidebar-link {
    background: transparent;
}
body[data-theme="colored"] .sidebar-link,
body[data-theme="colored"] a.sidebar-link,
body[data-theme="dark"] .sidebar-link,
body[data-theme="dark"] a.sidebar-link,
body[data-theme="light"] .sidebar-link,
body[data-theme="light"] a.sidebar-link {
    border-left-color: transparent;
}
.sidebar-link i,
.sidebar-link svg,
a.sidebar-link i,
a.sidebar-link svg {
    color: rgba(233, 236, 239, 0.5);
    margin-right: 0.75rem;
}
body[data-theme="dark"] .sidebar-link i,
body[data-theme="dark"] .sidebar-link svg,
body[data-theme="dark"] a.sidebar-link i,
body[data-theme="dark"] a.sidebar-link svg {
    color: rgba(233, 236, 239, 0.5);
}
body[data-theme="light"] .sidebar-link i,
body[data-theme="light"] .sidebar-link svg,
body[data-theme="light"] a.sidebar-link i,
body[data-theme="light"] a.sidebar-link svg {
    color: #495057;
}
body[data-theme="colored"] .sidebar-link i,
body[data-theme="colored"] .sidebar-link svg,
body[data-theme="colored"] a.sidebar-link i,
body[data-theme="colored"] a.sidebar-link svg {
    color: rgba(233, 236, 239, 0.5);
}
.sidebar-dropdown .sidebar-dropdown .sidebar-link {
    padding: 0.625rem 1.5rem 0.625rem 4.5rem;
}
.sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link {
    padding: 0.625rem 1.5rem 0.625rem 5.75rem;
}
.sidebar-link:focus {
    outline: 0;
}
.sidebar-link:hover {
    background: #222e3c;
    border-left-color: transparent;
}
.sidebar-link:hover,
body[data-theme="dark"] .sidebar-link:hover {
    color: rgba(233, 236, 239, 0.75);
}
body[data-theme="light"] .sidebar-link:hover {
    color: #518be1;
}
body[data-theme="colored"] .sidebar-link:hover {
    color: rgba(248, 249, 250, 0.85);
}
body[data-theme="dark"] .sidebar-link:hover {
    background: #222e3c;
}
body[data-theme="colored"] .sidebar-link:hover,
body[data-theme="light"] .sidebar-link:hover {
    background: transparent;
}
body[data-theme="colored"] .sidebar-link:hover,
body[data-theme="dark"] .sidebar-link:hover,
body[data-theme="light"] .sidebar-link:hover {
    border-left-color: transparent;
}
.sidebar-link:hover i,
.sidebar-link:hover svg,
body[data-theme="dark"] .sidebar-link:hover i,
body[data-theme="dark"] .sidebar-link:hover svg {
    color: rgba(233, 236, 239, 0.75);
}
body[data-theme="light"] .sidebar-link:hover i,
body[data-theme="light"] .sidebar-link:hover svg {
    color: #518be1;
}
body[data-theme="colored"] .sidebar-link:hover i,
body[data-theme="colored"] .sidebar-link:hover svg {
    color: rgba(233, 236, 239, 0.75);
}
.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active > .sidebar-link {
    background: linear-gradient(90deg, rgba(59, 125, 221, 0.1), rgba(59, 125, 221, 0.088) 50%, transparent);
    border-left-color: #3b7ddd;
    color: #e9ecef;
}
body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="dark"] .sidebar-item.active > .sidebar-link {
    color: #e9ecef;
}
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="light"] .sidebar-item.active > .sidebar-link {
    color: #518be1;
}
body[data-theme="colored"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="colored"] .sidebar-item.active > .sidebar-link {
    color: #fff;
}
body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="dark"] .sidebar-item.active > .sidebar-link {
    background: linear-gradient(90deg, rgba(59, 125, 221, 0.1), rgba(59, 125, 221, 0.088) 50%, transparent);
}
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="light"] .sidebar-item.active > .sidebar-link {
    background: transparent;
}
body[data-theme="colored"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="colored"] .sidebar-item.active > .sidebar-link {
    background: linear-gradient(90deg, rgba(59, 125, 221, 0.1), rgba(59, 125, 221, 0.088) 50%, transparent);
}
body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="dark"] .sidebar-item.active > .sidebar-link,
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="light"] .sidebar-item.active > .sidebar-link {
    border-left-color: #3b7ddd;
}
body[data-theme="colored"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="colored"] .sidebar-item.active > .sidebar-link {
    border-left-color: #a8c5f0;
}
.sidebar-item.active .sidebar-link:hover i,
.sidebar-item.active .sidebar-link:hover svg,
.sidebar-item.active > .sidebar-link i,
.sidebar-item.active > .sidebar-link svg,
body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover i,
body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover svg,
body[data-theme="dark"] .sidebar-item.active > .sidebar-link i,
body[data-theme="dark"] .sidebar-item.active > .sidebar-link svg {
    color: #e9ecef;
}
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover i,
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover svg,
body[data-theme="light"] .sidebar-item.active > .sidebar-link i,
body[data-theme="light"] .sidebar-item.active > .sidebar-link svg {
    color: #518be1;
}
body[data-theme="colored"] .sidebar-item.active .sidebar-link:hover i,
body[data-theme="colored"] .sidebar-item.active .sidebar-link:hover svg,
body[data-theme="colored"] .sidebar-item.active > .sidebar-link i,
body[data-theme="colored"] .sidebar-item.active > .sidebar-link svg {
    color: #e9ecef;
}
.sidebar-dropdown .sidebar-link {
    background: transparent;
    border-left: 0;
    color: #adb5bd;
    font-size: 90%;
    font-weight: 400;
    padding: 0.625rem 1.5rem 0.625rem 3.25rem;
}
body[data-theme="dark"] .sidebar-dropdown .sidebar-link {
    color: #adb5bd;
}
body[data-theme="light"] .sidebar-dropdown .sidebar-link {
    color: #6c757d;
}
body[data-theme="colored"] .sidebar-dropdown .sidebar-link {
    color: #bbc2c8;
}
body[data-theme="colored"] .sidebar-dropdown .sidebar-link,
body[data-theme="dark"] .sidebar-dropdown .sidebar-link,
body[data-theme="light"] .sidebar-dropdown .sidebar-link {
    background: transparent;
}
.sidebar-dropdown .sidebar-link:before {
    content: "→";
    display: inline-block;
    left: -14px;
    position: relative;
    transform: translateX(0);
    transition: all 0.1s ease;
}
.sidebar-dropdown .sidebar-item .sidebar-link:hover {
    background: transparent;
    border-left: 0;
    color: #e9ecef;
    font-weight: 400;
}
body[data-theme="dark"] .sidebar-dropdown .sidebar-item .sidebar-link:hover {
    color: #e9ecef;
}
body[data-theme="light"] .sidebar-dropdown .sidebar-item .sidebar-link:hover {
    color: #518be1;
}
body[data-theme="colored"] .sidebar-dropdown .sidebar-item .sidebar-link:hover {
    color: #e9ecef;
}
body[data-theme="colored"] .sidebar-dropdown .sidebar-item .sidebar-link:hover,
body[data-theme="dark"] .sidebar-dropdown .sidebar-item .sidebar-link:hover,
body[data-theme="light"] .sidebar-dropdown .sidebar-item .sidebar-link:hover {
    background: transparent;
}
.sidebar-dropdown .sidebar-item .sidebar-link:hover:hover:before {
    transform: translateX(4px);
}
.sidebar-dropdown .sidebar-item.active .sidebar-link {
    background: transparent;
    border-left: 0;
    color: #518be1;
    font-weight: 400;
}
body[data-theme="dark"] .sidebar-dropdown .sidebar-item.active .sidebar-link,
body[data-theme="light"] .sidebar-dropdown .sidebar-item.active .sidebar-link {
    color: #518be1;
}
body[data-theme="colored"] .sidebar-dropdown .sidebar-item.active .sidebar-link {
    color: #fff;
}
body[data-theme="colored"] .sidebar-dropdown .sidebar-item.active .sidebar-link,
body[data-theme="dark"] .sidebar-dropdown .sidebar-item.active .sidebar-link,
body[data-theme="light"] .sidebar-dropdown .sidebar-item.active .sidebar-link {
    background: transparent;
}
.sidebar [data-bs-toggle="collapse"] {
    position: relative;
}
.sidebar [data-bs-toggle="collapse"]:after {
    border: solid;
    border-width: 0 0.075rem 0.075rem 0;
    content: " ";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
}
.sidebar [aria-expanded="true"]:after,
.sidebar [data-bs-toggle="collapse"]:not(.collapsed):after {
    top: 1.4rem;
    transform: rotate(-135deg);
}
.sidebar-dropdown [data-bs-toggle="collapse"]:after {
    top: 1rem;
}
.sidebar-dropdown [aria-expanded="true"]:after,
.sidebar-dropdown [data-bs-toggle="collapse"]:not(.collapsed):after {
    top: 1.2rem;
}
.sidebar-brand {
    color: #f8f9fa;
    display: block;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 1.15rem 1.5rem;
}
body[data-theme="dark"] .sidebar-brand {
    color: #f8f9fa;
}
body[data-theme="light"] .sidebar-brand {
    color: #495057;
}
body[data-theme="colored"] .sidebar-brand {
    color: #f8f9fa;
}
.sidebar-brand:hover {
    color: #f8f9fa;
    text-decoration: none;
}
body[data-theme="dark"] .sidebar-brand:hover {
    color: #f8f9fa;
}
body[data-theme="light"] .sidebar-brand:hover {
    color: #495057;
}
body[data-theme="colored"] .sidebar-brand:hover {
    color: #f8f9fa;
}
.sidebar-brand:focus {
    outline: 0;
}
.sidebar-brand-text {
    display: block;
}
.sidebar-brand-icon {
    display: none;
}
.sidebar-toggle {
    cursor: pointer;
    display: flex;
    height: 26px;
    width: 26px;
}
body:not([data-sidebar-position="right"]) .sidebar.collapsed {
    margin-left: -264px;
}
@media (max-width: 991.98px) {
    body:not([data-sidebar-position="right"]) .sidebar {
        margin-left: -264px;
    }
    body:not([data-sidebar-position="right"]) .sidebar.collapsed {
        margin-left: 0;
    }
}
body:not([data-sidebar-position="right"]) .sidebar-toggle {
    margin-right: 1rem;
}
body[data-sidebar-position="right"] .sidebar.collapsed {
    margin-right: -264px;
}
@media (max-width: 991.98px) {
    body[data-sidebar-position="right"] .sidebar {
        margin-right: -264px;
    }
    body[data-sidebar-position="right"] .sidebar.collapsed {
        margin-right: 0;
    }
}
body[data-sidebar-position="right"] .sidebar-toggle {
    margin-left: 1rem;
}
body[data-sidebar-position="right"] .simplebar-track.simplebar-vertical {
    left: 0;
    right: auto;
}
.sidebar-header {
    background: transparent;
    color: #ced4da;
    font-size: 0.75rem;
    padding: 1.5rem 1.5rem 0.375rem;
}
body[data-theme="dark"] .sidebar-header {
    color: #ced4da;
}
body[data-theme="light"] .sidebar-header {
    color: #495057;
}
body[data-theme="colored"] .sidebar-header {
    color: #ced4da;
}
.sidebar-badge {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 1;
}
.sidebar-cta-content {
    background: #2b3947;
    border-radius: 0.3rem;
    color: #e9ecef;
    margin: 1.75rem;
    padding: 1.5rem;
}
body[data-theme="dark"] .sidebar-cta-content {
    background: #2b3947;
}
body[data-theme="light"] .sidebar-cta-content {
    background: #f2f4f6;
}
body[data-theme="colored"] .sidebar-cta-content {
    background: #18488d;
}
body[data-theme="dark"] .sidebar-cta-content {
    color: #e9ecef;
}
body[data-theme="light"] .sidebar-cta-content {
    color: #343a40;
}
body[data-theme="colored"] .sidebar-cta-content {
    color: #e9ecef;
}
.sidebar-user {
    padding: 0.75rem 1.5rem;
}
.sidebar-user a {
    outline: 0;
    text-decoration: none;
}
.sidebar-user-title,
.sidebar-user-title:hover,
body[data-theme="dark"] .sidebar-user-title,
body[data-theme="dark"] .sidebar-user-title:hover {
    color: #e9ecef;
}
body[data-theme="light"] .sidebar-user-title,
body[data-theme="light"] .sidebar-user-title:hover {
    color: #020202;
}
body[data-theme="colored"] .sidebar-user-title,
body[data-theme="colored"] .sidebar-user-title:hover {
    color: #e9ecef;
}
.sidebar-user-subtitle,
body[data-theme="dark"] .sidebar-user-subtitle {
    color: #adb5bd;
}
body[data-theme="light"] .sidebar-user-subtitle {
    color: #6c757d;
}
body[data-theme="colored"] .sidebar-user-subtitle {
    color: #adb5bd;
}
body[data-sidebar-layout="compact"] [data-simplebar] {
    position: relative;
    width: 74px;
}
body[data-sidebar-layout="compact"] .sidebar-badge,
body[data-sidebar-layout="compact"] .sidebar-cta,
body[data-sidebar-layout="compact"] .sidebar-header,
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item .sidebar-link span,
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown,
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-link:after,
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-link:before,
body[data-sidebar-layout="compact"] .sidebar-user {
    display: none;
}
body[data-sidebar-layout="compact"] .sidebar-brand {
    text-align: center;
}
body[data-sidebar-layout="compact"] .simplebar-horizontal,
body[data-sidebar-layout="compact"] .simplebar-vertical {
    visibility: hidden !important;
}
body[data-sidebar-layout="compact"] .simplebar-content-wrapper,
body[data-sidebar-layout="compact"] .simplebar-height-auto-observer-wrapper,
body[data-sidebar-layout="compact"] .simplebar-mask,
body[data-sidebar-layout="compact"] .simplebar-wrapper {
    overflow: visible !important;
}
body[data-sidebar-layout="compact"] .sidebar-dropdown.collapsing {
    height: auto;
    overflow: visible;
    transition: none;
}
body[data-sidebar-layout="compact"] .sidebar {
    max-width: 74px;
    min-width: 74px;
    z-index: 5;
}
body[data-sidebar-layout="compact"] .sidebar-brand-text {
    display: none;
}
body[data-sidebar-layout="compact"] .sidebar-brand-icon {
    display: block;
}
body[data-sidebar-layout="compact"] .sidebar-item {
    position: relative;
}
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown {
    background: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 0.5rem 3rem 0.5rem rgba(0, 0, 0, 0.05);
    display: none;
    overflow: visible;
    padding: 0.5rem 0;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 1;
}
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 16px;
}
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-link {
    color: #6c757d;
    padding: 0.5rem 1.5rem;
}
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-link:hover {
    color: #518be1;
}
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-link:before {
    left: -10px;
}
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-item.active .sidebar-link,
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-item.active .sidebar-link:hover {
    color: #518be1;
}
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown .sidebar-dropdown .sidebar-link {
    padding: 0.5rem 1.5rem 0.5rem 2.5rem;
}
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link {
    padding: 0.5rem 1.5rem 0.5rem 3.5rem;
}
body[data-sidebar-layout="compact"] .sidebar .sidebar-dropdown [data-bs-toggle="collapse"]:after {
    top: 0.9rem;
}
body[data-sidebar-layout="compact"] .sidebar .sidebar-dropdown [aria-expanded="true"]:after,
body[data-sidebar-layout="compact"] .sidebar .sidebar-dropdown [data-bs-toggle="collapse"]:not(.collapsed):after {
    top: 1.1rem;
}
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item:hover > .sidebar-dropdown {
    display: block;
}
body[data-sidebar-layout="compact"]:not([data-sidebar-position="right"]) .sidebar-nav > .sidebar-item > .sidebar-dropdown {
    left: 86px;
}
body[data-sidebar-layout="compact"]:not([data-sidebar-position="right"]) .sidebar-nav > .sidebar-item > .sidebar-dropdown:before {
    left: -16px;
}
body[data-sidebar-layout="compact"]:not([data-sidebar-position="right"]) .sidebar.collapsed {
    margin-left: -74px;
}
@media (max-width: 991.98px) {
    body[data-sidebar-layout="compact"]:not([data-sidebar-position="right"]) .sidebar {
        margin-left: -74px;
    }
    body[data-sidebar-layout="compact"]:not([data-sidebar-position="right"]) .sidebar.collapsed {
        margin-left: 0;
    }
}
body[data-sidebar-layout="compact"][data-sidebar-position="right"] .sidebar-nav > .sidebar-item > .sidebar-dropdown {
    right: 86px;
}
body[data-sidebar-layout="compact"][data-sidebar-position="right"] .sidebar-nav > .sidebar-item > .sidebar-dropdown:before {
    right: -16px;
}
body[data-sidebar-layout="compact"][data-sidebar-position="right"] .sidebar.collapsed {
    margin-right: -74px;
}
@media (max-width: 991.98px) {
    body[data-sidebar-layout="compact"][data-sidebar-position="right"] .sidebar {
        margin-right: -74px;
    }
    body[data-sidebar-layout="compact"][data-sidebar-position="right"] .sidebar.collapsed {
        margin-right: 0;
    }
}
.min-vw-50 {
    min-width: 50vw !important;
}
.min-vh-50 {
    min-height: 50vh !important;
}
.vw-50 {
    width: 50vw !important;
}
.vh-50 {
    height: 50vh !important;
}
.stat {
    align-items: center;
    background: #d3e2f7;
    border-radius: 50%;
    color: #3b7ddd;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.stat svg {
    stroke-width: 1.5;
    color: inherit !important;
    height: 18px;
    width: 18px;
}
.stat i {
    color: inherit;
    font-size: 18px;
}
.table tbody,
.table td,
.table tfoot,
.table th,
.table thead,
.table tr,
.table > :not(:last-child) > :last-child > * {
    border-color: var(--bs-border-color);
}
.card > .dataTables_wrapper .table.dataTable,
.card > .table,
.card > .table-responsive .table,
.card > .table-responsive-lg .table,
.card > .table-responsive-md .table,
.card > .table-responsive-sm .table,
.card > .table-responsive-xl .table {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
}
.card > .dataTables_wrapper .table.dataTable td:first-child,
.card > .dataTables_wrapper .table.dataTable th:first-child,
.card > .table td:first-child,
.card > .table th:first-child,
.card > .table-responsive .table td:first-child,
.card > .table-responsive .table th:first-child,
.card > .table-responsive-lg .table td:first-child,
.card > .table-responsive-lg .table th:first-child,
.card > .table-responsive-md .table td:first-child,
.card > .table-responsive-md .table th:first-child,
.card > .table-responsive-sm .table td:first-child,
.card > .table-responsive-sm .table th:first-child,
.card > .table-responsive-xl .table td:first-child,
.card > .table-responsive-xl .table th:first-child {
    border-left: 0;
    padding-left: 1.25rem;
}
.card > .dataTables_wrapper .table.dataTable td:last-child,
.card > .dataTables_wrapper .table.dataTable th:last-child,
.card > .table td:last-child,
.card > .table th:last-child,
.card > .table-responsive .table td:last-child,
.card > .table-responsive .table th:last-child,
.card > .table-responsive-lg .table td:last-child,
.card > .table-responsive-lg .table th:last-child,
.card > .table-responsive-md .table td:last-child,
.card > .table-responsive-md .table th:last-child,
.card > .table-responsive-sm .table td:last-child,
.card > .table-responsive-sm .table th:last-child,
.card > .table-responsive-xl .table td:last-child,
.card > .table-responsive-xl .table th:last-child {
    border-right: 0;
    padding-right: 1.25rem;
}
.card > .dataTables_wrapper .table.dataTable tr:first-child td,
.card > .dataTables_wrapper .table.dataTable tr:first-child th,
.card > .table tr:first-child td,
.card > .table tr:first-child th,
.card > .table-responsive .table tr:first-child td,
.card > .table-responsive .table tr:first-child th,
.card > .table-responsive-lg .table tr:first-child td,
.card > .table-responsive-lg .table tr:first-child th,
.card > .table-responsive-md .table tr:first-child td,
.card > .table-responsive-md .table tr:first-child th,
.card > .table-responsive-sm .table tr:first-child td,
.card > .table-responsive-sm .table tr:first-child th,
.card > .table-responsive-xl .table tr:first-child td,
.card > .table-responsive-xl .table tr:first-child th {
    border-top: 0;
}
.card > .dataTables_wrapper .table.dataTable tr:last-child td,
.card > .table tr:last-child td,
.card > .table-responsive .table tr:last-child td,
.card > .table-responsive-lg .table tr:last-child td,
.card > .table-responsive-md .table tr:last-child td,
.card > .table-responsive-sm .table tr:last-child td,
.card > .table-responsive-xl .table tr:last-child td {
    border-bottom: 0;
}
.card .card-header + .table {
    border-top: 0;
}
.table-action a {
    color: #6c757d;
}
.table-action a:hover {
    color: #212529;
}
.table-action .feather {
    height: 18px;
    width: 18px;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
.card > .dataTables_wrapper .table.dataTable {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.card > .dataTables_wrapper .dataTables_info {
    padding: 1rem 1.25rem;
}
.card > .dataTables_wrapper .dataTables_paginate {
    padding: 0.6rem 1.25rem;
}
.dt-bootstrap4 {
    width: calc(100% - 2px);
}
.dt-bootstrap4 table.dataTable thead .sorting:before,
.dt-bootstrap4 table.dataTable thead .sorting_asc:before,
.dt-bootstrap4 table.dataTable thead .sorting_asc_disabled:before,
.dt-bootstrap4 table.dataTable thead .sorting_desc:before,
.dt-bootstrap4 table.dataTable thead .sorting_desc_disabled:before {
    right: 1.25em;
}
table.dataTable tbody > tr.selected {
    background-color: #3b7ddd;
}
table.dataTable.table-striped > tbody > tr.selected {
    --bs-table-striped-bg: var(--bs-primary);
    --bs-table-striped-color: var(--bs-white);
}
.tab {
    margin-bottom: 2rem;
}
.tab .nav-tabs {
    border: 0;
}
.tab .nav-tabs .nav-link {
    background: transparent;
    border: 0;
    color: #343a40;
    padding: 0.75rem 1rem;
}
.tab .nav-tabs .nav-link.active {
    background: #fff;
    color: #343a40;
}
.tab .nav-tabs .nav-link:hover:not(.active) {
    color: #3b7ddd;
}
.tab .nav-tabs .nav-link svg {
    height: 20px;
    width: 20px;
}
.tab .tab-content {
    background: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
    padding: 1.25rem;
}
.tab .tab-content p:last-child {
    margin-bottom: 0;
}
.tab-primary .nav-tabs .nav-link.active {
    background: #3b7ddd;
    border-bottom-color: #3b7ddd;
    color: #fff;
}
.tab-primary .tab-content {
    background: #3b7ddd;
    color: #fff;
}
.tab-primary .h1,
.tab-primary .h2,
.tab-primary .h3,
.tab-primary .h4,
.tab-primary .h5,
.tab-primary .h6,
.tab-primary h1,
.tab-primary h2,
.tab-primary h3,
.tab-primary h4,
.tab-primary h5,
.tab-primary h6 {
    color: #fff;
}
.tab-secondary .nav-tabs .nav-link.active {
    background: #6c757d;
    border-bottom-color: #6c757d;
    color: #fff;
}
.tab-secondary .tab-content {
    background: #6c757d;
    color: #fff;
}
.tab-secondary .h1,
.tab-secondary .h2,
.tab-secondary .h3,
.tab-secondary .h4,
.tab-secondary .h5,
.tab-secondary .h6,
.tab-secondary h1,
.tab-secondary h2,
.tab-secondary h3,
.tab-secondary h4,
.tab-secondary h5,
.tab-secondary h6 {
    color: #fff;
}
.tab-success .nav-tabs .nav-link.active {
    background: #1cbb8c;
    border-bottom-color: #1cbb8c;
    color: #fff;
}
.tab-success .tab-content {
    background: #1cbb8c;
    color: #fff;
}
.tab-success .h1,
.tab-success .h2,
.tab-success .h3,
.tab-success .h4,
.tab-success .h5,
.tab-success .h6,
.tab-success h1,
.tab-success h2,
.tab-success h3,
.tab-success h4,
.tab-success h5,
.tab-success h6 {
    color: #fff;
}
.tab-info .nav-tabs .nav-link.active {
    background: #17a2b8;
    border-bottom-color: #17a2b8;
    color: #fff;
}
.tab-info .tab-content {
    background: #17a2b8;
    color: #fff;
}
.tab-info .h1,
.tab-info .h2,
.tab-info .h3,
.tab-info .h4,
.tab-info .h5,
.tab-info .h6,
.tab-info h1,
.tab-info h2,
.tab-info h3,
.tab-info h4,
.tab-info h5,
.tab-info h6 {
    color: #fff;
}
.tab-warning .nav-tabs .nav-link.active {
    background: #fcb92c;
    border-bottom-color: #fcb92c;
    color: #fff;
}
.tab-warning .tab-content {
    background: #fcb92c;
    color: #fff;
}
.tab-warning .h1,
.tab-warning .h2,
.tab-warning .h3,
.tab-warning .h4,
.tab-warning .h5,
.tab-warning .h6,
.tab-warning h1,
.tab-warning h2,
.tab-warning h3,
.tab-warning h4,
.tab-warning h5,
.tab-warning h6 {
    color: #fff;
}
.tab-danger .nav-tabs .nav-link.active {
    background: #dc3545;
    border-bottom-color: #dc3545;
    color: #fff;
}
.tab-danger .tab-content {
    background: #dc3545;
    color: #fff;
}
.tab-danger .h1,
.tab-danger .h2,
.tab-danger .h3,
.tab-danger .h4,
.tab-danger .h5,
.tab-danger .h6,
.tab-danger h1,
.tab-danger h2,
.tab-danger h3,
.tab-danger h4,
.tab-danger h5,
.tab-danger h6 {
    color: #fff;
}
.tab-light .nav-tabs .nav-link.active {
    background: #f5f7fb;
    border-bottom-color: #f5f7fb;
    color: #fff;
}
.tab-light .tab-content {
    background: #f5f7fb;
    color: #fff;
}
.tab-light .h1,
.tab-light .h2,
.tab-light .h3,
.tab-light .h4,
.tab-light .h5,
.tab-light .h6,
.tab-light h1,
.tab-light h2,
.tab-light h3,
.tab-light h4,
.tab-light h5,
.tab-light h6 {
    color: #fff;
}
.tab-dark .nav-tabs .nav-link.active {
    background: #212529;
    border-bottom-color: #212529;
    color: #fff;
}
.tab-dark .tab-content {
    background: #212529;
    color: #fff;
}
.tab-dark .h1,
.tab-dark .h2,
.tab-dark .h3,
.tab-dark .h4,
.tab-dark .h5,
.tab-dark .h6,
.tab-dark h1,
.tab-dark h2,
.tab-dark h3,
.tab-dark h4,
.tab-dark h5,
.tab-dark h6 {
    color: #fff;
}
.tab-title {
    font-size: 0.925rem;
}
.tab-vertical .nav-tabs {
    flex-direction: column;
    float: left;
}
.tab-vertical .nav-tabs .nav-link {
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0;
}
.tab-vertical .tab-content {
    overflow: auto;
}
.timeline {
    list-style-type: none;
    position: relative;
}
.timeline:before {
    background: #dee2e6;
    height: 100%;
    left: 9px;
    width: 2px;
}
.timeline-item:before,
.timeline:before {
    content: " ";
    display: inline-block;
    position: absolute;
    z-index: 1;
}
.timeline-item:before {
    background: #fff;
    border: 3px solid #3b7ddd;
    border-radius: 50%;
    height: 20px;
    left: 0;
    width: 20px;
}
.text-sm {
    font-size: 0.75rem;
}
.text-lg {
    font-size: 0.925rem;
}
b,
strong {
    font-weight: 600;
}
pre.snippet {
    word-wrap: break-word;
    text-align: justify;
    white-space: pre-wrap;
}
a {
    cursor: pointer;
}
.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}
.wrapper,
body[data-theme="dark"] .wrapper {
    background: #222e3c;
}
body[data-theme="light"] .wrapper {
    background: #fff;
}
body[data-theme="colored"] .wrapper {
    background: linear-gradient(135deg, #266fd9, #2359a8 40%, #2359a8);
}
body[data-layout="boxed"] .wrapper {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    margin: 0 auto;
    max-width: 1800px;
    overflow: hidden;
}
@media (min-width: 1440px) {
    body[data-layout="boxed"] .wrapper {
        width: 90vw;
    }
}
.bg-primary-light {
    background: #dee9f9;
}
.bg-secondary-light {
    background: #d1d4d7;
}
.bg-success-light {
    background: #a5f1db;
}
.bg-info-light {
    background: #9ce7f3;
}
.bg-warning-light {
    background: #fff8e9;
}
.bg-danger-light {
    background: #f8d8db;
}
.bg-light-light {
    background: #fff;
}
.bg-dark-light {
    background: #778592;
}
.bg-primary-dark {
    background: #0d274c;
}
.bg-secondary-dark {
    background: #131516;
}
.bg-success-dark {
    background: #03150f;
}
.bg-info-dark {
    background: #020c0e;
}
.bg-warning-dark {
    background: #674601;
}
.bg-danger-dark {
    background: #460c12;
}
.bg-light-dark {
    background: #6c8ac4;
}
.bg-dark-dark {
    background: #000;
}
.cursor-grab {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
}
.cursor-pointer {
    cursor: pointer;
}
.overflow-scroll {
    overflow: scroll;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}
.overflow-visible {
    overflow: visible;
} /*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:host,
:root {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
    font-display: block;
    font-family: Font Awesome\6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/../fonts/fa-brands-400.woff2) format("woff2"), url(/../fonts/fa-brands-400.ttf) format("truetype");
}
.fa-brands,
.fab {
    font-family: Font Awesome\6 Brands;
    font-weight: 400;
}
.fa-42-group:before,
.fa-innosoft:before {
    content: "";
}
.fa-500px:before {
    content: "";
}
.fa-accessible-icon:before {
    content: "";
}
.fa-accusoft:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-adversal:before {
    content: "";
}
.fa-affiliatetheme:before {
    content: "";
}
.fa-airbnb:before {
    content: "";
}
.fa-algolia:before {
    content: "";
}
.fa-alipay:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-amazon-pay:before {
    content: "";
}
.fa-amilia:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-angrycreative:before {
    content: "";
}
.fa-angular:before {
    content: "";
}
.fa-app-store:before {
    content: "";
}
.fa-app-store-ios:before {
    content: "";
}
.fa-apper:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-apple-pay:before {
    content: "";
}
.fa-artstation:before {
    content: "";
}
.fa-asymmetrik:before {
    content: "";
}
.fa-atlassian:before {
    content: "";
}
.fa-audible:before {
    content: "";
}
.fa-autoprefixer:before {
    content: "";
}
.fa-avianex:before {
    content: "";
}
.fa-aviato:before {
    content: "";
}
.fa-aws:before {
    content: "";
}
.fa-bandcamp:before {
    content: "";
}
.fa-battle-net:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-bilibili:before {
    content: "";
}
.fa-bimobject:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitcoin:before {
    content: "";
}
.fa-bity:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-blackberry:before {
    content: "";
}
.fa-blogger:before {
    content: "";
}
.fa-blogger-b:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-bootstrap:before {
    content: "";
}
.fa-bots:before {
    content: "";
}
.fa-btc:before {
    content: "";
}
.fa-buffer:before {
    content: "";
}
.fa-buromobelexperte:before {
    content: "";
}
.fa-buy-n-large:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-canadian-maple-leaf:before {
    content: "";
}
.fa-cc-amazon-pay:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-apple-pay:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-centercode:before {
    content: "";
}
.fa-centos:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-chromecast:before {
    content: "";
}
.fa-cloudflare:before {
    content: "";
}
.fa-cloudscale:before {
    content: "";
}
.fa-cloudsmith:before {
    content: "";
}
.fa-cloudversify:before {
    content: "";
}
.fa-cmplid:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-confluence:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-cotton-bureau:before {
    content: "";
}
.fa-cpanel:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-creative-commons-by:before {
    content: "";
}
.fa-creative-commons-nc:before {
    content: "";
}
.fa-creative-commons-nc-eu:before {
    content: "";
}
.fa-creative-commons-nc-jp:before {
    content: "";
}
.fa-creative-commons-nd:before {
    content: "";
}
.fa-creative-commons-pd:before {
    content: "";
}
.fa-creative-commons-pd-alt:before {
    content: "";
}
.fa-creative-commons-remix:before {
    content: "";
}
.fa-creative-commons-sa:before {
    content: "";
}
.fa-creative-commons-sampling:before {
    content: "";
}
.fa-creative-commons-sampling-plus:before {
    content: "";
}
.fa-creative-commons-share:before {
    content: "";
}
.fa-creative-commons-zero:before {
    content: "";
}
.fa-critical-role:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-css3-alt:before {
    content: "";
}
.fa-cuttlefish:before {
    content: "";
}
.fa-d-and-d:before {
    content: "";
}
.fa-d-and-d-beyond:before {
    content: "";
}
.fa-dailymotion:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-deezer:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-deploydog:before {
    content: "";
}
.fa-deskpro:before {
    content: "";
}
.fa-dev:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-dhl:before {
    content: "";
}
.fa-diaspora:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-digital-ocean:before {
    content: "";
}
.fa-discord:before {
    content: "";
}
.fa-discourse:before {
    content: "";
}
.fa-dochub:before {
    content: "";
}
.fa-docker:before {
    content: "";
}
.fa-draft2digital:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-dyalog:before {
    content: "";
}
.fa-earlybirds:before {
    content: "";
}
.fa-ebay:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-edge-legacy:before {
    content: "";
}
.fa-elementor:before {
    content: "";
}
.fa-ello:before {
    content: "";
}
.fa-ember:before {
    content: "";
}
.fa-empire:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-erlang:before {
    content: "";
}
.fa-ethereum:before {
    content: "";
}
.fa-etsy:before {
    content: "";
}
.fa-evernote:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-facebook:before {
    content: "";
}
.fa-facebook-f:before {
    content: "";
}
.fa-facebook-messenger:before {
    content: "";
}
.fa-fantasy-flight-games:before {
    content: "";
}
.fa-fedex:before {
    content: "";
}
.fa-fedora:before {
    content: "";
}
.fa-figma:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-firefox-browser:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-first-order-alt:before {
    content: "";
}
.fa-firstdraft:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-flipboard:before {
    content: "";
}
.fa-fly:before {
    content: "";
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-fonticons-fi:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-fort-awesome-alt:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-free-code-camp:before {
    content: "";
}
.fa-freebsd:before {
    content: "";
}
.fa-fulcrum:before {
    content: "";
}
.fa-galactic-republic:before {
    content: "";
}
.fa-galactic-senate:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-git-alt:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-gitkraken:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-gitter:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-gofore:before {
    content: "";
}
.fa-golang:before {
    content: "";
}
.fa-goodreads:before {
    content: "";
}
.fa-goodreads-g:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-google-drive:before {
    content: "";
}
.fa-google-pay:before {
    content: "";
}
.fa-google-play:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-google-plus-g:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-gratipay:before {
    content: "";
}
.fa-grav:before {
    content: "";
}
.fa-gripfire:before {
    content: "";
}
.fa-grunt:before {
    content: "";
}
.fa-guilded:before {
    content: "";
}
.fa-gulp:before {
    content: "";
}
.fa-hacker-news:before {
    content: "";
}
.fa-hackerrank:before {
    content: "";
}
.fa-hashnode:before {
    content: "";
}
.fa-hips:before {
    content: "";
}
.fa-hire-a-helper:before {
    content: "";
}
.fa-hive:before {
    content: "";
}
.fa-hooli:before {
    content: "";
}
.fa-hornbill:before {
    content: "";
}
.fa-hotjar:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-hubspot:before {
    content: "";
}
.fa-ideal:before {
    content: "";
}
.fa-imdb:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-instalod:before {
    content: "";
}
.fa-intercom:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-invision:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-itch-io:before {
    content: "";
}
.fa-itunes:before {
    content: "";
}
.fa-itunes-note:before {
    content: "";
}
.fa-java:before {
    content: "";
}
.fa-jedi-order:before {
    content: "";
}
.fa-jenkins:before {
    content: "";
}
.fa-jira:before {
    content: "";
}
.fa-joget:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-js:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-kaggle:before {
    content: "";
}
.fa-keybase:before {
    content: "";
}
.fa-keycdn:before {
    content: "";
}
.fa-kickstarter:before {
    content: "";
}
.fa-kickstarter-k:before {
    content: "";
}
.fa-korvue:before {
    content: "";
}
.fa-laravel:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-less:before {
    content: "";
}
.fa-line:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-linkedin-in:before {
    content: "";
}
.fa-linode:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-lyft:before {
    content: "";
}
.fa-magento:before {
    content: "";
}
.fa-mailchimp:before {
    content: "";
}
.fa-mandalorian:before {
    content: "";
}
.fa-markdown:before {
    content: "";
}
.fa-mastodon:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-mdb:before {
    content: "";
}
.fa-medapps:before {
    content: "";
}
.fa-medium-m:before,
.fa-medium:before {
    content: "";
}
.fa-medrt:before {
    content: "";
}
.fa-meetup:before {
    content: "";
}
.fa-megaport:before {
    content: "";
}
.fa-mendeley:before {
    content: "";
}
.fa-meta:before {
    content: "";
}
.fa-microblog:before {
    content: "";
}
.fa-microsoft:before {
    content: "";
}
.fa-mix:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-mixer:before {
    content: "";
}
.fa-mizuni:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-monero:before {
    content: "";
}
.fa-napster:before {
    content: "";
}
.fa-neos:before {
    content: "";
}
.fa-nfc-directional:before {
    content: "";
}
.fa-nfc-symbol:before {
    content: "";
}
.fa-nimblr:before {
    content: "";
}
.fa-node:before {
    content: "";
}
.fa-node-js:before {
    content: "";
}
.fa-npm:before {
    content: "";
}
.fa-ns8:before {
    content: "";
}
.fa-nutritionix:before {
    content: "";
}
.fa-octopus-deploy:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-old-republic:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-orcid:before {
    content: "";
}
.fa-osi:before {
    content: "";
}
.fa-padlet:before {
    content: "";
}
.fa-page4:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-palfed:before {
    content: "";
}
.fa-patreon:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-perbyte:before {
    content: "";
}
.fa-periscope:before {
    content: "";
}
.fa-phabricator:before {
    content: "";
}
.fa-phoenix-framework:before {
    content: "";
}
.fa-phoenix-squadron:before {
    content: "";
}
.fa-php:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-pied-piper-hat:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-pix:before {
    content: "";
}
.fa-playstation:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-pushed:before {
    content: "";
}
.fa-python:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-quinscape:before {
    content: "";
}
.fa-quora:before {
    content: "";
}
.fa-r-project:before {
    content: "";
}
.fa-raspberry-pi:before {
    content: "";
}
.fa-ravelry:before {
    content: "";
}
.fa-react:before {
    content: "";
}
.fa-reacteurope:before {
    content: "";
}
.fa-readme:before {
    content: "";
}
.fa-rebel:before {
    content: "";
}
.fa-red-river:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-redhat:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-replyd:before {
    content: "";
}
.fa-researchgate:before {
    content: "";
}
.fa-resolving:before {
    content: "";
}
.fa-rev:before {
    content: "";
}
.fa-rocketchat:before {
    content: "";
}
.fa-rockrms:before {
    content: "";
}
.fa-rust:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-salesforce:before {
    content: "";
}
.fa-sass:before {
    content: "";
}
.fa-schlix:before {
    content: "";
}
.fa-screenpal:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-searchengin:before {
    content: "";
}
.fa-sellcast:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-servicestack:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-shopify:before {
    content: "";
}
.fa-shopware:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-sistrix:before {
    content: "";
}
.fa-sith:before {
    content: "";
}
.fa-sitrox:before {
    content: "";
}
.fa-sketch:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-slack-hash:before,
.fa-slack:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-sourcetree:before {
    content: "";
}
.fa-space-awesome:before {
    content: "";
}
.fa-speakap:before {
    content: "";
}
.fa-speaker-deck:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-behance-square:before,
.fa-square-behance:before {
    content: "";
}
.fa-dribbble-square:before,
.fa-square-dribbble:before {
    content: "";
}
.fa-facebook-square:before,
.fa-square-facebook:before {
    content: "";
}
.fa-square-font-awesome:before {
    content: "";
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
    content: "";
}
.fa-git-square:before,
.fa-square-git:before {
    content: "";
}
.fa-github-square:before,
.fa-square-github:before {
    content: "";
}
.fa-gitlab-square:before,
.fa-square-gitlab:before {
    content: "";
}
.fa-google-plus-square:before,
.fa-square-google-plus:before {
    content: "";
}
.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
    content: "";
}
.fa-instagram-square:before,
.fa-square-instagram:before {
    content: "";
}
.fa-js-square:before,
.fa-square-js:before {
    content: "";
}
.fa-lastfm-square:before,
.fa-square-lastfm:before {
    content: "";
}
.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
    content: "";
}
.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
    content: "";
}
.fa-pinterest-square:before,
.fa-square-pinterest:before {
    content: "";
}
.fa-reddit-square:before,
.fa-square-reddit:before {
    content: "";
}
.fa-snapchat-square:before,
.fa-square-snapchat:before {
    content: "";
}
.fa-square-steam:before,
.fa-steam-square:before {
    content: "";
}
.fa-square-tumblr:before,
.fa-tumblr-square:before {
    content: "";
}
.fa-square-twitter:before,
.fa-twitter-square:before {
    content: "";
}
.fa-square-viadeo:before,
.fa-viadeo-square:before {
    content: "";
}
.fa-square-vimeo:before,
.fa-vimeo-square:before {
    content: "";
}
.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
    content: "";
}
.fa-square-xing:before,
.fa-xing-square:before {
    content: "";
}
.fa-square-youtube:before,
.fa-youtube-square:before {
    content: "";
}
.fa-squarespace:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-stackpath:before {
    content: "";
}
.fa-staylinked:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-symbol:before {
    content: "";
}
.fa-sticker-mule:before {
    content: "";
}
.fa-strava:before {
    content: "";
}
.fa-stripe:before {
    content: "";
}
.fa-stripe-s:before {
    content: "";
}
.fa-studiovinari:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-superpowers:before {
    content: "";
}
.fa-supple:before {
    content: "";
}
.fa-suse:before {
    content: "";
}
.fa-swift:before {
    content: "";
}
.fa-symfony:before {
    content: "";
}
.fa-teamspeak:before {
    content: "";
}
.fa-telegram-plane:before,
.fa-telegram:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-the-red-yeti:before {
    content: "";
}
.fa-themeco:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-think-peaks:before {
    content: "";
}
.fa-tiktok:before {
    content: "";
}
.fa-trade-federation:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-typo3:before {
    content: "";
}
.fa-uber:before {
    content: "";
}
.fa-ubuntu:before {
    content: "";
}
.fa-uikit:before {
    content: "";
}
.fa-umbraco:before {
    content: "";
}
.fa-uncharted:before {
    content: "";
}
.fa-uniregistry:before {
    content: "";
}
.fa-unity:before {
    content: "";
}
.fa-unsplash:before {
    content: "";
}
.fa-untappd:before {
    content: "";
}
.fa-ups:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-usps:before {
    content: "";
}
.fa-ussunnah:before {
    content: "";
}
.fa-vaadin:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viber:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-vimeo-v:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-vnv:before {
    content: "";
}
.fa-vuejs:before {
    content: "";
}
.fa-watchman-monitoring:before {
    content: "";
}
.fa-waze:before {
    content: "";
}
.fa-weebly:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-weixin:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-whmcs:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
    content: "";
}
.fa-wix:before {
    content: "";
}
.fa-wizards-of-the-coast:before {
    content: "";
}
.fa-wodu:before {
    content: "";
}
.fa-wolf-pack-battalion:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-wordpress-simple:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpexplorer:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-rendact:before,
.fa-wpressr:before {
    content: "";
}
.fa-xbox:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-y-combinator:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-yammer:before {
    content: "";
}
.fa-yandex:before {
    content: "";
}
.fa-yandex-international:before {
    content: "";
}
.fa-yarn:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-zhihu:before {
    content: "";
} /*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-2xs {
    font-size: 0.625em;
    line-height: 0.1em;
    vertical-align: 0.225em;
}
.fa-xs {
    font-size: 0.75em;
    line-height: 0.0833333337em;
    vertical-align: 0.125em;
}
.fa-sm {
    font-size: 0.875em;
    line-height: 0.0714285718em;
    vertical-align: 0.0535714295em;
}
.fa-lg {
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em;
}
.fa-xl {
    font-size: 1.5em;
    line-height: 0.0416666682em;
    vertical-align: -0.125em;
}
.fa-2xl {
    font-size: 2em;
    line-height: 0.03125em;
    vertical-align: -0.1875em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: calc(var(--fa-li-width, 2em) * -1);
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
}
.fa-border {
    border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, 0.1em);
    padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-beat;
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-bounce;
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-fade;
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade,
.fa-fade {
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
}
.fa-beat-fade {
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-beat-fade;
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-flip;
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-shake;
    animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-shake,
.fa-spin {
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
}
.fa-spin {
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-spin;
    animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
    --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-spin;
    animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s;
    }
}
@keyframes fa-beat {
    0%,
    90% {
        transform: scale(1);
    }
    45% {
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}
@keyframes fa-bounce {
    0% {
        transform: scale(1) translateY(0);
    }
    10% {
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    }
    30% {
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    }
    50% {
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    }
    57% {
        transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    }
    64% {
        transform: scale(1) translateY(0);
    }
    to {
        transform: scale(1) translateY(0);
    }
}
@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4);
    }
}
@keyframes fa-beat-fade {
    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
}
@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    }
}
@keyframes fa-shake {
    0% {
        transform: rotate(-15deg);
    }
    4% {
        transform: rotate(15deg);
    }
    24%,
    8% {
        transform: rotate(-18deg);
    }
    12%,
    28% {
        transform: rotate(18deg);
    }
    16% {
        transform: rotate(-22deg);
    }
    20% {
        transform: rotate(22deg);
    }
    32% {
        transform: rotate(-12deg);
    }
    36% {
        transform: rotate(12deg);
    }
    40%,
    to {
        transform: rotate(0deg);
    }
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.fa-rotate-90 {
    transform: rotate(90deg);
}
.fa-rotate-180 {
    transform: rotate(180deg);
}
.fa-rotate-270 {
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    transform: scaleX(-1);
}
.fa-flip-vertical {
    transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1);
}
.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: var(--fa-inverse, #fff);
}
.fa-0:before {
    content: "\30 ";
}
.fa-1:before {
    content: "\31 ";
}
.fa-2:before {
    content: "\32 ";
}
.fa-3:before {
    content: "\33 ";
}
.fa-4:before {
    content: "\34 ";
}
.fa-5:before {
    content: "\35 ";
}
.fa-6:before {
    content: "\36 ";
}
.fa-7:before {
    content: "\37 ";
}
.fa-8:before {
    content: "\38 ";
}
.fa-9:before {
    content: "\39 ";
}
.fa-a:before {
    content: "A";
}
.fa-address-book:before,
.fa-contact-book:before {
    content: "";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-anchor-circle-check:before {
    content: "";
}
.fa-anchor-circle-exclamation:before {
    content: "";
}
.fa-anchor-circle-xmark:before {
    content: "";
}
.fa-anchor-lock:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
    content: "";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
    content: "";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
    content: "";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
    content: "";
}
.fa-ankh:before {
    content: "";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
    content: "";
}
.fa-archway:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
    content: "";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
    content: "";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
    content: "";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
    content: "";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
    content: "";
}
.fa-arrow-down-up-across-line:before {
    content: "";
}
.fa-arrow-down-up-lock:before {
    content: "";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
    content: "";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
    content: "";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
    content: "";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
    content: "";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
    content: "";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
    content: "";
}
.fa-arrow-right-to-city:before {
    content: "";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
    content: "";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
    content: "";
}
.fa-arrow-trend-down:before {
    content: "";
}
.fa-arrow-trend-up:before {
    content: "";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
    content: "";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
    content: "";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
    content: "";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
    content: "";
}
.fa-arrow-up-from-bracket:before {
    content: "";
}
.fa-arrow-up-from-ground-water:before {
    content: "";
}
.fa-arrow-up-from-water-pump:before {
    content: "";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
    content: "";
}
.fa-arrow-up-right-dots:before {
    content: "";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
    content: "";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
    content: "";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
    content: "";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
    content: "";
}
.fa-arrows-down-to-line:before {
    content: "";
}
.fa-arrows-down-to-people:before {
    content: "";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
    content: "";
}
.fa-arrows-left-right-to-line:before {
    content: "";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
    content: "";
}
.fa-arrows-spin:before {
    content: "";
}
.fa-arrows-split-up-and-left:before {
    content: "";
}
.fa-arrows-to-circle:before {
    content: "";
}
.fa-arrows-to-dot:before {
    content: "";
}
.fa-arrows-to-eye:before {
    content: "";
}
.fa-arrows-turn-right:before {
    content: "";
}
.fa-arrows-turn-to-dots:before {
    content: "";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
    content: "";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
    content: "";
}
.fa-arrows-up-to-line:before {
    content: "";
}
.fa-asterisk:before {
    content: "\*";
}
.fa-at:before {
    content: "\@";
}
.fa-atom:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-austral-sign:before {
    content: "";
}
.fa-award:before {
    content: "";
}
.fa-b:before {
    content: "B";
}
.fa-baby:before {
    content: "";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
    content: "";
}
.fa-backward-step:before,
.fa-step-backward:before {
    content: "";
}
.fa-bacon:before {
    content: "";
}
.fa-bacteria:before {
    content: "";
}
.fa-bacterium:before {
    content: "";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
    content: "";
}
.fa-bahai:before,
.fa-haykal:before {
    content: "";
}
.fa-baht-sign:before {
    content: "";
}
.fa-ban:before,
.fa-cancel:before {
    content: "";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
    content: "";
}
.fa-band-aid:before,
.fa-bandage:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-bars:before,
.fa-navicon:before {
    content: "";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
    content: "";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
    content: "";
}
.fa-baseball-ball:before,
.fa-baseball:before {
    content: "";
}
.fa-baseball-bat-ball:before {
    content: "";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
    content: "";
}
.fa-basketball-ball:before,
.fa-basketball:before {
    content: "";
}
.fa-bath:before,
.fa-bathtub:before {
    content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "";
}
.fa-battery-3:before,
.fa-battery-half:before {
    content: "";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
    content: "";
}
.fa-bed:before {
    content: "";
}
.fa-bed-pulse:before,
.fa-procedures:before {
    content: "";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bezier-curve:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-biohazard:before {
    content: "";
}
.fa-bitcoin-sign:before {
    content: "";
}
.fa-blender:before {
    content: "";
}
.fa-blender-phone:before {
    content: "";
}
.fa-blog:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-bolt:before,
.fa-zap:before {
    content: "";
}
.fa-bolt-lightning:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-bone:before {
    content: "";
}
.fa-bong:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-atlas:before,
.fa-book-atlas:before {
    content: "";
}
.fa-bible:before,
.fa-book-bible:before {
    content: "";
}
.fa-book-bookmark:before {
    content: "";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
    content: "";
}
.fa-book-medical:before {
    content: "";
}
.fa-book-open:before {
    content: "";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
    content: "";
}
.fa-book-quran:before,
.fa-quran:before {
    content: "";
}
.fa-book-dead:before,
.fa-book-skull:before {
    content: "";
}
.fa-book-tanakh:before,
.fa-tanakh:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-border-all:before {
    content: "";
}
.fa-border-none:before {
    content: "";
}
.fa-border-style:before,
.fa-border-top-left:before {
    content: "";
}
.fa-bore-hole:before {
    content: "";
}
.fa-bottle-droplet:before {
    content: "";
}
.fa-bottle-water:before {
    content: "";
}
.fa-bowl-food:before {
    content: "";
}
.fa-bowl-rice:before {
    content: "";
}
.fa-bowling-ball:before {
    content: "";
}
.fa-box:before {
    content: "";
}
.fa-archive:before,
.fa-box-archive:before {
    content: "";
}
.fa-box-open:before {
    content: "";
}
.fa-box-tissue:before {
    content: "";
}
.fa-boxes-packing:before {
    content: "";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-brain:before {
    content: "";
}
.fa-brazilian-real-sign:before {
    content: "";
}
.fa-bread-slice:before {
    content: "";
}
.fa-bridge:before {
    content: "";
}
.fa-bridge-circle-check:before {
    content: "";
}
.fa-bridge-circle-exclamation:before {
    content: "";
}
.fa-bridge-circle-xmark:before {
    content: "";
}
.fa-bridge-lock:before {
    content: "";
}
.fa-bridge-water:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-briefcase-medical:before {
    content: "";
}
.fa-broom:before {
    content: "";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
    content: "";
}
.fa-brush:before {
    content: "";
}
.fa-bucket:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-bug-slash:before {
    content: "";
}
.fa-bugs:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-building-circle-arrow-right:before {
    content: "";
}
.fa-building-circle-check:before {
    content: "";
}
.fa-building-circle-exclamation:before {
    content: "";
}
.fa-building-circle-xmark:before {
    content: "";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
    content: "";
}
.fa-building-flag:before {
    content: "";
}
.fa-building-lock:before {
    content: "";
}
.fa-building-ngo:before {
    content: "";
}
.fa-building-shield:before {
    content: "";
}
.fa-building-un:before {
    content: "";
}
.fa-building-user:before {
    content: "";
}
.fa-building-wheat:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-burger:before,
.fa-hamburger:before {
    content: "";
}
.fa-burst:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
    content: "";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
    content: "";
}
.fa-c:before {
    content: "C";
}
.fa-cable-car:before,
.fa-tram:before {
    content: "";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-calendar-check:before {
    content: "";
}
.fa-calendar-day:before {
    content: "";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: "";
}
.fa-calendar-minus:before {
    content: "";
}
.fa-calendar-plus:before {
    content: "";
}
.fa-calendar-week:before {
    content: "";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
    content: "";
}
.fa-camera-alt:before,
.fa-camera:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-camera-rotate:before {
    content: "";
}
.fa-campground:before {
    content: "";
}
.fa-candy-cane:before {
    content: "";
}
.fa-cannabis:before {
    content: "";
}
.fa-capsules:before {
    content: "";
}
.fa-automobile:before,
.fa-car:before {
    content: "";
}
.fa-battery-car:before,
.fa-car-battery:before {
    content: "";
}
.fa-car-burst:before,
.fa-car-crash:before {
    content: "";
}
.fa-car-on:before {
    content: "";
}
.fa-car-alt:before,
.fa-car-rear:before {
    content: "";
}
.fa-car-side:before {
    content: "";
}
.fa-car-tunnel:before {
    content: "";
}
.fa-caravan:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-carrot:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
    content: "";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
    content: "";
}
.fa-cash-register:before {
    content: "";
}
.fa-cat:before {
    content: "";
}
.fa-cedi-sign:before {
    content: "";
}
.fa-cent-sign:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-chair:before {
    content: "";
}
.fa-blackboard:before,
.fa-chalkboard:before {
    content: "";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
    content: "";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
    content: "";
}
.fa-charging-station:before {
    content: "";
}
.fa-area-chart:before,
.fa-chart-area:before {
    content: "";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
    content: "";
}
.fa-chart-column:before {
    content: "";
}
.fa-chart-gantt:before {
    content: "";
}
.fa-chart-line:before,
.fa-line-chart:before {
    content: "";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
    content: "";
}
.fa-chart-simple:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-check-double:before {
    content: "";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
    content: "";
}
.fa-cheese:before {
    content: "";
}
.fa-chess:before {
    content: "";
}
.fa-chess-bishop:before {
    content: "";
}
.fa-chess-board:before {
    content: "";
}
.fa-chess-king:before {
    content: "";
}
.fa-chess-knight:before {
    content: "";
}
.fa-chess-pawn:before {
    content: "";
}
.fa-chess-queen:before {
    content: "";
}
.fa-chess-rook:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-child-dress:before {
    content: "";
}
.fa-child-reaching:before {
    content: "";
}
.fa-child-rifle:before {
    content: "";
}
.fa-children:before {
    content: "";
}
.fa-church:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
    content: "";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
    content: "";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
    content: "";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
    content: "";
}
.fa-check-circle:before,
.fa-circle-check:before {
    content: "";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
    content: "";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
    content: "";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
    content: "";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
    content: "";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
    content: "";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
    content: "";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
    content: "";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
    content: "";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
    content: "";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
    content: "";
}
.fa-circle-info:before,
.fa-info-circle:before {
    content: "";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
    content: "";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
    content: "";
}
.fa-circle-nodes:before {
    content: "";
}
.fa-circle-notch:before {
    content: "";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
    content: "";
}
.fa-circle-play:before,
.fa-play-circle:before {
    content: "";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
    content: "";
}
.fa-circle-question:before,
.fa-question-circle:before {
    content: "";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
    content: "";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
    content: "";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
    content: "";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
    content: "";
}
.fa-circle-user:before,
.fa-user-circle:before {
    content: "";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
    content: "";
}
.fa-city:before {
    content: "";
}
.fa-clapperboard:before {
    content: "";
}
.fa-clipboard:before {
    content: "";
}
.fa-clipboard-check:before {
    content: "";
}
.fa-clipboard-list:before {
    content: "";
}
.fa-clipboard-question:before {
    content: "";
}
.fa-clipboard-user:before {
    content: "";
}
.fa-clock-four:before,
.fa-clock:before {
    content: "";
}
.fa-clock-rotate-left:before,
.fa-history:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-closed-captioning:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
    content: "";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
    content: "";
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
    content: "";
}
.fa-cloud-meatball:before {
    content: "";
}
.fa-cloud-moon:before {
    content: "";
}
.fa-cloud-moon-rain:before {
    content: "";
}
.fa-cloud-rain:before {
    content: "";
}
.fa-cloud-showers-heavy:before {
    content: "";
}
.fa-cloud-showers-water:before {
    content: "";
}
.fa-cloud-sun:before {
    content: "";
}
.fa-cloud-sun-rain:before {
    content: "";
}
.fa-clover:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-code-branch:before {
    content: "";
}
.fa-code-commit:before {
    content: "";
}
.fa-code-compare:before {
    content: "";
}
.fa-code-fork:before {
    content: "";
}
.fa-code-merge:before {
    content: "";
}
.fa-code-pull-request:before {
    content: "";
}
.fa-coins:before {
    content: "";
}
.fa-colon-sign:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-comment-dollar:before {
    content: "";
}
.fa-comment-dots:before,
.fa-commenting:before {
    content: "";
}
.fa-comment-medical:before {
    content: "";
}
.fa-comment-slash:before {
    content: "";
}
.fa-comment-sms:before,
.fa-sms:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-comments-dollar:before {
    content: "";
}
.fa-compact-disc:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-computer:before {
    content: "";
}
.fa-computer-mouse:before,
.fa-mouse:before {
    content: "";
}
.fa-cookie:before {
    content: "";
}
.fa-cookie-bite:before {
    content: "";
}
.fa-copy:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-couch:before {
    content: "";
}
.fa-cow:before {
    content: "";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
    content: "";
}
.fa-cross:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-crow:before {
    content: "";
}
.fa-crown:before {
    content: "";
}
.fa-crutch:before {
    content: "";
}
.fa-cruzeiro-sign:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-cubes-stacked:before {
    content: "";
}
.fa-d:before {
    content: "D";
}
.fa-database:before {
    content: "";
}
.fa-backspace:before,
.fa-delete-left:before {
    content: "";
}
.fa-democrat:before {
    content: "";
}
.fa-desktop-alt:before,
.fa-desktop:before {
    content: "";
}
.fa-dharmachakra:before {
    content: "";
}
.fa-diagram-next:before {
    content: "";
}
.fa-diagram-predecessor:before {
    content: "";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
    content: "";
}
.fa-diagram-successor:before {
    content: "";
}
.fa-diamond:before {
    content: "";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
    content: "";
}
.fa-dice:before {
    content: "";
}
.fa-dice-d20:before {
    content: "";
}
.fa-dice-d6:before {
    content: "";
}
.fa-dice-five:before {
    content: "";
}
.fa-dice-four:before {
    content: "";
}
.fa-dice-one:before {
    content: "";
}
.fa-dice-six:before {
    content: "";
}
.fa-dice-three:before {
    content: "";
}
.fa-dice-two:before {
    content: "";
}
.fa-disease:before {
    content: "";
}
.fa-display:before {
    content: "";
}
.fa-divide:before {
    content: "";
}
.fa-dna:before {
    content: "";
}
.fa-dog:before {
    content: "";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
    content: "\$";
}
.fa-dolly-box:before,
.fa-dolly:before {
    content: "";
}
.fa-dong-sign:before {
    content: "";
}
.fa-door-closed:before {
    content: "";
}
.fa-door-open:before {
    content: "";
}
.fa-dove:before {
    content: "";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
    content: "";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-dragon:before {
    content: "";
}
.fa-draw-polygon:before {
    content: "";
}
.fa-droplet:before,
.fa-tint:before {
    content: "";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
    content: "";
}
.fa-drum:before {
    content: "";
}
.fa-drum-steelpan:before {
    content: "";
}
.fa-drumstick-bite:before {
    content: "";
}
.fa-dumbbell:before {
    content: "";
}
.fa-dumpster:before {
    content: "";
}
.fa-dumpster-fire:before {
    content: "";
}
.fa-dungeon:before {
    content: "";
}
.fa-e:before {
    content: "E";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
    content: "";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
    content: "";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
    content: "";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
    content: "";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
    content: "";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
    content: "";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
    content: "";
}
.fa-egg:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-elevator:before {
    content: "";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
    content: "";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-envelope-circle-check:before {
    content: "";
}
.fa-envelope-open:before {
    content: "";
}
.fa-envelope-open-text:before {
    content: "";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
    content: "";
}
.fa-equals:before {
    content: "\=";
}
.fa-eraser:before {
    content: "";
}
.fa-ethernet:before {
    content: "";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
    content: "";
}
.fa-exclamation:before {
    content: "\!";
}
.fa-expand:before {
    content: "";
}
.fa-explosion:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
    content: "";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-f:before {
    content: "F";
}
.fa-angry:before,
.fa-face-angry:before {
    content: "";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
    content: "";
}
.fa-face-flushed:before,
.fa-flushed:before {
    content: "";
}
.fa-face-frown:before,
.fa-frown:before {
    content: "";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
    content: "";
}
.fa-face-grimace:before,
.fa-grimace:before {
    content: "";
}
.fa-face-grin:before,
.fa-grin:before {
    content: "";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
    content: "";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
    content: "";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
    content: "";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
    content: "";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
    content: "";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
    content: "";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
    content: "";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
    content: "";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
    content: "";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
    content: "";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
    content: "";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
    content: "";
}
.fa-face-kiss:before,
.fa-kiss:before {
    content: "";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
    content: "";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
    content: "";
}
.fa-face-laugh:before,
.fa-laugh:before {
    content: "";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
    content: "";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
    content: "";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
    content: "";
}
.fa-face-meh:before,
.fa-meh:before {
    content: "";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
    content: "";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
    content: "";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
    content: "";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
    content: "";
}
.fa-face-smile:before,
.fa-smile:before {
    content: "";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
    content: "";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
    content: "";
}
.fa-face-surprise:before,
.fa-surprise:before {
    content: "";
}
.fa-face-tired:before,
.fa-tired:before {
    content: "";
}
.fa-fan:before {
    content: "";
}
.fa-faucet:before {
    content: "";
}
.fa-faucet-drip:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-feather:before {
    content: "";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
    content: "";
}
.fa-ferry:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
    content: "";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
    content: "";
}
.fa-file-audio:before {
    content: "";
}
.fa-file-circle-check:before {
    content: "";
}
.fa-file-circle-exclamation:before {
    content: "";
}
.fa-file-circle-minus:before {
    content: "";
}
.fa-file-circle-plus:before {
    content: "";
}
.fa-file-circle-question:before {
    content: "";
}
.fa-file-circle-xmark:before {
    content: "";
}
.fa-file-code:before {
    content: "";
}
.fa-file-contract:before {
    content: "";
}
.fa-file-csv:before {
    content: "";
}
.fa-file-excel:before {
    content: "";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
    content: "";
}
.fa-file-image:before {
    content: "";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
    content: "";
}
.fa-file-invoice:before {
    content: "";
}
.fa-file-invoice-dollar:before {
    content: "";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
    content: "";
}
.fa-file-medical:before {
    content: "";
}
.fa-file-pdf:before {
    content: "";
}
.fa-file-edit:before,
.fa-file-pen:before {
    content: "";
}
.fa-file-powerpoint:before {
    content: "";
}
.fa-file-prescription:before {
    content: "";
}
.fa-file-shield:before {
    content: "";
}
.fa-file-signature:before {
    content: "";
}
.fa-file-video:before {
    content: "";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
    content: "";
}
.fa-file-word:before {
    content: "";
}
.fa-file-archive:before,
.fa-file-zipper:before {
    content: "";
}
.fa-fill:before {
    content: "";
}
.fa-fill-drip:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
    content: "";
}
.fa-filter-circle-xmark:before {
    content: "";
}
.fa-fingerprint:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-fire-burner:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
    content: "";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
    content: "";
}
.fa-fish:before {
    content: "";
}
.fa-fish-fins:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-flag-usa:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-flask-vial:before {
    content: "";
}
.fa-floppy-disk:before,
.fa-save:before {
    content: "";
}
.fa-florin-sign:before {
    content: "";
}
.fa-folder-blank:before,
.fa-folder:before {
    content: "";
}
.fa-folder-closed:before {
    content: "";
}
.fa-folder-minus:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-folder-plus:before {
    content: "";
}
.fa-folder-tree:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-football-ball:before,
.fa-football:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
    content: "";
}
.fa-forward-step:before,
.fa-step-forward:before {
    content: "";
}
.fa-franc-sign:before {
    content: "";
}
.fa-frog:before {
    content: "";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
    content: "";
}
.fa-g:before {
    content: "G";
}
.fa-gamepad:before {
    content: "";
}
.fa-gas-pump:before {
    content: "";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
    content: "";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
    content: "";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
    content: "";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
    content: "";
}
.fa-gavel:before,
.fa-legal:before {
    content: "";
}
.fa-cog:before,
.fa-gear:before {
    content: "";
}
.fa-cogs:before,
.fa-gears:before {
    content: "";
}
.fa-gem:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-ghost:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-gifts:before {
    content: "";
}
.fa-glass-water:before {
    content: "";
}
.fa-glass-water-droplet:before {
    content: "";
}
.fa-glasses:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
    content: "";
}
.fa-gopuram:before {
    content: "";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "";
}
.fa-greater-than:before {
    content: "\>";
}
.fa-greater-than-equal:before {
    content: "";
}
.fa-grip-horizontal:before,
.fa-grip:before {
    content: "";
}
.fa-grip-lines:before {
    content: "";
}
.fa-grip-lines-vertical:before {
    content: "";
}
.fa-grip-vertical:before {
    content: "";
}
.fa-group-arrows-rotate:before {
    content: "";
}
.fa-guarani-sign:before {
    content: "";
}
.fa-guitar:before {
    content: "";
}
.fa-gun:before {
    content: "";
}
.fa-h:before {
    content: "H";
}
.fa-hammer:before {
    content: "";
}
.fa-hamsa:before {
    content: "";
}
.fa-hand-paper:before,
.fa-hand:before {
    content: "";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
    content: "";
}
.fa-allergies:before,
.fa-hand-dots:before {
    content: "";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
    content: "";
}
.fa-hand-holding:before {
    content: "";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
    content: "";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
    content: "";
}
.fa-hand-holding-hand:before {
    content: "";
}
.fa-hand-holding-heart:before {
    content: "";
}
.fa-hand-holding-medical:before {
    content: "";
}
.fa-hand-lizard:before {
    content: "";
}
.fa-hand-middle-finger:before {
    content: "";
}
.fa-hand-peace:before {
    content: "";
}
.fa-hand-point-down:before {
    content: "";
}
.fa-hand-point-left:before {
    content: "";
}
.fa-hand-point-right:before {
    content: "";
}
.fa-hand-point-up:before {
    content: "";
}
.fa-hand-pointer:before {
    content: "";
}
.fa-hand-scissors:before {
    content: "";
}
.fa-hand-sparkles:before {
    content: "";
}
.fa-hand-spock:before {
    content: "";
}
.fa-handcuffs:before {
    content: "";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
    content: "";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
    content: "";
}
.fa-hands-bound:before {
    content: "";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
    content: "";
}
.fa-hands-clapping:before {
    content: "";
}
.fa-hands-holding:before {
    content: "";
}
.fa-hands-holding-child:before {
    content: "";
}
.fa-hands-holding-circle:before {
    content: "";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
    content: "";
}
.fa-handshake:before {
    content: "";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
    content: "";
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
    content: "";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
    content: "";
}
.fa-handshake-slash:before {
    content: "";
}
.fa-hanukiah:before {
    content: "";
}
.fa-hard-drive:before,
.fa-hdd:before {
    content: "";
}
.fa-hashtag:before {
    content: "\#";
}
.fa-hat-cowboy:before {
    content: "";
}
.fa-hat-cowboy-side:before {
    content: "";
}
.fa-hat-wizard:before {
    content: "";
}
.fa-head-side-cough:before {
    content: "";
}
.fa-head-side-cough-slash:before {
    content: "";
}
.fa-head-side-mask:before {
    content: "";
}
.fa-head-side-virus:before {
    content: "";
}
.fa-header:before,
.fa-heading:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
    content: "";
}
.fa-headset:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-heart-circle-bolt:before {
    content: "";
}
.fa-heart-circle-check:before {
    content: "";
}
.fa-heart-circle-exclamation:before {
    content: "";
}
.fa-heart-circle-minus:before {
    content: "";
}
.fa-heart-circle-plus:before {
    content: "";
}
.fa-heart-circle-xmark:before {
    content: "";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
    content: "";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
    content: "";
}
.fa-helicopter:before {
    content: "";
}
.fa-helicopter-symbol:before {
    content: "";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
    content: "";
}
.fa-helmet-un:before {
    content: "";
}
.fa-highlighter:before {
    content: "";
}
.fa-hill-avalanche:before {
    content: "";
}
.fa-hill-rockslide:before {
    content: "";
}
.fa-hippo:before {
    content: "";
}
.fa-hockey-puck:before {
    content: "";
}
.fa-holly-berry:before {
    content: "";
}
.fa-horse:before {
    content: "";
}
.fa-horse-head:before {
    content: "";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
    content: "";
}
.fa-hospital-user:before {
    content: "";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
    content: "";
}
.fa-hotdog:before {
    content: "";
}
.fa-hotel:before {
    content: "";
}
.fa-hourglass-empty:before,
.fa-hourglass:before {
    content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
    content: "";
}
.fa-home-lg:before,
.fa-house-chimney:before {
    content: "";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
    content: "";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
    content: "";
}
.fa-house-chimney-user:before {
    content: "";
}
.fa-house-chimney-window:before {
    content: "";
}
.fa-house-circle-check:before {
    content: "";
}
.fa-house-circle-exclamation:before {
    content: "";
}
.fa-house-circle-xmark:before {
    content: "";
}
.fa-house-crack:before {
    content: "";
}
.fa-house-fire:before {
    content: "";
}
.fa-house-flag:before {
    content: "";
}
.fa-house-flood-water:before {
    content: "";
}
.fa-house-flood-water-circle-arrow-right:before {
    content: "";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
    content: "";
}
.fa-house-lock:before {
    content: "";
}
.fa-house-medical:before {
    content: "";
}
.fa-house-medical-circle-check:before {
    content: "";
}
.fa-house-medical-circle-exclamation:before {
    content: "";
}
.fa-house-medical-circle-xmark:before {
    content: "";
}
.fa-house-medical-flag:before {
    content: "";
}
.fa-house-signal:before {
    content: "";
}
.fa-house-tsunami:before {
    content: "";
}
.fa-home-user:before,
.fa-house-user:before {
    content: "";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
    content: "";
}
.fa-hurricane:before {
    content: "";
}
.fa-i:before {
    content: "I";
}
.fa-i-cursor:before {
    content: "";
}
.fa-ice-cream:before {
    content: "";
}
.fa-icicles:before {
    content: "";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
    content: "";
}
.fa-id-badge:before {
    content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
    content: "";
}
.fa-igloo:before {
    content: "";
}
.fa-image:before {
    content: "";
}
.fa-image-portrait:before,
.fa-portrait:before {
    content: "";
}
.fa-images:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-infinity:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-j:before {
    content: "J";
}
.fa-jar:before {
    content: "";
}
.fa-jar-wheat:before {
    content: "";
}
.fa-jedi:before {
    content: "";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
    content: "";
}
.fa-jet-fighter-up:before {
    content: "";
}
.fa-joint:before {
    content: "";
}
.fa-jug-detergent:before {
    content: "";
}
.fa-k:before {
    content: "K";
}
.fa-kaaba:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-keyboard:before {
    content: "";
}
.fa-khanda:before {
    content: "";
}
.fa-kip-sign:before {
    content: "";
}
.fa-first-aid:before,
.fa-kit-medical:before {
    content: "";
}
.fa-kitchen-set:before {
    content: "";
}
.fa-kiwi-bird:before {
    content: "";
}
.fa-l:before {
    content: "L";
}
.fa-land-mine-on:before {
    content: "";
}
.fa-landmark:before {
    content: "";
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
    content: "";
}
.fa-landmark-flag:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-laptop-code:before {
    content: "";
}
.fa-laptop-file:before {
    content: "";
}
.fa-laptop-medical:before {
    content: "";
}
.fa-lari-sign:before {
    content: "";
}
.fa-layer-group:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
    content: "";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
    content: "";
}
.fa-lemon:before {
    content: "";
}
.fa-less-than:before {
    content: "\<";
}
.fa-less-than-equal:before {
    content: "";
}
.fa-life-ring:before {
    content: "";
}
.fa-lightbulb:before {
    content: "";
}
.fa-lines-leaning:before {
    content: "";
}
.fa-chain:before,
.fa-link:before {
    content: "";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
    content: "";
}
.fa-lira-sign:before {
    content: "";
}
.fa-list-squares:before,
.fa-list:before {
    content: "";
}
.fa-list-check:before,
.fa-tasks:before {
    content: "";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
    content: "";
}
.fa-list-dots:before,
.fa-list-ul:before {
    content: "";
}
.fa-litecoin-sign:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-location-crosshairs:before,
.fa-location:before {
    content: "";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
    content: "";
}
.fa-location-pin:before,
.fa-map-marker:before {
    content: "";
}
.fa-location-pin-lock:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-lock-open:before {
    content: "";
}
.fa-locust:before {
    content: "";
}
.fa-lungs:before {
    content: "";
}
.fa-lungs-virus:before {
    content: "";
}
.fa-m:before {
    content: "M";
}
.fa-magnet:before {
    content: "";
}
.fa-magnifying-glass:before,
.fa-search:before {
    content: "";
}
.fa-magnifying-glass-arrow-right:before {
    content: "";
}
.fa-magnifying-glass-chart:before {
    content: "";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
    content: "";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
    content: "";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
    content: "";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
    content: "";
}
.fa-manat-sign:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-map-location:before,
.fa-map-marked:before {
    content: "";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-marker:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mars-and-venus:before {
    content: "";
}
.fa-mars-and-venus-burst:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
    content: "";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
    content: "";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
    content: "";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
    content: "";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
    content: "";
}
.fa-mask:before {
    content: "";
}
.fa-mask-face:before {
    content: "";
}
.fa-mask-ventilator:before {
    content: "";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
    content: "";
}
.fa-mattress-pillow:before {
    content: "";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
    content: "";
}
.fa-medal:before {
    content: "";
}
.fa-memory:before {
    content: "";
}
.fa-menorah:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-comment-alt:before,
.fa-message:before {
    content: "";
}
.fa-meteor:before {
    content: "";
}
.fa-microchip:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
    content: "";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-microscope:before {
    content: "";
}
.fa-mill-sign:before {
    content: "";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
    content: "";
}
.fa-minus:before,
.fa-subtract:before {
    content: "";
}
.fa-mitten:before {
    content: "";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}
.fa-mobile-button:before {
    content: "";
}
.fa-mobile-retro:before {
    content: "";
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
    content: "";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
    content: "";
}
.fa-money-bill:before {
    content: "";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
    content: "";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
    content: "";
}
.fa-money-bill-transfer:before {
    content: "";
}
.fa-money-bill-trend-up:before {
    content: "";
}
.fa-money-bill-wave:before {
    content: "";
}
.fa-money-bill-wheat:before {
    content: "";
}
.fa-money-bills:before {
    content: "";
}
.fa-money-check:before {
    content: "";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
    content: "";
}
.fa-monument:before {
    content: "";
}
.fa-moon:before {
    content: "";
}
.fa-mortar-pestle:before {
    content: "";
}
.fa-mosque:before {
    content: "";
}
.fa-mosquito:before {
    content: "";
}
.fa-mosquito-net:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-mound:before {
    content: "";
}
.fa-mountain:before {
    content: "";
}
.fa-mountain-city:before {
    content: "";
}
.fa-mountain-sun:before {
    content: "";
}
.fa-mug-hot:before {
    content: "";
}
.fa-coffee:before,
.fa-mug-saucer:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-n:before {
    content: "N";
}
.fa-naira-sign:before {
    content: "";
}
.fa-network-wired:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-newspaper:before {
    content: "";
}
.fa-not-equal:before {
    content: "";
}
.fa-notdef:before {
    content: "";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
    content: "";
}
.fa-notes-medical:before {
    content: "";
}
.fa-o:before {
    content: "O";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-oil-can:before {
    content: "";
}
.fa-oil-well:before {
    content: "";
}
.fa-om:before {
    content: "";
}
.fa-otter:before {
    content: "";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "";
}
.fa-p:before {
    content: "P";
}
.fa-pager:before {
    content: "";
}
.fa-paint-roller:before {
    content: "";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
    content: "";
}
.fa-palette:before {
    content: "";
}
.fa-pallet:before {
    content: "";
}
.fa-panorama:before {
    content: "";
}
.fa-paper-plane:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-parachute-box:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-passport:before {
    content: "";
}
.fa-file-clipboard:before,
.fa-paste:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-peace:before {
    content: "";
}
.fa-pen:before {
    content: "";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
    content: "";
}
.fa-pen-fancy:before {
    content: "";
}
.fa-pen-nib:before {
    content: "";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
    content: "";
}
.fa-edit:before,
.fa-pen-to-square:before {
    content: "";
}
.fa-pencil-alt:before,
.fa-pencil:before {
    content: "";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
    content: "";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
    content: "";
}
.fa-people-group:before {
    content: "";
}
.fa-people-line:before {
    content: "";
}
.fa-people-pulling:before {
    content: "";
}
.fa-people-robbery:before {
    content: "";
}
.fa-people-roof:before {
    content: "";
}
.fa-pepper-hot:before {
    content: "";
}
.fa-percent:before,
.fa-percentage:before {
    content: "\%";
}
.fa-male:before,
.fa-person:before {
    content: "";
}
.fa-person-arrow-down-to-line:before {
    content: "";
}
.fa-person-arrow-up-from-line:before {
    content: "";
}
.fa-biking:before,
.fa-person-biking:before {
    content: "";
}
.fa-person-booth:before {
    content: "";
}
.fa-person-breastfeeding:before {
    content: "";
}
.fa-person-burst:before {
    content: "";
}
.fa-person-cane:before {
    content: "";
}
.fa-person-chalkboard:before {
    content: "";
}
.fa-person-circle-check:before {
    content: "";
}
.fa-person-circle-exclamation:before {
    content: "";
}
.fa-person-circle-minus:before {
    content: "";
}
.fa-person-circle-plus:before {
    content: "";
}
.fa-person-circle-question:before {
    content: "";
}
.fa-person-circle-xmark:before {
    content: "";
}
.fa-digging:before,
.fa-person-digging:before {
    content: "";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
    content: "";
}
.fa-female:before,
.fa-person-dress:before {
    content: "";
}
.fa-person-dress-burst:before {
    content: "";
}
.fa-person-drowning:before {
    content: "";
}
.fa-person-falling:before {
    content: "";
}
.fa-person-falling-burst:before {
    content: "";
}
.fa-person-half-dress:before {
    content: "";
}
.fa-person-harassing:before {
    content: "";
}
.fa-hiking:before,
.fa-person-hiking:before {
    content: "";
}
.fa-person-military-pointing:before {
    content: "";
}
.fa-person-military-rifle:before {
    content: "";
}
.fa-person-military-to-person:before {
    content: "";
}
.fa-person-praying:before,
.fa-pray:before {
    content: "";
}
.fa-person-pregnant:before {
    content: "";
}
.fa-person-rays:before {
    content: "";
}
.fa-person-rifle:before {
    content: "";
}
.fa-person-running:before,
.fa-running:before {
    content: "";
}
.fa-person-shelter:before {
    content: "";
}
.fa-person-skating:before,
.fa-skating:before {
    content: "";
}
.fa-person-skiing:before,
.fa-skiing:before {
    content: "";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
    content: "";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
    content: "";
}
.fa-person-swimming:before,
.fa-swimmer:before {
    content: "";
}
.fa-person-through-window:before {
    content: "";
}
.fa-person-walking:before,
.fa-walking:before {
    content: "";
}
.fa-person-walking-arrow-loop-left:before {
    content: "";
}
.fa-person-walking-arrow-right:before {
    content: "";
}
.fa-person-walking-dashed-line-arrow-right:before {
    content: "";
}
.fa-person-walking-luggage:before {
    content: "";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
    content: "";
}
.fa-peseta-sign:before {
    content: "";
}
.fa-peso-sign:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
    content: "";
}
.fa-phone-slash:before {
    content: "";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
    content: "";
}
.fa-photo-film:before,
.fa-photo-video:before {
    content: "";
}
.fa-piggy-bank:before {
    content: "";
}
.fa-pills:before {
    content: "";
}
.fa-pizza-slice:before {
    content: "";
}
.fa-place-of-worship:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-plane-arrival:before {
    content: "";
}
.fa-plane-circle-check:before {
    content: "";
}
.fa-plane-circle-exclamation:before {
    content: "";
}
.fa-plane-circle-xmark:before {
    content: "";
}
.fa-plane-departure:before {
    content: "";
}
.fa-plane-lock:before {
    content: "";
}
.fa-plane-slash:before {
    content: "";
}
.fa-plane-up:before {
    content: "";
}
.fa-plant-wilt:before {
    content: "";
}
.fa-plate-wheat:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-plug-circle-bolt:before {
    content: "";
}
.fa-plug-circle-check:before {
    content: "";
}
.fa-plug-circle-exclamation:before {
    content: "";
}
.fa-plug-circle-minus:before {
    content: "";
}
.fa-plug-circle-plus:before {
    content: "";
}
.fa-plug-circle-xmark:before {
    content: "";
}
.fa-add:before,
.fa-plus:before {
    content: "\+";
}
.fa-plus-minus:before {
    content: "";
}
.fa-podcast:before {
    content: "";
}
.fa-poo:before {
    content: "";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
    content: "";
}
.fa-poop:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-prescription:before {
    content: "";
}
.fa-prescription-bottle:before {
    content: "";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-pump-medical:before {
    content: "";
}
.fa-pump-soap:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-q:before {
    content: "Q";
}
.fa-qrcode:before {
    content: "";
}
.fa-question:before {
    content: "\?";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
    content: "";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
    content: "";
}
.fa-r:before {
    content: "R";
}
.fa-radiation:before {
    content: "";
}
.fa-radio:before {
    content: "";
}
.fa-rainbow:before {
    content: "";
}
.fa-ranking-star:before {
    content: "";
}
.fa-receipt:before {
    content: "";
}
.fa-record-vinyl:before {
    content: "";
}
.fa-ad:before,
.fa-rectangle-ad:before {
    content: "";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
    content: "";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-repeat:before {
    content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}
.fa-republican:before {
    content: "";
}
.fa-restroom:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-ribbon:before {
    content: "";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
    content: "";
}
.fa-exchange-alt:before,
.fa-right-left:before {
    content: "";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
    content: "";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
    content: "";
}
.fa-ring:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-road-barrier:before {
    content: "";
}
.fa-road-bridge:before {
    content: "";
}
.fa-road-circle-check:before {
    content: "";
}
.fa-road-circle-exclamation:before {
    content: "";
}
.fa-road-circle-xmark:before {
    content: "";
}
.fa-road-lock:before {
    content: "";
}
.fa-road-spikes:before {
    content: "";
}
.fa-robot:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-rotate:before,
.fa-sync-alt:before {
    content: "";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
    content: "";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
    content: "";
}
.fa-route:before {
    content: "";
}
.fa-feed:before,
.fa-rss:before {
    content: "";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
    content: "";
}
.fa-rug:before {
    content: "";
}
.fa-ruler:before {
    content: "";
}
.fa-ruler-combined:before {
    content: "";
}
.fa-ruler-horizontal:before {
    content: "";
}
.fa-ruler-vertical:before {
    content: "";
}
.fa-rupee-sign:before,
.fa-rupee:before {
    content: "";
}
.fa-rupiah-sign:before {
    content: "";
}
.fa-s:before {
    content: "S";
}
.fa-sack-dollar:before {
    content: "";
}
.fa-sack-xmark:before {
    content: "";
}
.fa-sailboat:before {
    content: "";
}
.fa-satellite:before {
    content: "";
}
.fa-satellite-dish:before {
    content: "";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
    content: "";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
    content: "";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
    content: "";
}
.fa-school:before {
    content: "";
}
.fa-school-circle-check:before {
    content: "";
}
.fa-school-circle-exclamation:before {
    content: "";
}
.fa-school-circle-xmark:before {
    content: "";
}
.fa-school-flag:before {
    content: "";
}
.fa-school-lock:before {
    content: "";
}
.fa-cut:before,
.fa-scissors:before {
    content: "";
}
.fa-screwdriver:before {
    content: "";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
    content: "";
}
.fa-scroll:before {
    content: "";
}
.fa-scroll-torah:before,
.fa-torah:before {
    content: "";
}
.fa-sd-card:before {
    content: "";
}
.fa-section:before {
    content: "";
}
.fa-seedling:before,
.fa-sprout:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
    content: "";
}
.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
    content: "";
}
.fa-share-from-square:before,
.fa-share-square:before {
    content: "";
}
.fa-share-alt:before,
.fa-share-nodes:before {
    content: "";
}
.fa-sheet-plastic:before {
    content: "";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
    content: "";
}
.fa-shield-blank:before,
.fa-shield:before {
    content: "";
}
.fa-shield-cat:before {
    content: "";
}
.fa-shield-dog:before {
    content: "";
}
.fa-shield-alt:before,
.fa-shield-halved:before {
    content: "";
}
.fa-shield-heart:before {
    content: "";
}
.fa-shield-virus:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
    content: "";
}
.fa-shoe-prints:before {
    content: "";
}
.fa-shop:before,
.fa-store-alt:before {
    content: "";
}
.fa-shop-lock:before {
    content: "";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
    content: "";
}
.fa-shower:before {
    content: "";
}
.fa-shrimp:before {
    content: "";
}
.fa-random:before,
.fa-shuffle:before {
    content: "";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
    content: "";
}
.fa-sign-hanging:before,
.fa-sign:before {
    content: "";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
    content: "";
}
.fa-signature:before {
    content: "";
}
.fa-map-signs:before,
.fa-signs-post:before {
    content: "";
}
.fa-sim-card:before {
    content: "";
}
.fa-sink:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-skull:before {
    content: "";
}
.fa-skull-crossbones:before {
    content: "";
}
.fa-slash:before {
    content: "";
}
.fa-sleigh:before {
    content: "";
}
.fa-sliders-h:before,
.fa-sliders:before {
    content: "";
}
.fa-smog:before {
    content: "";
}
.fa-smoking:before {
    content: "";
}
.fa-snowflake:before {
    content: "";
}
.fa-snowman:before {
    content: "";
}
.fa-snowplow:before {
    content: "";
}
.fa-soap:before {
    content: "";
}
.fa-socks:before {
    content: "";
}
.fa-solar-panel:before {
    content: "";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "";
}
.fa-spa:before {
    content: "";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
    content: "";
}
.fa-spell-check:before {
    content: "";
}
.fa-spider:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-splotch:before {
    content: "";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
    content: "";
}
.fa-spray-can:before {
    content: "";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
    content: "";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
    content: "";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
    content: "";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
    content: "";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
    content: "";
}
.fa-check-square:before,
.fa-square-check:before {
    content: "";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
    content: "";
}
.fa-square-full:before {
    content: "";
}
.fa-h-square:before,
.fa-square-h:before {
    content: "";
}
.fa-minus-square:before,
.fa-square-minus:before {
    content: "";
}
.fa-square-nfi:before {
    content: "";
}
.fa-parking:before,
.fa-square-parking:before {
    content: "";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
    content: "";
}
.fa-square-person-confined:before {
    content: "";
}
.fa-phone-square:before,
.fa-square-phone:before {
    content: "";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
    content: "";
}
.fa-plus-square:before,
.fa-square-plus:before {
    content: "";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
    content: "";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
    content: "";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
    content: "";
}
.fa-rss-square:before,
.fa-square-rss:before {
    content: "";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
    content: "";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
    content: "";
}
.fa-square-virus:before {
    content: "";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
    content: "";
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
    content: "";
}
.fa-stairs:before {
    content: "";
}
.fa-stamp:before {
    content: "";
}
.fa-stapler:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-and-crescent:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
    content: "";
}
.fa-star-of-david:before {
    content: "";
}
.fa-star-of-life:before {
    content: "";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-stopwatch:before {
    content: "";
}
.fa-stopwatch-20:before {
    content: "";
}
.fa-store:before {
    content: "";
}
.fa-store-slash:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-stroopwafel:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
    content: "";
}
.fa-suitcase-rolling:before {
    content: "";
}
.fa-sun:before {
    content: "";
}
.fa-sun-plant-wilt:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-swatchbook:before {
    content: "";
}
.fa-synagogue:before {
    content: "";
}
.fa-syringe:before {
    content: "";
}
.fa-t:before {
    content: "T";
}
.fa-table:before {
    content: "";
}
.fa-table-cells:before,
.fa-th:before {
    content: "";
}
.fa-table-cells-large:before,
.fa-th-large:before {
    content: "";
}
.fa-columns:before,
.fa-table-columns:before {
    content: "";
}
.fa-table-list:before,
.fa-th-list:before {
    content: "";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
    content: "";
}
.fa-tablet-android:before,
.fa-tablet:before {
    content: "";
}
.fa-tablet-button:before {
    content: "";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
    content: "";
}
.fa-tablets:before {
    content: "";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-tape:before {
    content: "";
}
.fa-tarp:before {
    content: "";
}
.fa-tarp-droplet:before {
    content: "";
}
.fa-cab:before,
.fa-taxi:before {
    content: "";
}
.fa-teeth:before {
    content: "";
}
.fa-teeth-open:before {
    content: "";
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
    content: "";
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
    content: "";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
    content: "";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}
.fa-temperature-high:before {
    content: "";
}
.fa-temperature-low:before {
    content: "";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}
.fa-tenge-sign:before,
.fa-tenge:before {
    content: "";
}
.fa-tent:before {
    content: "";
}
.fa-tent-arrow-down-to-line:before {
    content: "";
}
.fa-tent-arrow-left-right:before {
    content: "";
}
.fa-tent-arrow-turn-left:before {
    content: "";
}
.fa-tent-arrows-down:before {
    content: "";
}
.fa-tents:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-remove-format:before,
.fa-text-slash:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-thermometer:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
    content: "";
}
.fa-ticket:before {
    content: "";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
    content: "";
}
.fa-timeline:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-toilet:before {
    content: "";
}
.fa-toilet-paper:before {
    content: "";
}
.fa-toilet-paper-slash:before {
    content: "";
}
.fa-toilet-portable:before {
    content: "";
}
.fa-toilets-portable:before {
    content: "";
}
.fa-toolbox:before {
    content: "";
}
.fa-tooth:before {
    content: "";
}
.fa-torii-gate:before {
    content: "";
}
.fa-tornado:before {
    content: "";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
    content: "";
}
.fa-tower-cell:before {
    content: "";
}
.fa-tower-observation:before {
    content: "";
}
.fa-tractor:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-traffic-light:before {
    content: "";
}
.fa-trailer:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-subway:before,
.fa-train-subway:before {
    content: "";
}
.fa-train-tram:before {
    content: "";
}
.fa-transgender-alt:before,
.fa-transgender:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
    content: "";
}
.fa-trash-alt:before,
.fa-trash-can:before {
    content: "";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-tree-city:before {
    content: "";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-trowel:before {
    content: "";
}
.fa-trowel-bricks:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-truck-arrow-right:before {
    content: "";
}
.fa-truck-droplet:before {
    content: "";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
    content: "";
}
.fa-truck-field:before {
    content: "";
}
.fa-truck-field-un:before {
    content: "";
}
.fa-truck-front:before {
    content: "";
}
.fa-ambulance:before,
.fa-truck-medical:before {
    content: "";
}
.fa-truck-monster:before {
    content: "";
}
.fa-truck-moving:before {
    content: "";
}
.fa-truck-pickup:before {
    content: "";
}
.fa-truck-plane:before {
    content: "";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
    content: "";
}
.fa-teletype:before,
.fa-tty:before {
    content: "";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
    content: "";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
    content: "";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
    content: "";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
    content: "";
}
.fa-u:before {
    content: "U";
}
.fa-umbrella:before {
    content: "";
}
.fa-umbrella-beach:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
    content: "";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
    content: "";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
    content: "";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
    content: "";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
    content: "";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-user-astronaut:before {
    content: "";
}
.fa-user-check:before {
    content: "";
}
.fa-user-clock:before {
    content: "";
}
.fa-user-doctor:before,
.fa-user-md:before {
    content: "";
}
.fa-user-cog:before,
.fa-user-gear:before {
    content: "";
}
.fa-user-graduate:before {
    content: "";
}
.fa-user-friends:before,
.fa-user-group:before {
    content: "";
}
.fa-user-injured:before {
    content: "";
}
.fa-user-alt:before,
.fa-user-large:before {
    content: "";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
    content: "";
}
.fa-user-lock:before {
    content: "";
}
.fa-user-minus:before {
    content: "";
}
.fa-user-ninja:before {
    content: "";
}
.fa-user-nurse:before {
    content: "";
}
.fa-user-edit:before,
.fa-user-pen:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-user-shield:before {
    content: "";
}
.fa-user-slash:before {
    content: "";
}
.fa-user-tag:before {
    content: "";
}
.fa-user-tie:before {
    content: "";
}
.fa-user-times:before,
.fa-user-xmark:before {
    content: "";
}
.fa-users:before {
    content: "";
}
.fa-users-between-lines:before {
    content: "";
}
.fa-users-cog:before,
.fa-users-gear:before {
    content: "";
}
.fa-users-line:before {
    content: "";
}
.fa-users-rays:before {
    content: "";
}
.fa-users-rectangle:before {
    content: "";
}
.fa-users-slash:before {
    content: "";
}
.fa-users-viewfinder:before {
    content: "";
}
.fa-cutlery:before,
.fa-utensils:before {
    content: "";
}
.fa-v:before {
    content: "V";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
    content: "";
}
.fa-vault:before {
    content: "";
}
.fa-vector-square:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-vest:before {
    content: "";
}
.fa-vest-patches:before {
    content: "";
}
.fa-vial:before {
    content: "";
}
.fa-vial-circle-check:before {
    content: "";
}
.fa-vial-virus:before {
    content: "";
}
.fa-vials:before {
    content: "";
}
.fa-video-camera:before,
.fa-video:before {
    content: "";
}
.fa-video-slash:before {
    content: "";
}
.fa-vihara:before {
    content: "";
}
.fa-virus:before {
    content: "";
}
.fa-virus-covid:before {
    content: "";
}
.fa-virus-covid-slash:before {
    content: "";
}
.fa-virus-slash:before {
    content: "";
}
.fa-viruses:before {
    content: "";
}
.fa-voicemail:before {
    content: "";
}
.fa-volcano:before {
    content: "";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
    content: "";
}
.fa-volume-high:before,
.fa-volume-up:before {
    content: "";
}
.fa-volume-down:before,
.fa-volume-low:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
    content: "";
}
.fa-vr-cardboard:before {
    content: "";
}
.fa-w:before {
    content: "W";
}
.fa-walkie-talkie:before {
    content: "";
}
.fa-wallet:before {
    content: "";
}
.fa-magic:before,
.fa-wand-magic:before {
    content: "";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
    content: "";
}
.fa-wand-sparkles:before {
    content: "";
}
.fa-warehouse:before {
    content: "";
}
.fa-water:before {
    content: "";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
    content: "";
}
.fa-wave-square:before {
    content: "";
}
.fa-weight-hanging:before {
    content: "";
}
.fa-weight-scale:before,
.fa-weight:before {
    content: "";
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
    content: "";
}
.fa-wheat-awn-circle-exclamation:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
    content: "";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
    content: "";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
    content: "";
}
.fa-wind:before {
    content: "";
}
.fa-window-maximize:before {
    content: "";
}
.fa-window-minimize:before {
    content: "";
}
.fa-window-restore:before {
    content: "";
}
.fa-wine-bottle:before {
    content: "";
}
.fa-wine-glass:before {
    content: "";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
    content: "";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
    content: "";
}
.fa-worm:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-x:before {
    content: "X";
}
.fa-x-ray:before {
    content: "";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    content: "";
}
.fa-xmarks-lines:before {
    content: "";
}
.fa-y:before {
    content: "Y";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
    content: "";
}
.fa-yin-yang:before {
    content: "";
}
.fa-z:before {
    content: "Z";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
} /*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:host,
:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
    font-display: block;
    font-family: Font Awesome\6 Free;
    font-style: normal;
    font-weight: 400;
    src: url(/../fonts/fa-regular-400.woff2) format("woff2"), url(/../fonts/fa-regular-400.ttf) format("truetype");
}
.fa-regular,
.far {
    font-family: Font Awesome\6 Free;
    font-weight: 400;
} /*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:host,
:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
    font-display: block;
    font-family: Font Awesome\6 Free;
    font-style: normal;
    font-weight: 900;
    src: url(/../fonts/fa-solid-900.woff2) format("woff2"), url(/../fonts/fa-solid-900.ttf) format("truetype");
}
.fa-solid,
.fas {
    font-family: Font Awesome\6 Free;
    font-weight: 900;
}
.apexcharts-canvas {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.apexcharts-canvas ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
}
.apexcharts-canvas ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.5);
    -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.5);
}
.apexcharts-inner {
    position: relative;
}
.apexcharts-text tspan {
    font-family: inherit;
}
.legend-mouseover-inactive {
    opacity: 0.2;
    transition: all 0.15s ease;
}
.apexcharts-series-collapsed {
    opacity: 0;
}
.apexcharts-tooltip {
    border-radius: 5px;
    box-shadow: 2px 2px 6px -4px #999;
    cursor: default;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    left: 62px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 20px;
    transition: all 0.15s ease;
    white-space: nowrap;
    z-index: 12;
}
.apexcharts-tooltip.apexcharts-active {
    opacity: 1;
    transition: all 0.15s ease;
}
.apexcharts-tooltip.apexcharts-theme-light {
    background: hsla(0, 0%, 100%, 0.96);
    border: 1px solid #e3e3e3;
}
.apexcharts-tooltip.apexcharts-theme-dark {
    background: rgba(30, 30, 30, 0.8);
    color: #fff;
}
.apexcharts-tooltip * {
    font-family: inherit;
}
.apexcharts-tooltip-title {
    font-size: 15px;
    margin-bottom: 4px;
    padding: 6px;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: #eceff1;
    border-bottom: 1px solid #ddd;
}
.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #333;
}
.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-z-value {
    display: inline-block;
    margin-left: 5px;
}
.apexcharts-tooltip-text-goals-label:empty,
.apexcharts-tooltip-text-goals-value:empty,
.apexcharts-tooltip-text-y-label:empty,
.apexcharts-tooltip-text-y-value:empty,
.apexcharts-tooltip-text-z-value:empty,
.apexcharts-tooltip-title:empty {
    display: none;
}
.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-z-value {
    font-weight: 600;
}
.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
    padding: 6px 0 5px;
}
.apexcharts-tooltip-goals-group,
.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
    display: flex;
}
.apexcharts-tooltip-text-goals-label:not(:empty),
.apexcharts-tooltip-text-goals-value:not(:empty) {
    margin-top: -6px;
}
.apexcharts-tooltip-marker {
    border-radius: 50%;
    height: 12px;
    margin-right: 10px;
    position: relative;
    top: 0;
    width: 12px;
}
.apexcharts-tooltip-series-group {
    align-items: center;
    display: none;
    justify-content: left;
    padding: 0 10px;
    text-align: left;
}
.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
    opacity: 1;
}
.apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group:last-child {
    padding-bottom: 4px;
}
.apexcharts-tooltip-series-group-hidden {
    height: 0;
    line-height: 0;
    opacity: 0;
    padding: 0 !important;
}
.apexcharts-tooltip-y-group {
    padding: 6px 0 5px;
}
.apexcharts-custom-tooltip,
.apexcharts-tooltip-box {
    padding: 4px 8px;
}
.apexcharts-tooltip-boxPlot {
    display: flex;
    flex-direction: column-reverse;
}
.apexcharts-tooltip-box > div {
    margin: 4px 0;
}
.apexcharts-tooltip-box span.value {
    font-weight: 700;
}
.apexcharts-tooltip-rangebar {
    padding: 5px 8px;
}
.apexcharts-tooltip-rangebar .category {
    color: #777;
    font-weight: 600;
}
.apexcharts-tooltip-rangebar .series-name {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.apexcharts-xaxistooltip {
    background: #eceff1;
    border: 1px solid #90a4ae;
    border-radius: 2px;
    color: #373d3f;
    font-size: 13px;
    opacity: 0;
    padding: 9px 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    transition: all 0.15s ease;
    z-index: 10;
}
.apexcharts-xaxistooltip.apexcharts-theme-dark {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #fff;
}
.apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.apexcharts-xaxistooltip:after {
    border-color: rgba(236, 239, 241, 0);
    border-width: 6px;
    margin-left: -6px;
}
.apexcharts-xaxistooltip:before {
    border-color: rgba(144, 164, 174, 0);
    border-width: 7px;
    margin-left: -7px;
}
.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
    bottom: 100%;
}
.apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
    top: 100%;
}
.apexcharts-xaxistooltip-bottom:after {
    border-bottom-color: #eceff1;
}
.apexcharts-xaxistooltip-bottom:before {
    border-bottom-color: #90a4ae;
}
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after,
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
    border-bottom-color: rgba(0, 0, 0, 0.5);
}
.apexcharts-xaxistooltip-top:after {
    border-top-color: #eceff1;
}
.apexcharts-xaxistooltip-top:before {
    border-top-color: #90a4ae;
}
.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after,
.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
    border-top-color: rgba(0, 0, 0, 0.5);
}
.apexcharts-xaxistooltip.apexcharts-active {
    opacity: 1;
    transition: all 0.15s ease;
}
.apexcharts-yaxistooltip {
    background: #eceff1;
    border: 1px solid #90a4ae;
    border-radius: 2px;
    color: #373d3f;
    font-size: 13px;
    opacity: 0;
    padding: 4px 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    z-index: 10;
}
.apexcharts-yaxistooltip.apexcharts-theme-dark {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #fff;
}
.apexcharts-yaxistooltip:after,
.apexcharts-yaxistooltip:before {
    border: solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0;
}
.apexcharts-yaxistooltip:after {
    border-color: rgba(236, 239, 241, 0);
    border-width: 6px;
    margin-top: -6px;
}
.apexcharts-yaxistooltip:before {
    border-color: rgba(144, 164, 174, 0);
    border-width: 7px;
    margin-top: -7px;
}
.apexcharts-yaxistooltip-left:after,
.apexcharts-yaxistooltip-left:before {
    left: 100%;
}
.apexcharts-yaxistooltip-right:after,
.apexcharts-yaxistooltip-right:before {
    right: 100%;
}
.apexcharts-yaxistooltip-left:after {
    border-left-color: #eceff1;
}
.apexcharts-yaxistooltip-left:before {
    border-left-color: #90a4ae;
}
.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after,
.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
    border-left-color: rgba(0, 0, 0, 0.5);
}
.apexcharts-yaxistooltip-right:after {
    border-right-color: #eceff1;
}
.apexcharts-yaxistooltip-right:before {
    border-right-color: #90a4ae;
}
.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after,
.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
    border-right-color: rgba(0, 0, 0, 0.5);
}
.apexcharts-yaxistooltip.apexcharts-active {
    opacity: 1;
}
.apexcharts-yaxistooltip-hidden {
    display: none;
}
.apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
    opacity: 0;
    pointer-events: none;
    transition: all 0.15s ease;
}
.apexcharts-xcrosshairs.apexcharts-active,
.apexcharts-ycrosshairs.apexcharts-active {
    opacity: 1;
    transition: all 0.15s ease;
}
.apexcharts-ycrosshairs-hidden {
    opacity: 0;
}
.apexcharts-selection-rect {
    cursor: move;
}
.svg_select_boundingRect,
.svg_select_points_rot {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.apexcharts-selection-rect + g .svg_select_boundingRect,
.apexcharts-selection-rect + g .svg_select_points_rot {
    opacity: 0;
    visibility: hidden;
}
.apexcharts-selection-rect + g .svg_select_points_l,
.apexcharts-selection-rect + g .svg_select_points_r {
    cursor: ew-resize;
    opacity: 1;
    visibility: visible;
}
.svg_select_points {
    fill: #efefef;
    stroke: #333;
    rx: 2;
}
.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
    cursor: crosshair;
}
.apexcharts-svg.apexcharts-zoomable.hovering-pan {
    cursor: move;
}
.apexcharts-menu-icon,
.apexcharts-pan-icon,
.apexcharts-reset-icon,
.apexcharts-selection-icon,
.apexcharts-toolbar-custom-icon,
.apexcharts-zoom-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
    color: #6e8192;
    cursor: pointer;
    height: 20px;
    line-height: 24px;
    text-align: center;
    width: 20px;
}
.apexcharts-menu-icon svg,
.apexcharts-reset-icon svg,
.apexcharts-zoom-icon svg,
.apexcharts-zoomin-icon svg,
.apexcharts-zoomout-icon svg {
    fill: #6e8192;
}
.apexcharts-selection-icon svg {
    fill: #444;
    transform: scale(0.76);
}
.apexcharts-theme-dark .apexcharts-menu-icon svg,
.apexcharts-theme-dark .apexcharts-pan-icon svg,
.apexcharts-theme-dark .apexcharts-reset-icon svg,
.apexcharts-theme-dark .apexcharts-selection-icon svg,
.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,
.apexcharts-theme-dark .apexcharts-zoom-icon svg,
.apexcharts-theme-dark .apexcharts-zoomin-icon svg,
.apexcharts-theme-dark .apexcharts-zoomout-icon svg {
    fill: #f3f4f5;
}
.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
    fill: #008ffb;
}
.apexcharts-theme-light .apexcharts-menu-icon:hover svg,
.apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
    fill: #333;
}
.apexcharts-menu-icon,
.apexcharts-selection-icon {
    position: relative;
}
.apexcharts-reset-icon {
    margin-left: 5px;
}
.apexcharts-menu-icon,
.apexcharts-reset-icon,
.apexcharts-zoom-icon {
    transform: scale(0.85);
}
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
    transform: scale(0.7);
}
.apexcharts-zoomout-icon {
    margin-right: 3px;
}
.apexcharts-pan-icon {
    left: 1px;
    position: relative;
    top: 0;
    transform: scale(0.62);
}
.apexcharts-pan-icon svg {
    fill: #fff;
    stroke: #6e8192;
    stroke-width: 2;
}
.apexcharts-pan-icon.apexcharts-selected svg {
    stroke: #008ffb;
}
.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
    stroke: #333;
}
.apexcharts-toolbar {
    align-items: center;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    max-width: 176px;
    padding: 0 6px 2px;
    position: absolute;
    text-align: right;
    z-index: 11;
}
.apexcharts-menu {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    min-width: 110px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 100%;
    transition: all 0.15s ease;
}
.apexcharts-menu.apexcharts-menu-open {
    opacity: 1;
    pointer-events: all;
    transition: all 0.15s ease;
}
.apexcharts-menu-item {
    cursor: pointer;
    font-size: 12px;
    padding: 6px 7px;
}
.apexcharts-theme-light .apexcharts-menu-item:hover {
    background: #eee;
}
.apexcharts-theme-dark .apexcharts-menu {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
@media screen and (min-width: 768px) {
    .apexcharts-canvas:hover .apexcharts-toolbar {
        opacity: 1;
    }
}
.apexcharts-datalabel.apexcharts-element-hidden {
    opacity: 0;
}
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-datalabels,
.apexcharts-pie-label {
    cursor: default;
    pointer-events: none;
}
.apexcharts-pie-label-delay {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-name: opaque;
    animation-timing-function: ease;
    opacity: 0;
}
.apexcharts-canvas .apexcharts-element-hidden,
.apexcharts-hide .apexcharts-series-points {
    opacity: 0;
}
.apexcharts-annotation-rect,
.apexcharts-area-series .apexcharts-area,
.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-gridline,
.apexcharts-line,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-point-annotation-label,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon,
.apexcharts-toolbar svg,
.apexcharts-tooltip .apexcharts-marker,
.apexcharts-xaxis-annotation-label,
.apexcharts-yaxis-annotation-label,
.apexcharts-zoom-rect {
    pointer-events: none;
}
.apexcharts-marker {
    transition: all 0.15s ease;
}
@keyframes opaque {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes resizeanim {
    0% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
.resize-triggers {
    animation: resizeanim 1ms;
    opacity: 0;
    visibility: hidden;
}
.contract-trigger:before,
.resize-triggers,
.resize-triggers > div {
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.resize-triggers > div {
    background: #eee;
    overflow: auto;
}
.contract-trigger:before {
    height: 200%;
    width: 200%;
}
table.dataTable td.dt-control {
    cursor: pointer;
    text-align: center;
}
table.dataTable td.dt-control:before {
    background-color: #31b131;
    border: 0.15em solid #fff;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    color: #fff;
    content: "+";
    display: inline-block;
    font-family: Courier New, Courier, monospace;
    height: 1em;
    line-height: 1em;
    margin-top: -9px;
    text-align: center;
    text-indent: 0 !important;
    width: 1em;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
    background-color: #d33333;
    content: "-";
}
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_desc_disabled,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_desc_disabled {
    cursor: pointer;
    padding-right: 26px;
    position: relative;
}
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before {
    display: block;
    font-size: 0.9em;
    line-height: 9px;
    opacity: 0.125;
    position: absolute;
    right: 10px;
}
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▴";
}
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after {
    content: "▾";
    top: 50%;
}
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after {
    opacity: 0.6;
}
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after {
    display: none;
}
table.dataTable thead > tr > td:active,
table.dataTable thead > tr > th:active {
    outline: none;
}
div.dataTables_scrollBody table.dataTable thead > tr > td:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > th:before {
    display: none;
}
div.dataTables_processing {
    left: 50%;
    margin-left: -100px;
    margin-top: -26px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 200px;
}
div.dataTables_processing > div:last-child {
    height: 15px;
    margin: 1em auto;
    position: relative;
    width: 80px;
}
div.dataTables_processing > div:last-child > div {
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    background: rgba(13, 110, 253, 0.9);
    border-radius: 50%;
    height: 13px;
    position: absolute;
    top: 0;
    width: 13px;
}
div.dataTables_processing > div:last-child > div:first-child {
    animation: datatables-loader-1 0.6s infinite;
    left: 8px;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
    animation: datatables-loader-2 0.6s infinite;
    left: 8px;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
    animation: datatables-loader-2 0.6s infinite;
    left: 32px;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
    animation: datatables-loader-3 0.6s infinite;
    left: 56px;
}
@keyframes datatables-loader-1 {
    0% {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@keyframes datatables-loader-3 {
    0% {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}
@keyframes datatables-loader-2 {
    0% {
        transform: translate(0);
    }
    to {
        transform: translate(24px);
    }
}
table.dataTable td.dt-left,
table.dataTable th.dt-left {
    text-align: left;
}
table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
    text-align: center;
}
table.dataTable td.dt-right,
table.dataTable th.dt-right {
    text-align: right;
}
table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
    text-align: justify;
}
table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap {
    white-space: nowrap;
}
table.dataTable tfoot td,
table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td,
table.dataTable thead td.dt-head-left,
table.dataTable thead th,
table.dataTable thead th.dt-head-left {
    text-align: left;
}
table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
    text-align: center;
}
table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
    text-align: right;
}
table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
    text-align: justify;
}
table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
    white-space: nowrap;
}
table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
    text-align: left;
}
table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
    text-align: center;
}
table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
    text-align: right;
}
table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
    text-align: justify;
}
table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
    white-space: nowrap;
} /*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
table.dataTable {
    border-collapse: separate !important;
    border-spacing: 0;
    clear: both;
    margin-bottom: 6px !important;
    margin-top: 6px !important;
    max-width: none !important;
}
table.dataTable td,
table.dataTable th {
    box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
}
table.dataTable.nowrap td,
table.dataTable.nowrap th {
    white-space: nowrap;
}
table.dataTable.table-striped > tbody > tr:nth-of-type(odd) > * {
    box-shadow: none;
}
table.dataTable > tbody > tr {
    background-color: transparent;
}
table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
    color: #fff;
}
table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}
table.dataTable.table-striped > tbody > tr.odd.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
}
table.dataTable.table-hover > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}
table.dataTable.table-hover > tbody > tr.selected:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
    display: inline-block;
    width: auto;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;
    margin-left: 0.5em;
    width: auto;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    text-align: right;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-end;
    margin: 2px 0;
    white-space: nowrap;
}
div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table {
    border-top: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:before {
    display: none;
}
div.dataTables_scrollBody > table > tbody tr:first-child td,
div.dataTables_scrollBody > table > tbody tr:first-child th {
    border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    border-top: none;
    margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-right: 20px;
}
table.table-bordered.dataTable {
    border-right-width: 0;
}
table.table-bordered.dataTable thead tr:first-child td,
table.table-bordered.dataTable thead tr:first-child th {
    border-top-width: 1px;
}
table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
    border-left-width: 0;
}
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable th:first-child {
    border-left-width: 1px;
}
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
    border-right-width: 1px;
}
table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
    border-bottom-width: 1px;
}
div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-right: 0;
}
@keyframes dtb-spinner {
    to {
        transform: rotate(1turn);
    }
}
div.dataTables_wrapper {
    position: relative;
}
div.dt-buttons {
    position: static;
}
div.dt-button-info {
    background-color: #fff;
    border: 2px solid #111;
    border-radius: 3px;
    box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 400px;
    z-index: 21;
}
div.dt-button-info .h2,
div.dt-button-info h2 {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    margin: 0;
    padding: 0.5em;
}
div.dt-button-info > div {
    padding: 1em;
}
div.dtb-popover-close {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 22px;
    z-index: 2003;
}
button.dtb-hide-drop {
    display: none !important;
}
div.dt-button-collection-title {
    font-size: 0.9em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 0.3em 0 0.5em;
    text-align: center;
}
div.dt-button-collection-title:empty {
    display: none;
}
span.dt-button-spacer {
    display: inline-block;
    margin: 0.5em;
    white-space: nowrap;
}
span.dt-button-spacer.bar {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 0.5em;
    vertical-align: middle;
}
span.dt-button-spacer.bar:empty {
    height: 1em;
    padding-left: 0;
    width: 1px;
}
div.dt-button-collection span.dt-button-spacer {
    font-size: 0.9em;
    margin: 0.5em 0;
    text-align: center;
    width: 100%;
}
div.dt-button-collection span.dt-button-spacer:empty {
    height: 0;
    width: 100%;
}
div.dt-button-collection span.dt-button-spacer.bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-left: none;
    padding-left: 0;
}
div.dt-button-collection {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 0.5rem;
    position: absolute;
    width: 218px;
    z-index: 2001;
}
div.dt-button-collection div.dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    min-width: 100%;
    padding: 0;
    position: relative;
    z-index: 2002;
}
div.dt-button-collection.fixed {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    left: 50%;
    margin-left: -75px;
    position: fixed;
    top: 50%;
}
div.dt-button-collection.fixed.two-column {
    margin-left: -200px;
}
div.dt-button-collection.fixed.three-column {
    margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
    margin-left: -300px;
}
div.dt-button-collection.fixed.columns {
    margin-left: -409px;
}
@media screen and (max-width: 1024px) {
    div.dt-button-collection.fixed.columns {
        margin-left: -308px;
    }
}
@media screen and (max-width: 640px) {
    div.dt-button-collection.fixed.columns {
        margin-left: -203px;
    }
}
@media screen and (max-width: 460px) {
    div.dt-button-collection.fixed.columns {
        margin-left: -100px;
    }
}
div.dt-button-collection.fixed > :last-child {
    max-height: 100vh;
    overflow: auto;
}
div.dt-button-collection.four-column > :last-child,
div.dt-button-collection.three-column > :last-child,
div.dt-button-collection.two-column > :last-child {
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px;
    display: block !important;
}
div.dt-button-collection.four-column > :last-child > *,
div.dt-button-collection.three-column > :last-child > *,
div.dt-button-collection.two-column > :last-child > * {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
div.dt-button-collection.two-column {
    width: 400px;
}
div.dt-button-collection.two-column > :last-child {
    -moz-column-count: 2;
    column-count: 2;
    padding-bottom: 1px;
}
div.dt-button-collection.three-column {
    width: 450px;
}
div.dt-button-collection.three-column > :last-child {
    -moz-column-count: 3;
    column-count: 3;
    padding-bottom: 1px;
}
div.dt-button-collection.four-column {
    width: 600px;
}
div.dt-button-collection.four-column > :last-child {
    -moz-column-count: 4;
    column-count: 4;
    padding-bottom: 1px;
}
div.dt-button-collection .dt-button {
    border-radius: 0;
}
div.dt-button-collection.columns {
    width: auto;
}
div.dt-button-collection.columns > :last-child {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    padding-bottom: 1px;
    width: 818px;
}
div.dt-button-collection.columns > :last-child .dt-button {
    flex: 0 1;
    margin: 0;
    min-width: 200px;
}
div.dt-button-collection.columns.dtb-b1 > :last-child,
div.dt-button-collection.columns.dtb-b2 > :last-child,
div.dt-button-collection.columns.dtb-b3 > :last-child {
    justify-content: space-between;
}
div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 1 1 32%;
}
div.dt-button-collection.columns.dtb-b2 .dt-button {
    flex: 1 1 48%;
}
div.dt-button-collection.columns.dtb-b1 .dt-button {
    flex: 1 1 100%;
}
@media screen and (max-width: 1024px) {
    div.dt-button-collection.columns > :last-child {
        width: 612px;
    }
}
@media screen and (max-width: 640px) {
    div.dt-button-collection.columns > :last-child {
        width: 406px;
    }
    div.dt-button-collection.columns.dtb-b3 .dt-button {
        flex: 0 1 32%;
    }
}
@media screen and (max-width: 460px) {
    div.dt-button-collection.columns > :last-child {
        width: 200px;
    }
}
div.dt-button-collection.fixed:after,
div.dt-button-collection.fixed:before {
    display: none;
}
div.dt-button-collection .btn-group {
    flex: 1 1 auto;
}
div.dt-button-collection .dt-button:not(.dt-btn-split-drop) {
    min-width: 200px;
}
div.dt-button-collection div.dt-btn-split-wrapper {
    width: 100%;
}
div.dt-button-collection button.dt-btn-split-drop-button {
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #212529;
    margin-left: 0 !important;
    width: 100%;
}
div.dt-button-collection button.dt-btn-split-drop-button:focus {
    border: none;
    border-radius: 0;
    outline: none;
}
div.dt-button-collection button.dt-btn-split-drop-button:hover {
    background-color: #e9ecef;
}
div.dt-button-collection button.dt-btn-split-drop-button:active {
    background-color: #007bff !important;
}
div.dt-button-background {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
@media screen and (max-width: 767px) {
    div.dt-buttons {
        float: none;
        margin-bottom: 0.5em;
        text-align: center;
        width: 100%;
    }
    div.dt-buttons a.btn {
        float: none;
    }
}
div.dt-buttons a.btn.processing,
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing {
    color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons a.btn.processing:after,
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after {
    animation: dtb-spinner 1.5s linear infinite;
    -o-animation: dtb-spinner 1.5s linear infinite;
    -ms-animation: dtb-spinner 1.5s linear infinite;
    -webkit-animation: dtb-spinner 1.5s linear infinite;
    -moz-animation: dtb-spinner 1.5s linear infinite;
    border-color: #282828 transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: " ";
    display: block;
    height: 16px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
div.dt-buttons div.btn-group {
    position: static;
}
div.dt-btn-split-wrapper button.dt-btn-split-drop {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
div.dt-btn-split-wrapper.active:not(.disabled) button,
div.dt-btn-split-wrapper:active:not(.disabled) button {
    background-color: #5a6268;
    border-color: #545b62;
}
div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop,
div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop {
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}
div.dt-btn-split-wrapper.active:not(.disabled) button:hover,
div.dt-btn-split-wrapper:active:not(.disabled) button:hover {
    background-color: #5a6268;
    border-color: #545b62;
}
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group {
    border-radius: 4px !important;
}
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:first-child {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child:first-child {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group button.dt-btn-split-drop:last-child {
    border: 1px solid #6c757d;
}
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group div.dt-btn-split-wrapper {
    border: none;
}
div.dt-button-collection div.btn-group {
    border-radius: 4px !important;
}
div.dt-button-collection div.btn-group button {
    border-radius: 4px;
}
div.dt-button-collection div.btn-group button:last-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
div.dt-button-collection div.btn-group button:first-child {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
div.dt-button-collection div.btn-group button:last-child:first-child {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
div.dt-button-collection div.btn-group button.dt-btn-split-drop:last-child {
    border: 1px solid #6c757d;
}
div.dt-button-collection div.btn-group div.dt-btn-split-wrapper {
    border: none;
}
span.dt-button-spacer.bar:empty {
    height: inherit;
}
div.dt-button-collection span.dt-button-spacer {
    padding-left: 1rem !important;
    text-align: left;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
    cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before {
    display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background-color: #0d6efd;
    border: 0.15em solid #fff;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    color: #fff;
    content: "+";
    display: block;
    font-family: Courier New, Courier, monospace;
    height: 1em;
    left: 5px;
    line-height: 1em;
    margin-top: -9px;
    position: absolute;
    text-align: center;
    text-indent: 0 !important;
    top: 50%;
    width: 1em;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    background-color: #d33333;
    content: "-";
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
    padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
    border-radius: 14px;
    height: 14px;
    left: 4px;
    line-height: 14px;
    text-indent: 3px;
    width: 14px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control {
    cursor: pointer;
    position: relative;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before {
    background-color: #0d6efd;
    border: 0.15em solid #fff;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    color: #fff;
    content: "+";
    display: block;
    font-family: Courier New, Courier, monospace;
    height: 0.8em;
    left: 50%;
    line-height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    position: absolute;
    text-align: center;
    text-indent: 0 !important;
    top: 50%;
    width: 0.8em;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before {
    background-color: #d33333;
    content: "-";
}
table.dataTable > tbody > tr.child {
    padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
    background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
    padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
    border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    font-weight: 700;
    min-width: 75px;
}
div.dtr-modal {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 10em 1em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
div.dtr-modal div.dtr-modal-display {
    background-color: #f5f5f7;
    border: 1px solid #000;
    border-radius: 0.5em;
    bottom: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    height: 50%;
    left: 0;
    margin: auto;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 102;
}
div.dtr-modal div.dtr-modal-content {
    padding: 1em;
    position: relative;
}
div.dtr-modal div.dtr-modal-close {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    width: 22px;
    z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101;
}
@media screen and (max-width: 767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%;
    }
}
div.dtr-bs-modal table.table tr:first-child td {
    border-top: none;
}
table.dataTable.table-bordered td.dtr-control.dtr-hidden + *,
table.dataTable.table-bordered th.dtr-control.dtr-hidden + * {
    border-left-width: 1px;
}
table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
table.dataTable.fixedHeader-locked {
    position: absolute !important;
}
@media print {
    table.fixedHeader-floating {
        display: none;
    }
}
.gu-mirror {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    margin: 0 !important;
    opacity: 0.8;
    position: fixed !important;
    z-index: 9999 !important;
}
.gu-hide {
    display: none !important;
}
.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}
.gu-transit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.flatpickr-calendar {
    animation: none;
    background: transparent;
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    direction: ltr;
    display: none;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    touch-action: manipulation;
    visibility: hidden;
    width: 307.875px;
}
.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    max-height: 640px;
    opacity: 1;
    visibility: visible;
}
.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}
.flatpickr-calendar.animate.open {
    animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}
.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
    display: block;
    z-index: 999;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
    box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
    border-top: 1px solid #e6e6e6;
    height: 40px;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}
.flatpickr-calendar:after,
.flatpickr-calendar:before {
    border: solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 22px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px;
}
.flatpickr-calendar.arrowCenter:after,
.flatpickr-calendar.arrowCenter:before {
    left: 50%;
    right: 50%;
}
.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}
.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}
.flatpickr-calendar:focus {
    outline: 0;
}
.flatpickr-wrapper {
    display: inline-block;
    position: relative;
}
.flatpickr-months {
    display: flex;
}
.flatpickr-months .flatpickr-month {
    background: transparent;
    flex: 1;
    height: 34px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    cursor: pointer;
    height: 34px;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 3;
}
.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none;
}
.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0;
}
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747;
}
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    height: 14px;
    width: 14px;
}
.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    fill: inherit;
    transition: fill 0.1s;
}
.numInputWrapper {
    height: auto;
    position: relative;
}
.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}
.numInputWrapper input {
    width: 100%;
}
.numInputWrapper input::-ms-clear {
    display: none;
}
.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.numInputWrapper span {
    border: 1px solid rgba(57, 57, 57, 0.15);
    box-sizing: border-box;
    cursor: pointer;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    padding: 0 4px 0 2px;
    position: absolute;
    right: 0;
    width: 14px;
}
.numInputWrapper span:after {
    content: "";
    display: block;
    position: absolute;
}
.numInputWrapper span.arrowUp {
    border-bottom: 0;
    top: 0;
}
.numInputWrapper span.arrowUp:after {
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 26%;
}
.numInputWrapper span.arrowDown {
    top: 50%;
}
.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
}
.numInputWrapper span svg {
    height: auto;
    width: inherit;
}
.numInputWrapper:hover span {
    opacity: 1;
}
.flatpickr-current-month {
    color: inherit;
    display: inline-block;
    font-size: 135%;
    font-weight: 300;
    height: 34px;
    left: 12.5%;
    line-height: inherit;
    line-height: 1;
    padding: 7.48px 0 0;
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    width: 75%;
}
.flatpickr-current-month span.cur-month {
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    margin-left: 0.5ch;
    padding: 0;
}
.flatpickr-current-month .numInputWrapper {
    display: inline-block;
    width: 6ch;
    width: 7ch\0;
}
.flatpickr-current-month input.cur-year {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 0.5ch;
    vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    background: transparent;
    font-size: 100%;
    pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
}
.flatpickr-weekdays {
    align-items: center;
    background: transparent;
    display: flex;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1;
}
span.flatpickr-weekday {
    background: transparent;
    cursor: default;
    display: block;
    flex: 1;
    font-size: 90%;
    font-weight: bolder;
    line-height: 1;
    margin: 0;
    text-align: center;
}
.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0;
}
.flatpickr-days {
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 307.875px;
}
.flatpickr-days:focus {
    outline: 0;
}
.dayContainer {
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    max-width: 307.875px;
    min-width: 307.875px;
    opacity: 1;
    outline: 0;
    padding: 0;
    text-align: left;
    transform: translateZ(0);
    width: 307.875px;
}
.dayContainer + .dayContainer {
    box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    display: inline-block;
    flex-basis: 14.2857143%;
    font-weight: 400;
    height: 39px;
    justify-content: center;
    line-height: 39px;
    margin: 0;
    max-width: 39px;
    position: relative;
    text-align: center;
    width: 14.2857143%;
}
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background: #e6e6e6;
    border-color: #e6e6e6;
    cursor: pointer;
    outline: 0;
}
.flatpickr-day.today {
    border-color: #959ea9;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    background: #959ea9;
    border-color: #959ea9;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    border-color: #569ff7;
    box-shadow: none;
}
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px;
}
.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0;
}
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px;
}
.flatpickr-day.inRange {
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    background: transparent;
    border-color: transparent;
    color: rgba(57, 57, 57, 0.3);
    cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: rgba(57, 57, 57, 0.1);
    cursor: not-allowed;
}
.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
    visibility: hidden;
}
.rangeMode .flatpickr-day {
    margin-top: 1px;
}
.flatpickr-weekwrapper {
    float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
    box-shadow: 1px 0 0 #e6e6e6;
    padding: 0 12px;
}
.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    line-height: 28px;
    width: 100%;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    background: transparent;
    border: none;
    color: rgba(57, 57, 57, 0.3);
    cursor: default;
    display: block;
    max-width: none;
    width: 100%;
}
.flatpickr-innerContainer {
    box-sizing: border-box;
    display: block;
    display: flex;
    overflow: hidden;
}
.flatpickr-rContainer {
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
}
.flatpickr-time {
    box-sizing: border-box;
    display: block;
    display: flex;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    outline: 0;
    overflow: hidden;
    text-align: center;
}
.flatpickr-time:after {
    clear: both;
    content: "";
    display: table;
}
.flatpickr-time .numInputWrapper {
    flex: 1;
    float: left;
    height: 40px;
    width: 40%;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}
.flatpickr-time input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #393939;
    font-size: 14px;
    height: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.flatpickr-time input.flatpickr-hour {
    font-weight: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}
.flatpickr-time input:focus {
    border: 0;
    outline: 0;
}
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    align-self: center;
    color: #393939;
    float: left;
    font-weight: 700;
    height: inherit;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 2%;
}
.flatpickr-time .flatpickr-am-pm {
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    text-align: center;
    width: 18%;
}
.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #eee;
}
.flatpickr-input[readonly] {
    cursor: pointer;
}
@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed;
}
.fc-unselectable {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.fc {
    display: flex;
    flex-direction: column;
    font-size: 1em;
}
.fc,
.fc *,
.fc :after,
.fc :before {
    box-sizing: border-box;
}
.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}
.fc th {
    text-align: center;
}
.fc td,
.fc th {
    padding: 0;
    vertical-align: top;
}
.fc a[data-navlink] {
    cursor: pointer;
}
.fc a[data-navlink]:hover {
    text-decoration: underline;
}
.fc-direction-ltr {
    direction: ltr;
    text-align: left;
}
.fc-direction-rtl {
    direction: rtl;
    text-align: right;
}
.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
}
.fc-liquid-hack td,
.fc-liquid-hack th {
    position: relative;
}
@font-face {
    font-family: fcicons;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=)
    format("truetype");
}
.fc-icon {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: fcicons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 1em;
    line-height: 1;
    text-align: center;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 1em;
}
.fc-icon-chevron-left:before {
    content: "";
}
.fc-icon-chevron-right:before {
    content: "";
}
.fc-icon-chevrons-left:before {
    content: "";
}
.fc-icon-chevrons-right:before {
    content: "";
}
.fc-icon-minus-square:before {
    content: "";
}
.fc-icon-plus-square:before {
    content: "";
}
.fc-icon-x:before {
    content: "";
}
.fc .fc-button {
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
}
.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.fc .fc-button {
    -webkit-appearance: button;
}
.fc .fc-button:not(:disabled) {
    cursor: pointer;
}
.fc .fc-button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
.fc .fc-button {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25em;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.4em 0.65em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}
.fc .fc-button:hover {
    text-decoration: none;
}
.fc .fc-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
    outline: 0;
}
.fc .fc-button:disabled {
    opacity: 0.65;
}
.fc .fc-button-primary {
    background-color: #2c3e50;
    background-color: var(--fc-button-bg-color, #2c3e50);
    border-color: #2c3e50;
    border-color: var(--fc-button-border-color, #2c3e50);
    color: #fff;
    color: var(--fc-button-text-color, #fff);
}
.fc .fc-button-primary:hover {
    background-color: #1e2b37;
    background-color: var(--fc-button-hover-bg-color, #1e2b37);
    border-color: #1a252f;
    border-color: var(--fc-button-hover-border-color, #1a252f);
    color: #fff;
    color: var(--fc-button-text-color, #fff);
}
.fc .fc-button-primary:disabled {
    background-color: #2c3e50;
    background-color: var(--fc-button-bg-color, #2c3e50);
    border-color: #2c3e50;
    border-color: var(--fc-button-border-color, #2c3e50);
    color: #fff;
    color: var(--fc-button-text-color, #fff);
}
.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background-color: #1a252f;
    background-color: var(--fc-button-active-bg-color, #1a252f);
    border-color: #151e27;
    border-color: var(--fc-button-active-border-color, #151e27);
    color: #fff;
    color: var(--fc-button-text-color, #fff);
}
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
.fc .fc-button .fc-icon {
    font-size: 1.5em;
    vertical-align: middle;
}
.fc .fc-button-group {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.fc .fc-button-group > .fc-button {
    flex: 1 1 auto;
    position: relative;
}
.fc .fc-button-group > .fc-button.fc-button-active,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:hover {
    z-index: 1;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.fc .fc-toolbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
}
.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em;
}
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
}
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: 0.75em;
}
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: 0.75em;
}
.fc-direction-rtl .fc-toolbar-ltr {
    flex-direction: row-reverse;
}
.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.fc .fc-scroller-liquid {
    height: 100%;
}
.fc .fc-scroller-liquid-absolute {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fc .fc-scroller-harness {
    direction: ltr;
    overflow: hidden;
    position: relative;
}
.fc .fc-scroller-harness-liquid {
    height: 100%;
}
.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
    direction: rtl;
}
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
}
.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
    table-layout: fixed;
    width: 100%;
}
.fc .fc-scrollgrid table {
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
}
.fc .fc-scrollgrid {
    border-bottom-width: 0;
    border-collapse: separate;
    border-right-width: 0;
}
.fc .fc-scrollgrid-liquid {
    height: 100%;
}
.fc .fc-scrollgrid-section,
.fc .fc-scrollgrid-section table,
.fc .fc-scrollgrid-section > td {
    height: 1px;
}
.fc .fc-scrollgrid-section-liquid > td {
    height: 100%;
}
.fc .fc-scrollgrid-section > * {
    border-left-width: 0;
    border-top-width: 0;
}
.fc .fc-scrollgrid-section-footer > *,
.fc .fc-scrollgrid-section-header > * {
    border-bottom-width: 0;
}
.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden;
}
.fc .fc-scrollgrid-section-sticky > * {
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    position: sticky;
    z-index: 3;
}
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 0;
}
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
    bottom: 0;
}
.fc .fc-scrollgrid-sticky-shim {
    height: 1px;
    margin-bottom: -1px;
}
.fc-sticky {
    position: sticky;
}
.fc .fc-view-harness {
    flex-grow: 1;
    position: relative;
}
.fc .fc-view-harness-active > .fc-view {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
}
.fc .fc-bg-event,
.fc .fc-highlight,
.fc .fc-non-business {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fc .fc-non-business {
    background: hsla(0, 0%, 84%, 0.3);
    background: var(--fc-non-business-color, hsla(0, 0%, 84%, 0.3));
}
.fc .fc-bg-event {
    background: #8fdf82;
    background: var(--fc-bg-event-color, #8fdf82);
    opacity: 0.3;
    opacity: var(--fc-bg-event-opacity, 0.3);
}
.fc .fc-bg-event .fc-event-title {
    font-size: 0.85em;
    font-size: var(--fc-small-font-size, 0.85em);
    font-style: italic;
    margin: 0.5em;
}
.fc .fc-highlight {
    background: rgba(188, 232, 241, 0.3);
    background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}
.fc .fc-cell-shaded,
.fc .fc-day-disabled {
    background: hsla(0, 0%, 82%, 0.3);
    background: var(--fc-neutral-bg-color, hsla(0, 0%, 82%, 0.3));
}
a.fc-event,
a.fc-event:hover {
    text-decoration: none;
}
.fc-event.fc-event-draggable,
.fc-event[href] {
    cursor: pointer;
}
.fc-event .fc-event-main {
    position: relative;
    z-index: 2;
}
.fc-event-dragging:not(.fc-event-selected) {
    opacity: 0.75;
}
.fc-event-dragging.fc-event-selected {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4;
}
.fc-event-selected .fc-event-resizer,
.fc-event:hover .fc-event-resizer {
    display: block;
}
.fc-event-selected .fc-event-resizer {
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    border-color: inherit;
    border-radius: 4px;
    border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
    border-style: solid;
    border-width: 1px;
    border-width: var(--fc-event-resizer-dot-border-width, 1px);
    height: 8px;
    height: var(--fc-event-resizer-dot-total-width, 8px);
    width: 8px;
    width: var(--fc-event-resizer-dot-total-width, 8px);
}
.fc-event-selected .fc-event-resizer:before {
    bottom: -20px;
    content: "";
    left: -20px;
    position: absolute;
    right: -20px;
    top: -20px;
}
.fc-event-selected,
.fc-event:focus {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event-selected:before,
.fc-event:focus:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.fc-event-selected:after,
.fc-event:focus:after {
    background: rgba(0, 0, 0, 0.25);
    background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1;
}
.fc-h-event {
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8);
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    display: block;
}
.fc-h-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
}
.fc-h-event .fc-event-main-frame {
    display: flex;
}
.fc-h-event .fc-event-time {
    max-width: 100%;
    overflow: hidden;
}
.fc-h-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
}
.fc-h-event .fc-event-title {
    display: inline-block;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    right: 0;
    vertical-align: top;
}
.fc-h-event.fc-event-selected:before {
    bottom: -10px;
    top: -10px;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
    border-bottom-left-radius: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
    border-bottom-right-radius: 0;
    border-right-width: 0;
    border-top-right-radius: 0;
}
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
    bottom: 0;
    top: 0;
    width: 8px;
    width: var(--fc-event-resizer-thickness, 8px);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
    cursor: w-resize;
    left: -4px;
    left: calc(var(--fc-event-resizer-thickness, 8px) * -0.5);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
    cursor: e-resize;
    right: -4px;
    right: calc(var(--fc-event-resizer-thickness, 8px) * -0.5);
}
.fc-h-event.fc-event-selected .fc-event-resizer {
    margin-top: -4px;
    margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) * -0.5);
    top: 50%;
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
    left: -4px;
    left: calc(var(--fc-event-resizer-dot-total-width, 8px) * -0.5);
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
    right: -4px;
    right: calc(var(--fc-event-resizer-dot-total-width, 8px) * -0.5);
}
.fc .fc-popover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 9999;
}
.fc .fc-popover-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3px 4px;
}
.fc .fc-popover-title {
    margin: 0 2px;
}
.fc .fc-popover-close {
    cursor: pointer;
    font-size: 1.1em;
    opacity: 0.65;
}
.fc-theme-standard .fc-popover {
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
}
.fc-theme-standard .fc-popover-header {
    background: hsla(0, 0%, 82%, 0.3);
    background: var(--fc-neutral-bg-color, hsla(0, 0%, 82%, 0.3));
}
:root {
    --fc-daygrid-event-dot-width: 8px;
}
.fc-daygrid-day-events:after,
.fc-daygrid-day-events:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-frame:before,
.fc-daygrid-event-harness:after,
.fc-daygrid-event-harness:before {
    clear: both;
    content: "";
    display: table;
}
.fc .fc-daygrid-body {
    position: relative;
    z-index: 1;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(255, 220, 40, 0.15);
    background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}
.fc .fc-daygrid-day-frame {
    min-height: 100%;
    position: relative;
}
.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
}
.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.3;
}
.fc .fc-daygrid-day-number {
    padding: 4px;
    position: relative;
    z-index: 4;
}
.fc .fc-daygrid-day-events {
    margin-top: 1px;
}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    left: 0;
    position: absolute;
    right: 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 2em;
    position: relative;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 1em;
}
.fc .fc-daygrid-event-harness {
    position: relative;
}
.fc .fc-daygrid-event-harness-abs {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fc .fc-daygrid-bg-harness {
    bottom: 0;
    position: absolute;
    top: 0;
}
.fc .fc-daygrid-day-bg .fc-non-business {
    z-index: 1;
}
.fc .fc-daygrid-day-bg .fc-bg-event {
    z-index: 2;
}
.fc .fc-daygrid-day-bg .fc-highlight {
    z-index: 3;
}
.fc .fc-daygrid-event {
    margin-top: 1px;
    z-index: 6;
}
.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7;
}
.fc .fc-daygrid-day-bottom {
    font-size: 0.85em;
    padding: 2px 3px 0;
}
.fc .fc-daygrid-day-bottom:before {
    clear: both;
    content: "";
    display: table;
}
.fc .fc-daygrid-more-link {
    cursor: pointer;
    position: relative;
    z-index: 4;
}
.fc .fc-daygrid-week-number {
    background-color: hsla(0, 0%, 82%, 0.3);
    background-color: var(--fc-neutral-bg-color, hsla(0, 0%, 82%, 0.3));
    color: gray;
    color: var(--fc-neutral-text-color, grey);
    min-width: 1.5em;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 5;
}
.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 2px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 2px;
}
.fc-direction-ltr .fc-daygrid-week-number {
    border-radius: 0 0 3px 0;
    left: 0;
}
.fc-direction-rtl .fc-daygrid-week-number {
    border-radius: 0 0 0 3px;
    right: 0;
}
.fc-liquid-hack .fc-daygrid-day-frame {
    position: static;
}
.fc-daygrid-event {
    border-radius: 3px;
    font-size: 0.85em;
    font-size: var(--fc-small-font-size, 0.85em);
    position: relative;
    white-space: nowrap;
}
.fc-daygrid-block-event .fc-event-time {
    font-weight: 700;
}
.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
    padding: 1px;
}
.fc-daygrid-dot-event {
    align-items: center;
    display: flex;
    padding: 2px 0;
}
.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 700;
    min-width: 0;
    overflow: hidden;
}
.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
    background: rgba(0, 0, 0, 0.1);
}
.fc-daygrid-dot-event.fc-event-selected:before {
    bottom: -10px;
    top: -10px;
}
.fc-daygrid-event-dot {
    border: 4px solid #3788d8;
    border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 4px;
    border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
    box-sizing: content-box;
    height: 0;
    margin: 0 4px;
    width: 0;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
}
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px;
}
.fc-v-event {
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8);
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    display: block;
}
.fc-v-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
    height: 100%;
}
.fc-v-event .fc-event-main-frame {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden;
}
.fc-v-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0;
}
.fc-v-event .fc-event-title {
    bottom: 0;
    max-height: 100%;
    overflow: hidden;
    top: 0;
}
.fc-v-event:not(.fc-event-start) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
}
.fc-v-event:not(.fc-event-end) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0;
}
.fc-v-event.fc-event-selected:before {
    left: -10px;
    right: -10px;
}
.fc-v-event .fc-event-resizer-start {
    cursor: n-resize;
}
.fc-v-event .fc-event-resizer-end {
    cursor: s-resize;
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
    height: 8px;
    height: var(--fc-event-resizer-thickness, 8px);
    left: 0;
    right: 0;
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
    top: -4px;
    top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
    bottom: -4px;
    bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer {
    left: 50%;
    margin-left: -4px;
    margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer-start {
    top: -4px;
    top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer-end {
    bottom: -4px;
    bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc .fc-timegrid .fc-daygrid-body {
    z-index: 2;
}
.fc .fc-timegrid-divider {
    padding: 0 0 2px;
}
.fc .fc-timegrid-body {
    min-height: 100%;
    position: relative;
    z-index: 1;
}
.fc .fc-timegrid-axis-chunk {
    position: relative;
}
.fc .fc-timegrid-axis-chunk > table,
.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1;
}
.fc .fc-timegrid-slot {
    border-bottom: 0;
    height: 1.5em;
}
.fc .fc-timegrid-slot:empty:before {
    content: " ";
}
.fc .fc-timegrid-slot-minor {
    border-top-style: dotted;
}
.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap;
}
.fc .fc-timegrid-slot-label {
    vertical-align: middle;
}
.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px;
}
.fc .fc-timegrid-axis-frame-liquid {
    height: 100%;
}
.fc .fc-timegrid-axis-frame {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}
.fc .fc-timegrid-axis-cushion {
    flex-shrink: 0;
    max-width: 60px;
}
.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right;
}
.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left;
}
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(255, 220, 40, 0.15);
    background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}
.fc .fc-timegrid-col-frame {
    min-height: 100%;
    position: relative;
}
.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fc-media-screen .fc-timegrid-cols {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fc-media-screen .fc-timegrid-cols > table {
    height: 100%;
}
.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fc .fc-timegrid-col-bg {
    z-index: 2;
}
.fc .fc-timegrid-col-bg .fc-non-business {
    z-index: 1;
}
.fc .fc-timegrid-col-bg .fc-bg-event {
    z-index: 2;
}
.fc .fc-timegrid-col-bg .fc-highlight {
    z-index: 3;
}
.fc .fc-timegrid-bg-harness {
    left: 0;
    position: absolute;
    right: 0;
}
.fc .fc-timegrid-col-events {
    z-index: 3;
}
.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden;
}
.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px;
}
.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%;
}
.fc-timegrid-event-harness {
    position: absolute;
}
.fc-timegrid-event-harness > .fc-timegrid-event {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
    box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff);
}
.fc-timegrid-event,
.fc-timegrid-more-link {
    border-radius: 3px;
    font-size: 0.85em;
    font-size: var(--fc-small-font-size, 0.85em);
}
.fc-timegrid-event {
    margin-bottom: 1px;
}
.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0;
}
.fc-timegrid-event .fc-event-time {
    font-size: 0.85em;
    font-size: var(--fc-small-font-size, 0.85em);
    margin-bottom: 1px;
    white-space: nowrap;
}
.fc-timegrid-event-short .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden;
}
.fc-timegrid-event-short .fc-event-time:after {
    content: " - ";
}
.fc-timegrid-event-short .fc-event-title {
    font-size: 0.85em;
    font-size: var(--fc-small-font-size, 0.85em);
}
.fc-timegrid-more-link {
    background: #d0d0d0;
    background: var(--fc-more-link-bg-color, #d0d0d0);
    color: inherit;
    color: var(--fc-more-link-text-color, inherit);
    cursor: pointer;
    margin-bottom: 1px;
    position: absolute;
    z-index: 9999;
}
.fc-timegrid-more-link-inner {
    padding: 3px 2px;
    top: 0;
}
.fc-direction-ltr .fc-timegrid-more-link {
    right: 0;
}
.fc-direction-rtl .fc-timegrid-more-link {
    left: 0;
}
.fc .fc-timegrid-now-indicator-line {
    border: 0 solid red;
    border-color: var(--fc-now-indicator-color, red);
    border-top: 1px solid var(--fc-now-indicator-color, red);
    left: 0;
    position: absolute;
    right: 0;
    z-index: 4;
}
.fc .fc-timegrid-now-indicator-arrow {
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
    border-style: solid;
    margin-top: -5px;
    position: absolute;
    z-index: 4;
}
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-width: 5px 0 5px 6px;
    left: 0;
}
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-width: 5px 6px 5px 0;
    right: 0;
}
:root {
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5;
}
.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
}
.fc .fc-list-empty {
    align-items: center;
    background-color: hsla(0, 0%, 82%, 0.3);
    background-color: var(--fc-neutral-bg-color, hsla(0, 0%, 82%, 0.3));
    display: flex;
    height: 100%;
    justify-content: center;
}
.fc .fc-list-empty-cushion {
    margin: 5em 0;
}
.fc .fc-list-table {
    border-style: hidden;
    width: 100%;
}
.fc .fc-list-table tr > * {
    border-left: 0;
    border-right: 0;
}
.fc .fc-list-sticky .fc-list-day > * {
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    position: sticky;
    top: 0;
}
.fc .fc-list-table thead {
    left: -10000px;
    position: absolute;
}
.fc .fc-list-table tbody > tr:first-child th {
    border-top: 0;
}
.fc .fc-list-table th {
    padding: 0;
}
.fc .fc-list-day-cushion,
.fc .fc-list-table td {
    padding: 8px 14px;
}
.fc .fc-list-day-cushion:after {
    clear: both;
    content: "";
    display: table;
}
.fc-theme-standard .fc-list-day-cushion {
    background-color: hsla(0, 0%, 82%, 0.3);
    background-color: var(--fc-neutral-bg-color, hsla(0, 0%, 82%, 0.3));
}
.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
    float: left;
}
.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
    float: right;
}
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 0;
}
.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
    padding-left: 0;
}
.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer;
}
.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}
.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px;
}
.fc .fc-list-event-dot {
    border: 5px solid #3788d8;
    border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 5px;
    border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
    box-sizing: content-box;
    display: inline-block;
    height: 0;
    width: 0;
}
.fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none;
}
.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline;
}
.fc-theme-bootstrap a:not([href]) {
    color: inherit;
}
.fc-theme-bootstrap5 a:not([href]) {
    color: inherit;
    text-decoration: inherit;
}
.fc-theme-bootstrap5 .fc-list,
.fc-theme-bootstrap5 .fc-scrollgrid,
.fc-theme-bootstrap5 td,
.fc-theme-bootstrap5 th {
    border: 1px solid var(--bs-gray-400);
}
.fc-theme-bootstrap5 .fc-scrollgrid {
    border-bottom-width: 0;
    border-right-width: 0;
}
.fc-theme-bootstrap5-shaded {
    background-color: var(--bs-gray-200);
}
svg {
    touch-action: none;
}
.jvm-zoomin,
.jvm-zoomout,
image,
text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.jvm-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    touch-action: none;
    width: 100%;
}
.jvm-tooltip {
    background-color: #5c5cff;
    border-radius: 3px;
    box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: none;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px 5px;
    position: absolute;
    white-space: nowrap;
}
.jvm-tooltip.active {
    display: block;
}
.jvm-zoom-btn {
    background-color: #292929;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 15px;
    left: 10px;
    line-height: 10px;
    padding: 3px;
    position: absolute;
    width: 15px;
}
.jvm-zoom-btn.jvm-zoomout {
    top: 30px;
}
.jvm-zoom-btn.jvm-zoomin {
    top: 10px;
}
.jvm-series-container {
    position: absolute;
    right: 15px;
}
.jvm-series-container.jvm-series-h {
    bottom: 15px;
}
.jvm-series-container.jvm-series-v {
    top: 15px;
}
.jvm-series-container .jvm-legend {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    float: left;
    margin-left: 0.75rem;
    padding: 0.6rem;
}
.jvm-series-container .jvm-legend .jvm-legend-title {
    border-bottom: 1px solid #e5e7eb;
    line-height: 1;
    margin-bottom: 0.575rem;
    padding-bottom: 0.5rem;
    text-align: left;
}
.jvm-series-container .jvm-legend .jvm-legend-inner {
    overflow: hidden;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick {
    min-width: 40px;
    overflow: hidden;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick:not(:first-child) {
    margin-top: 0.575rem;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-sample {
    border-radius: 4px;
    float: left;
    height: 16px;
    margin-right: 0.65rem;
    width: 16px;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-text {
    float: left;
    font-size: 12px;
    text-align: center;
}
.jvm-line[animation="true"] {
    animation: jvm-line-animation 10s linear infinite forwards;
}
@keyframes jvm-line-animation {
    0% {
        stroke-dashoffset: 250;
    }
} /*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-bubble .ql-toolbar:after,
.ql-bubble.ql-toolbar:after {
    clear: both;
    content: "";
    display: table;
}
.ql-bubble .ql-toolbar button,
.ql-bubble.ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
}
.ql-bubble .ql-toolbar button svg,
.ql-bubble.ql-toolbar button svg {
    float: left;
    height: 100%;
}
.ql-bubble .ql-toolbar button:active:hover,
.ql-bubble.ql-toolbar button:active:hover {
    outline: none;
}
.ql-bubble .ql-toolbar input.ql-image[type="file"],
.ql-bubble.ql-toolbar input.ql-image[type="file"] {
    display: none;
}
@media (pointer: coarse) {
    .ql-bubble .ql-toolbar button:hover:not(.ql-active),
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) {
        color: #ccc;
    }
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #ccc;
    }
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #ccc;
    }
}
.ql-bubble,
.ql-bubble * {
    box-sizing: border-box;
}
.ql-bubble .ql-hidden {
    display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
    visibility: hidden;
}
.ql-bubble .ql-tooltip {
    position: absolute;
    transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
    cursor: pointer;
    text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
    transform: translateY(-10px);
}
.ql-bubble .ql-formats {
    display: inline-block;
    vertical-align: middle;
}
.ql-bubble .ql-formats:after {
    clear: both;
    content: "";
    display: table;
}
.ql-bubble .ql-stroke {
    fill: none;
    stroke: #ccc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
    fill: none;
    stroke: #ccc;
    stroke-miterlimit: 10;
    stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
    fill: #ccc;
}
.ql-bubble .ql-empty {
    fill: none;
}
.ql-bubble .ql-even {
    fill-rule: evenodd;
}
.ql-bubble .ql-stroke.ql-thin,
.ql-bubble .ql-thin {
    stroke-width: 1;
}
.ql-bubble .ql-transparent {
    opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
    display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
    display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
    display: none;
}
.ql-bubble .ql-editor .h1,
.ql-bubble .ql-editor h1 {
    font-size: 2em;
}
.ql-bubble .ql-editor .h2,
.ql-bubble .ql-editor h2 {
    font-size: 1.5em;
}
.ql-bubble .ql-editor .h3,
.ql-bubble .ql-editor h3 {
    font-size: 1.17em;
}
.ql-bubble .ql-editor .h4,
.ql-bubble .ql-editor h4 {
    font-size: 1em;
}
.ql-bubble .ql-editor .h5,
.ql-bubble .ql-editor h5 {
    font-size: 0.83em;
}
.ql-bubble .ql-editor .h6,
.ql-bubble .ql-editor h6 {
    font-size: 0.67em;
}
.ql-bubble .ql-editor a {
    text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px;
}
.ql-bubble .ql-editor pre {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    white-space: pre-wrap;
}
.ql-bubble .ql-editor code {
    font-size: 85%;
    padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
}
.ql-bubble .ql-editor img {
    max-width: 100%;
}
.ql-bubble .ql-picker {
    color: #ccc;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle;
}
.ql-bubble .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%;
}
.ql-bubble .ql-picker-label:before {
    display: inline-block;
    line-height: 22px;
}
.ql-bubble .ql-picker-options {
    background-color: #444;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
    color: #777;
    z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
    width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
    padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
    right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
    padding: 4px 0;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
    height: 24px;
    padding: 2px 4px;
    width: 24px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
    content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
    width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label:before {
    content: "Normal";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
    content: "Heading 1";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
    content: "Heading 2";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
    content: "Heading 3";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
    content: "Heading 4";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
    content: "Heading 5";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
    content: "Heading 6";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
    width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label:before {
    content: "Sans Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value="serif"]:before {
    content: "Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value="monospace"]:before {
    content: "Monospace";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
    font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
    font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
    width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label:before {
    content: "Normal";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="small"]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value="small"]:before {
    content: "Small";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="large"]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value="large"]:before {
    content: "Large";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value="huge"]:before {
    content: "Huge";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
    font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
    font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
    font-size: 32px;
}
.ql-bubble .ql-toolbar .ql-formats {
    margin: 8px 12px 8px 0;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
    margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
    margin: 1px;
}
.ql-bubble .ql-tooltip {
    background-color: #444;
    border-radius: 25px;
}
.ql-bubble .ql-tooltip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: " ";
    display: block;
    left: 50%;
    margin-left: -6px;
    position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
    border-bottom: 6px solid #444;
    top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
    border-top: 6px solid #444;
    bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
    display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
    visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
    display: none;
}
.ql-bubble .ql-tooltip-editor input[type="text"] {
    background: transparent;
    border: none;
    font-size: 13px;
    height: 100%;
    outline: none;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
    position: absolute;
    right: 20px;
    top: 10px;
}
.ql-bubble .ql-tooltip-editor a:before {
    color: #ccc;
    content: "×";
    font-size: 16px;
    font-weight: 700;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
    position: relative;
    white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a:before {
    background-color: #444;
    border-radius: 15px;
    content: attr(href);
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    padding: 5px 15px;
    text-decoration: none;
    top: -5px;
    z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #444;
    content: " ";
    height: 0;
    top: 0;
    width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a:after,
.ql-container.ql-bubble:not(.ql-disabled) a:before {
    left: 0;
    margin-left: 50%;
    position: absolute;
    transform: translate(-50%, -100%);
    transition: visibility 0s ease 0.2s;
    visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,
.ql-container.ql-bubble:not(.ql-disabled) a:hover:before {
    visibility: visible;
} /*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li:before {
    pointer-events: none;
}
.ql-clipboard {
    height: 1px;
    left: -100000px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
}
.ql-clipboard p {
    margin: 0;
    padding: 0;
}
.ql-editor {
    word-wrap: break-word;
    box-sizing: border-box;
    height: 100%;
    line-height: 1.42;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
}
.ql-editor > * {
    cursor: text;
}
.ql-editor .h1,
.ql-editor .h2,
.ql-editor .h3,
.ql-editor .h4,
.ql-editor .h5,
.ql-editor .h6,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    margin: 0;
    padding: 0;
}
.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
    list-style-type: none;
}
.ql-editor ul > li:before {
    content: "•";
}
.ql-editor ul[data-checked="false"],
.ql-editor ul[data-checked="true"] {
    pointer-events: none;
}
.ql-editor ul[data-checked="false"] > li *,
.ql-editor ul[data-checked="true"] > li * {
    pointer-events: all;
}
.ql-editor ul[data-checked="false"] > li:before,
.ql-editor ul[data-checked="true"] > li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
}
.ql-editor ul[data-checked="true"] > li:before {
    content: "☑";
}
.ql-editor ul[data-checked="false"] > li:before {
    content: "☐";
}
.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}
.ql-editor li.ql-direction-rtl:before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em;
}
.ql-editor ol li {
    counter-increment: list-0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li:before {
    content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}
.ql-editor .ql-video {
    display: block;
    max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
    margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
    background-color: #000;
}
.ql-editor .ql-bg-red {
    background-color: #e60000;
}
.ql-editor .ql-bg-orange {
    background-color: #f90;
}
.ql-editor .ql-bg-yellow {
    background-color: #ff0;
}
.ql-editor .ql-bg-green {
    background-color: #008a00;
}
.ql-editor .ql-bg-blue {
    background-color: #06c;
}
.ql-editor .ql-bg-purple {
    background-color: #93f;
}
.ql-editor .ql-color-white {
    color: #fff;
}
.ql-editor .ql-color-red {
    color: #e60000;
}
.ql-editor .ql-color-orange {
    color: #f90;
}
.ql-editor .ql-color-yellow {
    color: #ff0;
}
.ql-editor .ql-color-green {
    color: #008a00;
}
.ql-editor .ql-color-blue {
    color: #06c;
}
.ql-editor .ql-color-purple {
    color: #93f;
}
.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
    font-size: 0.75em;
}
.ql-editor .ql-size-large {
    font-size: 1.5em;
}
.ql-editor .ql-size-huge {
    font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}
.ql-editor .ql-align-center {
    text-align: center;
}
.ql-editor .ql-align-justify {
    text-align: justify;
}
.ql-editor .ql-align-right {
    text-align: right;
}
.ql-editor.ql-blank:before {
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
}
.ql-snow .ql-toolbar:after,
.ql-snow.ql-toolbar:after {
    clear: both;
    content: "";
    display: table;
}
.ql-snow .ql-toolbar button,
.ql-snow.ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
}
.ql-snow .ql-toolbar button svg,
.ql-snow.ql-toolbar button svg {
    float: left;
    height: 100%;
}
.ql-snow .ql-toolbar button:active:hover,
.ql-snow.ql-toolbar button:active:hover {
    outline: none;
}
.ql-snow .ql-toolbar input.ql-image[type="file"],
.ql-snow.ql-toolbar input.ql-image[type="file"] {
    display: none;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover {
    color: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
    stroke: #06c;
}
@media (pointer: coarse) {
    .ql-snow .ql-toolbar button:hover:not(.ql-active),
    .ql-snow.ql-toolbar button:hover:not(.ql-active) {
        color: #444;
    }
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444;
    }
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444;
    }
}
.ql-snow,
.ql-snow * {
    box-sizing: border-box;
}
.ql-snow .ql-hidden {
    display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
    visibility: hidden;
}
.ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px);
}
.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle;
}
.ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table;
}
.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: #444;
}
.ql-snow .ql-empty {
    fill: none;
}
.ql-snow .ql-even {
    fill-rule: evenodd;
}
.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
    stroke-width: 1;
}
.ql-snow .ql-transparent {
    opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
    display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
    display: none;
}
.ql-snow .ql-editor .h1,
.ql-snow .ql-editor h1 {
    font-size: 2em;
}
.ql-snow .ql-editor .h2,
.ql-snow .ql-editor h2 {
    font-size: 1.5em;
}
.ql-snow .ql-editor .h3,
.ql-snow .ql-editor h3 {
    font-size: 1.17em;
}
.ql-snow .ql-editor .h4,
.ql-snow .ql-editor h4 {
    font-size: 1em;
}
.ql-snow .ql-editor .h5,
.ql-snow .ql-editor h5 {
    font-size: 0.83em;
}
.ql-snow .ql-editor .h6,
.ql-snow .ql-editor h6 {
    font-size: 0.67em;
}
.ql-snow .ql-editor a {
    text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px;
}
.ql-snow .ql-editor pre {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    white-space: pre-wrap;
}
.ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
}
.ql-snow .ql-editor img {
    max-width: 100%;
}
.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle;
}
.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%;
}
.ql-snow .ql-picker-label:before {
    display: inline-block;
    line-height: 22px;
}
.ql-snow .ql-picker-options {
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
    width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    padding: 2px 4px;
    width: 24px;
}
.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
    content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
    width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
    content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
    content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
    content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
    content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
    content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
    content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
    content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
    width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item:before,
.ql-snow .ql-picker.ql-font .ql-picker-label:before {
    content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]:before {
    content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]:before {
    content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
    font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
    font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
    width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item:before,
.ql-snow .ql-picker.ql-size .ql-picker-label:before {
    content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]:before {
    content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]:before {
    content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]:before {
    content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
    font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
    font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
    font-size: 32px;
}
.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-top: 0;
}
.ql-snow .ql-tooltip {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap;
}
.ql-snow .ql-tooltip:before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px;
}
.ql-snow .ql-tooltip input[type="text"] {
    border: 1px solid #ccc;
    display: none;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action:after {
    border-right: 1px solid #ccc;
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove:before {
    content: "Remove";
    margin-left: 8px;
}
.ql-snow .ql-tooltip a {
    line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
    display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
    border-right: 0;
    content: "Save";
    padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode="link"]:before {
    content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode="formula"]:before {
    content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode="video"]:before {
    content: "Enter video:";
}
.ql-snow a {
    color: #06c;
}
.ql-container.ql-snow {
    border: 1px solid #ccc;
}
[data-simplebar] {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}
.simplebar-wrapper {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    width: inherit;
}
.simplebar-mask {
    direction: inherit;
    height: auto !important;
    overflow: hidden;
    width: auto !important;
    z-index: 0;
}
.simplebar-mask,
.simplebar-offset {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.simplebar-offset {
    -webkit-overflow-scrolling: touch;
    box-sizing: inherit !important;
    direction: inherit !important;
    resize: none !important;
}
.simplebar-content-wrapper {
    -ms-overflow-style: none;
    box-sizing: border-box !important;
    direction: inherit;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    scrollbar-width: none;
    width: auto;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    pointer-events: none;
    width: 100%;
}
.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    flex-basis: 0;
    flex-grow: inherit;
    flex-shrink: 0;
    float: left;
    height: 100%;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: -1;
}
.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    height: 1000%;
    left: 0;
    min-height: 1px;
    min-width: 1px;
    opacity: 0;
    top: 0;
    width: 1000%;
    z-index: -1;
}
.simplebar-height-auto-observer,
.simplebar-track {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
}
.simplebar-track {
    bottom: 0;
    right: 0;
    z-index: 1;
}
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    left: 0;
    min-height: 10px;
    position: absolute;
    right: 0;
}
.simplebar-scrollbar:before {
    background: #000;
    border-radius: 7px;
    content: "";
    left: 2px;
    opacity: 0;
    position: absolute;
    right: 2px;
    transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    bottom: 2px;
    top: 2px;
}
.simplebar-track.simplebar-horizontal {
    height: 11px;
    left: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 7px;
    left: 0;
    min-height: 0;
    min-width: 10px;
    right: auto;
    top: 2px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    left: 0;
    right: auto;
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    height: 500px;
    opacity: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: fixed;
    visibility: hidden;
    width: 500px;
}
.simplebar-hide-scrollbar {
    -ms-overflow-style: none;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    scrollbar-width: none;
    visibility: hidden;
}
@keyframes notyf-fadeinup {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes notyf-fadeinleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes notyf-fadeoutright {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(25%);
    }
}
@keyframes notyf-fadeoutdown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(25%);
    }
}
@keyframes ripple {
    0% {
        transform: scale(0) translateY(-45%) translateX(13%);
    }
    to {
        transform: scale(1) translateY(-45%) translateX(13%);
    }
}
.notyf {
    align-items: flex-end;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    padding: 20px;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.notyf__icon--error,
.notyf__icon--success {
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 21px;
    margin: 0 auto;
    position: relative;
    width: 21px;
}
.notyf__icon--error:after,
.notyf__icon--error:before {
    background: currentColor;
    border-radius: 3px;
    content: "";
    display: block;
    height: 12px;
    left: 9px;
    position: absolute;
    top: 5px;
    width: 3px;
}
.notyf__icon--error:after {
    transform: rotate(-45deg);
}
.notyf__icon--error:before {
    transform: rotate(45deg);
}
.notyf__icon--success:after,
.notyf__icon--success:before {
    background: currentColor;
    border-radius: 3px;
    content: "";
    display: block;
    position: absolute;
    width: 3px;
}
.notyf__icon--success:after {
    height: 6px;
    left: 6px;
    top: 9px;
    transform: rotate(-45deg);
}
.notyf__icon--success:before {
    height: 11px;
    left: 10px;
    top: 5px;
    transform: rotate(45deg);
}
.notyf__toast {
    animation: notyf-fadeinup 0.3s ease-in forwards;
    border-radius: 2px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    display: block;
    flex-shrink: 0;
    max-width: 300px;
    overflow: hidden;
    padding: 0 15px;
    pointer-events: auto;
    position: relative;
    transform: translateY(25%);
}
.notyf__toast--disappear {
    animation: notyf-fadeoutdown 0.3s forwards;
    animation-delay: 0.25s;
    transform: translateY(0);
}
.notyf__toast--disappear .notyf__icon,
.notyf__toast--disappear .notyf__message {
    animation: notyf-fadeoutdown 0.3s forwards;
    opacity: 1;
    transform: translateY(0);
}
.notyf__toast--disappear .notyf__dismiss {
    animation: notyf-fadeoutright 0.3s forwards;
    opacity: 1;
    transform: translateX(0);
}
.notyf__toast--disappear .notyf__message {
    animation-delay: 0.05s;
}
.notyf__toast--upper {
    margin-bottom: 20px;
}
.notyf__toast--lower {
    margin-top: 20px;
}
.notyf__toast--dismissible .notyf__wrapper {
    padding-right: 30px;
}
.notyf__ripple {
    animation: ripple 0.4s ease-out forwards;
    border-radius: 50%;
    height: 400px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0) translateY(-51%) translateX(13%);
    transform-origin: bottom right;
    width: 400px;
    z-index: 5;
}
.notyf__wrapper {
    align-items: center;
    border-radius: 3px;
    display: flex;
    padding-bottom: 17px;
    padding-right: 15px;
    padding-top: 17px;
    position: relative;
    z-index: 10;
}
.notyf__icon {
    animation: notyf-fadeinup 0.3s forwards;
    animation-delay: 0.3s;
    font-size: 1.3em;
    margin-right: 13px;
    opacity: 0;
    text-align: center;
    width: 22px;
}
.notyf__dismiss {
    animation: notyf-fadeinleft 0.3s forwards;
    animation-delay: 0.35s;
    height: 100%;
    margin-right: -15px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
}
.notyf__dismiss-btn {
    background-color: rgba(0, 0, 0, 0.25);
    border: none;
    cursor: pointer;
    height: 100%;
    opacity: 0.35;
    outline: none;
    transition: opacity 0.2s ease, background-color 0.2s ease;
    width: 100%;
}
.notyf__dismiss-btn:after,
.notyf__dismiss-btn:before {
    background: #fff;
    border-radius: 3px;
    content: "";
    height: 12px;
    left: calc(50% - 1px);
    position: absolute;
    top: calc(50% - 5px);
    width: 2px;
}
.notyf__dismiss-btn:after {
    transform: rotate(-45deg);
}
.notyf__dismiss-btn:before {
    transform: rotate(45deg);
}
.notyf__dismiss-btn:hover {
    background-color: rgba(0, 0, 0, 0.15);
    opacity: 0.7;
}
.notyf__dismiss-btn:active {
    opacity: 0.8;
}
.notyf__message {
    animation: notyf-fadeinup 0.3s forwards;
    animation-delay: 0.25s;
    line-height: 1.5em;
    opacity: 0;
    position: relative;
    vertical-align: middle;
}
@media only screen and (max-width: 480px) {
    .notyf {
        padding: 0;
    }
    .notyf__ripple {
        animation-duration: 0.5s;
        height: 600px;
        width: 600px;
    }
    .notyf__toast {
        border-radius: 0;
        box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.13);
        max-width: none;
        width: 100%;
    }
    .notyf__dismiss {
        width: 56px;
    }
}
table.dataTable tbody td.selected,
table.dataTable tbody th.selected,
table.dataTable tbody tr.selected {
    color: #fff;
}
table.dataTable tbody td.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody tr.selected a {
    color: #a2d4ed;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: #3b7ddd;
}
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected {
    background-color: #3a7ad8;
}
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover {
    background-color: #3979d5;
}
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected,
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected {
    background-color: #3a7bd9;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
    background-color: #3876d1;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
    background-color: #3877d3;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
    background-color: #3978d4;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
    background-color: #3a7bd9;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
    background-color: #3a7cda;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
    background-color: #3b7ddc;
}
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
    background-color: #3876d1;
}
table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
    background-color: #3a7bd9;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
    background-color: #3673cb;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
    background-color: #3774cc;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
    background-color: #3775cf;
}
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
    background-color: #3673cb;
}
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
    position: relative;
}
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before {
    box-sizing: border-box;
    display: block;
    height: 12px;
    left: 50%;
    position: absolute;
    top: 1.2em;
    width: 12px;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    border: 1px solid #000;
    border-radius: 3px;
    content: " ";
    margin-left: -6px;
    margin-top: -6px;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    content: "✔";
    margin-left: -4px;
    margin-top: -11px;
    text-align: center;
    text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
}
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        display: block;
        margin-left: 0;
    }
}
table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
    background-color: #fff;
}
.choices {
    font-size: 16px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}
.choices:focus {
    outline: none;
}
.choices:last-child {
    margin-bottom: 0;
}
.choices.is-open {
    overflow: initial;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.choices.is-disabled .choices__item {
    cursor: not-allowed;
}
.choices [hidden] {
    display: none !important;
}
.choices[data-type*="select-one"] {
    cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0;
    padding: 10px;
    width: 100%;
}
.choices[data-type*="select-one"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
    background-size: 8px;
    border-radius: 10em;
    height: 20px;
    margin-right: 25px;
    margin-top: -10px;
    opacity: 0.25;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
    opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
    display: none;
}
.choices[data-type*="select-one"]:after {
    border: 5px solid transparent;
    border-top-color: #333;
    content: "";
    height: 0;
    margin-top: -2.5px;
    pointer-events: none;
    position: absolute;
    right: 11.5px;
    top: 50%;
    width: 0;
}
.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333;
    margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    left: 0;
    margin-left: 25px;
    margin-right: 0;
    right: auto;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
    background-size: 8px;
    border-left: 1px solid #008fa1;
    border-radius: 0;
    display: inline-block;
    line-height: 1;
    margin: 0 -4px 0 8px;
    opacity: 0.75;
    padding-left: 16px;
    position: relative;
    width: 8px;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
    opacity: 1;
}
.choices__inner {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    display: inline-block;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
    padding: 7.5px 7.5px 3.75px;
    vertical-align: top;
    width: 100%;
}
.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7;
}
.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}
[dir="rtl"] .choices__list--single {
    padding-left: 16px;
    padding-right: 4px;
}
.choices__list--single .choices__item {
    width: 100%;
}
.choices__list--multiple {
    display: inline;
}
.choices__list--multiple .choices__item {
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    border-radius: 20px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3.75px;
    margin-right: 3.75px;
    padding: 4px 10px;
    vertical-align: middle;
    word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
    margin-left: 3.75px;
    margin-right: 0;
}
.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191;
}
.choices__list--dropdown {
    border: 1px solid #ddd;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    margin-top: -1px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    will-change: visibility;
    word-break: break-all;
    z-index: 1;
}
.choices__list--dropdown.is-active {
    visibility: visible;
}
.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
    border-radius: 0.25rem 0.25rem 0 0;
    bottom: 100%;
    margin-bottom: -1px;
    margin-top: 0;
    top: auto;
}
.choices__list--dropdown .choices__list {
    -webkit-overflow-scrolling: touch;
    max-height: 300px;
    overflow: auto;
    position: relative;
    will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
    font-size: 14px;
    padding: 10px;
    position: relative;
}
[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}
@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        padding-left: 100px;
        padding-right: 10px;
        text-align: right;
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        left: 10px;
        right: auto;
    }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
}
.choices__item {
    cursor: default;
}
.choices__item--selectable {
    cursor: pointer;
}
.choices__item--disabled {
    cursor: not-allowed;
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.choices__heading {
    border-bottom: 1px solid #f7f7f7;
    color: gray;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
}
.choices__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
}
.choices__button:focus {
    outline: none;
}
.choices__input {
    background-color: #f9f9f9;
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 4px 0 4px 2px;
    vertical-align: baseline;
}
.choices__input:focus {
    outline: 0;
}
[dir="rtl"] .choices__input {
    padding-left: 0;
    padding-right: 2px;
}
.choices__placeholder {
    opacity: 0.5;
}
.choices .choices__inner {
    border-radius: 0.2rem;
    min-height: inherit;
    padding: 0.25rem 0.7rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.choices.is-focused .choices__inner {
    background: #fff;
    border-color: #9dbeee;
    box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
    color: #495057;
}
.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 0.25rem;
}
.choices__list--multiple .choices__item {
    margin: 4px 2px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.choices__list--single {
    padding-bottom: 2px;
    padding-top: 2px;
}
.choices__list--dropdown .choices__item {
    padding-bottom: 8px;
    padding-top: 8px;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #e9ecef;
}
.choices[data-type*="select-one"] .choices__input {
    background-color: #fff;
    border-bottom: 1px solid #ced4da;
}
.choices[data-type*="select-one"]:after {
    border-color: #212529 transparent transparent;
}
.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #212529;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    border-left: 1px solid #3b7ddd;
}
.choices__inner {
    background-color: #fff;
    border: 1px solid #ced4da;
}
.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #adb5bd;
}
.choices__list--multiple .choices__item {
    background-color: #3b7ddd;
    border: 1px solid #3076db;
    color: #fff;
}
.choices__list--multiple .choices__item.is-highlighted {
    background-color: #266fd9;
    border: 1px solid #2469ce;
}
.is-disabled .choices__list--multiple .choices__item {
    background-color: #adb5bd;
    border: 1px solid #adb5bd;
}
.choices__list--dropdown {
    background-color: #fff;
    border: 1px solid #ced4da;
}
.is-open .choices__list--dropdown {
    border-color: #adb5bd;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f8f9fa;
}
.choices__heading {
    border-bottom: 1px solid #f8f9fa;
    color: #6c757d;
}
.choices__input {
    background-color: #fff;
}
.flatpickr-human[readonly],
.flatpickr-input[readonly] {
    background: #fff;
}
.flatpickr-calendar.inline {
    background: transparent;
    box-shadow: none;
    width: 100%;
}
.flatpickr-calendar.inline .flatpickr-days {
    width: 100%;
}
.flatpickr-calendar.inline .dayContainer {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.flatpickr-calendar.inline .flatpickr-day {
    border-radius: 0.2rem;
    height: 45px;
    line-height: 45px;
    max-width: inherit;
}
.flatpickr-calendar.inline .flatpickr-day.today {
    border: 0;
}
.flatpickr-calendar.inline .flatpickr-day.today:before {
    border-color: rgba(0, 0, 0, 0.2) transparent #3b7ddd;
    border-style: solid;
    border-width: 0 0 7px 7px;
    bottom: 4px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 4px;
}
.flatpickr-calendar.inline .flatpickr-day.today.selected:before {
    border-color: rgba(0, 0, 0, 0.2) transparent #fff;
}
.flatpickr-calendar.inline .flatpickr-day.today:hover {
    background: #e9ecef;
    color: #000;
}
.flatpickr-calendar.inline .flatpickr-day.selected,
.flatpickr-calendar.inline .flatpickr-day.selected:focus,
.flatpickr-calendar.inline .flatpickr-day.selected:hover {
    background: #3b7ddd;
    border-radius: 0.2rem;
    color: #fff;
}
.flatpickr-calendar.inline .flatpickr-weekdays {
    height: 45px;
}
.flatpickr-calendar.inline .flatpickr-weekday {
    height: 45px;
    line-height: 45px;
}
.flatpickr-calendar.inline .flatpickr-months .flatpickr-month,
.flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month,
.flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month {
    height: 45px;
}
.flatpickr-calendar.inline .flatpickr-current-month {
    height: 45px;
    line-height: 45px;
    padding-top: 0;
}
.flatpickr-calendar.inline .flatpickr-current-month .flatpickr-monthDropdown-months {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.flatpickr-calendar.inline .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar.inline .flatpickr-current-month input.cur-year {
    font-size: 1.09375rem;
    font-weight: 400;
}
.flatpickr-calendar.inline .flatpickr-next-month,
.flatpickr-calendar.inline .flatpickr-prev-month {
    border-radius: 0.2rem;
    width: 45px;
}
.flatpickr-calendar.inline .flatpickr-next-month:hover,
.flatpickr-calendar.inline .flatpickr-prev-month:hover {
    background: #dee2e6;
    color: #000;
}
.flatpickr-calendar.inline .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar.inline .flatpickr-current-month input.cur-year {
    font-size: 1rem;
}
.flatpickr-time {
    min-height: calc(1.9125rem + 2px);
}
.flatpickr-calendar {
    background: #fff;
    box-shadow: 1px 0 0 #e9ecef, -1px 0 0 #e9ecef, 0 1px 0 #e9ecef, 0 -1px 0 #e9ecef, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
    box-shadow: -2px 0 0 #e9ecef, 5px 0 0 #e9ecef;
}
.flatpickr-calendar.hasTime .flatpickr-time {
    border-top: 1px solid #e9ecef;
}
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e9ecef;
}
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e9ecef;
}
.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}
.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    fill: rgba(0, 0, 0, 0.9);
    color: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #adb5bd;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #dc3545;
}
.numInputWrapper span {
    border: 1px solid rgba(52, 58, 64, 0.15);
}
.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span.arrowUp:after {
    border-bottom: 4px solid rgba(52, 58, 64, 0.6);
}
.numInputWrapper span.arrowDown:after {
    border-top: 4px solid rgba(52, 58, 64, 0.6);
}
.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5);
}
.flatpickr-current-month span.cur-month:hover,
.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    color: rgba(0, 0, 0, 0.5);
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #fff;
}
span.flatpickr-weekday {
    color: rgba(0, 0, 0, 0.54);
}
.dayContainer + .dayContainer {
    box-shadow: -1px 0 0 #e9ecef;
}
.flatpickr-day {
    color: #343a40;
}
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background: #e9ecef;
    border-color: #e9ecef;
}
.flatpickr-day.today {
    border-color: #adb5bd;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    background: #adb5bd;
    border-color: #adb5bd;
    color: #fff;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #3b7ddd;
    border-color: #3b7ddd;
    color: #fff;
}
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    box-shadow: -10px 0 0 #3b7ddd;
}
.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e9ecef, 5px 0 0 #e9ecef;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(52, 58, 64, 0.3);
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: rgba(52, 58, 64, 0.1);
}
.flatpickr-day.week.selected {
    box-shadow: -5px 0 0 #3b7ddd, 5px 0 0 #3b7ddd;
}
.flatpickr-weekwrapper .flatpickr-weeks {
    box-shadow: 1px 0 0 #e9ecef;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    color: rgba(52, 58, 64, 0.3);
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #343a40;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #343a40;
}
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time input {
    color: #343a40;
}
.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #e9ecef;
}
.fc-theme-bootstrap {
    margin-bottom: 1rem;
}
.fc-theme-bootstrap .fc-content,
.fc-theme-bootstrap .fc-divider,
.fc-theme-bootstrap .fc-list-heading td,
.fc-theme-bootstrap .fc-list-view,
.fc-theme-bootstrap .fc-popover,
.fc-theme-bootstrap .fc-row,
.fc-theme-bootstrap .fc-scrollgrid table,
.fc-theme-bootstrap tbody,
.fc-theme-bootstrap td,
.fc-theme-bootstrap th,
.fc-theme-bootstrap thead {
    border: 1px solid #dee2e6;
}
.fc-theme-bootstrap .fc-col-header-cell-cushion {
    padding: 4px 8px;
}
.hljs-comment,
.hljs-quote {
    color: #998;
    font-style: italic;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
    color: #333;
    font-weight: 700;
}
.hljs-literal,
.hljs-number,
.hljs-tag .hljs-attr,
.hljs-template-variable,
.hljs-variable {
    color: teal;
}
.hljs-doctag,
.hljs-string {
    color: #d14;
}
.hljs-section,
.hljs-selector-id,
.hljs-title {
    color: #900;
    font-weight: 700;
}
.hljs-subst {
    font-weight: 400;
}
.hljs-class .hljs-title,
.hljs-type {
    color: #458;
    font-weight: 700;
}
.hljs-attribute,
.hljs-name,
.hljs-tag {
    color: navy;
    font-weight: 400;
}
.hljs-link,
.hljs-regexp {
    color: #009926;
}
.hljs-bullet,
.hljs-symbol {
    color: #990073;
}
.hljs-built_in,
.hljs-builtin-name {
    color: #0086b3;
}
.hljs-meta {
    color: #999;
    font-weight: 700;
}
.hljs-deletion {
    background: #fdd;
}
.hljs-addition {
    background: #dfd;
}
.hljs-emphasis {
    font-style: italic;
}
.hljs-strong {
    font-weight: 700;
}
.jvm-zoom-btn {
    background-color: #212529;
}
.ql-snow .ql-editor {
    background: #fff;
    min-height: 15rem;
}
.ql-container,
.ql-toolbar.ql-snow {
    font-family: var(--bs-font-sans-serif);
}
.ql-container {
    font-size: 0.875rem;
}
.ql-bubble .ql-editor {
    padding: 0;
}
.ql-bubble .ql-editor.ql-blank:before {
    left: 0;
    right: 0;
}
.ql-bubble .ql-tooltip {
    border-radius: 0.3rem;
    font-size: 0;
}
.ql-editor.ql-blank:before {
    color: rgba(0, 0, 0, 0.6);
}
.ql-editor ul[data-checked="false"] > li:before,
.ql-editor ul[data-checked="true"] > li:before {
    color: #6c757d;
}
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble.ql-toolbar button:hover {
    color: #fff;
}
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #fff;
}
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter {
    stroke: #fff;
}
@media (pointer: coarse) {
    .ql-bubble .ql-toolbar button:hover:not(.ql-active),
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) {
        color: #ced4da;
    }
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #ced4da;
    }
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #ced4da;
    }
}
.ql-bubble .ql-stroke,
.ql-bubble .ql-stroke-miter {
    stroke: #ced4da;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
    fill: #ced4da;
}
.ql-bubble .ql-editor blockquote {
    border-left-color: #ced4da;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
    background-color: #f8f9fa;
}
.ql-bubble .ql-editor pre.ql-syntax {
    background-color: #f8f9fa;
    color: #f8f9fa;
}
.ql-bubble .ql-picker {
    color: #ced4da;
}
.ql-bubble .ql-picker-options {
    background-color: #343a40;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
    color: #6c757d;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #6c757d;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #6c757d;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
    border-color: #fff;
}
.ql-bubble .ql-tooltip {
    background-color: #212529;
    color: #fff;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow,
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
    border-bottom-color: #343a40;
}
.ql-bubble .ql-tooltip-editor input[type="text"] {
    color: #fff;
}
.ql-bubble .ql-tooltip-editor a:before {
    color: #ced4da;
}
.ql-container.ql-bubble:not(.ql-disabled) a:before {
    background-color: #343a40;
    color: #fff;
}
.ql-container.ql-bubble:not(.ql-disabled) a:after {
    border-top-color: #343a40;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover {
    color: #3b7ddd;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #3b7ddd;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
    stroke: #3b7ddd;
}
@media (pointer: coarse) {
    .ql-snow .ql-toolbar button:hover:not(.ql-active),
    .ql-snow.ql-toolbar button:hover:not(.ql-active) {
        color: #343a40;
    }
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #343a40;
    }
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #343a40;
    }
}
.ql-snow .ql-stroke,
.ql-snow .ql-stroke-miter {
    stroke: #343a40;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: #343a40;
}
.ql-snow .ql-editor blockquote {
    border-left-color: #ced4da;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
    background-color: #f8f9fa;
}
.ql-snow .ql-editor pre.ql-syntax {
    background-color: #f8f9fa;
    color: #f8f9fa;
}
.ql-snow .ql-picker {
    color: #343a40;
}
.ql-snow .ql-picker-options {
    background-color: #fff;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ced4da;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ced4da;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ced4da;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000;
}
.ql-toolbar.ql-snow,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ced4da;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000;
}
.ql-snow .ql-tooltip {
    background-color: #fff;
    border-color: #ced4da;
    color: #343a40;
}
.ql-snow .ql-tooltip input[type="text"] {
    border-color: #ced4da;
}
.ql-snow .ql-tooltip a.ql-action:after {
    border-right-color: #ced4da;
}
.ql-snow a {
    color: #3b7ddd;
}
.ql-container.ql-snow {
    border-color: #ced4da;
}
.simplebar-scrollbar:before,
body[data-theme="dark"] .simplebar-scrollbar:before {
    background: #fff;
}
body[data-theme="light"] .simplebar-scrollbar:before {
    background: #adb5bd;
}
body[data-theme="colored"] .simplebar-scrollbar:before {
    background: #fff;
}
.simplebar-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 0 !important;
}
[data-simplebar] {
    left: 0;
    position: sticky;
    top: 0;
    width: 264px;
}
/* line 1, app/assets/stylesheets/common.css.sass */
.mb-1 {
  margin-bottom: 1px !important;
}

/* line 4, app/assets/stylesheets/common.css.sass */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 7, app/assets/stylesheets/common.css.sass */
.mb-20 {
  margin-bottom: 20px;
}

/* line 10, app/assets/stylesheets/common.css.sass */
.mb-25 {
  margin-bottom: 25px;
}

/* line 13, app/assets/stylesheets/common.css.sass */
.mb-30 {
  margin-bottom: 30px;
}

/* line 16, app/assets/stylesheets/common.css.sass */
.mb-50 {
  margin-bottom: 50px;
}

/* line 19, app/assets/stylesheets/common.css.sass */
.mb-75 {
  margin-bottom: 75px;
}

/* line 22, app/assets/stylesheets/common.css.sass */
.mb-100 {
  margin-bottom: 100px;
}

/* line 25, app/assets/stylesheets/common.css.sass */
.mr-1 {
  margin-right: 1px;
}

/* line 28, app/assets/stylesheets/common.css.sass */
.mr-5 {
  margin-right: 5px;
}

/* line 31, app/assets/stylesheets/common.css.sass */
.mr-10 {
  margin-right: 10px;
}

/* line 34, app/assets/stylesheets/common.css.sass */
.mr-20 {
  margin-right: 20px;
}

/* line 37, app/assets/stylesheets/common.css.sass */
.mr-30 {
  margin-right: 30px;
}

/* line 40, app/assets/stylesheets/common.css.sass */
.ml-1 {
  margin-left: 1px;
}

/* line 43, app/assets/stylesheets/common.css.sass */
.ml-5 {
  margin-left: 5px;
}

/* line 46, app/assets/stylesheets/common.css.sass */
.ml-10 {
  margin-left: 10px;
}

/* line 49, app/assets/stylesheets/common.css.sass */
.ml-20 {
  margin-left: 20px;
}

/* line 52, app/assets/stylesheets/common.css.sass */
.ml-30 {
  margin-left: 30px;
}

/* line 55, app/assets/stylesheets/common.css.sass */
.mt-0 {
  margin-top: 0 !important;
}

/* line 58, app/assets/stylesheets/common.css.sass */
.mt-1 {
  margin-top: 1px !important;
}

/* line 61, app/assets/stylesheets/common.css.sass */
.mt-5 {
  margin-top: 5px !important;
}

/* line 64, app/assets/stylesheets/common.css.sass */
.mt-10 {
  margin-top: 10px;
}

/* line 67, app/assets/stylesheets/common.css.sass */
.mt-15 {
  margin-top: 15px;
}

/* line 70, app/assets/stylesheets/common.css.sass */
.mt-20 {
  margin-top: 20px;
}

/* line 73, app/assets/stylesheets/common.css.sass */
.mt-25 {
  margin-top: 25px;
}

/* line 76, app/assets/stylesheets/common.css.sass */
.mt-30 {
  margin-top: 30px;
}

/* line 79, app/assets/stylesheets/common.css.sass */
.mt-40 {
  margin-top: 40px;
}

/* line 82, app/assets/stylesheets/common.css.sass */
.mt-50 {
  margin-top: 50px;
}

/* line 85, app/assets/stylesheets/common.css.sass */
.mt-100 {
  margin-top: 100px;
}

/* line 88, app/assets/stylesheets/common.css.sass */
.no-pad {
  padding: 0 0 !important;
}

/* line 91, app/assets/stylesheets/common.css.sass */
.font-lg {
  font-size: 2.5em;
}

/* line 94, app/assets/stylesheets/common.css.sass */
.font-mdlg {
  font-size: 1.60em;
}

/* line 97, app/assets/stylesheets/common.css.sass */
.font-md {
  font-size: .85em;
}

/* line 100, app/assets/stylesheets/common.css.sass */
.font-bold {
  font-weight: bold;
}

/* line 103, app/assets/stylesheets/common.css.sass */
.mtp-12 {
  margin-top: 12%;
}

/* line 106, app/assets/stylesheets/common.css.sass */
.mlp-20 {
  margin-left: 20px;
}

/* line 109, app/assets/stylesheets/common.css.sass */
.pt-10 {
  padding-top: 10px !important;
}

/* line 112, app/assets/stylesheets/common.css.sass */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 115, app/assets/stylesheets/common.css.sass */
.multi-select_filter {
  max-height: 100px;
  overflow-y: auto;
}

/* line 119, app/assets/stylesheets/common.css.sass */
.pct_approved_apps_closed {
  color: blue;
}

/* line 122, app/assets/stylesheets/common.css.sass */
.broker-engagement-rating {
  font-size: 2.1em;
  font-weight: bold;
  min-width: 35px;
  text-align: center;
}

/* line 128, app/assets/stylesheets/common.css.sass */
.file-upload-trash {
  vertical-align: bottom;
  line-height: 6px !important;
}

/* line 132, app/assets/stylesheets/common.css.sass */
.file-upload-file-status {
  font-weight: bold;
  line-height: 35px !important;
}

/* line 136, app/assets/stylesheets/common.css.sass */
.file-upload-file-status-success {
  color: darkgreen;
}

/* line 139, app/assets/stylesheets/common.css.sass */
.file-upload-file-status-failure {
  color: #8c0615;
}

/* line 142, app/assets/stylesheets/common.css.sass */
.scorecard-filter {
  height: 41px  !important;
  padding-bottom: 5px  !important;
}

/* line 146, app/assets/stylesheets/common.css.sass */
.scorecard-subfilter-card {
  box-shadow: none !important;
}
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex;}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);}.flatpickr-months .flatpickr-prev-month.disabled,.flatpickr-months .flatpickr-next-month.disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9;}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px;}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0 0;line-height:1;height:28px;display:inline-block;text-align:center;transform:translate3d(0,0,0);}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px;}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translate3d(0,0,0);opacity:1;}.dayContainer + .dayContainer{box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;display:inline-block;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#f3f3f3}.flatpickr-input[readonly]{cursor:pointer}@keyframes fpFadeInDown{from{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
/* line 1, app/assets/stylesheets/pagination.scss */
.pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */
}

/* line 5, app/assets/stylesheets/pagination.scss */
.pagination a, .pagination span, .pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
}

/* line 10, app/assets/stylesheets/pagination.scss */
.pagination .current {
  background-color: #3b7ddd;
  border-color: #3b7ddd;
  color: white;
  border: 1px solid;
}

/* line 16, app/assets/stylesheets/pagination.scss */
.pagination a, .pagination .disabled {
  text-decoration: none;
  border: 0;
  border-radius: 30px !important;
  transition: all .3s;
  padding: 0 11px;
  margin: 0 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: grey;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
}

/* line 33, app/assets/stylesheets/pagination.scss */
.pagination a:hover, .pagination a:focus {
  color: #000033;
  border-color: #000033;
}

/* line 36, app/assets/stylesheets/pagination.scss */
.pagination .disabled {
  color: lightgrey;
}

/* line 39, app/assets/stylesheets/pagination.scss */
.pagination .pagination_links {
  margin: 0 auto;
  text-align: center;
}

/* line 43, app/assets/stylesheets/pagination.scss */
.pagination .page_info {
  background: #3b7ddd;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 50, app/assets/stylesheets/pagination.scss */
.pagination .page_info b {
  color: #000033;
  background: #3b7ddd;
  padding: 0.1em 0.25em;
}

/* line 54, app/assets/stylesheets/pagination.scss */
.pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 60, app/assets/stylesheets/pagination.scss */
* html .pagination {
  height: 1%;
}

/* line 62, app/assets/stylesheets/pagination.scss */
*:first-child + html .pagination {
  overflow: hidden;
}
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
    color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
}
.selectize-control {
    position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block;
}
.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}
.selectize-input.full {
    background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}
.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}
.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}
.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
    display: none;
}
.selectize-input > input:focus {
    outline: none !important;
}
.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}
.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}
.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
    padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
    opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
}
.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}
.selectize-dropdown .active.create {
    color: #495c68;
}
.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
}
.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}
.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


// */
/*!
 * AdminKit PRO v3.3.0 (https://adminkit.io/)
 * Copyright 2022 Paul Laros
 * Copyright 2022 AdminKit
 */
/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 11, app/assets/stylesheets/adminkit/light.css */
:root {
  --bs-blue: #3b7ddd;
  --bs-indigo: #0a0a0a;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #fcb92c;
  --bs-green: #1cbb8c;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3b7ddd;
  --bs-secondary: #6c757d;
  --bs-success: #1cbb8c;
  --bs-info: #17a2b8;
  --bs-warning: #fcb92c;
  --bs-danger: #dc3545;
  --bs-light: #f5f7fb;
  --bs-dark: #212529;
  --bs-primary-rgb: 59, 125, 221;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 28, 187, 140;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 252, 185, 44;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 245, 247, 251;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 73, 80, 87;
  --bs-body-bg-rgb: 245, 247, 251;
  --bs-font-sans-serif: "Inter", "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #495057;
  --bs-body-bg: #f5f7fb;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.2rem;
  --bs-border-radius-sm: 0.1rem;
  --bs-border-radius-lg: 0.3rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #3b7ddd;
  --bs-link-hover-color: #2f64b1;
  --bs-code-color: #e83e8c;
  --bs-highlight-bg: #fef1d5;
}

/* line 79, app/assets/stylesheets/adminkit/light.css */
*,
:after,
:before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 85, app/assets/stylesheets/adminkit/light.css */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 89, app/assets/stylesheets/adminkit/light.css */
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}

/* line 101, app/assets/stylesheets/adminkit/light.css */
hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}

/* line 108, app/assets/stylesheets/adminkit/light.css */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

/* line 126, app/assets/stylesheets/adminkit/light.css */
.h1,
h1 {
  font-size: 1.75rem;
}

/* line 130, app/assets/stylesheets/adminkit/light.css */
.h2,
h2 {
  font-size: 1.53125rem;
}

/* line 134, app/assets/stylesheets/adminkit/light.css */
.h3,
h3 {
  font-size: 1.3125rem;
}

/* line 138, app/assets/stylesheets/adminkit/light.css */
.h4,
h4 {
  font-size: 1.09375rem;
}

/* line 142, app/assets/stylesheets/adminkit/light.css */
.h5,
.h6,
h5,
h6 {
  font-size: 0.875rem;
}

/* line 148, app/assets/stylesheets/adminkit/light.css */
p {
  margin-bottom: 1rem;
  margin-top: 0;
}

/* line 152, app/assets/stylesheets/adminkit/light.css */
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 159, app/assets/stylesheets/adminkit/light.css */
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

/* line 164, app/assets/stylesheets/adminkit/light.css */
ol,
ul {
  padding-left: 2rem;
}

/* line 168, app/assets/stylesheets/adminkit/light.css */
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}

/* line 174, app/assets/stylesheets/adminkit/light.css */
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

/* line 180, app/assets/stylesheets/adminkit/light.css */
dt {
  font-weight: 600;
}

/* line 183, app/assets/stylesheets/adminkit/light.css */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 187, app/assets/stylesheets/adminkit/light.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 190, app/assets/stylesheets/adminkit/light.css */
b,
strong {
  font-weight: bolder;
}

/* line 194, app/assets/stylesheets/adminkit/light.css */
.small,
small {
  font-size: 80%;
}

/* line 198, app/assets/stylesheets/adminkit/light.css */
.mark,
mark {
  background-color: var(--bs-highlight-bg);
  padding: 0.1875em;
}

/* line 203, app/assets/stylesheets/adminkit/light.css */
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 210, app/assets/stylesheets/adminkit/light.css */
sub {
  bottom: -0.25em;
}

/* line 213, app/assets/stylesheets/adminkit/light.css */
sup {
  top: -0.5em;
}

/* line 216, app/assets/stylesheets/adminkit/light.css */
a {
  color: var(--bs-link-color);
  text-decoration: none;
}

/* line 220, app/assets/stylesheets/adminkit/light.css */
a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}

/* line 224, app/assets/stylesheets/adminkit/light.css */
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 229, app/assets/stylesheets/adminkit/light.css */
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 236, app/assets/stylesheets/adminkit/light.css */
pre {
  display: block;
  font-size: 80%;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

/* line 243, app/assets/stylesheets/adminkit/light.css */
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

/* line 248, app/assets/stylesheets/adminkit/light.css */
code {
  word-wrap: break-word;
  color: var(--bs-code-color);
  font-size: 80%;
}

/* line 253, app/assets/stylesheets/adminkit/light.css */
a > code {
  color: inherit;
}

/* line 256, app/assets/stylesheets/adminkit/light.css */
kbd {
  background-color: var(--bs-body-color);
  border-radius: 0.1rem;
  color: var(--bs-body-bg);
  font-size: 80%;
  padding: 0.1875rem 0.375rem;
}

/* line 263, app/assets/stylesheets/adminkit/light.css */
kbd kbd {
  font-size: 1em;
  padding: 0;
}

/* line 267, app/assets/stylesheets/adminkit/light.css */
figure {
  margin: 0 0 1rem;
}

/* line 270, app/assets/stylesheets/adminkit/light.css */
img,
svg {
  vertical-align: middle;
}

/* line 274, app/assets/stylesheets/adminkit/light.css */
table {
  border-collapse: collapse;
  caption-side: bottom;
}

/* line 278, app/assets/stylesheets/adminkit/light.css */
caption {
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

/* line 284, app/assets/stylesheets/adminkit/light.css */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 288, app/assets/stylesheets/adminkit/light.css */
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}

/* line 297, app/assets/stylesheets/adminkit/light.css */
label {
  display: inline-block;
}

/* line 300, app/assets/stylesheets/adminkit/light.css */
button {
  border-radius: 0;
}

/* line 303, app/assets/stylesheets/adminkit/light.css */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 306, app/assets/stylesheets/adminkit/light.css */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* line 316, app/assets/stylesheets/adminkit/light.css */
button,
select {
  text-transform: none;
}

/* line 320, app/assets/stylesheets/adminkit/light.css */
[role="button"] {
  cursor: pointer;
}

/* line 323, app/assets/stylesheets/adminkit/light.css */
select {
  word-wrap: normal;
}

/* line 326, app/assets/stylesheets/adminkit/light.css */
select:disabled {
  opacity: 1;
}

/* line 329, app/assets/stylesheets/adminkit/light.css */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 332, app/assets/stylesheets/adminkit/light.css */
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

/* line 338, app/assets/stylesheets/adminkit/light.css */
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

/* line 344, app/assets/stylesheets/adminkit/light.css */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 348, app/assets/stylesheets/adminkit/light.css */
textarea {
  resize: vertical;
}

/* line 351, app/assets/stylesheets/adminkit/light.css */
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

/* line 357, app/assets/stylesheets/adminkit/light.css */
legend {
  float: left;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}

/* line 365, app/assets/stylesheets/adminkit/light.css */
legend + * {
  clear: left;
}

/* line 368, app/assets/stylesheets/adminkit/light.css */
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 377, app/assets/stylesheets/adminkit/light.css */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 380, app/assets/stylesheets/adminkit/light.css */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 384, app/assets/stylesheets/adminkit/light.css */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 387, app/assets/stylesheets/adminkit/light.css */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 390, app/assets/stylesheets/adminkit/light.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 394, app/assets/stylesheets/adminkit/light.css */
::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 398, app/assets/stylesheets/adminkit/light.css */
output {
  display: inline-block;
}

/* line 401, app/assets/stylesheets/adminkit/light.css */
iframe {
  border: 0;
}

/* line 404, app/assets/stylesheets/adminkit/light.css */
summary {
  cursor: pointer;
  display: list-item;
}

/* line 408, app/assets/stylesheets/adminkit/light.css */
progress {
  vertical-align: baseline;
}

/* line 411, app/assets/stylesheets/adminkit/light.css */
[hidden] {
  display: none !important;
}

/* line 414, app/assets/stylesheets/adminkit/light.css */
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

/* line 418, app/assets/stylesheets/adminkit/light.css */
.display-1 {
  font-size: 6rem;
}

/* line 421, app/assets/stylesheets/adminkit/light.css */
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

/* line 426, app/assets/stylesheets/adminkit/light.css */
.display-2 {
  font-size: 5.5rem;
}

/* line 429, app/assets/stylesheets/adminkit/light.css */
.display-3 {
  font-size: 4.5rem;
}

/* line 432, app/assets/stylesheets/adminkit/light.css */
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

/* line 437, app/assets/stylesheets/adminkit/light.css */
.display-4 {
  font-size: 3.5rem;
}

/* line 440, app/assets/stylesheets/adminkit/light.css */
.display-5 {
  font-size: 3rem;
}

/* line 443, app/assets/stylesheets/adminkit/light.css */
.display-5,
.display-6 {
  font-weight: 300;
  line-height: 1.2;
}

/* line 448, app/assets/stylesheets/adminkit/light.css */
.display-6 {
  font-size: 2.5rem;
}

/* line 451, app/assets/stylesheets/adminkit/light.css */
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

/* line 456, app/assets/stylesheets/adminkit/light.css */
.list-inline-item {
  display: inline-block;
}

/* line 459, app/assets/stylesheets/adminkit/light.css */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 462, app/assets/stylesheets/adminkit/light.css */
.initialism {
  font-size: 80%;
  text-transform: uppercase;
}

/* line 466, app/assets/stylesheets/adminkit/light.css */
.blockquote {
  font-size: 1.09375rem;
  margin-bottom: 1rem;
}

/* line 470, app/assets/stylesheets/adminkit/light.css */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 473, app/assets/stylesheets/adminkit/light.css */
.blockquote-footer {
  color: #6c757d;
  font-size: 80%;
  margin-bottom: 1rem;
  margin-top: -1rem;
}

/* line 479, app/assets/stylesheets/adminkit/light.css */
.blockquote-footer:before {
  content: "— ";
}

/* line 482, app/assets/stylesheets/adminkit/light.css */
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}

/* line 487, app/assets/stylesheets/adminkit/light.css */
.img-thumbnail {
  background-color: #f5f7fb;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.2rem;
  padding: 0.25rem;
}

/* line 493, app/assets/stylesheets/adminkit/light.css */
.figure {
  display: inline-block;
}

/* line 496, app/assets/stylesheets/adminkit/light.css */
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}

/* line 500, app/assets/stylesheets/adminkit/light.css */
.figure-caption {
  color: #6c757d;
  font-size: 80%;
}

/* line 504, app/assets/stylesheets/adminkit/light.css */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

@media (min-width: 576px) {
  /* line 519, app/assets/stylesheets/adminkit/light.css */
  .container,
.container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 525, app/assets/stylesheets/adminkit/light.css */
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 532, app/assets/stylesheets/adminkit/light.css */
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 540, app/assets/stylesheets/adminkit/light.css */
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
  }
}

/* line 548, app/assets/stylesheets/adminkit/light.css */
.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}

/* line 557, app/assets/stylesheets/adminkit/light.css */
.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

/* line 565, app/assets/stylesheets/adminkit/light.css */
.col {
  flex: 1 0 0%;
}

/* line 568, app/assets/stylesheets/adminkit/light.css */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 572, app/assets/stylesheets/adminkit/light.css */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 576, app/assets/stylesheets/adminkit/light.css */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 580, app/assets/stylesheets/adminkit/light.css */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 584, app/assets/stylesheets/adminkit/light.css */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 588, app/assets/stylesheets/adminkit/light.css */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 592, app/assets/stylesheets/adminkit/light.css */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 596, app/assets/stylesheets/adminkit/light.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 600, app/assets/stylesheets/adminkit/light.css */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 604, app/assets/stylesheets/adminkit/light.css */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 608, app/assets/stylesheets/adminkit/light.css */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 612, app/assets/stylesheets/adminkit/light.css */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 616, app/assets/stylesheets/adminkit/light.css */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 620, app/assets/stylesheets/adminkit/light.css */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 624, app/assets/stylesheets/adminkit/light.css */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 628, app/assets/stylesheets/adminkit/light.css */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 632, app/assets/stylesheets/adminkit/light.css */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 636, app/assets/stylesheets/adminkit/light.css */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 640, app/assets/stylesheets/adminkit/light.css */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 644, app/assets/stylesheets/adminkit/light.css */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 648, app/assets/stylesheets/adminkit/light.css */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 651, app/assets/stylesheets/adminkit/light.css */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 654, app/assets/stylesheets/adminkit/light.css */
.offset-3 {
  margin-left: 25%;
}

/* line 657, app/assets/stylesheets/adminkit/light.css */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 660, app/assets/stylesheets/adminkit/light.css */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 663, app/assets/stylesheets/adminkit/light.css */
.offset-6 {
  margin-left: 50%;
}

/* line 666, app/assets/stylesheets/adminkit/light.css */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 669, app/assets/stylesheets/adminkit/light.css */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 672, app/assets/stylesheets/adminkit/light.css */
.offset-9 {
  margin-left: 75%;
}

/* line 675, app/assets/stylesheets/adminkit/light.css */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 678, app/assets/stylesheets/adminkit/light.css */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 681, app/assets/stylesheets/adminkit/light.css */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 685, app/assets/stylesheets/adminkit/light.css */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 689, app/assets/stylesheets/adminkit/light.css */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 693, app/assets/stylesheets/adminkit/light.css */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 697, app/assets/stylesheets/adminkit/light.css */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 701, app/assets/stylesheets/adminkit/light.css */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 705, app/assets/stylesheets/adminkit/light.css */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 709, app/assets/stylesheets/adminkit/light.css */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 713, app/assets/stylesheets/adminkit/light.css */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 717, app/assets/stylesheets/adminkit/light.css */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 721, app/assets/stylesheets/adminkit/light.css */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 725, app/assets/stylesheets/adminkit/light.css */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

/* line 729, app/assets/stylesheets/adminkit/light.css */
.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}

/* line 733, app/assets/stylesheets/adminkit/light.css */
.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}

/* line 737, app/assets/stylesheets/adminkit/light.css */
.g-7,
.gx-7 {
  --bs-gutter-x: 6rem;
}

/* line 741, app/assets/stylesheets/adminkit/light.css */
.g-7,
.gy-7 {
  --bs-gutter-y: 6rem;
}

@media (min-width: 576px) {
  /* line 746, app/assets/stylesheets/adminkit/light.css */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 749, app/assets/stylesheets/adminkit/light.css */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 753, app/assets/stylesheets/adminkit/light.css */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 757, app/assets/stylesheets/adminkit/light.css */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 761, app/assets/stylesheets/adminkit/light.css */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 765, app/assets/stylesheets/adminkit/light.css */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 769, app/assets/stylesheets/adminkit/light.css */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 773, app/assets/stylesheets/adminkit/light.css */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 777, app/assets/stylesheets/adminkit/light.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 781, app/assets/stylesheets/adminkit/light.css */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 785, app/assets/stylesheets/adminkit/light.css */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 789, app/assets/stylesheets/adminkit/light.css */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 793, app/assets/stylesheets/adminkit/light.css */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 797, app/assets/stylesheets/adminkit/light.css */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 801, app/assets/stylesheets/adminkit/light.css */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 805, app/assets/stylesheets/adminkit/light.css */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 809, app/assets/stylesheets/adminkit/light.css */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 813, app/assets/stylesheets/adminkit/light.css */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 817, app/assets/stylesheets/adminkit/light.css */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 821, app/assets/stylesheets/adminkit/light.css */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 825, app/assets/stylesheets/adminkit/light.css */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 829, app/assets/stylesheets/adminkit/light.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 832, app/assets/stylesheets/adminkit/light.css */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 835, app/assets/stylesheets/adminkit/light.css */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 838, app/assets/stylesheets/adminkit/light.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 841, app/assets/stylesheets/adminkit/light.css */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 844, app/assets/stylesheets/adminkit/light.css */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 847, app/assets/stylesheets/adminkit/light.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 850, app/assets/stylesheets/adminkit/light.css */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 853, app/assets/stylesheets/adminkit/light.css */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 856, app/assets/stylesheets/adminkit/light.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 859, app/assets/stylesheets/adminkit/light.css */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 862, app/assets/stylesheets/adminkit/light.css */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 865, app/assets/stylesheets/adminkit/light.css */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 869, app/assets/stylesheets/adminkit/light.css */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 873, app/assets/stylesheets/adminkit/light.css */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 877, app/assets/stylesheets/adminkit/light.css */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 881, app/assets/stylesheets/adminkit/light.css */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 885, app/assets/stylesheets/adminkit/light.css */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 889, app/assets/stylesheets/adminkit/light.css */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 893, app/assets/stylesheets/adminkit/light.css */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 897, app/assets/stylesheets/adminkit/light.css */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 901, app/assets/stylesheets/adminkit/light.css */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 905, app/assets/stylesheets/adminkit/light.css */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 909, app/assets/stylesheets/adminkit/light.css */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  /* line 913, app/assets/stylesheets/adminkit/light.css */
  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 917, app/assets/stylesheets/adminkit/light.css */
  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 921, app/assets/stylesheets/adminkit/light.css */
  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 6rem;
  }
  /* line 925, app/assets/stylesheets/adminkit/light.css */
  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 6rem;
  }
}

@media (min-width: 768px) {
  /* line 931, app/assets/stylesheets/adminkit/light.css */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 934, app/assets/stylesheets/adminkit/light.css */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 938, app/assets/stylesheets/adminkit/light.css */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 942, app/assets/stylesheets/adminkit/light.css */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 946, app/assets/stylesheets/adminkit/light.css */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 950, app/assets/stylesheets/adminkit/light.css */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 954, app/assets/stylesheets/adminkit/light.css */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 958, app/assets/stylesheets/adminkit/light.css */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 962, app/assets/stylesheets/adminkit/light.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 966, app/assets/stylesheets/adminkit/light.css */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 970, app/assets/stylesheets/adminkit/light.css */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 974, app/assets/stylesheets/adminkit/light.css */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 978, app/assets/stylesheets/adminkit/light.css */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 982, app/assets/stylesheets/adminkit/light.css */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 986, app/assets/stylesheets/adminkit/light.css */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 990, app/assets/stylesheets/adminkit/light.css */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 994, app/assets/stylesheets/adminkit/light.css */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 998, app/assets/stylesheets/adminkit/light.css */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1002, app/assets/stylesheets/adminkit/light.css */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1006, app/assets/stylesheets/adminkit/light.css */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1010, app/assets/stylesheets/adminkit/light.css */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1014, app/assets/stylesheets/adminkit/light.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1017, app/assets/stylesheets/adminkit/light.css */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 1020, app/assets/stylesheets/adminkit/light.css */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 1023, app/assets/stylesheets/adminkit/light.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1026, app/assets/stylesheets/adminkit/light.css */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 1029, app/assets/stylesheets/adminkit/light.css */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 1032, app/assets/stylesheets/adminkit/light.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1035, app/assets/stylesheets/adminkit/light.css */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 1038, app/assets/stylesheets/adminkit/light.css */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 1041, app/assets/stylesheets/adminkit/light.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1044, app/assets/stylesheets/adminkit/light.css */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 1047, app/assets/stylesheets/adminkit/light.css */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 1050, app/assets/stylesheets/adminkit/light.css */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 1054, app/assets/stylesheets/adminkit/light.css */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 1058, app/assets/stylesheets/adminkit/light.css */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1062, app/assets/stylesheets/adminkit/light.css */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1066, app/assets/stylesheets/adminkit/light.css */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1070, app/assets/stylesheets/adminkit/light.css */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1074, app/assets/stylesheets/adminkit/light.css */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1078, app/assets/stylesheets/adminkit/light.css */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1082, app/assets/stylesheets/adminkit/light.css */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1086, app/assets/stylesheets/adminkit/light.css */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1090, app/assets/stylesheets/adminkit/light.css */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1094, app/assets/stylesheets/adminkit/light.css */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  /* line 1098, app/assets/stylesheets/adminkit/light.css */
  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 1102, app/assets/stylesheets/adminkit/light.css */
  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 1106, app/assets/stylesheets/adminkit/light.css */
  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 6rem;
  }
  /* line 1110, app/assets/stylesheets/adminkit/light.css */
  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 6rem;
  }
}

@media (min-width: 992px) {
  /* line 1116, app/assets/stylesheets/adminkit/light.css */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 1119, app/assets/stylesheets/adminkit/light.css */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1123, app/assets/stylesheets/adminkit/light.css */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1127, app/assets/stylesheets/adminkit/light.css */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1131, app/assets/stylesheets/adminkit/light.css */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 1135, app/assets/stylesheets/adminkit/light.css */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1139, app/assets/stylesheets/adminkit/light.css */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1143, app/assets/stylesheets/adminkit/light.css */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 1147, app/assets/stylesheets/adminkit/light.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1151, app/assets/stylesheets/adminkit/light.css */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1155, app/assets/stylesheets/adminkit/light.css */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1159, app/assets/stylesheets/adminkit/light.css */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1163, app/assets/stylesheets/adminkit/light.css */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1167, app/assets/stylesheets/adminkit/light.css */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1171, app/assets/stylesheets/adminkit/light.css */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1175, app/assets/stylesheets/adminkit/light.css */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1179, app/assets/stylesheets/adminkit/light.css */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1183, app/assets/stylesheets/adminkit/light.css */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1187, app/assets/stylesheets/adminkit/light.css */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1191, app/assets/stylesheets/adminkit/light.css */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1195, app/assets/stylesheets/adminkit/light.css */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1199, app/assets/stylesheets/adminkit/light.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1202, app/assets/stylesheets/adminkit/light.css */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 1205, app/assets/stylesheets/adminkit/light.css */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 1208, app/assets/stylesheets/adminkit/light.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1211, app/assets/stylesheets/adminkit/light.css */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 1214, app/assets/stylesheets/adminkit/light.css */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 1217, app/assets/stylesheets/adminkit/light.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1220, app/assets/stylesheets/adminkit/light.css */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 1223, app/assets/stylesheets/adminkit/light.css */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 1226, app/assets/stylesheets/adminkit/light.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1229, app/assets/stylesheets/adminkit/light.css */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 1232, app/assets/stylesheets/adminkit/light.css */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 1235, app/assets/stylesheets/adminkit/light.css */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 1239, app/assets/stylesheets/adminkit/light.css */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 1243, app/assets/stylesheets/adminkit/light.css */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1247, app/assets/stylesheets/adminkit/light.css */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1251, app/assets/stylesheets/adminkit/light.css */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1255, app/assets/stylesheets/adminkit/light.css */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1259, app/assets/stylesheets/adminkit/light.css */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1263, app/assets/stylesheets/adminkit/light.css */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1267, app/assets/stylesheets/adminkit/light.css */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1271, app/assets/stylesheets/adminkit/light.css */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1275, app/assets/stylesheets/adminkit/light.css */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1279, app/assets/stylesheets/adminkit/light.css */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  /* line 1283, app/assets/stylesheets/adminkit/light.css */
  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 1287, app/assets/stylesheets/adminkit/light.css */
  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 1291, app/assets/stylesheets/adminkit/light.css */
  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 6rem;
  }
  /* line 1295, app/assets/stylesheets/adminkit/light.css */
  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 6rem;
  }
}

@media (min-width: 1200px) {
  /* line 1301, app/assets/stylesheets/adminkit/light.css */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 1304, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1308, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1312, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1316, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 1320, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1324, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1328, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 1332, app/assets/stylesheets/adminkit/light.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1336, app/assets/stylesheets/adminkit/light.css */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1340, app/assets/stylesheets/adminkit/light.css */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1344, app/assets/stylesheets/adminkit/light.css */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1348, app/assets/stylesheets/adminkit/light.css */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1352, app/assets/stylesheets/adminkit/light.css */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1356, app/assets/stylesheets/adminkit/light.css */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1360, app/assets/stylesheets/adminkit/light.css */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1364, app/assets/stylesheets/adminkit/light.css */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1368, app/assets/stylesheets/adminkit/light.css */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1372, app/assets/stylesheets/adminkit/light.css */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1376, app/assets/stylesheets/adminkit/light.css */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1380, app/assets/stylesheets/adminkit/light.css */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1384, app/assets/stylesheets/adminkit/light.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1387, app/assets/stylesheets/adminkit/light.css */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 1390, app/assets/stylesheets/adminkit/light.css */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 1393, app/assets/stylesheets/adminkit/light.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1396, app/assets/stylesheets/adminkit/light.css */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 1399, app/assets/stylesheets/adminkit/light.css */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 1402, app/assets/stylesheets/adminkit/light.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1405, app/assets/stylesheets/adminkit/light.css */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 1408, app/assets/stylesheets/adminkit/light.css */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 1411, app/assets/stylesheets/adminkit/light.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1414, app/assets/stylesheets/adminkit/light.css */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 1417, app/assets/stylesheets/adminkit/light.css */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 1420, app/assets/stylesheets/adminkit/light.css */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 1424, app/assets/stylesheets/adminkit/light.css */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 1428, app/assets/stylesheets/adminkit/light.css */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1432, app/assets/stylesheets/adminkit/light.css */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1436, app/assets/stylesheets/adminkit/light.css */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1440, app/assets/stylesheets/adminkit/light.css */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1444, app/assets/stylesheets/adminkit/light.css */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1448, app/assets/stylesheets/adminkit/light.css */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1452, app/assets/stylesheets/adminkit/light.css */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1456, app/assets/stylesheets/adminkit/light.css */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1460, app/assets/stylesheets/adminkit/light.css */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1464, app/assets/stylesheets/adminkit/light.css */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  /* line 1468, app/assets/stylesheets/adminkit/light.css */
  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 1472, app/assets/stylesheets/adminkit/light.css */
  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 1476, app/assets/stylesheets/adminkit/light.css */
  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 6rem;
  }
  /* line 1480, app/assets/stylesheets/adminkit/light.css */
  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 6rem;
  }
}

@media (min-width: 1440px) {
  /* line 1486, app/assets/stylesheets/adminkit/light.css */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 1489, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1493, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1497, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1501, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 1505, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1509, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1513, app/assets/stylesheets/adminkit/light.css */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 1517, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1521, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1525, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1529, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1533, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1537, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1541, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1545, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1549, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1553, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1557, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1561, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1565, app/assets/stylesheets/adminkit/light.css */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1569, app/assets/stylesheets/adminkit/light.css */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 1572, app/assets/stylesheets/adminkit/light.css */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 1575, app/assets/stylesheets/adminkit/light.css */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 1578, app/assets/stylesheets/adminkit/light.css */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 1581, app/assets/stylesheets/adminkit/light.css */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 1584, app/assets/stylesheets/adminkit/light.css */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 1587, app/assets/stylesheets/adminkit/light.css */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 1590, app/assets/stylesheets/adminkit/light.css */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 1593, app/assets/stylesheets/adminkit/light.css */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 1596, app/assets/stylesheets/adminkit/light.css */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 1599, app/assets/stylesheets/adminkit/light.css */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 1602, app/assets/stylesheets/adminkit/light.css */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 1605, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 1609, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 1613, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1617, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1621, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1625, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1629, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1633, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1637, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1641, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1645, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1649, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  /* line 1653, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 1657, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 1661, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 6rem;
  }
  /* line 1665, app/assets/stylesheets/adminkit/light.css */
  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 6rem;
  }
}

/* line 1670, app/assets/stylesheets/adminkit/light.css */
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #f8f9fa;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.038);
  border-color: var(--bs-table-border-color);
  color: var(--bs-table-color);
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}

/* line 1687, app/assets/stylesheets/adminkit/light.css */
.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: 0.75rem;
}

/* line 1693, app/assets/stylesheets/adminkit/light.css */
.table > tbody {
  vertical-align: inherit;
}

/* line 1696, app/assets/stylesheets/adminkit/light.css */
.table > thead {
  vertical-align: bottom;
}

/* line 1699, app/assets/stylesheets/adminkit/light.css */
.table-group-divider {
  border-top: 2px solid;
}

/* line 1702, app/assets/stylesheets/adminkit/light.css */
.caption-top {
  caption-side: top;
}

/* line 1705, app/assets/stylesheets/adminkit/light.css */
.table-sm > :not(caption) > * > * {
  padding: 0.3rem;
}

/* line 1708, app/assets/stylesheets/adminkit/light.css */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 1711, app/assets/stylesheets/adminkit/light.css */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 1714, app/assets/stylesheets/adminkit/light.css */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 1717, app/assets/stylesheets/adminkit/light.css */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 1720, app/assets/stylesheets/adminkit/light.css */
.table-striped-columns > :not(caption) > tr > :nth-child(2n),
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 1725, app/assets/stylesheets/adminkit/light.css */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 1729, app/assets/stylesheets/adminkit/light.css */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 1733, app/assets/stylesheets/adminkit/light.css */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #d8e5f8;
  --bs-table-border-color: #c2cedf;
  --bs-table-striped-bg: #cddaec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2cedf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8d4e5;
  --bs-table-hover-color: #000;
}

/* line 1744, app/assets/stylesheets/adminkit/light.css */
.table-primary,
.table-secondary {
  border-color: var(--bs-table-border-color);
  color: var(--bs-table-color);
}

/* line 1749, app/assets/stylesheets/adminkit/light.css */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
}

/* line 1760, app/assets/stylesheets/adminkit/light.css */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d2f1e8;
  --bs-table-border-color: #bdd9d1;
  --bs-table-striped-bg: #c8e5dc;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bdd9d1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c2dfd7;
  --bs-table-hover-color: #000;
}

/* line 1771, app/assets/stylesheets/adminkit/light.css */
.table-info,
.table-success {
  border-color: var(--bs-table-border-color);
  color: var(--bs-table-color);
}

/* line 1776, app/assets/stylesheets/adminkit/light.css */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #d1ecf1;
  --bs-table-border-color: #bcd4d9;
  --bs-table-striped-bg: #c7e0e5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd4d9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1dadf;
  --bs-table-hover-color: #000;
}

/* line 1787, app/assets/stylesheets/adminkit/light.css */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fef1d5;
  --bs-table-border-color: #e5d9c0;
  --bs-table-striped-bg: #f1e5ca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5d9c0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebdfc5;
  --bs-table-hover-color: #000;
}

/* line 1798, app/assets/stylesheets/adminkit/light.css */
.table-danger,
.table-warning {
  border-color: var(--bs-table-border-color);
  color: var(--bs-table-color);
}

/* line 1803, app/assets/stylesheets/adminkit/light.css */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
}

/* line 1814, app/assets/stylesheets/adminkit/light.css */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f5f7fb;
  --bs-table-border-color: #dddee2;
  --bs-table-striped-bg: #e9ebee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dddee2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e3e4e8;
  --bs-table-hover-color: #000;
}

/* line 1825, app/assets/stylesheets/adminkit/light.css */
.table-dark,
.table-light {
  border-color: var(--bs-table-border-color);
  color: var(--bs-table-color);
}

/* line 1830, app/assets/stylesheets/adminkit/light.css */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
}

/* line 1841, app/assets/stylesheets/adminkit/light.css */
.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  /* line 1846, app/assets/stylesheets/adminkit/light.css */
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 1852, app/assets/stylesheets/adminkit/light.css */
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 1858, app/assets/stylesheets/adminkit/light.css */
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 1864, app/assets/stylesheets/adminkit/light.css */
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 1439.98px) {
  /* line 1870, app/assets/stylesheets/adminkit/light.css */
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

/* line 1875, app/assets/stylesheets/adminkit/light.css */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 1878, app/assets/stylesheets/adminkit/light.css */
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.3rem + 1px);
  padding-top: calc(0.3rem + 1px);
}

/* line 1885, app/assets/stylesheets/adminkit/light.css */
.col-form-label-lg {
  font-size: 0.925rem;
  padding-bottom: calc(0.4rem + 1px);
  padding-top: calc(0.4rem + 1px);
}

/* line 1890, app/assets/stylesheets/adminkit/light.css */
.col-form-label-sm {
  font-size: 0.75rem;
  padding-bottom: calc(0.2rem + 1px);
  padding-top: calc(0.2rem + 1px);
}

/* line 1895, app/assets/stylesheets/adminkit/light.css */
.form-text {
  color: #6c757d;
  font-size: 80%;
  margin-top: 0.25rem;
}

/* line 1900, app/assets/stylesheets/adminkit/light.css */
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  color: #495057;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.3rem 0.85rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1918, app/assets/stylesheets/adminkit/light.css */
  .form-control {
    transition: none;
  }
}

/* line 1922, app/assets/stylesheets/adminkit/light.css */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 1925, app/assets/stylesheets/adminkit/light.css */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 1928, app/assets/stylesheets/adminkit/light.css */
.form-control:focus {
  background-color: #fff;
  border-color: #9dbeee;
  box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
  color: #495057;
  outline: 0;
}

/* line 1935, app/assets/stylesheets/adminkit/light.css */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 1938, app/assets/stylesheets/adminkit/light.css */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1942, app/assets/stylesheets/adminkit/light.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1946, app/assets/stylesheets/adminkit/light.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1950, app/assets/stylesheets/adminkit/light.css */
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 1954, app/assets/stylesheets/adminkit/light.css */
.form-control::-webkit-file-upload-button {
  -webkit-margin-end: 0.85rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #495057;
  margin: -0.3rem -0.85rem;
  margin-inline-end: 0.85rem;
  padding: 0.3rem 0.85rem;
  pointer-events: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 1969, app/assets/stylesheets/adminkit/light.css */
.form-control::file-selector-button {
  -webkit-margin-end: 0.85rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #495057;
  margin: -0.3rem -0.85rem;
  margin-inline-end: 0.85rem;
  padding: 0.3rem 0.85rem;
  pointer-events: none;
  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) {
  /* line 1984, app/assets/stylesheets/adminkit/light.css */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  /* line 1988, app/assets/stylesheets/adminkit/light.css */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 1992, app/assets/stylesheets/adminkit/light.css */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

/* line 1995, app/assets/stylesheets/adminkit/light.css */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 1998, app/assets/stylesheets/adminkit/light.css */
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #495057;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.3rem 0;
  width: 100%;
}

/* line 2009, app/assets/stylesheets/adminkit/light.css */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 2012, app/assets/stylesheets/adminkit/light.css */
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 2017, app/assets/stylesheets/adminkit/light.css */
.form-control-sm {
  border-radius: 0.1rem;
  font-size: 0.75rem;
  min-height: calc(1.525rem + 2px);
  padding: 0.2rem 0.5rem;
}

/* line 2023, app/assets/stylesheets/adminkit/light.css */
.form-control-sm::-webkit-file-upload-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.2rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.2rem 0.5rem;
}

/* line 2029, app/assets/stylesheets/adminkit/light.css */
.form-control-sm::file-selector-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.2rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.2rem 0.5rem;
}

/* line 2035, app/assets/stylesheets/adminkit/light.css */
.form-control-lg {
  border-radius: 0.3rem;
  font-size: 0.925rem;
  min-height: calc(2.1875rem + 2px);
  padding: 0.4rem 1rem;
}

/* line 2041, app/assets/stylesheets/adminkit/light.css */
.form-control-lg::-webkit-file-upload-button {
  -webkit-margin-end: 1rem;
  margin: -0.4rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.4rem 1rem;
}

/* line 2047, app/assets/stylesheets/adminkit/light.css */
.form-control-lg::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -0.4rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.4rem 1rem;
}

/* line 2053, app/assets/stylesheets/adminkit/light.css */
textarea.form-control {
  min-height: calc(1.9125rem + 2px);
}

/* line 2056, app/assets/stylesheets/adminkit/light.css */
textarea.form-control-sm {
  min-height: calc(1.525rem + 2px);
}

/* line 2059, app/assets/stylesheets/adminkit/light.css */
textarea.form-control-lg {
  min-height: calc(2.1875rem + 2px);
}

/* line 2062, app/assets/stylesheets/adminkit/light.css */
.form-control-color {
  height: calc(1.9125rem + 2px);
  padding: 0.3rem;
  width: 3rem;
}

/* line 2067, app/assets/stylesheets/adminkit/light.css */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 2070, app/assets/stylesheets/adminkit/light.css */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.2rem;
}

/* line 2074, app/assets/stylesheets/adminkit/light.css */
.form-control-color::-webkit-color-swatch {
  border-radius: 0.2rem;
}

/* line 2077, app/assets/stylesheets/adminkit/light.css */
.form-control-color.form-control-sm {
  height: calc(1.525rem + 2px);
}

/* line 2080, app/assets/stylesheets/adminkit/light.css */
.form-control-color.form-control-lg {
  height: calc(2.1875rem + 2px);
}

/* line 2083, app/assets/stylesheets/adminkit/light.css */
.form-select {
  -moz-padding-start: calc(0.85rem - 3px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 0.85rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  color: #495057;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.3rem 2.55rem 0.3rem 0.85rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2105, app/assets/stylesheets/adminkit/light.css */
  .form-select {
    transition: none;
  }
}

/* line 2109, app/assets/stylesheets/adminkit/light.css */
.form-select:focus {
  border-color: #9dbeee;
  box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
  outline: 0;
}

/* line 2114, app/assets/stylesheets/adminkit/light.css */
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: 0.85rem;
}

/* line 2119, app/assets/stylesheets/adminkit/light.css */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 2122, app/assets/stylesheets/adminkit/light.css */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 2126, app/assets/stylesheets/adminkit/light.css */
.form-select-sm {
  border-radius: 0.1rem;
  font-size: 0.75rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
  padding-top: 0.2rem;
}

/* line 2133, app/assets/stylesheets/adminkit/light.css */
.form-select-lg {
  border-radius: 0.3rem;
  font-size: 0.925rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  padding-top: 0.4rem;
}

/* line 2140, app/assets/stylesheets/adminkit/light.css */
.form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.3125rem;
  padding-left: 1.5em;
}

/* line 2146, app/assets/stylesheets/adminkit/light.css */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 2150, app/assets/stylesheets/adminkit/light.css */
.form-check-reverse {
  padding-left: 0;
  padding-right: 1.5em;
  text-align: right;
}

/* line 2155, app/assets/stylesheets/adminkit/light.css */
.form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

/* line 2160, app/assets/stylesheets/adminkit/light.css */
.form-check-input {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color-adjust: exact;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  width: 1em;
}

/* line 2177, app/assets/stylesheets/adminkit/light.css */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 2180, app/assets/stylesheets/adminkit/light.css */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 2183, app/assets/stylesheets/adminkit/light.css */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 2186, app/assets/stylesheets/adminkit/light.css */
.form-check-input:focus {
  border-color: #9dbeee;
  box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
  outline: 0;
}

/* line 2191, app/assets/stylesheets/adminkit/light.css */
.form-check-input:checked {
  background-color: #3b7ddd;
  border-color: #3b7ddd;
}

/* line 2195, app/assets/stylesheets/adminkit/light.css */
.form-check-input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%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 10 3 3 6-6'/%3E%3C/svg%3E");
}

/* line 2198, app/assets/stylesheets/adminkit/light.css */
.form-check-input[type="radio"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 2201, app/assets/stylesheets/adminkit/light.css */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #3b7ddd;
  background-image: url("data:image/svg+xml;charset=utf-8,%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");
  border-color: #3b7ddd;
}

/* line 2206, app/assets/stylesheets/adminkit/light.css */
.form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}

/* line 2211, app/assets/stylesheets/adminkit/light.css */
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 2216, app/assets/stylesheets/adminkit/light.css */
.form-switch {
  padding-left: 2.5em;
}

/* line 2219, app/assets/stylesheets/adminkit/light.css */
.form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position 0.15s ease-in-out;
  width: 2em;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2228, app/assets/stylesheets/adminkit/light.css */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 2232, app/assets/stylesheets/adminkit/light.css */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%239dbeee'/%3E%3C/svg%3E");
}

/* line 2235, app/assets/stylesheets/adminkit/light.css */
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}

/* line 2239, app/assets/stylesheets/adminkit/light.css */
.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}

/* line 2243, app/assets/stylesheets/adminkit/light.css */
.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

/* line 2247, app/assets/stylesheets/adminkit/light.css */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 2251, app/assets/stylesheets/adminkit/light.css */
.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

/* line 2256, app/assets/stylesheets/adminkit/light.css */
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  filter: none;
  opacity: 0.65;
  pointer-events: none;
}

/* line 2262, app/assets/stylesheets/adminkit/light.css */
.form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.4rem;
  padding: 0;
  width: 100%;
}

/* line 2271, app/assets/stylesheets/adminkit/light.css */
.form-range:focus {
  outline: 0;
}

/* line 2274, app/assets/stylesheets/adminkit/light.css */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
}

/* line 2277, app/assets/stylesheets/adminkit/light.css */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
}

/* line 2280, app/assets/stylesheets/adminkit/light.css */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 2283, app/assets/stylesheets/adminkit/light.css */
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #3b7ddd;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2296, app/assets/stylesheets/adminkit/light.css */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2301, app/assets/stylesheets/adminkit/light.css */
.form-range::-webkit-slider-thumb:active {
  background-color: #c4d8f5;
}

/* line 2304, app/assets/stylesheets/adminkit/light.css */
.form-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

/* line 2313, app/assets/stylesheets/adminkit/light.css */
.form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #3b7ddd;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2325, app/assets/stylesheets/adminkit/light.css */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 2330, app/assets/stylesheets/adminkit/light.css */
.form-range::-moz-range-thumb:active {
  background-color: #c4d8f5;
}

/* line 2333, app/assets/stylesheets/adminkit/light.css */
.form-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

/* line 2342, app/assets/stylesheets/adminkit/light.css */
.form-range:disabled {
  pointer-events: none;
}

/* line 2345, app/assets/stylesheets/adminkit/light.css */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 2348, app/assets/stylesheets/adminkit/light.css */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 2351, app/assets/stylesheets/adminkit/light.css */
.form-floating {
  position: relative;
}

/* line 2354, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 2360, app/assets/stylesheets/adminkit/light.css */
.form-floating > label {
  border: 1px solid transparent;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 1rem 0.85rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  white-space: nowrap;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2376, app/assets/stylesheets/adminkit/light.css */
  .form-floating > label {
    transition: none;
  }
}

/* line 2380, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.85rem;
}

/* line 2384, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-control-plaintext::-webkit-input-placeholder,
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

/* line 2388, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-control-plaintext::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

/* line 2392, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-control-plaintext::-moz-placeholder, .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 2396, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}

/* line 2401, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown), .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}

/* line 2408, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}

/* line 2413, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-select {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}

/* line 2417, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 2421, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 2428, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 2432, app/assets/stylesheets/adminkit/light.css */
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

/* line 2435, app/assets/stylesheets/adminkit/light.css */
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

/* line 2442, app/assets/stylesheets/adminkit/light.css */
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}

/* line 2450, app/assets/stylesheets/adminkit/light.css */
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 3;
}

/* line 2455, app/assets/stylesheets/adminkit/light.css */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 2459, app/assets/stylesheets/adminkit/light.css */
.input-group .btn:focus {
  z-index: 3;
}

/* line 2462, app/assets/stylesheets/adminkit/light.css */
.input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  color: #495057;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.3rem 0.85rem;
  text-align: center;
  white-space: nowrap;
}

/* line 2476, app/assets/stylesheets/adminkit/light.css */
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  border-radius: 0.3rem;
  font-size: 0.925rem;
  padding: 0.4rem 1rem;
}

/* line 2484, app/assets/stylesheets/adminkit/light.css */
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  border-radius: 0.1rem;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
}

/* line 2492, app/assets/stylesheets/adminkit/light.css */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3.4rem;
}

/* line 2496, app/assets/stylesheets/adminkit/light.css */
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select,
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2507, app/assets/stylesheets/adminkit/light.css */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select,
.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}

/* line 2514, app/assets/stylesheets/adminkit/light.css */
.valid-feedback {
  color: #1cbb8c;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}

/* line 2521, app/assets/stylesheets/adminkit/light.css */
.valid-tooltip {
  background-color: rgba(28, 187, 140, 0.9);
  border-radius: 0.2rem;
  color: #000;
  display: none;
  font-size: 0.75rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}

/* line 2534, app/assets/stylesheets/adminkit/light.css */
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}

/* line 2540, app/assets/stylesheets/adminkit/light.css */
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #1cbb8c;
}

/* line 2544, app/assets/stylesheets/adminkit/light.css */
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #1cbb8c;
  box-shadow: 0 0 0 0.2rem rgba(28, 187, 140, 0.25);
}

/* line 2549, app/assets/stylesheets/adminkit/light.css */
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #1cbb8c;
}

/* line 2553, app/assets/stylesheets/adminkit/light.css */
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #1cbb8c;
  box-shadow: 0 0 0 0.2rem rgba(28, 187, 140, 0.25);
}

/* line 2558, app/assets/stylesheets/adminkit/light.css */
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #1cbb8c;
}

/* line 2562, app/assets/stylesheets/adminkit/light.css */
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #1cbb8c;
}

/* line 2566, app/assets/stylesheets/adminkit/light.css */
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 187, 140, 0.25);
}

/* line 2570, app/assets/stylesheets/adminkit/light.css */
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #1cbb8c;
}

/* line 2574, app/assets/stylesheets/adminkit/light.css */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

/* line 2577, app/assets/stylesheets/adminkit/light.css */
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}

/* line 2583, app/assets/stylesheets/adminkit/light.css */
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}

/* line 2589, app/assets/stylesheets/adminkit/light.css */
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}

/* line 2596, app/assets/stylesheets/adminkit/light.css */
.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.2rem;
  color: #fff;
  display: none;
  font-size: 0.75rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}

/* line 2609, app/assets/stylesheets/adminkit/light.css */
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2615, app/assets/stylesheets/adminkit/light.css */
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}

/* line 2619, app/assets/stylesheets/adminkit/light.css */
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2624, app/assets/stylesheets/adminkit/light.css */
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}

/* line 2628, app/assets/stylesheets/adminkit/light.css */
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2633, app/assets/stylesheets/adminkit/light.css */
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}

/* line 2637, app/assets/stylesheets/adminkit/light.css */
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}

/* line 2641, app/assets/stylesheets/adminkit/light.css */
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2645, app/assets/stylesheets/adminkit/light.css */
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 2649, app/assets/stylesheets/adminkit/light.css */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

/* line 2652, app/assets/stylesheets/adminkit/light.css */
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}

/* line 2658, app/assets/stylesheets/adminkit/light.css */
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}

/* line 2664, app/assets/stylesheets/adminkit/light.css */
.btn {
  --bs-btn-padding-x: 0.85rem;
  --bs-btn-padding-y: 0.3rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #495057;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.2rem;
  --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  color: var(--bs-btn-color);
  cursor: pointer;
  display: inline-block;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2698, app/assets/stylesheets/adminkit/light.css */
  .btn {
    transition: none;
  }
}

/* line 2702, app/assets/stylesheets/adminkit/light.css */
.btn:hover {
  text-decoration: none;
}

/* line 2705, app/assets/stylesheets/adminkit/light.css */
.btn-check:focus + .btn,
.btn:focus,
.btn:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: var(--bs-btn-hover-color);
}

/* line 2712, app/assets/stylesheets/adminkit/light.css */
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

/* line 2717, app/assets/stylesheets/adminkit/light.css */
.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active {
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  color: var(--bs-btn-active-color);
}

/* line 2726, app/assets/stylesheets/adminkit/light.css */
.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 2733, app/assets/stylesheets/adminkit/light.css */
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  color: var(--bs-btn-disabled-color);
  opacity: var(--bs-btn-disabled-opacity);
  pointer-events: none;
}

/* line 2742, app/assets/stylesheets/adminkit/light.css */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3b7ddd;
  --bs-btn-border-color: #3b7ddd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #326abc;
  --bs-btn-hover-border-color: #2f64b1;
  --bs-btn-focus-shadow-rgb: 88, 145, 226;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2f64b1;
  --bs-btn-active-border-color: #2c5ea6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3b7ddd;
  --bs-btn-disabled-border-color: #3b7ddd;
}

/* line 2758, app/assets/stylesheets/adminkit/light.css */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 2774, app/assets/stylesheets/adminkit/light.css */
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #1cbb8c;
  --bs-btn-border-color: #1cbb8c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3ec59d;
  --bs-btn-hover-border-color: #33c298;
  --bs-btn-focus-shadow-rgb: 24, 159, 119;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #49c9a3;
  --bs-btn-active-border-color: #33c298;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #1cbb8c;
  --bs-btn-disabled-border-color: #1cbb8c;
}

/* line 2790, app/assets/stylesheets/adminkit/light.css */
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #148a9c;
  --bs-btn-hover-border-color: #128293;
  --bs-btn-focus-shadow-rgb: 58, 176, 195;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #128293;
  --bs-btn-active-border-color: #117a8a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #17a2b8;
  --bs-btn-disabled-border-color: #17a2b8;
}

/* line 2806, app/assets/stylesheets/adminkit/light.css */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #fcb92c;
  --bs-btn-border-color: #fcb92c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fcc44c;
  --bs-btn-hover-border-color: #fcc041;
  --bs-btn-focus-shadow-rgb: 214, 157, 37;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fdc756;
  --bs-btn-active-border-color: #fcc041;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fcb92c;
  --bs-btn-disabled-border-color: #fcb92c;
}

/* line 2822, app/assets/stylesheets/adminkit/light.css */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 2838, app/assets/stylesheets/adminkit/light.css */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f5f7fb;
  --bs-btn-border-color: #f5f7fb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d0d2d5;
  --bs-btn-hover-border-color: #c4c6c9;
  --bs-btn-focus-shadow-rgb: 208, 210, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c4c6c9;
  --bs-btn-active-border-color: #b8b9bc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f5f7fb;
  --bs-btn-disabled-border-color: #f5f7fb;
}

/* line 2854, app/assets/stylesheets/adminkit/light.css */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 2870, app/assets/stylesheets/adminkit/light.css */
.btn-outline-primary {
  --bs-btn-color: #3b7ddd;
  --bs-btn-border-color: #3b7ddd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3b7ddd;
  --bs-btn-hover-border-color: #3b7ddd;
  --bs-btn-focus-shadow-rgb: 59, 125, 221;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3b7ddd;
  --bs-btn-active-border-color: #3b7ddd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3b7ddd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3b7ddd;
  --bs-gradient: none;
}

/* line 2886, app/assets/stylesheets/adminkit/light.css */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 2902, app/assets/stylesheets/adminkit/light.css */
.btn-outline-success {
  --bs-btn-color: #1cbb8c;
  --bs-btn-border-color: #1cbb8c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #1cbb8c;
  --bs-btn-hover-border-color: #1cbb8c;
  --bs-btn-focus-shadow-rgb: 28, 187, 140;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #1cbb8c;
  --bs-btn-active-border-color: #1cbb8c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1cbb8c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1cbb8c;
  --bs-gradient: none;
}

/* line 2918, app/assets/stylesheets/adminkit/light.css */
.btn-outline-info {
  --bs-btn-color: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #17a2b8;
  --bs-btn-hover-border-color: #17a2b8;
  --bs-btn-focus-shadow-rgb: 23, 162, 184;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #17a2b8;
  --bs-btn-active-border-color: #17a2b8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #17a2b8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #17a2b8;
  --bs-gradient: none;
}

/* line 2934, app/assets/stylesheets/adminkit/light.css */
.btn-outline-warning {
  --bs-btn-color: #fcb92c;
  --bs-btn-border-color: #fcb92c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fcb92c;
  --bs-btn-hover-border-color: #fcb92c;
  --bs-btn-focus-shadow-rgb: 252, 185, 44;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fcb92c;
  --bs-btn-active-border-color: #fcb92c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fcb92c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fcb92c;
  --bs-gradient: none;
}

/* line 2950, app/assets/stylesheets/adminkit/light.css */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 2966, app/assets/stylesheets/adminkit/light.css */
.btn-outline-light {
  --bs-btn-color: #f5f7fb;
  --bs-btn-border-color: #f5f7fb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5f7fb;
  --bs-btn-hover-border-color: #f5f7fb;
  --bs-btn-focus-shadow-rgb: 245, 247, 251;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f7fb;
  --bs-btn-active-border-color: #f5f7fb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f5f7fb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f5f7fb;
  --bs-gradient: none;
}

/* line 2982, app/assets/stylesheets/adminkit/light.css */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 2998, app/assets/stylesheets/adminkit/light.css */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 88, 145, 226;
  text-decoration: none;
}

/* line 3013, app/assets/stylesheets/adminkit/light.css */
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}

/* line 3017, app/assets/stylesheets/adminkit/light.css */
.btn-link:focus {
  color: var(--bs-btn-color);
}

/* line 3020, app/assets/stylesheets/adminkit/light.css */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 3023, app/assets/stylesheets/adminkit/light.css */
.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.925rem;
  --bs-btn-border-radius: 0.3rem;
}

/* line 3030, app/assets/stylesheets/adminkit/light.css */
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y: 0.2rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: 0.1rem;
}

/* line 3037, app/assets/stylesheets/adminkit/light.css */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3041, app/assets/stylesheets/adminkit/light.css */
  .fade {
    transition: none;
  }
}

/* line 3045, app/assets/stylesheets/adminkit/light.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 3048, app/assets/stylesheets/adminkit/light.css */
.collapse:not(.show) {
  display: none;
}

/* line 3051, app/assets/stylesheets/adminkit/light.css */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3057, app/assets/stylesheets/adminkit/light.css */
  .collapsing {
    transition: none;
  }
}

/* line 3061, app/assets/stylesheets/adminkit/light.css */
.collapsing.collapse-horizontal {
  height: auto;
  transition: width 0.35s ease;
  width: 0;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3067, app/assets/stylesheets/adminkit/light.css */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 3071, app/assets/stylesheets/adminkit/light.css */
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}

/* line 3079, app/assets/stylesheets/adminkit/light.css */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3082, app/assets/stylesheets/adminkit/light.css */
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

/* line 3091, app/assets/stylesheets/adminkit/light.css */
.dropdown-toggle:empty:after {
  margin-left: 0;
}

/* line 3094, app/assets/stylesheets/adminkit/light.css */
.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-color: #495057;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.2rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.2rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  --bs-dropdown-link-color: #495057;
  --bs-dropdown-link-hover-color: #42484e;
  --bs-dropdown-link-hover-bg: #f8f9fa;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #3b7ddd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1.5rem;
  --bs-dropdown-item-padding-y: 0.35rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1.5rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  background-clip: padding-box;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  color: var(--bs-dropdown-color);
  display: none;
  font-size: var(--bs-dropdown-font-size);
  list-style: none;
  margin: 0;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  position: absolute;
  text-align: left;
  z-index: 1000;
}

/* line 3135, app/assets/stylesheets/adminkit/light.css */
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
  top: 100%;
}

/* line 3140, app/assets/stylesheets/adminkit/light.css */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 3143, app/assets/stylesheets/adminkit/light.css */
.dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}

/* line 3147, app/assets/stylesheets/adminkit/light.css */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 3150, app/assets/stylesheets/adminkit/light.css */
.dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}

@media (min-width: 576px) {
  /* line 3155, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 3158, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  /* line 3162, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 3165, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (min-width: 768px) {
  /* line 3171, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 3174, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  /* line 3178, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 3181, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (min-width: 992px) {
  /* line 3187, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 3190, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  /* line 3194, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 3197, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1200px) {
  /* line 3203, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 3206, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  /* line 3210, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 3213, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1440px) {
  /* line 3219, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 3222, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  /* line 3226, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 3229, app/assets/stylesheets/adminkit/light.css */
  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

/* line 3234, app/assets/stylesheets/adminkit/light.css */
.dropup .dropdown-menu[data-bs-popper] {
  bottom: 100%;
  margin-bottom: var(--bs-dropdown-spacer);
  margin-top: 0;
  top: auto;
}

/* line 3240, app/assets/stylesheets/adminkit/light.css */
.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

/* line 3250, app/assets/stylesheets/adminkit/light.css */
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

/* line 3253, app/assets/stylesheets/adminkit/light.css */
.dropend .dropdown-menu[data-bs-popper] {
  left: 100%;
  margin-left: var(--bs-dropdown-spacer);
  margin-top: 0;
  right: auto;
  top: 0;
}

/* line 3260, app/assets/stylesheets/adminkit/light.css */
.dropend .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

/* line 3270, app/assets/stylesheets/adminkit/light.css */
.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}

/* line 3273, app/assets/stylesheets/adminkit/light.css */
.dropend .dropdown-toggle:after {
  vertical-align: 0;
}

/* line 3276, app/assets/stylesheets/adminkit/light.css */
.dropstart .dropdown-menu[data-bs-popper] {
  left: auto;
  margin-right: var(--bs-dropdown-spacer);
  margin-top: 0;
  right: 100%;
  top: 0;
}

/* line 3283, app/assets/stylesheets/adminkit/light.css */
.dropstart .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

/* line 3290, app/assets/stylesheets/adminkit/light.css */
.dropstart .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}

/* line 3299, app/assets/stylesheets/adminkit/light.css */
.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}

/* line 3302, app/assets/stylesheets/adminkit/light.css */
.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

/* line 3305, app/assets/stylesheets/adminkit/light.css */
.dropdown-divider {
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  opacity: 1;
  overflow: hidden;
}

/* line 3312, app/assets/stylesheets/adminkit/light.css */
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: var(--bs-dropdown-link-color);
  display: block;
  font-weight: 400;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

/* line 3324, app/assets/stylesheets/adminkit/light.css */
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--bs-dropdown-link-hover-bg);
  color: var(--bs-dropdown-link-hover-color);
  text-decoration: none;
}

/* line 3330, app/assets/stylesheets/adminkit/light.css */
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-dropdown-link-active-bg);
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
}

/* line 3336, app/assets/stylesheets/adminkit/light.css */
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
}

/* line 3342, app/assets/stylesheets/adminkit/light.css */
.dropdown-menu.show {
  display: block;
}

/* line 3345, app/assets/stylesheets/adminkit/light.css */
.dropdown-header {
  color: var(--bs-dropdown-header-color);
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  white-space: nowrap;
}

/* line 3353, app/assets/stylesheets/adminkit/light.css */
.dropdown-item-text {
  color: var(--bs-dropdown-link-color);
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

/* line 3358, app/assets/stylesheets/adminkit/light.css */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #3b7ddd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 3372, app/assets/stylesheets/adminkit/light.css */
.btn-group,
.btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}

/* line 3378, app/assets/stylesheets/adminkit/light.css */
.btn-group-vertical > .btn,
.btn-group > .btn {
  flex: 1 1 auto;
  position: relative;
}

/* line 3383, app/assets/stylesheets/adminkit/light.css */
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}

/* line 3397, app/assets/stylesheets/adminkit/light.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3402, app/assets/stylesheets/adminkit/light.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3405, app/assets/stylesheets/adminkit/light.css */
.btn-group {
  border-radius: 0.2rem;
}

/* line 3408, app/assets/stylesheets/adminkit/light.css */
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

/* line 3412, app/assets/stylesheets/adminkit/light.css */
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3418, app/assets/stylesheets/adminkit/light.css */
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3424, app/assets/stylesheets/adminkit/light.css */
.dropdown-toggle-split {
  padding-left: 0.6375rem;
  padding-right: 0.6375rem;
}

/* line 3428, app/assets/stylesheets/adminkit/light.css */
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

/* line 3433, app/assets/stylesheets/adminkit/light.css */
.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}

/* line 3436, app/assets/stylesheets/adminkit/light.css */
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

/* line 3441, app/assets/stylesheets/adminkit/light.css */
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 3446, app/assets/stylesheets/adminkit/light.css */
.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

/* line 3451, app/assets/stylesheets/adminkit/light.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3455, app/assets/stylesheets/adminkit/light.css */
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

/* line 3459, app/assets/stylesheets/adminkit/light.css */
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3464, app/assets/stylesheets/adminkit/light.css */
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3469, app/assets/stylesheets/adminkit/light.css */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 3482, app/assets/stylesheets/adminkit/light.css */
.nav-link {
  color: var(--bs-nav-link-color);
  display: block;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  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) {
  /* line 3491, app/assets/stylesheets/adminkit/light.css */
  .nav-link {
    transition: none;
  }
}

/* line 3495, app/assets/stylesheets/adminkit/light.css */
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
  text-decoration: none;
}

/* line 3500, app/assets/stylesheets/adminkit/light.css */
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  cursor: default;
  pointer-events: none;
}

/* line 3505, app/assets/stylesheets/adminkit/light.css */
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.2rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #f5f7fb;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #f5f7fb;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 3515, app/assets/stylesheets/adminkit/light.css */
.nav-tabs .nav-link {
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
}

/* line 3522, app/assets/stylesheets/adminkit/light.css */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: var(--bs-nav-tabs-link-hover-border-color);
  isolation: isolate;
}

/* line 3527, app/assets/stylesheets/adminkit/light.css */
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  background-color: transparent;
  border-color: transparent;
  color: var(--bs-nav-link-disabled-color);
}

/* line 3533, app/assets/stylesheets/adminkit/light.css */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
  color: var(--bs-nav-tabs-link-active-color);
}

/* line 3539, app/assets/stylesheets/adminkit/light.css */
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
}

/* line 3544, app/assets/stylesheets/adminkit/light.css */
.nav-pills {
  --bs-nav-pills-border-radius: 0.2rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #3b7ddd;
}

/* line 3549, app/assets/stylesheets/adminkit/light.css */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 3554, app/assets/stylesheets/adminkit/light.css */
.nav-pills .nav-link:disabled {
  background-color: transparent;
  border-color: transparent;
  color: var(--bs-nav-link-disabled-color);
}

/* line 3559, app/assets/stylesheets/adminkit/light.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--bs-nav-pills-link-active-bg);
  color: var(--bs-nav-pills-link-active-color);
}

/* line 3564, app/assets/stylesheets/adminkit/light.css */
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}

/* line 3569, app/assets/stylesheets/adminkit/light.css */
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 3575, app/assets/stylesheets/adminkit/light.css */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 3579, app/assets/stylesheets/adminkit/light.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 3582, app/assets/stylesheets/adminkit/light.css */
.tab-content > .active {
  display: block;
}

/* line 3585, app/assets/stylesheets/adminkit/light.css */
.navbar {
  --bs-navbar-padding-x: 1.375rem;
  --bs-navbar-padding-y: 0.875rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.875rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.15rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 0.925rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.2rem;
  --bs-navbar-toggler-focus-width: 0.2rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  position: relative;
}

/* line 3613, app/assets/stylesheets/adminkit/light.css */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
}

/* line 3624, app/assets/stylesheets/adminkit/light.css */
.navbar-brand {
  color: var(--bs-navbar-brand-color);
  font-size: var(--bs-navbar-brand-font-size);
  margin-right: var(--bs-navbar-brand-margin-end);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  padding-top: var(--bs-navbar-brand-padding-y);
  white-space: nowrap;
}

/* line 3632, app/assets/stylesheets/adminkit/light.css */
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}

/* line 3637, app/assets/stylesheets/adminkit/light.css */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 3650, app/assets/stylesheets/adminkit/light.css */
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: var(--bs-navbar-active-color);
}

/* line 3654, app/assets/stylesheets/adminkit/light.css */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 3657, app/assets/stylesheets/adminkit/light.css */
.navbar-text {
  color: var(--bs-navbar-color);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 3662, app/assets/stylesheets/adminkit/light.css */
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

/* line 3667, app/assets/stylesheets/adminkit/light.css */
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

/* line 3672, app/assets/stylesheets/adminkit/light.css */
.navbar-toggler {
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  color: var(--bs-navbar-color);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 3683, app/assets/stylesheets/adminkit/light.css */
  .navbar-toggler {
    transition: none;
  }
}

/* line 3687, app/assets/stylesheets/adminkit/light.css */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 3690, app/assets/stylesheets/adminkit/light.css */
.navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  outline: 0;
  text-decoration: none;
}

/* line 3695, app/assets/stylesheets/adminkit/light.css */
.navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}

/* line 3705, app/assets/stylesheets/adminkit/light.css */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 3710, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3714, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 3717, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3720, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3724, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3727, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3731, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 3734, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-sm .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
  }
  /* line 3746, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3749, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}

@media (min-width: 768px) {
  /* line 3757, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3761, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 3764, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3767, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3771, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3774, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3778, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 3781, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-md .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
  }
  /* line 3793, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3796, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}

@media (min-width: 992px) {
  /* line 3804, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3808, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 3811, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3814, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3818, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3821, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3825, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 3828, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-lg .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
  }
  /* line 3840, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3843, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  /* line 3851, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3855, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 3858, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3861, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3865, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3868, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3872, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 3875, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xl .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
  }
  /* line 3887, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3890, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}

@media (min-width: 1440px) {
  /* line 3898, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3902, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 3905, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3908, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3912, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3915, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3919, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 3922, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xxl .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
  }
  /* line 3934, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3937, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}

/* line 3944, app/assets/stylesheets/adminkit/light.css */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 3948, app/assets/stylesheets/adminkit/light.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 3951, app/assets/stylesheets/adminkit/light.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 3954, app/assets/stylesheets/adminkit/light.css */
.navbar-expand .navbar-nav .nav-link {
  padding-left: var(--bs-navbar-nav-link-padding-x);
  padding-right: var(--bs-navbar-nav-link-padding-x);
}

/* line 3958, app/assets/stylesheets/adminkit/light.css */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 3961, app/assets/stylesheets/adminkit/light.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 3965, app/assets/stylesheets/adminkit/light.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 3968, app/assets/stylesheets/adminkit/light.css */
.navbar-expand .offcanvas {
  background-color: transparent !important;
  border: 0 !important;
  flex-grow: 1;
  height: auto !important;
  position: static;
  transform: none !important;
  transition: none;
  visibility: visible !important;
  width: auto !important;
  z-index: auto;
}

/* line 3980, app/assets/stylesheets/adminkit/light.css */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 3983, app/assets/stylesheets/adminkit/light.css */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  overflow-y: visible;
  padding: 0;
}

/* line 3989, app/assets/stylesheets/adminkit/light.css */
.navbar-dark {
  --bs-navbar-color: hsla(0, 0%, 100%, 0.55);
  --bs-navbar-hover-color: hsla(0, 0%, 100%, 0.75);
  --bs-navbar-disabled-color: hsla(0, 0%, 100%, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 3999, app/assets/stylesheets/adminkit/light.css */
.card {
  --bs-card-spacer-y: 1.25rem;
  --bs-card-spacer-x: 1.25rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: transparent;
  --bs-card-border-radius: 0.25rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 0.25rem;
  --bs-card-cap-padding-y: 1rem;
  --bs-card-cap-padding-x: 1.25rem;
  --bs-card-cap-bg: #fff;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 12px;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: var(--bs-card-bg);
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  display: flex;
  flex-direction: column;
  height: var(--bs-card-height);
  min-width: 0;
  position: relative;
}

/* line 4028, app/assets/stylesheets/adminkit/light.css */
.card > hr {
  margin-left: 0;
  margin-right: 0;
}

/* line 4032, app/assets/stylesheets/adminkit/light.css */
.card > .list-group {
  border-bottom: inherit;
  border-top: inherit;
}

/* line 4036, app/assets/stylesheets/adminkit/light.css */
.card > .list-group:first-child {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-top-width: 0;
}

/* line 4041, app/assets/stylesheets/adminkit/light.css */
.card > .list-group:last-child {
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-width: 0;
}

/* line 4046, app/assets/stylesheets/adminkit/light.css */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 4050, app/assets/stylesheets/adminkit/light.css */
.card-body {
  color: var(--bs-card-color);
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

/* line 4055, app/assets/stylesheets/adminkit/light.css */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

/* line 4058, app/assets/stylesheets/adminkit/light.css */
.card-subtitle {
  margin-top: calc(var(--bs-card-title-spacer-y) * -0.5);
}

/* line 4061, app/assets/stylesheets/adminkit/light.css */
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4065, app/assets/stylesheets/adminkit/light.css */
.card-link:hover {
  text-decoration: none;
}

/* line 4068, app/assets/stylesheets/adminkit/light.css */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 4071, app/assets/stylesheets/adminkit/light.css */
.card-header {
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  color: var(--bs-card-cap-color);
  margin-bottom: 0;
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
}

/* line 4078, app/assets/stylesheets/adminkit/light.css */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 4081, app/assets/stylesheets/adminkit/light.css */
.card-footer {
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
  color: var(--bs-card-cap-color);
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
}

/* line 4087, app/assets/stylesheets/adminkit/light.css */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 4090, app/assets/stylesheets/adminkit/light.css */
.card-header-tabs {
  border-bottom: 0;
  margin-bottom: calc(var(--bs-card-cap-padding-y) * -1);
  margin-left: calc(var(--bs-card-cap-padding-x) * -0.5);
  margin-right: calc(var(--bs-card-cap-padding-x) * -0.5);
}

/* line 4096, app/assets/stylesheets/adminkit/light.css */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 4100, app/assets/stylesheets/adminkit/light.css */
.card-header-pills {
  margin-left: calc(var(--bs-card-cap-padding-x) * -0.5);
  margin-right: calc(var(--bs-card-cap-padding-x) * -0.5);
}

/* line 4104, app/assets/stylesheets/adminkit/light.css */
.card-img-overlay {
  border-radius: var(--bs-card-inner-border-radius);
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  position: absolute;
  right: 0;
  top: 0;
}

/* line 4113, app/assets/stylesheets/adminkit/light.css */
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}

/* line 4118, app/assets/stylesheets/adminkit/light.css */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 4123, app/assets/stylesheets/adminkit/light.css */
.card-img,
.card-img-bottom {
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
}

/* line 4128, app/assets/stylesheets/adminkit/light.css */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 4132, app/assets/stylesheets/adminkit/light.css */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 4136, app/assets/stylesheets/adminkit/light.css */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4140, app/assets/stylesheets/adminkit/light.css */
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  /* line 4144, app/assets/stylesheets/adminkit/light.css */
  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 4148, app/assets/stylesheets/adminkit/light.css */
  .card-group > .card:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 4152, app/assets/stylesheets/adminkit/light.css */
  .card-group > .card:not(:last-child) .card-footer,
.card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 4156, app/assets/stylesheets/adminkit/light.css */
  .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  /* line 4160, app/assets/stylesheets/adminkit/light.css */
  .card-group > .card:not(:first-child) .card-header,
.card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 4164, app/assets/stylesheets/adminkit/light.css */
  .card-group > .card:not(:first-child) .card-footer,
.card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

/* line 4169, app/assets/stylesheets/adminkit/light.css */
.accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #f5f7fb;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.2rem;
  --bs-accordion-inner-border-radius: calc(0.2rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var(--bs-body-color)'%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");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233571c7'%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");
  --bs-accordion-btn-focus-border-color: #9dbeee;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #3571c7;
  --bs-accordion-active-bg: #ebf2fc;
}

/* line 4193, app/assets/stylesheets/adminkit/light.css */
.accordion-button {
  align-items: center;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  color: var(--bs-accordion-btn-color);
  display: flex;
  font-size: 0.875rem;
  overflow-anchor: none;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  position: relative;
  text-align: left;
  transition: var(--bs-accordion-transition);
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4209, app/assets/stylesheets/adminkit/light.css */
  .accordion-button {
    transition: none;
  }
}

/* line 4213, app/assets/stylesheets/adminkit/light.css */
.accordion-button:not(.collapsed) {
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
  color: var(--bs-accordion-active-color);
}

/* line 4218, app/assets/stylesheets/adminkit/light.css */
.accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 4222, app/assets/stylesheets/adminkit/light.css */
.accordion-button:after {
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  content: "";
  flex-shrink: 0;
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  transition: var(--bs-accordion-btn-icon-transition);
  width: var(--bs-accordion-btn-icon-width);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4234, app/assets/stylesheets/adminkit/light.css */
  .accordion-button:after {
    transition: none;
  }
}

/* line 4238, app/assets/stylesheets/adminkit/light.css */
.accordion-button:hover {
  z-index: 2;
}

/* line 4241, app/assets/stylesheets/adminkit/light.css */
.accordion-button:focus {
  border-color: var(--bs-accordion-btn-focus-border-color);
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
  z-index: 3;
}

/* line 4247, app/assets/stylesheets/adminkit/light.css */
.accordion-header {
  margin-bottom: 0;
}

/* line 4250, app/assets/stylesheets/adminkit/light.css */
.accordion-item {
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  color: var(--bs-accordion-color);
}

/* line 4255, app/assets/stylesheets/adminkit/light.css */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 4259, app/assets/stylesheets/adminkit/light.css */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 4263, app/assets/stylesheets/adminkit/light.css */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 4266, app/assets/stylesheets/adminkit/light.css */
.accordion-item:last-of-type {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}

/* line 4270, app/assets/stylesheets/adminkit/light.css */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 4274, app/assets/stylesheets/adminkit/light.css */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}

/* line 4278, app/assets/stylesheets/adminkit/light.css */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 4281, app/assets/stylesheets/adminkit/light.css */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 4284, app/assets/stylesheets/adminkit/light.css */
.accordion-flush .accordion-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}

/* line 4289, app/assets/stylesheets/adminkit/light.css */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 4292, app/assets/stylesheets/adminkit/light.css */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 4295, app/assets/stylesheets/adminkit/light.css */
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/* line 4298, app/assets/stylesheets/adminkit/light.css */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
  display: flex;
  flex-wrap: wrap;
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
}

/* line 4316, app/assets/stylesheets/adminkit/light.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 4319, app/assets/stylesheets/adminkit/light.css */
.breadcrumb-item + .breadcrumb-item:before {
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
}

/* line 4325, app/assets/stylesheets/adminkit/light.css */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 4328, app/assets/stylesheets/adminkit/light.css */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.3rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-color: #6c757d;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.2rem;
  --bs-pagination-hover-color: #343a40;
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #3b7ddd;
  --bs-pagination-active-border-color: #3b7ddd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  list-style: none;
  padding-left: 0;
}

/* line 4353, app/assets/stylesheets/adminkit/light.css */
.page-link {
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  color: var(--bs-pagination-color);
  display: block;
  font-size: var(--bs-pagination-font-size);
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  position: relative;
  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) {
  /* line 4364, app/assets/stylesheets/adminkit/light.css */
  .page-link {
    transition: none;
  }
}

/* line 4368, app/assets/stylesheets/adminkit/light.css */
.page-link:hover {
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
  color: var(--bs-pagination-hover-color);
  text-decoration: none;
  z-index: 2;
}

/* line 4375, app/assets/stylesheets/adminkit/light.css */
.page-link:focus {
  background-color: var(--bs-pagination-focus-bg);
  box-shadow: var(--bs-pagination-focus-box-shadow);
  color: var(--bs-pagination-focus-color);
  outline: 0;
  z-index: 3;
}

/* line 4382, app/assets/stylesheets/adminkit/light.css */
.active > .page-link,
.page-link.active {
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
  color: var(--bs-pagination-active-color);
  z-index: 3;
}

/* line 4389, app/assets/stylesheets/adminkit/light.css */
.disabled > .page-link,
.page-link.disabled {
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
}

/* line 4396, app/assets/stylesheets/adminkit/light.css */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 4399, app/assets/stylesheets/adminkit/light.css */
.page-item:first-child .page-link {
  border-bottom-left-radius: var(--bs-pagination-border-radius);
  border-top-left-radius: var(--bs-pagination-border-radius);
}

/* line 4403, app/assets/stylesheets/adminkit/light.css */
.page-item:last-child .page-link {
  border-bottom-right-radius: var(--bs-pagination-border-radius);
  border-top-right-radius: var(--bs-pagination-border-radius);
}

/* line 4407, app/assets/stylesheets/adminkit/light.css */
.pagination-lg {
  --bs-pagination-padding-x: 1rem;
  --bs-pagination-padding-y: 0.35rem;
  --bs-pagination-font-size: 0.925rem;
  --bs-pagination-border-radius: 0.3rem;
}

/* line 4413, app/assets/stylesheets/adminkit/light.css */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.15rem;
  --bs-pagination-font-size: 0.75rem;
  --bs-pagination-border-radius: 0.1rem;
}

/* line 4419, app/assets/stylesheets/adminkit/light.css */
.badge {
  --bs-badge-padding-x: 0.45em;
  --bs-badge-padding-y: 0.3em;
  --bs-badge-font-size: 80%;
  --bs-badge-font-weight: 600;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.2rem;
  border-radius: var(--bs-badge-border-radius);
  color: var(--bs-badge-color);
  display: inline-block;
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

/* line 4437, app/assets/stylesheets/adminkit/light.css */
.badge:empty {
  display: none;
}

/* line 4440, app/assets/stylesheets/adminkit/light.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4444, app/assets/stylesheets/adminkit/light.css */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 0.95rem;
  --bs-alert-padding-y: 0.95rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 0 solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.2rem;
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
  color: var(--bs-alert-color);
  margin-bottom: var(--bs-alert-margin-bottom);
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  position: relative;
}

/* line 4461, app/assets/stylesheets/adminkit/light.css */
.alert-heading {
  color: inherit;
}

/* line 4464, app/assets/stylesheets/adminkit/light.css */
.alert-link {
  font-weight: 600;
}

/* line 4467, app/assets/stylesheets/adminkit/light.css */
.alert-dismissible {
  padding-right: 2.85rem;
}

/* line 4470, app/assets/stylesheets/adminkit/light.css */
.alert-dismissible .btn-close {
  padding: 1.1875rem 0.95rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* line 4477, app/assets/stylesheets/adminkit/light.css */
.alert-primary {
  --bs-alert-color: #234b85;
  --bs-alert-bg: #d8e5f8;
  --bs-alert-border-color: #c4d8f5;
}

/* line 4482, app/assets/stylesheets/adminkit/light.css */
.alert-primary .alert-link {
  color: #1c3c6a;
}

/* line 4485, app/assets/stylesheets/adminkit/light.css */
.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}

/* line 4490, app/assets/stylesheets/adminkit/light.css */
.alert-secondary .alert-link {
  color: #34383c;
}

/* line 4493, app/assets/stylesheets/adminkit/light.css */
.alert-success {
  --bs-alert-color: #117054;
  --bs-alert-bg: #d2f1e8;
  --bs-alert-border-color: #bbebdd;
}

/* line 4498, app/assets/stylesheets/adminkit/light.css */
.alert-success .alert-link {
  color: #0e5a43;
}

/* line 4501, app/assets/stylesheets/adminkit/light.css */
.alert-info {
  --bs-alert-color: #0e616e;
  --bs-alert-bg: #d1ecf1;
  --bs-alert-border-color: #b9e3ea;
}

/* line 4506, app/assets/stylesheets/adminkit/light.css */
.alert-info .alert-link {
  color: #0b4e58;
}

/* line 4509, app/assets/stylesheets/adminkit/light.css */
.alert-warning {
  --bs-alert-color: #976f1a;
  --bs-alert-bg: #fef1d5;
  --bs-alert-border-color: #feeac0;
}

/* line 4514, app/assets/stylesheets/adminkit/light.css */
.alert-warning .alert-link {
  color: #795915;
}

/* line 4517, app/assets/stylesheets/adminkit/light.css */
.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

/* line 4522, app/assets/stylesheets/adminkit/light.css */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 4525, app/assets/stylesheets/adminkit/light.css */
.alert-light {
  --bs-alert-color: #626364;
  --bs-alert-bg: #fdfdfe;
  --bs-alert-border-color: #fcfdfe;
}

/* line 4530, app/assets/stylesheets/adminkit/light.css */
.alert-light .alert-link {
  color: #4e4f50;
}

/* line 4533, app/assets/stylesheets/adminkit/light.css */
.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

/* line 4538, app/assets/stylesheets/adminkit/light.css */
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 4551, app/assets/stylesheets/adminkit/light.css */
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.65625rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.2rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #3b7ddd;
  --bs-progress-bar-transition: width 0.6s ease;
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  font-size: var(--bs-progress-font-size);
  height: var(--bs-progress-height);
}

/* line 4565, app/assets/stylesheets/adminkit/light.css */
.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}

/* line 4570, app/assets/stylesheets/adminkit/light.css */
.progress-bar {
  background-color: var(--bs-progress-bar-bg);
  color: var(--bs-progress-bar-color);
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: var(--bs-progress-bar-transition);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4580, app/assets/stylesheets/adminkit/light.css */
  .progress-bar {
    transition: none;
  }
}

/* line 4584, app/assets/stylesheets/adminkit/light.css */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 4588, app/assets/stylesheets/adminkit/light.css */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4593, app/assets/stylesheets/adminkit/light.css */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 4598, app/assets/stylesheets/adminkit/light.css */
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.2rem;
  --bs-list-group-item-padding-x: 1.25rem;
  --bs-list-group-item-padding-y: 0.75rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #495057;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #3b7ddd;
  --bs-list-group-active-border-color: #3b7ddd;
  border-radius: var(--bs-list-group-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 4622, app/assets/stylesheets/adminkit/light.css */
.list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}

/* line 4626, app/assets/stylesheets/adminkit/light.css */
.list-group-numbered > .list-group-item:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 4630, app/assets/stylesheets/adminkit/light.css */
.list-group-item-action {
  color: var(--bs-list-group-action-color);
  text-align: inherit;
  width: 100%;
}

/* line 4635, app/assets/stylesheets/adminkit/light.css */
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: var(--bs-list-group-action-hover-bg);
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  z-index: 1;
}

/* line 4642, app/assets/stylesheets/adminkit/light.css */
.list-group-item-action:active {
  background-color: var(--bs-list-group-action-active-bg);
  color: var(--bs-list-group-action-active-color);
}

/* line 4646, app/assets/stylesheets/adminkit/light.css */
.list-group-item {
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  color: var(--bs-list-group-color);
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  position: relative;
}

/* line 4654, app/assets/stylesheets/adminkit/light.css */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 4658, app/assets/stylesheets/adminkit/light.css */
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

/* line 4662, app/assets/stylesheets/adminkit/light.css */
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: var(--bs-list-group-disabled-bg);
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
}

/* line 4668, app/assets/stylesheets/adminkit/light.css */
.list-group-item.active {
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
  color: var(--bs-list-group-active-color);
  z-index: 2;
}

/* line 4674, app/assets/stylesheets/adminkit/light.css */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 4677, app/assets/stylesheets/adminkit/light.css */
.list-group-item + .list-group-item.active {
  border-top-width: var(--bs-list-group-border-width);
  margin-top: calc(var(--bs-list-group-border-width) * -1);
}

/* line 4681, app/assets/stylesheets/adminkit/light.css */
.list-group-horizontal {
  flex-direction: row;
}

/* line 4684, app/assets/stylesheets/adminkit/light.css */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 4688, app/assets/stylesheets/adminkit/light.css */
.list-group-horizontal > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--bs-list-group-border-radius);
}

/* line 4692, app/assets/stylesheets/adminkit/light.css */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 4695, app/assets/stylesheets/adminkit/light.css */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
  border-top-width: var(--bs-list-group-border-width);
}

/* line 4699, app/assets/stylesheets/adminkit/light.css */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: var(--bs-list-group-border-width);
  margin-left: calc(var(--bs-list-group-border-width) * -1);
}

@media (min-width: 576px) {
  /* line 4704, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 4707, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4711, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius);
  }
  /* line 4715, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4718, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width);
  }
  /* line 4722, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width) * -1);
  }
}

@media (min-width: 768px) {
  /* line 4728, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 4731, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4735, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius);
  }
  /* line 4739, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4742, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width);
  }
  /* line 4746, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width) * -1);
  }
}

@media (min-width: 992px) {
  /* line 4752, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 4755, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4759, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius);
  }
  /* line 4763, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4766, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width);
  }
  /* line 4770, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width) * -1);
  }
}

@media (min-width: 1200px) {
  /* line 4776, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 4779, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4783, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius);
  }
  /* line 4787, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4790, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width);
  }
  /* line 4794, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width) * -1);
  }
}

@media (min-width: 1440px) {
  /* line 4800, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 4803, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4807, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius);
  }
  /* line 4811, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4814, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width);
  }
  /* line 4818, app/assets/stylesheets/adminkit/light.css */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width) * -1);
  }
}

/* line 4823, app/assets/stylesheets/adminkit/light.css */
.list-group-flush {
  border-radius: 0;
}

/* line 4826, app/assets/stylesheets/adminkit/light.css */
.list-group-flush > .list-group-item {
  border-bottom-width: var(--bs-list-group-border-width);
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

/* line 4832, app/assets/stylesheets/adminkit/light.css */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4835, app/assets/stylesheets/adminkit/light.css */
.list-group-item-primary {
  background-color: #d8e5f8;
  color: #234b85;
}

/* line 4839, app/assets/stylesheets/adminkit/light.css */
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #c2cedf;
  color: #234b85;
}

/* line 4844, app/assets/stylesheets/adminkit/light.css */
.list-group-item-primary.list-group-item-action.active {
  background-color: #234b85;
  border-color: #234b85;
  color: #fff;
}

/* line 4849, app/assets/stylesheets/adminkit/light.css */
.list-group-item-secondary {
  background-color: #e2e3e5;
  color: #41464b;
}

/* line 4853, app/assets/stylesheets/adminkit/light.css */
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #cbccce;
  color: #41464b;
}

/* line 4858, app/assets/stylesheets/adminkit/light.css */
.list-group-item-secondary.list-group-item-action.active {
  background-color: #41464b;
  border-color: #41464b;
  color: #fff;
}

/* line 4863, app/assets/stylesheets/adminkit/light.css */
.list-group-item-success {
  background-color: #d2f1e8;
  color: #117054;
}

/* line 4867, app/assets/stylesheets/adminkit/light.css */
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #bdd9d1;
  color: #117054;
}

/* line 4872, app/assets/stylesheets/adminkit/light.css */
.list-group-item-success.list-group-item-action.active {
  background-color: #117054;
  border-color: #117054;
  color: #fff;
}

/* line 4877, app/assets/stylesheets/adminkit/light.css */
.list-group-item-info {
  background-color: #d1ecf1;
  color: #0e616e;
}

/* line 4881, app/assets/stylesheets/adminkit/light.css */
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #bcd4d9;
  color: #0e616e;
}

/* line 4886, app/assets/stylesheets/adminkit/light.css */
.list-group-item-info.list-group-item-action.active {
  background-color: #0e616e;
  border-color: #0e616e;
  color: #fff;
}

/* line 4891, app/assets/stylesheets/adminkit/light.css */
.list-group-item-warning {
  background-color: #fef1d5;
  color: #976f1a;
}

/* line 4895, app/assets/stylesheets/adminkit/light.css */
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #e5d9c0;
  color: #976f1a;
}

/* line 4900, app/assets/stylesheets/adminkit/light.css */
.list-group-item-warning.list-group-item-action.active {
  background-color: #976f1a;
  border-color: #976f1a;
  color: #fff;
}

/* line 4905, app/assets/stylesheets/adminkit/light.css */
.list-group-item-danger {
  background-color: #f8d7da;
  color: #842029;
}

/* line 4909, app/assets/stylesheets/adminkit/light.css */
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #dfc2c4;
  color: #842029;
}

/* line 4914, app/assets/stylesheets/adminkit/light.css */
.list-group-item-danger.list-group-item-action.active {
  background-color: #842029;
  border-color: #842029;
  color: #fff;
}

/* line 4919, app/assets/stylesheets/adminkit/light.css */
.list-group-item-light {
  background-color: #fdfdfe;
  color: #626364;
}

/* line 4923, app/assets/stylesheets/adminkit/light.css */
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #e4e4e5;
  color: #626364;
}

/* line 4928, app/assets/stylesheets/adminkit/light.css */
.list-group-item-light.list-group-item-action.active {
  background-color: #626364;
  border-color: #626364;
  color: #fff;
}

/* line 4933, app/assets/stylesheets/adminkit/light.css */
.list-group-item-dark {
  background-color: #d3d3d4;
  color: #141619;
}

/* line 4937, app/assets/stylesheets/adminkit/light.css */
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #bebebf;
  color: #141619;
}

/* line 4942, app/assets/stylesheets/adminkit/light.css */
.list-group-item-dark.list-group-item-action.active {
  background-color: #141619;
  border-color: #141619;
  color: #fff;
}

/* line 4947, app/assets/stylesheets/adminkit/light.css */
.btn-close {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.2rem;
  box-sizing: content-box;
  color: #000;
  height: 1em;
  opacity: 0.5;
  padding: 0.25em;
  width: 1em;
}

/* line 4960, app/assets/stylesheets/adminkit/light.css */
.btn-close:hover {
  color: #000;
  opacity: 0.75;
  text-decoration: none;
}

/* line 4965, app/assets/stylesheets/adminkit/light.css */
.btn-close:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
  opacity: 1;
  outline: 0;
}

/* line 4970, app/assets/stylesheets/adminkit/light.css */
.btn-close.disabled,
.btn-close:disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 4978, app/assets/stylesheets/adminkit/light.css */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 4981, app/assets/stylesheets/adminkit/light.css */
.toast {
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 0.75rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: hsla(0, 0%, 100%, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.2rem;
  --bs-toast-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: hsla(0, 0%, 100%, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  background-color: var(--bs-toast-bg);
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  border-radius: var(--bs-toast-border-radius);
  box-shadow: var(--bs-toast-box-shadow);
  color: var(--bs-toast-color);
  font-size: var(--bs-toast-font-size);
  max-width: 100%;
  pointer-events: auto;
  width: var(--bs-toast-max-width);
}

/* line 5007, app/assets/stylesheets/adminkit/light.css */
.toast.showing {
  opacity: 0;
}

/* line 5010, app/assets/stylesheets/adminkit/light.css */
.toast:not(.show) {
  display: none;
}

/* line 5013, app/assets/stylesheets/adminkit/light.css */
.toast-container {
  max-width: 100%;
  pointer-events: none;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  z-index: 1090;
}

/* line 5022, app/assets/stylesheets/adminkit/light.css */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 5025, app/assets/stylesheets/adminkit/light.css */
.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: var(--bs-toast-header-bg);
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  color: var(--bs-toast-header-color);
  display: flex;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
}

/* line 5036, app/assets/stylesheets/adminkit/light.css */
.toast-header .btn-close {
  margin-left: var(--bs-toast-padding-x);
  margin-right: calc(var(--bs-toast-padding-x) * -0.5);
}

/* line 5040, app/assets/stylesheets/adminkit/light.css */
.toast-body {
  word-wrap: break-word;
  padding: var(--bs-toast-padding-x);
}

/* line 5044, app/assets/stylesheets/adminkit/light.css */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 600px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0.3rem;
  --bs-modal-box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.05);
  --bs-modal-inner-border-radius: 0.3rem;
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--bs-modal-zindex);
}

/* line 5077, app/assets/stylesheets/adminkit/light.css */
.modal-dialog {
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
  width: auto;
}

/* line 5083, app/assets/stylesheets/adminkit/light.css */
.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.25s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5088, app/assets/stylesheets/adminkit/light.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 5092, app/assets/stylesheets/adminkit/light.css */
.modal.show .modal-dialog {
  transform: none;
}

/* line 5095, app/assets/stylesheets/adminkit/light.css */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 5098, app/assets/stylesheets/adminkit/light.css */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 5101, app/assets/stylesheets/adminkit/light.css */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 5105, app/assets/stylesheets/adminkit/light.css */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 5108, app/assets/stylesheets/adminkit/light.css */
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 5113, app/assets/stylesheets/adminkit/light.css */
.modal-content {
  background-clip: padding-box;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  color: var(--bs-modal-color);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

/* line 5126, app/assets/stylesheets/adminkit/light.css */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  background-color: var(--bs-backdrop-bg);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: var(--bs-backdrop-zindex);
}

/* line 5138, app/assets/stylesheets/adminkit/light.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5141, app/assets/stylesheets/adminkit/light.css */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 5144, app/assets/stylesheets/adminkit/light.css */
.modal-header {
  align-items: center;
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
}

/* line 5154, app/assets/stylesheets/adminkit/light.css */
.modal-header .btn-close {
  margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
}

/* line 5158, app/assets/stylesheets/adminkit/light.css */
.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0;
}

/* line 5162, app/assets/stylesheets/adminkit/light.css */
.modal-body {
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  position: relative;
}

/* line 5167, app/assets/stylesheets/adminkit/light.css */
.modal-footer {
  align-items: center;
  background-color: var(--bs-modal-footer-bg);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
}

/* line 5179, app/assets/stylesheets/adminkit/light.css */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  /* line 5183, app/assets/stylesheets/adminkit/light.css */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  }
  /* line 5187, app/assets/stylesheets/adminkit/light.css */
  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--bs-modal-width);
  }
  /* line 5192, app/assets/stylesheets/adminkit/light.css */
  .modal-sm {
    --bs-modal-width: 400px;
  }
}

@media (min-width: 992px) {
  /* line 5197, app/assets/stylesheets/adminkit/light.css */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 900px;
  }
}

@media (min-width: 1200px) {
  /* line 5203, app/assets/stylesheets/adminkit/light.css */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 5207, app/assets/stylesheets/adminkit/light.css */
.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw;
}

/* line 5213, app/assets/stylesheets/adminkit/light.css */
.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}

/* line 5218, app/assets/stylesheets/adminkit/light.css */
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 5222, app/assets/stylesheets/adminkit/light.css */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 5226, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  /* line 5232, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  /* line 5237, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-sm-down .modal-footer,
.modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 5241, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 5246, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-md-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  /* line 5252, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  /* line 5257, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-md-down .modal-footer,
.modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 5261, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 5266, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-lg-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  /* line 5272, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  /* line 5277, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-lg-down .modal-footer,
.modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 5281, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 5286, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-xl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  /* line 5292, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  /* line 5297, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-xl-down .modal-footer,
.modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 5301, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1439.98px) {
  /* line 5306, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-xxl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  /* line 5312, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  /* line 5317, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-xxl-down .modal-footer,
.modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 5321, app/assets/stylesheets/adminkit/light.css */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 5325, app/assets/stylesheets/adminkit/light.css */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.75rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.2rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  word-wrap: break-word;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: var(--bs-tooltip-font-size);
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: var(--bs-tooltip-margin);
  opacity: 0;
  padding: var(--bs-tooltip-arrow-height);
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: var(--bs-tooltip-zindex);
}

/* line 5360, app/assets/stylesheets/adminkit/light.css */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 5363, app/assets/stylesheets/adminkit/light.css */
.tooltip .tooltip-arrow {
  display: block;
  height: var(--bs-tooltip-arrow-height);
  width: var(--bs-tooltip-arrow-width);
}

/* line 5368, app/assets/stylesheets/adminkit/light.css */
.tooltip .tooltip-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}

/* line 5374, app/assets/stylesheets/adminkit/light.css */
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

/* line 5378, app/assets/stylesheets/adminkit/light.css */
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  border-bottom-width: 0;
  border-left-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
  border-right-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
  border-top-color: var(--bs-tooltip-bg);
  border-top-width: var(--bs-tooltip-arrow-height);
  top: -1px;
}

/* line 5387, app/assets/stylesheets/adminkit/light.css */
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  height: var(--bs-tooltip-arrow-width);
  left: 0;
  width: var(--bs-tooltip-arrow-height);
}

/* line 5393, app/assets/stylesheets/adminkit/light.css */
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  border-bottom-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
  border-left-width: 0;
  border-right-color: var(--bs-tooltip-bg);
  border-right-width: var(--bs-tooltip-arrow-height);
  border-top-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
  right: -1px;
}

/* line 5402, app/assets/stylesheets/adminkit/light.css */
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

/* line 5406, app/assets/stylesheets/adminkit/light.css */
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: var(--bs-tooltip-bg);
  border-bottom-width: var(--bs-tooltip-arrow-height);
  border-left-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
  border-right-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
  border-top-width: 0;
  bottom: -1px;
}

/* line 5415, app/assets/stylesheets/adminkit/light.css */
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  height: var(--bs-tooltip-arrow-width);
  right: 0;
  width: var(--bs-tooltip-arrow-height);
}

/* line 5421, app/assets/stylesheets/adminkit/light.css */
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  border-bottom-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
  border-left-color: var(--bs-tooltip-bg);
  border-left-width: var(--bs-tooltip-arrow-height);
  border-right-width: 0;
  border-top-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
  left: -1px;
}

/* line 5430, app/assets/stylesheets/adminkit/light.css */
.tooltip-inner {
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
  color: var(--bs-tooltip-color);
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  text-align: center;
}

/* line 5438, app/assets/stylesheets/adminkit/light.css */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.75rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.3rem;
  --bs-popover-inner-border-radius: calc(0.3rem - 1px);
  --bs-popover-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 0.875rem;
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #495057;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: var(--bs-popover-bg);
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: var(--bs-popover-font-size);
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: var(--bs-popover-max-width);
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: var(--bs-popover-zindex);
}

/* line 5483, app/assets/stylesheets/adminkit/light.css */
.popover .popover-arrow {
  display: block;
  height: var(--bs-popover-arrow-height);
  width: var(--bs-popover-arrow-width);
}

/* line 5488, app/assets/stylesheets/adminkit/light.css */
.popover .popover-arrow:after,
.popover .popover-arrow:before {
  border: 0 solid transparent;
  content: "";
  display: block;
  position: absolute;
}

/* line 5495, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}

/* line 5499, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:after,
.bs-popover-top > .popover-arrow:before {
  border-bottom-width: 0;
  border-left-width: calc(var(--bs-popover-arrow-width) * 0.5);
  border-right-width: calc(var(--bs-popover-arrow-width) * 0.5);
  border-top-width: var(--bs-popover-arrow-height);
}

/* line 5508, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
  border-top-color: var(--bs-popover-arrow-border);
  bottom: 0;
}

/* line 5513, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
  border-top-color: var(--bs-popover-bg);
  bottom: var(--bs-popover-border-width);
}

/* line 5518, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  height: var(--bs-popover-arrow-width);
  left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
}

/* line 5524, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:after,
.bs-popover-end > .popover-arrow:before {
  border-bottom-width: calc(var(--bs-popover-arrow-width) * 0.5);
  border-left-width: 0;
  border-right-width: var(--bs-popover-arrow-height);
  border-top-width: calc(var(--bs-popover-arrow-width) * 0.5);
}

/* line 5533, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
  border-right-color: var(--bs-popover-arrow-border);
  left: 0;
}

/* line 5538, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
  border-right-color: var(--bs-popover-bg);
  left: var(--bs-popover-border-width);
}

/* line 5543, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}

/* line 5547, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:before {
  border-bottom-width: var(--bs-popover-arrow-height);
  border-left-width: calc(var(--bs-popover-arrow-width) * 0.5);
  border-right-width: calc(var(--bs-popover-arrow-width) * 0.5);
  border-top-width: 0;
}

/* line 5556, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
  border-bottom-color: var(--bs-popover-arrow-border);
  top: 0;
}

/* line 5561, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
  border-bottom-color: var(--bs-popover-bg);
  top: var(--bs-popover-border-width);
}

/* line 5566, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  content: "";
  display: block;
  left: 50%;
  margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
  position: absolute;
  top: 0;
  width: var(--bs-popover-arrow-width);
}

/* line 5577, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  height: var(--bs-popover-arrow-width);
  right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
}

/* line 5583, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:after,
.bs-popover-start > .popover-arrow:before {
  border-bottom-width: calc(var(--bs-popover-arrow-width) * 0.5);
  border-left-width: var(--bs-popover-arrow-height);
  border-right-width: 0;
  border-top-width: calc(var(--bs-popover-arrow-width) * 0.5);
}

/* line 5592, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
  border-left-color: var(--bs-popover-arrow-border);
  right: 0;
}

/* line 5597, app/assets/stylesheets/adminkit/light.css */
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
  border-left-color: var(--bs-popover-bg);
  right: var(--bs-popover-border-width);
}

/* line 5602, app/assets/stylesheets/adminkit/light.css */
.popover-header {
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
  color: var(--bs-popover-header-color);
  font-size: var(--bs-popover-header-font-size);
  margin-bottom: 0;
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
}

/* line 5612, app/assets/stylesheets/adminkit/light.css */
.popover-header:empty {
  display: none;
}

/* line 5615, app/assets/stylesheets/adminkit/light.css */
.popover-body {
  color: var(--bs-popover-body-color);
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
}

/* line 5619, app/assets/stylesheets/adminkit/light.css */
.carousel {
  position: relative;
}

/* line 5622, app/assets/stylesheets/adminkit/light.css */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 5625, app/assets/stylesheets/adminkit/light.css */
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 5630, app/assets/stylesheets/adminkit/light.css */
.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}

/* line 5635, app/assets/stylesheets/adminkit/light.css */
.carousel-item {
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5646, app/assets/stylesheets/adminkit/light.css */
  .carousel-item {
    transition: none;
  }
}

/* line 5650, app/assets/stylesheets/adminkit/light.css */
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

/* line 5655, app/assets/stylesheets/adminkit/light.css */
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

/* line 5659, app/assets/stylesheets/adminkit/light.css */
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

/* line 5663, app/assets/stylesheets/adminkit/light.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition-property: opacity;
}

/* line 5668, app/assets/stylesheets/adminkit/light.css */
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}

/* line 5674, app/assets/stylesheets/adminkit/light.css */
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  opacity: 0;
  transition: opacity 0s 0.6s;
  z-index: 0;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5681, app/assets/stylesheets/adminkit/light.css */
  .carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    transition: none;
  }
}

/* line 5686, app/assets/stylesheets/adminkit/light.css */
.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  background: none;
  border: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5705, app/assets/stylesheets/adminkit/light.css */
  .carousel-control-next,
.carousel-control-prev {
    transition: none;
  }
}

/* line 5710, app/assets/stylesheets/adminkit/light.css */
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}

/* line 5719, app/assets/stylesheets/adminkit/light.css */
.carousel-control-prev {
  left: 0;
}

/* line 5722, app/assets/stylesheets/adminkit/light.css */
.carousel-control-next {
  right: 0;
}

/* line 5725, app/assets/stylesheets/adminkit/light.css */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}

/* line 5734, app/assets/stylesheets/adminkit/light.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%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");
}

/* line 5737, app/assets/stylesheets/adminkit/light.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%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");
}

/* line 5740, app/assets/stylesheets/adminkit/light.css */
.carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

/* line 5754, app/assets/stylesheets/adminkit/light.css */
.carousel-indicators [data-bs-target] {
  background-clip: padding-box;
  background-color: #fff;
  border: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  padding: 0;
  text-indent: -999px;
  transition: opacity 0.6s ease;
  width: 30px;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5773, app/assets/stylesheets/adminkit/light.css */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 5777, app/assets/stylesheets/adminkit/light.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 5780, app/assets/stylesheets/adminkit/light.css */
.carousel-caption {
  bottom: 1.25rem;
  color: #fff;
  left: 15%;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: absolute;
  right: 15%;
  text-align: center;
}

/* line 5790, app/assets/stylesheets/adminkit/light.css */
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

/* line 5794, app/assets/stylesheets/adminkit/light.css */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 5797, app/assets/stylesheets/adminkit/light.css */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 5800, app/assets/stylesheets/adminkit/light.css */
.spinner-border,
.spinner-grow {
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  border-radius: 50%;
  display: inline-block;
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  width: var(--bs-spinner-width);
}

@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}

/* line 5820, app/assets/stylesheets/adminkit/light.css */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border-right-color: currentcolor;
  border: var(--bs-spinner-border-width) solid;
  border-right: var(--bs-spinner-border-width) solid transparent;
}

/* line 5831, app/assets/stylesheets/adminkit/light.css */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 5854, app/assets/stylesheets/adminkit/light.css */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 5863, app/assets/stylesheets/adminkit/light.css */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5868, app/assets/stylesheets/adminkit/light.css */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 5873, app/assets/stylesheets/adminkit/light.css */
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 0;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.05);
}

@media (max-width: 575.98px) {
  /* line 5890, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-sm {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1045;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 5906, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 5911, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-sm.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width);
  }
  /* line 5918, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-sm.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
  }
  /* line 5925, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-sm.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  /* line 5930, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-sm.offcanvas-bottom,
.offcanvas-sm.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  /* line 5937, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-sm.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 5941, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-sm.show:not(.hiding),
.offcanvas-sm.showing {
    transform: none;
  }
  /* line 5945, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-sm.hiding,
.offcanvas-sm.show,
.offcanvas-sm.showing {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 5952, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 5957, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 5960, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-sm .offcanvas-body {
    background-color: transparent !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 5969, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-md {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1045;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 5985, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 5990, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-md.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width);
  }
  /* line 5997, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-md.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
  }
  /* line 6004, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-md.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  /* line 6009, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-md.offcanvas-bottom,
.offcanvas-md.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  /* line 6016, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-md.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 6020, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-md.show:not(.hiding),
.offcanvas-md.showing {
    transform: none;
  }
  /* line 6024, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-md.hiding,
.offcanvas-md.show,
.offcanvas-md.showing {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 6031, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 6036, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 6039, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-md .offcanvas-body {
    background-color: transparent !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 6048, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-lg {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1045;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 6064, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 6069, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-lg.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width);
  }
  /* line 6076, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-lg.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
  }
  /* line 6083, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-lg.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  /* line 6088, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-lg.offcanvas-bottom,
.offcanvas-lg.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  /* line 6095, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-lg.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 6099, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-lg.show:not(.hiding),
.offcanvas-lg.showing {
    transform: none;
  }
  /* line 6103, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-lg.hiding,
.offcanvas-lg.show,
.offcanvas-lg.showing {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 6110, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 6115, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 6118, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-lg .offcanvas-body {
    background-color: transparent !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 6127, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xl {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1045;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 6143, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 6148, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xl.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width);
  }
  /* line 6155, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xl.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
  }
  /* line 6162, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xl.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  /* line 6167, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xl.offcanvas-bottom,
.offcanvas-xl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  /* line 6174, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xl.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 6178, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xl.show:not(.hiding),
.offcanvas-xl.showing {
    transform: none;
  }
  /* line 6182, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xl.hiding,
.offcanvas-xl.show,
.offcanvas-xl.showing {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 6189, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 6194, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 6197, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xl .offcanvas-body {
    background-color: transparent !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}

@media (max-width: 1439.98px) {
  /* line 6206, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xxl {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1045;
  }
}

@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce) {
  /* line 6222, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1439.98px) {
  /* line 6227, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xxl.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width);
  }
  /* line 6234, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xxl.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
  }
  /* line 6241, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xxl.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  /* line 6246, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xxl.offcanvas-bottom,
.offcanvas-xxl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  /* line 6253, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xxl.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 6257, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xxl.show:not(.hiding),
.offcanvas-xxl.showing {
    transform: none;
  }
  /* line 6261, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xxl.hiding,
.offcanvas-xxl.show,
.offcanvas-xxl.showing {
    visibility: visible;
  }
}

@media (min-width: 1440px) {
  /* line 6268, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 6273, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 6276, app/assets/stylesheets/adminkit/light.css */
  .offcanvas-xxl .offcanvas-body {
    background-color: transparent !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}

/* line 6284, app/assets/stylesheets/adminkit/light.css */
.offcanvas {
  background-clip: padding-box;
  background-color: var(--bs-offcanvas-bg);
  bottom: 0;
  color: var(--bs-offcanvas-color);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  transition: transform 0.3s ease-in-out;
  visibility: hidden;
  z-index: 1045;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6299, app/assets/stylesheets/adminkit/light.css */
  .offcanvas {
    transition: none;
  }
}

/* line 6303, app/assets/stylesheets/adminkit/light.css */
.offcanvas.offcanvas-start {
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: var(--bs-offcanvas-width);
}

/* line 6310, app/assets/stylesheets/adminkit/light.css */
.offcanvas.offcanvas-end {
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: var(--bs-offcanvas-width);
}

/* line 6317, app/assets/stylesheets/adminkit/light.css */
.offcanvas.offcanvas-top {
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  transform: translateY(-100%);
}

/* line 6322, app/assets/stylesheets/adminkit/light.css */
.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
  height: var(--bs-offcanvas-height);
  left: 0;
  max-height: 100%;
  right: 0;
}

/* line 6329, app/assets/stylesheets/adminkit/light.css */
.offcanvas.offcanvas-bottom {
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 6333, app/assets/stylesheets/adminkit/light.css */
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}

/* line 6337, app/assets/stylesheets/adminkit/light.css */
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}

/* line 6342, app/assets/stylesheets/adminkit/light.css */
.offcanvas-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}

/* line 6351, app/assets/stylesheets/adminkit/light.css */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 6354, app/assets/stylesheets/adminkit/light.css */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 6357, app/assets/stylesheets/adminkit/light.css */
.offcanvas-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 6363, app/assets/stylesheets/adminkit/light.css */
.offcanvas-header .btn-close {
  margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
  margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
  margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
}

/* line 6369, app/assets/stylesheets/adminkit/light.css */
.offcanvas-title {
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 6373, app/assets/stylesheets/adminkit/light.css */
.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 6378, app/assets/stylesheets/adminkit/light.css */
.placeholder {
  background-color: currentcolor;
  cursor: wait;
  display: inline-block;
  min-height: 1em;
  opacity: 0.5;
  vertical-align: middle;
}

/* line 6386, app/assets/stylesheets/adminkit/light.css */
.placeholder.btn:before {
  content: "";
  display: inline-block;
}

/* line 6390, app/assets/stylesheets/adminkit/light.css */
.placeholder-xs {
  min-height: 0.6em;
}

/* line 6393, app/assets/stylesheets/adminkit/light.css */
.placeholder-sm {
  min-height: 0.8em;
}

/* line 6396, app/assets/stylesheets/adminkit/light.css */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 6399, app/assets/stylesheets/adminkit/light.css */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 6413, app/assets/stylesheets/adminkit/light.css */
.placeholder-wave {
  animation: placeholder-wave 2s linear infinite;
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
}

@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}

/* line 6433, app/assets/stylesheets/adminkit/light.css */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/* line 6438, app/assets/stylesheets/adminkit/light.css */
.text-bg-primary {
  background-color: RGBA(59, 125, 221, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

/* line 6442, app/assets/stylesheets/adminkit/light.css */
.text-bg-secondary {
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

/* line 6446, app/assets/stylesheets/adminkit/light.css */
.text-bg-success {
  background-color: RGBA(28, 187, 140, var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}

/* line 6450, app/assets/stylesheets/adminkit/light.css */
.text-bg-info {
  background-color: RGBA(23, 162, 184, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

/* line 6454, app/assets/stylesheets/adminkit/light.css */
.text-bg-warning {
  background-color: RGBA(252, 185, 44, var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}

/* line 6458, app/assets/stylesheets/adminkit/light.css */
.text-bg-danger {
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

/* line 6462, app/assets/stylesheets/adminkit/light.css */
.text-bg-light {
  background-color: RGBA(245, 247, 251, var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}

/* line 6466, app/assets/stylesheets/adminkit/light.css */
.text-bg-dark {
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

/* line 6470, app/assets/stylesheets/adminkit/light.css */
.link-primary {
  color: #3b7ddd !important;
}

/* line 6473, app/assets/stylesheets/adminkit/light.css */
.link-primary:focus,
.link-primary:hover {
  color: #2f64b1 !important;
}

/* line 6477, app/assets/stylesheets/adminkit/light.css */
.link-secondary {
  color: #6c757d !important;
}

/* line 6480, app/assets/stylesheets/adminkit/light.css */
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64 !important;
}

/* line 6484, app/assets/stylesheets/adminkit/light.css */
.link-success {
  color: #1cbb8c !important;
}

/* line 6487, app/assets/stylesheets/adminkit/light.css */
.link-success:focus,
.link-success:hover {
  color: #49c9a3 !important;
}

/* line 6491, app/assets/stylesheets/adminkit/light.css */
.link-info {
  color: #17a2b8 !important;
}

/* line 6494, app/assets/stylesheets/adminkit/light.css */
.link-info:focus,
.link-info:hover {
  color: #128293 !important;
}

/* line 6498, app/assets/stylesheets/adminkit/light.css */
.link-warning {
  color: #fcb92c !important;
}

/* line 6501, app/assets/stylesheets/adminkit/light.css */
.link-warning:focus,
.link-warning:hover {
  color: #fdc756 !important;
}

/* line 6505, app/assets/stylesheets/adminkit/light.css */
.link-danger {
  color: #dc3545 !important;
}

/* line 6508, app/assets/stylesheets/adminkit/light.css */
.link-danger:focus,
.link-danger:hover {
  color: #b02a37 !important;
}

/* line 6512, app/assets/stylesheets/adminkit/light.css */
.link-light {
  color: #f5f7fb !important;
}

/* line 6515, app/assets/stylesheets/adminkit/light.css */
.link-light:focus,
.link-light:hover {
  color: #f7f9fc !important;
}

/* line 6519, app/assets/stylesheets/adminkit/light.css */
.link-dark {
  color: #212529 !important;
}

/* line 6522, app/assets/stylesheets/adminkit/light.css */
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21 !important;
}

/* line 6526, app/assets/stylesheets/adminkit/light.css */
.ratio {
  position: relative;
  width: 100%;
}

/* line 6530, app/assets/stylesheets/adminkit/light.css */
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}

/* line 6535, app/assets/stylesheets/adminkit/light.css */
.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6542, app/assets/stylesheets/adminkit/light.css */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 6545, app/assets/stylesheets/adminkit/light.css */
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

/* line 6548, app/assets/stylesheets/adminkit/light.css */
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

/* line 6551, app/assets/stylesheets/adminkit/light.css */
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

/* line 6554, app/assets/stylesheets/adminkit/light.css */
.fixed-top {
  top: 0;
}

/* line 6557, app/assets/stylesheets/adminkit/light.css */
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}

/* line 6564, app/assets/stylesheets/adminkit/light.css */
.fixed-bottom {
  bottom: 0;
}

/* line 6567, app/assets/stylesheets/adminkit/light.css */
.sticky-top {
  top: 0;
}

/* line 6570, app/assets/stylesheets/adminkit/light.css */
.sticky-bottom,
.sticky-top {
  position: sticky;
  z-index: 1020;
}

/* line 6576, app/assets/stylesheets/adminkit/light.css */
.sticky-bottom {
  bottom: 0;
}

@media (min-width: 576px) {
  /* line 6580, app/assets/stylesheets/adminkit/light.css */
  .sticky-sm-top {
    top: 0;
  }
  /* line 6583, app/assets/stylesheets/adminkit/light.css */
  .sticky-sm-bottom,
.sticky-sm-top {
    position: sticky;
    z-index: 1020;
  }
  /* line 6589, app/assets/stylesheets/adminkit/light.css */
  .sticky-sm-bottom {
    bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 6594, app/assets/stylesheets/adminkit/light.css */
  .sticky-md-top {
    top: 0;
  }
  /* line 6597, app/assets/stylesheets/adminkit/light.css */
  .sticky-md-bottom,
.sticky-md-top {
    position: sticky;
    z-index: 1020;
  }
  /* line 6603, app/assets/stylesheets/adminkit/light.css */
  .sticky-md-bottom {
    bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 6608, app/assets/stylesheets/adminkit/light.css */
  .sticky-lg-top {
    top: 0;
  }
  /* line 6611, app/assets/stylesheets/adminkit/light.css */
  .sticky-lg-bottom,
.sticky-lg-top {
    position: sticky;
    z-index: 1020;
  }
  /* line 6617, app/assets/stylesheets/adminkit/light.css */
  .sticky-lg-bottom {
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  /* line 6622, app/assets/stylesheets/adminkit/light.css */
  .sticky-xl-top {
    top: 0;
  }
  /* line 6625, app/assets/stylesheets/adminkit/light.css */
  .sticky-xl-bottom,
.sticky-xl-top {
    position: sticky;
    z-index: 1020;
  }
  /* line 6631, app/assets/stylesheets/adminkit/light.css */
  .sticky-xl-bottom {
    bottom: 0;
  }
}

@media (min-width: 1440px) {
  /* line 6636, app/assets/stylesheets/adminkit/light.css */
  .sticky-xxl-top {
    top: 0;
  }
  /* line 6639, app/assets/stylesheets/adminkit/light.css */
  .sticky-xxl-bottom,
.sticky-xxl-top {
    position: sticky;
    z-index: 1020;
  }
  /* line 6645, app/assets/stylesheets/adminkit/light.css */
  .sticky-xxl-bottom {
    bottom: 0;
  }
}

/* line 6649, app/assets/stylesheets/adminkit/light.css */
.hstack {
  align-items: center;
  flex-direction: row;
}

/* line 6653, app/assets/stylesheets/adminkit/light.css */
.hstack,
.vstack {
  align-self: stretch;
  display: flex;
}

/* line 6658, app/assets/stylesheets/adminkit/light.css */
.vstack {
  flex: 1 1 auto;
  flex-direction: column;
}

/* line 6662, app/assets/stylesheets/adminkit/light.css */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* line 6674, app/assets/stylesheets/adminkit/light.css */
.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/* line 6683, app/assets/stylesheets/adminkit/light.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6688, app/assets/stylesheets/adminkit/light.css */
.vr {
  align-self: stretch;
  background-color: currentcolor;
  display: inline-block;
  min-height: 1em;
  opacity: 0.25;
  width: 1px;
}

/* line 6696, app/assets/stylesheets/adminkit/light.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6699, app/assets/stylesheets/adminkit/light.css */
.align-top {
  vertical-align: top !important;
}

/* line 6702, app/assets/stylesheets/adminkit/light.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 6705, app/assets/stylesheets/adminkit/light.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6708, app/assets/stylesheets/adminkit/light.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6711, app/assets/stylesheets/adminkit/light.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6714, app/assets/stylesheets/adminkit/light.css */
.float-start {
  float: left !important;
}

/* line 6717, app/assets/stylesheets/adminkit/light.css */
.float-end {
  float: right !important;
}

/* line 6720, app/assets/stylesheets/adminkit/light.css */
.float-none {
  float: none !important;
}

/* line 6723, app/assets/stylesheets/adminkit/light.css */
.opacity-0 {
  opacity: 0 !important;
}

/* line 6726, app/assets/stylesheets/adminkit/light.css */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 6729, app/assets/stylesheets/adminkit/light.css */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 6732, app/assets/stylesheets/adminkit/light.css */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 6735, app/assets/stylesheets/adminkit/light.css */
.opacity-100 {
  opacity: 1 !important;
}

/* line 6738, app/assets/stylesheets/adminkit/light.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 6741, app/assets/stylesheets/adminkit/light.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6744, app/assets/stylesheets/adminkit/light.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 6747, app/assets/stylesheets/adminkit/light.css */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 6750, app/assets/stylesheets/adminkit/light.css */
.d-inline {
  display: inline !important;
}

/* line 6753, app/assets/stylesheets/adminkit/light.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 6756, app/assets/stylesheets/adminkit/light.css */
.d-block {
  display: block !important;
}

/* line 6759, app/assets/stylesheets/adminkit/light.css */
.d-grid {
  display: grid !important;
}

/* line 6762, app/assets/stylesheets/adminkit/light.css */
.d-table {
  display: table !important;
}

/* line 6765, app/assets/stylesheets/adminkit/light.css */
.d-table-row {
  display: table-row !important;
}

/* line 6768, app/assets/stylesheets/adminkit/light.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6771, app/assets/stylesheets/adminkit/light.css */
.d-flex {
  display: flex !important;
}

/* line 6774, app/assets/stylesheets/adminkit/light.css */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 6777, app/assets/stylesheets/adminkit/light.css */
.d-none {
  display: none !important;
}

/* line 6780, app/assets/stylesheets/adminkit/light.css */
.shadow {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05) !important;
}

/* line 6783, app/assets/stylesheets/adminkit/light.css */
.shadow-sm {
  box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.05) !important;
}

/* line 6786, app/assets/stylesheets/adminkit/light.css */
.shadow-lg {
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05) !important;
}

/* line 6789, app/assets/stylesheets/adminkit/light.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 6792, app/assets/stylesheets/adminkit/light.css */
.position-static {
  position: static !important;
}

/* line 6795, app/assets/stylesheets/adminkit/light.css */
.position-relative {
  position: relative !important;
}

/* line 6798, app/assets/stylesheets/adminkit/light.css */
.position-absolute {
  position: absolute !important;
}

/* line 6801, app/assets/stylesheets/adminkit/light.css */
.position-fixed {
  position: fixed !important;
}

/* line 6804, app/assets/stylesheets/adminkit/light.css */
.position-sticky {
  position: sticky !important;
}

/* line 6808, app/assets/stylesheets/adminkit/light.css */
.top-0 {
  top: 0 !important;
}

/* line 6811, app/assets/stylesheets/adminkit/light.css */
.top-50 {
  top: 50% !important;
}

/* line 6814, app/assets/stylesheets/adminkit/light.css */
.top-100 {
  top: 100% !important;
}

/* line 6817, app/assets/stylesheets/adminkit/light.css */
.bottom-0 {
  bottom: 0 !important;
}

/* line 6820, app/assets/stylesheets/adminkit/light.css */
.bottom-50 {
  bottom: 50% !important;
}

/* line 6823, app/assets/stylesheets/adminkit/light.css */
.bottom-100 {
  bottom: 100% !important;
}

/* line 6826, app/assets/stylesheets/adminkit/light.css */
.start-0 {
  left: 0 !important;
}

/* line 6829, app/assets/stylesheets/adminkit/light.css */
.start-50 {
  left: 50% !important;
}

/* line 6832, app/assets/stylesheets/adminkit/light.css */
.start-100 {
  left: 100% !important;
}

/* line 6835, app/assets/stylesheets/adminkit/light.css */
.end-0 {
  right: 0 !important;
}

/* line 6838, app/assets/stylesheets/adminkit/light.css */
.end-50 {
  right: 50% !important;
}

/* line 6841, app/assets/stylesheets/adminkit/light.css */
.end-100 {
  right: 100% !important;
}

/* line 6844, app/assets/stylesheets/adminkit/light.css */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 6847, app/assets/stylesheets/adminkit/light.css */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 6850, app/assets/stylesheets/adminkit/light.css */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 6853, app/assets/stylesheets/adminkit/light.css */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 6856, app/assets/stylesheets/adminkit/light.css */
.border-0 {
  border: 0 !important;
}

/* line 6859, app/assets/stylesheets/adminkit/light.css */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 6862, app/assets/stylesheets/adminkit/light.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6865, app/assets/stylesheets/adminkit/light.css */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 6868, app/assets/stylesheets/adminkit/light.css */
.border-end-0 {
  border-right: 0 !important;
}

/* line 6871, app/assets/stylesheets/adminkit/light.css */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 6874, app/assets/stylesheets/adminkit/light.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6877, app/assets/stylesheets/adminkit/light.css */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 6880, app/assets/stylesheets/adminkit/light.css */
.border-start-0 {
  border-left: 0 !important;
}

/* line 6883, app/assets/stylesheets/adminkit/light.css */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 6887, app/assets/stylesheets/adminkit/light.css */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 6891, app/assets/stylesheets/adminkit/light.css */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 6895, app/assets/stylesheets/adminkit/light.css */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 6899, app/assets/stylesheets/adminkit/light.css */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 6903, app/assets/stylesheets/adminkit/light.css */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 6907, app/assets/stylesheets/adminkit/light.css */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 6911, app/assets/stylesheets/adminkit/light.css */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 6915, app/assets/stylesheets/adminkit/light.css */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 6919, app/assets/stylesheets/adminkit/light.css */
.border-1 {
  --bs-border-width: 1px;
}

/* line 6922, app/assets/stylesheets/adminkit/light.css */
.border-2 {
  --bs-border-width: 2px;
}

/* line 6925, app/assets/stylesheets/adminkit/light.css */
.border-3 {
  --bs-border-width: 3px;
}

/* line 6928, app/assets/stylesheets/adminkit/light.css */
.border-4 {
  --bs-border-width: 4px;
}

/* line 6931, app/assets/stylesheets/adminkit/light.css */
.border-5 {
  --bs-border-width: 5px;
}

/* line 6934, app/assets/stylesheets/adminkit/light.css */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 6937, app/assets/stylesheets/adminkit/light.css */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 6940, app/assets/stylesheets/adminkit/light.css */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 6943, app/assets/stylesheets/adminkit/light.css */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 6946, app/assets/stylesheets/adminkit/light.css */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 6949, app/assets/stylesheets/adminkit/light.css */
.w-25 {
  width: 25% !important;
}

/* line 6952, app/assets/stylesheets/adminkit/light.css */
.w-50 {
  width: 50% !important;
}

/* line 6955, app/assets/stylesheets/adminkit/light.css */
.w-75 {
  width: 75% !important;
}

/* line 6958, app/assets/stylesheets/adminkit/light.css */
.w-100 {
  width: 100% !important;
}

/* line 6961, app/assets/stylesheets/adminkit/light.css */
.w-auto {
  width: auto !important;
}

/* line 6964, app/assets/stylesheets/adminkit/light.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 6967, app/assets/stylesheets/adminkit/light.css */
.vw-100 {
  width: 100vw !important;
}

/* line 6970, app/assets/stylesheets/adminkit/light.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 6973, app/assets/stylesheets/adminkit/light.css */
.h-25 {
  height: 25% !important;
}

/* line 6976, app/assets/stylesheets/adminkit/light.css */
.h-50 {
  height: 50% !important;
}

/* line 6979, app/assets/stylesheets/adminkit/light.css */
.h-75 {
  height: 75% !important;
}

/* line 6982, app/assets/stylesheets/adminkit/light.css */
.h-100 {
  height: 100% !important;
}

/* line 6985, app/assets/stylesheets/adminkit/light.css */
.h-auto {
  height: auto !important;
}

/* line 6988, app/assets/stylesheets/adminkit/light.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 6991, app/assets/stylesheets/adminkit/light.css */
.vh-100 {
  height: 100vh !important;
}

/* line 6994, app/assets/stylesheets/adminkit/light.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 6997, app/assets/stylesheets/adminkit/light.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 7000, app/assets/stylesheets/adminkit/light.css */
.flex-row {
  flex-direction: row !important;
}

/* line 7003, app/assets/stylesheets/adminkit/light.css */
.flex-column {
  flex-direction: column !important;
}

/* line 7006, app/assets/stylesheets/adminkit/light.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 7009, app/assets/stylesheets/adminkit/light.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 7012, app/assets/stylesheets/adminkit/light.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 7015, app/assets/stylesheets/adminkit/light.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 7018, app/assets/stylesheets/adminkit/light.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 7021, app/assets/stylesheets/adminkit/light.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 7024, app/assets/stylesheets/adminkit/light.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 7027, app/assets/stylesheets/adminkit/light.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 7030, app/assets/stylesheets/adminkit/light.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 7033, app/assets/stylesheets/adminkit/light.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 7036, app/assets/stylesheets/adminkit/light.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 7039, app/assets/stylesheets/adminkit/light.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 7042, app/assets/stylesheets/adminkit/light.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 7045, app/assets/stylesheets/adminkit/light.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 7048, app/assets/stylesheets/adminkit/light.css */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 7051, app/assets/stylesheets/adminkit/light.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 7054, app/assets/stylesheets/adminkit/light.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 7057, app/assets/stylesheets/adminkit/light.css */
.align-items-center {
  align-items: center !important;
}

/* line 7060, app/assets/stylesheets/adminkit/light.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 7063, app/assets/stylesheets/adminkit/light.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 7066, app/assets/stylesheets/adminkit/light.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 7069, app/assets/stylesheets/adminkit/light.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 7072, app/assets/stylesheets/adminkit/light.css */
.align-content-center {
  align-content: center !important;
}

/* line 7075, app/assets/stylesheets/adminkit/light.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 7078, app/assets/stylesheets/adminkit/light.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 7081, app/assets/stylesheets/adminkit/light.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 7084, app/assets/stylesheets/adminkit/light.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 7087, app/assets/stylesheets/adminkit/light.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 7090, app/assets/stylesheets/adminkit/light.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 7093, app/assets/stylesheets/adminkit/light.css */
.align-self-center {
  align-self: center !important;
}

/* line 7096, app/assets/stylesheets/adminkit/light.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 7099, app/assets/stylesheets/adminkit/light.css */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 7102, app/assets/stylesheets/adminkit/light.css */
.order-first {
  order: -1 !important;
}

/* line 7105, app/assets/stylesheets/adminkit/light.css */
.order-0 {
  order: 0 !important;
}

/* line 7108, app/assets/stylesheets/adminkit/light.css */
.order-1 {
  order: 1 !important;
}

/* line 7111, app/assets/stylesheets/adminkit/light.css */
.order-2 {
  order: 2 !important;
}

/* line 7114, app/assets/stylesheets/adminkit/light.css */
.order-3 {
  order: 3 !important;
}

/* line 7117, app/assets/stylesheets/adminkit/light.css */
.order-4 {
  order: 4 !important;
}

/* line 7120, app/assets/stylesheets/adminkit/light.css */
.order-5 {
  order: 5 !important;
}

/* line 7123, app/assets/stylesheets/adminkit/light.css */
.order-last {
  order: 6 !important;
}

/* line 7126, app/assets/stylesheets/adminkit/light.css */
.m-0 {
  margin: 0 !important;
}

/* line 7129, app/assets/stylesheets/adminkit/light.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7132, app/assets/stylesheets/adminkit/light.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7135, app/assets/stylesheets/adminkit/light.css */
.m-3 {
  margin: 1rem !important;
}

/* line 7138, app/assets/stylesheets/adminkit/light.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 7141, app/assets/stylesheets/adminkit/light.css */
.m-5 {
  margin: 3rem !important;
}

/* line 7144, app/assets/stylesheets/adminkit/light.css */
.m-6 {
  margin: 4.5rem !important;
}

/* line 7147, app/assets/stylesheets/adminkit/light.css */
.m-7 {
  margin: 6rem !important;
}

/* line 7150, app/assets/stylesheets/adminkit/light.css */
.m-auto {
  margin: auto !important;
}

/* line 7153, app/assets/stylesheets/adminkit/light.css */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 7157, app/assets/stylesheets/adminkit/light.css */
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

/* line 7161, app/assets/stylesheets/adminkit/light.css */
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

/* line 7165, app/assets/stylesheets/adminkit/light.css */
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 7169, app/assets/stylesheets/adminkit/light.css */
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 7173, app/assets/stylesheets/adminkit/light.css */
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 7177, app/assets/stylesheets/adminkit/light.css */
.mx-6 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

/* line 7181, app/assets/stylesheets/adminkit/light.css */
.mx-7 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

/* line 7185, app/assets/stylesheets/adminkit/light.css */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 7189, app/assets/stylesheets/adminkit/light.css */
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/* line 7193, app/assets/stylesheets/adminkit/light.css */
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}

/* line 7197, app/assets/stylesheets/adminkit/light.css */
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

/* line 7201, app/assets/stylesheets/adminkit/light.css */
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

/* line 7205, app/assets/stylesheets/adminkit/light.css */
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}

/* line 7209, app/assets/stylesheets/adminkit/light.css */
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}

/* line 7213, app/assets/stylesheets/adminkit/light.css */
.my-6 {
  margin-bottom: 4.5rem !important;
  margin-top: 4.5rem !important;
}

/* line 7217, app/assets/stylesheets/adminkit/light.css */
.my-7 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
}

/* line 7221, app/assets/stylesheets/adminkit/light.css */
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

/* line 7225, app/assets/stylesheets/adminkit/light.css */
.mt-0 {
  margin-top: 0 !important;
}

/* line 7228, app/assets/stylesheets/adminkit/light.css */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 7231, app/assets/stylesheets/adminkit/light.css */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 7234, app/assets/stylesheets/adminkit/light.css */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 7237, app/assets/stylesheets/adminkit/light.css */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 7240, app/assets/stylesheets/adminkit/light.css */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 7243, app/assets/stylesheets/adminkit/light.css */
.mt-6 {
  margin-top: 4.5rem !important;
}

/* line 7246, app/assets/stylesheets/adminkit/light.css */
.mt-7 {
  margin-top: 6rem !important;
}

/* line 7249, app/assets/stylesheets/adminkit/light.css */
.mt-auto {
  margin-top: auto !important;
}

/* line 7252, app/assets/stylesheets/adminkit/light.css */
.me-0 {
  margin-right: 0 !important;
}

/* line 7255, app/assets/stylesheets/adminkit/light.css */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 7258, app/assets/stylesheets/adminkit/light.css */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 7261, app/assets/stylesheets/adminkit/light.css */
.me-3 {
  margin-right: 1rem !important;
}

/* line 7264, app/assets/stylesheets/adminkit/light.css */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 7267, app/assets/stylesheets/adminkit/light.css */
.me-5 {
  margin-right: 3rem !important;
}

/* line 7270, app/assets/stylesheets/adminkit/light.css */
.me-6 {
  margin-right: 4.5rem !important;
}

/* line 7273, app/assets/stylesheets/adminkit/light.css */
.me-7 {
  margin-right: 6rem !important;
}

/* line 7276, app/assets/stylesheets/adminkit/light.css */
.me-auto {
  margin-right: auto !important;
}

/* line 7279, app/assets/stylesheets/adminkit/light.css */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 7282, app/assets/stylesheets/adminkit/light.css */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7285, app/assets/stylesheets/adminkit/light.css */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7288, app/assets/stylesheets/adminkit/light.css */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 7291, app/assets/stylesheets/adminkit/light.css */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7294, app/assets/stylesheets/adminkit/light.css */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 7297, app/assets/stylesheets/adminkit/light.css */
.mb-6 {
  margin-bottom: 4.5rem !important;
}

/* line 7300, app/assets/stylesheets/adminkit/light.css */
.mb-7 {
  margin-bottom: 6rem !important;
}

/* line 7303, app/assets/stylesheets/adminkit/light.css */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 7306, app/assets/stylesheets/adminkit/light.css */
.ms-0 {
  margin-left: 0 !important;
}

/* line 7309, app/assets/stylesheets/adminkit/light.css */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 7312, app/assets/stylesheets/adminkit/light.css */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 7315, app/assets/stylesheets/adminkit/light.css */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 7318, app/assets/stylesheets/adminkit/light.css */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 7321, app/assets/stylesheets/adminkit/light.css */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 7324, app/assets/stylesheets/adminkit/light.css */
.ms-6 {
  margin-left: 4.5rem !important;
}

/* line 7327, app/assets/stylesheets/adminkit/light.css */
.ms-7 {
  margin-left: 6rem !important;
}

/* line 7330, app/assets/stylesheets/adminkit/light.css */
.ms-auto {
  margin-left: auto !important;
}

/* line 7333, app/assets/stylesheets/adminkit/light.css */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 7336, app/assets/stylesheets/adminkit/light.css */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 7339, app/assets/stylesheets/adminkit/light.css */
.m-n3 {
  margin: -1rem !important;
}

/* line 7342, app/assets/stylesheets/adminkit/light.css */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 7345, app/assets/stylesheets/adminkit/light.css */
.m-n5 {
  margin: -3rem !important;
}

/* line 7348, app/assets/stylesheets/adminkit/light.css */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 7351, app/assets/stylesheets/adminkit/light.css */
.m-n7 {
  margin: -6rem !important;
}

/* line 7354, app/assets/stylesheets/adminkit/light.css */
.mx-n1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

/* line 7358, app/assets/stylesheets/adminkit/light.css */
.mx-n2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

/* line 7362, app/assets/stylesheets/adminkit/light.css */
.mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

/* line 7366, app/assets/stylesheets/adminkit/light.css */
.mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

/* line 7370, app/assets/stylesheets/adminkit/light.css */
.mx-n5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

/* line 7374, app/assets/stylesheets/adminkit/light.css */
.mx-n6 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important;
}

/* line 7378, app/assets/stylesheets/adminkit/light.css */
.mx-n7 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

/* line 7382, app/assets/stylesheets/adminkit/light.css */
.my-n1 {
  margin-bottom: -0.25rem !important;
  margin-top: -0.25rem !important;
}

/* line 7386, app/assets/stylesheets/adminkit/light.css */
.my-n2 {
  margin-bottom: -0.5rem !important;
  margin-top: -0.5rem !important;
}

/* line 7390, app/assets/stylesheets/adminkit/light.css */
.my-n3 {
  margin-bottom: -1rem !important;
  margin-top: -1rem !important;
}

/* line 7394, app/assets/stylesheets/adminkit/light.css */
.my-n4 {
  margin-bottom: -1.5rem !important;
  margin-top: -1.5rem !important;
}

/* line 7398, app/assets/stylesheets/adminkit/light.css */
.my-n5 {
  margin-bottom: -3rem !important;
  margin-top: -3rem !important;
}

/* line 7402, app/assets/stylesheets/adminkit/light.css */
.my-n6 {
  margin-bottom: -4.5rem !important;
  margin-top: -4.5rem !important;
}

/* line 7406, app/assets/stylesheets/adminkit/light.css */
.my-n7 {
  margin-bottom: -6rem !important;
  margin-top: -6rem !important;
}

/* line 7410, app/assets/stylesheets/adminkit/light.css */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 7413, app/assets/stylesheets/adminkit/light.css */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 7416, app/assets/stylesheets/adminkit/light.css */
.mt-n3 {
  margin-top: -1rem !important;
}

/* line 7419, app/assets/stylesheets/adminkit/light.css */
.mt-n4 {
  margin-top: -1.5rem !important;
}

/* line 7422, app/assets/stylesheets/adminkit/light.css */
.mt-n5 {
  margin-top: -3rem !important;
}

/* line 7425, app/assets/stylesheets/adminkit/light.css */
.mt-n6 {
  margin-top: -4.5rem !important;
}

/* line 7428, app/assets/stylesheets/adminkit/light.css */
.mt-n7 {
  margin-top: -6rem !important;
}

/* line 7431, app/assets/stylesheets/adminkit/light.css */
.me-n1 {
  margin-right: -0.25rem !important;
}

/* line 7434, app/assets/stylesheets/adminkit/light.css */
.me-n2 {
  margin-right: -0.5rem !important;
}

/* line 7437, app/assets/stylesheets/adminkit/light.css */
.me-n3 {
  margin-right: -1rem !important;
}

/* line 7440, app/assets/stylesheets/adminkit/light.css */
.me-n4 {
  margin-right: -1.5rem !important;
}

/* line 7443, app/assets/stylesheets/adminkit/light.css */
.me-n5 {
  margin-right: -3rem !important;
}

/* line 7446, app/assets/stylesheets/adminkit/light.css */
.me-n6 {
  margin-right: -4.5rem !important;
}

/* line 7449, app/assets/stylesheets/adminkit/light.css */
.me-n7 {
  margin-right: -6rem !important;
}

/* line 7452, app/assets/stylesheets/adminkit/light.css */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 7455, app/assets/stylesheets/adminkit/light.css */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 7458, app/assets/stylesheets/adminkit/light.css */
.mb-n3 {
  margin-bottom: -1rem !important;
}

/* line 7461, app/assets/stylesheets/adminkit/light.css */
.mb-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 7464, app/assets/stylesheets/adminkit/light.css */
.mb-n5 {
  margin-bottom: -3rem !important;
}

/* line 7467, app/assets/stylesheets/adminkit/light.css */
.mb-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 7470, app/assets/stylesheets/adminkit/light.css */
.mb-n7 {
  margin-bottom: -6rem !important;
}

/* line 7473, app/assets/stylesheets/adminkit/light.css */
.ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 7476, app/assets/stylesheets/adminkit/light.css */
.ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 7479, app/assets/stylesheets/adminkit/light.css */
.ms-n3 {
  margin-left: -1rem !important;
}

/* line 7482, app/assets/stylesheets/adminkit/light.css */
.ms-n4 {
  margin-left: -1.5rem !important;
}

/* line 7485, app/assets/stylesheets/adminkit/light.css */
.ms-n5 {
  margin-left: -3rem !important;
}

/* line 7488, app/assets/stylesheets/adminkit/light.css */
.ms-n6 {
  margin-left: -4.5rem !important;
}

/* line 7491, app/assets/stylesheets/adminkit/light.css */
.ms-n7 {
  margin-left: -6rem !important;
}

/* line 7494, app/assets/stylesheets/adminkit/light.css */
.p-0 {
  padding: 0 !important;
}

/* line 7497, app/assets/stylesheets/adminkit/light.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7500, app/assets/stylesheets/adminkit/light.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7503, app/assets/stylesheets/adminkit/light.css */
.p-3 {
  padding: 1rem !important;
}

/* line 7506, app/assets/stylesheets/adminkit/light.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7509, app/assets/stylesheets/adminkit/light.css */
.p-5 {
  padding: 3rem !important;
}

/* line 7512, app/assets/stylesheets/adminkit/light.css */
.p-6 {
  padding: 4.5rem !important;
}

/* line 7515, app/assets/stylesheets/adminkit/light.css */
.p-7 {
  padding: 6rem !important;
}

/* line 7518, app/assets/stylesheets/adminkit/light.css */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 7522, app/assets/stylesheets/adminkit/light.css */
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* line 7526, app/assets/stylesheets/adminkit/light.css */
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 7530, app/assets/stylesheets/adminkit/light.css */
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 7534, app/assets/stylesheets/adminkit/light.css */
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 7538, app/assets/stylesheets/adminkit/light.css */
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 7542, app/assets/stylesheets/adminkit/light.css */
.px-6 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

/* line 7546, app/assets/stylesheets/adminkit/light.css */
.px-7 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

/* line 7550, app/assets/stylesheets/adminkit/light.css */
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

/* line 7554, app/assets/stylesheets/adminkit/light.css */
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}

/* line 7558, app/assets/stylesheets/adminkit/light.css */
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}

/* line 7562, app/assets/stylesheets/adminkit/light.css */
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

/* line 7566, app/assets/stylesheets/adminkit/light.css */
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}

/* line 7570, app/assets/stylesheets/adminkit/light.css */
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}

/* line 7574, app/assets/stylesheets/adminkit/light.css */
.py-6 {
  padding-bottom: 4.5rem !important;
  padding-top: 4.5rem !important;
}

/* line 7578, app/assets/stylesheets/adminkit/light.css */
.py-7 {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important;
}

/* line 7582, app/assets/stylesheets/adminkit/light.css */
.pt-0 {
  padding-top: 0 !important;
}

/* line 7585, app/assets/stylesheets/adminkit/light.css */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 7588, app/assets/stylesheets/adminkit/light.css */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 7591, app/assets/stylesheets/adminkit/light.css */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 7594, app/assets/stylesheets/adminkit/light.css */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 7597, app/assets/stylesheets/adminkit/light.css */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 7600, app/assets/stylesheets/adminkit/light.css */
.pt-6 {
  padding-top: 4.5rem !important;
}

/* line 7603, app/assets/stylesheets/adminkit/light.css */
.pt-7 {
  padding-top: 6rem !important;
}

/* line 7606, app/assets/stylesheets/adminkit/light.css */
.pe-0 {
  padding-right: 0 !important;
}

/* line 7609, app/assets/stylesheets/adminkit/light.css */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 7612, app/assets/stylesheets/adminkit/light.css */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 7615, app/assets/stylesheets/adminkit/light.css */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 7618, app/assets/stylesheets/adminkit/light.css */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 7621, app/assets/stylesheets/adminkit/light.css */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 7624, app/assets/stylesheets/adminkit/light.css */
.pe-6 {
  padding-right: 4.5rem !important;
}

/* line 7627, app/assets/stylesheets/adminkit/light.css */
.pe-7 {
  padding-right: 6rem !important;
}

/* line 7630, app/assets/stylesheets/adminkit/light.css */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 7633, app/assets/stylesheets/adminkit/light.css */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7636, app/assets/stylesheets/adminkit/light.css */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7639, app/assets/stylesheets/adminkit/light.css */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 7642, app/assets/stylesheets/adminkit/light.css */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7645, app/assets/stylesheets/adminkit/light.css */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 7648, app/assets/stylesheets/adminkit/light.css */
.pb-6 {
  padding-bottom: 4.5rem !important;
}

/* line 7651, app/assets/stylesheets/adminkit/light.css */
.pb-7 {
  padding-bottom: 6rem !important;
}

/* line 7654, app/assets/stylesheets/adminkit/light.css */
.ps-0 {
  padding-left: 0 !important;
}

/* line 7657, app/assets/stylesheets/adminkit/light.css */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 7660, app/assets/stylesheets/adminkit/light.css */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 7663, app/assets/stylesheets/adminkit/light.css */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 7666, app/assets/stylesheets/adminkit/light.css */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 7669, app/assets/stylesheets/adminkit/light.css */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 7672, app/assets/stylesheets/adminkit/light.css */
.ps-6 {
  padding-left: 4.5rem !important;
}

/* line 7675, app/assets/stylesheets/adminkit/light.css */
.ps-7 {
  padding-left: 6rem !important;
}

/* line 7678, app/assets/stylesheets/adminkit/light.css */
.gap-0 {
  gap: 0 !important;
}

/* line 7681, app/assets/stylesheets/adminkit/light.css */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 7684, app/assets/stylesheets/adminkit/light.css */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 7687, app/assets/stylesheets/adminkit/light.css */
.gap-3 {
  gap: 1rem !important;
}

/* line 7690, app/assets/stylesheets/adminkit/light.css */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 7693, app/assets/stylesheets/adminkit/light.css */
.gap-5 {
  gap: 3rem !important;
}

/* line 7696, app/assets/stylesheets/adminkit/light.css */
.gap-6 {
  gap: 4.5rem !important;
}

/* line 7699, app/assets/stylesheets/adminkit/light.css */
.gap-7 {
  gap: 6rem !important;
}

/* line 7702, app/assets/stylesheets/adminkit/light.css */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 7705, app/assets/stylesheets/adminkit/light.css */
.fs-1 {
  font-size: 1.75rem !important;
}

/* line 7708, app/assets/stylesheets/adminkit/light.css */
.fs-2 {
  font-size: 1.53125rem !important;
}

/* line 7711, app/assets/stylesheets/adminkit/light.css */
.fs-3 {
  font-size: 1.3125rem !important;
}

/* line 7714, app/assets/stylesheets/adminkit/light.css */
.fs-4 {
  font-size: 1.09375rem !important;
}

/* line 7717, app/assets/stylesheets/adminkit/light.css */
.fs-5,
.fs-6 {
  font-size: 0.875rem !important;
}

/* line 7721, app/assets/stylesheets/adminkit/light.css */
.fst-italic {
  font-style: italic !important;
}

/* line 7724, app/assets/stylesheets/adminkit/light.css */
.fst-normal {
  font-style: normal !important;
}

/* line 7727, app/assets/stylesheets/adminkit/light.css */
.fw-light {
  font-weight: 300 !important;
}

/* line 7730, app/assets/stylesheets/adminkit/light.css */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 7733, app/assets/stylesheets/adminkit/light.css */
.fw-normal {
  font-weight: 400 !important;
}

/* line 7736, app/assets/stylesheets/adminkit/light.css */
.fw-bold,
.fw-semibold {
  font-weight: 600 !important;
}

/* line 7740, app/assets/stylesheets/adminkit/light.css */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 7743, app/assets/stylesheets/adminkit/light.css */
.lh-1 {
  line-height: 1 !important;
}

/* line 7746, app/assets/stylesheets/adminkit/light.css */
.lh-base,
.lh-lg,
.lh-sm {
  line-height: 1.5 !important;
}

/* line 7751, app/assets/stylesheets/adminkit/light.css */
.text-start {
  text-align: left !important;
}

/* line 7754, app/assets/stylesheets/adminkit/light.css */
.text-end {
  text-align: right !important;
}

/* line 7757, app/assets/stylesheets/adminkit/light.css */
.text-center {
  text-align: center !important;
}

/* line 7760, app/assets/stylesheets/adminkit/light.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 7763, app/assets/stylesheets/adminkit/light.css */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 7766, app/assets/stylesheets/adminkit/light.css */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 7769, app/assets/stylesheets/adminkit/light.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 7772, app/assets/stylesheets/adminkit/light.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 7775, app/assets/stylesheets/adminkit/light.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 7778, app/assets/stylesheets/adminkit/light.css */
.text-wrap {
  white-space: normal !important;
}

/* line 7781, app/assets/stylesheets/adminkit/light.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 7784, app/assets/stylesheets/adminkit/light.css */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* line 7788, app/assets/stylesheets/adminkit/light.css */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 7792, app/assets/stylesheets/adminkit/light.css */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 7796, app/assets/stylesheets/adminkit/light.css */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 7800, app/assets/stylesheets/adminkit/light.css */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 7804, app/assets/stylesheets/adminkit/light.css */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 7808, app/assets/stylesheets/adminkit/light.css */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 7812, app/assets/stylesheets/adminkit/light.css */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 7816, app/assets/stylesheets/adminkit/light.css */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 7820, app/assets/stylesheets/adminkit/light.css */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 7824, app/assets/stylesheets/adminkit/light.css */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 7828, app/assets/stylesheets/adminkit/light.css */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 7832, app/assets/stylesheets/adminkit/light.css */
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 7836, app/assets/stylesheets/adminkit/light.css */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 7840, app/assets/stylesheets/adminkit/light.css */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 7844, app/assets/stylesheets/adminkit/light.css */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 7848, app/assets/stylesheets/adminkit/light.css */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 7851, app/assets/stylesheets/adminkit/light.css */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 7854, app/assets/stylesheets/adminkit/light.css */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 7857, app/assets/stylesheets/adminkit/light.css */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 7860, app/assets/stylesheets/adminkit/light.css */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 7864, app/assets/stylesheets/adminkit/light.css */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 7868, app/assets/stylesheets/adminkit/light.css */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 7872, app/assets/stylesheets/adminkit/light.css */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 7876, app/assets/stylesheets/adminkit/light.css */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 7880, app/assets/stylesheets/adminkit/light.css */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 7884, app/assets/stylesheets/adminkit/light.css */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 7888, app/assets/stylesheets/adminkit/light.css */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 7892, app/assets/stylesheets/adminkit/light.css */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 7896, app/assets/stylesheets/adminkit/light.css */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 7900, app/assets/stylesheets/adminkit/light.css */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 7904, app/assets/stylesheets/adminkit/light.css */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 7908, app/assets/stylesheets/adminkit/light.css */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 7911, app/assets/stylesheets/adminkit/light.css */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 7914, app/assets/stylesheets/adminkit/light.css */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 7917, app/assets/stylesheets/adminkit/light.css */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 7920, app/assets/stylesheets/adminkit/light.css */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 7923, app/assets/stylesheets/adminkit/light.css */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 7926, app/assets/stylesheets/adminkit/light.css */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 7931, app/assets/stylesheets/adminkit/light.css */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 7936, app/assets/stylesheets/adminkit/light.css */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 7941, app/assets/stylesheets/adminkit/light.css */
.pe-none {
  pointer-events: none !important;
}

/* line 7944, app/assets/stylesheets/adminkit/light.css */
.pe-auto {
  pointer-events: auto !important;
}

/* line 7947, app/assets/stylesheets/adminkit/light.css */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 7950, app/assets/stylesheets/adminkit/light.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 7953, app/assets/stylesheets/adminkit/light.css */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 7956, app/assets/stylesheets/adminkit/light.css */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 7959, app/assets/stylesheets/adminkit/light.css */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 7962, app/assets/stylesheets/adminkit/light.css */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 7965, app/assets/stylesheets/adminkit/light.css */
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

/* line 7968, app/assets/stylesheets/adminkit/light.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 7971, app/assets/stylesheets/adminkit/light.css */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 7974, app/assets/stylesheets/adminkit/light.css */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 7977, app/assets/stylesheets/adminkit/light.css */
.rounded-end,
.rounded-top {
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 7981, app/assets/stylesheets/adminkit/light.css */
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 7985, app/assets/stylesheets/adminkit/light.css */
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 7989, app/assets/stylesheets/adminkit/light.css */
.rounded-start {
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 7992, app/assets/stylesheets/adminkit/light.css */
.visible {
  visibility: visible !important;
}

/* line 7995, app/assets/stylesheets/adminkit/light.css */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 7999, app/assets/stylesheets/adminkit/light.css */
  .float-sm-start {
    float: left !important;
  }
  /* line 8002, app/assets/stylesheets/adminkit/light.css */
  .float-sm-end {
    float: right !important;
  }
  /* line 8005, app/assets/stylesheets/adminkit/light.css */
  .float-sm-none {
    float: none !important;
  }
  /* line 8008, app/assets/stylesheets/adminkit/light.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 8011, app/assets/stylesheets/adminkit/light.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 8014, app/assets/stylesheets/adminkit/light.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 8017, app/assets/stylesheets/adminkit/light.css */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 8020, app/assets/stylesheets/adminkit/light.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 8023, app/assets/stylesheets/adminkit/light.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 8026, app/assets/stylesheets/adminkit/light.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 8029, app/assets/stylesheets/adminkit/light.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 8032, app/assets/stylesheets/adminkit/light.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 8035, app/assets/stylesheets/adminkit/light.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 8038, app/assets/stylesheets/adminkit/light.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 8041, app/assets/stylesheets/adminkit/light.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 8044, app/assets/stylesheets/adminkit/light.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 8047, app/assets/stylesheets/adminkit/light.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8050, app/assets/stylesheets/adminkit/light.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8053, app/assets/stylesheets/adminkit/light.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8056, app/assets/stylesheets/adminkit/light.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8059, app/assets/stylesheets/adminkit/light.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8062, app/assets/stylesheets/adminkit/light.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8065, app/assets/stylesheets/adminkit/light.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8068, app/assets/stylesheets/adminkit/light.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8071, app/assets/stylesheets/adminkit/light.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8074, app/assets/stylesheets/adminkit/light.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 8077, app/assets/stylesheets/adminkit/light.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 8080, app/assets/stylesheets/adminkit/light.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 8083, app/assets/stylesheets/adminkit/light.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 8086, app/assets/stylesheets/adminkit/light.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 8089, app/assets/stylesheets/adminkit/light.css */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 8092, app/assets/stylesheets/adminkit/light.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 8095, app/assets/stylesheets/adminkit/light.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 8098, app/assets/stylesheets/adminkit/light.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 8101, app/assets/stylesheets/adminkit/light.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 8104, app/assets/stylesheets/adminkit/light.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 8107, app/assets/stylesheets/adminkit/light.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 8110, app/assets/stylesheets/adminkit/light.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 8113, app/assets/stylesheets/adminkit/light.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 8116, app/assets/stylesheets/adminkit/light.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 8119, app/assets/stylesheets/adminkit/light.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 8122, app/assets/stylesheets/adminkit/light.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 8125, app/assets/stylesheets/adminkit/light.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 8128, app/assets/stylesheets/adminkit/light.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 8131, app/assets/stylesheets/adminkit/light.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 8134, app/assets/stylesheets/adminkit/light.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 8137, app/assets/stylesheets/adminkit/light.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 8140, app/assets/stylesheets/adminkit/light.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 8143, app/assets/stylesheets/adminkit/light.css */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 8146, app/assets/stylesheets/adminkit/light.css */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 8149, app/assets/stylesheets/adminkit/light.css */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 8152, app/assets/stylesheets/adminkit/light.css */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 8155, app/assets/stylesheets/adminkit/light.css */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 8158, app/assets/stylesheets/adminkit/light.css */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 8161, app/assets/stylesheets/adminkit/light.css */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 8164, app/assets/stylesheets/adminkit/light.css */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 8167, app/assets/stylesheets/adminkit/light.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8170, app/assets/stylesheets/adminkit/light.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 8173, app/assets/stylesheets/adminkit/light.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 8176, app/assets/stylesheets/adminkit/light.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 8179, app/assets/stylesheets/adminkit/light.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8182, app/assets/stylesheets/adminkit/light.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 8185, app/assets/stylesheets/adminkit/light.css */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 8188, app/assets/stylesheets/adminkit/light.css */
  .m-sm-7 {
    margin: 6rem !important;
  }
  /* line 8191, app/assets/stylesheets/adminkit/light.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8194, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 8198, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  /* line 8202, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 8206, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 8210, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 8214, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 8218, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  /* line 8222, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  /* line 8226, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 8230, app/assets/stylesheets/adminkit/light.css */
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  /* line 8234, app/assets/stylesheets/adminkit/light.css */
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  /* line 8238, app/assets/stylesheets/adminkit/light.css */
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  /* line 8242, app/assets/stylesheets/adminkit/light.css */
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  /* line 8246, app/assets/stylesheets/adminkit/light.css */
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  /* line 8250, app/assets/stylesheets/adminkit/light.css */
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  /* line 8254, app/assets/stylesheets/adminkit/light.css */
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
  /* line 8258, app/assets/stylesheets/adminkit/light.css */
  .my-sm-7 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  /* line 8262, app/assets/stylesheets/adminkit/light.css */
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  /* line 8266, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8269, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8272, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8275, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 8278, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8281, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 8284, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 8287, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-7 {
    margin-top: 6rem !important;
  }
  /* line 8290, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 8293, app/assets/stylesheets/adminkit/light.css */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8296, app/assets/stylesheets/adminkit/light.css */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8299, app/assets/stylesheets/adminkit/light.css */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8302, app/assets/stylesheets/adminkit/light.css */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 8305, app/assets/stylesheets/adminkit/light.css */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8308, app/assets/stylesheets/adminkit/light.css */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 8311, app/assets/stylesheets/adminkit/light.css */
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 8314, app/assets/stylesheets/adminkit/light.css */
  .me-sm-7 {
    margin-right: 6rem !important;
  }
  /* line 8317, app/assets/stylesheets/adminkit/light.css */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 8320, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8323, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8326, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8329, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8332, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8335, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8338, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 8341, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }
  /* line 8344, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8347, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8350, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8353, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8356, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 8359, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8362, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 8365, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 8368, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-7 {
    margin-left: 6rem !important;
  }
  /* line 8371, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 8374, app/assets/stylesheets/adminkit/light.css */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 8377, app/assets/stylesheets/adminkit/light.css */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 8380, app/assets/stylesheets/adminkit/light.css */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 8383, app/assets/stylesheets/adminkit/light.css */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 8386, app/assets/stylesheets/adminkit/light.css */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 8389, app/assets/stylesheets/adminkit/light.css */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 8392, app/assets/stylesheets/adminkit/light.css */
  .m-sm-n7 {
    margin: -6rem !important;
  }
  /* line 8395, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 8399, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 8403, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 8407, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 8411, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 8415, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  /* line 8419, app/assets/stylesheets/adminkit/light.css */
  .mx-sm-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  /* line 8423, app/assets/stylesheets/adminkit/light.css */
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  /* line 8427, app/assets/stylesheets/adminkit/light.css */
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  /* line 8431, app/assets/stylesheets/adminkit/light.css */
  .my-sm-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  /* line 8435, app/assets/stylesheets/adminkit/light.css */
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  /* line 8439, app/assets/stylesheets/adminkit/light.css */
  .my-sm-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  /* line 8443, app/assets/stylesheets/adminkit/light.css */
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important;
  }
  /* line 8447, app/assets/stylesheets/adminkit/light.css */
  .my-sm-n7 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  /* line 8451, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8454, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8457, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 8460, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8463, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 8466, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 8469, app/assets/stylesheets/adminkit/light.css */
  .mt-sm-n7 {
    margin-top: -6rem !important;
  }
  /* line 8472, app/assets/stylesheets/adminkit/light.css */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8475, app/assets/stylesheets/adminkit/light.css */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8478, app/assets/stylesheets/adminkit/light.css */
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 8481, app/assets/stylesheets/adminkit/light.css */
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8484, app/assets/stylesheets/adminkit/light.css */
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 8487, app/assets/stylesheets/adminkit/light.css */
  .me-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 8490, app/assets/stylesheets/adminkit/light.css */
  .me-sm-n7 {
    margin-right: -6rem !important;
  }
  /* line 8493, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8496, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8499, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8502, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8505, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8508, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 8511, app/assets/stylesheets/adminkit/light.css */
  .mb-sm-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 8514, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8517, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8520, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 8523, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8526, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 8529, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 8532, app/assets/stylesheets/adminkit/light.css */
  .ms-sm-n7 {
    margin-left: -6rem !important;
  }
  /* line 8535, app/assets/stylesheets/adminkit/light.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8538, app/assets/stylesheets/adminkit/light.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 8541, app/assets/stylesheets/adminkit/light.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 8544, app/assets/stylesheets/adminkit/light.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 8547, app/assets/stylesheets/adminkit/light.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8550, app/assets/stylesheets/adminkit/light.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 8553, app/assets/stylesheets/adminkit/light.css */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 8556, app/assets/stylesheets/adminkit/light.css */
  .p-sm-7 {
    padding: 6rem !important;
  }
  /* line 8559, app/assets/stylesheets/adminkit/light.css */
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 8563, app/assets/stylesheets/adminkit/light.css */
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  /* line 8567, app/assets/stylesheets/adminkit/light.css */
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 8571, app/assets/stylesheets/adminkit/light.css */
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 8575, app/assets/stylesheets/adminkit/light.css */
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 8579, app/assets/stylesheets/adminkit/light.css */
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 8583, app/assets/stylesheets/adminkit/light.css */
  .px-sm-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  /* line 8587, app/assets/stylesheets/adminkit/light.css */
  .px-sm-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  /* line 8591, app/assets/stylesheets/adminkit/light.css */
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  /* line 8595, app/assets/stylesheets/adminkit/light.css */
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  /* line 8599, app/assets/stylesheets/adminkit/light.css */
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  /* line 8603, app/assets/stylesheets/adminkit/light.css */
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  /* line 8607, app/assets/stylesheets/adminkit/light.css */
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  /* line 8611, app/assets/stylesheets/adminkit/light.css */
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  /* line 8615, app/assets/stylesheets/adminkit/light.css */
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
  /* line 8619, app/assets/stylesheets/adminkit/light.css */
  .py-sm-7 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  /* line 8623, app/assets/stylesheets/adminkit/light.css */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8626, app/assets/stylesheets/adminkit/light.css */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8629, app/assets/stylesheets/adminkit/light.css */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8632, app/assets/stylesheets/adminkit/light.css */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 8635, app/assets/stylesheets/adminkit/light.css */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8638, app/assets/stylesheets/adminkit/light.css */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 8641, app/assets/stylesheets/adminkit/light.css */
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 8644, app/assets/stylesheets/adminkit/light.css */
  .pt-sm-7 {
    padding-top: 6rem !important;
  }
  /* line 8647, app/assets/stylesheets/adminkit/light.css */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8650, app/assets/stylesheets/adminkit/light.css */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8653, app/assets/stylesheets/adminkit/light.css */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8656, app/assets/stylesheets/adminkit/light.css */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 8659, app/assets/stylesheets/adminkit/light.css */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8662, app/assets/stylesheets/adminkit/light.css */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8665, app/assets/stylesheets/adminkit/light.css */
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 8668, app/assets/stylesheets/adminkit/light.css */
  .pe-sm-7 {
    padding-right: 6rem !important;
  }
  /* line 8671, app/assets/stylesheets/adminkit/light.css */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8674, app/assets/stylesheets/adminkit/light.css */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8677, app/assets/stylesheets/adminkit/light.css */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8680, app/assets/stylesheets/adminkit/light.css */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8683, app/assets/stylesheets/adminkit/light.css */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8686, app/assets/stylesheets/adminkit/light.css */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8689, app/assets/stylesheets/adminkit/light.css */
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 8692, app/assets/stylesheets/adminkit/light.css */
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }
  /* line 8695, app/assets/stylesheets/adminkit/light.css */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8698, app/assets/stylesheets/adminkit/light.css */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8701, app/assets/stylesheets/adminkit/light.css */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8704, app/assets/stylesheets/adminkit/light.css */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 8707, app/assets/stylesheets/adminkit/light.css */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8710, app/assets/stylesheets/adminkit/light.css */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8713, app/assets/stylesheets/adminkit/light.css */
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 8716, app/assets/stylesheets/adminkit/light.css */
  .ps-sm-7 {
    padding-left: 6rem !important;
  }
  /* line 8719, app/assets/stylesheets/adminkit/light.css */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 8722, app/assets/stylesheets/adminkit/light.css */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 8725, app/assets/stylesheets/adminkit/light.css */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 8728, app/assets/stylesheets/adminkit/light.css */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 8731, app/assets/stylesheets/adminkit/light.css */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 8734, app/assets/stylesheets/adminkit/light.css */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 8737, app/assets/stylesheets/adminkit/light.css */
  .gap-sm-6 {
    gap: 4.5rem !important;
  }
  /* line 8740, app/assets/stylesheets/adminkit/light.css */
  .gap-sm-7 {
    gap: 6rem !important;
  }
  /* line 8743, app/assets/stylesheets/adminkit/light.css */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 8746, app/assets/stylesheets/adminkit/light.css */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 8749, app/assets/stylesheets/adminkit/light.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 8754, app/assets/stylesheets/adminkit/light.css */
  .float-md-start {
    float: left !important;
  }
  /* line 8757, app/assets/stylesheets/adminkit/light.css */
  .float-md-end {
    float: right !important;
  }
  /* line 8760, app/assets/stylesheets/adminkit/light.css */
  .float-md-none {
    float: none !important;
  }
  /* line 8763, app/assets/stylesheets/adminkit/light.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 8766, app/assets/stylesheets/adminkit/light.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 8769, app/assets/stylesheets/adminkit/light.css */
  .d-md-block {
    display: block !important;
  }
  /* line 8772, app/assets/stylesheets/adminkit/light.css */
  .d-md-grid {
    display: grid !important;
  }
  /* line 8775, app/assets/stylesheets/adminkit/light.css */
  .d-md-table {
    display: table !important;
  }
  /* line 8778, app/assets/stylesheets/adminkit/light.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 8781, app/assets/stylesheets/adminkit/light.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 8784, app/assets/stylesheets/adminkit/light.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 8787, app/assets/stylesheets/adminkit/light.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 8790, app/assets/stylesheets/adminkit/light.css */
  .d-md-none {
    display: none !important;
  }
  /* line 8793, app/assets/stylesheets/adminkit/light.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 8796, app/assets/stylesheets/adminkit/light.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 8799, app/assets/stylesheets/adminkit/light.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 8802, app/assets/stylesheets/adminkit/light.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8805, app/assets/stylesheets/adminkit/light.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8808, app/assets/stylesheets/adminkit/light.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8811, app/assets/stylesheets/adminkit/light.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8814, app/assets/stylesheets/adminkit/light.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8817, app/assets/stylesheets/adminkit/light.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8820, app/assets/stylesheets/adminkit/light.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8823, app/assets/stylesheets/adminkit/light.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8826, app/assets/stylesheets/adminkit/light.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8829, app/assets/stylesheets/adminkit/light.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 8832, app/assets/stylesheets/adminkit/light.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 8835, app/assets/stylesheets/adminkit/light.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 8838, app/assets/stylesheets/adminkit/light.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 8841, app/assets/stylesheets/adminkit/light.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 8844, app/assets/stylesheets/adminkit/light.css */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 8847, app/assets/stylesheets/adminkit/light.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 8850, app/assets/stylesheets/adminkit/light.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 8853, app/assets/stylesheets/adminkit/light.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 8856, app/assets/stylesheets/adminkit/light.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 8859, app/assets/stylesheets/adminkit/light.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 8862, app/assets/stylesheets/adminkit/light.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 8865, app/assets/stylesheets/adminkit/light.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 8868, app/assets/stylesheets/adminkit/light.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 8871, app/assets/stylesheets/adminkit/light.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 8874, app/assets/stylesheets/adminkit/light.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 8877, app/assets/stylesheets/adminkit/light.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 8880, app/assets/stylesheets/adminkit/light.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 8883, app/assets/stylesheets/adminkit/light.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 8886, app/assets/stylesheets/adminkit/light.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 8889, app/assets/stylesheets/adminkit/light.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 8892, app/assets/stylesheets/adminkit/light.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 8895, app/assets/stylesheets/adminkit/light.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 8898, app/assets/stylesheets/adminkit/light.css */
  .order-md-first {
    order: -1 !important;
  }
  /* line 8901, app/assets/stylesheets/adminkit/light.css */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 8904, app/assets/stylesheets/adminkit/light.css */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 8907, app/assets/stylesheets/adminkit/light.css */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 8910, app/assets/stylesheets/adminkit/light.css */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 8913, app/assets/stylesheets/adminkit/light.css */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 8916, app/assets/stylesheets/adminkit/light.css */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 8919, app/assets/stylesheets/adminkit/light.css */
  .order-md-last {
    order: 6 !important;
  }
  /* line 8922, app/assets/stylesheets/adminkit/light.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8925, app/assets/stylesheets/adminkit/light.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 8928, app/assets/stylesheets/adminkit/light.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8931, app/assets/stylesheets/adminkit/light.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8934, app/assets/stylesheets/adminkit/light.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8937, app/assets/stylesheets/adminkit/light.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 8940, app/assets/stylesheets/adminkit/light.css */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 8943, app/assets/stylesheets/adminkit/light.css */
  .m-md-7 {
    margin: 6rem !important;
  }
  /* line 8946, app/assets/stylesheets/adminkit/light.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 8949, app/assets/stylesheets/adminkit/light.css */
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 8953, app/assets/stylesheets/adminkit/light.css */
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  /* line 8957, app/assets/stylesheets/adminkit/light.css */
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 8961, app/assets/stylesheets/adminkit/light.css */
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 8965, app/assets/stylesheets/adminkit/light.css */
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 8969, app/assets/stylesheets/adminkit/light.css */
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 8973, app/assets/stylesheets/adminkit/light.css */
  .mx-md-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  /* line 8977, app/assets/stylesheets/adminkit/light.css */
  .mx-md-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  /* line 8981, app/assets/stylesheets/adminkit/light.css */
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 8985, app/assets/stylesheets/adminkit/light.css */
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  /* line 8989, app/assets/stylesheets/adminkit/light.css */
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  /* line 8993, app/assets/stylesheets/adminkit/light.css */
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  /* line 8997, app/assets/stylesheets/adminkit/light.css */
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  /* line 9001, app/assets/stylesheets/adminkit/light.css */
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  /* line 9005, app/assets/stylesheets/adminkit/light.css */
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  /* line 9009, app/assets/stylesheets/adminkit/light.css */
  .my-md-6 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
  /* line 9013, app/assets/stylesheets/adminkit/light.css */
  .my-md-7 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  /* line 9017, app/assets/stylesheets/adminkit/light.css */
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  /* line 9021, app/assets/stylesheets/adminkit/light.css */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 9024, app/assets/stylesheets/adminkit/light.css */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9027, app/assets/stylesheets/adminkit/light.css */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9030, app/assets/stylesheets/adminkit/light.css */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 9033, app/assets/stylesheets/adminkit/light.css */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9036, app/assets/stylesheets/adminkit/light.css */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 9039, app/assets/stylesheets/adminkit/light.css */
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 9042, app/assets/stylesheets/adminkit/light.css */
  .mt-md-7 {
    margin-top: 6rem !important;
  }
  /* line 9045, app/assets/stylesheets/adminkit/light.css */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 9048, app/assets/stylesheets/adminkit/light.css */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 9051, app/assets/stylesheets/adminkit/light.css */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9054, app/assets/stylesheets/adminkit/light.css */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9057, app/assets/stylesheets/adminkit/light.css */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 9060, app/assets/stylesheets/adminkit/light.css */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9063, app/assets/stylesheets/adminkit/light.css */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 9066, app/assets/stylesheets/adminkit/light.css */
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 9069, app/assets/stylesheets/adminkit/light.css */
  .me-md-7 {
    margin-right: 6rem !important;
  }
  /* line 9072, app/assets/stylesheets/adminkit/light.css */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 9075, app/assets/stylesheets/adminkit/light.css */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 9078, app/assets/stylesheets/adminkit/light.css */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9081, app/assets/stylesheets/adminkit/light.css */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9084, app/assets/stylesheets/adminkit/light.css */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9087, app/assets/stylesheets/adminkit/light.css */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9090, app/assets/stylesheets/adminkit/light.css */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9093, app/assets/stylesheets/adminkit/light.css */
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 9096, app/assets/stylesheets/adminkit/light.css */
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  /* line 9099, app/assets/stylesheets/adminkit/light.css */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9102, app/assets/stylesheets/adminkit/light.css */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 9105, app/assets/stylesheets/adminkit/light.css */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9108, app/assets/stylesheets/adminkit/light.css */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9111, app/assets/stylesheets/adminkit/light.css */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 9114, app/assets/stylesheets/adminkit/light.css */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9117, app/assets/stylesheets/adminkit/light.css */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 9120, app/assets/stylesheets/adminkit/light.css */
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 9123, app/assets/stylesheets/adminkit/light.css */
  .ms-md-7 {
    margin-left: 6rem !important;
  }
  /* line 9126, app/assets/stylesheets/adminkit/light.css */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 9129, app/assets/stylesheets/adminkit/light.css */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 9132, app/assets/stylesheets/adminkit/light.css */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 9135, app/assets/stylesheets/adminkit/light.css */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 9138, app/assets/stylesheets/adminkit/light.css */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9141, app/assets/stylesheets/adminkit/light.css */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 9144, app/assets/stylesheets/adminkit/light.css */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 9147, app/assets/stylesheets/adminkit/light.css */
  .m-md-n7 {
    margin: -6rem !important;
  }
  /* line 9150, app/assets/stylesheets/adminkit/light.css */
  .mx-md-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 9154, app/assets/stylesheets/adminkit/light.css */
  .mx-md-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 9158, app/assets/stylesheets/adminkit/light.css */
  .mx-md-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 9162, app/assets/stylesheets/adminkit/light.css */
  .mx-md-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 9166, app/assets/stylesheets/adminkit/light.css */
  .mx-md-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 9170, app/assets/stylesheets/adminkit/light.css */
  .mx-md-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  /* line 9174, app/assets/stylesheets/adminkit/light.css */
  .mx-md-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  /* line 9178, app/assets/stylesheets/adminkit/light.css */
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  /* line 9182, app/assets/stylesheets/adminkit/light.css */
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  /* line 9186, app/assets/stylesheets/adminkit/light.css */
  .my-md-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  /* line 9190, app/assets/stylesheets/adminkit/light.css */
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  /* line 9194, app/assets/stylesheets/adminkit/light.css */
  .my-md-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  /* line 9198, app/assets/stylesheets/adminkit/light.css */
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important;
  }
  /* line 9202, app/assets/stylesheets/adminkit/light.css */
  .my-md-n7 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  /* line 9206, app/assets/stylesheets/adminkit/light.css */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9209, app/assets/stylesheets/adminkit/light.css */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9212, app/assets/stylesheets/adminkit/light.css */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 9215, app/assets/stylesheets/adminkit/light.css */
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9218, app/assets/stylesheets/adminkit/light.css */
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 9221, app/assets/stylesheets/adminkit/light.css */
  .mt-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 9224, app/assets/stylesheets/adminkit/light.css */
  .mt-md-n7 {
    margin-top: -6rem !important;
  }
  /* line 9227, app/assets/stylesheets/adminkit/light.css */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9230, app/assets/stylesheets/adminkit/light.css */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9233, app/assets/stylesheets/adminkit/light.css */
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 9236, app/assets/stylesheets/adminkit/light.css */
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9239, app/assets/stylesheets/adminkit/light.css */
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 9242, app/assets/stylesheets/adminkit/light.css */
  .me-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 9245, app/assets/stylesheets/adminkit/light.css */
  .me-md-n7 {
    margin-right: -6rem !important;
  }
  /* line 9248, app/assets/stylesheets/adminkit/light.css */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9251, app/assets/stylesheets/adminkit/light.css */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9254, app/assets/stylesheets/adminkit/light.css */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9257, app/assets/stylesheets/adminkit/light.css */
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9260, app/assets/stylesheets/adminkit/light.css */
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9263, app/assets/stylesheets/adminkit/light.css */
  .mb-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 9266, app/assets/stylesheets/adminkit/light.css */
  .mb-md-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 9269, app/assets/stylesheets/adminkit/light.css */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9272, app/assets/stylesheets/adminkit/light.css */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9275, app/assets/stylesheets/adminkit/light.css */
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 9278, app/assets/stylesheets/adminkit/light.css */
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9281, app/assets/stylesheets/adminkit/light.css */
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 9284, app/assets/stylesheets/adminkit/light.css */
  .ms-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 9287, app/assets/stylesheets/adminkit/light.css */
  .ms-md-n7 {
    margin-left: -6rem !important;
  }
  /* line 9290, app/assets/stylesheets/adminkit/light.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 9293, app/assets/stylesheets/adminkit/light.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 9296, app/assets/stylesheets/adminkit/light.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 9299, app/assets/stylesheets/adminkit/light.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 9302, app/assets/stylesheets/adminkit/light.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 9305, app/assets/stylesheets/adminkit/light.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 9308, app/assets/stylesheets/adminkit/light.css */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 9311, app/assets/stylesheets/adminkit/light.css */
  .p-md-7 {
    padding: 6rem !important;
  }
  /* line 9314, app/assets/stylesheets/adminkit/light.css */
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 9318, app/assets/stylesheets/adminkit/light.css */
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  /* line 9322, app/assets/stylesheets/adminkit/light.css */
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 9326, app/assets/stylesheets/adminkit/light.css */
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 9330, app/assets/stylesheets/adminkit/light.css */
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 9334, app/assets/stylesheets/adminkit/light.css */
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 9338, app/assets/stylesheets/adminkit/light.css */
  .px-md-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  /* line 9342, app/assets/stylesheets/adminkit/light.css */
  .px-md-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  /* line 9346, app/assets/stylesheets/adminkit/light.css */
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  /* line 9350, app/assets/stylesheets/adminkit/light.css */
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  /* line 9354, app/assets/stylesheets/adminkit/light.css */
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  /* line 9358, app/assets/stylesheets/adminkit/light.css */
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  /* line 9362, app/assets/stylesheets/adminkit/light.css */
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  /* line 9366, app/assets/stylesheets/adminkit/light.css */
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  /* line 9370, app/assets/stylesheets/adminkit/light.css */
  .py-md-6 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
  /* line 9374, app/assets/stylesheets/adminkit/light.css */
  .py-md-7 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  /* line 9378, app/assets/stylesheets/adminkit/light.css */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 9381, app/assets/stylesheets/adminkit/light.css */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9384, app/assets/stylesheets/adminkit/light.css */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9387, app/assets/stylesheets/adminkit/light.css */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 9390, app/assets/stylesheets/adminkit/light.css */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9393, app/assets/stylesheets/adminkit/light.css */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 9396, app/assets/stylesheets/adminkit/light.css */
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 9399, app/assets/stylesheets/adminkit/light.css */
  .pt-md-7 {
    padding-top: 6rem !important;
  }
  /* line 9402, app/assets/stylesheets/adminkit/light.css */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 9405, app/assets/stylesheets/adminkit/light.css */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9408, app/assets/stylesheets/adminkit/light.css */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9411, app/assets/stylesheets/adminkit/light.css */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 9414, app/assets/stylesheets/adminkit/light.css */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9417, app/assets/stylesheets/adminkit/light.css */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 9420, app/assets/stylesheets/adminkit/light.css */
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 9423, app/assets/stylesheets/adminkit/light.css */
  .pe-md-7 {
    padding-right: 6rem !important;
  }
  /* line 9426, app/assets/stylesheets/adminkit/light.css */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 9429, app/assets/stylesheets/adminkit/light.css */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9432, app/assets/stylesheets/adminkit/light.css */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9435, app/assets/stylesheets/adminkit/light.css */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9438, app/assets/stylesheets/adminkit/light.css */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9441, app/assets/stylesheets/adminkit/light.css */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9444, app/assets/stylesheets/adminkit/light.css */
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 9447, app/assets/stylesheets/adminkit/light.css */
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }
  /* line 9450, app/assets/stylesheets/adminkit/light.css */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 9453, app/assets/stylesheets/adminkit/light.css */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9456, app/assets/stylesheets/adminkit/light.css */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9459, app/assets/stylesheets/adminkit/light.css */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 9462, app/assets/stylesheets/adminkit/light.css */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9465, app/assets/stylesheets/adminkit/light.css */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 9468, app/assets/stylesheets/adminkit/light.css */
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 9471, app/assets/stylesheets/adminkit/light.css */
  .ps-md-7 {
    padding-left: 6rem !important;
  }
  /* line 9474, app/assets/stylesheets/adminkit/light.css */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 9477, app/assets/stylesheets/adminkit/light.css */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 9480, app/assets/stylesheets/adminkit/light.css */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 9483, app/assets/stylesheets/adminkit/light.css */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 9486, app/assets/stylesheets/adminkit/light.css */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 9489, app/assets/stylesheets/adminkit/light.css */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 9492, app/assets/stylesheets/adminkit/light.css */
  .gap-md-6 {
    gap: 4.5rem !important;
  }
  /* line 9495, app/assets/stylesheets/adminkit/light.css */
  .gap-md-7 {
    gap: 6rem !important;
  }
  /* line 9498, app/assets/stylesheets/adminkit/light.css */
  .text-md-start {
    text-align: left !important;
  }
  /* line 9501, app/assets/stylesheets/adminkit/light.css */
  .text-md-end {
    text-align: right !important;
  }
  /* line 9504, app/assets/stylesheets/adminkit/light.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 9509, app/assets/stylesheets/adminkit/light.css */
  .float-lg-start {
    float: left !important;
  }
  /* line 9512, app/assets/stylesheets/adminkit/light.css */
  .float-lg-end {
    float: right !important;
  }
  /* line 9515, app/assets/stylesheets/adminkit/light.css */
  .float-lg-none {
    float: none !important;
  }
  /* line 9518, app/assets/stylesheets/adminkit/light.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 9521, app/assets/stylesheets/adminkit/light.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 9524, app/assets/stylesheets/adminkit/light.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 9527, app/assets/stylesheets/adminkit/light.css */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 9530, app/assets/stylesheets/adminkit/light.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 9533, app/assets/stylesheets/adminkit/light.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 9536, app/assets/stylesheets/adminkit/light.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 9539, app/assets/stylesheets/adminkit/light.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 9542, app/assets/stylesheets/adminkit/light.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 9545, app/assets/stylesheets/adminkit/light.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 9548, app/assets/stylesheets/adminkit/light.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 9551, app/assets/stylesheets/adminkit/light.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 9554, app/assets/stylesheets/adminkit/light.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 9557, app/assets/stylesheets/adminkit/light.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9560, app/assets/stylesheets/adminkit/light.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 9563, app/assets/stylesheets/adminkit/light.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 9566, app/assets/stylesheets/adminkit/light.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 9569, app/assets/stylesheets/adminkit/light.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 9572, app/assets/stylesheets/adminkit/light.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 9575, app/assets/stylesheets/adminkit/light.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 9578, app/assets/stylesheets/adminkit/light.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 9581, app/assets/stylesheets/adminkit/light.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 9584, app/assets/stylesheets/adminkit/light.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 9587, app/assets/stylesheets/adminkit/light.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 9590, app/assets/stylesheets/adminkit/light.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 9593, app/assets/stylesheets/adminkit/light.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 9596, app/assets/stylesheets/adminkit/light.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 9599, app/assets/stylesheets/adminkit/light.css */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 9602, app/assets/stylesheets/adminkit/light.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 9605, app/assets/stylesheets/adminkit/light.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 9608, app/assets/stylesheets/adminkit/light.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 9611, app/assets/stylesheets/adminkit/light.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 9614, app/assets/stylesheets/adminkit/light.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 9617, app/assets/stylesheets/adminkit/light.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 9620, app/assets/stylesheets/adminkit/light.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 9623, app/assets/stylesheets/adminkit/light.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 9626, app/assets/stylesheets/adminkit/light.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 9629, app/assets/stylesheets/adminkit/light.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 9632, app/assets/stylesheets/adminkit/light.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 9635, app/assets/stylesheets/adminkit/light.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 9638, app/assets/stylesheets/adminkit/light.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 9641, app/assets/stylesheets/adminkit/light.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 9644, app/assets/stylesheets/adminkit/light.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 9647, app/assets/stylesheets/adminkit/light.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 9650, app/assets/stylesheets/adminkit/light.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 9653, app/assets/stylesheets/adminkit/light.css */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 9656, app/assets/stylesheets/adminkit/light.css */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 9659, app/assets/stylesheets/adminkit/light.css */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 9662, app/assets/stylesheets/adminkit/light.css */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 9665, app/assets/stylesheets/adminkit/light.css */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 9668, app/assets/stylesheets/adminkit/light.css */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 9671, app/assets/stylesheets/adminkit/light.css */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 9674, app/assets/stylesheets/adminkit/light.css */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 9677, app/assets/stylesheets/adminkit/light.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9680, app/assets/stylesheets/adminkit/light.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9683, app/assets/stylesheets/adminkit/light.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9686, app/assets/stylesheets/adminkit/light.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9689, app/assets/stylesheets/adminkit/light.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9692, app/assets/stylesheets/adminkit/light.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 9695, app/assets/stylesheets/adminkit/light.css */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 9698, app/assets/stylesheets/adminkit/light.css */
  .m-lg-7 {
    margin: 6rem !important;
  }
  /* line 9701, app/assets/stylesheets/adminkit/light.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9704, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 9708, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  /* line 9712, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 9716, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 9720, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 9724, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 9728, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  /* line 9732, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  /* line 9736, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 9740, app/assets/stylesheets/adminkit/light.css */
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  /* line 9744, app/assets/stylesheets/adminkit/light.css */
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  /* line 9748, app/assets/stylesheets/adminkit/light.css */
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  /* line 9752, app/assets/stylesheets/adminkit/light.css */
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  /* line 9756, app/assets/stylesheets/adminkit/light.css */
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  /* line 9760, app/assets/stylesheets/adminkit/light.css */
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  /* line 9764, app/assets/stylesheets/adminkit/light.css */
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
  /* line 9768, app/assets/stylesheets/adminkit/light.css */
  .my-lg-7 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  /* line 9772, app/assets/stylesheets/adminkit/light.css */
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  /* line 9776, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9779, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9782, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9785, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9788, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9791, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 9794, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 9797, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  /* line 9800, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 9803, app/assets/stylesheets/adminkit/light.css */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9806, app/assets/stylesheets/adminkit/light.css */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9809, app/assets/stylesheets/adminkit/light.css */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9812, app/assets/stylesheets/adminkit/light.css */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9815, app/assets/stylesheets/adminkit/light.css */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9818, app/assets/stylesheets/adminkit/light.css */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 9821, app/assets/stylesheets/adminkit/light.css */
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 9824, app/assets/stylesheets/adminkit/light.css */
  .me-lg-7 {
    margin-right: 6rem !important;
  }
  /* line 9827, app/assets/stylesheets/adminkit/light.css */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 9830, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9833, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9836, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9839, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9842, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9845, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9848, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 9851, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  /* line 9854, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9857, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9860, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9863, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9866, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9869, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9872, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 9875, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 9878, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-7 {
    margin-left: 6rem !important;
  }
  /* line 9881, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 9884, app/assets/stylesheets/adminkit/light.css */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9887, app/assets/stylesheets/adminkit/light.css */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9890, app/assets/stylesheets/adminkit/light.css */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9893, app/assets/stylesheets/adminkit/light.css */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9896, app/assets/stylesheets/adminkit/light.css */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 9899, app/assets/stylesheets/adminkit/light.css */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 9902, app/assets/stylesheets/adminkit/light.css */
  .m-lg-n7 {
    margin: -6rem !important;
  }
  /* line 9905, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 9909, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 9913, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 9917, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 9921, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 9925, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  /* line 9929, app/assets/stylesheets/adminkit/light.css */
  .mx-lg-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  /* line 9933, app/assets/stylesheets/adminkit/light.css */
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  /* line 9937, app/assets/stylesheets/adminkit/light.css */
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  /* line 9941, app/assets/stylesheets/adminkit/light.css */
  .my-lg-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  /* line 9945, app/assets/stylesheets/adminkit/light.css */
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  /* line 9949, app/assets/stylesheets/adminkit/light.css */
  .my-lg-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  /* line 9953, app/assets/stylesheets/adminkit/light.css */
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important;
  }
  /* line 9957, app/assets/stylesheets/adminkit/light.css */
  .my-lg-n7 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  /* line 9961, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9964, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9967, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9970, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9973, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 9976, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 9979, app/assets/stylesheets/adminkit/light.css */
  .mt-lg-n7 {
    margin-top: -6rem !important;
  }
  /* line 9982, app/assets/stylesheets/adminkit/light.css */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9985, app/assets/stylesheets/adminkit/light.css */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9988, app/assets/stylesheets/adminkit/light.css */
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 9991, app/assets/stylesheets/adminkit/light.css */
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9994, app/assets/stylesheets/adminkit/light.css */
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 9997, app/assets/stylesheets/adminkit/light.css */
  .me-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 10000, app/assets/stylesheets/adminkit/light.css */
  .me-lg-n7 {
    margin-right: -6rem !important;
  }
  /* line 10003, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 10006, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 10009, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 10012, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10015, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 10018, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 10021, app/assets/stylesheets/adminkit/light.css */
  .mb-lg-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 10024, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 10027, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 10030, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 10033, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10036, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 10039, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 10042, app/assets/stylesheets/adminkit/light.css */
  .ms-lg-n7 {
    margin-left: -6rem !important;
  }
  /* line 10045, app/assets/stylesheets/adminkit/light.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 10048, app/assets/stylesheets/adminkit/light.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 10051, app/assets/stylesheets/adminkit/light.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 10054, app/assets/stylesheets/adminkit/light.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 10057, app/assets/stylesheets/adminkit/light.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 10060, app/assets/stylesheets/adminkit/light.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 10063, app/assets/stylesheets/adminkit/light.css */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 10066, app/assets/stylesheets/adminkit/light.css */
  .p-lg-7 {
    padding: 6rem !important;
  }
  /* line 10069, app/assets/stylesheets/adminkit/light.css */
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 10073, app/assets/stylesheets/adminkit/light.css */
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  /* line 10077, app/assets/stylesheets/adminkit/light.css */
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 10081, app/assets/stylesheets/adminkit/light.css */
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 10085, app/assets/stylesheets/adminkit/light.css */
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 10089, app/assets/stylesheets/adminkit/light.css */
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 10093, app/assets/stylesheets/adminkit/light.css */
  .px-lg-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  /* line 10097, app/assets/stylesheets/adminkit/light.css */
  .px-lg-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  /* line 10101, app/assets/stylesheets/adminkit/light.css */
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  /* line 10105, app/assets/stylesheets/adminkit/light.css */
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  /* line 10109, app/assets/stylesheets/adminkit/light.css */
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  /* line 10113, app/assets/stylesheets/adminkit/light.css */
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  /* line 10117, app/assets/stylesheets/adminkit/light.css */
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  /* line 10121, app/assets/stylesheets/adminkit/light.css */
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  /* line 10125, app/assets/stylesheets/adminkit/light.css */
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
  /* line 10129, app/assets/stylesheets/adminkit/light.css */
  .py-lg-7 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  /* line 10133, app/assets/stylesheets/adminkit/light.css */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 10136, app/assets/stylesheets/adminkit/light.css */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 10139, app/assets/stylesheets/adminkit/light.css */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10142, app/assets/stylesheets/adminkit/light.css */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 10145, app/assets/stylesheets/adminkit/light.css */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10148, app/assets/stylesheets/adminkit/light.css */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 10151, app/assets/stylesheets/adminkit/light.css */
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 10154, app/assets/stylesheets/adminkit/light.css */
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  /* line 10157, app/assets/stylesheets/adminkit/light.css */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 10160, app/assets/stylesheets/adminkit/light.css */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 10163, app/assets/stylesheets/adminkit/light.css */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10166, app/assets/stylesheets/adminkit/light.css */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 10169, app/assets/stylesheets/adminkit/light.css */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10172, app/assets/stylesheets/adminkit/light.css */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 10175, app/assets/stylesheets/adminkit/light.css */
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 10178, app/assets/stylesheets/adminkit/light.css */
  .pe-lg-7 {
    padding-right: 6rem !important;
  }
  /* line 10181, app/assets/stylesheets/adminkit/light.css */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 10184, app/assets/stylesheets/adminkit/light.css */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 10187, app/assets/stylesheets/adminkit/light.css */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10190, app/assets/stylesheets/adminkit/light.css */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10193, app/assets/stylesheets/adminkit/light.css */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10196, app/assets/stylesheets/adminkit/light.css */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10199, app/assets/stylesheets/adminkit/light.css */
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 10202, app/assets/stylesheets/adminkit/light.css */
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
  /* line 10205, app/assets/stylesheets/adminkit/light.css */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 10208, app/assets/stylesheets/adminkit/light.css */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10211, app/assets/stylesheets/adminkit/light.css */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10214, app/assets/stylesheets/adminkit/light.css */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 10217, app/assets/stylesheets/adminkit/light.css */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10220, app/assets/stylesheets/adminkit/light.css */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 10223, app/assets/stylesheets/adminkit/light.css */
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 10226, app/assets/stylesheets/adminkit/light.css */
  .ps-lg-7 {
    padding-left: 6rem !important;
  }
  /* line 10229, app/assets/stylesheets/adminkit/light.css */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 10232, app/assets/stylesheets/adminkit/light.css */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 10235, app/assets/stylesheets/adminkit/light.css */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 10238, app/assets/stylesheets/adminkit/light.css */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 10241, app/assets/stylesheets/adminkit/light.css */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 10244, app/assets/stylesheets/adminkit/light.css */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 10247, app/assets/stylesheets/adminkit/light.css */
  .gap-lg-6 {
    gap: 4.5rem !important;
  }
  /* line 10250, app/assets/stylesheets/adminkit/light.css */
  .gap-lg-7 {
    gap: 6rem !important;
  }
  /* line 10253, app/assets/stylesheets/adminkit/light.css */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 10256, app/assets/stylesheets/adminkit/light.css */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 10259, app/assets/stylesheets/adminkit/light.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 10264, app/assets/stylesheets/adminkit/light.css */
  .float-xl-start {
    float: left !important;
  }
  /* line 10267, app/assets/stylesheets/adminkit/light.css */
  .float-xl-end {
    float: right !important;
  }
  /* line 10270, app/assets/stylesheets/adminkit/light.css */
  .float-xl-none {
    float: none !important;
  }
  /* line 10273, app/assets/stylesheets/adminkit/light.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 10276, app/assets/stylesheets/adminkit/light.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 10279, app/assets/stylesheets/adminkit/light.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 10282, app/assets/stylesheets/adminkit/light.css */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 10285, app/assets/stylesheets/adminkit/light.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 10288, app/assets/stylesheets/adminkit/light.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 10291, app/assets/stylesheets/adminkit/light.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 10294, app/assets/stylesheets/adminkit/light.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 10297, app/assets/stylesheets/adminkit/light.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 10300, app/assets/stylesheets/adminkit/light.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 10303, app/assets/stylesheets/adminkit/light.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 10306, app/assets/stylesheets/adminkit/light.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 10309, app/assets/stylesheets/adminkit/light.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 10312, app/assets/stylesheets/adminkit/light.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 10315, app/assets/stylesheets/adminkit/light.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 10318, app/assets/stylesheets/adminkit/light.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 10321, app/assets/stylesheets/adminkit/light.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 10324, app/assets/stylesheets/adminkit/light.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 10327, app/assets/stylesheets/adminkit/light.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 10330, app/assets/stylesheets/adminkit/light.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 10333, app/assets/stylesheets/adminkit/light.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 10336, app/assets/stylesheets/adminkit/light.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 10339, app/assets/stylesheets/adminkit/light.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 10342, app/assets/stylesheets/adminkit/light.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 10345, app/assets/stylesheets/adminkit/light.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 10348, app/assets/stylesheets/adminkit/light.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 10351, app/assets/stylesheets/adminkit/light.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 10354, app/assets/stylesheets/adminkit/light.css */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 10357, app/assets/stylesheets/adminkit/light.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 10360, app/assets/stylesheets/adminkit/light.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 10363, app/assets/stylesheets/adminkit/light.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 10366, app/assets/stylesheets/adminkit/light.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 10369, app/assets/stylesheets/adminkit/light.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 10372, app/assets/stylesheets/adminkit/light.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 10375, app/assets/stylesheets/adminkit/light.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 10378, app/assets/stylesheets/adminkit/light.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 10381, app/assets/stylesheets/adminkit/light.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 10384, app/assets/stylesheets/adminkit/light.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 10387, app/assets/stylesheets/adminkit/light.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 10390, app/assets/stylesheets/adminkit/light.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 10393, app/assets/stylesheets/adminkit/light.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 10396, app/assets/stylesheets/adminkit/light.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 10399, app/assets/stylesheets/adminkit/light.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 10402, app/assets/stylesheets/adminkit/light.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 10405, app/assets/stylesheets/adminkit/light.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 10408, app/assets/stylesheets/adminkit/light.css */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 10411, app/assets/stylesheets/adminkit/light.css */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 10414, app/assets/stylesheets/adminkit/light.css */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 10417, app/assets/stylesheets/adminkit/light.css */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 10420, app/assets/stylesheets/adminkit/light.css */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 10423, app/assets/stylesheets/adminkit/light.css */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 10426, app/assets/stylesheets/adminkit/light.css */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 10429, app/assets/stylesheets/adminkit/light.css */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 10432, app/assets/stylesheets/adminkit/light.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 10435, app/assets/stylesheets/adminkit/light.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 10438, app/assets/stylesheets/adminkit/light.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 10441, app/assets/stylesheets/adminkit/light.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 10444, app/assets/stylesheets/adminkit/light.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 10447, app/assets/stylesheets/adminkit/light.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 10450, app/assets/stylesheets/adminkit/light.css */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 10453, app/assets/stylesheets/adminkit/light.css */
  .m-xl-7 {
    margin: 6rem !important;
  }
  /* line 10456, app/assets/stylesheets/adminkit/light.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 10459, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 10463, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  /* line 10467, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 10471, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 10475, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 10479, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 10483, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  /* line 10487, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  /* line 10491, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 10495, app/assets/stylesheets/adminkit/light.css */
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  /* line 10499, app/assets/stylesheets/adminkit/light.css */
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  /* line 10503, app/assets/stylesheets/adminkit/light.css */
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  /* line 10507, app/assets/stylesheets/adminkit/light.css */
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  /* line 10511, app/assets/stylesheets/adminkit/light.css */
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  /* line 10515, app/assets/stylesheets/adminkit/light.css */
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  /* line 10519, app/assets/stylesheets/adminkit/light.css */
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
  /* line 10523, app/assets/stylesheets/adminkit/light.css */
  .my-xl-7 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  /* line 10527, app/assets/stylesheets/adminkit/light.css */
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  /* line 10531, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 10534, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 10537, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 10540, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 10543, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 10546, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 10549, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 10552, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-7 {
    margin-top: 6rem !important;
  }
  /* line 10555, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 10558, app/assets/stylesheets/adminkit/light.css */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 10561, app/assets/stylesheets/adminkit/light.css */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 10564, app/assets/stylesheets/adminkit/light.css */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 10567, app/assets/stylesheets/adminkit/light.css */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 10570, app/assets/stylesheets/adminkit/light.css */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10573, app/assets/stylesheets/adminkit/light.css */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 10576, app/assets/stylesheets/adminkit/light.css */
  .me-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 10579, app/assets/stylesheets/adminkit/light.css */
  .me-xl-7 {
    margin-right: 6rem !important;
  }
  /* line 10582, app/assets/stylesheets/adminkit/light.css */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 10585, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 10588, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 10591, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 10594, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 10597, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10600, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 10603, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 10606, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }
  /* line 10609, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 10612, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 10615, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 10618, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 10621, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 10624, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10627, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 10630, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 10633, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-7 {
    margin-left: 6rem !important;
  }
  /* line 10636, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 10639, app/assets/stylesheets/adminkit/light.css */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 10642, app/assets/stylesheets/adminkit/light.css */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 10645, app/assets/stylesheets/adminkit/light.css */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 10648, app/assets/stylesheets/adminkit/light.css */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 10651, app/assets/stylesheets/adminkit/light.css */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 10654, app/assets/stylesheets/adminkit/light.css */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 10657, app/assets/stylesheets/adminkit/light.css */
  .m-xl-n7 {
    margin: -6rem !important;
  }
  /* line 10660, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 10664, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 10668, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 10672, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 10676, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 10680, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  /* line 10684, app/assets/stylesheets/adminkit/light.css */
  .mx-xl-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  /* line 10688, app/assets/stylesheets/adminkit/light.css */
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  /* line 10692, app/assets/stylesheets/adminkit/light.css */
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  /* line 10696, app/assets/stylesheets/adminkit/light.css */
  .my-xl-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  /* line 10700, app/assets/stylesheets/adminkit/light.css */
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  /* line 10704, app/assets/stylesheets/adminkit/light.css */
  .my-xl-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  /* line 10708, app/assets/stylesheets/adminkit/light.css */
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important;
  }
  /* line 10712, app/assets/stylesheets/adminkit/light.css */
  .my-xl-n7 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  /* line 10716, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 10719, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 10722, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 10725, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 10728, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 10731, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 10734, app/assets/stylesheets/adminkit/light.css */
  .mt-xl-n7 {
    margin-top: -6rem !important;
  }
  /* line 10737, app/assets/stylesheets/adminkit/light.css */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 10740, app/assets/stylesheets/adminkit/light.css */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 10743, app/assets/stylesheets/adminkit/light.css */
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 10746, app/assets/stylesheets/adminkit/light.css */
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 10749, app/assets/stylesheets/adminkit/light.css */
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 10752, app/assets/stylesheets/adminkit/light.css */
  .me-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 10755, app/assets/stylesheets/adminkit/light.css */
  .me-xl-n7 {
    margin-right: -6rem !important;
  }
  /* line 10758, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 10761, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 10764, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 10767, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10770, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 10773, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 10776, app/assets/stylesheets/adminkit/light.css */
  .mb-xl-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 10779, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 10782, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 10785, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 10788, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10791, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 10794, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 10797, app/assets/stylesheets/adminkit/light.css */
  .ms-xl-n7 {
    margin-left: -6rem !important;
  }
  /* line 10800, app/assets/stylesheets/adminkit/light.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 10803, app/assets/stylesheets/adminkit/light.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 10806, app/assets/stylesheets/adminkit/light.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 10809, app/assets/stylesheets/adminkit/light.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 10812, app/assets/stylesheets/adminkit/light.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 10815, app/assets/stylesheets/adminkit/light.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 10818, app/assets/stylesheets/adminkit/light.css */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 10821, app/assets/stylesheets/adminkit/light.css */
  .p-xl-7 {
    padding: 6rem !important;
  }
  /* line 10824, app/assets/stylesheets/adminkit/light.css */
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 10828, app/assets/stylesheets/adminkit/light.css */
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  /* line 10832, app/assets/stylesheets/adminkit/light.css */
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 10836, app/assets/stylesheets/adminkit/light.css */
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 10840, app/assets/stylesheets/adminkit/light.css */
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 10844, app/assets/stylesheets/adminkit/light.css */
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 10848, app/assets/stylesheets/adminkit/light.css */
  .px-xl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  /* line 10852, app/assets/stylesheets/adminkit/light.css */
  .px-xl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  /* line 10856, app/assets/stylesheets/adminkit/light.css */
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  /* line 10860, app/assets/stylesheets/adminkit/light.css */
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  /* line 10864, app/assets/stylesheets/adminkit/light.css */
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  /* line 10868, app/assets/stylesheets/adminkit/light.css */
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  /* line 10872, app/assets/stylesheets/adminkit/light.css */
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  /* line 10876, app/assets/stylesheets/adminkit/light.css */
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  /* line 10880, app/assets/stylesheets/adminkit/light.css */
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
  /* line 10884, app/assets/stylesheets/adminkit/light.css */
  .py-xl-7 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  /* line 10888, app/assets/stylesheets/adminkit/light.css */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 10891, app/assets/stylesheets/adminkit/light.css */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 10894, app/assets/stylesheets/adminkit/light.css */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10897, app/assets/stylesheets/adminkit/light.css */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 10900, app/assets/stylesheets/adminkit/light.css */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10903, app/assets/stylesheets/adminkit/light.css */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 10906, app/assets/stylesheets/adminkit/light.css */
  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 10909, app/assets/stylesheets/adminkit/light.css */
  .pt-xl-7 {
    padding-top: 6rem !important;
  }
  /* line 10912, app/assets/stylesheets/adminkit/light.css */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 10915, app/assets/stylesheets/adminkit/light.css */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 10918, app/assets/stylesheets/adminkit/light.css */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10921, app/assets/stylesheets/adminkit/light.css */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 10924, app/assets/stylesheets/adminkit/light.css */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10927, app/assets/stylesheets/adminkit/light.css */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 10930, app/assets/stylesheets/adminkit/light.css */
  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 10933, app/assets/stylesheets/adminkit/light.css */
  .pe-xl-7 {
    padding-right: 6rem !important;
  }
  /* line 10936, app/assets/stylesheets/adminkit/light.css */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 10939, app/assets/stylesheets/adminkit/light.css */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 10942, app/assets/stylesheets/adminkit/light.css */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10945, app/assets/stylesheets/adminkit/light.css */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10948, app/assets/stylesheets/adminkit/light.css */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10951, app/assets/stylesheets/adminkit/light.css */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10954, app/assets/stylesheets/adminkit/light.css */
  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 10957, app/assets/stylesheets/adminkit/light.css */
  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }
  /* line 10960, app/assets/stylesheets/adminkit/light.css */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 10963, app/assets/stylesheets/adminkit/light.css */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10966, app/assets/stylesheets/adminkit/light.css */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10969, app/assets/stylesheets/adminkit/light.css */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 10972, app/assets/stylesheets/adminkit/light.css */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10975, app/assets/stylesheets/adminkit/light.css */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 10978, app/assets/stylesheets/adminkit/light.css */
  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 10981, app/assets/stylesheets/adminkit/light.css */
  .ps-xl-7 {
    padding-left: 6rem !important;
  }
  /* line 10984, app/assets/stylesheets/adminkit/light.css */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 10987, app/assets/stylesheets/adminkit/light.css */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 10990, app/assets/stylesheets/adminkit/light.css */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 10993, app/assets/stylesheets/adminkit/light.css */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 10996, app/assets/stylesheets/adminkit/light.css */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 10999, app/assets/stylesheets/adminkit/light.css */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 11002, app/assets/stylesheets/adminkit/light.css */
  .gap-xl-6 {
    gap: 4.5rem !important;
  }
  /* line 11005, app/assets/stylesheets/adminkit/light.css */
  .gap-xl-7 {
    gap: 6rem !important;
  }
  /* line 11008, app/assets/stylesheets/adminkit/light.css */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 11011, app/assets/stylesheets/adminkit/light.css */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 11014, app/assets/stylesheets/adminkit/light.css */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  /* line 11019, app/assets/stylesheets/adminkit/light.css */
  .float-xxl-start {
    float: left !important;
  }
  /* line 11022, app/assets/stylesheets/adminkit/light.css */
  .float-xxl-end {
    float: right !important;
  }
  /* line 11025, app/assets/stylesheets/adminkit/light.css */
  .float-xxl-none {
    float: none !important;
  }
  /* line 11028, app/assets/stylesheets/adminkit/light.css */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 11031, app/assets/stylesheets/adminkit/light.css */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 11034, app/assets/stylesheets/adminkit/light.css */
  .d-xxl-block {
    display: block !important;
  }
  /* line 11037, app/assets/stylesheets/adminkit/light.css */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 11040, app/assets/stylesheets/adminkit/light.css */
  .d-xxl-table {
    display: table !important;
  }
  /* line 11043, app/assets/stylesheets/adminkit/light.css */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 11046, app/assets/stylesheets/adminkit/light.css */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 11049, app/assets/stylesheets/adminkit/light.css */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 11052, app/assets/stylesheets/adminkit/light.css */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 11055, app/assets/stylesheets/adminkit/light.css */
  .d-xxl-none {
    display: none !important;
  }
  /* line 11058, app/assets/stylesheets/adminkit/light.css */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 11061, app/assets/stylesheets/adminkit/light.css */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 11064, app/assets/stylesheets/adminkit/light.css */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 11067, app/assets/stylesheets/adminkit/light.css */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 11070, app/assets/stylesheets/adminkit/light.css */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 11073, app/assets/stylesheets/adminkit/light.css */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 11076, app/assets/stylesheets/adminkit/light.css */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 11079, app/assets/stylesheets/adminkit/light.css */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 11082, app/assets/stylesheets/adminkit/light.css */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 11085, app/assets/stylesheets/adminkit/light.css */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 11088, app/assets/stylesheets/adminkit/light.css */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 11091, app/assets/stylesheets/adminkit/light.css */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 11094, app/assets/stylesheets/adminkit/light.css */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 11097, app/assets/stylesheets/adminkit/light.css */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 11100, app/assets/stylesheets/adminkit/light.css */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 11103, app/assets/stylesheets/adminkit/light.css */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 11106, app/assets/stylesheets/adminkit/light.css */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 11109, app/assets/stylesheets/adminkit/light.css */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 11112, app/assets/stylesheets/adminkit/light.css */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 11115, app/assets/stylesheets/adminkit/light.css */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 11118, app/assets/stylesheets/adminkit/light.css */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 11121, app/assets/stylesheets/adminkit/light.css */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 11124, app/assets/stylesheets/adminkit/light.css */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 11127, app/assets/stylesheets/adminkit/light.css */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 11130, app/assets/stylesheets/adminkit/light.css */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 11133, app/assets/stylesheets/adminkit/light.css */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 11136, app/assets/stylesheets/adminkit/light.css */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 11139, app/assets/stylesheets/adminkit/light.css */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 11142, app/assets/stylesheets/adminkit/light.css */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 11145, app/assets/stylesheets/adminkit/light.css */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 11148, app/assets/stylesheets/adminkit/light.css */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 11151, app/assets/stylesheets/adminkit/light.css */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 11154, app/assets/stylesheets/adminkit/light.css */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 11157, app/assets/stylesheets/adminkit/light.css */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 11160, app/assets/stylesheets/adminkit/light.css */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 11163, app/assets/stylesheets/adminkit/light.css */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 11166, app/assets/stylesheets/adminkit/light.css */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 11169, app/assets/stylesheets/adminkit/light.css */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 11172, app/assets/stylesheets/adminkit/light.css */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 11175, app/assets/stylesheets/adminkit/light.css */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 11178, app/assets/stylesheets/adminkit/light.css */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 11181, app/assets/stylesheets/adminkit/light.css */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 11184, app/assets/stylesheets/adminkit/light.css */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 11187, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 11190, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 11193, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 11196, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 11199, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 11202, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 11205, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  /* line 11208, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-7 {
    margin: 6rem !important;
  }
  /* line 11211, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 11214, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 11218, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  /* line 11222, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 11226, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 11230, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 11234, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 11238, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  /* line 11242, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  /* line 11246, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 11250, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  /* line 11254, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  /* line 11258, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  /* line 11262, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  /* line 11266, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  /* line 11270, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  /* line 11274, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-6 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
  /* line 11278, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-7 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  /* line 11282, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  /* line 11286, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 11289, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 11292, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 11295, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 11298, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 11301, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 11304, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 11307, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-7 {
    margin-top: 6rem !important;
  }
  /* line 11310, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 11313, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 11316, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 11319, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 11322, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 11325, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 11328, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 11331, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 11334, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-7 {
    margin-right: 6rem !important;
  }
  /* line 11337, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 11340, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 11343, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 11346, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 11349, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 11352, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 11355, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 11358, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 11361, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }
  /* line 11364, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 11367, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 11370, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11373, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11376, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 11379, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11382, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 11385, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11388, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-7 {
    margin-left: 6rem !important;
  }
  /* line 11391, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 11394, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 11397, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 11400, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 11403, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 11406, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  /* line 11409, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-n6 {
    margin: -4.5rem !important;
  }
  /* line 11412, app/assets/stylesheets/adminkit/light.css */
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  /* line 11415, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 11419, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 11423, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 11427, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 11431, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 11435, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  /* line 11439, app/assets/stylesheets/adminkit/light.css */
  .mx-xxl-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  /* line 11443, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  /* line 11447, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  /* line 11451, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  /* line 11455, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  /* line 11459, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  /* line 11463, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-n6 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important;
  }
  /* line 11467, app/assets/stylesheets/adminkit/light.css */
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  /* line 11471, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 11474, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 11477, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 11480, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 11483, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 11486, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 11489, app/assets/stylesheets/adminkit/light.css */
  .mt-xxl-n7 {
    margin-top: -6rem !important;
  }
  /* line 11492, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 11495, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 11498, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 11501, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 11504, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 11507, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 11510, app/assets/stylesheets/adminkit/light.css */
  .me-xxl-n7 {
    margin-right: -6rem !important;
  }
  /* line 11513, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 11516, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 11519, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 11522, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 11525, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 11528, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 11531, app/assets/stylesheets/adminkit/light.css */
  .mb-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 11534, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 11537, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 11540, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 11543, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 11546, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 11549, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 11552, app/assets/stylesheets/adminkit/light.css */
  .ms-xxl-n7 {
    margin-left: -6rem !important;
  }
  /* line 11555, app/assets/stylesheets/adminkit/light.css */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 11558, app/assets/stylesheets/adminkit/light.css */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 11561, app/assets/stylesheets/adminkit/light.css */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 11564, app/assets/stylesheets/adminkit/light.css */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 11567, app/assets/stylesheets/adminkit/light.css */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 11570, app/assets/stylesheets/adminkit/light.css */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 11573, app/assets/stylesheets/adminkit/light.css */
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  /* line 11576, app/assets/stylesheets/adminkit/light.css */
  .p-xxl-7 {
    padding: 6rem !important;
  }
  /* line 11579, app/assets/stylesheets/adminkit/light.css */
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 11583, app/assets/stylesheets/adminkit/light.css */
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  /* line 11587, app/assets/stylesheets/adminkit/light.css */
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 11591, app/assets/stylesheets/adminkit/light.css */
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 11595, app/assets/stylesheets/adminkit/light.css */
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 11599, app/assets/stylesheets/adminkit/light.css */
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 11603, app/assets/stylesheets/adminkit/light.css */
  .px-xxl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  /* line 11607, app/assets/stylesheets/adminkit/light.css */
  .px-xxl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  /* line 11611, app/assets/stylesheets/adminkit/light.css */
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  /* line 11615, app/assets/stylesheets/adminkit/light.css */
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  /* line 11619, app/assets/stylesheets/adminkit/light.css */
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  /* line 11623, app/assets/stylesheets/adminkit/light.css */
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  /* line 11627, app/assets/stylesheets/adminkit/light.css */
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  /* line 11631, app/assets/stylesheets/adminkit/light.css */
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  /* line 11635, app/assets/stylesheets/adminkit/light.css */
  .py-xxl-6 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
  /* line 11639, app/assets/stylesheets/adminkit/light.css */
  .py-xxl-7 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  /* line 11643, app/assets/stylesheets/adminkit/light.css */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 11646, app/assets/stylesheets/adminkit/light.css */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 11649, app/assets/stylesheets/adminkit/light.css */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 11652, app/assets/stylesheets/adminkit/light.css */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 11655, app/assets/stylesheets/adminkit/light.css */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 11658, app/assets/stylesheets/adminkit/light.css */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 11661, app/assets/stylesheets/adminkit/light.css */
  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 11664, app/assets/stylesheets/adminkit/light.css */
  .pt-xxl-7 {
    padding-top: 6rem !important;
  }
  /* line 11667, app/assets/stylesheets/adminkit/light.css */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 11670, app/assets/stylesheets/adminkit/light.css */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 11673, app/assets/stylesheets/adminkit/light.css */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 11676, app/assets/stylesheets/adminkit/light.css */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 11679, app/assets/stylesheets/adminkit/light.css */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 11682, app/assets/stylesheets/adminkit/light.css */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 11685, app/assets/stylesheets/adminkit/light.css */
  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 11688, app/assets/stylesheets/adminkit/light.css */
  .pe-xxl-7 {
    padding-right: 6rem !important;
  }
  /* line 11691, app/assets/stylesheets/adminkit/light.css */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 11694, app/assets/stylesheets/adminkit/light.css */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 11697, app/assets/stylesheets/adminkit/light.css */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 11700, app/assets/stylesheets/adminkit/light.css */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 11703, app/assets/stylesheets/adminkit/light.css */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 11706, app/assets/stylesheets/adminkit/light.css */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 11709, app/assets/stylesheets/adminkit/light.css */
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 11712, app/assets/stylesheets/adminkit/light.css */
  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }
  /* line 11715, app/assets/stylesheets/adminkit/light.css */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 11718, app/assets/stylesheets/adminkit/light.css */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11721, app/assets/stylesheets/adminkit/light.css */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11724, app/assets/stylesheets/adminkit/light.css */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 11727, app/assets/stylesheets/adminkit/light.css */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11730, app/assets/stylesheets/adminkit/light.css */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 11733, app/assets/stylesheets/adminkit/light.css */
  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11736, app/assets/stylesheets/adminkit/light.css */
  .ps-xxl-7 {
    padding-left: 6rem !important;
  }
  /* line 11739, app/assets/stylesheets/adminkit/light.css */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 11742, app/assets/stylesheets/adminkit/light.css */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 11745, app/assets/stylesheets/adminkit/light.css */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 11748, app/assets/stylesheets/adminkit/light.css */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 11751, app/assets/stylesheets/adminkit/light.css */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 11754, app/assets/stylesheets/adminkit/light.css */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 11757, app/assets/stylesheets/adminkit/light.css */
  .gap-xxl-6 {
    gap: 4.5rem !important;
  }
  /* line 11760, app/assets/stylesheets/adminkit/light.css */
  .gap-xxl-7 {
    gap: 6rem !important;
  }
  /* line 11763, app/assets/stylesheets/adminkit/light.css */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 11766, app/assets/stylesheets/adminkit/light.css */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 11769, app/assets/stylesheets/adminkit/light.css */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media print {
  /* line 11774, app/assets/stylesheets/adminkit/light.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 11777, app/assets/stylesheets/adminkit/light.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 11780, app/assets/stylesheets/adminkit/light.css */
  .d-print-block {
    display: block !important;
  }
  /* line 11783, app/assets/stylesheets/adminkit/light.css */
  .d-print-grid {
    display: grid !important;
  }
  /* line 11786, app/assets/stylesheets/adminkit/light.css */
  .d-print-table {
    display: table !important;
  }
  /* line 11789, app/assets/stylesheets/adminkit/light.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 11792, app/assets/stylesheets/adminkit/light.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 11795, app/assets/stylesheets/adminkit/light.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 11798, app/assets/stylesheets/adminkit/light.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 11801, app/assets/stylesheets/adminkit/light.css */
  .d-print-none {
    display: none !important;
  }
}

/* line 11805, app/assets/stylesheets/adminkit/light.css */
.accordion .card:not(:last-child) {
  margin-bottom: 0;
}

/* line 11808, app/assets/stylesheets/adminkit/light.css */
.accordion .card-header {
  border-bottom: 0;
}

/* line 11811, app/assets/stylesheets/adminkit/light.css */
.accordion .card-body {
  border-top: 1px solid transparent;
}

/* line 11814, app/assets/stylesheets/adminkit/light.css */
.accordion .card-title a {
  color: #495057;
}

/* line 11817, app/assets/stylesheets/adminkit/light.css */
.alert {
  display: flex;
  padding: 0;
}

/* line 11821, app/assets/stylesheets/adminkit/light.css */
.alert .close:focus,
.alert .close:hover {
  opacity: 1;
}

/* line 11825, app/assets/stylesheets/adminkit/light.css */
.alert-outline,
.alert-outline-coloured {
  background: #fff;
  color: #495057;
}

/* line 11830, app/assets/stylesheets/adminkit/light.css */
.alert-outline hr,
.alert-outline-coloured hr {
  border-top-color: #ced4da;
}

/* line 11834, app/assets/stylesheets/adminkit/light.css */
.alert-outline .close:focus,
.alert-outline .close:hover,
.alert-outline-coloured .close:focus,
.alert-outline-coloured .close:hover {
  color: #343a40;
}

/* line 11840, app/assets/stylesheets/adminkit/light.css */
.alert-outline .alert-message,
.alert-outline-coloured .alert-message {
  border: 1px solid #ced4da;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

/* line 11848, app/assets/stylesheets/adminkit/light.css */
.alert-outline .alert-message:not(:nth-child(2)),
.alert-outline-coloured .alert-message:not(:nth-child(2)) {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}

/* line 11854, app/assets/stylesheets/adminkit/light.css */
.alert-outline .alert-icon,
.alert-outline-coloured .alert-icon {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  color: #fff;
}

/* line 11860, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-primary .alert-icon,
.alert-outline.alert-primary .alert-icon {
  background-color: #3b7ddd;
}

/* line 11864, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-secondary .alert-icon,
.alert-outline.alert-secondary .alert-icon {
  background-color: #6c757d;
}

/* line 11868, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-success .alert-icon,
.alert-outline.alert-success .alert-icon {
  background-color: #1cbb8c;
}

/* line 11872, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-info .alert-icon,
.alert-outline.alert-info .alert-icon {
  background-color: #17a2b8;
}

/* line 11876, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-warning .alert-icon,
.alert-outline.alert-warning .alert-icon {
  background-color: #fcb92c;
}

/* line 11880, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-danger .alert-icon,
.alert-outline.alert-danger .alert-icon {
  background-color: #dc3545;
}

/* line 11884, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-light .alert-icon,
.alert-outline.alert-light .alert-icon {
  background-color: #f5f7fb;
}

/* line 11888, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-dark .alert-icon,
.alert-outline.alert-dark .alert-icon {
  background-color: #212529;
}

/* line 11892, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-primary .alert-message {
  border-color: #3b7ddd;
}

/* line 11895, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-secondary .alert-message {
  border-color: #6c757d;
}

/* line 11898, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-success .alert-message {
  border-color: #1cbb8c;
}

/* line 11901, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-info .alert-message {
  border-color: #17a2b8;
}

/* line 11904, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-warning .alert-message {
  border-color: #fcb92c;
}

/* line 11907, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-danger .alert-message {
  border-color: #dc3545;
}

/* line 11910, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-light .alert-message {
  border-color: #f5f7fb;
}

/* line 11913, app/assets/stylesheets/adminkit/light.css */
.alert-outline-coloured.alert-dark .alert-message {
  border-color: #212529;
}

/* line 11916, app/assets/stylesheets/adminkit/light.css */
.alert-icon {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.95rem;
}

/* line 11920, app/assets/stylesheets/adminkit/light.css */
.alert-message {
  box-sizing: border-box;
  padding: 0.95rem;
  width: 100%;
}

/* line 11925, app/assets/stylesheets/adminkit/light.css */
.avatar {
  height: 40px;
  width: 40px;
}

/* line 11929, app/assets/stylesheets/adminkit/light.css */
.avatar-lg {
  height: 64px;
  width: 64px;
}

/* line 11933, app/assets/stylesheets/adminkit/light.css */
.avatar-title {
  align-items: center;
  color: #3b7ddd;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* line 11941, app/assets/stylesheets/adminkit/light.css */
.badge,
a.badge {
  color: #fff;
}

/* line 11945, app/assets/stylesheets/adminkit/light.css */
.badge.bg-light,
a.badge.bg-light {
  color: #212529;
}

/* line 11949, app/assets/stylesheets/adminkit/light.css */
.badge-primary-light,
a.badge-primary-light {
  background-color: rgba(59, 125, 221, 0.15);
  color: color-yiq(rgba(59, 125, 221, 0.15));
  color: #3b7ddd;
}

/* line 11955, app/assets/stylesheets/adminkit/light.css */
.badge-primary-light:focus,
.badge-primary-light:hover,
aa.badge-primary-light:focus,
aa.badge-primary-light:hover {
  background-color: rgba(34, 100, 195, 0.15);
  color: color-yiq(rgba(59, 125, 221, 0.15));
}

/* line 11962, app/assets/stylesheets/adminkit/light.css */
.badge-primary-light.focus,
.badge-primary-light:focus,
aa.badge-primary-light.focus,
aa.badge-primary-light:focus {
  box-shadow: 0 0 0 1px rgba(59, 125, 221, 0.5);
  outline: 0;
}

/* line 11969, app/assets/stylesheets/adminkit/light.css */
.badge-secondary-light,
a.badge-secondary-light {
  background-color: rgba(109, 118, 126, 0.15);
  color: color-yiq(rgba(109, 118, 126, 0.15));
  color: #6c757d;
}

/* line 11975, app/assets/stylesheets/adminkit/light.css */
.badge-secondary-light:focus,
.badge-secondary-light:hover,
aa.badge-secondary-light:focus,
aa.badge-secondary-light:hover {
  background-color: rgba(84, 91, 98, 0.15);
  color: color-yiq(rgba(109, 118, 126, 0.15));
}

/* line 11982, app/assets/stylesheets/adminkit/light.css */
.badge-secondary-light.focus,
.badge-secondary-light:focus,
aa.badge-secondary-light.focus,
aa.badge-secondary-light:focus {
  box-shadow: 0 0 0 1px rgba(109, 118, 126, 0.5);
  outline: 0;
}

/* line 11989, app/assets/stylesheets/adminkit/light.css */
.badge-success-light,
a.badge-success-light {
  background-color: rgba(28, 187, 140, 0.15);
  color: color-yiq(rgba(28, 187, 140, 0.15));
  color: #1cbb8c;
}

/* line 11995, app/assets/stylesheets/adminkit/light.css */
.badge-success-light:focus,
.badge-success-light:hover,
aa.badge-success-light:focus,
aa.badge-success-light:hover {
  background-color: rgba(21, 143, 107, 0.15);
  color: color-yiq(rgba(28, 187, 140, 0.15));
}

/* line 12002, app/assets/stylesheets/adminkit/light.css */
.badge-success-light.focus,
.badge-success-light:focus,
aa.badge-success-light.focus,
aa.badge-success-light:focus {
  box-shadow: 0 0 0 1px rgba(28, 187, 140, 0.5);
  outline: 0;
}

/* line 12009, app/assets/stylesheets/adminkit/light.css */
.badge-info-light,
a.badge-info-light {
  background-color: rgba(23, 162, 184, 0.15);
  color: color-yiq(rgba(23, 162, 184, 0.15));
  color: #17a2b8;
}

/* line 12015, app/assets/stylesheets/adminkit/light.css */
.badge-info-light:focus,
.badge-info-light:hover,
aa.badge-info-light:focus,
aa.badge-info-light:hover {
  background-color: rgba(17, 122, 139, 0.15);
  color: color-yiq(rgba(23, 162, 184, 0.15));
}

/* line 12022, app/assets/stylesheets/adminkit/light.css */
.badge-info-light.focus,
.badge-info-light:focus,
aa.badge-info-light.focus,
aa.badge-info-light:focus {
  box-shadow: 0 0 0 1px rgba(23, 162, 184, 0.5);
  outline: 0;
}

/* line 12029, app/assets/stylesheets/adminkit/light.css */
.badge-warning-light,
a.badge-warning-light {
  background-color: rgba(252, 185, 44, 0.15);
  color: color-yiq(rgba(252, 185, 44, 0.15));
  color: #fcb92c;
}

/* line 12035, app/assets/stylesheets/adminkit/light.css */
.badge-warning-light:focus,
.badge-warning-light:hover,
aa.badge-warning-light:focus,
aa.badge-warning-light:hover {
  background-color: rgba(242, 165, 3, 0.15);
  color: color-yiq(rgba(252, 185, 44, 0.15));
}

/* line 12042, app/assets/stylesheets/adminkit/light.css */
.badge-warning-light.focus,
.badge-warning-light:focus,
aa.badge-warning-light.focus,
aa.badge-warning-light:focus {
  box-shadow: 0 0 0 1px rgba(252, 185, 44, 0.5);
  outline: 0;
}

/* line 12049, app/assets/stylesheets/adminkit/light.css */
.badge-danger-light,
a.badge-danger-light {
  background-color: rgba(220, 53, 69, 0.15);
  color: color-yiq(rgba(220, 53, 69, 0.15));
  color: #dc3545;
}

/* line 12055, app/assets/stylesheets/adminkit/light.css */
.badge-danger-light:focus,
.badge-danger-light:hover,
aa.badge-danger-light:focus,
aa.badge-danger-light:hover {
  background-color: rgba(189, 33, 48, 0.15);
  color: color-yiq(rgba(220, 53, 69, 0.15));
}

/* line 12062, app/assets/stylesheets/adminkit/light.css */
.badge-danger-light.focus,
.badge-danger-light:focus,
aa.badge-danger-light.focus,
aa.badge-danger-light:focus {
  box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.5);
  outline: 0;
}

/* line 12069, app/assets/stylesheets/adminkit/light.css */
.badge-light-light,
a.badge-light-light {
  background-color: rgba(245, 247, 251, 0.15);
  color: color-yiq(rgba(245, 247, 251, 0.15));
  color: #f5f7fb;
}

/* line 12075, app/assets/stylesheets/adminkit/light.css */
.badge-light-light:focus,
.badge-light-light:hover,
aa.badge-light-light:focus,
aa.badge-light-light:hover {
  background-color: rgba(209, 218, 236, 0.15);
  color: color-yiq(rgba(245, 247, 251, 0.15));
}

/* line 12082, app/assets/stylesheets/adminkit/light.css */
.badge-light-light.focus,
.badge-light-light:focus,
aa.badge-light-light.focus,
aa.badge-light-light:focus {
  box-shadow: 0 0 0 1px rgba(245, 247, 251, 0.5);
  outline: 0;
}

/* line 12089, app/assets/stylesheets/adminkit/light.css */
.badge-dark-light,
a.badge-dark-light {
  background-color: rgba(33, 37, 41, 0.15);
  color: color-yiq(rgba(33, 37, 41, 0.15));
  color: #212529;
}

/* line 12095, app/assets/stylesheets/adminkit/light.css */
.badge-dark-light:focus,
.badge-dark-light:hover,
aa.badge-dark-light:focus,
aa.badge-dark-light:hover {
  background-color: rgba(10, 12, 13, 0.15);
  color: color-yiq(rgba(33, 37, 41, 0.15));
}

/* line 12102, app/assets/stylesheets/adminkit/light.css */
.badge-dark-light.focus,
.badge-dark-light:focus,
aa.badge-dark-light.focus,
aa.badge-dark-light:focus {
  box-shadow: 0 0 0 1px rgba(33, 37, 41, 0.5);
  outline: 0;
}

/* line 12109, app/assets/stylesheets/adminkit/light.css */
.btn-pill {
  border-radius: 10rem;
}

/* line 12112, app/assets/stylesheets/adminkit/light.css */
.btn-square {
  border-radius: 0;
}

/* line 12115, app/assets/stylesheets/adminkit/light.css */
.btn .feather {
  height: 14px;
  width: 14px;
}

/* line 12119, app/assets/stylesheets/adminkit/light.css */
.btn-danger,
.btn-danger.disabled,
.btn-danger.focus,
.btn-danger.hover:not(:disabled):not(.disabled),
.btn-danger:disabled,
.btn-danger:focus,
.btn-danger:hover:not(:disabled):not(.disabled),
.btn-dark,
.btn-dark.disabled,
.btn-dark.focus,
.btn-dark.hover:not(:disabled):not(.disabled),
.btn-dark:disabled,
.btn-dark:focus,
.btn-dark:hover:not(:disabled):not(.disabled),
.btn-info,
.btn-info.disabled,
.btn-info.focus,
.btn-info.hover:not(:disabled):not(.disabled),
.btn-info:disabled,
.btn-info:focus,
.btn-info:hover:not(:disabled):not(.disabled),
.btn-light,
.btn-light.disabled,
.btn-light.focus,
.btn-light.hover:not(:disabled):not(.disabled),
.btn-light:disabled,
.btn-light:focus,
.btn-light:hover:not(:disabled):not(.disabled),
.btn-outline-danger.hover:not(:disabled):not(.disabled),
.btn-outline-danger:hover:not(:disabled):not(.disabled),
.btn-outline-danger.active:not(:disabled):not(.disabled),
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-dark.hover:not(:disabled):not(.disabled),
.btn-outline-dark:hover:not(:disabled):not(.disabled),
.btn-outline-dark.active:not(:disabled):not(.disabled),
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-info.hover:not(:disabled):not(.disabled),
.btn-outline-info:hover:not(:disabled):not(.disabled),
.btn-outline-info.active:not(:disabled):not(.disabled),
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-light.hover:not(:disabled):not(.disabled),
.btn-outline-light:hover:not(:disabled):not(.disabled),
.btn-outline-light.active:not(:disabled):not(.disabled),
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-primary.hover:not(:disabled):not(.disabled),
.btn-outline-primary:hover:not(:disabled):not(.disabled),
.btn-outline-primary.active:not(:disabled):not(.disabled),
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.hover:not(:disabled):not(.disabled),
.btn-outline-secondary:hover:not(:disabled):not(.disabled),
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-success.hover:not(:disabled):not(.disabled),
.btn-outline-success:hover:not(:disabled):not(.disabled),
.btn-outline-success.active:not(:disabled):not(.disabled),
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-warning.hover:not(:disabled):not(.disabled),
.btn-outline-warning:hover:not(:disabled):not(.disabled),
.btn-outline-warning.active:not(:disabled):not(.disabled),
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-primary,
.btn-primary.disabled,
.btn-primary.focus,
.btn-primary.hover:not(:disabled):not(.disabled),
.btn-primary:disabled,
.btn-primary:focus,
.btn-primary:hover:not(:disabled):not(.disabled),
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary.focus,
.btn-secondary.hover:not(:disabled):not(.disabled),
.btn-secondary:disabled,
.btn-secondary:focus,
.btn-secondary:hover:not(:disabled):not(.disabled),
.btn-success,
.btn-success.disabled,
.btn-success.focus,
.btn-success.hover:not(:disabled):not(.disabled),
.btn-success:disabled,
.btn-success:focus,
.btn-success:hover:not(:disabled):not(.disabled),
.btn-warning,
.btn-warning.disabled,
.btn-warning.focus,
.btn-warning.hover:not(:disabled):not(.disabled),
.btn-warning:disabled,
.btn-warning:focus,
.btn-warning:hover:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle,
.show > .btn-dark.dropdown-toggle,
.show > .btn-info.dropdown-toggle,
.show > .btn-light.dropdown-toggle,
.show > .btn-primary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-success.dropdown-toggle,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
}

/* line 12217, app/assets/stylesheets/adminkit/light.css */
.btn-facebook {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3b5998;
  --bs-btn-border-color: #3b5998;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #324c81;
  --bs-btn-hover-border-color: #2f477a;
  --bs-btn-focus-shadow-rgb: 88, 114, 167;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2f477a;
  --bs-btn-active-border-color: #2c4372;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3b5998;
  --bs-btn-disabled-border-color: #3b5998;
}

/* line 12233, app/assets/stylesheets/adminkit/light.css */
.btn-facebook,
.btn-facebook.disabled,
.btn-facebook.focus,
.btn-facebook.hover:not(:disabled):not(.disabled),
.btn-facebook:disabled,
.btn-facebook:focus,
.btn-facebook:hover:not(:disabled):not(.disabled),
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
}

/* line 12243, app/assets/stylesheets/adminkit/light.css */
.btn-twitter {
  --bs-btn-color: #000;
  --bs-btn-bg: #1da1f2;
  --bs-btn-border-color: #1da1f2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3faff4;
  --bs-btn-hover-border-color: #34aaf3;
  --bs-btn-focus-shadow-rgb: 25, 137, 206;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4ab4f5;
  --bs-btn-active-border-color: #34aaf3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #1da1f2;
  --bs-btn-disabled-border-color: #1da1f2;
}

/* line 12259, app/assets/stylesheets/adminkit/light.css */
.btn-twitter,
.btn-twitter.disabled,
.btn-twitter.focus,
.btn-twitter.hover:not(:disabled):not(.disabled),
.btn-twitter:disabled,
.btn-twitter:focus,
.btn-twitter:hover:not(:disabled):not(.disabled),
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
}

/* line 12269, app/assets/stylesheets/adminkit/light.css */
.btn-google {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc4e41;
  --bs-btn-border-color: #dc4e41;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb4237;
  --bs-btn-hover-border-color: #b03e34;
  --bs-btn-focus-shadow-rgb: 225, 105, 94;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b03e34;
  --bs-btn-active-border-color: #a53b31;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc4e41;
  --bs-btn-disabled-border-color: #dc4e41;
}

/* line 12285, app/assets/stylesheets/adminkit/light.css */
.btn-google,
.btn-google.disabled,
.btn-google.focus,
.btn-google.hover:not(:disabled):not(.disabled),
.btn-google:disabled,
.btn-google:focus,
.btn-google:hover:not(:disabled):not(.disabled),
.show > .btn-google.dropdown-toggle {
  color: #fff;
}

/* line 12295, app/assets/stylesheets/adminkit/light.css */
.btn-youtube {
  --bs-btn-color: #fff;
  --bs-btn-bg: red;
  --bs-btn-border-color: red;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d90000;
  --bs-btn-hover-border-color: #c00;
  --bs-btn-focus-shadow-rgb: 255, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c00;
  --bs-btn-active-border-color: #bf0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: red;
  --bs-btn-disabled-border-color: red;
}

/* line 12311, app/assets/stylesheets/adminkit/light.css */
.btn-youtube,
.btn-youtube.disabled,
.btn-youtube.focus,
.btn-youtube.hover:not(:disabled):not(.disabled),
.btn-youtube:disabled,
.btn-youtube:focus,
.btn-youtube:hover:not(:disabled):not(.disabled),
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
}

/* line 12321, app/assets/stylesheets/adminkit/light.css */
.btn-vimeo {
  --bs-btn-color: #000;
  --bs-btn-bg: #1ab7ea;
  --bs-btn-border-color: #1ab7ea;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3cc2ed;
  --bs-btn-hover-border-color: #31beec;
  --bs-btn-focus-shadow-rgb: 22, 156, 199;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #48c5ee;
  --bs-btn-active-border-color: #31beec;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #1ab7ea;
  --bs-btn-disabled-border-color: #1ab7ea;
}

/* line 12337, app/assets/stylesheets/adminkit/light.css */
.btn-vimeo,
.btn-vimeo.disabled,
.btn-vimeo.focus,
.btn-vimeo.hover:not(:disabled):not(.disabled),
.btn-vimeo:disabled,
.btn-vimeo:focus,
.btn-vimeo:hover:not(:disabled):not(.disabled),
.show > .btn-vimeo.dropdown-toggle {
  color: #fff;
}

/* line 12347, app/assets/stylesheets/adminkit/light.css */
.btn-dribbble {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ea4c89;
  --bs-btn-border-color: #ea4c89;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c74174;
  --bs-btn-hover-border-color: #bb3d6e;
  --bs-btn-focus-shadow-rgb: 237, 103, 155;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bb3d6e;
  --bs-btn-active-border-color: #b03967;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ea4c89;
  --bs-btn-disabled-border-color: #ea4c89;
}

/* line 12363, app/assets/stylesheets/adminkit/light.css */
.btn-dribbble,
.btn-dribbble.disabled,
.btn-dribbble.focus,
.btn-dribbble.hover:not(:disabled):not(.disabled),
.btn-dribbble:disabled,
.btn-dribbble:focus,
.btn-dribbble:hover:not(:disabled):not(.disabled),
.show > .btn-dribbble.dropdown-toggle {
  color: #fff;
}

/* line 12373, app/assets/stylesheets/adminkit/light.css */
.btn-github {
  --bs-btn-color: #fff;
  --bs-btn-bg: #181717;
  --bs-btn-border-color: #181717;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #141414;
  --bs-btn-hover-border-color: #131212;
  --bs-btn-focus-shadow-rgb: 59, 58, 58;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #131212;
  --bs-btn-active-border-color: #121111;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #181717;
  --bs-btn-disabled-border-color: #181717;
}

/* line 12389, app/assets/stylesheets/adminkit/light.css */
.btn-github,
.btn-github.disabled,
.btn-github.focus,
.btn-github.hover:not(:disabled):not(.disabled),
.btn-github:disabled,
.btn-github:focus,
.btn-github:hover:not(:disabled):not(.disabled),
.show > .btn-github.dropdown-toggle {
  color: #fff;
}

/* line 12399, app/assets/stylesheets/adminkit/light.css */
.btn-instagram {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e4405f;
  --bs-btn-border-color: #e4405f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c23651;
  --bs-btn-hover-border-color: #b6334c;
  --bs-btn-focus-shadow-rgb: 232, 93, 119;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b6334c;
  --bs-btn-active-border-color: #ab3047;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e4405f;
  --bs-btn-disabled-border-color: #e4405f;
}

/* line 12415, app/assets/stylesheets/adminkit/light.css */
.btn-instagram,
.btn-instagram.disabled,
.btn-instagram.focus,
.btn-instagram.hover:not(:disabled):not(.disabled),
.btn-instagram:disabled,
.btn-instagram:focus,
.btn-instagram:hover:not(:disabled):not(.disabled),
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
}

/* line 12425, app/assets/stylesheets/adminkit/light.css */
.btn-pinterest {
  --bs-btn-color: #fff;
  --bs-btn-bg: #bd081c;
  --bs-btn-border-color: #bd081c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a10718;
  --bs-btn-hover-border-color: #970616;
  --bs-btn-focus-shadow-rgb: 199, 45, 62;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #970616;
  --bs-btn-active-border-color: #8e0615;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bd081c;
  --bs-btn-disabled-border-color: #bd081c;
}

/* line 12441, app/assets/stylesheets/adminkit/light.css */
.btn-pinterest,
.btn-pinterest.disabled,
.btn-pinterest.focus,
.btn-pinterest.hover:not(:disabled):not(.disabled),
.btn-pinterest:disabled,
.btn-pinterest:focus,
.btn-pinterest:hover:not(:disabled):not(.disabled),
.show > .btn-pinterest.dropdown-toggle {
  color: #fff;
}

/* line 12451, app/assets/stylesheets/adminkit/light.css */
.btn-flickr {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0063dc;
  --bs-btn-border-color: #0063dc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0054bb;
  --bs-btn-hover-border-color: #004fb0;
  --bs-btn-focus-shadow-rgb: 38, 122, 225;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #004fb0;
  --bs-btn-active-border-color: #004aa5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0063dc;
  --bs-btn-disabled-border-color: #0063dc;
}

/* line 12467, app/assets/stylesheets/adminkit/light.css */
.btn-flickr,
.btn-flickr.disabled,
.btn-flickr.focus,
.btn-flickr.hover:not(:disabled):not(.disabled),
.btn-flickr:disabled,
.btn-flickr:focus,
.btn-flickr:hover:not(:disabled):not(.disabled),
.show > .btn-flickr.dropdown-toggle {
  color: #fff;
}

/* line 12477, app/assets/stylesheets/adminkit/light.css */
.btn-bitbucket {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0052cc;
  --bs-btn-border-color: #0052cc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0046ad;
  --bs-btn-hover-border-color: #0042a3;
  --bs-btn-focus-shadow-rgb: 38, 108, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0042a3;
  --bs-btn-active-border-color: #003e99;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0052cc;
  --bs-btn-disabled-border-color: #0052cc;
}

/* line 12493, app/assets/stylesheets/adminkit/light.css */
.btn-bitbucket,
.btn-bitbucket.disabled,
.btn-bitbucket.focus,
.btn-bitbucket.hover:not(:disabled):not(.disabled),
.btn-bitbucket:disabled,
.btn-bitbucket:focus,
.btn-bitbucket:hover:not(:disabled):not(.disabled),
.show > .btn-bitbucket.dropdown-toggle {
  color: #fff;
}

/* line 12503, app/assets/stylesheets/adminkit/light.css */
.btn-light,
.btn-light.disabled,
.btn-light.focus,
.btn-light.hover:not(:disabled):not(.disabled),
.btn-light:disabled,
.btn-light:focus,
.btn-light:hover:not(:disabled):not(.disabled),
.btn-outline-light.hover:not(:disabled):not(.disabled),
.btn-outline-light:hover:not(:disabled):not(.disabled),
.btn-outline-light.active:not(:disabled):not(.disabled),
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-white.hover:not(:disabled):not(.disabled),
.btn-outline-white:hover:not(:disabled):not(.disabled),
.btn-outline-white.active:not(:disabled):not(.disabled),
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-white,
.btn-white.disabled,
.btn-white.focus,
.btn-white.hover:not(:disabled):not(.disabled),
.btn-white:disabled,
.btn-white:focus,
.btn-white:hover:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle,
.show > .btn-white.dropdown-toggle {
  color: #343a40;
}

/* line 12529, app/assets/stylesheets/adminkit/light.css */
.card {
  box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, 0.05);
  margin-bottom: 24px;
}

/* line 12533, app/assets/stylesheets/adminkit/light.css */
.card-header {
  border-bottom-width: 1px;
}

/* line 12536, app/assets/stylesheets/adminkit/light.css */
.card-actions a {
  color: #495057;
  text-decoration: none;
}

/* line 12540, app/assets/stylesheets/adminkit/light.css */
.card-actions svg {
  height: 18px;
  width: 18px;
}

/* line 12544, app/assets/stylesheets/adminkit/light.css */
.card-actions .dropdown {
  line-height: 1.4;
}

/* line 12547, app/assets/stylesheets/adminkit/light.css */
.card-title {
  color: #939ba2;
  font-size: 0.925rem;
  font-weight: 600;
}

/* line 12552, app/assets/stylesheets/adminkit/light.css */
.card-subtitle {
  font-weight: 400;
}

/* line 12555, app/assets/stylesheets/adminkit/light.css */
.card-img,
.card-img-bottom,
.card-img-top {
  height: auto;
  max-width: 100%;
}

@media (-ms-high-contrast: none) {
  /* line 12562, app/assets/stylesheets/adminkit/light.css */
  .card-img,
.card-img-bottom,
.card-img-top {
    height: 100%;
  }
}

/* line 12568, app/assets/stylesheets/adminkit/light.css */
.card > .table > tbody tr:last-child td:first-child,
.card > .table > tbody tr:last-child th:first-child {
  border-bottom-left-radius: 0.25rem;
}

/* line 12572, app/assets/stylesheets/adminkit/light.css */
.card > .table > tbody tr:last-child td:last-child,
.card > .table > tbody tr:last-child th:last-child {
  border-bottom-right-radius: 0.25rem;
}

/* line 12576, app/assets/stylesheets/adminkit/light.css */
.chart {
  margin: auto;
  min-height: 300px;
  position: relative;
  width: 100%;
}

/* line 12582, app/assets/stylesheets/adminkit/light.css */
.chart-xs {
  min-height: 150px;
}

/* line 12585, app/assets/stylesheets/adminkit/light.css */
.chart-sm {
  min-height: 250px;
}

/* line 12588, app/assets/stylesheets/adminkit/light.css */
.chart-lg {
  min-height: 350px;
}

/* line 12591, app/assets/stylesheets/adminkit/light.css */
.chart-xl {
  min-height: 500px;
}

/* line 12594, app/assets/stylesheets/adminkit/light.css */
.chart canvas {
  max-width: 100%;
}

/* line 12597, app/assets/stylesheets/adminkit/light.css */
.chat-online {
  color: #2bdfaa;
}

/* line 12600, app/assets/stylesheets/adminkit/light.css */
.chat-offline {
  color: #e4606d;
}

/* line 12603, app/assets/stylesheets/adminkit/light.css */
.chat-messages {
  display: flex;
  flex-direction: column;
  max-height: 800px;
  overflow-y: scroll;
}

/* line 12609, app/assets/stylesheets/adminkit/light.css */
.chat-message-left,
.chat-message-right {
  display: flex;
  flex-shrink: 0;
}

/* line 12614, app/assets/stylesheets/adminkit/light.css */
.chat-message-left {
  margin-right: auto;
}

/* line 12617, app/assets/stylesheets/adminkit/light.css */
.chat-message-right {
  flex-direction: row-reverse;
  margin-left: auto;
}

/* line 12621, app/assets/stylesheets/adminkit/light.css */
.content {
  direction: ltr;
  flex: 1;
  max-width: 100vw;
  padding: 1.5rem 1.5rem 0.75rem;
  width: 100vw;
}

@media (min-width: 768px) {
  /* line 12629, app/assets/stylesheets/adminkit/light.css */
  .content {
    max-width: auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  /* line 12635, app/assets/stylesheets/adminkit/light.css */
  .content {
    padding: 3rem 3rem 1.5rem;
  }
}

/* line 12639, app/assets/stylesheets/adminkit/light.css */
.navbar-nav .dropdown-menu {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
}

/* line 12642, app/assets/stylesheets/adminkit/light.css */
.dropdown .dropdown-menu.show {
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: dropdownAnimation;
  animation-timing-function: ease;
}

@keyframes dropdownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}

/* line 12674, app/assets/stylesheets/adminkit/light.css */
.dropdown-toggle:after {
  border: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
}

/* line 12681, app/assets/stylesheets/adminkit/light.css */
.dropdown-item {
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}

/* line 12684, app/assets/stylesheets/adminkit/light.css */
.dropdown-menu {
  top: auto;
}

/* line 12687, app/assets/stylesheets/adminkit/light.css */
.dropdown-menu-lg {
  min-width: 20rem;
}

/* line 12690, app/assets/stylesheets/adminkit/light.css */
.dropdown .list-group .list-group-item {
  border-width: 0 0 1px;
  margin-bottom: 0;
}

/* line 12694, app/assets/stylesheets/adminkit/light.css */
.dropdown .list-group .list-group-item:first-child,
.dropdown .list-group .list-group-item:last-child {
  border-radius: 0;
}

/* line 12698, app/assets/stylesheets/adminkit/light.css */
.dropdown .list-group .list-group-item:hover {
  background: #f8f9fa;
}

/* line 12701, app/assets/stylesheets/adminkit/light.css */
.dropdown-menu-header {
  border-bottom: 1px solid #dee2e6;
  font-weight: 600;
  padding: 0.75rem;
  text-align: center;
}

/* line 12707, app/assets/stylesheets/adminkit/light.css */
.dropdown-menu-footer {
  display: block;
  font-size: 0.75rem;
  padding: 0.5rem;
  text-align: center;
}

@media (min-width: 1200px) {
  /* line 12714, app/assets/stylesheets/adminkit/light.css */
  .dropdown-mega-list {
    min-width: 250px;
  }
}

/* line 12718, app/assets/stylesheets/adminkit/light.css */
.feather {
  stroke-width: 2;
  height: 18px;
  width: 18px;
}

/* line 12723, app/assets/stylesheets/adminkit/light.css */
.feather-sm {
  height: 14px;
  width: 14px;
}

/* line 12727, app/assets/stylesheets/adminkit/light.css */
.feather-lg {
  height: 36px;
  width: 36px;
}

/* line 12731, app/assets/stylesheets/adminkit/light.css */
footer.footer {
  background: #fff;
  direction: ltr;
  padding: 1rem 0.875rem;
}

/* line 12736, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] footer.footer {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), #fff 3%, #fff);
}

/* line 12739, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] footer.footer,
body[data-theme="dark"] footer.footer {
  background: #fff;
}

/* line 12743, app/assets/stylesheets/adminkit/light.css */
footer.footer ul {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  /* line 12747, app/assets/stylesheets/adminkit/light.css */
  footer.footer {
    width: 100vw;
  }
}

/* line 12751, app/assets/stylesheets/adminkit/light.css */
.input-group-navbar {
  direction: ltr;
}

/* line 12754, app/assets/stylesheets/adminkit/light.css */
.input-group-navbar .btn,
.input-group-navbar .form-control {
  background: #f3f6fa;
  border: 0;
  border-radius: 20px;
  box-shadow: none;
  height: calc(2.1875rem + 2px);
  padding: 0.4rem 1rem;
}

/* line 12763, app/assets/stylesheets/adminkit/light.css */
.input-group-navbar .btn:focus,
.input-group-navbar .form-control:focus {
  background: #f3f6fa;
  box-shadow: none;
  outline: 0;
}

/* line 12769, app/assets/stylesheets/adminkit/light.css */
.input-group-navbar .btn {
  color: #6c757d;
}

/* line 12772, app/assets/stylesheets/adminkit/light.css */
.input-group-navbar .btn .feather {
  height: 20px;
  width: 20px;
}

/* line 12776, app/assets/stylesheets/adminkit/light.css */
.input-group-sm > .form-select {
  padding-right: 1.8rem;
}

/* line 12779, app/assets/stylesheets/adminkit/light.css */
.hamburger,
.hamburger:after,
.hamburger:before {
  background: #495057;
  border-radius: 1px;
  content: "";
  cursor: pointer;
  display: block;
  height: 3px;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  width: 24px;
}

/* line 12791, app/assets/stylesheets/adminkit/light.css */
.hamburger {
  position: relative;
}

/* line 12794, app/assets/stylesheets/adminkit/light.css */
.hamburger:before {
  position: absolute;
  top: -7.5px;
  width: 24px;
}

/* line 12799, app/assets/stylesheets/adminkit/light.css */
.hamburger:after {
  bottom: -7.5px;
  position: absolute;
  width: 16px;
}

/* line 12804, app/assets/stylesheets/adminkit/light.css */
.sidebar-toggle:hover .hamburger,
.sidebar-toggle:hover .hamburger:after,
.sidebar-toggle:hover .hamburger:before {
  background: #3b7ddd;
}

/* line 12809, app/assets/stylesheets/adminkit/light.css */
.hamburger-right,
.hamburger-right:after,
.hamburger-right:before {
  right: 0;
}

/* line 12814, app/assets/stylesheets/adminkit/light.css */
a.list-group-item {
  text-decoration: none;
}

/* line 12817, app/assets/stylesheets/adminkit/light.css */
.main {
  background: #f5f7fb;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 0;
  overflow: hidden;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  width: 100%;
}

/* line 12829, app/assets/stylesheets/adminkit/light.css */
.modal-primary .modal-content {
  background: #3b7ddd;
  color: color-yiq(#3b7ddd);
}

/* line 12833, app/assets/stylesheets/adminkit/light.css */
.modal-primary .h1,
.modal-primary .h2,
.modal-primary .h3,
.modal-primary .h4,
.modal-primary .h5,
.modal-primary .h6,
.modal-primary h1,
.modal-primary h2,
.modal-primary h3,
.modal-primary h4,
.modal-primary h5,
.modal-primary h6 {
  color: #fff;
}

/* line 12847, app/assets/stylesheets/adminkit/light.css */
.modal-secondary .modal-content {
  background: #6c757d;
  color: color-yiq(#6c757d);
}

/* line 12851, app/assets/stylesheets/adminkit/light.css */
.modal-secondary .h1,
.modal-secondary .h2,
.modal-secondary .h3,
.modal-secondary .h4,
.modal-secondary .h5,
.modal-secondary .h6,
.modal-secondary h1,
.modal-secondary h2,
.modal-secondary h3,
.modal-secondary h4,
.modal-secondary h5,
.modal-secondary h6 {
  color: #fff;
}

/* line 12865, app/assets/stylesheets/adminkit/light.css */
.modal-success .modal-content {
  background: #1cbb8c;
  color: color-yiq(#1cbb8c);
}

/* line 12869, app/assets/stylesheets/adminkit/light.css */
.modal-success .h1,
.modal-success .h2,
.modal-success .h3,
.modal-success .h4,
.modal-success .h5,
.modal-success .h6,
.modal-success h1,
.modal-success h2,
.modal-success h3,
.modal-success h4,
.modal-success h5,
.modal-success h6 {
  color: #fff;
}

/* line 12883, app/assets/stylesheets/adminkit/light.css */
.modal-info .modal-content {
  background: #17a2b8;
  color: color-yiq(#17a2b8);
}

/* line 12887, app/assets/stylesheets/adminkit/light.css */
.modal-info .h1,
.modal-info .h2,
.modal-info .h3,
.modal-info .h4,
.modal-info .h5,
.modal-info .h6,
.modal-info h1,
.modal-info h2,
.modal-info h3,
.modal-info h4,
.modal-info h5,
.modal-info h6 {
  color: #fff;
}

/* line 12901, app/assets/stylesheets/adminkit/light.css */
.modal-warning .modal-content {
  background: #fcb92c;
  color: color-yiq(#fcb92c);
}

/* line 12905, app/assets/stylesheets/adminkit/light.css */
.modal-warning .h1,
.modal-warning .h2,
.modal-warning .h3,
.modal-warning .h4,
.modal-warning .h5,
.modal-warning .h6,
.modal-warning h1,
.modal-warning h2,
.modal-warning h3,
.modal-warning h4,
.modal-warning h5,
.modal-warning h6 {
  color: #fff;
}

/* line 12919, app/assets/stylesheets/adminkit/light.css */
.modal-danger .modal-content {
  background: #dc3545;
  color: color-yiq(#dc3545);
}

/* line 12923, app/assets/stylesheets/adminkit/light.css */
.modal-danger .h1,
.modal-danger .h2,
.modal-danger .h3,
.modal-danger .h4,
.modal-danger .h5,
.modal-danger .h6,
.modal-danger h1,
.modal-danger h2,
.modal-danger h3,
.modal-danger h4,
.modal-danger h5,
.modal-danger h6 {
  color: #fff;
}

/* line 12937, app/assets/stylesheets/adminkit/light.css */
.modal-light .modal-content {
  background: #f5f7fb;
  color: color-yiq(#f5f7fb);
}

/* line 12941, app/assets/stylesheets/adminkit/light.css */
.modal-light .h1,
.modal-light .h2,
.modal-light .h3,
.modal-light .h4,
.modal-light .h5,
.modal-light .h6,
.modal-light h1,
.modal-light h2,
.modal-light h3,
.modal-light h4,
.modal-light h5,
.modal-light h6 {
  color: #fff;
}

/* line 12955, app/assets/stylesheets/adminkit/light.css */
.modal-dark .modal-content {
  background: #212529;
  color: color-yiq(#212529);
}

/* line 12959, app/assets/stylesheets/adminkit/light.css */
.modal-dark .h1,
.modal-dark .h2,
.modal-dark .h3,
.modal-dark .h4,
.modal-dark .h5,
.modal-dark .h6,
.modal-dark h1,
.modal-dark h2,
.modal-dark h3,
.modal-dark h4,
.modal-dark h5,
.modal-dark h6 {
  color: #fff;
}

/* line 12973, app/assets/stylesheets/adminkit/light.css */
.modal-colored .modal-footer,
.modal-colored .modal-header {
  border-color: rgba(255, 255, 255, 0.33);
}

/* line 12977, app/assets/stylesheets/adminkit/light.css */
.navbar {
  border-bottom: 0;
  box-shadow: 0 0 2rem 0 rgba(33, 37, 41, 0.1);
}

@media (max-width: 767.98px) {
  /* line 12982, app/assets/stylesheets/adminkit/light.css */
  .navbar {
    width: 100vw;
  }
}

/* line 12986, app/assets/stylesheets/adminkit/light.css */
.navbar .avatar {
  margin-bottom: -15px;
  margin-top: -15px;
}

/* line 12990, app/assets/stylesheets/adminkit/light.css */
.navbar-nav {
  direction: ltr;
}

/* line 12993, app/assets/stylesheets/adminkit/light.css */
body:not([data-sidebar-position="right"]) .navbar-align {
  margin-left: auto;
}

/* line 12996, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-position="right"] .navbar-align {
  margin-right: auto;
}

/* line 12999, app/assets/stylesheets/adminkit/light.css */
.navbar-bg,
body[data-theme="dark"] .navbar-bg {
  background: #fff;
}

/* line 13003, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .navbar-bg {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), #fff 3%, #fff);
}

/* line 13006, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .navbar-bg {
  background: #fff;
}

/* line 13009, app/assets/stylesheets/adminkit/light.css */
.navbar-brand {
  color: #f8f9fa;
  display: block;
  font-size: 1.15rem;
  font-weight: 400;
  padding: 0.875rem 0;
}

/* line 13016, app/assets/stylesheets/adminkit/light.css */
.navbar-brand .feather,
.navbar-brand svg {
  color: #3b7ddd;
  height: 24px;
  margin-left: -0.15rem;
  margin-right: 0.375rem;
  margin-top: -0.375rem;
  width: 24px;
}

/* line 13025, app/assets/stylesheets/adminkit/light.css */
.nav-flag,
.nav-icon {
  color: #6c757d;
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0.1rem 0.8rem;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}

/* line 13034, app/assets/stylesheets/adminkit/light.css */
.nav-flag:after,
.nav-icon:after {
  display: none !important;
}

/* line 13038, app/assets/stylesheets/adminkit/light.css */
.nav-flag.active,
.nav-flag:hover,
.nav-icon.active,
.nav-icon:hover {
  color: #3b7ddd;
}

/* line 13044, app/assets/stylesheets/adminkit/light.css */
.nav-flag .feather,
.nav-flag svg,
.nav-icon .feather,
.nav-icon svg {
  height: 20px;
  width: 20px;
}

/* line 13051, app/assets/stylesheets/adminkit/light.css */
.nav-item .indicator {
  background: #3b7ddd;
  border-radius: 50%;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  color: #fff;
  display: block;
  font-size: 0.675rem;
  height: 18px;
  padding: 1px;
  position: absolute;
  right: -8px;
  text-align: center;
  top: 0;
  transition: top 0.1s ease-out;
  width: 18px;
}

/* line 13067, app/assets/stylesheets/adminkit/light.css */
.nav-item:hover .indicator {
  top: -4px;
}

/* line 13070, app/assets/stylesheets/adminkit/light.css */
.nav-item a:focus {
  outline: 0;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  /* line 13074, app/assets/stylesheets/adminkit/light.css */
  .navbar .avatar {
    max-height: 47px;
  }
}

@media (max-width: 575.98px) {
  /* line 13079, app/assets/stylesheets/adminkit/light.css */
  .navbar {
    padding: 0.75rem;
  }
  /* line 13082, app/assets/stylesheets/adminkit/light.css */
  .nav-icon {
    padding: 0.1rem 0.75rem;
  }
  /* line 13085, app/assets/stylesheets/adminkit/light.css */
  .dropdown,
.dropleft,
.dropright,
.dropup {
    position: inherit;
  }
  /* line 13091, app/assets/stylesheets/adminkit/light.css */
  .navbar-expand .navbar-nav .dropdown-menu-lg {
    min-width: 100%;
  }
  /* line 13094, app/assets/stylesheets/adminkit/light.css */
  .nav-item .nav-link:after {
    display: none;
  }
}

/* line 13098, app/assets/stylesheets/adminkit/light.css */
.nav-flag img {
  border-radius: 50%;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 20px;
}

/* line 13105, app/assets/stylesheets/adminkit/light.css */
.navbar input {
  direction: ltr;
}

/* line 13108, app/assets/stylesheets/adminkit/light.css */
.page-item.active .page-link {
  color: #fff;
}

/* line 13111, app/assets/stylesheets/adminkit/light.css */
.progress-sm {
  height: 0.4rem;
}

/* line 13114, app/assets/stylesheets/adminkit/light.css */
.progress-lg {
  height: 1.5rem;
}

/* line 13117, app/assets/stylesheets/adminkit/light.css */
#root,
body,
html {
  height: 100%;
}

/* line 13122, app/assets/stylesheets/adminkit/light.css */
body {
  opacity: 1 !important;
  overflow-y: scroll;
}

/* line 13126, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-position="right"] {
  direction: rtl;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  /* line 13130, app/assets/stylesheets/adminkit/light.css */
  html {
    overflow-x: hidden;
  }
}

/* line 13134, app/assets/stylesheets/adminkit/light.css */
.settings {
  direction: ltr;
  display: none;
}

@media (min-width: 1200px) {
  /* line 13139, app/assets/stylesheets/adminkit/light.css */
  .settings {
    display: block;
  }
}

/* line 13143, app/assets/stylesheets/adminkit/light.css */
.settings-toggle {
  background: #3b7ddd;
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  height: 52px;
  padding: 1rem;
  position: fixed;
  right: 20px;
  width: 52px;
}

/* line 13155, app/assets/stylesheets/adminkit/light.css */
.settings-toggle:hover {
  background: #2469ce;
}

/* line 13158, app/assets/stylesheets/adminkit/light.css */
.settings-toggle svg {
  height: 20px;
  margin-top: -0.25rem;
  width: 20px;
}

/* line 13163, app/assets/stylesheets/adminkit/light.css */
.settings-panel {
  background: #fff;
  border-left: 0 solid transparent;
  bottom: 0;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
  display: block;
  height: 100%;
  position: fixed;
  right: -350px;
  top: 0;
  transition: right 0.2s ease-in-out;
  width: 350px;
  z-index: 100;
}

/* line 13177, app/assets/stylesheets/adminkit/light.css */
.settings.open .settings-panel:before {
  background: rgba(0, 0, 0, 0.325);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* line 13188, app/assets/stylesheets/adminkit/light.css */
.settings.open .settings-panel {
  right: 0;
}

/* line 13191, app/assets/stylesheets/adminkit/light.css */
.settings-content {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  position: relative;
}

/* line 13199, app/assets/stylesheets/adminkit/light.css */
.settings-title {
  background: #fff;
  border-bottom: 1px solid #e9ecef;
  color: #000;
  font-size: 0.875rem;
  padding: 1.35rem 1.5rem;
}

/* line 13206, app/assets/stylesheets/adminkit/light.css */
.settings-title .close,
.settings-title .h4,
.settings-title h4 {
  color: #000;
}

/* line 13211, app/assets/stylesheets/adminkit/light.css */
.settings-body {
  flex: 1;
}

/* line 13214, app/assets/stylesheets/adminkit/light.css */
.settings-body,
.settings-footer {
  padding: 1rem 1.5rem;
}

/* line 13218, app/assets/stylesheets/adminkit/light.css */
.settings-scheme-label {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

/* line 13224, app/assets/stylesheets/adminkit/light.css */
.settings-scheme-label + .settings-scheme {
  border: 2px solid #dee2e6;
}

/* line 13227, app/assets/stylesheets/adminkit/light.css */
.settings-scheme-label:checked + .settings-scheme {
  border: 2px solid #3b7ddd;
  color: #3b7ddd;
}

/* line 13231, app/assets/stylesheets/adminkit/light.css */
.settings-scheme {
  align-items: center;
  background: #fff;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  height: 86px;
  justify-content: center;
  position: relative;
}

/* line 13242, app/assets/stylesheets/adminkit/light.css */
.settings-scheme-theme {
  background: red;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fff;
  height: 50px;
  position: relative;
  width: 50px;
}

/* line 13250, app/assets/stylesheets/adminkit/light.css */
.settings-scheme-theme-default {
  background-image: linear-gradient(-45deg, #222e3c 50%, #f2f4f6 0);
}

/* line 13253, app/assets/stylesheets/adminkit/light.css */
.settings-scheme-theme-colored {
  background-image: linear-gradient(-45deg, #3b7ddd 50%, #f2f4f6 0);
}

/* line 13256, app/assets/stylesheets/adminkit/light.css */
.settings-scheme-theme-dark {
  background: #222e3c;
}

/* line 13259, app/assets/stylesheets/adminkit/light.css */
.settings-scheme-theme-light {
  background: #f2f4f6;
}

/* line 13262, app/assets/stylesheets/adminkit/light.css */
.settings-button-label {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

/* line 13268, app/assets/stylesheets/adminkit/light.css */
.settings-button-label + .settings-button {
  background: #e9ecef;
  border-radius: 5px;
  border-radius: 0.3rem;
  color: #212529;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.4rem 1rem;
}

/* line 13277, app/assets/stylesheets/adminkit/light.css */
.settings-button-label:checked + .settings-button {
  background: #3b7ddd;
  color: #fff;
}

/* line 13281, app/assets/stylesheets/adminkit/light.css */
.settings-button-label:checked + .settings-button:after {
  opacity: 1;
}

/* line 13284, app/assets/stylesheets/adminkit/light.css */
.sidebar {
  direction: ltr;
  max-width: 264px;
  min-width: 264px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
}

/* line 13290, app/assets/stylesheets/adminkit/light.css */
.sidebar,
body[data-theme="dark"] .sidebar {
  background: #222e3c;
}

/* line 13294, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar {
  background: #fff;
}

/* line 13297, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar {
  background: linear-gradient(135deg, #266fd9, #2359a8 40%, #2359a8);
}

/* line 13300, app/assets/stylesheets/adminkit/light.css */
.sidebar-content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
}

/* line 13306, app/assets/stylesheets/adminkit/light.css */
.sidebar-content,
body[data-theme="dark"] .sidebar-content {
  background: #222e3c;
}

/* line 13310, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-content {
  background: #fff;
}

/* line 13313, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-content {
  background: linear-gradient(135deg, #266fd9, #2359a8 40%, #2359a8);
}

/* line 13316, app/assets/stylesheets/adminkit/light.css */
.sidebar-nav {
  flex-grow: 1;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 13322, app/assets/stylesheets/adminkit/light.css */
.sidebar-link,
a.sidebar-link {
  background: #222e3c;
  border-left: 3px solid transparent;
  color: rgba(233, 236, 239, 0.5);
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 0.625rem 1.625rem;
  position: relative;
  text-decoration: none;
  transition: background 0.1s ease-in-out;
}

/* line 13335, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-link,
body[data-theme="dark"] a.sidebar-link {
  color: rgba(233, 236, 239, 0.5);
}

/* line 13339, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-link,
body[data-theme="light"] a.sidebar-link {
  color: #495057;
}

/* line 13343, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-link,
body[data-theme="colored"] a.sidebar-link {
  color: rgba(248, 249, 250, 0.7);
}

/* line 13347, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-link,
body[data-theme="dark"] a.sidebar-link {
  background: #222e3c;
}

/* line 13351, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-link,
body[data-theme="colored"] a.sidebar-link,
body[data-theme="light"] .sidebar-link,
body[data-theme="light"] a.sidebar-link {
  background: transparent;
}

/* line 13357, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-link,
body[data-theme="colored"] a.sidebar-link,
body[data-theme="dark"] .sidebar-link,
body[data-theme="dark"] a.sidebar-link,
body[data-theme="light"] .sidebar-link,
body[data-theme="light"] a.sidebar-link {
  border-left-color: transparent;
}

/* line 13365, app/assets/stylesheets/adminkit/light.css */
.sidebar-link i,
.sidebar-link svg,
a.sidebar-link i,
a.sidebar-link svg {
  color: rgba(233, 236, 239, 0.5);
  margin-right: 0.75rem;
}

/* line 13372, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-link i,
body[data-theme="dark"] .sidebar-link svg,
body[data-theme="dark"] a.sidebar-link i,
body[data-theme="dark"] a.sidebar-link svg {
  color: rgba(233, 236, 239, 0.5);
}

/* line 13378, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-link i,
body[data-theme="light"] .sidebar-link svg,
body[data-theme="light"] a.sidebar-link i,
body[data-theme="light"] a.sidebar-link svg {
  color: #495057;
}

/* line 13384, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-link i,
body[data-theme="colored"] .sidebar-link svg,
body[data-theme="colored"] a.sidebar-link i,
body[data-theme="colored"] a.sidebar-link svg {
  color: rgba(233, 236, 239, 0.5);
}

/* line 13390, app/assets/stylesheets/adminkit/light.css */
.sidebar-dropdown .sidebar-dropdown .sidebar-link {
  padding: 0.625rem 1.5rem 0.625rem 4.5rem;
}

/* line 13393, app/assets/stylesheets/adminkit/light.css */
.sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link {
  padding: 0.625rem 1.5rem 0.625rem 5.75rem;
}

/* line 13396, app/assets/stylesheets/adminkit/light.css */
.sidebar-link:focus {
  outline: 0;
}

/* line 13399, app/assets/stylesheets/adminkit/light.css */
.sidebar-link:hover {
  background: #222e3c;
  border-left-color: transparent;
}

/* line 13403, app/assets/stylesheets/adminkit/light.css */
.sidebar-link:hover,
body[data-theme="dark"] .sidebar-link:hover {
  color: rgba(233, 236, 239, 0.75);
}

/* line 13407, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-link:hover {
  color: #518be1;
}

/* line 13410, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-link:hover {
  color: rgba(248, 249, 250, 0.85);
}

/* line 13413, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-link:hover {
  background: #222e3c;
}

/* line 13416, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-link:hover,
body[data-theme="light"] .sidebar-link:hover {
  background: transparent;
}

/* line 13420, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-link:hover,
body[data-theme="dark"] .sidebar-link:hover,
body[data-theme="light"] .sidebar-link:hover {
  border-left-color: transparent;
}

/* line 13425, app/assets/stylesheets/adminkit/light.css */
.sidebar-link:hover i,
.sidebar-link:hover svg,
body[data-theme="dark"] .sidebar-link:hover i,
body[data-theme="dark"] .sidebar-link:hover svg {
  color: rgba(233, 236, 239, 0.75);
}

/* line 13431, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-link:hover i,
body[data-theme="light"] .sidebar-link:hover svg {
  color: #518be1;
}

/* line 13435, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-link:hover i,
body[data-theme="colored"] .sidebar-link:hover svg {
  color: rgba(233, 236, 239, 0.75);
}

/* line 13439, app/assets/stylesheets/adminkit/light.css */
.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active > .sidebar-link {
  background: linear-gradient(90deg, rgba(59, 125, 221, 0.1), rgba(59, 125, 221, 0.088) 50%, transparent);
  border-left-color: #3b7ddd;
  color: #e9ecef;
}

/* line 13445, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="dark"] .sidebar-item.active > .sidebar-link {
  color: #e9ecef;
}

/* line 13449, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="light"] .sidebar-item.active > .sidebar-link {
  color: #518be1;
}

/* line 13453, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="colored"] .sidebar-item.active > .sidebar-link {
  color: #fff;
}

/* line 13457, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="dark"] .sidebar-item.active > .sidebar-link {
  background: linear-gradient(90deg, rgba(59, 125, 221, 0.1), rgba(59, 125, 221, 0.088) 50%, transparent);
}

/* line 13461, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="light"] .sidebar-item.active > .sidebar-link {
  background: transparent;
}

/* line 13465, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="colored"] .sidebar-item.active > .sidebar-link {
  background: linear-gradient(90deg, rgba(59, 125, 221, 0.1), rgba(59, 125, 221, 0.088) 50%, transparent);
}

/* line 13469, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="dark"] .sidebar-item.active > .sidebar-link,
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="light"] .sidebar-item.active > .sidebar-link {
  border-left-color: #3b7ddd;
}

/* line 13475, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-item.active .sidebar-link:hover,
body[data-theme="colored"] .sidebar-item.active > .sidebar-link {
  border-left-color: #a8c5f0;
}

/* line 13479, app/assets/stylesheets/adminkit/light.css */
.sidebar-item.active .sidebar-link:hover i,
.sidebar-item.active .sidebar-link:hover svg,
.sidebar-item.active > .sidebar-link i,
.sidebar-item.active > .sidebar-link svg,
body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover i,
body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover svg,
body[data-theme="dark"] .sidebar-item.active > .sidebar-link i,
body[data-theme="dark"] .sidebar-item.active > .sidebar-link svg {
  color: #e9ecef;
}

/* line 13489, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover i,
body[data-theme="light"] .sidebar-item.active .sidebar-link:hover svg,
body[data-theme="light"] .sidebar-item.active > .sidebar-link i,
body[data-theme="light"] .sidebar-item.active > .sidebar-link svg {
  color: #518be1;
}

/* line 13495, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-item.active .sidebar-link:hover i,
body[data-theme="colored"] .sidebar-item.active .sidebar-link:hover svg,
body[data-theme="colored"] .sidebar-item.active > .sidebar-link i,
body[data-theme="colored"] .sidebar-item.active > .sidebar-link svg {
  color: #e9ecef;
}

/* line 13501, app/assets/stylesheets/adminkit/light.css */
.sidebar-dropdown .sidebar-link {
  background: transparent;
  border-left: 0;
  color: #adb5bd;
  font-size: 90%;
  font-weight: 400;
  padding: 0.625rem 1.5rem 0.625rem 3.25rem;
}

/* line 13509, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-dropdown .sidebar-link {
  color: #adb5bd;
}

/* line 13512, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-dropdown .sidebar-link {
  color: #6c757d;
}

/* line 13515, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-dropdown .sidebar-link {
  color: #bbc2c8;
}

/* line 13518, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-dropdown .sidebar-link,
body[data-theme="dark"] .sidebar-dropdown .sidebar-link,
body[data-theme="light"] .sidebar-dropdown .sidebar-link {
  background: transparent;
}

/* line 13523, app/assets/stylesheets/adminkit/light.css */
.sidebar-dropdown .sidebar-link:before {
  content: "→";
  display: inline-block;
  left: -14px;
  position: relative;
  transform: translateX(0);
  transition: all 0.1s ease;
}

/* line 13531, app/assets/stylesheets/adminkit/light.css */
.sidebar-dropdown .sidebar-item .sidebar-link:hover {
  background: transparent;
  border-left: 0;
  color: #e9ecef;
  font-weight: 400;
}

/* line 13537, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-dropdown .sidebar-item .sidebar-link:hover {
  color: #e9ecef;
}

/* line 13540, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-dropdown .sidebar-item .sidebar-link:hover {
  color: #518be1;
}

/* line 13543, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-dropdown .sidebar-item .sidebar-link:hover {
  color: #e9ecef;
}

/* line 13546, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-dropdown .sidebar-item .sidebar-link:hover,
body[data-theme="dark"] .sidebar-dropdown .sidebar-item .sidebar-link:hover,
body[data-theme="light"] .sidebar-dropdown .sidebar-item .sidebar-link:hover {
  background: transparent;
}

/* line 13551, app/assets/stylesheets/adminkit/light.css */
.sidebar-dropdown .sidebar-item .sidebar-link:hover:hover:before {
  transform: translateX(4px);
}

/* line 13554, app/assets/stylesheets/adminkit/light.css */
.sidebar-dropdown .sidebar-item.active .sidebar-link {
  background: transparent;
  border-left: 0;
  color: #518be1;
  font-weight: 400;
}

/* line 13560, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-dropdown .sidebar-item.active .sidebar-link,
body[data-theme="light"] .sidebar-dropdown .sidebar-item.active .sidebar-link {
  color: #518be1;
}

/* line 13564, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-dropdown .sidebar-item.active .sidebar-link {
  color: #fff;
}

/* line 13567, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-dropdown .sidebar-item.active .sidebar-link,
body[data-theme="dark"] .sidebar-dropdown .sidebar-item.active .sidebar-link,
body[data-theme="light"] .sidebar-dropdown .sidebar-item.active .sidebar-link {
  background: transparent;
}

/* line 13572, app/assets/stylesheets/adminkit/light.css */
.sidebar [data-bs-toggle="collapse"] {
  position: relative;
}

/* line 13575, app/assets/stylesheets/adminkit/light.css */
.sidebar [data-bs-toggle="collapse"]:after {
  border: solid;
  border-width: 0 0.075rem 0.075rem 0;
  content: " ";
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

/* line 13587, app/assets/stylesheets/adminkit/light.css */
.sidebar [aria-expanded="true"]:after,
.sidebar [data-bs-toggle="collapse"]:not(.collapsed):after {
  top: 1.4rem;
  transform: rotate(-135deg);
}

/* line 13592, app/assets/stylesheets/adminkit/light.css */
.sidebar-dropdown [data-bs-toggle="collapse"]:after {
  top: 1rem;
}

/* line 13595, app/assets/stylesheets/adminkit/light.css */
.sidebar-dropdown [aria-expanded="true"]:after,
.sidebar-dropdown [data-bs-toggle="collapse"]:not(.collapsed):after {
  top: 1.2rem;
}

/* line 13599, app/assets/stylesheets/adminkit/light.css */
.sidebar-brand {
  color: #f8f9fa;
  display: block;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 1.15rem 1.5rem;
}

/* line 13606, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-brand {
  color: #f8f9fa;
}

/* line 13609, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-brand {
  color: #495057;
}

/* line 13612, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-brand {
  color: #f8f9fa;
}

/* line 13615, app/assets/stylesheets/adminkit/light.css */
.sidebar-brand:hover {
  color: #f8f9fa;
  text-decoration: none;
}

/* line 13619, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-brand:hover {
  color: #f8f9fa;
}

/* line 13622, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-brand:hover {
  color: #495057;
}

/* line 13625, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-brand:hover {
  color: #f8f9fa;
}

/* line 13628, app/assets/stylesheets/adminkit/light.css */
.sidebar-brand:focus {
  outline: 0;
}

/* line 13631, app/assets/stylesheets/adminkit/light.css */
.sidebar-brand-text {
  display: block;
}

/* line 13634, app/assets/stylesheets/adminkit/light.css */
.sidebar-brand-icon {
  display: none;
}

/* line 13637, app/assets/stylesheets/adminkit/light.css */
.sidebar-toggle {
  cursor: pointer;
  display: flex;
  height: 26px;
  width: 26px;
}

/* line 13643, app/assets/stylesheets/adminkit/light.css */
body:not([data-sidebar-position="right"]) .sidebar.collapsed {
  margin-left: -264px;
}

@media (max-width: 991.98px) {
  /* line 13647, app/assets/stylesheets/adminkit/light.css */
  body:not([data-sidebar-position="right"]) .sidebar {
    margin-left: -264px;
  }
  /* line 13650, app/assets/stylesheets/adminkit/light.css */
  body:not([data-sidebar-position="right"]) .sidebar.collapsed {
    margin-left: 0;
  }
}

/* line 13654, app/assets/stylesheets/adminkit/light.css */
body:not([data-sidebar-position="right"]) .sidebar-toggle {
  margin-right: 1rem;
}

/* line 13657, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-position="right"] .sidebar.collapsed {
  margin-right: -264px;
}

@media (max-width: 991.98px) {
  /* line 13661, app/assets/stylesheets/adminkit/light.css */
  body[data-sidebar-position="right"] .sidebar {
    margin-right: -264px;
  }
  /* line 13664, app/assets/stylesheets/adminkit/light.css */
  body[data-sidebar-position="right"] .sidebar.collapsed {
    margin-right: 0;
  }
}

/* line 13668, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-position="right"] .sidebar-toggle {
  margin-left: 1rem;
}

/* line 13671, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-position="right"] .simplebar-track.simplebar-vertical {
  left: 0;
  right: auto;
}

/* line 13675, app/assets/stylesheets/adminkit/light.css */
.sidebar-header {
  background: transparent;
  color: #ced4da;
  font-size: 0.75rem;
  padding: 1.5rem 1.5rem 0.375rem;
}

/* line 13681, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-header {
  color: #ced4da;
}

/* line 13684, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-header {
  color: #495057;
}

/* line 13687, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-header {
  color: #ced4da;
}

/* line 13690, app/assets/stylesheets/adminkit/light.css */
.sidebar-badge {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 1;
}

/* line 13697, app/assets/stylesheets/adminkit/light.css */
.sidebar-cta-content {
  background: #2b3947;
  border-radius: 0.3rem;
  color: #e9ecef;
  margin: 1.75rem;
  padding: 1.5rem;
}

/* line 13704, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-cta-content {
  background: #2b3947;
}

/* line 13707, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-cta-content {
  background: #f2f4f6;
}

/* line 13710, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-cta-content {
  background: #18488d;
}

/* line 13713, app/assets/stylesheets/adminkit/light.css */
body[data-theme="dark"] .sidebar-cta-content {
  color: #e9ecef;
}

/* line 13716, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-cta-content {
  color: #343a40;
}

/* line 13719, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-cta-content {
  color: #e9ecef;
}

/* line 13722, app/assets/stylesheets/adminkit/light.css */
.sidebar-user {
  padding: 0.75rem 1.5rem;
}

/* line 13725, app/assets/stylesheets/adminkit/light.css */
.sidebar-user a {
  outline: 0;
  text-decoration: none;
}

/* line 13729, app/assets/stylesheets/adminkit/light.css */
.sidebar-user-title,
.sidebar-user-title:hover,
body[data-theme="dark"] .sidebar-user-title,
body[data-theme="dark"] .sidebar-user-title:hover {
  color: #e9ecef;
}

/* line 13735, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-user-title,
body[data-theme="light"] .sidebar-user-title:hover {
  color: #020202;
}

/* line 13739, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-user-title,
body[data-theme="colored"] .sidebar-user-title:hover {
  color: #e9ecef;
}

/* line 13743, app/assets/stylesheets/adminkit/light.css */
.sidebar-user-subtitle,
body[data-theme="dark"] .sidebar-user-subtitle {
  color: #adb5bd;
}

/* line 13747, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .sidebar-user-subtitle {
  color: #6c757d;
}

/* line 13750, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .sidebar-user-subtitle {
  color: #adb5bd;
}

/* line 13753, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] [data-simplebar] {
  position: relative;
  width: 74px;
}

/* line 13757, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-badge,
body[data-sidebar-layout="compact"] .sidebar-cta,
body[data-sidebar-layout="compact"] .sidebar-header,
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item .sidebar-link span,
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown,
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-link:after,
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-link:before,
body[data-sidebar-layout="compact"] .sidebar-user {
  display: none;
}

/* line 13767, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-brand {
  text-align: center;
}

/* line 13770, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .simplebar-horizontal,
body[data-sidebar-layout="compact"] .simplebar-vertical {
  visibility: hidden !important;
}

/* line 13774, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .simplebar-content-wrapper,
body[data-sidebar-layout="compact"] .simplebar-height-auto-observer-wrapper,
body[data-sidebar-layout="compact"] .simplebar-mask,
body[data-sidebar-layout="compact"] .simplebar-wrapper {
  overflow: visible !important;
}

/* line 13780, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-dropdown.collapsing {
  height: auto;
  overflow: visible;
  transition: none;
}

/* line 13785, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar {
  max-width: 74px;
  min-width: 74px;
  z-index: 5;
}

/* line 13790, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-brand-text {
  display: none;
}

/* line 13793, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-brand-icon {
  display: block;
}

/* line 13796, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-item {
  position: relative;
}

/* line 13799, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown {
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0.5rem 3rem 0.5rem rgba(0, 0, 0, 0.05);
  display: none;
  overflow: visible;
  padding: 0.5rem 0;
  position: absolute;
  top: 0;
  width: 220px;
  z-index: 1;
}

/* line 13811, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 16px;
}

/* line 13818, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-link {
  color: #6c757d;
  padding: 0.5rem 1.5rem;
}

/* line 13822, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-link:hover {
  color: #518be1;
}

/* line 13825, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-link:before {
  left: -10px;
}

/* line 13828, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-item.active .sidebar-link,
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-item.active .sidebar-link:hover {
  color: #518be1;
}

/* line 13832, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown .sidebar-dropdown .sidebar-link {
  padding: 0.5rem 1.5rem 0.5rem 2.5rem;
}

/* line 13835, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item > .sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link {
  padding: 0.5rem 1.5rem 0.5rem 3.5rem;
}

/* line 13838, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar .sidebar-dropdown [data-bs-toggle="collapse"]:after {
  top: 0.9rem;
}

/* line 13841, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar .sidebar-dropdown [aria-expanded="true"]:after,
body[data-sidebar-layout="compact"] .sidebar .sidebar-dropdown [data-bs-toggle="collapse"]:not(.collapsed):after {
  top: 1.1rem;
}

/* line 13845, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"] .sidebar-nav > .sidebar-item:hover > .sidebar-dropdown {
  display: block;
}

/* line 13848, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"]:not([data-sidebar-position="right"]) .sidebar-nav > .sidebar-item > .sidebar-dropdown {
  left: 86px;
}

/* line 13851, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"]:not([data-sidebar-position="right"]) .sidebar-nav > .sidebar-item > .sidebar-dropdown:before {
  left: -16px;
}

/* line 13854, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"]:not([data-sidebar-position="right"]) .sidebar.collapsed {
  margin-left: -74px;
}

@media (max-width: 991.98px) {
  /* line 13858, app/assets/stylesheets/adminkit/light.css */
  body[data-sidebar-layout="compact"]:not([data-sidebar-position="right"]) .sidebar {
    margin-left: -74px;
  }
  /* line 13861, app/assets/stylesheets/adminkit/light.css */
  body[data-sidebar-layout="compact"]:not([data-sidebar-position="right"]) .sidebar.collapsed {
    margin-left: 0;
  }
}

/* line 13865, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"][data-sidebar-position="right"] .sidebar-nav > .sidebar-item > .sidebar-dropdown {
  right: 86px;
}

/* line 13868, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"][data-sidebar-position="right"] .sidebar-nav > .sidebar-item > .sidebar-dropdown:before {
  right: -16px;
}

/* line 13871, app/assets/stylesheets/adminkit/light.css */
body[data-sidebar-layout="compact"][data-sidebar-position="right"] .sidebar.collapsed {
  margin-right: -74px;
}

@media (max-width: 991.98px) {
  /* line 13875, app/assets/stylesheets/adminkit/light.css */
  body[data-sidebar-layout="compact"][data-sidebar-position="right"] .sidebar {
    margin-right: -74px;
  }
  /* line 13878, app/assets/stylesheets/adminkit/light.css */
  body[data-sidebar-layout="compact"][data-sidebar-position="right"] .sidebar.collapsed {
    margin-right: 0;
  }
}

/* line 13882, app/assets/stylesheets/adminkit/light.css */
.min-vw-50 {
  min-width: 50vw !important;
}

/* line 13885, app/assets/stylesheets/adminkit/light.css */
.min-vh-50 {
  min-height: 50vh !important;
}

/* line 13888, app/assets/stylesheets/adminkit/light.css */
.vw-50 {
  width: 50vw !important;
}

/* line 13891, app/assets/stylesheets/adminkit/light.css */
.vh-50 {
  height: 50vh !important;
}

/* line 13894, app/assets/stylesheets/adminkit/light.css */
.stat {
  align-items: center;
  background: #d3e2f7;
  border-radius: 50%;
  color: #3b7ddd;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

/* line 13904, app/assets/stylesheets/adminkit/light.css */
.stat svg {
  stroke-width: 1.5;
  color: inherit !important;
  height: 18px;
  width: 18px;
}

/* line 13910, app/assets/stylesheets/adminkit/light.css */
.stat i {
  color: inherit;
  font-size: 18px;
}

/* line 13914, app/assets/stylesheets/adminkit/light.css */
.table tbody,
.table td,
.table tfoot,
.table th,
.table thead,
.table tr,
.table > :not(:last-child) > :last-child > * {
  border-color: var(--bs-border-color);
}

/* line 13923, app/assets/stylesheets/adminkit/light.css */
.card > .dataTables_wrapper .table.dataTable,
.card > .table,
.card > .table-responsive .table,
.card > .table-responsive-lg .table,
.card > .table-responsive-md .table,
.card > .table-responsive-sm .table,
.card > .table-responsive-xl .table {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}

/* line 13935, app/assets/stylesheets/adminkit/light.css */
.card > .dataTables_wrapper .table.dataTable td:first-child,
.card > .dataTables_wrapper .table.dataTable th:first-child,
.card > .table td:first-child,
.card > .table th:first-child,
.card > .table-responsive .table td:first-child,
.card > .table-responsive .table th:first-child,
.card > .table-responsive-lg .table td:first-child,
.card > .table-responsive-lg .table th:first-child,
.card > .table-responsive-md .table td:first-child,
.card > .table-responsive-md .table th:first-child,
.card > .table-responsive-sm .table td:first-child,
.card > .table-responsive-sm .table th:first-child,
.card > .table-responsive-xl .table td:first-child,
.card > .table-responsive-xl .table th:first-child {
  border-left: 0;
  padding-left: 1.25rem;
}

/* line 13952, app/assets/stylesheets/adminkit/light.css */
.card > .dataTables_wrapper .table.dataTable td:last-child,
.card > .dataTables_wrapper .table.dataTable th:last-child,
.card > .table td:last-child,
.card > .table th:last-child,
.card > .table-responsive .table td:last-child,
.card > .table-responsive .table th:last-child,
.card > .table-responsive-lg .table td:last-child,
.card > .table-responsive-lg .table th:last-child,
.card > .table-responsive-md .table td:last-child,
.card > .table-responsive-md .table th:last-child,
.card > .table-responsive-sm .table td:last-child,
.card > .table-responsive-sm .table th:last-child,
.card > .table-responsive-xl .table td:last-child,
.card > .table-responsive-xl .table th:last-child {
  border-right: 0;
  padding-right: 1.25rem;
}

/* line 13969, app/assets/stylesheets/adminkit/light.css */
.card > .dataTables_wrapper .table.dataTable tr:first-child td,
.card > .dataTables_wrapper .table.dataTable tr:first-child th,
.card > .table tr:first-child td,
.card > .table tr:first-child th,
.card > .table-responsive .table tr:first-child td,
.card > .table-responsive .table tr:first-child th,
.card > .table-responsive-lg .table tr:first-child td,
.card > .table-responsive-lg .table tr:first-child th,
.card > .table-responsive-md .table tr:first-child td,
.card > .table-responsive-md .table tr:first-child th,
.card > .table-responsive-sm .table tr:first-child td,
.card > .table-responsive-sm .table tr:first-child th,
.card > .table-responsive-xl .table tr:first-child td,
.card > .table-responsive-xl .table tr:first-child th {
  border-top: 0;
}

/* line 13985, app/assets/stylesheets/adminkit/light.css */
.card > .dataTables_wrapper .table.dataTable tr:last-child td,
.card > .table tr:last-child td,
.card > .table-responsive .table tr:last-child td,
.card > .table-responsive-lg .table tr:last-child td,
.card > .table-responsive-md .table tr:last-child td,
.card > .table-responsive-sm .table tr:last-child td,
.card > .table-responsive-xl .table tr:last-child td {
  border-bottom: 0;
}

/* line 13994, app/assets/stylesheets/adminkit/light.css */
.card .card-header + .table {
  border-top: 0;
}

/* line 13997, app/assets/stylesheets/adminkit/light.css */
.table-action a {
  color: #6c757d;
}

/* line 14000, app/assets/stylesheets/adminkit/light.css */
.table-action a:hover {
  color: #212529;
}

/* line 14003, app/assets/stylesheets/adminkit/light.css */
.table-action .feather {
  height: 18px;
  width: 18px;
}

/* line 14007, app/assets/stylesheets/adminkit/light.css */
.table > tbody > tr > td {
  vertical-align: middle;
}

/* line 14010, app/assets/stylesheets/adminkit/light.css */
.card > .dataTables_wrapper .table.dataTable {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/* line 14014, app/assets/stylesheets/adminkit/light.css */
.card > .dataTables_wrapper .dataTables_info {
  padding: 1rem 1.25rem;
}

/* line 14017, app/assets/stylesheets/adminkit/light.css */
.card > .dataTables_wrapper .dataTables_paginate {
  padding: 0.6rem 1.25rem;
}

/* line 14020, app/assets/stylesheets/adminkit/light.css */
.dt-bootstrap4 {
  width: calc(100% - 2px);
}

/* line 14023, app/assets/stylesheets/adminkit/light.css */
.dt-bootstrap4 table.dataTable thead .sorting:before,
.dt-bootstrap4 table.dataTable thead .sorting_asc:before,
.dt-bootstrap4 table.dataTable thead .sorting_asc_disabled:before,
.dt-bootstrap4 table.dataTable thead .sorting_desc:before,
.dt-bootstrap4 table.dataTable thead .sorting_desc_disabled:before {
  right: 1.25em;
}

/* line 14030, app/assets/stylesheets/adminkit/light.css */
table.dataTable tbody > tr.selected {
  background-color: #3b7ddd;
}

/* line 14033, app/assets/stylesheets/adminkit/light.css */
table.dataTable.table-striped > tbody > tr.selected {
  --bs-table-striped-bg: var(--bs-primary);
  --bs-table-striped-color: var(--bs-white);
}

/* line 14037, app/assets/stylesheets/adminkit/light.css */
.tab {
  margin-bottom: 2rem;
}

/* line 14040, app/assets/stylesheets/adminkit/light.css */
.tab .nav-tabs {
  border: 0;
}

/* line 14043, app/assets/stylesheets/adminkit/light.css */
.tab .nav-tabs .nav-link {
  background: transparent;
  border: 0;
  color: #343a40;
  padding: 0.75rem 1rem;
}

/* line 14049, app/assets/stylesheets/adminkit/light.css */
.tab .nav-tabs .nav-link.active {
  background: #fff;
  color: #343a40;
}

/* line 14053, app/assets/stylesheets/adminkit/light.css */
.tab .nav-tabs .nav-link:hover:not(.active) {
  color: #3b7ddd;
}

/* line 14056, app/assets/stylesheets/adminkit/light.css */
.tab .nav-tabs .nav-link svg {
  height: 20px;
  width: 20px;
}

/* line 14060, app/assets/stylesheets/adminkit/light.css */
.tab .tab-content {
  background: #fff;
  border-radius: 0 0 0.2rem 0.2rem;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
}

/* line 14066, app/assets/stylesheets/adminkit/light.css */
.tab .tab-content p:last-child {
  margin-bottom: 0;
}

/* line 14069, app/assets/stylesheets/adminkit/light.css */
.tab-primary .nav-tabs .nav-link.active {
  background: #3b7ddd;
  border-bottom-color: #3b7ddd;
  color: #fff;
}

/* line 14074, app/assets/stylesheets/adminkit/light.css */
.tab-primary .tab-content {
  background: #3b7ddd;
  color: #fff;
}

/* line 14078, app/assets/stylesheets/adminkit/light.css */
.tab-primary .h1,
.tab-primary .h2,
.tab-primary .h3,
.tab-primary .h4,
.tab-primary .h5,
.tab-primary .h6,
.tab-primary h1,
.tab-primary h2,
.tab-primary h3,
.tab-primary h4,
.tab-primary h5,
.tab-primary h6 {
  color: #fff;
}

/* line 14092, app/assets/stylesheets/adminkit/light.css */
.tab-secondary .nav-tabs .nav-link.active {
  background: #6c757d;
  border-bottom-color: #6c757d;
  color: #fff;
}

/* line 14097, app/assets/stylesheets/adminkit/light.css */
.tab-secondary .tab-content {
  background: #6c757d;
  color: #fff;
}

/* line 14101, app/assets/stylesheets/adminkit/light.css */
.tab-secondary .h1,
.tab-secondary .h2,
.tab-secondary .h3,
.tab-secondary .h4,
.tab-secondary .h5,
.tab-secondary .h6,
.tab-secondary h1,
.tab-secondary h2,
.tab-secondary h3,
.tab-secondary h4,
.tab-secondary h5,
.tab-secondary h6 {
  color: #fff;
}

/* line 14115, app/assets/stylesheets/adminkit/light.css */
.tab-success .nav-tabs .nav-link.active {
  background: #1cbb8c;
  border-bottom-color: #1cbb8c;
  color: #fff;
}

/* line 14120, app/assets/stylesheets/adminkit/light.css */
.tab-success .tab-content {
  background: #1cbb8c;
  color: #fff;
}

/* line 14124, app/assets/stylesheets/adminkit/light.css */
.tab-success .h1,
.tab-success .h2,
.tab-success .h3,
.tab-success .h4,
.tab-success .h5,
.tab-success .h6,
.tab-success h1,
.tab-success h2,
.tab-success h3,
.tab-success h4,
.tab-success h5,
.tab-success h6 {
  color: #fff;
}

/* line 14138, app/assets/stylesheets/adminkit/light.css */
.tab-info .nav-tabs .nav-link.active {
  background: #17a2b8;
  border-bottom-color: #17a2b8;
  color: #fff;
}

/* line 14143, app/assets/stylesheets/adminkit/light.css */
.tab-info .tab-content {
  background: #17a2b8;
  color: #fff;
}

/* line 14147, app/assets/stylesheets/adminkit/light.css */
.tab-info .h1,
.tab-info .h2,
.tab-info .h3,
.tab-info .h4,
.tab-info .h5,
.tab-info .h6,
.tab-info h1,
.tab-info h2,
.tab-info h3,
.tab-info h4,
.tab-info h5,
.tab-info h6 {
  color: #fff;
}

/* line 14161, app/assets/stylesheets/adminkit/light.css */
.tab-warning .nav-tabs .nav-link.active {
  background: #fcb92c;
  border-bottom-color: #fcb92c;
  color: #fff;
}

/* line 14166, app/assets/stylesheets/adminkit/light.css */
.tab-warning .tab-content {
  background: #fcb92c;
  color: #fff;
}

/* line 14170, app/assets/stylesheets/adminkit/light.css */
.tab-warning .h1,
.tab-warning .h2,
.tab-warning .h3,
.tab-warning .h4,
.tab-warning .h5,
.tab-warning .h6,
.tab-warning h1,
.tab-warning h2,
.tab-warning h3,
.tab-warning h4,
.tab-warning h5,
.tab-warning h6 {
  color: #fff;
}

/* line 14184, app/assets/stylesheets/adminkit/light.css */
.tab-danger .nav-tabs .nav-link.active {
  background: #dc3545;
  border-bottom-color: #dc3545;
  color: #fff;
}

/* line 14189, app/assets/stylesheets/adminkit/light.css */
.tab-danger .tab-content {
  background: #dc3545;
  color: #fff;
}

/* line 14193, app/assets/stylesheets/adminkit/light.css */
.tab-danger .h1,
.tab-danger .h2,
.tab-danger .h3,
.tab-danger .h4,
.tab-danger .h5,
.tab-danger .h6,
.tab-danger h1,
.tab-danger h2,
.tab-danger h3,
.tab-danger h4,
.tab-danger h5,
.tab-danger h6 {
  color: #fff;
}

/* line 14207, app/assets/stylesheets/adminkit/light.css */
.tab-light .nav-tabs .nav-link.active {
  background: #f5f7fb;
  border-bottom-color: #f5f7fb;
  color: #fff;
}

/* line 14212, app/assets/stylesheets/adminkit/light.css */
.tab-light .tab-content {
  background: #f5f7fb;
  color: #fff;
}

/* line 14216, app/assets/stylesheets/adminkit/light.css */
.tab-light .h1,
.tab-light .h2,
.tab-light .h3,
.tab-light .h4,
.tab-light .h5,
.tab-light .h6,
.tab-light h1,
.tab-light h2,
.tab-light h3,
.tab-light h4,
.tab-light h5,
.tab-light h6 {
  color: #fff;
}

/* line 14230, app/assets/stylesheets/adminkit/light.css */
.tab-dark .nav-tabs .nav-link.active {
  background: #212529;
  border-bottom-color: #212529;
  color: #fff;
}

/* line 14235, app/assets/stylesheets/adminkit/light.css */
.tab-dark .tab-content {
  background: #212529;
  color: #fff;
}

/* line 14239, app/assets/stylesheets/adminkit/light.css */
.tab-dark .h1,
.tab-dark .h2,
.tab-dark .h3,
.tab-dark .h4,
.tab-dark .h5,
.tab-dark .h6,
.tab-dark h1,
.tab-dark h2,
.tab-dark h3,
.tab-dark h4,
.tab-dark h5,
.tab-dark h6 {
  color: #fff;
}

/* line 14253, app/assets/stylesheets/adminkit/light.css */
.tab-title {
  font-size: 0.925rem;
}

/* line 14256, app/assets/stylesheets/adminkit/light.css */
.tab-vertical .nav-tabs {
  flex-direction: column;
  float: left;
}

/* line 14260, app/assets/stylesheets/adminkit/light.css */
.tab-vertical .nav-tabs .nav-link {
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0;
}

/* line 14266, app/assets/stylesheets/adminkit/light.css */
.tab-vertical .tab-content {
  overflow: auto;
}

/* line 14269, app/assets/stylesheets/adminkit/light.css */
.timeline {
  list-style-type: none;
  position: relative;
}

/* line 14273, app/assets/stylesheets/adminkit/light.css */
.timeline:before {
  background: #dee2e6;
  height: 100%;
  left: 9px;
  width: 2px;
}

/* line 14279, app/assets/stylesheets/adminkit/light.css */
.timeline-item:before,
.timeline:before {
  content: " ";
  display: inline-block;
  position: absolute;
  z-index: 1;
}

/* line 14286, app/assets/stylesheets/adminkit/light.css */
.timeline-item:before {
  background: #fff;
  border: 3px solid #3b7ddd;
  border-radius: 50%;
  height: 20px;
  left: 0;
  width: 20px;
}

/* line 14294, app/assets/stylesheets/adminkit/light.css */
.text-sm {
  font-size: 0.75rem;
}

/* line 14297, app/assets/stylesheets/adminkit/light.css */
.text-lg {
  font-size: 0.925rem;
}

/* line 14300, app/assets/stylesheets/adminkit/light.css */
b,
strong {
  font-weight: 600;
}

/* line 14304, app/assets/stylesheets/adminkit/light.css */
pre.snippet {
  word-wrap: break-word;
  text-align: justify;
  white-space: pre-wrap;
}

/* line 14309, app/assets/stylesheets/adminkit/light.css */
a {
  cursor: pointer;
}

/* line 14312, app/assets/stylesheets/adminkit/light.css */
.wrapper {
  align-items: stretch;
  display: flex;
  width: 100%;
}

/* line 14317, app/assets/stylesheets/adminkit/light.css */
.wrapper,
body[data-theme="dark"] .wrapper {
  background: #222e3c;
}

/* line 14321, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .wrapper {
  background: #fff;
}

/* line 14324, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .wrapper {
  background: linear-gradient(135deg, #266fd9, #2359a8 40%, #2359a8);
}

/* line 14327, app/assets/stylesheets/adminkit/light.css */
body[data-layout="boxed"] .wrapper {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  margin: 0 auto;
  max-width: 1800px;
  overflow: hidden;
}

@media (min-width: 1440px) {
  /* line 14335, app/assets/stylesheets/adminkit/light.css */
  body[data-layout="boxed"] .wrapper {
    width: 90vw;
  }
}

/* line 14339, app/assets/stylesheets/adminkit/light.css */
.bg-primary-light {
  background: #dee9f9;
}

/* line 14342, app/assets/stylesheets/adminkit/light.css */
.bg-secondary-light {
  background: #d1d4d7;
}

/* line 14345, app/assets/stylesheets/adminkit/light.css */
.bg-success-light {
  background: #a5f1db;
}

/* line 14348, app/assets/stylesheets/adminkit/light.css */
.bg-info-light {
  background: #9ce7f3;
}

/* line 14351, app/assets/stylesheets/adminkit/light.css */
.bg-warning-light {
  background: #fff8e9;
}

/* line 14354, app/assets/stylesheets/adminkit/light.css */
.bg-danger-light {
  background: #f8d8db;
}

/* line 14357, app/assets/stylesheets/adminkit/light.css */
.bg-light-light {
  background: #fff;
}

/* line 14360, app/assets/stylesheets/adminkit/light.css */
.bg-dark-light {
  background: #778592;
}

/* line 14363, app/assets/stylesheets/adminkit/light.css */
.bg-primary-dark {
  background: #0d274c;
}

/* line 14366, app/assets/stylesheets/adminkit/light.css */
.bg-secondary-dark {
  background: #131516;
}

/* line 14369, app/assets/stylesheets/adminkit/light.css */
.bg-success-dark {
  background: #03150f;
}

/* line 14372, app/assets/stylesheets/adminkit/light.css */
.bg-info-dark {
  background: #020c0e;
}

/* line 14375, app/assets/stylesheets/adminkit/light.css */
.bg-warning-dark {
  background: #674601;
}

/* line 14378, app/assets/stylesheets/adminkit/light.css */
.bg-danger-dark {
  background: #460c12;
}

/* line 14381, app/assets/stylesheets/adminkit/light.css */
.bg-light-dark {
  background: #6c8ac4;
}

/* line 14384, app/assets/stylesheets/adminkit/light.css */
.bg-dark-dark {
  background: #000;
}

/* line 14387, app/assets/stylesheets/adminkit/light.css */
.cursor-grab {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

/* line 14392, app/assets/stylesheets/adminkit/light.css */
.cursor-pointer {
  cursor: pointer;
}

/* line 14395, app/assets/stylesheets/adminkit/light.css */
.overflow-scroll {
  overflow: scroll;
}

/* line 14398, app/assets/stylesheets/adminkit/light.css */
.overflow-hidden {
  overflow: hidden;
}

/* line 14401, app/assets/stylesheets/adminkit/light.css */
.overflow-auto {
  overflow: auto;
}

/* line 14404, app/assets/stylesheets/adminkit/light.css */
.overflow-visible {
  overflow: visible;
}

/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 14411, app/assets/stylesheets/adminkit/light.css */
:host,
:root {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-display: block;
  font-family: Font Awesome\6 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(/../fonts/fa-brands-400.woff2) format("woff2"), url(/../fonts/fa-brands-400.ttf) format("truetype");
}

/* line 14422, app/assets/stylesheets/adminkit/light.css */
.fa-brands,
.fab {
  font-family: Font Awesome\6 Brands;
  font-weight: 400;
}

/* line 14427, app/assets/stylesheets/adminkit/light.css */
.fa-42-group:before,
.fa-innosoft:before {
  content: "";
}

/* line 14431, app/assets/stylesheets/adminkit/light.css */
.fa-500px:before {
  content: "";
}

/* line 14434, app/assets/stylesheets/adminkit/light.css */
.fa-accessible-icon:before {
  content: "";
}

/* line 14437, app/assets/stylesheets/adminkit/light.css */
.fa-accusoft:before {
  content: "";
}

/* line 14440, app/assets/stylesheets/adminkit/light.css */
.fa-adn:before {
  content: "";
}

/* line 14443, app/assets/stylesheets/adminkit/light.css */
.fa-adversal:before {
  content: "";
}

/* line 14446, app/assets/stylesheets/adminkit/light.css */
.fa-affiliatetheme:before {
  content: "";
}

/* line 14449, app/assets/stylesheets/adminkit/light.css */
.fa-airbnb:before {
  content: "";
}

/* line 14452, app/assets/stylesheets/adminkit/light.css */
.fa-algolia:before {
  content: "";
}

/* line 14455, app/assets/stylesheets/adminkit/light.css */
.fa-alipay:before {
  content: "";
}

/* line 14458, app/assets/stylesheets/adminkit/light.css */
.fa-amazon:before {
  content: "";
}

/* line 14461, app/assets/stylesheets/adminkit/light.css */
.fa-amazon-pay:before {
  content: "";
}

/* line 14464, app/assets/stylesheets/adminkit/light.css */
.fa-amilia:before {
  content: "";
}

/* line 14467, app/assets/stylesheets/adminkit/light.css */
.fa-android:before {
  content: "";
}

/* line 14470, app/assets/stylesheets/adminkit/light.css */
.fa-angellist:before {
  content: "";
}

/* line 14473, app/assets/stylesheets/adminkit/light.css */
.fa-angrycreative:before {
  content: "";
}

/* line 14476, app/assets/stylesheets/adminkit/light.css */
.fa-angular:before {
  content: "";
}

/* line 14479, app/assets/stylesheets/adminkit/light.css */
.fa-app-store:before {
  content: "";
}

/* line 14482, app/assets/stylesheets/adminkit/light.css */
.fa-app-store-ios:before {
  content: "";
}

/* line 14485, app/assets/stylesheets/adminkit/light.css */
.fa-apper:before {
  content: "";
}

/* line 14488, app/assets/stylesheets/adminkit/light.css */
.fa-apple:before {
  content: "";
}

/* line 14491, app/assets/stylesheets/adminkit/light.css */
.fa-apple-pay:before {
  content: "";
}

/* line 14494, app/assets/stylesheets/adminkit/light.css */
.fa-artstation:before {
  content: "";
}

/* line 14497, app/assets/stylesheets/adminkit/light.css */
.fa-asymmetrik:before {
  content: "";
}

/* line 14500, app/assets/stylesheets/adminkit/light.css */
.fa-atlassian:before {
  content: "";
}

/* line 14503, app/assets/stylesheets/adminkit/light.css */
.fa-audible:before {
  content: "";
}

/* line 14506, app/assets/stylesheets/adminkit/light.css */
.fa-autoprefixer:before {
  content: "";
}

/* line 14509, app/assets/stylesheets/adminkit/light.css */
.fa-avianex:before {
  content: "";
}

/* line 14512, app/assets/stylesheets/adminkit/light.css */
.fa-aviato:before {
  content: "";
}

/* line 14515, app/assets/stylesheets/adminkit/light.css */
.fa-aws:before {
  content: "";
}

/* line 14518, app/assets/stylesheets/adminkit/light.css */
.fa-bandcamp:before {
  content: "";
}

/* line 14521, app/assets/stylesheets/adminkit/light.css */
.fa-battle-net:before {
  content: "";
}

/* line 14524, app/assets/stylesheets/adminkit/light.css */
.fa-behance:before {
  content: "";
}

/* line 14527, app/assets/stylesheets/adminkit/light.css */
.fa-bilibili:before {
  content: "";
}

/* line 14530, app/assets/stylesheets/adminkit/light.css */
.fa-bimobject:before {
  content: "";
}

/* line 14533, app/assets/stylesheets/adminkit/light.css */
.fa-bitbucket:before {
  content: "";
}

/* line 14536, app/assets/stylesheets/adminkit/light.css */
.fa-bitcoin:before {
  content: "";
}

/* line 14539, app/assets/stylesheets/adminkit/light.css */
.fa-bity:before {
  content: "";
}

/* line 14542, app/assets/stylesheets/adminkit/light.css */
.fa-black-tie:before {
  content: "";
}

/* line 14545, app/assets/stylesheets/adminkit/light.css */
.fa-blackberry:before {
  content: "";
}

/* line 14548, app/assets/stylesheets/adminkit/light.css */
.fa-blogger:before {
  content: "";
}

/* line 14551, app/assets/stylesheets/adminkit/light.css */
.fa-blogger-b:before {
  content: "";
}

/* line 14554, app/assets/stylesheets/adminkit/light.css */
.fa-bluetooth:before {
  content: "";
}

/* line 14557, app/assets/stylesheets/adminkit/light.css */
.fa-bluetooth-b:before {
  content: "";
}

/* line 14560, app/assets/stylesheets/adminkit/light.css */
.fa-bootstrap:before {
  content: "";
}

/* line 14563, app/assets/stylesheets/adminkit/light.css */
.fa-bots:before {
  content: "";
}

/* line 14566, app/assets/stylesheets/adminkit/light.css */
.fa-btc:before {
  content: "";
}

/* line 14569, app/assets/stylesheets/adminkit/light.css */
.fa-buffer:before {
  content: "";
}

/* line 14572, app/assets/stylesheets/adminkit/light.css */
.fa-buromobelexperte:before {
  content: "";
}

/* line 14575, app/assets/stylesheets/adminkit/light.css */
.fa-buy-n-large:before {
  content: "";
}

/* line 14578, app/assets/stylesheets/adminkit/light.css */
.fa-buysellads:before {
  content: "";
}

/* line 14581, app/assets/stylesheets/adminkit/light.css */
.fa-canadian-maple-leaf:before {
  content: "";
}

/* line 14584, app/assets/stylesheets/adminkit/light.css */
.fa-cc-amazon-pay:before {
  content: "";
}

/* line 14587, app/assets/stylesheets/adminkit/light.css */
.fa-cc-amex:before {
  content: "";
}

/* line 14590, app/assets/stylesheets/adminkit/light.css */
.fa-cc-apple-pay:before {
  content: "";
}

/* line 14593, app/assets/stylesheets/adminkit/light.css */
.fa-cc-diners-club:before {
  content: "";
}

/* line 14596, app/assets/stylesheets/adminkit/light.css */
.fa-cc-discover:before {
  content: "";
}

/* line 14599, app/assets/stylesheets/adminkit/light.css */
.fa-cc-jcb:before {
  content: "";
}

/* line 14602, app/assets/stylesheets/adminkit/light.css */
.fa-cc-mastercard:before {
  content: "";
}

/* line 14605, app/assets/stylesheets/adminkit/light.css */
.fa-cc-paypal:before {
  content: "";
}

/* line 14608, app/assets/stylesheets/adminkit/light.css */
.fa-cc-stripe:before {
  content: "";
}

/* line 14611, app/assets/stylesheets/adminkit/light.css */
.fa-cc-visa:before {
  content: "";
}

/* line 14614, app/assets/stylesheets/adminkit/light.css */
.fa-centercode:before {
  content: "";
}

/* line 14617, app/assets/stylesheets/adminkit/light.css */
.fa-centos:before {
  content: "";
}

/* line 14620, app/assets/stylesheets/adminkit/light.css */
.fa-chrome:before {
  content: "";
}

/* line 14623, app/assets/stylesheets/adminkit/light.css */
.fa-chromecast:before {
  content: "";
}

/* line 14626, app/assets/stylesheets/adminkit/light.css */
.fa-cloudflare:before {
  content: "";
}

/* line 14629, app/assets/stylesheets/adminkit/light.css */
.fa-cloudscale:before {
  content: "";
}

/* line 14632, app/assets/stylesheets/adminkit/light.css */
.fa-cloudsmith:before {
  content: "";
}

/* line 14635, app/assets/stylesheets/adminkit/light.css */
.fa-cloudversify:before {
  content: "";
}

/* line 14638, app/assets/stylesheets/adminkit/light.css */
.fa-cmplid:before {
  content: "";
}

/* line 14641, app/assets/stylesheets/adminkit/light.css */
.fa-codepen:before {
  content: "";
}

/* line 14644, app/assets/stylesheets/adminkit/light.css */
.fa-codiepie:before {
  content: "";
}

/* line 14647, app/assets/stylesheets/adminkit/light.css */
.fa-confluence:before {
  content: "";
}

/* line 14650, app/assets/stylesheets/adminkit/light.css */
.fa-connectdevelop:before {
  content: "";
}

/* line 14653, app/assets/stylesheets/adminkit/light.css */
.fa-contao:before {
  content: "";
}

/* line 14656, app/assets/stylesheets/adminkit/light.css */
.fa-cotton-bureau:before {
  content: "";
}

/* line 14659, app/assets/stylesheets/adminkit/light.css */
.fa-cpanel:before {
  content: "";
}

/* line 14662, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons:before {
  content: "";
}

/* line 14665, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-by:before {
  content: "";
}

/* line 14668, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-nc:before {
  content: "";
}

/* line 14671, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-nc-eu:before {
  content: "";
}

/* line 14674, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-nc-jp:before {
  content: "";
}

/* line 14677, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-nd:before {
  content: "";
}

/* line 14680, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-pd:before {
  content: "";
}

/* line 14683, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-pd-alt:before {
  content: "";
}

/* line 14686, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-remix:before {
  content: "";
}

/* line 14689, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-sa:before {
  content: "";
}

/* line 14692, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-sampling:before {
  content: "";
}

/* line 14695, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-sampling-plus:before {
  content: "";
}

/* line 14698, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-share:before {
  content: "";
}

/* line 14701, app/assets/stylesheets/adminkit/light.css */
.fa-creative-commons-zero:before {
  content: "";
}

/* line 14704, app/assets/stylesheets/adminkit/light.css */
.fa-critical-role:before {
  content: "";
}

/* line 14707, app/assets/stylesheets/adminkit/light.css */
.fa-css3:before {
  content: "";
}

/* line 14710, app/assets/stylesheets/adminkit/light.css */
.fa-css3-alt:before {
  content: "";
}

/* line 14713, app/assets/stylesheets/adminkit/light.css */
.fa-cuttlefish:before {
  content: "";
}

/* line 14716, app/assets/stylesheets/adminkit/light.css */
.fa-d-and-d:before {
  content: "";
}

/* line 14719, app/assets/stylesheets/adminkit/light.css */
.fa-d-and-d-beyond:before {
  content: "";
}

/* line 14722, app/assets/stylesheets/adminkit/light.css */
.fa-dailymotion:before {
  content: "";
}

/* line 14725, app/assets/stylesheets/adminkit/light.css */
.fa-dashcube:before {
  content: "";
}

/* line 14728, app/assets/stylesheets/adminkit/light.css */
.fa-deezer:before {
  content: "";
}

/* line 14731, app/assets/stylesheets/adminkit/light.css */
.fa-delicious:before {
  content: "";
}

/* line 14734, app/assets/stylesheets/adminkit/light.css */
.fa-deploydog:before {
  content: "";
}

/* line 14737, app/assets/stylesheets/adminkit/light.css */
.fa-deskpro:before {
  content: "";
}

/* line 14740, app/assets/stylesheets/adminkit/light.css */
.fa-dev:before {
  content: "";
}

/* line 14743, app/assets/stylesheets/adminkit/light.css */
.fa-deviantart:before {
  content: "";
}

/* line 14746, app/assets/stylesheets/adminkit/light.css */
.fa-dhl:before {
  content: "";
}

/* line 14749, app/assets/stylesheets/adminkit/light.css */
.fa-diaspora:before {
  content: "";
}

/* line 14752, app/assets/stylesheets/adminkit/light.css */
.fa-digg:before {
  content: "";
}

/* line 14755, app/assets/stylesheets/adminkit/light.css */
.fa-digital-ocean:before {
  content: "";
}

/* line 14758, app/assets/stylesheets/adminkit/light.css */
.fa-discord:before {
  content: "";
}

/* line 14761, app/assets/stylesheets/adminkit/light.css */
.fa-discourse:before {
  content: "";
}

/* line 14764, app/assets/stylesheets/adminkit/light.css */
.fa-dochub:before {
  content: "";
}

/* line 14767, app/assets/stylesheets/adminkit/light.css */
.fa-docker:before {
  content: "";
}

/* line 14770, app/assets/stylesheets/adminkit/light.css */
.fa-draft2digital:before {
  content: "";
}

/* line 14773, app/assets/stylesheets/adminkit/light.css */
.fa-dribbble:before {
  content: "";
}

/* line 14776, app/assets/stylesheets/adminkit/light.css */
.fa-dropbox:before {
  content: "";
}

/* line 14779, app/assets/stylesheets/adminkit/light.css */
.fa-drupal:before {
  content: "";
}

/* line 14782, app/assets/stylesheets/adminkit/light.css */
.fa-dyalog:before {
  content: "";
}

/* line 14785, app/assets/stylesheets/adminkit/light.css */
.fa-earlybirds:before {
  content: "";
}

/* line 14788, app/assets/stylesheets/adminkit/light.css */
.fa-ebay:before {
  content: "";
}

/* line 14791, app/assets/stylesheets/adminkit/light.css */
.fa-edge:before {
  content: "";
}

/* line 14794, app/assets/stylesheets/adminkit/light.css */
.fa-edge-legacy:before {
  content: "";
}

/* line 14797, app/assets/stylesheets/adminkit/light.css */
.fa-elementor:before {
  content: "";
}

/* line 14800, app/assets/stylesheets/adminkit/light.css */
.fa-ello:before {
  content: "";
}

/* line 14803, app/assets/stylesheets/adminkit/light.css */
.fa-ember:before {
  content: "";
}

/* line 14806, app/assets/stylesheets/adminkit/light.css */
.fa-empire:before {
  content: "";
}

/* line 14809, app/assets/stylesheets/adminkit/light.css */
.fa-envira:before {
  content: "";
}

/* line 14812, app/assets/stylesheets/adminkit/light.css */
.fa-erlang:before {
  content: "";
}

/* line 14815, app/assets/stylesheets/adminkit/light.css */
.fa-ethereum:before {
  content: "";
}

/* line 14818, app/assets/stylesheets/adminkit/light.css */
.fa-etsy:before {
  content: "";
}

/* line 14821, app/assets/stylesheets/adminkit/light.css */
.fa-evernote:before {
  content: "";
}

/* line 14824, app/assets/stylesheets/adminkit/light.css */
.fa-expeditedssl:before {
  content: "";
}

/* line 14827, app/assets/stylesheets/adminkit/light.css */
.fa-facebook:before {
  content: "";
}

/* line 14830, app/assets/stylesheets/adminkit/light.css */
.fa-facebook-f:before {
  content: "";
}

/* line 14833, app/assets/stylesheets/adminkit/light.css */
.fa-facebook-messenger:before {
  content: "";
}

/* line 14836, app/assets/stylesheets/adminkit/light.css */
.fa-fantasy-flight-games:before {
  content: "";
}

/* line 14839, app/assets/stylesheets/adminkit/light.css */
.fa-fedex:before {
  content: "";
}

/* line 14842, app/assets/stylesheets/adminkit/light.css */
.fa-fedora:before {
  content: "";
}

/* line 14845, app/assets/stylesheets/adminkit/light.css */
.fa-figma:before {
  content: "";
}

/* line 14848, app/assets/stylesheets/adminkit/light.css */
.fa-firefox:before {
  content: "";
}

/* line 14851, app/assets/stylesheets/adminkit/light.css */
.fa-firefox-browser:before {
  content: "";
}

/* line 14854, app/assets/stylesheets/adminkit/light.css */
.fa-first-order:before {
  content: "";
}

/* line 14857, app/assets/stylesheets/adminkit/light.css */
.fa-first-order-alt:before {
  content: "";
}

/* line 14860, app/assets/stylesheets/adminkit/light.css */
.fa-firstdraft:before {
  content: "";
}

/* line 14863, app/assets/stylesheets/adminkit/light.css */
.fa-flickr:before {
  content: "";
}

/* line 14866, app/assets/stylesheets/adminkit/light.css */
.fa-flipboard:before {
  content: "";
}

/* line 14869, app/assets/stylesheets/adminkit/light.css */
.fa-fly:before {
  content: "";
}

/* line 14872, app/assets/stylesheets/adminkit/light.css */
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "";
}

/* line 14877, app/assets/stylesheets/adminkit/light.css */
.fa-fonticons:before {
  content: "";
}

/* line 14880, app/assets/stylesheets/adminkit/light.css */
.fa-fonticons-fi:before {
  content: "";
}

/* line 14883, app/assets/stylesheets/adminkit/light.css */
.fa-fort-awesome:before {
  content: "";
}

/* line 14886, app/assets/stylesheets/adminkit/light.css */
.fa-fort-awesome-alt:before {
  content: "";
}

/* line 14889, app/assets/stylesheets/adminkit/light.css */
.fa-forumbee:before {
  content: "";
}

/* line 14892, app/assets/stylesheets/adminkit/light.css */
.fa-foursquare:before {
  content: "";
}

/* line 14895, app/assets/stylesheets/adminkit/light.css */
.fa-free-code-camp:before {
  content: "";
}

/* line 14898, app/assets/stylesheets/adminkit/light.css */
.fa-freebsd:before {
  content: "";
}

/* line 14901, app/assets/stylesheets/adminkit/light.css */
.fa-fulcrum:before {
  content: "";
}

/* line 14904, app/assets/stylesheets/adminkit/light.css */
.fa-galactic-republic:before {
  content: "";
}

/* line 14907, app/assets/stylesheets/adminkit/light.css */
.fa-galactic-senate:before {
  content: "";
}

/* line 14910, app/assets/stylesheets/adminkit/light.css */
.fa-get-pocket:before {
  content: "";
}

/* line 14913, app/assets/stylesheets/adminkit/light.css */
.fa-gg:before {
  content: "";
}

/* line 14916, app/assets/stylesheets/adminkit/light.css */
.fa-gg-circle:before {
  content: "";
}

/* line 14919, app/assets/stylesheets/adminkit/light.css */
.fa-git:before {
  content: "";
}

/* line 14922, app/assets/stylesheets/adminkit/light.css */
.fa-git-alt:before {
  content: "";
}

/* line 14925, app/assets/stylesheets/adminkit/light.css */
.fa-github:before {
  content: "";
}

/* line 14928, app/assets/stylesheets/adminkit/light.css */
.fa-github-alt:before {
  content: "";
}

/* line 14931, app/assets/stylesheets/adminkit/light.css */
.fa-gitkraken:before {
  content: "";
}

/* line 14934, app/assets/stylesheets/adminkit/light.css */
.fa-gitlab:before {
  content: "";
}

/* line 14937, app/assets/stylesheets/adminkit/light.css */
.fa-gitter:before {
  content: "";
}

/* line 14940, app/assets/stylesheets/adminkit/light.css */
.fa-glide:before {
  content: "";
}

/* line 14943, app/assets/stylesheets/adminkit/light.css */
.fa-glide-g:before {
  content: "";
}

/* line 14946, app/assets/stylesheets/adminkit/light.css */
.fa-gofore:before {
  content: "";
}

/* line 14949, app/assets/stylesheets/adminkit/light.css */
.fa-golang:before {
  content: "";
}

/* line 14952, app/assets/stylesheets/adminkit/light.css */
.fa-goodreads:before {
  content: "";
}

/* line 14955, app/assets/stylesheets/adminkit/light.css */
.fa-goodreads-g:before {
  content: "";
}

/* line 14958, app/assets/stylesheets/adminkit/light.css */
.fa-google:before {
  content: "";
}

/* line 14961, app/assets/stylesheets/adminkit/light.css */
.fa-google-drive:before {
  content: "";
}

/* line 14964, app/assets/stylesheets/adminkit/light.css */
.fa-google-pay:before {
  content: "";
}

/* line 14967, app/assets/stylesheets/adminkit/light.css */
.fa-google-play:before {
  content: "";
}

/* line 14970, app/assets/stylesheets/adminkit/light.css */
.fa-google-plus:before {
  content: "";
}

/* line 14973, app/assets/stylesheets/adminkit/light.css */
.fa-google-plus-g:before {
  content: "";
}

/* line 14976, app/assets/stylesheets/adminkit/light.css */
.fa-google-wallet:before {
  content: "";
}

/* line 14979, app/assets/stylesheets/adminkit/light.css */
.fa-gratipay:before {
  content: "";
}

/* line 14982, app/assets/stylesheets/adminkit/light.css */
.fa-grav:before {
  content: "";
}

/* line 14985, app/assets/stylesheets/adminkit/light.css */
.fa-gripfire:before {
  content: "";
}

/* line 14988, app/assets/stylesheets/adminkit/light.css */
.fa-grunt:before {
  content: "";
}

/* line 14991, app/assets/stylesheets/adminkit/light.css */
.fa-guilded:before {
  content: "";
}

/* line 14994, app/assets/stylesheets/adminkit/light.css */
.fa-gulp:before {
  content: "";
}

/* line 14997, app/assets/stylesheets/adminkit/light.css */
.fa-hacker-news:before {
  content: "";
}

/* line 15000, app/assets/stylesheets/adminkit/light.css */
.fa-hackerrank:before {
  content: "";
}

/* line 15003, app/assets/stylesheets/adminkit/light.css */
.fa-hashnode:before {
  content: "";
}

/* line 15006, app/assets/stylesheets/adminkit/light.css */
.fa-hips:before {
  content: "";
}

/* line 15009, app/assets/stylesheets/adminkit/light.css */
.fa-hire-a-helper:before {
  content: "";
}

/* line 15012, app/assets/stylesheets/adminkit/light.css */
.fa-hive:before {
  content: "";
}

/* line 15015, app/assets/stylesheets/adminkit/light.css */
.fa-hooli:before {
  content: "";
}

/* line 15018, app/assets/stylesheets/adminkit/light.css */
.fa-hornbill:before {
  content: "";
}

/* line 15021, app/assets/stylesheets/adminkit/light.css */
.fa-hotjar:before {
  content: "";
}

/* line 15024, app/assets/stylesheets/adminkit/light.css */
.fa-houzz:before {
  content: "";
}

/* line 15027, app/assets/stylesheets/adminkit/light.css */
.fa-html5:before {
  content: "";
}

/* line 15030, app/assets/stylesheets/adminkit/light.css */
.fa-hubspot:before {
  content: "";
}

/* line 15033, app/assets/stylesheets/adminkit/light.css */
.fa-ideal:before {
  content: "";
}

/* line 15036, app/assets/stylesheets/adminkit/light.css */
.fa-imdb:before {
  content: "";
}

/* line 15039, app/assets/stylesheets/adminkit/light.css */
.fa-instagram:before {
  content: "";
}

/* line 15042, app/assets/stylesheets/adminkit/light.css */
.fa-instalod:before {
  content: "";
}

/* line 15045, app/assets/stylesheets/adminkit/light.css */
.fa-intercom:before {
  content: "";
}

/* line 15048, app/assets/stylesheets/adminkit/light.css */
.fa-internet-explorer:before {
  content: "";
}

/* line 15051, app/assets/stylesheets/adminkit/light.css */
.fa-invision:before {
  content: "";
}

/* line 15054, app/assets/stylesheets/adminkit/light.css */
.fa-ioxhost:before {
  content: "";
}

/* line 15057, app/assets/stylesheets/adminkit/light.css */
.fa-itch-io:before {
  content: "";
}

/* line 15060, app/assets/stylesheets/adminkit/light.css */
.fa-itunes:before {
  content: "";
}

/* line 15063, app/assets/stylesheets/adminkit/light.css */
.fa-itunes-note:before {
  content: "";
}

/* line 15066, app/assets/stylesheets/adminkit/light.css */
.fa-java:before {
  content: "";
}

/* line 15069, app/assets/stylesheets/adminkit/light.css */
.fa-jedi-order:before {
  content: "";
}

/* line 15072, app/assets/stylesheets/adminkit/light.css */
.fa-jenkins:before {
  content: "";
}

/* line 15075, app/assets/stylesheets/adminkit/light.css */
.fa-jira:before {
  content: "";
}

/* line 15078, app/assets/stylesheets/adminkit/light.css */
.fa-joget:before {
  content: "";
}

/* line 15081, app/assets/stylesheets/adminkit/light.css */
.fa-joomla:before {
  content: "";
}

/* line 15084, app/assets/stylesheets/adminkit/light.css */
.fa-js:before {
  content: "";
}

/* line 15087, app/assets/stylesheets/adminkit/light.css */
.fa-jsfiddle:before {
  content: "";
}

/* line 15090, app/assets/stylesheets/adminkit/light.css */
.fa-kaggle:before {
  content: "";
}

/* line 15093, app/assets/stylesheets/adminkit/light.css */
.fa-keybase:before {
  content: "";
}

/* line 15096, app/assets/stylesheets/adminkit/light.css */
.fa-keycdn:before {
  content: "";
}

/* line 15099, app/assets/stylesheets/adminkit/light.css */
.fa-kickstarter:before {
  content: "";
}

/* line 15102, app/assets/stylesheets/adminkit/light.css */
.fa-kickstarter-k:before {
  content: "";
}

/* line 15105, app/assets/stylesheets/adminkit/light.css */
.fa-korvue:before {
  content: "";
}

/* line 15108, app/assets/stylesheets/adminkit/light.css */
.fa-laravel:before {
  content: "";
}

/* line 15111, app/assets/stylesheets/adminkit/light.css */
.fa-lastfm:before {
  content: "";
}

/* line 15114, app/assets/stylesheets/adminkit/light.css */
.fa-leanpub:before {
  content: "";
}

/* line 15117, app/assets/stylesheets/adminkit/light.css */
.fa-less:before {
  content: "";
}

/* line 15120, app/assets/stylesheets/adminkit/light.css */
.fa-line:before {
  content: "";
}

/* line 15123, app/assets/stylesheets/adminkit/light.css */
.fa-linkedin:before {
  content: "";
}

/* line 15126, app/assets/stylesheets/adminkit/light.css */
.fa-linkedin-in:before {
  content: "";
}

/* line 15129, app/assets/stylesheets/adminkit/light.css */
.fa-linode:before {
  content: "";
}

/* line 15132, app/assets/stylesheets/adminkit/light.css */
.fa-linux:before {
  content: "";
}

/* line 15135, app/assets/stylesheets/adminkit/light.css */
.fa-lyft:before {
  content: "";
}

/* line 15138, app/assets/stylesheets/adminkit/light.css */
.fa-magento:before {
  content: "";
}

/* line 15141, app/assets/stylesheets/adminkit/light.css */
.fa-mailchimp:before {
  content: "";
}

/* line 15144, app/assets/stylesheets/adminkit/light.css */
.fa-mandalorian:before {
  content: "";
}

/* line 15147, app/assets/stylesheets/adminkit/light.css */
.fa-markdown:before {
  content: "";
}

/* line 15150, app/assets/stylesheets/adminkit/light.css */
.fa-mastodon:before {
  content: "";
}

/* line 15153, app/assets/stylesheets/adminkit/light.css */
.fa-maxcdn:before {
  content: "";
}

/* line 15156, app/assets/stylesheets/adminkit/light.css */
.fa-mdb:before {
  content: "";
}

/* line 15159, app/assets/stylesheets/adminkit/light.css */
.fa-medapps:before {
  content: "";
}

/* line 15162, app/assets/stylesheets/adminkit/light.css */
.fa-medium-m:before,
.fa-medium:before {
  content: "";
}

/* line 15166, app/assets/stylesheets/adminkit/light.css */
.fa-medrt:before {
  content: "";
}

/* line 15169, app/assets/stylesheets/adminkit/light.css */
.fa-meetup:before {
  content: "";
}

/* line 15172, app/assets/stylesheets/adminkit/light.css */
.fa-megaport:before {
  content: "";
}

/* line 15175, app/assets/stylesheets/adminkit/light.css */
.fa-mendeley:before {
  content: "";
}

/* line 15178, app/assets/stylesheets/adminkit/light.css */
.fa-meta:before {
  content: "";
}

/* line 15181, app/assets/stylesheets/adminkit/light.css */
.fa-microblog:before {
  content: "";
}

/* line 15184, app/assets/stylesheets/adminkit/light.css */
.fa-microsoft:before {
  content: "";
}

/* line 15187, app/assets/stylesheets/adminkit/light.css */
.fa-mix:before {
  content: "";
}

/* line 15190, app/assets/stylesheets/adminkit/light.css */
.fa-mixcloud:before {
  content: "";
}

/* line 15193, app/assets/stylesheets/adminkit/light.css */
.fa-mixer:before {
  content: "";
}

/* line 15196, app/assets/stylesheets/adminkit/light.css */
.fa-mizuni:before {
  content: "";
}

/* line 15199, app/assets/stylesheets/adminkit/light.css */
.fa-modx:before {
  content: "";
}

/* line 15202, app/assets/stylesheets/adminkit/light.css */
.fa-monero:before {
  content: "";
}

/* line 15205, app/assets/stylesheets/adminkit/light.css */
.fa-napster:before {
  content: "";
}

/* line 15208, app/assets/stylesheets/adminkit/light.css */
.fa-neos:before {
  content: "";
}

/* line 15211, app/assets/stylesheets/adminkit/light.css */
.fa-nfc-directional:before {
  content: "";
}

/* line 15214, app/assets/stylesheets/adminkit/light.css */
.fa-nfc-symbol:before {
  content: "";
}

/* line 15217, app/assets/stylesheets/adminkit/light.css */
.fa-nimblr:before {
  content: "";
}

/* line 15220, app/assets/stylesheets/adminkit/light.css */
.fa-node:before {
  content: "";
}

/* line 15223, app/assets/stylesheets/adminkit/light.css */
.fa-node-js:before {
  content: "";
}

/* line 15226, app/assets/stylesheets/adminkit/light.css */
.fa-npm:before {
  content: "";
}

/* line 15229, app/assets/stylesheets/adminkit/light.css */
.fa-ns8:before {
  content: "";
}

/* line 15232, app/assets/stylesheets/adminkit/light.css */
.fa-nutritionix:before {
  content: "";
}

/* line 15235, app/assets/stylesheets/adminkit/light.css */
.fa-octopus-deploy:before {
  content: "";
}

/* line 15238, app/assets/stylesheets/adminkit/light.css */
.fa-odnoklassniki:before {
  content: "";
}

/* line 15241, app/assets/stylesheets/adminkit/light.css */
.fa-old-republic:before {
  content: "";
}

/* line 15244, app/assets/stylesheets/adminkit/light.css */
.fa-opencart:before {
  content: "";
}

/* line 15247, app/assets/stylesheets/adminkit/light.css */
.fa-openid:before {
  content: "";
}

/* line 15250, app/assets/stylesheets/adminkit/light.css */
.fa-opera:before {
  content: "";
}

/* line 15253, app/assets/stylesheets/adminkit/light.css */
.fa-optin-monster:before {
  content: "";
}

/* line 15256, app/assets/stylesheets/adminkit/light.css */
.fa-orcid:before {
  content: "";
}

/* line 15259, app/assets/stylesheets/adminkit/light.css */
.fa-osi:before {
  content: "";
}

/* line 15262, app/assets/stylesheets/adminkit/light.css */
.fa-padlet:before {
  content: "";
}

/* line 15265, app/assets/stylesheets/adminkit/light.css */
.fa-page4:before {
  content: "";
}

/* line 15268, app/assets/stylesheets/adminkit/light.css */
.fa-pagelines:before {
  content: "";
}

/* line 15271, app/assets/stylesheets/adminkit/light.css */
.fa-palfed:before {
  content: "";
}

/* line 15274, app/assets/stylesheets/adminkit/light.css */
.fa-patreon:before {
  content: "";
}

/* line 15277, app/assets/stylesheets/adminkit/light.css */
.fa-paypal:before {
  content: "";
}

/* line 15280, app/assets/stylesheets/adminkit/light.css */
.fa-perbyte:before {
  content: "";
}

/* line 15283, app/assets/stylesheets/adminkit/light.css */
.fa-periscope:before {
  content: "";
}

/* line 15286, app/assets/stylesheets/adminkit/light.css */
.fa-phabricator:before {
  content: "";
}

/* line 15289, app/assets/stylesheets/adminkit/light.css */
.fa-phoenix-framework:before {
  content: "";
}

/* line 15292, app/assets/stylesheets/adminkit/light.css */
.fa-phoenix-squadron:before {
  content: "";
}

/* line 15295, app/assets/stylesheets/adminkit/light.css */
.fa-php:before {
  content: "";
}

/* line 15298, app/assets/stylesheets/adminkit/light.css */
.fa-pied-piper:before {
  content: "";
}

/* line 15301, app/assets/stylesheets/adminkit/light.css */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 15304, app/assets/stylesheets/adminkit/light.css */
.fa-pied-piper-hat:before {
  content: "";
}

/* line 15307, app/assets/stylesheets/adminkit/light.css */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 15310, app/assets/stylesheets/adminkit/light.css */
.fa-pinterest:before {
  content: "";
}

/* line 15313, app/assets/stylesheets/adminkit/light.css */
.fa-pinterest-p:before {
  content: "";
}

/* line 15316, app/assets/stylesheets/adminkit/light.css */
.fa-pix:before {
  content: "";
}

/* line 15319, app/assets/stylesheets/adminkit/light.css */
.fa-playstation:before {
  content: "";
}

/* line 15322, app/assets/stylesheets/adminkit/light.css */
.fa-product-hunt:before {
  content: "";
}

/* line 15325, app/assets/stylesheets/adminkit/light.css */
.fa-pushed:before {
  content: "";
}

/* line 15328, app/assets/stylesheets/adminkit/light.css */
.fa-python:before {
  content: "";
}

/* line 15331, app/assets/stylesheets/adminkit/light.css */
.fa-qq:before {
  content: "";
}

/* line 15334, app/assets/stylesheets/adminkit/light.css */
.fa-quinscape:before {
  content: "";
}

/* line 15337, app/assets/stylesheets/adminkit/light.css */
.fa-quora:before {
  content: "";
}

/* line 15340, app/assets/stylesheets/adminkit/light.css */
.fa-r-project:before {
  content: "";
}

/* line 15343, app/assets/stylesheets/adminkit/light.css */
.fa-raspberry-pi:before {
  content: "";
}

/* line 15346, app/assets/stylesheets/adminkit/light.css */
.fa-ravelry:before {
  content: "";
}

/* line 15349, app/assets/stylesheets/adminkit/light.css */
.fa-react:before {
  content: "";
}

/* line 15352, app/assets/stylesheets/adminkit/light.css */
.fa-reacteurope:before {
  content: "";
}

/* line 15355, app/assets/stylesheets/adminkit/light.css */
.fa-readme:before {
  content: "";
}

/* line 15358, app/assets/stylesheets/adminkit/light.css */
.fa-rebel:before {
  content: "";
}

/* line 15361, app/assets/stylesheets/adminkit/light.css */
.fa-red-river:before {
  content: "";
}

/* line 15364, app/assets/stylesheets/adminkit/light.css */
.fa-reddit:before {
  content: "";
}

/* line 15367, app/assets/stylesheets/adminkit/light.css */
.fa-reddit-alien:before {
  content: "";
}

/* line 15370, app/assets/stylesheets/adminkit/light.css */
.fa-redhat:before {
  content: "";
}

/* line 15373, app/assets/stylesheets/adminkit/light.css */
.fa-renren:before {
  content: "";
}

/* line 15376, app/assets/stylesheets/adminkit/light.css */
.fa-replyd:before {
  content: "";
}

/* line 15379, app/assets/stylesheets/adminkit/light.css */
.fa-researchgate:before {
  content: "";
}

/* line 15382, app/assets/stylesheets/adminkit/light.css */
.fa-resolving:before {
  content: "";
}

/* line 15385, app/assets/stylesheets/adminkit/light.css */
.fa-rev:before {
  content: "";
}

/* line 15388, app/assets/stylesheets/adminkit/light.css */
.fa-rocketchat:before {
  content: "";
}

/* line 15391, app/assets/stylesheets/adminkit/light.css */
.fa-rockrms:before {
  content: "";
}

/* line 15394, app/assets/stylesheets/adminkit/light.css */
.fa-rust:before {
  content: "";
}

/* line 15397, app/assets/stylesheets/adminkit/light.css */
.fa-safari:before {
  content: "";
}

/* line 15400, app/assets/stylesheets/adminkit/light.css */
.fa-salesforce:before {
  content: "";
}

/* line 15403, app/assets/stylesheets/adminkit/light.css */
.fa-sass:before {
  content: "";
}

/* line 15406, app/assets/stylesheets/adminkit/light.css */
.fa-schlix:before {
  content: "";
}

/* line 15409, app/assets/stylesheets/adminkit/light.css */
.fa-screenpal:before {
  content: "";
}

/* line 15412, app/assets/stylesheets/adminkit/light.css */
.fa-scribd:before {
  content: "";
}

/* line 15415, app/assets/stylesheets/adminkit/light.css */
.fa-searchengin:before {
  content: "";
}

/* line 15418, app/assets/stylesheets/adminkit/light.css */
.fa-sellcast:before {
  content: "";
}

/* line 15421, app/assets/stylesheets/adminkit/light.css */
.fa-sellsy:before {
  content: "";
}

/* line 15424, app/assets/stylesheets/adminkit/light.css */
.fa-servicestack:before {
  content: "";
}

/* line 15427, app/assets/stylesheets/adminkit/light.css */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 15430, app/assets/stylesheets/adminkit/light.css */
.fa-shopify:before {
  content: "";
}

/* line 15433, app/assets/stylesheets/adminkit/light.css */
.fa-shopware:before {
  content: "";
}

/* line 15436, app/assets/stylesheets/adminkit/light.css */
.fa-simplybuilt:before {
  content: "";
}

/* line 15439, app/assets/stylesheets/adminkit/light.css */
.fa-sistrix:before {
  content: "";
}

/* line 15442, app/assets/stylesheets/adminkit/light.css */
.fa-sith:before {
  content: "";
}

/* line 15445, app/assets/stylesheets/adminkit/light.css */
.fa-sitrox:before {
  content: "";
}

/* line 15448, app/assets/stylesheets/adminkit/light.css */
.fa-sketch:before {
  content: "";
}

/* line 15451, app/assets/stylesheets/adminkit/light.css */
.fa-skyatlas:before {
  content: "";
}

/* line 15454, app/assets/stylesheets/adminkit/light.css */
.fa-skype:before {
  content: "";
}

/* line 15457, app/assets/stylesheets/adminkit/light.css */
.fa-slack-hash:before,
.fa-slack:before {
  content: "";
}

/* line 15461, app/assets/stylesheets/adminkit/light.css */
.fa-slideshare:before {
  content: "";
}

/* line 15464, app/assets/stylesheets/adminkit/light.css */
.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "";
}

/* line 15468, app/assets/stylesheets/adminkit/light.css */
.fa-soundcloud:before {
  content: "";
}

/* line 15471, app/assets/stylesheets/adminkit/light.css */
.fa-sourcetree:before {
  content: "";
}

/* line 15474, app/assets/stylesheets/adminkit/light.css */
.fa-space-awesome:before {
  content: "";
}

/* line 15477, app/assets/stylesheets/adminkit/light.css */
.fa-speakap:before {
  content: "";
}

/* line 15480, app/assets/stylesheets/adminkit/light.css */
.fa-speaker-deck:before {
  content: "";
}

/* line 15483, app/assets/stylesheets/adminkit/light.css */
.fa-spotify:before {
  content: "";
}

/* line 15486, app/assets/stylesheets/adminkit/light.css */
.fa-behance-square:before,
.fa-square-behance:before {
  content: "";
}

/* line 15490, app/assets/stylesheets/adminkit/light.css */
.fa-dribbble-square:before,
.fa-square-dribbble:before {
  content: "";
}

/* line 15494, app/assets/stylesheets/adminkit/light.css */
.fa-facebook-square:before,
.fa-square-facebook:before {
  content: "";
}

/* line 15498, app/assets/stylesheets/adminkit/light.css */
.fa-square-font-awesome:before {
  content: "";
}

/* line 15501, app/assets/stylesheets/adminkit/light.css */
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "";
}

/* line 15505, app/assets/stylesheets/adminkit/light.css */
.fa-git-square:before,
.fa-square-git:before {
  content: "";
}

/* line 15509, app/assets/stylesheets/adminkit/light.css */
.fa-github-square:before,
.fa-square-github:before {
  content: "";
}

/* line 15513, app/assets/stylesheets/adminkit/light.css */
.fa-gitlab-square:before,
.fa-square-gitlab:before {
  content: "";
}

/* line 15517, app/assets/stylesheets/adminkit/light.css */
.fa-google-plus-square:before,
.fa-square-google-plus:before {
  content: "";
}

/* line 15521, app/assets/stylesheets/adminkit/light.css */
.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
  content: "";
}

/* line 15525, app/assets/stylesheets/adminkit/light.css */
.fa-instagram-square:before,
.fa-square-instagram:before {
  content: "";
}

/* line 15529, app/assets/stylesheets/adminkit/light.css */
.fa-js-square:before,
.fa-square-js:before {
  content: "";
}

/* line 15533, app/assets/stylesheets/adminkit/light.css */
.fa-lastfm-square:before,
.fa-square-lastfm:before {
  content: "";
}

/* line 15537, app/assets/stylesheets/adminkit/light.css */
.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
  content: "";
}

/* line 15541, app/assets/stylesheets/adminkit/light.css */
.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
  content: "";
}

/* line 15545, app/assets/stylesheets/adminkit/light.css */
.fa-pinterest-square:before,
.fa-square-pinterest:before {
  content: "";
}

/* line 15549, app/assets/stylesheets/adminkit/light.css */
.fa-reddit-square:before,
.fa-square-reddit:before {
  content: "";
}

/* line 15553, app/assets/stylesheets/adminkit/light.css */
.fa-snapchat-square:before,
.fa-square-snapchat:before {
  content: "";
}

/* line 15557, app/assets/stylesheets/adminkit/light.css */
.fa-square-steam:before,
.fa-steam-square:before {
  content: "";
}

/* line 15561, app/assets/stylesheets/adminkit/light.css */
.fa-square-tumblr:before,
.fa-tumblr-square:before {
  content: "";
}

/* line 15565, app/assets/stylesheets/adminkit/light.css */
.fa-square-twitter:before,
.fa-twitter-square:before {
  content: "";
}

/* line 15569, app/assets/stylesheets/adminkit/light.css */
.fa-square-viadeo:before,
.fa-viadeo-square:before {
  content: "";
}

/* line 15573, app/assets/stylesheets/adminkit/light.css */
.fa-square-vimeo:before,
.fa-vimeo-square:before {
  content: "";
}

/* line 15577, app/assets/stylesheets/adminkit/light.css */
.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
  content: "";
}

/* line 15581, app/assets/stylesheets/adminkit/light.css */
.fa-square-xing:before,
.fa-xing-square:before {
  content: "";
}

/* line 15585, app/assets/stylesheets/adminkit/light.css */
.fa-square-youtube:before,
.fa-youtube-square:before {
  content: "";
}

/* line 15589, app/assets/stylesheets/adminkit/light.css */
.fa-squarespace:before {
  content: "";
}

/* line 15592, app/assets/stylesheets/adminkit/light.css */
.fa-stack-exchange:before {
  content: "";
}

/* line 15595, app/assets/stylesheets/adminkit/light.css */
.fa-stack-overflow:before {
  content: "";
}

/* line 15598, app/assets/stylesheets/adminkit/light.css */
.fa-stackpath:before {
  content: "";
}

/* line 15601, app/assets/stylesheets/adminkit/light.css */
.fa-staylinked:before {
  content: "";
}

/* line 15604, app/assets/stylesheets/adminkit/light.css */
.fa-steam:before {
  content: "";
}

/* line 15607, app/assets/stylesheets/adminkit/light.css */
.fa-steam-symbol:before {
  content: "";
}

/* line 15610, app/assets/stylesheets/adminkit/light.css */
.fa-sticker-mule:before {
  content: "";
}

/* line 15613, app/assets/stylesheets/adminkit/light.css */
.fa-strava:before {
  content: "";
}

/* line 15616, app/assets/stylesheets/adminkit/light.css */
.fa-stripe:before {
  content: "";
}

/* line 15619, app/assets/stylesheets/adminkit/light.css */
.fa-stripe-s:before {
  content: "";
}

/* line 15622, app/assets/stylesheets/adminkit/light.css */
.fa-studiovinari:before {
  content: "";
}

/* line 15625, app/assets/stylesheets/adminkit/light.css */
.fa-stumbleupon:before {
  content: "";
}

/* line 15628, app/assets/stylesheets/adminkit/light.css */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 15631, app/assets/stylesheets/adminkit/light.css */
.fa-superpowers:before {
  content: "";
}

/* line 15634, app/assets/stylesheets/adminkit/light.css */
.fa-supple:before {
  content: "";
}

/* line 15637, app/assets/stylesheets/adminkit/light.css */
.fa-suse:before {
  content: "";
}

/* line 15640, app/assets/stylesheets/adminkit/light.css */
.fa-swift:before {
  content: "";
}

/* line 15643, app/assets/stylesheets/adminkit/light.css */
.fa-symfony:before {
  content: "";
}

/* line 15646, app/assets/stylesheets/adminkit/light.css */
.fa-teamspeak:before {
  content: "";
}

/* line 15649, app/assets/stylesheets/adminkit/light.css */
.fa-telegram-plane:before,
.fa-telegram:before {
  content: "";
}

/* line 15653, app/assets/stylesheets/adminkit/light.css */
.fa-tencent-weibo:before {
  content: "";
}

/* line 15656, app/assets/stylesheets/adminkit/light.css */
.fa-the-red-yeti:before {
  content: "";
}

/* line 15659, app/assets/stylesheets/adminkit/light.css */
.fa-themeco:before {
  content: "";
}

/* line 15662, app/assets/stylesheets/adminkit/light.css */
.fa-themeisle:before {
  content: "";
}

/* line 15665, app/assets/stylesheets/adminkit/light.css */
.fa-think-peaks:before {
  content: "";
}

/* line 15668, app/assets/stylesheets/adminkit/light.css */
.fa-tiktok:before {
  content: "";
}

/* line 15671, app/assets/stylesheets/adminkit/light.css */
.fa-trade-federation:before {
  content: "";
}

/* line 15674, app/assets/stylesheets/adminkit/light.css */
.fa-trello:before {
  content: "";
}

/* line 15677, app/assets/stylesheets/adminkit/light.css */
.fa-tumblr:before {
  content: "";
}

/* line 15680, app/assets/stylesheets/adminkit/light.css */
.fa-twitch:before {
  content: "";
}

/* line 15683, app/assets/stylesheets/adminkit/light.css */
.fa-twitter:before {
  content: "";
}

/* line 15686, app/assets/stylesheets/adminkit/light.css */
.fa-typo3:before {
  content: "";
}

/* line 15689, app/assets/stylesheets/adminkit/light.css */
.fa-uber:before {
  content: "";
}

/* line 15692, app/assets/stylesheets/adminkit/light.css */
.fa-ubuntu:before {
  content: "";
}

/* line 15695, app/assets/stylesheets/adminkit/light.css */
.fa-uikit:before {
  content: "";
}

/* line 15698, app/assets/stylesheets/adminkit/light.css */
.fa-umbraco:before {
  content: "";
}

/* line 15701, app/assets/stylesheets/adminkit/light.css */
.fa-uncharted:before {
  content: "";
}

/* line 15704, app/assets/stylesheets/adminkit/light.css */
.fa-uniregistry:before {
  content: "";
}

/* line 15707, app/assets/stylesheets/adminkit/light.css */
.fa-unity:before {
  content: "";
}

/* line 15710, app/assets/stylesheets/adminkit/light.css */
.fa-unsplash:before {
  content: "";
}

/* line 15713, app/assets/stylesheets/adminkit/light.css */
.fa-untappd:before {
  content: "";
}

/* line 15716, app/assets/stylesheets/adminkit/light.css */
.fa-ups:before {
  content: "";
}

/* line 15719, app/assets/stylesheets/adminkit/light.css */
.fa-usb:before {
  content: "";
}

/* line 15722, app/assets/stylesheets/adminkit/light.css */
.fa-usps:before {
  content: "";
}

/* line 15725, app/assets/stylesheets/adminkit/light.css */
.fa-ussunnah:before {
  content: "";
}

/* line 15728, app/assets/stylesheets/adminkit/light.css */
.fa-vaadin:before {
  content: "";
}

/* line 15731, app/assets/stylesheets/adminkit/light.css */
.fa-viacoin:before {
  content: "";
}

/* line 15734, app/assets/stylesheets/adminkit/light.css */
.fa-viadeo:before {
  content: "";
}

/* line 15737, app/assets/stylesheets/adminkit/light.css */
.fa-viber:before {
  content: "";
}

/* line 15740, app/assets/stylesheets/adminkit/light.css */
.fa-vimeo:before {
  content: "";
}

/* line 15743, app/assets/stylesheets/adminkit/light.css */
.fa-vimeo-v:before {
  content: "";
}

/* line 15746, app/assets/stylesheets/adminkit/light.css */
.fa-vine:before {
  content: "";
}

/* line 15749, app/assets/stylesheets/adminkit/light.css */
.fa-vk:before {
  content: "";
}

/* line 15752, app/assets/stylesheets/adminkit/light.css */
.fa-vnv:before {
  content: "";
}

/* line 15755, app/assets/stylesheets/adminkit/light.css */
.fa-vuejs:before {
  content: "";
}

/* line 15758, app/assets/stylesheets/adminkit/light.css */
.fa-watchman-monitoring:before {
  content: "";
}

/* line 15761, app/assets/stylesheets/adminkit/light.css */
.fa-waze:before {
  content: "";
}

/* line 15764, app/assets/stylesheets/adminkit/light.css */
.fa-weebly:before {
  content: "";
}

/* line 15767, app/assets/stylesheets/adminkit/light.css */
.fa-weibo:before {
  content: "";
}

/* line 15770, app/assets/stylesheets/adminkit/light.css */
.fa-weixin:before {
  content: "";
}

/* line 15773, app/assets/stylesheets/adminkit/light.css */
.fa-whatsapp:before {
  content: "";
}

/* line 15776, app/assets/stylesheets/adminkit/light.css */
.fa-whmcs:before {
  content: "";
}

/* line 15779, app/assets/stylesheets/adminkit/light.css */
.fa-wikipedia-w:before {
  content: "";
}

/* line 15782, app/assets/stylesheets/adminkit/light.css */
.fa-windows:before {
  content: "";
}

/* line 15785, app/assets/stylesheets/adminkit/light.css */
.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "";
}

/* line 15789, app/assets/stylesheets/adminkit/light.css */
.fa-wix:before {
  content: "";
}

/* line 15792, app/assets/stylesheets/adminkit/light.css */
.fa-wizards-of-the-coast:before {
  content: "";
}

/* line 15795, app/assets/stylesheets/adminkit/light.css */
.fa-wodu:before {
  content: "";
}

/* line 15798, app/assets/stylesheets/adminkit/light.css */
.fa-wolf-pack-battalion:before {
  content: "";
}

/* line 15801, app/assets/stylesheets/adminkit/light.css */
.fa-wordpress:before {
  content: "";
}

/* line 15804, app/assets/stylesheets/adminkit/light.css */
.fa-wordpress-simple:before {
  content: "";
}

/* line 15807, app/assets/stylesheets/adminkit/light.css */
.fa-wpbeginner:before {
  content: "";
}

/* line 15810, app/assets/stylesheets/adminkit/light.css */
.fa-wpexplorer:before {
  content: "";
}

/* line 15813, app/assets/stylesheets/adminkit/light.css */
.fa-wpforms:before {
  content: "";
}

/* line 15816, app/assets/stylesheets/adminkit/light.css */
.fa-rendact:before,
.fa-wpressr:before {
  content: "";
}

/* line 15820, app/assets/stylesheets/adminkit/light.css */
.fa-xbox:before {
  content: "";
}

/* line 15823, app/assets/stylesheets/adminkit/light.css */
.fa-xing:before {
  content: "";
}

/* line 15826, app/assets/stylesheets/adminkit/light.css */
.fa-y-combinator:before {
  content: "";
}

/* line 15829, app/assets/stylesheets/adminkit/light.css */
.fa-yahoo:before {
  content: "";
}

/* line 15832, app/assets/stylesheets/adminkit/light.css */
.fa-yammer:before {
  content: "";
}

/* line 15835, app/assets/stylesheets/adminkit/light.css */
.fa-yandex:before {
  content: "";
}

/* line 15838, app/assets/stylesheets/adminkit/light.css */
.fa-yandex-international:before {
  content: "";
}

/* line 15841, app/assets/stylesheets/adminkit/light.css */
.fa-yarn:before {
  content: "";
}

/* line 15844, app/assets/stylesheets/adminkit/light.css */
.fa-yelp:before {
  content: "";
}

/* line 15847, app/assets/stylesheets/adminkit/light.css */
.fa-yoast:before {
  content: "";
}

/* line 15850, app/assets/stylesheets/adminkit/light.css */
.fa-youtube:before {
  content: "";
}

/* line 15853, app/assets/stylesheets/adminkit/light.css */
.fa-zhihu:before {
  content: "";
}

/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 15860, app/assets/stylesheets/adminkit/light.css */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 15864, app/assets/stylesheets/adminkit/light.css */
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
}

/* line 15885, app/assets/stylesheets/adminkit/light.css */
.fa-1x {
  font-size: 1em;
}

/* line 15888, app/assets/stylesheets/adminkit/light.css */
.fa-2x {
  font-size: 2em;
}

/* line 15891, app/assets/stylesheets/adminkit/light.css */
.fa-3x {
  font-size: 3em;
}

/* line 15894, app/assets/stylesheets/adminkit/light.css */
.fa-4x {
  font-size: 4em;
}

/* line 15897, app/assets/stylesheets/adminkit/light.css */
.fa-5x {
  font-size: 5em;
}

/* line 15900, app/assets/stylesheets/adminkit/light.css */
.fa-6x {
  font-size: 6em;
}

/* line 15903, app/assets/stylesheets/adminkit/light.css */
.fa-7x {
  font-size: 7em;
}

/* line 15906, app/assets/stylesheets/adminkit/light.css */
.fa-8x {
  font-size: 8em;
}

/* line 15909, app/assets/stylesheets/adminkit/light.css */
.fa-9x {
  font-size: 9em;
}

/* line 15912, app/assets/stylesheets/adminkit/light.css */
.fa-10x {
  font-size: 10em;
}

/* line 15915, app/assets/stylesheets/adminkit/light.css */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 15920, app/assets/stylesheets/adminkit/light.css */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 15925, app/assets/stylesheets/adminkit/light.css */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 15930, app/assets/stylesheets/adminkit/light.css */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 15935, app/assets/stylesheets/adminkit/light.css */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 15940, app/assets/stylesheets/adminkit/light.css */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 15945, app/assets/stylesheets/adminkit/light.css */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 15949, app/assets/stylesheets/adminkit/light.css */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 15954, app/assets/stylesheets/adminkit/light.css */
.fa-ul > li {
  position: relative;
}

/* line 15957, app/assets/stylesheets/adminkit/light.css */
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  line-height: inherit;
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
}

/* line 15964, app/assets/stylesheets/adminkit/light.css */
.fa-border {
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 15969, app/assets/stylesheets/adminkit/light.css */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 15973, app/assets/stylesheets/adminkit/light.css */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 15977, app/assets/stylesheets/adminkit/light.css */
.fa-beat {
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-beat;
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 15991, app/assets/stylesheets/adminkit/light.css */
.fa-bounce {
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-bounce;
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 16005, app/assets/stylesheets/adminkit/light.css */
.fa-fade {
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-fade;
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 16013, app/assets/stylesheets/adminkit/light.css */
.fa-beat-fade,
.fa-fade {
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}

/* line 16022, app/assets/stylesheets/adminkit/light.css */
.fa-beat-fade {
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-beat-fade;
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 16030, app/assets/stylesheets/adminkit/light.css */
.fa-flip {
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-flip;
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 16044, app/assets/stylesheets/adminkit/light.css */
.fa-shake {
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-shake;
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 16054, app/assets/stylesheets/adminkit/light.css */
.fa-shake,
.fa-spin {
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
}

/* line 16061, app/assets/stylesheets/adminkit/light.css */
.fa-spin {
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-spin;
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 16071, app/assets/stylesheets/adminkit/light.css */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 16074, app/assets/stylesheets/adminkit/light.css */
.fa-pulse,
.fa-spin-pulse {
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-spin;
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 16088, app/assets/stylesheets/adminkit/light.css */
  .fa-beat,
.fa-beat-fade,
.fa-bounce,
.fa-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%,
90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%,
to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  24%,
8% {
    transform: rotate(-18deg);
  }
  12%,
28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
to {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

/* line 16293, app/assets/stylesheets/adminkit/light.css */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 16296, app/assets/stylesheets/adminkit/light.css */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 16299, app/assets/stylesheets/adminkit/light.css */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16302, app/assets/stylesheets/adminkit/light.css */
.fa-flip-horizontal {
  transform: scaleX(-1);
}

/* line 16305, app/assets/stylesheets/adminkit/light.css */
.fa-flip-vertical {
  transform: scaleY(-1);
}

/* line 16308, app/assets/stylesheets/adminkit/light.css */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

/* line 16312, app/assets/stylesheets/adminkit/light.css */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

/* line 16315, app/assets/stylesheets/adminkit/light.css */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 16323, app/assets/stylesheets/adminkit/light.css */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 16331, app/assets/stylesheets/adminkit/light.css */
.fa-stack-1x {
  line-height: inherit;
}

/* line 16334, app/assets/stylesheets/adminkit/light.css */
.fa-stack-2x {
  font-size: 2em;
}

/* line 16337, app/assets/stylesheets/adminkit/light.css */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* line 16340, app/assets/stylesheets/adminkit/light.css */
.fa-0:before {
  content: "\30 ";
}

/* line 16343, app/assets/stylesheets/adminkit/light.css */
.fa-1:before {
  content: "\31 ";
}

/* line 16346, app/assets/stylesheets/adminkit/light.css */
.fa-2:before {
  content: "\32 ";
}

/* line 16349, app/assets/stylesheets/adminkit/light.css */
.fa-3:before {
  content: "\33 ";
}

/* line 16352, app/assets/stylesheets/adminkit/light.css */
.fa-4:before {
  content: "\34 ";
}

/* line 16355, app/assets/stylesheets/adminkit/light.css */
.fa-5:before {
  content: "\35 ";
}

/* line 16358, app/assets/stylesheets/adminkit/light.css */
.fa-6:before {
  content: "\36 ";
}

/* line 16361, app/assets/stylesheets/adminkit/light.css */
.fa-7:before {
  content: "\37 ";
}

/* line 16364, app/assets/stylesheets/adminkit/light.css */
.fa-8:before {
  content: "\38 ";
}

/* line 16367, app/assets/stylesheets/adminkit/light.css */
.fa-9:before {
  content: "\39 ";
}

/* line 16370, app/assets/stylesheets/adminkit/light.css */
.fa-a:before {
  content: "A";
}

/* line 16373, app/assets/stylesheets/adminkit/light.css */
.fa-address-book:before,
.fa-contact-book:before {
  content: "";
}

/* line 16377, app/assets/stylesheets/adminkit/light.css */
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "";
}

/* line 16382, app/assets/stylesheets/adminkit/light.css */
.fa-align-center:before {
  content: "";
}

/* line 16385, app/assets/stylesheets/adminkit/light.css */
.fa-align-justify:before {
  content: "";
}

/* line 16388, app/assets/stylesheets/adminkit/light.css */
.fa-align-left:before {
  content: "";
}

/* line 16391, app/assets/stylesheets/adminkit/light.css */
.fa-align-right:before {
  content: "";
}

/* line 16394, app/assets/stylesheets/adminkit/light.css */
.fa-anchor:before {
  content: "";
}

/* line 16397, app/assets/stylesheets/adminkit/light.css */
.fa-anchor-circle-check:before {
  content: "";
}

/* line 16400, app/assets/stylesheets/adminkit/light.css */
.fa-anchor-circle-exclamation:before {
  content: "";
}

/* line 16403, app/assets/stylesheets/adminkit/light.css */
.fa-anchor-circle-xmark:before {
  content: "";
}

/* line 16406, app/assets/stylesheets/adminkit/light.css */
.fa-anchor-lock:before {
  content: "";
}

/* line 16409, app/assets/stylesheets/adminkit/light.css */
.fa-angle-down:before {
  content: "";
}

/* line 16412, app/assets/stylesheets/adminkit/light.css */
.fa-angle-left:before {
  content: "";
}

/* line 16415, app/assets/stylesheets/adminkit/light.css */
.fa-angle-right:before {
  content: "";
}

/* line 16418, app/assets/stylesheets/adminkit/light.css */
.fa-angle-up:before {
  content: "";
}

/* line 16421, app/assets/stylesheets/adminkit/light.css */
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "";
}

/* line 16425, app/assets/stylesheets/adminkit/light.css */
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "";
}

/* line 16429, app/assets/stylesheets/adminkit/light.css */
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "";
}

/* line 16433, app/assets/stylesheets/adminkit/light.css */
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "";
}

/* line 16437, app/assets/stylesheets/adminkit/light.css */
.fa-ankh:before {
  content: "";
}

/* line 16440, app/assets/stylesheets/adminkit/light.css */
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "";
}

/* line 16444, app/assets/stylesheets/adminkit/light.css */
.fa-archway:before {
  content: "";
}

/* line 16447, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-down:before {
  content: "";
}

/* line 16450, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "";
}

/* line 16455, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "";
}

/* line 16460, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "";
}

/* line 16465, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "";
}

/* line 16469, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "";
}

/* line 16474, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-down-up-across-line:before {
  content: "";
}

/* line 16477, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-down-up-lock:before {
  content: "";
}

/* line 16480, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "";
}

/* line 16485, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "";
}

/* line 16490, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-left:before {
  content: "";
}

/* line 16493, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "";
}

/* line 16497, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "";
}

/* line 16501, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-right:before {
  content: "";
}

/* line 16504, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "";
}

/* line 16508, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "";
}

/* line 16512, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "";
}

/* line 16516, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "";
}

/* line 16520, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-right-to-city:before {
  content: "";
}

/* line 16523, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 16530, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "";
}

/* line 16536, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-trend-down:before {
  content: "";
}

/* line 16539, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-trend-up:before {
  content: "";
}

/* line 16542, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "";
}

/* line 16546, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "";
}

/* line 16550, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up:before {
  content: "";
}

/* line 16553, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "";
}

/* line 16557, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "";
}

/* line 16561, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "";
}

/* line 16565, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up-from-bracket:before {
  content: "";
}

/* line 16568, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up-from-ground-water:before {
  content: "";
}

/* line 16571, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up-from-water-pump:before {
  content: "";
}

/* line 16574, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "";
}

/* line 16578, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up-right-dots:before {
  content: "";
}

/* line 16581, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "";
}

/* line 16585, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "";
}

/* line 16589, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "";
}

/* line 16593, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "";
}

/* line 16597, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-down-to-line:before {
  content: "";
}

/* line 16600, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-down-to-people:before {
  content: "";
}

/* line 16603, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "";
}

/* line 16607, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-left-right-to-line:before {
  content: "";
}

/* line 16610, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "";
}

/* line 16615, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-spin:before {
  content: "";
}

/* line 16618, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-split-up-and-left:before {
  content: "";
}

/* line 16621, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-to-circle:before {
  content: "";
}

/* line 16624, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-to-dot:before {
  content: "";
}

/* line 16627, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-to-eye:before {
  content: "";
}

/* line 16630, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-turn-right:before {
  content: "";
}

/* line 16633, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-turn-to-dots:before {
  content: "";
}

/* line 16636, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "";
}

/* line 16640, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "";
}

/* line 16644, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-up-to-line:before {
  content: "";
}

/* line 16647, app/assets/stylesheets/adminkit/light.css */
.fa-asterisk:before {
  content: "\*";
}

/* line 16650, app/assets/stylesheets/adminkit/light.css */
.fa-at:before {
  content: "\@";
}

/* line 16653, app/assets/stylesheets/adminkit/light.css */
.fa-atom:before {
  content: "";
}

/* line 16656, app/assets/stylesheets/adminkit/light.css */
.fa-audio-description:before {
  content: "";
}

/* line 16659, app/assets/stylesheets/adminkit/light.css */
.fa-austral-sign:before {
  content: "";
}

/* line 16662, app/assets/stylesheets/adminkit/light.css */
.fa-award:before {
  content: "";
}

/* line 16665, app/assets/stylesheets/adminkit/light.css */
.fa-b:before {
  content: "B";
}

/* line 16668, app/assets/stylesheets/adminkit/light.css */
.fa-baby:before {
  content: "";
}

/* line 16671, app/assets/stylesheets/adminkit/light.css */
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "";
}

/* line 16675, app/assets/stylesheets/adminkit/light.css */
.fa-backward:before {
  content: "";
}

/* line 16678, app/assets/stylesheets/adminkit/light.css */
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "";
}

/* line 16682, app/assets/stylesheets/adminkit/light.css */
.fa-backward-step:before,
.fa-step-backward:before {
  content: "";
}

/* line 16686, app/assets/stylesheets/adminkit/light.css */
.fa-bacon:before {
  content: "";
}

/* line 16689, app/assets/stylesheets/adminkit/light.css */
.fa-bacteria:before {
  content: "";
}

/* line 16692, app/assets/stylesheets/adminkit/light.css */
.fa-bacterium:before {
  content: "";
}

/* line 16695, app/assets/stylesheets/adminkit/light.css */
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "";
}

/* line 16699, app/assets/stylesheets/adminkit/light.css */
.fa-bahai:before,
.fa-haykal:before {
  content: "";
}

/* line 16703, app/assets/stylesheets/adminkit/light.css */
.fa-baht-sign:before {
  content: "";
}

/* line 16706, app/assets/stylesheets/adminkit/light.css */
.fa-ban:before,
.fa-cancel:before {
  content: "";
}

/* line 16710, app/assets/stylesheets/adminkit/light.css */
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "";
}

/* line 16714, app/assets/stylesheets/adminkit/light.css */
.fa-band-aid:before,
.fa-bandage:before {
  content: "";
}

/* line 16718, app/assets/stylesheets/adminkit/light.css */
.fa-barcode:before {
  content: "";
}

/* line 16721, app/assets/stylesheets/adminkit/light.css */
.fa-bars:before,
.fa-navicon:before {
  content: "";
}

/* line 16725, app/assets/stylesheets/adminkit/light.css */
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "";
}

/* line 16729, app/assets/stylesheets/adminkit/light.css */
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "";
}

/* line 16734, app/assets/stylesheets/adminkit/light.css */
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "";
}

/* line 16738, app/assets/stylesheets/adminkit/light.css */
.fa-baseball-bat-ball:before {
  content: "";
}

/* line 16741, app/assets/stylesheets/adminkit/light.css */
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "";
}

/* line 16745, app/assets/stylesheets/adminkit/light.css */
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "";
}

/* line 16749, app/assets/stylesheets/adminkit/light.css */
.fa-bath:before,
.fa-bathtub:before {
  content: "";
}

/* line 16753, app/assets/stylesheets/adminkit/light.css */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 16757, app/assets/stylesheets/adminkit/light.css */
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "";
}

/* line 16762, app/assets/stylesheets/adminkit/light.css */
.fa-battery-3:before,
.fa-battery-half:before {
  content: "";
}

/* line 16766, app/assets/stylesheets/adminkit/light.css */
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 16770, app/assets/stylesheets/adminkit/light.css */
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 16774, app/assets/stylesheets/adminkit/light.css */
.fa-bed:before {
  content: "";
}

/* line 16777, app/assets/stylesheets/adminkit/light.css */
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "";
}

/* line 16781, app/assets/stylesheets/adminkit/light.css */
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "";
}

/* line 16785, app/assets/stylesheets/adminkit/light.css */
.fa-bell:before {
  content: "";
}

/* line 16788, app/assets/stylesheets/adminkit/light.css */
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "";
}

/* line 16792, app/assets/stylesheets/adminkit/light.css */
.fa-bell-slash:before {
  content: "";
}

/* line 16795, app/assets/stylesheets/adminkit/light.css */
.fa-bezier-curve:before {
  content: "";
}

/* line 16798, app/assets/stylesheets/adminkit/light.css */
.fa-bicycle:before {
  content: "";
}

/* line 16801, app/assets/stylesheets/adminkit/light.css */
.fa-binoculars:before {
  content: "";
}

/* line 16804, app/assets/stylesheets/adminkit/light.css */
.fa-biohazard:before {
  content: "";
}

/* line 16807, app/assets/stylesheets/adminkit/light.css */
.fa-bitcoin-sign:before {
  content: "";
}

/* line 16810, app/assets/stylesheets/adminkit/light.css */
.fa-blender:before {
  content: "";
}

/* line 16813, app/assets/stylesheets/adminkit/light.css */
.fa-blender-phone:before {
  content: "";
}

/* line 16816, app/assets/stylesheets/adminkit/light.css */
.fa-blog:before {
  content: "";
}

/* line 16819, app/assets/stylesheets/adminkit/light.css */
.fa-bold:before {
  content: "";
}

/* line 16822, app/assets/stylesheets/adminkit/light.css */
.fa-bolt:before,
.fa-zap:before {
  content: "";
}

/* line 16826, app/assets/stylesheets/adminkit/light.css */
.fa-bolt-lightning:before {
  content: "";
}

/* line 16829, app/assets/stylesheets/adminkit/light.css */
.fa-bomb:before {
  content: "";
}

/* line 16832, app/assets/stylesheets/adminkit/light.css */
.fa-bone:before {
  content: "";
}

/* line 16835, app/assets/stylesheets/adminkit/light.css */
.fa-bong:before {
  content: "";
}

/* line 16838, app/assets/stylesheets/adminkit/light.css */
.fa-book:before {
  content: "";
}

/* line 16841, app/assets/stylesheets/adminkit/light.css */
.fa-atlas:before,
.fa-book-atlas:before {
  content: "";
}

/* line 16845, app/assets/stylesheets/adminkit/light.css */
.fa-bible:before,
.fa-book-bible:before {
  content: "";
}

/* line 16849, app/assets/stylesheets/adminkit/light.css */
.fa-book-bookmark:before {
  content: "";
}

/* line 16852, app/assets/stylesheets/adminkit/light.css */
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "";
}

/* line 16856, app/assets/stylesheets/adminkit/light.css */
.fa-book-medical:before {
  content: "";
}

/* line 16859, app/assets/stylesheets/adminkit/light.css */
.fa-book-open:before {
  content: "";
}

/* line 16862, app/assets/stylesheets/adminkit/light.css */
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "";
}

/* line 16866, app/assets/stylesheets/adminkit/light.css */
.fa-book-quran:before,
.fa-quran:before {
  content: "";
}

/* line 16870, app/assets/stylesheets/adminkit/light.css */
.fa-book-dead:before,
.fa-book-skull:before {
  content: "";
}

/* line 16874, app/assets/stylesheets/adminkit/light.css */
.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "";
}

/* line 16878, app/assets/stylesheets/adminkit/light.css */
.fa-bookmark:before {
  content: "";
}

/* line 16881, app/assets/stylesheets/adminkit/light.css */
.fa-border-all:before {
  content: "";
}

/* line 16884, app/assets/stylesheets/adminkit/light.css */
.fa-border-none:before {
  content: "";
}

/* line 16887, app/assets/stylesheets/adminkit/light.css */
.fa-border-style:before,
.fa-border-top-left:before {
  content: "";
}

/* line 16891, app/assets/stylesheets/adminkit/light.css */
.fa-bore-hole:before {
  content: "";
}

/* line 16894, app/assets/stylesheets/adminkit/light.css */
.fa-bottle-droplet:before {
  content: "";
}

/* line 16897, app/assets/stylesheets/adminkit/light.css */
.fa-bottle-water:before {
  content: "";
}

/* line 16900, app/assets/stylesheets/adminkit/light.css */
.fa-bowl-food:before {
  content: "";
}

/* line 16903, app/assets/stylesheets/adminkit/light.css */
.fa-bowl-rice:before {
  content: "";
}

/* line 16906, app/assets/stylesheets/adminkit/light.css */
.fa-bowling-ball:before {
  content: "";
}

/* line 16909, app/assets/stylesheets/adminkit/light.css */
.fa-box:before {
  content: "";
}

/* line 16912, app/assets/stylesheets/adminkit/light.css */
.fa-archive:before,
.fa-box-archive:before {
  content: "";
}

/* line 16916, app/assets/stylesheets/adminkit/light.css */
.fa-box-open:before {
  content: "";
}

/* line 16919, app/assets/stylesheets/adminkit/light.css */
.fa-box-tissue:before {
  content: "";
}

/* line 16922, app/assets/stylesheets/adminkit/light.css */
.fa-boxes-packing:before {
  content: "";
}

/* line 16925, app/assets/stylesheets/adminkit/light.css */
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "";
}

/* line 16930, app/assets/stylesheets/adminkit/light.css */
.fa-braille:before {
  content: "";
}

/* line 16933, app/assets/stylesheets/adminkit/light.css */
.fa-brain:before {
  content: "";
}

/* line 16936, app/assets/stylesheets/adminkit/light.css */
.fa-brazilian-real-sign:before {
  content: "";
}

/* line 16939, app/assets/stylesheets/adminkit/light.css */
.fa-bread-slice:before {
  content: "";
}

/* line 16942, app/assets/stylesheets/adminkit/light.css */
.fa-bridge:before {
  content: "";
}

/* line 16945, app/assets/stylesheets/adminkit/light.css */
.fa-bridge-circle-check:before {
  content: "";
}

/* line 16948, app/assets/stylesheets/adminkit/light.css */
.fa-bridge-circle-exclamation:before {
  content: "";
}

/* line 16951, app/assets/stylesheets/adminkit/light.css */
.fa-bridge-circle-xmark:before {
  content: "";
}

/* line 16954, app/assets/stylesheets/adminkit/light.css */
.fa-bridge-lock:before {
  content: "";
}

/* line 16957, app/assets/stylesheets/adminkit/light.css */
.fa-bridge-water:before {
  content: "";
}

/* line 16960, app/assets/stylesheets/adminkit/light.css */
.fa-briefcase:before {
  content: "";
}

/* line 16963, app/assets/stylesheets/adminkit/light.css */
.fa-briefcase-medical:before {
  content: "";
}

/* line 16966, app/assets/stylesheets/adminkit/light.css */
.fa-broom:before {
  content: "";
}

/* line 16969, app/assets/stylesheets/adminkit/light.css */
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "";
}

/* line 16974, app/assets/stylesheets/adminkit/light.css */
.fa-brush:before {
  content: "";
}

/* line 16977, app/assets/stylesheets/adminkit/light.css */
.fa-bucket:before {
  content: "";
}

/* line 16980, app/assets/stylesheets/adminkit/light.css */
.fa-bug:before {
  content: "";
}

/* line 16983, app/assets/stylesheets/adminkit/light.css */
.fa-bug-slash:before {
  content: "";
}

/* line 16986, app/assets/stylesheets/adminkit/light.css */
.fa-bugs:before {
  content: "";
}

/* line 16989, app/assets/stylesheets/adminkit/light.css */
.fa-building:before {
  content: "";
}

/* line 16992, app/assets/stylesheets/adminkit/light.css */
.fa-building-circle-arrow-right:before {
  content: "";
}

/* line 16995, app/assets/stylesheets/adminkit/light.css */
.fa-building-circle-check:before {
  content: "";
}

/* line 16998, app/assets/stylesheets/adminkit/light.css */
.fa-building-circle-exclamation:before {
  content: "";
}

/* line 17001, app/assets/stylesheets/adminkit/light.css */
.fa-building-circle-xmark:before {
  content: "";
}

/* line 17004, app/assets/stylesheets/adminkit/light.css */
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "";
}

/* line 17011, app/assets/stylesheets/adminkit/light.css */
.fa-building-flag:before {
  content: "";
}

/* line 17014, app/assets/stylesheets/adminkit/light.css */
.fa-building-lock:before {
  content: "";
}

/* line 17017, app/assets/stylesheets/adminkit/light.css */
.fa-building-ngo:before {
  content: "";
}

/* line 17020, app/assets/stylesheets/adminkit/light.css */
.fa-building-shield:before {
  content: "";
}

/* line 17023, app/assets/stylesheets/adminkit/light.css */
.fa-building-un:before {
  content: "";
}

/* line 17026, app/assets/stylesheets/adminkit/light.css */
.fa-building-user:before {
  content: "";
}

/* line 17029, app/assets/stylesheets/adminkit/light.css */
.fa-building-wheat:before {
  content: "";
}

/* line 17032, app/assets/stylesheets/adminkit/light.css */
.fa-bullhorn:before {
  content: "";
}

/* line 17035, app/assets/stylesheets/adminkit/light.css */
.fa-bullseye:before {
  content: "";
}

/* line 17038, app/assets/stylesheets/adminkit/light.css */
.fa-burger:before,
.fa-hamburger:before {
  content: "";
}

/* line 17042, app/assets/stylesheets/adminkit/light.css */
.fa-burst:before {
  content: "";
}

/* line 17045, app/assets/stylesheets/adminkit/light.css */
.fa-bus:before {
  content: "";
}

/* line 17048, app/assets/stylesheets/adminkit/light.css */
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "";
}

/* line 17052, app/assets/stylesheets/adminkit/light.css */
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "";
}

/* line 17056, app/assets/stylesheets/adminkit/light.css */
.fa-c:before {
  content: "C";
}

/* line 17059, app/assets/stylesheets/adminkit/light.css */
.fa-cable-car:before,
.fa-tram:before {
  content: "";
}

/* line 17063, app/assets/stylesheets/adminkit/light.css */
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "";
}

/* line 17068, app/assets/stylesheets/adminkit/light.css */
.fa-calculator:before {
  content: "";
}

/* line 17071, app/assets/stylesheets/adminkit/light.css */
.fa-calendar:before {
  content: "";
}

/* line 17074, app/assets/stylesheets/adminkit/light.css */
.fa-calendar-check:before {
  content: "";
}

/* line 17077, app/assets/stylesheets/adminkit/light.css */
.fa-calendar-day:before {
  content: "";
}

/* line 17080, app/assets/stylesheets/adminkit/light.css */
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "";
}

/* line 17084, app/assets/stylesheets/adminkit/light.css */
.fa-calendar-minus:before {
  content: "";
}

/* line 17087, app/assets/stylesheets/adminkit/light.css */
.fa-calendar-plus:before {
  content: "";
}

/* line 17090, app/assets/stylesheets/adminkit/light.css */
.fa-calendar-week:before {
  content: "";
}

/* line 17093, app/assets/stylesheets/adminkit/light.css */
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "";
}

/* line 17097, app/assets/stylesheets/adminkit/light.css */
.fa-camera-alt:before,
.fa-camera:before {
  content: "";
}

/* line 17101, app/assets/stylesheets/adminkit/light.css */
.fa-camera-retro:before {
  content: "";
}

/* line 17104, app/assets/stylesheets/adminkit/light.css */
.fa-camera-rotate:before {
  content: "";
}

/* line 17107, app/assets/stylesheets/adminkit/light.css */
.fa-campground:before {
  content: "";
}

/* line 17110, app/assets/stylesheets/adminkit/light.css */
.fa-candy-cane:before {
  content: "";
}

/* line 17113, app/assets/stylesheets/adminkit/light.css */
.fa-cannabis:before {
  content: "";
}

/* line 17116, app/assets/stylesheets/adminkit/light.css */
.fa-capsules:before {
  content: "";
}

/* line 17119, app/assets/stylesheets/adminkit/light.css */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 17123, app/assets/stylesheets/adminkit/light.css */
.fa-battery-car:before,
.fa-car-battery:before {
  content: "";
}

/* line 17127, app/assets/stylesheets/adminkit/light.css */
.fa-car-burst:before,
.fa-car-crash:before {
  content: "";
}

/* line 17131, app/assets/stylesheets/adminkit/light.css */
.fa-car-on:before {
  content: "";
}

/* line 17134, app/assets/stylesheets/adminkit/light.css */
.fa-car-alt:before,
.fa-car-rear:before {
  content: "";
}

/* line 17138, app/assets/stylesheets/adminkit/light.css */
.fa-car-side:before {
  content: "";
}

/* line 17141, app/assets/stylesheets/adminkit/light.css */
.fa-car-tunnel:before {
  content: "";
}

/* line 17144, app/assets/stylesheets/adminkit/light.css */
.fa-caravan:before {
  content: "";
}

/* line 17147, app/assets/stylesheets/adminkit/light.css */
.fa-caret-down:before {
  content: "";
}

/* line 17150, app/assets/stylesheets/adminkit/light.css */
.fa-caret-left:before {
  content: "";
}

/* line 17153, app/assets/stylesheets/adminkit/light.css */
.fa-caret-right:before {
  content: "";
}

/* line 17156, app/assets/stylesheets/adminkit/light.css */
.fa-caret-up:before {
  content: "";
}

/* line 17159, app/assets/stylesheets/adminkit/light.css */
.fa-carrot:before {
  content: "";
}

/* line 17162, app/assets/stylesheets/adminkit/light.css */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 17165, app/assets/stylesheets/adminkit/light.css */
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "";
}

/* line 17169, app/assets/stylesheets/adminkit/light.css */
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "";
}

/* line 17173, app/assets/stylesheets/adminkit/light.css */
.fa-cart-plus:before {
  content: "";
}

/* line 17176, app/assets/stylesheets/adminkit/light.css */
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "";
}

/* line 17180, app/assets/stylesheets/adminkit/light.css */
.fa-cash-register:before {
  content: "";
}

/* line 17183, app/assets/stylesheets/adminkit/light.css */
.fa-cat:before {
  content: "";
}

/* line 17186, app/assets/stylesheets/adminkit/light.css */
.fa-cedi-sign:before {
  content: "";
}

/* line 17189, app/assets/stylesheets/adminkit/light.css */
.fa-cent-sign:before {
  content: "";
}

/* line 17192, app/assets/stylesheets/adminkit/light.css */
.fa-certificate:before {
  content: "";
}

/* line 17195, app/assets/stylesheets/adminkit/light.css */
.fa-chair:before {
  content: "";
}

/* line 17198, app/assets/stylesheets/adminkit/light.css */
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "";
}

/* line 17202, app/assets/stylesheets/adminkit/light.css */
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "";
}

/* line 17206, app/assets/stylesheets/adminkit/light.css */
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "";
}

/* line 17210, app/assets/stylesheets/adminkit/light.css */
.fa-charging-station:before {
  content: "";
}

/* line 17213, app/assets/stylesheets/adminkit/light.css */
.fa-area-chart:before,
.fa-chart-area:before {
  content: "";
}

/* line 17217, app/assets/stylesheets/adminkit/light.css */
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "";
}

/* line 17221, app/assets/stylesheets/adminkit/light.css */
.fa-chart-column:before {
  content: "";
}

/* line 17224, app/assets/stylesheets/adminkit/light.css */
.fa-chart-gantt:before {
  content: "";
}

/* line 17227, app/assets/stylesheets/adminkit/light.css */
.fa-chart-line:before,
.fa-line-chart:before {
  content: "";
}

/* line 17231, app/assets/stylesheets/adminkit/light.css */
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "";
}

/* line 17235, app/assets/stylesheets/adminkit/light.css */
.fa-chart-simple:before {
  content: "";
}

/* line 17238, app/assets/stylesheets/adminkit/light.css */
.fa-check:before {
  content: "";
}

/* line 17241, app/assets/stylesheets/adminkit/light.css */
.fa-check-double:before {
  content: "";
}

/* line 17244, app/assets/stylesheets/adminkit/light.css */
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "";
}

/* line 17248, app/assets/stylesheets/adminkit/light.css */
.fa-cheese:before {
  content: "";
}

/* line 17251, app/assets/stylesheets/adminkit/light.css */
.fa-chess:before {
  content: "";
}

/* line 17254, app/assets/stylesheets/adminkit/light.css */
.fa-chess-bishop:before {
  content: "";
}

/* line 17257, app/assets/stylesheets/adminkit/light.css */
.fa-chess-board:before {
  content: "";
}

/* line 17260, app/assets/stylesheets/adminkit/light.css */
.fa-chess-king:before {
  content: "";
}

/* line 17263, app/assets/stylesheets/adminkit/light.css */
.fa-chess-knight:before {
  content: "";
}

/* line 17266, app/assets/stylesheets/adminkit/light.css */
.fa-chess-pawn:before {
  content: "";
}

/* line 17269, app/assets/stylesheets/adminkit/light.css */
.fa-chess-queen:before {
  content: "";
}

/* line 17272, app/assets/stylesheets/adminkit/light.css */
.fa-chess-rook:before {
  content: "";
}

/* line 17275, app/assets/stylesheets/adminkit/light.css */
.fa-chevron-down:before {
  content: "";
}

/* line 17278, app/assets/stylesheets/adminkit/light.css */
.fa-chevron-left:before {
  content: "";
}

/* line 17281, app/assets/stylesheets/adminkit/light.css */
.fa-chevron-right:before {
  content: "";
}

/* line 17284, app/assets/stylesheets/adminkit/light.css */
.fa-chevron-up:before {
  content: "";
}

/* line 17287, app/assets/stylesheets/adminkit/light.css */
.fa-child:before {
  content: "";
}

/* line 17290, app/assets/stylesheets/adminkit/light.css */
.fa-child-dress:before {
  content: "";
}

/* line 17293, app/assets/stylesheets/adminkit/light.css */
.fa-child-reaching:before {
  content: "";
}

/* line 17296, app/assets/stylesheets/adminkit/light.css */
.fa-child-rifle:before {
  content: "";
}

/* line 17299, app/assets/stylesheets/adminkit/light.css */
.fa-children:before {
  content: "";
}

/* line 17302, app/assets/stylesheets/adminkit/light.css */
.fa-church:before {
  content: "";
}

/* line 17305, app/assets/stylesheets/adminkit/light.css */
.fa-circle:before {
  content: "";
}

/* line 17308, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "";
}

/* line 17312, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "";
}

/* line 17316, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "";
}

/* line 17320, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "";
}

/* line 17324, app/assets/stylesheets/adminkit/light.css */
.fa-check-circle:before,
.fa-circle-check:before {
  content: "";
}

/* line 17328, app/assets/stylesheets/adminkit/light.css */
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "";
}

/* line 17332, app/assets/stylesheets/adminkit/light.css */
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "";
}

/* line 17336, app/assets/stylesheets/adminkit/light.css */
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "";
}

/* line 17340, app/assets/stylesheets/adminkit/light.css */
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "";
}

/* line 17344, app/assets/stylesheets/adminkit/light.css */
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "";
}

/* line 17348, app/assets/stylesheets/adminkit/light.css */
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "";
}

/* line 17352, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "";
}

/* line 17356, app/assets/stylesheets/adminkit/light.css */
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "";
}

/* line 17360, app/assets/stylesheets/adminkit/light.css */
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "";
}

/* line 17364, app/assets/stylesheets/adminkit/light.css */
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "";
}

/* line 17368, app/assets/stylesheets/adminkit/light.css */
.fa-circle-info:before,
.fa-info-circle:before {
  content: "";
}

/* line 17372, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "";
}

/* line 17376, app/assets/stylesheets/adminkit/light.css */
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "";
}

/* line 17380, app/assets/stylesheets/adminkit/light.css */
.fa-circle-nodes:before {
  content: "";
}

/* line 17383, app/assets/stylesheets/adminkit/light.css */
.fa-circle-notch:before {
  content: "";
}

/* line 17386, app/assets/stylesheets/adminkit/light.css */
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "";
}

/* line 17390, app/assets/stylesheets/adminkit/light.css */
.fa-circle-play:before,
.fa-play-circle:before {
  content: "";
}

/* line 17394, app/assets/stylesheets/adminkit/light.css */
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "";
}

/* line 17398, app/assets/stylesheets/adminkit/light.css */
.fa-circle-question:before,
.fa-question-circle:before {
  content: "";
}

/* line 17402, app/assets/stylesheets/adminkit/light.css */
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "";
}

/* line 17406, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "";
}

/* line 17410, app/assets/stylesheets/adminkit/light.css */
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "";
}

/* line 17414, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "";
}

/* line 17418, app/assets/stylesheets/adminkit/light.css */
.fa-circle-user:before,
.fa-user-circle:before {
  content: "";
}

/* line 17422, app/assets/stylesheets/adminkit/light.css */
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "";
}

/* line 17427, app/assets/stylesheets/adminkit/light.css */
.fa-city:before {
  content: "";
}

/* line 17430, app/assets/stylesheets/adminkit/light.css */
.fa-clapperboard:before {
  content: "";
}

/* line 17433, app/assets/stylesheets/adminkit/light.css */
.fa-clipboard:before {
  content: "";
}

/* line 17436, app/assets/stylesheets/adminkit/light.css */
.fa-clipboard-check:before {
  content: "";
}

/* line 17439, app/assets/stylesheets/adminkit/light.css */
.fa-clipboard-list:before {
  content: "";
}

/* line 17442, app/assets/stylesheets/adminkit/light.css */
.fa-clipboard-question:before {
  content: "";
}

/* line 17445, app/assets/stylesheets/adminkit/light.css */
.fa-clipboard-user:before {
  content: "";
}

/* line 17448, app/assets/stylesheets/adminkit/light.css */
.fa-clock-four:before,
.fa-clock:before {
  content: "";
}

/* line 17452, app/assets/stylesheets/adminkit/light.css */
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "";
}

/* line 17456, app/assets/stylesheets/adminkit/light.css */
.fa-clone:before {
  content: "";
}

/* line 17459, app/assets/stylesheets/adminkit/light.css */
.fa-closed-captioning:before {
  content: "";
}

/* line 17462, app/assets/stylesheets/adminkit/light.css */
.fa-cloud:before {
  content: "";
}

/* line 17465, app/assets/stylesheets/adminkit/light.css */
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "";
}

/* line 17470, app/assets/stylesheets/adminkit/light.css */
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "";
}

/* line 17475, app/assets/stylesheets/adminkit/light.css */
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "";
}

/* line 17479, app/assets/stylesheets/adminkit/light.css */
.fa-cloud-meatball:before {
  content: "";
}

/* line 17482, app/assets/stylesheets/adminkit/light.css */
.fa-cloud-moon:before {
  content: "";
}

/* line 17485, app/assets/stylesheets/adminkit/light.css */
.fa-cloud-moon-rain:before {
  content: "";
}

/* line 17488, app/assets/stylesheets/adminkit/light.css */
.fa-cloud-rain:before {
  content: "";
}

/* line 17491, app/assets/stylesheets/adminkit/light.css */
.fa-cloud-showers-heavy:before {
  content: "";
}

/* line 17494, app/assets/stylesheets/adminkit/light.css */
.fa-cloud-showers-water:before {
  content: "";
}

/* line 17497, app/assets/stylesheets/adminkit/light.css */
.fa-cloud-sun:before {
  content: "";
}

/* line 17500, app/assets/stylesheets/adminkit/light.css */
.fa-cloud-sun-rain:before {
  content: "";
}

/* line 17503, app/assets/stylesheets/adminkit/light.css */
.fa-clover:before {
  content: "";
}

/* line 17506, app/assets/stylesheets/adminkit/light.css */
.fa-code:before {
  content: "";
}

/* line 17509, app/assets/stylesheets/adminkit/light.css */
.fa-code-branch:before {
  content: "";
}

/* line 17512, app/assets/stylesheets/adminkit/light.css */
.fa-code-commit:before {
  content: "";
}

/* line 17515, app/assets/stylesheets/adminkit/light.css */
.fa-code-compare:before {
  content: "";
}

/* line 17518, app/assets/stylesheets/adminkit/light.css */
.fa-code-fork:before {
  content: "";
}

/* line 17521, app/assets/stylesheets/adminkit/light.css */
.fa-code-merge:before {
  content: "";
}

/* line 17524, app/assets/stylesheets/adminkit/light.css */
.fa-code-pull-request:before {
  content: "";
}

/* line 17527, app/assets/stylesheets/adminkit/light.css */
.fa-coins:before {
  content: "";
}

/* line 17530, app/assets/stylesheets/adminkit/light.css */
.fa-colon-sign:before {
  content: "";
}

/* line 17533, app/assets/stylesheets/adminkit/light.css */
.fa-comment:before {
  content: "";
}

/* line 17536, app/assets/stylesheets/adminkit/light.css */
.fa-comment-dollar:before {
  content: "";
}

/* line 17539, app/assets/stylesheets/adminkit/light.css */
.fa-comment-dots:before,
.fa-commenting:before {
  content: "";
}

/* line 17543, app/assets/stylesheets/adminkit/light.css */
.fa-comment-medical:before {
  content: "";
}

/* line 17546, app/assets/stylesheets/adminkit/light.css */
.fa-comment-slash:before {
  content: "";
}

/* line 17549, app/assets/stylesheets/adminkit/light.css */
.fa-comment-sms:before,
.fa-sms:before {
  content: "";
}

/* line 17553, app/assets/stylesheets/adminkit/light.css */
.fa-comments:before {
  content: "";
}

/* line 17556, app/assets/stylesheets/adminkit/light.css */
.fa-comments-dollar:before {
  content: "";
}

/* line 17559, app/assets/stylesheets/adminkit/light.css */
.fa-compact-disc:before {
  content: "";
}

/* line 17562, app/assets/stylesheets/adminkit/light.css */
.fa-compass:before {
  content: "";
}

/* line 17565, app/assets/stylesheets/adminkit/light.css */
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "";
}

/* line 17569, app/assets/stylesheets/adminkit/light.css */
.fa-compress:before {
  content: "";
}

/* line 17572, app/assets/stylesheets/adminkit/light.css */
.fa-computer:before {
  content: "";
}

/* line 17575, app/assets/stylesheets/adminkit/light.css */
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "";
}

/* line 17579, app/assets/stylesheets/adminkit/light.css */
.fa-cookie:before {
  content: "";
}

/* line 17582, app/assets/stylesheets/adminkit/light.css */
.fa-cookie-bite:before {
  content: "";
}

/* line 17585, app/assets/stylesheets/adminkit/light.css */
.fa-copy:before {
  content: "";
}

/* line 17588, app/assets/stylesheets/adminkit/light.css */
.fa-copyright:before {
  content: "";
}

/* line 17591, app/assets/stylesheets/adminkit/light.css */
.fa-couch:before {
  content: "";
}

/* line 17594, app/assets/stylesheets/adminkit/light.css */
.fa-cow:before {
  content: "";
}

/* line 17597, app/assets/stylesheets/adminkit/light.css */
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "";
}

/* line 17601, app/assets/stylesheets/adminkit/light.css */
.fa-crop:before {
  content: "";
}

/* line 17604, app/assets/stylesheets/adminkit/light.css */
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "";
}

/* line 17608, app/assets/stylesheets/adminkit/light.css */
.fa-cross:before {
  content: "";
}

/* line 17611, app/assets/stylesheets/adminkit/light.css */
.fa-crosshairs:before {
  content: "";
}

/* line 17614, app/assets/stylesheets/adminkit/light.css */
.fa-crow:before {
  content: "";
}

/* line 17617, app/assets/stylesheets/adminkit/light.css */
.fa-crown:before {
  content: "";
}

/* line 17620, app/assets/stylesheets/adminkit/light.css */
.fa-crutch:before {
  content: "";
}

/* line 17623, app/assets/stylesheets/adminkit/light.css */
.fa-cruzeiro-sign:before {
  content: "";
}

/* line 17626, app/assets/stylesheets/adminkit/light.css */
.fa-cube:before {
  content: "";
}

/* line 17629, app/assets/stylesheets/adminkit/light.css */
.fa-cubes:before {
  content: "";
}

/* line 17632, app/assets/stylesheets/adminkit/light.css */
.fa-cubes-stacked:before {
  content: "";
}

/* line 17635, app/assets/stylesheets/adminkit/light.css */
.fa-d:before {
  content: "D";
}

/* line 17638, app/assets/stylesheets/adminkit/light.css */
.fa-database:before {
  content: "";
}

/* line 17641, app/assets/stylesheets/adminkit/light.css */
.fa-backspace:before,
.fa-delete-left:before {
  content: "";
}

/* line 17645, app/assets/stylesheets/adminkit/light.css */
.fa-democrat:before {
  content: "";
}

/* line 17648, app/assets/stylesheets/adminkit/light.css */
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "";
}

/* line 17652, app/assets/stylesheets/adminkit/light.css */
.fa-dharmachakra:before {
  content: "";
}

/* line 17655, app/assets/stylesheets/adminkit/light.css */
.fa-diagram-next:before {
  content: "";
}

/* line 17658, app/assets/stylesheets/adminkit/light.css */
.fa-diagram-predecessor:before {
  content: "";
}

/* line 17661, app/assets/stylesheets/adminkit/light.css */
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "";
}

/* line 17665, app/assets/stylesheets/adminkit/light.css */
.fa-diagram-successor:before {
  content: "";
}

/* line 17668, app/assets/stylesheets/adminkit/light.css */
.fa-diamond:before {
  content: "";
}

/* line 17671, app/assets/stylesheets/adminkit/light.css */
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "";
}

/* line 17675, app/assets/stylesheets/adminkit/light.css */
.fa-dice:before {
  content: "";
}

/* line 17678, app/assets/stylesheets/adminkit/light.css */
.fa-dice-d20:before {
  content: "";
}

/* line 17681, app/assets/stylesheets/adminkit/light.css */
.fa-dice-d6:before {
  content: "";
}

/* line 17684, app/assets/stylesheets/adminkit/light.css */
.fa-dice-five:before {
  content: "";
}

/* line 17687, app/assets/stylesheets/adminkit/light.css */
.fa-dice-four:before {
  content: "";
}

/* line 17690, app/assets/stylesheets/adminkit/light.css */
.fa-dice-one:before {
  content: "";
}

/* line 17693, app/assets/stylesheets/adminkit/light.css */
.fa-dice-six:before {
  content: "";
}

/* line 17696, app/assets/stylesheets/adminkit/light.css */
.fa-dice-three:before {
  content: "";
}

/* line 17699, app/assets/stylesheets/adminkit/light.css */
.fa-dice-two:before {
  content: "";
}

/* line 17702, app/assets/stylesheets/adminkit/light.css */
.fa-disease:before {
  content: "";
}

/* line 17705, app/assets/stylesheets/adminkit/light.css */
.fa-display:before {
  content: "";
}

/* line 17708, app/assets/stylesheets/adminkit/light.css */
.fa-divide:before {
  content: "";
}

/* line 17711, app/assets/stylesheets/adminkit/light.css */
.fa-dna:before {
  content: "";
}

/* line 17714, app/assets/stylesheets/adminkit/light.css */
.fa-dog:before {
  content: "";
}

/* line 17717, app/assets/stylesheets/adminkit/light.css */
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "\$";
}

/* line 17722, app/assets/stylesheets/adminkit/light.css */
.fa-dolly-box:before,
.fa-dolly:before {
  content: "";
}

/* line 17726, app/assets/stylesheets/adminkit/light.css */
.fa-dong-sign:before {
  content: "";
}

/* line 17729, app/assets/stylesheets/adminkit/light.css */
.fa-door-closed:before {
  content: "";
}

/* line 17732, app/assets/stylesheets/adminkit/light.css */
.fa-door-open:before {
  content: "";
}

/* line 17735, app/assets/stylesheets/adminkit/light.css */
.fa-dove:before {
  content: "";
}

/* line 17738, app/assets/stylesheets/adminkit/light.css */
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "";
}

/* line 17742, app/assets/stylesheets/adminkit/light.css */
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "";
}

/* line 17746, app/assets/stylesheets/adminkit/light.css */
.fa-download:before {
  content: "";
}

/* line 17749, app/assets/stylesheets/adminkit/light.css */
.fa-dragon:before {
  content: "";
}

/* line 17752, app/assets/stylesheets/adminkit/light.css */
.fa-draw-polygon:before {
  content: "";
}

/* line 17755, app/assets/stylesheets/adminkit/light.css */
.fa-droplet:before,
.fa-tint:before {
  content: "";
}

/* line 17759, app/assets/stylesheets/adminkit/light.css */
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "";
}

/* line 17763, app/assets/stylesheets/adminkit/light.css */
.fa-drum:before {
  content: "";
}

/* line 17766, app/assets/stylesheets/adminkit/light.css */
.fa-drum-steelpan:before {
  content: "";
}

/* line 17769, app/assets/stylesheets/adminkit/light.css */
.fa-drumstick-bite:before {
  content: "";
}

/* line 17772, app/assets/stylesheets/adminkit/light.css */
.fa-dumbbell:before {
  content: "";
}

/* line 17775, app/assets/stylesheets/adminkit/light.css */
.fa-dumpster:before {
  content: "";
}

/* line 17778, app/assets/stylesheets/adminkit/light.css */
.fa-dumpster-fire:before {
  content: "";
}

/* line 17781, app/assets/stylesheets/adminkit/light.css */
.fa-dungeon:before {
  content: "";
}

/* line 17784, app/assets/stylesheets/adminkit/light.css */
.fa-e:before {
  content: "E";
}

/* line 17787, app/assets/stylesheets/adminkit/light.css */
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "";
}

/* line 17793, app/assets/stylesheets/adminkit/light.css */
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "";
}

/* line 17797, app/assets/stylesheets/adminkit/light.css */
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "";
}

/* line 17801, app/assets/stylesheets/adminkit/light.css */
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "";
}

/* line 17807, app/assets/stylesheets/adminkit/light.css */
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "";
}

/* line 17811, app/assets/stylesheets/adminkit/light.css */
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "";
}

/* line 17815, app/assets/stylesheets/adminkit/light.css */
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "";
}

/* line 17819, app/assets/stylesheets/adminkit/light.css */
.fa-egg:before {
  content: "";
}

/* line 17822, app/assets/stylesheets/adminkit/light.css */
.fa-eject:before {
  content: "";
}

/* line 17825, app/assets/stylesheets/adminkit/light.css */
.fa-elevator:before {
  content: "";
}

/* line 17828, app/assets/stylesheets/adminkit/light.css */
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "";
}

/* line 17832, app/assets/stylesheets/adminkit/light.css */
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "";
}

/* line 17836, app/assets/stylesheets/adminkit/light.css */
.fa-envelope:before {
  content: "";
}

/* line 17839, app/assets/stylesheets/adminkit/light.css */
.fa-envelope-circle-check:before {
  content: "";
}

/* line 17842, app/assets/stylesheets/adminkit/light.css */
.fa-envelope-open:before {
  content: "";
}

/* line 17845, app/assets/stylesheets/adminkit/light.css */
.fa-envelope-open-text:before {
  content: "";
}

/* line 17848, app/assets/stylesheets/adminkit/light.css */
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "";
}

/* line 17852, app/assets/stylesheets/adminkit/light.css */
.fa-equals:before {
  content: "\=";
}

/* line 17855, app/assets/stylesheets/adminkit/light.css */
.fa-eraser:before {
  content: "";
}

/* line 17858, app/assets/stylesheets/adminkit/light.css */
.fa-ethernet:before {
  content: "";
}

/* line 17861, app/assets/stylesheets/adminkit/light.css */
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "";
}

/* line 17866, app/assets/stylesheets/adminkit/light.css */
.fa-exclamation:before {
  content: "\!";
}

/* line 17869, app/assets/stylesheets/adminkit/light.css */
.fa-expand:before {
  content: "";
}

/* line 17872, app/assets/stylesheets/adminkit/light.css */
.fa-explosion:before {
  content: "";
}

/* line 17875, app/assets/stylesheets/adminkit/light.css */
.fa-eye:before {
  content: "";
}

/* line 17878, app/assets/stylesheets/adminkit/light.css */
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "";
}

/* line 17883, app/assets/stylesheets/adminkit/light.css */
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "";
}

/* line 17887, app/assets/stylesheets/adminkit/light.css */
.fa-eye-slash:before {
  content: "";
}

/* line 17890, app/assets/stylesheets/adminkit/light.css */
.fa-f:before {
  content: "F";
}

/* line 17893, app/assets/stylesheets/adminkit/light.css */
.fa-angry:before,
.fa-face-angry:before {
  content: "";
}

/* line 17897, app/assets/stylesheets/adminkit/light.css */
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "";
}

/* line 17901, app/assets/stylesheets/adminkit/light.css */
.fa-face-flushed:before,
.fa-flushed:before {
  content: "";
}

/* line 17905, app/assets/stylesheets/adminkit/light.css */
.fa-face-frown:before,
.fa-frown:before {
  content: "";
}

/* line 17909, app/assets/stylesheets/adminkit/light.css */
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "";
}

/* line 17913, app/assets/stylesheets/adminkit/light.css */
.fa-face-grimace:before,
.fa-grimace:before {
  content: "";
}

/* line 17917, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin:before,
.fa-grin:before {
  content: "";
}

/* line 17921, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "";
}

/* line 17925, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "";
}

/* line 17929, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "";
}

/* line 17933, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "";
}

/* line 17937, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "";
}

/* line 17941, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "";
}

/* line 17945, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "";
}

/* line 17949, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "";
}

/* line 17953, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "";
}

/* line 17957, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "";
}

/* line 17961, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "";
}

/* line 17965, app/assets/stylesheets/adminkit/light.css */
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "";
}

/* line 17969, app/assets/stylesheets/adminkit/light.css */
.fa-face-kiss:before,
.fa-kiss:before {
  content: "";
}

/* line 17973, app/assets/stylesheets/adminkit/light.css */
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "";
}

/* line 17977, app/assets/stylesheets/adminkit/light.css */
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "";
}

/* line 17981, app/assets/stylesheets/adminkit/light.css */
.fa-face-laugh:before,
.fa-laugh:before {
  content: "";
}

/* line 17985, app/assets/stylesheets/adminkit/light.css */
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "";
}

/* line 17989, app/assets/stylesheets/adminkit/light.css */
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "";
}

/* line 17993, app/assets/stylesheets/adminkit/light.css */
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "";
}

/* line 17997, app/assets/stylesheets/adminkit/light.css */
.fa-face-meh:before,
.fa-meh:before {
  content: "";
}

/* line 18001, app/assets/stylesheets/adminkit/light.css */
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "";
}

/* line 18005, app/assets/stylesheets/adminkit/light.css */
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "";
}

/* line 18009, app/assets/stylesheets/adminkit/light.css */
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "";
}

/* line 18013, app/assets/stylesheets/adminkit/light.css */
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "";
}

/* line 18017, app/assets/stylesheets/adminkit/light.css */
.fa-face-smile:before,
.fa-smile:before {
  content: "";
}

/* line 18021, app/assets/stylesheets/adminkit/light.css */
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "";
}

/* line 18025, app/assets/stylesheets/adminkit/light.css */
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "";
}

/* line 18029, app/assets/stylesheets/adminkit/light.css */
.fa-face-surprise:before,
.fa-surprise:before {
  content: "";
}

/* line 18033, app/assets/stylesheets/adminkit/light.css */
.fa-face-tired:before,
.fa-tired:before {
  content: "";
}

/* line 18037, app/assets/stylesheets/adminkit/light.css */
.fa-fan:before {
  content: "";
}

/* line 18040, app/assets/stylesheets/adminkit/light.css */
.fa-faucet:before {
  content: "";
}

/* line 18043, app/assets/stylesheets/adminkit/light.css */
.fa-faucet-drip:before {
  content: "";
}

/* line 18046, app/assets/stylesheets/adminkit/light.css */
.fa-fax:before {
  content: "";
}

/* line 18049, app/assets/stylesheets/adminkit/light.css */
.fa-feather:before {
  content: "";
}

/* line 18052, app/assets/stylesheets/adminkit/light.css */
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "";
}

/* line 18056, app/assets/stylesheets/adminkit/light.css */
.fa-ferry:before {
  content: "";
}

/* line 18059, app/assets/stylesheets/adminkit/light.css */
.fa-file:before {
  content: "";
}

/* line 18062, app/assets/stylesheets/adminkit/light.css */
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "";
}

/* line 18066, app/assets/stylesheets/adminkit/light.css */
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "";
}

/* line 18070, app/assets/stylesheets/adminkit/light.css */
.fa-file-audio:before {
  content: "";
}

/* line 18073, app/assets/stylesheets/adminkit/light.css */
.fa-file-circle-check:before {
  content: "";
}

/* line 18076, app/assets/stylesheets/adminkit/light.css */
.fa-file-circle-exclamation:before {
  content: "";
}

/* line 18079, app/assets/stylesheets/adminkit/light.css */
.fa-file-circle-minus:before {
  content: "";
}

/* line 18082, app/assets/stylesheets/adminkit/light.css */
.fa-file-circle-plus:before {
  content: "";
}

/* line 18085, app/assets/stylesheets/adminkit/light.css */
.fa-file-circle-question:before {
  content: "";
}

/* line 18088, app/assets/stylesheets/adminkit/light.css */
.fa-file-circle-xmark:before {
  content: "";
}

/* line 18091, app/assets/stylesheets/adminkit/light.css */
.fa-file-code:before {
  content: "";
}

/* line 18094, app/assets/stylesheets/adminkit/light.css */
.fa-file-contract:before {
  content: "";
}

/* line 18097, app/assets/stylesheets/adminkit/light.css */
.fa-file-csv:before {
  content: "";
}

/* line 18100, app/assets/stylesheets/adminkit/light.css */
.fa-file-excel:before {
  content: "";
}

/* line 18103, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "";
}

/* line 18107, app/assets/stylesheets/adminkit/light.css */
.fa-file-image:before {
  content: "";
}

/* line 18110, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "";
}

/* line 18114, app/assets/stylesheets/adminkit/light.css */
.fa-file-invoice:before {
  content: "";
}

/* line 18117, app/assets/stylesheets/adminkit/light.css */
.fa-file-invoice-dollar:before {
  content: "";
}

/* line 18120, app/assets/stylesheets/adminkit/light.css */
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "";
}

/* line 18125, app/assets/stylesheets/adminkit/light.css */
.fa-file-medical:before {
  content: "";
}

/* line 18128, app/assets/stylesheets/adminkit/light.css */
.fa-file-pdf:before {
  content: "";
}

/* line 18131, app/assets/stylesheets/adminkit/light.css */
.fa-file-edit:before,
.fa-file-pen:before {
  content: "";
}

/* line 18135, app/assets/stylesheets/adminkit/light.css */
.fa-file-powerpoint:before {
  content: "";
}

/* line 18138, app/assets/stylesheets/adminkit/light.css */
.fa-file-prescription:before {
  content: "";
}

/* line 18141, app/assets/stylesheets/adminkit/light.css */
.fa-file-shield:before {
  content: "";
}

/* line 18144, app/assets/stylesheets/adminkit/light.css */
.fa-file-signature:before {
  content: "";
}

/* line 18147, app/assets/stylesheets/adminkit/light.css */
.fa-file-video:before {
  content: "";
}

/* line 18150, app/assets/stylesheets/adminkit/light.css */
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "";
}

/* line 18154, app/assets/stylesheets/adminkit/light.css */
.fa-file-word:before {
  content: "";
}

/* line 18157, app/assets/stylesheets/adminkit/light.css */
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "";
}

/* line 18161, app/assets/stylesheets/adminkit/light.css */
.fa-fill:before {
  content: "";
}

/* line 18164, app/assets/stylesheets/adminkit/light.css */
.fa-fill-drip:before {
  content: "";
}

/* line 18167, app/assets/stylesheets/adminkit/light.css */
.fa-film:before {
  content: "";
}

/* line 18170, app/assets/stylesheets/adminkit/light.css */
.fa-filter:before {
  content: "";
}

/* line 18173, app/assets/stylesheets/adminkit/light.css */
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "";
}

/* line 18177, app/assets/stylesheets/adminkit/light.css */
.fa-filter-circle-xmark:before {
  content: "";
}

/* line 18180, app/assets/stylesheets/adminkit/light.css */
.fa-fingerprint:before {
  content: "";
}

/* line 18183, app/assets/stylesheets/adminkit/light.css */
.fa-fire:before {
  content: "";
}

/* line 18186, app/assets/stylesheets/adminkit/light.css */
.fa-fire-burner:before {
  content: "";
}

/* line 18189, app/assets/stylesheets/adminkit/light.css */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 18192, app/assets/stylesheets/adminkit/light.css */
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "";
}

/* line 18196, app/assets/stylesheets/adminkit/light.css */
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "";
}

/* line 18200, app/assets/stylesheets/adminkit/light.css */
.fa-fish:before {
  content: "";
}

/* line 18203, app/assets/stylesheets/adminkit/light.css */
.fa-fish-fins:before {
  content: "";
}

/* line 18206, app/assets/stylesheets/adminkit/light.css */
.fa-flag:before {
  content: "";
}

/* line 18209, app/assets/stylesheets/adminkit/light.css */
.fa-flag-checkered:before {
  content: "";
}

/* line 18212, app/assets/stylesheets/adminkit/light.css */
.fa-flag-usa:before {
  content: "";
}

/* line 18215, app/assets/stylesheets/adminkit/light.css */
.fa-flask:before {
  content: "";
}

/* line 18218, app/assets/stylesheets/adminkit/light.css */
.fa-flask-vial:before {
  content: "";
}

/* line 18221, app/assets/stylesheets/adminkit/light.css */
.fa-floppy-disk:before,
.fa-save:before {
  content: "";
}

/* line 18225, app/assets/stylesheets/adminkit/light.css */
.fa-florin-sign:before {
  content: "";
}

/* line 18228, app/assets/stylesheets/adminkit/light.css */
.fa-folder-blank:before,
.fa-folder:before {
  content: "";
}

/* line 18232, app/assets/stylesheets/adminkit/light.css */
.fa-folder-closed:before {
  content: "";
}

/* line 18235, app/assets/stylesheets/adminkit/light.css */
.fa-folder-minus:before {
  content: "";
}

/* line 18238, app/assets/stylesheets/adminkit/light.css */
.fa-folder-open:before {
  content: "";
}

/* line 18241, app/assets/stylesheets/adminkit/light.css */
.fa-folder-plus:before {
  content: "";
}

/* line 18244, app/assets/stylesheets/adminkit/light.css */
.fa-folder-tree:before {
  content: "";
}

/* line 18247, app/assets/stylesheets/adminkit/light.css */
.fa-font:before {
  content: "";
}

/* line 18250, app/assets/stylesheets/adminkit/light.css */
.fa-football-ball:before,
.fa-football:before {
  content: "";
}

/* line 18254, app/assets/stylesheets/adminkit/light.css */
.fa-forward:before {
  content: "";
}

/* line 18257, app/assets/stylesheets/adminkit/light.css */
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "";
}

/* line 18261, app/assets/stylesheets/adminkit/light.css */
.fa-forward-step:before,
.fa-step-forward:before {
  content: "";
}

/* line 18265, app/assets/stylesheets/adminkit/light.css */
.fa-franc-sign:before {
  content: "";
}

/* line 18268, app/assets/stylesheets/adminkit/light.css */
.fa-frog:before {
  content: "";
}

/* line 18271, app/assets/stylesheets/adminkit/light.css */
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "";
}

/* line 18276, app/assets/stylesheets/adminkit/light.css */
.fa-g:before {
  content: "G";
}

/* line 18279, app/assets/stylesheets/adminkit/light.css */
.fa-gamepad:before {
  content: "";
}

/* line 18282, app/assets/stylesheets/adminkit/light.css */
.fa-gas-pump:before {
  content: "";
}

/* line 18285, app/assets/stylesheets/adminkit/light.css */
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "";
}

/* line 18291, app/assets/stylesheets/adminkit/light.css */
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "";
}

/* line 18296, app/assets/stylesheets/adminkit/light.css */
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "";
}

/* line 18301, app/assets/stylesheets/adminkit/light.css */
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "";
}

/* line 18306, app/assets/stylesheets/adminkit/light.css */
.fa-gavel:before,
.fa-legal:before {
  content: "";
}

/* line 18310, app/assets/stylesheets/adminkit/light.css */
.fa-cog:before,
.fa-gear:before {
  content: "";
}

/* line 18314, app/assets/stylesheets/adminkit/light.css */
.fa-cogs:before,
.fa-gears:before {
  content: "";
}

/* line 18318, app/assets/stylesheets/adminkit/light.css */
.fa-gem:before {
  content: "";
}

/* line 18321, app/assets/stylesheets/adminkit/light.css */
.fa-genderless:before {
  content: "";
}

/* line 18324, app/assets/stylesheets/adminkit/light.css */
.fa-ghost:before {
  content: "";
}

/* line 18327, app/assets/stylesheets/adminkit/light.css */
.fa-gift:before {
  content: "";
}

/* line 18330, app/assets/stylesheets/adminkit/light.css */
.fa-gifts:before {
  content: "";
}

/* line 18333, app/assets/stylesheets/adminkit/light.css */
.fa-glass-water:before {
  content: "";
}

/* line 18336, app/assets/stylesheets/adminkit/light.css */
.fa-glass-water-droplet:before {
  content: "";
}

/* line 18339, app/assets/stylesheets/adminkit/light.css */
.fa-glasses:before {
  content: "";
}

/* line 18342, app/assets/stylesheets/adminkit/light.css */
.fa-globe:before {
  content: "";
}

/* line 18345, app/assets/stylesheets/adminkit/light.css */
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "";
}

/* line 18349, app/assets/stylesheets/adminkit/light.css */
.fa-gopuram:before {
  content: "";
}

/* line 18352, app/assets/stylesheets/adminkit/light.css */
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "";
}

/* line 18356, app/assets/stylesheets/adminkit/light.css */
.fa-greater-than:before {
  content: "\>";
}

/* line 18359, app/assets/stylesheets/adminkit/light.css */
.fa-greater-than-equal:before {
  content: "";
}

/* line 18362, app/assets/stylesheets/adminkit/light.css */
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "";
}

/* line 18366, app/assets/stylesheets/adminkit/light.css */
.fa-grip-lines:before {
  content: "";
}

/* line 18369, app/assets/stylesheets/adminkit/light.css */
.fa-grip-lines-vertical:before {
  content: "";
}

/* line 18372, app/assets/stylesheets/adminkit/light.css */
.fa-grip-vertical:before {
  content: "";
}

/* line 18375, app/assets/stylesheets/adminkit/light.css */
.fa-group-arrows-rotate:before {
  content: "";
}

/* line 18378, app/assets/stylesheets/adminkit/light.css */
.fa-guarani-sign:before {
  content: "";
}

/* line 18381, app/assets/stylesheets/adminkit/light.css */
.fa-guitar:before {
  content: "";
}

/* line 18384, app/assets/stylesheets/adminkit/light.css */
.fa-gun:before {
  content: "";
}

/* line 18387, app/assets/stylesheets/adminkit/light.css */
.fa-h:before {
  content: "H";
}

/* line 18390, app/assets/stylesheets/adminkit/light.css */
.fa-hammer:before {
  content: "";
}

/* line 18393, app/assets/stylesheets/adminkit/light.css */
.fa-hamsa:before {
  content: "";
}

/* line 18396, app/assets/stylesheets/adminkit/light.css */
.fa-hand-paper:before,
.fa-hand:before {
  content: "";
}

/* line 18400, app/assets/stylesheets/adminkit/light.css */
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "";
}

/* line 18404, app/assets/stylesheets/adminkit/light.css */
.fa-allergies:before,
.fa-hand-dots:before {
  content: "";
}

/* line 18408, app/assets/stylesheets/adminkit/light.css */
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "";
}

/* line 18412, app/assets/stylesheets/adminkit/light.css */
.fa-hand-holding:before {
  content: "";
}

/* line 18415, app/assets/stylesheets/adminkit/light.css */
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "";
}

/* line 18419, app/assets/stylesheets/adminkit/light.css */
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "";
}

/* line 18423, app/assets/stylesheets/adminkit/light.css */
.fa-hand-holding-hand:before {
  content: "";
}

/* line 18426, app/assets/stylesheets/adminkit/light.css */
.fa-hand-holding-heart:before {
  content: "";
}

/* line 18429, app/assets/stylesheets/adminkit/light.css */
.fa-hand-holding-medical:before {
  content: "";
}

/* line 18432, app/assets/stylesheets/adminkit/light.css */
.fa-hand-lizard:before {
  content: "";
}

/* line 18435, app/assets/stylesheets/adminkit/light.css */
.fa-hand-middle-finger:before {
  content: "";
}

/* line 18438, app/assets/stylesheets/adminkit/light.css */
.fa-hand-peace:before {
  content: "";
}

/* line 18441, app/assets/stylesheets/adminkit/light.css */
.fa-hand-point-down:before {
  content: "";
}

/* line 18444, app/assets/stylesheets/adminkit/light.css */
.fa-hand-point-left:before {
  content: "";
}

/* line 18447, app/assets/stylesheets/adminkit/light.css */
.fa-hand-point-right:before {
  content: "";
}

/* line 18450, app/assets/stylesheets/adminkit/light.css */
.fa-hand-point-up:before {
  content: "";
}

/* line 18453, app/assets/stylesheets/adminkit/light.css */
.fa-hand-pointer:before {
  content: "";
}

/* line 18456, app/assets/stylesheets/adminkit/light.css */
.fa-hand-scissors:before {
  content: "";
}

/* line 18459, app/assets/stylesheets/adminkit/light.css */
.fa-hand-sparkles:before {
  content: "";
}

/* line 18462, app/assets/stylesheets/adminkit/light.css */
.fa-hand-spock:before {
  content: "";
}

/* line 18465, app/assets/stylesheets/adminkit/light.css */
.fa-handcuffs:before {
  content: "";
}

/* line 18468, app/assets/stylesheets/adminkit/light.css */
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "";
}

/* line 18473, app/assets/stylesheets/adminkit/light.css */
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "";
}

/* line 18479, app/assets/stylesheets/adminkit/light.css */
.fa-hands-bound:before {
  content: "";
}

/* line 18482, app/assets/stylesheets/adminkit/light.css */
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "";
}

/* line 18486, app/assets/stylesheets/adminkit/light.css */
.fa-hands-clapping:before {
  content: "";
}

/* line 18489, app/assets/stylesheets/adminkit/light.css */
.fa-hands-holding:before {
  content: "";
}

/* line 18492, app/assets/stylesheets/adminkit/light.css */
.fa-hands-holding-child:before {
  content: "";
}

/* line 18495, app/assets/stylesheets/adminkit/light.css */
.fa-hands-holding-circle:before {
  content: "";
}

/* line 18498, app/assets/stylesheets/adminkit/light.css */
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "";
}

/* line 18502, app/assets/stylesheets/adminkit/light.css */
.fa-handshake:before {
  content: "";
}

/* line 18505, app/assets/stylesheets/adminkit/light.css */
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "";
}

/* line 18509, app/assets/stylesheets/adminkit/light.css */
.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "";
}

/* line 18513, app/assets/stylesheets/adminkit/light.css */
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "";
}

/* line 18517, app/assets/stylesheets/adminkit/light.css */
.fa-handshake-slash:before {
  content: "";
}

/* line 18520, app/assets/stylesheets/adminkit/light.css */
.fa-hanukiah:before {
  content: "";
}

/* line 18523, app/assets/stylesheets/adminkit/light.css */
.fa-hard-drive:before,
.fa-hdd:before {
  content: "";
}

/* line 18527, app/assets/stylesheets/adminkit/light.css */
.fa-hashtag:before {
  content: "\#";
}

/* line 18530, app/assets/stylesheets/adminkit/light.css */
.fa-hat-cowboy:before {
  content: "";
}

/* line 18533, app/assets/stylesheets/adminkit/light.css */
.fa-hat-cowboy-side:before {
  content: "";
}

/* line 18536, app/assets/stylesheets/adminkit/light.css */
.fa-hat-wizard:before {
  content: "";
}

/* line 18539, app/assets/stylesheets/adminkit/light.css */
.fa-head-side-cough:before {
  content: "";
}

/* line 18542, app/assets/stylesheets/adminkit/light.css */
.fa-head-side-cough-slash:before {
  content: "";
}

/* line 18545, app/assets/stylesheets/adminkit/light.css */
.fa-head-side-mask:before {
  content: "";
}

/* line 18548, app/assets/stylesheets/adminkit/light.css */
.fa-head-side-virus:before {
  content: "";
}

/* line 18551, app/assets/stylesheets/adminkit/light.css */
.fa-header:before,
.fa-heading:before {
  content: "";
}

/* line 18555, app/assets/stylesheets/adminkit/light.css */
.fa-headphones:before {
  content: "";
}

/* line 18558, app/assets/stylesheets/adminkit/light.css */
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "";
}

/* line 18562, app/assets/stylesheets/adminkit/light.css */
.fa-headset:before {
  content: "";
}

/* line 18565, app/assets/stylesheets/adminkit/light.css */
.fa-heart:before {
  content: "";
}

/* line 18568, app/assets/stylesheets/adminkit/light.css */
.fa-heart-circle-bolt:before {
  content: "";
}

/* line 18571, app/assets/stylesheets/adminkit/light.css */
.fa-heart-circle-check:before {
  content: "";
}

/* line 18574, app/assets/stylesheets/adminkit/light.css */
.fa-heart-circle-exclamation:before {
  content: "";
}

/* line 18577, app/assets/stylesheets/adminkit/light.css */
.fa-heart-circle-minus:before {
  content: "";
}

/* line 18580, app/assets/stylesheets/adminkit/light.css */
.fa-heart-circle-plus:before {
  content: "";
}

/* line 18583, app/assets/stylesheets/adminkit/light.css */
.fa-heart-circle-xmark:before {
  content: "";
}

/* line 18586, app/assets/stylesheets/adminkit/light.css */
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "";
}

/* line 18590, app/assets/stylesheets/adminkit/light.css */
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "";
}

/* line 18594, app/assets/stylesheets/adminkit/light.css */
.fa-helicopter:before {
  content: "";
}

/* line 18597, app/assets/stylesheets/adminkit/light.css */
.fa-helicopter-symbol:before {
  content: "";
}

/* line 18600, app/assets/stylesheets/adminkit/light.css */
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "";
}

/* line 18605, app/assets/stylesheets/adminkit/light.css */
.fa-helmet-un:before {
  content: "";
}

/* line 18608, app/assets/stylesheets/adminkit/light.css */
.fa-highlighter:before {
  content: "";
}

/* line 18611, app/assets/stylesheets/adminkit/light.css */
.fa-hill-avalanche:before {
  content: "";
}

/* line 18614, app/assets/stylesheets/adminkit/light.css */
.fa-hill-rockslide:before {
  content: "";
}

/* line 18617, app/assets/stylesheets/adminkit/light.css */
.fa-hippo:before {
  content: "";
}

/* line 18620, app/assets/stylesheets/adminkit/light.css */
.fa-hockey-puck:before {
  content: "";
}

/* line 18623, app/assets/stylesheets/adminkit/light.css */
.fa-holly-berry:before {
  content: "";
}

/* line 18626, app/assets/stylesheets/adminkit/light.css */
.fa-horse:before {
  content: "";
}

/* line 18629, app/assets/stylesheets/adminkit/light.css */
.fa-horse-head:before {
  content: "";
}

/* line 18632, app/assets/stylesheets/adminkit/light.css */
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "";
}

/* line 18637, app/assets/stylesheets/adminkit/light.css */
.fa-hospital-user:before {
  content: "";
}

/* line 18640, app/assets/stylesheets/adminkit/light.css */
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "";
}

/* line 18644, app/assets/stylesheets/adminkit/light.css */
.fa-hotdog:before {
  content: "";
}

/* line 18647, app/assets/stylesheets/adminkit/light.css */
.fa-hotel:before {
  content: "";
}

/* line 18650, app/assets/stylesheets/adminkit/light.css */
.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "";
}

/* line 18654, app/assets/stylesheets/adminkit/light.css */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 18658, app/assets/stylesheets/adminkit/light.css */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 18662, app/assets/stylesheets/adminkit/light.css */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 18666, app/assets/stylesheets/adminkit/light.css */
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "";
}

/* line 18672, app/assets/stylesheets/adminkit/light.css */
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "";
}

/* line 18676, app/assets/stylesheets/adminkit/light.css */
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "";
}

/* line 18680, app/assets/stylesheets/adminkit/light.css */
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "";
}

/* line 18684, app/assets/stylesheets/adminkit/light.css */
.fa-house-chimney-user:before {
  content: "";
}

/* line 18687, app/assets/stylesheets/adminkit/light.css */
.fa-house-chimney-window:before {
  content: "";
}

/* line 18690, app/assets/stylesheets/adminkit/light.css */
.fa-house-circle-check:before {
  content: "";
}

/* line 18693, app/assets/stylesheets/adminkit/light.css */
.fa-house-circle-exclamation:before {
  content: "";
}

/* line 18696, app/assets/stylesheets/adminkit/light.css */
.fa-house-circle-xmark:before {
  content: "";
}

/* line 18699, app/assets/stylesheets/adminkit/light.css */
.fa-house-crack:before {
  content: "";
}

/* line 18702, app/assets/stylesheets/adminkit/light.css */
.fa-house-fire:before {
  content: "";
}

/* line 18705, app/assets/stylesheets/adminkit/light.css */
.fa-house-flag:before {
  content: "";
}

/* line 18708, app/assets/stylesheets/adminkit/light.css */
.fa-house-flood-water:before {
  content: "";
}

/* line 18711, app/assets/stylesheets/adminkit/light.css */
.fa-house-flood-water-circle-arrow-right:before {
  content: "";
}

/* line 18714, app/assets/stylesheets/adminkit/light.css */
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "";
}

/* line 18718, app/assets/stylesheets/adminkit/light.css */
.fa-house-lock:before {
  content: "";
}

/* line 18721, app/assets/stylesheets/adminkit/light.css */
.fa-house-medical:before {
  content: "";
}

/* line 18724, app/assets/stylesheets/adminkit/light.css */
.fa-house-medical-circle-check:before {
  content: "";
}

/* line 18727, app/assets/stylesheets/adminkit/light.css */
.fa-house-medical-circle-exclamation:before {
  content: "";
}

/* line 18730, app/assets/stylesheets/adminkit/light.css */
.fa-house-medical-circle-xmark:before {
  content: "";
}

/* line 18733, app/assets/stylesheets/adminkit/light.css */
.fa-house-medical-flag:before {
  content: "";
}

/* line 18736, app/assets/stylesheets/adminkit/light.css */
.fa-house-signal:before {
  content: "";
}

/* line 18739, app/assets/stylesheets/adminkit/light.css */
.fa-house-tsunami:before {
  content: "";
}

/* line 18742, app/assets/stylesheets/adminkit/light.css */
.fa-home-user:before,
.fa-house-user:before {
  content: "";
}

/* line 18746, app/assets/stylesheets/adminkit/light.css */
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "";
}

/* line 18750, app/assets/stylesheets/adminkit/light.css */
.fa-hurricane:before {
  content: "";
}

/* line 18753, app/assets/stylesheets/adminkit/light.css */
.fa-i:before {
  content: "I";
}

/* line 18756, app/assets/stylesheets/adminkit/light.css */
.fa-i-cursor:before {
  content: "";
}

/* line 18759, app/assets/stylesheets/adminkit/light.css */
.fa-ice-cream:before {
  content: "";
}

/* line 18762, app/assets/stylesheets/adminkit/light.css */
.fa-icicles:before {
  content: "";
}

/* line 18765, app/assets/stylesheets/adminkit/light.css */
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "";
}

/* line 18769, app/assets/stylesheets/adminkit/light.css */
.fa-id-badge:before {
  content: "";
}

/* line 18772, app/assets/stylesheets/adminkit/light.css */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 18776, app/assets/stylesheets/adminkit/light.css */
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "";
}

/* line 18780, app/assets/stylesheets/adminkit/light.css */
.fa-igloo:before {
  content: "";
}

/* line 18783, app/assets/stylesheets/adminkit/light.css */
.fa-image:before {
  content: "";
}

/* line 18786, app/assets/stylesheets/adminkit/light.css */
.fa-image-portrait:before,
.fa-portrait:before {
  content: "";
}

/* line 18790, app/assets/stylesheets/adminkit/light.css */
.fa-images:before {
  content: "";
}

/* line 18793, app/assets/stylesheets/adminkit/light.css */
.fa-inbox:before {
  content: "";
}

/* line 18796, app/assets/stylesheets/adminkit/light.css */
.fa-indent:before {
  content: "";
}

/* line 18799, app/assets/stylesheets/adminkit/light.css */
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 18804, app/assets/stylesheets/adminkit/light.css */
.fa-industry:before {
  content: "";
}

/* line 18807, app/assets/stylesheets/adminkit/light.css */
.fa-infinity:before {
  content: "";
}

/* line 18810, app/assets/stylesheets/adminkit/light.css */
.fa-info:before {
  content: "";
}

/* line 18813, app/assets/stylesheets/adminkit/light.css */
.fa-italic:before {
  content: "";
}

/* line 18816, app/assets/stylesheets/adminkit/light.css */
.fa-j:before {
  content: "J";
}

/* line 18819, app/assets/stylesheets/adminkit/light.css */
.fa-jar:before {
  content: "";
}

/* line 18822, app/assets/stylesheets/adminkit/light.css */
.fa-jar-wheat:before {
  content: "";
}

/* line 18825, app/assets/stylesheets/adminkit/light.css */
.fa-jedi:before {
  content: "";
}

/* line 18828, app/assets/stylesheets/adminkit/light.css */
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "";
}

/* line 18832, app/assets/stylesheets/adminkit/light.css */
.fa-jet-fighter-up:before {
  content: "";
}

/* line 18835, app/assets/stylesheets/adminkit/light.css */
.fa-joint:before {
  content: "";
}

/* line 18838, app/assets/stylesheets/adminkit/light.css */
.fa-jug-detergent:before {
  content: "";
}

/* line 18841, app/assets/stylesheets/adminkit/light.css */
.fa-k:before {
  content: "K";
}

/* line 18844, app/assets/stylesheets/adminkit/light.css */
.fa-kaaba:before {
  content: "";
}

/* line 18847, app/assets/stylesheets/adminkit/light.css */
.fa-key:before {
  content: "";
}

/* line 18850, app/assets/stylesheets/adminkit/light.css */
.fa-keyboard:before {
  content: "";
}

/* line 18853, app/assets/stylesheets/adminkit/light.css */
.fa-khanda:before {
  content: "";
}

/* line 18856, app/assets/stylesheets/adminkit/light.css */
.fa-kip-sign:before {
  content: "";
}

/* line 18859, app/assets/stylesheets/adminkit/light.css */
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "";
}

/* line 18863, app/assets/stylesheets/adminkit/light.css */
.fa-kitchen-set:before {
  content: "";
}

/* line 18866, app/assets/stylesheets/adminkit/light.css */
.fa-kiwi-bird:before {
  content: "";
}

/* line 18869, app/assets/stylesheets/adminkit/light.css */
.fa-l:before {
  content: "L";
}

/* line 18872, app/assets/stylesheets/adminkit/light.css */
.fa-land-mine-on:before {
  content: "";
}

/* line 18875, app/assets/stylesheets/adminkit/light.css */
.fa-landmark:before {
  content: "";
}

/* line 18878, app/assets/stylesheets/adminkit/light.css */
.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "";
}

/* line 18882, app/assets/stylesheets/adminkit/light.css */
.fa-landmark-flag:before {
  content: "";
}

/* line 18885, app/assets/stylesheets/adminkit/light.css */
.fa-language:before {
  content: "";
}

/* line 18888, app/assets/stylesheets/adminkit/light.css */
.fa-laptop:before {
  content: "";
}

/* line 18891, app/assets/stylesheets/adminkit/light.css */
.fa-laptop-code:before {
  content: "";
}

/* line 18894, app/assets/stylesheets/adminkit/light.css */
.fa-laptop-file:before {
  content: "";
}

/* line 18897, app/assets/stylesheets/adminkit/light.css */
.fa-laptop-medical:before {
  content: "";
}

/* line 18900, app/assets/stylesheets/adminkit/light.css */
.fa-lari-sign:before {
  content: "";
}

/* line 18903, app/assets/stylesheets/adminkit/light.css */
.fa-layer-group:before {
  content: "";
}

/* line 18906, app/assets/stylesheets/adminkit/light.css */
.fa-leaf:before {
  content: "";
}

/* line 18909, app/assets/stylesheets/adminkit/light.css */
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "";
}

/* line 18913, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "";
}

/* line 18917, app/assets/stylesheets/adminkit/light.css */
.fa-lemon:before {
  content: "";
}

/* line 18920, app/assets/stylesheets/adminkit/light.css */
.fa-less-than:before {
  content: "\<";
}

/* line 18923, app/assets/stylesheets/adminkit/light.css */
.fa-less-than-equal:before {
  content: "";
}

/* line 18926, app/assets/stylesheets/adminkit/light.css */
.fa-life-ring:before {
  content: "";
}

/* line 18929, app/assets/stylesheets/adminkit/light.css */
.fa-lightbulb:before {
  content: "";
}

/* line 18932, app/assets/stylesheets/adminkit/light.css */
.fa-lines-leaning:before {
  content: "";
}

/* line 18935, app/assets/stylesheets/adminkit/light.css */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 18939, app/assets/stylesheets/adminkit/light.css */
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "";
}

/* line 18945, app/assets/stylesheets/adminkit/light.css */
.fa-lira-sign:before {
  content: "";
}

/* line 18948, app/assets/stylesheets/adminkit/light.css */
.fa-list-squares:before,
.fa-list:before {
  content: "";
}

/* line 18952, app/assets/stylesheets/adminkit/light.css */
.fa-list-check:before,
.fa-tasks:before {
  content: "";
}

/* line 18956, app/assets/stylesheets/adminkit/light.css */
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "";
}

/* line 18961, app/assets/stylesheets/adminkit/light.css */
.fa-list-dots:before,
.fa-list-ul:before {
  content: "";
}

/* line 18965, app/assets/stylesheets/adminkit/light.css */
.fa-litecoin-sign:before {
  content: "";
}

/* line 18968, app/assets/stylesheets/adminkit/light.css */
.fa-location-arrow:before {
  content: "";
}

/* line 18971, app/assets/stylesheets/adminkit/light.css */
.fa-location-crosshairs:before,
.fa-location:before {
  content: "";
}

/* line 18975, app/assets/stylesheets/adminkit/light.css */
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "";
}

/* line 18979, app/assets/stylesheets/adminkit/light.css */
.fa-location-pin:before,
.fa-map-marker:before {
  content: "";
}

/* line 18983, app/assets/stylesheets/adminkit/light.css */
.fa-location-pin-lock:before {
  content: "";
}

/* line 18986, app/assets/stylesheets/adminkit/light.css */
.fa-lock:before {
  content: "";
}

/* line 18989, app/assets/stylesheets/adminkit/light.css */
.fa-lock-open:before {
  content: "";
}

/* line 18992, app/assets/stylesheets/adminkit/light.css */
.fa-locust:before {
  content: "";
}

/* line 18995, app/assets/stylesheets/adminkit/light.css */
.fa-lungs:before {
  content: "";
}

/* line 18998, app/assets/stylesheets/adminkit/light.css */
.fa-lungs-virus:before {
  content: "";
}

/* line 19001, app/assets/stylesheets/adminkit/light.css */
.fa-m:before {
  content: "M";
}

/* line 19004, app/assets/stylesheets/adminkit/light.css */
.fa-magnet:before {
  content: "";
}

/* line 19007, app/assets/stylesheets/adminkit/light.css */
.fa-magnifying-glass:before,
.fa-search:before {
  content: "";
}

/* line 19011, app/assets/stylesheets/adminkit/light.css */
.fa-magnifying-glass-arrow-right:before {
  content: "";
}

/* line 19014, app/assets/stylesheets/adminkit/light.css */
.fa-magnifying-glass-chart:before {
  content: "";
}

/* line 19017, app/assets/stylesheets/adminkit/light.css */
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "";
}

/* line 19021, app/assets/stylesheets/adminkit/light.css */
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "";
}

/* line 19025, app/assets/stylesheets/adminkit/light.css */
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "";
}

/* line 19029, app/assets/stylesheets/adminkit/light.css */
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "";
}

/* line 19033, app/assets/stylesheets/adminkit/light.css */
.fa-manat-sign:before {
  content: "";
}

/* line 19036, app/assets/stylesheets/adminkit/light.css */
.fa-map:before {
  content: "";
}

/* line 19039, app/assets/stylesheets/adminkit/light.css */
.fa-map-location:before,
.fa-map-marked:before {
  content: "";
}

/* line 19043, app/assets/stylesheets/adminkit/light.css */
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "";
}

/* line 19047, app/assets/stylesheets/adminkit/light.css */
.fa-map-pin:before {
  content: "";
}

/* line 19050, app/assets/stylesheets/adminkit/light.css */
.fa-marker:before {
  content: "";
}

/* line 19053, app/assets/stylesheets/adminkit/light.css */
.fa-mars:before {
  content: "";
}

/* line 19056, app/assets/stylesheets/adminkit/light.css */
.fa-mars-and-venus:before {
  content: "";
}

/* line 19059, app/assets/stylesheets/adminkit/light.css */
.fa-mars-and-venus-burst:before {
  content: "";
}

/* line 19062, app/assets/stylesheets/adminkit/light.css */
.fa-mars-double:before {
  content: "";
}

/* line 19065, app/assets/stylesheets/adminkit/light.css */
.fa-mars-stroke:before {
  content: "";
}

/* line 19068, app/assets/stylesheets/adminkit/light.css */
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "";
}

/* line 19072, app/assets/stylesheets/adminkit/light.css */
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "";
}

/* line 19076, app/assets/stylesheets/adminkit/light.css */
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "";
}

/* line 19080, app/assets/stylesheets/adminkit/light.css */
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "";
}

/* line 19084, app/assets/stylesheets/adminkit/light.css */
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "";
}

/* line 19088, app/assets/stylesheets/adminkit/light.css */
.fa-mask:before {
  content: "";
}

/* line 19091, app/assets/stylesheets/adminkit/light.css */
.fa-mask-face:before {
  content: "";
}

/* line 19094, app/assets/stylesheets/adminkit/light.css */
.fa-mask-ventilator:before {
  content: "";
}

/* line 19097, app/assets/stylesheets/adminkit/light.css */
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "";
}

/* line 19101, app/assets/stylesheets/adminkit/light.css */
.fa-mattress-pillow:before {
  content: "";
}

/* line 19104, app/assets/stylesheets/adminkit/light.css */
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "";
}

/* line 19108, app/assets/stylesheets/adminkit/light.css */
.fa-medal:before {
  content: "";
}

/* line 19111, app/assets/stylesheets/adminkit/light.css */
.fa-memory:before {
  content: "";
}

/* line 19114, app/assets/stylesheets/adminkit/light.css */
.fa-menorah:before {
  content: "";
}

/* line 19117, app/assets/stylesheets/adminkit/light.css */
.fa-mercury:before {
  content: "";
}

/* line 19120, app/assets/stylesheets/adminkit/light.css */
.fa-comment-alt:before,
.fa-message:before {
  content: "";
}

/* line 19124, app/assets/stylesheets/adminkit/light.css */
.fa-meteor:before {
  content: "";
}

/* line 19127, app/assets/stylesheets/adminkit/light.css */
.fa-microchip:before {
  content: "";
}

/* line 19130, app/assets/stylesheets/adminkit/light.css */
.fa-microphone:before {
  content: "";
}

/* line 19133, app/assets/stylesheets/adminkit/light.css */
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "";
}

/* line 19137, app/assets/stylesheets/adminkit/light.css */
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "";
}

/* line 19141, app/assets/stylesheets/adminkit/light.css */
.fa-microphone-slash:before {
  content: "";
}

/* line 19144, app/assets/stylesheets/adminkit/light.css */
.fa-microscope:before {
  content: "";
}

/* line 19147, app/assets/stylesheets/adminkit/light.css */
.fa-mill-sign:before {
  content: "";
}

/* line 19150, app/assets/stylesheets/adminkit/light.css */
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "";
}

/* line 19154, app/assets/stylesheets/adminkit/light.css */
.fa-minus:before,
.fa-subtract:before {
  content: "";
}

/* line 19158, app/assets/stylesheets/adminkit/light.css */
.fa-mitten:before {
  content: "";
}

/* line 19161, app/assets/stylesheets/adminkit/light.css */
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 19166, app/assets/stylesheets/adminkit/light.css */
.fa-mobile-button:before {
  content: "";
}

/* line 19169, app/assets/stylesheets/adminkit/light.css */
.fa-mobile-retro:before {
  content: "";
}

/* line 19172, app/assets/stylesheets/adminkit/light.css */
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "";
}

/* line 19176, app/assets/stylesheets/adminkit/light.css */
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "";
}

/* line 19180, app/assets/stylesheets/adminkit/light.css */
.fa-money-bill:before {
  content: "";
}

/* line 19183, app/assets/stylesheets/adminkit/light.css */
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "";
}

/* line 19187, app/assets/stylesheets/adminkit/light.css */
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "";
}

/* line 19191, app/assets/stylesheets/adminkit/light.css */
.fa-money-bill-transfer:before {
  content: "";
}

/* line 19194, app/assets/stylesheets/adminkit/light.css */
.fa-money-bill-trend-up:before {
  content: "";
}

/* line 19197, app/assets/stylesheets/adminkit/light.css */
.fa-money-bill-wave:before {
  content: "";
}

/* line 19200, app/assets/stylesheets/adminkit/light.css */
.fa-money-bill-wheat:before {
  content: "";
}

/* line 19203, app/assets/stylesheets/adminkit/light.css */
.fa-money-bills:before {
  content: "";
}

/* line 19206, app/assets/stylesheets/adminkit/light.css */
.fa-money-check:before {
  content: "";
}

/* line 19209, app/assets/stylesheets/adminkit/light.css */
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "";
}

/* line 19213, app/assets/stylesheets/adminkit/light.css */
.fa-monument:before {
  content: "";
}

/* line 19216, app/assets/stylesheets/adminkit/light.css */
.fa-moon:before {
  content: "";
}

/* line 19219, app/assets/stylesheets/adminkit/light.css */
.fa-mortar-pestle:before {
  content: "";
}

/* line 19222, app/assets/stylesheets/adminkit/light.css */
.fa-mosque:before {
  content: "";
}

/* line 19225, app/assets/stylesheets/adminkit/light.css */
.fa-mosquito:before {
  content: "";
}

/* line 19228, app/assets/stylesheets/adminkit/light.css */
.fa-mosquito-net:before {
  content: "";
}

/* line 19231, app/assets/stylesheets/adminkit/light.css */
.fa-motorcycle:before {
  content: "";
}

/* line 19234, app/assets/stylesheets/adminkit/light.css */
.fa-mound:before {
  content: "";
}

/* line 19237, app/assets/stylesheets/adminkit/light.css */
.fa-mountain:before {
  content: "";
}

/* line 19240, app/assets/stylesheets/adminkit/light.css */
.fa-mountain-city:before {
  content: "";
}

/* line 19243, app/assets/stylesheets/adminkit/light.css */
.fa-mountain-sun:before {
  content: "";
}

/* line 19246, app/assets/stylesheets/adminkit/light.css */
.fa-mug-hot:before {
  content: "";
}

/* line 19249, app/assets/stylesheets/adminkit/light.css */
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "";
}

/* line 19253, app/assets/stylesheets/adminkit/light.css */
.fa-music:before {
  content: "";
}

/* line 19256, app/assets/stylesheets/adminkit/light.css */
.fa-n:before {
  content: "N";
}

/* line 19259, app/assets/stylesheets/adminkit/light.css */
.fa-naira-sign:before {
  content: "";
}

/* line 19262, app/assets/stylesheets/adminkit/light.css */
.fa-network-wired:before {
  content: "";
}

/* line 19265, app/assets/stylesheets/adminkit/light.css */
.fa-neuter:before {
  content: "";
}

/* line 19268, app/assets/stylesheets/adminkit/light.css */
.fa-newspaper:before {
  content: "";
}

/* line 19271, app/assets/stylesheets/adminkit/light.css */
.fa-not-equal:before {
  content: "";
}

/* line 19274, app/assets/stylesheets/adminkit/light.css */
.fa-notdef:before {
  content: "";
}

/* line 19277, app/assets/stylesheets/adminkit/light.css */
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "";
}

/* line 19281, app/assets/stylesheets/adminkit/light.css */
.fa-notes-medical:before {
  content: "";
}

/* line 19284, app/assets/stylesheets/adminkit/light.css */
.fa-o:before {
  content: "O";
}

/* line 19287, app/assets/stylesheets/adminkit/light.css */
.fa-object-group:before {
  content: "";
}

/* line 19290, app/assets/stylesheets/adminkit/light.css */
.fa-object-ungroup:before {
  content: "";
}

/* line 19293, app/assets/stylesheets/adminkit/light.css */
.fa-oil-can:before {
  content: "";
}

/* line 19296, app/assets/stylesheets/adminkit/light.css */
.fa-oil-well:before {
  content: "";
}

/* line 19299, app/assets/stylesheets/adminkit/light.css */
.fa-om:before {
  content: "";
}

/* line 19302, app/assets/stylesheets/adminkit/light.css */
.fa-otter:before {
  content: "";
}

/* line 19305, app/assets/stylesheets/adminkit/light.css */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 19309, app/assets/stylesheets/adminkit/light.css */
.fa-p:before {
  content: "P";
}

/* line 19312, app/assets/stylesheets/adminkit/light.css */
.fa-pager:before {
  content: "";
}

/* line 19315, app/assets/stylesheets/adminkit/light.css */
.fa-paint-roller:before {
  content: "";
}

/* line 19318, app/assets/stylesheets/adminkit/light.css */
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "";
}

/* line 19322, app/assets/stylesheets/adminkit/light.css */
.fa-palette:before {
  content: "";
}

/* line 19325, app/assets/stylesheets/adminkit/light.css */
.fa-pallet:before {
  content: "";
}

/* line 19328, app/assets/stylesheets/adminkit/light.css */
.fa-panorama:before {
  content: "";
}

/* line 19331, app/assets/stylesheets/adminkit/light.css */
.fa-paper-plane:before {
  content: "";
}

/* line 19334, app/assets/stylesheets/adminkit/light.css */
.fa-paperclip:before {
  content: "";
}

/* line 19337, app/assets/stylesheets/adminkit/light.css */
.fa-parachute-box:before {
  content: "";
}

/* line 19340, app/assets/stylesheets/adminkit/light.css */
.fa-paragraph:before {
  content: "";
}

/* line 19343, app/assets/stylesheets/adminkit/light.css */
.fa-passport:before {
  content: "";
}

/* line 19346, app/assets/stylesheets/adminkit/light.css */
.fa-file-clipboard:before,
.fa-paste:before {
  content: "";
}

/* line 19350, app/assets/stylesheets/adminkit/light.css */
.fa-pause:before {
  content: "";
}

/* line 19353, app/assets/stylesheets/adminkit/light.css */
.fa-paw:before {
  content: "";
}

/* line 19356, app/assets/stylesheets/adminkit/light.css */
.fa-peace:before {
  content: "";
}

/* line 19359, app/assets/stylesheets/adminkit/light.css */
.fa-pen:before {
  content: "";
}

/* line 19362, app/assets/stylesheets/adminkit/light.css */
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "";
}

/* line 19366, app/assets/stylesheets/adminkit/light.css */
.fa-pen-fancy:before {
  content: "";
}

/* line 19369, app/assets/stylesheets/adminkit/light.css */
.fa-pen-nib:before {
  content: "";
}

/* line 19372, app/assets/stylesheets/adminkit/light.css */
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "";
}

/* line 19376, app/assets/stylesheets/adminkit/light.css */
.fa-edit:before,
.fa-pen-to-square:before {
  content: "";
}

/* line 19380, app/assets/stylesheets/adminkit/light.css */
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "";
}

/* line 19384, app/assets/stylesheets/adminkit/light.css */
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "";
}

/* line 19388, app/assets/stylesheets/adminkit/light.css */
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "";
}

/* line 19392, app/assets/stylesheets/adminkit/light.css */
.fa-people-group:before {
  content: "";
}

/* line 19395, app/assets/stylesheets/adminkit/light.css */
.fa-people-line:before {
  content: "";
}

/* line 19398, app/assets/stylesheets/adminkit/light.css */
.fa-people-pulling:before {
  content: "";
}

/* line 19401, app/assets/stylesheets/adminkit/light.css */
.fa-people-robbery:before {
  content: "";
}

/* line 19404, app/assets/stylesheets/adminkit/light.css */
.fa-people-roof:before {
  content: "";
}

/* line 19407, app/assets/stylesheets/adminkit/light.css */
.fa-pepper-hot:before {
  content: "";
}

/* line 19410, app/assets/stylesheets/adminkit/light.css */
.fa-percent:before,
.fa-percentage:before {
  content: "\%";
}

/* line 19414, app/assets/stylesheets/adminkit/light.css */
.fa-male:before,
.fa-person:before {
  content: "";
}

/* line 19418, app/assets/stylesheets/adminkit/light.css */
.fa-person-arrow-down-to-line:before {
  content: "";
}

/* line 19421, app/assets/stylesheets/adminkit/light.css */
.fa-person-arrow-up-from-line:before {
  content: "";
}

/* line 19424, app/assets/stylesheets/adminkit/light.css */
.fa-biking:before,
.fa-person-biking:before {
  content: "";
}

/* line 19428, app/assets/stylesheets/adminkit/light.css */
.fa-person-booth:before {
  content: "";
}

/* line 19431, app/assets/stylesheets/adminkit/light.css */
.fa-person-breastfeeding:before {
  content: "";
}

/* line 19434, app/assets/stylesheets/adminkit/light.css */
.fa-person-burst:before {
  content: "";
}

/* line 19437, app/assets/stylesheets/adminkit/light.css */
.fa-person-cane:before {
  content: "";
}

/* line 19440, app/assets/stylesheets/adminkit/light.css */
.fa-person-chalkboard:before {
  content: "";
}

/* line 19443, app/assets/stylesheets/adminkit/light.css */
.fa-person-circle-check:before {
  content: "";
}

/* line 19446, app/assets/stylesheets/adminkit/light.css */
.fa-person-circle-exclamation:before {
  content: "";
}

/* line 19449, app/assets/stylesheets/adminkit/light.css */
.fa-person-circle-minus:before {
  content: "";
}

/* line 19452, app/assets/stylesheets/adminkit/light.css */
.fa-person-circle-plus:before {
  content: "";
}

/* line 19455, app/assets/stylesheets/adminkit/light.css */
.fa-person-circle-question:before {
  content: "";
}

/* line 19458, app/assets/stylesheets/adminkit/light.css */
.fa-person-circle-xmark:before {
  content: "";
}

/* line 19461, app/assets/stylesheets/adminkit/light.css */
.fa-digging:before,
.fa-person-digging:before {
  content: "";
}

/* line 19465, app/assets/stylesheets/adminkit/light.css */
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "";
}

/* line 19469, app/assets/stylesheets/adminkit/light.css */
.fa-female:before,
.fa-person-dress:before {
  content: "";
}

/* line 19473, app/assets/stylesheets/adminkit/light.css */
.fa-person-dress-burst:before {
  content: "";
}

/* line 19476, app/assets/stylesheets/adminkit/light.css */
.fa-person-drowning:before {
  content: "";
}

/* line 19479, app/assets/stylesheets/adminkit/light.css */
.fa-person-falling:before {
  content: "";
}

/* line 19482, app/assets/stylesheets/adminkit/light.css */
.fa-person-falling-burst:before {
  content: "";
}

/* line 19485, app/assets/stylesheets/adminkit/light.css */
.fa-person-half-dress:before {
  content: "";
}

/* line 19488, app/assets/stylesheets/adminkit/light.css */
.fa-person-harassing:before {
  content: "";
}

/* line 19491, app/assets/stylesheets/adminkit/light.css */
.fa-hiking:before,
.fa-person-hiking:before {
  content: "";
}

/* line 19495, app/assets/stylesheets/adminkit/light.css */
.fa-person-military-pointing:before {
  content: "";
}

/* line 19498, app/assets/stylesheets/adminkit/light.css */
.fa-person-military-rifle:before {
  content: "";
}

/* line 19501, app/assets/stylesheets/adminkit/light.css */
.fa-person-military-to-person:before {
  content: "";
}

/* line 19504, app/assets/stylesheets/adminkit/light.css */
.fa-person-praying:before,
.fa-pray:before {
  content: "";
}

/* line 19508, app/assets/stylesheets/adminkit/light.css */
.fa-person-pregnant:before {
  content: "";
}

/* line 19511, app/assets/stylesheets/adminkit/light.css */
.fa-person-rays:before {
  content: "";
}

/* line 19514, app/assets/stylesheets/adminkit/light.css */
.fa-person-rifle:before {
  content: "";
}

/* line 19517, app/assets/stylesheets/adminkit/light.css */
.fa-person-running:before,
.fa-running:before {
  content: "";
}

/* line 19521, app/assets/stylesheets/adminkit/light.css */
.fa-person-shelter:before {
  content: "";
}

/* line 19524, app/assets/stylesheets/adminkit/light.css */
.fa-person-skating:before,
.fa-skating:before {
  content: "";
}

/* line 19528, app/assets/stylesheets/adminkit/light.css */
.fa-person-skiing:before,
.fa-skiing:before {
  content: "";
}

/* line 19532, app/assets/stylesheets/adminkit/light.css */
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "";
}

/* line 19536, app/assets/stylesheets/adminkit/light.css */
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "";
}

/* line 19540, app/assets/stylesheets/adminkit/light.css */
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "";
}

/* line 19544, app/assets/stylesheets/adminkit/light.css */
.fa-person-through-window:before {
  content: "";
}

/* line 19547, app/assets/stylesheets/adminkit/light.css */
.fa-person-walking:before,
.fa-walking:before {
  content: "";
}

/* line 19551, app/assets/stylesheets/adminkit/light.css */
.fa-person-walking-arrow-loop-left:before {
  content: "";
}

/* line 19554, app/assets/stylesheets/adminkit/light.css */
.fa-person-walking-arrow-right:before {
  content: "";
}

/* line 19557, app/assets/stylesheets/adminkit/light.css */
.fa-person-walking-dashed-line-arrow-right:before {
  content: "";
}

/* line 19560, app/assets/stylesheets/adminkit/light.css */
.fa-person-walking-luggage:before {
  content: "";
}

/* line 19563, app/assets/stylesheets/adminkit/light.css */
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "";
}

/* line 19567, app/assets/stylesheets/adminkit/light.css */
.fa-peseta-sign:before {
  content: "";
}

/* line 19570, app/assets/stylesheets/adminkit/light.css */
.fa-peso-sign:before {
  content: "";
}

/* line 19573, app/assets/stylesheets/adminkit/light.css */
.fa-phone:before {
  content: "";
}

/* line 19576, app/assets/stylesheets/adminkit/light.css */
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "";
}

/* line 19580, app/assets/stylesheets/adminkit/light.css */
.fa-phone-slash:before {
  content: "";
}

/* line 19583, app/assets/stylesheets/adminkit/light.css */
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "";
}

/* line 19587, app/assets/stylesheets/adminkit/light.css */
.fa-photo-film:before,
.fa-photo-video:before {
  content: "";
}

/* line 19591, app/assets/stylesheets/adminkit/light.css */
.fa-piggy-bank:before {
  content: "";
}

/* line 19594, app/assets/stylesheets/adminkit/light.css */
.fa-pills:before {
  content: "";
}

/* line 19597, app/assets/stylesheets/adminkit/light.css */
.fa-pizza-slice:before {
  content: "";
}

/* line 19600, app/assets/stylesheets/adminkit/light.css */
.fa-place-of-worship:before {
  content: "";
}

/* line 19603, app/assets/stylesheets/adminkit/light.css */
.fa-plane:before {
  content: "";
}

/* line 19606, app/assets/stylesheets/adminkit/light.css */
.fa-plane-arrival:before {
  content: "";
}

/* line 19609, app/assets/stylesheets/adminkit/light.css */
.fa-plane-circle-check:before {
  content: "";
}

/* line 19612, app/assets/stylesheets/adminkit/light.css */
.fa-plane-circle-exclamation:before {
  content: "";
}

/* line 19615, app/assets/stylesheets/adminkit/light.css */
.fa-plane-circle-xmark:before {
  content: "";
}

/* line 19618, app/assets/stylesheets/adminkit/light.css */
.fa-plane-departure:before {
  content: "";
}

/* line 19621, app/assets/stylesheets/adminkit/light.css */
.fa-plane-lock:before {
  content: "";
}

/* line 19624, app/assets/stylesheets/adminkit/light.css */
.fa-plane-slash:before {
  content: "";
}

/* line 19627, app/assets/stylesheets/adminkit/light.css */
.fa-plane-up:before {
  content: "";
}

/* line 19630, app/assets/stylesheets/adminkit/light.css */
.fa-plant-wilt:before {
  content: "";
}

/* line 19633, app/assets/stylesheets/adminkit/light.css */
.fa-plate-wheat:before {
  content: "";
}

/* line 19636, app/assets/stylesheets/adminkit/light.css */
.fa-play:before {
  content: "";
}

/* line 19639, app/assets/stylesheets/adminkit/light.css */
.fa-plug:before {
  content: "";
}

/* line 19642, app/assets/stylesheets/adminkit/light.css */
.fa-plug-circle-bolt:before {
  content: "";
}

/* line 19645, app/assets/stylesheets/adminkit/light.css */
.fa-plug-circle-check:before {
  content: "";
}

/* line 19648, app/assets/stylesheets/adminkit/light.css */
.fa-plug-circle-exclamation:before {
  content: "";
}

/* line 19651, app/assets/stylesheets/adminkit/light.css */
.fa-plug-circle-minus:before {
  content: "";
}

/* line 19654, app/assets/stylesheets/adminkit/light.css */
.fa-plug-circle-plus:before {
  content: "";
}

/* line 19657, app/assets/stylesheets/adminkit/light.css */
.fa-plug-circle-xmark:before {
  content: "";
}

/* line 19660, app/assets/stylesheets/adminkit/light.css */
.fa-add:before,
.fa-plus:before {
  content: "\+";
}

/* line 19664, app/assets/stylesheets/adminkit/light.css */
.fa-plus-minus:before {
  content: "";
}

/* line 19667, app/assets/stylesheets/adminkit/light.css */
.fa-podcast:before {
  content: "";
}

/* line 19670, app/assets/stylesheets/adminkit/light.css */
.fa-poo:before {
  content: "";
}

/* line 19673, app/assets/stylesheets/adminkit/light.css */
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "";
}

/* line 19677, app/assets/stylesheets/adminkit/light.css */
.fa-poop:before {
  content: "";
}

/* line 19680, app/assets/stylesheets/adminkit/light.css */
.fa-power-off:before {
  content: "";
}

/* line 19683, app/assets/stylesheets/adminkit/light.css */
.fa-prescription:before {
  content: "";
}

/* line 19686, app/assets/stylesheets/adminkit/light.css */
.fa-prescription-bottle:before {
  content: "";
}

/* line 19689, app/assets/stylesheets/adminkit/light.css */
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "";
}

/* line 19693, app/assets/stylesheets/adminkit/light.css */
.fa-print:before {
  content: "";
}

/* line 19696, app/assets/stylesheets/adminkit/light.css */
.fa-pump-medical:before {
  content: "";
}

/* line 19699, app/assets/stylesheets/adminkit/light.css */
.fa-pump-soap:before {
  content: "";
}

/* line 19702, app/assets/stylesheets/adminkit/light.css */
.fa-puzzle-piece:before {
  content: "";
}

/* line 19705, app/assets/stylesheets/adminkit/light.css */
.fa-q:before {
  content: "Q";
}

/* line 19708, app/assets/stylesheets/adminkit/light.css */
.fa-qrcode:before {
  content: "";
}

/* line 19711, app/assets/stylesheets/adminkit/light.css */
.fa-question:before {
  content: "\?";
}

/* line 19714, app/assets/stylesheets/adminkit/light.css */
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "";
}

/* line 19718, app/assets/stylesheets/adminkit/light.css */
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "";
}

/* line 19722, app/assets/stylesheets/adminkit/light.css */
.fa-r:before {
  content: "R";
}

/* line 19725, app/assets/stylesheets/adminkit/light.css */
.fa-radiation:before {
  content: "";
}

/* line 19728, app/assets/stylesheets/adminkit/light.css */
.fa-radio:before {
  content: "";
}

/* line 19731, app/assets/stylesheets/adminkit/light.css */
.fa-rainbow:before {
  content: "";
}

/* line 19734, app/assets/stylesheets/adminkit/light.css */
.fa-ranking-star:before {
  content: "";
}

/* line 19737, app/assets/stylesheets/adminkit/light.css */
.fa-receipt:before {
  content: "";
}

/* line 19740, app/assets/stylesheets/adminkit/light.css */
.fa-record-vinyl:before {
  content: "";
}

/* line 19743, app/assets/stylesheets/adminkit/light.css */
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "";
}

/* line 19747, app/assets/stylesheets/adminkit/light.css */
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "";
}

/* line 19751, app/assets/stylesheets/adminkit/light.css */
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 19757, app/assets/stylesheets/adminkit/light.css */
.fa-recycle:before {
  content: "";
}

/* line 19760, app/assets/stylesheets/adminkit/light.css */
.fa-registered:before {
  content: "";
}

/* line 19763, app/assets/stylesheets/adminkit/light.css */
.fa-repeat:before {
  content: "";
}

/* line 19766, app/assets/stylesheets/adminkit/light.css */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 19770, app/assets/stylesheets/adminkit/light.css */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 19774, app/assets/stylesheets/adminkit/light.css */
.fa-republican:before {
  content: "";
}

/* line 19777, app/assets/stylesheets/adminkit/light.css */
.fa-restroom:before {
  content: "";
}

/* line 19780, app/assets/stylesheets/adminkit/light.css */
.fa-retweet:before {
  content: "";
}

/* line 19783, app/assets/stylesheets/adminkit/light.css */
.fa-ribbon:before {
  content: "";
}

/* line 19786, app/assets/stylesheets/adminkit/light.css */
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "";
}

/* line 19790, app/assets/stylesheets/adminkit/light.css */
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "";
}

/* line 19794, app/assets/stylesheets/adminkit/light.css */
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "";
}

/* line 19798, app/assets/stylesheets/adminkit/light.css */
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "";
}

/* line 19802, app/assets/stylesheets/adminkit/light.css */
.fa-ring:before {
  content: "";
}

/* line 19805, app/assets/stylesheets/adminkit/light.css */
.fa-road:before {
  content: "";
}

/* line 19808, app/assets/stylesheets/adminkit/light.css */
.fa-road-barrier:before {
  content: "";
}

/* line 19811, app/assets/stylesheets/adminkit/light.css */
.fa-road-bridge:before {
  content: "";
}

/* line 19814, app/assets/stylesheets/adminkit/light.css */
.fa-road-circle-check:before {
  content: "";
}

/* line 19817, app/assets/stylesheets/adminkit/light.css */
.fa-road-circle-exclamation:before {
  content: "";
}

/* line 19820, app/assets/stylesheets/adminkit/light.css */
.fa-road-circle-xmark:before {
  content: "";
}

/* line 19823, app/assets/stylesheets/adminkit/light.css */
.fa-road-lock:before {
  content: "";
}

/* line 19826, app/assets/stylesheets/adminkit/light.css */
.fa-road-spikes:before {
  content: "";
}

/* line 19829, app/assets/stylesheets/adminkit/light.css */
.fa-robot:before {
  content: "";
}

/* line 19832, app/assets/stylesheets/adminkit/light.css */
.fa-rocket:before {
  content: "";
}

/* line 19835, app/assets/stylesheets/adminkit/light.css */
.fa-rotate:before,
.fa-sync-alt:before {
  content: "";
}

/* line 19839, app/assets/stylesheets/adminkit/light.css */
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "";
}

/* line 19845, app/assets/stylesheets/adminkit/light.css */
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "";
}

/* line 19850, app/assets/stylesheets/adminkit/light.css */
.fa-route:before {
  content: "";
}

/* line 19853, app/assets/stylesheets/adminkit/light.css */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 19857, app/assets/stylesheets/adminkit/light.css */
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "";
}

/* line 19863, app/assets/stylesheets/adminkit/light.css */
.fa-rug:before {
  content: "";
}

/* line 19866, app/assets/stylesheets/adminkit/light.css */
.fa-ruler:before {
  content: "";
}

/* line 19869, app/assets/stylesheets/adminkit/light.css */
.fa-ruler-combined:before {
  content: "";
}

/* line 19872, app/assets/stylesheets/adminkit/light.css */
.fa-ruler-horizontal:before {
  content: "";
}

/* line 19875, app/assets/stylesheets/adminkit/light.css */
.fa-ruler-vertical:before {
  content: "";
}

/* line 19878, app/assets/stylesheets/adminkit/light.css */
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "";
}

/* line 19882, app/assets/stylesheets/adminkit/light.css */
.fa-rupiah-sign:before {
  content: "";
}

/* line 19885, app/assets/stylesheets/adminkit/light.css */
.fa-s:before {
  content: "S";
}

/* line 19888, app/assets/stylesheets/adminkit/light.css */
.fa-sack-dollar:before {
  content: "";
}

/* line 19891, app/assets/stylesheets/adminkit/light.css */
.fa-sack-xmark:before {
  content: "";
}

/* line 19894, app/assets/stylesheets/adminkit/light.css */
.fa-sailboat:before {
  content: "";
}

/* line 19897, app/assets/stylesheets/adminkit/light.css */
.fa-satellite:before {
  content: "";
}

/* line 19900, app/assets/stylesheets/adminkit/light.css */
.fa-satellite-dish:before {
  content: "";
}

/* line 19903, app/assets/stylesheets/adminkit/light.css */
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "";
}

/* line 19907, app/assets/stylesheets/adminkit/light.css */
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "";
}

/* line 19911, app/assets/stylesheets/adminkit/light.css */
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "";
}

/* line 19915, app/assets/stylesheets/adminkit/light.css */
.fa-school:before {
  content: "";
}

/* line 19918, app/assets/stylesheets/adminkit/light.css */
.fa-school-circle-check:before {
  content: "";
}

/* line 19921, app/assets/stylesheets/adminkit/light.css */
.fa-school-circle-exclamation:before {
  content: "";
}

/* line 19924, app/assets/stylesheets/adminkit/light.css */
.fa-school-circle-xmark:before {
  content: "";
}

/* line 19927, app/assets/stylesheets/adminkit/light.css */
.fa-school-flag:before {
  content: "";
}

/* line 19930, app/assets/stylesheets/adminkit/light.css */
.fa-school-lock:before {
  content: "";
}

/* line 19933, app/assets/stylesheets/adminkit/light.css */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 19937, app/assets/stylesheets/adminkit/light.css */
.fa-screwdriver:before {
  content: "";
}

/* line 19940, app/assets/stylesheets/adminkit/light.css */
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "";
}

/* line 19944, app/assets/stylesheets/adminkit/light.css */
.fa-scroll:before {
  content: "";
}

/* line 19947, app/assets/stylesheets/adminkit/light.css */
.fa-scroll-torah:before,
.fa-torah:before {
  content: "";
}

/* line 19951, app/assets/stylesheets/adminkit/light.css */
.fa-sd-card:before {
  content: "";
}

/* line 19954, app/assets/stylesheets/adminkit/light.css */
.fa-section:before {
  content: "";
}

/* line 19957, app/assets/stylesheets/adminkit/light.css */
.fa-seedling:before,
.fa-sprout:before {
  content: "";
}

/* line 19961, app/assets/stylesheets/adminkit/light.css */
.fa-server:before {
  content: "";
}

/* line 19964, app/assets/stylesheets/adminkit/light.css */
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "";
}

/* line 19968, app/assets/stylesheets/adminkit/light.css */
.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 19973, app/assets/stylesheets/adminkit/light.css */
.fa-share-from-square:before,
.fa-share-square:before {
  content: "";
}

/* line 19977, app/assets/stylesheets/adminkit/light.css */
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "";
}

/* line 19981, app/assets/stylesheets/adminkit/light.css */
.fa-sheet-plastic:before {
  content: "";
}

/* line 19984, app/assets/stylesheets/adminkit/light.css */
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "";
}

/* line 19991, app/assets/stylesheets/adminkit/light.css */
.fa-shield-blank:before,
.fa-shield:before {
  content: "";
}

/* line 19995, app/assets/stylesheets/adminkit/light.css */
.fa-shield-cat:before {
  content: "";
}

/* line 19998, app/assets/stylesheets/adminkit/light.css */
.fa-shield-dog:before {
  content: "";
}

/* line 20001, app/assets/stylesheets/adminkit/light.css */
.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "";
}

/* line 20005, app/assets/stylesheets/adminkit/light.css */
.fa-shield-heart:before {
  content: "";
}

/* line 20008, app/assets/stylesheets/adminkit/light.css */
.fa-shield-virus:before {
  content: "";
}

/* line 20011, app/assets/stylesheets/adminkit/light.css */
.fa-ship:before {
  content: "";
}

/* line 20014, app/assets/stylesheets/adminkit/light.css */
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "";
}

/* line 20019, app/assets/stylesheets/adminkit/light.css */
.fa-shoe-prints:before {
  content: "";
}

/* line 20022, app/assets/stylesheets/adminkit/light.css */
.fa-shop:before,
.fa-store-alt:before {
  content: "";
}

/* line 20026, app/assets/stylesheets/adminkit/light.css */
.fa-shop-lock:before {
  content: "";
}

/* line 20029, app/assets/stylesheets/adminkit/light.css */
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "";
}

/* line 20033, app/assets/stylesheets/adminkit/light.css */
.fa-shower:before {
  content: "";
}

/* line 20036, app/assets/stylesheets/adminkit/light.css */
.fa-shrimp:before {
  content: "";
}

/* line 20039, app/assets/stylesheets/adminkit/light.css */
.fa-random:before,
.fa-shuffle:before {
  content: "";
}

/* line 20043, app/assets/stylesheets/adminkit/light.css */
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "";
}

/* line 20047, app/assets/stylesheets/adminkit/light.css */
.fa-sign-hanging:before,
.fa-sign:before {
  content: "";
}

/* line 20051, app/assets/stylesheets/adminkit/light.css */
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "";
}

/* line 20056, app/assets/stylesheets/adminkit/light.css */
.fa-signature:before {
  content: "";
}

/* line 20059, app/assets/stylesheets/adminkit/light.css */
.fa-map-signs:before,
.fa-signs-post:before {
  content: "";
}

/* line 20063, app/assets/stylesheets/adminkit/light.css */
.fa-sim-card:before {
  content: "";
}

/* line 20066, app/assets/stylesheets/adminkit/light.css */
.fa-sink:before {
  content: "";
}

/* line 20069, app/assets/stylesheets/adminkit/light.css */
.fa-sitemap:before {
  content: "";
}

/* line 20072, app/assets/stylesheets/adminkit/light.css */
.fa-skull:before {
  content: "";
}

/* line 20075, app/assets/stylesheets/adminkit/light.css */
.fa-skull-crossbones:before {
  content: "";
}

/* line 20078, app/assets/stylesheets/adminkit/light.css */
.fa-slash:before {
  content: "";
}

/* line 20081, app/assets/stylesheets/adminkit/light.css */
.fa-sleigh:before {
  content: "";
}

/* line 20084, app/assets/stylesheets/adminkit/light.css */
.fa-sliders-h:before,
.fa-sliders:before {
  content: "";
}

/* line 20088, app/assets/stylesheets/adminkit/light.css */
.fa-smog:before {
  content: "";
}

/* line 20091, app/assets/stylesheets/adminkit/light.css */
.fa-smoking:before {
  content: "";
}

/* line 20094, app/assets/stylesheets/adminkit/light.css */
.fa-snowflake:before {
  content: "";
}

/* line 20097, app/assets/stylesheets/adminkit/light.css */
.fa-snowman:before {
  content: "";
}

/* line 20100, app/assets/stylesheets/adminkit/light.css */
.fa-snowplow:before {
  content: "";
}

/* line 20103, app/assets/stylesheets/adminkit/light.css */
.fa-soap:before {
  content: "";
}

/* line 20106, app/assets/stylesheets/adminkit/light.css */
.fa-socks:before {
  content: "";
}

/* line 20109, app/assets/stylesheets/adminkit/light.css */
.fa-solar-panel:before {
  content: "";
}

/* line 20112, app/assets/stylesheets/adminkit/light.css */
.fa-sort:before,
.fa-unsorted:before {
  content: "";
}

/* line 20116, app/assets/stylesheets/adminkit/light.css */
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}

/* line 20120, app/assets/stylesheets/adminkit/light.css */
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}

/* line 20124, app/assets/stylesheets/adminkit/light.css */
.fa-spa:before {
  content: "";
}

/* line 20127, app/assets/stylesheets/adminkit/light.css */
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "";
}

/* line 20131, app/assets/stylesheets/adminkit/light.css */
.fa-spell-check:before {
  content: "";
}

/* line 20134, app/assets/stylesheets/adminkit/light.css */
.fa-spider:before {
  content: "";
}

/* line 20137, app/assets/stylesheets/adminkit/light.css */
.fa-spinner:before {
  content: "";
}

/* line 20140, app/assets/stylesheets/adminkit/light.css */
.fa-splotch:before {
  content: "";
}

/* line 20143, app/assets/stylesheets/adminkit/light.css */
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "";
}

/* line 20147, app/assets/stylesheets/adminkit/light.css */
.fa-spray-can:before {
  content: "";
}

/* line 20150, app/assets/stylesheets/adminkit/light.css */
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "";
}

/* line 20154, app/assets/stylesheets/adminkit/light.css */
.fa-square:before {
  content: "";
}

/* line 20157, app/assets/stylesheets/adminkit/light.css */
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "";
}

/* line 20161, app/assets/stylesheets/adminkit/light.css */
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "";
}

/* line 20165, app/assets/stylesheets/adminkit/light.css */
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "";
}

/* line 20169, app/assets/stylesheets/adminkit/light.css */
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "";
}

/* line 20173, app/assets/stylesheets/adminkit/light.css */
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "";
}

/* line 20177, app/assets/stylesheets/adminkit/light.css */
.fa-check-square:before,
.fa-square-check:before {
  content: "";
}

/* line 20181, app/assets/stylesheets/adminkit/light.css */
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "";
}

/* line 20185, app/assets/stylesheets/adminkit/light.css */
.fa-square-full:before {
  content: "";
}

/* line 20188, app/assets/stylesheets/adminkit/light.css */
.fa-h-square:before,
.fa-square-h:before {
  content: "";
}

/* line 20192, app/assets/stylesheets/adminkit/light.css */
.fa-minus-square:before,
.fa-square-minus:before {
  content: "";
}

/* line 20196, app/assets/stylesheets/adminkit/light.css */
.fa-square-nfi:before {
  content: "";
}

/* line 20199, app/assets/stylesheets/adminkit/light.css */
.fa-parking:before,
.fa-square-parking:before {
  content: "";
}

/* line 20203, app/assets/stylesheets/adminkit/light.css */
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "";
}

/* line 20208, app/assets/stylesheets/adminkit/light.css */
.fa-square-person-confined:before {
  content: "";
}

/* line 20211, app/assets/stylesheets/adminkit/light.css */
.fa-phone-square:before,
.fa-square-phone:before {
  content: "";
}

/* line 20215, app/assets/stylesheets/adminkit/light.css */
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "";
}

/* line 20219, app/assets/stylesheets/adminkit/light.css */
.fa-plus-square:before,
.fa-square-plus:before {
  content: "";
}

/* line 20223, app/assets/stylesheets/adminkit/light.css */
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "";
}

/* line 20227, app/assets/stylesheets/adminkit/light.css */
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "";
}

/* line 20231, app/assets/stylesheets/adminkit/light.css */
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "";
}

/* line 20235, app/assets/stylesheets/adminkit/light.css */
.fa-rss-square:before,
.fa-square-rss:before {
  content: "";
}

/* line 20239, app/assets/stylesheets/adminkit/light.css */
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "";
}

/* line 20243, app/assets/stylesheets/adminkit/light.css */
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "";
}

/* line 20247, app/assets/stylesheets/adminkit/light.css */
.fa-square-virus:before {
  content: "";
}

/* line 20250, app/assets/stylesheets/adminkit/light.css */
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "";
}

/* line 20255, app/assets/stylesheets/adminkit/light.css */
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "";
}

/* line 20261, app/assets/stylesheets/adminkit/light.css */
.fa-stairs:before {
  content: "";
}

/* line 20264, app/assets/stylesheets/adminkit/light.css */
.fa-stamp:before {
  content: "";
}

/* line 20267, app/assets/stylesheets/adminkit/light.css */
.fa-stapler:before {
  content: "";
}

/* line 20270, app/assets/stylesheets/adminkit/light.css */
.fa-star:before {
  content: "";
}

/* line 20273, app/assets/stylesheets/adminkit/light.css */
.fa-star-and-crescent:before {
  content: "";
}

/* line 20276, app/assets/stylesheets/adminkit/light.css */
.fa-star-half:before {
  content: "";
}

/* line 20279, app/assets/stylesheets/adminkit/light.css */
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "";
}

/* line 20283, app/assets/stylesheets/adminkit/light.css */
.fa-star-of-david:before {
  content: "";
}

/* line 20286, app/assets/stylesheets/adminkit/light.css */
.fa-star-of-life:before {
  content: "";
}

/* line 20289, app/assets/stylesheets/adminkit/light.css */
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "";
}

/* line 20294, app/assets/stylesheets/adminkit/light.css */
.fa-stethoscope:before {
  content: "";
}

/* line 20297, app/assets/stylesheets/adminkit/light.css */
.fa-stop:before {
  content: "";
}

/* line 20300, app/assets/stylesheets/adminkit/light.css */
.fa-stopwatch:before {
  content: "";
}

/* line 20303, app/assets/stylesheets/adminkit/light.css */
.fa-stopwatch-20:before {
  content: "";
}

/* line 20306, app/assets/stylesheets/adminkit/light.css */
.fa-store:before {
  content: "";
}

/* line 20309, app/assets/stylesheets/adminkit/light.css */
.fa-store-slash:before {
  content: "";
}

/* line 20312, app/assets/stylesheets/adminkit/light.css */
.fa-street-view:before {
  content: "";
}

/* line 20315, app/assets/stylesheets/adminkit/light.css */
.fa-strikethrough:before {
  content: "";
}

/* line 20318, app/assets/stylesheets/adminkit/light.css */
.fa-stroopwafel:before {
  content: "";
}

/* line 20321, app/assets/stylesheets/adminkit/light.css */
.fa-subscript:before {
  content: "";
}

/* line 20324, app/assets/stylesheets/adminkit/light.css */
.fa-suitcase:before {
  content: "";
}

/* line 20327, app/assets/stylesheets/adminkit/light.css */
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "";
}

/* line 20331, app/assets/stylesheets/adminkit/light.css */
.fa-suitcase-rolling:before {
  content: "";
}

/* line 20334, app/assets/stylesheets/adminkit/light.css */
.fa-sun:before {
  content: "";
}

/* line 20337, app/assets/stylesheets/adminkit/light.css */
.fa-sun-plant-wilt:before {
  content: "";
}

/* line 20340, app/assets/stylesheets/adminkit/light.css */
.fa-superscript:before {
  content: "";
}

/* line 20343, app/assets/stylesheets/adminkit/light.css */
.fa-swatchbook:before {
  content: "";
}

/* line 20346, app/assets/stylesheets/adminkit/light.css */
.fa-synagogue:before {
  content: "";
}

/* line 20349, app/assets/stylesheets/adminkit/light.css */
.fa-syringe:before {
  content: "";
}

/* line 20352, app/assets/stylesheets/adminkit/light.css */
.fa-t:before {
  content: "T";
}

/* line 20355, app/assets/stylesheets/adminkit/light.css */
.fa-table:before {
  content: "";
}

/* line 20358, app/assets/stylesheets/adminkit/light.css */
.fa-table-cells:before,
.fa-th:before {
  content: "";
}

/* line 20362, app/assets/stylesheets/adminkit/light.css */
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "";
}

/* line 20366, app/assets/stylesheets/adminkit/light.css */
.fa-columns:before,
.fa-table-columns:before {
  content: "";
}

/* line 20370, app/assets/stylesheets/adminkit/light.css */
.fa-table-list:before,
.fa-th-list:before {
  content: "";
}

/* line 20374, app/assets/stylesheets/adminkit/light.css */
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "";
}

/* line 20379, app/assets/stylesheets/adminkit/light.css */
.fa-tablet-android:before,
.fa-tablet:before {
  content: "";
}

/* line 20383, app/assets/stylesheets/adminkit/light.css */
.fa-tablet-button:before {
  content: "";
}

/* line 20386, app/assets/stylesheets/adminkit/light.css */
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "";
}

/* line 20390, app/assets/stylesheets/adminkit/light.css */
.fa-tablets:before {
  content: "";
}

/* line 20393, app/assets/stylesheets/adminkit/light.css */
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "";
}

/* line 20397, app/assets/stylesheets/adminkit/light.css */
.fa-tag:before {
  content: "";
}

/* line 20400, app/assets/stylesheets/adminkit/light.css */
.fa-tags:before {
  content: "";
}

/* line 20403, app/assets/stylesheets/adminkit/light.css */
.fa-tape:before {
  content: "";
}

/* line 20406, app/assets/stylesheets/adminkit/light.css */
.fa-tarp:before {
  content: "";
}

/* line 20409, app/assets/stylesheets/adminkit/light.css */
.fa-tarp-droplet:before {
  content: "";
}

/* line 20412, app/assets/stylesheets/adminkit/light.css */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 20416, app/assets/stylesheets/adminkit/light.css */
.fa-teeth:before {
  content: "";
}

/* line 20419, app/assets/stylesheets/adminkit/light.css */
.fa-teeth-open:before {
  content: "";
}

/* line 20422, app/assets/stylesheets/adminkit/light.css */
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "";
}

/* line 20426, app/assets/stylesheets/adminkit/light.css */
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "";
}

/* line 20430, app/assets/stylesheets/adminkit/light.css */
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 20436, app/assets/stylesheets/adminkit/light.css */
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 20442, app/assets/stylesheets/adminkit/light.css */
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 20448, app/assets/stylesheets/adminkit/light.css */
.fa-temperature-high:before {
  content: "";
}

/* line 20451, app/assets/stylesheets/adminkit/light.css */
.fa-temperature-low:before {
  content: "";
}

/* line 20454, app/assets/stylesheets/adminkit/light.css */
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 20460, app/assets/stylesheets/adminkit/light.css */
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 20466, app/assets/stylesheets/adminkit/light.css */
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "";
}

/* line 20470, app/assets/stylesheets/adminkit/light.css */
.fa-tent:before {
  content: "";
}

/* line 20473, app/assets/stylesheets/adminkit/light.css */
.fa-tent-arrow-down-to-line:before {
  content: "";
}

/* line 20476, app/assets/stylesheets/adminkit/light.css */
.fa-tent-arrow-left-right:before {
  content: "";
}

/* line 20479, app/assets/stylesheets/adminkit/light.css */
.fa-tent-arrow-turn-left:before {
  content: "";
}

/* line 20482, app/assets/stylesheets/adminkit/light.css */
.fa-tent-arrows-down:before {
  content: "";
}

/* line 20485, app/assets/stylesheets/adminkit/light.css */
.fa-tents:before {
  content: "";
}

/* line 20488, app/assets/stylesheets/adminkit/light.css */
.fa-terminal:before {
  content: "";
}

/* line 20491, app/assets/stylesheets/adminkit/light.css */
.fa-text-height:before {
  content: "";
}

/* line 20494, app/assets/stylesheets/adminkit/light.css */
.fa-remove-format:before,
.fa-text-slash:before {
  content: "";
}

/* line 20498, app/assets/stylesheets/adminkit/light.css */
.fa-text-width:before {
  content: "";
}

/* line 20501, app/assets/stylesheets/adminkit/light.css */
.fa-thermometer:before {
  content: "";
}

/* line 20504, app/assets/stylesheets/adminkit/light.css */
.fa-thumbs-down:before {
  content: "";
}

/* line 20507, app/assets/stylesheets/adminkit/light.css */
.fa-thumbs-up:before {
  content: "";
}

/* line 20510, app/assets/stylesheets/adminkit/light.css */
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "";
}

/* line 20514, app/assets/stylesheets/adminkit/light.css */
.fa-ticket:before {
  content: "";
}

/* line 20517, app/assets/stylesheets/adminkit/light.css */
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "";
}

/* line 20521, app/assets/stylesheets/adminkit/light.css */
.fa-timeline:before {
  content: "";
}

/* line 20524, app/assets/stylesheets/adminkit/light.css */
.fa-toggle-off:before {
  content: "";
}

/* line 20527, app/assets/stylesheets/adminkit/light.css */
.fa-toggle-on:before {
  content: "";
}

/* line 20530, app/assets/stylesheets/adminkit/light.css */
.fa-toilet:before {
  content: "";
}

/* line 20533, app/assets/stylesheets/adminkit/light.css */
.fa-toilet-paper:before {
  content: "";
}

/* line 20536, app/assets/stylesheets/adminkit/light.css */
.fa-toilet-paper-slash:before {
  content: "";
}

/* line 20539, app/assets/stylesheets/adminkit/light.css */
.fa-toilet-portable:before {
  content: "";
}

/* line 20542, app/assets/stylesheets/adminkit/light.css */
.fa-toilets-portable:before {
  content: "";
}

/* line 20545, app/assets/stylesheets/adminkit/light.css */
.fa-toolbox:before {
  content: "";
}

/* line 20548, app/assets/stylesheets/adminkit/light.css */
.fa-tooth:before {
  content: "";
}

/* line 20551, app/assets/stylesheets/adminkit/light.css */
.fa-torii-gate:before {
  content: "";
}

/* line 20554, app/assets/stylesheets/adminkit/light.css */
.fa-tornado:before {
  content: "";
}

/* line 20557, app/assets/stylesheets/adminkit/light.css */
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "";
}

/* line 20561, app/assets/stylesheets/adminkit/light.css */
.fa-tower-cell:before {
  content: "";
}

/* line 20564, app/assets/stylesheets/adminkit/light.css */
.fa-tower-observation:before {
  content: "";
}

/* line 20567, app/assets/stylesheets/adminkit/light.css */
.fa-tractor:before {
  content: "";
}

/* line 20570, app/assets/stylesheets/adminkit/light.css */
.fa-trademark:before {
  content: "";
}

/* line 20573, app/assets/stylesheets/adminkit/light.css */
.fa-traffic-light:before {
  content: "";
}

/* line 20576, app/assets/stylesheets/adminkit/light.css */
.fa-trailer:before {
  content: "";
}

/* line 20579, app/assets/stylesheets/adminkit/light.css */
.fa-train:before {
  content: "";
}

/* line 20582, app/assets/stylesheets/adminkit/light.css */
.fa-subway:before,
.fa-train-subway:before {
  content: "";
}

/* line 20586, app/assets/stylesheets/adminkit/light.css */
.fa-train-tram:before {
  content: "";
}

/* line 20589, app/assets/stylesheets/adminkit/light.css */
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "";
}

/* line 20593, app/assets/stylesheets/adminkit/light.css */
.fa-trash:before {
  content: "";
}

/* line 20596, app/assets/stylesheets/adminkit/light.css */
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "";
}

/* line 20600, app/assets/stylesheets/adminkit/light.css */
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "";
}

/* line 20604, app/assets/stylesheets/adminkit/light.css */
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "";
}

/* line 20608, app/assets/stylesheets/adminkit/light.css */
.fa-tree:before {
  content: "";
}

/* line 20611, app/assets/stylesheets/adminkit/light.css */
.fa-tree-city:before {
  content: "";
}

/* line 20614, app/assets/stylesheets/adminkit/light.css */
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "";
}

/* line 20619, app/assets/stylesheets/adminkit/light.css */
.fa-trophy:before {
  content: "";
}

/* line 20622, app/assets/stylesheets/adminkit/light.css */
.fa-trowel:before {
  content: "";
}

/* line 20625, app/assets/stylesheets/adminkit/light.css */
.fa-trowel-bricks:before {
  content: "";
}

/* line 20628, app/assets/stylesheets/adminkit/light.css */
.fa-truck:before {
  content: "";
}

/* line 20631, app/assets/stylesheets/adminkit/light.css */
.fa-truck-arrow-right:before {
  content: "";
}

/* line 20634, app/assets/stylesheets/adminkit/light.css */
.fa-truck-droplet:before {
  content: "";
}

/* line 20637, app/assets/stylesheets/adminkit/light.css */
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "";
}

/* line 20641, app/assets/stylesheets/adminkit/light.css */
.fa-truck-field:before {
  content: "";
}

/* line 20644, app/assets/stylesheets/adminkit/light.css */
.fa-truck-field-un:before {
  content: "";
}

/* line 20647, app/assets/stylesheets/adminkit/light.css */
.fa-truck-front:before {
  content: "";
}

/* line 20650, app/assets/stylesheets/adminkit/light.css */
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "";
}

/* line 20654, app/assets/stylesheets/adminkit/light.css */
.fa-truck-monster:before {
  content: "";
}

/* line 20657, app/assets/stylesheets/adminkit/light.css */
.fa-truck-moving:before {
  content: "";
}

/* line 20660, app/assets/stylesheets/adminkit/light.css */
.fa-truck-pickup:before {
  content: "";
}

/* line 20663, app/assets/stylesheets/adminkit/light.css */
.fa-truck-plane:before {
  content: "";
}

/* line 20666, app/assets/stylesheets/adminkit/light.css */
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "";
}

/* line 20670, app/assets/stylesheets/adminkit/light.css */
.fa-teletype:before,
.fa-tty:before {
  content: "";
}

/* line 20674, app/assets/stylesheets/adminkit/light.css */
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "";
}

/* line 20679, app/assets/stylesheets/adminkit/light.css */
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "";
}

/* line 20683, app/assets/stylesheets/adminkit/light.css */
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "";
}

/* line 20687, app/assets/stylesheets/adminkit/light.css */
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "";
}

/* line 20692, app/assets/stylesheets/adminkit/light.css */
.fa-u:before {
  content: "U";
}

/* line 20695, app/assets/stylesheets/adminkit/light.css */
.fa-umbrella:before {
  content: "";
}

/* line 20698, app/assets/stylesheets/adminkit/light.css */
.fa-umbrella-beach:before {
  content: "";
}

/* line 20701, app/assets/stylesheets/adminkit/light.css */
.fa-underline:before {
  content: "";
}

/* line 20704, app/assets/stylesheets/adminkit/light.css */
.fa-universal-access:before {
  content: "";
}

/* line 20707, app/assets/stylesheets/adminkit/light.css */
.fa-unlock:before {
  content: "";
}

/* line 20710, app/assets/stylesheets/adminkit/light.css */
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "";
}

/* line 20714, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "";
}

/* line 20718, app/assets/stylesheets/adminkit/light.css */
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "";
}

/* line 20722, app/assets/stylesheets/adminkit/light.css */
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "";
}

/* line 20726, app/assets/stylesheets/adminkit/light.css */
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "";
}

/* line 20730, app/assets/stylesheets/adminkit/light.css */
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "";
}

/* line 20734, app/assets/stylesheets/adminkit/light.css */
.fa-upload:before {
  content: "";
}

/* line 20737, app/assets/stylesheets/adminkit/light.css */
.fa-user:before {
  content: "";
}

/* line 20740, app/assets/stylesheets/adminkit/light.css */
.fa-user-astronaut:before {
  content: "";
}

/* line 20743, app/assets/stylesheets/adminkit/light.css */
.fa-user-check:before {
  content: "";
}

/* line 20746, app/assets/stylesheets/adminkit/light.css */
.fa-user-clock:before {
  content: "";
}

/* line 20749, app/assets/stylesheets/adminkit/light.css */
.fa-user-doctor:before,
.fa-user-md:before {
  content: "";
}

/* line 20753, app/assets/stylesheets/adminkit/light.css */
.fa-user-cog:before,
.fa-user-gear:before {
  content: "";
}

/* line 20757, app/assets/stylesheets/adminkit/light.css */
.fa-user-graduate:before {
  content: "";
}

/* line 20760, app/assets/stylesheets/adminkit/light.css */
.fa-user-friends:before,
.fa-user-group:before {
  content: "";
}

/* line 20764, app/assets/stylesheets/adminkit/light.css */
.fa-user-injured:before {
  content: "";
}

/* line 20767, app/assets/stylesheets/adminkit/light.css */
.fa-user-alt:before,
.fa-user-large:before {
  content: "";
}

/* line 20771, app/assets/stylesheets/adminkit/light.css */
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "";
}

/* line 20775, app/assets/stylesheets/adminkit/light.css */
.fa-user-lock:before {
  content: "";
}

/* line 20778, app/assets/stylesheets/adminkit/light.css */
.fa-user-minus:before {
  content: "";
}

/* line 20781, app/assets/stylesheets/adminkit/light.css */
.fa-user-ninja:before {
  content: "";
}

/* line 20784, app/assets/stylesheets/adminkit/light.css */
.fa-user-nurse:before {
  content: "";
}

/* line 20787, app/assets/stylesheets/adminkit/light.css */
.fa-user-edit:before,
.fa-user-pen:before {
  content: "";
}

/* line 20791, app/assets/stylesheets/adminkit/light.css */
.fa-user-plus:before {
  content: "";
}

/* line 20794, app/assets/stylesheets/adminkit/light.css */
.fa-user-secret:before {
  content: "";
}

/* line 20797, app/assets/stylesheets/adminkit/light.css */
.fa-user-shield:before {
  content: "";
}

/* line 20800, app/assets/stylesheets/adminkit/light.css */
.fa-user-slash:before {
  content: "";
}

/* line 20803, app/assets/stylesheets/adminkit/light.css */
.fa-user-tag:before {
  content: "";
}

/* line 20806, app/assets/stylesheets/adminkit/light.css */
.fa-user-tie:before {
  content: "";
}

/* line 20809, app/assets/stylesheets/adminkit/light.css */
.fa-user-times:before,
.fa-user-xmark:before {
  content: "";
}

/* line 20813, app/assets/stylesheets/adminkit/light.css */
.fa-users:before {
  content: "";
}

/* line 20816, app/assets/stylesheets/adminkit/light.css */
.fa-users-between-lines:before {
  content: "";
}

/* line 20819, app/assets/stylesheets/adminkit/light.css */
.fa-users-cog:before,
.fa-users-gear:before {
  content: "";
}

/* line 20823, app/assets/stylesheets/adminkit/light.css */
.fa-users-line:before {
  content: "";
}

/* line 20826, app/assets/stylesheets/adminkit/light.css */
.fa-users-rays:before {
  content: "";
}

/* line 20829, app/assets/stylesheets/adminkit/light.css */
.fa-users-rectangle:before {
  content: "";
}

/* line 20832, app/assets/stylesheets/adminkit/light.css */
.fa-users-slash:before {
  content: "";
}

/* line 20835, app/assets/stylesheets/adminkit/light.css */
.fa-users-viewfinder:before {
  content: "";
}

/* line 20838, app/assets/stylesheets/adminkit/light.css */
.fa-cutlery:before,
.fa-utensils:before {
  content: "";
}

/* line 20842, app/assets/stylesheets/adminkit/light.css */
.fa-v:before {
  content: "V";
}

/* line 20845, app/assets/stylesheets/adminkit/light.css */
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "";
}

/* line 20849, app/assets/stylesheets/adminkit/light.css */
.fa-vault:before {
  content: "";
}

/* line 20852, app/assets/stylesheets/adminkit/light.css */
.fa-vector-square:before {
  content: "";
}

/* line 20855, app/assets/stylesheets/adminkit/light.css */
.fa-venus:before {
  content: "";
}

/* line 20858, app/assets/stylesheets/adminkit/light.css */
.fa-venus-double:before {
  content: "";
}

/* line 20861, app/assets/stylesheets/adminkit/light.css */
.fa-venus-mars:before {
  content: "";
}

/* line 20864, app/assets/stylesheets/adminkit/light.css */
.fa-vest:before {
  content: "";
}

/* line 20867, app/assets/stylesheets/adminkit/light.css */
.fa-vest-patches:before {
  content: "";
}

/* line 20870, app/assets/stylesheets/adminkit/light.css */
.fa-vial:before {
  content: "";
}

/* line 20873, app/assets/stylesheets/adminkit/light.css */
.fa-vial-circle-check:before {
  content: "";
}

/* line 20876, app/assets/stylesheets/adminkit/light.css */
.fa-vial-virus:before {
  content: "";
}

/* line 20879, app/assets/stylesheets/adminkit/light.css */
.fa-vials:before {
  content: "";
}

/* line 20882, app/assets/stylesheets/adminkit/light.css */
.fa-video-camera:before,
.fa-video:before {
  content: "";
}

/* line 20886, app/assets/stylesheets/adminkit/light.css */
.fa-video-slash:before {
  content: "";
}

/* line 20889, app/assets/stylesheets/adminkit/light.css */
.fa-vihara:before {
  content: "";
}

/* line 20892, app/assets/stylesheets/adminkit/light.css */
.fa-virus:before {
  content: "";
}

/* line 20895, app/assets/stylesheets/adminkit/light.css */
.fa-virus-covid:before {
  content: "";
}

/* line 20898, app/assets/stylesheets/adminkit/light.css */
.fa-virus-covid-slash:before {
  content: "";
}

/* line 20901, app/assets/stylesheets/adminkit/light.css */
.fa-virus-slash:before {
  content: "";
}

/* line 20904, app/assets/stylesheets/adminkit/light.css */
.fa-viruses:before {
  content: "";
}

/* line 20907, app/assets/stylesheets/adminkit/light.css */
.fa-voicemail:before {
  content: "";
}

/* line 20910, app/assets/stylesheets/adminkit/light.css */
.fa-volcano:before {
  content: "";
}

/* line 20913, app/assets/stylesheets/adminkit/light.css */
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "";
}

/* line 20917, app/assets/stylesheets/adminkit/light.css */
.fa-volume-high:before,
.fa-volume-up:before {
  content: "";
}

/* line 20921, app/assets/stylesheets/adminkit/light.css */
.fa-volume-down:before,
.fa-volume-low:before {
  content: "";
}

/* line 20925, app/assets/stylesheets/adminkit/light.css */
.fa-volume-off:before {
  content: "";
}

/* line 20928, app/assets/stylesheets/adminkit/light.css */
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "";
}

/* line 20933, app/assets/stylesheets/adminkit/light.css */
.fa-vr-cardboard:before {
  content: "";
}

/* line 20936, app/assets/stylesheets/adminkit/light.css */
.fa-w:before {
  content: "W";
}

/* line 20939, app/assets/stylesheets/adminkit/light.css */
.fa-walkie-talkie:before {
  content: "";
}

/* line 20942, app/assets/stylesheets/adminkit/light.css */
.fa-wallet:before {
  content: "";
}

/* line 20945, app/assets/stylesheets/adminkit/light.css */
.fa-magic:before,
.fa-wand-magic:before {
  content: "";
}

/* line 20949, app/assets/stylesheets/adminkit/light.css */
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "";
}

/* line 20953, app/assets/stylesheets/adminkit/light.css */
.fa-wand-sparkles:before {
  content: "";
}

/* line 20956, app/assets/stylesheets/adminkit/light.css */
.fa-warehouse:before {
  content: "";
}

/* line 20959, app/assets/stylesheets/adminkit/light.css */
.fa-water:before {
  content: "";
}

/* line 20962, app/assets/stylesheets/adminkit/light.css */
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "";
}

/* line 20967, app/assets/stylesheets/adminkit/light.css */
.fa-wave-square:before {
  content: "";
}

/* line 20970, app/assets/stylesheets/adminkit/light.css */
.fa-weight-hanging:before {
  content: "";
}

/* line 20973, app/assets/stylesheets/adminkit/light.css */
.fa-weight-scale:before,
.fa-weight:before {
  content: "";
}

/* line 20977, app/assets/stylesheets/adminkit/light.css */
.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "";
}

/* line 20981, app/assets/stylesheets/adminkit/light.css */
.fa-wheat-awn-circle-exclamation:before {
  content: "";
}

/* line 20984, app/assets/stylesheets/adminkit/light.css */
.fa-wheelchair:before {
  content: "";
}

/* line 20987, app/assets/stylesheets/adminkit/light.css */
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "";
}

/* line 20991, app/assets/stylesheets/adminkit/light.css */
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "";
}

/* line 20995, app/assets/stylesheets/adminkit/light.css */
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "";
}

/* line 21000, app/assets/stylesheets/adminkit/light.css */
.fa-wind:before {
  content: "";
}

/* line 21003, app/assets/stylesheets/adminkit/light.css */
.fa-window-maximize:before {
  content: "";
}

/* line 21006, app/assets/stylesheets/adminkit/light.css */
.fa-window-minimize:before {
  content: "";
}

/* line 21009, app/assets/stylesheets/adminkit/light.css */
.fa-window-restore:before {
  content: "";
}

/* line 21012, app/assets/stylesheets/adminkit/light.css */
.fa-wine-bottle:before {
  content: "";
}

/* line 21015, app/assets/stylesheets/adminkit/light.css */
.fa-wine-glass:before {
  content: "";
}

/* line 21018, app/assets/stylesheets/adminkit/light.css */
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "";
}

/* line 21022, app/assets/stylesheets/adminkit/light.css */
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "";
}

/* line 21027, app/assets/stylesheets/adminkit/light.css */
.fa-worm:before {
  content: "";
}

/* line 21030, app/assets/stylesheets/adminkit/light.css */
.fa-wrench:before {
  content: "";
}

/* line 21033, app/assets/stylesheets/adminkit/light.css */
.fa-x:before {
  content: "X";
}

/* line 21036, app/assets/stylesheets/adminkit/light.css */
.fa-x-ray:before {
  content: "";
}

/* line 21039, app/assets/stylesheets/adminkit/light.css */
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "";
}

/* line 21046, app/assets/stylesheets/adminkit/light.css */
.fa-xmarks-lines:before {
  content: "";
}

/* line 21049, app/assets/stylesheets/adminkit/light.css */
.fa-y:before {
  content: "Y";
}

/* line 21052, app/assets/stylesheets/adminkit/light.css */
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "";
}

/* line 21059, app/assets/stylesheets/adminkit/light.css */
.fa-yin-yang:before {
  content: "";
}

/* line 21062, app/assets/stylesheets/adminkit/light.css */
.fa-z:before {
  content: "Z";
}

/* line 21065, app/assets/stylesheets/adminkit/light.css */
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 21083, app/assets/stylesheets/adminkit/light.css */
:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-display: block;
  font-family: Font Awesome\6 Free;
  font-style: normal;
  font-weight: 400;
  src: url(/../fonts/fa-regular-400.woff2) format("woff2"), url(/../fonts/fa-regular-400.ttf) format("truetype");
}

/* line 21094, app/assets/stylesheets/adminkit/light.css */
.fa-regular,
.far {
  font-family: Font Awesome\6 Free;
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 21103, app/assets/stylesheets/adminkit/light.css */
:host,
:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-display: block;
  font-family: Font Awesome\6 Free;
  font-style: normal;
  font-weight: 900;
  src: url(/../fonts/fa-solid-900.woff2) format("woff2"), url(/../fonts/fa-solid-900.ttf) format("truetype");
}

/* line 21114, app/assets/stylesheets/adminkit/light.css */
.fa-solid,
.fas {
  font-family: Font Awesome\6 Free;
  font-weight: 900;
}

/* line 21119, app/assets/stylesheets/adminkit/light.css */
.apexcharts-canvas {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 21125, app/assets/stylesheets/adminkit/light.css */
.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

/* line 21129, app/assets/stylesheets/adminkit/light.css */
.apexcharts-canvas ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* line 21135, app/assets/stylesheets/adminkit/light.css */
.apexcharts-inner {
  position: relative;
}

/* line 21138, app/assets/stylesheets/adminkit/light.css */
.apexcharts-text tspan {
  font-family: inherit;
}

/* line 21141, app/assets/stylesheets/adminkit/light.css */
.legend-mouseover-inactive {
  opacity: 0.2;
  transition: all 0.15s ease;
}

/* line 21145, app/assets/stylesheets/adminkit/light.css */
.apexcharts-series-collapsed {
  opacity: 0;
}

/* line 21148, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 2px 2px 6px -4px #999;
  cursor: default;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  left: 62px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 20px;
  transition: all 0.15s ease;
  white-space: nowrap;
  z-index: 12;
}

/* line 21165, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip.apexcharts-active {
  opacity: 1;
  transition: all 0.15s ease;
}

/* line 21169, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip.apexcharts-theme-light {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e3e3e3;
}

/* line 21173, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip.apexcharts-theme-dark {
  background: rgba(30, 30, 30, 0.8);
  color: #fff;
}

/* line 21177, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip * {
  font-family: inherit;
}

/* line 21180, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-title {
  font-size: 15px;
  margin-bottom: 4px;
  padding: 6px;
}

/* line 21185, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #eceff1;
  border-bottom: 1px solid #ddd;
}

/* line 21189, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #333;
}

/* line 21193, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-z-value {
  display: inline-block;
  margin-left: 5px;
}

/* line 21199, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-text-goals-label:empty,
.apexcharts-tooltip-text-goals-value:empty,
.apexcharts-tooltip-text-y-label:empty,
.apexcharts-tooltip-text-y-value:empty,
.apexcharts-tooltip-text-z-value:empty,
.apexcharts-tooltip-title:empty {
  display: none;
}

/* line 21207, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-z-value {
  font-weight: 600;
}

/* line 21212, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
  padding: 6px 0 5px;
}

/* line 21216, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-goals-group,
.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
  display: flex;
}

/* line 21221, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-text-goals-label:not(:empty),
.apexcharts-tooltip-text-goals-value:not(:empty) {
  margin-top: -6px;
}

/* line 21225, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-marker {
  border-radius: 50%;
  height: 12px;
  margin-right: 10px;
  position: relative;
  top: 0;
  width: 12px;
}

/* line 21233, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-series-group {
  align-items: center;
  display: none;
  justify-content: left;
  padding: 0 10px;
  text-align: left;
}

/* line 21240, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1;
}

/* line 21243, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px;
}

/* line 21247, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-series-group-hidden {
  height: 0;
  line-height: 0;
  opacity: 0;
  padding: 0 !important;
}

/* line 21253, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-y-group {
  padding: 6px 0 5px;
}

/* line 21256, app/assets/stylesheets/adminkit/light.css */
.apexcharts-custom-tooltip,
.apexcharts-tooltip-box {
  padding: 4px 8px;
}

/* line 21260, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-boxPlot {
  display: flex;
  flex-direction: column-reverse;
}

/* line 21264, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-box > div {
  margin: 4px 0;
}

/* line 21267, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-box span.value {
  font-weight: 700;
}

/* line 21270, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-rangebar {
  padding: 5px 8px;
}

/* line 21273, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-rangebar .category {
  color: #777;
  font-weight: 600;
}

/* line 21277, app/assets/stylesheets/adminkit/light.css */
.apexcharts-tooltip-rangebar .series-name {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 21282, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip {
  background: #eceff1;
  border: 1px solid #90a4ae;
  border-radius: 2px;
  color: #373d3f;
  font-size: 13px;
  opacity: 0;
  padding: 9px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transition: all 0.15s ease;
  z-index: 10;
}

/* line 21296, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* line 21301, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
  border: solid transparent;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
}

/* line 21311, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip:after {
  border-color: rgba(236, 239, 241, 0);
  border-width: 6px;
  margin-left: -6px;
}

/* line 21316, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip:before {
  border-color: rgba(144, 164, 174, 0);
  border-width: 7px;
  margin-left: -7px;
}

/* line 21321, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
  bottom: 100%;
}

/* line 21325, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
  top: 100%;
}

/* line 21329, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #eceff1;
}

/* line 21332, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90a4ae;
}

/* line 21335, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after,
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

/* line 21339, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip-top:after {
  border-top-color: #eceff1;
}

/* line 21342, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip-top:before {
  border-top-color: #90a4ae;
}

/* line 21345, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after,
.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
  border-top-color: rgba(0, 0, 0, 0.5);
}

/* line 21349, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xaxistooltip.apexcharts-active {
  opacity: 1;
  transition: all 0.15s ease;
}

/* line 21353, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip {
  background: #eceff1;
  border: 1px solid #90a4ae;
  border-radius: 2px;
  color: #373d3f;
  font-size: 13px;
  opacity: 0;
  padding: 4px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  z-index: 10;
}

/* line 21366, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* line 21371, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip:after,
.apexcharts-yaxistooltip:before {
  border: solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 21381, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip:after {
  border-color: rgba(236, 239, 241, 0);
  border-width: 6px;
  margin-top: -6px;
}

/* line 21386, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip:before {
  border-color: rgba(144, 164, 174, 0);
  border-width: 7px;
  margin-top: -7px;
}

/* line 21391, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip-left:after,
.apexcharts-yaxistooltip-left:before {
  left: 100%;
}

/* line 21395, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip-right:after,
.apexcharts-yaxistooltip-right:before {
  right: 100%;
}

/* line 21399, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip-left:after {
  border-left-color: #eceff1;
}

/* line 21402, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip-left:before {
  border-left-color: #90a4ae;
}

/* line 21405, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after,
.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
  border-left-color: rgba(0, 0, 0, 0.5);
}

/* line 21409, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip-right:after {
  border-right-color: #eceff1;
}

/* line 21412, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip-right:before {
  border-right-color: #90a4ae;
}

/* line 21415, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after,
.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
  border-right-color: rgba(0, 0, 0, 0.5);
}

/* line 21419, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1;
}

/* line 21422, app/assets/stylesheets/adminkit/light.css */
.apexcharts-yaxistooltip-hidden {
  display: none;
}

/* line 21425, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s ease;
}

/* line 21431, app/assets/stylesheets/adminkit/light.css */
.apexcharts-xcrosshairs.apexcharts-active,
.apexcharts-ycrosshairs.apexcharts-active {
  opacity: 1;
  transition: all 0.15s ease;
}

/* line 21436, app/assets/stylesheets/adminkit/light.css */
.apexcharts-ycrosshairs-hidden {
  opacity: 0;
}

/* line 21439, app/assets/stylesheets/adminkit/light.css */
.apexcharts-selection-rect {
  cursor: move;
}

/* line 21442, app/assets/stylesheets/adminkit/light.css */
.svg_select_boundingRect,
.svg_select_points_rot {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* line 21448, app/assets/stylesheets/adminkit/light.css */
.apexcharts-selection-rect + g .svg_select_boundingRect,
.apexcharts-selection-rect + g .svg_select_points_rot {
  opacity: 0;
  visibility: hidden;
}

/* line 21453, app/assets/stylesheets/adminkit/light.css */
.apexcharts-selection-rect + g .svg_select_points_l,
.apexcharts-selection-rect + g .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible;
}

/* line 21459, app/assets/stylesheets/adminkit/light.css */
.svg_select_points {
  fill: #efefef;
  stroke: #333;
  rx: 2;
}

/* line 21464, app/assets/stylesheets/adminkit/light.css */
.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: crosshair;
}

/* line 21467, app/assets/stylesheets/adminkit/light.css */
.apexcharts-svg.apexcharts-zoomable.hovering-pan {
  cursor: move;
}

/* line 21470, app/assets/stylesheets/adminkit/light.css */
.apexcharts-menu-icon,
.apexcharts-pan-icon,
.apexcharts-reset-icon,
.apexcharts-selection-icon,
.apexcharts-toolbar-custom-icon,
.apexcharts-zoom-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
  color: #6e8192;
  cursor: pointer;
  height: 20px;
  line-height: 24px;
  text-align: center;
  width: 20px;
}

/* line 21485, app/assets/stylesheets/adminkit/light.css */
.apexcharts-menu-icon svg,
.apexcharts-reset-icon svg,
.apexcharts-zoom-icon svg,
.apexcharts-zoomin-icon svg,
.apexcharts-zoomout-icon svg {
  fill: #6e8192;
}

/* line 21492, app/assets/stylesheets/adminkit/light.css */
.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(0.76);
}

/* line 21496, app/assets/stylesheets/adminkit/light.css */
.apexcharts-theme-dark .apexcharts-menu-icon svg,
.apexcharts-theme-dark .apexcharts-pan-icon svg,
.apexcharts-theme-dark .apexcharts-reset-icon svg,
.apexcharts-theme-dark .apexcharts-selection-icon svg,
.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,
.apexcharts-theme-dark .apexcharts-zoom-icon svg,
.apexcharts-theme-dark .apexcharts-zoomin-icon svg,
.apexcharts-theme-dark .apexcharts-zoomout-icon svg {
  fill: #f3f4f5;
}

/* line 21506, app/assets/stylesheets/adminkit/light.css */
.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
  fill: #008ffb;
}

/* line 21511, app/assets/stylesheets/adminkit/light.css */
.apexcharts-theme-light .apexcharts-menu-icon:hover svg,
.apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
  fill: #333;
}

/* line 21519, app/assets/stylesheets/adminkit/light.css */
.apexcharts-menu-icon,
.apexcharts-selection-icon {
  position: relative;
}

/* line 21523, app/assets/stylesheets/adminkit/light.css */
.apexcharts-reset-icon {
  margin-left: 5px;
}

/* line 21526, app/assets/stylesheets/adminkit/light.css */
.apexcharts-menu-icon,
.apexcharts-reset-icon,
.apexcharts-zoom-icon {
  transform: scale(0.85);
}

/* line 21531, app/assets/stylesheets/adminkit/light.css */
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
  transform: scale(0.7);
}

/* line 21535, app/assets/stylesheets/adminkit/light.css */
.apexcharts-zoomout-icon {
  margin-right: 3px;
}

/* line 21538, app/assets/stylesheets/adminkit/light.css */
.apexcharts-pan-icon {
  left: 1px;
  position: relative;
  top: 0;
  transform: scale(0.62);
}

/* line 21544, app/assets/stylesheets/adminkit/light.css */
.apexcharts-pan-icon svg {
  fill: #fff;
  stroke: #6e8192;
  stroke-width: 2;
}

/* line 21549, app/assets/stylesheets/adminkit/light.css */
.apexcharts-pan-icon.apexcharts-selected svg {
  stroke: #008ffb;
}

/* line 21552, app/assets/stylesheets/adminkit/light.css */
.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
  stroke: #333;
}

/* line 21555, app/assets/stylesheets/adminkit/light.css */
.apexcharts-toolbar {
  align-items: center;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  max-width: 176px;
  padding: 0 6px 2px;
  position: absolute;
  text-align: right;
  z-index: 11;
}

/* line 21566, app/assets/stylesheets/adminkit/light.css */
.apexcharts-menu {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  min-width: 110px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 100%;
  transition: all 0.15s ease;
}

/* line 21579, app/assets/stylesheets/adminkit/light.css */
.apexcharts-menu.apexcharts-menu-open {
  opacity: 1;
  pointer-events: all;
  transition: all 0.15s ease;
}

/* line 21584, app/assets/stylesheets/adminkit/light.css */
.apexcharts-menu-item {
  cursor: pointer;
  font-size: 12px;
  padding: 6px 7px;
}

/* line 21589, app/assets/stylesheets/adminkit/light.css */
.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #eee;
}

/* line 21592, app/assets/stylesheets/adminkit/light.css */
.apexcharts-theme-dark .apexcharts-menu {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 21597, app/assets/stylesheets/adminkit/light.css */
  .apexcharts-canvas:hover .apexcharts-toolbar {
    opacity: 1;
  }
}

/* line 21601, app/assets/stylesheets/adminkit/light.css */
.apexcharts-datalabel.apexcharts-element-hidden {
  opacity: 0;
}

/* line 21604, app/assets/stylesheets/adminkit/light.css */
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-datalabels,
.apexcharts-pie-label {
  cursor: default;
  pointer-events: none;
}

/* line 21612, app/assets/stylesheets/adminkit/light.css */
.apexcharts-pie-label-delay {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: opaque;
  animation-timing-function: ease;
  opacity: 0;
}

/* line 21623, app/assets/stylesheets/adminkit/light.css */
.apexcharts-canvas .apexcharts-element-hidden,
.apexcharts-hide .apexcharts-series-points {
  opacity: 0;
}

/* line 21627, app/assets/stylesheets/adminkit/light.css */
.apexcharts-annotation-rect,
.apexcharts-area-series .apexcharts-area,
.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-gridline,
.apexcharts-line,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-point-annotation-label,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon,
.apexcharts-toolbar svg,
.apexcharts-tooltip .apexcharts-marker,
.apexcharts-xaxis-annotation-label,
.apexcharts-yaxis-annotation-label,
.apexcharts-zoom-rect {
  pointer-events: none;
}

/* line 21643, app/assets/stylesheets/adminkit/light.css */
.apexcharts-marker {
  transition: all 0.15s ease;
}

@keyframes opaque {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes resizeanim {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

/* line 21678, app/assets/stylesheets/adminkit/light.css */
.resize-triggers {
  animation: resizeanim 1ms;
  opacity: 0;
  visibility: hidden;
}

/* line 21684, app/assets/stylesheets/adminkit/light.css */
.contract-trigger:before,
.resize-triggers,
.resize-triggers > div {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 21696, app/assets/stylesheets/adminkit/light.css */
.resize-triggers > div {
  background: #eee;
  overflow: auto;
}

/* line 21700, app/assets/stylesheets/adminkit/light.css */
.contract-trigger:before {
  height: 200%;
  width: 200%;
}

/* line 21704, app/assets/stylesheets/adminkit/light.css */
table.dataTable td.dt-control {
  cursor: pointer;
  text-align: center;
}

/* line 21708, app/assets/stylesheets/adminkit/light.css */
table.dataTable td.dt-control:before {
  background-color: #31b131;
  border: 0.15em solid #fff;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  color: #fff;
  content: "+";
  display: inline-block;
  font-family: Courier New, Courier, monospace;
  height: 1em;
  line-height: 1em;
  margin-top: -9px;
  text-align: center;
  text-indent: 0 !important;
  width: 1em;
}

/* line 21725, app/assets/stylesheets/adminkit/light.css */
table.dataTable tr.dt-hasChild td.dt-control:before {
  background-color: #d33333;
  content: "-";
}

/* line 21729, app/assets/stylesheets/adminkit/light.css */
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_desc_disabled,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_desc_disabled {
  cursor: pointer;
  padding-right: 26px;
  position: relative;
}

/* line 21743, app/assets/stylesheets/adminkit/light.css */
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before {
  display: block;
  font-size: 0.9em;
  line-height: 9px;
  opacity: 0.125;
  position: absolute;
  right: 10px;
}

/* line 21770, app/assets/stylesheets/adminkit/light.css */
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▴";
}

/* line 21783, app/assets/stylesheets/adminkit/light.css */
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after {
  content: "▾";
  top: 50%;
}

/* line 21796, app/assets/stylesheets/adminkit/light.css */
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after {
  opacity: 0.6;
}

/* line 21802, app/assets/stylesheets/adminkit/light.css */
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after {
  display: none;
}

/* line 21808, app/assets/stylesheets/adminkit/light.css */
table.dataTable thead > tr > td:active,
table.dataTable thead > tr > th:active {
  outline: none;
}

/* line 21812, app/assets/stylesheets/adminkit/light.css */
div.dataTables_scrollBody table.dataTable thead > tr > td:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > th:before {
  display: none;
}

/* line 21818, app/assets/stylesheets/adminkit/light.css */
div.dataTables_processing {
  left: 50%;
  margin-left: -100px;
  margin-top: -26px;
  padding: 2px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 200px;
}

/* line 21828, app/assets/stylesheets/adminkit/light.css */
div.dataTables_processing > div:last-child {
  height: 15px;
  margin: 1em auto;
  position: relative;
  width: 80px;
}

/* line 21834, app/assets/stylesheets/adminkit/light.css */
div.dataTables_processing > div:last-child > div {
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  background: rgba(13, 110, 253, 0.9);
  border-radius: 50%;
  height: 13px;
  position: absolute;
  top: 0;
  width: 13px;
}

/* line 21844, app/assets/stylesheets/adminkit/light.css */
div.dataTables_processing > div:last-child > div:first-child {
  animation: datatables-loader-1 0.6s infinite;
  left: 8px;
}

/* line 21849, app/assets/stylesheets/adminkit/light.css */
div.dataTables_processing > div:last-child > div:nth-child(2) {
  animation: datatables-loader-2 0.6s infinite;
  left: 8px;
}

/* line 21854, app/assets/stylesheets/adminkit/light.css */
div.dataTables_processing > div:last-child > div:nth-child(3) {
  animation: datatables-loader-2 0.6s infinite;
  left: 32px;
}

/* line 21859, app/assets/stylesheets/adminkit/light.css */
div.dataTables_processing > div:last-child > div:nth-child(4) {
  animation: datatables-loader-3 0.6s infinite;
  left: 56px;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(24px);
  }
}

/* line 21912, app/assets/stylesheets/adminkit/light.css */
table.dataTable td.dt-left,
table.dataTable th.dt-left {
  text-align: left;
}

/* line 21916, app/assets/stylesheets/adminkit/light.css */
table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
  text-align: center;
}

/* line 21921, app/assets/stylesheets/adminkit/light.css */
table.dataTable td.dt-right,
table.dataTable th.dt-right {
  text-align: right;
}

/* line 21925, app/assets/stylesheets/adminkit/light.css */
table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
  text-align: justify;
}

/* line 21929, app/assets/stylesheets/adminkit/light.css */
table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap {
  white-space: nowrap;
}

/* line 21933, app/assets/stylesheets/adminkit/light.css */
table.dataTable tfoot td,
table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td,
table.dataTable thead td.dt-head-left,
table.dataTable thead th,
table.dataTable thead th.dt-head-left {
  text-align: left;
}

/* line 21943, app/assets/stylesheets/adminkit/light.css */
table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
  text-align: center;
}

/* line 21949, app/assets/stylesheets/adminkit/light.css */
table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
  text-align: right;
}

/* line 21955, app/assets/stylesheets/adminkit/light.css */
table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
  text-align: justify;
}

/* line 21961, app/assets/stylesheets/adminkit/light.css */
table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}

/* line 21967, app/assets/stylesheets/adminkit/light.css */
table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
  text-align: left;
}

/* line 21971, app/assets/stylesheets/adminkit/light.css */
table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
  text-align: center;
}

/* line 21975, app/assets/stylesheets/adminkit/light.css */
table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
  text-align: right;
}

/* line 21979, app/assets/stylesheets/adminkit/light.css */
table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
  text-align: justify;
}

/* line 21983, app/assets/stylesheets/adminkit/light.css */
table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap;
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
/* line 21991, app/assets/stylesheets/adminkit/light.css */
table.dataTable {
  border-collapse: separate !important;
  border-spacing: 0;
  clear: both;
  margin-bottom: 6px !important;
  margin-top: 6px !important;
  max-width: none !important;
}

/* line 21999, app/assets/stylesheets/adminkit/light.css */
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

/* line 22003, app/assets/stylesheets/adminkit/light.css */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 22007, app/assets/stylesheets/adminkit/light.css */
table.dataTable.nowrap td,
table.dataTable.nowrap th {
  white-space: nowrap;
}

/* line 22011, app/assets/stylesheets/adminkit/light.css */
table.dataTable.table-striped > tbody > tr:nth-of-type(odd) > * {
  box-shadow: none;
}

/* line 22014, app/assets/stylesheets/adminkit/light.css */
table.dataTable > tbody > tr {
  background-color: transparent;
}

/* line 22017, app/assets/stylesheets/adminkit/light.css */
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  color: #fff;
}

/* line 22021, app/assets/stylesheets/adminkit/light.css */
table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}

/* line 22024, app/assets/stylesheets/adminkit/light.css */
table.dataTable.table-striped > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
}

/* line 22027, app/assets/stylesheets/adminkit/light.css */
table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}

/* line 22030, app/assets/stylesheets/adminkit/light.css */
table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
}

/* line 22033, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}

/* line 22038, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dataTables_length select {
  display: inline-block;
  width: auto;
}

/* line 22042, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 22045, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}

/* line 22050, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dataTables_filter input {
  display: inline-block;
  margin-left: 0.5em;
  width: auto;
}

/* line 22055, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}

/* line 22058, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

/* line 22063, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: flex-end;
  margin: 2px 0;
  white-space: nowrap;
}

/* line 22068, app/assets/stylesheets/adminkit/light.css */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 22071, app/assets/stylesheets/adminkit/light.css */
div.dataTables_scrollBody > table {
  border-top: none;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/* line 22076, app/assets/stylesheets/adminkit/light.css */
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:before {
  display: none;
}

/* line 22084, app/assets/stylesheets/adminkit/light.css */
div.dataTables_scrollBody > table > tbody tr:first-child td,
div.dataTables_scrollBody > table > tbody tr:first-child th {
  border-top: none;
}

/* line 22088, app/assets/stylesheets/adminkit/light.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 22091, app/assets/stylesheets/adminkit/light.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  border-top: none;
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  /* line 22096, app/assets/stylesheets/adminkit/light.css */
  div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  /* line 22102, app/assets/stylesheets/adminkit/light.css */
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}

/* line 22106, app/assets/stylesheets/adminkit/light.css */
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}

/* line 22109, app/assets/stylesheets/adminkit/light.css */
table.table-bordered.dataTable {
  border-right-width: 0;
}

/* line 22112, app/assets/stylesheets/adminkit/light.css */
table.table-bordered.dataTable thead tr:first-child td,
table.table-bordered.dataTable thead tr:first-child th {
  border-top-width: 1px;
}

/* line 22116, app/assets/stylesheets/adminkit/light.css */
table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
  border-left-width: 0;
}

/* line 22120, app/assets/stylesheets/adminkit/light.css */
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable th:first-child {
  border-left-width: 1px;
}

/* line 22124, app/assets/stylesheets/adminkit/light.css */
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
  border-right-width: 1px;
}

/* line 22128, app/assets/stylesheets/adminkit/light.css */
table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
  border-bottom-width: 1px;
}

/* line 22132, app/assets/stylesheets/adminkit/light.css */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 22135, app/assets/stylesheets/adminkit/light.css */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 22138, app/assets/stylesheets/adminkit/light.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 22141, app/assets/stylesheets/adminkit/light.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

@keyframes dtb-spinner {
  to {
    transform: rotate(1turn);
  }
}

/* line 22154, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper {
  position: relative;
}

/* line 22157, app/assets/stylesheets/adminkit/light.css */
div.dt-buttons {
  position: static;
}

/* line 22160, app/assets/stylesheets/adminkit/light.css */
div.dt-button-info {
  background-color: #fff;
  border: 2px solid #111;
  border-radius: 3px;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 400px;
  z-index: 21;
}

/* line 22174, app/assets/stylesheets/adminkit/light.css */
div.dt-button-info .h2,
div.dt-button-info h2 {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  margin: 0;
  padding: 0.5em;
}

/* line 22182, app/assets/stylesheets/adminkit/light.css */
div.dt-button-info > div {
  padding: 1em;
}

/* line 22185, app/assets/stylesheets/adminkit/light.css */
div.dtb-popover-close {
  background-color: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 22px;
  z-index: 2003;
}

/* line 22198, app/assets/stylesheets/adminkit/light.css */
button.dtb-hide-drop {
  display: none !important;
}

/* line 22201, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection-title {
  font-size: 0.9em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 0.3em 0 0.5em;
  text-align: center;
}

/* line 22208, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection-title:empty {
  display: none;
}

/* line 22211, app/assets/stylesheets/adminkit/light.css */
span.dt-button-spacer {
  display: inline-block;
  margin: 0.5em;
  white-space: nowrap;
}

/* line 22216, app/assets/stylesheets/adminkit/light.css */
span.dt-button-spacer.bar {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 0.5em;
  vertical-align: middle;
}

/* line 22221, app/assets/stylesheets/adminkit/light.css */
span.dt-button-spacer.bar:empty {
  height: 1em;
  padding-left: 0;
  width: 1px;
}

/* line 22226, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection span.dt-button-spacer {
  font-size: 0.9em;
  margin: 0.5em 0;
  text-align: center;
  width: 100%;
}

/* line 22232, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection span.dt-button-spacer:empty {
  height: 0;
  width: 100%;
}

/* line 22236, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection span.dt-button-spacer.bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-left: none;
  padding-left: 0;
}

/* line 22241, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 0.5rem;
  position: absolute;
  width: 218px;
  z-index: 2001;
}

/* line 22251, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection div.dropdown-menu {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  min-width: 100%;
  padding: 0;
  position: relative;
  z-index: 2002;
}

/* line 22262, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.fixed {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  left: 50%;
  margin-left: -75px;
  position: fixed;
  top: 50%;
}

/* line 22271, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

/* line 22274, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

/* line 22277, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

/* line 22280, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.fixed.columns {
  margin-left: -409px;
}

@media screen and (max-width: 1024px) {
  /* line 22284, app/assets/stylesheets/adminkit/light.css */
  div.dt-button-collection.fixed.columns {
    margin-left: -308px;
  }
}

@media screen and (max-width: 640px) {
  /* line 22289, app/assets/stylesheets/adminkit/light.css */
  div.dt-button-collection.fixed.columns {
    margin-left: -203px;
  }
}

@media screen and (max-width: 460px) {
  /* line 22294, app/assets/stylesheets/adminkit/light.css */
  div.dt-button-collection.fixed.columns {
    margin-left: -100px;
  }
}

/* line 22298, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.fixed > :last-child {
  max-height: 100vh;
  overflow: auto;
}

/* line 22302, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.four-column > :last-child,
div.dt-button-collection.three-column > :last-child,
div.dt-button-collection.two-column > :last-child {
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
  display: block !important;
}

/* line 22311, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.four-column > :last-child > *,
div.dt-button-collection.three-column > :last-child > *,
div.dt-button-collection.two-column > :last-child > * {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

/* line 22317, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.two-column {
  width: 400px;
}

/* line 22320, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.two-column > :last-child {
  -moz-column-count: 2;
  column-count: 2;
  padding-bottom: 1px;
}

/* line 22325, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.three-column {
  width: 450px;
}

/* line 22328, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.three-column > :last-child {
  -moz-column-count: 3;
  column-count: 3;
  padding-bottom: 1px;
}

/* line 22333, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.four-column {
  width: 600px;
}

/* line 22336, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.four-column > :last-child {
  -moz-column-count: 4;
  column-count: 4;
  padding-bottom: 1px;
}

/* line 22341, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection .dt-button {
  border-radius: 0;
}

/* line 22344, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.columns {
  width: auto;
}

/* line 22347, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.columns > :last-child {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
  padding-bottom: 1px;
  width: 818px;
}

/* line 22356, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.columns > :last-child .dt-button {
  flex: 0 1;
  margin: 0;
  min-width: 200px;
}

/* line 22361, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.columns.dtb-b1 > :last-child,
div.dt-button-collection.columns.dtb-b2 > :last-child,
div.dt-button-collection.columns.dtb-b3 > :last-child {
  justify-content: space-between;
}

/* line 22366, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.columns.dtb-b3 .dt-button {
  flex: 1 1 32%;
}

/* line 22369, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.columns.dtb-b2 .dt-button {
  flex: 1 1 48%;
}

/* line 22372, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.columns.dtb-b1 .dt-button {
  flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
  /* line 22376, app/assets/stylesheets/adminkit/light.css */
  div.dt-button-collection.columns > :last-child {
    width: 612px;
  }
}

@media screen and (max-width: 640px) {
  /* line 22381, app/assets/stylesheets/adminkit/light.css */
  div.dt-button-collection.columns > :last-child {
    width: 406px;
  }
  /* line 22384, app/assets/stylesheets/adminkit/light.css */
  div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 0 1 32%;
  }
}

@media screen and (max-width: 460px) {
  /* line 22389, app/assets/stylesheets/adminkit/light.css */
  div.dt-button-collection.columns > :last-child {
    width: 200px;
  }
}

/* line 22393, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection.fixed:after,
div.dt-button-collection.fixed:before {
  display: none;
}

/* line 22397, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection .btn-group {
  flex: 1 1 auto;
}

/* line 22400, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection .dt-button:not(.dt-btn-split-drop) {
  min-width: 200px;
}

/* line 22403, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection div.dt-btn-split-wrapper {
  width: 100%;
}

/* line 22406, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection button.dt-btn-split-drop-button {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #212529;
  margin-left: 0 !important;
  width: 100%;
}

/* line 22414, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection button.dt-btn-split-drop-button:focus {
  border: none;
  border-radius: 0;
  outline: none;
}

/* line 22419, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection button.dt-btn-split-drop-button:hover {
  background-color: #e9ecef;
}

/* line 22422, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection button.dt-btn-split-drop-button:active {
  background-color: #007bff !important;
}

/* line 22425, app/assets/stylesheets/adminkit/light.css */
div.dt-button-background {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  /* line 22434, app/assets/stylesheets/adminkit/light.css */
  div.dt-buttons {
    float: none;
    margin-bottom: 0.5em;
    text-align: center;
    width: 100%;
  }
  /* line 22440, app/assets/stylesheets/adminkit/light.css */
  div.dt-buttons a.btn {
    float: none;
  }
}

/* line 22444, app/assets/stylesheets/adminkit/light.css */
div.dt-buttons a.btn.processing,
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

/* line 22449, app/assets/stylesheets/adminkit/light.css */
div.dt-buttons a.btn.processing:after,
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after {
  animation: dtb-spinner 1.5s linear infinite;
  -o-animation: dtb-spinner 1.5s linear infinite;
  -ms-animation: dtb-spinner 1.5s linear infinite;
  -webkit-animation: dtb-spinner 1.5s linear infinite;
  -moz-animation: dtb-spinner 1.5s linear infinite;
  border-color: #282828 transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  content: " ";
  display: block;
  height: 16px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

/* line 22471, app/assets/stylesheets/adminkit/light.css */
div.dt-buttons div.btn-group {
  position: static;
}

/* line 22474, app/assets/stylesheets/adminkit/light.css */
div.dt-btn-split-wrapper button.dt-btn-split-drop {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 22478, app/assets/stylesheets/adminkit/light.css */
div.dt-btn-split-wrapper.active:not(.disabled) button,
div.dt-btn-split-wrapper:active:not(.disabled) button {
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 22483, app/assets/stylesheets/adminkit/light.css */
div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop,
div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop {
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: none;
}

/* line 22489, app/assets/stylesheets/adminkit/light.css */
div.dt-btn-split-wrapper.active:not(.disabled) button:hover,
div.dt-btn-split-wrapper:active:not(.disabled) button:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 22494, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group {
  border-radius: 4px !important;
}

/* line 22497, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 22501, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:first-child {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 22505, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child:first-child {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

/* line 22511, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group button.dt-btn-split-drop:last-child {
  border: 1px solid #6c757d;
}

/* line 22514, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group div.dt-btn-split-wrapper {
  border: none;
}

/* line 22517, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection div.btn-group {
  border-radius: 4px !important;
}

/* line 22520, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection div.btn-group button {
  border-radius: 4px;
}

/* line 22523, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection div.btn-group button:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 22527, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection div.btn-group button:first-child {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 22531, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection div.btn-group button:last-child:first-child {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

/* line 22537, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection div.btn-group button.dt-btn-split-drop:last-child {
  border: 1px solid #6c757d;
}

/* line 22540, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection div.btn-group div.dt-btn-split-wrapper {
  border: none;
}

/* line 22543, app/assets/stylesheets/adminkit/light.css */
span.dt-button-spacer.bar:empty {
  height: inherit;
}

/* line 22546, app/assets/stylesheets/adminkit/light.css */
div.dt-button-collection span.dt-button-spacer {
  padding-left: 1rem !important;
  text-align: left;
}

/* line 22550, app/assets/stylesheets/adminkit/light.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
  cursor: default !important;
}

/* line 22555, app/assets/stylesheets/adminkit/light.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before {
  display: none !important;
}

/* line 22560, app/assets/stylesheets/adminkit/light.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

/* line 22566, app/assets/stylesheets/adminkit/light.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background-color: #0d6efd;
  border: 0.15em solid #fff;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  color: #fff;
  content: "+";
  display: block;
  font-family: Courier New, Courier, monospace;
  height: 1em;
  left: 5px;
  line-height: 1em;
  margin-top: -9px;
  position: absolute;
  text-align: center;
  text-indent: 0 !important;
  top: 50%;
  width: 1em;
}

/* line 22587, app/assets/stylesheets/adminkit/light.css */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  background-color: #d33333;
  content: "-";
}

/* line 22592, app/assets/stylesheets/adminkit/light.css */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}

/* line 22596, app/assets/stylesheets/adminkit/light.css */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  border-radius: 14px;
  height: 14px;
  left: 4px;
  line-height: 14px;
  text-indent: 3px;
  width: 14px;
}

/* line 22605, app/assets/stylesheets/adminkit/light.css */
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control {
  cursor: pointer;
  position: relative;
}

/* line 22612, app/assets/stylesheets/adminkit/light.css */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before {
  background-color: #0d6efd;
  border: 0.15em solid #fff;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  color: #fff;
  content: "+";
  display: block;
  font-family: Courier New, Courier, monospace;
  height: 0.8em;
  left: 50%;
  line-height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  text-align: center;
  text-indent: 0 !important;
  top: 50%;
  width: 0.8em;
}

/* line 22636, app/assets/stylesheets/adminkit/light.css */
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before {
  background-color: #d33333;
  content: "-";
}

/* line 22643, app/assets/stylesheets/adminkit/light.css */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

/* line 22646, app/assets/stylesheets/adminkit/light.css */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

/* line 22649, app/assets/stylesheets/adminkit/light.css */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 22655, app/assets/stylesheets/adminkit/light.css */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

/* line 22659, app/assets/stylesheets/adminkit/light.css */
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

/* line 22662, app/assets/stylesheets/adminkit/light.css */
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

/* line 22665, app/assets/stylesheets/adminkit/light.css */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  font-weight: 700;
  min-width: 75px;
}

/* line 22670, app/assets/stylesheets/adminkit/light.css */
div.dtr-modal {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 10em 1em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* line 22680, app/assets/stylesheets/adminkit/light.css */
div.dtr-modal div.dtr-modal-display {
  background-color: #f5f5f7;
  border: 1px solid #000;
  border-radius: 0.5em;
  bottom: 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  height: 50%;
  left: 0;
  margin: auto;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 102;
}

/* line 22696, app/assets/stylesheets/adminkit/light.css */
div.dtr-modal div.dtr-modal-content {
  padding: 1em;
  position: relative;
}

/* line 22700, app/assets/stylesheets/adminkit/light.css */
div.dtr-modal div.dtr-modal-close {
  background-color: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 6px;
  width: 22px;
  z-index: 12;
}

/* line 22713, app/assets/stylesheets/adminkit/light.css */
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

/* line 22716, app/assets/stylesheets/adminkit/light.css */
div.dtr-modal div.dtr-modal-background {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}

@media screen and (max-width: 767px) {
  /* line 22726, app/assets/stylesheets/adminkit/light.css */
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/* line 22730, app/assets/stylesheets/adminkit/light.css */
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

/* line 22733, app/assets/stylesheets/adminkit/light.css */
table.dataTable.table-bordered td.dtr-control.dtr-hidden + *,
table.dataTable.table-bordered th.dtr-control.dtr-hidden + * {
  border-left-width: 1px;
}

/* line 22737, app/assets/stylesheets/adminkit/light.css */
table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/* line 22742, app/assets/stylesheets/adminkit/light.css */
table.dataTable.fixedHeader-locked {
  position: absolute !important;
}

@media print {
  /* line 22746, app/assets/stylesheets/adminkit/light.css */
  table.fixedHeader-floating {
    display: none;
  }
}

/* line 22750, app/assets/stylesheets/adminkit/light.css */
.gu-mirror {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  margin: 0 !important;
  opacity: 0.8;
  position: fixed !important;
  z-index: 9999 !important;
}

/* line 22758, app/assets/stylesheets/adminkit/light.css */
.gu-hide {
  display: none !important;
}

/* line 22761, app/assets/stylesheets/adminkit/light.css */
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 22766, app/assets/stylesheets/adminkit/light.css */
.gu-transit {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 22771, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar {
  animation: none;
  background: transparent;
  border: 0;
  border-radius: 5px;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  direction: ltr;
  display: none;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  touch-action: manipulation;
  visibility: hidden;
  width: 307.875px;
}

/* line 22791, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline,
.flatpickr-calendar.open {
  max-height: 640px;
  opacity: 1;
  visibility: visible;
}

/* line 22797, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 22801, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 22805, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 22810, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 22814, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.static.open {
  display: block;
  z-index: 999;
}

/* line 22818, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
  box-shadow: none !important;
}

/* line 22821, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 22824, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 22830, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 22833, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid #e6e6e6;
  height: 40px;
}

/* line 22837, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 22840, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar:after,
.flatpickr-calendar:before {
  border: solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 22px;
  pointer-events: none;
  position: absolute;
  width: 0;
}

/* line 22851, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px;
}

/* line 22858, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.arrowCenter:after,
.flatpickr-calendar.arrowCenter:before {
  left: 50%;
  right: 50%;
}

/* line 22863, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 22867, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 22871, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  bottom: 100%;
}

/* line 22875, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 22878, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
  top: 100%;
}

/* line 22882, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 22885, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 22888, app/assets/stylesheets/adminkit/light.css */
.flatpickr-wrapper {
  display: inline-block;
  position: relative;
}

/* line 22892, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months {
  display: flex;
}

/* line 22895, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  flex: 1;
  height: 34px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 22907, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  cursor: pointer;
  height: 34px;
  padding: 10px;
  position: absolute;
  text-decoration: none;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 3;
}

/* line 22920, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
  display: none;
}

/* line 22924, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
  position: relative;
}

/* line 22928, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 0;
}

/* line 22932, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  right: 0;
}

/* line 22936, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
  color: #959ea9;
}

/* line 22940, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #f64747;
}

/* line 22944, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
  height: 14px;
  width: 14px;
}

/* line 22949, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
  fill: inherit;
  transition: fill 0.1s;
}

/* line 22954, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper {
  height: auto;
  position: relative;
}

/* line 22958, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

/* line 22962, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper input {
  width: 100%;
}

/* line 22965, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 22968, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 22973, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span {
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
  cursor: pointer;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  padding: 0 4px 0 2px;
  position: absolute;
  right: 0;
  width: 14px;
}

/* line 22985, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span:after {
  content: "";
  display: block;
  position: absolute;
}

/* line 22990, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span.arrowUp {
  border-bottom: 0;
  top: 0;
}

/* line 22994, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span.arrowUp:after {
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 26%;
}

/* line 23000, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 23003, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 23009, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span svg {
  height: auto;
  width: inherit;
}

/* line 23013, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 23016, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month {
  color: inherit;
  display: inline-block;
  font-size: 135%;
  font-weight: 300;
  height: 34px;
  left: 12.5%;
  line-height: inherit;
  line-height: 1;
  padding: 7.48px 0 0;
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  width: 75%;
}

/* line 23031, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month span.cur-month {
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-weight: 700;
  margin-left: 0.5ch;
  padding: 0;
}

/* line 23039, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month .numInputWrapper {
  display: inline-block;
  width: 6ch;
  width: 7ch\0;
}

/* line 23044, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month input.cur-year {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: 0;
  padding: 0 0 0 0.5ch;
  vertical-align: initial;
}

/* line 23064, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 23067, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  background: transparent;
  font-size: 100%;
  pointer-events: none;
}

/* line 23073, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  width: auto;
}

/* line 23096, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
  outline: none;
}

/* line 23100, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 23105, app/assets/stylesheets/adminkit/light.css */
.flatpickr-weekdays {
  align-items: center;
  background: transparent;
  display: flex;
  height: 28px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

/* line 23114, app/assets/stylesheets/adminkit/light.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 23118, app/assets/stylesheets/adminkit/light.css */
span.flatpickr-weekday {
  background: transparent;
  cursor: default;
  display: block;
  flex: 1;
  font-size: 90%;
  font-weight: bolder;
  line-height: 1;
  margin: 0;
  text-align: center;
}

/* line 23129, app/assets/stylesheets/adminkit/light.css */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0;
}

/* line 23133, app/assets/stylesheets/adminkit/light.css */
.flatpickr-days {
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 307.875px;
}

/* line 23140, app/assets/stylesheets/adminkit/light.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 23143, app/assets/stylesheets/adminkit/light.css */
.dayContainer {
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  max-width: 307.875px;
  min-width: 307.875px;
  opacity: 1;
  outline: 0;
  padding: 0;
  text-align: left;
  transform: translateZ(0);
  width: 307.875px;
}

/* line 23159, app/assets/stylesheets/adminkit/light.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 23162, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  flex-basis: 14.2857143%;
  font-weight: 400;
  height: 39px;
  justify-content: center;
  line-height: 39px;
  margin: 0;
  max-width: 39px;
  position: relative;
  text-align: center;
  width: 14.2857143%;
}

/* line 23181, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
  cursor: pointer;
  outline: 0;
}

/* line 23198, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 23201, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  background: #959ea9;
  border-color: #959ea9;
}

/* line 23206, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: #569ff7;
  border-color: #569ff7;
  box-shadow: none;
}

/* line 23228, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 23233, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 23238, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: -10px 0 0 #569ff7;
}

/* line 23243, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px;
}

/* line 23248, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.inRange {
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 23251, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  background: transparent;
  border-color: transparent;
  color: rgba(57, 57, 57, 0.3);
  cursor: default;
}

/* line 23263, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(57, 57, 57, 0.1);
  cursor: not-allowed;
}

/* line 23268, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

/* line 23272, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 23275, app/assets/stylesheets/adminkit/light.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 23278, app/assets/stylesheets/adminkit/light.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 23281, app/assets/stylesheets/adminkit/light.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: 1px 0 0 #e6e6e6;
  padding: 0 12px;
}

/* line 23285, app/assets/stylesheets/adminkit/light.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  line-height: 28px;
  width: 100%;
}

/* line 23290, app/assets/stylesheets/adminkit/light.css */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  background: transparent;
  border: none;
  color: rgba(57, 57, 57, 0.3);
  cursor: default;
  display: block;
  max-width: none;
  width: 100%;
}

/* line 23300, app/assets/stylesheets/adminkit/light.css */
.flatpickr-innerContainer {
  box-sizing: border-box;
  display: block;
  display: flex;
  overflow: hidden;
}

/* line 23306, app/assets/stylesheets/adminkit/light.css */
.flatpickr-rContainer {
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
}

/* line 23311, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time {
  box-sizing: border-box;
  display: block;
  display: flex;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  outline: 0;
  overflow: hidden;
  text-align: center;
}

/* line 23322, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time:after {
  clear: both;
  content: "";
  display: table;
}

/* line 23327, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  float: left;
  height: 40px;
  width: 40%;
}

/* line 23333, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 23336, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 23339, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 23342, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 23345, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #393939;
  font-size: 14px;
  height: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

/* line 23363, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: 700;
}

/* line 23366, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 23370, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time input:focus {
  border: 0;
  outline: 0;
}

/* line 23374, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
  align-self: center;
  color: #393939;
  float: left;
  font-weight: 700;
  height: inherit;
  line-height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 2%;
}

/* line 23387, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time .flatpickr-am-pm {
  cursor: pointer;
  font-weight: 400;
  outline: 0;
  text-align: center;
  width: 18%;
}

/* line 23394, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
  background: #eee;
}

/* line 23400, app/assets/stylesheets/adminkit/light.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

/* line 23423, app/assets/stylesheets/adminkit/light.css */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

/* line 23427, app/assets/stylesheets/adminkit/light.css */
.fc-unselectable {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 23434, app/assets/stylesheets/adminkit/light.css */
.fc {
  display: flex;
  flex-direction: column;
  font-size: 1em;
}

/* line 23439, app/assets/stylesheets/adminkit/light.css */
.fc,
.fc *,
.fc :after,
.fc :before {
  box-sizing: border-box;
}

/* line 23445, app/assets/stylesheets/adminkit/light.css */
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

/* line 23450, app/assets/stylesheets/adminkit/light.css */
.fc th {
  text-align: center;
}

/* line 23453, app/assets/stylesheets/adminkit/light.css */
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}

/* line 23458, app/assets/stylesheets/adminkit/light.css */
.fc a[data-navlink] {
  cursor: pointer;
}

/* line 23461, app/assets/stylesheets/adminkit/light.css */
.fc a[data-navlink]:hover {
  text-decoration: underline;
}

/* line 23464, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}

/* line 23468, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}

/* line 23472, app/assets/stylesheets/adminkit/light.css */
.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

/* line 23477, app/assets/stylesheets/adminkit/light.css */
.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}

@font-face {
  font-family: fcicons;
  font-style: normal;
  font-weight: 400;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype");
}

/* line 23488, app/assets/stylesheets/adminkit/light.css */
.fc-icon {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: fcicons !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 1em;
  line-height: 1;
  text-align: center;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 1em;
}

/* line 23506, app/assets/stylesheets/adminkit/light.css */
.fc-icon-chevron-left:before {
  content: "";
}

/* line 23509, app/assets/stylesheets/adminkit/light.css */
.fc-icon-chevron-right:before {
  content: "";
}

/* line 23512, app/assets/stylesheets/adminkit/light.css */
.fc-icon-chevrons-left:before {
  content: "";
}

/* line 23515, app/assets/stylesheets/adminkit/light.css */
.fc-icon-chevrons-right:before {
  content: "";
}

/* line 23518, app/assets/stylesheets/adminkit/light.css */
.fc-icon-minus-square:before {
  content: "";
}

/* line 23521, app/assets/stylesheets/adminkit/light.css */
.fc-icon-plus-square:before {
  content: "";
}

/* line 23524, app/assets/stylesheets/adminkit/light.css */
.fc-icon-x:before {
  content: "";
}

/* line 23527, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button {
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
}

/* line 23536, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 23540, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button {
  -webkit-appearance: button;
}

/* line 23543, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button:not(:disabled) {
  cursor: pointer;
}

/* line 23546, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 23550, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25em;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.4em 0.65em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* line 23565, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button:hover {
  text-decoration: none;
}

/* line 23568, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  outline: 0;
}

/* line 23572, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button:disabled {
  opacity: 0.65;
}

/* line 23575, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button-primary {
  background-color: #2c3e50;
  background-color: var(--fc-button-bg-color, #2c3e50);
  border-color: #2c3e50;
  border-color: var(--fc-button-border-color, #2c3e50);
  color: #fff;
  color: var(--fc-button-text-color, #fff);
}

/* line 23583, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button-primary:hover {
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f);
  color: #fff;
  color: var(--fc-button-text-color, #fff);
}

/* line 23591, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button-primary:disabled {
  background-color: #2c3e50;
  background-color: var(--fc-button-bg-color, #2c3e50);
  border-color: #2c3e50;
  border-color: var(--fc-button-border-color, #2c3e50);
  color: #fff;
  color: var(--fc-button-text-color, #fff);
}

/* line 23599, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* line 23602, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button-primary.fc-button-active:not(:disabled),
.fc .fc-button-primary:not(:disabled):active {
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
  color: #fff;
  color: var(--fc-button-text-color, #fff);
}

/* line 23611, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button-primary.fc-button-active:not(:disabled):focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* line 23615, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button .fc-icon {
  font-size: 1.5em;
  vertical-align: middle;
}

/* line 23619, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button-group {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}

/* line 23624, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button-group > .fc-button {
  flex: 1 1 auto;
  position: relative;
}

/* line 23628, app/assets/stylesheets/adminkit/light.css */
.fc .fc-button-group > .fc-button.fc-button-active,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}

/* line 23634, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}

/* line 23639, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 23643, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

/* line 23648, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 23652, app/assets/stylesheets/adminkit/light.css */
.fc .fc-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 23657, app/assets/stylesheets/adminkit/light.css */
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

/* line 23660, app/assets/stylesheets/adminkit/light.css */
.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

/* line 23663, app/assets/stylesheets/adminkit/light.css */
.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
}

/* line 23667, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

/* line 23670, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em;
}

/* line 23673, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl .fc-toolbar-ltr {
  flex-direction: row-reverse;
}

/* line 23676, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
}

/* line 23680, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scroller-liquid {
  height: 100%;
}

/* line 23683, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scroller-liquid-absolute {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 23690, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scroller-harness {
  direction: ltr;
  overflow: hidden;
  position: relative;
}

/* line 23695, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scroller-harness-liquid {
  height: 100%;
}

/* line 23698, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  direction: rtl;
}

/* line 23701, app/assets/stylesheets/adminkit/light.css */
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

/* line 23705, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
  table-layout: fixed;
  width: 100%;
}

/* line 23710, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid table {
  border-left-style: hidden;
  border-right-style: hidden;
  border-top-style: hidden;
}

/* line 23715, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid {
  border-bottom-width: 0;
  border-collapse: separate;
  border-right-width: 0;
}

/* line 23720, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid-liquid {
  height: 100%;
}

/* line 23723, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid-section,
.fc .fc-scrollgrid-section table,
.fc .fc-scrollgrid-section > td {
  height: 1px;
}

/* line 23728, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
}

/* line 23731, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid-section > * {
  border-left-width: 0;
  border-top-width: 0;
}

/* line 23735, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid-section-footer > *,
.fc .fc-scrollgrid-section-header > * {
  border-bottom-width: 0;
}

/* line 23739, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
}

/* line 23743, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid-section-sticky > * {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 3;
}

/* line 23750, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
}

/* line 23753, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
}

/* line 23756, app/assets/stylesheets/adminkit/light.css */
.fc .fc-scrollgrid-sticky-shim {
  height: 1px;
  margin-bottom: -1px;
}

/* line 23760, app/assets/stylesheets/adminkit/light.css */
.fc-sticky {
  position: sticky;
}

/* line 23764, app/assets/stylesheets/adminkit/light.css */
.fc .fc-view-harness {
  flex-grow: 1;
  position: relative;
}

/* line 23768, app/assets/stylesheets/adminkit/light.css */
.fc .fc-view-harness-active > .fc-view {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 23775, app/assets/stylesheets/adminkit/light.css */
.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
}

/* line 23779, app/assets/stylesheets/adminkit/light.css */
.fc .fc-bg-event,
.fc .fc-highlight,
.fc .fc-non-business {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 23788, app/assets/stylesheets/adminkit/light.css */
.fc .fc-non-business {
  background: rgba(214, 214, 214, 0.3);
  background: var(--fc-non-business-color, rgba(214, 214, 214, 0.3));
}

/* line 23792, app/assets/stylesheets/adminkit/light.css */
.fc .fc-bg-event {
  background: #8fdf82;
  background: var(--fc-bg-event-color, #8fdf82);
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3);
}

/* line 23798, app/assets/stylesheets/adminkit/light.css */
.fc .fc-bg-event .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic;
  margin: 0.5em;
}

/* line 23804, app/assets/stylesheets/adminkit/light.css */
.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}

/* line 23808, app/assets/stylesheets/adminkit/light.css */
.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(209, 209, 209, 0.3);
  background: var(--fc-neutral-bg-color, rgba(209, 209, 209, 0.3));
}

/* line 23813, app/assets/stylesheets/adminkit/light.css */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}

/* line 23817, app/assets/stylesheets/adminkit/light.css */
.fc-event.fc-event-draggable,
.fc-event[href] {
  cursor: pointer;
}

/* line 23821, app/assets/stylesheets/adminkit/light.css */
.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}

/* line 23825, app/assets/stylesheets/adminkit/light.css */
.fc-event-dragging:not(.fc-event-selected) {
  opacity: 0.75;
}

/* line 23828, app/assets/stylesheets/adminkit/light.css */
.fc-event-dragging.fc-event-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* line 23831, app/assets/stylesheets/adminkit/light.css */
.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}

/* line 23836, app/assets/stylesheets/adminkit/light.css */
.fc-event-selected .fc-event-resizer,
.fc-event:hover .fc-event-resizer {
  display: block;
}

/* line 23840, app/assets/stylesheets/adminkit/light.css */
.fc-event-selected .fc-event-resizer {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  border-color: inherit;
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-style: solid;
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
}

/* line 23854, app/assets/stylesheets/adminkit/light.css */
.fc-event-selected .fc-event-resizer:before {
  bottom: -20px;
  content: "";
  left: -20px;
  position: absolute;
  right: -20px;
  top: -20px;
}

/* line 23862, app/assets/stylesheets/adminkit/light.css */
.fc-event-selected,
.fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 23866, app/assets/stylesheets/adminkit/light.css */
.fc-event-selected:before,
.fc-event:focus:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

/* line 23876, app/assets/stylesheets/adminkit/light.css */
.fc-event-selected:after,
.fc-event:focus:after {
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  bottom: -1px;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 1;
}

/* line 23888, app/assets/stylesheets/adminkit/light.css */
.fc-h-event {
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  display: block;
}

/* line 23895, app/assets/stylesheets/adminkit/light.css */
.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}

/* line 23899, app/assets/stylesheets/adminkit/light.css */
.fc-h-event .fc-event-main-frame {
  display: flex;
}

/* line 23902, app/assets/stylesheets/adminkit/light.css */
.fc-h-event .fc-event-time {
  max-width: 100%;
  overflow: hidden;
}

/* line 23906, app/assets/stylesheets/adminkit/light.css */
.fc-h-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}

/* line 23911, app/assets/stylesheets/adminkit/light.css */
.fc-h-event .fc-event-title {
  display: inline-block;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  right: 0;
  vertical-align: top;
}

/* line 23919, app/assets/stylesheets/adminkit/light.css */
.fc-h-event.fc-event-selected:before {
  bottom: -10px;
  top: -10px;
}

/* line 23923, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-bottom-left-radius: 0;
  border-left-width: 0;
  border-top-left-radius: 0;
}

/* line 23929, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-bottom-right-radius: 0;
  border-right-width: 0;
  border-top-right-radius: 0;
}

/* line 23935, app/assets/stylesheets/adminkit/light.css */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  bottom: 0;
  top: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}

/* line 23941, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(var(--fc-event-resizer-thickness, 8px) * -0.5);
}

/* line 23947, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(var(--fc-event-resizer-thickness, 8px) * -0.5);
}

/* line 23953, app/assets/stylesheets/adminkit/light.css */
.fc-h-event.fc-event-selected .fc-event-resizer {
  margin-top: -4px;
  margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) * -0.5);
  top: 50%;
}

/* line 23958, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(var(--fc-event-resizer-dot-total-width, 8px) * -0.5);
}

/* line 23963, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(var(--fc-event-resizer-dot-total-width, 8px) * -0.5);
}

/* line 23968, app/assets/stylesheets/adminkit/light.css */
.fc .fc-popover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 9999;
}

/* line 23973, app/assets/stylesheets/adminkit/light.css */
.fc .fc-popover-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3px 4px;
}

/* line 23980, app/assets/stylesheets/adminkit/light.css */
.fc .fc-popover-title {
  margin: 0 2px;
}

/* line 23983, app/assets/stylesheets/adminkit/light.css */
.fc .fc-popover-close {
  cursor: pointer;
  font-size: 1.1em;
  opacity: 0.65;
}

/* line 23988, app/assets/stylesheets/adminkit/light.css */
.fc-theme-standard .fc-popover {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

/* line 23994, app/assets/stylesheets/adminkit/light.css */
.fc-theme-standard .fc-popover-header {
  background: rgba(209, 209, 209, 0.3);
  background: var(--fc-neutral-bg-color, rgba(209, 209, 209, 0.3));
}

/* line 23998, app/assets/stylesheets/adminkit/light.css */
:root {
  --fc-daygrid-event-dot-width: 8px;
}

/* line 24001, app/assets/stylesheets/adminkit/light.css */
.fc-daygrid-day-events:after,
.fc-daygrid-day-events:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-frame:before,
.fc-daygrid-event-harness:after,
.fc-daygrid-event-harness:before {
  clear: both;
  content: "";
  display: table;
}

/* line 24011, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-body {
  position: relative;
  z-index: 1;
}

/* line 24015, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

/* line 24019, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-day-frame {
  min-height: 100%;
  position: relative;
}

/* line 24023, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}

/* line 24027, app/assets/stylesheets/adminkit/light.css */
.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}

/* line 24030, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-day-number {
  padding: 4px;
  position: relative;
  z-index: 4;
}

/* line 24035, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-day-events {
  margin-top: 1px;
}

/* line 24038, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  left: 0;
  position: absolute;
  right: 0;
}

/* line 24043, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 2em;
  position: relative;
}

/* line 24047, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}

/* line 24050, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-event-harness {
  position: relative;
}

/* line 24053, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-event-harness-abs {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 24059, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-bg-harness {
  bottom: 0;
  position: absolute;
  top: 0;
}

/* line 24064, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}

/* line 24067, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}

/* line 24070, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}

/* line 24073, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-event {
  margin-top: 1px;
  z-index: 6;
}

/* line 24077, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}

/* line 24080, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  padding: 2px 3px 0;
}

/* line 24084, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-day-bottom:before {
  clear: both;
  content: "";
  display: table;
}

/* line 24089, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-more-link {
  cursor: pointer;
  position: relative;
  z-index: 4;
}

/* line 24094, app/assets/stylesheets/adminkit/light.css */
.fc .fc-daygrid-week-number {
  background-color: rgba(209, 209, 209, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(209, 209, 209, 0.3));
  color: gray;
  color: var(--fc-neutral-text-color, grey);
  min-width: 1.5em;
  padding: 2px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 5;
}

/* line 24106, app/assets/stylesheets/adminkit/light.css */
.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}

/* line 24110, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}

/* line 24114, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}

/* line 24118, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-daygrid-week-number {
  border-radius: 0 0 3px 0;
  left: 0;
}

/* line 24122, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl .fc-daygrid-week-number {
  border-radius: 0 0 0 3px;
  right: 0;
}

/* line 24126, app/assets/stylesheets/adminkit/light.css */
.fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
}

/* line 24129, app/assets/stylesheets/adminkit/light.css */
.fc-daygrid-event {
  border-radius: 3px;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  position: relative;
  white-space: nowrap;
}

/* line 24136, app/assets/stylesheets/adminkit/light.css */
.fc-daygrid-block-event .fc-event-time {
  font-weight: 700;
}

/* line 24139, app/assets/stylesheets/adminkit/light.css */
.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}

/* line 24143, app/assets/stylesheets/adminkit/light.css */
.fc-daygrid-dot-event {
  align-items: center;
  display: flex;
  padding: 2px 0;
}

/* line 24148, app/assets/stylesheets/adminkit/light.css */
.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 700;
  min-width: 0;
  overflow: hidden;
}

/* line 24155, app/assets/stylesheets/adminkit/light.css */
.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 24159, app/assets/stylesheets/adminkit/light.css */
.fc-daygrid-dot-event.fc-event-selected:before {
  bottom: -10px;
  top: -10px;
}

/* line 24163, app/assets/stylesheets/adminkit/light.css */
.fc-daygrid-event-dot {
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
  box-sizing: content-box;
  height: 0;
  margin: 0 4px;
  width: 0;
}

/* line 24173, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}

/* line 24176, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}

/* line 24179, app/assets/stylesheets/adminkit/light.css */
.fc-v-event {
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  display: block;
}

/* line 24186, app/assets/stylesheets/adminkit/light.css */
.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}

/* line 24191, app/assets/stylesheets/adminkit/light.css */
.fc-v-event .fc-event-main-frame {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 24196, app/assets/stylesheets/adminkit/light.css */
.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}

/* line 24202, app/assets/stylesheets/adminkit/light.css */
.fc-v-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
}

/* line 24207, app/assets/stylesheets/adminkit/light.css */
.fc-v-event .fc-event-title {
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
  top: 0;
}

/* line 24213, app/assets/stylesheets/adminkit/light.css */
.fc-v-event:not(.fc-event-start) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-width: 0;
}

/* line 24218, app/assets/stylesheets/adminkit/light.css */
.fc-v-event:not(.fc-event-end) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-width: 0;
}

/* line 24223, app/assets/stylesheets/adminkit/light.css */
.fc-v-event.fc-event-selected:before {
  left: -10px;
  right: -10px;
}

/* line 24227, app/assets/stylesheets/adminkit/light.css */
.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}

/* line 24230, app/assets/stylesheets/adminkit/light.css */
.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}

/* line 24233, app/assets/stylesheets/adminkit/light.css */
.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}

/* line 24239, app/assets/stylesheets/adminkit/light.css */
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

/* line 24243, app/assets/stylesheets/adminkit/light.css */
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

/* line 24247, app/assets/stylesheets/adminkit/light.css */
.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

/* line 24252, app/assets/stylesheets/adminkit/light.css */
.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

/* line 24256, app/assets/stylesheets/adminkit/light.css */
.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

/* line 24260, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid .fc-daygrid-body {
  z-index: 2;
}

/* line 24263, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-divider {
  padding: 0 0 2px;
}

/* line 24266, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-body {
  min-height: 100%;
  position: relative;
  z-index: 1;
}

/* line 24271, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-axis-chunk {
  position: relative;
}

/* line 24274, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-axis-chunk > table,
.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}

/* line 24279, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-slot {
  border-bottom: 0;
  height: 1.5em;
}

/* line 24283, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-slot:empty:before {
  content: " ";
}

/* line 24286, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}

/* line 24289, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}

/* line 24293, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-slot-label {
  vertical-align: middle;
}

/* line 24296, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}

/* line 24300, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
}

/* line 24303, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-axis-frame {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

/* line 24309, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-axis-cushion {
  flex-shrink: 0;
  max-width: 60px;
}

/* line 24313, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}

/* line 24316, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}

/* line 24319, app/assets/stylesheets/adminkit/light.css */
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 24327, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

/* line 24331, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-col-frame {
  min-height: 100%;
  position: relative;
}

/* line 24335, app/assets/stylesheets/adminkit/light.css */
.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 24343, app/assets/stylesheets/adminkit/light.css */
.fc-media-screen .fc-timegrid-cols {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 24350, app/assets/stylesheets/adminkit/light.css */
.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}

/* line 24353, app/assets/stylesheets/adminkit/light.css */
.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 24361, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-col-bg {
  z-index: 2;
}

/* line 24364, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}

/* line 24367, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}

/* line 24370, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-col-bg .fc-highlight {
  z-index: 3;
}

/* line 24373, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-bg-harness {
  left: 0;
  position: absolute;
  right: 0;
}

/* line 24378, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-col-events {
  z-index: 3;
}

/* line 24381, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
}

/* line 24385, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}

/* line 24388, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}

/* line 24391, app/assets/stylesheets/adminkit/light.css */
.fc-timegrid-event-harness {
  position: absolute;
}

/* line 24394, app/assets/stylesheets/adminkit/light.css */
.fc-timegrid-event-harness > .fc-timegrid-event {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 24401, app/assets/stylesheets/adminkit/light.css */
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff);
}

/* line 24407, app/assets/stylesheets/adminkit/light.css */
.fc-timegrid-event,
.fc-timegrid-more-link {
  border-radius: 3px;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

/* line 24413, app/assets/stylesheets/adminkit/light.css */
.fc-timegrid-event {
  margin-bottom: 1px;
}

/* line 24416, app/assets/stylesheets/adminkit/light.css */
.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}

/* line 24419, app/assets/stylesheets/adminkit/light.css */
.fc-timegrid-event .fc-event-time {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
  white-space: nowrap;
}

/* line 24425, app/assets/stylesheets/adminkit/light.css */
.fc-timegrid-event-short .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}

/* line 24429, app/assets/stylesheets/adminkit/light.css */
.fc-timegrid-event-short .fc-event-time:after {
  content: " - ";
}

/* line 24432, app/assets/stylesheets/adminkit/light.css */
.fc-timegrid-event-short .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

/* line 24436, app/assets/stylesheets/adminkit/light.css */
.fc-timegrid-more-link {
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  cursor: pointer;
  margin-bottom: 1px;
  position: absolute;
  z-index: 9999;
}

/* line 24446, app/assets/stylesheets/adminkit/light.css */
.fc-timegrid-more-link-inner {
  padding: 3px 2px;
  top: 0;
}

/* line 24450, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-timegrid-more-link {
  right: 0;
}

/* line 24453, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl .fc-timegrid-more-link {
  left: 0;
}

/* line 24456, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-now-indicator-line {
  border: 0 solid red;
  border-color: var(--fc-now-indicator-color, red);
  border-top: 1px solid var(--fc-now-indicator-color, red);
  left: 0;
  position: absolute;
  right: 0;
  z-index: 4;
}

/* line 24465, app/assets/stylesheets/adminkit/light.css */
.fc .fc-timegrid-now-indicator-arrow {
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-style: solid;
  margin-top: -5px;
  position: absolute;
  z-index: 4;
}

/* line 24473, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-width: 5px 0 5px 6px;
  left: 0;
}

/* line 24479, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-width: 5px 6px 5px 0;
  right: 0;
}

/* line 24485, app/assets/stylesheets/adminkit/light.css */
:root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}

/* line 24489, app/assets/stylesheets/adminkit/light.css */
.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

/* line 24493, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-empty {
  align-items: center;
  background-color: rgba(209, 209, 209, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(209, 209, 209, 0.3));
  display: flex;
  height: 100%;
  justify-content: center;
}

/* line 24501, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-empty-cushion {
  margin: 5em 0;
}

/* line 24504, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-table {
  border-style: hidden;
  width: 100%;
}

/* line 24508, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}

/* line 24512, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-sticky .fc-list-day > * {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  top: 0;
}

/* line 24519, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-table thead {
  left: -10000px;
  position: absolute;
}

/* line 24523, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-table tbody > tr:first-child th {
  border-top: 0;
}

/* line 24526, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-table th {
  padding: 0;
}

/* line 24529, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-day-cushion,
.fc .fc-list-table td {
  padding: 8px 14px;
}

/* line 24533, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-day-cushion:after {
  clear: both;
  content: "";
  display: table;
}

/* line 24538, app/assets/stylesheets/adminkit/light.css */
.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(209, 209, 209, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(209, 209, 209, 0.3));
}

/* line 24542, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}

/* line 24546, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}

/* line 24550, app/assets/stylesheets/adminkit/light.css */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}

/* line 24553, app/assets/stylesheets/adminkit/light.css */
.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}

/* line 24556, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
}

/* line 24559, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}

/* line 24563, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}

/* line 24568, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-event-dot {
  border: 5px solid #3788d8;
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
  box-sizing: content-box;
  display: inline-block;
  height: 0;
  width: 0;
}

/* line 24578, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-event-title a {
  color: inherit;
  text-decoration: none;
}

/* line 24582, app/assets/stylesheets/adminkit/light.css */
.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}

/* line 24585, app/assets/stylesheets/adminkit/light.css */
.fc-theme-bootstrap a:not([href]) {
  color: inherit;
}

/* line 24588, app/assets/stylesheets/adminkit/light.css */
.fc-theme-bootstrap5 a:not([href]) {
  color: inherit;
  text-decoration: inherit;
}

/* line 24592, app/assets/stylesheets/adminkit/light.css */
.fc-theme-bootstrap5 .fc-list,
.fc-theme-bootstrap5 .fc-scrollgrid,
.fc-theme-bootstrap5 td,
.fc-theme-bootstrap5 th {
  border: 1px solid var(--bs-gray-400);
}

/* line 24598, app/assets/stylesheets/adminkit/light.css */
.fc-theme-bootstrap5 .fc-scrollgrid {
  border-bottom-width: 0;
  border-right-width: 0;
}

/* line 24602, app/assets/stylesheets/adminkit/light.css */
.fc-theme-bootstrap5-shaded {
  background-color: var(--bs-gray-200);
}

/* line 24605, app/assets/stylesheets/adminkit/light.css */
svg {
  touch-action: none;
}

/* line 24608, app/assets/stylesheets/adminkit/light.css */
.jvm-zoomin,
.jvm-zoomout,
image,
text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 24616, app/assets/stylesheets/adminkit/light.css */
.jvm-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  touch-action: none;
  width: 100%;
}

/* line 24623, app/assets/stylesheets/adminkit/light.css */
.jvm-tooltip {
  background-color: #5c5cff;
  border-radius: 3px;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: none;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px 5px;
  position: absolute;
  white-space: nowrap;
}

/* line 24635, app/assets/stylesheets/adminkit/light.css */
.jvm-tooltip.active {
  display: block;
}

/* line 24638, app/assets/stylesheets/adminkit/light.css */
.jvm-zoom-btn {
  background-color: #292929;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 15px;
  left: 10px;
  line-height: 10px;
  padding: 3px;
  position: absolute;
  width: 15px;
}

/* line 24651, app/assets/stylesheets/adminkit/light.css */
.jvm-zoom-btn.jvm-zoomout {
  top: 30px;
}

/* line 24654, app/assets/stylesheets/adminkit/light.css */
.jvm-zoom-btn.jvm-zoomin {
  top: 10px;
}

/* line 24657, app/assets/stylesheets/adminkit/light.css */
.jvm-series-container {
  position: absolute;
  right: 15px;
}

/* line 24661, app/assets/stylesheets/adminkit/light.css */
.jvm-series-container.jvm-series-h {
  bottom: 15px;
}

/* line 24664, app/assets/stylesheets/adminkit/light.css */
.jvm-series-container.jvm-series-v {
  top: 15px;
}

/* line 24667, app/assets/stylesheets/adminkit/light.css */
.jvm-series-container .jvm-legend {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  float: left;
  margin-left: 0.75rem;
  padding: 0.6rem;
}

/* line 24676, app/assets/stylesheets/adminkit/light.css */
.jvm-series-container .jvm-legend .jvm-legend-title {
  border-bottom: 1px solid #e5e7eb;
  line-height: 1;
  margin-bottom: 0.575rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

/* line 24683, app/assets/stylesheets/adminkit/light.css */
.jvm-series-container .jvm-legend .jvm-legend-inner {
  overflow: hidden;
}

/* line 24686, app/assets/stylesheets/adminkit/light.css */
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick {
  min-width: 40px;
  overflow: hidden;
}

/* line 24690, app/assets/stylesheets/adminkit/light.css */
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick:not(:first-child) {
  margin-top: 0.575rem;
}

/* line 24693, app/assets/stylesheets/adminkit/light.css */
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-sample {
  border-radius: 4px;
  float: left;
  height: 16px;
  margin-right: 0.65rem;
  width: 16px;
}

/* line 24700, app/assets/stylesheets/adminkit/light.css */
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-text {
  float: left;
  font-size: 12px;
  text-align: center;
}

/* line 24705, app/assets/stylesheets/adminkit/light.css */
.jvm-line[animation="true"] {
  animation: jvm-line-animation 10s linear infinite forwards;
}

@keyframes jvm-line-animation {
  0% {
    stroke-dashoffset: 250;
  }
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 24724, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-toolbar:after,
.ql-bubble.ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

/* line 24730, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-toolbar button,
.ql-bubble.ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 24741, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-toolbar button svg,
.ql-bubble.ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 24746, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-toolbar button:active:hover,
.ql-bubble.ql-toolbar button:active:hover {
  outline: none;
}

/* line 24750, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-toolbar input.ql-image[type="file"],
.ql-bubble.ql-toolbar input.ql-image[type="file"] {
  display: none;
}

@media (pointer: coarse) {
  /* line 24755, app/assets/stylesheets/adminkit/light.css */
  .ql-bubble .ql-toolbar button:hover:not(.ql-active),
.ql-bubble.ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  /* line 24759, app/assets/stylesheets/adminkit/light.css */
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  /* line 24765, app/assets/stylesheets/adminkit/light.css */
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}

/* line 24772, app/assets/stylesheets/adminkit/light.css */
.ql-bubble,
.ql-bubble * {
  box-sizing: border-box;
}

/* line 24776, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-hidden {
  display: none;
}

/* line 24779, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}

/* line 24783, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

/* line 24787, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

/* line 24791, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

/* line 24794, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 24798, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

/* line 24803, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 24810, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 24816, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}

/* line 24820, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-empty {
  fill: none;
}

/* line 24823, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-even {
  fill-rule: evenodd;
}

/* line 24826, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-stroke.ql-thin,
.ql-bubble .ql-thin {
  stroke-width: 1;
}

/* line 24830, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-transparent {
  opacity: 0.4;
}

/* line 24833, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-direction svg:last-child {
  display: none;
}

/* line 24836, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 24839, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 24842, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor .h1,
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}

/* line 24846, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor .h2,
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}

/* line 24850, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor .h3,
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}

/* line 24854, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor .h4,
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}

/* line 24858, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor .h5,
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}

/* line 24862, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor .h6,
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}

/* line 24866, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor a {
  text-decoration: underline;
}

/* line 24869, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 24875, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 24880, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor pre {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  white-space: pre-wrap;
}

/* line 24886, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 24890, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 24895, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor img {
  max-width: 100%;
}

/* line 24898, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 24908, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 24917, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker-label:before {
  display: inline-block;
  line-height: 22px;
}

/* line 24921, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 24929, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 24935, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}

/* line 24939, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}

/* line 24942, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}

/* line 24945, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 24951, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}

/* line 24955, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 24959, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 24963, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

/* line 24966, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  padding: 2px 4px;
  width: 24px;
}

/* line 24971, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 24975, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}

/* line 24983, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  margin-top: -9px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 24990, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
  content: attr(data-label);
}

/* line 24998, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}

/* line 25001, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label:before {
  content: "Normal";
}

/* line 25005, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
  content: "Heading 1";
}

/* line 25009, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
  content: "Heading 2";
}

/* line 25013, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
  content: "Heading 3";
}

/* line 25017, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
  content: "Heading 4";
}

/* line 25021, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
  content: "Heading 5";
}

/* line 25025, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
  content: "Heading 6";
}

/* line 25029, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
  font-size: 2em;
}

/* line 25032, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
  font-size: 1.5em;
}

/* line 25035, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
  font-size: 1.17em;
}

/* line 25038, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
  font-size: 1em;
}

/* line 25041, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
  font-size: 0.83em;
}

/* line 25044, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
  font-size: 0.67em;
}

/* line 25047, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}

/* line 25050, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-font .ql-picker-item:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label:before {
  content: "Sans Serif";
}

/* line 25054, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value="serif"]:before {
  content: "Serif";
}

/* line 25058, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value="monospace"]:before {
  content: "Monospace";
}

/* line 25062, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
  font-family: Georgia, Times New Roman, serif;
}

/* line 25065, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
  font-family: Monaco, Courier New, monospace;
}

/* line 25068, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}

/* line 25071, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-size .ql-picker-item:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label:before {
  content: "Normal";
}

/* line 25075, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="small"]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value="small"]:before {
  content: "Small";
}

/* line 25079, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="large"]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value="large"]:before {
  content: "Large";
}

/* line 25083, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value="huge"]:before {
  content: "Huge";
}

/* line 25087, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
  font-size: 10px;
}

/* line 25090, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
  font-size: 18px;
}

/* line 25093, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
  font-size: 32px;
}

/* line 25096, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0;
}

/* line 25099, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}

/* line 25102, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}

/* line 25105, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
}

/* line 25109, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}

/* line 25118, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}

/* line 25122, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}

/* line 25126, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}

/* line 25129, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}

/* line 25132, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip-editor {
  display: none;
}

/* line 25135, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip-editor input[type="text"] {
  background: transparent;
  border: none;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}

/* line 25145, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip-editor a {
  position: absolute;
  right: 20px;
  top: 10px;
}

/* line 25150, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "×";
  font-size: 16px;
  font-weight: 700;
}

/* line 25156, app/assets/stylesheets/adminkit/light.css */
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}

/* line 25160, app/assets/stylesheets/adminkit/light.css */
.ql-container.ql-bubble:not(.ql-disabled) a:before {
  background-color: #444;
  border-radius: 15px;
  content: attr(href);
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  top: -5px;
  z-index: 1;
}

/* line 25172, app/assets/stylesheets/adminkit/light.css */
.ql-container.ql-bubble:not(.ql-disabled) a:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #444;
  content: " ";
  height: 0;
  top: 0;
  width: 0;
}

/* line 25181, app/assets/stylesheets/adminkit/light.css */
.ql-container.ql-bubble:not(.ql-disabled) a:after,
.ql-container.ql-bubble:not(.ql-disabled) a:before {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 0.2s;
  visibility: hidden;
}

/* line 25190, app/assets/stylesheets/adminkit/light.css */
.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,
.ql-container.ql-bubble:not(.ql-disabled) a:hover:before {
  visibility: visible;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 25199, app/assets/stylesheets/adminkit/light.css */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}

/* line 25207, app/assets/stylesheets/adminkit/light.css */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 25210, app/assets/stylesheets/adminkit/light.css */
.ql-container.ql-disabled .ql-editor ul[data-checked] > li:before {
  pointer-events: none;
}

/* line 25213, app/assets/stylesheets/adminkit/light.css */
.ql-clipboard {
  height: 1px;
  left: -100000px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 25220, app/assets/stylesheets/adminkit/light.css */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 25224, app/assets/stylesheets/adminkit/light.css */
.ql-editor {
  word-wrap: break-word;
  box-sizing: border-box;
  height: 100%;
  line-height: 1.42;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
}

/* line 25238, app/assets/stylesheets/adminkit/light.css */
.ql-editor > * {
  cursor: text;
}

/* line 25241, app/assets/stylesheets/adminkit/light.css */
.ql-editor .h1,
.ql-editor .h2,
.ql-editor .h3,
.ql-editor .h4,
.ql-editor .h5,
.ql-editor .h6,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  margin: 0;
  padding: 0;
}

/* line 25262, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

/* line 25266, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

/* line 25270, app/assets/stylesheets/adminkit/light.css */
.ql-editor ul > li:before {
  content: "•";
}

/* line 25273, app/assets/stylesheets/adminkit/light.css */
.ql-editor ul[data-checked="false"],
.ql-editor ul[data-checked="true"] {
  pointer-events: none;
}

/* line 25277, app/assets/stylesheets/adminkit/light.css */
.ql-editor ul[data-checked="false"] > li *,
.ql-editor ul[data-checked="true"] > li * {
  pointer-events: all;
}

/* line 25281, app/assets/stylesheets/adminkit/light.css */
.ql-editor ul[data-checked="false"] > li:before,
.ql-editor ul[data-checked="true"] > li:before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

/* line 25287, app/assets/stylesheets/adminkit/light.css */
.ql-editor ul[data-checked="true"] > li:before {
  content: "☑";
}

/* line 25290, app/assets/stylesheets/adminkit/light.css */
.ql-editor ul[data-checked="false"] > li:before {
  content: "☐";
}

/* line 25293, app/assets/stylesheets/adminkit/light.css */
.ql-editor li:before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

/* line 25298, app/assets/stylesheets/adminkit/light.css */
.ql-editor li:not(.ql-direction-rtl):before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

/* line 25303, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-direction-rtl:before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

/* line 25307, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

/* line 25311, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 25315, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li {
  counter-increment: list-0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 25319, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

/* line 25322, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

/* line 25325, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

/* line 25328, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 25331, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

/* line 25334, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

/* line 25337, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 25340, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

/* line 25343, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

/* line 25346, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 25349, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

/* line 25352, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

/* line 25355, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

/* line 25358, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

/* line 25361, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

/* line 25364, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

/* line 25367, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

/* line 25370, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

/* line 25373, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

/* line 25376, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

/* line 25379, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

/* line 25382, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

/* line 25385, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

/* line 25388, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

/* line 25391, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

/* line 25394, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

/* line 25397, app/assets/stylesheets/adminkit/light.css */
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

/* line 25400, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 25403, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 25406, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 25409, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 25412, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 25415, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 25418, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 25421, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 25424, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 25427, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 25430, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 25433, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 25436, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 25439, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 25442, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 25445, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 25448, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 25451, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 25454, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 25457, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 25460, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 25463, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 25466, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 25469, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 25472, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 25475, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 25478, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 25481, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 25484, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 25487, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 25490, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 25493, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 25496, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 25499, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 25502, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 25505, app/assets/stylesheets/adminkit/light.css */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 25508, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 25512, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 25515, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 25518, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 25521, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 25524, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 25527, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 25530, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 25533, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 25536, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 25539, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 25542, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 25545, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 25548, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 25551, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 25554, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 25557, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 25560, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

/* line 25563, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

/* line 25566, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-size-small {
  font-size: 0.75em;
}

/* line 25569, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 25572, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 25575, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 25579, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 25582, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 25585, app/assets/stylesheets/adminkit/light.css */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 25588, app/assets/stylesheets/adminkit/light.css */
.ql-editor.ql-blank:before {
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* line 25596, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-toolbar:after,
.ql-snow.ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

/* line 25602, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-toolbar button,
.ql-snow.ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 25613, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-toolbar button svg,
.ql-snow.ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 25618, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-toolbar button:active:hover,
.ql-snow.ql-toolbar button:active:hover {
  outline: none;
}

/* line 25622, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-toolbar input.ql-image[type="file"],
.ql-snow.ql-toolbar input.ql-image[type="file"] {
  display: none;
}

/* line 25626, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover {
  color: #06c;
}

/* line 25642, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
  fill: #06c;
}

/* line 25672, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  /* line 25703, app/assets/stylesheets/adminkit/light.css */
  .ql-snow .ql-toolbar button:hover:not(.ql-active),
.ql-snow.ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  /* line 25707, app/assets/stylesheets/adminkit/light.css */
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  /* line 25713, app/assets/stylesheets/adminkit/light.css */
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

/* line 25720, app/assets/stylesheets/adminkit/light.css */
.ql-snow,
.ql-snow * {
  box-sizing: border-box;
}

/* line 25724, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-hidden {
  display: none;
}

/* line 25727, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

/* line 25731, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

/* line 25735, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

/* line 25739, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

/* line 25742, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 25746, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

/* line 25751, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 25758, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 25764, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

/* line 25768, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-empty {
  fill: none;
}

/* line 25771, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-even {
  fill-rule: evenodd;
}

/* line 25774, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
  stroke-width: 1;
}

/* line 25778, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-transparent {
  opacity: 0.4;
}

/* line 25781, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-direction svg:last-child {
  display: none;
}

/* line 25784, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 25787, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 25790, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor .h1,
.ql-snow .ql-editor h1 {
  font-size: 2em;
}

/* line 25794, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor .h2,
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

/* line 25798, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor .h3,
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

/* line 25802, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor .h4,
.ql-snow .ql-editor h4 {
  font-size: 1em;
}

/* line 25806, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor .h5,
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

/* line 25810, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor .h6,
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

/* line 25814, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor a {
  text-decoration: underline;
}

/* line 25817, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 25823, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 25828, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor pre {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  white-space: pre-wrap;
}

/* line 25834, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 25838, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 25843, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor img {
  max-width: 100%;
}

/* line 25846, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 25856, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 25865, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker-label:before {
  display: inline-block;
  line-height: 22px;
}

/* line 25869, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker-options {
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 25876, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 25882, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

/* line 25886, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

/* line 25889, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

/* line 25892, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 25898, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

/* line 25902, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 25906, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 25910, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

/* line 25913, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  padding: 2px 4px;
  width: 24px;
}

/* line 25918, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 25922, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}

/* line 25930, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  margin-top: -9px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 25937, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
  content: attr(data-label);
}

/* line 25945, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header {
  width: 98px;
}

/* line 25948, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
  content: "Normal";
}

/* line 25952, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
  content: "Heading 1";
}

/* line 25956, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
  content: "Heading 2";
}

/* line 25960, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
  content: "Heading 3";
}

/* line 25964, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
  content: "Heading 4";
}

/* line 25968, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
  content: "Heading 5";
}

/* line 25972, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
  content: "Heading 6";
}

/* line 25976, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
  font-size: 2em;
}

/* line 25979, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
  font-size: 1.5em;
}

/* line 25982, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
  font-size: 1.17em;
}

/* line 25985, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
  font-size: 1em;
}

/* line 25988, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
  font-size: 0.83em;
}

/* line 25991, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
  font-size: 0.67em;
}

/* line 25994, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-font {
  width: 108px;
}

/* line 25997, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-font .ql-picker-item:before,
.ql-snow .ql-picker.ql-font .ql-picker-label:before {
  content: "Sans Serif";
}

/* line 26001, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]:before {
  content: "Serif";
}

/* line 26005, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]:before {
  content: "Monospace";
}

/* line 26009, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
  font-family: Georgia, Times New Roman, serif;
}

/* line 26012, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
  font-family: Monaco, Courier New, monospace;
}

/* line 26015, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-size {
  width: 98px;
}

/* line 26018, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-size .ql-picker-item:before,
.ql-snow .ql-picker.ql-size .ql-picker-label:before {
  content: "Normal";
}

/* line 26022, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]:before {
  content: "Small";
}

/* line 26026, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]:before {
  content: "Large";
}

/* line 26030, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]:before {
  content: "Huge";
}

/* line 26034, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
  font-size: 10px;
}

/* line 26037, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
  font-size: 18px;
}

/* line 26040, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
  font-size: 32px;
}

/* line 26043, app/assets/stylesheets/adminkit/light.css */
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 8px;
}

/* line 26049, app/assets/stylesheets/adminkit/light.css */
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

/* line 26052, app/assets/stylesheets/adminkit/light.css */
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

/* line 26055, app/assets/stylesheets/adminkit/light.css */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* line 26059, app/assets/stylesheets/adminkit/light.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

/* line 26063, app/assets/stylesheets/adminkit/light.css */
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}

/* line 26066, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip {
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

/* line 26073, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip:before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

/* line 26078, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip input[type="text"] {
  border: 1px solid #ccc;
  display: none;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}

/* line 26087, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 26094, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip a.ql-action:after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

/* line 26100, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip a.ql-remove:before {
  content: "Remove";
  margin-left: 8px;
}

/* line 26104, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip a {
  line-height: 26px;
}

/* line 26107, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

/* line 26111, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
  display: inline-block;
}

/* line 26114, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}

/* line 26119, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip[data-mode="link"]:before {
  content: "Enter link:";
}

/* line 26122, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip[data-mode="formula"]:before {
  content: "Enter formula:";
}

/* line 26125, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip[data-mode="video"]:before {
  content: "Enter video:";
}

/* line 26128, app/assets/stylesheets/adminkit/light.css */
.ql-snow a {
  color: #06c;
}

/* line 26131, app/assets/stylesheets/adminkit/light.css */
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* line 26134, app/assets/stylesheets/adminkit/light.css */
[data-simplebar] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

/* line 26142, app/assets/stylesheets/adminkit/light.css */
.simplebar-wrapper {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  overflow: hidden;
  width: inherit;
}

/* line 26149, app/assets/stylesheets/adminkit/light.css */
.simplebar-mask {
  direction: inherit;
  height: auto !important;
  overflow: hidden;
  width: auto !important;
  z-index: 0;
}

/* line 26156, app/assets/stylesheets/adminkit/light.css */
.simplebar-mask,
.simplebar-offset {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 26166, app/assets/stylesheets/adminkit/light.css */
.simplebar-offset {
  -webkit-overflow-scrolling: touch;
  box-sizing: inherit !important;
  direction: inherit !important;
  resize: none !important;
}

/* line 26172, app/assets/stylesheets/adminkit/light.css */
.simplebar-content-wrapper {
  -ms-overflow-style: none;
  box-sizing: border-box !important;
  direction: inherit;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  scrollbar-width: none;
  width: auto;
}

/* line 26184, app/assets/stylesheets/adminkit/light.css */
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/* line 26189, app/assets/stylesheets/adminkit/light.css */
.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}

/* line 26194, app/assets/stylesheets/adminkit/light.css */
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  width: 100%;
}

/* line 26200, app/assets/stylesheets/adminkit/light.css */
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  float: left;
  height: 100%;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: -1;
}

/* line 26217, app/assets/stylesheets/adminkit/light.css */
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  height: 1000%;
  left: 0;
  min-height: 1px;
  min-width: 1px;
  opacity: 0;
  top: 0;
  width: 1000%;
  z-index: -1;
}

/* line 26229, app/assets/stylesheets/adminkit/light.css */
.simplebar-height-auto-observer,
.simplebar-track {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}

/* line 26235, app/assets/stylesheets/adminkit/light.css */
.simplebar-track {
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* line 26240, app/assets/stylesheets/adminkit/light.css */
.simplebar-dragging[data-simplebar] .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* line 26246, app/assets/stylesheets/adminkit/light.css */
.simplebar-dragging[data-simplebar] .simplebar-track {
  pointer-events: all;
}

/* line 26249, app/assets/stylesheets/adminkit/light.css */
.simplebar-scrollbar {
  left: 0;
  min-height: 10px;
  position: absolute;
  right: 0;
}

/* line 26255, app/assets/stylesheets/adminkit/light.css */
.simplebar-scrollbar:before {
  background: #000;
  border-radius: 7px;
  content: "";
  left: 2px;
  opacity: 0;
  position: absolute;
  right: 2px;
  transition: opacity 0.2s linear;
}

/* line 26265, app/assets/stylesheets/adminkit/light.css */
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}

/* line 26269, app/assets/stylesheets/adminkit/light.css */
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

/* line 26273, app/assets/stylesheets/adminkit/light.css */
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  bottom: 2px;
  top: 2px;
}

/* line 26277, app/assets/stylesheets/adminkit/light.css */
.simplebar-track.simplebar-horizontal {
  height: 11px;
  left: 0;
}

/* line 26281, app/assets/stylesheets/adminkit/light.css */
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* line 26286, app/assets/stylesheets/adminkit/light.css */
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 7px;
  left: 0;
  min-height: 0;
  min-width: 10px;
  right: auto;
  top: 2px;
  width: auto;
}

/* line 26295, app/assets/stylesheets/adminkit/light.css */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  left: 0;
  right: auto;
}

/* line 26299, app/assets/stylesheets/adminkit/light.css */
.hs-dummy-scrollbar-size {
  direction: rtl;
  height: 500px;
  opacity: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  position: fixed;
  visibility: hidden;
  width: 500px;
}

/* line 26309, app/assets/stylesheets/adminkit/light.css */
.simplebar-hide-scrollbar {
  -ms-overflow-style: none;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  scrollbar-width: none;
  visibility: hidden;
}

@keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(25%);
  }
}

@keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(25%);
  }
}

@keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%);
  }
  to {
    transform: scale(1) translateY(-45%) translateX(13%);
  }
}

/* line 26413, app/assets/stylesheets/adminkit/light.css */
.notyf {
  align-items: flex-end;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding: 20px;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* line 26429, app/assets/stylesheets/adminkit/light.css */
.notyf__icon--error,
.notyf__icon--success {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 21px;
  margin: 0 auto;
  position: relative;
  width: 21px;
}

/* line 26439, app/assets/stylesheets/adminkit/light.css */
.notyf__icon--error:after,
.notyf__icon--error:before {
  background: currentColor;
  border-radius: 3px;
  content: "";
  display: block;
  height: 12px;
  left: 9px;
  position: absolute;
  top: 5px;
  width: 3px;
}

/* line 26451, app/assets/stylesheets/adminkit/light.css */
.notyf__icon--error:after {
  transform: rotate(-45deg);
}

/* line 26454, app/assets/stylesheets/adminkit/light.css */
.notyf__icon--error:before {
  transform: rotate(45deg);
}

/* line 26457, app/assets/stylesheets/adminkit/light.css */
.notyf__icon--success:after,
.notyf__icon--success:before {
  background: currentColor;
  border-radius: 3px;
  content: "";
  display: block;
  position: absolute;
  width: 3px;
}

/* line 26466, app/assets/stylesheets/adminkit/light.css */
.notyf__icon--success:after {
  height: 6px;
  left: 6px;
  top: 9px;
  transform: rotate(-45deg);
}

/* line 26472, app/assets/stylesheets/adminkit/light.css */
.notyf__icon--success:before {
  height: 11px;
  left: 10px;
  top: 5px;
  transform: rotate(45deg);
}

/* line 26478, app/assets/stylesheets/adminkit/light.css */
.notyf__toast {
  animation: notyf-fadeinup 0.3s ease-in forwards;
  border-radius: 2px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  max-width: 300px;
  overflow: hidden;
  padding: 0 15px;
  pointer-events: auto;
  position: relative;
  transform: translateY(25%);
}

/* line 26493, app/assets/stylesheets/adminkit/light.css */
.notyf__toast--disappear {
  animation: notyf-fadeoutdown 0.3s forwards;
  animation-delay: 0.25s;
  transform: translateY(0);
}

/* line 26500, app/assets/stylesheets/adminkit/light.css */
.notyf__toast--disappear .notyf__icon,
.notyf__toast--disappear .notyf__message {
  animation: notyf-fadeoutdown 0.3s forwards;
  opacity: 1;
  transform: translateY(0);
}

/* line 26507, app/assets/stylesheets/adminkit/light.css */
.notyf__toast--disappear .notyf__dismiss {
  animation: notyf-fadeoutright 0.3s forwards;
  opacity: 1;
  transform: translateX(0);
}

/* line 26513, app/assets/stylesheets/adminkit/light.css */
.notyf__toast--disappear .notyf__message {
  animation-delay: 0.05s;
}

/* line 26517, app/assets/stylesheets/adminkit/light.css */
.notyf__toast--upper {
  margin-bottom: 20px;
}

/* line 26520, app/assets/stylesheets/adminkit/light.css */
.notyf__toast--lower {
  margin-top: 20px;
}

/* line 26523, app/assets/stylesheets/adminkit/light.css */
.notyf__toast--dismissible .notyf__wrapper {
  padding-right: 30px;
}

/* line 26526, app/assets/stylesheets/adminkit/light.css */
.notyf__ripple {
  animation: ripple 0.4s ease-out forwards;
  border-radius: 50%;
  height: 400px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0) translateY(-51%) translateX(13%);
  transform-origin: bottom right;
  width: 400px;
  z-index: 5;
}

/* line 26539, app/assets/stylesheets/adminkit/light.css */
.notyf__wrapper {
  align-items: center;
  border-radius: 3px;
  display: flex;
  padding-bottom: 17px;
  padding-right: 15px;
  padding-top: 17px;
  position: relative;
  z-index: 10;
}

/* line 26549, app/assets/stylesheets/adminkit/light.css */
.notyf__icon {
  animation: notyf-fadeinup 0.3s forwards;
  animation-delay: 0.3s;
  font-size: 1.3em;
  margin-right: 13px;
  opacity: 0;
  text-align: center;
  width: 22px;
}

/* line 26560, app/assets/stylesheets/adminkit/light.css */
.notyf__dismiss {
  animation: notyf-fadeinleft 0.3s forwards;
  animation-delay: 0.35s;
  height: 100%;
  margin-right: -15px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}

/* line 26573, app/assets/stylesheets/adminkit/light.css */
.notyf__dismiss-btn {
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  height: 100%;
  opacity: 0.35;
  outline: none;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  width: 100%;
}

/* line 26583, app/assets/stylesheets/adminkit/light.css */
.notyf__dismiss-btn:after,
.notyf__dismiss-btn:before {
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 12px;
  left: calc(50% - 1px);
  position: absolute;
  top: calc(50% - 5px);
  width: 2px;
}

/* line 26594, app/assets/stylesheets/adminkit/light.css */
.notyf__dismiss-btn:after {
  transform: rotate(-45deg);
}

/* line 26597, app/assets/stylesheets/adminkit/light.css */
.notyf__dismiss-btn:before {
  transform: rotate(45deg);
}

/* line 26600, app/assets/stylesheets/adminkit/light.css */
.notyf__dismiss-btn:hover {
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0.7;
}

/* line 26604, app/assets/stylesheets/adminkit/light.css */
.notyf__dismiss-btn:active {
  opacity: 0.8;
}

/* line 26607, app/assets/stylesheets/adminkit/light.css */
.notyf__message {
  animation: notyf-fadeinup 0.3s forwards;
  animation-delay: 0.25s;
  line-height: 1.5em;
  opacity: 0;
  position: relative;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  /* line 26618, app/assets/stylesheets/adminkit/light.css */
  .notyf {
    padding: 0;
  }
  /* line 26621, app/assets/stylesheets/adminkit/light.css */
  .notyf__ripple {
    animation-duration: 0.5s;
    height: 600px;
    width: 600px;
  }
  /* line 26627, app/assets/stylesheets/adminkit/light.css */
  .notyf__toast {
    border-radius: 0;
    box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.13);
    max-width: none;
    width: 100%;
  }
  /* line 26633, app/assets/stylesheets/adminkit/light.css */
  .notyf__dismiss {
    width: 56px;
  }
}

/* line 26637, app/assets/stylesheets/adminkit/light.css */
table.dataTable tbody td.selected,
table.dataTable tbody th.selected,
table.dataTable tbody tr.selected {
  color: #fff;
}

/* line 26642, app/assets/stylesheets/adminkit/light.css */
table.dataTable tbody td.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody tr.selected a {
  color: #a2d4ed;
}

/* line 26647, app/assets/stylesheets/adminkit/light.css */
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #3b7ddd;
}

/* line 26651, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected {
  background-color: #3a7ad8;
}

/* line 26657, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover {
  background-color: #3979d5;
}

/* line 26663, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected,
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected {
  background-color: #3a7bd9;
}

/* line 26673, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #3876d1;
}

/* line 26677, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #3877d3;
}

/* line 26681, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #3978d4;
}

/* line 26685, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #3a7bd9;
}

/* line 26689, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #3a7cda;
}

/* line 26693, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #3b7ddc;
}

/* line 26697, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #3876d1;
}

/* line 26701, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #3a7bd9;
}

/* line 26705, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #3673cb;
}

/* line 26709, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #3774cc;
}

/* line 26713, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #3775cf;
}

/* line 26717, app/assets/stylesheets/adminkit/light.css */
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #3673cb;
}

/* line 26723, app/assets/stylesheets/adminkit/light.css */
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative;
}

/* line 26727, app/assets/stylesheets/adminkit/light.css */
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before {
  box-sizing: border-box;
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 1.2em;
  width: 12px;
}

/* line 26739, app/assets/stylesheets/adminkit/light.css */
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  border: 1px solid #000;
  border-radius: 3px;
  content: " ";
  margin-left: -6px;
  margin-top: -6px;
}

/* line 26747, app/assets/stylesheets/adminkit/light.css */
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: "✔";
  margin-left: -4px;
  margin-top: -11px;
  text-align: center;
  text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
}

/* line 26755, app/assets/stylesheets/adminkit/light.css */
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  /* line 26760, app/assets/stylesheets/adminkit/light.css */
  div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    display: block;
    margin-left: 0;
  }
}

/* line 26766, app/assets/stylesheets/adminkit/light.css */
table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: #fff;
}

/* line 26770, app/assets/stylesheets/adminkit/light.css */
.choices {
  font-size: 16px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

/* line 26776, app/assets/stylesheets/adminkit/light.css */
.choices:focus {
  outline: none;
}

/* line 26779, app/assets/stylesheets/adminkit/light.css */
.choices:last-child {
  margin-bottom: 0;
}

/* line 26782, app/assets/stylesheets/adminkit/light.css */
.choices.is-open {
  overflow: initial;
}

/* line 26785, app/assets/stylesheets/adminkit/light.css */
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 26793, app/assets/stylesheets/adminkit/light.css */
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

/* line 26796, app/assets/stylesheets/adminkit/light.css */
.choices [hidden] {
  display: none !important;
}

/* line 26799, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"] {
  cursor: pointer;
}

/* line 26802, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

/* line 26805, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"] .choices__input {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 10px;
  width: 100%;
}

/* line 26812, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  border-radius: 10em;
  height: 20px;
  margin-right: 25px;
  margin-top: -10px;
  opacity: 0.25;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
}

/* line 26826, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}

/* line 26830, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

/* line 26833, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
  display: none;
}

/* line 26836, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"]:after {
  border: 5px solid transparent;
  border-top-color: #333;
  content: "";
  height: 0;
  margin-top: -2.5px;
  pointer-events: none;
  position: absolute;
  right: 11.5px;
  top: 50%;
  width: 0;
}

/* line 26848, app/assets/stylesheets/adminkit/light.css */
.choices.is-open[data-type*="select-one"]:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

/* line 26852, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

/* line 26856, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  left: 0;
  margin-left: 25px;
  margin-right: 0;
  right: auto;
}

/* line 26862, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}

/* line 26866, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  border-left: 1px solid #008fa1;
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  margin: 0 -4px 0 8px;
  opacity: 0.75;
  padding-left: 16px;
  position: relative;
  width: 8px;
}

/* line 26880, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}

/* line 26886, app/assets/stylesheets/adminkit/light.css */
.choices__inner {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  display: inline-block;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
  padding: 7.5px 7.5px 3.75px;
  vertical-align: top;
  width: 100%;
}

/* line 26898, app/assets/stylesheets/adminkit/light.css */
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

/* line 26902, app/assets/stylesheets/adminkit/light.css */
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

/* line 26905, app/assets/stylesheets/adminkit/light.css */
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

/* line 26908, app/assets/stylesheets/adminkit/light.css */
.choices__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 26913, app/assets/stylesheets/adminkit/light.css */
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

/* line 26918, app/assets/stylesheets/adminkit/light.css */
[dir="rtl"] .choices__list--single {
  padding-left: 16px;
  padding-right: 4px;
}

/* line 26922, app/assets/stylesheets/adminkit/light.css */
.choices__list--single .choices__item {
  width: 100%;
}

/* line 26925, app/assets/stylesheets/adminkit/light.css */
.choices__list--multiple {
  display: inline;
}

/* line 26928, app/assets/stylesheets/adminkit/light.css */
.choices__list--multiple .choices__item {
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  border-radius: 20px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3.75px;
  margin-right: 3.75px;
  padding: 4px 10px;
  vertical-align: middle;
  word-break: break-all;
}

/* line 26942, app/assets/stylesheets/adminkit/light.css */
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

/* line 26945, app/assets/stylesheets/adminkit/light.css */
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-left: 3.75px;
  margin-right: 0;
}

/* line 26949, app/assets/stylesheets/adminkit/light.css */
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

/* line 26953, app/assets/stylesheets/adminkit/light.css */
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

/* line 26957, app/assets/stylesheets/adminkit/light.css */
.choices__list--dropdown {
  border: 1px solid #ddd;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  will-change: visibility;
  word-break: break-all;
  z-index: 1;
}

/* line 26971, app/assets/stylesheets/adminkit/light.css */
.choices__list--dropdown.is-active {
  visibility: visible;
}

/* line 26974, app/assets/stylesheets/adminkit/light.css */
.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

/* line 26977, app/assets/stylesheets/adminkit/light.css */
.is-flipped .choices__list--dropdown {
  border-radius: 0.25rem 0.25rem 0 0;
  bottom: 100%;
  margin-bottom: -1px;
  margin-top: 0;
  top: auto;
}

/* line 26984, app/assets/stylesheets/adminkit/light.css */
.choices__list--dropdown .choices__list {
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  overflow: auto;
  position: relative;
  will-change: scroll-position;
}

/* line 26991, app/assets/stylesheets/adminkit/light.css */
.choices__list--dropdown .choices__item {
  font-size: 14px;
  padding: 10px;
  position: relative;
}

/* line 26996, app/assets/stylesheets/adminkit/light.css */
[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  /* line 27000, app/assets/stylesheets/adminkit/light.css */
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  /* line 27003, app/assets/stylesheets/adminkit/light.css */
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 27012, app/assets/stylesheets/adminkit/light.css */
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    padding-left: 100px;
    padding-right: 10px;
    text-align: right;
  }
  /* line 27017, app/assets/stylesheets/adminkit/light.css */
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    left: 10px;
    right: auto;
  }
}

/* line 27022, app/assets/stylesheets/adminkit/light.css */
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

/* line 27025, app/assets/stylesheets/adminkit/light.css */
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

/* line 27028, app/assets/stylesheets/adminkit/light.css */
.choices__item {
  cursor: default;
}

/* line 27031, app/assets/stylesheets/adminkit/light.css */
.choices__item--selectable {
  cursor: pointer;
}

/* line 27034, app/assets/stylesheets/adminkit/light.css */
.choices__item--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 27041, app/assets/stylesheets/adminkit/light.css */
.choices__heading {
  border-bottom: 1px solid #f7f7f7;
  color: gray;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
}

/* line 27048, app/assets/stylesheets/adminkit/light.css */
.choices__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}

/* line 27059, app/assets/stylesheets/adminkit/light.css */
.choices__button:focus {
  outline: none;
}

/* line 27062, app/assets/stylesheets/adminkit/light.css */
.choices__input {
  background-color: #f9f9f9;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 4px 0 4px 2px;
  vertical-align: baseline;
}

/* line 27073, app/assets/stylesheets/adminkit/light.css */
.choices__input:focus {
  outline: 0;
}

/* line 27076, app/assets/stylesheets/adminkit/light.css */
[dir="rtl"] .choices__input {
  padding-left: 0;
  padding-right: 2px;
}

/* line 27080, app/assets/stylesheets/adminkit/light.css */
.choices__placeholder {
  opacity: 0.5;
}

/* line 27083, app/assets/stylesheets/adminkit/light.css */
.choices .choices__inner {
  border-radius: 0.2rem;
  min-height: inherit;
  padding: 0.25rem 0.7rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 27089, app/assets/stylesheets/adminkit/light.css */
.choices.is-focused .choices__inner {
  background: #fff;
  border-color: #9dbeee;
  box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
  color: #495057;
}

/* line 27095, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 0.25rem;
}

/* line 27098, app/assets/stylesheets/adminkit/light.css */
.choices__list--multiple .choices__item {
  margin: 4px 2px;
  padding-bottom: 3px;
  padding-top: 3px;
}

/* line 27103, app/assets/stylesheets/adminkit/light.css */
.choices__list--single {
  padding-bottom: 2px;
  padding-top: 2px;
}

/* line 27107, app/assets/stylesheets/adminkit/light.css */
.choices__list--dropdown .choices__item {
  padding-bottom: 8px;
  padding-top: 8px;
}

/* line 27111, app/assets/stylesheets/adminkit/light.css */
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #e9ecef;
}

/* line 27115, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"] .choices__input {
  background-color: #fff;
  border-bottom: 1px solid #ced4da;
}

/* line 27119, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-one"]:after {
  border-color: #212529 transparent transparent;
}

/* line 27122, app/assets/stylesheets/adminkit/light.css */
.choices.is-open[data-type*="select-one"]:after {
  border-color: transparent transparent #212529;
}

/* line 27125, app/assets/stylesheets/adminkit/light.css */
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  border-left: 1px solid #3b7ddd;
}

/* line 27129, app/assets/stylesheets/adminkit/light.css */
.choices__inner {
  background-color: #fff;
  border: 1px solid #ced4da;
}

/* line 27133, app/assets/stylesheets/adminkit/light.css */
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #adb5bd;
}

/* line 27137, app/assets/stylesheets/adminkit/light.css */
.choices__list--multiple .choices__item {
  background-color: #3b7ddd;
  border: 1px solid #3076db;
  color: #fff;
}

/* line 27142, app/assets/stylesheets/adminkit/light.css */
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #266fd9;
  border: 1px solid #2469ce;
}

/* line 27146, app/assets/stylesheets/adminkit/light.css */
.is-disabled .choices__list--multiple .choices__item {
  background-color: #adb5bd;
  border: 1px solid #adb5bd;
}

/* line 27150, app/assets/stylesheets/adminkit/light.css */
.choices__list--dropdown {
  background-color: #fff;
  border: 1px solid #ced4da;
}

/* line 27154, app/assets/stylesheets/adminkit/light.css */
.is-open .choices__list--dropdown {
  border-color: #adb5bd;
}

/* line 27157, app/assets/stylesheets/adminkit/light.css */
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f8f9fa;
}

/* line 27160, app/assets/stylesheets/adminkit/light.css */
.choices__heading {
  border-bottom: 1px solid #f8f9fa;
  color: #6c757d;
}

/* line 27164, app/assets/stylesheets/adminkit/light.css */
.choices__input {
  background-color: #fff;
}

/* line 27167, app/assets/stylesheets/adminkit/light.css */
.flatpickr-human[readonly],
.flatpickr-input[readonly] {
  background: #fff;
}

/* line 27171, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline {
  background: transparent;
  box-shadow: none;
  width: 100%;
}

/* line 27176, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-days {
  width: 100%;
}

/* line 27179, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .dayContainer {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

/* line 27184, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-day {
  border-radius: 0.2rem;
  height: 45px;
  line-height: 45px;
  max-width: inherit;
}

/* line 27190, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-day.today {
  border: 0;
}

/* line 27193, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-day.today:before {
  border-color: rgba(0, 0, 0, 0.2) transparent #3b7ddd;
  border-style: solid;
  border-width: 0 0 7px 7px;
  bottom: 4px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 4px;
}

/* line 27203, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-day.today.selected:before {
  border-color: rgba(0, 0, 0, 0.2) transparent #fff;
}

/* line 27206, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-day.today:hover {
  background: #e9ecef;
  color: #000;
}

/* line 27210, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-day.selected,
.flatpickr-calendar.inline .flatpickr-day.selected:focus,
.flatpickr-calendar.inline .flatpickr-day.selected:hover {
  background: #3b7ddd;
  border-radius: 0.2rem;
  color: #fff;
}

/* line 27217, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-weekdays {
  height: 45px;
}

/* line 27220, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-weekday {
  height: 45px;
  line-height: 45px;
}

/* line 27224, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-months .flatpickr-month,
.flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month,
.flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month {
  height: 45px;
}

/* line 27229, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-current-month {
  height: 45px;
  line-height: 45px;
  padding-top: 0;
}

/* line 27234, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-current-month .flatpickr-monthDropdown-months {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 27239, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar.inline .flatpickr-current-month input.cur-year {
  font-size: 1.09375rem;
  font-weight: 400;
}

/* line 27244, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-next-month,
.flatpickr-calendar.inline .flatpickr-prev-month {
  border-radius: 0.2rem;
  width: 45px;
}

/* line 27249, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-next-month:hover,
.flatpickr-calendar.inline .flatpickr-prev-month:hover {
  background: #dee2e6;
  color: #000;
}

/* line 27254, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.inline .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar.inline .flatpickr-current-month input.cur-year {
  font-size: 1rem;
}

/* line 27258, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time {
  min-height: calc(1.9125rem + 2px);
}

/* line 27261, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar {
  background: #fff;
  box-shadow: 1px 0 0 #e9ecef, -1px 0 0 #e9ecef, 0 1px 0 #e9ecef, 0 -1px 0 #e9ecef, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 27265, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
  box-shadow: -2px 0 0 #e9ecef, 5px 0 0 #e9ecef;
}

/* line 27268, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid #e9ecef;
}

/* line 27271, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e9ecef;
}

/* line 27274, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 27277, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e9ecef;
}

/* line 27280, app/assets/stylesheets/adminkit/light.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 27283, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  fill: rgba(0, 0, 0, 0.9);
  color: rgba(0, 0, 0, 0.9);
}

/* line 27289, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
  color: #adb5bd;
}

/* line 27293, app/assets/stylesheets/adminkit/light.css */
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #dc3545;
}

/* line 27297, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span {
  border: 1px solid rgba(52, 58, 64, 0.15);
}

/* line 27300, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 27303, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 27306, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span.arrowUp:after {
  border-bottom: 4px solid rgba(52, 58, 64, 0.6);
}

/* line 27309, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span.arrowDown:after {
  border-top: 4px solid rgba(52, 58, 64, 0.6);
}

/* line 27312, app/assets/stylesheets/adminkit/light.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 27315, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month span.cur-month:hover,
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 27319, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 27322, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 27325, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  color: rgba(0, 0, 0, 0.5);
}

/* line 27329, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 27332, app/assets/stylesheets/adminkit/light.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #fff;
}

/* line 27335, app/assets/stylesheets/adminkit/light.css */
span.flatpickr-weekday {
  color: rgba(0, 0, 0, 0.54);
}

/* line 27338, app/assets/stylesheets/adminkit/light.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e9ecef;
}

/* line 27341, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day {
  color: #343a40;
}

/* line 27344, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  background: #e9ecef;
  border-color: #e9ecef;
}

/* line 27359, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.today {
  border-color: #adb5bd;
}

/* line 27362, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  background: #adb5bd;
  border-color: #adb5bd;
  color: #fff;
}

/* line 27368, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: #3b7ddd;
  border-color: #3b7ddd;
  color: #fff;
}

/* line 27390, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: -10px 0 0 #3b7ddd;
}

/* line 27395, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e9ecef, 5px 0 0 #e9ecef;
}

/* line 27399, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  color: rgba(52, 58, 64, 0.3);
}

/* line 27408, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(52, 58, 64, 0.1);
}

/* line 27412, app/assets/stylesheets/adminkit/light.css */
.flatpickr-day.week.selected {
  box-shadow: -5px 0 0 #3b7ddd, 5px 0 0 #3b7ddd;
}

/* line 27415, app/assets/stylesheets/adminkit/light.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: 1px 0 0 #e9ecef;
}

/* line 27418, app/assets/stylesheets/adminkit/light.css */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  color: rgba(52, 58, 64, 0.3);
}

/* line 27422, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #343a40;
}

/* line 27425, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #343a40;
}

/* line 27428, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time input {
  color: #343a40;
}

/* line 27433, app/assets/stylesheets/adminkit/light.css */
.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
  background: #e9ecef;
}

/* line 27439, app/assets/stylesheets/adminkit/light.css */
.fc-theme-bootstrap {
  margin-bottom: 1rem;
}

/* line 27442, app/assets/stylesheets/adminkit/light.css */
.fc-theme-bootstrap .fc-content,
.fc-theme-bootstrap .fc-divider,
.fc-theme-bootstrap .fc-list-heading td,
.fc-theme-bootstrap .fc-list-view,
.fc-theme-bootstrap .fc-popover,
.fc-theme-bootstrap .fc-row,
.fc-theme-bootstrap .fc-scrollgrid table,
.fc-theme-bootstrap tbody,
.fc-theme-bootstrap td,
.fc-theme-bootstrap th,
.fc-theme-bootstrap thead {
  border: 1px solid #dee2e6;
}

/* line 27455, app/assets/stylesheets/adminkit/light.css */
.fc-theme-bootstrap .fc-col-header-cell-cushion {
  padding: 4px 8px;
}

/* line 27458, app/assets/stylesheets/adminkit/light.css */
.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

/* line 27463, app/assets/stylesheets/adminkit/light.css */
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: 700;
}

/* line 27469, app/assets/stylesheets/adminkit/light.css */
.hljs-literal,
.hljs-number,
.hljs-tag .hljs-attr,
.hljs-template-variable,
.hljs-variable {
  color: teal;
}

/* line 27476, app/assets/stylesheets/adminkit/light.css */
.hljs-doctag,
.hljs-string {
  color: #d14;
}

/* line 27480, app/assets/stylesheets/adminkit/light.css */
.hljs-section,
.hljs-selector-id,
.hljs-title {
  color: #900;
  font-weight: 700;
}

/* line 27486, app/assets/stylesheets/adminkit/light.css */
.hljs-subst {
  font-weight: 400;
}

/* line 27489, app/assets/stylesheets/adminkit/light.css */
.hljs-class .hljs-title,
.hljs-type {
  color: #458;
  font-weight: 700;
}

/* line 27494, app/assets/stylesheets/adminkit/light.css */
.hljs-attribute,
.hljs-name,
.hljs-tag {
  color: navy;
  font-weight: 400;
}

/* line 27500, app/assets/stylesheets/adminkit/light.css */
.hljs-link,
.hljs-regexp {
  color: #009926;
}

/* line 27504, app/assets/stylesheets/adminkit/light.css */
.hljs-bullet,
.hljs-symbol {
  color: #990073;
}

/* line 27508, app/assets/stylesheets/adminkit/light.css */
.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}

/* line 27512, app/assets/stylesheets/adminkit/light.css */
.hljs-meta {
  color: #999;
  font-weight: 700;
}

/* line 27516, app/assets/stylesheets/adminkit/light.css */
.hljs-deletion {
  background: #fdd;
}

/* line 27519, app/assets/stylesheets/adminkit/light.css */
.hljs-addition {
  background: #dfd;
}

/* line 27522, app/assets/stylesheets/adminkit/light.css */
.hljs-emphasis {
  font-style: italic;
}

/* line 27525, app/assets/stylesheets/adminkit/light.css */
.hljs-strong {
  font-weight: 700;
}

/* line 27528, app/assets/stylesheets/adminkit/light.css */
.jvm-zoom-btn {
  background-color: #212529;
}

/* line 27531, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor {
  background: #fff;
  min-height: 15rem;
}

/* line 27535, app/assets/stylesheets/adminkit/light.css */
.ql-container,
.ql-toolbar.ql-snow {
  font-family: var(--bs-font-sans-serif);
}

/* line 27539, app/assets/stylesheets/adminkit/light.css */
.ql-container {
  font-size: 0.875rem;
}

/* line 27542, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor {
  padding: 0;
}

/* line 27545, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor.ql-blank:before {
  left: 0;
  right: 0;
}

/* line 27549, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip {
  border-radius: 0.3rem;
  font-size: 0;
}

/* line 27553, app/assets/stylesheets/adminkit/light.css */
.ql-editor.ql-blank:before {
  color: rgba(0, 0, 0, 0.6);
}

/* line 27556, app/assets/stylesheets/adminkit/light.css */
.ql-editor ul[data-checked="false"] > li:before,
.ql-editor ul[data-checked="true"] > li:before {
  color: #6c757d;
}

/* line 27560, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble.ql-toolbar button:hover {
  color: #fff;
}

/* line 27576, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill {
  fill: #fff;
}

/* line 27606, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter {
  stroke: #fff;
}

@media (pointer: coarse) {
  /* line 27637, app/assets/stylesheets/adminkit/light.css */
  .ql-bubble .ql-toolbar button:hover:not(.ql-active),
.ql-bubble.ql-toolbar button:hover:not(.ql-active) {
    color: #ced4da;
  }
  /* line 27641, app/assets/stylesheets/adminkit/light.css */
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ced4da;
  }
  /* line 27647, app/assets/stylesheets/adminkit/light.css */
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ced4da;
  }
}

/* line 27654, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-stroke,
.ql-bubble .ql-stroke-miter {
  stroke: #ced4da;
}

/* line 27658, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ced4da;
}

/* line 27662, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor blockquote {
  border-left-color: #ced4da;
}

/* line 27665, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f8f9fa;
}

/* line 27669, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #f8f9fa;
  color: #f8f9fa;
}

/* line 27673, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker {
  color: #ced4da;
}

/* line 27676, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker-options {
  background-color: #343a40;
}

/* line 27679, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #6c757d;
}

/* line 27682, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #6c757d;
}

/* line 27685, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #6c757d;
}

/* line 27688, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 27691, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 27694, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}

/* line 27698, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip {
  background-color: #212529;
  color: #fff;
}

/* line 27702, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow,
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom-color: #343a40;
}

/* line 27706, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip-editor input[type="text"] {
  color: #fff;
}

/* line 27709, app/assets/stylesheets/adminkit/light.css */
.ql-bubble .ql-tooltip-editor a:before {
  color: #ced4da;
}

/* line 27712, app/assets/stylesheets/adminkit/light.css */
.ql-container.ql-bubble:not(.ql-disabled) a:before {
  background-color: #343a40;
  color: #fff;
}

/* line 27716, app/assets/stylesheets/adminkit/light.css */
.ql-container.ql-bubble:not(.ql-disabled) a:after {
  border-top-color: #343a40;
}

/* line 27719, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover {
  color: #3b7ddd;
}

/* line 27735, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
  fill: #3b7ddd;
}

/* line 27765, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
  stroke: #3b7ddd;
}

@media (pointer: coarse) {
  /* line 27796, app/assets/stylesheets/adminkit/light.css */
  .ql-snow .ql-toolbar button:hover:not(.ql-active),
.ql-snow.ql-toolbar button:hover:not(.ql-active) {
    color: #343a40;
  }
  /* line 27800, app/assets/stylesheets/adminkit/light.css */
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #343a40;
  }
  /* line 27806, app/assets/stylesheets/adminkit/light.css */
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #343a40;
  }
}

/* line 27813, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-stroke,
.ql-snow .ql-stroke-miter {
  stroke: #343a40;
}

/* line 27817, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #343a40;
}

/* line 27821, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor blockquote {
  border-left-color: #ced4da;
}

/* line 27824, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f8f9fa;
}

/* line 27828, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #f8f9fa;
  color: #f8f9fa;
}

/* line 27832, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker {
  color: #343a40;
}

/* line 27835, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker-options {
  background-color: #fff;
}

/* line 27838, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ced4da;
}

/* line 27841, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ced4da;
}

/* line 27844, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ced4da;
}

/* line 27847, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 27850, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 27853, app/assets/stylesheets/adminkit/light.css */
.ql-toolbar.ql-snow,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ced4da;
}

/* line 27858, app/assets/stylesheets/adminkit/light.css */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

/* line 27862, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip {
  background-color: #fff;
  border-color: #ced4da;
  color: #343a40;
}

/* line 27867, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip input[type="text"] {
  border-color: #ced4da;
}

/* line 27870, app/assets/stylesheets/adminkit/light.css */
.ql-snow .ql-tooltip a.ql-action:after {
  border-right-color: #ced4da;
}

/* line 27873, app/assets/stylesheets/adminkit/light.css */
.ql-snow a {
  color: #3b7ddd;
}

/* line 27876, app/assets/stylesheets/adminkit/light.css */
.ql-container.ql-snow {
  border-color: #ced4da;
}

/* line 27879, app/assets/stylesheets/adminkit/light.css */
.simplebar-scrollbar:before,
body[data-theme="dark"] .simplebar-scrollbar:before {
  background: #fff;
}

/* line 27883, app/assets/stylesheets/adminkit/light.css */
body[data-theme="light"] .simplebar-scrollbar:before {
  background: #adb5bd;
}

/* line 27886, app/assets/stylesheets/adminkit/light.css */
body[data-theme="colored"] .simplebar-scrollbar:before {
  background: #fff;
}

/* line 27889, app/assets/stylesheets/adminkit/light.css */
.simplebar-content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-bottom: 0 !important;
}

/* line 27895, app/assets/stylesheets/adminkit/light.css */
[data-simplebar] {
  left: 0;
  position: sticky;
  top: 0;
  width: 264px;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-months {
  display: flex;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.disabled, .flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 1, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 7, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper input {
  width: 100%;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

/* line 13, app/assets/stylesheets/flatpickr.min.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1, app/assets/stylesheets/pagination.scss */
.pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */
}

/* line 5, app/assets/stylesheets/pagination.scss */
.pagination a, .pagination span, .pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
}

/* line 10, app/assets/stylesheets/pagination.scss */
.pagination .current {
  background-color: #3b7ddd;
  border-color: #3b7ddd;
  color: white;
  border: 1px solid;
}

/* line 16, app/assets/stylesheets/pagination.scss */
.pagination a, .pagination .disabled {
  text-decoration: none;
  border: 0;
  border-radius: 30px !important;
  transition: all .3s;
  padding: 0 11px;
  margin: 0 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: grey;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
}

/* line 33, app/assets/stylesheets/pagination.scss */
.pagination a:hover, .pagination a:focus {
  color: #000033;
  border-color: #000033;
}

/* line 36, app/assets/stylesheets/pagination.scss */
.pagination .disabled {
  color: lightgrey;
}

/* line 39, app/assets/stylesheets/pagination.scss */
.pagination .pagination_links {
  margin: 0 auto;
  text-align: center;
}

/* line 43, app/assets/stylesheets/pagination.scss */
.pagination .page_info {
  background: #3b7ddd;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 50, app/assets/stylesheets/pagination.scss */
.pagination .page_info b {
  color: #000033;
  background: #3b7ddd;
  padding: 0.1em 0.25em;
}

/* line 54, app/assets/stylesheets/pagination.scss */
.pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 60, app/assets/stylesheets/pagination.scss */
* html .pagination {
  height: 1%;
}

/* line 62, app/assets/stylesheets/pagination.scss */
*:first-child + html .pagination {
  overflow: hidden;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 25, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, app/assets/stylesheets/selectize.css */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

/* line 42, app/assets/stylesheets/selectize.css */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, app/assets/stylesheets/selectize.css */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, app/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

/* line 63, app/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, app/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, app/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 76, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

/* line 100, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: #cacaca;
}

/* line 106, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 118, app/assets/stylesheets/selectize.css */
.selectize-control {
  position: relative;
}

/* line 121, app/assets/stylesheets/selectize.css */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, app/assets/stylesheets/selectize.css */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 136, app/assets/stylesheets/selectize.css */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* line 153, app/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, app/assets/stylesheets/selectize.css */
.selectize-input.full {
  background-color: #fff;
}

/* line 159, app/assets/stylesheets/selectize.css */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, app/assets/stylesheets/selectize.css */
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, app/assets/stylesheets/selectize.css */
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

/* line 172, app/assets/stylesheets/selectize.css */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, app/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 187, app/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, app/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 198, app/assets/stylesheets/selectize.css */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

/* line 213, app/assets/stylesheets/selectize.css */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, app/assets/stylesheets/selectize.css */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, app/assets/stylesheets/selectize.css */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, app/assets/stylesheets/selectize.css */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, app/assets/stylesheets/selectize.css */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

/* line 250, app/assets/stylesheets/selectize.css */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, app/assets/stylesheets/selectize.css */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

/* line 260, app/assets/stylesheets/selectize.css */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, app/assets/stylesheets/selectize.css */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 270, app/assets/stylesheets/selectize.css */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 273, app/assets/stylesheets/selectize.css */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 276, app/assets/stylesheets/selectize.css */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 281, app/assets/stylesheets/selectize.css */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 285, app/assets/stylesheets/selectize.css */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 288, app/assets/stylesheets/selectize.css */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 291, app/assets/stylesheets/selectize.css */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 297, app/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 301, app/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 305, app/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 318, app/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 323, app/assets/stylesheets/selectize.css */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 327, app/assets/stylesheets/selectize.css */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 330, app/assets/stylesheets/selectize.css */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 29, app/assets/stylesheets/application.scss */
.inline-control-group {
  display: inline-block;
  vertical-align: top;
}
