/*! Core v5.0.2 */
@charset "UTF-8";
/*$modal-backdrop-bg:                   #131f43 !default;*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #f64e60;
    --bs-orange: #fd7e14;
    --bs-yellow: #fad776;
    --bs-green: #6dbb30;
    --bs-teal: #20c997;
    --bs-cyan: #73e7f7;
    --bs-white: #fff;
    --bs-gray: #869ab8;
    --bs-gray-dark: #384c74;
    --bs-gray-100: #f9fbfd;
    --bs-gray-200: #f1f4f8;
    --bs-gray-300: #d9e2ef;
    --bs-gray-400: #c6d3e6;
    --bs-gray-500: #abbcd5;
    --bs-gray-600: #869ab8;
    --bs-gray-700: #506690;
    --bs-gray-800: #384c74;
    --bs-gray-900: #1b2a4e;
    --bs-primary: #dc6a8e;
    --bs-secondary: #6c757d;
    --bs-success: #6dbb30;
    --bs-info: #73e7f7;
    --bs-warning: #fad776;
    --bs-danger: #f64e60;
    --bs-light: #f8f9fa;
    --bs-dark: #2E2E2E;
    --bs-primary-rgb: 87, 79, 236;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 109, 187, 48;
    --bs-info-rgb: 115, 231, 247;
    --bs-warning-rgb: 250, 215, 118;
    --bs-danger-rgb: 246, 78, 96;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 46, 46, 46;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 28, 9, 80;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Inter, Rubik, Open Sans, Roboto, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #202133;
    --bs-body-bg: #ffffff;
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('TrueType');
    font-weight: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('TrueType');
    font-weight: normal;
}
body {
    margin: 0;
    font-family: "Lato", serif;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: url('../images/background1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left bottom;
    background-size: contain;
}

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #5e5e5e;
    font-family: "Roboto", sans-serif;
    font-weight: bolder;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
    text-transform: uppercase;
    margin: 0 !important;
    font-weight: bold;
}

.h1-line {
    border-bottom: solid 4px #dc698e;
    width: 200px;
    margin: 1rem 0 1rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

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

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

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #ed722c;
    text-decoration: none;
}

a:hover {
    color: #d66b8f;
}

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

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

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

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

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

a > code {
    color: inherit;
}

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

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

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

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

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #506690;
    text-align: left;
}

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

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

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

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

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

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

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

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

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

textarea {
    resize: vertical;
}

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

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

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

legend + * {
    clear: left;
}

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

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

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

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

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote > :last-child {
    margin-bottom: 0;
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #869ab8;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #d9e2ef;
    border-radius: 0.35rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #869ab8;
}

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

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

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

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

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

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

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

.col {
    flex: 1 0 0%;
}

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

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

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

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

.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.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

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

@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.33333%;
    }

    .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.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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;
    }

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

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

@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.33333%;
    }

    .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.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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;
    }

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

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

@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.33333%;
    }

    .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.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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;
    }

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

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

@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.33333%;
    }

    .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.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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;
    }

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

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

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

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

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

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

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

    .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.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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;
    }

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

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

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: #ffffff;
    --bs-table-striped-color: #1c0950;
    --bs-table-striped-bg: #f1f4f8;
    --bs-table-active-color: #1c0950;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #1c0950;
    --bs-table-hover-bg: #f1f4f8;
    width: 100%;
    margin-bottom: 1rem;
    color: #1c0950;
    vertical-align: top;
    border-color: #eaf0f5;
}

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

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

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

.table > :not(:first-child) {
    border-top: 2px solid #f1f4f8;
}

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

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

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

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

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

.table-borderless > :not(:first-child) {
    border-top-width: 0;
}

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

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

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

.table-primary {
    --bs-table-bg: #dddcfb;
    --bs-table-striped-bg: #d2d1ee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c7c6e2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cccce8;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c7c6e2;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #e2f1d6;
    --bs-table-striped-bg: #d7e5cb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbd9c1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1dfc6;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbd9c1;
}

.table-info {
    --bs-table-bg: #e3fafd;
    --bs-table-striped-bg: #d8eef0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cce1e4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d2e7ea;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cce1e4;
}

.table-warning {
    --bs-table-bg: #fef7e4;
    --bs-table-striped-bg: #f1ebd9;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e5decd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebe4d3;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e5decd;
}

.table-danger {
    --bs-table-bg: #fddcdf;
    --bs-table-striped-bg: #f0d1d4;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e4c6c9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eaccce;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e4c6c9;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: #2E2E2E;
    --bs-table-striped-bg: #383838;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #434343;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #3e3e3e;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #434343;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

.form-label {
    margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: 0.78rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1c0950;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #dde4ea;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

.form-control:focus {
    color: #1c0950;
    background-color: #ffffff;
    border-color: rgba(87, 79, 236, 0.5);
    outline: 0;
    box-shadow: 0 0 25px rgba(87, 79, 236, 0.1);
}

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

.form-control::-moz-placeholder {
    color: #95a4af;
    opacity: 1;
}

.form-control::placeholder {
    color: #95a4af;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f1f4f8;
    opacity: 1;
}

.form-control::-webkit-file-upload-button {
    padding: 0.78rem 1rem;
    margin: -0.78rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #1c0950;
    background-color: #f1f4f8;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.25s 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, transform 0.25s ease-in-out;
}

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

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

    .form-control::file-selector-button {
        transition: none;
    }
}

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

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

.form-control::-webkit-file-upload-button {
    padding: 0.78rem 1rem;
    margin: -0.78rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #1c0950;
    background-color: #f1f4f8;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.25s 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, transform 0.25s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-select {
    display: block;
    width: 100%;
    padding: 0.78rem 3rem 0.78rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1c0950;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23384c74' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #dde4ea;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.form-select:focus {
    border-color: rgba(87, 79, 236, 0.5);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(87, 79, 236, 0.25);
}

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

.form-select:disabled {
    background-color: #f1f4f8;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #1c0950;
}

.form-select-sm {
    padding-top: 0.46rem;
    padding-bottom: 0.46rem;
    padding-left: 1rem;
    font-size: 1rem;
    border-radius: 0.2rem;
}

.form-select-lg {
    padding-top: 1.09rem;
    padding-bottom: 1.09rem;
    padding-left: 1rem;
    font-size: 1rem;
    border-radius: 0.45rem;
}

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

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

.form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.125em;
    vertical-align: top;
    background-color: #f1f4f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #d9e2ef;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

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

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

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

.form-check-input:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

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

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

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

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

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

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

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

.form-switch .form-check-input {
    width: 2.3em;
    margin-left: -2.8em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2.3em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2887, 79, 236, 0.5%29'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175);
}

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

.form-range::-webkit-slider-thumb {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.4rem;
    background-color: #506690;
    border: 0;
    border-radius: 1rem;
    -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;
    -webkit-appearance: none;
    appearance: none;
}

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

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

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.4rem;
    color: transparent;
    cursor: pointer;
    background-color: #f1f4f8;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #506690;
    border: 0;
    border-radius: 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;
    -moz-appearance: none;
    appearance: none;
}

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

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

.form-range::-moz-range-track {
    width: 100%;
    height: 0.4rem;
    color: transparent;
    cursor: pointer;
    background-color: #f1f4f8;
    border-color: transparent;
    border-radius: 1rem;
}

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

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

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

.form-floating {
    position: relative;
}

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

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

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

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

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

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

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

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

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

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.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: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);
}

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

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

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

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.78rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1c0950;
    text-align: center;
    white-space: nowrap;
    background-color: #f1f4f8;
    border: 1px solid #dde4ea;
    border-radius: 0.35rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 1.09rem 1rem;
    font-size: 1rem;
    border-radius: 0.45rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.46rem 1rem;
    font-size: 1rem;
    border-radius: 0.2rem;
}

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

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

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

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.4rem 0.6rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #000;
    background-color: #6dbb30;
    border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #6dbb30;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #6dbb30;
    box-shadow: 0 0 0 0.25rem rgba(109, 187, 48, 0.25);
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #6dbb30;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #6dbb30;
    box-shadow: 0 0 0 0.25rem rgba(109, 187, 48, 0.25);
}

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

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

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(109, 187, 48, 0.25);
}

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

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

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

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

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.4rem 0.6rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: #f64e60;
    border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #f64e60;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #f64e60;
    box-shadow: 0 0 0 0.25rem rgba(246, 78, 96, 0.25);
}

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

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #f64e60;
    box-shadow: 0 0 0 0.25rem rgba(246, 78, 96, 0.25);
}

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #1c0950;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.78rem 1rem;
    font-size: 1rem;
    border-radius: 0.35rem;
    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, transform 0.25s ease-in-out;
}

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

.btn:hover {
    color: #1c0950;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

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

.btn-primary:hover {
    color: #fff;
    background-color: #4a43c9;
    border-color: #463fbd;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #4a43c9;
    border-color: #463fbd;
    box-shadow: 0 0 0 0.25rem rgba(112, 105, 239, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #463fbd;
    border-color: #413bb1;
}

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

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

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #232438;
    border-color: #d66b8f;
}

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

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

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

.btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-success {
    color: #000;
    background-color: #6dbb30;
    border-color: #6dbb30;
}

.btn-success:hover {
    color: #000;
    background-color: #83c54f;
    border-color: #7cc245;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #83c54f;
    border-color: #7cc245;
    box-shadow: 0 0 0 0.25rem rgba(93, 159, 41, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #8ac959;
    border-color: #7cc245;
}

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

.btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #6dbb30;
    border-color: #6dbb30;
}

.btn-info {
    color: #000;
    background-color: #73e7f7;
    border-color: #73e7f7;
}

.btn-info:hover {
    color: #000;
    background-color: #88ebf8;
    border-color: #81e9f8;
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #88ebf8;
    border-color: #81e9f8;
    box-shadow: 0 0 0 0.25rem rgba(98, 196, 210, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #8fecf9;
    border-color: #81e9f8;
}

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

.btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #73e7f7;
    border-color: #73e7f7;
}

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

.btn-warning:hover {
    color: #000;
    background-color: #fbdd8b;
    border-color: #fbdb84;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #fbdd8b;
    border-color: #fbdb84;
    box-shadow: 0 0 0 0.25rem rgba(213, 183, 100, 0.5);
}

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

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

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

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

.btn-danger:hover {
    color: #fff;
    background-color: #d14252;
    border-color: #c53e4d;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #d14252;
    border-color: #c53e4d;
    box-shadow: 0 0 0 0.25rem rgba(247, 105, 120, 0.5);
}

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

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

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

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

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

.btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

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

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

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

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

.btn-dark:hover {
    color: #fff;
    background-color: #272727;
    border-color: #252525;
}

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

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

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

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

.btn-outline-primary {
    color: #dc6a8e;
    border-color: #dc6a8e;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #dc6a8e;
    border-color: #dc6a8e;
}

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

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

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

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #dc6a8e;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

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

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

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

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-success {
    color: #6dbb30;
    border-color: #6dbb30;
}

.btn-outline-success:hover {
    color: #000;
    background-color: #6dbb30;
    border-color: #6dbb30;
}

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

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

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

.btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #6dbb30;
    background-color: transparent;
}

.btn-outline-info {
    color: #73e7f7;
    border-color: #73e7f7;
}

.btn-outline-info:hover {
    color: #000;
    background-color: #73e7f7;
    border-color: #73e7f7;
}

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

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

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

.btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #73e7f7;
    background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

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

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

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

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

.btn-outline-dark {
    color: #2E2E2E;
    border-color: #2E2E2E;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #2E2E2E;
    border-color: #2E2E2E;
}

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

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

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

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #2E2E2E;
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #dc6a8e;
    text-decoration: none;
}

.btn-link:hover {
    color: #463fbd;
}

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

.btn-lg, .btn-group-lg > .btn {
    padding: 1.09rem 1rem;
    font-size: 1rem;
    border-radius: 0.45rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.46rem 1rem;
    font-size: 1rem;
    border-radius: 0.2rem;
}

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

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

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

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

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

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

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 1rem 0.5rem;
    margin: 0;
    font-size: 0.9375rem;
    color: #1c0950;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-divider {
    height: 0;
    margin: 0 0;
    overflow: hidden;
    border-top: 1px solid #f1f6fa;
}

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

.dropdown-item:hover, .dropdown-item:focus {
    color: #182646;
    background-color: #f1f4f8;
}

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

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

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

.dropdown-header {
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: inherit;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 8px 25px;
    color: #1b2a4e;
}

.dropdown-menu-dark {
    color: #d9e2ef;
    background-color: #384c74;
    border-color: transparent;
}

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

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: #dc6a8e;
    background-color: #f9fbfd;
}

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

.dropdown-menu-dark .dropdown-divider {
    border-color: #f1f6fa;
}

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

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

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

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

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

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

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

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

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

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

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

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

.nav-link:hover, .nav-link:focus {
    color: #463fbd;
    background-color: #f1f4f8;
}

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

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

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

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

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #506690;
    background-color: #ffffff;
    border-color: #d9e2ef #d9e2ef #ffffff;
}

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

.nav-pills .nav-link {

    border: 0;
    border-radius: 50rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #1b2a4e;
    background-color: #f1f4f8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler {
    padding: 0 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    transition: box-shadow 0.15s ease-in-out;
}

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

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }

    .navbar-expand-sm .offcanvas-header {
        display: none;
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }

    .navbar-expand-md .offcanvas-header {
        display: none;
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .offcanvas-header {
        display: none;
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-expand .offcanvas-header {
    display: none;
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #dde4ea;
    border-radius: 0.35rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.35rem - 1px);
    border-top-right-radius: calc(0.35rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.35rem - 1px);
    border-bottom-left-radius: calc(0.35rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0;
}

.card-subtitle {
    margin-top: 0;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: inherit;
    border-bottom: 1px solid #dde4ea;
}

.card-header:first-child {
    border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}

.card-footer {
    padding: 1rem 1rem;
    background-color: inherit;
    border-top: 1px solid #dde4ea;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -1rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.35rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.35rem - 1px);
    border-top-right-radius: calc(0.35rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.35rem - 1px);
    border-bottom-left-radius: calc(0.35rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #1c0950;
    text-align: left;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    overflow-anchor: 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, transform 0.25s ease-in-out, border-radius 0.15s ease;
}

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

.accordion-button:not(.collapsed) {
    color: #4e47d4;
    background-color: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234e47d4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c0950'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

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

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: rgba(87, 79, 236, 0.5);
    outline: 0;
    box-shadow: none;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.35rem - 1px);
    border-top-right-radius: calc(0.35rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.35rem - 1px);
    border-bottom-left-radius: calc(0.35rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #d9e2ef;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.breadcrumb-item.active {
    color: #869ab8;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #869ab8;
    background-color: #fff;
    border: 1px solid #eef2f5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.page-link:hover {
    z-index: 2;
    color: #130d7b;
    background-color: #fdfefe;
    border-color: #eef2f5;
}

.page-link:focus {
    z-index: 3;
    color: #463fbd;
    background-color: #f1f4f8;
    outline: 0;
    box-shadow: none;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #dc6a8e;
    background-color: #f1f0fd;
    border-color: #f1f0fd;
}

.page-item.disabled .page-link {
    color: #c6d3e6;
    pointer-events: none;
    background-color: #fff;
    border-color: #eef2f5;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.45rem;
    border-bottom-left-radius: 0.45rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.45rem;
    border-bottom-right-radius: 0.45rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.35rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #342f8e;
    background-color: #dddcfb;
    border-color: #cdcaf9;
}

.alert-primary .alert-link {
    color: #2a2672;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-secondary .alert-link {
    color: #34383c;
}

.alert-success {
    color: #41701d;
    background-color: #e2f1d6;
    border-color: #d3ebc1;
}

.alert-success .alert-link {
    color: #345a17;
}

.alert-info {
    color: #458b94;
    background-color: #e3fafd;
    border-color: #d5f8fd;
}

.alert-info .alert-link {
    color: #376f76;
}

.alert-warning {
    color: #968147;
    background-color: #fef7e4;
    border-color: #fef3d6;
}

.alert-warning .alert-link {
    color: #786739;
}

.alert-danger {
    color: #942f3a;
    background-color: #fddcdf;
    border-color: #fccacf;
}

.alert-danger .alert-link {
    color: #76262e;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light .alert-link {
    color: #4f5050;
}

.alert-dark {
    color: #1c1c1c;
    background-color: #d5d5d5;
    border-color: silver;
}

.alert-dark .alert-link {
    color: #161616;
}

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

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

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #f1f4f8;
    border-radius: 0.35rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #dc6a8e;
    transition: width 0.6s ease;
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.35rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: #506690;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #506690;
    text-decoration: none;
    background-color: #f9fbfd;
}

.list-group-item-action:active {
    color: #1c0950;
    background-color: #f1f4f8;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #1b2a4e;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #869ab8;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #dc6a8e;
    border-color: #dc6a8e;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #342f8e;
    background-color: #dddcfb;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #342f8e;
    background-color: #c7c6e2;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #342f8e;
    border-color: #342f8e;
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}

.list-group-item-success {
    color: #41701d;
    background-color: #e2f1d6;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #41701d;
    background-color: #cbd9c1;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #41701d;
    border-color: #41701d;
}

.list-group-item-info {
    color: #458b94;
    background-color: #e3fafd;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #458b94;
    background-color: #cce1e4;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #458b94;
    border-color: #458b94;
}

.list-group-item-warning {
    color: #968147;
    background-color: #fef7e4;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #968147;
    background-color: #e5decd;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #968147;
    border-color: #968147;
}

.list-group-item-danger {
    color: #942f3a;
    background-color: #fddcdf;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #942f3a;
    background-color: #e4c6c9;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #942f3a;
    border-color: #942f3a;
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}

.list-group-item-dark {
    color: #1c1c1c;
    background-color: #d5d5d5;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1c1c1c;
    background-color: silver;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.35rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 300px;
    max-width: 100%;
    font-size: 0.935rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid #f1f4f8;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15);
    border-radius: 0.3rem;
}

.toast.showing {
    opacity: 0;
}

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

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #869ab8;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.6rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: rgba(19, 31, 67, 0.26);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.26;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #eef2f5;
    border-top-left-radius: calc(0.6rem - 1px);
    border-top-right-radius: calc(0.6rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #eef2f5;
    border-bottom-right-radius: calc(0.6rem - 1px);
    border-bottom-left-radius: calc(0.6rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: "Inter", "Rubik", "Open Sans", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 1;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #384c74;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #384c74;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #384c74;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #384c74;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.4rem 0.6rem;
    color: #d9e2ef;
    text-align: center;
    background-color: #384c74;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: "Inter", "Rubik", "Open Sans", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
    border-radius: 0.45rem;
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #e6e6e6;
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #ffffff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #e6e6e6;
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #ffffff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #e6e6e6;
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #ffffff;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #e6e6e6;
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #ffffff;
}

.popover-header {
    padding: 0.8rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #506690;
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    border-top-left-radius: calc(0.45rem - 1px);
    border-top-right-radius: calc(0.45rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 1rem;
    color: #1c0950;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

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

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

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

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

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

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

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #ffffff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

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

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(19, 31, 67, 0.26);
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: 0.26;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid transparent;
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid transparent;
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid transparent;
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid transparent;
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}

.placeholder.btn::before {
    display: inline-block;
    content: "";
}

.placeholder-xs {
    min-height: .6em;
}

.placeholder-sm {
    min-height: .8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #dc6a8e;
}

.link-primary:hover, .link-primary:focus {
    color: #463fbd;
}

.link-secondary {
    color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
    color: #565e64;
}

.link-success {
    color: #6dbb30;
}

.link-success:hover, .link-success:focus {
    color: #8ac959;
}

.link-info {
    color: #73e7f7;
}

.link-info:hover, .link-info:focus {
    color: #8fecf9;
}

.link-warning {
    color: #fad776;
}

.link-warning:hover, .link-warning:focus {
    color: #fbdf91;
}

.link-danger {
    color: #f64e60;
}

.link-danger:hover, .link-danger:focus {
    color: #c53e4d;
}

.link-light {
    color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
    color: #f9fafb;
}

.link-dark {
    color: #2E2E2E;
}

.link-dark:hover, .link-dark:focus {
    color: #252525;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 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 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.125) !important;
}

.shadow-lg {
    box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #dde4ea !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dde4ea !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #dde4ea !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dde4ea !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #dde4ea !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #dc6a8e !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #6dbb30 !important;
}

.border-info {
    border-color: #73e7f7 !important;
}

.border-warning {
    border-color: #fad776 !important;
}

.border-danger {
    border-color: #f64e60 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #2E2E2E !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 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;
}

.gap-8 {
    gap: 8rem !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-8 {
    margin: 8rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
}

.mx-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.mx-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

.my-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.my-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-6 {
    margin-top: 4.5rem !important;
}

.mt-7 {
    margin-top: 6rem !important;
}

.mt-8 {
    margin-top: 8rem !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-8 {
    margin-right: 8rem !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-8 {
    margin-bottom: 8rem !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-8 {
    margin-left: 8rem !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;
}

.m-n8 {
    margin: -8rem !important;
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}

.mx-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
}

.mx-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
}

.mx-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.my-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
}

.my-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}

.my-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !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;
}

.mt-n8 {
    margin-top: -8rem !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;
}

.me-n8 {
    margin-right: -8rem !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;
}

.mb-n8 {
    margin-bottom: -8rem !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;
}

.ms-n8 {
    margin-left: -8rem !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;
}

.p-8 {
    padding: 8rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.px-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}

.px-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.px-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.py-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
}

.pt-8 {
    padding-top: 8rem !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;
}

.pe-8 {
    padding-right: 8rem !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;
}

.pb-8 {
    padding-bottom: 8rem !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;
}

.ps-8 {
    padding-left: 8rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    --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: #506690 !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-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: 0.35rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.35rem !important;
}

.rounded-3 {
    border-radius: 0.45rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.35rem !important;
    border-top-right-radius: 0.35rem !important;
}

.rounded-end {
    border-top-right-radius: 0.35rem !important;
    border-bottom-right-radius: 0.35rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.35rem !important;
    border-bottom-left-radius: 0.35rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.35rem !important;
    border-top-left-radius: 0.35rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .gap-sm-6 {
        gap: 4.5rem !important;
    }

    .gap-sm-7 {
        gap: 6rem !important;
    }

    .gap-sm-8 {
        gap: 8rem !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-8 {
        margin: 8rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-sm-7 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-sm-8 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-sm-7 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-sm-8 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-6 {
        margin-top: 4.5rem !important;
    }

    .mt-sm-7 {
        margin-top: 6rem !important;
    }

    .mt-sm-8 {
        margin-top: 8rem !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-8 {
        margin-right: 8rem !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-8 {
        margin-bottom: 8rem !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-8 {
        margin-left: 8rem !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;
    }

    .m-sm-n8 {
        margin: -8rem !important;
    }

    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-sm-n6 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-sm-n7 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .mx-sm-n8 {
        margin-right: -8rem !important;
        margin-left: -8rem !important;
    }

    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-sm-n6 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-sm-n7 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-sm-n8 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !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;
    }

    .mt-sm-n8 {
        margin-top: -8rem !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;
    }

    .me-sm-n8 {
        margin-right: -8rem !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;
    }

    .mb-sm-n8 {
        margin-bottom: -8rem !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;
    }

    .ms-sm-n8 {
        margin-left: -8rem !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;
    }

    .p-sm-8 {
        padding: 8rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-sm-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-sm-7 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-sm-8 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-sm-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-sm-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-sm-8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !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;
    }

    .pt-sm-8 {
        padding-top: 8rem !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;
    }

    .pe-sm-8 {
        padding-right: 8rem !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;
    }

    .pb-sm-8 {
        padding-bottom: 8rem !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;
    }

    .ps-sm-8 {
        padding-left: 8rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .gap-md-6 {
        gap: 4.5rem !important;
    }

    .gap-md-7 {
        gap: 6rem !important;
    }

    .gap-md-8 {
        gap: 8rem !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-8 {
        margin: 8rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-md-7 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-md-8 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-md-7 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-md-8 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-6 {
        margin-top: 4.5rem !important;
    }

    .mt-md-7 {
        margin-top: 6rem !important;
    }

    .mt-md-8 {
        margin-top: 8rem !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-8 {
        margin-right: 8rem !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-8 {
        margin-bottom: 8rem !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-8 {
        margin-left: 8rem !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;
    }

    .m-md-n8 {
        margin: -8rem !important;
    }

    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-md-n6 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-md-n7 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .mx-md-n8 {
        margin-right: -8rem !important;
        margin-left: -8rem !important;
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-md-n6 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-md-n7 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-md-n8 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !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;
    }

    .mt-md-n8 {
        margin-top: -8rem !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;
    }

    .me-md-n8 {
        margin-right: -8rem !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;
    }

    .mb-md-n8 {
        margin-bottom: -8rem !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;
    }

    .ms-md-n8 {
        margin-left: -8rem !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;
    }

    .p-md-8 {
        padding: 8rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-md-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-md-7 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-md-8 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-md-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-md-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-md-8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !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;
    }

    .pt-md-8 {
        padding-top: 8rem !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;
    }

    .pe-md-8 {
        padding-right: 8rem !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;
    }

    .pb-md-8 {
        padding-bottom: 8rem !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;
    }

    .ps-md-8 {
        padding-left: 8rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .gap-lg-6 {
        gap: 4.5rem !important;
    }

    .gap-lg-7 {
        gap: 6rem !important;
    }

    .gap-lg-8 {
        gap: 8rem !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-8 {
        margin: 8rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-lg-7 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-lg-8 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-lg-7 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-lg-8 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-6 {
        margin-top: 4.5rem !important;
    }

    .mt-lg-7 {
        margin-top: 6rem !important;
    }

    .mt-lg-8 {
        margin-top: 8rem !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-8 {
        margin-right: 8rem !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-8 {
        margin-bottom: 8rem !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-8 {
        margin-left: 8rem !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;
    }

    .m-lg-n8 {
        margin: -8rem !important;
    }

    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-lg-n6 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-lg-n7 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .mx-lg-n8 {
        margin-right: -8rem !important;
        margin-left: -8rem !important;
    }

    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-lg-n6 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-lg-n7 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-lg-n8 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !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;
    }

    .mt-lg-n8 {
        margin-top: -8rem !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;
    }

    .me-lg-n8 {
        margin-right: -8rem !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;
    }

    .mb-lg-n8 {
        margin-bottom: -8rem !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;
    }

    .ms-lg-n8 {
        margin-left: -8rem !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;
    }

    .p-lg-8 {
        padding: 8rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-lg-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-lg-7 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-lg-8 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-lg-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-lg-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-lg-8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !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;
    }

    .pt-lg-8 {
        padding-top: 8rem !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;
    }

    .pe-lg-8 {
        padding-right: 8rem !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;
    }

    .pb-lg-8 {
        padding-bottom: 8rem !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;
    }

    .ps-lg-8 {
        padding-left: 8rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .gap-xl-6 {
        gap: 4.5rem !important;
    }

    .gap-xl-7 {
        gap: 6rem !important;
    }

    .gap-xl-8 {
        gap: 8rem !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-8 {
        margin: 8rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-xl-7 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-xl-8 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-xl-7 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xl-8 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-6 {
        margin-top: 4.5rem !important;
    }

    .mt-xl-7 {
        margin-top: 6rem !important;
    }

    .mt-xl-8 {
        margin-top: 8rem !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-8 {
        margin-right: 8rem !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-8 {
        margin-bottom: 8rem !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-8 {
        margin-left: 8rem !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;
    }

    .m-xl-n8 {
        margin: -8rem !important;
    }

    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-xl-n6 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-xl-n7 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .mx-xl-n8 {
        margin-right: -8rem !important;
        margin-left: -8rem !important;
    }

    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-xl-n6 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-xl-n7 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-xl-n8 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !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;
    }

    .mt-xl-n8 {
        margin-top: -8rem !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;
    }

    .me-xl-n8 {
        margin-right: -8rem !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;
    }

    .mb-xl-n8 {
        margin-bottom: -8rem !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;
    }

    .ms-xl-n8 {
        margin-left: -8rem !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;
    }

    .p-xl-8 {
        padding: 8rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xl-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-xl-7 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-xl-8 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-xl-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xl-8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !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;
    }

    .pt-xl-8 {
        padding-top: 8rem !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;
    }

    .pe-xl-8 {
        padding-right: 8rem !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;
    }

    .pb-xl-8 {
        padding-bottom: 8rem !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;
    }

    .ps-xl-8 {
        padding-left: 8rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .gap-xxl-6 {
        gap: 4.5rem !important;
    }

    .gap-xxl-7 {
        gap: 6rem !important;
    }

    .gap-xxl-8 {
        gap: 8rem !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-8 {
        margin: 8rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-xxl-7 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-xxl-8 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-xxl-7 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xxl-8 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-6 {
        margin-top: 4.5rem !important;
    }

    .mt-xxl-7 {
        margin-top: 6rem !important;
    }

    .mt-xxl-8 {
        margin-top: 8rem !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-8 {
        margin-right: 8rem !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-8 {
        margin-bottom: 8rem !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-8 {
        margin-left: 8rem !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;
    }

    .m-xxl-n8 {
        margin: -8rem !important;
    }

    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-xxl-n6 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-xxl-n7 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .mx-xxl-n8 {
        margin-right: -8rem !important;
        margin-left: -8rem !important;
    }

    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-xxl-n6 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-xxl-n7 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-xxl-n8 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !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;
    }

    .mt-xxl-n8 {
        margin-top: -8rem !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;
    }

    .me-xxl-n8 {
        margin-right: -8rem !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;
    }

    .mb-xxl-n8 {
        margin-bottom: -8rem !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;
    }

    .ms-xxl-n8 {
        margin-left: -8rem !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;
    }

    .p-xxl-8 {
        padding: 8rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xxl-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-xxl-7 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-xxl-8 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xxl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-xxl-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xxl-8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !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;
    }

    .pt-xxl-8 {
        padding-top: 8rem !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;
    }

    .pe-xxl-8 {
        padding-right: 8rem !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;
    }

    .pb-xxl-8 {
        padding-bottom: 8rem !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;
    }

    .ps-xxl-8 {
        padding-left: 8rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

html, body {
    direction: ltr;
    /*text-align: left;*/
    min-height: 100vh;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

a, textarea, input, button, *:focus, *:active {
    outline: none !important;
}

textarea {
    resize: vertical;
    min-height: 36px;
    transition: none;
}

section, .section {
    word-break: break-word;
    position: relative;
}

section table, .section table,
section .table-responsive, .section table-responsive {
    word-break: normal;
}

select {
    /* keep it separated, do not combine */
    text-indent: 0.01px;
    text-overflow: '';
}

select,
input[type=number],
input[type=time],
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}

summary::marker,
summary::-webkit-details-marker {
    color: #869ab8;
}

/*

    Paragraphs

*/
/* resets */
.bg-dark p {
    color: #abbcd5;
}

.text-white p {
    color: #fff;
}

.alert p {
    color: inherit;
}

.bg-white-alt {
    /* used by sortable or other js that add/remove background */
    background-color: #fff;
}

.display-5 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}

.hr {
    display: block;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.article-format h2, .article-format .h2,
.article-format h3,
.article-format .h3 {
    margin-bottom: 20px;
}

.article-format blockquote + h2, .article-format blockquote + .h2,
.article-format blockquote + h3,
.article-format blockquote + .h3,
.article-format p:not(:empty) + h2,
.article-format p:not(:empty) + .h2,
.article-format p:not(:empty) + h3,
.article-format p:not(:empty) + .h3 {
    margin-top: 50px;
}

.article-format iframe,
.article-format .embed-responsive,
.article-format p,
.article-format img {
    margin-bottom: 25px;
}

.article-format blockquote {
    font-style: italic;
    font-weight: 300;
    padding: 1.5rem;
    background-color: #f9fbfd;
    font-size: 1.25rem;
    margin: 0 0 2rem 0;
    border-radius: 0.35rem;
}

.article-format blockquote p {
    margin-bottom: 0;
}

textarea.text-white::-webkit-input-placeholder,
input.text-white::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

textarea.text-white::-moz-placeholder,
input.text-white::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

/**

	Example - set:
		--main-padding: 15px;

	Class Use:
		.theclass {
			padding: var(--main-padding);
		}

**/
.p-auto {
    padding: auto !important;
}

.p-inherit {
    padding: inherit !important;
}

.m-auto {
    margin: auto !important;
}

.m-inherit {
    margin: inherit !important;
}

.border-solid {
    border-style: solid !important;
    border-width: 1px;
}

.border-dashed {
    border-style: dashed !important;
    border-width: 1px;
}

.border-dotted {
    border-style: dotted !important;
    border-width: 1px;
}

.border-transparent {
    border-color: transparent !important;
}

.border-theme-color-light {
    border-color: rgba(87, 79, 236, 0.04) !important;
}

.border-gray-100 {
    border: #f9fbfd 1px solid;
}

.border-gray-200 {
    border: #f1f4f8 1px solid;
}

.border-gray-300 {
    border: #d9e2ef 1px solid;
}

.border-gray-400 {
    border: #c6d3e6 1px solid;
}

.border-gray-500 {
    border: #abbcd5 1px solid;
}

.border-white {
    border: #ffff 1px solid;
}

.border-input {
    border: #dde4ea 1px solid;
}

/*

	Pill rows
		1. container & first image
		<div class="row-pill">
			<img src="...">
		</div>

		2. container & first background image acting as avatar
		<div class="row-pill">
			<div class="bg-cover w--50 h--50 m--3 d-inline-block" style="background-url:(...)">
		</div>

*/
.row-pill,
.row-pill > img,
.row-pill > .bg-cover {
    border-radius: 50rem !important;
}

/**

		- Radius 					.rounded-xl, .rounded-xxl,
									.rounded-top-0, .rounded-bottom-0, .rounded-left-0, .rounded-right-0
									.rounded-start-0, .rounded-end-0

**/
.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded-lg {
    border-radius: 0.45rem !important;
}

.rounded-xl {
    border-radius: 0.6rem !important;
}

.rounded-xlg {
    border-radius: 0.1 0.3rem !important;
}

.rounded-top-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rounded-left-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.rounded-right-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rounded-start-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.rounded-end-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.fw-medium {
    font-weight: 500;
}

/**

		- Box Shadows 				.shadow (default) , .shadow-*, .shadow-*-hover,
									[[.shadow-*-hover can be used in combination with .transition-all-ease-*]]

**/
/*

	Fix
	Shadow Repaint

*/
.section .shadow, .section .shadow-hover,
.section .shadow-xs, .section .shadow-xs-hover,
.section .shadow-sm, .section .shadow-sm-hover,
.section .shadow-md, .section .shadow-md-hover,
.section .shadow-lg, .section .shadow-lg-hover,
.section .shadow-xlg, .section .shadow-xlg-hover,
.section .shadow-3d, .section .shadow-3d-hover,
.section .shadow-3d-up, .section .shadow-3d-up-hover,
.section .shadow-3d-down, .section .shadow-3d-down-hover {
    transition-property: box-shadow, transform;
    /* Chrome load/repaint hack */
    -webkit-animation: __shadowPageLoadFix;
    animation: __shadowPageLoadFix;
    -webkit-animation-duration: 0.01s;
    animation-duration: 0.01s;
}

@-webkit-keyframes __shadowPageLoadFix {
    from {
    }
    to {
        box-shadow: none;
    }
}

@keyframes __shadowPageLoadFix {
    from {
    }
    to {
        box-shadow: none;
    }
}

.shadow-none {
    box-shadow: none !important;
}

.shadow-hover:hover {
    box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15) !important;
}

.shadow-xs,
.shadow-xs-hover:hover {
    box-shadow: 0 0 25px rgba(140, 152, 164, 0.1) !important;
}

.shadow-sm-hover:hover {
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.125) !important;
}

.shadow-md,
.shadow-md-hover:hover {
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.15) !important;
}

.shadow-lg-hover:hover {
    box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
}

.shadow-xlg,
.shadow-xlg-hover:hover {
    box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.3) !important;
}

.shadow-soft,
.shadow-soft-hover:hover {
    box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075) !important;
}

.shadow-3d-up,
.shadow-3d-up-hover:hover {
    box-shadow: 0rem -2rem 3.5rem rgba(22, 28, 45, 0.1) !important;
}

.shadow-3d-down,
.shadow-3d-down-hover:hover,
.shadow-3d,
.shadow-3d-hover:hover {
    box-shadow: 0 2.5rem 4rem rgba(22, 28, 45, 0.1) !important;
}

/* text shadow */
.text-shadow {
    text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.4);
}

.text-shadow-lg {
    text-shadow: -1px 2px 22px rgba(0, 0, 0, 0.4);
}

.text-shadow-xl {
    text-shadow: -1px 1px 18px rgba(0, 0, 0, 0.6);
}

/*

	.shadow-primary-*
	.shadow-secondary-*
	.....
	.shadow-*-*

*/
.shadow-primary-xs,
.shadow-primary-xs-hover:hover {
    box-shadow: 0 0 25px rgba(87, 79, 236, 0.1) !important;
}

.shadow-primary-sm,
.shadow-primary-sm-hover:hover {
    box-shadow: 0 0 35px rgba(87, 79, 236, 0.125) !important;
}

.shadow-primary-md,
.shadow-primary-md-hover:hover {
    box-shadow: 0 0 35px rgba(87, 79, 236, 0.15) !important;
}

.shadow-primary-lg,
.shadow-primary-lg-hover:hover {
    box-shadow: 0 10px 40px 10px rgba(87, 79, 236, 0.175) !important;
}

.shadow-primary-xlg,
.shadow-primary-xlg-hover:hover {
    box-shadow: 0 20px 40px 0 rgba(87, 79, 236, 0.25) !important;
}

.shadow-secondary-xs,
.shadow-secondary-xs-hover:hover {
    box-shadow: 0 0 25px rgba(108, 117, 125, 0.1) !important;
}

.shadow-secondary-sm,
.shadow-secondary-sm-hover:hover {
    box-shadow: 0 0 35px rgba(108, 117, 125, 0.125) !important;
}

.shadow-secondary-md,
.shadow-secondary-md-hover:hover {
    box-shadow: 0 0 35px rgba(108, 117, 125, 0.15) !important;
}

.shadow-secondary-lg,
.shadow-secondary-lg-hover:hover {
    box-shadow: 0 10px 40px 10px rgba(108, 117, 125, 0.175) !important;
}

.shadow-secondary-xlg,
.shadow-secondary-xlg-hover:hover {
    box-shadow: 0 20px 40px 0 rgba(108, 117, 125, 0.25) !important;
}

.shadow-success-xs,
.shadow-success-xs-hover:hover {
    box-shadow: 0 0 25px rgba(109, 187, 48, 0.1) !important;
}

.shadow-success-sm,
.shadow-success-sm-hover:hover {
    box-shadow: 0 0 35px rgba(109, 187, 48, 0.125) !important;
}

.shadow-success-md,
.shadow-success-md-hover:hover {
    box-shadow: 0 0 35px rgba(109, 187, 48, 0.15) !important;
}

.shadow-success-lg,
.shadow-success-lg-hover:hover {
    box-shadow: 0 10px 40px 10px rgba(109, 187, 48, 0.175) !important;
}

.shadow-success-xlg,
.shadow-success-xlg-hover:hover {
    box-shadow: 0 20px 40px 0 rgba(109, 187, 48, 0.25) !important;
}

.shadow-info-xs,
.shadow-info-xs-hover:hover {
    box-shadow: 0 0 25px rgba(115, 231, 247, 0.1) !important;
}

.shadow-info-sm,
.shadow-info-sm-hover:hover {
    box-shadow: 0 0 35px rgba(115, 231, 247, 0.125) !important;
}

.shadow-info-md,
.shadow-info-md-hover:hover {
    box-shadow: 0 0 35px rgba(115, 231, 247, 0.15) !important;
}

.shadow-info-lg,
.shadow-info-lg-hover:hover {
    box-shadow: 0 10px 40px 10px rgba(115, 231, 247, 0.175) !important;
}

.shadow-info-xlg,
.shadow-info-xlg-hover:hover {
    box-shadow: 0 20px 40px 0 rgba(115, 231, 247, 0.25) !important;
}

.shadow-warning-xs,
.shadow-warning-xs-hover:hover {
    box-shadow: 0 0 25px rgba(250, 215, 118, 0.1) !important;
}

.shadow-warning-sm,
.shadow-warning-sm-hover:hover {
    box-shadow: 0 0 35px rgba(250, 215, 118, 0.125) !important;
}

.shadow-warning-md,
.shadow-warning-md-hover:hover {
    box-shadow: 0 0 35px rgba(250, 215, 118, 0.15) !important;
}

.shadow-warning-lg,
.shadow-warning-lg-hover:hover {
    box-shadow: 0 10px 40px 10px rgba(250, 215, 118, 0.175) !important;
}

.shadow-warning-xlg,
.shadow-warning-xlg-hover:hover {
    box-shadow: 0 20px 40px 0 rgba(250, 215, 118, 0.25) !important;
}

.shadow-danger-xs,
.shadow-danger-xs-hover:hover {
    box-shadow: 0 0 25px rgba(246, 78, 96, 0.1) !important;
}

.shadow-danger-sm,
.shadow-danger-sm-hover:hover {
    box-shadow: 0 0 35px rgba(246, 78, 96, 0.125) !important;
}

.shadow-danger-md,
.shadow-danger-md-hover:hover {
    box-shadow: 0 0 35px rgba(246, 78, 96, 0.15) !important;
}

.shadow-danger-lg,
.shadow-danger-lg-hover:hover {
    box-shadow: 0 10px 40px 10px rgba(246, 78, 96, 0.175) !important;
}

.shadow-danger-xlg,
.shadow-danger-xlg-hover:hover {
    box-shadow: 0 20px 40px 0 rgba(246, 78, 96, 0.25) !important;
}

.shadow-light-xs,
.shadow-light-xs-hover:hover {
    box-shadow: 0 0 25px rgba(248, 249, 250, 0.1) !important;
}

.shadow-light-sm,
.shadow-light-sm-hover:hover {
    box-shadow: 0 0 35px rgba(248, 249, 250, 0.125) !important;
}

.shadow-light-md,
.shadow-light-md-hover:hover {
    box-shadow: 0 0 35px rgba(248, 249, 250, 0.15) !important;
}

.shadow-light-lg,
.shadow-light-lg-hover:hover {
    box-shadow: 0 10px 40px 10px rgba(248, 249, 250, 0.175) !important;
}

.shadow-light-xlg,
.shadow-light-xlg-hover:hover {
    box-shadow: 0 20px 40px 0 rgba(248, 249, 250, 0.25) !important;
}

.shadow-dark-xs,
.shadow-dark-xs-hover:hover {
    box-shadow: 0 0 25px rgba(46, 46, 46, 0.1) !important;
}

.shadow-dark-sm,
.shadow-dark-sm-hover:hover {
    box-shadow: 0 0 35px rgba(46, 46, 46, 0.125) !important;
}

.shadow-dark-md,
.shadow-dark-md-hover:hover {
    box-shadow: 0 0 35px rgba(46, 46, 46, 0.15) !important;
}

.shadow-dark-lg,
.shadow-dark-lg-hover:hover {
    box-shadow: 0 10px 40px 10px rgba(46, 46, 46, 0.175) !important;
}

.shadow-dark-xlg,
.shadow-dark-xlg-hover:hover {
    box-shadow: 0 20px 40px 0 rgba(46, 46, 46, 0.25) !important;
}

/**

		- Transitions 				.transition-all-ease-*, .transition-bg-ease-*

		- Hover Transitions 		.transition-hover-top, .transition-hover-right, .transition-hover-bottom, .transition-hover-left
									.transition-hover-zoom
									.transition-none

**/
/**

	Transitions
		.transition-all-ease-*
		.transition-bg-ease-*


	Bug Fixes
		Chrome known bug: will fire transitons on page load if <script> tag does not exist!
		Fix: Add a script tag with a simple space like this:
			<script> </script>


	Repaint Fix
		We use separate params so we can overwrite them for shadow hover
		like this:

		transition-property: box-shadow, transform !important;


**/
.transition-all-ease-150 {
    transition-property: all;
    transition-timing-function: ease;
    transition-duration: 150ms !important;
}

.transition-all-ease-200 {
    transition-property: all;
    transition-timing-function: ease;
    transition-duration: 200ms !important;
}

.transition-all-ease-250 {
    transition-property: all;
    transition-timing-function: ease;
    transition-duration: 250ms !important;
}

.transition-all-ease-500 {
    transition-property: all;
    transition-timing-function: ease;
    transition-duration: 500ms !important;
}

.transition-bg-ease-150 {
    transition-property: background-color !important;
    transition-timing-function: linear;
    transition-duration: 150ms !important;
}

.transition-bg-ease-200 {
    transition-property: background-color !important;
    transition-timing-function: linear;
    transition-duration: 200ms !important;
}

.transition-bg-ease-250 {
    transition-property: background-color !important;
    transition-timing-function: linear;
    transition-duration: 250ms !important;
}

.transition-bg-ease-500 {
    transition-property: background-color !important;
    transition-timing-function: linear;
    transition-duration: 500ms !important;
}

/**

	Hover Transitions
		.transition-hover-top, .transition-hover-right, .transition-hover-bottom, .transition-hover-left

**/
.transition-hover-top,
.transition-hover-right,
.transition-hover-bottom,
.transition-hover-left {
    transform: translateX(0);
    transform: translateY(0);
    transform: translateZ(0);
}

.transition-hover-top:hover,
.transition-hover-top:focus {
    transform: translateY(-3px);
}

.transition-hover-right:hover,
.transition-hover-right:focus {
    transform: translateX(3px);
}

.transition-hover-bottom:hover,
.transition-hover-bottom:focus {
    transform: translateY(3px);
}

.transition-hover-left:hover,
.transition-hover-left:focus {
    transform: translateX(-3px);
}

.transition-hover-start:hover,
.transition-hover-start:focus {
    transform: translateX(-3px);
}

.transition-hover-end:hover,
.transition-hover-end:focus {
    transform: translateX(3px);
}

.transition-none {
    transition: none !important;
}

/* transition hover zoom */
.transition-hover-zoom-img img,
.transition-hover-zoom {
    transition: all .3s ease-in-out;
}

.transition-hover-zoom-img:hover img,
.transition-hover-zoom:hover {
    transform: scale(1.1);
}

/**

		- Transform 3D 				.transform-3d-left, .transform-3d-right

**/
.transform-3d-right,
.transform-3d-left {
    perspective-origin: center;
    transform-style: preserve-3d;
    perspective: 1024px;
}

.transform-3d-left > img,
.transform-3d-left > figure,
.transform-3d-left > div {
    transform: rotateY(35deg) rotateX(15deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.transform-3d-right > img,
.transform-3d-right > figure,
.transform-3d-right > div {
    transform: rotateY(-35deg) rotateX(15deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*

	Block

*/
.block-over-start-top {
    transform: translate(25px, -25px);
}

.block-over-start-bottom {
    transform: translate(25px, 25px);
}

.block-over-end-top {
    transform: translate(-25px, -25px);
}

.block-over-end-bottom {
    transform: translate(-25px, 25px);
}

/**

		- Rotate 					.rotate-90  	(rotate text)
		@Rewrite needed!
**/
.text-rotate {
    writing-mode: vertical-lr;
}

/**

	Text Rotate 90, 180
	++ A fixed container is required (width, height)

**/
.text-rotate-180,
.text-rotate-90 {
    writing-mode: vertical-lr;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    position: absolute;
    margin: 0;
}

.text-rotate-180 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    left: auto;
    right: -100%;
    top: auto;
    bottom: -100%;
}

/**

	Right in the center

**/
.transform-center-fixed {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 100;
}

/**

		- Positions 				.absolute-full, .fixed-full
									.top-0, .right-0, .bottom-0, .left-0

**/
.absolute-full {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fixed-full {
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
    right: auto;
}

.left-50 {
    left: 50% !important;
    right: auto;
}

.right-0 {
    right: 0 !important;
    left: auto;
}

.right-50 {
    right: 50% !important;
    right: auto;
}

.start-0 {
    left: 0 !important;
    right: auto !important;
}

.end-0 {
    right: 0 !important;
    left: auto !important;
}

.start-auto {
    left: auto !important;
}

.end-auto {
    right: auto !important;
}

/* out of viewport */
.viewport-out {
    position: fixed !important;
    left: -9999px !important;
    top: -9999px !important;
}

.valign-middle,
.y-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.x-middle {
    position: relative;
    top: 50%;
    transform: translateX(-50%);
}

/* better than .valign-middle */
.d-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

/**

		- Overlays & Opacity

		.opacity-* [0-9], .opacity-none
		.overlay-light, .overlay-dark, .overlay-opacity-* [0-9]
		.backdrop-light, .backdrop-dark

**/
/* default overlay used on various places (mostly on admin) */
#overlay-default,
.overlay-default,
.overlay-light-hover:after,
.overlay-dark-hover:after,
.overlay-light,
.overlay-dark {
    transition: all .2s ease;
}

#overlay-default,
.overlay-default {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(19, 31, 67, 0.26);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 10;
}

.overlay-light, .overlay-light-hover,
.overlay-dark, .overlay-dark-hover {
    position: relative;
}

.overlay-light-hover > *,
.overlay-dark-hover > * {
    z-index: 0;
    position: relative;
}

.overlay-light > *,
.overlay-dark > * {
    z-index: 1;
    position: relative;
}

/* used in few situations, like refreshing ajax content */
.overlay-over:after {
    z-index: 10 !important;
}

.overlay-light-hover:after,
.overlay-dark-hover:after {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.rounded.overlay-light-hover:hover,
.rounded.overlay-dark-hover:hover,
.rounded.overlay-light:after,
.rounded.overlay-dark:after {
    border-radius: 0.35rem;
}

.overlay-light-hover:after,
.overlay-dark-hover:after,
.overlay-light:after,
.overlay-dark:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.overlay-light-hover:hover:after,
.overlay-light:after {
    background-color: #ffffff;
}

.overlay-dark-hover:hover:after,
.overlay-dark:after {
    background: #131f43;
}

/* overlay|opacity [0-9] */
.opacity-0,
.overlay-opacity-0:after {
    opacity: 0;
}

.opacity-1,
.overlay-opacity-1:after {
    opacity: 0.1;
}

.opacity-2,
.overlay-opacity-2:after {
    opacity: 0.2;
}

.opacity-3,
.overlay-opacity-3:after {
    opacity: 0.3;
}

.opacity-4,
.overlay-opacity-4:after {
    opacity: 0.4;
}

.opacity-5,
.overlay-opacity-5:after {
    opacity: 0.5;
}

.opacity-6,
.overlay-opacity-6:after {
    opacity: 0.6;
}

.opacity-7,
.overlay-opacity-7:after {
    opacity: 0.7;
}

.opacity-8,
.overlay-opacity-8:after {
    opacity: 0.8;
}

.opacity-9,
.overlay-opacity-9:after {
    opacity: 0.9;
}

.opacity-none {
    opacity: 1 !important;
}

.opacity-99 {
    opacity: .99;
}

.overlay-opacity-0-hover:hover:after {
    opacity: 0;
}

.overlay-opacity-1-hover:hover:after {
    opacity: 0.1;
}

.overlay-opacity-2-hover:hover:after {
    opacity: 0.2;
}

.overlay-opacity-3-hover:hover:after {
    opacity: 0.3;
}

.overlay-opacity-4-hover:hover:after {
    opacity: 0.4;
}

.overlay-opacity-5-hover:hover:after {
    opacity: 0.5;
}

.overlay-opacity-6-hover:hover:after {
    opacity: 0.6;
}

.overlay-opacity-7-hover:hover:after {
    opacity: 0.7;
}

.overlay-opacity-8-hover:hover:after {
    opacity: 0.8;
}

.overlay-opacity-9-hover:hover:after {
    opacity: 0.9;
}

.overlay-opacity-0:after, .overlay-opacity-0-hover:hover:after {
    opacity: 0;
}

.overlay-opacity-25:after, .overlay-opacity-25-hover:hover:after {
    opacity: .25;
}

.overlay-opacity-50:after, .overlay-opacity-50-hover:hover:after {
    opacity: .50;
}

.overlay-opacity-75:after, .overlay-opacity-75-hover:hover:after {
    opacity: .75;
}

.overlay-opacity-100:after, .overlay-opacity-100-hover:hover:after {
    opacity: .100;
}

#backdrop, #backdrop-dark, .backdrop, .backdrop-dark,
#backdrop-light, .backdrop-light {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 10;
    opacity: 1;
    -webkit-animation: _bkdFadeIn;
    animation: _bkdFadeIn;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
}

#backdrop, #backdrop-dark, .backdrop, .backdrop-dark {
    background: rgba(19, 31, 67, 0.26);
}

#backdrop-light, .backdrop-light {
    background: rgba(255, 255, 255, 0.26);
}

@-webkit-keyframes _bkdFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes _bkdFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/**
		- Misc

		- Gradients 				.bg-gradient-light-top, .bg-gradient-light-bottom
									.bg-gradient-light-left, .bg-gradient-light-right
									.bg-gradient-* (primary, danger, etc)
									.bg-gradient-radial-*


		- Backgrounds 				.bg-gray-* [100-900], .bg-darkblue .bg-diff,
									.bg-light-hover, .bg-light-active
									.bg-theme-color-light
**/
/**

	Misc

**/
.bg-cover {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.bg-fixed {
    background-attachment: fixed !important;
}

/* <div class="bg-dots text-gray-400 position-absolute top-0 mt-4 ms-n4 w-100 h-100 z-index-0"></div> */
.bg-dots {
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);
}

.bg-blur {
    filter: blur(5px);
}

.bg-suprime {
    /* Used on image to remove background. IE is not responding */
    mix-blend-mode: multiply;
}

.bg-inherit {
    background: inherit !important;
}

.bg-gradient-default {
    background: linear-gradient(180deg, #2f2e80 0, #4c4bb5);
}

.bg-lime {
    background-color: #fefaf4 !important;
}

/**

	Gradients

	Note: can be used together with any .bg-*
**/
.bg-gradient-light-top {
    background-image: linear-gradient(0deg, rgba(87, 79, 236, 0.05) 0%, transparent 100%);
}

.bg-gradient-light-bottom {
    background-image: linear-gradient(0deg, #fff 0, rgba(87, 79, 236, 0.05));
}

.bg-gradient-light-left {
    background-image: linear-gradient(90deg, rgba(87, 79, 236, 0.05) 0, #fff);
}

.bg-gradient-light-right {
    background-image: linear-gradient(270deg, #fff 0, rgba(87, 79, 236, 0.05));
}

.bg-gradient-dark {
    color: #ffffff;
    background: #313131 !important;
    background: linear-gradient(to bottom, #454545 0%, #313131 100%) !important;
}

.bg-gradient-dark p {
    color: #abbcd5;
}

.bg-gradient-primary {
    background: #dc6a8e;
    background: linear-gradient(to bottom, #7a74f0 0%, #dc6a8e 100%) !important;
}

.bg-gradient-secondary {
    background: #6c757d;
    background: linear-gradient(to bottom, #808992 0%, #6c757d 100%) !important;
}

.bg-gradient-success {
    background: #6dbb30;
    background: linear-gradient(to bottom, #81cf45 0%, #6dbb30 100%) !important;
}

.bg-gradient-info {
    background: #73e7f7;
    background: linear-gradient(to bottom, #9aeef9 0%, #73e7f7 100%) !important;
}

.bg-gradient-warning {
    background: #fad776;
    background: linear-gradient(to bottom, #fbe29d 0%, #fad776 100%) !important;
}

.bg-gradient-danger {
    background: #f64e60;
    background: linear-gradient(to bottom, #f87583 0%, #f64e60 100%) !important;
}

.bg-gradient-light {
    background: #f8f9fa;
    background: linear-gradient(to bottom, white 0%, #f8f9fa 100%) !important;
}

/**

	Backgrounds
		.bg-*

**/
.bg-light-active,
.bg-light-hover:hover {
    background: #f9fbfd;
}

.bg-theme-color-light {
    background-color: rgba(87, 79, 236, 0.04) !important;
}

.bg-gray-100 {
    background-color: #f9fbfd !important;
}

.bg-gray-200 {
    background-color: #f1f4f8 !important;
}

.bg-gray-300 {
    background-color: #d9e2ef !important;
}

.bg-gray-400 {
    background-color: #c6d3e6 !important;
}

.bg-gray-500 {
    color: #ffffff;
    background-color: #abbcd5 !important;
}

.bg-gray-600 {
    color: #ffffff;
    background-color: #869ab8 !important;
}

.bg-gray-700 {
    color: #ffffff;
    background-color: #506690 !important;
}

.bg-gray-800 {
    color: #ffffff;
    background-color: #384c74 !important;
}

.bg-gray-900 {
    color: #ffffff;
    background-color: #1b2a4e !important;
}

.bg-darkblue {
    color: #ffffff;
    background: #2b354f !important;
}

.bg-diff {
    background-color: rgba(0, 0, 0, 0.07);
}

input.bg-diff:focus,
textarea.bg-diff:focus {
    background-color: rgba(0, 0, 0, 0.11);
}

/*

	Soft backgrounds
		.bg-*-soft

*/
.active.bg-primary-active-soft,
.bg-primary-soft {
    color: #161092 !important;
    background-color: #f1f0fd !important;
}

.bg-primary-soft-hover:hover {
    background-color: #f1f0fd !important;
}

.active.bg-secondary-active-soft,
.bg-secondary-soft {
    color: #25282b !important;
    background-color: #f0f2f2 !important;
}

.bg-secondary-soft-hover:hover {
    background-color: #f0f2f2 !important;
}

.active.bg-success-active-soft,
.bg-success-soft {
    color: #264111 !important;
    background-color: #e4f5d7 !important;
}

.bg-success-soft-hover:hover {
    background-color: #e4f5d7 !important;
}

.active.bg-info-active-soft,
.bg-info-soft {
    color: #0bafc6 !important;
    background-color: #bbf3fb !important;
}

.bg-info-soft-hover:hover {
    background-color: #bbf3fb !important;
}

.active.bg-warning-active-soft,
.bg-warning-soft {
    color: #cf9a08 !important;
    background-color: #fdedc0 !important;
}

.bg-warning-soft-hover:hover {
    background-color: #fdedc0 !important;
}

.active.bg-danger-active-soft,
.bg-danger-soft {
    color: #a30819 !important;
    background-color: #feeef0 !important;
}

.bg-danger-soft-hover:hover {
    background-color: #feeef0 !important;
}

.active.bg-light-active-soft,
.bg-light-soft {
    color: #9fadba !important;
    background-color: white !important;
}

.bg-light-soft-hover:hover {
    background-color: white !important;
}

.active.bg-dark-active-soft,
.bg-dark-soft {
    color: black !important;
    background-color: #c4c4c4 !important;
}

.bg-dark-soft-hover:hover {
    background-color: #c4c4c4 !important;
}

/*

	Light backgrounds
		.bg-*-light

*/
.bg-primary-light {
    background-color: rgba(87, 79, 236, 0.04) !important;
}

.bg-secondary-light {
    background-color: rgba(108, 117, 125, 0.04) !important;
}

.bg-success-light {
    background-color: rgba(109, 187, 48, 0.04) !important;
}

.bg-info-light {
    background-color: rgba(115, 231, 247, 0.04) !important;
}

.bg-warning-light {
    background-color: rgba(250, 215, 118, 0.04) !important;
}

.bg-danger-light {
    background-color: rgba(246, 78, 96, 0.04) !important;
}

.bg-light-light {
    background-color: rgba(248, 249, 250, 0.04) !important;
}

.bg-dark-light {
    background-color: rgba(46, 46, 46, 0.04) !important;
}

/*

	Active backgrounds
		.active.bg-*-active

*/
.active.bg-primary-active {
    color: #ffffff !important;
    background-color: #dc6a8e !important;
}

.active.bg-secondary-active {
    color: #ffffff !important;
    background-color: #6c757d !important;
}

.active.bg-success-active {
    color: #ffffff !important;
    background-color: #6dbb30 !important;
}

.active.bg-info-active {
    color: #ffffff !important;
    background-color: #73e7f7 !important;
}

.active.bg-warning-active {
    color: #ffffff !important;
    background-color: #fad776 !important;
}

.active.bg-danger-active {
    color: #ffffff !important;
    background-color: #f64e60 !important;
}

.active.bg-light-active {
    color: #ffffff !important;
    background-color: #f8f9fa !important;
}

.active.bg-dark-active {
    color: #ffffff !important;
    background-color: #2E2E2E !important;
}

/*

	Hover backgrounds
		.bg-*-hover

*/
.bg-primary-hover:hover {
    color: #fff !important;
    background-color: #dc6a8e !important;
}

.bg-primary-hover:hover p {
    color: #fff !important;
}

.bg-secondary-hover:hover {
    color: #fff !important;
    background-color: #6c757d !important;
}

.bg-secondary-hover:hover p {
    color: #fff !important;
}

.bg-success-hover:hover {
    color: #fff !important;
    background-color: #6dbb30 !important;
}

.bg-success-hover:hover p {
    color: #fff !important;
}

.bg-info-hover:hover {
    color: #fff !important;
    background-color: #73e7f7 !important;
}

.bg-info-hover:hover p {
    color: #fff !important;
}

.bg-warning-hover:hover {
    color: #fff !important;
    background-color: #fad776 !important;
}

.bg-warning-hover:hover p {
    color: #fff !important;
}

.bg-danger-hover:hover {
    color: #fff !important;
    background-color: #f64e60 !important;
}

.bg-danger-hover:hover p {
    color: #fff !important;
}

.bg-light-hover:hover {
    background-color: #f8f9fa !important;
}

.bg-dark-hover:hover {
    color: #fff !important;
    background-color: #2E2E2E !important;
}

.bg-dark-hover:hover p {
    color: #fff !important;
}

.text-white-hover:hover {
    color: #fff !important;
}

.text-dark-hover:hover {
    color: #000 !important;
}

/*

	Radial backgrounds
	IE 10+

	.bg-gradient-radial-*

	-- --

	As a general rule, a solid background-color is
	used as a fallback! We can use a combination with
	bg-* classes so we avoid adding useless CSS lines!

*/
/** -- -- -- -- -- **/
.bg-light-radial {
    background: radial-gradient(#ffffff, #f8f9fa) !important;
}

/** -- -- -- -- -- **/
.bg-gradient-radial-primary {
    background-image: radial-gradient(circle, rgba(210, 208, 250, 0.4), #dc6a8e 70%) !important;
}

.bg-gradient-radial-secondary {
    background-image: radial-gradient(circle, rgba(183, 188, 193, 0.4), #6c757d 70%) !important;
}

.bg-gradient-radial-success {
    background-image: radial-gradient(circle, rgba(184, 228, 150, 0.4), #6dbb30 70%) !important;
}

.bg-gradient-radial-info {
    background-image: radial-gradient(circle, rgba(250, 254, 255, 0.4), #73e7f7 70%) !important;
}

.bg-gradient-radial-warning {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.4), #fad776 70%) !important;
}

.bg-gradient-radial-danger {
    background-image: radial-gradient(circle, rgba(253, 214, 218, 0.4), #f64e60 70%) !important;
}

.bg-gradient-radial-light {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.4), #f8f9fa 70%) !important;
}

.bg-gradient-radial-dark {
    background-image: radial-gradient(circle, rgba(117, 117, 117, 0.4), #2E2E2E 70%) !important;
}

/*

	Linear Backgrounds
	Multi Colors

*/
.bg-gradient-linear-default {
    background-color: #9d009f !important;
    background: linear-gradient(to right, #9d009f 0%, #6336bd 50%, #10c7a8 100%) !important;
}

.bg-gradient-linear-purple {
    background-color: #7a22a3 !important;
    background-image: linear-gradient(163deg, #5d34af 0%, #5d34af 25%, #82009f 65%, #f7345e 100%) !important;
}

.bg-gradient-linear-indigo {
    background-color: #6536af !important;
    background-image: linear-gradient(#783bb1 0%, #472fad 100%) !important;
}

.bg-gradient-linear-danger {
    background-color: #de1f1f !important;
    background-image: linear-gradient(163deg, #732a67, #770000 25%, #612727 65%, #de1f1f) !important;
}

.bg-gradient-linear-success {
    background-color: #00775c !important;
    background-image: linear-gradient(#909816, #165d0d) !important;
}

.bg-gradient-linear-primary {
    background-color: #160092 !important;
    background-image: linear-gradient(90deg, #000f77 0, #3f286d 50%, #111954) !important;
}

/**

		- Social backgrounds

**/
.bg-facebook {
    background-color: #3B5998 !important;
    color: #fff;
}

.bg-pinterest {
    background-color: #C8232C !important;
    color: #fff;
}

.bg-paypal {
    background-color: #00588B !important;
    color: #fff;
}

.bg-linkedin {
    background-color: #0E76A8 !important;
    color: #fff;
}

.bg-skype {
    background-color: #00AFF0 !important;
    color: #fff;
}

.bg-twitter {
    background-color: #00ACEE !important;
    color: #fff;
}

.bg-youtube {
    background-color: #C4302B !important;
    color: #fff;
}

.bg-vimeo {
    background-color: #86C9EF !important;
    color: #fff;
}

.bg-googleplay {
    background-color: #DD4B39 !important;
    color: #fff;
}

.bg-snapchat {
    background-color: #FFFC00 !important;
    color: #111 !important;
}

.bg-instagram {
    background-color: #3F729B !important;
    color: #fff;
}

/*
.bg-delicious { background-color: #205CC0!important; color: #fff; }
.bg-flattr { background-color: #F67C1A!important; color: #fff; }
.bg-android { background-color: #A4C639!important; color: #fff; }
.bg-smashmag { background-color: #E53B2C!important; color: #fff; }
.bg-gplus, .bg-googleplus { background-color: #DD4B39!important; color: #fff; }
.bg-wikipedia { background-color: #333!important; color: #fff; }
.bg-stumbleupon { background-color: #F74425!important; color: #fff; }
.bg-foursquare { background-color: #25A0CA!important; color: #fff; }
.bg-call { background-color: #444!important; color: #fff; }
.bg-ninetyninedesigns { background-color: #F26739!important; color: #fff; }
.bg-forrst { background-color: #5B9A68!important; color: #fff; }
.bg-digg { background-color: #191919!important; color: #fff; }
.bg-spotify { background-color: #81B71A!important; color: #fff; }
.bg-reddit { background-color: #C6C6C6!important; color: #fff; }
.bg-blogger { background-color: #FC4F08!important; color: #fff; }
.bg-cc { background-color: #688527!important; color:#fff; }
.bg-dribbble { background-color: #EA4C89!important; color:#fff; }
.bg-evernote { background-color: #5BA525!important; color:#fff; }
.bg-flickr { background-color: #FF0084!important; color:#fff; }
.bg-google { background-color: #DD4B39!important; color:#fff; }
.bg-instapaper { background-color: #333!important; color:#fff; }
.bg-klout { background-color: #FF5F52!important; color:#fff; }
.bg-vk { background-color: #2B587A!important; color:#fff; }
.bg-rss { background-color: #EE802F!important; color:#fff; }
.bg-aim { background-color: #FCD20B!important; color:#fff; }
.bg-yahoo { background-color: #720E9E!important; color:#fff; }
.bg-email3 { background-color: #6567A5!important; color:#fff; }
.bg-macstore { background-color: #333333!important; color:#fff; }
.bg-myspace { background-color: #666666!important; color:#fff; }
.bg-podcast { background-color: #E4B21B!important; color:#fff; }
.bg-cloudapp { background-color: #525557!important; color:#fff; }
.bg-dropbox { background-color: #3D9AE8!important; color:#fff; }
.bg-ebay { background-color: #89C507!important; color:#fff; }
.bg-github { background-color: #171515!important; color:#fff; }
.bg-itunes { background-color: #222!important; color:#fff; }
.bg-plurk { background-color: #CF5A00!important; color:#fff; }
.bg-pinboard { background-color: #0000E6!important; color:#fff; }
.bg-soundcloud { background-color: #FF7700!important; color:#fff; }
.bg-tumblr { background-color: #34526F!important; color:#fff; }
.bg-wordpress { background-color: #1E8CBE!important; color:#fff; }
.bg-yelp { background-color: #C41200!important; color:#fff; }
.bg-intensedebate { background-color: #009EE4!important; color:#fff; }
.bg-eventbrite { background-color: #F16924!important; color:#fff; }
.bg-scribd { background-color: #666666!important; color:#fff; }
.bg-stripe { background-color: #008CDD!important; color:#fff; }
.bg-print { background-color: #111!important; color:#fff; }
.bg-dwolla { background-color: #FF5C03!important; color:#fff; }
.bg-statusnet { background-color: #131A30!important; color:#fff; }
.bg-acrobat { background-color: #D3222A!important; color:#fff; }
.bg-drupal { background-color: #27537A!important; color:#fff; }
.bg-buffer { background-color: #333333!important; color:#fff; }
.bg-pocket { background-color: #EE4056!important; color:#fff; }
.bg-bitbucket { background-color: #0E4984!important; color:#fff; }
.bg-stackoverflow { background-color: #EF8236!important; color:#fff; }
.bg-hackernews { background-color: #FF6600!important; color:#fff; }
.bg-xing { background-color: #126567!important; color:#fff; }
.bg-quora { background-color: #A82400!important; color:#fff; }
.bg-openid { background-color: #E16309!important; color:#fff; }
.bg-steam { background-color: #111!important; color:#fff; }
.bg-amazon { background-color: #E47911!important; color:#fff; }
.bg-disqus { background-color: #E4E7EE!important; color:#fff; }
.bg-plancast { background-color: #222!important; color:#fff; }
.bg-appstore { background-color: #000!important; color:#fff; }
*/
/**

		- SVG Fills
			.fill-primary, .fill-secondary, etc
			.fill-gray-*

**/
.fill-primary {
    fill: #dc6a8e !important;
}

.bg-primary-soft .fill-primary {
    fill: #6d66ee !important;
}

.fill-secondary {
    fill: #6c757d !important;
}

.bg-secondary-soft .fill-secondary {
    fill: #78828a !important;
}

.fill-success {
    fill: #6dbb30 !important;
}

.bg-success-soft .fill-success {
    fill: #79cc38 !important;
}

.fill-info {
    fill: #73e7f7 !important;
}

.bg-info-soft .fill-info {
    fill: #8bebf8 !important;
}

.fill-warning {
    fill: #fad776 !important;
}

.bg-warning-soft .fill-warning {
    fill: #f8c945 !important;
}

.fill-danger {
    fill: #f64e60 !important;
}

.bg-danger-soft .fill-danger {
    fill: #f76676 !important;
}

.fill-light {
    fill: #f8f9fa !important;
}

.bg-light-soft .fill-light {
    fill: white !important;
}

.fill-dark {
    fill: #2E2E2E !important;
}

.bg-dark-soft .fill-dark {
    fill: #3b3b3b !important;
}

.fill-gray-100 {
    fill: #f9fbfd !important;
}

.fill-gray-200 {
    fill: #f1f4f8 !important;
}

.fill-gray-300 {
    fill: #d9e2ef !important;
}

.fill-gray-400 {
    fill: #c6d3e6 !important;
}

.fill-gray-500 {
    fill: #abbcd5 !important;
}

.fill-gray-600 {
    fill: #869ab8 !important;
}

.fill-gray-700 {
    fill: #506690 !important;
}

.fill-gray-800 {
    fill: #384c74 !important;
}

.fill-gray-900 {
    fill: #1b2a4e !important;
}

.fill-muted {
    fill: #506690 !important;
}

/*
	svg drawlines

	<svg class="svg-drawlines h--20 position-absolute start-0 bottom-0 mb--n10" viewBox="0 0 154 13">
		<path fill="none" d="M2 2c49.7 2.6 100 3.1 150 1.7-46.5 2-93 4.4-139.2 7.3 45.2-1.5 90.6-1.8 135.8-.6" vector-effect="non-scaling-stroke" stroke-linejoin="round" stroke-linecap="round"></path>
	</svg>

*/
.svg-drawlines {
    stroke: #f7345e;
    /* red */
    stroke-width: 4;
    stroke-dasharray: 960px;
    stroke-dashoffset: 960px;
    -webkit-animation: __svgDraw 2s normal forwards ease-out;
    animation: __svgDraw 2s normal forwards ease-out;
    -webkit-animation-delay: 0.61s;
    animation-delay: 0.61s;
}

@-webkit-keyframes __svgDraw {
    0% {
        stroke-dashoffset: 960px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes __svgDraw {
    0% {
        stroke-dashoffset: 960px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

/**

		- Scroll 				.scrollable-vertical
								.scrollable-horizontal

**/
.scrollable-vertical,
.scrollable-horizontal {
    -ms-scroll-chaining: none;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
    -webkit-overscroll-behavior: contain;
    overscroll-behavior: contain;
}

/* scrollable vertical */
.scrollable-vertical {
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    /* mobile smooth scroll */
    height: auto;
    max-height: 100%;
}

/*

	scrollable horizontal
	Do not use dropdowns inside

	@Dependencies: 		_responsive.scss
						scroll styling : desktop only

*/
.scrollable-horizontal {
    /*overflow: hidden;*/
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    width: auto;
    white-space: nowrap;
    position: relative;
    z-index: 100;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollable-horizontal::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
    background: transparent !important;
}

.scrollable-horizontal::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background: transparent !important;
}

.scrollable-horizontal::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none !important;
    background: transparent !important;
    width: 0px !important;
    height: 0px !important;
    outline: none !important;
}

.scrollable-horizontal::-webkit-scrollbar-button {
    background: transparent !important;
    width: 0px !important;
    height: 0px !important;
    outline: none !important;
}

@media only screen and (min-width: 768px) {
    /* webkit scrollbar style */
    .scrollable-vertical {
        scrollbar-color: #121212 #eeeeee;
        scrollbar-width: thin;
    }

    .scrollable-vertical::-webkit-scrollbar-track,
    .scrollable-vertical::-webkit-scrollbar,
    .scrollable-vertical::-webkit-scrollbar-thumb,
    .scrollable-styled-dark::-webkit-scrollbar-track,
    .scrollable-styled-light::-webkit-scrollbar-track,
    .scrollable-styled-dark::-webkit-scrollbar,
    .scrollable-styled-light::-webkit-scrollbar,
    .scrollable-styled-dark::-webkit-scrollbar-thumb,
    .scrollable-styled-light::-webkit-scrollbar-thumb {
        margin: 3px 0;
        border-radius: 0.35rem;
    }

    .scrollable-vertical::-webkit-scrollbar,
    .scrollable-styled-dark::-webkit-scrollbar,
    .scrollable-styled-light::-webkit-scrollbar {
        width: 3px;
    }

    /* hidden, shown on mouse over */
    .scrollable-styled-light::-webkit-scrollbar,
    .scrollable-styled-light::-webkit-scrollbar-thumb,
    .scrollable-styled-light::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0);
    }

    .scrollable-styled-dark::-webkit-scrollbar-track,
    .scrollable-styled-light::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
    }

    /* dark vertical : default */
    .scrollable-vertical:hover::-webkit-scrollbar {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .scrollable-vertical:hover::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .scrollable-vertical:hover::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        background-color: rgba(255, 255, 255, 0.1);
    }

    /* light */
    .scrollable-styled-light:hover::-webkit-scrollbar {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .scrollable-styled-light:hover::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .scrollable-styled-light:hover::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        background-color: rgba(0, 0, 0, 0.1);
    }

    /* dark */
    .scrollable-styled-dark:hover::-webkit-scrollbar {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .scrollable-styled-dark:hover::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .scrollable-styled-dark:hover::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        background-color: rgba(255, 255, 255, 0.1);
    }
}

/**

		- Hide

**/
.hide {
    display: none;
}

.hide-force {
    display: none !important;
}

/* autohide element if empty (no spaces, nothing) */
.hide-empty:empty {
    display: none !important;
}

.d-none-cloaked {
    box-shadow: none !important;
    opacity: 0 !important;
    position: absolute;
    z-index: -1;
    width: 2px;
    height: 2px;
}

/*

	Items are hidden but visible on mouse over.
	Example: seful to hide "delete" button but visible on hover
	** Always visible on mobile!

	<div class="show-hover-container">

		<div class="show-hover-item">...</div>

	</div>

*/
@media only screen and (min-width: 992px) {
    .show-hover-container:not(:hover) .show-hover-item {
        visibility: hidden;
        transition: box-shadow 250ms ease, transform 250ms ease;
    }

    .show-hover-container:hover .show-hover-item {
        visibility: visible !important;
    }
}

/* all devices */
.show-hover-container-all:not(:hover) .show-hover-item-all {
    visibility: hidden;
    transition: box-shadow 250ms ease, transform 250ms ease;
}

.show-hover-container-all:hover .show-hover-item-all {
    visibility: visible !important;
}

/*

	VIZIBILITY CLASSES, EASIER|INTUITIVE (old bootstrap)
	INSTEAD OF .d-*
	https://getbootstrap.com/docs/4.3/utilities/display/

	MIXIN USED

*/
.hidden-xs-up {
    display: none !important;
}

.hidden-xs-down {
    display: none !important;
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .hidden-xl-down {
        display: none !important;
    }
}

/*

  Viewport

*/
.vw-25 {
    width: 25vw !important;
}

.vh-25 {
    height: 25vh !important;
}

.min-vw-25 {
    min-width: 25vw !important;
}

.max-vw-25 {
    max-width: 25vw !important;
}

.min-vh-25 {
    min-height: 25vh !important;
}

.max-vh-25 {
    min-height: 25vh !important;
}

.vw-33 {
    width: 33vw !important;
}

.vh-33 {
    height: 33vh !important;
}

.min-vw-33 {
    min-width: 33vw !important;
}

.max-vw-33 {
    max-width: 33vw !important;
}

.min-vh-33 {
    min-height: 33vh !important;
}

.max-vh-33 {
    min-height: 33vh !important;
}

.vw-50 {
    width: 50vw !important;
}

.vh-50 {
    height: 50vh !important;
}

.min-vw-50 {
    min-width: 50vw !important;
}

.max-vw-50 {
    max-width: 50vw !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.max-vh-50 {
    min-height: 50vh !important;
}

.vw-75 {
    width: 75vw !important;
}

.vh-75 {
    height: 75vh !important;
}

.min-vw-75 {
    min-width: 75vw !important;
}

.max-vw-75 {
    max-width: 75vw !important;
}

.min-vh-75 {
    min-height: 75vh !important;
}

.max-vh-75 {
    min-height: 75vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.max-vw-100 {
    max-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.max-vh-100 {
    min-height: 100vh !important;
}

@media only screen and (min-width: 1199px) {
    .vh-xl-25 {
        height: 25vh !important;
    }

    .min-vh-xl-25 {
        min-height: 25vh !important;
    }

    .max-vh-xl-25 {
        min-height: 25vh !important;
    }

    .vh-xl-33 {
        height: 33vh !important;
    }

    .min-vh-xl-33 {
        min-height: 33vh !important;
    }

    .max-vh-xl-33 {
        min-height: 33vh !important;
    }

    .vh-xl-50 {
        height: 50vh !important;
    }

    .min-vh-xl-50 {
        min-height: 50vh !important;
    }

    .max-vh-xl-50 {
        min-height: 50vh !important;
    }

    .vh-xl-75 {
        height: 75vh !important;
    }

    .min-vh-xl-75 {
        min-height: 75vh !important;
    }

    .max-vh-xl-75 {
        min-height: 75vh !important;
    }

    .vh-xl-100 {
        height: 100vh !important;
    }

    .min-vh-xl-100 {
        min-height: 100vh !important;
    }

    .max-vh-xl-100 {
        min-height: 100vh !important;
    }
}

@media only screen and (min-width: 991px) {
    .vh-lg-25 {
        height: 25vh !important;
    }

    .min-vh-lg-25 {
        min-height: 25vh !important;
    }

    .max-vh-lg-25 {
        min-height: 25vh !important;
    }

    .vh-lg-33 {
        height: 33vh !important;
    }

    .min-vh-lg-33 {
        min-height: 33vh !important;
    }

    .max-vh-lg-33 {
        min-height: 33vh !important;
    }

    .vh-lg-50 {
        height: 50vh !important;
    }

    .min-vh-lg-50 {
        min-height: 50vh !important;
    }

    .max-vh-lg-50 {
        min-height: 50vh !important;
    }

    .vh-lg-75 {
        height: 75vh !important;
    }

    .min-vh-lg-75 {
        min-height: 75vh !important;
    }

    .max-vh-lg-75 {
        min-height: 75vh !important;
    }

    .vh-lg-100 {
        height: 100vh !important;
    }

    .min-vh-lg-100 {
        min-height: 100vh !important;
    }

    .max-vh-lg-100 {
        min-height: 100vh !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .vh-md-25 {
        height: 25vh !important;
    }

    .min-vh-md-25 {
        min-height: 25vh !important;
    }

    .max-vh-md-25 {
        min-height: 25vh !important;
    }

    .vh-md-33 {
        height: 33vh !important;
    }

    .min-vh-md-33 {
        min-height: 33vh !important;
    }

    .max-vh-md-33 {
        min-height: 33vh !important;
    }

    .vh-md-50 {
        height: 50vh !important;
    }

    .min-vh-md-50 {
        min-height: 50vh !important;
    }

    .max-vh-md-50 {
        min-height: 50vh !important;
    }

    .vh-md-75 {
        height: 75vh !important;
    }

    .min-vh-md-75 {
        min-height: 75vh !important;
    }

    .max-vh-md-75 {
        min-height: 75vh !important;
    }

    .vh-md-100 {
        height: 100vh !important;
    }

    .min-vh-md-100 {
        min-height: 100vh !important;
    }

    .max-vh-md-100 {
        min-height: 100vh !important;
    }
}

@media only screen and (min-width: 576px) {
    .vh-sm-25 {
        height: 25vh !important;
    }

    .min-vh-sm-25 {
        min-height: 25vh !important;
    }

    .max-vh-sm-25 {
        min-height: 25vh !important;
    }

    .vh-sm-33 {
        height: 33vh !important;
    }

    .min-vh-sm-33 {
        min-height: 33vh !important;
    }

    .max-vh-sm-33 {
        min-height: 33vh !important;
    }

    .vh-sm-50 {
        height: 50vh !important;
    }

    .min-vh-sm-50 {
        min-height: 50vh !important;
    }

    .max-vh-sm-50 {
        min-height: 50vh !important;
    }

    .vh-sm-75 {
        height: 75vh !important;
    }

    .min-vh-sm-75 {
        min-height: 75vh !important;
    }

    .max-vh-sm-75 {
        min-height: 75vh !important;
    }

    .vh-sm-100 {
        height: 100vh !important;
    }

    .min-vh-sm-100 {
        min-height: 100vh !important;
    }

    .max-vh-sm-100 {
        min-height: 100vh !important;
    }
}

.mw-0, .min-w-0 {
    min-width: 0 !important;
}

.mw-75 {
    max-width: 75% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.mw-25 {
    max-width: 25% !important;
}

.w-100 {
    width: 100px;
}

.w-150 {
    width: 150px;
}

.w-200 {
    width: 200px;
}

.w-250 {
    width: 250px;
}

.w-300 {
    width: 300px;
}

.w-350 {
    width: 350px;
}

.w-400 {
    width: 400px;
}

.w-450 {
    width: 450px;
}

.w-500 {
    width: 500px;
}

.w-550 {
    width: 550px;
}

.w-600 {
    width: 600px;
}

.w-650 {
    width: 650px;
}

.max-w-100 {
    max-width: 100px !important;
}

.max-w-150 {
    max-width: 150px !important;
}

.max-w-200 {
    max-width: 200px !important;
}

.max-w-250 {
    max-width: 250px !important;
}

.max-w-300 {
    max-width: 300px !important;
}

.max-w-350 {
    max-width: 350px !important;
}

.max-w-400 {
    max-width: 400px !important;
}

.max-w-450 {
    max-width: 450px !important;
}

.max-w-500 {
    max-width: 500px !important;
}

.max-w-550 {
    max-width: 550px !important;
}

.max-w-600 {
    max-width: 600px !important;
}

.max-w-650 {
    max-width: 650px !important;
}

.max-w-700 {
    max-width: 700px !important;
}

.max-w-750 {
    max-width: 750px !important;
}

.max-w-800 {
    max-width: 800px !important;
}

/**

  Embed media

**/
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9:before {
    padding-top: 56.25%;
}

.embed-responsive:before {
    display: block;
    content: "";
}

/**

  File input

**/
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

/**

		- Cursors

**/
.cursor-pointer {
    cursor: pointer;
}

.cursor-text {
    cursor: text;
}

.sortable-handle,
.cursor-move {
    cursor: move;
    cursor: -webkit-grabbing;
}

/**

		- Flex

**/
.flex-none {
    flex: none !important;
}

.d-flex-align-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex-1-0-auto {
    flex: 1 0 auto;
}

.d-flex-1-1-auto {
    flex: 1 1 auto !important;
}

.d-flex-inherit {
    flex: inherit !important;
}

.justify-content-inherit {
    justify-content: inherit !important;
}

/**

		:: WORKING : DISABLED|NOT NEEDED ::

		Squared Grid
		:: Chrome, FF, Opera, Safari (IE not tested)


.row-squared {
	display: flex;
	flex-wrap: wrap;
}
	.col-squared {
		width: 100%;
	}

@media (min-width: map-get($grid-breakpoints, "lg")) {
	.col-squared {
		width: 50%;
	}
}
@media (max-width: map-get($grid-breakpoints, "lg") - 1) { // xl: 1200px, lg: 992px, md: 768px
	.col-squared {
		width: 25%;
	}
}
.col-squared:before {
	content: "";
	float: left;
	padding-top: 100%;
}

**/
/**

		- Bordered Grid 			.row-grid

**/
/* bordered grid */
.ul-grid,
.row-grid {
    border-top: 1px solid #f1f4f8;
    border-left: 1px solid #f1f4f8;
}

.ul-grid > li,
.row-grid > div {
    border-bottom: 1px solid #f1f4f8;
    padding: 0;
    border-right: 1px solid #f1f4f8;
}

.d-inline-grid {
    display: inline-grid !important;
}

.gap-auto-0 {
    grid-auto-flow: column;
    grid-gap: 0;
    align-items: center;
}

.gap-auto-1 {
    grid-auto-flow: column;
    grid-gap: 0.25rem;
    align-items: center;
}

.gap-auto-2 {
    grid-auto-flow: column;
    grid-gap: 0.5rem;
    align-items: center;
}

.gap-auto-3 {
    grid-auto-flow: column;
    grid-gap: 1rem;
    align-items: center;
}

.gap-auto-4 {
    grid-auto-flow: column;
    grid-gap: 1.5rem;
    align-items: center;
}

.gap-auto-5 {
    grid-auto-flow: column;
    grid-gap: 3rem;
    align-items: center;
}

.gap-auto-6 {
    grid-auto-flow: column;
    grid-gap: 4.5rem;
    align-items: center;
}

.gap-auto-7 {
    grid-auto-flow: column;
    grid-gap: 6rem;
    align-items: center;
}

.gap-auto-8 {
    grid-auto-flow: column;
    grid-gap: 8rem;
    align-items: center;
}

.col-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th,
.col-xl-5th {
    position: relative;
    /*width: 100%;*/
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-5th {
    flex: 0 0 20%;
    max-width: 20%;
}

@media only screen and (min-width: 576px) {
    .col-sm-5th {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (min-width: 768px) {
    .col-md-5th {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-5th {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5th {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*
  Grid Gutters
*/
.gutters-xxs {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
}

.gutters-xxs > [class*="col"] {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
}

.gutters-xs {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}

.gutters-xs > [class*="col"] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.gutters-sm {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.gutters-sm > [class*="col"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.gutters-md {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.gutters-md > [class*="col"] {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.gutters-lg {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.gutters-lg > [class*="col"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.gutters-xl {
    margin-right: -3rem;
    margin-left: -3rem;
}

.gutters-xl > [class*="col"] {
    padding-right: 3rem;
    padding-left: 3rem;
}

/*
  Bordered columns
  old:  rgba(0,0,0,.1)
*/
.row.col-border > div:not(:first-child) {
    border-left: #f1f6fa 1px solid;
}

@media only screen and (min-width: 576px) {
    .row.col-border-sm > div:not(:first-child) {
        border-left: #f1f6fa 1px solid;
    }
}

@media only screen and (min-width: 768px) {
    .row.col-border-md > div:not(:first-child) {
        border-left: #f1f6fa 1px solid;
    }
}

@media only screen and (min-width: 992px) {
    .row.col-border-lg > div:not(:first-child) {
        border-left: #f1f6fa 1px solid;
    }
}

/*

  Kanban grid

*/
.kanban-grid {
    flex-wrap: nowrap;
}

.kanban-grid > [class*=col] {
    width: 350px;
}

/*
  Grid notes-like
*/
.grid-notebook {
    display: block;
    font-size: 1rem;
    line-height: 2rem;
    line-height: 200%;
    padding: 0.455rem 1.5625rem 0 1.5625rem;
    background-image: -webkit-linear-gradient(top, transparent, transparent 1.9375rem, #E7EFF8 0);
    background-size: 100% 2rem;
    background-attachment: local;
}

.grid-notebook p,
.grid-notebook ul,
.grid-notebook ol {
    margin-bottom: 0 !important;
}

.grid-notebook h1, .grid-notebook .h1,
.grid-notebook h2,
.grid-notebook .h2,
.grid-notebook h3,
.grid-notebook .h3,
.grid-notebook h4,
.grid-notebook .h4,
.grid-notebook h5,
.grid-notebook .h5,
.grid-notebook h6,
.grid-notebook .h6 {
    line-height: 2rem !important;
    margin-bottom: 0 !important;
}

.grid-notebook h1, .grid-notebook .h1,
.grid-notebook h2,
.grid-notebook .h2 {
    font-size: 1.5625rem !important;
}


.grid-notebook h3,
.grid-notebook .h3 {
    font-size: 1.25rem !important;
}


.grid-notebook h4,
.grid-notebook .h4,
.grid-notebook h5,
.grid-notebook .h5,
.grid-notebook h6,
.grid-notebook .h6 {
    font-size: 1.125rem !important;
}

/**

		- Line Height

**/
.line-height-0 {
    line-height: 0 !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-inherit {
    line-height: inherit !important;
}

/**

		- Table

**/
/* bootstrap fix */
.d-table {
    position: relative;
    width: 100%;
    height: 100%;
}

.smaller {
    font-size: 0.75rem !important;
}

.text-dashed {
    border-bottom: 1px dashed #506690;
}

/* slightly text shadow */
.text-shadow-dark {
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;
}

.text-monospace {
    -webkit-font-smoothing: initial;
}

/* text color missing from botostrap */
.text-gray-100 {
    color: #f9fbfd !important;
}

.text-gray-200 {
    color: #f1f4f8 !important;
}

.text-gray-300 {
    color: #d9e2ef !important;
}

.text-gray-400 {
    color: #c6d3e6 !important;
}

.text-gray-500 {
    color: #abbcd5 !important;
}

.text-gray-600 {
    color: #869ab8 !important;
}

.text-gray-700 {
    color: #506690 !important;
}

.text-gray-800 {
    color: #384c74 !important;
}

.text-gray-900 {
    color: #1b2a4e !important;
}

.link-muted {
    color: #506690;
    /*border-bottom: #97a4af 1px dashed;*/
    text-decoration: none !important;
}

.link-dashed {
    color: #dc6a8e !important;
    border-bottom: 1px dashed #dc6a8e !important;
    text-decoration: none !important;
}

.link-dashed-hover,
.link-dashed:hover {
    border-bottom: 1px dashed #dc6a8e;
}

.link-normal {
    color: #1c0950;
}

.link-normal:hover {
    color: #dc6a8e;
}

.disabled {
    opacity: .65;
    pointer-events: none;
}

/*

	Links
		.text-
		.text-*-hover

*/
.text-primary-hover {
    transition: all 0.2s ease-in-out;
}

a.text-primary-hover:focus,
a.text-primary-hover:hover {
    color: #dc6a8e !important;
}

.text-secondary-hover {
    transition: all 0.2s ease-in-out;
}

a.text-secondary-hover:focus,
a.text-secondary-hover:hover {
    color: #6c757d !important;
}

.text-success-hover {
    transition: all 0.2s ease-in-out;
}

a.text-success-hover:focus,
a.text-success-hover:hover {
    color: #6dbb30 !important;
}

.text-info-hover {
    transition: all 0.2s ease-in-out;
}

a.text-info-hover:focus,
a.text-info-hover:hover {
    color: #73e7f7 !important;
}

.text-warning-hover {
    transition: all 0.2s ease-in-out;
}

a.text-warning-hover:focus,
a.text-warning-hover:hover {
    color: #fad776 !important;
}

.text-danger-hover {
    transition: all 0.2s ease-in-out;
}

a.text-danger-hover:focus,
a.text-danger-hover:hover {
    color: #f64e60 !important;
}

.text-light-hover {
    transition: all 0.2s ease-in-out;
}

a.text-light-hover:focus,
a.text-light-hover:hover {
    color: #f8f9fa !important;
}

.text-dark-hover {
    transition: all 0.2s ease-in-out;
}

a.text-dark-hover:focus,
a.text-dark-hover:hover {
    color: #2E2E2E !important;
}

/*

	Color text

*/
.text-danger-gradient {
    color: #f7345e;
    background: linear-gradient(-107deg, #82009f 0%, #f7345e 100%);
    position: relative;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

em.text-danger-gradient {
    font-style: normal;
    transform: skewX(-10deg);
}

/**

		- Z Index

**/
/* z-index */
.z-index-n1 {
    z-index: -1 !important;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.z-index-4 {
    z-index: 4 !important;
}

.z-index-5 {
    z-index: 5 !important;
}

.z-index-10 {
    z-index: 10 !important;
}

.z-index-99 {
    z-index: 99 !important;
}

.z-index-100 {
    z-index: 100 !important;
}

.z-index-1000 {
    z-index: 1000 !important;
}

.z-index-9999 {
    z-index: 9999 !important;
}

.z-index-11 {
    z-index: 11 !important;
}

.bull {
    flex: none;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.bull-sm {
    width: 4px;
    height: 4px;
}

.bull-lg {
    width: 8px;
    height: 8px;
}

.bull-xl {
    width: 12px;
    height: 12px;
}

/**

		- Rtl Utils 				.text-align-start, .text-align-end, .float-start, .float-end
									.p--0-start, .p--0-end, .m--0-start, .m--0-end
									.b--0-start, .b--0-end, .b--0-start, .b--0-end
									.m-auto-start, .m-auto-end

**/
.text-align-start {
    text-align: left !important;
}

.text-align-end {
    text-align: right !important;
}

.float-start {
    float: left !important;
    margin-right: 10px;
}

.float-end {
    float: right !important;
    margin-left: 10px;
}

.p--0-start {
    padding-left: 0 !important;
}

.p--0-end {
    padding-right: 0 !important;
}

.m--0-start {
    margin-left: 0 !important;
}

.m--0-end {
    margin-right: 0 !important;
}

.m-auto-start {
    margin-left: auto !important;
}

.m-auto-end {
    margin-right: auto !important;
}

.b--0-start {
    border-left: 0 !important;
}

.b--0-end {
    border-right: 0 !important;
}

.hide-ltr {
    display: none !important;
}

/**

		- Generic Animations 		.animate-fadein 			CSS: 	animation: __utilFadeIn .25s ease;
                                    .animate-fadeinSlow         CSS:    animation: __utilFadeInSlow 2s ease;

									.animate-fadeinup 			CSS: 	animation: __utilFadeInUp .25s ease-out forwards;
									.animate-fadeindown 		CSS: 	animation: __utilFadeInDown .25s ease-out forwards;

									.animate-bouncein 			CSS: 	animation: __utilBounceIn .25s ease-out forwards;
									.animate-bounceinup			CSS: 	animation: __utilBounceInUp .25s ease-out forwards;

									.animate-shine				CSS: 	animation: __utilShine 6s infinite ease-in-out;
									.animate-pulse 				CSS: 	animation: __utilPulse 2s infinite;
									.animate-reveal-up	 		(50px)
									.animate-reveal-down 		(50px)
**/
.animate-none {
    -webkit-animation: none !important;
    animation: none !important;
}

/*

	Animate SlideIn

*/
@keyframes __slideIn {
    0% {
        transform: translateY(0.8rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(0.8rem);
        opacity: 0;
    }
}

@-webkit-keyframes __slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(0.8rem);
        -webkit-opacity: 0;
    }
}

.animate-slidein {
    animation-duration: 0.21s;
    animation-fill-mode: both;
    animation-name: __slideIn;
    -webkit-animation-duration: 0.21s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: __slideIn;
}

/*

	Animate Blink

*/
@keyframes __animateBlink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes __animateBlink {
    to {
        visibility: hidden;
    }
}

.animate-blink {
    -webkit-animation: __animateBlink 1s steps(5, start) infinite;
    animation: __animateBlink 1s steps(5, start) infinite;
}

/*

	Animate Reveal

*/
.animate-reveal-up-item > .reveal-item,
.animate-reveal-down-item > .reveal-item,
.animate-reveal-up,
.animate-reveal-down {
    transform: translateZ(0);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
}

.animate-reveal-down-item:hover > .reveal-item,
.animate-reveal-down:hover {
    transform: translate3d(0, 50px, 0);
}

.animate-reveal-up-item:hover > .reveal-item,
.animate-reveal-up:hover {
    transform: translate3d(0, -50px, 0);
}

/*

	Fade In
	animation: __utilFadeIn .25s ease;

*/
@-webkit-keyframes __utilFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes __utilFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animate-fadein {
    -webkit-animation: __utilFadeIn;
    animation: __utilFadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .50s;
    animation-duration: .50s;
}

/*

	Fade In Slow
	animation: __utilFadeInSlow .25s ease;

*/
@-webkit-keyframes __utilFadeInSlow {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@keyframes __utilFadeInSlow {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

.animate-fadein__slow {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: __utilFadeInSlow 2s ease;
    animation: __utilFadeInSlow 2s ease;
}

/*

	Fade in up
	Fade in down

*/
@-webkit-keyframes __utilFadeInUp {
    0% {
        transform: translateY(0.8rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(0.8rem);
        opacity: 0;
    }
}

@keyframes __utilFadeInUp {
    0% {
        transform: translateY(0.8rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(0.8rem);
        opacity: 0;
    }
}

@-webkit-keyframes __utilFadeInDown {
    0% {
        transform: translateY(-0.8rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(-0.8rem);
        opacity: 0;
    }
}

@keyframes __utilFadeInDown {
    0% {
        transform: translateY(-0.8rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(-0.8rem);
        opacity: 0;
    }
}

.animate-fadeinup {
    -webkit-animation: __utilFadeInUp .25s ease-out forwards !important;
    animation: __utilFadeInUp .25s ease-out forwards !important;
}

.animate-fadeindown {
    -webkit-animation: __utilFadeInDown .25s ease-out forwards !important;
    animation: __utilFadeInDown .25s ease-out forwards !important;
}

/*

	Bounce In
	animation: __utilBounceIn .25s ease-out forwards;

*/
@-webkit-keyframes __utilBounceIn {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

@keyframes __utilBounceIn {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.animate-bouncein {
    -webkit-animation: __utilBounceIn .25s ease-out forwards;
    animation: __utilBounceIn .25s ease-out forwards;
}

/*

	Bounce In Up
	animation: __utilBounceInUp .25s ease-out forwards;

*/
@-webkit-keyframes __utilBounceInUp {
    0% {
        transform: translateY(600px);
        opacity: 0;
    }
    25% {
        transform: translateY(-30px);
        opacity: 1;
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes __utilBounceInUp {
    0% {
        transform: translateY(600px);
        opacity: 0;
    }
    25% {
        transform: translateY(-30px);
        opacity: 1;
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

.animate-bounceinup {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: __utilBounceInUp;
    animation-name: __utilBounceInUp;
}

/*

	Shine

*/
@-webkit-keyframes __utilShine {
    1% {
        opacity: 0;
        transition-property: opacity;
        transition-duration: .1s;
    }
    25% {
        opacity: 0.1;
        transform: rotate(180deg);
        transition-duration: .1s;
    }
    50% {
        opacity: 1;
        transform: rotate(-90deg);
        transition-duration: .1s;
    }
    75% {
        opacity: 0.1;
        transform: rotate(30deg);
        transition-duration: .1s;
    }
    100% {
        opacity: 0;
        transform: rotate(180deg);
        transition-duration: .1s;
    }
}

@keyframes __utilShine {
    1% {
        opacity: 0;
        transition-property: opacity;
        transition-duration: .1s;
    }
    25% {
        opacity: 0.1;
        transform: rotate(180deg);
        transition-duration: .1s;
    }
    50% {
        opacity: 1;
        transform: rotate(-90deg);
        transition-duration: .1s;
    }
    75% {
        opacity: 0.1;
        transform: rotate(30deg);
        transition-duration: .1s;
    }
    100% {
        opacity: 0;
        transform: rotate(180deg);
        transition-duration: .1s;
    }
}

.animate-shine:after {
    -webkit-animation: __utilShine 6s infinite ease-in-out;
    animation: __utilShine 6s infinite ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    content: "";
    position: absolute;
    top: -10%;
    left: 0%;
    width: 120%;
    height: 120%;
    opacity: 0;
    z-index: 0;
    border-radius: 50%;
    transform: rotate(40deg);
    background: rgba(248, 249, 250, 0.3);
    background: linear-gradient(to right, rgba(248, 249, 250, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(248, 249, 250, 0) 100%);
}

@-webkit-keyframes __pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(80, 102, 144, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(80, 102, 144, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(80, 102, 144, 0);
    }
}

@keyframes __pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(80, 102, 144, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(80, 102, 144, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(80, 102, 144, 0);
    }
}

@-webkit-keyframes __pulsePrimary {
    0% {
        box-shadow: 0 0 0 0 rgba(87, 79, 236, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(87, 79, 236, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(87, 79, 236, 0);
    }
}

@keyframes __pulsePrimary {
    0% {
        box-shadow: 0 0 0 0 rgba(87, 79, 236, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(87, 79, 236, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(87, 79, 236, 0);
    }
}

@-webkit-keyframes __pulseDanger {
    0% {
        box-shadow: 0 0 0 0 rgba(246, 78, 96, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(246, 78, 96, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(246, 78, 96, 0);
    }
}

@keyframes __pulseDanger {
    0% {
        box-shadow: 0 0 0 0 rgba(246, 78, 96, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(246, 78, 96, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(246, 78, 96, 0);
    }
}

@-webkit-keyframes __pulseWarning {
    0% {
        box-shadow: 0 0 0 0 rgba(250, 215, 118, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(250, 215, 118, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(250, 215, 118, 0);
    }
}

@keyframes __pulseWarning {
    0% {
        box-shadow: 0 0 0 0 rgba(250, 215, 118, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(250, 215, 118, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(250, 215, 118, 0);
    }
}

@-webkit-keyframes __pulseSuccess {
    0% {
        box-shadow: 0 0 0 0 rgba(109, 187, 48, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(109, 187, 48, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(109, 187, 48, 0);
    }
}

@keyframes __pulseSuccess {
    0% {
        box-shadow: 0 0 0 0 rgba(109, 187, 48, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(109, 187, 48, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(109, 187, 48, 0);
    }
}

.animate-pulse {
    -webkit-animation: __pulse 2s infinite;
    animation: __pulse 2s infinite;
}

.animate-pulse-primary {
    -webkit-animation: __pulsePrimary 2s infinite;
    animation: __pulsePrimary 2s infinite;
}

.animate-pulse-danger {
    -webkit-animation: __pulseDanger 2s infinite;
    animation: __pulseDanger 2s infinite;
}

.animate-pulse-warning {
    -webkit-animation: __pulseWarning 2s infinite;
    animation: __pulseWarning 2s infinite;
}

.animate-pulse-success {
    -webkit-animation: __pulseSuccess 2s infinite;
    animation: __pulseSuccess 2s infinite;
}

/*

	Smooth Zoom
	https://w3bits.com/labs/css-image-hover-zoom/

*/
.img-hover-zoom {
    background: #222f3e;
    height: 300px;
    overflow: hidden;
    border-radius: .5em;
    border: 5px solid rgba(255, 255, 255, 0.05);
}

.img-hover-zoom--empty {
    background-color: rgba(255, 255, 255, 0.1);
    border-width: 0;
}

.img-hover-zoom:not(.img-hover-zoom--empty):hover {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

.img-hover-zoom--basic img {
    transition: transform .5s ease;
}

.img-hover-zoom--basic:hover img {
    transform: scale(1.5);
}

.img-hover-zoom--quick-zoom img {
    transform-origin: 0 0;
    transition: transform .25s, visibility .25s ease-in;
}

.img-hover-zoom--quick-zoom:hover img {
    transform: scale(2);
}

.img-hover-zoom--point-zoom img {
    transform-origin: 65% 75%;
    transition: transform 1s, filter .5s ease-out;
}

.img-hover-zoom--point-zoom:hover img {
    transform: scale(5);
}

.img-hover-zoom--zoom-n-rotate img {
    transition: transform .5s ease-in-out;
}

.img-hover-zoom--zoom-n-rotate:hover img {
    transform: scale(2) rotate(25deg);
}

.img-hover-zoom--slowmo img {
    transform-origin: 50% 65%;
    transition: transform 5s, filter 3s ease-in-out;
    filter: brightness(150%);
}

.img-hover-zoom--slowmo:hover img {
    filter: brightness(100%);
    transform: scale(3);
}

.img-hover-zoom--brightness img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(50%);
}

.img-hover-zoom--brightness:hover img {
    filter: brightness(100%);
    transform: scale(1.3);
}

.img-hover-zoom--zoom-n-pan-h img {
    transition: transform .5s ease-in-out;
    transform: scale(1.4);
    transform-origin: 100% 0;
}

.img-hover-zoom--zoom-n-pan-h:hover img {
    transform: scale(1.5) translateX(30%);
}

.img-hover-zoom--zoom-n-pan-v img {
    transition: transform .5s ease-in-out;
    transform: scale(1.4);
    transform-origin: 0 0;
}

.img-hover-zoom--zoom-n-pan-v:hover img {
    transform: scale(1.25) translateY(-30%);
}

.img-hover-zoom--blur img {
    transition: transform 1s, filter 2s ease-in-out;
    filter: blur(2px);
    transform: scale(1.2);
}

.img-hover-zoom--blur:hover img {
    filter: blur(0);
    transform: scale(1);
}

.img-hover-zoom--colorize img {
    transition: transform .5s, filter 1.5s ease-in-out;
    filter: grayscale(100%);
}

.img-hover-zoom--colorize:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}

/**

		- Responsive (mobile) 		.text-center-xs, .float-none-xs, .d-block-xs
									.m--0-xs, .m*--0-xs,
									.p--0-xs, .p*--0-xs,
									.b--0-xs, .b*--0-xs,

**/
@media only screen and (min-width: 991px) {
    .float-none-lg {
        float: none !important;
    }

    .b-0-lg,
    .b--0-lg {
        border: 0 !important;
    }

    .border-bottom-lg {
        border-bottom: #dde4ea 1px solid;
    }

    .border-top-lg {
        border-top: #dde4ea 1px solid;
    }

    .m-0-lg,
    .m--0-lg {
        border: 0 !important;
    }

    .p-0-lg,
    .p--0-lg {
        border: 0 !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .text-center-md {
        text-align: center !important;
    }

    .text-start-md {
        text-align: left !important;
    }

    .float-none-md {
        float: none !important;
    }

    .d-block-md {
        display: block !important;
    }

    /* button fix */
    .btn.d-block-md {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .position-absolute-md {
        position: absolute !important;
    }

    .position-relative-md {
        position: relative !important;
    }

    .position-fixed-md {
        position: fixed !important;
    }

    .shadow-none-md {
        box-shadow: none !important;
    }

    .m-0-md,
    .m--0-md {
        margin: 0 !important;
    }

    .mt-0-md,
    .mt--0-md {
        margin-top: 0 !important;
    }

    .ml-0-md,
    .ml--0-md {
        margin-left: 0 !important;
    }

    .mr-0-md,
    .mr--0-md {
        margin-right: 0 !important;
    }

    .mb-0-md,
    .mb--0-md {
        margin-bottom: 0 !important;
    }

    .m-15-md,
    .m--15-md {
        margin: 15px !important;
    }

    .p-0-md,
    .p--0-md {
        padding: 0 !important;
    }

    .pt-0-md,
    .pt--0-md {
        padding-top: 0 !important;
    }

    .pl-0-md,
    .pl--0-md {
        padding-left: 0 !important;
    }

    .pr-0-md,
    .pr--0-md {
        padding-right: 0 !important;
    }

    .pb-0-md,
    .pb--0-md {
        padding-bottom: 0 !important;
    }

    .p-15-md,
    .p--15-md {
        padding: 15px !important;
    }

    .b-0-md,
    .b--0-md {
        border: 0 !important;
    }

    .bt-0-md,
    .bt--0-md {
        border-top: 0 !important;
    }

    .bl-0-md,
    .bl--0-md {
        border-left: 0 !important;
    }

    .br-0-md,
    .br--0-md {
        border-right: 0 !important;
    }

    .bb-0-md,
    .bb--0-md {
        border-bottom: 0 !important;
    }

    .border-bottom-md {
        border-bottom: #dde4ea 1px solid;
    }

    .border-top-md {
        border-top: #dde4ea 1px solid;
    }

    .rounded-0-md,
    .round-0-md,
    .r-0-md,
    .r--0-md {
        border-radius: 0 !important;
    }

    .w-100-md {
        max-width: 100% !important;
        min-width: 0% !important;
        width: 100% !important;
    }

    .w-100vh-md {
        max-width: 100% !important;
        width: 100vh !important;
    }

    .w-auto-md {
        width: auto !important;
    }

    .h-100-md {
        height: auto;
        min-height: 100% !important;
    }

    .h-100vh-md {
        height: auto;
        min-height: 100vh !important;
    }

    .h-auto-md {
        height: auto !important;
        min-height: auto !important;
        max-height: auto !important;
    }

    .rounded-circle-md {
        border-radius: 50% !important;
    }

    .overlay-none-md:after {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .text-center-xs {
        text-align: center !important;
    }

    .text-start-xs {
        text-align: left !important;
    }

    .float-none-xs {
        float: none !important;
    }

    .d-block-xs {
        display: block !important;
    }

    /* button fix */
    .btn.d-block-xs {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .position-absolute-xs {
        position: absolute !important;
    }

    .position-relative-xs {
        position: relative !important;
    }

    .position-fixed-xs {
        position: fixed !important;
    }

    .shadow-none-xs {
        box-shadow: none !important;
    }

    .m-0-xs,
    .m--0-xs {
        margin: 0 !important;
    }

    .mt-0-xs,
    .mt--0-xs {
        margin-top: 0 !important;
    }

    .ml-0-xs,
    .ml--0-xs {
        margin-left: 0 !important;
    }

    .mr-0-xs,
    .mr--0-xs {
        margin-right: 0 !important;
    }

    .mb-0-xs,
    .mb--0-xs {
        margin-bottom: 0 !important;
    }

    .m-15-xs,
    .m--15-xs {
        margin: 15px !important;
    }

    .p-0-xs,
    .p--0-xs {
        padding: 0 !important;
    }

    .pt-0-xs,
    .pt--0-xs {
        padding-top: 0 !important;
    }

    .pl-0-xs,
    .pl--0-xs {
        padding-left: 0 !important;
    }

    .pr-0-xs,
    .pr--0-xs {
        padding-right: 0 !important;
    }

    .pb-0-xs,
    .pb--0-xs {
        padding-bottom: 0 !important;
    }

    .p-15-xs,
    .p--15-xs {
        padding: 15px !important;
    }

    .b-0-xs,
    .b--0-xs {
        border: 0 !important;
    }

    .bt-0-xs,
    .bt--0-xs {
        border-top: 0 !important;
    }

    .bl-0-xs,
    .bl--0-xs {
        border-left: 0 !important;
    }

    .br-0-xs,
    .br--0-xs {
        border-right: 0 !important;
    }

    .bb-0-xs,
    .bb--0-xs {
        border-bottom: 0 !important;
    }

    .border-bottom-xs {
        border-bottom: #dde4ea 1px solid;
    }

    .border-top-xs {
        border-top: #dde4ea 1px solid;
    }

    .rounded-0-xs,
    .round-0-xs,
    .r-0-xs,
    .r--0-xs {
        border-radius: 0 !important;
    }

    .w-100-xs {
        max-width: 100% !important;
        min-width: 0% !important;
        width: 100% !important;
    }

    .w-100vh-xs {
        max-width: 100% !important;
        width: 100vh !important;
    }

    .w-auto-xs {
        width: auto !important;
    }

    .h-100-xs {
        height: auto;
        min-height: 100% !important;
    }

    .h-100vh-xs {
        height: auto;
        min-height: 100vh !important;
    }

    .h-auto-xs {
        height: auto !important;
        min-height: auto !important;
        max-height: auto !important;
    }

    .rounded-circle-xs {
        border-radius: 50% !important;
    }

    .overlay-none-xs:after {
        display: none !important;
    }

    /*
	  Grid Gutters
	*/
    .gutters-xxs--xs {
        margin-right: -0.125rem !important;
        margin-left: -0.125rem !important;
    }

    .gutters-xxs--xs > [class*="col"] {
        padding-right: 0.125rem !important;
        padding-left: 0.125rem !important;
    }

    .gutters-xs--xs {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .gutters-xs--xs > [class*="col"] {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .gutters-sm--xs {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .gutters-sm--xs > [class*="col"] {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .gutters-md--xs {
        margin-right: -0.75rem !important;
        margin-left: -0.75rem !important;
    }

    .gutters-md--xs > [class*="col"] {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .m-1-xs {
        margin: 0.25rem !important;
    }

    .m-2-xs {
        margin: 0.5rem !important;
    }

    .m-3-xs {
        margin: 1rem !important;
    }

    .m-4-xs {
        margin: 1.5rem !important;
    }

    .m-5-xs {
        margin: 3rem !important;
    }

    .mx-1-xs,
    .ml-1-xs {
        margin-left: 0.25rem !important;
    }

    .mx-2-xs,
    .ml-2-xs {
        margin-left: 0.5rem !important;
    }

    .mx-3-xs,
    .ml-3-xs {
        margin-left: 1rem !important;
    }

    .mx-4-xs,
    .ml-4-xs {
        margin-left: 1.5rem !important;
    }

    .mx-5-xs,
    .ml-5-xs {
        margin-left: 3rem !important;
    }

    .mx-1-xs,
    .mr-1-xs {
        margin-right: 0.25rem !important;
    }

    .mx-2-xs,
    .mr-2-xs {
        margin-right: 0.5rem !important;
    }

    .mx-3-xs,
    .mr-3-xs {
        margin-right: 1rem !important;
    }

    .mx-4-xs,
    .mr-4-xs {
        margin-right: 1.5rem !important;
    }

    .mx-5-xs,
    .mr-5-xs {
        margin-right: 3rem !important;
    }

    .my-1-xs,
    .mt-1-xs {
        margin-top: 0.25rem !important;
    }

    .my-2-xs,
    .mt-2-xs {
        margin-top: 0.5rem !important;
    }

    .my-3-xs,
    .mt-3-xs {
        margin-top: 1rem !important;
    }

    .my-4-xs,
    .mt-4-xs {
        margin-top: 1.5rem !important;
    }

    .my-5-xs,
    .mt-5-xs {
        margin-top: 3rem !important;
    }

    .my-1-xs,
    .mb-1-xs {
        margin-bottom: 0.25rem !important;
    }

    .my-2-xs,
    .mb-2-xs {
        margin-bottom: 0.5rem !important;
    }

    .my-3-xs,
    .mb-3-xs {
        margin-bottom: 1rem !important;
    }

    .my-4-xs,
    .mb-4-xs {
        margin-bottom: 1.5rem !important;
    }

    .my-5-xs,
    .mb-5-xs {
        margin-bottom: 3rem !important;
    }

    .p-1-xs {
        padding: 0.25rem !important;
    }

    .p-2-xs {
        padding: 0.5rem !important;
    }

    .p-3-xs {
        padding: 1rem !important;
    }

    .p-4-xs {
        padding: 1.5rem !important;
    }

    .p-5-xs {
        padding: 3rem !important;
    }

    .px-1-xs,
    .pl-1-xs {
        padding-left: 0.25rem !important;
    }

    .px-2-xs,
    .pl-2-xs {
        padding-left: 0.5rem !important;
    }

    .px-3-xs,
    .pl-3-xs {
        padding-left: 1rem !important;
    }

    .px-4-xs,
    .pl-4-xs {
        padding-left: 1.5rem !important;
    }

    .px-5-xs,
    .pl-5-xs {
        padding-left: 3rem !important;
    }

    .px-1-xs,
    .pr-1-xs {
        padding-right: 0.25rem !important;
    }

    .px-2-xs,
    .pr-2-xs {
        padding-right: 0.5rem !important;
    }

    .px-3-xs,
    .pr-3-xs {
        padding-right: 1rem !important;
    }

    .px-4-xs,
    .pr-4-xs {
        padding-right: 1.5rem !important;
    }

    .px-5-xs,
    .pr-5-xs {
        padding-right: 3rem !important;
    }

    .py-1-xs,
    .pt-1-xs {
        padding-top: 0.25rem !important;
    }

    .py-2-xs,
    .pt-2-xs {
        padding-top: 0.5rem !important;
    }

    .py-3-xs,
    .pt-3-xs {
        padding-top: 1rem !important;
    }

    .py-4-xs,
    .pt-4-xs {
        padding-top: 1.5rem !important;
    }

    .py-5-xs,
    .pt-5-xs {
        padding-top: 3rem !important;
    }

    .py-1-xs,
    .pb-1-xs {
        padding-bottom: 0.25rem !important;
    }

    .py-2-xs,
    .pb-2-xs {
        padding-bottom: 0.5rem !important;
    }

    .py-3-xs,
    .pb-3-xs {
        padding-bottom: 1rem !important;
    }

    .py-4-xs,
    .pb-4-xs {
        padding-bottom: 1.5rem !important;
    }

    .py-5-xs,
    .pb-5-xs {
        padding-bottom: 3rem !important;
    }
}

@media print {
    @page {
        margin: 0 -6cm;
    }

    .row > * {
        float: left;
    }

    .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
        width: 100%;
    }

    .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9 {
        width: 75%;
    }

    .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8 {
        width: 66.66666667%;
    }

    .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7 {
        width: 58.33333333%;
    }

    .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6 {
        width: 50%;
    }

    .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4 {
        width: 33.33333333%;
    }

    .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3 {
        width: 25%;
    }

    .text-xl-start, .text-lg-start,
    .text-md-start, .text-sm-start {
        text-align: left !important;
    }

    .text-xl-end, .text-lg-end,
    .text-md-end, .text-sm-end {
        text-align: right !important;
    }

    .hide-print {
        display: none !important;
        visibility: hidden !important;
    }

    .shadow-none-print {
        box-shadow: none !important;
    }

    .border-none-print {
        border: 0 !important;
    }

    .padding-0-print {
        padding: 0 !important;
    }
}

.text-red-100 {
    color: #ffcdd2 !important;
}

.text-red-200 {
    color: #ef9a9a !important;
}

.text-red-300 {
    color: #e57373 !important;
}

.text-red-400 {
    color: #ef5350 !important;
}

.text-red-500 {
    color: #f44336 !important;
}

.text-red-600 {
    color: #e53935 !important;
}

.text-red-700 {
    color: #d32f2f !important;
}

.text-red-800 {
    color: #c62828 !important;
}

.text-red-900 {
    color: #b71c1c !important;
}

.text-pink-100 {
    color: #f8bbd0 !important;
}

.text-pink-200 {
    color: #f48fb1 !important;
}

.text-pink-300 {
    color: #f06292 !important;
}

.text-pink-400 {
    color: #ec407a !important;
}

.text-pink-500 {
    color: #e91e63 !important;
}

.text-pink-600 {
    color: #d81b60 !important;
}

.text-pink-700 {
    color: #c2185b !important;
}

.text-pink-800 {
    color: #ad1457 !important;
}

.text-pink-900 {
    color: #880e4f !important;
}

.text-purple-100 {
    color: #e1bee7 !important;
}

.text-purple-200 {
    color: #ce93d8 !important;
}

.text-purple-300 {
    color: #ba68c8 !important;
}

.text-purple-400 {
    color: #ab47bc !important;
}

.text-purple-500 {
    color: #9c27b0 !important;
}

.text-purple-600 {
    color: #8e24aa !important;
}

.text-purple-700 {
    color: #7b1fa2 !important;
}

.text-purple-800 {
    color: #6a1b9a !important;
}

.text-purple-900 {
    color: #4a148c !important;
}

.text-deep-purple-100 {
    color: #d1c4e9 !important;
}

.text-deep-purple-200 {
    color: #b39ddb !important;
}

.text-deep-purple-300 {
    color: #9575cd !important;
}

.text-deep-purple-400 {
    color: #7e57c2 !important;
}

.text-deep-purple-500 {
    color: #673ab7 !important;
}

.text-deep-purple-600 {
    color: #5e35b1 !important;
}

.text-deep-purple-700 {
    color: #512da8 !important;
}

.text-deep-purple-800 {
    color: #4527a0 !important;
}

.text-deep-purple-900 {
    color: #311b92 !important;
}

.text-indigo-100 {
    color: #c5cae9 !important;
}

.text-indigo-200 {
    color: #9fa8da !important;
}

.text-indigo-300 {
    color: #7986cb !important;
}

.text-indigo-400 {
    color: #5c6bc0 !important;
}

.text-indigo-500 {
    color: #3f51b5 !important;
}

.text-indigo-600 {
    color: #3949ab !important;
}

.text-indigo-700 {
    color: #303f9f !important;
}

.text-indigo-800 {
    color: #283593 !important;
}

.text-indigo-900 {
    color: #1a237e !important;
}

.text-blue-100 {
    color: #bbdefb !important;
}

.text-blue-200 {
    color: #90caf9 !important;
}

.text-blue-300 {
    color: #64b5f6 !important;
}

.text-blue-400 {
    color: #42a5f5 !important;
}

.text-blue-500 {
    color: #2196f3 !important;
}

.text-blue-600 {
    color: #1e88e5 !important;
}

.text-blue-700 {
    color: #1976d2 !important;
}

.text-blue-800 {
    color: #1565c0 !important;
}

.text-blue-900 {
    color: #0d47a1 !important;
}

.text-light-blue-100 {
    color: #b3e5fc !important;
}

.text-light-blue-200 {
    color: #81d4fa !important;
}

.text-light-blue-300 {
    color: #4fc3f7 !important;
}

.text-light-blue-400 {
    color: #29b6f6 !important;
}

.text-light-blue-500 {
    color: #03a9f4 !important;
}

.text-light-blue-600 {
    color: #039be5 !important;
}

.text-light-blue-700 {
    color: #0288d1 !important;
}

.text-light-blue-800 {
    color: #0277bd !important;
}

.text-light-blue-900 {
    color: #01579b !important;
}

.text-cyan-100 {
    color: #b2ebf2 !important;
}

.text-cyan-200 {
    color: #80deea !important;
}

.text-cyan-300 {
    color: #4dd0e1 !important;
}

.text-cyan-400 {
    color: #26c6da !important;
}

.text-cyan-500 {
    color: #00bcd4 !important;
}

.text-cyan-600 {
    color: #00acc1 !important;
}

.text-cyan-700 {
    color: #0097a7 !important;
}

.text-cyan-800 {
    color: #00838f !important;
}

.text-cyan-900 {
    color: #006064 !important;
}

.text-teal-100 {
    color: #b2dfdb !important;
}

.text-teal-200 {
    color: #80cbc4 !important;
}

.text-teal-300 {
    color: #4db6ac !important;
}

.text-teal-400 {
    color: #26a69a !important;
}

.text-teal-500 {
    color: #009688 !important;
}

.text-teal-600 {
    color: #00897b !important;
}

.text-teal-700 {
    color: #00796b !important;
}

.text-teal-800 {
    color: #00695c !important;
}

.text-teal-900 {
    color: #004d40 !important;
}

.text-green-100 {
    color: #c8e6c9 !important;
}

.text-green-200 {
    color: #a5d6a7 !important;
}

.text-green-300 {
    color: #81c784 !important;
}

.text-green-400 {
    color: #66bb6a !important;
}

.text-green-500 {
    color: #4caf50 !important;
}

.text-green-600 {
    color: #43a047 !important;
}

.text-green-700 {
    color: #388e3c !important;
}

.text-green-800 {
    color: #2e7d32 !important;
}

.text-green-900 {
    color: #1b5e20 !important;
}

.text-light-green-100 {
    color: #dcedc8 !important;
}

.text-light-green-200 {
    color: #c5e1a5 !important;
}

.text-light-green-300 {
    color: #aed581 !important;
}

.text-light-green-400 {
    color: #9ccc65 !important;
}

.text-light-green-500 {
    color: #8bc34a !important;
}

.text-light-green-600 {
    color: #7cb342 !important;
}

.text-light-green-700 {
    color: #689f38 !important;
}

.text-light-green-800 {
    color: #558b2f !important;
}

.text-light-green-900 {
    color: #33691e !important;
}

.text-lime-100 {
    color: #f0f4c3 !important;
}

.text-lime-200 {
    color: #e6ee9c !important;
}

.text-lime-300 {
    color: #dce775 !important;
}

.text-lime-400 {
    color: #d4e157 !important;
}

.text-lime-500 {
    color: #cddc39 !important;
}

.text-lime-600 {
    color: #c0ca33 !important;
}

.text-lime-700 {
    color: #afb42b !important;
}

.text-lime-800 {
    color: #9e9d24 !important;
}

.text-lime-900 {
    color: #827717 !important;
}

.text-yellow-100 {
    color: #fff9c4 !important;
}

.text-yellow-200 {
    color: #fff59d !important;
}

.text-yellow-300 {
    color: #fff176 !important;
}

.text-yellow-400 {
    color: #ffee58 !important;
}

.text-yellow-500 {
    color: #ffeb3b !important;
}

.text-yellow-600 {
    color: #fdd835 !important;
}

.text-yellow-700 {
    color: #fbc02d !important;
}

.text-yellow-800 {
    color: #f9a825 !important;
}

.text-yellow-900 {
    color: #f57f17 !important;
}

.text-amber-100 {
    color: #ffecb3 !important;
}

.text-amber-200 {
    color: #ffe082 !important;
}

.text-amber-300 {
    color: #ffd54f !important;
}

.text-amber-400 {
    color: #ffca28 !important;
}

.text-amber-500 {
    color: #ffc107 !important;
}

.text-amber-600 {
    color: #ffb300 !important;
}

.text-amber-700 {
    color: #ffa000 !important;
}

.text-amber-800 {
    color: #ff8f00 !important;
}

.text-amber-900 {
    color: #ff6f00 !important;
}

.text-orange-100 {
    color: #ffe0b2 !important;
}

.text-orange-200 {
    color: #ffcc80 !important;
}

.text-orange-300 {
    color: #ffb74d !important;
}

.text-orange-400 {
    color: #ffa726 !important;
}

.text-orange-500 {
    color: #ff9800 !important;
}

.text-orange-600 {
    color: #fb8c00 !important;
}

.text-orange-700 {
    color: #f57c00 !important;
}

.text-orange-800 {
    color: #ef6c00 !important;
}

.text-orange-900 {
    color: #e65100 !important;
}

.text-deep-orange-100 {
    color: #ffccbc !important;
}

.text-deep-orange-200 {
    color: #ffab91 !important;
}

.text-deep-orange-300 {
    color: #ff8a65 !important;
}

.text-deep-orange-400 {
    color: #ff7043 !important;
}

.text-deep-orange-500 {
    color: #ff5722 !important;
}

.text-deep-orange-600 {
    color: #f4511e !important;
}

.text-deep-orange-700 {
    color: #e64a19 !important;
}

.text-deep-orange-800 {
    color: #d84315 !important;
}

.text-deep-orange-900 {
    color: #bf360c !important;
}

.text-brown-100 {
    color: #d7ccc8 !important;
}

.text-brown-200 {
    color: #bcaaa4 !important;
}

.text-brown-300 {
    color: #a1887f !important;
}

.text-brown-400 {
    color: #8d6e63 !important;
}

.text-brown-500 {
    color: #795548 !important;
}

.text-brown-600 {
    color: #6d4c41 !important;
}

.text-brown-700 {
    color: #5d4037 !important;
}

.text-brown-800 {
    color: #4e342e !important;
}

.text-brown-900 {
    color: #3e2723 !important;
}

.text-blue-gray-100 {
    color: #cfd8dc !important;
}

.text-blue-gray-200 {
    color: #b0bec5 !important;
}

.text-blue-gray-300 {
    color: #90a4ae !important;
}

.text-blue-gray-400 {
    color: #78909c !important;
}

.text-blue-gray-500 {
    color: #607d8b !important;
}

.text-blue-gray-600 {
    color: #546e7a !important;
}

.text-blue-gray-700 {
    color: #455a64 !important;
}

.text-blue-gray-800 {
    color: #37474f !important;
}

.text-blue-gray-900 {
    color: #263238 !important;
}

/**

	BOOTSTRAP RTL FIXES
		various positioning

**/
.avatar {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.35rem;
    width: 3.125rem;
    height: 3.125rem;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.avatar > i {
    position: absolute;
    font-style: normal;
}

.avatar-border {
    border: #ffffff 0.125rem solid;
}

.avatar-border-lg {
    border: #ffffff 0.25rem solid;
}

.avatar-status {
    bottom: 0;
    width: 0.7rem;
    height: 0.7rem;
    font-size: 0.5rem;
    border-radius: 50%;
    border: #ffffff 0.125rem solid;
}

.avatar:not(.rounded-circle) .avatar-status {
    margin: -0.35rem;
}

.avatar-group {
    display: inline-flex;
    align-items: center;
}

.avatar-group > .avatar:hover {
    z-index: 1;
}

.avatar-xs {
    width: 1.75rem !important;
    height: 1.75rem !important;
    font-size: 0.75rem;
}

.avatar-group > .avatar-xs:not(:first-child) {
    margin-left: -0.58333rem;
}

.avatar-sm {
    width: 2.6875rem !important;
    height: 2.6875rem !important;
    font-size: 0.875rem;
}

.avatar-group > .avatar-sm:not(:first-child) {
    margin-left: -0.89583rem;
}

.avatar-md {
    width: 3.125rem !important;
    height: 3.125rem !important;
    font-size: 1rem;
}

.avatar-group > .avatar-md:not(:first-child) {
    margin-left: -1.04167rem;
}

.avatar-lg {
    width: 4.25rem !important;
    height: 4.25rem !important;
    font-size: 1.1rem;
}

.avatar-group > .avatar-lg:not(:first-child) {
    margin-left: -1.41667rem;
}

.avatar-xl {
    width: 5.625rem !important;
    height: 5.625rem !important;
    font-size: 1.3rem;
}

.avatar-group > .avatar-xl:not(:first-child) {
    margin-left: -1.875rem;
}

.avatar-xxl {
    width: 7rem !important;
    height: 7rem !important;
}

.avatar-group > .avatar-xxl:not(:first-child) {
    margin-left: -2.33333rem;
}

.arrow {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 17px solid transparent;
}

.arrow-start {
    border-right: solid 10px #f9fbfd;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -30px;
    margin-left: 3px;
}

.arrow-left {
    border-right: solid 10px #f9fbfd;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -30px;
    margin-left: 3px;
}

.arrow-end {
    border-left: solid 10px #f9fbfd;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -30px;
    margin-right: 3px;
}

.arrow-right {
    border-left: solid 10px #f9fbfd;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -30px;
    margin-right: 3px;
}

.arrow-top {
    border-bottom: solid 10px #f9fbfd;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    bottom: auto !important;
    top: -27px;
}

.arrow-bottom {
    border-top: solid 10px #f9fbfd;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    top: auto !important;
    bottom: -27px;
}

/* arrow-lg */
.arrow-lg {
    border: 34px solid transparent;
}

.arrow-lg.arrow-start {
    border-right: solid 20px #f9fbfd;
    left: -60px;
    margin-left: 6px;
}

.arrow-lg.arrow-left {
    border-right: solid 20px #f9fbfd;
    left: -60px;
    margin-left: 6px;
}

.arrow-lg.arrow-end {
    border-left: solid 20px #f9fbfd;
    right: -60px;
    margin-right: 6px;
}

.arrow-lg.arrow-right {
    border-left: solid 20px #f9fbfd;
    right: -60px;
    margin-right: 6px;
}

.arrow-lg.arrow-top {
    border-bottom: solid 20px #f9fbfd;
    top: -54px;
}

.arrow-lg.arrow-bottom {
    border-top: solid 20px #f9fbfd;
    bottom: -54px;
}

/* center positioning */
.arrow-center.arrow-top,
.arrow-center.arrow-bottom {
    left: 50% !important;
    margin-left: -17px !important;
}

.arrow-center.arrow-start,
.arrow-center.arrow-left,
.arrow-center.arrow-end,
.arrow-center.arrow-right {
    top: 50% !important;
    margin-top: -17px !important;
}

/* center positioning -lg */
.arrow-lg.arrow-center.arrow-top,
.arrow-lg.arrow-center.arrow-bottom {
    margin-left: -34px !important;
}

.arrow-lg.arrow-center.arrow-start,
.arrow-lg.arrow-center.arrow-left,
.arrow-lg.arrow-center.arrow-end,
.arrow-lg.arrow-center.arrow-right {
    margin-top: -34px !important;
}

/**

	Various Blocks

**/
/*

	Image stretch
	Desktop only!

*/
@media only screen and (min-width: 992px) {
    .stretch-end {
        border-radius: 0.35rem;
        overflow: hidden;
        margin-right: -19.6vw !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .stretch-start {
        border-radius: 0.35rem;
        overflow: hidden;
        margin-left: -19.6vw !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}

/*

	Images Block

*/
.block-img-start .block-img,
.block-img-end .block-img {
    position: relative;
    overflow: hidden;
    border-radius: 0.35rem;
}

@media only screen and (min-width: 992px) {
    .block-img-start .block-img-2,
    .block-img-end .block-img-2 {
        margin-top: -400px;
    }

    .block-img-start .block-img-1 {
        top: -80px;
        left: -78%;
    }

    .block-img-start .block-img-2 {
        left: -10%;
    }

    .block-img-start .block-img-3 {
        margin-top: -300px;
        left: -78%;
    }

    .block-img-end .block-img-1 {
        top: -80px;
        right: -78%;
    }

    .block-img-end .block-img-2 {
        right: -10%;
    }

    .block-img-end .block-img-3 {
        margin-top: -300px;
        right: -78%;
    }
}

@media only screen and (max-width: 1199px) {
    .block-img-start .block-img,
    .block-img-end .block-img {
        display: inline-block;
        position: relative;
        width: 50%;
        top: 0;
        left: 0;
    }

    .block-img-start .block-img-1,
    .block-img-end .block-img-1 {
        left: 0;
    }

    .block-img-start .block-img-2,
    .block-img-end .block-img-2 {
        left: 25%;
        margin-top: -100%;
    }

    .block-img-start .block-img-3,
    .block-img-end .block-img-3 {
        left: 50%;
        margin-top: -100%;
    }
}

/*

	Images Block 2
	All devices

*/
.block-img-card {
    display: block;
    position: relative;
}

.block-img-card .block-img {
    display: inline-block;
    width: 50%;
    left: 0;
    border-radius: 0.35rem;
}

.block-img-card .block-img-1 {
    left: 0;
    top: 0;
    position: relative;
}

.block-img-card .block-img-2 {
    left: 25%;
    top: 5%;
    position: absolute;
}

.block-img-card .block-img-3 {
    left: 50%;
    top: 10%;
    position: absolute;
}

@media only screen and (min-width: 768px) {
    body:not(.layout-admin) section,
    body:not(.layout-admin) .section {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 768px) {
    body:not(.layout-admin) section,
    body:not(.layout-admin) .section {
        padding: 80px 0;
    }
}

/**

	// slightly gradient! veeeery slightly!
	// to have that "something" and not complete FLAT!
	// Check first if Botstrap gradients enabled in variables!

	@if $enable-gradients == false {

		.btn {
			position: relative;
		}

		.btn:not(.bg-transparent):not(.btn-ghost):not(.bg-nogradient):after {
			content:'';
			background-image: linear-gradient(-315deg,rgba(255,255,255,0),rgba(255,255,255,.08));
			position: absolute;
			top:0;
			bottom:0;
			left:0;
			right:0;
		}

			.btn.rounded-circle:after {
				border-radius: 50%;
			}
			.btn.btn-pill:after {
				border-radius: $border-radius-pill;
			}
			.btn.rounded-xl:after {
				border-radius: .8rem;
			}

		// reset .btn-group
		.btn-group .btn-pill:after,
		.btn-group .rounded-circle:after {
			background-image: none;
			display: none;
		}

	}


**/
/**

	BUTTONS
		Soft buttons 		: based on bootstrap scheme
		Shadowed buttons 	: shadow on hover;
		Vendor buttons
		Pill buttons
		Icon buttons

			* cancel hover shadow by adding .btn-noshadow

**/
.close {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    font-size: 1.59375rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    float: right;
}

.close:hover {
    opacity: 1;
}

/*

	Icon Spacing|Correction

		Usage - span is required only if icon is present
			<a href="#!" class="btn btn-primary">
				<span>Button Text</span>
				<i class="fi fi-arrow-right fs--13"></i>
			</a>

			<a href="#!" class="btn btn-primary">
				<i class="fi fi-arrow-right fs--13"></i>
				<span>Button Text</span>
			</a>

*/
ul.list-icons > li > i,
.btn:not(.rounded-circle) > i {
    display: inline-block;
    margin-right: 10px;
}

/*
		using .group-icon
		or icon is placed last one
	*/
.btn > span + .group-icon,
.btn > .group-icon + span,
.btn:not(.rounded-circle) > span + i,
.btn:not(.rounded-circle) > span + svg {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
}

.btn + .btn {
    margin-left: .5rem;
}

/*

	Modal & Alert Close Buttons

*/
button.close .fi {
    font-size: 18px;
}

/*

	Soft buttons
		.btn-soft 			- transition to original button color
		.btn-soft-static 	- no transition, keep same color

*/
.btn-soft-static.btn-primary:not([aria-expanded="true"]):not(.active),
.btn-soft.btn-primary:not(:hover):not([aria-expanded="true"]):not(.active) {
    color: #2117d7;
    border-color: #f1f0fd;
    background-color: #f1f0fd;
}

.btn-soft-static.btn-secondary:not([aria-expanded="true"]):not(.active),
.btn-soft.btn-secondary:not(:hover):not([aria-expanded="true"]):not(.active) {
    color: #fff;
    background-color: #d66b8f;
    border-color: #d66b8f;
}

.btn-soft-static.btn-success:not([aria-expanded="true"]):not(.active),
.btn-soft.btn-success:not(:hover):not([aria-expanded="true"]):not(.active) {
    color: #4a7e20;
    border-color: #e4f5d7;
    background-color: #e4f5d7;
}

.btn-soft-static.btn-info:not([aria-expanded="true"]):not(.active),
.btn-soft.btn-info:not(:hover):not([aria-expanded="true"]):not(.active) {
    color: #2bdbf3;
    border-color: #bbf3fb;
    background-color: #bbf3fb;
}

.btn-soft-static.btn-warning:not([aria-expanded="true"]):not(.active),
.btn-soft.btn-warning:not(:hover):not([aria-expanded="true"]):not(.active) {
    color: #f7c12c;
    border-color: #fdedc0;
    background-color: #fdedc0;
}

.btn-soft-static.btn-danger:not([aria-expanded="true"]):not(.active),
.btn-soft.btn-danger:not(:hover):not([aria-expanded="true"]):not(.active) {
    color: #ec0c24;
    border-color: #feeef0;
    background-color: #feeef0;
}

.btn-soft-static.btn-light:not([aria-expanded="true"]):not(.active),
.btn-soft.btn-light:not(:hover):not([aria-expanded="true"]):not(.active) {
    color: #cbd3da;
    border-color: white;
    background-color: white;
}

.btn-soft-static.btn-dark:not([aria-expanded="true"]):not(.active),
.btn-soft.btn-dark:not(:hover):not([aria-expanded="true"]):not(.active) {
    color: #080808;
    border-color: #c4c4c4;
    background-color: #c4c4c4;
}

/*

	Shadowed buttons
		* cancel hover shadow by adding .btn-noshadow -or- .shadow-none

*/
.btn-primary:not(.btn-noshadow):hover,
.btn-primary:not(.btn-noshadow):not(.btn-soft):focus,
.btn-primary:not(.btn-noshadow):not(.btn-soft):active {
    box-shadow: 0 4px 11px rgba(87, 79, 236, 0.35);
}

.btn-secondary:not(.btn-noshadow):hover,
.btn-secondary:not(.btn-noshadow):not(.btn-soft):focus,
.btn-secondary:not(.btn-noshadow):not(.btn-soft):active {
    box-shadow: 0 4px 11px rgba(108, 117, 125, 0.35);
}

.btn-success:not(.btn-noshadow):hover,
.btn-success:not(.btn-noshadow):not(.btn-soft):focus,
.btn-success:not(.btn-noshadow):not(.btn-soft):active {
    box-shadow: 0 4px 11px rgba(109, 187, 48, 0.35);
}

.btn-info:not(.btn-noshadow):hover,
.btn-info:not(.btn-noshadow):not(.btn-soft):focus,
.btn-info:not(.btn-noshadow):not(.btn-soft):active {
    box-shadow: 0 4px 11px rgba(115, 231, 247, 0.35);
}

.btn-warning:not(.btn-noshadow):hover,
.btn-warning:not(.btn-noshadow):not(.btn-soft):focus,
.btn-warning:not(.btn-noshadow):not(.btn-soft):active {
    box-shadow: 0 4px 11px rgba(250, 215, 118, 0.35);
}

.btn-danger:not(.btn-noshadow):hover,
.btn-danger:not(.btn-noshadow):not(.btn-soft):focus,
.btn-danger:not(.btn-noshadow):not(.btn-soft):active {
    box-shadow: 0 4px 11px rgba(246, 78, 96, 0.35);
}

.btn-light:not(.btn-noshadow):hover,
.btn-light:not(.btn-noshadow):not(.btn-soft):focus,
.btn-light:not(.btn-noshadow):not(.btn-soft):active {
    box-shadow: 0 4px 11px rgba(248, 249, 250, 0.35);
}

.btn-dark:not(.btn-noshadow):hover,
.btn-dark:not(.btn-noshadow):not(.btn-soft):focus,
.btn-dark:not(.btn-noshadow):not(.btn-soft):active {
    box-shadow: 0 4px 11px rgba(46, 46, 46, 0.35);
}

/*

	Vendor buttons
		* cancel hover shadow by adding .btn-noshadow

*/
.btn-facebook,
.btn-facebook:hover {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
    box-shadow: 0 4px 11px rgba(59, 89, 152, 0.35);
}

.btn-twitter,
.btn-twitter:hover {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
    box-shadow: 0 4px 11px rgba(29, 161, 242, 0.35);
}

.btn-gplus,
.btn-gplus:hover {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-gplus:hover,
.btn-gplus:focus,
.btn-gplus:active {
    box-shadow: 0 4px 11px rgba(221, 75, 57, 0.35);
}

.btn-instagram,
.btn-instagram:hover {
    color: #fff;
    background-color: #3f729b;
    border-color: #3f729b;
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
    box-shadow: 0 4px 11px rgba(63, 114, 155, 0.35);
}

.btn-linkedin,
.btn-linkedin:hover {
    color: #fff;
    background-color: #007bb6;
    border-color: #007bb6;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active {
    box-shadow: 0 4px 11px rgba(0, 123, 182, 0.35);
}

.btn-vimeo,
.btn-vimeo:hover {
    color: #fff;
    background-color: #aad450;
    border-color: #aad450;
}

.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo:active {
    box-shadow: 0 4px 11px rgba(170, 212, 80, 0.35);
}

.btn-youtube,
.btn-youtube:hover {
    color: #fff;
    background-color: #bb0000;
    border-color: #bb0000;
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active {
    box-shadow: 0 4px 11px rgba(187, 0, 0, 0.35);
}

.btn-github,
.btn-github:hover {
    color: #fff;
    background-color: #24292e;
    border-color: #24292e;
}

.btn-github:hover,
.btn-github:focus,
.btn-github:active {
    box-shadow: 0 4px 11px rgba(36, 41, 46, 0.35);
}

.btn-snapchat,
.btn-snapchat:hover {
    color: #fff;
    background-color: #FFFC00;
    border-color: #FFFC00;
}

.btn-snapchat:hover,
.btn-snapchat:focus,
.btn-snapchat:active {
    box-shadow: 0 4px 11px rgba(255, 252, 0, 0.35);
}

.btn-email,
.btn-email:hover {
    color: #fff;
    background-color: #049fb3;
    border-color: #049fb3;
}

.btn-email:hover,
.btn-email:focus,
.btn-email:active {
    box-shadow: 0 4px 11px rgba(4, 159, 179, 0.35);
}

/*

	Pill buttons
	Also, we have .rounded-bill in bootstrap

*/
.btn-pill {
    border-radius: 50rem;
}

/*

	Icon buttons

*/
/* no rounded - fixed paddings */
.btn.btn-icon {
    padding-left: .75rem;
    padding-right: .75rem;
}

/* rounded */
.btn.rounded-circle {
    position: relative;
    line-height: 1.6;
    padding: 1.53rem 1.53rem;
    font-size: 1rem;
    text-align: center;
}

.btn.btn-sm.rounded-circle, .btn-group-sm > .btn.rounded-circle {
    padding: 1.22rem 1.22rem;
    font-size: 1rem;
    width: 1.94rem;
    height: 1.94rem;
}

.btn.btn-lg.rounded-circle, .btn-group-lg > .btn.rounded-circle {
    padding: 1.83rem 1.83rem;
    font-size: 1rem;
    width: 3.125rem;
    height: 3.125rem;
}

.btn.rounded-circle > span:not(.badge),
.btn.rounded-circle > svg,
.btn.rounded-circle > i {
    font-size: 1rem !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%);
}

/*

	Ghost buttons

*/
.btn-ghost:not(:hover):not(:active):not(:focus) {
    background-color: transparent !important;
    border-color: transparent !important;
}

@media only screen and (max-width: 991px) {
    /*
	Example usage case

	<a href="#" class="btn btn-sm rounded-circle-xs btn-primary">
		<i class="fi fi-menu-dots"></i>
		<span>Projects</span>
	</a>

 */
    .btn.rounded-circle-xs {
        position: relative;
        line-height: 1.6;
        padding: 1.53rem 1.53rem;
        font-size: 1rem;
        text-align: center;
    }

    .btn.btn-sm.rounded-circle-xs, .btn-group-sm > .btn.rounded-circle-xs {
        padding: 1.22rem 1.22rem;
        font-size: 1rem;
        width: 1.94rem;
        height: 1.94rem;
    }

    .btn.btn-lg.rounded-circle-xs, .btn-group-lg > .btn.rounded-circle-xs {
        padding: 1.83rem 1.83rem;
        font-size: 1rem;
        width: 3.125rem;
        height: 3.125rem;
    }

    .btn.rounded-circle-xs > span,
    .btn.rounded-circle-xs > svg,
    .btn.rounded-circle-xs > i {
        font-size: 1rem !important;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 !important;
        padding: 0 !important;
        transform: translateY(-50%);
    }

    /* hide button text, keep the icon only (or group icon) */
    .btn.rounded-circle-xs > .group-icon {
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .btn.rounded-circle-xs > span + span,
    .btn.rounded-circle-xs > svg + span,
    .btn.rounded-circle-xs > i + span {
        display: none;
    }
}

/*

	Toggle Button

*/
.group-icon > span,
.group-icon > svg,
.group-icon > i {
    font-style: normal;
}

/* by javascript */
.group-icon > span:last-child,
.group-icon > svg:last-child,
.group-icon > i:last-child {
    display: none;
}

.group-icon > span:first-child,
.group-icon > svg:first-child,
.group-icon > i:first-child {
    display: inline-block;
}

/* active */
.active > a > .group-icon > span:last-child,
.active > a > .group-icon > svg:last-child,
.active > a > .group-icon > i:last-child,
.active > .group-icon > span:last-child,
.active > .group-icon > svg:last-child,
.active > .group-icon > i:last-child {
    display: inline-block;
}

.active > a > .group-icon > span:first-child,
.active > a > .group-icon > i:first-child,
.active > .group-icon > span:first-child,
.active > .group-icon > svg:first-child,
.active > .group-icon > i:first-child {
    display: none;
}

/* by bootstrap (dropdowns, collapse, etc) */
[aria-expanded="true"] .group-icon > span:first-child,
[aria-expanded="true"] .group-icon > svg:first-child,
[aria-expanded="true"] .group-icon > i:first-child {
    display: none;
}

[aria-expanded="true"] .group-icon > span:last-child,
[aria-expanded="true"] .group-icon > svg:last-child,
[aria-expanded="true"] .group-icon > i:last-child {
    display: inline-block;
}

/*

	Burger menu button

*/
.burger-menu {
    display: block;
    border-top: #384c74 2px solid;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
}

.burger-menu:before {
    content: "";
    display: block;
    position: absolute;
    width: 75%;
    top: 50%;
    margin-top: -2px;
    height: 1px;
    border-top: #384c74 2px solid;
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
}

.burger-menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 25%;
    bottom: 0;
    height: 1px;
    border-bottom: #384c74 2px solid;
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
}

.start-0 .burger-menu:before,
.start-0 .burger-menu:after {
    left: 0;
}

.end-0 .burger-menu:before,
.end-0 .burger-menu:after {
    right: 0;
}

a.btn-burger-menu:not(.bg-white) .burger-menu,
a.btn-burger-menu:not(.bg-white) .burger-menu:before,
a.btn-burger-menu:not(.bg-white) .burger-menu:after {
    border-color: #fff;
}

a.btn-burger-menu:hover .burger-menu:before,
a.btn-burger-menu:hover .burger-menu:after,
a.btn-burger-menu[aria-expanded=true] .burger-menu:before,
a.btn-burger-menu[aria-expanded=true] .burger-menu:after,
a.btn-burger-menu.active:hover .burger-menu:before,
a.btn-burger-menu.active:hover .burger-menu:after {
    width: 100%;
}

.breadcrumb-sublime a {
    color: #b2b6c3;
    text-decoration: none;
    transition: all 0.3s;
}

.breadcrumb-sublime a:hover {
    color: inherit;
}

.breadcrumb-sublime .breadcrumb-item.active {
    color: #b2b6c3;
}

.card {
    box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075);
}

.card hr {
    background-color: #dde4ea;
    opacity: 1;
}

.card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.card-columns .card {
    display: inline-block;
    width: 100%;
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

.card-columns .card img {
    width: 100%;
}

@media (max-width: 575.98px) {
    .card-columns {
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .card-columns {
        -moz-column-count: 4;
        column-count: 4;
    }
}

/*

  Soft badges
    .badge-soft

*/
.badge-soft.badge-primary {
    color: #2117d7;
    background-color: #f1f0fd;
}

.bg-primary-soft .badge-soft.badge-primary {
    background-color: #dbd9fb;
}

.badge-soft.badge-secondary {
    color: #494f54;
    background-color: #f0f2f2;
}

.bg-secondary-soft .badge-soft.badge-secondary {
    background-color: #e3e5e7;
}

.badge-soft.badge-success {
    color: #4a7e20;
    background-color: #e4f5d7;
}

.bg-success-soft .badge-soft.badge-success {
    background-color: #d6efc2;
}

.badge-soft.badge-info {
    color: #2bdbf3;
    background-color: #bbf3fb;
}

.bg-info-soft .badge-soft.badge-info {
    background-color: #a3effa;
}

.badge-soft.badge-warning {
    color: #f7c12c;
    background-color: #fdedc0;
}

.bg-warning-soft .badge-soft.badge-warning {
    background-color: #fce5a7;
}

.badge-soft.badge-danger {
    color: #ec0c24;
    background-color: #feeef0;
}

.bg-danger-soft .badge-soft.badge-danger {
    background-color: #fdd6da;
}

.badge-soft.badge-light {
    color: #cbd3da;
    background-color: white;
}

.bg-light-soft .badge-soft.badge-light {
    background-color: white;
}

.badge-soft.badge-dark {
    color: #080808;
    background-color: #c4c4c4;
}

.bg-dark-soft .badge-soft.badge-dark {
    background-color: #b8b8b8;
}

.badge-ico,
.badge-ico-sm,
.badge-ico-md {
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-ico-sm {
    width: 25px;
    height: 25px;
}

.badge-ico,
.badge-ico-md {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

/* icon fix */
.badge-ico-sm > i,
.badge-ico-md > i {
    display: inline-block;
}

.badge-ico-sm > i:before {
    padding-top: 0;
}

/*

	DROPDOWN : GENERAL SETUP

	--

	Bootstrap is "missing" nested|multilevel dropdowns and opening them on mouse over!
	So, instead of developing new plugins reinventing the weel (more code, more issues),
	we use dropdowns for almost everything!

	++++++++++++++++++++++
	NOTE: many rules are splitted on desktop/mobile for specific functions/fixes
	So also check the bottom @media before making changes!
	++++++++++++++++++++++

*/
/* animation on hover, also on mobile (collapsing) */
.dropdown-menu {
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
    font-size: 0.9375rem;
    text-align: left;
}

/* box shadow */
/*.dropdown-menu:not(.shadow-none) {*/
.dropdown-menu {
    box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175);
}

/* force disabled link */
.dropdown-link.disabled {
    color: #abbcd5 !important;
    pointer-events: none;
}

/*
	default dropdown link
	hovers : see @media on bottom
*/
.dropdown-link {
    color: #1c0950;
}

.active > .dropdown-link,
.dropdown-link.active {
    color: #dc6a8e;
    background-color: #f9fbfd;
}

/* dropdown header */
.dropdown-header {
    font-size: 1rem;
}

/* dropdown footer */
.dropdown-footer {
    padding: 10px 15px;
    position: relative;
    display: block;
}

a.dropdown-footer,
.dropdown-footer {
    text-decoration: none;
}

a.dropdown-footer:not(:hover),
.dropdown-footer > a:not(:hover) {
    color: #1c0950;
}

/* dropdown item */
.dropdown-menu .dropdown-item {
    padding: 0;
    margin: 0;
}

/* keep icons in place */
a.dropdown-item {
    position: relative;
}

/*
		highlighted/active color
		hovers : see @media
	*/
.dropdown-menu .dropdown-item.show > a {
    color: #dc6a8e;
}

.dropdown-menu li:not(.dropdown-item) > a,
.dropdown-menu a.dropdown-item,
.dropdown-menu .dropdown-item > a {
    display: block;
    position: relative;
    padding: 8px 40px 8px 25px;
    transition: all .3s ease;
}

.dropdown-menu a:not([data-bs-toggle="dropdown"]) {
    padding-right: 15px;
}

.dropdown-item .row ul:not(.prefix-link-icon) .dropdown-link {
    padding-left: 0;
    padding-right: 0;
}

/* icons positioning for a nice default look */
.dropdown-menu a.dropdown-item > i,
.dropdown-menu li:not(.dropdown-item) > a > i,
.dropdown-menu .dropdown-item > a > i {
    margin-right: 15px;
}

.dropdown-item > span + span,
.dropdown-item > svg + span,
.dropdown-item > i + span,
.dropdown-item > span + svg,
.dropdown-item > span + i {
    margin-left: 12px;
}

/*

	DROPDOWN : UPPERCASE FORCED
	also font scaled down to avoid too large looking

*/
.dropdown-menu.dropdown-menu-uppercase a {
    text-transform: uppercase;
    font-size: 13px;
}

/*

	DROPDOWN : CLEAN
	no background color on hover

*/
.dropdown-menu-clean li.active > a:not(.btn),
.dropdown-menu-clean li.active,
.dropdown-menu-clean a:not(.btn).active,
.dropdown-menu-clean li:focus,
.dropdown-menu-clean li:hover,
.dropdown-menu-clean a:not(.btn):focus,
.dropdown-menu-clean a:not(.btn):hover {
    background-color: transparent !important;
    text-decoration: none;
}

.dropdown-menu-clean:not(.prefix-link-icon) a:not(.btn):hover {
    color: #dc6a8e;
}

/*

	DROPDOWN : INVERT
	open in oposite direction

*/
.dropdown-menu.dropdown-menu-invert {
    left: auto;
    right: 0;
}

/*

	DROPDOWN : NESTED POSITIONING
	again, bootstrap was not developed for this

*/
.dropdown-menu li > .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    right: auto !important;
}

/* deep level icon indicator */
.dropdown-menu:not(.dropdown-menu-invert) li > a[data-bs-toggle="dropdown"]:after {
    font-family: "Flaticon";
    opacity: 0.35;
    opacity: all .3s ease;
    transition: all .2s ease;
    top: 50%;
    margin-top: -6px;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    content: "\f1ae";
    right: 15px;
}

.dropdown-menu:not(.dropdown-menu-invert) .dropdown-item.show > a:after,
.dropdown-menu:not(.dropdown-menu-invert) .dropdown-item:hover > a:after {
    opacity: 1;
}

/* turn down icon */
@media only screen and (max-width: 991px) {
    /*
				deep links indicator
				turn icon down on active
			*/
    .dropdown-menu:not(.dropdown-menu-invert) .dropdown-item.show > a:after {
        transform: rotate(90deg);
    }
}

/*
	DROPDOWN : MEGA
	Dropdown links inside mega menu

	Links are formatted for dropdown.
	We make them fit inside mega menu

	NOTE: Use <ul> instead of <div> for mega dropdowns
	REASON: avoiding grid collisions
*/
.dropdown-mega .row ul:not(.dropdown-menu) {
    padding: 0;
    margin-left: 0px;
    margin-right: 0;
}

.dropdown-mega .row ul:not(.dropdown-menu) .dropdown-divider {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0px;
}

/*
	Dropdown mega menu
	multiple lists, same column
*/
.dropdown-mega .row ul + div,
.dropdown-mega .row ul + h2,
.dropdown-mega .row ul + .h2,
.dropdown-mega .row ul + h3,
.dropdown-mega .row ul + .h3,
.dropdown-mega .row ul + h4,
.dropdown-mega .row ul + .h4,
.dropdown-mega .row ul + h5,
.dropdown-mega .row ul + .h5,
.dropdown-mega .row ul + h6,
.dropdown-mega .row ul + .h6 {
    margin-top: 1.22rem;
}

/*

	PREFIX ICON|INDICATOR

		Add to .dropdown-menu following classes:
			.prefix-link-icon .prefix-icon-dot 		- link prefix
			.prefix-link-icon .prefix-icon-line 	- link prefix
			.prefix-link-icon .prefix-icon-ico 		- link prefix
			.prefix-link-icon .prefix-icon-arrow 	- link prefix

			.prefix-icon-ignore 					- ignore, do not use on a specific link

*/
/* dropdown header */
.prefix-link-icon .dropdown-header {
    padding: 10px 15px;
}

a.prefix-link-icon:not(.prefix-icon-ico):not(.prefix-icon-ignore),
.prefix-link-icon:not(.prefix-icon-ico) a:not(.prefix-icon-ignore) {
    padding-left: 40px !important;
    padding-right: 25px !important;
}

/* setup */
a.prefix-link-icon:not(.prefix-icon-ignore):before,
.prefix-link-icon a:not(.prefix-icon-ignore):before {
    content: '';
    color: #f1f4f8;
    background-color: #f1f4f8;
    transition: all .2s ease;
    position: absolute;
    top: 50%;
    left: 20px;
}

/* dot */
a.prefix-icon-dot:not(.prefix-icon-ignore):before,
.prefix-icon-dot a:not(.prefix-icon-ignore):before {
    border-radius: 100%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    left: 22px;
}

/* line */
a.prefix-icon-line:not(.prefix-icon-ignore):before,
.prefix-icon-line a:not(.prefix-icon-ignore):before {
    width: 10px;
    height: 1px;
    margin-top: -1px;
    left: 19px;
}

/* square */
a.prefix-icon-square:not(.prefix-icon-ignore):before,
.prefix-icon-square a:not(.prefix-icon-ignore):before {
    width: 4px;
    height: 4px;
    margin-top: -3px;
    left: 21px;
}

/* arrow */
a.prefix-icon-arrow:not(.prefix-icon-ignore):before,
.prefix-icon-arrow a:not(.prefix-icon-ignore):before {
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin-top: -6px;
    line-height: 1;
    font-family: "Flaticon";
    background-color: transparent;
    content: "\f1ae";
    left: 19px;
}

/* hover color */
.prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item.show:not(.prefix-icon-ignore):before,
.prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item.show > a:not(.prefix-icon-ignore):before,
.prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item.active:not(.prefix-icon-ignore):before,
.prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item.active > a:not(.prefix-icon-ignore):before,
.prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item:hover:not(.prefix-icon-ignore):before,
.prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item:hover > a:not(.prefix-icon-ignore):before {
    background-color: #dc6a8e !important;
}

.prefix-link-icon.prefix-icon-arrow .dropdown-item.show:not(.prefix-icon-ignore):before,
.prefix-link-icon.prefix-icon-arrow .dropdown-item.show > a:not(.prefix-icon-ignore):before,
.prefix-link-icon.prefix-icon-arrow .dropdown-item.active:not(.prefix-icon-ignore):before,
.prefix-link-icon.prefix-icon-arrow .dropdown-item.active > a:not(.prefix-icon-ignore):before,
.prefix-link-icon.prefix-icon-arrow .dropdown-item:hover:not(.prefix-icon-ignore):before,
.prefix-link-icon.prefix-icon-arrow .dropdown-item:hover > a:not(.prefix-icon-ignore):before {
    color: #dc6a8e !important;
}

.text-white > .dropdown-item > a {
    color: #d9e2ef !important;
}

.text-white > .dropdown-item > a:hover,
.text-white > .dropdown-item.active > a {
    color: #fff !important;
}

/* desktop only */
@media only screen and (min-width: 991px) {
    /* keep link highlighted on hover */
    .dropdown-menu .dropdown-item:hover > a {
        color: #dc6a8e;
        text-decoration: none;
    }

    .dropdown-link:hover {
        color: #dc6a8e;
        background-color: #f9fbfd;
    }

    /* show on mouse over */
    [data-bs-toggle="dropdown"] + .dropdown-menu-hover {
        margin-top: 0 !important;
        /* the margin will cause the dropdown close on mouse over the "space" area */
    }

    [data-bs-toggle="dropdown"]:hover + .dropdown-menu-hover,
    [data-bs-toggle="dropdown"]:hover ~ .dropdown-menu-hover,
    .dropdown-menu-hover:hover,
    .dropdown-menu-hover + .dropdown-menu:hover,
    .dropdown-menu-hover:hover + .dropdown-menu {
        display: block;
    }

    /*
		Dropdown mega menu : full width
	*/
    .dropdown-mega > .dropdown-menu {
        /* first level only */
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        padding: 25px;
    }

    /*
		Dropdown mega menu : Sizes
	*/
    .dropdown-mega-sm {
        width: 300px;
    }

    .dropdown-mega-md {
        width: 400px;
    }

    .dropdown-mega-lg {
        width: 600px;
    }

    .dropdown-mega-xl {
        width: 700px;
    }

    .dropdown-mega-xxl {
        width: 800px;
    }

    /*

		DROPDOWN : DARK
	*/
    .dropdown-menu-dark,
    .dropdown-menu-dark .dropdown-menu {
        color: #fff;
        background-color: #333333;
    }

    /* links */
    .dropdown-menu-dark a {
        color: #cccccc !important;
    }

    .dropdown-menu-dark a.dropdown-item:hover,
    .dropdown-menu-dark a.dropdown-item.active,
    .dropdown-menu-dark .dropdown-item:hover > a,
    .dropdown-menu-dark .dropdown-item.active > a,
    .dropdown-menu-dark .dropdown-item > a.active,
    .dropdown-menu-dark a:hover {
        color: #fff !important;
    }

    /* grid */
    .dropdown-menu-dark .dropdown-divider,
    .dropdown-menu-dark .row.col-border > div,
    .dropdown-menu-dark .row.col-border-sm > div,
    .dropdown-menu-dark .row.col-border-md > div,
    .dropdown-menu-dark .row.col-border-lg > div {
        border-color: #4d4d4d;
    }

    /* multilevel dropdown inside content : multilevel click issue : [hack|overwriting popper.js] */
    .dropdown-menu-block-md .dropdown-item > .dropdown-menu {
        transform: none !important;
    }

    /* Animate : Fade In Up */
    .dropdown-fadeinup {
        -webkit-animation: __utilFadeInUp .25s ease-out forwards !important;
        animation: __utilFadeInUp .25s ease-out forwards !important;
    }

    .dropdown-fadeindown {
        -webkit-animation: __utilFadeInDown .25s ease-out forwards !important;
        animation: __utilFadeInDown .25s ease-out forwards !important;
    }

    /* Animate : Bounce In Up */
    .dropdown-bounceinup {
        -webkit-animation: __utilBounceInUp .25s ease-out forwards !important;
        animation: __utilBounceInUp .25s ease-out forwards !important;
    }
}

/* mobile only */
@media only screen and (max-width: 991px) {
    /*
		default dropdown link
		do not keep it active on second click
	*/
    a.dropdown-link:hover {
        color: inherit;
    }

    /*
		Dropdown mega menu / full width
	*/
    /* links inside mega menu */
    .dropdown-mega .row {
        margin-left: 0;
    }

    .dropdown-mega .row > div:not(:last-child) {
        margin-bottom: 30px;
    }

    /* multilevel dropdown inside content */
    .dropdown-menu-block-md .dropdown-item > .dropdown-menu {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        /* parent fit */
        background-color: rgba(0, 0, 0, 0.02) !important;
        box-shadow: none !important;
        border-radius: 0;
    }

    /* fix position of dropdown on navbar */
    .dropdown-menu-navbar-autopos {
        position: fixed;
        top: auto !important;
        bottom: auto !important;
        margin-left: 8px;
        margin-right: 8px;
    }
}

.list-divider > *:not(:last-child) {
    border-bottom: #dde4ea 1px solid;
}

.form-check-input-primary:checked {
    background-color: #dc6a8e !important;
    border-color: #dc6a8e !important;
}

.form-check-input-danger:checked {
    background-color: #f64e60 !important;
    border-color: #f64e60 !important;
}

.form-check-input-warning:checked {
    background-color: #fad776 !important;
    border-color: #fad776 !important;
}

.form-check-input-success:checked {
    background-color: #6dbb30 !important;
    border-color: #6dbb30 !important;
}

.form-check-input-info:checked {
    background-color: #73e7f7 !important;
    border-color: #73e7f7 !important;
}

th > .form-check {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

th > .form-check input {
    margin: 0 !important;
}

.form-check-input:checked[type=checkbox],
.form-check-input:checked[type=radio] {
    background-position: inherit;
}

/*

  <i class="switch-icon"></i>
  <i class="switch-icon active"></i>
  <i class="switch-icon disabled"></i>

  <!-- .hide-cloaked class required on input -->
  <label class="d-flex align-items-center mb-4">
    <input class="hide-cloaked" type="checkbox" name="test" value="1">
    <i class="switch-icon"></i>
    <span class="px-3">
      Default Switch
      <small class="fs--13 d-block text-muted">
        Use anything by creating your own custom css/js.
      </small>
    </span>
  </label>

*/
.switch-icon {
    width: 100%;
    display: inline-block;
    background-color: #f1f4f8;
    position: relative;
    overflow: hidden;
    border-radius: 50rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
}

.switch-icon:before {
    content: "";
    position: absolute;
    border-radius: 50rem;
    background-color: #fbfbfb;
    box-shadow: 0px 3px 6px 0px rgba(131, 149, 164, 0.28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 114ms ease-in;
    margin: 0.125rem;
    left: 0;
    /*

    SASS MATH
      height: 35px   (.switch-icon)
      margin: 3px

      height - (margin * 2)
      35px   - (3px   * 2)

      = 29px

    width: 29px;
    height: 29px;

  */
}

/* active */
input:checked + .switch-icon:before,
.active + .switch-icon:before,
.switch-icon.active:before {
    background-color: #ffffff;
    /*

    SASS MATH
      height: 29px   (.switch-icon:before)
      margin: 3px

      100% - height - margin
      100% - 29px  - 3px

    margin-left: calc(100% - 29px - 3px);

  */
}

/* disabled */
input[disabled] + .switch-icon,
.switch-icon.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* invalid */
.was-validated input:not([disabled]).is-invalid + .switch-icon + *,
.was-validated input:not([disabled]):invalid + .switch-icon + * {
    color: #f64e60;
}

/* colors */
input:checked + .switch-icon, .active + .switch-icon, .switch-icon.active {
    background-color: #506690;
}

input:checked + .switch-icon-primary, .active + .switch-icon-primary, .switch-icon-primary.active {
    background-color: #dc6a8e;
}

input:checked + .switch-icon-danger, .active + .switch-icon-danger, .switch-icon-danger.active {
    background-color: #f64e60;
}

input:checked + .switch-icon-warning, .active + .switch-icon-warning, .switch-icon-warning.active {
    background-color: #fad776;
}

input:checked + .switch-icon-success, .active + .switch-icon-success, .switch-icon-success.active {
    background-color: #6dbb30;
}

input:checked + .switch-icon-info, .active + .switch-icon-info, .switch-icon-info.active {
    background-color: #73e7f7;
}

.switch-icon {
    height: 1.875rem;
    min-width: 3.125rem;
    max-width: 3.125rem;
}

.switch-icon:before {
    width: 1.625rem;
    height: 1.625rem;
}

input:checked + .switch-icon:before,
.active + .switch-icon:before,
.switch-icon.active:before {
    margin-left: calc(100% - 1.625rem - 0.125rem);
}

.switch-icon-lg {
    height: 2.3125rem;
    min-width: 3.875rem;
    max-width: 3.875rem;
}

.switch-icon-lg:before {
    width: 2.0625rem;
    height: 2.0625rem;
}

input:checked + .switch-icon-lg:before,
.active + .switch-icon-lg:before,
.switch-icon.active-lg:before {
    margin-left: calc(100% - 2.0625rem - 0.125rem);
}

.switch-icon-sm {
    height: 1.25rem;
    min-width: 2.5rem;
    max-width: 2.5rem;
}

.switch-icon-sm:before {
    width: 1rem;
    height: 1rem;
}

input:checked + .switch-icon-sm:before,
.active + .switch-icon-sm:before,
.switch-icon.active-sm:before {
    margin-left: calc(100% - 1rem - 0.125rem);
}

.switch-icon-xs {
    height: 1.125rem;
    min-width: 1.875rem;
    max-width: 1.875rem;
}

.switch-icon-xs:before {
    width: 0.875rem;
    height: 0.875rem;
}

input:checked + .switch-icon-xs:before,
.active + .switch-icon-xs:before,
.switch-icon.active-xs:before {
    margin-left: calc(100% - 0.875rem - 0.125rem);
}

table.table-align-middle td,
table.table-align-middle th {
    vertical-align: middle;
}

/* checkbox */
table label.form-checkbox,
table label.form-radio {
    width: 20px !important;
    height: 20px !important;
    margin: 0;
    padding: 0;
}

table label.form-checkbox > i,
table label.form-radio > i {
    margin-right: 0;
    margin-left: 0;
}

table thead th label.form-checkbox,
table thead th label.form-radio,
table tfoot th label.form-checkbox,
table tfoot th label.form-radio {
    margin-top: 3px;
}

/* setup */
.table:not(.table-framed):not(.table-bordered) thead > tr > th {
    border-top-width: 0;
}

.table thead > tr > th {
    border-bottom-width: 1px;
}

.table-framed tfoot th {
    border-bottom: #eaf0f5 1px solid;
}

/* large */
.table-lg tr > th,
.table-lg tr > td {
    padding: 1.5rem 2rem;
}

/* stripped table */
table.table-striped th,
table.table-striped td {
    border: 0;
}

/*

    <!-- Tab Pills -->
    <ul class="nav nav-sm nav-invert rounded-pill" id="nav-tab-1" role="tablist">
      <li class="nav-item">
        <a class="nav-link active" href="#nav-tab-1-preview" id="nav-tab-1-preview-link" aria-controls="nav-tab-1-preview" data-bs-toggle="pill" role="tab" aria-selected="true">
          Preview
         </a>
      </li>
      <li class="nav-item">
        <a class="nav-link" href="#nav-tab-1-html" id="nav-tab-1-html-link" aria-controls="nav-tab-1-html" data-bs-toggle="pill" role="tab" aria-selected="false">
          HTML
         </a>
      </li>
    </ul>
    <!-- /Tab Pills -->

*/
.nav-invert {
    padding: .25rem;
    display: inline-flex;
    background-color: #f1f4f8;
}

.nav-invert,
.nav-invert .nav-link {
    border-radius: 0.35rem;
}

.nav-pills.nav-invert {
    border-radius: 50rem;
}

.nav-invert .nav-link.active {
    color: #dc6a8e !important;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.08), 0 4px 6px 0 rgba(112, 157, 199, 0.08);
}

.rounded-pill .nav-link {
    border-radius: 50rem;
}

.nav-sm .nav-link {
    font-size: 0.875rem;
    padding: .344rem .65rem;
}

.nav-lg .nav-link {
    padding: 0.7rem 1.4rem;
}

.nav-tabs-border-top,
.nav-tabs-border-bottom {
    border: 0;
}

.nav-tabs-border-top .nav-item:not(:last-child),
.nav-tabs-border-bottom .nav-item:not(:last-child) {
    margin-right: 15px;
}

.nav-tabs-border-top .nav-link,
.nav-tabs-border-bottom .nav-link {
    border: 0;
    border-radius: 0;
    padding-left: 3px;
    padding-right: 3px;
}

.nav-tabs-border-top .nav-link.active {
    border-top: #dc6a8e 1px solid !important;
}

.nav-tabs-border-bottom .nav-link.active {
    border-bottom: #dc6a8e 1px solid !important;
}

.nav-pills .nav-link.btn:not(.active) {
    background: #fff !important;
    color: #869ab8 !important;
}

/**

	SIDEBAR

	Dropped .aside-left & .aside-right
		.aside-start = left  on LTR
		.aside-start = right on RTL

		.aside-end = right  on LTR
		.aside-end = left on RTL



	Header : match sidebar background color
		#header.header-match-aside-primary
		#header.header-match-aside-secondary

**/
aside {
    font-size: 16px;
    position: relative;
    flex-shrink: 0;
    /**  DO NOT SET z-index HERE : MOBILE ONLY * ASIDE STICKY **/
}

aside.aside-start,
aside.aside-end {
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    height: 100%;
}

.aside-width,
body:not(.aside-compact) aside.aside-start,
body:not(.aside-compact) aside.aside-end {
    width: 265px;
}

body.aside-compact aside.aside-start,
body.aside-compact aside.aside-end {
    width: 140px;
}

aside.aside-start {
    left: 0;
    right: auto;
}

aside.aside-end {
    left: auto;
    right: 0;
}

/* sidebar (also used by admin) */
.aside-secondary {
    color: #1c0950;
    background-color: #ffffff;
}

.aside-secondary .text-aside {
    color: #dc6a8e;
}

.aside-primary {
    color: #bfc6d7;
    background-color: #1b2a4e;
}

.aside-primary .text-aside {
    color: #ffffff;
}

.bg-aside {
    background-color: #1b2a4e;
}

/*

	Nav Item
	Paddings
	orig: .5rem 1rem

*/
aside .nav-deep > ul > li.nav-title,
aside .nav-deep > ul > li > a.nav-link {
    padding: .8rem 1rem;
}

aside .nav-deep.nav-deep-lg > ul > li.nav-title,
aside .nav-deep.nav-deep-lg > ul > li > a.nav-link {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

aside .nav-deep.nav-deep-lg > ul > li li.nav-title,
aside .nav-deep.nav-deep-lg > ul > li ul > li > a {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

aside .nav-deep.nav-deep-sm > ul > li.nav-title,
aside .nav-deep.nav-deep-sm > ul > li > a.nav-link {
    padding-top: .6rem;
    padding-bottom: .6rem;
}

aside .nav-deep.nav-deep-sm > ul > li li.nav-title,
aside .nav-deep.nav-deep-sm > ul > li ul > li > a {
    padding-top: .4rem;
    padding-bottom: .4rem;
}

aside .nav-deep.nav-deep-xs > ul > li.nav-title,
aside .nav-deep.nav-deep-xs > ul > li > a.nav-link {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

aside .nav-deep.nav-deep-xs > ul > li li.nav-title,
aside .nav-deep.nav-deep-xs > ul > li ul > li > a {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

/*
	hover & active background color
	overwrite _navigations.scss
*/
.aside-secondary nav.nav-deep-hover > ul > li.nav-item:hover,
.aside-secondary nav.nav-deep-hover > ul > li.nav-item.active {
    background-color: #f5f6fc !important;
}

.aside-primary nav.nav-deep-hover > ul > li.nav-item:hover,
.aside-primary nav.nav-deep-hover > ul > li.nav-item.active {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

/*
	disabled links
*/
.aside-secondary a.disabled {
    color: #8d6aee !important;
}

.aside-primary a.disabled {
    color: #61729c !important;
}

/*
	spacings
*/
/*

	EXTENDED NAV
	Like a secondary sidebar

*/
aside .nav-item.nav-item-extended > div.aside-item {
    position: fixed;
    top: 95px;
    bottom: 15px;
    font-size: 1rem;
    overflow: hidden;
    color: #121212;
    min-width: 265px;
    max-width: calc(100vw - 15px - 265px);
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.35rem;
    left: 265px;
    border-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* hide : is inactive */
aside .nav-item.nav-item-extended:not(.active) > div.aside-item {
    display: none !important;
}

/* overlay */
aside .nav-item.nav-item-extended:not(.active).overlay-light:after,
aside .nav-item.nav-item-extended:not(.active).overlay-dark:after {
    display: none !important;
}

aside .nav-item.nav-item-extended.active.overlay-light:after,
aside .nav-item.nav-item-extended.active.overlay-dark:after {
    position: fixed;
    z-index: -1;
    left: 265px;
    right: 0;
}

/* fade in animation */
aside .nav-item.nav-item-extended.active > .aside-item {
    -webkit-animation: __utilFadeIn .25s ease-out forwards;
    animation: __utilFadeIn .25s ease-out forwards;
}

/*

	Header : match sidebar
	background color

*/
#header.header-match-aside-primary {
    background-color: #1b2a4e;
}

#header.header-match-aside-secondary {
    background-color: #ffffff;
}

/**

	CUSTOM, SIMPLE
	(ecommerce cart, etc)

**/
.aside-custom-start,
.aside-custom-end,
.aside-custom {
    position: fixed !important;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 90%;
    max-width: 400px;
    background: #ffffff;
    z-index: 11;
    /* Chrome load hack */
    -webkit-animation: __asidePageLoadFix;
    animation: __asidePageLoadFix;
    -webkit-animation-duration: 0.01s;
    animation-duration: 0.01s;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.56s cubic-bezier(0.6, 0.4, 0.05, 0.95) !important;
}

@-webkit-keyframes __asidePageLoadFix {
    from {
    }
    to {
        transform: none;
    }
}

@keyframes __asidePageLoadFix {
    from {
    }
    to {
        transform: none;
    }
}

.aside-custom-end {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0);
}

.aside-custom-start.js-aside-show,
.aside-custom-end.js-aside-show,
.aside-custom.js-aside-show {
    transform: translate3d(0, 0, 0);
}

/**

	Responsive

**/
@media only screen and (min-width: 992px) {
    /*
		ASIDE : FOCUS
		Push header
	*/
    body.aside-sticky aside {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 11;
    }

    body:not(.aside-compact).layout-admin #footer {
        padding-left: 265px;
    }

    body.aside-sticky:not(.aside-compact) #wrapper_content,
    body.aside-sticky:not(.aside-compact) #header,
    body.aside-sticky:not(.aside-compact) #js_header_spacer {
        margin-left: 265px;
    }

    body.layout-admin.aside-compact #footer {
        padding-left: 140px;
    }

    body.aside-sticky.aside-compact #wrapper_content,
    body.aside-sticky.aside-compact #header,
    body.aside-sticky.aside-compact #js_header_spacer {
        margin-left: 140px;
    }

    /**

		FRONTEND DEDICATED

	**/
    body.aside-start:not(.layout-boxed) #wrapper {
        margin-left: 265px;
    }

    body.aside-end:not(.layout-boxed) #wrapper {
        margin-right: 265px;
    }

    body.aside-start.header-fixed:not(.layout-boxed) #header,
    body.aside-end.header-fixed:not(.layout-boxed) #header {
        max-width: 100% !important;
        width: auto !important;
    }

    /**

		ASIDE FLOAT

	**/
    body.aside-float aside {
        z-index: 11;
        position: fixed;
        top: 0;
        bottom: 0;
    }

    body.aside-start.aside-sticky:not(.header-sticky) #header,
    body.aside-float #header {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.aside-float:not(.aside-show) .aside-start:not(.js-aside-show) {
        margin-left: -100%;
    }

    body.aside-float:not(.aside-show) .aside-end:not(.js-aside-show) {
        margin-right: -100%;
    }
}

@media only screen and (max-width: 991px) {
    aside {
        z-index: 11;
        position: fixed !important;
        top: 0;
        bottom: 0;
    }

    /*

		HIDE|SHOW

	*/
    aside:not(.js-aside-show).aside-start {
        margin-left: -265px;
    }

    aside:not(.js-aside-show).aside-end {
        margin-right: -265px;
    }

    /* extended */
    aside:not(.js-aside-show).aside-start .nav-item-extended > div.aside-item {
        left: -100%;
    }

    aside:not(.js-aside-show).aside-end .nav-item-extended > div.aside-item {
        right: -100%;
    }

    /* extended - position forced */
    aside .nav-item.nav-item-extended > div.aside-item {
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
        border-radius: 0.35rem;
        z-index: 9999;
    }
}

/**

	Fullscreen Element

**/
.fullscreen {
    position: fixed !important;
    left: 15px !important;
    right: 15px !important;
    top: 15px !important;
    bottom: 15px !important;
    margin: 0 !important;
    background-color: #fff !important;
    z-index: 1049 !important;
    /* scrollable */
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: auto;
    max-height: 100%;
    -ms-box-shadow: 0px 0px 35px 19px rgba(0, 0, 0, 0.75) !important;
    -o-box-shadow: 0px 0px 35px 19px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 0px 35px 19px rgba(0, 0, 0, 0.75) !important;
}

/* show element on fullscreen only */
.fullscreen .fullscreen-show {
    display: block !important;
}

/* hidden element on fullscreen only */
.fullscreen .fullscreen-hide {
    display: hidden !important;
}

/**

	Modals

**/
.modal-full {
    max-width: 100%;
    margin: 15px;
}

.modal-backdrop.show {
    opacity: 1 !important;
}

.modal-backdrop {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.offcanvas-backdrop {
    opacity: 1 !important;
    -webkit-animation: _bkdFadeIn;
    animation: _bkdFadeIn;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

/**

	PAGINATION : PILL

**/
.pagination-pill > .page-item:first-child > .page-link {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
}

.pagination-pill > .page-item:last-child > .page-link {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}

/*

	Process Steps

	.process-steps-primary

	<ol class="process-steps text-muted">
		<li class="process-step-item complete">Step 1</li>
		<li class="process-step-item active">Step 2</li>
		<li class="process-step-item">Step 3</li>
		<li class="process-step-item">Done!</li>
	</ol>

*/
.process-steps {
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 0 0 24px 0;
    list-style: none outside;
    overflow: hidden;
    display: flex;
}

.process-step-item {
    width: 100%;
    padding: 0 0 .8em 0;
    margin: 0;
    text-align: center;
    position: relative;
    border-bottom: 3px solid #f1f4f8;
}

.process-step-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 100%;
    background: #ffffff;
    border: 3px solid #f1f4f8;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-bottom: -7.5px;
}

.process-step-item.active,
.process-step-item.complete {
    border-color: #869ab8;
}

.process-step-item.active:before,
.process-step-item.complete:before {
    border-color: #869ab8;
    background: #869ab8;
}

.process-step-item.active:before {
    background: #ffffff !important;
}

.process-steps-primary > .active,
.process-steps-primary > .complete {
    border-color: #dc6a8e;
}

.process-steps-primary > .active:before,
.process-steps-primary > .complete:before {
    background: #dc6a8e;
    border-color: #dc6a8e;
}

/*

	Thumbnail : Shadow drop

*/
.thumbnail-shadow-drop {
    position: relative;
}

.thumbnail-shadow-drop:after {
    position: absolute;
    width: 56%;
    height: 26%;
    left: 20%;
    border-radius: 50%;
    z-index: 1;
    bottom: 128px;
    margin-bottom: 13%;
    content: "";
    box-shadow: 0 210px 60px rgba(0, 0, 0, 0.2);
    transform: rotate(-10deg);
    opacity: 0;
    -webkit-animation: __utilFadeInSlow 2s ease;
    animation: __utilFadeInSlow 2s ease;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.thumbnail-shadow-drop:before {
    position: absolute;
    width: 41%;
    height: 25%;
    left: 23%;
    border-radius: 50%;
    z-index: 0;
    bottom: 25%;
    margin-bottom: 0%;
    content: "";
    box-shadow: 0 194px 50px rgba(0, 0, 0, 0.3);
    transform: rotate(-17deg);
    opacity: 0;
    -webkit-animation: __utilFadeInSlow 2s ease;
    animation: __utilFadeInSlow 2s ease;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

@media only screen and (max-width: 768px) {
    .thumbnail-shadow-drop:before {
        bottom: 45%;
        left: 18%;
    }
}

/*

    <ul class="sow-timeline">

      <li>
        <h3 class="mb-5">
        	Clean Timeline
        </h3>
      </li>

      <li class="pb-5">

        <h4 class="sow-timeline-title font-weight-light mb-0 position-relative d-flex align-items-center">
          Event Title
        </h4>
        <small class="text-muted">Tue Nov 10, 2020</small>

       	<div class="mt-4">
        	<p>Lorem ipsum...</p>
        	<a href="#!" class="text-dashed">read more</a>
        </div>

      </li>

    </ul>

*/
.sow-timeline {
    list-style: none;
    padding: 0 1.75rem !important;
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
    border-left: #dde4ea 2px dashed;
}

.sow-timeline-title:before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: #dde4ea;
    left: -2.4375rem;
}

.timeline-container > div,
.timeline-container {
    position: relative;
}

.timeline-container:before {
    content: '';
    position: absolute;
    width: 4px;
    top: 7px;
    bottom: 7px;
    height: calc(100% - (4px + 3));
    background-color: #f1f4f8;
    left: 100px;
}

.timeline-container i.badge {
    width: 17px;
    height: 17px;
    border: transparent 4px solid;
    display: inline-block;
    position: absolute;
    padding: 0;
    top: 7px;
    left: 93.5px;
}

.timeline-container i.badge:after {
    content: '';
    width: 25px;
    height: 25px;
    border: #fff 4px solid;
    position: absolute;
    z-index: 0;
    border-radius: 50rem;
    top: -8px;
    left: -8px;
}

.timeline-container .timeline-content,
.timeline-container .timeline-title {
    position: relative;
    display: block;
    padding-left: 24px;
    margin-left: 100px;
    border-left: transparent 4px solid;
}

/* invert */
.timeline-container.timeline-invert {
    text-align: right;
}

.timeline-container.timeline-invert:before {
    left: auto;
    right: 100px;
}

.timeline-container.timeline-invert i.badge {
    left: auto;
    right: 93.5px;
}

.timeline-container.timeline-invert i.badge:after {
    left: auto;
    right: -8px;
}

.timeline-container.timeline-invert .timeline-content,
.timeline-container.timeline-invert .timeline-title {
    padding-left: 0;
    padding-right: 24px;
    margin-left: 0;
    margin-right: 100px;
    border-left: 0;
    border-right: transparent 4px solid;
}

/**

    Shape : V

**/
.shape-v {
    position: absolute;
    height: 0px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

.shape-v + section,
.shape-v + .section,
.shape-v + div {
    z-index: 9;
}

.shape-v:after,
.shape-v:before {
    position: absolute;
    content: '';
    background-color: #fff;
    bottom: 0;
    height: 100px;
    margin-bottom: -100px;
    z-index: 2;
}

.shape-v.bg-light:after,
.shape-v.bg-light:before {
    background-color: #f9fbfd;
}

.shape-v:before {
    left: 0;
    width: 40%;
    transform-origin: 100% 0;
    transform: scaleX(2) scaleY(5) rotate(6deg);
}

.shape-v:after {
    right: 0;
    width: 60%;
    transform-origin: 0 0;
    transform: scaleX(2) scaleY(5) rotate(-8deg);
}

/**

    Responsive

**/
@media only screen and (min-width: 992px) {
    /* Shape : V */
    .shape-v.shape-xs:before {
        transform: scaleX(2) scaleY(5) rotate(2deg);
    }

    .shape-v.shape-xs:after {
        transform: scaleX(2) scaleY(5) rotate(-3deg);
    }
}

.offcanvas-lg {
    width: 500px;
}

/**

	FORMS

		1. Pill inputs/selects/textarea
		2. Link over input/textarea
		3. Switch
		4. Radio
		5. Checkbox
		6. Select
		7. Material Design Style
		8. File Upload
		9. Selectors

**/
/*

	1. Pill Form
		.form-tontrol-pill 		- used for each element or for the entire form
		.input-group-pill 		- input group
*/
.form-control-pill,
.input-group-pill .input-group-append > span,
.input-group-pill .input-group-prepend > span,
.input-group-pill input,
.form-control-pill input,
.form-control-pill select,
.input-group-pill select,
.input-group-pill textarea,
.form-control-pill textarea,
.input-group-pill .btn,
.form-control-pill .btn {
    border-radius: 50rem;
}

.input-group select {
    border-radius: 0 !important;
}

/*

	2. Link over input/textarea

*/
.input-group-over--absolute {
    position: absolute;
    top: 0;
    right: 0;
}

.input-group-over {
    position: relative;
}

.input-group-over > input,
.input-group-over > textarea {
    padding-right: 60px;
}

.input-group-over > a,
.input-group-over > button,
.input-group-over > span {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/* a div, button, etc */
.el-over-input {
    position: absolute !important;
    top: 0;
    z-index: 5 !important;
    right: 0;
}

/*

	3. Switch

*/
/* @toggle switch elements
-------------------------------------------------- */
.form-switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    min-height: 26px;
    clear: both;
    padding-left: 73px;
    margin-right: 10px;
}

.m-0.form-switch,
.m--0.form-switch {
    padding-left: 58px;
}

.form-switch > i {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-style: normal;
    position: absolute;
    left: 0;
    float: left;
    height: 25px;
    width: 58px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    background: #B5C1C7;
    border: 0 solid #B5C1C7;
    transition: 0.3s ease-out;
    border-radius: 2px;
}

.form-switch > i:before {
    content: attr(data-off);
    position: absolute;
    top: 3px;
    width: 32px;
    height: 19px;
    line-height: 19px;
    right: 3px;
}

.form-switch > i:after {
    content: "";
    margin: 3px;
    width: 19px;
    height: 19px;
    display: block;
    background: #fff;
    border-radius: 2px;
}

.form-switch > input {
    display: none !important;
}

.form-switch > input:focus + i {
    color: #fff;
    border-color: #a1a6a9;
    background: #a1a6a9;
}

.form-switch > input:focus + i:after {
    background: #fff;
}

/* @toggle switch normal state
--------------------------------------------------------------- */
.form-switch > input:checked + i {
    border-color: #333;
    background: #333;
    color: #fff;
    padding-left: 33px;
}

.form-switch.form-switch-primary > input:checked + i {
    border-color: #dc6a8e;
    background: #dc6a8e;
}

.form-switch.form-switch-secondary > input:checked + i {
    border-color: #6c757d;
    background: #6c757d;
}

.form-switch.form-switch-success > input:checked + i {
    border-color: #6dbb30;
    background: #6dbb30;
}

.form-switch.form-switch-info > input:checked + i {
    border-color: #73e7f7;
    background: #73e7f7;
}

.form-switch.form-switch-warning > input:checked + i {
    border-color: #fad776;
    background: #fad776;
}

.form-switch.form-switch-danger > input:checked + i {
    border-color: #f64e60;
    background: #f64e60;
}

.form-switch.form-switch-light > input:checked + i {
    border-color: #f8f9fa;
    background: #f8f9fa;
}

.form-switch.form-switch-dark > input:checked + i {
    border-color: #2E2E2E;
    background: #2E2E2E;
}

.form-switch > input:checked + i:before {
    content: attr(data-on);
    top: 3px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    font-family: 'Zapf Dingbats', 'font-regular', sans-serif;
    /* mobile fix - because some characters like "✔" are emoji rewritten by vedors (apple/android/etc) */
    left: 1px;
}

/* @toggle switch normal state focus
--------------------------------------------------------------------------------- */
.form-switch-pill > i {
    border-radius: 13px;
}

.form-switch-pill > i:before {
    width: 29px;
}

.form-switch-pill > i:after {
    width: 19px;
    height: 19px;
    color: #B5C1C7;
    content: "\2022";
    font: 20px/20px Times, Serif;
    border-radius: 13px;
    line-height: 19px;
}

.form-switch-pill > input:checked + i {
    padding-left: 33px;
}

.form-switch-pill > input:checked + i:after {
    color: #333;
}

/* disabled */
.form-switch input[disabled] + i {
    border-color: #e9ecef !important;
    background: #e9ecef !important;
}

/*

	4. Radio

*/
.form-radio {
    position: relative;
    cursor: pointer;
    line-height: 1.3;
    padding-left: 30px;
    padding-right: 15px;
}

a.form-radio {
    text-decoration: none;
    color: #1c0950;
}

.form-radio > input[type="radio"] {
    display: none;
}

.form-radio > i {
    position: absolute;
    display: inline-block;
    left: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 50%;
}

.form-radio-inset {
    margin: 2px 0 0 0;
    padding: 0;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

a.form-radio.active > i,
.form-radio > input[type="radio"]:checked + i,
.form-radio.form-radio-dark > input[type="radio"]:checked + i {
    border: none;
    background: #121212;
}

.form-radio-bordered > i,
.form-radio-bordered.form-radio-dark > i {
    border: 2px solid #121212;
}

a.form-radio.form-radio-primary.active > i,
.form-radio.form-radio-primary > input[type="radio"]:checked + i {
    background: #dc6a8e;
}

.form-radio-bordered.form-radio-primary > i {
    border: 2px solid #dc6a8e;
}

a.form-radio.form-radio-secondary.active > i,
.form-radio.form-radio-secondary > input[type="radio"]:checked + i {
    background: #6c757d;
}

.form-radio-bordered.form-radio-secondary > i {
    border: 2px solid #6c757d;
}

a.form-radio.form-radio-success.active > i,
.form-radio.form-radio-success > input[type="radio"]:checked + i {
    background: #6dbb30;
}

.form-radio-bordered.form-radio-success > i {
    border: 2px solid #6dbb30;
}

a.form-radio.form-radio-info.active > i,
.form-radio.form-radio-info > input[type="radio"]:checked + i {
    background: #73e7f7;
}

.form-radio-bordered.form-radio-info > i {
    border: 2px solid #73e7f7;
}

a.form-radio.form-radio-warning.active > i,
.form-radio.form-radio-warning > input[type="radio"]:checked + i {
    background: #fad776;
}

.form-radio-bordered.form-radio-warning > i {
    border: 2px solid #fad776;
}

a.form-radio.form-radio-danger.active > i,
.form-radio.form-radio-danger > input[type="radio"]:checked + i {
    background: #f64e60;
}

.form-radio-bordered.form-radio-danger > i {
    border: 2px solid #f64e60;
}

a.form-radio.form-radio-light.active > i,
.form-radio.form-radio-light > input[type="radio"]:checked + i {
    background: #f8f9fa;
}

.form-radio-bordered.form-radio-light > i {
    border: 2px solid #f8f9fa;
}

a.form-radio.form-radio-dark.active > i,
.form-radio.form-radio-dark > input[type="radio"]:checked + i {
    background: #2E2E2E;
}

.form-radio-bordered.form-radio-dark > i {
    border: 2px solid #2E2E2E;
}

.was-validated .form-radio > input[type=radio]:invalid ~ span,
.form-radio > input[type=radio].is-invalid ~ span {
    color: #f64e60 !important;
}

a.form-radio.active > i:after,
.form-radio > input[type="radio"]:checked + i:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    background-color: #fff;
    border-radius: 50%;
}

/* disabled */
a.form-radio.disabled > i,
.form-radio input[disabled] + i {
    border-color: #e9ecef !important;
    background: #e9ecef !important;
}

/*

	5. Checkbox

*/
.form-checkbox {
    position: relative;
    cursor: pointer;
    line-height: 1.3;
    padding-left: 30px;
    padding-right: 15px;
}

a.form-checkbox {
    text-decoration: none;
    color: #1c0950;
}

.form-checkbox > input[type="checkbox"] {
    display: none;
}

.form-checkbox > i {
    position: absolute;
    display: inline-block;
    border-radius: 3px;
    transition: 0.3s;
    left: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.was-validated .form-checkbox > input[type=checkbox]:invalid ~ span,
.form-checkbox > input[type=checkbox].is-invalid ~ span {
    color: #f64e60 !important;
}

a.form-checkbox.active > i,
.form-checkbox > input[type="checkbox"]:checked + i {
    background: #0d6efd;
    border: none;
}

.form-checkbox-inset {
    margin: 0;
    padding: 0;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

a.form-checkbox.active > i,
.form-checkbox > input[type="checkbox"]:checked + i,
.form-checkbox.form-checkbox-dark > input[type="checkbox"]:checked + i {
    border: none;
    background: #121212;
}

.form-checkbox-bordered > i,
.form-checkbox-bordered.form-checkbox-dark > i {
    border: 2px solid #121212;
}

a.form-checkbox.form-checkbox-primary.active > i,
.form-checkbox.form-checkbox-primary > input[type="checkbox"]:checked + i {
    background: #dc6a8e;
}

.form-checkbox-bordered.form-checkbox-primary > i {
    border: 2px solid #dc6a8e;
}

a.form-checkbox.form-checkbox-secondary.active > i,
.form-checkbox.form-checkbox-secondary > input[type="checkbox"]:checked + i {
    background: #6c757d;
}

.form-checkbox-bordered.form-checkbox-secondary > i {
    border: 2px solid #6c757d;
}

a.form-checkbox.form-checkbox-success.active > i,
.form-checkbox.form-checkbox-success > input[type="checkbox"]:checked + i {
    background: #6dbb30;
}

.form-checkbox-bordered.form-checkbox-success > i {
    border: 2px solid #6dbb30;
}

a.form-checkbox.form-checkbox-info.active > i,
.form-checkbox.form-checkbox-info > input[type="checkbox"]:checked + i {
    background: #73e7f7;
}

.form-checkbox-bordered.form-checkbox-info > i {
    border: 2px solid #73e7f7;
}

a.form-checkbox.form-checkbox-warning.active > i,
.form-checkbox.form-checkbox-warning > input[type="checkbox"]:checked + i {
    background: #fad776;
}

.form-checkbox-bordered.form-checkbox-warning > i {
    border: 2px solid #fad776;
}

a.form-checkbox.form-checkbox-danger.active > i,
.form-checkbox.form-checkbox-danger > input[type="checkbox"]:checked + i {
    background: #f64e60;
}

.form-checkbox-bordered.form-checkbox-danger > i {
    border: 2px solid #f64e60;
}

a.form-checkbox.form-checkbox-light.active > i,
.form-checkbox.form-checkbox-light > input[type="checkbox"]:checked + i {
    background: #f8f9fa;
}

.form-checkbox-bordered.form-checkbox-light > i {
    border: 2px solid #f8f9fa;
}

a.form-checkbox.form-checkbox-dark.active > i,
.form-checkbox.form-checkbox-dark > input[type="checkbox"]:checked + i {
    background: #2E2E2E;
}

.form-checkbox-bordered.form-checkbox-dark > i {
    border: 2px solid #2E2E2E;
}

a.form-checkbox.active > i:after,
.form-checkbox > input[type="checkbox"]:checked + i:after {
    position: absolute;
    content: "";
    top: 5px;
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    transform: rotate(-45deg);
    left: 4px;
}

/* disabled */
a.form-checkbox.disabled > i,
.form-checkbox input[disabled] + i {
    border-color: #e9ecef !important;
    background: #e9ecef !important;
}

/*

	6. Select

*/
.select-form-control,
select.form-control:not([size]):not([multiple]) {
    background: url('data:image/svg+xml;utf8,<svg width="15" viewBox="0 0 129 129" xmlns="http://www.w3.org/2000/svg"><path d="m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z"/></svg>') no-repeat;
    background-color: #fff;
    -moz-appearance: none;
    background-position: center right 15px;
}

select.form-control:not([size]):not([multiple]) {
    padding-right: 40px;
}

/*

	7. Material Design Style

*/
.form-control-clean {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none !important;
}

.form-label-group {
    position: relative;
}

.form-label-group > .form-control + label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.88rem 1rem;
    margin-bottom: 0;
    color: #95a4af;
    pointer-events: none;
    cursor: text;
    transition: all 0.2s ease-in-out;
}

.form-label-group > .form-control-sm + label {
    padding: 0.56rem 1rem;
}

.form-label-group > .form-control::-moz-placeholder {
    color: transparent !important;
}

.form-label-group > .form-control::placeholder {
    color: transparent !important;
}

.form-label-group > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 19px;
    padding-bottom: 6px;
}

.form-label-group > .form-control:not(:placeholder-shown) {
    padding-top: 19px;
    padding-bottom: 6px;
}

.form-label-group > .form-control:not(:-moz-placeholder-shown) ~ label {
    padding-top: 3px;
    padding-bottom: 0;
    font-size: 12px;
}

.form-label-group > .form-control:not(:placeholder-shown) ~ label {
    padding-top: 3px;
    padding-bottom: 0;
    font-size: 12px;
}

/* select */
.form-label-group > select.form-control:not(:-moz-placeholder-shown) {
    font-weight: 200;
}

.form-label-group > select.form-control:not(:placeholder-shown) {
    font-weight: 200;
}

.form-label-group > select.form-control:valid:not(:-moz-placeholder-shown) {
    color: #495057;
    font-weight: inherit;
}

.form-label-group > select.form-control:valid:not(:placeholder-shown) {
    color: #495057;
    font-weight: inherit;
}

.form-label-group > select:invalid.form-control-lg {
    font-size: 16px;
    font-weight: inherit;
    color: #95a4af;
    padding-top: 18px;
    height: 48px;
}

.form-label-group > select:valid.form-control-lg {
    padding-top: 16px;
    font-size: 1.25rem;
    padding-bottom: 0;
}

@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group .form-control::-moz-placeholder {
        color: #95a4af;
    }

    .form-label-group .form-control::placeholder {
        color: #95a4af;
    }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group .form-control::-moz-placeholder {
        color: #95a4af;
    }

    .form-label-group .form-control::placeholder {
        color: #95a4af;
    }
}

/*

	8. File Upload
	Bootstrap extended - colors & custom-file-lg

*/
.custom-file-primary .custom-file-label::after {
    color: #fff;
    background-color: #dc6a8e;
}

.custom-file-secondary .custom-file-label::after {
    color: #fff;
    background-color: #6c757d;
}

.custom-file-success .custom-file-label::after {
    color: #fff;
    background-color: #6dbb30;
}

.custom-file-info .custom-file-label::after {
    color: #fff;
    background-color: #73e7f7;
}

.custom-file-warning .custom-file-label::after {
    color: #fff;
    background-color: #fad776;
}

.custom-file-danger .custom-file-label::after {
    color: #fff;
    background-color: #f64e60;
}

.custom-file-light .custom-file-label::after {
    color: #fff;
    background-color: #f8f9fa;
}

.custom-file-dark .custom-file-label::after {
    color: #fff;
    background-color: #2E2E2E;
}

/* large */
.custom-file-lg.custom-file-lg,
.custom-file-lg .custom-file-input,
.custom-file-lg .custom-file-label,
.custom-file-lg .custom-file-label::after {
    height: calc(1.5em + 2.18rem + 2px);
    font-size: 1rem;
}

.custom-file-lg .custom-file-label {
    line-height: 2;
    padding: 1.09rem 1rem;
    overflow: hidden;
}

.custom-file-lg .custom-file-input,
.custom-file-lg .custom-file-label::after {
    line-height: 2;
    padding: 1.09rem 1rem;
}

/* small */
.custom-file-sm.custom-file-sm,
.custom-file-sm .custom-file-input,
.custom-file-sm .custom-file-label,
.custom-file-sm .custom-file-label::after {
    height: calc(1.5em + 0.92rem + 2px);
    font-size: 1rem;
}

.custom-file-sm .custom-file-label {
    line-height: 1.25;
    padding: 0.46rem 1rem;
    overflow: hidden;
}

.custom-file-sm .custom-file-input,
.custom-file-sm .custom-file-label::after {
    line-height: 1.25;
    padding: 0.46rem 1rem;
}

/*

	9. Selectors
	color/size/etc

*/
.form-selector {
    position: relative;
    border: #f1f4f8 1px solid;
    cursor: pointer;
    min-width: 35px;
    height: 35px;
    border-radius: 0.35rem;
    overflow: hidden;
    margin-bottom: .25rem;
    margin-right: .25rem;
}

.form-selector-lg {
    border-radius: 4px;
    min-width: 46px;
    height: 46px;
}

.form-selector-xl {
    border-radius: 4px;
    min-width: 66px;
    height: 66px;
}

a.form-selector {
    color: #1c0950;
    text-decoration: none;
}

.form-selector.rounded-circle {
    border-radius: 50rem;
}

.form-selector > input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0.0001;
    z-index: -1;
}

.form-selector > span {
    min-width: 35px;
    min-height: 35px;
    display: inline-block;
    padding: .56rem 0.5rem;
    line-height: 1;
    border-radius: 0.35rem;
    font-size: 16px;
    text-align: center;
    background-color: #ffffff;
}

.form-selector-lg > span {
    padding: .89rem 0;
    line-height: 1;
    border-radius: 4px;
    min-width: 46px;
    min-height: 46px;
}

.form-selector.rounded-circle > span {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50rem;
}

.form-selector > i {
    display: inline-block;
    position: absolute;
    border-radius: 0.35rem;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
}

.form-selector > span:before {
    content: '';
    position: absolute;
    border-radius: 0.35rem;
    border: transparent 1px solid;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.form-selector.form-selector-lg > span:before,
.form-selector.form-selector-xl > span:before {
    border-radius: 4px;
}

.form-selector.rounded-circle > span:before {
    border-radius: 50rem;
}

.form-selector > i:before {
    content: '';
    border: transparent 1px solid;
    border-radius: 0.35rem;
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
}

.form-selector.rounded-circle > i:before,
.form-selector.rounded-circle > i {
    border-radius: 50rem;
}

a.form-selector.active > span,
.form-selector input:checked + span {
    color: #fff;
    background-color: #384c74;
}

.form-selector:not(.rounded-circle) input:checked + span {
    border-color: #384c74;
}

.form-selector > input:checked + i:before,
.form-selector.rounded-circle input:checked + i {
    border-color: #384c74;
}

a.form-selector.active > i:not(.bg-cover):after,
.form-selector input:checked + i:not(.bg-cover):after {
    content: "\f117";
    font-family: 'Flaticon';
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -9px;
}

.was-validated .form-selector > input:invalid + span:before,
.was-validated .form-selector > input:invalid + i:before {
    border-color: #f64e60 !important;
}

.form-selector input[disabled] + span,
.form-selector input[disabled] + i {
    background-color: #f1f4f8 !important;
    opacity: 0.6;
    cursor: initial;
}

.form-selector input[disabled] + i:before {
    background-color: #fff;
    opacity: 0.5 !important;
}

/**

	DEFAULT BOOTSTRAP NAVIGATION

**/
/*:not(nav.navbar-dark) a.nav-link:not(.active):not(:hover) {*/
nav.navbar-light a.nav-link:not(.active):not(:hover) {
    color: #1c0950;
}

.navbar-light .navbar-nav .nav-item:hover > .nav-link,
.navbar-light .navbar-nav .nav-link[aria-expanded="true"] {
    color: #dc6a8e !important;
}

.navbar-dark .navbar-nav .nav-item:hover > .nav-link,
.navbar-dark .navbar-nav .nav-link[aria-expanded="true"] {
    color: #ffffff !important;
}

/* -- -- -- */
/**

	DEEP NAVIGATION
		1. Inside content (mobile collasible)
		2. Sidebar (including admin)

**/
/* group icon indicator */
nav.nav-deep {
    font-size: 0.92rem;
}

nav.nav-deep .nav-item .group-icon {
    font-size: 10px;
    margin-top: 3px;
}

nav.nav-deep-dark .nav-item .group-icon {
    color: #bfc6d7 !important;
}

nav.nav-deep-dark-contrast .nav-item .group-icon {
    color: #ffffff !important;
}

nav.nav-deep-light .nav-item .group-icon {
    color: #1c0950 !important;
}

/* light */
nav.nav-deep-light .nav-item > a.nav-link {
    color: #1c0950;
}

nav.nav-deep-light .nav-item:hover > .nav-link,
nav.nav-deep-light .nav-item.active > .nav-link {
    color: #dc6a8e;
}

/* hover background color */
nav.nav-deep-light.nav-deep-hover > ul > li.nav-item:hover,
nav.nav-deep-light.nav-deep-hover > ul > li.nav-item.active {
    background-color: rgba(0, 0, 0, 0.05);
}

/* hover & active background color */
nav.nav-deep-dark .nav-item > a.nav-link {
    color: #bfc6d7;
}

nav.nav-deep-dark-contrast .nav-item > a.nav-link {
    color: #ffffff;
}

nav.nav-deep-dark .nav-item:hover > .nav-link,
nav.nav-deep-dark .nav-item.active > .nav-link {
    color: #ffffff;
}

nav.nav-deep-light .nav-item.active > .nav-link,
nav.nav-deep-dark .nav-item.active > .nav-link {
    font-weight: 500;
}

/* hover background color */
nav.nav-deep-dark.nav-deep-hover > ul > li.nav-item:hover,
nav.nav-deep-dark.nav-deep-hover > ul > li.nav-item.active {
    background-color: rgba(0, 0, 0, 0.05);
}

/*
	Dot indicator
	!sidebar only!
*/
aside nav.nav-deep-indicator-dot ul li .nav-item.active > .nav-link {
    position: relative;
}

aside nav.nav-deep-light.nav-deep-indicator-dot ul li .nav-item.active > .nav-link:before,
aside nav.nav-deep-dark.nav-deep-indicator-dot ul li .nav-item.active > .nav-link:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    left: 0;
}

aside nav.nav-deep-light.nav-deep-indicator-dot ul li .nav-item.active > .nav-link:before {
    background-color: #1c0950;
}

/*
	Bordered nav
*/
.nav-deep-bordered > ul > li {
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

/*
	Icons
*/
/* main link icon */
nav.nav-deep > ul > li > a.nav-link > i.nav-icon {
    width: 20px;
    /* bigger than font-size to set a nice looking on bigger webfonts */
    font-size: 16px;
    margin-top: -.2rem;
    float: left;
    margin-right: 10px;
    text-align: left;
}

/* childs main link icon (and no main icon, but there is an icon) */
nav.nav-deep > ul > li > a.nav-link > i:not(.nav-icon),
nav.nav-deep > ul ul > li > a.nav-link > i {
    margin-right: 10px;
}

nav.nav-deep > ul > li > a.nav-link > svg {
    margin-top: -4px;
    margin-right: 10px;
}

/* childs */
.nav-deep ul > li:not(.active) > ul {
    display: none;
}

/* all childs setup */
.nav-deep > ul ul {
    display: block;
    /*font-weight: 300;*/
}

/* 1. first level childs */
.nav-deep > ul > li > ul {
    padding-left: 30px;
}

/* icons alignment */
.nav-deep > ul > li > ul > li > a > i {
    margin-right: 8px;
    margin-left: -27px;
}

/* 2. all other deep level childs */
.nav-deep > ul > li > ul ul {
    padding-left: 15px;
}

/**

	Simple quick default navigation
	Nav : Default
	For any list

		<ul class="list-unstyled nav-default shadow-xs">

			<li class="active">
				<a href="#!">
					<i class="fi fi-check"></i>
					<span>Lorem ipsum</span>
				</a>
			</li>

		</ul>

**/
.nav-default a {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 0.54rem 1rem;
    cursor: pointer;
    transition: all 0.33s;
    text-decoration: none;
}

.nav-default li.active > a span,
.nav-default a.active span,
.nav-default a:hover span,
.nav-default li.active > a,
.nav-default a.active,
.nav-default a:hover {
    color: #dc6a8e !important;
}

.nav-default li.active > a,
.nav-default a.active,
.nav-default a:hover {
    background-color: #f9fbfd;
}

.nav-default a > i,
.nav-default a > span.group-icon {
    flex: 0 0 36px;
    font-size: 1.25rem;
    line-height: 0;
    color: #869ab8;
}

.nav-default a > span:not(.group-icon) {
    flex-grow: 1;
    font-size: 1rem;
    color: #506690;
}

/**

	Responsive

**/
@media only screen and (min-width: 992px) {
    /*	nav.nav-deep-light .nav-item a,
	nav.nav-deep-dark .nav-item a,
	nav.nav-deep-light .nav-item,
	nav.nav-deep-dark .nav-item {
		@include vendors-generate(transition, all .2s ease);
	}
*/
}

/** STAR (STAR)
 *************************************************** **/
.rating-0_0,
.rating-0,
.rating-0_5,
.rating-1,
.rating-1_0,
.rating-1_5,
.rating-2,
.rating-2_0,
.rating-2_5,
.rating-3,
.rating-3_0,
.rating-3_5,
.rating-4,
.rating-4_0,
.rating-4_5,
.rating-5,
.rating-5_0 {
    font: normal normal normal 18px/1 "Flaticon";
    letter-spacing: 3px;
}

.rating-0_0:before,
.rating-0:before {
    content: "\f173 \f173 \f173 \f173 \f173 ";
    display: inline-block;
}

.rating-0_5:before {
    content: "\f191 \f173 \f173 \f173 \f173 ";
    display: inline-block;
}

.rating-1:before,
.rating-1_0:before {
    content: "\f190 \f173 \f173 \f173 \f173 ";
    display: inline-block;
}

.rating-1_5:before {
    content: "\f190 \f191 \f173 \f173 \f173 ";
    display: inline-block;
}

.rating-2:before,
.rating-2_0:before {
    content: "\f190 \f190 \f173 \f173 \f173 ";
    display: inline-block;
}

.rating-2_5:before {
    content: "\f190 \f190 \f191 \f173 \f173 ";
    display: inline-block;
}

.rating-3:before,
.rating-3_0:before {
    content: "\f190 \f190 \f190 \f173 \f173 ";
    display: inline-block;
}

.rating-3_5:before {
    content: "\f190 \f190 \f190 \f191 \f173 ";
    display: inline-block;
}

.rating-4:before,
.rating-4_0:before {
    content: "\f190 \f190 \f190 \f190 \f173 ";
    display: inline-block;
}

.rating-4_5:before {
    content: "\f190 \f190 \f190 \f190 \f191 ";
    display: inline-block;
}

.rating-5:before,
.rating-5_0:before {
    content: "\f190 \f190 \f190 \f190 \f190 ";
    display: inline-block;
}

/** FLAGS
	https://www.flag-sprites.com/
 *************************************************** **/
.flag {
    width: 16px;
    height: 11px;
    background: url("../images/flags.png") no-repeat;
    display: inline-block;
}

/* fixes */
.bootstrap-select button .flag,
.bootstrap-select .dropdown-menu .flag {
    margin-right: 10px;
}

.flag.flag-ad {
    background-position: -16px 0;
}

.flag.flag-ae {
    background-position: -32px 0;
}

.flag.flag-af {
    background-position: -48px 0;
}

.flag.flag-ag {
    background-position: -64px 0;
}

.flag.flag-ai {
    background-position: -80px 0;
}

.flag.flag-al {
    background-position: -96px 0;
}

.flag.flag-am {
    background-position: -112px 0;
}

.flag.flag-an {
    background-position: -128px 0;
}

.flag.flag-ao {
    background-position: -144px 0;
}

.flag.flag-ar {
    background-position: -160px 0;
}

.flag.flag-as {
    background-position: -176px 0;
}

.flag.flag-at {
    background-position: -192px 0;
}

.flag.flag-au {
    background-position: -208px 0;
}

.flag.flag-aw {
    background-position: -224px 0;
}

.flag.flag-az {
    background-position: -240px 0;
}

.flag.flag-ba {
    background-position: 0 -11px;
}

.flag.flag-bb {
    background-position: -16px -11px;
}

.flag.flag-bd {
    background-position: -32px -11px;
}

.flag.flag-be {
    background-position: -48px -11px;
}

.flag.flag-bf {
    background-position: -64px -11px;
}

.flag.flag-bg {
    background-position: -80px -11px;
}

.flag.flag-bh {
    background-position: -96px -11px;
}

.flag.flag-bi {
    background-position: -112px -11px;
}

.flag.flag-bj {
    background-position: -128px -11px;
}

.flag.flag-bm {
    background-position: -144px -11px;
}

.flag.flag-bn {
    background-position: -160px -11px;
}

.flag.flag-bo {
    background-position: -176px -11px;
}

.flag.flag-br {
    background-position: -192px -11px;
}

.flag.flag-bs {
    background-position: -208px -11px;
}

.flag.flag-bt {
    background-position: -224px -11px;
}

.flag.flag-bv {
    background-position: -240px -11px;
}

.flag.flag-bw {
    background-position: 0 -22px;
}

.flag.flag-by {
    background-position: -16px -22px;
}

.flag.flag-bz {
    background-position: -32px -22px;
}

.flag.flag-ca {
    background-position: -48px -22px;
}

.flag.flag-catalonia {
    background-position: -64px -22px;
}

.flag.flag-cd {
    background-position: -80px -22px;
}

.flag.flag-cf {
    background-position: -96px -22px;
}

.flag.flag-cg {
    background-position: -112px -22px;
}

.flag.flag-ch {
    background-position: -128px -22px;
}

.flag.flag-ci {
    background-position: -144px -22px;
}

.flag.flag-ck {
    background-position: -160px -22px;
}

.flag.flag-cl {
    background-position: -176px -22px;
}

.flag.flag-cm {
    background-position: -192px -22px;
}

.flag.flag-cn {
    background-position: -208px -22px;
}

.flag.flag-co {
    background-position: -224px -22px;
}

.flag.flag-cr {
    background-position: -240px -22px;
}

.flag.flag-cu {
    background-position: 0 -33px;
}

.flag.flag-cv {
    background-position: -16px -33px;
}

.flag.flag-cw {
    background-position: -32px -33px;
}

.flag.flag-cy {
    background-position: -48px -33px;
}

.flag.flag-cz {
    background-position: -64px -33px;
}

.flag.flag-de {
    background-position: -80px -33px;
}

.flag.flag-dj {
    background-position: -96px -33px;
}

.flag.flag-dk {
    background-position: -112px -33px;
}

.flag.flag-dm {
    background-position: -128px -33px;
}

.flag.flag-do {
    background-position: -144px -33px;
}

.flag.flag-dz {
    background-position: -160px -33px;
}

.flag.flag-ec {
    background-position: -176px -33px;
}

.flag.flag-ee {
    background-position: -192px -33px;
}

.flag.flag-eg {
    background-position: -208px -33px;
}

.flag.flag-eh {
    background-position: -224px -33px;
}

.flag.flag-england {
    background-position: -240px -33px;
}

.flag.flag-er {
    background-position: 0 -44px;
}

.flag.flag-es {
    background-position: -16px -44px;
}

.flag.flag-et {
    background-position: -32px -44px;
}

.flag.flag-eu {
    background-position: -48px -44px;
}

.flag.flag-fi {
    background-position: -64px -44px;
}

.flag.flag-fj {
    background-position: -80px -44px;
}

.flag.flag-fk {
    background-position: -96px -44px;
}

.flag.flag-fm {
    background-position: -112px -44px;
}

.flag.flag-fo {
    background-position: -128px -44px;
}

.flag.flag-fr {
    background-position: -144px -44px;
}

.flag.flag-ga {
    background-position: -160px -44px;
}

.flag.flag-gb {
    background-position: -176px -44px;
}

.flag.flag-gd {
    background-position: -192px -44px;
}

.flag.flag-ge {
    background-position: -208px -44px;
}

.flag.flag-gf {
    background-position: -224px -44px;
}

.flag.flag-gg {
    background-position: -240px -44px;
}

.flag.flag-gh {
    background-position: 0 -55px;
}

.flag.flag-gi {
    background-position: -16px -55px;
}

.flag.flag-gl {
    background-position: -32px -55px;
}

.flag.flag-gm {
    background-position: -48px -55px;
}

.flag.flag-gn {
    background-position: -64px -55px;
}

.flag.flag-gp {
    background-position: -80px -55px;
}

.flag.flag-gq {
    background-position: -96px -55px;
}

.flag.flag-gr {
    background-position: -112px -55px;
}

.flag.flag-gs {
    background-position: -128px -55px;
}

.flag.flag-gt {
    background-position: -144px -55px;
}

.flag.flag-gu {
    background-position: -160px -55px;
}

.flag.flag-gw {
    background-position: -176px -55px;
}

.flag.flag-gy {
    background-position: -192px -55px;
}

.flag.flag-hk {
    background-position: -208px -55px;
}

.flag.flag-hm {
    background-position: -224px -55px;
}

.flag.flag-hn {
    background-position: -240px -55px;
}

.flag.flag-hr {
    background-position: 0 -66px;
}

.flag.flag-ht {
    background-position: -16px -66px;
}

.flag.flag-hu {
    background-position: -32px -66px;
}

.flag.flag-ic {
    background-position: -48px -66px;
}

.flag.flag-id {
    background-position: -64px -66px;
}

.flag.flag-ie {
    background-position: -80px -66px;
}

.flag.flag-il {
    background-position: -96px -66px;
}

.flag.flag-im {
    background-position: -112px -66px;
}

.flag.flag-in {
    background-position: -128px -66px;
}

.flag.flag-io {
    background-position: -144px -66px;
}

.flag.flag-iq {
    background-position: -160px -66px;
}

.flag.flag-ir {
    background-position: -176px -66px;
}

.flag.flag-is {
    background-position: -192px -66px;
}

.flag.flag-it {
    background-position: -208px -66px;
}

.flag.flag-je {
    background-position: -224px -66px;
}

.flag.flag-jm {
    background-position: -240px -66px;
}

.flag.flag-jo {
    background-position: 0 -77px;
}

.flag.flag-jp {
    background-position: -16px -77px;
}

.flag.flag-ke {
    background-position: -32px -77px;
}

.flag.flag-kg {
    background-position: -48px -77px;
}

.flag.flag-kh {
    background-position: -64px -77px;
}

.flag.flag-ki {
    background-position: -80px -77px;
}

.flag.flag-km {
    background-position: -96px -77px;
}

.flag.flag-kn {
    background-position: -112px -77px;
}

.flag.flag-kp {
    background-position: -128px -77px;
}

.flag.flag-kr {
    background-position: -144px -77px;
}

.flag.flag-kurdistan {
    background-position: -160px -77px;
}

.flag.flag-kw {
    background-position: -176px -77px;
}

.flag.flag-ky {
    background-position: -192px -77px;
}

.flag.flag-kz {
    background-position: -208px -77px;
}

.flag.flag-la {
    background-position: -224px -77px;
}

.flag.flag-lb {
    background-position: -240px -77px;
}

.flag.flag-lc {
    background-position: 0 -88px;
}

.flag.flag-li {
    background-position: -16px -88px;
}

.flag.flag-lk {
    background-position: -32px -88px;
}

.flag.flag-lr {
    background-position: -48px -88px;
}

.flag.flag-ls {
    background-position: -64px -88px;
}

.flag.flag-lt {
    background-position: -80px -88px;
}

.flag.flag-lu {
    background-position: -96px -88px;
}

.flag.flag-lv {
    background-position: -112px -88px;
}

.flag.flag-ly {
    background-position: -128px -88px;
}

.flag.flag-ma {
    background-position: -144px -88px;
}

.flag.flag-mc {
    background-position: -160px -88px;
}

.flag.flag-md {
    background-position: -176px -88px;
}

.flag.flag-me {
    background-position: -192px -88px;
}

.flag.flag-mg {
    background-position: -208px -88px;
}

.flag.flag-mh {
    background-position: -224px -88px;
}

.flag.flag-mk {
    background-position: -240px -88px;
}

.flag.flag-ml {
    background-position: 0 -99px;
}

.flag.flag-mm {
    background-position: -16px -99px;
}

.flag.flag-mn {
    background-position: -32px -99px;
}

.flag.flag-mo {
    background-position: -48px -99px;
}

.flag.flag-mp {
    background-position: -64px -99px;
}

.flag.flag-mq {
    background-position: -80px -99px;
}

.flag.flag-mr {
    background-position: -96px -99px;
}

.flag.flag-ms {
    background-position: -112px -99px;
}

.flag.flag-mt {
    background-position: -128px -99px;
}

.flag.flag-mu {
    background-position: -144px -99px;
}

.flag.flag-mv {
    background-position: -160px -99px;
}

.flag.flag-mw {
    background-position: -176px -99px;
}

.flag.flag-mx {
    background-position: -192px -99px;
}

.flag.flag-my {
    background-position: -208px -99px;
}

.flag.flag-mz {
    background-position: -224px -99px;
}

.flag.flag-na {
    background-position: -240px -99px;
}

.flag.flag-nc {
    background-position: 0 -110px;
}

.flag.flag-ne {
    background-position: -16px -110px;
}

.flag.flag-nf {
    background-position: -32px -110px;
}

.flag.flag-ng {
    background-position: -48px -110px;
}

.flag.flag-ni {
    background-position: -64px -110px;
}

.flag.flag-nl {
    background-position: -80px -110px;
}

.flag.flag-no {
    background-position: -96px -110px;
}

.flag.flag-np {
    background-position: -112px -110px;
}

.flag.flag-nr {
    background-position: -128px -110px;
}

.flag.flag-nu {
    background-position: -144px -110px;
}

.flag.flag-nz {
    background-position: -160px -110px;
}

.flag.flag-om {
    background-position: -176px -110px;
}

.flag.flag-pa {
    background-position: -192px -110px;
}

.flag.flag-pe {
    background-position: -208px -110px;
}

.flag.flag-pf {
    background-position: -224px -110px;
}

.flag.flag-pg {
    background-position: -240px -110px;
}

.flag.flag-ph {
    background-position: 0 -121px;
}

.flag.flag-pk {
    background-position: -16px -121px;
}

.flag.flag-pl {
    background-position: -32px -121px;
}

.flag.flag-pm {
    background-position: -48px -121px;
}

.flag.flag-pn {
    background-position: -64px -121px;
}

.flag.flag-pr {
    background-position: -80px -121px;
}

.flag.flag-ps {
    background-position: -96px -121px;
}

.flag.flag-pt {
    background-position: -112px -121px;
}

.flag.flag-pw {
    background-position: -128px -121px;
}

.flag.flag-py {
    background-position: -144px -121px;
}

.flag.flag-qa {
    background-position: -160px -121px;
}

.flag.flag-re {
    background-position: -176px -121px;
}

.flag.flag-ro {
    background-position: -192px -121px;
}

.flag.flag-rs {
    background-position: -208px -121px;
}

.flag.flag-ru {
    background-position: -224px -121px;
}

.flag.flag-rw {
    background-position: -240px -121px;
}

.flag.flag-sa {
    background-position: 0 -132px;
}

.flag.flag-sb {
    background-position: -16px -132px;
}

.flag.flag-sc {
    background-position: -32px -132px;
}

.flag.flag-scotland {
    background-position: -48px -132px;
}

.flag.flag-sd {
    background-position: -64px -132px;
}

.flag.flag-se {
    background-position: -80px -132px;
}

.flag.flag-sg {
    background-position: -96px -132px;
}

.flag.flag-sh {
    background-position: -112px -132px;
}

.flag.flag-si {
    background-position: -128px -132px;
}

.flag.flag-sk {
    background-position: -144px -132px;
}

.flag.flag-sl {
    background-position: -160px -132px;
}

.flag.flag-sm {
    background-position: -176px -132px;
}

.flag.flag-sn {
    background-position: -192px -132px;
}

.flag.flag-so {
    background-position: -208px -132px;
}

.flag.flag-somaliland {
    background-position: -224px -132px;
}

.flag.flag-sr {
    background-position: -240px -132px;
}

.flag.flag-ss {
    background-position: 0 -143px;
}

.flag.flag-st {
    background-position: -16px -143px;
}

.flag.flag-sv {
    background-position: -32px -143px;
}

.flag.flag-sx {
    background-position: -48px -143px;
}

.flag.flag-sy {
    background-position: -64px -143px;
}

.flag.flag-sz {
    background-position: -80px -143px;
}

.flag.flag-tc {
    background-position: -96px -143px;
}

.flag.flag-td {
    background-position: -112px -143px;
}

.flag.flag-tf {
    background-position: -128px -143px;
}

.flag.flag-tg {
    background-position: -144px -143px;
}

.flag.flag-th {
    background-position: -160px -143px;
}

.flag.flag-tibet {
    background-position: -176px -143px;
}

.flag.flag-tj {
    background-position: -192px -143px;
}

.flag.flag-tk {
    background-position: -208px -143px;
}

.flag.flag-tl {
    background-position: -224px -143px;
}

.flag.flag-tm {
    background-position: -240px -143px;
}

.flag.flag-tn {
    background-position: 0 -154px;
}

.flag.flag-to {
    background-position: -16px -154px;
}

.flag.flag-tr {
    background-position: -32px -154px;
}

.flag.flag-tt {
    background-position: -48px -154px;
}

.flag.flag-tv {
    background-position: -64px -154px;
}

.flag.flag-tw {
    background-position: -80px -154px;
}

.flag.flag-tz {
    background-position: -96px -154px;
}

.flag.flag-ua {
    background-position: -112px -154px;
}

.flag.flag-ug {
    background-position: -128px -154px;
}

.flag.flag-um {
    background-position: -144px -154px;
}

.flag.flag-us {
    background-position: -160px -154px;
}

.flag.flag-uy {
    background-position: -176px -154px;
}

.flag.flag-uz {
    background-position: -192px -154px;
}

.flag.flag-va {
    background-position: -208px -154px;
}

.flag.flag-vc {
    background-position: -224px -154px;
}

.flag.flag-ve {
    background-position: -240px -154px;
}

.flag.flag-vg {
    background-position: 0 -165px;
}

.flag.flag-vi {
    background-position: -16px -165px;
}

.flag.flag-vn {
    background-position: -32px -165px;
}

.flag.flag-vu {
    background-position: -48px -165px;
}

.flag.flag-wales {
    background-position: -64px -165px;
}

.flag.flag-wf {
    background-position: -80px -165px;
}

.flag.flag-ws {
    background-position: -96px -165px;
}

.flag.flag-xk {
    background-position: -112px -165px;
}

.flag.flag-ye {
    background-position: -128px -165px;
}

.flag.flag-yt {
    background-position: -144px -165px;
}

.flag.flag-za {
    background-position: -160px -165px;
}

.flag.flag-zanzibar {
    background-position: -176px -165px;
}

.flag.flag-zm {
    background-position: -192px -165px;
}

.flag.flag-zw {
    background-position: -208px -165px;
}

@font-face {
    font-family: "Flaticon";
    src: local("Flaticon"), url("../fonts/flaticon/Flaticon.woff2") format("woff2"), url("../fonts/flaticon/Flaticon.woff") format("woff"), url("../fonts/flaticon/Flaticon.ttf") format("truetype"), url("../fonts/flaticon/Flaticon.eot") format("embedded-opentype"), url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    }
}

.fi:before {
    font-family: "Flaticon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.5;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.fi.d-middle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.fi.d-middle:before {
    margin: 0 !important;
    padding: 0 !important;
}

.iconsPreview a {
    color: #7E8299;
}

.iconsPreview a:hover {
    background-color: #F3F6F9;
}

/* fixes */
.btn:not(.rounded-circle):not(.btn-sm) i.fi {
    font-size: 15px;
}

.btn-sm:not(.rounded-circle) i.fi, .btn-group-sm > .btn:not(.rounded-circle) i.fi {
    font-size: 13px;
}

.fi {
    vertical-align: middle;
    display: inline-block;
}

h1 .fi:before, .h1 .fi:before,
h2 .fi:before,
.h2 .fi:before,
h3 .fi:before,
.h3 .fi:before,
h4 .fi:before,
.h4 .fi:before,
h5 .fi:before,
.h5 .fi:before,
h6 .fi:before,
.h6 .fi:before {
    line-height: 1.18;
}

button.close {
    font-size: 1rem;
}

.fi-spin:before {
    display: inline-block;
    -webkit-animation: spin 1.3s infinite linear;
    animation: spin 1.3s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.mdi-close:before {
    content: "\e900";
}

.mdi-format_align_center:before {
    content: "\e901";
}

.mdi-format_align_justify:before {
    content: "\e902";
}

.mdi-format_align_left:before {
    content: "\e903";
}

.mdi-format_align_right:before {
    content: "\e904";
}

.mdi-format_bold:before {
    content: "\e905";
}

.mdi-format_clear:before {
    content: "\e906";
}

.mdi-format_color_fill:before {
    content: "\e907";
}

.mdi-format_color_reset:before {
    content: "\e908";
}

.mdi-format_color_text:before {
    content: "\e909";
}

.mdi-format_indent_decrease:before {
    content: "\e90a";
}

.mdi-format_indent_increase:before {
    content: "\e90b";
}

.mdi-format_italic:before {
    content: "\e90c";
}

.mdi-format_line_spacing:before {
    content: "\e90d";
}

.mdi-format_list_bulleted:before {
    content: "\e90e";
}

.mdi-format_list_numbered:before {
    content: "\e90f";
}

.mdi-filter_1:before {
    content: "\e910";
}

.mdi-filter_2:before {
    content: "\e911";
}

.mdi-filter_3:before {
    content: "\e912";
}

.mdi-filter_4:before {
    content: "\e913";
}

.mdi-filter_5:before {
    content: "\e914";
}

.mdi-filter_6:before {
    content: "\e915";
}

.mdi-filter_7:before {
    content: "\e916";
}

.mdi-filter_8:before {
    content: "\e917";
}

.mdi-filter_9:before {
    content: "\e918";
}

.mdi-check:before {
    content: "\e91a";
}

.fi-user-female:before {
    content: "\f1ad";
}

.fi-eq-vertical:before {
    content: "\f16b";
}

.fi-arrow-down:before {
    content: "\f1c4";
}

.fi-heart-full:before {
    content: "\f18d";
}

.fi-eye:before {
    content: "\f18b";
}

.fi-shape-hexa:before {
    content: "\f143";
}

.fi-layers:before {
    content: "\f16d";
}

.fi-start-half:before {
    content: "\f191";
}

.fi-drop:before {
    content: "\f11c";
}

.fi-colors:before {
    content: "\f105";
}

.fi-menu-dots:before {
    content: "\f1e2";
}

.fi-percent:before {
    content: "\f139";
}

.fi-mic-disabled:before {
    content: "\f14e";
}

.fi-thrash:before {
    content: "\f1ba";
}

.fi-eye-disabled:before {
    content: "\f18a";
}

.fi-round-close:before {
    content: "\f1a8";
}

.fi-brand-apple:before {
    content: "\f1e1";
}

.fi-mollecules:before {
    content: "\f17c";
}

.fi-minus:before {
    content: "\f196";
}

.fi-support-1:before {
    content: "\f123";
}

.fi-arrow-up:before {
    content: "\f19b";
}

.fi-shield-ok:before {
    content: "\f12d";
}

.fi-task-list:before {
    content: "\f15b";
}

.fi-print:before {
    content: "\f102";
}

.fi-heart-half:before {
    content: "\f18e";
}

.fi-chat:before {
    content: "\f11f";
}

.fi-dots-vertical:before {
    content: "\f152";
    /* corrections */
    display: inherit;
    margin-top: -2px;
}

.fi-arrow-upload:before {
    content: "\f1da";
}

.fi-direction:before {
    content: "\f14b";
}

.fi-cart-1:before {
    content: "\f1a1";
}

.fi-layers-middle:before {
    content: "\f1e3";
}

.fi-circle-spin:before {
    content: "\f1e0";
}

.fi-play-empty:before {
    content: "\f188";
}

.fi-search:before {
    content: "\f1b6";
}

.fi-envelope:before {
    content: "\f1a0";
}

.fi-arrow-up-slim:before {
    content: "\f197";
}

.fi-expand:before {
    content: "\f19f";
}

.fi-arrow-right-full:before {
    content: "\f1bc";
}

.fi-cog-full:before {
    content: "\f13b";
}

.fi-pencil:before {
    content: "\f1b2";
}

.fi-graduate:before {
    content: "\f1c6";
}

.fi-smartphone:before {
    content: "\f159";
}

.fi-like:before {
    content: "\f1b7";
}

.fi-arrow-left-full:before {
    content: "\f1bd";
}

.fi-folder-full:before {
    content: "\f15d";
}

.fi-smartphone-chat:before {
    content: "\f122";
}

.fi-squared-info:before {
    content: "\f125";
}

.fi-eco:before {
    content: "\f11a";
}

.fi-cog:before {
    content: "\f1b8";
}

.fi-heart-empty:before {
    content: "\f18f";
}

.fi-round-target:before {
    content: "\f16f";
}

.fi-bell:before {
    content: "\f163";
}

.fi-squared-minus:before {
    content: "\f194";
}

.fi-share:before {
    content: "\f17e";
}

.fi-recycle:before {
    content: "\f11b";
}

.fi-hourglass:before {
    content: "\f16e";
}

.fi-power:before {
    content: "\f133";
}

.fi-phone-24:before {
    content: "\f128";
}

.fi-plus:before {
    content: "\f195";
}

.fi-shape-abstract-cube:before {
    content: "\f106";
}

.fi-round-info-full:before {
    content: "\f13e";
}

.fi-layerstore:before {
    content: "\f11e";
}

.fi-envelope-2:before {
    content: "\f1cf";
}

.fi-database:before {
    content: "\f176";
}

.fi-sound-on:before {
    content: "\f1cc";
}

.fi-unlink:before {
    content: "\f158";
}

.fi-home:before {
    content: "\f1a9";
}

.fi-check:before {
    content: "\f117";
    /* corrections */
    font-size: 93%;
    display: inline-block;
    padding-top: 0.06rem;
}

.fi-users:before {
    content: "\f148";
}

.fi-box:before {
    content: "\f156";
}

.fi-heart-slim:before {
    content: "\f174";
}

.fi-arrow-download:before {
    content: "\f1db";
}

.fi-phone:before {
    content: "\f1a3";
}

.fi-orbit:before {
    content: "\f1de";
}

.fi-bell-full-active:before {
    content: "\f1d6";
}

.fi-brand-android:before {
    content: "\f1d1";
}

.fi-smart-devices:before {
    content: "\f100";
}

.fi-pin-2:before {
    content: "\f171";
}

.fi-arrow-down-slim:before {
    content: "\f198";
}

.fi-box-checked:before {
    content: "\f1c9";
}

.fi-atom:before {
    content: "\f179";
}

.fi-arrow-right-3:before {
    content: "\f1b9";
}

.fi-star-empty:before {
    content: "\f1b3";
}

.fi-loading-dots:before {
    content: "\f131";
}

.fi-arrow-up-full:before {
    content: "\f1be";
}

.fi-eq-horizontal:before {
    content: "\f16a";
}

.fi-round-play:before {
    content: "\f187";
}

.fi-list-checked:before {
    content: "\f1c7";
}

.fi-star-empty-radius:before {
    content: "\f173";
}

.fi-target-simple:before {
    content: "\f112";
}

.fi-road:before {
    content: "\f12c";
}

.fi-mic:before {
    content: "\f14f";
}

.fi-round-list:before {
    content: "\f181";
}

.fi-brand-windows:before {
    content: "\f1df";
}

.fi-cart-2:before {
    content: "\f1a2";
}

.fi-product-tag:before {
    content: "\f155";
}

.fi-globe:before {
    content: "\f130";
}

.fi-cart-3:before {
    content: "\f129";
}

.fi-colors-2:before {
    content: "\f134";
}

.fi-lightbulb:before {
    content: "\f109";
}

.fi-round-question-full:before {
    content: "\f1d3";
}

.fi-bars-2:before {
    content: "\f116";
}

.fi-attachment:before {
    content: "\f13d";
}

.fi-checklist-squared:before {
    content: "\f1ce";
}

.fi-graph:before {
    content: "\f110";
}

.fi-selectable:before {
    content: "\f104";
}

.fi-cloud-upload:before {
    content: "\f138";
}

.fi-mdeal:before {
    content: "\f12b";
}

.fi-24:before {
    content: "\f127";
}

.fi-cart-4:before {
    content: "\f10c";
}

.fi-list:before {
    content: "\f1dd";
}

.fi-user-plus:before {
    content: "\f119";
}

.fi-truck-speed:before {
    content: "\f12f";
}

.fi-arrow-down-full:before {
    content: "\f1bf";
}

.fi-cogs:before {
    content: "\f13c";
}

.fi-dashboard:before {
    content: "\f140";
}

.fi-arrow-right-slim:before {
    content: "\f19a";
}

.fi-lightning:before {
    content: "\f11d";
}

.fi-dots-horizontal:before {
    content: "\f153";
}

.fi-loading:before {
    content: "\f1a5";
}

.fi-exit:before {
    content: "\f151";
}

.fi-plus-slim:before {
    content: "\f114";
}

.fi-umbrella:before {
    content: "\f169";
}

.fi-gps:before {
    content: "\f14c";
}

.fi-locked:before {
    content: "\f145";
}

.fi-close:before {
    content: "\f103";
    /* corrections */
    font-size: 82%;
    padding-left: 1px;
    padding-top: 0.156rem;
    display: inherit;
}

.btn .fi-close:before {
    padding-top: 0 !important;
}

.fi-link:before {
    content: "\f15a";
}

.fi-shape-3dots:before {
    content: "\f17d";
}

.fi-round-question:before {
    content: "\f165";
}

.fi-image:before {
    content: "\f18c";
}

.fi-round-plus:before {
    content: "\f186";
}

.fi-support:before {
    content: "\f10f";
}

.fi-go-back:before {
    content: "\f111";
}

.fi-play:before {
    content: "\f137";
}

.fi-dislike:before {
    content: "\f1a4";
}

.fi-chart-up:before {
    content: "\f1c5";
}

.fi-map:before {
    content: "\f172";
}

.fi-dots-triangle:before {
    content: "\f142";
}

.fi-dots-horizontal-full:before {
    content: "\f1d2";
}

.fi-reload:before {
    content: "\f113";
}

.fi-bookmark:before {
    content: "\f118";
}

.fi-shape-abstract-dots:before {
    content: "\f1cd";
}

.fi-arrow-left:before {
    content: "\f1ac";
}

.fi-bars:before {
    content: "\f17b";
}

.fi-speaker-mute:before {
    content: "\f1cb";
}

.fi-send:before {
    content: "\f149";
}

.fi-brain:before {
    content: "\f13f";
}

.fi-bell-active:before {
    content: "\f162";
}

.fi-arrow-left-slim:before {
    content: "\f199";
}

.fi-folder-empty:before {
    content: "\f15e";
}

.fi-cart-5:before {
    content: "\f10b";
}

.fi-shrink:before {
    content: "\f19c";
}

.fi-pin:before {
    content: "\f124";
}

.fi-squares:before {
    content: "\f141";
}

.fi-bell-full:before {
    content: "\f1d8";
}

.fi-squared-graph:before {
    content: "\f136";
}

.fi-squared-dots:before {
    content: "\f154";
}

.fi-gift:before {
    content: "\f164";
}

.fi-star:before {
    content: "\f192";
}

.fi-time:before {
    content: "\f15f";
}

.fi-cloud-download:before {
    content: "\f1dc";
}

.fi-shape-star:before {
    content: "\f1ca";
}

.fi-loud:before {
    content: "\f178";
}

.fi-dots-vertical-full:before {
    content: "\f1d0";
    /* corrections */
    display: inherit;
    margin-top: -2px;
}

.fi-user-male:before {
    content: "\f147";
}

.fi-star-full:before {
    content: "\f190";
}

.fi-help:before {
    content: "\f168";
}

.fi-fingerprint:before {
    content: "\f167";
}

.fi-plus-squared:before {
    content: "\f193";
}

.fi-round-lightning:before {
    content: "\f12a";
}

.fi-pie-chart:before {
    content: "\f1b1";
}

.fi-arrow-right:before {
    content: "\f1ae";
}

.fi-calendar:before {
    content: "\f108";
}

.fi-shape-squared-unequal:before {
    content: "\f135";
}

.fi-cart-6:before {
    content: "\f1d7";
}

.fi-support-headphones:before {
    content: "\f120";
}

.fi-code:before {
    content: "\f14d";
}

.fi-brand-amazon:before {
    content: "\e004";
}

.fi-social-facebook:before {
    content: "\e028";
}

.fi-social-linkedin:before {
    content: "\e04c";
}

.fi-social-pinterest:before {
    content: "\e063";
}

.fi-social-rss:before {
    content: "\e071";
}

.fi-social-snapchat:before {
    content: "\e076";
}

.fi-social-twitter:before {
    content: "\e08d";
}

.fi-social-vimeo:before {
    content: "\e093";
}

.fi-social-youtube:before {
    content: "\e0a5";
}

.fi-social-unsplash:before {
    content: "\e91b";
}

.fi-homeadvisor:before {
    content: "\e91c";
}

.fi-movie:before {
    content: "\e921";
}

.fi-cart-7:before {
    content: "\e93a";
}

.fi-emoji-happy:before {
    content: "\e9e0";
}

.fi-emoji-smile:before {
    content: "\e9e2";
}

.fi-emoji-tongue:before {
    content: "\e9e4";
}

.fi-emoji-sad:before {
    content: "\e9e6";
}

.fi-emoji-wink:before {
    content: "\e9e8";
}

.fi-emoji-grin:before {
    content: "\e9ea";
}

.fi-emoji-cool:before {
    content: "\e9ec";
}

.fi-emoji-angry:before {
    content: "\e9ee";
}

.fi-emoji-evil:before {
    content: "\e9f0";
}

.fi-emoji-shocked:before {
    content: "\e9f2";
}

.fi-emoji-baffled:before {
    content: "\e9f4";
}

.fi-emoji-confused:before {
    content: "\e9f6";
}

.fi-emoji-neutral:before {
    content: "\e9f8";
}

.fi-emoji-hipster:before {
    content: "\e9fa";
}

.fi-emoji-wondering:before {
    content: "\e9fc";
}

.fi-emoji-sleepy:before {
    content: "\e9fe";
}

.fi-emoji-frustrated:before {
    content: "\ea00";
}

.fi-emoji-crying:before {
    content: "\ea02";
}

.fi-brand-paypal:before {
    content: "\ead8";
}

.fi-social-twitch:before {
    content: "\e920";
}

.fi-social-spotify:before {
    content: "\e91d";
}

.fi-social-instagram:before {
    content: "\e91e";
}

.fi-social-github:before {
    content: "\e922";
}

.fi-social-soundcloud:before {
    content: "\e91f";
}

.fi-arrow-start:before {
    content: "\f1ac";
}

.fi-arrow-end:before {
    content: "\f1ae";
}

.fi-arrow-start-slim:before {
    content: "\f199";
}

.fi-arrow-end-slim:before {
    content: "\f19a";
}

.fi-arrow-start-full:before {
    content: "\f1bd";
}

.fi-arrow-end-full:before {
    content: "\f1bc";
}

/**

	LAYOUT :: HEADER

	Note: Here are basic settings only!
	Most header layouts are achived using helper classes (see Documentation->Utils).

	Dropdowns are handled by _core/components/_dropdown.scss
	All dropdowns are globally the same, is just a feeling/illusion that looks different on header.
	Any header dropdown class can be used on any other dropdown (including deep navigation).

	Functions like header reveal/sticky/over are all handled by Stepofweb plugin:
	 _plugins/sow_header.scss and GULP/src/plugins/sow-header/sow_header.js

**/
header.main-nav,
#header {
    position: relative;
    background-color: #ffffff;
}

header.main-nav a,
#header a {
    text-decoration: none;
}

.nav-item > a {
    position: relative;
}

.nav-item .dropdown-menu {
    min-width: 200px;
}

.nav-item > .dropdown-menu {
    margin: 0;
}

/*
	Main Links :: Icon Indicator
*/
.navbar-nav .nav-link.dropdown-toggle:not(.nav-link-caret-hide):before {
    font-family: "Flaticon";
    content: "\f1c4 ";
    font-size: 12px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    line-height: 1em;
    top: 50%;
    border: 0;
    right: 8px;
}

/* icon align fix */
.navbar-nav .nav-link > i {
    vertical-align: text-top;
}

body.header-scroll-reveal.user-scrolled-down #header:not(.shadow-none) {
    box-shadow: 0 0 25px rgba(140, 152, 164, 0.1);
}

/*
	Navbar Toggler
*/
.navbar-toggler {
    width: 60px;
    height: 60px;
    font-size: unset;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    margin-left: -15px;
    margin-right: 8px;
}

.navbar-toggler > svg {
    display: none;
}

.navbar-toggler[aria-expanded="false"] > svg:first-child {
    display: inline-block;
}

.navbar-toggler[aria-expanded="true"] > svg:last-child {
    display: inline-block;
}

/*

	HEADER TOGGLE
	up|down header

*/
body.header-hide.btn-header-toggle-show .btn-header-toggle {
    -webkit-animation: _btnslidedown .5s ease-out forwards;
    animation: _btnslidedown .5s ease-out forwards;
    position: fixed !important;
    right: 20px !important;
}

@-webkit-keyframes _btnslidedown {
    from {
        top: -100px;
    }
    to {
        top: 15px;
    }
}

@keyframes _btnslidedown {
    from {
        top: -100px;
    }
    to {
        top: 15px;
    }
}

/* hide spacer added by js : .btn-header-toggle */
body.layout-admin #wrapper_content.js-animation-enable {
    transition: all 150ms linear;
}

.navbar-toggler {
    width: 60px;
    height: 60px;
    font-size: unset;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    margin-left: -15px;
    margin-right: 8px;
}

/**

	Responsive

**/
@media only screen and (min-width: 992px) {
    nav.navbar:not(.h-auto) {
        min-height: 80px;
    }

    /*
		Dropdown mega menu / full width
	*/
    .nav-item.dropdown-mega {
        position: inherit;
    }

    /*
		Main Navigation Links
	*/
    .navbar-nav:not(.navbar-sm) {
        height: 80px;
        /* avoid unwanted margins on wrong text/icon size - dropdown issue on hover */
    }

    .navbar .navbar-nav .nav-link {
        cursor: pointer;
        padding: 28px 15px;
    }

    /* icon spacing */
    .navbar-nav .nav-link > i + span {
        display: inline-block;
        padding-left: 10px;
    }

    .navbar .navbar-nav .nav-link.dropdown-toggle:not(.nav-link-caret-hide) {
        padding-right: 30px;
    }

    /*
		.navbar-sm
		used under large search
		(header-variant-1.html)
	*/
    .navbar-nav.navbar-sm {
        height: 55px;
    }

    .navbar .navbar-nav.navbar-sm .nav-link {
        cursor: pointer;
        padding: 15px;
    }

    .navbar .navbar-nav.navbar-sm .nav-item:first-child .nav-link {
        padding-left: 0;
    }

    .navbar .navbar-nav a.nav-link {
        height: 100%;
    }

    /*
		Brand|Logo
		Frontend only
	*/
    body:not(.layout-admin) .navbar-brand {
        margin-right: 50px;
    }

    .navbar .dropdown-menu.dropdown-menu-up {
        top: auto !important;
        bottom: 0 !important;
    }

    .navbar .dropdown-menu.dropdown-menu-up-n100 {
        top: -100px !important;
        bottom: auto !important;
    }

    .navbar .dropdown-menu.dropdown-menu-up-n150 {
        top: -150px !important;
        bottom: auto !important;
    }

    .navbar .dropdown-menu.dropdown-menu-up-n180 {
        top: -180px !important;
        bottom: auto !important;
    }

    .navbar .dropdown-menu.dropdown-menu-up-n220 {
        top: -220px !important;
        bottom: auto !important;
    }

    .navbar .dropdown-menu.dropdown-menu-up-n250 {
        top: -250px !important;
        bottom: auto !important;
    }

    /**

		Horizontal Navigation

	**/
    .navbar-toggler.navbar-toggler-horizontal {
        display: inline-block;
        width: 60px;
        height: 100%;
    }

    body:not(.layout-boxed) .navbar-toggler.navbar-toggler-horizontal {
        margin-left: 0;
        margin-right: 15px;
    }

    body:not(.layout-boxed) .navbar-light .navbar-toggler-horizontal {
        border-left-color: rgba(0, 0, 0, 0.1) !important;
        border-right-color: rgba(0, 0, 0, 0.1) !important;
    }

    body:not(.layout-boxed) .navbar-dark .navbar-toggler-horizontal {
        border-left-color: rgba(255, 255, 255, 0.1) !important;
        border-right-color: rgba(255, 255, 255, 0.1) !important;
    }

    /*
		Overwrite Bootstrap
		[floating dropdown]
	*/
    .nav-horizontal {
        position: absolute;
        top: 100%;
        display: none;
        left: 0;
    }

    .nav-horizontal .dropdown-mega {
        position: inherit;
    }

    .nav-horizontal .dropdown-mega > .dropdown-menu {
        padding: 15px;
        min-width: auto;
        max-width: 100%;
        min-height: 100%;
        max-height: 75vh;
        overflow: hidden;
    }
}

@media only screen and (max-width: 991px) {
    /*
		@FIX
		Main Links :: Icon Indicator
	*/
    .navbar-nav .nav-link.dropdown-toggle:not(.nav-link-caret-hide):before {
        top: 20px;
    }

    /* if max width was set */
    .navbar-nav .dropdown-menu {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 1px !important;
    }

    /*
		Childs padding
	*/
    .navbar-nav .dropdown-menu > .dropdown-item > .dropdown-menu {
        padding-left: 15px !important;
    }

    /*

		Styling

	*/
    header.main-nav .navbar-collapse.collapsing {
        display: none !important;
    }

    /* appearing animation */
    .navbar-collapse.navbar-animate-bouncein {
        -webkit-animation: __utilBounceIn .35s ease-out forwards;
        animation: __utilBounceIn .35s ease-out forwards;
    }

    .navbar-collapse.navbar-animate-fadein {
        -webkit-animation: __utilFadeIn .35s ease-out forwards;
        animation: __utilFadeIn .35s ease-out forwards;
    }

    .navbar-collapse.navbar-animate-fadeinup {
        -webkit-animation: __utilFadeInUp .21s ease-out forwards;
        animation: __utilFadeInUp .21s ease-out forwards;
    }

    #header .navbar-collapse.collapsing {
        display: none !important;
        transition: none !important;
    }

    .navbar-collapse.show {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #f9fbfd;
        z-index: 99999;
    }

    .navbar-collapse.show > .navbar-nav {
        padding: 15px;
        position: absolute;
        background-color: #fff;
        top: 85px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175);
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        height: auto;
        max-height: 100%;
    }

    /* dark navbar */
    .navbar-dark .navbar-collapse.show > .navbar-nav a {
        color: #506690;
    }

    /* mobile bar (we add logo & toggler button) */
    .navbar-xs {
        display: block !important;
        background-color: #fff;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    }

    /* styling navbar-toggler */
    .navbar-xs > .navbar-toggler {
        width: 70px;
        height: 70px;
        border: 0;
        margin: 0;
        float: right;
    }

    /* logo / .navbar-brand */
    .navbar-xs > .navbar-brand {
        min-height: 70px;
        line-height: 70px;
    }

    .navbar-xs > .navbar-brand > img {
        max-height: 70px !important;
    }

    .navbar-xs > .navbar-brand {
        margin: 0 15px;
    }

    /* styling main links */
    .navbar-nav .nav-item.dropdown > .nav-link {
        font-weight: 500;
        font-size: 18px;
    }

    /* links with dropdown only */
    .navbar-nav .nav-item.dropdown > .nav-link.dropdown-toggle {
        color: #869ab8;
    }

    /* hide dropdown icon indicator */
    .navbar-nav .nav-item.dropdown > .nav-link:before {
        display: none !important;
    }

    /* first level open by default */
    .navbar-nav .nav-item.dropdown > .dropdown-menu {
        display: block !important;
        margin-bottom: 30px !important;
        margin-top: 8px;
    }

    /* no shadow deep levels */
    .nav-item .dropdown-menu {
        box-shadow: none !important;
    }

    .nav-item .dropdown-menu {
        font-size: inherit;
    }
}

/**

	DEFAULTS

**/
#footer a {
    color: #121212;
}
#footer a:hover {
    color: #d66b8f;
}
#footer.text-white a:hover {
    color: #ffffff !important;
}

/**

	LAYOUT :: FOOTER

**/
#footer.footer-dark {
    color: #ffffff;
    background: #313131;
    background: linear-gradient(to bottom, #454545 0%, #313131 100%);
}

#footer.footer-dark .footer-svg-shape > svg {
    fill: #3e3e3e !important;
}

#footer.footer-dark a {
    color: #ffffff;
}

#footer.footer-dark .bg-distinct {
    background-color: rgba(0, 0, 0, 0.1);
}

#footer.footer-dark hr {
    border-color: rgba(134, 154, 184, 0.3);
}

#footer.footer-light {
    color: #1b2a4e;
    background: #ebebeb;
    background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
}

#footer.footer-light .footer-svg-shape > svg {
    fill: #f8f8f8 !important;
}

#footer.footer-light .bg-distinct {
    background-color: rgba(0, 0, 0, 0.03);
}

/**

	Responsive

**/
@media only screen and (max-width: 992px) {
    #footer .breadcrumb-item {
        padding-left: 0;
        padding-right: 0;
        font-size: 17px;
        float: none !important;
        display: block;
        margin-top: 3px;
        width: 100%;
        text-align: center;
    }

    #footer .breadcrumb-item a {
        padding: 8px !important;
        display: block;
        background-color: rgba(255, 255, 255, 0.02);
        text-decoration: none;
        border-radius: 0.35rem;
    }

    #footer .breadcrumb .breadcrumb-item:hover a {
        background-color: rgba(255, 255, 255, 0.03);
    }

    #footer:not(.footer-dark) .breadcrumb-item a {
        background-color: rgba(0, 0, 0, 0.02);
    }

    #footer:not(.footer-dark) .breadcrumb-item:hover a {
        background-color: rgba(0, 0, 0, 0.03);
    }

    #footer .breadcrumb-item + .breadcrumb-item::before {
        display: none !important;
        padding: 0;
    }
}

/**

	LAYOUT :: SIDEBAR

**/
/**

	Responsive

**/
@media only screen and (min-width: 992px) {
    /* aside-lg */
    body.aside-lg #wrapper_content {
        margin-left: 290px !important;
    }

    /* static|sticky sidebar only, not floating */
    body.aside-sticky.aside-lg aside.aside-start,
    body.aside-sticky.aside-lg aside.aside-end {
        width: 290px !important;
    }
}

/**

	LAYOUT :: GLOBALS

**/
#middle {
    position: relative;
    max-width: 100% !important;
}

.container-xlg,
.container {
    position: relative;
}

.container-xlg {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/**

	Ignore Bootstrap breakpoints (< 1200px)
	Should be used with (.container) class

**/
@media only screen and (max-width: 1201px) {
    .container-ignore-breakpoints {
        max-width: 100%;
    }
}

/*
	.container-xlg container (+200px)
	Bootstrap is up to 1200
*/
@media only screen and (min-width: 1400px) {
    .container-xlg {
        max-width: 1400px;
    }
}

@media only screen and (max-width: 1400px) {
    .container-xlg {
        max-width: 100%;
    }
}

/**

	Responsive

**/
@media only screen and (min-width: 992px) {
    /**

		Boxed Layout
		header-* classes not supported at this time!

	**/
    body:not(.header-over):not(.header-sticky):not(.header-scroll-reveal):not(.layout-admin).layout-boxed {
        background-color: #f2f3f8;
    }

    body:not(.header-over):not(.header-sticky):not(.header-scroll-reveal):not(.layout-admin).layout-boxed #wrapper {
        margin: 60px auto;
        max-width: 1200px;
        background-color: #fff;
        -ms-box-shadow: 0 0 35px rgba(140, 152, 164, 0.15);
        -o-box-shadow: 0 0 35px rgba(140, 152, 164, 0.15);
        box-shadow: 0 0 35px rgba(140, 152, 164, 0.15);
        border-radius: 0.25rem;
    }

    body:not(.header-over):not(.header-sticky):not(.header-scroll-reveal):not(.layout-admin).layout-boxed #header,
    body:not(.header-over):not(.header-sticky):not(.header-scroll-reveal):not(.layout-admin).layout-boxed #header > #top_bar {
        -moz-border-top-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
        -moz-border-top-right-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    body:not(.header-over):not(.header-sticky):not(.header-scroll-reveal):not(.layout-admin).layout-boxed #footer {
        -moz-border-bottom-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        -moz-border-bottom-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
}

/**

	LAYOUT :: MISC

**/
/**

	Wrapper

**/
/**
body:not(.layout-admin) #wrapper {
	max-width: 2200px;
	margin-left: auto;
	margin-right: auto;
}
**/
/**

	Top bar

**/
#top_bar {
    font-size: 0.875rem;
}

#top_bar .dropdown-menu {
    min-width: 1rem;
    max-height: 350px;
}

#top_bar .dropdown-item {
    padding: 0.8rem !important;
    font-size: 0.9rem;
}

/**

	Responsive

**/
/**

	Swiper Slider
	_vendors/vendor.swiper.scss is dynamically loaded
	we need it here to be instantly loaded (because is added to core.min.css)

	Flickity - exactly the same!

*/
.flickity-preloader:not(.flickity-enabled) > div:not(:first-child),
.flickity-preloader:not(.flickity-enabled) > img:not(:first-child),
.flickity-preloader:not(.flickity-enabled) > a:not(:first-child),
.swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
    display: none;
}

.flickity-preloader:not(.flickity-enabled),
.swiper-container.swiper-preloader:not(.swiper-container-initialized) {
    position: relative;
}

.flickity-preloader:not(.flickity-enabled):after,
.swiper-container.swiper-preloader:not(.swiper-container-initialized):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.flickity-preloader:not(.flickity-enabled) > div:first-child,
.flickity-preloader:not(.flickity-enabled) > img:first-child,
.flickity-preloader:not(.flickity-enabled) > a:first-child,
.swiper-container.swiper-preloader:not(.swiper-container-initialized) .swiper-slide:first-child {
    opacity: 0.2;
}

.flickity-preloader:not(.flickity-enabled):before,
.swiper-container.swiper-preloader:not(.swiper-container-initialized):before {
    content: "\f1e0";
    font-family: 'Flaticon';
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    font-size: 30px;
    z-index: 2;
    color: #ffffff;
    -webkit-animation: spin 1.3s infinite linear;
    animation: spin 1.3s infinite linear;
}

.slimScrollBar {
    z-index: 9 !important;
}

.slimScrollRail {
    z-index: 8 !important;
}

section.jarallax, .section.jarallax {
    transition: none !important;
}

.summernote-fix {
    border: #f8f9fa 1px solid;
    margin-top: 42px;
    margin-bottom: 5px;
    box-shadow: 0 0 0 0 #fff, 0 -42px 0 0 #f8f9fa, 0 10px 0 1px #f8f9fa;
    border-radius: 0.35rem;
    color: #fff;
    background-color: #fff;
}

.bs-select-fix[multiple] {
    max-height: 52.47px;
}

.bs-select-fix.form-control-sm[multiple] {
    max-height: 42.72px;
}

/**

  Various Fixes

**/
.col {
    min-width: 0;
}

a > i, a > svg,
button > i, button > svg,
.pointer-events-none {
    pointer-events: none;
}

.blockquote-footer {
    margin-top: 0 !important;
}

.max-vh-25 {
    min-height: auto !important;
    max-height: 25vh !important;
}

.max-vh-50 {
    min-height: auto !important;
    max-height: 50vh !important;
}

.max-vh-75 {
    min-height: auto !important;
    max-height: 75vh !important;
}

.table:not(.table-striped):not(.table-hover) > :not(caption) > * > * {
    box-shadow: inherit;
}

/**

	LAYOUT :: ADMIN

	We set here very few important & general rules to
	avoid issues on fixed sidebar/header

**/
body.layout-admin {
    background-color: #ed712c;
    display: flex;
    flex-direction: column;
}

body.layout-admin #wrapper {
    flex: 1;
}

body.layout-admin #header {
    z-index: 10;
}

body.layout-admin #middle {
    /* general rules for #middle are added to global.scss */
    padding: 30px;
    /*min-height: calc(100vh - 80px); */
}

/* page header */
body.layout-admin #middle > .container > header,
body.layout-admin #middle > header {
    margin-bottom: 30px;
}

body.layout-admin #middle > .container > header h1, body.layout-admin #middle > .container > header .h1,
body.layout-admin #middle > header h1,
body.layout-admin #middle > header .h1 {
    margin-bottom: 0;
}

/* section settings */
body.layout-admin #middle section,
body.layout-admin #middle .section {
    color: #444444;
    margin-bottom: 30px;
    font-size: 1rem;
    border: 0;
    min-width: 0;
    /* in case .d-flex is used */
    flex-direction: column;
}

body.layout-admin #middle section:not(.section-clean),
body.layout-admin #middle .section:not(.section-clean) {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(140, 152, 164, 0.1);
    border-radius: 0.35rem;
}

/* section header */
body.layout-admin #middle section > header,
body.layout-admin #middle .section-header {
    position: relative;
    word-break: normal;
    /* make it full */
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    /* readjust spacings */
    padding: 15px;
    margin-bottom: 15px;
    /* rounded */
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

body.layout-admin #middle section > header > .ui-options,
body.layout-admin #middle .section-header > .ui-options {
    padding-right: 15px;
    margin-right: -15px;
    margin-left: 15px;
}

body.layout-admin #middle header > .ui-options > a,
body.layout-admin #middle section > header > .ui-options > a,
body.layout-admin #middle .section-header > .ui-options > a {
    color: #313131;
    text-decoration: none;
    margin-left: 10px;
}

body.layout-admin #middle section > header:not(.bg-light):not(.b-0):not(.b--0):not(.border-0):after,
body.layout-admin #middle .section-header:not(.bg-light):not(.b-0):not(.b--0):not(.border-0):after {
    content: '';
    display: block;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body.layout-admin #middle > section:last-child,
body.layout-admin #middle > .section:last-child {
    margin-bottom: 0;
}

/* body section */
body.layout-admin #middle .section-body {
    position: relative;
}

/* footer */
#footer .dropdown-item {
    font-size: .9rem;
}

body.layout-admin #header.bg-dark {
    background: #454545 !important;
}

/* portlet : flex */
.portlet {
    background: #fff;
    box-shadow: 0 0 25px rgba(140, 152, 164, 0.1);
    font-size: 16px;
    color: #506690;
    border-radius: 0.35rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
}

.portlet-header {
    padding: 1rem;
    width: 100%;
    align-self: baseline;
}

.portlet-header > span {
    display: block;
    font-weight: 500;
    color: #506690;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.portlet-body {
    padding: 1rem;
    height: 100%;
    width: 100%;
    align-self: baseline;
}

.portlet-footer {
    padding: 1rem;
    display: flex;
    align-self: baseline;
    width: 100%;
}

.portlet .border:not(.medium-editor):not(.dropdown-toggle),
.portlet .border-bottom,
.portlet .border-top {
    border-color: #f1f4f8 !important;
}

/**

		Not fully supported by old browsers!
		But is ok for admin!

		https://caniuse.com/#feat=css-sticky

	**/
@supports ((position: -webkit-sticky) or (position: sticky)) {
    /* sticky : header */
    body.layout-admin.header-sticky:not(.header-fixed):not(.header-hide) #header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    /* sticky : footer */
    body.layout-admin.footer-sticky #footer {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
    }
}

/*
	Fixes
*/
body.layout-admin #header ul.navbar-nav a.nav-link i + span {
    padding-left: 10px;
}

body.layout-admin #middle.dropdown-menu {
    font-size: 14px;
}

body.layout-admin .dropdown-mega > .dropdown-menu {
    max-width: 1200px;
}

aside.overlay-dark:after {
    border-radius: 0.35rem;
}

/**

	Responsive

**/
@media only screen and (min-width: 992px) {
    body.layout-admin #middle.mx-auto {
        max-width: 1655px !important;
    }

    /* logo width on aside-focus */
    body.layout-admin:not(.aside-focus) #header .navbar-brand.aside-width {
        width: 265px !important;
        margin: 0 !important;
        margin-left: -15px !important;
        padding-left: 15px !important;
    }

    /**

		LAYOUT : PADDED

	**/
    body.layout-admin.layout-padded {
        padding: 30px;
    }

    body.layout-admin.layout-padded .aside-start,
    body.layout-admin.layout-padded .aside-end {
        top: 30px !important;
        bottom: 30px !important;
        height: auto !important;
        border-radius: 0.35rem;
        transition: none !important;
    }

    body.layout-admin.layout-padded .aside-wrapper {
        border-radius: 0.35rem;
    }

    body.layout-admin.layout-padded .aside-start {
        left: 30px;
    }

    body.layout-admin.layout-padded .aside-end {
        right: 30px;
    }

    body.layout-admin.layout-padded #header {
        margin-left: 295px !important;
    }

    body.layout-admin.layout-padded #middle {
        padding-right: 0;
    }

    body.layout-admin.layout-padded #footer {
        padding-left: 295px !important;
    }
}

@media only screen and (max-width: 992px) {
    body.layout-admin #header {
        min-height: 68px;
    }

    body.layout-admin:not(.aside-sticky) #header .navbar-toggler {
        margin-left: 0 !important;
    }

    body.layout-admin section > .container,
    body.layout-admin .section > .container {
        padding-left: 0;
        padding-right: 0;
    }

    body.layout-admin #middle {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.layout-admin #header ul.navbar-nav a.nav-link > span {
        background-color: transparent !important;
    }

    body.layout-admin .navbar-collapse.show li.nav-item {
        width: 100%;
    }
}

/**

    Load all variables,
    we need them!

**/
/*$modal-backdrop-bg:                   #131f43 !default;*/
/*

  Styling
  Ajax Loading Icons

*/
#js_loading_icon {
    width: auto;
    height: auto;
    border-radius: 0.35rem;
    box-shadow: 0 0 25px rgba(140, 152, 164, 0.1);
}

#js_loading_icon:after {
    border-radius: 0.35rem;
}

/* inside forms */
form.js-ajax {
    position: relative;
}

form.js-ajax #js_loading_icon {
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
}

/**

    Load all variables,
    we need them!

**/
/*$modal-backdrop-bg:                   #131f43 !default;*/
/**

	Stepofeb Header
	www.stepofweb.com

	Part of:
		GULP/src/plugins/sow_pack/sow_header.js

**/
#header {
    z-index: 10;
}

/*body:not(.header-sticky) #header,*/
body.header-over #header,
body.header-scroll-reveal #header {
    transition: all 500ms ease-in-out;
}

body:not(.layout-admin).header-sticky #header {
    transition: all 150ms linear;
}

/**

	HEADER : FIXED

**/
body.header-fixed #header {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
}

/**

    HEADER : SCROLL REVEAL

**/
body.header-scroll-reveal #header.header-down {
    top: 0;
}

body.header-scroll-reveal #header.header-up {
    top: -100%;
}

body.header-scroll-reveal:not(.header-is-on-top) #header.header-down #top_bar,
body.header-scroll-reveal:not(.header-is-on-top) #header.header-up #top_bar {
    display: none;
}

/**

    HEADER : BOTTOM
    not recommended, bad conversions

**/
body.header-bottom #header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

body.header-bottom .nav-item > .dropdown-menu {
    top: auto;
    bottom: 80px;
}

body.header-bottom .navbar-nav .nav-link.dropdown-toggle:not(.nav-link-caret-hide):before {
    content: "\f19b";
}

/**

    HEADER : NAV BRAND

**/
.navbar-brand > img:last-child {
    display: none;
}

.navbar-brand > img:first-child {
    display: inherit;
}

.navbar-brand > img {
    max-width: 140px;
    max-height: 80px;
}

body:not(.user-scrolled-down) .navbar-brand > img:first-child {
    display: none;
}

body:not(.user-scrolled-down) .navbar-brand > img:last-child {
    display: inline-block;
}

/**

    HEADER : OVER (slider|parallax|image)

**/
body.header-over:not(.user-scrolled-down) #header {
    background: transparent !important;
    box-shadow: none !important;
}

/* hide if exists, to avoid any possible issue */
body.header-over #js_header_spacer {
    display: none !important;
}

body.header-over #header {
    position: absolute;
    width: 100%;
}

body.header-over:not(.header-scroll-reveal):not(.header-is-on-top):not(.header-sticky) #header {
    position: absolute !important;
}

body.header-over.header-is-on-top #js_header_spacer {
    margin-top: 0 !important;
}

body.header-over.header-scroll-reveal #js_header_spacer {
    margin-top: 0 !important;
}

body.header-over:not(.header-scroll-reveal):not(.user-scrolled-down) #header #top_bar,
body.header-over.header-is-on-top:not(.user-scrolled-down) #header #top_bar {
    background: transparent !important;
    color: #fff;
}

body.header-over:not(.user-scrolled-down) #top_bar a,
body.header-over:not(.user-scrolled-down) #top_bar a > span {
    color: #fff;
}

body.header-over:not(.user-scrolled-down) .navbar .navbar-toggler {
    fill: #ffffff;
    border: 0 !important;
}

body.header-over:not(.user-scrolled-down) .navbar-collapse .navbar-toggler {
    fill: inherit !important;
}

body.header-over:not(.user-scrolled-down) #header .btn.rounded-circle:not(.text-white) {
    color: #fff !important;
    background-color: transparent !important;
}

@media only screen and (min-width: 992px) {
    body.header-over:not(.user-scrolled-down) .navbar .navbar-nav .nav-link {
        color: #fff !important;
    }
}

/**

    Load all variables,
    we need them!

**/
/*$modal-backdrop-bg:                   #131f43 !default;*/
/**

	Stepofeb Search Suggest
	www.stepofweb.com

	Part of:
		GULP/src/plugins/sow_pack/sow_search_suggest.js

**/
form.sow-search {
    position: relative;
}

form.sow-search.sow-search-over {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    z-index: 9999;
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
}

form.sow-search.hide {
    display: none !important;
}

form.sow-search .sow-search-backdrop {
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

form.sow-search .sow-search-input,
form.sow-search .sow-search-container {
    position: relative;
    z-index: 100;
}

form.sow-search .sow-search-container {
    top: 100%;
    position: absolute;
    color: #2E2E2E;
    border-radius: 0.35rem;
}

form.sow-search .sow-search-container > .sow-search-container-wrapper {
    background-color: #fff;
    border-radius: 0.35rem;
    width: 100%;
}

form.sow-search ul.list-suggestion > li > a {
    color: var(--bs-gray-900);
    position: relative;
    text-decoration: none;
    background-color: transparent;
    display: block;
    padding: 8px 15px;
    margin-right: 6px;
}

form.sow-search ul.list-suggestion > li.active > a,
form.sow-search ul.list-suggestion > li:hover > a {
    background-color: #f9fbfd;
}

form.sow-search .sow-search-container:before {
    content: '';
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top: -12px;
    left: 5%;
}

/* styling : floating layout; */
form.sow-search.sow-search-over .sow-search-input > .input-group-over {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

form.sow-search.sow-search-over .sow-search-input > .input-group-over .sow-search-buttons {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 6px;
    padding-right: 6px;
}

form.sow-search .sow-search-container {
    top: 66px;
}

form.sow-search.sow-search-over .sow-search-container {
    top: 96px;
}

/* make sure will stay the same on form size change */
form.sow-search input.form-control-sow-search.form-control-lg:not(.form-control-custom) {
    height: 50px !important;
    padding-top: .58rem !important;
    padding-bottom: .58rem !important;
}

form.sow-search input.form-control-sow-search:not(.form-control-custom):not(.form-control-lg) {
    height: 50px !important;
    font-size: 1rem !important;
}

/* theme color customize */
/* highlighted term (if JS fuzzysearch plugin used) */
.sow-search-content a > em {
    font-style: normal;
    color: #2E2E2E;
}

/*

	DESKTOP ONLY

*/
@media only screen and (min-width: 768px) {
    /* larger font size on desktop only */
    form.sow-search input.form-control-sow-search.form-control-lg:not(.form-control-custom) {
        font-size: 1.3rem !important;
    }
}

/*
	MOBILE
*/
@media only screen and (max-width: 991px) {
    form.sow-search:not(.sow-search-mobile) {
        display: none;
    }

    form.sow-search-mobile {
        position: fixed !important;
        top: 18px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 9999;
        margin: 0 !important;
    }

    form.sow-search-mobile .sow-search-container {
        position: fixed;
        display: inline-flex !important;
        top: 96px;
        bottom: 15px;
    }

    form.sow-search-mobile .sow-search-input,
    form.sow-search-mobile .sow-search-container {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px) !important;
    }

    form.sow-search-mobile .sow-search-input input {
        background-color: #fff !important;
        padding-right: 87px;
    }

    /* white, top fixed layout instead of floating */
    form.sow-search-mobile .sow-search-input > .input-group-over {
        height: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    form.sow-search-mobile input.form-control-sow-search,
    form.sow-search-mobile input.form-control-sow-search.form-control-lg {
        font-size: 1.09rem !important;
        color: #121212 !important;
        border: 0 !important;
        padding-left: 10px;
    }

    form.sow-search-mobile input.form-control-sow-search.text-white::-webkit-input-placeholder {
        color: #c6d0de !important;
    }

    form.sow-search-mobile input.form-control-sow-search.text-white::-moz-placeholder {
        color: #c6d0de !important;
    }

    form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons,
    form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons a > i,
    form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons button > i {
        margin: 0 !important;
        padding: 0 !important;
        color: #506690 !important;
    }

    form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons > .btn-sow-search-toggler {
        background-color: transparent !important;
        border: 0 !important;
        width: 52px !important;
        text-align: center;
        border-radius: 0 !important;
        border-left: #f9fbfd 1px solid !important;
    }

    form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons > .btn-sow-search-toggler > i {
        margin: 0 !important;
    }
}

img.lazy {
    transition: filter 0.3s cubic-bezier(0.4, 0.8, 0.74, 1);
    filter: blur(0);
}
