@charset "UTF-8";

/*!
 * Color Admin v5.0.0 (https://seantheme.com/color-admin/)
 * Copyright 2021 SeanTheme
 */


/*
   1.0  GLOBAL - Color system
   2.0  GLOBAL - RTL
   3.0  GLOBAL - Component Color 
   4.0  GLOBAL - Grid & Container
   5.0  GLOBAL - Body
   6.0  GLOBAL - Font
   7.0  GLOBAL - Radius
   8.0  GLOBAL - Box Shadow
   9.0  GLOBAL - Caret
   10.0 App    - Component
   11.0 App    - Zindex
   12.0 App    - POS System
   13.0 App    - Login Register
   14.0 Form   - Component
   15.0 Form   - Input
   16.0 Table  - General
   17.0 UI - Pagination
   18.0 UI - Button
   19.0 UI - Modal
   20.0 UI - List Group
   21.0 UI - Alert
   22.0 UI - Card
   23.0 UI - Dropown
   24.0 UI - Progress
   25.0 UI - Toast
   26.0 UI - Badge
   27.0 UI - Nav Link
   28.0 UI - Nav Tabs
   29.0 UI - Nav Pills
*/


/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-blue: #348fe2;
    --bs-indigo: #8753de;
    --bs-purple: #727cb6;
    --bs-pink: #fb5597;
    --bs-red: #ff5b57;
    --bs-orange: #f59c1a;
    --bs-yellow: #ffd900;
    --bs-green: #32a932;
    --bs-lime: #90ca4b;
    --bs-teal: #00acac;
    --bs-cyan: #49b6d6;
    --bs-white: #FFFFFF;
    --bs-black: #000000;
    --bs-silver: #b6c2c9;
    --bs-light: #f2f3f4;
    --bs-gray: #adb5bd;
    --bs-gray-dark: #2d353c;
    --bs-muted: #627884;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #2d353c;
    --bs-gray-900: #20252a;
    --bs-default: #e9ecef;
    --bs-inverse: #2d353c;
    --bs-primary: #00acac;
    --bs-secondary: #6c757d;
    --bs-success: #00acac;
    --bs-info: #49b6d6;
    --bs-warning: #f59c1a;
    --bs-danger: #ff5b57;
    --bs-light: #f2f3f4;
    --bs-dark: #2d353c;
    --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));
}

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

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

body {
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2d353c;
    background-color: #cfd8dc;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.46875rem;
    font-weight: 600;
    line-height: 1.2;
}

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

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

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

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

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

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

h4,
.h4 {
    font-size: 1.125rem;
}

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

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

p {
    margin-top: 0;
    margin-bottom: 15px;
}

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: 600;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

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: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #348fe2;
    text-decoration: underline;
}

a:hover {
    color: #2a72b5;
}

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: #fb5597;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #FFFFFF;
    background-color: #20252a;
    border-radius: 3px;
}

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

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: #6c757d;
    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;
}

::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: 0.9375rem;
    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: 0.9375rem;
    font-size: 0.9375rem;
}

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

.blockquote-footer {
    margin-top: -0.9375rem;
    margin-bottom: 0.9375rem;
    font-size: 0.875em;
    color: #6c757d;
}

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

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

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

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

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

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

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

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

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

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

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

.col {
    flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1800px) {
    .col-xxxl {
        flex: 1 0 0%;
    }
    .row-cols-xxxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.234375rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.234375rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.46875rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.46875rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 0.9375rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 0.9375rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.40625rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.40625rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 2.8125rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 2.8125rem;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.234375rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.234375rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.46875rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.46875rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 0.9375rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 0.9375rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.40625rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.40625rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 2.8125rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 2.8125rem;
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.234375rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.234375rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.46875rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.46875rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 0.9375rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 0.9375rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.40625rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.40625rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 2.8125rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 2.8125rem;
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.234375rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.234375rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.46875rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.46875rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 0.9375rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 0.9375rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.40625rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.40625rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 2.8125rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 2.8125rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.234375rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.234375rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.46875rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.46875rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 0.9375rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 0.9375rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.40625rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.40625rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 2.8125rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 2.8125rem;
    }
}

@media (min-width: 1800px) {
    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxxl-0 {
        margin-left: 0;
    }
    .offset-xxxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxxl-3 {
        margin-left: 25%;
    }
    .offset-xxxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxxl-6 {
        margin-left: 50%;
    }
    .offset-xxxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxxl-9 {
        margin-left: 75%;
    }
    .offset-xxxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxxl-0,
    .gx-xxxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxxl-0,
    .gy-xxxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxxl-1,
    .gx-xxxl-1 {
        --bs-gutter-x: 0.234375rem;
    }
    .g-xxxl-1,
    .gy-xxxl-1 {
        --bs-gutter-y: 0.234375rem;
    }
    .g-xxxl-2,
    .gx-xxxl-2 {
        --bs-gutter-x: 0.46875rem;
    }
    .g-xxxl-2,
    .gy-xxxl-2 {
        --bs-gutter-y: 0.46875rem;
    }
    .g-xxxl-3,
    .gx-xxxl-3 {
        --bs-gutter-x: 0.9375rem;
    }
    .g-xxxl-3,
    .gy-xxxl-3 {
        --bs-gutter-y: 0.9375rem;
    }
    .g-xxxl-4,
    .gx-xxxl-4 {
        --bs-gutter-x: 1.40625rem;
    }
    .g-xxxl-4,
    .gy-xxxl-4 {
        --bs-gutter-y: 1.40625rem;
    }
    .g-xxxl-5,
    .gx-xxxl-5 {
        --bs-gutter-x: 2.8125rem;
    }
    .g-xxxl-5,
    .gy-xxxl-5 {
        --bs-gutter-y: 2.8125rem;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #2d353c;
    --bs-table-striped-bg: #e9ecef;
    --bs-table-active-color: #2d353c;
    --bs-table-active-bg: #e9ecef;
    --bs-table-hover-color: #2d353c;
    --bs-table-hover-bg: #e9ecef;
    width: 100%;
    margin-bottom: 0.9375rem;
    color: #2d353c;
    vertical-align: top;
    border-color: #dee2e6;
}

.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(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
}

.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-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: #cceeee;
    --bs-table-striped-bg: #c2e2e2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #b8d6d6;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #bddcdc;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #b8d6d6;
}

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

.table-success {
    --bs-table-bg: #d6eed6;
    --bs-table-striped-bg: #cbe2cb;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #c1d6c1;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c6dcc6;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #c1d6c1;
}

.table-info {
    --bs-table-bg: #dbf0f7;
    --bs-table-striped-bg: #d0e4eb;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #c5d8de;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #cbdee4;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #c5d8de;
}

.table-warning {
    --bs-table-bg: #fdebd1;
    --bs-table-striped-bg: #f0dfc7;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e4d4bc;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ead9c1;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #e4d4bc;
}

.table-danger {
    --bs-table-bg: #ffdedd;
    --bs-table-striped-bg: #f2d3d2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6c8c7;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #eccdcc;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #e6c8c7;
}

.table-light {
    --bs-table-bg: #f2f3f4;
    --bs-table-striped-bg: #e6e7e8;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #dadbdc;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e0e1e2;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #dadbdc;
}

.table-dark {
    --bs-table-bg: #2d353c;
    --bs-table-striped-bg: #383f46;
    --bs-table-striped-color: #FFFFFF;
    --bs-table-active-bg: #424950;
    --bs-table-active-color: #FFFFFF;
    --bs-table-hover-bg: #3d444b;
    --bs-table-hover-color: #FFFFFF;
    color: #FFFFFF;
    border-color: #424950;
}

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

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

.form-label {
    margin-bottom: 0.25rem;
    font-weight: 600;
}

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: 0.4375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5;
    color: #20252a;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    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: #20252a;
    background-color: #FFFFFF;
    border-color: #5db0ff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}

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

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

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

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

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

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

.form-control::-webkit-file-upload-button {
    padding: 0.4375rem 0.75rem;
    margin: -0.4375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #20252a;
    background-color: #ced4da;
    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;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.4375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #2d353c;
    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.625rem + 2px));
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-select {
    display: block;
    width: 100%;
    padding: 0.4375rem 2.25rem 0.4375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5;
    color: #20252a;
    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='%232d353c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    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: #5db0ff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.form-check-input:focus {
    border-color: #5db0ff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}

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

.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='%23FFFFFF' 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='%23FFFFFF'/%3e%3c/svg%3e");
}

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

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

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

.form-switch {
    padding-left: 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='%235db0ff'/%3e%3c/svg%3e");
}

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

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

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

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

.form-range {
    width: 100%;
    height: 1.5rem;
    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 0 0 1px #dee2e6, 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #dee2e6, 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}

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

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #348fe2;
    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: #c2ddf6;
}

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

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #348fe2;
    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: #c2ddf6;
}

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

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

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

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

.form-floating {
    position: relative;
}

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

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    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 0.75rem;
}

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

.form-floating>.form-control:-ms-input-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:not(:-ms-input-placeholder) {
    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:not(:-ms-input-placeholder)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.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.4375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5;
    color: #20252a;
    text-align: center;
    white-space: nowrap;
    background-color: #ced4da;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 6px;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 3px;
}

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

.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.6875rem;
    color: #32a932;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.234375rem 0.46875rem;
    margin-top: 0.1rem;
    font-size: 0.6875rem;
    color: #000000;
    background-color: rgba(50, 169, 50, 0.9);
    border-radius: 4px;
}

.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: #32a932;
    padding-right: calc(1.5em + 0.875rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2332a932' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.21875rem) center;
    background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #32a932;
    box-shadow: 0 0 0 0.25rem rgba(50, 169, 50, 0.25);
}

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

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

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232d353c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2332a932' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #32a932;
    box-shadow: 0 0 0 0.25rem rgba(50, 169, 50, 0.25);
}

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

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

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

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

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: 0.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.6875rem;
    color: #ff5b57;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.234375rem 0.46875rem;
    margin-top: 0.1rem;
    font-size: 0.6875rem;
    color: #000000;
    background-color: rgba(255, 91, 87, 0.9);
    border-radius: 4px;
}

.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: #ff5b57;
    padding-right: calc(1.5em + 0.875rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff5b57'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5b57' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.21875rem) center;
    background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #ff5b57;
    box-shadow: 0 0 0 0.25rem rgba(255, 91, 87, 0.25);
}

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

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

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232d353c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff5b57'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5b57' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #ff5b57;
    box-shadow: 0 0 0 0.25rem rgba(255, 91, 87, 0.25);
}

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

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

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

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

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: 0.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: 600;
    line-height: 1.5;
    color: #2d353c;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4375rem 0.75rem;
    font-size: 0.75rem;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
    color: #2d353c;
}

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

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

.btn-default {
    color: #000000;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.btn-default:hover {
    color: #000000;
    background-color: #eceff1;
    border-color: #ebeef1;
}

.btn-check:focus+.btn-default,
.btn-default:focus {
    color: #000000;
    background-color: #eceff1;
    border-color: #ebeef1;
    box-shadow: 0 0 0 0 rgba(198, 201, 203, 0.5);
}

.btn-check:checked+.btn-default,
.btn-check:active+.btn-default,
.btn-default:active,
.btn-default.active,
.show>.btn-default.dropdown-toggle {
    color: #000000;
    background-color: #edf0f2;
    border-color: #ebeef1;
}

.btn-check:checked+.btn-default:focus,
.btn-check:active+.btn-default:focus,
.btn-default:active:focus,
.btn-default.active:focus,
.show>.btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(198, 201, 203, 0.5);
}

.btn-default:disabled,
.btn-default.disabled {
    color: #000000;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.btn-inverse {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-inverse:hover {
    color: #FFFFFF;
    background-color: #262d33;
    border-color: #242a30;
}

.btn-check:focus+.btn-inverse,
.btn-inverse:focus {
    color: #FFFFFF;
    background-color: #262d33;
    border-color: #242a30;
    box-shadow: 0 0 0 0 rgba(77, 83, 89, 0.5);
}

.btn-check:checked+.btn-inverse,
.btn-check:active+.btn-inverse,
.btn-inverse:active,
.btn-inverse.active,
.show>.btn-inverse.dropdown-toggle {
    color: #FFFFFF;
    background-color: #242a30;
    border-color: #22282d;
}

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

.btn-inverse:disabled,
.btn-inverse.disabled {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-primary {
    color: #000000;
    background-color: #00acac;
    border-color: #00acac;
}

.btn-primary:hover {
    color: #000000;
    background-color: #26b8b8;
    border-color: #1ab4b4;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #000000;
    background-color: #26b8b8;
    border-color: #1ab4b4;
    box-shadow: 0 0 0 0 rgba(0, 146, 146, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #000000;
    background-color: #33bdbd;
    border-color: #1ab4b4;
}

.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 rgba(0, 146, 146, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #000000;
    background-color: #00acac;
    border-color: #00acac;
}

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

.btn-secondary:hover {
    color: #FFFFFF;
    background-color: #5c636a;
    border-color: #565e64;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #FFFFFF;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0 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: #FFFFFF;
    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 rgba(130, 138, 145, 0.5);
}

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

.btn-success {
    color: #000000;
    background-color: #00acac;
    border-color: #00acac;
}

.btn-success:hover {
    color: #000000;
    background-color: #26b8b8;
    border-color: #1ab4b4;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #000000;
    background-color: #26b8b8;
    border-color: #1ab4b4;
    box-shadow: 0 0 0 0 rgba(0, 146, 146, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #000000;
    background-color: #33bdbd;
    border-color: #1ab4b4;
}

.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 rgba(0, 146, 146, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
    color: #000000;
    background-color: #00acac;
    border-color: #00acac;
}

.btn-info {
    color: #000000;
    background-color: #49b6d6;
    border-color: #49b6d6;
}

.btn-info:hover {
    color: #000000;
    background-color: #64c1dc;
    border-color: #5bbdda;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000000;
    background-color: #64c1dc;
    border-color: #5bbdda;
    box-shadow: 0 0 0 0 rgba(62, 155, 182, 0.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #000000;
    background-color: #6dc5de;
    border-color: #5bbdda;
}

.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 rgba(62, 155, 182, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
    color: #000000;
    background-color: #49b6d6;
    border-color: #49b6d6;
}

.btn-warning {
    color: #000000;
    background-color: #f59c1a;
    border-color: #f59c1a;
}

.btn-warning:hover {
    color: #000000;
    background-color: #f7ab3c;
    border-color: #f6a631;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000000;
    background-color: #f7ab3c;
    border-color: #f6a631;
    box-shadow: 0 0 0 0 rgba(208, 133, 22, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #000000;
    background-color: #f7b048;
    border-color: #f6a631;
}

.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 rgba(208, 133, 22, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #000000;
    background-color: #f59c1a;
    border-color: #f59c1a;
}

.btn-danger {
    color: #000000;
    background-color: #ff5b57;
    border-color: #ff5b57;
}

.btn-danger:hover {
    color: #000000;
    background-color: #ff7470;
    border-color: #ff6b68;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #000000;
    background-color: #ff7470;
    border-color: #ff6b68;
    box-shadow: 0 0 0 0 rgba(217, 77, 74, 0.5);
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #000000;
    background-color: #ff7c79;
    border-color: #ff6b68;
}

.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 rgba(217, 77, 74, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: #000000;
    background-color: #ff5b57;
    border-color: #ff5b57;
}

.btn-light {
    color: #000000;
    background-color: #f2f3f4;
    border-color: #f2f3f4;
}

.btn-light:hover {
    color: #000000;
    background-color: #f4f5f6;
    border-color: #f3f4f5;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000000;
    background-color: #f4f5f6;
    border-color: #f3f4f5;
    box-shadow: 0 0 0 0 rgba(206, 207, 207, 0.5);
}

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

.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 rgba(206, 207, 207, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
    color: #000000;
    background-color: #f2f3f4;
    border-color: #f2f3f4;
}

.btn-dark {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-dark:hover {
    color: #FFFFFF;
    background-color: #262d33;
    border-color: #242a30;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #FFFFFF;
    background-color: #262d33;
    border-color: #242a30;
    box-shadow: 0 0 0 0 rgba(77, 83, 89, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #242a30;
    border-color: #22282d;
}

.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 rgba(77, 83, 89, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-outline-default {
    color: #e9ecef;
    border-color: #e9ecef;
}

.btn-outline-default:hover {
    color: #000000;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.btn-check:focus+.btn-outline-default,
.btn-outline-default:focus {
    box-shadow: 0 0 0 0 rgba(233, 236, 239, 0.5);
}

.btn-check:checked+.btn-outline-default,
.btn-check:active+.btn-outline-default,
.btn-outline-default:active,
.btn-outline-default.active,
.btn-outline-default.dropdown-toggle.show {
    color: #000000;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.btn-check:checked+.btn-outline-default:focus,
.btn-check:active+.btn-outline-default:focus,
.btn-outline-default:active:focus,
.btn-outline-default.active:focus,
.btn-outline-default.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(233, 236, 239, 0.5);
}

.btn-outline-default:disabled,
.btn-outline-default.disabled {
    color: #e9ecef;
    background-color: transparent;
}

.btn-outline-inverse {
    color: #2d353c;
    border-color: #2d353c;
}

.btn-outline-inverse:hover {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-check:focus+.btn-outline-inverse,
.btn-outline-inverse:focus {
    box-shadow: 0 0 0 0 rgba(45, 53, 60, 0.5);
}

.btn-check:checked+.btn-outline-inverse,
.btn-check:active+.btn-outline-inverse,
.btn-outline-inverse:active,
.btn-outline-inverse.active,
.btn-outline-inverse.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-check:checked+.btn-outline-inverse:focus,
.btn-check:active+.btn-outline-inverse:focus,
.btn-outline-inverse:active:focus,
.btn-outline-inverse.active:focus,
.btn-outline-inverse.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(45, 53, 60, 0.5);
}

.btn-outline-inverse:disabled,
.btn-outline-inverse.disabled {
    color: #2d353c;
    background-color: transparent;
}

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

.btn-outline-primary:hover {
    color: #000000;
    background-color: #00acac;
    border-color: #00acac;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(0, 172, 172, 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: #000000;
    background-color: #00acac;
    border-color: #00acac;
}

.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 rgba(0, 172, 172, 0.5);
}

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

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

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

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 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: #FFFFFF;
    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 rgba(108, 117, 125, 0.5);
}

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

.btn-outline-success {
    color: #00acac;
    border-color: #00acac;
}

.btn-outline-success:hover {
    color: #000000;
    background-color: #00acac;
    border-color: #00acac;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(0, 172, 172, 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: #000000;
    background-color: #00acac;
    border-color: #00acac;
}

.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 rgba(0, 172, 172, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #00acac;
    background-color: transparent;
}

.btn-outline-info {
    color: #49b6d6;
    border-color: #49b6d6;
}

.btn-outline-info:hover {
    color: #000000;
    background-color: #49b6d6;
    border-color: #49b6d6;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(73, 182, 214, 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: #000000;
    background-color: #49b6d6;
    border-color: #49b6d6;
}

.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 rgba(73, 182, 214, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #49b6d6;
    background-color: transparent;
}

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

.btn-outline-warning:hover {
    color: #000000;
    background-color: #f59c1a;
    border-color: #f59c1a;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(245, 156, 26, 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: #000000;
    background-color: #f59c1a;
    border-color: #f59c1a;
}

.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 rgba(245, 156, 26, 0.5);
}

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

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

.btn-outline-danger:hover {
    color: #000000;
    background-color: #ff5b57;
    border-color: #ff5b57;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(255, 91, 87, 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: #000000;
    background-color: #ff5b57;
    border-color: #ff5b57;
}

.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 rgba(255, 91, 87, 0.5);
}

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

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

.btn-outline-light:hover {
    color: #000000;
    background-color: #f2f3f4;
    border-color: #f2f3f4;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(242, 243, 244, 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: #000000;
    background-color: #f2f3f4;
    border-color: #f2f3f4;
}

.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 rgba(242, 243, 244, 0.5);
}

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

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

.btn-outline-dark:hover {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(45, 53, 60, 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: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.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 rgba(45, 53, 60, 0.5);
}

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

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

.btn-link:hover {
    color: #2a72b5;
}

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

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 3px;
}

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

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

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

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.6875rem;
    color: #2d353c;
    text-align: left;
    list-style: none;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

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

@media (min-width: 1800px) {
    .dropdown-menu-xxxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxxl-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.46875rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

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

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1d2126;
    background-color: #eff1f3;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #348fe2;
}

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

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

.dropdown-header {
    display: block;
    padding: 0.5rem 0.9375rem;
    margin-bottom: 0;
    font-size: 0.6875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.234375rem 0.9375rem;
    color: #495057;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #2d353c;
    border-color: rgba(0, 0, 0, 0.15);
}

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

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

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #FFFFFF;
    background-color: #348fe2;
}

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

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

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

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

.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.5625rem;
    padding-left: 0.5625rem;
}

.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.46875rem;
    padding-left: 0.46875rem;
}

.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;
    font-weight: 600;
    color: #6c757d;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

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

.nav-link:hover,
.nav-link:focus {
    color: #20252a;
}

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

.nav-tabs {
    border-bottom: 0 solid transparent;
}

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

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

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #20252a;
    background-color: #FFFFFF;
    border-color: transparent;
}

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

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 4px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #FFFFFF;
    background-color: #348fe2;
}

.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.46875rem;
    padding-bottom: 0.46875rem;
}

.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.40625rem;
    padding-bottom: 0.40625rem;
    margin-right: 1rem;
    font-size: 0.875rem;
    text-decoration: none;
    white-space: nowrap;
}

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

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

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

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

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    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;
}

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

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1800px) {
    .navbar-expand-xxxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxxl .navbar-toggler {
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    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.55%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.55);
}

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

.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 rgba(32, 37, 42, 0.15);
    border-radius: 4px;
}

.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: 3px;
    border-top-right-radius: 3px;
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

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

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

.card-title {
    margin-bottom: 0.46875rem;
}

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

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

.card-link:hover {
    text-decoration: none;
}

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

.card-header {
    padding: 0.46875rem 0.9375rem;
    margin-bottom: 0;
    background-color: #e1e4e8;
    border-bottom: 1px solid rgba(32, 37, 42, 0.15);
}

.card-header:first-child {
    border-radius: 3px 3px 0 0;
}

.card-footer {
    padding: 0.46875rem 0.9375rem;
    background-color: #e1e4e8;
    border-top: 1px solid rgba(32, 37, 42, 0.15);
}

.card-footer:last-child {
    border-radius: 0 0 3px 3px;
}

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.9375rem;
    border-radius: 3px;
}

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

.card-img,
.card-img-top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.card-group>.card {
    margin-bottom: 10px;
}

@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: 0.75rem;
    color: #2d353c;
    text-align: left;
    background-color: #dee2e6;
    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, border-radius 0.15s ease;
}

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

.accordion-button:not(.collapsed) {
    color: #009b9b;
    background-color: #ebf4fc;
    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='%23009b9b'%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='%232d353c'%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: #5db0ff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}

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

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

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

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

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

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

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

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

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

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

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

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

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

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

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

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

.breadcrumb-item.active {
    color: #6c757d;
}

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

.page-link {
    position: relative;
    display: block;
    color: #627281;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
    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: #20252a;
    background-color: #e9ecef;
    border-color: #ced4da;
}

.page-link:focus {
    z-index: 3;
    color: #2a72b5;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #FFFFFF;
    background-color: #348fe2;
    border-color: #348fe2;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #FFFFFF;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.6875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.badge {
    display: inline-block;
    padding: 3px 6px;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 0.9375rem 0.9375rem;
    margin-bottom: 1.25rem;
    border: 0 solid transparent;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 600;
}

.alert-dismissible {
    padding-right: 2.8125rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.171875rem 0.9375rem;
}

.alert-default {
    color: #5d5e60;
    background-color: #fbfbfc;
    border-color: #f8f9fa;
}

.alert-default .alert-link {
    color: #4a4b4d;
}

.alert-inverse {
    color: #1b2024;
    background-color: #d5d7d8;
    border-color: #c0c2c5;
}

.alert-inverse .alert-link {
    color: #161a1d;
}

.alert-primary {
    color: #006767;
    background-color: #cceeee;
    border-color: #b3e6e6;
}

.alert-primary .alert-link {
    color: #005252;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-secondary .alert-link {
    color: #34383c;
}

.alert-success {
    color: #006767;
    background-color: #cceeee;
    border-color: #b3e6e6;
}

.alert-success .alert-link {
    color: #005252;
}

.alert-info {
    color: #2c6d80;
    background-color: #dbf0f7;
    border-color: #c8e9f3;
}

.alert-info .alert-link {
    color: #235766;
}

.alert-warning {
    color: #935e10;
    background-color: #fdebd1;
    border-color: #fce1ba;
}

.alert-warning .alert-link {
    color: #764b0d;
}

.alert-danger {
    color: #993734;
    background-color: #ffdedd;
    border-color: #ffcecd;
}

.alert-danger .alert-link {
    color: #7a2c2a;
}

.alert-light {
    color: #616162;
    background-color: #fcfdfd;
    border-color: #fbfbfc;
}

.alert-light .alert-link {
    color: #4e4e4e;
}

.alert-dark {
    color: #1b2024;
    background-color: #d5d7d8;
    border-color: #c0c2c5;
}

.alert-dark .alert-link {
    color: #161a1d;
}

@-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.5625rem;
    background-color: #d2d8dd;
    border-radius: 4px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    background-color: #348fe2;
    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: 4px;
}

.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: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #2d353c;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.703125rem 0.9375rem;
    color: #20252a;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid rgba(32, 37, 42, 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: #6c757d;
    pointer-events: none;
    background-color: #FFFFFF;
}

.list-group-item.active {
    z-index: 2;
    color: #FFFFFF;
    background-color: #348fe2;
    border-color: #348fe2;
}

.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: 4px;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 4px;
    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: 4px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 4px;
        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: 4px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 4px;
        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: 4px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 4px;
        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: 4px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 4px;
        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: 4px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: 4px;
        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;
    }
}

@media (min-width: 1800px) {
    .list-group-horizontal-xxxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxxl>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxxl>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxxl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xxxl>.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-default {
    color: #5d5e60;
    background-color: #fbfbfc;
}

.list-group-item-default.list-group-item-action:hover,
.list-group-item-default.list-group-item-action:focus {
    color: #5d5e60;
    background-color: #e2e2e3;
}

.list-group-item-default.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #5d5e60;
    border-color: #5d5e60;
}

.list-group-item-inverse {
    color: #1b2024;
    background-color: #d5d7d8;
}

.list-group-item-inverse.list-group-item-action:hover,
.list-group-item-inverse.list-group-item-action:focus {
    color: #1b2024;
    background-color: #c0c2c2;
}

.list-group-item-inverse.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #1b2024;
    border-color: #1b2024;
}

.list-group-item-primary {
    color: #006767;
    background-color: #cceeee;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #006767;
    background-color: #b8d6d6;
}

.list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #006767;
    border-color: #006767;
}

.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: #FFFFFF;
    background-color: #41464b;
    border-color: #41464b;
}

.list-group-item-success {
    color: #006767;
    background-color: #cceeee;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #006767;
    background-color: #b8d6d6;
}

.list-group-item-success.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #006767;
    border-color: #006767;
}

.list-group-item-info {
    color: #2c6d80;
    background-color: #dbf0f7;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #2c6d80;
    background-color: #c5d8de;
}

.list-group-item-info.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #2c6d80;
    border-color: #2c6d80;
}

.list-group-item-warning {
    color: #935e10;
    background-color: #fdebd1;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #935e10;
    background-color: #e4d4bc;
}

.list-group-item-warning.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #935e10;
    border-color: #935e10;
}

.list-group-item-danger {
    color: #993734;
    background-color: #ffdedd;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #993734;
    background-color: #e6c8c7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #993734;
    border-color: #993734;
}

.list-group-item-light {
    color: #616162;
    background-color: #fcfdfd;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #616162;
    background-color: #e3e4e4;
}

.list-group-item-light.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #616162;
    border-color: #616162;
}

.list-group-item-dark {
    color: #1b2024;
    background-color: #d5d7d8;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b2024;
    background-color: #c0c2c2;
}

.list-group-item-dark.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #1b2024;
    border-color: #1b2024;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 4px;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
    opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.75rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.98);
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.toast:not(.showing):not(.show) {
    opacity: 0;
}

.toast.hide {
    display: none;
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container> :not(:last-child) {
    margin-bottom: 10px;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #2d353c;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 0 solid #e9ecef;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.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: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.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: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.9375rem 0.9375rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-header .btn-close {
    padding: 0.46875rem 0.46875rem;
    margin: -0.46875rem -0.46875rem -0.46875rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0.9375rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.6875rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

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

@media (max-width: 1799.98px) {
    .modal-fullscreen-xxxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxxl-down .modal-footer {
        border-radius: 0;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.6875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 0.234375rem 0.46875rem;
    color: #FFFFFF;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0/* rtl:ignore */
    ;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.6875rem;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.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: rgba(0, 0, 0, 0.25);
}

.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: rgba(0, 0, 0, 0.25);
}

.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: rgba(0, 0, 0, 0.25);
}

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

.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: rgba(0, 0, 0, 0.25);
}

.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.5rem 0.9375rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.9375rem 0.9375rem;
    color: #2d353c;
}

.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: #FFFFFF;
    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: #FFFFFF;
    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='%23FFFFFF'%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='%23FFFFFF'%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: #FFFFFF;
    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: #FFFFFF;
    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: #000000;
}

.carousel-dark .carousel-caption {
    color: #000000;
}

@-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: 1050;
    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-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9375rem 0.9375rem;
}

.offcanvas-header .btn-close {
    padding: 0.46875rem 0.46875rem;
    margin-top: -0.46875rem;
    margin-right: -0.46875rem;
    margin-bottom: -0.46875rem;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 0.9375rem 0.9375rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-default {
    color: #e9ecef;
}

.link-default:hover,
.link-default:focus {
    color: #edf0f2;
}

.link-inverse {
    color: #2d353c;
}

.link-inverse:hover,
.link-inverse:focus {
    color: #242a30;
}

.link-primary {
    color: #00acac;
}

.link-primary:hover,
.link-primary:focus {
    color: #33bdbd;
}

.link-secondary {
    color: #6c757d;
}

.link-secondary:hover,
.link-secondary:focus {
    color: #565e64;
}

.link-success {
    color: #00acac;
}

.link-success:hover,
.link-success:focus {
    color: #33bdbd;
}

.link-info {
    color: #49b6d6;
}

.link-info:hover,
.link-info:focus {
    color: #6dc5de;
}

.link-warning {
    color: #f59c1a;
}

.link-warning:hover,
.link-warning:focus {
    color: #f7b048;
}

.link-danger {
    color: #ff5b57;
}

.link-danger:hover,
.link-danger:focus {
    color: #ff7c79;
}

.link-light {
    color: #f2f3f4;
}

.link-light:hover,
.link-light:focus {
    color: #f5f5f6;
}

.link-dark {
    color: #2d353c;
}

.link-dark:hover,
.link-dark:focus {
    color: #242a30;
}

.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: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1800px) {
    .sticky-xxxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #ced4da !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #ced4da !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #ced4da !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #ced4da !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #ced4da !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-default {
    border-color: #e9ecef !important;
}

.border-inverse {
    border-color: #2d353c !important;
}

.border-primary {
    border-color: #00acac !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #00acac !important;
}

.border-info {
    border-color: #49b6d6 !important;
}

.border-warning {
    border-color: #f59c1a !important;
}

.border-danger {
    border-color: #ff5b57 !important;
}

.border-light {
    border-color: #f2f3f4 !important;
}

.border-dark {
    border-color: #2d353c !important;
}

.border-white {
    border-color: #FFFFFF !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.234375rem !important;
}

.gap-2 {
    gap: 0.46875rem !important;
}

.gap-3 {
    gap: 0.9375rem !important;
}

.gap-4 {
    gap: 1.40625rem !important;
}

.gap-5 {
    gap: 2.8125rem !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.234375rem !important;
}

.m-2 {
    margin: 0.46875rem !important;
}

.m-3 {
    margin: 0.9375rem !important;
}

.m-4 {
    margin: 1.40625rem !important;
}

.m-5 {
    margin: 2.8125rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.234375rem !important;
    margin-left: 0.234375rem !important;
}

.mx-2 {
    margin-right: 0.46875rem !important;
    margin-left: 0.46875rem !important;
}

.mx-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
}

.mx-4 {
    margin-right: 1.40625rem !important;
    margin-left: 1.40625rem !important;
}

.mx-5 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !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.234375rem !important;
    margin-bottom: 0.234375rem !important;
}

.my-2 {
    margin-top: 0.46875rem !important;
    margin-bottom: 0.46875rem !important;
}

.my-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
}

.my-4 {
    margin-top: 1.40625rem !important;
    margin-bottom: 1.40625rem !important;
}

.my-5 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.234375rem !important;
}

.mt-2 {
    margin-top: 0.46875rem !important;
}

.mt-3 {
    margin-top: 0.9375rem !important;
}

.mt-4 {
    margin-top: 1.40625rem !important;
}

.mt-5 {
    margin-top: 2.8125rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.234375rem !important;
}

.me-2 {
    margin-right: 0.46875rem !important;
}

.me-3 {
    margin-right: 0.9375rem !important;
}

.me-4 {
    margin-right: 1.40625rem !important;
}

.me-5 {
    margin-right: 2.8125rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.234375rem !important;
}

.mb-2 {
    margin-bottom: 0.46875rem !important;
}

.mb-3 {
    margin-bottom: 0.9375rem !important;
}

.mb-4 {
    margin-bottom: 1.40625rem !important;
}

.mb-5 {
    margin-bottom: 2.8125rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.234375rem !important;
}

.ms-2 {
    margin-left: 0.46875rem !important;
}

.ms-3 {
    margin-left: 0.9375rem !important;
}

.ms-4 {
    margin-left: 1.40625rem !important;
}

.ms-5 {
    margin-left: 2.8125rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.m-n1 {
    margin: -0.234375rem !important;
}

.m-n2 {
    margin: -0.46875rem !important;
}

.m-n3 {
    margin: -0.9375rem !important;
}

.m-n4 {
    margin: -1.40625rem !important;
}

.m-n5 {
    margin: -2.8125rem !important;
}

.mx-n1 {
    margin-right: -0.234375rem !important;
    margin-left: -0.234375rem !important;
}

.mx-n2 {
    margin-right: -0.46875rem !important;
    margin-left: -0.46875rem !important;
}

.mx-n3 {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important;
}

.mx-n4 {
    margin-right: -1.40625rem !important;
    margin-left: -1.40625rem !important;
}

.mx-n5 {
    margin-right: -2.8125rem !important;
    margin-left: -2.8125rem !important;
}

.my-n1 {
    margin-top: -0.234375rem !important;
    margin-bottom: -0.234375rem !important;
}

.my-n2 {
    margin-top: -0.46875rem !important;
    margin-bottom: -0.46875rem !important;
}

.my-n3 {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important;
}

.my-n4 {
    margin-top: -1.40625rem !important;
    margin-bottom: -1.40625rem !important;
}

.my-n5 {
    margin-top: -2.8125rem !important;
    margin-bottom: -2.8125rem !important;
}

.mt-n1 {
    margin-top: -0.234375rem !important;
}

.mt-n2 {
    margin-top: -0.46875rem !important;
}

.mt-n3 {
    margin-top: -0.9375rem !important;
}

.mt-n4 {
    margin-top: -1.40625rem !important;
}

.mt-n5 {
    margin-top: -2.8125rem !important;
}

.me-n1 {
    margin-right: -0.234375rem !important;
}

.me-n2 {
    margin-right: -0.46875rem !important;
}

.me-n3 {
    margin-right: -0.9375rem !important;
}

.me-n4 {
    margin-right: -1.40625rem !important;
}

.me-n5 {
    margin-right: -2.8125rem !important;
}

.mb-n1 {
    margin-bottom: -0.234375rem !important;
}

.mb-n2 {
    margin-bottom: -0.46875rem !important;
}

.mb-n3 {
    margin-bottom: -0.9375rem !important;
}

.mb-n4 {
    margin-bottom: -1.40625rem !important;
}

.mb-n5 {
    margin-bottom: -2.8125rem !important;
}

.ms-n1 {
    margin-left: -0.234375rem !important;
}

.ms-n2 {
    margin-left: -0.46875rem !important;
}

.ms-n3 {
    margin-left: -0.9375rem !important;
}

.ms-n4 {
    margin-left: -1.40625rem !important;
}

.ms-n5 {
    margin-left: -2.8125rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.234375rem !important;
}

.p-2 {
    padding: 0.46875rem !important;
}

.p-3 {
    padding: 0.9375rem !important;
}

.p-4 {
    padding: 1.40625rem !important;
}

.p-5 {
    padding: 2.8125rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.234375rem !important;
    padding-left: 0.234375rem !important;
}

.px-2 {
    padding-right: 0.46875rem !important;
    padding-left: 0.46875rem !important;
}

.px-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
}

.px-4 {
    padding-right: 1.40625rem !important;
    padding-left: 1.40625rem !important;
}

.px-5 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.234375rem !important;
    padding-bottom: 0.234375rem !important;
}

.py-2 {
    padding-top: 0.46875rem !important;
    padding-bottom: 0.46875rem !important;
}

.py-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
}

.py-4 {
    padding-top: 1.40625rem !important;
    padding-bottom: 1.40625rem !important;
}

.py-5 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.234375rem !important;
}

.pt-2 {
    padding-top: 0.46875rem !important;
}

.pt-3 {
    padding-top: 0.9375rem !important;
}

.pt-4 {
    padding-top: 1.40625rem !important;
}

.pt-5 {
    padding-top: 2.8125rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.234375rem !important;
}

.pe-2 {
    padding-right: 0.46875rem !important;
}

.pe-3 {
    padding-right: 0.9375rem !important;
}

.pe-4 {
    padding-right: 1.40625rem !important;
}

.pe-5 {
    padding-right: 2.8125rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.234375rem !important;
}

.pb-2 {
    padding-bottom: 0.46875rem !important;
}

.pb-3 {
    padding-bottom: 0.9375rem !important;
}

.pb-4 {
    padding-bottom: 1.40625rem !important;
}

.pb-5 {
    padding-bottom: 2.8125rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.234375rem !important;
}

.ps-2 {
    padding-left: 0.46875rem !important;
}

.ps-3 {
    padding-left: 0.9375rem !important;
}

.ps-4 {
    padding-left: 1.40625rem !important;
}

.ps-5 {
    padding-left: 2.8125rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-3 {
    font-size: calc(1.25625rem + 0.075vw) !important;
}

.fs-4 {
    font-size: 1.125rem !important;
}

.fs-5 {
    font-size: 0.9375rem !important;
}

.fs-6 {
    font-size: 0.75rem !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: 600 !important;
}

.fw-bolder {
    font-weight: 700 !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.2 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 1.8 !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-default {
    color: #e9ecef !important;
}

.text-inverse {
    color: #2d353c !important;
}

.text-primary {
    color: #00acac !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-success {
    color: #00acac !important;
}

.text-info {
    color: #49b6d6 !important;
}

.text-warning {
    color: #f59c1a !important;
}

.text-danger {
    color: #ff5b57 !important;
}

.text-light {
    color: #f2f3f4 !important;
}

.text-dark {
    color: #2d353c !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-body {
    color: #2d353c !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.bg-default {
    background-color: #e9ecef !important;
}

.bg-inverse {
    background-color: #2d353c !important;
}

.bg-primary {
    background-color: #00acac !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #00acac !important;
}

.bg-info {
    background-color: #49b6d6 !important;
}

.bg-warning {
    background-color: #f59c1a !important;
}

.bg-danger {
    background-color: #ff5b57 !important;
}

.bg-light {
    background-color: #f2f3f4 !important;
}

.bg-dark {
    background-color: #2d353c !important;
}

.bg-body {
    background-color: #dee2e6 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 4px !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 3px !important;
}

.rounded-2 {
    border-radius: 4px !important;
}

.rounded-3 {
    border-radius: 6px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.rounded-end {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.rounded-start {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !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.234375rem !important;
    }
    .gap-sm-2 {
        gap: 0.46875rem !important;
    }
    .gap-sm-3 {
        gap: 0.9375rem !important;
    }
    .gap-sm-4 {
        gap: 1.40625rem !important;
    }
    .gap-sm-5 {
        gap: 2.8125rem !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.234375rem !important;
    }
    .m-sm-2 {
        margin: 0.46875rem !important;
    }
    .m-sm-3 {
        margin: 0.9375rem !important;
    }
    .m-sm-4 {
        margin: 1.40625rem !important;
    }
    .m-sm-5 {
        margin: 2.8125rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.234375rem !important;
        margin-left: 0.234375rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.46875rem !important;
        margin-left: 0.46875rem !important;
    }
    .mx-sm-3 {
        margin-right: 0.9375rem !important;
        margin-left: 0.9375rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.40625rem !important;
        margin-left: 1.40625rem !important;
    }
    .mx-sm-5 {
        margin-right: 2.8125rem !important;
        margin-left: 2.8125rem !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.234375rem !important;
        margin-bottom: 0.234375rem !important;
    }
    .my-sm-2 {
        margin-top: 0.46875rem !important;
        margin-bottom: 0.46875rem !important;
    }
    .my-sm-3 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-sm-4 {
        margin-top: 1.40625rem !important;
        margin-bottom: 1.40625rem !important;
    }
    .my-sm-5 {
        margin-top: 2.8125rem !important;
        margin-bottom: 2.8125rem !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.234375rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.46875rem !important;
    }
    .mt-sm-3 {
        margin-top: 0.9375rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.40625rem !important;
    }
    .mt-sm-5 {
        margin-top: 2.8125rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.234375rem !important;
    }
    .me-sm-2 {
        margin-right: 0.46875rem !important;
    }
    .me-sm-3 {
        margin-right: 0.9375rem !important;
    }
    .me-sm-4 {
        margin-right: 1.40625rem !important;
    }
    .me-sm-5 {
        margin-right: 2.8125rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.234375rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.46875rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.40625rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 2.8125rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.234375rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.46875rem !important;
    }
    .ms-sm-3 {
        margin-left: 0.9375rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.40625rem !important;
    }
    .ms-sm-5 {
        margin-left: 2.8125rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .m-sm-n1 {
        margin: -0.234375rem !important;
    }
    .m-sm-n2 {
        margin: -0.46875rem !important;
    }
    .m-sm-n3 {
        margin: -0.9375rem !important;
    }
    .m-sm-n4 {
        margin: -1.40625rem !important;
    }
    .m-sm-n5 {
        margin: -2.8125rem !important;
    }
    .mx-sm-n1 {
        margin-right: -0.234375rem !important;
        margin-left: -0.234375rem !important;
    }
    .mx-sm-n2 {
        margin-right: -0.46875rem !important;
        margin-left: -0.46875rem !important;
    }
    .mx-sm-n3 {
        margin-right: -0.9375rem !important;
        margin-left: -0.9375rem !important;
    }
    .mx-sm-n4 {
        margin-right: -1.40625rem !important;
        margin-left: -1.40625rem !important;
    }
    .mx-sm-n5 {
        margin-right: -2.8125rem !important;
        margin-left: -2.8125rem !important;
    }
    .my-sm-n1 {
        margin-top: -0.234375rem !important;
        margin-bottom: -0.234375rem !important;
    }
    .my-sm-n2 {
        margin-top: -0.46875rem !important;
        margin-bottom: -0.46875rem !important;
    }
    .my-sm-n3 {
        margin-top: -0.9375rem !important;
        margin-bottom: -0.9375rem !important;
    }
    .my-sm-n4 {
        margin-top: -1.40625rem !important;
        margin-bottom: -1.40625rem !important;
    }
    .my-sm-n5 {
        margin-top: -2.8125rem !important;
        margin-bottom: -2.8125rem !important;
    }
    .mt-sm-n1 {
        margin-top: -0.234375rem !important;
    }
    .mt-sm-n2 {
        margin-top: -0.46875rem !important;
    }
    .mt-sm-n3 {
        margin-top: -0.9375rem !important;
    }
    .mt-sm-n4 {
        margin-top: -1.40625rem !important;
    }
    .mt-sm-n5 {
        margin-top: -2.8125rem !important;
    }
    .me-sm-n1 {
        margin-right: -0.234375rem !important;
    }
    .me-sm-n2 {
        margin-right: -0.46875rem !important;
    }
    .me-sm-n3 {
        margin-right: -0.9375rem !important;
    }
    .me-sm-n4 {
        margin-right: -1.40625rem !important;
    }
    .me-sm-n5 {
        margin-right: -2.8125rem !important;
    }
    .mb-sm-n1 {
        margin-bottom: -0.234375rem !important;
    }
    .mb-sm-n2 {
        margin-bottom: -0.46875rem !important;
    }
    .mb-sm-n3 {
        margin-bottom: -0.9375rem !important;
    }
    .mb-sm-n4 {
        margin-bottom: -1.40625rem !important;
    }
    .mb-sm-n5 {
        margin-bottom: -2.8125rem !important;
    }
    .ms-sm-n1 {
        margin-left: -0.234375rem !important;
    }
    .ms-sm-n2 {
        margin-left: -0.46875rem !important;
    }
    .ms-sm-n3 {
        margin-left: -0.9375rem !important;
    }
    .ms-sm-n4 {
        margin-left: -1.40625rem !important;
    }
    .ms-sm-n5 {
        margin-left: -2.8125rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.234375rem !important;
    }
    .p-sm-2 {
        padding: 0.46875rem !important;
    }
    .p-sm-3 {
        padding: 0.9375rem !important;
    }
    .p-sm-4 {
        padding: 1.40625rem !important;
    }
    .p-sm-5 {
        padding: 2.8125rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.234375rem !important;
        padding-left: 0.234375rem !important;
    }
    .px-sm-2 {
        padding-right: 0.46875rem !important;
        padding-left: 0.46875rem !important;
    }
    .px-sm-3 {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
    .px-sm-4 {
        padding-right: 1.40625rem !important;
        padding-left: 1.40625rem !important;
    }
    .px-sm-5 {
        padding-right: 2.8125rem !important;
        padding-left: 2.8125rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.234375rem !important;
        padding-bottom: 0.234375rem !important;
    }
    .py-sm-2 {
        padding-top: 0.46875rem !important;
        padding-bottom: 0.46875rem !important;
    }
    .py-sm-3 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-sm-4 {
        padding-top: 1.40625rem !important;
        padding-bottom: 1.40625rem !important;
    }
    .py-sm-5 {
        padding-top: 2.8125rem !important;
        padding-bottom: 2.8125rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.234375rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.46875rem !important;
    }
    .pt-sm-3 {
        padding-top: 0.9375rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.40625rem !important;
    }
    .pt-sm-5 {
        padding-top: 2.8125rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.234375rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.46875rem !important;
    }
    .pe-sm-3 {
        padding-right: 0.9375rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.40625rem !important;
    }
    .pe-sm-5 {
        padding-right: 2.8125rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.234375rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.46875rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.40625rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 2.8125rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.234375rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.46875rem !important;
    }
    .ps-sm-3 {
        padding-left: 0.9375rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.40625rem !important;
    }
    .ps-sm-5 {
        padding-left: 2.8125rem !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.234375rem !important;
    }
    .gap-md-2 {
        gap: 0.46875rem !important;
    }
    .gap-md-3 {
        gap: 0.9375rem !important;
    }
    .gap-md-4 {
        gap: 1.40625rem !important;
    }
    .gap-md-5 {
        gap: 2.8125rem !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.234375rem !important;
    }
    .m-md-2 {
        margin: 0.46875rem !important;
    }
    .m-md-3 {
        margin: 0.9375rem !important;
    }
    .m-md-4 {
        margin: 1.40625rem !important;
    }
    .m-md-5 {
        margin: 2.8125rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.234375rem !important;
        margin-left: 0.234375rem !important;
    }
    .mx-md-2 {
        margin-right: 0.46875rem !important;
        margin-left: 0.46875rem !important;
    }
    .mx-md-3 {
        margin-right: 0.9375rem !important;
        margin-left: 0.9375rem !important;
    }
    .mx-md-4 {
        margin-right: 1.40625rem !important;
        margin-left: 1.40625rem !important;
    }
    .mx-md-5 {
        margin-right: 2.8125rem !important;
        margin-left: 2.8125rem !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.234375rem !important;
        margin-bottom: 0.234375rem !important;
    }
    .my-md-2 {
        margin-top: 0.46875rem !important;
        margin-bottom: 0.46875rem !important;
    }
    .my-md-3 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-md-4 {
        margin-top: 1.40625rem !important;
        margin-bottom: 1.40625rem !important;
    }
    .my-md-5 {
        margin-top: 2.8125rem !important;
        margin-bottom: 2.8125rem !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.234375rem !important;
    }
    .mt-md-2 {
        margin-top: 0.46875rem !important;
    }
    .mt-md-3 {
        margin-top: 0.9375rem !important;
    }
    .mt-md-4 {
        margin-top: 1.40625rem !important;
    }
    .mt-md-5 {
        margin-top: 2.8125rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.234375rem !important;
    }
    .me-md-2 {
        margin-right: 0.46875rem !important;
    }
    .me-md-3 {
        margin-right: 0.9375rem !important;
    }
    .me-md-4 {
        margin-right: 1.40625rem !important;
    }
    .me-md-5 {
        margin-right: 2.8125rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.234375rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.46875rem !important;
    }
    .mb-md-3 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.40625rem !important;
    }
    .mb-md-5 {
        margin-bottom: 2.8125rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.234375rem !important;
    }
    .ms-md-2 {
        margin-left: 0.46875rem !important;
    }
    .ms-md-3 {
        margin-left: 0.9375rem !important;
    }
    .ms-md-4 {
        margin-left: 1.40625rem !important;
    }
    .ms-md-5 {
        margin-left: 2.8125rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .m-md-n1 {
        margin: -0.234375rem !important;
    }
    .m-md-n2 {
        margin: -0.46875rem !important;
    }
    .m-md-n3 {
        margin: -0.9375rem !important;
    }
    .m-md-n4 {
        margin: -1.40625rem !important;
    }
    .m-md-n5 {
        margin: -2.8125rem !important;
    }
    .mx-md-n1 {
        margin-right: -0.234375rem !important;
        margin-left: -0.234375rem !important;
    }
    .mx-md-n2 {
        margin-right: -0.46875rem !important;
        margin-left: -0.46875rem !important;
    }
    .mx-md-n3 {
        margin-right: -0.9375rem !important;
        margin-left: -0.9375rem !important;
    }
    .mx-md-n4 {
        margin-right: -1.40625rem !important;
        margin-left: -1.40625rem !important;
    }
    .mx-md-n5 {
        margin-right: -2.8125rem !important;
        margin-left: -2.8125rem !important;
    }
    .my-md-n1 {
        margin-top: -0.234375rem !important;
        margin-bottom: -0.234375rem !important;
    }
    .my-md-n2 {
        margin-top: -0.46875rem !important;
        margin-bottom: -0.46875rem !important;
    }
    .my-md-n3 {
        margin-top: -0.9375rem !important;
        margin-bottom: -0.9375rem !important;
    }
    .my-md-n4 {
        margin-top: -1.40625rem !important;
        margin-bottom: -1.40625rem !important;
    }
    .my-md-n5 {
        margin-top: -2.8125rem !important;
        margin-bottom: -2.8125rem !important;
    }
    .mt-md-n1 {
        margin-top: -0.234375rem !important;
    }
    .mt-md-n2 {
        margin-top: -0.46875rem !important;
    }
    .mt-md-n3 {
        margin-top: -0.9375rem !important;
    }
    .mt-md-n4 {
        margin-top: -1.40625rem !important;
    }
    .mt-md-n5 {
        margin-top: -2.8125rem !important;
    }
    .me-md-n1 {
        margin-right: -0.234375rem !important;
    }
    .me-md-n2 {
        margin-right: -0.46875rem !important;
    }
    .me-md-n3 {
        margin-right: -0.9375rem !important;
    }
    .me-md-n4 {
        margin-right: -1.40625rem !important;
    }
    .me-md-n5 {
        margin-right: -2.8125rem !important;
    }
    .mb-md-n1 {
        margin-bottom: -0.234375rem !important;
    }
    .mb-md-n2 {
        margin-bottom: -0.46875rem !important;
    }
    .mb-md-n3 {
        margin-bottom: -0.9375rem !important;
    }
    .mb-md-n4 {
        margin-bottom: -1.40625rem !important;
    }
    .mb-md-n5 {
        margin-bottom: -2.8125rem !important;
    }
    .ms-md-n1 {
        margin-left: -0.234375rem !important;
    }
    .ms-md-n2 {
        margin-left: -0.46875rem !important;
    }
    .ms-md-n3 {
        margin-left: -0.9375rem !important;
    }
    .ms-md-n4 {
        margin-left: -1.40625rem !important;
    }
    .ms-md-n5 {
        margin-left: -2.8125rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.234375rem !important;
    }
    .p-md-2 {
        padding: 0.46875rem !important;
    }
    .p-md-3 {
        padding: 0.9375rem !important;
    }
    .p-md-4 {
        padding: 1.40625rem !important;
    }
    .p-md-5 {
        padding: 2.8125rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.234375rem !important;
        padding-left: 0.234375rem !important;
    }
    .px-md-2 {
        padding-right: 0.46875rem !important;
        padding-left: 0.46875rem !important;
    }
    .px-md-3 {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
    .px-md-4 {
        padding-right: 1.40625rem !important;
        padding-left: 1.40625rem !important;
    }
    .px-md-5 {
        padding-right: 2.8125rem !important;
        padding-left: 2.8125rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.234375rem !important;
        padding-bottom: 0.234375rem !important;
    }
    .py-md-2 {
        padding-top: 0.46875rem !important;
        padding-bottom: 0.46875rem !important;
    }
    .py-md-3 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-md-4 {
        padding-top: 1.40625rem !important;
        padding-bottom: 1.40625rem !important;
    }
    .py-md-5 {
        padding-top: 2.8125rem !important;
        padding-bottom: 2.8125rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.234375rem !important;
    }
    .pt-md-2 {
        padding-top: 0.46875rem !important;
    }
    .pt-md-3 {
        padding-top: 0.9375rem !important;
    }
    .pt-md-4 {
        padding-top: 1.40625rem !important;
    }
    .pt-md-5 {
        padding-top: 2.8125rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.234375rem !important;
    }
    .pe-md-2 {
        padding-right: 0.46875rem !important;
    }
    .pe-md-3 {
        padding-right: 0.9375rem !important;
    }
    .pe-md-4 {
        padding-right: 1.40625rem !important;
    }
    .pe-md-5 {
        padding-right: 2.8125rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.234375rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.46875rem !important;
    }
    .pb-md-3 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.40625rem !important;
    }
    .pb-md-5 {
        padding-bottom: 2.8125rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.234375rem !important;
    }
    .ps-md-2 {
        padding-left: 0.46875rem !important;
    }
    .ps-md-3 {
        padding-left: 0.9375rem !important;
    }
    .ps-md-4 {
        padding-left: 1.40625rem !important;
    }
    .ps-md-5 {
        padding-left: 2.8125rem !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.234375rem !important;
    }
    .gap-lg-2 {
        gap: 0.46875rem !important;
    }
    .gap-lg-3 {
        gap: 0.9375rem !important;
    }
    .gap-lg-4 {
        gap: 1.40625rem !important;
    }
    .gap-lg-5 {
        gap: 2.8125rem !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.234375rem !important;
    }
    .m-lg-2 {
        margin: 0.46875rem !important;
    }
    .m-lg-3 {
        margin: 0.9375rem !important;
    }
    .m-lg-4 {
        margin: 1.40625rem !important;
    }
    .m-lg-5 {
        margin: 2.8125rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.234375rem !important;
        margin-left: 0.234375rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.46875rem !important;
        margin-left: 0.46875rem !important;
    }
    .mx-lg-3 {
        margin-right: 0.9375rem !important;
        margin-left: 0.9375rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.40625rem !important;
        margin-left: 1.40625rem !important;
    }
    .mx-lg-5 {
        margin-right: 2.8125rem !important;
        margin-left: 2.8125rem !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.234375rem !important;
        margin-bottom: 0.234375rem !important;
    }
    .my-lg-2 {
        margin-top: 0.46875rem !important;
        margin-bottom: 0.46875rem !important;
    }
    .my-lg-3 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-lg-4 {
        margin-top: 1.40625rem !important;
        margin-bottom: 1.40625rem !important;
    }
    .my-lg-5 {
        margin-top: 2.8125rem !important;
        margin-bottom: 2.8125rem !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.234375rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.46875rem !important;
    }
    .mt-lg-3 {
        margin-top: 0.9375rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.40625rem !important;
    }
    .mt-lg-5 {
        margin-top: 2.8125rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.234375rem !important;
    }
    .me-lg-2 {
        margin-right: 0.46875rem !important;
    }
    .me-lg-3 {
        margin-right: 0.9375rem !important;
    }
    .me-lg-4 {
        margin-right: 1.40625rem !important;
    }
    .me-lg-5 {
        margin-right: 2.8125rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.234375rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.46875rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.40625rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 2.8125rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.234375rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.46875rem !important;
    }
    .ms-lg-3 {
        margin-left: 0.9375rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.40625rem !important;
    }
    .ms-lg-5 {
        margin-left: 2.8125rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .m-lg-n1 {
        margin: -0.234375rem !important;
    }
    .m-lg-n2 {
        margin: -0.46875rem !important;
    }
    .m-lg-n3 {
        margin: -0.9375rem !important;
    }
    .m-lg-n4 {
        margin: -1.40625rem !important;
    }
    .m-lg-n5 {
        margin: -2.8125rem !important;
    }
    .mx-lg-n1 {
        margin-right: -0.234375rem !important;
        margin-left: -0.234375rem !important;
    }
    .mx-lg-n2 {
        margin-right: -0.46875rem !important;
        margin-left: -0.46875rem !important;
    }
    .mx-lg-n3 {
        margin-right: -0.9375rem !important;
        margin-left: -0.9375rem !important;
    }
    .mx-lg-n4 {
        margin-right: -1.40625rem !important;
        margin-left: -1.40625rem !important;
    }
    .mx-lg-n5 {
        margin-right: -2.8125rem !important;
        margin-left: -2.8125rem !important;
    }
    .my-lg-n1 {
        margin-top: -0.234375rem !important;
        margin-bottom: -0.234375rem !important;
    }
    .my-lg-n2 {
        margin-top: -0.46875rem !important;
        margin-bottom: -0.46875rem !important;
    }
    .my-lg-n3 {
        margin-top: -0.9375rem !important;
        margin-bottom: -0.9375rem !important;
    }
    .my-lg-n4 {
        margin-top: -1.40625rem !important;
        margin-bottom: -1.40625rem !important;
    }
    .my-lg-n5 {
        margin-top: -2.8125rem !important;
        margin-bottom: -2.8125rem !important;
    }
    .mt-lg-n1 {
        margin-top: -0.234375rem !important;
    }
    .mt-lg-n2 {
        margin-top: -0.46875rem !important;
    }
    .mt-lg-n3 {
        margin-top: -0.9375rem !important;
    }
    .mt-lg-n4 {
        margin-top: -1.40625rem !important;
    }
    .mt-lg-n5 {
        margin-top: -2.8125rem !important;
    }
    .me-lg-n1 {
        margin-right: -0.234375rem !important;
    }
    .me-lg-n2 {
        margin-right: -0.46875rem !important;
    }
    .me-lg-n3 {
        margin-right: -0.9375rem !important;
    }
    .me-lg-n4 {
        margin-right: -1.40625rem !important;
    }
    .me-lg-n5 {
        margin-right: -2.8125rem !important;
    }
    .mb-lg-n1 {
        margin-bottom: -0.234375rem !important;
    }
    .mb-lg-n2 {
        margin-bottom: -0.46875rem !important;
    }
    .mb-lg-n3 {
        margin-bottom: -0.9375rem !important;
    }
    .mb-lg-n4 {
        margin-bottom: -1.40625rem !important;
    }
    .mb-lg-n5 {
        margin-bottom: -2.8125rem !important;
    }
    .ms-lg-n1 {
        margin-left: -0.234375rem !important;
    }
    .ms-lg-n2 {
        margin-left: -0.46875rem !important;
    }
    .ms-lg-n3 {
        margin-left: -0.9375rem !important;
    }
    .ms-lg-n4 {
        margin-left: -1.40625rem !important;
    }
    .ms-lg-n5 {
        margin-left: -2.8125rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.234375rem !important;
    }
    .p-lg-2 {
        padding: 0.46875rem !important;
    }
    .p-lg-3 {
        padding: 0.9375rem !important;
    }
    .p-lg-4 {
        padding: 1.40625rem !important;
    }
    .p-lg-5 {
        padding: 2.8125rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.234375rem !important;
        padding-left: 0.234375rem !important;
    }
    .px-lg-2 {
        padding-right: 0.46875rem !important;
        padding-left: 0.46875rem !important;
    }
    .px-lg-3 {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
    .px-lg-4 {
        padding-right: 1.40625rem !important;
        padding-left: 1.40625rem !important;
    }
    .px-lg-5 {
        padding-right: 2.8125rem !important;
        padding-left: 2.8125rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.234375rem !important;
        padding-bottom: 0.234375rem !important;
    }
    .py-lg-2 {
        padding-top: 0.46875rem !important;
        padding-bottom: 0.46875rem !important;
    }
    .py-lg-3 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-lg-4 {
        padding-top: 1.40625rem !important;
        padding-bottom: 1.40625rem !important;
    }
    .py-lg-5 {
        padding-top: 2.8125rem !important;
        padding-bottom: 2.8125rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.234375rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.46875rem !important;
    }
    .pt-lg-3 {
        padding-top: 0.9375rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.40625rem !important;
    }
    .pt-lg-5 {
        padding-top: 2.8125rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.234375rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.46875rem !important;
    }
    .pe-lg-3 {
        padding-right: 0.9375rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.40625rem !important;
    }
    .pe-lg-5 {
        padding-right: 2.8125rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.234375rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.46875rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.40625rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 2.8125rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.234375rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.46875rem !important;
    }
    .ps-lg-3 {
        padding-left: 0.9375rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.40625rem !important;
    }
    .ps-lg-5 {
        padding-left: 2.8125rem !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.234375rem !important;
    }
    .gap-xl-2 {
        gap: 0.46875rem !important;
    }
    .gap-xl-3 {
        gap: 0.9375rem !important;
    }
    .gap-xl-4 {
        gap: 1.40625rem !important;
    }
    .gap-xl-5 {
        gap: 2.8125rem !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.234375rem !important;
    }
    .m-xl-2 {
        margin: 0.46875rem !important;
    }
    .m-xl-3 {
        margin: 0.9375rem !important;
    }
    .m-xl-4 {
        margin: 1.40625rem !important;
    }
    .m-xl-5 {
        margin: 2.8125rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.234375rem !important;
        margin-left: 0.234375rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.46875rem !important;
        margin-left: 0.46875rem !important;
    }
    .mx-xl-3 {
        margin-right: 0.9375rem !important;
        margin-left: 0.9375rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.40625rem !important;
        margin-left: 1.40625rem !important;
    }
    .mx-xl-5 {
        margin-right: 2.8125rem !important;
        margin-left: 2.8125rem !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.234375rem !important;
        margin-bottom: 0.234375rem !important;
    }
    .my-xl-2 {
        margin-top: 0.46875rem !important;
        margin-bottom: 0.46875rem !important;
    }
    .my-xl-3 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-xl-4 {
        margin-top: 1.40625rem !important;
        margin-bottom: 1.40625rem !important;
    }
    .my-xl-5 {
        margin-top: 2.8125rem !important;
        margin-bottom: 2.8125rem !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.234375rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.46875rem !important;
    }
    .mt-xl-3 {
        margin-top: 0.9375rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.40625rem !important;
    }
    .mt-xl-5 {
        margin-top: 2.8125rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.234375rem !important;
    }
    .me-xl-2 {
        margin-right: 0.46875rem !important;
    }
    .me-xl-3 {
        margin-right: 0.9375rem !important;
    }
    .me-xl-4 {
        margin-right: 1.40625rem !important;
    }
    .me-xl-5 {
        margin-right: 2.8125rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.234375rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.46875rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.40625rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 2.8125rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.234375rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.46875rem !important;
    }
    .ms-xl-3 {
        margin-left: 0.9375rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.40625rem !important;
    }
    .ms-xl-5 {
        margin-left: 2.8125rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .m-xl-n1 {
        margin: -0.234375rem !important;
    }
    .m-xl-n2 {
        margin: -0.46875rem !important;
    }
    .m-xl-n3 {
        margin: -0.9375rem !important;
    }
    .m-xl-n4 {
        margin: -1.40625rem !important;
    }
    .m-xl-n5 {
        margin: -2.8125rem !important;
    }
    .mx-xl-n1 {
        margin-right: -0.234375rem !important;
        margin-left: -0.234375rem !important;
    }
    .mx-xl-n2 {
        margin-right: -0.46875rem !important;
        margin-left: -0.46875rem !important;
    }
    .mx-xl-n3 {
        margin-right: -0.9375rem !important;
        margin-left: -0.9375rem !important;
    }
    .mx-xl-n4 {
        margin-right: -1.40625rem !important;
        margin-left: -1.40625rem !important;
    }
    .mx-xl-n5 {
        margin-right: -2.8125rem !important;
        margin-left: -2.8125rem !important;
    }
    .my-xl-n1 {
        margin-top: -0.234375rem !important;
        margin-bottom: -0.234375rem !important;
    }
    .my-xl-n2 {
        margin-top: -0.46875rem !important;
        margin-bottom: -0.46875rem !important;
    }
    .my-xl-n3 {
        margin-top: -0.9375rem !important;
        margin-bottom: -0.9375rem !important;
    }
    .my-xl-n4 {
        margin-top: -1.40625rem !important;
        margin-bottom: -1.40625rem !important;
    }
    .my-xl-n5 {
        margin-top: -2.8125rem !important;
        margin-bottom: -2.8125rem !important;
    }
    .mt-xl-n1 {
        margin-top: -0.234375rem !important;
    }
    .mt-xl-n2 {
        margin-top: -0.46875rem !important;
    }
    .mt-xl-n3 {
        margin-top: -0.9375rem !important;
    }
    .mt-xl-n4 {
        margin-top: -1.40625rem !important;
    }
    .mt-xl-n5 {
        margin-top: -2.8125rem !important;
    }
    .me-xl-n1 {
        margin-right: -0.234375rem !important;
    }
    .me-xl-n2 {
        margin-right: -0.46875rem !important;
    }
    .me-xl-n3 {
        margin-right: -0.9375rem !important;
    }
    .me-xl-n4 {
        margin-right: -1.40625rem !important;
    }
    .me-xl-n5 {
        margin-right: -2.8125rem !important;
    }
    .mb-xl-n1 {
        margin-bottom: -0.234375rem !important;
    }
    .mb-xl-n2 {
        margin-bottom: -0.46875rem !important;
    }
    .mb-xl-n3 {
        margin-bottom: -0.9375rem !important;
    }
    .mb-xl-n4 {
        margin-bottom: -1.40625rem !important;
    }
    .mb-xl-n5 {
        margin-bottom: -2.8125rem !important;
    }
    .ms-xl-n1 {
        margin-left: -0.234375rem !important;
    }
    .ms-xl-n2 {
        margin-left: -0.46875rem !important;
    }
    .ms-xl-n3 {
        margin-left: -0.9375rem !important;
    }
    .ms-xl-n4 {
        margin-left: -1.40625rem !important;
    }
    .ms-xl-n5 {
        margin-left: -2.8125rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.234375rem !important;
    }
    .p-xl-2 {
        padding: 0.46875rem !important;
    }
    .p-xl-3 {
        padding: 0.9375rem !important;
    }
    .p-xl-4 {
        padding: 1.40625rem !important;
    }
    .p-xl-5 {
        padding: 2.8125rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.234375rem !important;
        padding-left: 0.234375rem !important;
    }
    .px-xl-2 {
        padding-right: 0.46875rem !important;
        padding-left: 0.46875rem !important;
    }
    .px-xl-3 {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
    .px-xl-4 {
        padding-right: 1.40625rem !important;
        padding-left: 1.40625rem !important;
    }
    .px-xl-5 {
        padding-right: 2.8125rem !important;
        padding-left: 2.8125rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.234375rem !important;
        padding-bottom: 0.234375rem !important;
    }
    .py-xl-2 {
        padding-top: 0.46875rem !important;
        padding-bottom: 0.46875rem !important;
    }
    .py-xl-3 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-xl-4 {
        padding-top: 1.40625rem !important;
        padding-bottom: 1.40625rem !important;
    }
    .py-xl-5 {
        padding-top: 2.8125rem !important;
        padding-bottom: 2.8125rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.234375rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.46875rem !important;
    }
    .pt-xl-3 {
        padding-top: 0.9375rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.40625rem !important;
    }
    .pt-xl-5 {
        padding-top: 2.8125rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.234375rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.46875rem !important;
    }
    .pe-xl-3 {
        padding-right: 0.9375rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.40625rem !important;
    }
    .pe-xl-5 {
        padding-right: 2.8125rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.234375rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.46875rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.40625rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 2.8125rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.234375rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.46875rem !important;
    }
    .ps-xl-3 {
        padding-left: 0.9375rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.40625rem !important;
    }
    .ps-xl-5 {
        padding-left: 2.8125rem !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.234375rem !important;
    }
    .gap-xxl-2 {
        gap: 0.46875rem !important;
    }
    .gap-xxl-3 {
        gap: 0.9375rem !important;
    }
    .gap-xxl-4 {
        gap: 1.40625rem !important;
    }
    .gap-xxl-5 {
        gap: 2.8125rem !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.234375rem !important;
    }
    .m-xxl-2 {
        margin: 0.46875rem !important;
    }
    .m-xxl-3 {
        margin: 0.9375rem !important;
    }
    .m-xxl-4 {
        margin: 1.40625rem !important;
    }
    .m-xxl-5 {
        margin: 2.8125rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.234375rem !important;
        margin-left: 0.234375rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.46875rem !important;
        margin-left: 0.46875rem !important;
    }
    .mx-xxl-3 {
        margin-right: 0.9375rem !important;
        margin-left: 0.9375rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.40625rem !important;
        margin-left: 1.40625rem !important;
    }
    .mx-xxl-5 {
        margin-right: 2.8125rem !important;
        margin-left: 2.8125rem !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.234375rem !important;
        margin-bottom: 0.234375rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.46875rem !important;
        margin-bottom: 0.46875rem !important;
    }
    .my-xxl-3 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.40625rem !important;
        margin-bottom: 1.40625rem !important;
    }
    .my-xxl-5 {
        margin-top: 2.8125rem !important;
        margin-bottom: 2.8125rem !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.234375rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.46875rem !important;
    }
    .mt-xxl-3 {
        margin-top: 0.9375rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.40625rem !important;
    }
    .mt-xxl-5 {
        margin-top: 2.8125rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.234375rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.46875rem !important;
    }
    .me-xxl-3 {
        margin-right: 0.9375rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.40625rem !important;
    }
    .me-xxl-5 {
        margin-right: 2.8125rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.234375rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.46875rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.40625rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 2.8125rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.234375rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.46875rem !important;
    }
    .ms-xxl-3 {
        margin-left: 0.9375rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.40625rem !important;
    }
    .ms-xxl-5 {
        margin-left: 2.8125rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .m-xxl-n1 {
        margin: -0.234375rem !important;
    }
    .m-xxl-n2 {
        margin: -0.46875rem !important;
    }
    .m-xxl-n3 {
        margin: -0.9375rem !important;
    }
    .m-xxl-n4 {
        margin: -1.40625rem !important;
    }
    .m-xxl-n5 {
        margin: -2.8125rem !important;
    }
    .mx-xxl-n1 {
        margin-right: -0.234375rem !important;
        margin-left: -0.234375rem !important;
    }
    .mx-xxl-n2 {
        margin-right: -0.46875rem !important;
        margin-left: -0.46875rem !important;
    }
    .mx-xxl-n3 {
        margin-right: -0.9375rem !important;
        margin-left: -0.9375rem !important;
    }
    .mx-xxl-n4 {
        margin-right: -1.40625rem !important;
        margin-left: -1.40625rem !important;
    }
    .mx-xxl-n5 {
        margin-right: -2.8125rem !important;
        margin-left: -2.8125rem !important;
    }
    .my-xxl-n1 {
        margin-top: -0.234375rem !important;
        margin-bottom: -0.234375rem !important;
    }
    .my-xxl-n2 {
        margin-top: -0.46875rem !important;
        margin-bottom: -0.46875rem !important;
    }
    .my-xxl-n3 {
        margin-top: -0.9375rem !important;
        margin-bottom: -0.9375rem !important;
    }
    .my-xxl-n4 {
        margin-top: -1.40625rem !important;
        margin-bottom: -1.40625rem !important;
    }
    .my-xxl-n5 {
        margin-top: -2.8125rem !important;
        margin-bottom: -2.8125rem !important;
    }
    .mt-xxl-n1 {
        margin-top: -0.234375rem !important;
    }
    .mt-xxl-n2 {
        margin-top: -0.46875rem !important;
    }
    .mt-xxl-n3 {
        margin-top: -0.9375rem !important;
    }
    .mt-xxl-n4 {
        margin-top: -1.40625rem !important;
    }
    .mt-xxl-n5 {
        margin-top: -2.8125rem !important;
    }
    .me-xxl-n1 {
        margin-right: -0.234375rem !important;
    }
    .me-xxl-n2 {
        margin-right: -0.46875rem !important;
    }
    .me-xxl-n3 {
        margin-right: -0.9375rem !important;
    }
    .me-xxl-n4 {
        margin-right: -1.40625rem !important;
    }
    .me-xxl-n5 {
        margin-right: -2.8125rem !important;
    }
    .mb-xxl-n1 {
        margin-bottom: -0.234375rem !important;
    }
    .mb-xxl-n2 {
        margin-bottom: -0.46875rem !important;
    }
    .mb-xxl-n3 {
        margin-bottom: -0.9375rem !important;
    }
    .mb-xxl-n4 {
        margin-bottom: -1.40625rem !important;
    }
    .mb-xxl-n5 {
        margin-bottom: -2.8125rem !important;
    }
    .ms-xxl-n1 {
        margin-left: -0.234375rem !important;
    }
    .ms-xxl-n2 {
        margin-left: -0.46875rem !important;
    }
    .ms-xxl-n3 {
        margin-left: -0.9375rem !important;
    }
    .ms-xxl-n4 {
        margin-left: -1.40625rem !important;
    }
    .ms-xxl-n5 {
        margin-left: -2.8125rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.234375rem !important;
    }
    .p-xxl-2 {
        padding: 0.46875rem !important;
    }
    .p-xxl-3 {
        padding: 0.9375rem !important;
    }
    .p-xxl-4 {
        padding: 1.40625rem !important;
    }
    .p-xxl-5 {
        padding: 2.8125rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.234375rem !important;
        padding-left: 0.234375rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.46875rem !important;
        padding-left: 0.46875rem !important;
    }
    .px-xxl-3 {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.40625rem !important;
        padding-left: 1.40625rem !important;
    }
    .px-xxl-5 {
        padding-right: 2.8125rem !important;
        padding-left: 2.8125rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.234375rem !important;
        padding-bottom: 0.234375rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.46875rem !important;
        padding-bottom: 0.46875rem !important;
    }
    .py-xxl-3 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.40625rem !important;
        padding-bottom: 1.40625rem !important;
    }
    .py-xxl-5 {
        padding-top: 2.8125rem !important;
        padding-bottom: 2.8125rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.234375rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.46875rem !important;
    }
    .pt-xxl-3 {
        padding-top: 0.9375rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.40625rem !important;
    }
    .pt-xxl-5 {
        padding-top: 2.8125rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.234375rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.46875rem !important;
    }
    .pe-xxl-3 {
        padding-right: 0.9375rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.40625rem !important;
    }
    .pe-xxl-5 {
        padding-right: 2.8125rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.234375rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.46875rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.40625rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 2.8125rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.234375rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.46875rem !important;
    }
    .ps-xxl-3 {
        padding-left: 0.9375rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.40625rem !important;
    }
    .ps-xxl-5 {
        padding-left: 2.8125rem !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: 1800px) {
    .float-xxxl-start {
        float: left !important;
    }
    .float-xxxl-end {
        float: right !important;
    }
    .float-xxxl-none {
        float: none !important;
    }
    .d-xxxl-inline {
        display: inline !important;
    }
    .d-xxxl-inline-block {
        display: inline-block !important;
    }
    .d-xxxl-block {
        display: block !important;
    }
    .d-xxxl-grid {
        display: grid !important;
    }
    .d-xxxl-table {
        display: table !important;
    }
    .d-xxxl-table-row {
        display: table-row !important;
    }
    .d-xxxl-table-cell {
        display: table-cell !important;
    }
    .d-xxxl-flex {
        display: flex !important;
    }
    .d-xxxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxxl-none {
        display: none !important;
    }
    .flex-xxxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxxl-row {
        flex-direction: row !important;
    }
    .flex-xxxl-column {
        flex-direction: column !important;
    }
    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxxl-0 {
        gap: 0 !important;
    }
    .gap-xxxl-1 {
        gap: 0.234375rem !important;
    }
    .gap-xxxl-2 {
        gap: 0.46875rem !important;
    }
    .gap-xxxl-3 {
        gap: 0.9375rem !important;
    }
    .gap-xxxl-4 {
        gap: 1.40625rem !important;
    }
    .gap-xxxl-5 {
        gap: 2.8125rem !important;
    }
    .justify-content-xxxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxxl-center {
        justify-content: center !important;
    }
    .justify-content-xxxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxxl-center {
        align-items: center !important;
    }
    .align-items-xxxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxxl-center {
        align-content: center !important;
    }
    .align-content-xxxl-between {
        align-content: space-between !important;
    }
    .align-content-xxxl-around {
        align-content: space-around !important;
    }
    .align-content-xxxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxxl-auto {
        align-self: auto !important;
    }
    .align-self-xxxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxxl-center {
        align-self: center !important;
    }
    .align-self-xxxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxxl-stretch {
        align-self: stretch !important;
    }
    .order-xxxl-first {
        order: -1 !important;
    }
    .order-xxxl-0 {
        order: 0 !important;
    }
    .order-xxxl-1 {
        order: 1 !important;
    }
    .order-xxxl-2 {
        order: 2 !important;
    }
    .order-xxxl-3 {
        order: 3 !important;
    }
    .order-xxxl-4 {
        order: 4 !important;
    }
    .order-xxxl-5 {
        order: 5 !important;
    }
    .order-xxxl-last {
        order: 6 !important;
    }
    .m-xxxl-0 {
        margin: 0 !important;
    }
    .m-xxxl-1 {
        margin: 0.234375rem !important;
    }
    .m-xxxl-2 {
        margin: 0.46875rem !important;
    }
    .m-xxxl-3 {
        margin: 0.9375rem !important;
    }
    .m-xxxl-4 {
        margin: 1.40625rem !important;
    }
    .m-xxxl-5 {
        margin: 2.8125rem !important;
    }
    .m-xxxl-auto {
        margin: auto !important;
    }
    .mx-xxxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxxl-1 {
        margin-right: 0.234375rem !important;
        margin-left: 0.234375rem !important;
    }
    .mx-xxxl-2 {
        margin-right: 0.46875rem !important;
        margin-left: 0.46875rem !important;
    }
    .mx-xxxl-3 {
        margin-right: 0.9375rem !important;
        margin-left: 0.9375rem !important;
    }
    .mx-xxxl-4 {
        margin-right: 1.40625rem !important;
        margin-left: 1.40625rem !important;
    }
    .mx-xxxl-5 {
        margin-right: 2.8125rem !important;
        margin-left: 2.8125rem !important;
    }
    .mx-xxxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxxl-1 {
        margin-top: 0.234375rem !important;
        margin-bottom: 0.234375rem !important;
    }
    .my-xxxl-2 {
        margin-top: 0.46875rem !important;
        margin-bottom: 0.46875rem !important;
    }
    .my-xxxl-3 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-xxxl-4 {
        margin-top: 1.40625rem !important;
        margin-bottom: 1.40625rem !important;
    }
    .my-xxxl-5 {
        margin-top: 2.8125rem !important;
        margin-bottom: 2.8125rem !important;
    }
    .my-xxxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxxl-1 {
        margin-top: 0.234375rem !important;
    }
    .mt-xxxl-2 {
        margin-top: 0.46875rem !important;
    }
    .mt-xxxl-3 {
        margin-top: 0.9375rem !important;
    }
    .mt-xxxl-4 {
        margin-top: 1.40625rem !important;
    }
    .mt-xxxl-5 {
        margin-top: 2.8125rem !important;
    }
    .mt-xxxl-auto {
        margin-top: auto !important;
    }
    .me-xxxl-0 {
        margin-right: 0 !important;
    }
    .me-xxxl-1 {
        margin-right: 0.234375rem !important;
    }
    .me-xxxl-2 {
        margin-right: 0.46875rem !important;
    }
    .me-xxxl-3 {
        margin-right: 0.9375rem !important;
    }
    .me-xxxl-4 {
        margin-right: 1.40625rem !important;
    }
    .me-xxxl-5 {
        margin-right: 2.8125rem !important;
    }
    .me-xxxl-auto {
        margin-right: auto !important;
    }
    .mb-xxxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxxl-1 {
        margin-bottom: 0.234375rem !important;
    }
    .mb-xxxl-2 {
        margin-bottom: 0.46875rem !important;
    }
    .mb-xxxl-3 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-xxxl-4 {
        margin-bottom: 1.40625rem !important;
    }
    .mb-xxxl-5 {
        margin-bottom: 2.8125rem !important;
    }
    .mb-xxxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxxl-1 {
        margin-left: 0.234375rem !important;
    }
    .ms-xxxl-2 {
        margin-left: 0.46875rem !important;
    }
    .ms-xxxl-3 {
        margin-left: 0.9375rem !important;
    }
    .ms-xxxl-4 {
        margin-left: 1.40625rem !important;
    }
    .ms-xxxl-5 {
        margin-left: 2.8125rem !important;
    }
    .ms-xxxl-auto {
        margin-left: auto !important;
    }
    .m-xxxl-n1 {
        margin: -0.234375rem !important;
    }
    .m-xxxl-n2 {
        margin: -0.46875rem !important;
    }
    .m-xxxl-n3 {
        margin: -0.9375rem !important;
    }
    .m-xxxl-n4 {
        margin: -1.40625rem !important;
    }
    .m-xxxl-n5 {
        margin: -2.8125rem !important;
    }
    .mx-xxxl-n1 {
        margin-right: -0.234375rem !important;
        margin-left: -0.234375rem !important;
    }
    .mx-xxxl-n2 {
        margin-right: -0.46875rem !important;
        margin-left: -0.46875rem !important;
    }
    .mx-xxxl-n3 {
        margin-right: -0.9375rem !important;
        margin-left: -0.9375rem !important;
    }
    .mx-xxxl-n4 {
        margin-right: -1.40625rem !important;
        margin-left: -1.40625rem !important;
    }
    .mx-xxxl-n5 {
        margin-right: -2.8125rem !important;
        margin-left: -2.8125rem !important;
    }
    .my-xxxl-n1 {
        margin-top: -0.234375rem !important;
        margin-bottom: -0.234375rem !important;
    }
    .my-xxxl-n2 {
        margin-top: -0.46875rem !important;
        margin-bottom: -0.46875rem !important;
    }
    .my-xxxl-n3 {
        margin-top: -0.9375rem !important;
        margin-bottom: -0.9375rem !important;
    }
    .my-xxxl-n4 {
        margin-top: -1.40625rem !important;
        margin-bottom: -1.40625rem !important;
    }
    .my-xxxl-n5 {
        margin-top: -2.8125rem !important;
        margin-bottom: -2.8125rem !important;
    }
    .mt-xxxl-n1 {
        margin-top: -0.234375rem !important;
    }
    .mt-xxxl-n2 {
        margin-top: -0.46875rem !important;
    }
    .mt-xxxl-n3 {
        margin-top: -0.9375rem !important;
    }
    .mt-xxxl-n4 {
        margin-top: -1.40625rem !important;
    }
    .mt-xxxl-n5 {
        margin-top: -2.8125rem !important;
    }
    .me-xxxl-n1 {
        margin-right: -0.234375rem !important;
    }
    .me-xxxl-n2 {
        margin-right: -0.46875rem !important;
    }
    .me-xxxl-n3 {
        margin-right: -0.9375rem !important;
    }
    .me-xxxl-n4 {
        margin-right: -1.40625rem !important;
    }
    .me-xxxl-n5 {
        margin-right: -2.8125rem !important;
    }
    .mb-xxxl-n1 {
        margin-bottom: -0.234375rem !important;
    }
    .mb-xxxl-n2 {
        margin-bottom: -0.46875rem !important;
    }
    .mb-xxxl-n3 {
        margin-bottom: -0.9375rem !important;
    }
    .mb-xxxl-n4 {
        margin-bottom: -1.40625rem !important;
    }
    .mb-xxxl-n5 {
        margin-bottom: -2.8125rem !important;
    }
    .ms-xxxl-n1 {
        margin-left: -0.234375rem !important;
    }
    .ms-xxxl-n2 {
        margin-left: -0.46875rem !important;
    }
    .ms-xxxl-n3 {
        margin-left: -0.9375rem !important;
    }
    .ms-xxxl-n4 {
        margin-left: -1.40625rem !important;
    }
    .ms-xxxl-n5 {
        margin-left: -2.8125rem !important;
    }
    .p-xxxl-0 {
        padding: 0 !important;
    }
    .p-xxxl-1 {
        padding: 0.234375rem !important;
    }
    .p-xxxl-2 {
        padding: 0.46875rem !important;
    }
    .p-xxxl-3 {
        padding: 0.9375rem !important;
    }
    .p-xxxl-4 {
        padding: 1.40625rem !important;
    }
    .p-xxxl-5 {
        padding: 2.8125rem !important;
    }
    .px-xxxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxxl-1 {
        padding-right: 0.234375rem !important;
        padding-left: 0.234375rem !important;
    }
    .px-xxxl-2 {
        padding-right: 0.46875rem !important;
        padding-left: 0.46875rem !important;
    }
    .px-xxxl-3 {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
    .px-xxxl-4 {
        padding-right: 1.40625rem !important;
        padding-left: 1.40625rem !important;
    }
    .px-xxxl-5 {
        padding-right: 2.8125rem !important;
        padding-left: 2.8125rem !important;
    }
    .py-xxxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxxl-1 {
        padding-top: 0.234375rem !important;
        padding-bottom: 0.234375rem !important;
    }
    .py-xxxl-2 {
        padding-top: 0.46875rem !important;
        padding-bottom: 0.46875rem !important;
    }
    .py-xxxl-3 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-xxxl-4 {
        padding-top: 1.40625rem !important;
        padding-bottom: 1.40625rem !important;
    }
    .py-xxxl-5 {
        padding-top: 2.8125rem !important;
        padding-bottom: 2.8125rem !important;
    }
    .pt-xxxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxxl-1 {
        padding-top: 0.234375rem !important;
    }
    .pt-xxxl-2 {
        padding-top: 0.46875rem !important;
    }
    .pt-xxxl-3 {
        padding-top: 0.9375rem !important;
    }
    .pt-xxxl-4 {
        padding-top: 1.40625rem !important;
    }
    .pt-xxxl-5 {
        padding-top: 2.8125rem !important;
    }
    .pe-xxxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxxl-1 {
        padding-right: 0.234375rem !important;
    }
    .pe-xxxl-2 {
        padding-right: 0.46875rem !important;
    }
    .pe-xxxl-3 {
        padding-right: 0.9375rem !important;
    }
    .pe-xxxl-4 {
        padding-right: 1.40625rem !important;
    }
    .pe-xxxl-5 {
        padding-right: 2.8125rem !important;
    }
    .pb-xxxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxxl-1 {
        padding-bottom: 0.234375rem !important;
    }
    .pb-xxxl-2 {
        padding-bottom: 0.46875rem !important;
    }
    .pb-xxxl-3 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-xxxl-4 {
        padding-bottom: 1.40625rem !important;
    }
    .pb-xxxl-5 {
        padding-bottom: 2.8125rem !important;
    }
    .ps-xxxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxxl-1 {
        padding-left: 0.234375rem !important;
    }
    .ps-xxxl-2 {
        padding-left: 0.46875rem !important;
    }
    .ps-xxxl-3 {
        padding-left: 0.9375rem !important;
    }
    .ps-xxxl-4 {
        padding-left: 1.40625rem !important;
    }
    .ps-xxxl-5 {
        padding-left: 2.8125rem !important;
    }
    .text-xxxl-start {
        text-align: left !important;
    }
    .text-xxxl-end {
        text-align: right !important;
    }
    .text-xxxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 1.875rem !important;
    }
    .fs-2 {
        font-size: 1.5rem !important;
    }
    .fs-3 {
        font-size: 1.3125rem !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 {
    height: 100%;
}

body {
    height: 100%;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b {
    font-weight: bold;
}

h1 small,
.h1 small,
h1 .small,
.h1 .small,
h2 small,
.h2 small,
h2 .small,
.h2 .small,
h3 small,
.h3 small,
h3 .small,
.h3 .small,
h4 small,
.h4 small,
h4 .small,
.h4 .small,
h5 small,
.h5 small,
h5 .small,
.h5 .small,
h6 small,
.h6 small,
h6 .small,
.h6 .small {
    font-size: 60%;
    font-weight: normal;
    color: #6f8293;
}

a:focus {
    outline: none;
}

.app-content {
    margin-left: 220px;
    padding: 20px 30px;
}

.app-content .app-content-container {
    margin: -20px -30px;
    padding: 20px 30px;
}

@media (max-width: 767.98px) {
    .app-content .app-content-container {
        margin: -20px -20px;
        padding: 20px 20px;
    }
}

.app-content .app-content-margin {
    margin: -20px -30px;
}

@media (max-width: 767.98px) {
    .app-content .app-content-margin {
        margin: -20px -20px;
    }
}

.app-content .app-content-padding {
    padding: 20px 30px;
}

@media (max-width: 767.98px) {
    .app-content .app-content-padding {
        padding: 20px 20px;
    }
}

@media (max-width: 767.98px) {
    .app-content {
        margin-left: 0;
        padding: 20px 20px;
    }
}

.app-footer {
    padding: 0.9375rem 30px;
    margin: 0 -30px -20px;
    border-top: 1px solid #ced4da;
    font-weight: 600;
    color: #6c757d;
}

@-webkit-keyframes navbar-input-expand {
    from {
        width: 220px;
    }
    to {
        width: 300px;
    }
}

@keyframes navbar-input-expand {
    from {
        width: 220px;
    }
    to {
        width: 300px;
    }
}

@-webkit-keyframes navbar-input-expand-xs {
    from {
        width: 160px;
    }
    to {
        width: 200px;
    }
}

@keyframes navbar-input-expand-xs {
    from {
        width: 160px;
    }
    to {
        width: 200px;
    }
}

.app-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    margin-bottom: 0;
    padding: 0;
    background: #FFFFFF;
    box-shadow: none;
    transition: box-shadow 0.2s linear;
    display: flex;
    flex: 1;
}

@media (max-width: 767.98px) {
    .app-header {
        display: block;
    }
}

.app-header .navbar-mobile-toggler {
    position: relative;
    padding: 10px;
    background-color: transparent;
    background-image: none;
    border: none;
    outline: none;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .app-header .navbar-mobile-toggler {
        display: none;
    }
}

.app-header .navbar-mobile-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #20252a;
    border-radius: 4px;
}

.app-header .navbar-mobile-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.app-header .navbar-mobile-toggler:hover {
    background: none;
    opacity: 0.75;
}

@media (max-width: 767.98px) {
    .app-header .navbar-mobile-toggler+.navbar-brand {
        margin-left: auto;
        justify-content: center;
    }
}

.app-header .navbar-header {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .app-header .navbar-header {
        width: 220px;
    }
}

@media (max-width: 767.98px) {
    .app-header .navbar-header {
        padding: 0 10px;
    }
}

.app-header .navbar-brand {
    padding: 10px 20px;
    height: 50px;
    font-weight: 100;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    margin: 0;
    color: #20252a;
    margin-right: auto;
    align-items: center;
    display: flex;
}

@media (max-width: 767.98px) {
    .app-header .navbar-brand {
        padding: 10px;
    }
}

.app-header .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
}

.app-header .navbar-brand b {
    font-weight: bold;
}

.app-header .navbar-brand .navbar-logo {
    margin-right: 10px;
    background: #00acac;
    border: 10px solid transparent;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.app-header .navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 767.98px) {
    .app-header .navbar-nav {
        border-top: 1px solid #edf0f2;
        padding: 0 20px;
    }
}

.app-header .navbar-nav .navbar-item {
    position: relative;
}

.app-header .navbar-nav .navbar-item .navbar-link {
    display: block;
    text-decoration: none;
    line-height: 20px;
    padding: 15px;
    border: none;
    color: #20252a;
}

.app-header .navbar-nav .navbar-item .navbar-link .badge {
    position: absolute;
    top: 8px;
    display: block;
    background: #00acac;
    line-height: 12px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 3px 6px;
    font-size: 10.5px;
    border-radius: 30px;
    right: 5px;
}

.app-header .navbar-nav .navbar-item .navbar-link i {
    position: relative;
    font-size: 16px;
}

.app-header .navbar-nav .navbar-item .navbar-link:hover,
.app-header .navbar-nav .navbar-item .navbar-link:focus {
    opacity: 0.75;
}

.app-header .navbar-nav .navbar-item .navbar-link.icon i {
    font-size: 16px;
    height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .app-header .navbar-nav .navbar-item:last-child .navbar-link {
        padding-right: 0;
    }
}

.app-header .navbar-nav .navbar-item.active>a {
    background: #f2f3f4;
    opacity: 1;
}

.app-header .navbar-nav .navbar-item.dropdown .dropdown-menu {
    margin: 0;
    top: -2px !important;
}

.app-header .navbar-nav .navbar-item.dropdown.dropdown-lg {
    position: static;
}

.app-header .navbar-nav .navbar-item.dropdown.dropdown-lg .dropdown-menu {
    left: 20px !important;
    right: 20px !important;
    padding: 20px;
    transform: none !important;
}

@media (min-width: 768px) {
    .app-header .navbar-nav .navbar-item.dropdown.dropdown-lg .dropdown-menu {
        top: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .app-header .navbar-nav .navbar-item.dropdown.dropdown-lg .dropdown-menu {
        overflow: scroll;
        top: 101px !important;
        max-height: calc(100vh - 101px);
    }
}

.app-header .navbar-nav .navbar-item.dropdown.dropdown-lg .dropdown-menu.dropdown-menu-lg .nav>li>a {
    padding: 0;
    background: none;
    line-height: 24px;
}

.app-header .navbar-nav .navbar-item.show>a,
.app-header .navbar-nav .navbar-item.show>a:hover,
.app-header .navbar-nav .navbar-item.show>a:focus {
    background: none;
    color: #2d353c;
    opacity: 1;
}

.app-header .navbar-nav .navbar-divider {
    height: 34px;
    background: #ced4da;
    width: 1px;
}

.app-header .navbar-nav.navbar-end {
    margin-left: auto;
}

.app-header .navbar-form {
    padding: 0 15px;
    margin: 9px 0;
}

@media (max-width: 767.98px) {
    .app-header .navbar-form {
        padding: 0;
        flex: 1;
    }
    .app-header .navbar-form+.navbar-item {
        padding-left: 10px;
    }
}

.app-header .navbar-form .form-group {
    margin: 0;
    position: relative;
}

.app-header .navbar-form .form-control {
    width: 220px;
    padding: 5px 15px;
    height: 32px;
    background: #f2f3f4;
    border-color: #f2f3f4;
    border-radius: 30px;
}

@media (max-width: 767.98px) {
    .app-header .navbar-form .form-control {
        width: 100%;
    }
}

.app-header .navbar-form .form-control:focus {
    width: 300px;
    border-color: #f2f3f4;
    box-shadow: none;
    -webkit-animation: navbar-input-expand 0.2s;
    animation: navbar-input-expand 0.2s;
}

@media (max-width: 767.98px) {
    .app-header .navbar-form .form-control:focus {
        width: 100%;
        -webkit-animation: none;
        animation: none;
    }
}

.app-header .navbar-form .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background: none;
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
}

.app-header .navbar-form .btn-search>i[class*=ion-] {
    font-size: 22px;
    display: block;
}

.app-header .navbar-user img {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: 10px;
    border-radius: 30px;
    border-radius: 30px;
}

@media (max-width: 767.98px) {
    .app-header .navbar-user img {
        margin-right: 5px;
    }
}

.app-header .navbar-user .image {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    border-radius: 30px;
}

@media (max-width: 767.98px) {
    .app-header .navbar-user .image {
        margin-right: 5px;
    }
}

.app-header .navbar-user .image.image-icon {
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-header .navbar-user .image.image-icon i {
    float: none;
    display: block;
    font-size: 22px;
    text-align: center;
    width: auto;
    margin: 0 auto -8px;
}

.app-header .navbar-language .flag-icon {
    font-size: 15px;
    margin-right: 7px;
}

@media (min-width: 768px) {
    .app-header .navbar-collapse {
        display: flex;
    }
}

@media (max-width: 767.98px) {
    .app-header .navbar-collapse .navbar-nav>li {
        flex: 1;
    }
    .app-header .navbar-collapse .navbar-nav>li>a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.app-header.app-header-inverse {
    background: #20252a;
}

.app-header.app-header-inverse .navbar-mobile-toggler {
    color: #adb5bd;
}

.app-header.app-header-inverse .navbar-mobile-toggler .icon-bar {
    background: #6c757d;
}

.app-header.app-header-inverse .navbar-brand {
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .app-header.app-header-inverse .navbar-nav {
        border-color: #2d353c;
    }
}

.app-header.app-header-inverse .navbar-nav>.navbar-item>.navbar-link {
    font-weight: 600;
    color: #adb5bd;
}

.app-header.app-header-inverse .navbar-nav .navbar-divider {
    background: #495057;
}

.app-header.app-header-inverse .navbar-form {
    margin: 10px 0;
}

.app-header.app-header-inverse .navbar-form .form-control {
    background: #495057;
    border-color: transparent;
    height: 30px;
    color: #e9ecef;
    font-weight: 600;
}

.app-header.app-header-inverse .navbar-form .form-control::-webkit-input-placeholder {
    color: #adb5bd;
}

.app-header.app-header-inverse .navbar-form .form-control::-moz-placeholder {
    color: #adb5bd;
}

.app-header.app-header-inverse .navbar-form .form-control:-ms-input-placeholder {
    color: #adb5bd;
}

.app-header.app-header-inverse .navbar-form .form-control:-moz-placeholder {
    color: #adb5bd;
}

.app-header.app-header-inverse .navbar-form .btn-search {
    color: #adb5bd;
}

.has-scroll .app-header,
.app-header-shadow .app-header {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

@-webkit-keyframes appLoaderFadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes appLoaderFadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.app-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #dee2e6;
    z-index: 1050;
    height: 100vh;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-loader.fading {
    opacity: 0;
    -webkit-animation: appLoaderFadeOut 0.2s ease;
    animation: appLoaderFadeOut 0.2s ease;
}

.app-loader.loaded {
    display: none;
}

.app-loader.loaded .spinner {
    -webkit-animation: none;
    animation: none;
}

.app-sidebar-end.app-sidebar,
.app-sidebar-end.app-sidebar-bg {
    right: -220px;
}

.app-sidebar-end.app-with-wide-sidebar .app-sidebar-end.app-sidebar,
.app-sidebar-end.app-with-wide-sidebar .app-sidebar-end.app-sidebar-bg {
    right: -250px;
}

.app-sidebar-float-submenu-container {
    position: fixed;
    width: 220px;
    margin: 0;
    background: #20252a;
    z-index: 1020;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu {
    padding: 9px 0 9px 39px;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .active>a .menu-caret:before,
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .expanding>a .menu-caret:before,
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .expand>a .menu-caret:before {
    opacity: 1;
    transform: rotate(90deg);
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-caret {
    display: block;
    margin-left: auto;
    width: 20px;
    text-align: center;
    font-size: 0.6875rem;
    border: none;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-caret:before {
    content: "";
    display: block;
    text-align: center;
    opacity: 0.5;
    transition: all 0.2s linear;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item {
    position: relative;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link {
    padding: 3px 20px 3px 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link .menu-text {
    flex: 1;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link .menu-badge {
    padding: 0 8px;
    background: #20252a;
    font-weight: 600;
    font-size: 10px;
    border-radius: 12px;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link .menu-label {
    padding: 3px 6px;
    font-size: 75%;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-left: 5px;
    background-color: #00acac;
    border-radius: 4px;
}

.app-gradient-enabled .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link .menu-label {
    background: linear-gradient(to bottom, #00c6c6 0%, #009393 100%);
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link:hover,
.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link:focus {
    background: none;
    color: #FFFFFF;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-link:after {
    content: "";
    position: absolute;
    top: 11px;
    width: 11px;
    height: 2px;
    background: #2d353c;
    left: -11px;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-icon {
    width: 14px;
    text-align: center;
    line-height: 20px;
    font-size: 0.875rem;
    margin-right: 10px;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-icon img {
    max-width: 100%;
    max-height: 100%;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-icon[class^=ion-] {
    margin-right: 8px;
    width: 18px;
    font-size: 18px;
    margin-left: -2px;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-icon-img {
    margin-right: 10px;
    margin-top: 3px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-icon-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #2d353c;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    top: 11px;
    margin-top: -2px;
    z-index: 10;
    background: #20252a;
    border-radius: 4px;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:first-child:before {
    top: -11px;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:first-child:last-child:before {
    height: 20px;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:last-child:before {
    bottom: auto;
    height: 13px;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.has-sub>a:before {
    background: #20252a;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.active>.menu-link {
    background: none;
    color: #FFFFFF;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.active:after {
    border-color: #00acac;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item .menu-submenu {
    padding: 0 0 0 15px;
    background: none;
    position: relative;
    display: none;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.active.has-sub>.menu-submenu {
    display: block;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu>.menu-item:first-child:before {
    top: 11px;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu>.menu-item:first-child:last-child:before {
    height: 0 !important;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu-arrow {
    position: absolute;
    top: 20px;
    width: 28px;
    height: 2px;
    background: #2d353c;
    left: 0;
}

.app-sidebar-float-submenu-container .app-sidebar-float-submenu-line {
    position: absolute;
    top: 20px;
    width: 2px;
    background: #2d353c;
    left: 26px;
}

.app-sidebar {
    width: 220px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 50px;
    background: #2d353c;
    z-index: 1010;
}

@media (max-width: 767.98px) {
    .app-sidebar {
        position: fixed;
        padding-top: 0;
        left: -220px;
        z-index: 1021;
    }
}

.app-sidebar .menu .menu-profile {
    padding: 20px;
    color: #FFFFFF;
    background: #20252a;
    overflow: hidden;
    position: relative;
}

.app-sidebar .menu .menu-profile .menu-profile-link {
    margin: -20px;
    padding: 20px;
    display: block;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
}

.app-sidebar .menu .menu-profile .menu-profile-link:hover .menu-profile-cover.with-shadow:before {
    opacity: 0.75;
}

.app-sidebar .menu .menu-profile .menu-profile-image {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    border-radius: 30px;
}

.app-sidebar .menu .menu-profile .menu-profile-image img {
    max-width: 100%;
    max-height: 100%;
}

.app-sidebar .menu .menu-profile .menu-profile-image.menu-profile-image-icon i {
    float: none;
    display: block;
    font-size: 24px;
    text-align: center;
    width: auto;
    margin: 0 auto -12px;
}

.app-sidebar .menu .menu-profile .menu-profile-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/cover-sidebar-user.jpg?1fa40931b416d426c7085d7a3a228518);
    background-repeat: no-repeat;
    background-size: cover;
}

.app-sidebar .menu .menu-profile .menu-profile-cover.with-shadow:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(26, 34, 41, 0.75);
    transition: all 0.2s linear;
}

.app-sidebar .menu .menu-profile .menu-profile-info {
    font-size: 0.875rem;
    position: relative;
}

.app-sidebar .menu .menu-profile .menu-profile-info small,
.app-sidebar .menu .menu-profile .menu-profile-info .small {
    display: block;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.75rem;
    margin-bottom: -5px;
}

.app-sidebar .menu .menu-header {
    margin: 0;
    padding: 15px 20px 3px;
    line-height: 20px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 600;
}

.app-sidebar .menu .menu-divider {
    height: 1px;
    background: #20252a;
    margin: 7px 0;
}

.app-sidebar .menu .menu-caret {
    display: block;
    width: 20px;
    text-align: center;
    font-size: 0.6875rem;
    border: none;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-left: auto;
}

.app-sidebar .menu .menu-caret:before {
    content: "";
    display: block;
    text-align: center;
    opacity: 0.5;
    transition: all 0.2s linear;
}

.app-sidebar .menu .menu-search {
    padding: 20px;
}

.app-sidebar .menu .menu-search+.menu-item {
    padding-top: 0;
}

.app-sidebar .menu .menu-search .form-control {
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    border-radius: 0;
}

.app-sidebar .menu .menu-search .form-control:focus {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}

.app-sidebar .menu .active:not(.closed):not(.closing)>a .menu-caret:before,
.app-sidebar .menu .expanding>a .menu-caret:before,
.app-sidebar .menu .expand>a .menu-caret:before {
    opacity: 1;
    transform: rotate(90deg);
}

.app-sidebar .menu .menu-item {
    position: relative;
}

.app-sidebar .menu .menu-item .menu-link {
    padding: 7px 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.app-sidebar .menu .menu-item .menu-link .menu-text {
    flex: 1;
}

.app-sidebar .menu .menu-item .menu-link .menu-badge {
    padding: 0 9px;
    background: #20252a;
    font-weight: 600;
    font-size: 10px;
    border-radius: 12px;
}

.app-sidebar .menu .menu-item .menu-link .menu-label {
    padding: 3px 6px;
    font-size: 75%;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-left: 5px;
    background-color: #00acac;
    border-radius: 4px;
}

.app-gradient-enabled .app-sidebar .menu .menu-item .menu-link .menu-label {
    background: linear-gradient(to bottom, #00c6c6 0%, #009393 100%);
}

.app-sidebar .menu .menu-item .menu-link:hover,
.app-sidebar .menu .menu-item .menu-link:focus {
    background: none;
    color: #FFFFFF;
}

.app-sidebar .menu .menu-item .menu-icon {
    width: 14px;
    text-align: center;
    line-height: 20px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.app-sidebar .menu .menu-item .menu-icon img {
    max-width: 100%;
    max-height: 100%;
}

.app-sidebar .menu .menu-item .menu-icon [class^=ion-] {
    margin-right: 8px;
    width: 18px;
    font-size: 18px;
    margin-left: -2px;
    display: block;
}

.app-sidebar .menu .menu-item .menu-icon-img {
    margin-top: 3px;
    margin-bottom: 3px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.app-sidebar .menu .menu-item .menu-icon-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.app-sidebar .menu .menu-item .menu-submenu {
    padding: 5px 0 10px 39px;
    margin: 0;
    position: relative;
    display: none;
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link {
    padding: 3px 20px 3px 15px;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    position: relative;
    line-height: 18px;
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link:hover,
.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link:focus {
    color: #FFFFFF;
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link:after {
    content: "";
    position: absolute;
    left: -11px;
    top: 11px;
    width: 11px;
    height: 2px;
    background: #20252a;
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #20252a;
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    top: 11px;
    margin-top: -2px;
    z-index: 10;
    background: #2d353c;
    border-radius: 4px;
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item:first-child:before {
    top: -14px;
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item:first-child:last-child:before {
    height: 27px;
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item:last-child:before {
    bottom: auto;
    height: 13px;
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item.has-sub>a:before {
    background: #20252a;
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item.active>.menu-link {
    background: none;
    color: #FFFFFF;
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item.active:after {
    border-color: #00acac;
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-submenu {
    padding: 0 0 0 15px;
    background: none;
}

.app-sidebar .menu .menu-item.active.has-sub>.menu-submenu {
    display: block;
}

.app-sidebar .menu .menu-item.active>.menu-link {
    position: relative;
    z-index: 10;
    color: #FFFFFF;
    background: #20252a;
}

.app-gradient-enabled .app-sidebar .menu .menu-item.active>.menu-link {
    background: linear-gradient(to bottom, #00c6c6 0%, #009393 100%);
}

.app-sidebar .menu .menu-item.active>.menu-link .menu-icon {
    color: #00acac;
}

.app-gradient-enabled .app-sidebar .menu .menu-item.active>.menu-link .menu-icon {
    color: rgba(0, 0, 0, 0.65);
}

.app-gradient-enabled .app-sidebar .menu .menu-item.active>.menu-link .menu-caret {
    color: rgba(0, 0, 0, 0.5);
}

.app-sidebar .menu .menu-item.active>.menu-link .menu-badge {
    background: rgba(0, 0, 0, 0.65);
}

.app-gradient-enabled .app-sidebar .menu .menu-item.active>.menu-link .menu-label {
    background: rgba(0, 0, 0, 0.65);
}

.app-sidebar .app-sidebar-content {
    position: relative;
}

.app-sidebar .app-sidebar-minify-btn {
    margin: 10px 0;
    padding: 5px 20px 5px 10px !important;
    background: #242b30;
    color: #FFFFFF;
    border-radius: 20px 0 0 20px;
}

.app-sidebar .app-sidebar-minify-btn i {
    margin: 0 !important;
    color: #FFFFFF;
}

.app-sidebar .app-sidebar-minify-btn:hover,
.app-sidebar .app-sidebar-minify-btn:focus {
    background: #20252a;
}

.app-sidebar.app-sidebar-grid .menu>.menu-item+.menu-item {
    margin-top: -1px;
}

.app-sidebar.app-sidebar-grid .menu>.menu-item>.menu-link {
    border-top: 1px solid #3d4852;
    border-bottom: 1px solid #3d4852;
}

.app-sidebar.app-sidebar-grid .menu>.menu-item.expanding>a,
.app-sidebar.app-sidebar-grid .menu>.menu-item.expand>a {
    border-bottom-color: transparent;
}

.app-sidebar.app-sidebar-grid .menu>.menu-item.active>.menu-link {
    border-color: #2d353c;
}

.app-sidebar.app-sidebar-transparent {
    background: none;
}

.app-sidebar.app-sidebar-transparent+.app-sidebar-bg {
    background: url(/images/cover-sidebar.jpg?224612a848216851132ca1d2fe3392bb);
    background-size: cover;
}

.app-sidebar.app-sidebar-transparent+.app-sidebar-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 53, 60, 0.75);
}

.app-sidebar.app-sidebar-transparent .menu>.menu-item.active>.menu-link {
    background: rgba(0, 0, 0, 0.3);
}

.app-sidebar.app-sidebar-transparent .menu>.menu-item.menu-profile {
    background: rgba(0, 0, 0, 0.25);
}

.app-sidebar.app-sidebar-transparent .menu>.menu-item.menu-profile a:hover,
.app-sidebar.app-sidebar-transparent .menu>.menu-item.menu-profile a:focus {
    background: none;
}

.app-sidebar.app-sidebar-transparent .menu>.menu-item.menu-profile .cover {
    background: none;
}

.app-sidebar.app-sidebar-transparent .menu>.menu-item.menu-profile .cover.with-shadow:before {
    background: none;
}

.app-sidebar.app-sidebar-transparent .menu>.menu-item.menu-profile.active {
    background: rgba(0, 0, 0, 0.25);
}

.app-sidebar.app-sidebar-transparent .menu-submenu {
    background: none;
}

.app-sidebar.app-sidebar-transparent .menu-submenu>.menu-item:before {
    background: rgba(0, 0, 0, 0.45);
}

.app-sidebar.app-sidebar-transparent .menu-submenu>.menu-item>.menu-link:after {
    background: rgba(0, 0, 0, 0.45);
}

.app-sidebar.app-sidebar-transparent .menu-submenu>.menu-item.has-sub>.menu-link:after {
    background: rgba(0, 0, 0, 0.45);
}

.app-sidebar-bg {
    background: #2d353c;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 220px;
    z-index: 1000;
}

@media (max-width: 767.98px) {
    .app-sidebar-bg {
        padding-top: 0;
        left: -220px;
        z-index: 1020;
    }
}

.app-sidebar-mobile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    outline: none;
    display: none;
}

@-webkit-keyframes topMenuControlSlideInLeft {
    from {
        left: -50px;
    }
    to {
        left: 0;
    }
}

@keyframes topMenuControlSlideInLeft {
    from {
        left: -50px;
    }
    to {
        left: 0;
    }
}

@-webkit-keyframes topMenuControlSlideInRight {
    from {
        right: -50px;
    }
    to {
        right: 0;
    }
}

@keyframes topMenuControlSlideInRight {
    from {
        right: -50px;
    }
    to {
        right: 0;
    }
}

.app-top-menu {
    background: #20252a;
    left: 0;
    right: 0;
    z-index: 1015;
}

@media (min-width: 768px) {
    .app-top-menu {
        top: 50px;
        position: fixed;
        height: 40px;
    }
}

@media (max-width: 767.98px) {
    .app-top-menu {
        display: none;
    }
}

@media (min-width: 768px) {
    .app-top-menu .menu {
        display: flex;
        flex-wrap: nowrap;
    }
}

@media (max-width: 767.98px) {
    .app-top-menu .menu {
        display: block;
        margin: 0 !important;
    }
}

.app-top-menu .menu .menu-item {
    position: relative;
}

.app-top-menu .menu .menu-item .menu-link {
    padding: 10px 20px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.app-top-menu .menu .menu-item .menu-link .menu-text {
    flex: 1;
}

.app-top-menu .menu .menu-item .menu-link .menu-badge {
    padding: 0 8px;
    background: #2d353c;
    font-weight: 600;
    font-size: 10px;
    border-radius: 12px;
}

.app-top-menu .menu .menu-item .menu-link .menu-label {
    padding: 3px 6px;
    font-size: 75%;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-left: 5px;
    background-color: #00acac;
    border-radius: 4px;
}

.app-gradient-enabled .app-top-menu .menu .menu-item .menu-link .menu-label {
    background: linear-gradient(to bottom, #00c6c6 0%, #009393 100%);
}

.app-top-menu .menu .menu-item .menu-link:hover,
.app-top-menu .menu .menu-item .menu-link:focus {
    background: none;
    color: #FFFFFF;
}

.app-top-menu .menu .menu-item .menu-icon {
    width: 14px;
    text-align: center;
    line-height: 20px;
    font-size: 0.875rem;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-top-menu .menu .menu-item .menu-icon img {
    max-width: 100%;
    max-height: 100%;
}

.app-top-menu .menu .menu-item .menu-icon [class^=ion-] {
    margin-right: 8px;
    width: 18px;
    font-size: 18px;
    margin-left: -2px;
    display: block;
}

.app-top-menu .menu .menu-item .menu-icon-img {
    margin-top: 3px;
    margin-bottom: 3px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.app-top-menu .menu .menu-item .menu-icon-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.app-top-menu .menu .menu-item.active>.menu-link {
    position: relative;
    z-index: 10;
    color: #FFFFFF;
    background: #20252a;
}

.app-gradient-enabled .app-top-menu .menu .menu-item.active>.menu-link {
    background: linear-gradient(to bottom, #00c6c6 0%, #009393 100%);
}

.app-top-menu .menu .menu-item.active>.menu-link .menu-icon {
    color: #00acac;
}

.app-gradient-enabled .app-top-menu .menu .menu-item.active>.menu-link .menu-icon {
    color: rgba(0, 0, 0, 0.65);
}

.app-gradient-enabled .app-top-menu .menu .menu-item.active>.menu-link .menu-caret {
    color: rgba(0, 0, 0, 0.5);
}

.app-top-menu .menu .menu-item.active>.menu-link .menu-badge {
    background: rgba(0, 0, 0, 0.65);
}

.app-gradient-enabled .app-top-menu .menu .menu-item.active>.menu-link .menu-label {
    background: rgba(0, 0, 0, 0.65);
}

@media (max-width: 767.98px) {
    .app-top-menu .menu .menu-item.active>.menu-submenu {
        display: block;
    }
}

.app-top-menu .menu .menu-item.menu-control {
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 10;
}

@media (max-width: 575.98px) {
    .app-top-menu .menu .menu-item.menu-control {
        display: none !important;
    }
}

.app-top-menu .menu .menu-item.menu-control>.menu-link {
    padding: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #2d353c;
    justify-content: center;
    align-items: center;
}

.app-top-menu .menu .menu-item.menu-control>.menu-link i {
    float: none;
    margin: 0;
    font-size: 18px;
    display: block;
    line-height: 40px;
    color: #FFFFFF;
    width: auto;
}

.app-top-menu .menu .menu-item.menu-control>.menu-link:hover,
.app-top-menu .menu .menu-item.menu-control>.menu-link:focus {
    background: #242b30;
}

.app-top-menu .menu .menu-item.menu-control.menu-control-start {
    left: -50px;
}

.app-top-menu .menu .menu-item.menu-control.menu-control-start>.menu-link {
    box-shadow: 5px 0 8px -3px rgba(0, 0, 0, 0.5);
}

.app-top-menu .menu .menu-item.menu-control.menu-control-start.show {
    left: 0;
    -webkit-animation: topMenuControlSlideInLeft 0.2s;
    animation: topMenuControlSlideInLeft 0.2s;
}

.app-top-menu .menu .menu-item.menu-control.menu-control-end {
    right: -50px;
}

.app-top-menu .menu .menu-item.menu-control.menu-control-end>.menu-link {
    box-shadow: -5px 0 8px -3px rgba(0, 0, 0, 0.5);
}

.app-top-menu .menu .menu-item.menu-control.menu-control-end.show {
    right: 0;
    -webkit-animation: topMenuControlSlideInRight 0.2s;
    animation: topMenuControlSlideInRight 0.2s;
}

@media (min-width: 768px) {
    .app-top-menu .menu>.menu-item.has-sub:hover>.menu-submenu {
        display: block;
    }
}

.app-top-menu .menu .menu-caret {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    border: none;
    margin-left: 5px;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

@media (max-width: 575.98px) {
    .app-top-menu .menu .menu-caret {
        margin-left: auto;
    }
}

.app-top-menu .menu .menu-caret:before {
    content: "";
    display: block;
    text-align: center;
    opacity: 0.5;
    transition: all 0.2s linear;
    transform: rotate(90deg);
}

.app-top-menu .menu .menu-submenu {
    display: none;
    top: 40px;
    background: #2d353c;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .app-top-menu .menu .menu-submenu {
        width: 220px;
        position: absolute;
        left: 0;
        max-height: calc(100vh - 90px);
    }
}

.app-top-menu .menu .menu-submenu>.menu-item>.menu-link {
    padding: 4px 20px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    .app-top-menu .menu .menu-submenu>.menu-item>.menu-link {
        padding-left: 44px;
    }
}

.app-top-menu .menu .menu-submenu>.menu-item>.menu-link .menu-caret {
    margin-left: auto;
}

.app-top-menu .menu .menu-submenu>.menu-item>.menu-link:hover,
.app-top-menu .menu .menu-submenu>.menu-item>.menu-link:focus {
    color: #FFFFFF;
}

.app-top-menu .menu .menu-submenu>.menu-item.active>.menu-link {
    background: #1a2229;
    color: #FFFFFF;
}

.app-top-menu .menu .menu-submenu .menu-submenu {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    left: 0;
    top: 0;
    max-height: auto;
    overflow: initial;
}

.boxed-layout {
    height: 100%;
    background-image: url(/images/cover-pattern.png?031a77e1f32a04deae80b6d5f38b3f8d);
}

.boxed-layout .app-top-menu {
    max-width: 1280px;
    width: 100%;
    left: 50%;
    margin-left: -640px;
}

@media (min-width: 768px) {
    .boxed-layout .app-top-menu {
        overflow: hidden;
    }
    .boxed-layout .app-top-menu .menu>.menu-item>.menu-submenu {
        position: fixed;
        top: auto;
        left: auto;
        right: auto;
    }
}

@media (max-width: 575.98px) {
    .boxed-layout .app-top-menu {
        position: relative;
        left: 0;
        margin: 0;
    }
}

.boxed-layout .pace .pace-progress {
    top: 0;
}

.boxed-layout .pace .pace-activity {
    top: 13px;
}

.boxed-layout .app {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    background: #dee2e6;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.5);
}

.boxed-layout .app-header {
    max-width: 1280px;
    width: 100%;
    right: auto;
    left: auto;
}

@media (min-width: 768px) {
    .boxed-layout .app-sidebar,
    .boxed-layout .app-sidebar-bg {
        left: auto;
        right: auto;
    }
}

@media (max-width: 1280px) {
    .boxed-layout .app-top-menu {
        left: 0;
        margin-left: 0;
    }
}

.app-content-full-height {
    height: 100%;
}

@media (min-width: 768px) {
    .app-content-full-height .app-content {
        height: calc(100vh - 50px);
    }
}

@media (max-width: 767.98px) {
    .app-content-full-height .app-content {
        min-height: calc(100vh - 101px);
    }
}

@media (min-width: 768px) {
    .app-content-full-height.app-without-header .app-content,
    .app-content-full-height.app-empty .app-content {
        height: 100vh;
    }
}

.app-empty .app-content {
    margin: 0;
    top: 0;
}

.app-header-fixed {
    padding-top: 50px;
}

@media (max-width: 767.98px) {
    .app-header-fixed {
        padding-top: 101px;
    }
}

.app-header-fixed .app-header {
    position: fixed;
}

.app-with-light-sidebar .app-sidebar {
    background: #FFFFFF;
}

.app-with-light-sidebar .app-sidebar .menu .menu-header {
    color: #adb5bd;
}

.app-with-light-sidebar .app-sidebar .menu .menu-divider {
    background: #dee2e6;
}

.app-with-light-sidebar .app-sidebar .menu .menu-search .form-control {
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ced4da;
    color: #2d353c;
    border-radius: 0;
}

.app-with-light-sidebar .app-sidebar .menu .menu-search .form-control:focus {
    border-color: #a2aeb9;
    box-shadow: none;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item>.menu-link {
    color: #6c757d;
    font-weight: 600;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item>.menu-link .menu-badge {
    background: #dee2e6;
    color: #2d353c;
    font-weight: 600;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item>.menu-link:hover,
.app-with-light-sidebar .app-sidebar .menu .menu-item>.menu-link:focus {
    color: #2d353c;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item.active>.menu-link {
    color: #20252a;
    background: #f0f2f4;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item.active>.menu-link:hover,
.app-with-light-sidebar .app-sidebar .menu .menu-item.active>.menu-link:focus {
    color: #20252a;
    background: #f0f2f4;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item.active>.menu-link .menu-caret {
    color: #adb5bd;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item .menu-submenu>.menu-item>.menu-link {
    color: #6c757d;
    font-weight: 600;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item .menu-submenu>.menu-item>.menu-link:hover,
.app-with-light-sidebar .app-sidebar .menu .menu-item .menu-submenu>.menu-item>.menu-link:focus {
    color: #2d353c;
    background: none;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item .menu-submenu>.menu-item>.menu-link:after {
    background: #dee2e6;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item .menu-submenu>.menu-item:before {
    background: #dee2e6;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item .menu-submenu>.menu-item:after {
    border-width: 2px;
    border-color: #dee2e6;
    background: #FFFFFF;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item .menu-submenu>.menu-item.active>.menu-link {
    color: #20252a;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item .menu-submenu>.menu-item.active:after {
    border-color: #00acac;
}

.app-with-light-sidebar .app-sidebar .menu .menu-item .menu-submenu>.menu-item.has-sub>.menu-link:before {
    background: #dee2e6;
}

.app-with-light-sidebar .app-sidebar .menu .app-sidebar-minify-btn {
    background: #e9ecef;
    color: #adb5bd;
}

.app-with-light-sidebar .app-sidebar .menu .app-sidebar-minify-btn i {
    color: #adb5bd;
}

.app-with-light-sidebar .app-sidebar .menu .app-sidebar-minify-btn:hover,
.app-with-light-sidebar .app-sidebar .menu .app-sidebar-minify-btn:focus {
    background: #ced4da;
    color: #495057;
}

.app-with-light-sidebar .app-sidebar .menu .app-sidebar-minify-btn:hover i,
.app-with-light-sidebar .app-sidebar .menu .app-sidebar-minify-btn:focus i {
    color: #495057;
}

.app-with-light-sidebar .app-sidebar-bg {
    background: #FFFFFF;
}

.app-with-light-sidebar .slimScrollDiv .slimScrollBar {
    background: #000000 !important;
}

.app-with-light-sidebar .app-sidebar-float-submenu-container {
    background: #f8f9fa;
}

.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu-arrow,
.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu-line {
    background: #dee2e6;
}

.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item>.menu-link {
    color: #6c757d;
    font-weight: 600;
}

.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item>.menu-link:hover,
.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item>.menu-link:focus {
    color: #20252a;
}

.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item>.menu-link:after {
    background: #dee2e6;
}

.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:before {
    background: #dee2e6;
}

.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:after {
    background: #f8f9fa;
    border-color: #dee2e6;
    border-width: 2px;
}

.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.active>.menu-link,
.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.expand>.menu-link,
.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.expanding>.menu-link {
    color: #20252a;
}

.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.active:after,
.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.expand:after,
.app-with-light-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.expanding:after {
    border-color: #00acac;
}

.app-with-light-sidebar.app-gradient-enabled .app-sidebar .menu>.menu-item.active>.menu-link {
    color: #FFFFFF;
    background: linear-gradient(to bottom, #00c6c6 0%, #009393 100%);
}

.app-with-end-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu-line {
    left: auto;
    right: 26px;
}

.app-with-end-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu-arrow {
    left: auto;
    right: 0;
}

.app-with-end-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:after {
    left: auto;
    right: 0;
}

.app-with-end-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu {
    padding-left: 0;
    padding-right: 39px;
    text-align: right;
}

.app-with-end-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item>.menu-link {
    flex-direction: row-reverse;
    padding-left: 15px;
    padding-right: 20px;
}

.app-with-end-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item>.menu-link .menu-caret:before {
    content: "";
}

.app-with-end-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item>.menu-link:after {
    right: -11px;
    left: auto;
}

.app-with-end-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.active>.menu-link .menu-caret:before,
.app-with-end-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.expanding>.menu-link .menu-caret:before,
.app-with-end-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item.expand>.menu-link .menu-caret:before {
    transform: rotate(-90deg);
}

.app-with-end-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-item:before {
    right: -13px;
    left: auto;
}

.app-with-end-sidebar .app-sidebar-float-submenu-container .app-sidebar-float-submenu .menu-submenu {
    padding-left: 0;
    padding-right: 15px;
}

.app-with-end-sidebar .app-sidebar,
.app-with-end-sidebar .app-sidebar-bg {
    left: auto;
    right: 0;
}

@media (max-width: 767.98px) {
    .app-with-end-sidebar .app-sidebar,
    .app-with-end-sidebar .app-sidebar-bg {
        right: -220px;
    }
}

.app-with-end-sidebar .app-content {
    margin-left: 0;
    margin-right: 220px;
}

@media (max-width: 767.98px) {
    .app-with-end-sidebar .app-content {
        margin-right: 0;
    }
}

.app-with-end-sidebar .btn-scroll-to-top {
    left: 25px;
    right: auto;
}

@media (min-width: 768px) {
    .app-with-top-menu {
        padding-top: 90px;
    }
}

@media (min-width: 768px) {
    .app-with-top-menu .app-sidebar {
        padding-top: 90px;
    }
}

@media (min-width: 768px) {
    .app-with-top-menu.app-header-fixed {
        padding-top: 90px;
    }
}

.app-with-two-sidebar .app-header .navbar-toggle.pull-start+.navbar-header {
    margin: 0;
    justify-content: center;
}

.app-with-two-sidebar .app-sidebar-end.app-sidebar,
.app-with-two-sidebar .app-sidebar-end.app-sidebar-bg {
    right: -220px;
    left: auto;
}

.app-with-two-sidebar.app-with-wide-sidebar .app-sidebar-end.app-sidebar,
.app-with-two-sidebar.app-with-wide-sidebar .app-sidebar-end.app-sidebar-bg {
    right: -250px;
}

.app-with-two-sidebar.app-sidebar-minified .app-sidebar-end.app-sidebar,
.app-with-two-sidebar.app-sidebar-minified .app-sidebar-end.app-sidebar-bg {
    width: 220px;
}

.app-with-two-sidebar.app-sidebar-minified.app-with-wide-sidebar .app-sidebar-end.app-sidebar,
.app-with-two-sidebar.app-sidebar-minified.app-with-wide-sidebar .app-sidebar-end.app-sidebar-bg {
    width: 250px;
}

.app-with-wide-sidebar .app-header .navbar-header {
    width: 250px;
}

@media (max-width: 767.98px) {
    .app-with-wide-sidebar .app-header .navbar-header {
        width: auto;
    }
}

.app-with-wide-sidebar .app-sidebar,
.app-with-wide-sidebar .app-sidebar-bg {
    width: 250px;
}

@media (max-width: 767.98px) {
    .app-with-wide-sidebar .app-sidebar,
    .app-with-wide-sidebar .app-sidebar-bg {
        width: 250px;
        left: -250px;
    }
}

@media (max-width: 767.98px) {
    .app-with-wide-sidebar .app-sidebar-end.app-sidebar,
    .app-with-wide-sidebar .app-sidebar-end.app-sidebar-bg {
        right: -250px;
        left: auto;
    }
}

@media (min-width: 768px) {
    .app-with-wide-sidebar .app-content {
        margin-left: 250px;
    }
}

@media (min-width: 768px) {
    .app-with-wide-sidebar.app-with-end-sidebar .app-content {
        margin-right: 250px;
        margin-left: 0;
    }
}

.app-without-sidebar .app-content {
    margin: 0;
}

@media (max-width: 575.98px) {
    .app-without-sidebar:not(.app-with-top-menu) .app-header .navbar-brand {
        justify-content: center;
    }
}

.app-without-sidebar .app-content {
    margin: 0;
}

@media (max-width: 575.98px) {
    .app-without-sidebar:not(.app-with-top-menu) .app-header .navbar-brand {
        justify-content: center;
    }
}

.app-sidebar-fixed .app-sidebar {
    position: fixed;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) {
    width: 60px;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link {
    padding: 10px 20px;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-text,
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-label,
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-badge {
    display: none;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-icon {
    margin: 0;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-icon-img {
    margin: 0;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item.has-sub>.menu-submenu {
    display: none !important;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu-profile,
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu-header,
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu-search {
    display: none !important;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu-caret {
    margin-right: -15px;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu-caret:before {
    transform: rotate(0deg) !important;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .slimScrollDiv .slimScrollBar,
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .slimScrollDiv .slimScrollRail {
    display: none !important;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .ps__rail-x,
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .ps__rail-y {
    display: none !important;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar-bg:not(.app-sidebar-end) {
    width: 60px;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar-minify-btn i:before {
    content: "";
}

@media (min-width: 768px) {
    .app-sidebar-minified:not(.app-without-sidebar) .app-content {
        margin-left: 60px;
    }
}

@media (min-width: 768px) {
    .app-sidebar-minified:not(.app-without-sidebar).app-with-end-sidebar .app-content {
        margin-right: 60px;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .app-sidebar-end-toggled .app-sidebar-end.app-sidebar,
    .app-sidebar-end-toggled .app-sidebar-end.app-sidebar-bg {
        right: 0;
    }
}

@media (min-width: 768px) {
    .app-sidebar-end-toggled .app-content {
        margin-right: 220px;
    }
}

@media (min-width: 768px) {
    .app-sidebar-end-toggled.app-with-wide-sidebar .app-sidebar-end.app-sidebar,
    .app-sidebar-end-toggled.app-with-wide-sidebar .app-sidebar-end.app-sidebar-bg {
        right: 0;
    }
}

@media (min-width: 768px) {
    .app-sidebar-end-toggled.app-with-wide-sidebar .app-content {
        margin-right: 250px;
    }
}

@-webkit-keyframes appSidebarEndMobileSlideInLeft {
    from {
        left: -220px;
    }
    to {
        left: 0;
    }
}

@keyframes appSidebarEndMobileSlideInLeft {
    from {
        left: -220px;
    }
    to {
        left: 0;
    }
}

@-webkit-keyframes appSidebarEndMobileSlideInRight {
    from {
        right: -220px;
    }
    to {
        right: 0;
    }
}

@keyframes appSidebarEndMobileSlideInRight {
    from {
        right: -220px;
    }
    to {
        right: 0;
    }
}

@-webkit-keyframes appSidebarEndWideMobileSlideInLeft {
    from {
        left: -250px;
    }
    to {
        left: 0;
    }
}

@keyframes appSidebarEndWideMobileSlideInLeft {
    from {
        left: -250px;
    }
    to {
        left: 0;
    }
}

@-webkit-keyframes appSidebarEndWideMobileSlideInRight {
    from {
        right: -250px;
    }
    to {
        right: 0;
    }
}

@keyframes appSidebarEndWideMobileSlideInRight {
    from {
        right: -250px;
    }
    to {
        right: 0;
    }
}

@-webkit-keyframes appSidebarEndMobileBackdrop {
    from {
        background: transparent;
    }
    to {
        background: rgba(32, 37, 42, 0.5);
    }
}

@keyframes appSidebarEndMobileBackdrop {
    from {
        background: transparent;
    }
    to {
        background: rgba(32, 37, 42, 0.5);
    }
}

@media (max-width: 767.98px) {
    .app-sidebar-end-mobile-toggled .app-sidebar-end.app-sidebar,
    .app-sidebar-end-mobile-toggled .app-sidebar-end.app-sidebar-bg {
        right: 0;
        left: auto;
        -webkit-animation: appSidebarEndMobileSlideInRight 0.2s ease;
        animation: appSidebarEndMobileSlideInRight 0.2s ease;
    }
    .app-sidebar-end-mobile-toggled .app-sidebar-end.app-sidebar-bg {
        position: fixed;
    }
    .app-sidebar-end-mobile-toggled .app-sidebar-end.app-sidebar-mobile-backdrop {
        display: block;
        background: rgba(32, 37, 42, 0.5);
        -webkit-animation: appSidebarEndMobileBackdrop 0.2s ease;
        animation: appSidebarEndMobileBackdrop 0.2s ease;
    }
    .app-sidebar-end-mobile-toggled.app-with-wide-sidebar .app-sidebar-end.app-sidebar,
    .app-sidebar-end-mobile-toggled.app-with-wide-sidebar .app-sidebar-end.app-sidebar-bg {
        right: 0;
        left: auto;
        -webkit-animation: appSidebarEndWideMobileSlideInRight 0.2s ease;
        animation: appSidebarEndWideMobileSlideInRight 0.2s ease;
    }
}

@-webkit-keyframes appSidebarEndMobileSlideOutLeft {
    from {
        left: 0;
    }
    to {
        left: -220px;
    }
}

@keyframes appSidebarEndMobileSlideOutLeft {
    from {
        left: 0;
    }
    to {
        left: -220px;
    }
}

@-webkit-keyframes appSidebarEndMobileSlideOutRight {
    from {
        right: 0;
    }
    to {
        right: -220px;
    }
}

@keyframes appSidebarEndMobileSlideOutRight {
    from {
        right: 0;
    }
    to {
        right: -220px;
    }
}

@-webkit-keyframes appSidebarEndWideMobileSlideOutLeft {
    from {
        left: 0;
    }
    to {
        left: -250px;
    }
}

@keyframes appSidebarEndWideMobileSlideOutLeft {
    from {
        left: 0;
    }
    to {
        left: -250px;
    }
}

@-webkit-keyframes appSidebarEndWideMobileSlideOutRight {
    from {
        right: 0;
    }
    to {
        right: -250px;
    }
}

@keyframes appSidebarEndWideMobileSlideOutRight {
    from {
        right: 0;
    }
    to {
        right: -250px;
    }
}

@-webkit-keyframes appSidebarEndMobileRemoveBackdrop {
    from {
        background: rgba(32, 37, 42, 0.5);
    }
    to {
        background: transparent;
    }
}

@keyframes appSidebarEndMobileRemoveBackdrop {
    from {
        background: rgba(32, 37, 42, 0.5);
    }
    to {
        background: transparent;
    }
}

@media (max-width: 767.98px) {
    .app-sidebar-end-mobile-closed .app-sidebar-end.app-sidebar,
    .app-sidebar-end-mobile-closed .app-sidebar-end.app-sidebar-bg {
        right: -220px;
        left: auto;
        -webkit-animation: appSidebarEndMobileSlideOutRight 0.2s ease;
        animation: appSidebarEndMobileSlideOutRight 0.2s ease;
    }
    .app-sidebar-end-mobile-closed .app-sidebar-end.app-sidebar-mobile-backdrop {
        display: block;
        background: none;
        -webkit-animation: appSidebarEndMobileRemoveBackdrop 0.2s ease;
        animation: appSidebarEndMobileRemoveBackdrop 0.2s ease;
    }
    .app-sidebar-end-mobile-closed.app-with-wide-sidebar .app-sidebar-end.app-sidebar,
    .app-sidebar-end-mobile-closed.app-with-wide-sidebar .app-sidebar-end.app-sidebar-bg {
        right: -250px;
        -webkit-animation: appSidebarEndWideMobileSlideOutRight 0.2s ease;
        animation: appSidebarEndWideMobileSlideOutRight 0.2s ease;
    }
}

@-webkit-keyframes appSidebarMobileSlideInLeft {
    from {
        left: -220px;
    }
    to {
        left: 0;
    }
}

@keyframes appSidebarMobileSlideInLeft {
    from {
        left: -220px;
    }
    to {
        left: 0;
    }
}

@-webkit-keyframes appSidebarMobileSlideInRight {
    from {
        right: -220px;
    }
    to {
        right: 0;
    }
}

@keyframes appSidebarMobileSlideInRight {
    from {
        right: -220px;
    }
    to {
        right: 0;
    }
}

@-webkit-keyframes appSidebarWideMobileSlideInLeft {
    from {
        left: -250px;
    }
    to {
        left: 0;
    }
}

@keyframes appSidebarWideMobileSlideInLeft {
    from {
        left: -250px;
    }
    to {
        left: 0;
    }
}

@-webkit-keyframes appSidebarWideMobileSlideInRight {
    from {
        right: -250px;
    }
    to {
        right: 0;
    }
}

@keyframes appSidebarWideMobileSlideInRight {
    from {
        right: -250px;
    }
    to {
        right: 0;
    }
}

@-webkit-keyframes appSidebarMobileBackdrop {
    from {
        background: transparent;
    }
    to {
        background: rgba(32, 37, 42, 0.5);
    }
}

@keyframes appSidebarMobileBackdrop {
    from {
        background: transparent;
    }
    to {
        background: rgba(32, 37, 42, 0.5);
    }
}

@media (max-width: 767.98px) {
    .app-sidebar-mobile-toggled .app-sidebar:not(.app-sidebar-end),
    .app-sidebar-mobile-toggled .app-sidebar-bg:not(.app-sidebar-end) {
        left: 0;
        -webkit-animation: appSidebarMobileSlideInLeft 0.2s ease;
        animation: appSidebarMobileSlideInLeft 0.2s ease;
    }
    .app-sidebar-mobile-toggled .app-sidebar-bg:not(.app-sidebar-end) {
        position: fixed;
    }
    .app-sidebar-mobile-toggled .app-sidebar-mobile-backdrop:not(.app-sidebar-end) {
        display: block;
        background: rgba(32, 37, 42, 0.5);
        -webkit-animation: appSidebarMobileBackdrop 0.2s ease;
        animation: appSidebarMobileBackdrop 0.2s ease;
    }
    .app-sidebar-mobile-toggled.app-with-wide-sidebar .app-sidebar:not(.app-sidebar-end),
    .app-sidebar-mobile-toggled.app-with-wide-sidebar .app-sidebar-bg:not(.app-sidebar-end) {
        -webkit-animation: appSidebarWideMobileSlideInLeft 0.2s ease;
        animation: appSidebarWideMobileSlideInLeft 0.2s ease;
    }
}

@-webkit-keyframes appSidebarMobileSlideOutLeft {
    from {
        left: 0;
    }
    to {
        left: -220px;
    }
}

@keyframes appSidebarMobileSlideOutLeft {
    from {
        left: 0;
    }
    to {
        left: -220px;
    }
}

@-webkit-keyframes appSidebarMobileSlideOutRight {
    from {
        right: 0;
    }
    to {
        right: -220px;
    }
}

@keyframes appSidebarMobileSlideOutRight {
    from {
        right: 0;
    }
    to {
        right: -220px;
    }
}

@-webkit-keyframes appSidebarWideMobileSlideOutLeft {
    from {
        left: 0;
    }
    to {
        left: -250px;
    }
}

@keyframes appSidebarWideMobileSlideOutLeft {
    from {
        left: 0;
    }
    to {
        left: -250px;
    }
}

@-webkit-keyframes appSidebarWideMobileSlideOutRight {
    from {
        right: 0;
    }
    to {
        right: -250px;
    }
}

@keyframes appSidebarWideMobileSlideOutRight {
    from {
        right: 0;
    }
    to {
        right: -250px;
    }
}

@-webkit-keyframes appSidebarMobileRemoveBackdrop {
    from {
        background: rgba(32, 37, 42, 0.5);
    }
    to {
        background: transparent;
    }
}

@keyframes appSidebarMobileRemoveBackdrop {
    from {
        background: rgba(32, 37, 42, 0.5);
    }
    to {
        background: transparent;
    }
}

@media (max-width: 767.98px) {
    .app-sidebar-mobile-closed .app-sidebar:not(.app-sidebar-end),
    .app-sidebar-mobile-closed .app-sidebar-bg:not(.app-sidebar-end) {
        left: -220px;
        -webkit-animation: appSidebarMobileSlideOutLeft 0.2s ease;
        animation: appSidebarMobileSlideOutLeft 0.2s ease;
    }
    .app-sidebar-mobile-closed .app-sidebar-mobile-backdrop:not(.app-sidebar-end) {
        display: block;
        background: none;
        -webkit-animation: appSidebarMobileRemoveBackdrop 0.2s ease;
        animation: appSidebarMobileRemoveBackdrop 0.2s ease;
    }
    .app-sidebar-mobile-closed.app-with-wide-sidebar .app-sidebar:not(.app-sidebar-end),
    .app-sidebar-mobile-closed.app-with-wide-sidebar .app-sidebar-bg:not(.app-sidebar-end) {
        left: -250px;
        -webkit-animation: appSidebarWideMobileSlideOutLeft 0.2s ease;
        animation: appSidebarWideMobileSlideOutLeft 0.2s ease;
    }
}

.alert.alert-default {
    color: #5d5e60;
    background-color: #fafafb;
    border-color: #e9ecef;
}

.alert.alert-default .alert-link {
    color: #4a4b4d;
}

.alert.alert-inverse {
    color: #121518;
    background-color: #cbcdce;
    border-color: #2d353c;
}

.alert.alert-inverse .alert-link {
    color: #0e1113;
}

.alert.alert-primary {
    color: #15395a;
    background-color: #cce3f8;
    border-color: #348fe2;
}

.alert.alert-primary .alert-link {
    color: #112e48;
}

.alert.alert-secondary {
    color: #2b2f32;
    background-color: #dadddf;
    border-color: #6c757d;
}

.alert.alert-secondary .alert-link {
    color: #222628;
}

.alert.alert-success {
    color: #004545;
    background-color: #bfeaea;
    border-color: #00acac;
}

.alert.alert-success .alert-link {
    color: #003737;
}

.alert.alert-info {
    color: #1d4956;
    background-color: #d2edf5;
    border-color: #49b6d6;
}

.alert.alert-info .alert-link {
    color: #173a45;
}

.alert.alert-warning {
    color: #623e0a;
    background-color: #fde6c6;
    border-color: #f59c1a;
}

.alert.alert-warning .alert-link {
    color: #4e3208;
}

.alert.alert-danger {
    color: #662423;
    background-color: #ffd6d5;
    border-color: #ff5b57;
}

.alert.alert-danger .alert-link {
    color: #521d1c;
}

.alert.alert-light {
    color: #616162;
    background-color: #fcfcfc;
    border-color: #f2f3f4;
}

.alert.alert-light .alert-link {
    color: #4e4e4e;
}

.alert.alert-dark {
    color: #121518;
    background-color: #cbcdce;
    border-color: #2d353c;
}

.alert.alert-dark .alert-link {
    color: #0e1113;
}

.alert.alert-blue {
    color: #15395a;
    background-color: #cce3f8;
    border-color: #348fe2;
}

.alert.alert-blue .alert-link {
    color: #112e48;
}

.alert.alert-indigo {
    color: #362159;
    background-color: #e1d4f7;
    border-color: #8753de;
}

.alert.alert-indigo .alert-link {
    color: #2b1a47;
}

.alert.alert-purple {
    color: #2e3249;
    background-color: #dcdeed;
    border-color: #727cb6;
}

.alert.alert-purple .alert-link {
    color: #25283a;
}

.alert.alert-pink {
    color: #64223c;
    background-color: #fed5e5;
    border-color: #fb5597;
}

.alert.alert-pink .alert-link {
    color: #501b30;
}

.alert.alert-red {
    color: #662423;
    background-color: #ffd6d5;
    border-color: #ff5b57;
}

.alert.alert-red .alert-link {
    color: #521d1c;
}

.alert.alert-orange {
    color: #623e0a;
    background-color: #fde6c6;
    border-color: #f59c1a;
}

.alert.alert-orange .alert-link {
    color: #4e3208;
}

.alert.alert-yellow {
    color: #665700;
    background-color: #fff6bf;
    border-color: #ffd900;
}

.alert.alert-yellow .alert-link {
    color: #524600;
}

.alert.alert-green {
    color: #144414;
    background-color: #cceacc;
    border-color: #32a932;
}

.alert.alert-green .alert-link {
    color: #103610;
}

.alert.alert-lime {
    color: #3a511e;
    background-color: #e3f2d2;
    border-color: #90ca4b;
}

.alert.alert-lime .alert-link {
    color: #2e4118;
}

.alert.alert-teal {
    color: #004545;
    background-color: #bfeaea;
    border-color: #00acac;
}

.alert.alert-teal .alert-link {
    color: #003737;
}

.alert.alert-cyan {
    color: #1d4956;
    background-color: #d2edf5;
    border-color: #49b6d6;
}

.alert.alert-cyan .alert-link {
    color: #173a45;
}

.alert.alert-white {
    color: #666666;
    background-color: white;
    border-color: #FFFFFF;
}

.alert.alert-white .alert-link {
    color: #525252;
}

.alert.alert-black {
    color: black;
    background-color: #bfbfbf;
    border-color: #000000;
}

.alert.alert-black .alert-link {
    color: black;
}

.alert.alert-silver {
    color: #494e50;
    background-color: #edf0f2;
    border-color: #b6c2c9;
}

.alert.alert-silver .alert-link {
    color: #3a3e40;
}

.alert.alert-light {
    color: #616162;
    background-color: #fcfcfc;
    border-color: #f2f3f4;
}

.alert.alert-light .alert-link {
    color: #4e4e4e;
}

.alert.alert-gray {
    color: #45484c;
    background-color: #ebedef;
    border-color: #adb5bd;
}

.alert.alert-gray .alert-link {
    color: #373a3d;
}

.alert.alert-gray-dark {
    color: #121518;
    background-color: #cbcdce;
    border-color: #2d353c;
}

.alert.alert-gray-dark .alert-link {
    color: #0e1113;
}

.alert.alert-muted {
    color: #273035;
    background-color: #d8dde0;
    border-color: #627884;
}

.alert.alert-muted .alert-link {
    color: #1f262a;
}

.alert.alert-gray-100 {
    color: #636464;
    background-color: #fdfefe;
    border-color: #f8f9fa;
}

.alert.alert-gray-100 .alert-link {
    color: #4f5050;
}

.alert.alert-gray-200 {
    color: #5d5e60;
    background-color: #fafafb;
    border-color: #e9ecef;
}

.alert.alert-gray-200 .alert-link {
    color: #4a4b4d;
}

.alert.alert-gray-300 {
    color: #595a5c;
    background-color: #f7f8f9;
    border-color: #dee2e6;
}

.alert.alert-gray-300 .alert-link {
    color: #47484a;
}

.alert.alert-gray-400 {
    color: #525557;
    background-color: #f3f4f6;
    border-color: #ced4da;
}

.alert.alert-gray-400 .alert-link {
    color: #424446;
}

.alert.alert-gray-500 {
    color: #45484c;
    background-color: #ebedef;
    border-color: #adb5bd;
}

.alert.alert-gray-500 .alert-link {
    color: #373a3d;
}

.alert.alert-gray-600 {
    color: #2b2f32;
    background-color: #dadddf;
    border-color: #6c757d;
}

.alert.alert-gray-600 .alert-link {
    color: #222628;
}

.alert.alert-gray-700 {
    color: #1d2023;
    background-color: #d2d3d5;
    border-color: #495057;
}

.alert.alert-gray-700 .alert-link {
    color: #171a1c;
}

.alert.alert-gray-800 {
    color: #121518;
    background-color: #cbcdce;
    border-color: #2d353c;
}

.alert.alert-gray-800 .alert-link {
    color: #0e1113;
}

.alert.alert-gray-900 {
    color: #0d0f11;
    background-color: #c7c9ca;
    border-color: #20252a;
}

.alert.alert-gray-900 .alert-link {
    color: #0a0c0e;
}

.badge {
    font-size: 75%;
    font-weight: 600;
    display: inline;
    min-width: 10px;
    padding: 3px 6px;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
}

.breadcrumb .breadcrumb-item {
    line-height: 32px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: #9ba8b4;
}

.breadcrumb .breadcrumb-item a {
    color: #2d353c;
    text-decoration: none;
}

@-webkit-keyframes btnFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes btnFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.btn-scroll-to-top {
    position: fixed;
    bottom: 20px;
    z-index: 1020;
    opacity: 0;
    display: none;
}

.btn-scroll-to-top.show {
    opacity: 1;
    display: block;
    -webkit-animation: btnFadeIn 0.2s ease;
    animation: btnFadeIn 0.2s ease;
}

@media (min-width: 768px) {
    .btn-scroll-to-top {
        right: 15px;
    }
}

@media (max-width: 767.98px) {
    .btn-scroll-to-top {
        right: 10px;
    }
}

.btn {
    font-weight: 600;
}

.btn.btn-icon {
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 28px;
}

.btn.btn-icon.btn-xs {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 16px;
}

.btn.btn-icon.btn-sm,
.btn-group-sm>.btn.btn-icon {
    width: 22px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
}

.btn.btn-icon.btn-lg,
.btn-group-lg>.btn.btn-icon {
    width: 34px;
    height: 34px;
    font-size: 17px;
    line-height: 34px;
}

.btn.btn-theme {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 6px;
}

.btn.btn-xs {
    font-size: 12px;
    line-height: 18px;
    padding: 1px 5px;
}

.btn-default {
    color: #20252a;
    background-color: #e9ecef;
    border-color: #e9ecef;
    box-shadow: 0;
}

.btn-default:hover {
    color: #20252a;
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-check:focus+.btn-default,
.btn-default:focus {
    color: #20252a;
    background-color: #ced4da;
    border-color: #ced4da;
    box-shadow: 0 0 0 0 rgba(203, 206, 209, 0.5);
}

.btn-check:checked+.btn-default,
.btn-check:active+.btn-default,
.btn-default:active,
.btn-default.active,
.show>.btn-default.dropdown-toggle {
    color: #20252a;
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-check:checked+.btn-default:focus,
.btn-check:active+.btn-default:focus,
.btn-default:active:focus,
.btn-default.active:focus,
.show>.btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(203, 206, 209, 0.5);
}

.btn-default:disabled,
.btn-default.disabled {
    color: #20252a;
    background-color: #dadfe3;
    border-color: #dadfe3;
}

.btn-group>.btn+.btn-default,
.input-group>.btn+.btn-default,
.input-group>.btn+.dropdown-menu+.btn-default {
    border-left: 1px solid #ced4da;
}

.btn-outline-default {
    color: #e9ecef;
    border-color: #e9ecef;
}

.btn-outline-default:hover {
    color: #20252a;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.btn-check:focus+.btn-outline-default,
.btn-outline-default:focus {
    box-shadow: 0 0 0 0 rgba(233, 236, 239, 0.5);
}

.btn-check:checked+.btn-outline-default,
.btn-check:active+.btn-outline-default,
.btn-outline-default:active,
.btn-outline-default.active,
.btn-outline-default.dropdown-toggle.show {
    color: #20252a;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.btn-check:checked+.btn-outline-default:focus,
.btn-check:active+.btn-outline-default:focus,
.btn-outline-default:active:focus,
.btn-outline-default.active:focus,
.btn-outline-default.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(233, 236, 239, 0.5);
}

.btn-outline-default:disabled,
.btn-outline-default.disabled {
    color: #e9ecef;
    background-color: transparent;
}

.btn-inverse {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
    box-shadow: 0;
}

.btn-inverse:hover {
    color: #FFFFFF;
    background-color: #22282d;
    border-color: #22282d;
}

.btn-check:focus+.btn-inverse,
.btn-inverse:focus {
    color: #FFFFFF;
    background-color: #22282d;
    border-color: #22282d;
    box-shadow: 0 0 0 0 rgba(77, 83, 89, 0.5);
}

.btn-check:checked+.btn-inverse,
.btn-check:active+.btn-inverse,
.btn-inverse:active,
.btn-inverse.active,
.show>.btn-inverse.dropdown-toggle {
    color: #FFFFFF;
    background-color: #22282d;
    border-color: #22282d;
}

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

.btn-inverse:disabled,
.btn-inverse.disabled {
    color: #FFFFFF;
    background-color: #62686d;
    border-color: #62686d;
}

.btn-group>.btn+.btn-inverse,
.input-group>.btn+.btn-inverse,
.input-group>.btn+.dropdown-menu+.btn-inverse {
    border-left: 1px solid #22282d;
}

.btn-outline-inverse {
    color: #2d353c;
    border-color: #2d353c;
}

.btn-outline-inverse:hover {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-check:focus+.btn-outline-inverse,
.btn-outline-inverse:focus {
    box-shadow: 0 0 0 0 rgba(45, 53, 60, 0.5);
}

.btn-check:checked+.btn-outline-inverse,
.btn-check:active+.btn-outline-inverse,
.btn-outline-inverse:active,
.btn-outline-inverse.active,
.btn-outline-inverse.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-check:checked+.btn-outline-inverse:focus,
.btn-check:active+.btn-outline-inverse:focus,
.btn-outline-inverse:active:focus,
.btn-outline-inverse.active:focus,
.btn-outline-inverse.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(45, 53, 60, 0.5);
}

.btn-outline-inverse:disabled,
.btn-outline-inverse.disabled {
    color: #2d353c;
    background-color: transparent;
}

.btn-primary {
    color: #FFFFFF;
    background-color: #348fe2;
    border-color: #348fe2;
    box-shadow: 0;
}

.btn-primary:hover {
    color: #FFFFFF;
    background-color: #276baa;
    border-color: #276baa;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #FFFFFF;
    background-color: #276baa;
    border-color: #276baa;
    box-shadow: 0 0 0 0 rgba(82, 160, 230, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #276baa;
    border-color: #276baa;
}

.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 rgba(82, 160, 230, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #FFFFFF;
    background-color: #67abe9;
    border-color: #67abe9;
}

.btn-group>.btn+.btn-primary,
.input-group>.btn+.btn-primary,
.input-group>.btn+.dropdown-menu+.btn-primary {
    border-left: 1px solid #276baa;
}

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

.btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #348fe2;
    border-color: #348fe2;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(52, 143, 226, 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: #FFFFFF;
    background-color: #348fe2;
    border-color: #348fe2;
}

.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 rgba(52, 143, 226, 0.5);
}

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

.btn-secondary {
    color: #FFFFFF;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: 0;
}

.btn-secondary:hover {
    color: #FFFFFF;
    background-color: #51585e;
    border-color: #51585e;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #FFFFFF;
    background-color: #51585e;
    border-color: #51585e;
    box-shadow: 0 0 0 0 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: #FFFFFF;
    background-color: #51585e;
    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 rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #FFFFFF;
    background-color: #91989e;
    border-color: #91989e;
}

.btn-group>.btn+.btn-secondary,
.input-group>.btn+.btn-secondary,
.input-group>.btn+.dropdown-menu+.btn-secondary {
    border-left: 1px solid #51585e;
}

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

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

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 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: #FFFFFF;
    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 rgba(108, 117, 125, 0.5);
}

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

.btn-success {
    color: #FFFFFF;
    background-color: #00acac;
    border-color: #00acac;
    box-shadow: 0;
}

.btn-success:hover {
    color: #FFFFFF;
    background-color: #008181;
    border-color: #008181;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #FFFFFF;
    background-color: #008181;
    border-color: #008181;
    box-shadow: 0 0 0 0 rgba(38, 184, 184, 0.5);
}

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

.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 rgba(38, 184, 184, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
    color: #FFFFFF;
    background-color: #40c1c1;
    border-color: #40c1c1;
}

.btn-group>.btn+.btn-success,
.input-group>.btn+.btn-success,
.input-group>.btn+.dropdown-menu+.btn-success {
    border-left: 1px solid #008181;
}

.btn-outline-success {
    color: #00acac;
    border-color: #00acac;
}

.btn-outline-success:hover {
    color: #FFFFFF;
    background-color: #00acac;
    border-color: #00acac;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(0, 172, 172, 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: #FFFFFF;
    background-color: #00acac;
    border-color: #00acac;
}

.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 rgba(0, 172, 172, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #00acac;
    background-color: transparent;
}

.btn-info {
    color: #FFFFFF;
    background-color: #49b6d6;
    border-color: #49b6d6;
    box-shadow: 0;
}

.btn-info:hover {
    color: #FFFFFF;
    background-color: #3789a1;
    border-color: #3789a1;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #FFFFFF;
    background-color: #3789a1;
    border-color: #3789a1;
    box-shadow: 0 0 0 0 rgba(100, 193, 220, 0.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #3789a1;
    border-color: #3789a1;
}

.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 rgba(100, 193, 220, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
    color: #FFFFFF;
    background-color: #77c8e0;
    border-color: #77c8e0;
}

.btn-group>.btn+.btn-info,
.input-group>.btn+.btn-info,
.input-group>.btn+.dropdown-menu+.btn-info {
    border-left: 1px solid #3789a1;
}

.btn-outline-info {
    color: #49b6d6;
    border-color: #49b6d6;
}

.btn-outline-info:hover {
    color: #FFFFFF;
    background-color: #49b6d6;
    border-color: #49b6d6;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(73, 182, 214, 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: #FFFFFF;
    background-color: #49b6d6;
    border-color: #49b6d6;
}

.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 rgba(73, 182, 214, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #49b6d6;
    background-color: transparent;
}

.btn-warning {
    color: #FFFFFF;
    background-color: #f59c1a;
    border-color: #f59c1a;
    box-shadow: 0;
}

.btn-warning:hover {
    color: #FFFFFF;
    background-color: #b87514;
    border-color: #b87514;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #FFFFFF;
    background-color: #b87514;
    border-color: #b87514;
    box-shadow: 0 0 0 0 rgba(247, 171, 60, 0.5);
}

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

.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 rgba(247, 171, 60, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #FFFFFF;
    background-color: #f8b553;
    border-color: #f8b553;
}

.btn-group>.btn+.btn-warning,
.input-group>.btn+.btn-warning,
.input-group>.btn+.dropdown-menu+.btn-warning {
    border-left: 1px solid #b87514;
}

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

.btn-outline-warning:hover {
    color: #FFFFFF;
    background-color: #f59c1a;
    border-color: #f59c1a;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(245, 156, 26, 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: #FFFFFF;
    background-color: #f59c1a;
    border-color: #f59c1a;
}

.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 rgba(245, 156, 26, 0.5);
}

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

.btn-danger {
    color: #FFFFFF;
    background-color: #ff5b57;
    border-color: #ff5b57;
    box-shadow: 0;
}

.btn-danger:hover {
    color: #FFFFFF;
    background-color: #bf4441;
    border-color: #bf4441;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #FFFFFF;
    background-color: #bf4441;
    border-color: #bf4441;
    box-shadow: 0 0 0 0 rgba(255, 116, 112, 0.5);
}

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

.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 rgba(255, 116, 112, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: #FFFFFF;
    background-color: #ff8481;
    border-color: #ff8481;
}

.btn-group>.btn+.btn-danger,
.input-group>.btn+.btn-danger,
.input-group>.btn+.dropdown-menu+.btn-danger {
    border-left: 1px solid #bf4441;
}

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

.btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #ff5b57;
    border-color: #ff5b57;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(255, 91, 87, 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: #FFFFFF;
    background-color: #ff5b57;
    border-color: #ff5b57;
}

.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 rgba(255, 91, 87, 0.5);
}

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

.btn-light {
    color: #FFFFFF;
    background-color: #f2f3f4;
    border-color: #f2f3f4;
    box-shadow: 0;
}

.btn-light:hover {
    color: #FFFFFF;
    background-color: #b6b6b7;
    border-color: #b6b6b7;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #FFFFFF;
    background-color: #b6b6b7;
    border-color: #b6b6b7;
    box-shadow: 0 0 0 0 rgba(244, 245, 246, 0.5);
}

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

.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 rgba(244, 245, 246, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
    color: #FFFFFF;
    background-color: #f5f6f7;
    border-color: #f5f6f7;
}

.btn-group>.btn+.btn-light,
.input-group>.btn+.btn-light,
.input-group>.btn+.dropdown-menu+.btn-light {
    border-left: 1px solid #b6b6b7;
}

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

.btn-outline-light:hover {
    color: #FFFFFF;
    background-color: #f2f3f4;
    border-color: #f2f3f4;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(242, 243, 244, 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: #FFFFFF;
    background-color: #f2f3f4;
    border-color: #f2f3f4;
}

.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 rgba(242, 243, 244, 0.5);
}

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

.btn-dark {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
    box-shadow: 0;
}

.btn-dark:hover {
    color: #FFFFFF;
    background-color: #22282d;
    border-color: #22282d;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #FFFFFF;
    background-color: #22282d;
    border-color: #22282d;
    box-shadow: 0 0 0 0 rgba(77, 83, 89, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #22282d;
    border-color: #22282d;
}

.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 rgba(77, 83, 89, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
    color: #FFFFFF;
    background-color: #62686d;
    border-color: #62686d;
}

.btn-group>.btn+.btn-dark,
.input-group>.btn+.btn-dark,
.input-group>.btn+.dropdown-menu+.btn-dark {
    border-left: 1px solid #22282d;
}

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

.btn-outline-dark:hover {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(45, 53, 60, 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: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.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 rgba(45, 53, 60, 0.5);
}

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

.btn-blue {
    color: #FFFFFF;
    background-color: #348fe2;
    border-color: #348fe2;
    box-shadow: 0;
}

.btn-blue:hover {
    color: #FFFFFF;
    background-color: #276baa;
    border-color: #276baa;
}

.btn-check:focus+.btn-blue,
.btn-blue:focus {
    color: #FFFFFF;
    background-color: #276baa;
    border-color: #276baa;
    box-shadow: 0 0 0 0 rgba(82, 160, 230, 0.5);
}

.btn-check:checked+.btn-blue,
.btn-check:active+.btn-blue,
.btn-blue:active,
.btn-blue.active,
.show>.btn-blue.dropdown-toggle {
    color: #FFFFFF;
    background-color: #276baa;
    border-color: #276baa;
}

.btn-check:checked+.btn-blue:focus,
.btn-check:active+.btn-blue:focus,
.btn-blue:active:focus,
.btn-blue.active:focus,
.show>.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(82, 160, 230, 0.5);
}

.btn-blue:disabled,
.btn-blue.disabled {
    color: #FFFFFF;
    background-color: #67abe9;
    border-color: #67abe9;
}

.btn-group>.btn+.btn-blue,
.input-group>.btn+.btn-blue,
.input-group>.btn+.dropdown-menu+.btn-blue {
    border-left: 1px solid #276baa;
}

.btn-outline-blue {
    color: #348fe2;
    border-color: #348fe2;
}

.btn-outline-blue:hover {
    color: #FFFFFF;
    background-color: #348fe2;
    border-color: #348fe2;
}

.btn-check:focus+.btn-outline-blue,
.btn-outline-blue:focus {
    box-shadow: 0 0 0 0 rgba(52, 143, 226, 0.5);
}

.btn-check:checked+.btn-outline-blue,
.btn-check:active+.btn-outline-blue,
.btn-outline-blue:active,
.btn-outline-blue.active,
.btn-outline-blue.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #348fe2;
    border-color: #348fe2;
}

.btn-check:checked+.btn-outline-blue:focus,
.btn-check:active+.btn-outline-blue:focus,
.btn-outline-blue:active:focus,
.btn-outline-blue.active:focus,
.btn-outline-blue.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(52, 143, 226, 0.5);
}

.btn-outline-blue:disabled,
.btn-outline-blue.disabled {
    color: #348fe2;
    background-color: transparent;
}

.btn-indigo {
    color: #FFFFFF;
    background-color: #8753de;
    border-color: #8753de;
    box-shadow: 0;
}

.btn-indigo:hover {
    color: #FFFFFF;
    background-color: #653ea7;
    border-color: #653ea7;
}

.btn-check:focus+.btn-indigo,
.btn-indigo:focus {
    color: #FFFFFF;
    background-color: #653ea7;
    border-color: #653ea7;
    box-shadow: 0 0 0 0 rgba(153, 109, 227, 0.5);
}

.btn-check:checked+.btn-indigo,
.btn-check:active+.btn-indigo,
.btn-indigo:active,
.btn-indigo.active,
.show>.btn-indigo.dropdown-toggle {
    color: #FFFFFF;
    background-color: #653ea7;
    border-color: #653ea7;
}

.btn-check:checked+.btn-indigo:focus,
.btn-check:active+.btn-indigo:focus,
.btn-indigo:active:focus,
.btn-indigo.active:focus,
.show>.btn-indigo.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(153, 109, 227, 0.5);
}

.btn-indigo:disabled,
.btn-indigo.disabled {
    color: #FFFFFF;
    background-color: #a57ee6;
    border-color: #a57ee6;
}

.btn-group>.btn+.btn-indigo,
.input-group>.btn+.btn-indigo,
.input-group>.btn+.dropdown-menu+.btn-indigo {
    border-left: 1px solid #653ea7;
}

.btn-outline-indigo {
    color: #8753de;
    border-color: #8753de;
}

.btn-outline-indigo:hover {
    color: #FFFFFF;
    background-color: #8753de;
    border-color: #8753de;
}

.btn-check:focus+.btn-outline-indigo,
.btn-outline-indigo:focus {
    box-shadow: 0 0 0 0 rgba(135, 83, 222, 0.5);
}

.btn-check:checked+.btn-outline-indigo,
.btn-check:active+.btn-outline-indigo,
.btn-outline-indigo:active,
.btn-outline-indigo.active,
.btn-outline-indigo.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #8753de;
    border-color: #8753de;
}

.btn-check:checked+.btn-outline-indigo:focus,
.btn-check:active+.btn-outline-indigo:focus,
.btn-outline-indigo:active:focus,
.btn-outline-indigo.active:focus,
.btn-outline-indigo.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(135, 83, 222, 0.5);
}

.btn-outline-indigo:disabled,
.btn-outline-indigo.disabled {
    color: #8753de;
    background-color: transparent;
}

.btn-purple {
    color: #FFFFFF;
    background-color: #727cb6;
    border-color: #727cb6;
    box-shadow: 0;
}

.btn-purple:hover {
    color: #FFFFFF;
    background-color: #565d89;
    border-color: #565d89;
}

.btn-check:focus+.btn-purple,
.btn-purple:focus {
    color: #FFFFFF;
    background-color: #565d89;
    border-color: #565d89;
    box-shadow: 0 0 0 0 rgba(135, 144, 193, 0.5);
}

.btn-check:checked+.btn-purple,
.btn-check:active+.btn-purple,
.btn-purple:active,
.btn-purple.active,
.show>.btn-purple.dropdown-toggle {
    color: #FFFFFF;
    background-color: #565d89;
    border-color: #565d89;
}

.btn-check:checked+.btn-purple:focus,
.btn-check:active+.btn-purple:focus,
.btn-purple:active:focus,
.btn-purple.active:focus,
.show>.btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(135, 144, 193, 0.5);
}

.btn-purple:disabled,
.btn-purple.disabled {
    color: #FFFFFF;
    background-color: #959dc8;
    border-color: #959dc8;
}

.btn-group>.btn+.btn-purple,
.input-group>.btn+.btn-purple,
.input-group>.btn+.dropdown-menu+.btn-purple {
    border-left: 1px solid #565d89;
}

.btn-outline-purple {
    color: #727cb6;
    border-color: #727cb6;
}

.btn-outline-purple:hover {
    color: #FFFFFF;
    background-color: #727cb6;
    border-color: #727cb6;
}

.btn-check:focus+.btn-outline-purple,
.btn-outline-purple:focus {
    box-shadow: 0 0 0 0 rgba(114, 124, 182, 0.5);
}

.btn-check:checked+.btn-outline-purple,
.btn-check:active+.btn-outline-purple,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #727cb6;
    border-color: #727cb6;
}

.btn-check:checked+.btn-outline-purple:focus,
.btn-check:active+.btn-outline-purple:focus,
.btn-outline-purple:active:focus,
.btn-outline-purple.active:focus,
.btn-outline-purple.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(114, 124, 182, 0.5);
}

.btn-outline-purple:disabled,
.btn-outline-purple.disabled {
    color: #727cb6;
    background-color: transparent;
}

.btn-pink {
    color: #FFFFFF;
    background-color: #fb5597;
    border-color: #fb5597;
    box-shadow: 0;
}

.btn-pink:hover {
    color: #FFFFFF;
    background-color: #bc4071;
    border-color: #bc4071;
}

.btn-check:focus+.btn-pink,
.btn-pink:focus {
    color: #FFFFFF;
    background-color: #bc4071;
    border-color: #bc4071;
    box-shadow: 0 0 0 0 rgba(252, 111, 167, 0.5);
}

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

.btn-check:checked+.btn-pink:focus,
.btn-check:active+.btn-pink:focus,
.btn-pink:active:focus,
.btn-pink.active:focus,
.show>.btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(252, 111, 167, 0.5);
}

.btn-pink:disabled,
.btn-pink.disabled {
    color: #FFFFFF;
    background-color: #fc80b1;
    border-color: #fc80b1;
}

.btn-group>.btn+.btn-pink,
.input-group>.btn+.btn-pink,
.input-group>.btn+.dropdown-menu+.btn-pink {
    border-left: 1px solid #bc4071;
}

.btn-outline-pink {
    color: #fb5597;
    border-color: #fb5597;
}

.btn-outline-pink:hover {
    color: #FFFFFF;
    background-color: #fb5597;
    border-color: #fb5597;
}

.btn-check:focus+.btn-outline-pink,
.btn-outline-pink:focus {
    box-shadow: 0 0 0 0 rgba(251, 85, 151, 0.5);
}

.btn-check:checked+.btn-outline-pink,
.btn-check:active+.btn-outline-pink,
.btn-outline-pink:active,
.btn-outline-pink.active,
.btn-outline-pink.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #fb5597;
    border-color: #fb5597;
}

.btn-check:checked+.btn-outline-pink:focus,
.btn-check:active+.btn-outline-pink:focus,
.btn-outline-pink:active:focus,
.btn-outline-pink.active:focus,
.btn-outline-pink.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(251, 85, 151, 0.5);
}

.btn-outline-pink:disabled,
.btn-outline-pink.disabled {
    color: #fb5597;
    background-color: transparent;
}

.btn-red {
    color: #FFFFFF;
    background-color: #ff5b57;
    border-color: #ff5b57;
    box-shadow: 0;
}

.btn-red:hover {
    color: #FFFFFF;
    background-color: #bf4441;
    border-color: #bf4441;
}

.btn-check:focus+.btn-red,
.btn-red:focus {
    color: #FFFFFF;
    background-color: #bf4441;
    border-color: #bf4441;
    box-shadow: 0 0 0 0 rgba(255, 116, 112, 0.5);
}

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

.btn-check:checked+.btn-red:focus,
.btn-check:active+.btn-red:focus,
.btn-red:active:focus,
.btn-red.active:focus,
.show>.btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 116, 112, 0.5);
}

.btn-red:disabled,
.btn-red.disabled {
    color: #FFFFFF;
    background-color: #ff8481;
    border-color: #ff8481;
}

.btn-group>.btn+.btn-red,
.input-group>.btn+.btn-red,
.input-group>.btn+.dropdown-menu+.btn-red {
    border-left: 1px solid #bf4441;
}

.btn-outline-red {
    color: #ff5b57;
    border-color: #ff5b57;
}

.btn-outline-red:hover {
    color: #FFFFFF;
    background-color: #ff5b57;
    border-color: #ff5b57;
}

.btn-check:focus+.btn-outline-red,
.btn-outline-red:focus {
    box-shadow: 0 0 0 0 rgba(255, 91, 87, 0.5);
}

.btn-check:checked+.btn-outline-red,
.btn-check:active+.btn-outline-red,
.btn-outline-red:active,
.btn-outline-red.active,
.btn-outline-red.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #ff5b57;
    border-color: #ff5b57;
}

.btn-check:checked+.btn-outline-red:focus,
.btn-check:active+.btn-outline-red:focus,
.btn-outline-red:active:focus,
.btn-outline-red.active:focus,
.btn-outline-red.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(255, 91, 87, 0.5);
}

.btn-outline-red:disabled,
.btn-outline-red.disabled {
    color: #ff5b57;
    background-color: transparent;
}

.btn-orange {
    color: #FFFFFF;
    background-color: #f59c1a;
    border-color: #f59c1a;
    box-shadow: 0;
}

.btn-orange:hover {
    color: #FFFFFF;
    background-color: #b87514;
    border-color: #b87514;
}

.btn-check:focus+.btn-orange,
.btn-orange:focus {
    color: #FFFFFF;
    background-color: #b87514;
    border-color: #b87514;
    box-shadow: 0 0 0 0 rgba(247, 171, 60, 0.5);
}

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

.btn-check:checked+.btn-orange:focus,
.btn-check:active+.btn-orange:focus,
.btn-orange:active:focus,
.btn-orange.active:focus,
.show>.btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(247, 171, 60, 0.5);
}

.btn-orange:disabled,
.btn-orange.disabled {
    color: #FFFFFF;
    background-color: #f8b553;
    border-color: #f8b553;
}

.btn-group>.btn+.btn-orange,
.input-group>.btn+.btn-orange,
.input-group>.btn+.dropdown-menu+.btn-orange {
    border-left: 1px solid #b87514;
}

.btn-outline-orange {
    color: #f59c1a;
    border-color: #f59c1a;
}

.btn-outline-orange:hover {
    color: #FFFFFF;
    background-color: #f59c1a;
    border-color: #f59c1a;
}

.btn-check:focus+.btn-outline-orange,
.btn-outline-orange:focus {
    box-shadow: 0 0 0 0 rgba(245, 156, 26, 0.5);
}

.btn-check:checked+.btn-outline-orange,
.btn-check:active+.btn-outline-orange,
.btn-outline-orange:active,
.btn-outline-orange.active,
.btn-outline-orange.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #f59c1a;
    border-color: #f59c1a;
}

.btn-check:checked+.btn-outline-orange:focus,
.btn-check:active+.btn-outline-orange:focus,
.btn-outline-orange:active:focus,
.btn-outline-orange.active:focus,
.btn-outline-orange.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(245, 156, 26, 0.5);
}

.btn-outline-orange:disabled,
.btn-outline-orange.disabled {
    color: #f59c1a;
    background-color: transparent;
}

.btn-yellow {
    color: #20252a;
    background-color: #ffd900;
    border-color: #ffd900;
    box-shadow: 0;
}

.btn-yellow:hover {
    color: #20252a;
    background-color: #bfa300;
    border-color: #bfa300;
}

.btn-check:focus+.btn-yellow,
.btn-yellow:focus {
    color: #20252a;
    background-color: #bfa300;
    border-color: #bfa300;
    box-shadow: 0 0 0 0 rgba(222, 190, 6, 0.5);
}

.btn-check:checked+.btn-yellow,
.btn-check:active+.btn-yellow,
.btn-yellow:active,
.btn-yellow.active,
.show>.btn-yellow.dropdown-toggle {
    color: #20252a;
    background-color: #bfa300;
    border-color: #bfa300;
}

.btn-check:checked+.btn-yellow:focus,
.btn-check:active+.btn-yellow:focus,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.show>.btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(222, 190, 6, 0.5);
}

.btn-yellow:disabled,
.btn-yellow.disabled {
    color: #20252a;
    background-color: #ffe340;
    border-color: #ffe340;
}

.btn-group>.btn+.btn-yellow,
.input-group>.btn+.btn-yellow,
.input-group>.btn+.dropdown-menu+.btn-yellow {
    border-left: 1px solid #bfa300;
}

.btn-outline-yellow {
    color: #ffd900;
    border-color: #ffd900;
}

.btn-outline-yellow:hover {
    color: #20252a;
    background-color: #ffd900;
    border-color: #ffd900;
}

.btn-check:focus+.btn-outline-yellow,
.btn-outline-yellow:focus {
    box-shadow: 0 0 0 0 rgba(255, 217, 0, 0.5);
}

.btn-check:checked+.btn-outline-yellow,
.btn-check:active+.btn-outline-yellow,
.btn-outline-yellow:active,
.btn-outline-yellow.active,
.btn-outline-yellow.dropdown-toggle.show {
    color: #20252a;
    background-color: #ffd900;
    border-color: #ffd900;
}

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

.btn-outline-yellow:disabled,
.btn-outline-yellow.disabled {
    color: #ffd900;
    background-color: transparent;
}

.btn-green {
    color: #FFFFFF;
    background-color: #32a932;
    border-color: #32a932;
    box-shadow: 0;
}

.btn-green:hover {
    color: #FFFFFF;
    background-color: #267f26;
    border-color: #267f26;
}

.btn-check:focus+.btn-green,
.btn-green:focus {
    color: #FFFFFF;
    background-color: #267f26;
    border-color: #267f26;
    box-shadow: 0 0 0 0 rgba(81, 182, 81, 0.5);
}

.btn-check:checked+.btn-green,
.btn-check:active+.btn-green,
.btn-green:active,
.btn-green.active,
.show>.btn-green.dropdown-toggle {
    color: #FFFFFF;
    background-color: #267f26;
    border-color: #267f26;
}

.btn-check:checked+.btn-green:focus,
.btn-check:active+.btn-green:focus,
.btn-green:active:focus,
.btn-green.active:focus,
.show>.btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(81, 182, 81, 0.5);
}

.btn-green:disabled,
.btn-green.disabled {
    color: #FFFFFF;
    background-color: #65bf65;
    border-color: #65bf65;
}

.btn-group>.btn+.btn-green,
.input-group>.btn+.btn-green,
.input-group>.btn+.dropdown-menu+.btn-green {
    border-left: 1px solid #267f26;
}

.btn-outline-green {
    color: #32a932;
    border-color: #32a932;
}

.btn-outline-green:hover {
    color: #FFFFFF;
    background-color: #32a932;
    border-color: #32a932;
}

.btn-check:focus+.btn-outline-green,
.btn-outline-green:focus {
    box-shadow: 0 0 0 0 rgba(50, 169, 50, 0.5);
}

.btn-check:checked+.btn-outline-green,
.btn-check:active+.btn-outline-green,
.btn-outline-green:active,
.btn-outline-green.active,
.btn-outline-green.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #32a932;
    border-color: #32a932;
}

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

.btn-outline-green:disabled,
.btn-outline-green.disabled {
    color: #32a932;
    background-color: transparent;
}

.btn-lime {
    color: #FFFFFF;
    background-color: #90ca4b;
    border-color: #90ca4b;
    box-shadow: 0;
}

.btn-lime:hover {
    color: #FFFFFF;
    background-color: #6c9838;
    border-color: #6c9838;
}

.btn-check:focus+.btn-lime,
.btn-lime:focus {
    color: #FFFFFF;
    background-color: #6c9838;
    border-color: #6c9838;
    box-shadow: 0 0 0 0 rgba(161, 210, 102, 0.5);
}

.btn-check:checked+.btn-lime,
.btn-check:active+.btn-lime,
.btn-lime:active,
.btn-lime.active,
.show>.btn-lime.dropdown-toggle {
    color: #FFFFFF;
    background-color: #6c9838;
    border-color: #6c9838;
}

.btn-check:checked+.btn-lime:focus,
.btn-check:active+.btn-lime:focus,
.btn-lime:active:focus,
.btn-lime.active:focus,
.show>.btn-lime.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(161, 210, 102, 0.5);
}

.btn-lime:disabled,
.btn-lime.disabled {
    color: #FFFFFF;
    background-color: #acd778;
    border-color: #acd778;
}

.btn-group>.btn+.btn-lime,
.input-group>.btn+.btn-lime,
.input-group>.btn+.dropdown-menu+.btn-lime {
    border-left: 1px solid #6c9838;
}

.btn-outline-lime {
    color: #90ca4b;
    border-color: #90ca4b;
}

.btn-outline-lime:hover {
    color: #FFFFFF;
    background-color: #90ca4b;
    border-color: #90ca4b;
}

.btn-check:focus+.btn-outline-lime,
.btn-outline-lime:focus {
    box-shadow: 0 0 0 0 rgba(144, 202, 75, 0.5);
}

.btn-check:checked+.btn-outline-lime,
.btn-check:active+.btn-outline-lime,
.btn-outline-lime:active,
.btn-outline-lime.active,
.btn-outline-lime.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #90ca4b;
    border-color: #90ca4b;
}

.btn-check:checked+.btn-outline-lime:focus,
.btn-check:active+.btn-outline-lime:focus,
.btn-outline-lime:active:focus,
.btn-outline-lime.active:focus,
.btn-outline-lime.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(144, 202, 75, 0.5);
}

.btn-outline-lime:disabled,
.btn-outline-lime.disabled {
    color: #90ca4b;
    background-color: transparent;
}

.btn-teal {
    color: #FFFFFF;
    background-color: #00acac;
    border-color: #00acac;
    box-shadow: 0;
}

.btn-teal:hover {
    color: #FFFFFF;
    background-color: #008181;
    border-color: #008181;
}

.btn-check:focus+.btn-teal,
.btn-teal:focus {
    color: #FFFFFF;
    background-color: #008181;
    border-color: #008181;
    box-shadow: 0 0 0 0 rgba(38, 184, 184, 0.5);
}

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

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

.btn-teal:disabled,
.btn-teal.disabled {
    color: #FFFFFF;
    background-color: #40c1c1;
    border-color: #40c1c1;
}

.btn-group>.btn+.btn-teal,
.input-group>.btn+.btn-teal,
.input-group>.btn+.dropdown-menu+.btn-teal {
    border-left: 1px solid #008181;
}

.btn-outline-teal {
    color: #00acac;
    border-color: #00acac;
}

.btn-outline-teal:hover {
    color: #FFFFFF;
    background-color: #00acac;
    border-color: #00acac;
}

.btn-check:focus+.btn-outline-teal,
.btn-outline-teal:focus {
    box-shadow: 0 0 0 0 rgba(0, 172, 172, 0.5);
}

.btn-check:checked+.btn-outline-teal,
.btn-check:active+.btn-outline-teal,
.btn-outline-teal:active,
.btn-outline-teal.active,
.btn-outline-teal.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #00acac;
    border-color: #00acac;
}

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

.btn-outline-teal:disabled,
.btn-outline-teal.disabled {
    color: #00acac;
    background-color: transparent;
}

.btn-cyan {
    color: #FFFFFF;
    background-color: #49b6d6;
    border-color: #49b6d6;
    box-shadow: 0;
}

.btn-cyan:hover {
    color: #FFFFFF;
    background-color: #3789a1;
    border-color: #3789a1;
}

.btn-check:focus+.btn-cyan,
.btn-cyan:focus {
    color: #FFFFFF;
    background-color: #3789a1;
    border-color: #3789a1;
    box-shadow: 0 0 0 0 rgba(100, 193, 220, 0.5);
}

.btn-check:checked+.btn-cyan,
.btn-check:active+.btn-cyan,
.btn-cyan:active,
.btn-cyan.active,
.show>.btn-cyan.dropdown-toggle {
    color: #FFFFFF;
    background-color: #3789a1;
    border-color: #3789a1;
}

.btn-check:checked+.btn-cyan:focus,
.btn-check:active+.btn-cyan:focus,
.btn-cyan:active:focus,
.btn-cyan.active:focus,
.show>.btn-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(100, 193, 220, 0.5);
}

.btn-cyan:disabled,
.btn-cyan.disabled {
    color: #FFFFFF;
    background-color: #77c8e0;
    border-color: #77c8e0;
}

.btn-group>.btn+.btn-cyan,
.input-group>.btn+.btn-cyan,
.input-group>.btn+.dropdown-menu+.btn-cyan {
    border-left: 1px solid #3789a1;
}

.btn-outline-cyan {
    color: #49b6d6;
    border-color: #49b6d6;
}

.btn-outline-cyan:hover {
    color: #FFFFFF;
    background-color: #49b6d6;
    border-color: #49b6d6;
}

.btn-check:focus+.btn-outline-cyan,
.btn-outline-cyan:focus {
    box-shadow: 0 0 0 0 rgba(73, 182, 214, 0.5);
}

.btn-check:checked+.btn-outline-cyan,
.btn-check:active+.btn-outline-cyan,
.btn-outline-cyan:active,
.btn-outline-cyan.active,
.btn-outline-cyan.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #49b6d6;
    border-color: #49b6d6;
}

.btn-check:checked+.btn-outline-cyan:focus,
.btn-check:active+.btn-outline-cyan:focus,
.btn-outline-cyan:active:focus,
.btn-outline-cyan.active:focus,
.btn-outline-cyan.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(73, 182, 214, 0.5);
}

.btn-outline-cyan:disabled,
.btn-outline-cyan.disabled {
    color: #49b6d6;
    background-color: transparent;
}

.btn-white {
    color: #20252a;
    background-color: #FFFFFF;
    border-color: #ced4da;
    box-shadow: 0;
}

.btn-white:hover {
    color: #20252a;
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.btn-check:focus+.btn-white,
.btn-white:focus {
    color: #20252a;
    background-color: #e9ecef;
    border-color: #adb5bd;
    box-shadow: 0 0 0 0 rgba(180, 186, 192, 0.5);
}

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

.btn-check:checked+.btn-white:focus,
.btn-check:active+.btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(180, 186, 192, 0.5);
}

.btn-white:disabled,
.btn-white.disabled {
    color: #20252a;
    background-color: #eff1f3;
    border-color: #c2c8ce;
}

.btn-outline-white {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-outline-white:hover {
    color: #20252a;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

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

.btn-check:checked+.btn-outline-white,
.btn-check:active+.btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
    color: #20252a;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

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

.btn-outline-white:disabled,
.btn-outline-white.disabled {
    color: #FFFFFF;
    background-color: transparent;
}

.btn-black {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
    box-shadow: 0;
}

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

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

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

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

.btn-black:disabled,
.btn-black.disabled {
    color: #FFFFFF;
    background-color: #404040;
    border-color: #404040;
}

.btn-group>.btn+.btn-black,
.input-group>.btn+.btn-black,
.input-group>.btn+.dropdown-menu+.btn-black {
    border-left: 1px solid black;
}

.btn-outline-black {
    color: #000000;
    border-color: #000000;
}

.btn-outline-black:hover {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
}

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

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

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

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

.btn-silver {
    color: #FFFFFF;
    background-color: #b6c2c9;
    border-color: #b6c2c9;
    box-shadow: 0;
}

.btn-silver:hover {
    color: #FFFFFF;
    background-color: #899297;
    border-color: #899297;
}

.btn-check:focus+.btn-silver,
.btn-silver:focus {
    color: #FFFFFF;
    background-color: #899297;
    border-color: #899297;
    box-shadow: 0 0 0 0 rgba(193, 203, 209, 0.5);
}

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

.btn-check:checked+.btn-silver:focus,
.btn-check:active+.btn-silver:focus,
.btn-silver:active:focus,
.btn-silver.active:focus,
.show>.btn-silver.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(193, 203, 209, 0.5);
}

.btn-silver:disabled,
.btn-silver.disabled {
    color: #FFFFFF;
    background-color: #c8d1d7;
    border-color: #c8d1d7;
}

.btn-group>.btn+.btn-silver,
.input-group>.btn+.btn-silver,
.input-group>.btn+.dropdown-menu+.btn-silver {
    border-left: 1px solid #899297;
}

.btn-outline-silver {
    color: #b6c2c9;
    border-color: #b6c2c9;
}

.btn-outline-silver:hover {
    color: #FFFFFF;
    background-color: #b6c2c9;
    border-color: #b6c2c9;
}

.btn-check:focus+.btn-outline-silver,
.btn-outline-silver:focus {
    box-shadow: 0 0 0 0 rgba(182, 194, 201, 0.5);
}

.btn-check:checked+.btn-outline-silver,
.btn-check:active+.btn-outline-silver,
.btn-outline-silver:active,
.btn-outline-silver.active,
.btn-outline-silver.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #b6c2c9;
    border-color: #b6c2c9;
}

.btn-check:checked+.btn-outline-silver:focus,
.btn-check:active+.btn-outline-silver:focus,
.btn-outline-silver:active:focus,
.btn-outline-silver.active:focus,
.btn-outline-silver.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(182, 194, 201, 0.5);
}

.btn-outline-silver:disabled,
.btn-outline-silver.disabled {
    color: #b6c2c9;
    background-color: transparent;
}

.btn-light {
    color: #FFFFFF;
    background-color: #f2f3f4;
    border-color: #f2f3f4;
    box-shadow: 0;
}

.btn-light:hover {
    color: #FFFFFF;
    background-color: #b6b6b7;
    border-color: #b6b6b7;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #FFFFFF;
    background-color: #b6b6b7;
    border-color: #b6b6b7;
    box-shadow: 0 0 0 0 rgba(244, 245, 246, 0.5);
}

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

.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 rgba(244, 245, 246, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
    color: #FFFFFF;
    background-color: #f5f6f7;
    border-color: #f5f6f7;
}

.btn-group>.btn+.btn-light,
.input-group>.btn+.btn-light,
.input-group>.btn+.dropdown-menu+.btn-light {
    border-left: 1px solid #b6b6b7;
}

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

.btn-outline-light:hover {
    color: #FFFFFF;
    background-color: #f2f3f4;
    border-color: #f2f3f4;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(242, 243, 244, 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: #FFFFFF;
    background-color: #f2f3f4;
    border-color: #f2f3f4;
}

.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 rgba(242, 243, 244, 0.5);
}

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

.btn-gray {
    color: #FFFFFF;
    background-color: #adb5bd;
    border-color: #adb5bd;
    box-shadow: 0;
}

.btn-gray:hover {
    color: #FFFFFF;
    background-color: #82888e;
    border-color: #82888e;
}

.btn-check:focus+.btn-gray,
.btn-gray:focus {
    color: #FFFFFF;
    background-color: #82888e;
    border-color: #82888e;
    box-shadow: 0 0 0 0 rgba(185, 192, 199, 0.5);
}

.btn-check:checked+.btn-gray,
.btn-check:active+.btn-gray,
.btn-gray:active,
.btn-gray.active,
.show>.btn-gray.dropdown-toggle {
    color: #FFFFFF;
    background-color: #82888e;
    border-color: #82888e;
}

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

.btn-gray:disabled,
.btn-gray.disabled {
    color: #FFFFFF;
    background-color: #c2c8ce;
    border-color: #c2c8ce;
}

.btn-group>.btn+.btn-gray,
.input-group>.btn+.btn-gray,
.input-group>.btn+.dropdown-menu+.btn-gray {
    border-left: 1px solid #82888e;
}

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

.btn-outline-gray:hover {
    color: #FFFFFF;
    background-color: #adb5bd;
    border-color: #adb5bd;
}

.btn-check:focus+.btn-outline-gray,
.btn-outline-gray:focus {
    box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
}

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

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

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

.btn-gray-dark {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
    box-shadow: 0;
}

.btn-gray-dark:hover {
    color: #FFFFFF;
    background-color: #22282d;
    border-color: #22282d;
}

.btn-check:focus+.btn-gray-dark,
.btn-gray-dark:focus {
    color: #FFFFFF;
    background-color: #22282d;
    border-color: #22282d;
    box-shadow: 0 0 0 0 rgba(77, 83, 89, 0.5);
}

.btn-check:checked+.btn-gray-dark,
.btn-check:active+.btn-gray-dark,
.btn-gray-dark:active,
.btn-gray-dark.active,
.show>.btn-gray-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #22282d;
    border-color: #22282d;
}

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

.btn-gray-dark:disabled,
.btn-gray-dark.disabled {
    color: #FFFFFF;
    background-color: #62686d;
    border-color: #62686d;
}

.btn-group>.btn+.btn-gray-dark,
.input-group>.btn+.btn-gray-dark,
.input-group>.btn+.dropdown-menu+.btn-gray-dark {
    border-left: 1px solid #22282d;
}

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

.btn-outline-gray-dark:hover {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-check:focus+.btn-outline-gray-dark,
.btn-outline-gray-dark:focus {
    box-shadow: 0 0 0 0 rgba(45, 53, 60, 0.5);
}

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

.btn-check:checked+.btn-outline-gray-dark:focus,
.btn-check:active+.btn-outline-gray-dark:focus,
.btn-outline-gray-dark:active:focus,
.btn-outline-gray-dark.active:focus,
.btn-outline-gray-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(45, 53, 60, 0.5);
}

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

.btn-muted {
    color: #FFFFFF;
    background-color: #627884;
    border-color: #627884;
    box-shadow: 0;
}

.btn-muted:hover {
    color: #FFFFFF;
    background-color: #4a5a63;
    border-color: #4a5a63;
}

.btn-check:focus+.btn-muted,
.btn-muted:focus {
    color: #FFFFFF;
    background-color: #4a5a63;
    border-color: #4a5a63;
    box-shadow: 0 0 0 0 rgba(122, 140, 150, 0.5);
}

.btn-check:checked+.btn-muted,
.btn-check:active+.btn-muted,
.btn-muted:active,
.btn-muted.active,
.show>.btn-muted.dropdown-toggle {
    color: #FFFFFF;
    background-color: #4a5a63;
    border-color: #4a5a63;
}

.btn-check:checked+.btn-muted:focus,
.btn-check:active+.btn-muted:focus,
.btn-muted:active:focus,
.btn-muted.active:focus,
.show>.btn-muted.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(122, 140, 150, 0.5);
}

.btn-muted:disabled,
.btn-muted.disabled {
    color: #FFFFFF;
    background-color: #899aa3;
    border-color: #899aa3;
}

.btn-group>.btn+.btn-muted,
.input-group>.btn+.btn-muted,
.input-group>.btn+.dropdown-menu+.btn-muted {
    border-left: 1px solid #4a5a63;
}

.btn-outline-muted {
    color: #627884;
    border-color: #627884;
}

.btn-outline-muted:hover {
    color: #FFFFFF;
    background-color: #627884;
    border-color: #627884;
}

.btn-check:focus+.btn-outline-muted,
.btn-outline-muted:focus {
    box-shadow: 0 0 0 0 rgba(98, 120, 132, 0.5);
}

.btn-check:checked+.btn-outline-muted,
.btn-check:active+.btn-outline-muted,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #627884;
    border-color: #627884;
}

.btn-check:checked+.btn-outline-muted:focus,
.btn-check:active+.btn-outline-muted:focus,
.btn-outline-muted:active:focus,
.btn-outline-muted.active:focus,
.btn-outline-muted.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(98, 120, 132, 0.5);
}

.btn-outline-muted:disabled,
.btn-outline-muted.disabled {
    color: #627884;
    background-color: transparent;
}

.btn-gray-100 {
    color: #FFFFFF;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0;
}

.btn-gray-100:hover {
    color: #FFFFFF;
    background-color: #babbbc;
    border-color: #babbbc;
}

.btn-check:focus+.btn-gray-100,
.btn-gray-100:focus {
    color: #FFFFFF;
    background-color: #babbbc;
    border-color: #babbbc;
    box-shadow: 0 0 0 0 rgba(249, 250, 251, 0.5);
}

.btn-check:checked+.btn-gray-100,
.btn-check:active+.btn-gray-100,
.btn-gray-100:active,
.btn-gray-100.active,
.show>.btn-gray-100.dropdown-toggle {
    color: #FFFFFF;
    background-color: #babbbc;
    border-color: #babbbc;
}

.btn-check:checked+.btn-gray-100:focus,
.btn-check:active+.btn-gray-100:focus,
.btn-gray-100:active:focus,
.btn-gray-100.active:focus,
.show>.btn-gray-100.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(249, 250, 251, 0.5);
}

.btn-gray-100:disabled,
.btn-gray-100.disabled {
    color: #FFFFFF;
    background-color: #fafbfb;
    border-color: #fafbfb;
}

.btn-group>.btn+.btn-gray-100,
.input-group>.btn+.btn-gray-100,
.input-group>.btn+.dropdown-menu+.btn-gray-100 {
    border-left: 1px solid #babbbc;
}

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

.btn-outline-gray-100:hover {
    color: #FFFFFF;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

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

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

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

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

.btn-gray-200 {
    color: #FFFFFF;
    background-color: #e9ecef;
    border-color: #e9ecef;
    box-shadow: 0;
}

.btn-gray-200:hover {
    color: #FFFFFF;
    background-color: #afb1b3;
    border-color: #afb1b3;
}

.btn-check:focus+.btn-gray-200,
.btn-gray-200:focus {
    color: #FFFFFF;
    background-color: #afb1b3;
    border-color: #afb1b3;
    box-shadow: 0 0 0 0 rgba(236, 239, 241, 0.5);
}

.btn-check:checked+.btn-gray-200,
.btn-check:active+.btn-gray-200,
.btn-gray-200:active,
.btn-gray-200.active,
.show>.btn-gray-200.dropdown-toggle {
    color: #FFFFFF;
    background-color: #afb1b3;
    border-color: #afb1b3;
}

.btn-check:checked+.btn-gray-200:focus,
.btn-check:active+.btn-gray-200:focus,
.btn-gray-200:active:focus,
.btn-gray-200.active:focus,
.show>.btn-gray-200.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(236, 239, 241, 0.5);
}

.btn-gray-200:disabled,
.btn-gray-200.disabled {
    color: #FFFFFF;
    background-color: #eff1f3;
    border-color: #eff1f3;
}

.btn-group>.btn+.btn-gray-200,
.input-group>.btn+.btn-gray-200,
.input-group>.btn+.dropdown-menu+.btn-gray-200 {
    border-left: 1px solid #afb1b3;
}

.btn-outline-gray-200 {
    color: #e9ecef;
    border-color: #e9ecef;
}

.btn-outline-gray-200:hover {
    color: #FFFFFF;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.btn-check:focus+.btn-outline-gray-200,
.btn-outline-gray-200:focus {
    box-shadow: 0 0 0 0 rgba(233, 236, 239, 0.5);
}

.btn-check:checked+.btn-outline-gray-200,
.btn-check:active+.btn-outline-gray-200,
.btn-outline-gray-200:active,
.btn-outline-gray-200.active,
.btn-outline-gray-200.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.btn-check:checked+.btn-outline-gray-200:focus,
.btn-check:active+.btn-outline-gray-200:focus,
.btn-outline-gray-200:active:focus,
.btn-outline-gray-200.active:focus,
.btn-outline-gray-200.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(233, 236, 239, 0.5);
}

.btn-outline-gray-200:disabled,
.btn-outline-gray-200.disabled {
    color: #e9ecef;
    background-color: transparent;
}

.btn-gray-300 {
    color: #FFFFFF;
    background-color: #dee2e6;
    border-color: #dee2e6;
    box-shadow: 0;
}

.btn-gray-300:hover {
    color: #FFFFFF;
    background-color: #a7aaad;
    border-color: #a7aaad;
}

.btn-check:focus+.btn-gray-300,
.btn-gray-300:focus {
    color: #FFFFFF;
    background-color: #a7aaad;
    border-color: #a7aaad;
    box-shadow: 0 0 0 0 rgba(227, 230, 234, 0.5);
}

.btn-check:checked+.btn-gray-300,
.btn-check:active+.btn-gray-300,
.btn-gray-300:active,
.btn-gray-300.active,
.show>.btn-gray-300.dropdown-toggle {
    color: #FFFFFF;
    background-color: #a7aaad;
    border-color: #a7aaad;
}

.btn-check:checked+.btn-gray-300:focus,
.btn-check:active+.btn-gray-300:focus,
.btn-gray-300:active:focus,
.btn-gray-300.active:focus,
.show>.btn-gray-300.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(227, 230, 234, 0.5);
}

.btn-gray-300:disabled,
.btn-gray-300.disabled {
    color: #FFFFFF;
    background-color: #e6e9ec;
    border-color: #e6e9ec;
}

.btn-group>.btn+.btn-gray-300,
.input-group>.btn+.btn-gray-300,
.input-group>.btn+.dropdown-menu+.btn-gray-300 {
    border-left: 1px solid #a7aaad;
}

.btn-outline-gray-300 {
    color: #dee2e6;
    border-color: #dee2e6;
}

.btn-outline-gray-300:hover {
    color: #FFFFFF;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-check:focus+.btn-outline-gray-300,
.btn-outline-gray-300:focus {
    box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
}

.btn-check:checked+.btn-outline-gray-300,
.btn-check:active+.btn-outline-gray-300,
.btn-outline-gray-300:active,
.btn-outline-gray-300.active,
.btn-outline-gray-300.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-check:checked+.btn-outline-gray-300:focus,
.btn-check:active+.btn-outline-gray-300:focus,
.btn-outline-gray-300:active:focus,
.btn-outline-gray-300.active:focus,
.btn-outline-gray-300.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-300:disabled,
.btn-outline-gray-300.disabled {
    color: #dee2e6;
    background-color: transparent;
}

.btn-gray-400 {
    color: #FFFFFF;
    background-color: #ced4da;
    border-color: #ced4da;
    box-shadow: 0;
}

.btn-gray-400:hover {
    color: #FFFFFF;
    background-color: #9b9fa4;
    border-color: #9b9fa4;
}

.btn-check:focus+.btn-gray-400,
.btn-gray-400:focus {
    color: #FFFFFF;
    background-color: #9b9fa4;
    border-color: #9b9fa4;
    box-shadow: 0 0 0 0 rgba(213, 218, 224, 0.5);
}

.btn-check:checked+.btn-gray-400,
.btn-check:active+.btn-gray-400,
.btn-gray-400:active,
.btn-gray-400.active,
.show>.btn-gray-400.dropdown-toggle {
    color: #FFFFFF;
    background-color: #9b9fa4;
    border-color: #9b9fa4;
}

.btn-check:checked+.btn-gray-400:focus,
.btn-check:active+.btn-gray-400:focus,
.btn-gray-400:active:focus,
.btn-gray-400.active:focus,
.show>.btn-gray-400.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(213, 218, 224, 0.5);
}

.btn-gray-400:disabled,
.btn-gray-400.disabled {
    color: #FFFFFF;
    background-color: #dadfe3;
    border-color: #dadfe3;
}

.btn-group>.btn+.btn-gray-400,
.input-group>.btn+.btn-gray-400,
.input-group>.btn+.dropdown-menu+.btn-gray-400 {
    border-left: 1px solid #9b9fa4;
}

.btn-outline-gray-400 {
    color: #ced4da;
    border-color: #ced4da;
}

.btn-outline-gray-400:hover {
    color: #FFFFFF;
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-check:focus+.btn-outline-gray-400,
.btn-outline-gray-400:focus {
    box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
}

.btn-check:checked+.btn-outline-gray-400,
.btn-check:active+.btn-outline-gray-400,
.btn-outline-gray-400:active,
.btn-outline-gray-400.active,
.btn-outline-gray-400.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-check:checked+.btn-outline-gray-400:focus,
.btn-check:active+.btn-outline-gray-400:focus,
.btn-outline-gray-400:active:focus,
.btn-outline-gray-400.active:focus,
.btn-outline-gray-400.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
}

.btn-outline-gray-400:disabled,
.btn-outline-gray-400.disabled {
    color: #ced4da;
    background-color: transparent;
}

.btn-gray-500 {
    color: #FFFFFF;
    background-color: #adb5bd;
    border-color: #adb5bd;
    box-shadow: 0;
}

.btn-gray-500:hover {
    color: #FFFFFF;
    background-color: #82888e;
    border-color: #82888e;
}

.btn-check:focus+.btn-gray-500,
.btn-gray-500:focus {
    color: #FFFFFF;
    background-color: #82888e;
    border-color: #82888e;
    box-shadow: 0 0 0 0 rgba(185, 192, 199, 0.5);
}

.btn-check:checked+.btn-gray-500,
.btn-check:active+.btn-gray-500,
.btn-gray-500:active,
.btn-gray-500.active,
.show>.btn-gray-500.dropdown-toggle {
    color: #FFFFFF;
    background-color: #82888e;
    border-color: #82888e;
}

.btn-check:checked+.btn-gray-500:focus,
.btn-check:active+.btn-gray-500:focus,
.btn-gray-500:active:focus,
.btn-gray-500.active:focus,
.show>.btn-gray-500.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(185, 192, 199, 0.5);
}

.btn-gray-500:disabled,
.btn-gray-500.disabled {
    color: #FFFFFF;
    background-color: #c2c8ce;
    border-color: #c2c8ce;
}

.btn-group>.btn+.btn-gray-500,
.input-group>.btn+.btn-gray-500,
.input-group>.btn+.dropdown-menu+.btn-gray-500 {
    border-left: 1px solid #82888e;
}

.btn-outline-gray-500 {
    color: #adb5bd;
    border-color: #adb5bd;
}

.btn-outline-gray-500:hover {
    color: #FFFFFF;
    background-color: #adb5bd;
    border-color: #adb5bd;
}

.btn-check:focus+.btn-outline-gray-500,
.btn-outline-gray-500:focus {
    box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
}

.btn-check:checked+.btn-outline-gray-500,
.btn-check:active+.btn-outline-gray-500,
.btn-outline-gray-500:active,
.btn-outline-gray-500.active,
.btn-outline-gray-500.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #adb5bd;
    border-color: #adb5bd;
}

.btn-check:checked+.btn-outline-gray-500:focus,
.btn-check:active+.btn-outline-gray-500:focus,
.btn-outline-gray-500:active:focus,
.btn-outline-gray-500.active:focus,
.btn-outline-gray-500.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
}

.btn-outline-gray-500:disabled,
.btn-outline-gray-500.disabled {
    color: #adb5bd;
    background-color: transparent;
}

.btn-gray-600 {
    color: #FFFFFF;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: 0;
}

.btn-gray-600:hover {
    color: #FFFFFF;
    background-color: #51585e;
    border-color: #51585e;
}

.btn-check:focus+.btn-gray-600,
.btn-gray-600:focus {
    color: #FFFFFF;
    background-color: #51585e;
    border-color: #51585e;
    box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-check:checked+.btn-gray-600,
.btn-check:active+.btn-gray-600,
.btn-gray-600:active,
.btn-gray-600.active,
.show>.btn-gray-600.dropdown-toggle {
    color: #FFFFFF;
    background-color: #51585e;
    border-color: #51585e;
}

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

.btn-gray-600:disabled,
.btn-gray-600.disabled {
    color: #FFFFFF;
    background-color: #91989e;
    border-color: #91989e;
}

.btn-group>.btn+.btn-gray-600,
.input-group>.btn+.btn-gray-600,
.input-group>.btn+.dropdown-menu+.btn-gray-600 {
    border-left: 1px solid #51585e;
}

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

.btn-outline-gray-600:hover {
    color: #FFFFFF;
    background-color: #6c757d;
    border-color: #6c757d;
}

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

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

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

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

.btn-gray-700 {
    color: #FFFFFF;
    background-color: #495057;
    border-color: #495057;
    box-shadow: 0;
}

.btn-gray-700:hover {
    color: #FFFFFF;
    background-color: #373c41;
    border-color: #373c41;
}

.btn-check:focus+.btn-gray-700,
.btn-gray-700:focus {
    color: #FFFFFF;
    background-color: #373c41;
    border-color: #373c41;
    box-shadow: 0 0 0 0 rgba(100, 106, 112, 0.5);
}

.btn-check:checked+.btn-gray-700,
.btn-check:active+.btn-gray-700,
.btn-gray-700:active,
.btn-gray-700.active,
.show>.btn-gray-700.dropdown-toggle {
    color: #FFFFFF;
    background-color: #373c41;
    border-color: #373c41;
}

.btn-check:checked+.btn-gray-700:focus,
.btn-check:active+.btn-gray-700:focus,
.btn-gray-700:active:focus,
.btn-gray-700.active:focus,
.show>.btn-gray-700.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(100, 106, 112, 0.5);
}

.btn-gray-700:disabled,
.btn-gray-700.disabled {
    color: #FFFFFF;
    background-color: #777c81;
    border-color: #777c81;
}

.btn-group>.btn+.btn-gray-700,
.input-group>.btn+.btn-gray-700,
.input-group>.btn+.dropdown-menu+.btn-gray-700 {
    border-left: 1px solid #373c41;
}

.btn-outline-gray-700 {
    color: #495057;
    border-color: #495057;
}

.btn-outline-gray-700:hover {
    color: #FFFFFF;
    background-color: #495057;
    border-color: #495057;
}

.btn-check:focus+.btn-outline-gray-700,
.btn-outline-gray-700:focus {
    box-shadow: 0 0 0 0 rgba(73, 80, 87, 0.5);
}

.btn-check:checked+.btn-outline-gray-700,
.btn-check:active+.btn-outline-gray-700,
.btn-outline-gray-700:active,
.btn-outline-gray-700.active,
.btn-outline-gray-700.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #495057;
    border-color: #495057;
}

.btn-check:checked+.btn-outline-gray-700:focus,
.btn-check:active+.btn-outline-gray-700:focus,
.btn-outline-gray-700:active:focus,
.btn-outline-gray-700.active:focus,
.btn-outline-gray-700.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(73, 80, 87, 0.5);
}

.btn-outline-gray-700:disabled,
.btn-outline-gray-700.disabled {
    color: #495057;
    background-color: transparent;
}

.btn-gray-800 {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
    box-shadow: 0;
}

.btn-gray-800:hover {
    color: #FFFFFF;
    background-color: #22282d;
    border-color: #22282d;
}

.btn-check:focus+.btn-gray-800,
.btn-gray-800:focus {
    color: #FFFFFF;
    background-color: #22282d;
    border-color: #22282d;
    box-shadow: 0 0 0 0 rgba(77, 83, 89, 0.5);
}

.btn-check:checked+.btn-gray-800,
.btn-check:active+.btn-gray-800,
.btn-gray-800:active,
.btn-gray-800.active,
.show>.btn-gray-800.dropdown-toggle {
    color: #FFFFFF;
    background-color: #22282d;
    border-color: #22282d;
}

.btn-check:checked+.btn-gray-800:focus,
.btn-check:active+.btn-gray-800:focus,
.btn-gray-800:active:focus,
.btn-gray-800.active:focus,
.show>.btn-gray-800.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(77, 83, 89, 0.5);
}

.btn-gray-800:disabled,
.btn-gray-800.disabled {
    color: #FFFFFF;
    background-color: #62686d;
    border-color: #62686d;
}

.btn-group>.btn+.btn-gray-800,
.input-group>.btn+.btn-gray-800,
.input-group>.btn+.dropdown-menu+.btn-gray-800 {
    border-left: 1px solid #22282d;
}

.btn-outline-gray-800 {
    color: #2d353c;
    border-color: #2d353c;
}

.btn-outline-gray-800:hover {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-check:focus+.btn-outline-gray-800,
.btn-outline-gray-800:focus {
    box-shadow: 0 0 0 0 rgba(45, 53, 60, 0.5);
}

.btn-check:checked+.btn-outline-gray-800,
.btn-check:active+.btn-outline-gray-800,
.btn-outline-gray-800:active,
.btn-outline-gray-800.active,
.btn-outline-gray-800.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #2d353c;
    border-color: #2d353c;
}

.btn-check:checked+.btn-outline-gray-800:focus,
.btn-check:active+.btn-outline-gray-800:focus,
.btn-outline-gray-800:active:focus,
.btn-outline-gray-800.active:focus,
.btn-outline-gray-800.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(45, 53, 60, 0.5);
}

.btn-outline-gray-800:disabled,
.btn-outline-gray-800.disabled {
    color: #2d353c;
    background-color: transparent;
}

.btn-gray-900 {
    color: #FFFFFF;
    background-color: #20252a;
    border-color: #20252a;
    box-shadow: 0;
}

.btn-gray-900:hover {
    color: #FFFFFF;
    background-color: #181c20;
    border-color: #181c20;
}

.btn-check:focus+.btn-gray-900,
.btn-gray-900:focus {
    color: #FFFFFF;
    background-color: #181c20;
    border-color: #181c20;
    box-shadow: 0 0 0 0 rgba(65, 70, 74, 0.5);
}

.btn-check:checked+.btn-gray-900,
.btn-check:active+.btn-gray-900,
.btn-gray-900:active,
.btn-gray-900.active,
.show>.btn-gray-900.dropdown-toggle {
    color: #FFFFFF;
    background-color: #181c20;
    border-color: #181c20;
}

.btn-check:checked+.btn-gray-900:focus,
.btn-check:active+.btn-gray-900:focus,
.btn-gray-900:active:focus,
.btn-gray-900.active:focus,
.show>.btn-gray-900.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(65, 70, 74, 0.5);
}

.btn-gray-900:disabled,
.btn-gray-900.disabled {
    color: #FFFFFF;
    background-color: #585c5f;
    border-color: #585c5f;
}

.btn-group>.btn+.btn-gray-900,
.input-group>.btn+.btn-gray-900,
.input-group>.btn+.dropdown-menu+.btn-gray-900 {
    border-left: 1px solid #181c20;
}

.btn-outline-gray-900 {
    color: #20252a;
    border-color: #20252a;
}

.btn-outline-gray-900:hover {
    color: #FFFFFF;
    background-color: #20252a;
    border-color: #20252a;
}

.btn-check:focus+.btn-outline-gray-900,
.btn-outline-gray-900:focus {
    box-shadow: 0 0 0 0 rgba(32, 37, 42, 0.5);
}

.btn-check:checked+.btn-outline-gray-900,
.btn-check:active+.btn-outline-gray-900,
.btn-outline-gray-900:active,
.btn-outline-gray-900.active,
.btn-outline-gray-900.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #20252a;
    border-color: #20252a;
}

.btn-check:checked+.btn-outline-gray-900:focus,
.btn-check:active+.btn-outline-gray-900:focus,
.btn-outline-gray-900:active:focus,
.btn-outline-gray-900.active:focus,
.btn-outline-gray-900.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(32, 37, 42, 0.5);
}

.btn-outline-gray-900:disabled,
.btn-outline-gray-900.disabled {
    color: #20252a;
    background-color: transparent;
}

.card .card-header .nav-tabs .nav-link.active {
    border-color: #ced4da;
    border-bottom-color: #FFFFFF;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 2px;
}

.chats {
    list-style-type: none;
    margin: 0;
    padding: 0.9375rem;
}

.chats .chats-item:before,
.chats .chats-item:after {
    content: "";
    display: table;
    clear: both;
}

.chats .chats-item .name {
    color: #2d353c;
    display: block;
    margin-bottom: 0.3125rem;
    font-weight: 600;
    text-decoration: none;
}

.chats .chats-item .name .badge {
    font-size: 8px;
    padding: 1px 4px 2px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.chats .chats-item .date-time {
    font-size: 10px;
    display: block;
    color: #6c757d;
    margin-top: 3px;
    font-weight: 600;
    float: right;
}

.chats .chats-item .image {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
}

.chats .chats-item .image img {
    max-width: 100%;
}

.chats .chats-item .image+.message {
    margin-left: 75px;
}

.chats .chats-item .message {
    padding: 7px 12px;
    font-size: 12px;
    position: relative;
    background: #FFFFFF;
    border-radius: 12px;
}

.chats .chats-item .message:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 15px;
    border: 7px solid transparent;
    border-right-color: #FFFFFF;
}

.chats .chats-item+.chats-item {
    margin-top: 0.9375rem;
}

.chats .end .name {
    text-align: right;
}

.chats .end .date-time {
    float: left;
}

.chats .end .image {
    float: right;
}

.chats .end .image+.message {
    margin-left: 0;
    margin-right: 75px;
}

.chats .end .message {
    text-align: right;
}

.chats .end .message:before {
    left: auto;
    right: -13px;
    border-right-color: transparent;
    border-left-color: #FFFFFF;
}

.panel-body .chats {
    padding: 0;
}

.slimScrollDiv .chats {
    padding-right: 15px;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #f90a69;
    background-color: #fff0f0;
    border-radius: 4px;
}

.inverse-mode code,
code.inverse-mode {
    background: #2d353c;
    color: #fda0c5;
}

.dropdown-menu {
    font-size: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-menu .dropdown-item {
    padding: 0.3125rem 0.9375rem;
    font-weight: 600;
    text-decoration: none;
}

.dropdown-menu.media-list {
    max-width: 360px;
    padding: 0;
}

.dropdown-menu.media-list .media {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin-top: 0;
    margin-bottom: -1px;
    display: flex;
}

.dropdown-menu.media-list .media .media-object {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
}

.dropdown-menu.media-list .media .media-object-icon {
    position: absolute;
    border: 3px solid #FFFFFF;
    background: #FFFFFF;
    margin-top: -11px;
    display: block;
    width: 21px;
    height: 21px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 40px;
    margin-left: 30px;
}

.dropdown-menu.media-list .media .media-left {
    padding-right: 12px;
}

.dropdown-menu.media-list .media .media-right {
    padding-left: 12px;
}

.dropdown-menu.media-list .media .media-heading {
    color: #2d353c;
    margin-bottom: 0;
    font-size: 12.5px;
    line-height: 18px;
}

.dropdown-menu.media-list .media p {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 14px;
    max-width: 270px;
    color: #6c757d;
    font-size: 11px;
}

.dropdown-menu.media-list .dropdown-header {
    font-weight: 700;
    color: #2d353c;
    font-size: 10px;
    background: #eff0f2;
    padding: 0.61875rem 0.9375rem;
}

.dropdown-menu.media-list .dropdown-item {
    padding: 0.61875rem 0.9375rem;
}

.dropdown-menu.media-list .dropdown-footer {
    padding: 0.61875rem 0.9375rem;
}

.form-horizontal.form-bordered .form-group {
    border-bottom: 1px solid #e7eaed;
    margin: 0;
}

.form-horizontal.form-bordered .form-group .col-form-label {
    padding: 0.9375rem;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .form-horizontal.form-bordered .form-group .col-form-label {
        padding-bottom: 0.46875rem;
    }
}

.form-horizontal.form-bordered .form-group .col-form-label+div {
    border-left: 1px solid #e7eaed;
}

@media (max-width: 767.98px) {
    .form-horizontal.form-bordered .form-group .col-form-label+div {
        padding-top: 0;
        border-left: none;
    }
}

.form-horizontal.form-bordered .form-group>div {
    padding: 0.9375rem;
}

.form-horizontal.form-bordered .form-group:last-child {
    border-bottom: 0;
}

.valid-tooltip,
.invalid-tooltip {
    color: #FFFFFF;
}

.list-group-item.list-group-item-inverse {
    background: #2d353c;
    border-color: #20252a;
    color: #FFFFFF;
}

.list-group-item.list-group-item-inverse .label-inverse,
.list-group-item.list-group-item-inverse .badge-inverse {
    background: rgba(0, 0, 0, 0.4);
}

.list-group-item.list-group-item-inverse.list-group-item-action:hover,
.list-group-item.list-group-item-inverse.list-group-item-action:focus {
    color: #FFFFFF;
    background: #495057;
    text-decoration: none;
}

.media-messaging .media {
    padding: 15px;
}

.media-messaging .media+.media {
    margin-top: 0;
    padding-top: 15px;
}

.media-messaging .media:first-child {
    padding-top: 0;
}

.media-messaging .media:last-child {
    padding-bottom: 0;
}

.media-messaging .media p {
    margin: 0;
}

.modal .modal-header {
    display: flex;
    flex: 1;
    align-items: center;
}

.modal.modal-message .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.modal.modal-message .modal-content {
    border-radius: 0;
}

.modal.modal-message .modal-body,
.modal.modal-message .modal-header,
.modal.modal-message .modal-footer {
    width: 60%;
    border: none;
    margin: 0 auto;
}

@media (max-width: 575.98px) {
    .modal.modal-message .modal-body,
    .modal.modal-message .modal-header,
    .modal.modal-message .modal-footer {
        width: 90%;
    }
}

.nav.nav-tabs.nav-tabs-inverse {
    background-color: #20252a;
    border-radius: 4px 4px 0 0;
}

.nav.nav-tabs.nav-tabs-inverse .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.65);
}

.nav.nav-tabs.nav-tabs-inverse .nav-item .nav-link:hover,
.nav.nav-tabs.nav-tabs-inverse .nav-item .nav-link:focus {
    color: #FFFFFF;
}

.nav.nav-tabs.nav-tabs-inverse .nav-item .nav-link.active {
    color: #2d353c;
}

.nav.nav-pills .nav-item .nav-link {
    padding: 0.61875rem 0.9375rem;
    font-weight: 600;
    color: #6f8293;
}

.nav.nav-pills .nav-item .nav-link:hover,
.nav.nav-pills .nav-item .nav-link:focus {
    color: #2d353c;
}

.nav.nav-pills .nav-item .nav-link.active {
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .nav-wizards-container {
        overflow: scroll;
    }
    .nav-wizards-container .nav.nav-wizards-1,
    .nav-wizards-container .nav.nav-wizards-2,
    .nav-wizards-container .nav.nav-wizards-3 {
        min-width: 600px;
    }
}

.nav.nav-wizards-1 {
    flex-wrap: nowrap;
}

.nav.nav-wizards-1 .nav-item {
    padding: 0;
}

.nav.nav-wizards-1 .nav-item .nav-link {
    position: relative;
    color: #495057;
}

.nav.nav-wizards-1 .nav-item .nav-link .nav-no {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    font-weight: 600;
    background: none;
    border: 2px solid #ced4da;
    position: relative;
    z-index: 10;
    font-size: 0.875rem;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}

.nav.nav-wizards-1 .nav-item .nav-link .nav-text {
    text-align: center;
    margin-top: 0.46875rem;
    font-weight: 600;
    font-size: 0.75rem;
}

.nav.nav-wizards-1 .nav-item .nav-link.active,
.nav.nav-wizards-1 .nav-item .nav-link.completed {
    color: #348fe2;
}

.nav.nav-wizards-1 .nav-item .nav-link.active .nav-no,
.nav.nav-wizards-1 .nav-item .nav-link.completed .nav-no {
    border-color: #348fe2;
    color: #348fe2;
}

.nav.nav-wizards-1 .nav-item .nav-link.active:before,
.nav.nav-wizards-1 .nav-item .nav-link.active:after,
.nav.nav-wizards-1 .nav-item .nav-link.completed:before,
.nav.nav-wizards-1 .nav-item .nav-link.completed:after {
    background: #348fe2;
}

.nav.nav-wizards-1 .nav-item .nav-link.active:after,
.nav.nav-wizards-1 .nav-item .nav-link.completed:after {
    width: calc(50% - 20px);
}

.nav.nav-wizards-1 .nav-item .nav-link.active .nav-no {
    box-shadow: 0 0 0 5px rgba(52, 143, 226, 0.2);
}

.nav.nav-wizards-1 .nav-item .nav-link.disabled {
    color: #adb5bd;
}

.nav.nav-wizards-1 .nav-item .nav-link:before,
.nav.nav-wizards-1 .nav-item .nav-link:after {
    content: "";
    position: absolute;
    top: 1.6875rem;
    height: 2px;
    background: #ced4da;
    left: 0;
    right: calc(50% + 20px);
}

.nav.nav-wizards-1 .nav-item .nav-link:after {
    left: calc(50% + 20px);
    right: 0;
    transition: all 0.2s linear;
}

.nav.nav-wizards-1 .nav-item:first-child .nav-link:before,
.nav.nav-wizards-1 .nav-item:first-child .nav-link:after {
    left: calc(50% + 20px);
}

.nav.nav-wizards-1 .nav-item:last-child .nav-link:before {
    right: calc(50% + 20px);
}

.nav.nav-wizards-1 .nav-item:last-child .nav-link.active:before,
.nav.nav-wizards-1 .nav-item:last-child .nav-link.completed:before {
    background: #348fe2;
}

.nav.nav-wizards-1 .nav-item:last-child .nav-link:after {
    display: none;
}

.nav.nav-wizards-2 {
    flex-wrap: nowrap;
}

.nav.nav-wizards-2 .nav-item {
    padding: 0 1rem;
}

.nav.nav-wizards-2 .nav-item .nav-link {
    position: relative;
    color: #2d353c;
    background: #e9ecef;
    border-radius: 60px;
}

.nav.nav-wizards-2 .nav-item .nav-link .nav-text {
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    position: relative;
    z-index: 10;
    background: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav.nav-wizards-2 .nav-item .nav-link:before,
.nav.nav-wizards-2 .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: -1rem;
    right: -1rem;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background-color: #e9ecef;
    transition: all 0.2s linear;
}

.nav.nav-wizards-2 .nav-item .nav-link:after {
    width: 0%;
    background: #348fe2;
}

.nav.nav-wizards-2 .nav-item .nav-link.disabled {
    color: #ced4da;
}

.nav.nav-wizards-2 .nav-item .nav-link.active,
.nav.nav-wizards-2 .nav-item .nav-link.completed {
    background: #348fe2;
    color: #FFFFFF;
}

.nav.nav-wizards-2 .nav-item .nav-link.active:after,
.nav.nav-wizards-2 .nav-item .nav-link.completed:after {
    width: calc(100% + 2rem);
}

.nav.nav-wizards-2 .nav-item .nav-link.active {
    box-shadow: 0 0 0 4px rgba(52, 143, 226, 0.2);
}

.nav.nav-wizards-2 .nav-item:first-child .nav-link:before,
.nav.nav-wizards-2 .nav-item:first-child .nav-link:after {
    left: 50%;
}

.nav.nav-wizards-2 .nav-item:last-child .nav-link:before {
    right: 50%;
}

.nav.nav-wizards-2 .nav-item:last-child .nav-link.active:before,
.nav.nav-wizards-2 .nav-item:last-child .nav-link.completed:before {
    background: #348fe2;
}

.nav.nav-wizards-2 .nav-item:last-child .nav-link:after {
    display: none;
}

.nav.nav-wizards-3 {
    flex-wrap: nowrap;
}

.nav.nav-wizards-3 .nav-item {
    padding: 0;
}

.nav.nav-wizards-3 .nav-item .nav-link {
    position: relative;
    color: #495057;
}

.nav.nav-wizards-3 .nav-item .nav-link .nav-dot {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    font-weight: 500;
    border: 3px solid #ced4da;
    position: relative;
    z-index: 10;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}

.nav.nav-wizards-3 .nav-item .nav-link .nav-title {
    margin-top: 0.46875rem;
    font-weight: 600;
    text-align: center;
    font-size: 0.875rem;
}

.nav.nav-wizards-3 .nav-item .nav-link .nav-text {
    text-align: center;
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 600;
}

.nav.nav-wizards-3 .nav-item .nav-link.active,
.nav.nav-wizards-3 .nav-item .nav-link.completed {
    color: #20252a;
}

.nav.nav-wizards-3 .nav-item .nav-link.active .nav-dot,
.nav.nav-wizards-3 .nav-item .nav-link.completed .nav-dot {
    border-color: #348fe2;
    color: #348fe2;
}

.nav.nav-wizards-3 .nav-item .nav-link.active:before,
.nav.nav-wizards-3 .nav-item .nav-link.active:after,
.nav.nav-wizards-3 .nav-item .nav-link.completed:before,
.nav.nav-wizards-3 .nav-item .nav-link.completed:after {
    background: #348fe2;
}

.nav.nav-wizards-3 .nav-item .nav-link.active:after,
.nav.nav-wizards-3 .nav-item .nav-link.completed:after {
    width: calc(50% - 8px);
}

.nav.nav-wizards-3 .nav-item .nav-link.active .nav-dot {
    box-shadow: 0 0 0 5px rgba(52, 143, 226, 0.2);
}

.nav.nav-wizards-3 .nav-item .nav-link.disabled {
    color: #adb5bd;
}

.nav.nav-wizards-3 .nav-item .nav-link.disabled .nav-text {
    color: inherit;
}

.nav.nav-wizards-3 .nav-item .nav-link:before,
.nav.nav-wizards-3 .nav-item .nav-link:after {
    content: "";
    position: absolute;
    top: 0.875rem;
    height: 3px;
    background: #ced4da;
    left: 0;
    right: calc(50% + 8px);
}

.nav.nav-wizards-3 .nav-item .nav-link:after {
    left: calc(50% + 8px);
    right: 0;
    transition: all 0.2s linear;
}

.nav.nav-wizards-3 .nav-item:first-child .nav-link:before,
.nav.nav-wizards-3 .nav-item:first-child .nav-link:after {
    left: calc(50% + 8px);
}

.nav.nav-wizards-3 .nav-item:last-child .nav-link:before {
    right: calc(50% + 8px);
}

.nav.nav-wizards-3 .nav-item:last-child .nav-link.active:before,
.nav.nav-wizards-3 .nav-item:last-child .nav-link.completed:before {
    background: #348fe2;
}

.nav.nav-wizards-3 .nav-item:last-child .nav-link:after {
    display: none;
}

.navbar.navbar-sticky {
    top: 70px;
    position: sticky;
    border-left: 1px solid #ced4da;
    padding: 0;
    padding-left: 0.46875rem;
    margin-left: 0.46875rem;
}

.navbar.navbar-sticky .nav {
    width: 100%;
    position: relative;
    flex-direction: column;
}

.navbar.navbar-sticky .nav .nav-link {
    color: #6c757d;
    padding: 0.25rem 1rem;
}

.navbar.navbar-sticky .nav .nav-link:hover {
    color: #495057;
}

.navbar.navbar-sticky .nav .nav-link.active {
    color: #20252a;
    font-weight: 700;
}

.note {
    margin-bottom: 20px;
    position: relative;
    border-left: 3px solid;
    border-radius: 4px;
    display: flex;
    flex: 1;
}

.note .note-icon {
    width: 80px;
    font-size: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.note .note-content {
    padding: 15px;
    flex: 1;
}

.note .note-content h1,
.note .note-content .h1,
.note .note-content h2,
.note .note-content .h2,
.note .note-content h3,
.note .note-content .h3,
.note .note-content h4,
.note .note-content .h4,
.note .note-content h5,
.note .note-content .h5,
.note .note-content h6,
.note .note-content .h6 {
    color: inherit;
}

.note.note-with-end-icon {
    border-left: none;
    border-right: 3px solid;
}

.note.note-default {
    border-color: #e9ecef;
    background: white;
    color: #90a0af;
}

.note.note-inverse {
    border-color: #2d353c;
    background: #434f59;
    color: black;
}

.note.note-primary {
    background: #61a8e8;
    color: #10416d;
}

.note.note-secondary {
    border-color: #6c757d;
    background: #868e96;
    color: #25282b;
}

.note.note-success {
    border-color: #00acac;
    background: #00dfdf;
    color: #001313;
}

.note.note-info {
    border-color: #49b6d6;
    background: #73c7df;
    color: #195a6d;
}

.note.note-warning {
    border-color: #f59c1a;
    background: #f7b14b;
    color: #714505;
}

.note.note-danger {
    border-color: #ff5b57;
    background: #ff8d8a;
    color: #bd0500;
}

.note.note-light {
    background: #FFFFFF;
    color: #2d353c;
}

.note.note-dark {
    border-color: #2d353c;
    background: #434f59;
    color: black;
}

.note.note-blue {
    border-color: #348fe2;
    background: #77b4ec;
}

.note.note-indigo {
    border-color: #8753de;
    background: #b493ea;
}

.note.note-purple {
    border-color: #727cb6;
    background: #a4abd0;
}

.note.note-pink {
    border-color: #fb5597;
    background: #fda0c5;
}

.note.note-red {
    border-color: #ff5b57;
    background: #ffa6a4;
}

.note.note-orange {
    border-color: #f59c1a;
    background: #f8bc63;
}

.note.note-yellow {
    border-color: #ffd900;
    background: #ffe44d;
}

.note.note-green {
    border-color: #32a932;
    background: #59ce59;
}

.note.note-lime {
    border-color: #90ca4b;
    background: #b4db86;
}

.note.note-teal {
    border-color: #00acac;
    background: #00f9f9;
}

.note.note-cyan {
    border-color: #49b6d6;
    background: #87cfe4;
}

.note.note-white {
    border-color: #FFFFFF;
    background: white;
}

.note.note-black {
    border-color: #000000;
    background: #262626;
}

.note.note-silver {
    border-color: #b6c2c9;
    background: #e2e7ea;
}

.note.note-light {
    border-color: #f2f3f4;
    background: white;
}

.note.note-gray {
    border-color: #adb5bd;
    background: #d7dbdf;
}

.note.note-gray-dark {
    border-color: #2d353c;
    background: #4e5c68;
}

.note.note-muted {
    border-color: #627884;
    background: #8a9da8;
}

.note.note-gray-100 {
    border-color: #f8f9fa;
    background: white;
}

.note.note-gray-200 {
    border-color: #e9ecef;
    background: white;
}

.note.note-gray-300 {
    border-color: #dee2e6;
    background: white;
}

.note.note-gray-400 {
    border-color: #ced4da;
    background: #fafafb;
}

.note.note-gray-500 {
    border-color: #adb5bd;
    background: #d7dbdf;
}

.note.note-gray-600 {
    border-color: #6c757d;
    background: #939ba2;
}

.note.note-gray-700 {
    border-color: #495057;
    background: #6c7681;
}

.note.note-gray-800 {
    border-color: #2d353c;
    background: #4e5c68;
}

.note.note-gray-900 {
    border-color: #20252a;
    background: #414b55;
}

.page-header {
    font-size: 24px;
    margin: 0 0 15px;
    padding: 0;
    border: none;
    line-height: 32px;
    font-weight: 500;
}

.page-header small,
.page-header .small {
    line-height: 20px;
}

.pagination .page-item+.page-item {
    margin-left: 0.375rem;
}

.pagination .page-item .page-link {
    font-weight: 600;
    border-radius: 4px;
}

.pagination.pagination-lg .page-item .page-link {
    border-radius: 6px;
}

.pagination.pagination-sm .page-item .page-link {
    border-radius: 3px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.panel {
    background: #FFFFFF;
    border: none;
    margin-bottom: 1.246875rem;
    box-shadow: none;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

.panel .panel-body,
.panel .panel-toolbar,
.panel .panel-footer {
    flex: 1 1 auto;
}

.panel .panel-heading {
    padding: 0.75rem 0.9375rem;
    border: none;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.panel .panel-heading .panel-title {
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.35;
    flex: 1;
}

.panel .panel-heading .panel-title>a {
    color: inherit;
    display: block;
}

.panel .panel-heading .panel-title>a:hover,
.panel .panel-heading .panel-title>a:focus {
    text-decoration: none;
}

.panel .panel-heading .panel-heading-btn {
    display: flex;
    align-items: center;
}

.panel .panel-heading .panel-heading-btn>a+a {
    margin-left: 5px;
}

.panel .panel-heading .panel-heading-btn .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.panel .panel-heading .tab-overflow {
    flex: 1;
}

.panel .panel-body {
    padding: 0.9375rem 0.9375rem;
}

.panel .panel-body:before,
.panel .panel-body:after {
    content: "";
    display: table;
    clear: both;
}

.panel .panel-toolbar {
    padding: 0.75rem 0.9375rem;
}

.panel .panel-footer {
    border-top: 1px solid #ced4da;
    padding: 0.75rem 0.9375rem;
}

.panel [class^=col-].ui-sortable {
    min-height: 0;
}

.panel.panel-default>.panel-heading {
    background: #eff0f2;
    color: #20252a;
}

.panel.panel-inverse>.panel-heading {
    background: #20252a;
    color: #FFFFFF;
}

.panel.panel-loading .panel-body {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.panel.panel-loading .panel-body .panel-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    opacity: 0.9;
    z-index: 10;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel.panel-expand {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 1080;
    display: flex;
    flex: 1;
    flex-direction: column;
    border-radius: 0;
}

.panel.panel-expand>.panel-body,
.panel.panel-expand>.panel-heading,
.panel.panel-expand>.panel-footer {
    border-radius: 0;
}

.panel.panel-expand>.panel-body {
    overflow-x: scroll;
    flex: 1;
}

.panel.panel-expand>.panel-body>.slimScrollDiv {
    height: 100% !important;
}

.panel.panel-expand>.panel-body>.slimScrollDiv>div:not(.slimScrollBar):not(.slimScrollRail) {
    height: 100% !important;
}

.panel.panel-expand>.panel-heading {
    flex: 0;
}

.panel.panel-expand>.panel-heading .fa-expand:before {
    content: "";
}

.panel.panel-expand>.hljs-wrapper {
    max-height: 50%;
    overflow: scroll;
}

.panel.panel-hover-icon .panel-heading .panel-heading-btn .btn i {
    visibility: hidden;
}

.panel.panel-hover-icon .panel-heading:hover .panel-heading-btn .btn i,
.panel.panel-hover-icon .panel-heading:focus .panel-heading-btn .btn i {
    visibility: visible;
}

.panel.panel-with-tabs .panel-heading>.nav-tabs {
    margin-top: -0.375rem;
    margin-bottom: -0.75rem;
    border-bottom: none;
}

.panel.panel-with-tabs .panel-heading>.nav-tabs .nav-item .nav-link {
    border: none;
    margin: 0;
}

.panel-expand .app-content {
    z-index: 9999;
}

.panel-expand .app-content .panel.panel-expand {
    background: #FFFFFF;
}

.registered-users-list {
    list-style-type: none;
    margin: 7.5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.registered-users-list>li {
    width: 25%;
    font-size: 12px;
    padding: 7.5px;
    color: #2d353c;
}

.registered-users-list>li>a {
    display: block;
    margin-bottom: 10px;
}

.registered-users-list>li img {
    max-width: 100%;
    border-radius: 4px;
}

.registered-users-list>li .username {
    font-size: 12px;
    color: #2d353c;
    margin-bottom: 0;
    font-weight: 600;
}

.registered-users-list>li .username small,
.registered-users-list>li .username .small {
    display: block;
    font-size: 11px;
    color: #6f8293;
    line-height: 15px;
}

@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.spinner {
    height: 36px;
    width: 36px;
    border: 2px solid #2d353c;
    border-top-color: #FFFFFF;
    border-radius: 36px;
    -webkit-animation: rotation 0.6s infinite linear;
    animation: rotation 0.6s infinite linear;
}

.spinner.spinner-sm {
    height: 28px;
    width: 28px;
}

.switcher {
    display: inline-block;
}

.switcher label {
    display: block;
    margin: 0;
    width: 46px;
    height: 28px;
    position: relative;
}

.switcher label:before {
    content: "";
    display: block;
    width: 46px;
    height: 28px;
    background: #d5dbe0;
    border: 1px solid #ced4da;
    border-radius: 46px;
    transition: all 0.2s linear;
}

.switcher label:after {
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    transition: all 0.2s linear;
}

.switcher input {
    display: none;
}

.switcher input:checked+label:before {
    background: #348fe2;
    border: 2px solid #348fe2;
}

.switcher input:checked+label:after {
    left: 20px;
}

.switcher.switcher-success input:checked+label:before {
    background: #32a932;
    border-color: #32a932;
}

.switcher.switcher-lime input:checked+label:before {
    background: #90ca4b;
    border-color: #90ca4b;
}

.switcher.switcher-indigo input:checked+label:before {
    background: #8753de;
    border-color: #8753de;
}

.switcher.switcher-purple input:checked+label:before {
    background: #727cb6;
    border-color: #727cb6;
}

.switcher.switcher-inverse input:checked+label:before {
    background: #2d353c;
    border-color: #2d353c;
}

.switcher.switcher-warning input:checked+label:before {
    background: #f59c1a;
    border-color: #f59c1a;
}

.switcher.switcher-danger input:checked+label:before {
    background: #ff5b57;
    border-color: #ff5b57;
}

.switcher.switcher-info input:checked+label:before {
    background: #49b6d6;
    border-color: #49b6d6;
}

.switcher.switcher-pink input:checked+label:before {
    background: #fb5597;
    border-color: #fb5597;
}

.switcher.switcher-yellow input:checked+label:before {
    background: #ffd900;
    border-color: #ffd900;
}

.tab-overflow {
    position: relative;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    flex: 1;
}

.tab-overflow .nav.nav-tabs {
    white-space: nowrap;
    display: table;
    margin: 0;
    border-radius: 4px 4px 0 0;
}

.tab-overflow .nav.nav-tabs>li {
    display: table-cell;
    float: none;
}

.tab-overflow .nav.nav-tabs>li>a {
    margin-left: -1px;
}

.tab-overflow .nav.nav-tabs .prev-button {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: none !important;
    opacity: 0;
    box-shadow: 0 0 15px rgba(45, 53, 60, 0.25);
    transition: all 0.2s linear;
}

.tab-overflow .nav.nav-tabs .prev-button a {
    margin: 0;
    background: #f2f3f4;
    border-radius: 4px 0 0;
}

.tab-overflow .nav.nav-tabs .next-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    display: none !important;
    opacity: 0;
    box-shadow: 0 0 15px rgba(45, 53, 60, 0.25);
    transition: all 0.2s linear;
    border-top-left-radius: 0;
}

.tab-overflow .nav.nav-tabs .next-button a {
    margin: 0;
    background: #f2f3f4;
    border-radius: 0 4px 0 0;
}

.tab-overflow .nav.nav-tabs.nav-tabs-inverse>li>a {
    background: none;
}

.tab-overflow .nav.nav-tabs.nav-tabs-inverse>li>a.active {
    background: #FFFFFF;
    color: #2d353c;
}

.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button,
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
    box-shadow: 0 0 15px #000000;
}

.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button+li>a.active,
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button+li>a.active {
    border-radius: 0 4px 0 0;
}

.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button>a,
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button>a {
    background: #1a2229;
}

.tab-overflow.overflow-right .nav.nav-tabs .next-button {
    display: block !important;
    opacity: 1;
    background: none;
}

.tab-overflow.overflow-left .nav.nav-tabs .prev-button {
    display: block !important;
    opacity: 1;
    background: none;
}

.flat-black .tab-overflow .next-button a,
.flat-black .tab-overflow .prev-button a {
    background: #d2d2d2;
}

.table.table-card>thead>tr>th:first-child,
.table.table-card>thead>tr>td:first-child,
.table.table-card>tbody>tr>th:first-child,
.table.table-card>tbody>tr>td:first-child,
.table.table-card>tfoot>tr>th:first-child,
.table.table-card>tfoot>tr>td:first-child,
.table.table-panel>thead>tr>th:first-child,
.table.table-panel>thead>tr>td:first-child,
.table.table-panel>tbody>tr>th:first-child,
.table.table-panel>tbody>tr>td:first-child,
.table.table-panel>tfoot>tr>th:first-child,
.table.table-panel>tfoot>tr>td:first-child {
    padding-left: 0.9375rem;
    border-left: 0;
}

.table.table-card>thead>tr>th:last-child,
.table.table-card>thead>tr>td:last-child,
.table.table-card>tbody>tr>th:last-child,
.table.table-card>tbody>tr>td:last-child,
.table.table-card>tfoot>tr>th:last-child,
.table.table-card>tfoot>tr>td:last-child,
.table.table-panel>thead>tr>th:last-child,
.table.table-panel>thead>tr>td:last-child,
.table.table-panel>tbody>tr>th:last-child,
.table.table-panel>tbody>tr>td:last-child,
.table.table-panel>tfoot>tr>th:last-child,
.table.table-panel>tfoot>tr>td:last-child {
    padding-right: 0.9375rem;
    border-right: 0;
}

.table.table-dark> :not(:last-child)> :last-child>* {
    border-bottom-color: #6c757d;
}

.theme-panel {
    position: fixed;
    width: 260px;
    right: -260px;
    top: 0;
    bottom: 0;
    z-index: 1035;
    background: #FFFFFF;
    transition: right 0.2s linear;
    border-radius: 4px 0 0 4px;
}

.theme-panel .theme-list {
    margin-bottom: -4px;
    margin-right: -4px;
    display: flex;
    flex-wrap: wrap;
}

.theme-panel .theme-list .theme-list-item {
    margin-bottom: 4px;
    margin-right: 4px;
}

.theme-panel .theme-list .theme-list-item .theme-list-link {
    width: 28px;
    height: 28px;
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    transition: all 0.2s linear;
}

.theme-panel .theme-list .theme-list-item .theme-list-link:hover,
.theme-panel .theme-list .theme-list-item .theme-list-link:focus {
    opacity: 0.6;
}

.theme-panel .theme-list .theme-list-item.active .theme-list-link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    opacity: 0.4;
    text-align: center;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-panel .theme-list .theme-list-item.active .theme-list-link.bg-white:before {
    color: #2d353c;
}

.theme-panel .theme-collapse-btn {
    position: absolute;
    left: -30px;
    top: 30%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #2d353c;
    background: #FFFFFF;
    text-align: center;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 575.98px) {
    .theme-panel .theme-collapse-btn {
        top: 35%;
    }
}

.theme-panel .theme-panel-content {
    background: #FFFFFF;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    margin: 0;
    z-index: 10;
}

.theme-panel .theme-panel-divider {
    height: 1px;
    margin: 15px 0;
    background: #dee2e6;
}

.theme-panel .theme-version {
    margin: 0 0 5px;
    margin: -2.5px;
    display: flex;
    flex-wrap: wrap;
}

.theme-panel .theme-version .theme-version-item {
    width: 50%;
    position: relative;
    padding-top: 35%;
}

.theme-panel .theme-version .theme-version-item .theme-version-link {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 2.5px;
}

.theme-panel .theme-version .theme-version-item .theme-version-link .theme-version-cover {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

.theme-panel .theme-version .theme-version-item .theme-version-link.active:before,
.theme-panel .theme-version .theme-version-item .theme-version-link:hover:before {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-left-color: #9ba8b4;
    border-top-color: #9ba8b4;
    left: 0;
    top: 0;
    z-index: 10;
}

.theme-panel .theme-version .theme-version-item .theme-version-link.active:after,
.theme-panel .theme-version .theme-version-item .theme-version-link:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    z-index: 10;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.theme-panel .theme-version .theme-version-item .theme-version-link.active:before {
    border-left-color: #007aff;
    border-top-color: #007aff;
}

.theme-panel.active {
    right: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.theme-panel.active .theme-collapse-btn .fa:before {
    content: "";
}

.toast-container {
    position: fixed;
    top: 50px;
    margin-top: 0.9375rem;
    right: 0.9375rem;
    z-index: 1020;
}

.toast {
    border-width: 0;
}

.toast .toast-header {
    border-bottom-width: 1px;
}

.todolist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.todolist .todolist-item {
    display: flex;
}

.todolist .todolist-item .todolist-input {
    padding: 0.46875rem 0.703125rem;
    display: flex;
    align-items: center;
}

.todolist .todolist-item .todolist-input .form-check {
    padding-left: 18px;
    margin: 0;
}

.todolist .todolist-item .todolist-input .form-check .form-check-input {
    width: 18px;
    margin-left: -18px;
}

.todolist .todolist-item .todolist-input .form-check .form-check-input:checked {
    border-color: #00acac;
    background-color: #00acac;
}

.todolist .todolist-item .todolist-input+.todolist-label {
    border-left: 1px solid #dee2e6;
}

.todolist .todolist-item .todolist-label {
    padding: 0.46875rem 0.703125rem;
    flex: 1;
}

.todolist .todolist-item:hover {
    background: #e9ecef;
}

.todolist .todolist-item.active {
    background: #e6f7f7;
}

.todolist .todolist-item.active .todolist-label {
    text-decoration: line-through;
}

.todolist .todolist-item+.todolist-item {
    border-top: 1px solid #dee2e6;
}

.widget-card {
    position: relative;
    margin-bottom: 0.9375rem;
    display: block;
    text-decoration: none !important;
}

.widget-card .widget-card-content {
    padding: 0.9375rem;
    position: relative;
}

.widget-card .widget-card-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.widget-card .widget-card-cover .widget-card-cover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    margin: -20% 0 0 -20%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-card .widget-card-cover .widget-card-cover-icon .fa {
    font-size: 1.5vw;
    line-height: 1.5vw;
}

.widget-card.square {
    padding-top: 100%;
    overflow: hidden;
}

.widget-card.square .widget-card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.widget-card.square .widget-card-content.bottom {
    top: auto;
}

.inverse-mode .widget-card,
.inverse-mode.widget-card {
    color: #FFFFFF;
}

.inverse-mode .widget-card .widget-card-cover,
.inverse-mode.widget-card .widget-card-cover {
    background-color: #2d353c;
}

.widget-chart {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 4px;
}

@media (min-width: 576px) {
    .widget-chart {
        display: flex;
    }
}

.widget-chart .chart-title {
    font-size: 16px !important;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 600 !important;
    margin: 2px 5px 5px;
}

.widget-chart .chart-title small,
.widget-chart .chart-title .small {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    line-height: 16px;
    color: #9ba8b4;
    font-weight: normal;
}

.widget-chart .widget-chart-content {
    padding: 15px;
    flex: 1;
}

.widget-chart .widget-chart-content+.widget-chart-sidebar {
    border-radius: 0 0 4px 4px;
}

@media (min-width: 768px) {
    .widget-chart .widget-chart-content+.widget-chart-sidebar {
        border-radius: 0 4px 4px 0;
    }
}

.widget-chart .widget-chart-full-width {
    margin: 0 -15px;
}

.widget-chart .widget-chart-sidebar {
    padding: 15px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .widget-chart .widget-chart-sidebar {
        width: 230px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .widget-chart .widget-chart-sidebar {
        width: 200px;
    }
}

.widget-chart .widget-chart-sidebar .chart-number {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #FFFFFF;
}

.widget-chart .widget-chart-sidebar .chart-number small,
.widget-chart .widget-chart-sidebar .chart-number .small {
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
    color: #9ba8b4;
    display: block;
    font-weight: normal;
}

.widget-chart .widget-chart-sidebar .chart-legend {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
}

.widget-chart .widget-chart-sidebar .chart-legend>li {
    color: #FFFFFF;
}

.widget-chart .widget-chart-sidebar .chart-legend>li span {
    color: #9ba8b4;
    margin-left: 5px;
    font-weight: normal;
}

.widget-chart .widget-chart-sidebar .chart-legend>li+li {
    margin-top: 5px;
}

.widget-chart-info {
    color: #2d353c;
}

.widget-chart-info .widget-chart-info-title {
    margin: 0 0 5px;
    font-size: 14px;
}

.widget-chart-info .widget-chart-info-desc {
    font-size: 11px;
    color: #4e5c68;
    margin-bottom: 20px;
}

.widget-chart-info .widget-chart-info-progress {
    font-size: 11px;
    margin-bottom: 5px;
}

.widget-chart-info .widget-chart-info-progress .progress {
    margin-bottom: 0;
}

.widget-chart-content {
    padding: 10px;
    background: #f2f3f4;
}

.inverse-mode .widget-chart-content {
    background: #1d2226;
}

.inverse-mode .widget-chart-info {
    color: #c6ced5;
}

.inverse-mode .widget-chart-info .widget-chart-info-desc {
    color: #9ba8b4;
}

.inverse-mode .nvd3 text {
    fill: rgba(255, 255, 255, 0.75);
}

.inverse-mode .nvd3 .nv-axis line,
.inverse-mode .nvd3 .nv-axis path {
    stroke: rgba(255, 255, 255, 0.15);
}

.widget-chat {
    background: #FFFFFF;
}

.widget-chat .widget-chat-header {
    padding: 0.9375rem;
    display: flex;
    align-items: center;
}

.widget-chat .widget-chat-header .widget-chat-header-icon {
    padding-right: 0.9375rem;
}

.widget-chat .widget-chat-header .widget-chat-header-content {
    flex: 1;
}

.widget-chat .widget-chat-header .widget-chat-header-title {
    font-size: 0.75rem;
    margin: 0;
}

.widget-chat .widget-chat-header .widget-chat-header-desc {
    margin: 0;
    color: #6c757d;
}

.widget-chat .widget-chat-body {
    padding: 0.9375rem;
    background: #e9ecef;
}

.widget-chat .widget-chat-item {
    color: #2d353c;
    position: relative;
    min-height: 38px;
    padding: 0.3125rem 0;
}

.widget-chat .widget-chat-media {
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 3px;
    overflow: hidden;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

.widget-chat .widget-chat-media img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.widget-chat .widget-chat-info {
    margin-left: 12px;
}

.widget-chat .widget-chat-info-container {
    background: #FFFFFF;
    display: inline-block;
    padding: 0.46875rem 0.703125rem;
    position: relative;
    color: #FFFFFF;
    border-radius: 16px;
}

.widget-chat .widget-chat-message {
    font-weight: 600;
    color: #2d353c;
}

.widget-chat .widget-chat-message:before {
    content: "";
    position: absolute;
    bottom: 0;
    border: 0 solid transparent;
    border-top-width: 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    left: -24px;
    border-right-width: 10px;
    border-right-color: #FFFFFF;
    transform: rotate(10deg);
}

.widget-chat .widget-chat-message:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 12px;
}

.widget-chat .widget-chat-name {
    font-weight: 600;
}

.widget-chat .widget-chat-time {
    position: absolute;
    bottom: 8px;
    font-style: italic;
    color: #adb5bd;
    font-weight: 600;
    font-size: 0.6rem;
    right: 12px;
}

.widget-chat .with-media .widget-chat-info {
    min-width: 60%;
    margin-left: 53px;
}

.widget-chat .with-media .end .widget-chat-info {
    margin-right: 53px;
}

.widget-chat .end .widget-chat-media {
    left: auto;
    right: 0;
}

.widget-chat .end .widget-chat-info {
    margin-right: 12px;
    margin-left: 0;
    text-align: right;
}

.widget-chat .end .widget-chat-time {
    right: auto;
    left: 12px;
}

.widget-chat .end .widget-chat-message:after {
    float: left;
}

.widget-chat .end .widget-chat-message:before {
    bottom: -5px;
    left: auto;
    right: -24px;
    border-right-width: 0;
    border-right-color: transparent;
    border-left-width: 10px;
    border-left-color: #FFFFFF;
}

.widget-chat .end.with-media .widget-chat-info {
    margin-right: 53px;
}

.inverse-mode.widget-chat {
    background: #2d353c;
}

.inverse-mode.widget-chat .widget-chat-header-title {
    color: #FFFFFF;
}

.inverse-mode.widget-chat .widget-chat-header-desc {
    color: #ced4da;
}

.inverse-mode.widget-chat .widget-chat-body {
    background: #20252a;
}

.inverse-mode.widget-chat .widget-chat-info-container {
    background: #495057;
}

.inverse-mode.widget-chat .widget-chat-info-container .widget-chat-message {
    color: #FFFFFF;
}

.inverse-mode.widget-chat .widget-chat-info-container .widget-chat-message:before {
    border-right-color: #495057;
}

.inverse-mode.widget-chat .end .widget-chat-info-container .widget-chat-message:before {
    border-left-color: #495057;
}

.widget-icon {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-icon.user {
    font-size: 36px;
}

.widget-icon.user i {
    display: block;
    margin: 0 auto;
    padding-top: 38%;
}

.widget-icon.widget-icon-xs {
    width: 20px;
    height: 20px;
    font-size: 14px;
}

.widget-icon.widget-icon-xs.user {
    font-size: 18px;
}

.widget-icon.widget-icon-sm {
    width: 30px;
    height: 30px;
    font-size: 21px;
}

.widget-icon.widget-icon-sm.user {
    font-size: 27px;
}

.widget-icon.widget-icon-lg {
    width: 60px;
    height: 60px;
    font-size: 42px;
}

.widget-icon.widget-icon-lg.user {
    font-size: 54px;
}

.widget-icon.widget-icon-xl {
    width: 80px;
    height: 80px;
    font-size: 56px;
}

.widget-icon.widget-icon-xl.user {
    font-size: 72px;
}

.widget-img {
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.widget-img.widget-img-xl {
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.widget-img.widget-img-lg {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.widget-img.widget-img-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.widget-img.widget-img-xs {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.widget-input-container {
    display: flex;
    align-items: center;
}

.widget-input-container .widget-input-icon {
    padding: 0 0.3125rem;
}

.widget-input-container .widget-input-icon a {
    display: block;
    padding: 0.61875rem;
    font-size: 18px;
}

.widget-input-container .widget-input-box {
    padding: 0.375rem 0;
    flex: 1;
}

.widget-input-container .widget-input-box .form-control {
    border-color: #e9ecef;
    background: #e9ecef;
    border-radius: 40px;
}

.widget-input-container .widget-input-box .form-control:focus {
    box-shadow: none;
}

.widget-input-container .widget-input-divider {
    width: 1px;
}

.widget-input-container .widget-input-divider:after {
    content: "";
    width: 1px;
    height: 26px;
    background: #dee2e6;
    display: block;
}

.inverse-mode .widget-input-box .form-control {
    background: #495057;
    border-color: #495057;
    color: #FFFFFF;
}

.inverse-mode .widget-input-box .form-control::-webkit-input-placeholder {
    color: #6c757d;
}

.inverse-mode .widget-input-box .form-control::-moz-placeholder {
    color: #6c757d;
}

.inverse-mode .widget-input-box .form-control:-ms-input-placeholder {
    color: #6c757d;
}

.inverse-mode .widget-input-box .form-control:-moz-placeholder {
    color: #6c757d;
}

.inverse-mode .widget-input-divider:after {
    background: #495057;
}

.widget-list {
    background: #FFFFFF;
}

.widget-list .widget-list-item {
    text-decoration: none;
    color: #2d353c;
    display: flex;
}

.widget-list .widget-list-item+.widget-list-item .widget-list-content,
.widget-list .widget-list-item+.widget-list-item .widget-list-action {
    border-top: 1px solid #dee2e6;
}

.widget-list .widget-list-item .widget-list-media,
.widget-list .widget-list-item .widget-list-content,
.widget-list .widget-list-item .widget-list-action {
    padding: 0.61875rem 0.9375rem;
}

.widget-list .widget-list-item .widget-list-media+div,
.widget-list .widget-list-item .widget-list-content+div,
.widget-list .widget-list-item .widget-list-action+div {
    padding-left: 0;
}

.widget-list .widget-list-item .widget-list-media.icon {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}

.widget-list .widget-list-item .widget-list-media.icon i {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 8px;
}

.widget-list .widget-list-item .widget-list-media img {
    max-width: 100%;
    max-height: 100%;
}

.widget-list .widget-list-item .widget-list-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.widget-list .widget-list-item .widget-list-action {
    display: flex;
    align-items: center;
}

.widget-list .widget-list-item .widget-list-title {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.widget-list .widget-list-item .widget-list-desc {
    font-size: 11px;
    margin: 0;
    color: #6f8293;
}

.inverse-mode.widget-list {
    background: #2d353c;
}

.inverse-mode .widget-list-item+.widget-list-item .widget-list-content,
.inverse-mode .widget-list-item+.widget-list-item .widget-list-action {
    border-color: #495057;
}

.inverse-mode .widget-list-item .widget-list-title {
    color: #FFFFFF;
}

.inverse-mode .widget-list-item .widget-list-desc {
    color: #adb5bd;
}

.widget-map {
    background: #FFFFFF;
}

.widget-map.inverse-mode {
    background: #2d353c;
}

.widget-stats,
.widget.widget-stats {
    position: relative;
    color: #FFFFFF;
    padding: 0.9375rem;
    border-radius: 4px;
}

.widget-stats .stats-info h4,
.widget-stats .stats-info .h4,
.widget.widget-stats .stats-info h4 {
    font-size: 12px;
    margin: 5px 0;
    color: rgba(255, 255, 255, 0.7);
}

.widget-stats .stats-info p,
.widget.widget-stats .stats-info p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.widget-stats .stats-link a,
.widget.widget-stats .stats-link a {
    display: block;
    margin: 15px -15px -15px;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.4);
    text-align: right;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.widget-stats .stats-link a:hover,
.widget-stats .stats-link a:focus,
.widget.widget-stats .stats-link a:hover,
.widget.widget-stats .stats-link a:focus {
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
}

.widget-stats .stats-icon,
.widget.widget-stats .stats-icon {
    font-size: 42px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0.9375rem;
    margin-left: 0.9375rem;
    right: 0.9375rem;
}

.widget-stats .stats-icon.stats-icon-lg,
.widget.widget-stats .stats-icon.stats-icon-lg {
    font-size: 128px;
    top: 15px;
    color: #FFFFFF;
    width: 128px;
    height: 50px;
    line-height: 50px;
    text-shadow: 3px 7px rgba(0, 0, 0, 0.25);
    opacity: 0.15;
    right: 0;
}

.widget-stats .stats-icon.stats-icon-lg i,
.widget.widget-stats .stats-icon.stats-icon-lg i {
    position: relative;
}

.widget-stats .stats-icon.stats-icon-square,
.widget.widget-stats .stats-icon.stats-icon-square {
    opacity: 1;
    font-size: 42px;
    top: 15px;
    right: 15px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
    border-radius: 16px;
}

.widget-stats .stats-content,
.widget.widget-stats .stats-content {
    position: relative;
}

.widget-stats .stats-title,
.widget.widget-stats .stats-title {
    position: relative;
    margin: 0 0 2px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.widget-stats .stats-desc,
.widget.widget-stats .stats-desc {
    margin: -5px 0 -3px;
    color: rgba(255, 255, 255, 0.7);
}

.widget-stats .stats-number,
.widget.widget-stats .stats-number {
    font-size: 24px;
    margin-bottom: 0.9375rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.widget-stats .stats-progress,
.widget.widget-stats .stats-progress {
    background: rgba(0, 0, 0, 0.5);
    height: 2px;
    margin: 0 0 15px;
    border-radius: 4px;
}

.widget-stats .stats-progress .progress-bar,
.widget.widget-stats .stats-progress .progress-bar {
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
}

.widget-stats .stats-progress.stats-progress-light,
.widget.widget-stats .stats-progress.stats-progress-light {
    background: rgba(255, 255, 255, 0.3);
}

.widget-stats.text-inverse.stats-desc,
.widget.widget-stats.text-inverse.stats-desc {
    letter-spacing: 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.widget-stats.text-inverse.stats-title,
.widget.widget-stats.text-inverse.stats-title {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85);
}

.widget-stats.text-inverse.stats-number,
.widget.widget-stats.text-inverse.stats-number {
    letter-spacing: 0;
    font-weight: 400;
}

.widget-stats.bg-white .stats-progress,
.widget.widget-stats.bg-white .stats-progress {
    background: rgba(0, 0, 0, 0.1);
}

.widget-stats.bg-white .stats-progress .progress-bar,
.widget.widget-stats.bg-white .stats-progress .progress-bar {
    background: #2d353c;
}

.widget-table.table {
    background: #FFFFFF;
}

.widget-table.table.table-bordered>tbody>tr:last-child {
    border-bottom: none;
}

.widget-table.table.table-bordered>tbody>tr td:first-child {
    border-left: none;
}

.widget-table.table.table-bordered>tbody>tr td:last-child {
    border-right: none;
}

.widget-table.table.table-bordered>thead>tr:first-child {
    border-top: none;
}

.widget-table.table.table-bordered>thead>tr th:first-child {
    border-left: none;
}

.widget-table.table.table-bordered>thead>tr th:last-child {
    border-right: none;
}

.widget-table.table.inverse-mode {
    background: #2d353c;
    color: #dee2e6;
}

.widget-table.table.inverse-mode thead,
.widget-table.table.inverse-mode tbody,
.widget-table.table.inverse-mode tr,
.widget-table.table.inverse-mode th {
    border-color: #495057;
}

.widget-todolist {
    background: #FFFFFF;
}

.widget-todolist:before,
.widget-todolist:after {
    content: "";
    display: table;
    clear: both;
}

.widget-todolist .widget-todolist-header {
    padding: 0.61875rem 0.9375rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
}

.widget-todolist .widget-todolist-header .widget-todolist-header-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 400;
    flex: 1;
}

.widget-todolist .widget-todolist-header .widget-todolist-header-total {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d353c;
}

.widget-todolist .widget-todolist-header .widget-todolist-header-total small,
.widget-todolist .widget-todolist-header .widget-todolist-header-total .small {
    display: block;
    font-size: 0.6rem;
    line-height: 1;
}

.widget-todolist .widget-todolist-body {
    border-bottom: 1px solid #dde1e5;
    margin-bottom: 20px;
}

.widget-todolist .widget-todolist-item {
    display: flex;
}

.widget-todolist .widget-todolist-item .widget-todolist-icon {
    padding: 0.61875rem 0.9375rem;
    text-align: center;
    border-top: 1px solid #dee2e6;
}

.widget-todolist .widget-todolist-item .widget-todolist-input {
    padding: 0.61875rem 0.9375rem;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-todolist .widget-todolist-item .widget-todolist-input .form-check {
    padding-left: 18px;
}

.widget-todolist .widget-todolist-item .widget-todolist-input .form-check .form-check-input {
    margin-left: -18px;
}

.widget-todolist .widget-todolist-item .widget-todolist-input+div {
    padding-left: 0;
}

.widget-todolist .widget-todolist-item .widget-todolist-content {
    padding: 0.61875rem 0.9375rem;
    border-top: 1px solid #dee2e6;
    flex: 1;
}

.widget-todolist .widget-todolist-item:first-child .widget-todolist-content,
.widget-todolist .widget-todolist-item:first-child .widget-todolist-icon {
    border-top: none;
}

.inverse-mode.widget-todolist {
    background: #2d353c;
}

.inverse-mode.widget-todolist .widget-todolist-header {
    border-color: #495057;
}

.inverse-mode.widget-todolist .widget-todolist-header .widget-todolist-header-title,
.inverse-mode.widget-todolist .widget-todolist-header .widget-todolist-header-total {
    color: #FFFFFF;
}

.inverse-mode.widget-todolist .widget-todolist-body {
    border-color: #495057;
}

.inverse-mode.widget-todolist .widget-todolist-item .widget-todolist-title {
    color: #FFFFFF;
}

.inverse-mode.widget-todolist .widget-todolist-item .widget-todolist-input .form-check-input {
    background-color: #6c757d;
    border-color: #6c757d;
}

.inverse-mode.widget-todolist .widget-todolist-item .widget-todolist-input .form-check-input:checked {
    background-color: #348fe2;
    border-color: #348fe2;
}

.inverse-mode.widget-todolist .widget-todolist-item .widget-todolist-content {
    color: #FFFFFF;
}

.inverse-mode.widget-todolist .widget-todolist-item .widget-todolist-content .form-control {
    color: #FFFFFF;
}

.inverse-mode.widget-todolist .widget-todolist-item .widget-todolist-content .form-control::-webkit-input-placeholder {
    color: #6c757d;
}

.inverse-mode.widget-todolist .widget-todolist-item .widget-todolist-content .form-control::-moz-placeholder {
    color: #6c757d;
}

.inverse-mode.widget-todolist .widget-todolist-item .widget-todolist-content .form-control:-ms-input-placeholder {
    color: #6c757d;
}

.inverse-mode.widget-todolist .widget-todolist-item .widget-todolist-content .form-control:-moz-placeholder {
    color: #6c757d;
}

.inverse-mode.widget-todolist .widget-todolist-item .widget-todolist-desc {
    color: #c6ced5;
}

.inverse-mode.widget-todolist .widget-todolist-item+.widget-todolist-item .widget-todolist-content,
.inverse-mode.widget-todolist .widget-todolist-item+.widget-todolist-item .widget-todolist-icon {
    border-color: #3d4852;
}

.widget {
    overflow: hidden;
    margin-bottom: 20px;
    background: #FFFFFF;
    color: inherit;
    padding: 0;
}

.widget .widget-header {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
}

.widget .widget-header .widget-header-title {
    margin: 0;
    font-size: 0.75rem;
    padding: 0.61875rem 0.9375rem;
    flex: 1;
}

.widget .widget-header .widget-header-icon {
    padding: 0.61875rem 0.9375rem;
}

.widget .widget-header .widget-header-icon+.widget-header-icon {
    padding-left: 0;
}

.widget .widget-body {
    padding: 0.9375rem;
}

.widget.inverse-mode {
    background: #2d353c;
}

.widget.inverse-mode .widget-header {
    border-color: #6c757d;
    color: #FFFFFF;
}

.widget.inverse-mode hr {
    background: #6c757d;
}

.coming-soon {
    min-height: 100vh;
    background: #FFFFFF;
}

.coming-soon .brand {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.46875rem;
    color: #FFFFFF;
    text-align: center;
}

.coming-soon .brand .logo {
    border: 25px solid transparent;
    border-color: transparent rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3);
    background: #00acac;
    position: relative;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto 0.9375rem;
    vertical-align: middle;
    border-radius: 12px;
}

@media (max-width: 767.98px) {
    .coming-soon .brand .logo {
        border-width: 20px;
    }
}

.coming-soon .coming-soon-header {
    background: url(/images/coming-soon.jpg?118db6141a6143fc6377ddd5a1924188);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 50px 50px;
    position: relative;
}

@media (max-width: 767.98px) {
    .coming-soon .coming-soon-header {
        padding: 50px 25px 25px;
    }
}

.coming-soon .coming-soon-header .desc {
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1.875rem;
}

@media (max-width: 767.98px) {
    .coming-soon .coming-soon-header .desc {
        font-size: 0.75rem;
        margin-bottom: 0.9375rem;
    }
}

.coming-soon .coming-soon-header .timer {
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    padding: 10px 0;
}

.coming-soon .coming-soon-header .timer:before,
.coming-soon .coming-soon-header .timer:after {
    content: "";
    display: table;
    clear: both;
}

.coming-soon .coming-soon-header .timer .is-countdown {
    background: none;
    border: none;
    margin: 0 auto;
    width: 720px;
}

@media (max-width: 991.98px) {
    .coming-soon .coming-soon-header .timer .is-countdown {
        width: 520px;
    }
}

@media (max-width: 767.98px) {
    .coming-soon .coming-soon-header .timer .is-countdown {
        width: 480px;
    }
}

@media (max-width: 575.98px) {
    .coming-soon .coming-soon-header .timer .is-countdown {
        width: auto;
    }
}

.coming-soon .coming-soon-header .timer .is-countdown .countdown-row {
    display: flex;
    flex-wrap: wrap;
}

.coming-soon .coming-soon-header .timer .is-countdown .countdown-section {
    padding: 0 10px;
    float: none;
}

.coming-soon .coming-soon-header .timer .is-countdown .countdown-section+.countdown-section {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.coming-soon .coming-soon-header .timer .is-countdown .countdown-section .countdown-amount {
    font-size: 36px;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .coming-soon .coming-soon-header .timer .is-countdown .countdown-section .countdown-amount {
        font-size: 24px;
    }
}

.coming-soon .coming-soon-header .timer .is-countdown .countdown-section .countdown-period {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767.98px) {
    .coming-soon .coming-soon-header .timer .is-countdown .countdown-section .countdown-period {
        font-size: 12px;
    }
}

.coming-soon .coming-soon-header .brand {
    position: relative;
    z-index: 10;
}

.coming-soon .coming-soon-header .bg-cover {
    background: linear-gradient(to bottom, rgba(32, 37, 42, 0.65) 0%, rgba(32, 37, 42, 0.85) 100%);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.coming-soon .coming-soon-content {
    color: #2d353c;
    text-align: center;
    padding: 1.875rem;
}

.coming-soon .coming-soon-content .desc {
    margin-bottom: 0.9375rem;
    font-size: 0.825rem;
}

.coming-soon .coming-soon-content .input-group {
    width: 420px;
}

@media (max-width: 575.98px) {
    .coming-soon .coming-soon-content .input-group {
        width: auto;
    }
}

.error {
    margin: 0 auto;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error .error-code,
.error .error-content {
    flex: 1;
    transform: translateZ(0);
}

.error .error-code {
    color: #2d353c;
    font-size: 200px;
    line-height: 1;
    text-shadow: 10px 10px 0px rgba(45, 53, 60, 0.2);
    padding: 1.875rem;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@media (max-width: 767.98px) {
    .error .error-code {
        font-size: 160px;
    }
}

@media (max-width: 575.98px) {
    .error .error-code {
        font-size: 120px;
    }
}

.error .error-content {
    bottom: 0;
    padding: 1.875rem;
    background: #2d353c;
    background-image: url(/images/error-page-pattern.png?2d15e616ccf00e761a7702d3ad80c033);
}

.error .error-message {
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-bottom: 0.46875rem;
}

.error .error-desc {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.5px;
}

.gallery {
    margin: -0.3125rem;
}

.gallery .image {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0.3125rem;
}

@media (min-width: 768px) {
    .gallery .image {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .gallery .image {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .gallery .image {
        width: 25%;
    }
}

.gallery .image a {
    transition: all 0.2s linear;
}

.gallery .image a:hover,
.gallery .image a:focus {
    opacity: 0.8;
}

.gallery .image img,
.gallery .image .img {
    width: 100%;
    height: 200px;
    border-radius: 4px 4px 0 0;
}

.gallery .image .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gallery .image .image-inner {
    position: relative;
    background: #FFFFFF;
    border-radius: 4px 4px 0 0;
}

.gallery .image .image-caption {
    position: absolute;
    top: 0.9375rem;
    left: 0;
    background: rgba(32, 37, 42, 0.85);
    color: #FFFFFF;
    font-weight: 600;
    padding: 0.3125rem 0.9375rem;
    margin: 0;
}

.gallery .image .image-info {
    background: #FFFFFF;
    padding: 0.9375rem;
    color: #495057;
    border-radius: 0 0 4px 4px;
}

.gallery .image .image-info .title {
    margin: 0 0 0.46875rem;
    line-height: 1.2;
    font-size: 0.9375rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2d353c;
}

.gallery .image .image-info .rating {
    margin: 0;
    display: flex;
}

.gallery .image .image-info .rating span.star {
    margin-right: 1px;
}

.gallery .image .image-info .rating span.star:before {
    content: "";
    color: #dee2e6;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.gallery .image .image-info .rating span.star.active:before {
    color: #f59c1a;
}

.gallery .image .image-info .desc {
    line-height: 17px;
    font-size: 12px;
    height: 51px;
    overflow: hidden;
}

.invoice {
    background: #FFFFFF;
    padding: 20px;
}

.invoice>div:not(.invoice-footer) {
    margin-bottom: 20px;
}

.invoice .invoice-company {
    font-size: 20px;
    font-weight: 600;
}

.invoice .invoice-header {
    margin: 0 -20px;
    background: #f2f3f4;
    display: flex;
}

@media (max-width: 767.98px) {
    .invoice .invoice-header {
        display: block;
    }
    .invoice .invoice-header>div+div {
        border-top: 1px solid #e6e7e8;
    }
}

.invoice .invoice-from {
    padding: 20px;
    flex: 1;
}

.invoice .invoice-from strong {
    font-size: 16px;
    font-weight: 600;
}

.invoice .invoice-to {
    padding: 20px;
    flex: 1;
}

.invoice .invoice-to strong {
    font-size: 16px;
    font-weight: 600;
}

.invoice .invoice-date {
    text-align: right;
    padding: 20px;
    flex: 1;
}

@media (max-width: 767.98px) {
    .invoice .invoice-date {
        text-align: left;
    }
}

.invoice .invoice-date .date {
    font-size: 16px;
    font-weight: 600;
}

.invoice .invoice-price {
    background: #f2f3f4;
    width: 100%;
    display: flex;
}

@media (max-width: 575.98px) {
    .invoice .invoice-price {
        display: block;
    }
}

.invoice .invoice-price small,
.invoice .invoice-price .small {
    font-size: 12px;
    font-weight: normal;
    display: block;
}

.invoice .invoice-price .invoice-price-right {
    margin-left: auto;
    padding: 20px;
    font-size: 28px;
    font-weight: 300;
    position: relative;
    vertical-align: bottom;
    text-align: right;
    color: #FFFFFF;
    background: #2d353c;
    min-width: 25%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.invoice .invoice-price .invoice-price-right small,
.invoice .invoice-price .invoice-price-right .small {
    display: block;
    opacity: 0.6;
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 12px;
}

.invoice .invoice-price .invoice-price-left {
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    vertical-align: middle;
    flex: 1;
}

.invoice .invoice-price .invoice-price-left .invoice-price-row {
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    .invoice .invoice-price .invoice-price-left .invoice-price-row {
        display: block;
        text-align: center;
    }
}

.invoice .invoice-price .invoice-price-left .invoice-price-row .sub-price {
    padding: 0 20px;
}

@media (max-width: 767.98px) {
    .invoice .invoice-price .invoice-price-left .invoice-price-row .sub-price {
        padding: 0;
    }
    .invoice .invoice-price .invoice-price-left .invoice-price-row .sub-price+.sub-price {
        padding-left: 20px;
    }
}

@media (max-width: 575.98px) {
    .invoice .invoice-price .invoice-price-left .invoice-price-row .sub-price+.sub-price {
        padding-left: 0;
    }
}

.invoice .invoice-footer {
    border-top: 1px solid #ced4da;
    padding-top: 15px;
    font-size: 11px;
    color: #4e5c68;
}

.invoice .invoice-note {
    color: #4e5c68;
    margin-top: 80px;
    font-size: 11px;
    line-height: 1.75;
}

.invoice .table-invoice {
    font-size: 13px;
}

@media (max-width: 767.98px) {
    .invoice .table-invoice {
        white-space: nowrap;
    }
}

.login.login-v1 {
    min-height: 100vh;
    width: 100%;
    background-image: url(/images/bg-login.png?a5ad9be47bf9a02530180020f9ea5b81);
    background-size: cover;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .login.login-v1 {
        background: #2d353c;
    }
}

.login.login-v1 .login-container {
    flex: 1;
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container {
        padding: 0 25px;
    }
}

.login.login-v1 .login-container .login-header {
    max-width: 400px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header {
        margin-bottom: 0;
    }
}

.login.login-v1 .login-container .login-header .brand {
    padding: 0;
    font-size: 28px;
    color: #20252a;
    font-weight: 300;
    flex: 1;
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header .brand {
        font-size: 24px;
        color: #FFFFFF;
    }
}

.login.login-v1 .login-container .login-header .brand .logo {
    border: 14px solid transparent;
    border-color: transparent rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3);
    background-color: #00acac;
    width: 28px;
    height: 28px;
    position: relative;
    font-size: 0;
    border-radius: 6px;
    margin-right: 0.703125rem;
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header .brand .logo {
        width: 24px;
        height: 24px;
        border-width: 12px;
    }
}

.login.login-v1 .login-container .login-header .brand small,
.login.login-v1 .login-container .login-header .brand .small {
    font-size: 13px;
    display: block;
    color: #2d353c;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header .brand small,
    .login.login-v1 .login-container .login-header .brand .small {
        font-size: 12px;
        color: #adb5bd;
    }
}

.login.login-v1 .login-container .login-header .icon {
    color: #ced4da;
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header .icon {
        color: #495057;
    }
}

.login.login-v1 .login-container .login-header .icon i {
    font-size: 64px;
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header .icon i {
        font-size: 48px;
    }
}

.login.login-v1 .login-container .login-body {
    padding: 30px;
    background: #2d353c;
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-body {
        padding: 25px 0;
        background: none;
    }
}

.login.login-v1 .login-container .login-body .login-content {
    padding: 0;
    color: #adb5bd;
    max-width: 400px;
    margin: 0 auto;
}

.login.login-v1 .login-container .login-body .login-content .form-control {
    border-color: transparent;
    background: #495057;
    color: #FFFFFF;
}

.login.login-v1 .login-container .login-body .login-content .form-control::-webkit-input-placeholder {
    color: #adb5bd;
}

.login.login-v1 .login-container .login-body .login-content .form-control::-moz-placeholder {
    color: #adb5bd;
}

.login.login-v1 .login-container .login-body .login-content .form-control:-ms-input-placeholder {
    color: #adb5bd;
}

.login.login-v1 .login-container .login-body .login-content .form-control:-moz-placeholder {
    color: #adb5bd;
}

.login.login-v1 .login-container .login-body .login-content .form-control:focus {
    box-shadow: 0 0 0 3px #6c757d;
}

.login.login-v1 .login-container .login-body .login-content .form-floating .form-control::-webkit-input-placeholder {
    color: transparent;
}

.login.login-v1 .login-container .login-body .login-content .form-floating .form-control::-moz-placeholder {
    color: transparent;
}

.login.login-v1 .login-container .login-body .login-content .form-floating .form-control:-ms-input-placeholder {
    color: transparent;
}

.login.login-v1 .login-container .login-body .login-content .form-floating .form-control:-moz-placeholder {
    color: transparent;
}

.login.login-v1 .login-container .login-body .login-content .form-check-input {
    background-color: #495057;
    border-color: transparent;
}

.login.login-v1 .login-container .login-body .login-content .form-check-input:checked {
    background-color: #00acac;
}

.login.login-v2 {
    min-height: 100vh;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.login.login-v2 .login-container {
    max-width: 400px;
    padding: 0 20px;
    position: relative;
    flex: 1;
}

.login.login-v2 .login-header {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.login.login-v2 .login-header .brand {
    padding: 0;
    font-size: 28px;
    font-weight: 300;
    flex: 1;
}

@media (max-width: 767.98px) {
    .login.login-v2 .login-header .brand {
        font-size: 24px;
        color: #FFFFFF;
    }
}

.login.login-v2 .login-header .brand .logo {
    border: 14px solid transparent;
    border-color: transparent rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3);
    background-color: #00acac;
    width: 28px;
    height: 28px;
    position: relative;
    font-size: 0;
    border-radius: 6px;
    margin-right: 0.703125rem;
}

@media (max-width: 767.98px) {
    .login.login-v2 .login-header .brand .logo {
        width: 24px;
        height: 24px;
        border-width: 12px;
    }
}

.login.login-v2 .login-header .brand small,
.login.login-v2 .login-header .brand .small {
    font-size: 13px;
    display: block;
    opacity: 0.5;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .login.login-v2 .login-header .brand small,
    .login.login-v2 .login-header .brand .small {
        font-size: 12px;
        color: #adb5bd;
    }
}

.login.login-v2 .login-header .icon {
    opacity: 0.75;
}

.login.login-v2 .login-header .icon i {
    font-size: 56px;
}

@media (max-width: 767.98px) {
    .login.login-v2 .login-header .icon i {
        font-size: 48px;
    }
}

.login.login-v2 .login-content .form-control:focus {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.35);
}

.login.login-v2 .login-content .form-check-input:checked {
    background-color: #00acac;
}

.login.login-with-news-feed,
.register.register-with-news-feed {
    min-height: 100vh;
}

.login.login-with-news-feed .news-feed,
.register.register-with-news-feed .news-feed {
    position: fixed;
    left: 0;
    right: 500px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    transform: translateZ(0);
}

@media (max-width: 991.98px) {
    .login.login-with-news-feed .news-feed,
    .register.register-with-news-feed .news-feed {
        right: 400px;
    }
}

@media (max-width: 767.98px) {
    .login.login-with-news-feed .news-feed,
    .register.register-with-news-feed .news-feed {
        display: none;
    }
}

.login.login-with-news-feed .news-feed .news-image,
.register.register-with-news-feed .news-feed .news-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login.login-with-news-feed .news-feed .news-caption,
.register.register-with-news-feed .news-feed .news-caption {
    color: rgba(255, 255, 255, 0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 60px 45px;
    font-size: 18px;
    letter-spacing: 0.25px;
    z-index: 20;
    font-weight: 300;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}

@media (max-width: 991.98px) {
    .login.login-with-news-feed .news-feed .news-caption,
    .register.register-with-news-feed .news-feed .news-caption {
        padding: 45px 45px 30px;
        font-size: 16px;
    }
}

.login.login-with-news-feed .news-feed .news-caption .caption-title,
.register.register-with-news-feed .news-feed .news-caption .caption-title {
    font-weight: 300;
    color: #FFFFFF;
    font-size: 36px;
}

@media (max-width: 991.98px) {
    .login.login-with-news-feed .news-feed .news-caption .caption-title,
    .register.register-with-news-feed .news-feed .news-caption .caption-title {
        font-size: 28px;
    }
}

.login.login-with-news-feed .login-container,
.login.login-with-news-feed .register-container,
.register.register-with-news-feed .login-container,
.register.register-with-news-feed .register-container {
    width: 500px;
    background: #FFFFFF;
    padding: 60px;
    min-height: 100vh;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .login.login-with-news-feed .login-container,
    .login.login-with-news-feed .register-container,
    .register.register-with-news-feed .login-container,
    .register.register-with-news-feed .register-container {
        padding: 45px;
        width: 400px;
    }
}

@media (max-width: 767.98px) {
    .login.login-with-news-feed .login-container,
    .login.login-with-news-feed .register-container,
    .register.register-with-news-feed .login-container,
    .register.register-with-news-feed .register-container {
        width: auto;
        padding: 30px;
    }
}

.login.login-with-news-feed .login-header,
.register.register-with-news-feed .login-header {
    position: relative;
    display: flex;
    align-items: center;
}

.login.login-with-news-feed .login-header .brand,
.register.register-with-news-feed .login-header .brand {
    padding: 0;
    font-size: 28px;
    color: #1a2229;
    font-weight: 300;
    flex: 1;
}

@media (max-width: 767.98px) {
    .login.login-with-news-feed .login-header .brand,
    .register.register-with-news-feed .login-header .brand {
        font-size: 22px;
    }
}

.login.login-with-news-feed .login-header .brand .logo,
.register.register-with-news-feed .login-header .brand .logo {
    border: 14px solid transparent;
    border-color: transparent rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3);
    background-color: #00acac;
    width: 28px;
    height: 28px;
    font-size: 0;
    margin-right: 10px;
    border-radius: 6px;
}

@media (max-width: 767.98px) {
    .login.login-with-news-feed .login-header .brand .logo,
    .register.register-with-news-feed .login-header .brand .logo {
        width: 24px;
        height: 24px;
        border-width: 12px;
    }
}

.login.login-with-news-feed .login-header .brand small,
.login.login-with-news-feed .login-header .brand .small,
.register.register-with-news-feed .login-header .brand small,
.register.register-with-news-feed .login-header .brand .small {
    font-size: 14px;
    display: block;
    color: #6c757d;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .login.login-with-news-feed .login-header .brand small,
    .login.login-with-news-feed .login-header .brand .small,
    .register.register-with-news-feed .login-header .brand small,
    .register.register-with-news-feed .login-header .brand .small {
        font-size: 13px;
    }
}

.login.login-with-news-feed .login-header .icon,
.register.register-with-news-feed .login-header .icon {
    color: #dee2e6;
}

.login.login-with-news-feed .login-header .icon i,
.register.register-with-news-feed .login-header .icon i {
    font-size: 64px;
}

@media (max-width: 767.98px) {
    .login.login-with-news-feed .login-header .icon i,
    .register.register-with-news-feed .login-header .icon i {
        font-size: 52px;
    }
}

.login-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-cover .login-cover-bg,
.login-cover .login-cover-img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login-cover .login-cover-bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.9));
}

.login-cover .login-cover-img {
    transition: background 0.2s ease;
}

.login-bg-list {
    list-style-type: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0 0 0 20px;
    z-index: 1020;
    display: flex;
    flex-wrap: wrap;
}

.login-bg-list .login-bg-list-item {
    width: 60px;
    height: 60px;
    margin: 5px;
    border-radius: 66px;
}

@media (max-width: 767.98px) {
    .login-bg-list .login-bg-list-item {
        width: 46px;
        height: 46px;
    }
}

.login-bg-list .login-bg-list-item .login-bg-list-link {
    display: block;
    padding-top: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 66px;
    transition: all 0.2s ease;
}

.login-bg-list .login-bg-list-item:hover .login-bg-list-link,
.login-bg-list .login-bg-list-item:focus .login-bg-list-link {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.45);
}

.login-bg-list .login-bg-list-item.active {
    border-color: #FFFFFF;
    z-index: 1020;
    position: relative;
}

.login-bg-list .login-bg-list-item.active .login-bg-list-link {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.9);
}

.mailbox {
    height: 100%;
    border-top: 1px solid #ced4da;
    background: #f2f3f4;
    display: flex;
}

@media (max-width: 991.98px) {
    .mailbox {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .mailbox {
        min-height: calc(100vh - 101px);
    }
}

@media (min-width: 992px) {
    .mailbox .mailbox-sidebar {
        width: 200px;
        display: flex;
        flex-direction: column;
        flex: 0 0 200px;
    }
}

.mailbox .mailbox-sidebar .mailbox-sidebar-header {
    padding: 0.9375rem;
    border-bottom: 1px solid #ced4da;
}

.mailbox .mailbox-sidebar .mailbox-sidebar-content {
    flex: 1;
}

@media (min-width: 992px) {
    .mailbox .mailbox-sidebar .mailbox-sidebar-content {
        overflow: hidden;
    }
}

@media (max-width: 991.98px) {
    .mailbox .mailbox-sidebar .mailbox-sidebar-content {
        border-bottom: 1px solid #ced4da;
    }
}

.mailbox .mailbox-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .mailbox .mailbox-content {
        max-width: calc(100% - 200px);
        border-left: 1px solid #ced4da;
    }
}

.mailbox .mailbox-content .mailbox-content-header {
    padding: 0.9375rem;
    border-bottom: 1px solid #ced4da;
}

.mailbox .mailbox-content .mailbox-content-body {
    background: #FFFFFF;
    flex: 1;
}

@media (min-width: 768px) {
    .mailbox .mailbox-content .mailbox-content-body {
        overflow: hidden;
    }
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-float-link {
    padding: 0.46875rem 0.9375rem;
    display: flex;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-float-link a {
    color: #6c757d;
    text-decoration: none;
    font-weight: 600;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-float-link a:hover,
.mailbox .mailbox-content .mailbox-content-body .mailbox-float-link a:focus {
    color: #2d353c;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-to {
    position: relative;
    border-bottom: 1px solid #ced4da;
    padding: 0.5208333333rem 0.9375rem;
    min-height: 46px;
    display: flex;
    align-items: flex-start;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-to .tagit {
    border-color: transparent !important;
    border-radius: 0;
    flex: 1;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-to .form-control {
    border-color: transparent !important;
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
    border-radius: 0;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-to .form-control:focus {
    box-shadow: none;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-to .control-label {
    width: 60px;
    padding: 0.46875rem 0.9375rem;
    margin-bottom: 0;
    font-weight: 600;
    background: #d6e9f9;
    color: #2a72b5;
    text-align: center;
    min-height: calc(1.5em + (0.875rem + 2px));
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-subject {
    padding: 0.5208333333rem 0;
    border-bottom: 1px solid #ced4da;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-subject .form-control {
    border-color: transparent !important;
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
    border-radius: 0;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-subject .form-control:focus {
    box-shadow: none;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-form {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input {
    padding: 0;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input .wysihtml5-toolbar {
    background: #FFFFFF !important;
    border: none !important;
    padding-bottom: 0 !important;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input .ql-snow.ql-toolbar,
.mailbox .mailbox-content .mailbox-content-body .mailbox-input .note-editor .note-toolbar {
    background: #f2f3f4 !important;
    border-color: #ced4da !important;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input .note-editor {
    height: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input .note-editor .note-toolbar {
    padding: 6px 0.9375rem !important;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input .note-editor .note-toolbar .note-btn-group {
    margin: 0 !important;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input .note-editor .note-toolbar .note-btn {
    background: none;
    border: none;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input .note-editor .note-toolbar .note-btn:hover,
.mailbox .mailbox-content .mailbox-content-body .mailbox-input .note-editor .note-toolbar .note-btn.active {
    background: #dee2e6;
    border-radius: 4px !important;
    box-shadow: none !important;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input .note-editor .note-editing-area {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input .note-editor .note-editing-area .note-editable {
    height: 100% !important;
    flex: 1;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input .ql-container {
    display: flex;
    flex-direction: column;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input .ql-editor,
.mailbox .mailbox-content .mailbox-content-body .mailbox-input .ql-container,
.mailbox .mailbox-content .mailbox-content-body .mailbox-input .wysihtml5-sandbox {
    flex: 1;
}

.mailbox .mailbox-content .mailbox-content-body .mailbox-input .wysihtml5-sandbox {
    padding: 0.9375rem !important;
    border: none !important;
    outline: none !important;
    border-radius: 0 !important;
}

.mailbox .mailbox-content .mailbox-content-footer {
    padding: 0.9375rem;
    border-top: 1px solid #ced4da;
}

.mailbox .nav-title {
    font-size: 11px;
    color: #9ba8b4;
    padding: 15px 15px 7px;
}

.mailbox .nav-inbox {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

.mailbox .nav-inbox>li {
    display: block;
}

.mailbox .nav-inbox>li+li {
    margin-top: 0;
}

.mailbox .nav-inbox>li>a {
    text-decoration: none;
    border-radius: 0;
    padding: 0.46875rem 0.9375rem;
    color: #2d353c;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.mailbox .nav-inbox>li>a i {
    width: 24px;
}

.mailbox .nav-inbox>li>a:hover {
    color: #6c757d;
}

.mailbox .nav-inbox>li.active>a {
    background: #dee2e6;
    color: #2d353c;
}

.mailbox .attached-document {
    list-style-type: none;
    margin: 15px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.mailbox .attached-document>li {
    width: 180px;
    background: #FFFFFF;
    color: #2d353c;
    font-weight: 600;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
}

.mailbox .attached-document>li:before {
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 12px;
    background: #d5dbe0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.mailbox .attached-document>li img {
    max-width: 100%;
}

.mailbox .attached-document>li .document-name {
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f2f3f4;
    border-top: 1px solid #ced4da;
}

.mailbox .attached-document>li .document-name a {
    color: #2d353c;
}

.mailbox .attached-document>li .document-file {
    height: 70px;
    background: none;
    overflow: hidden;
    text-align: center;
    line-height: 70px;
    font-size: 32px;
    margin: -1px;
}

.mailbox .list-email {
    border-top: 1px solid #dde1e5;
    border-bottom: 1px solid #dde1e5;
    margin: -1px 0;
    padding: 0;
}

.mailbox .list-email>li.list-group-item {
    border: none;
    margin-bottom: 0;
    padding: 15px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.mailbox .list-email>li.list-group-item:before,
.mailbox .list-email>li.list-group-item:after {
    content: "";
    display: table;
    clear: both;
}

.mailbox .list-email>li.list-group-item+li.list-group-item {
    border-top: 1px solid #dde1e5;
}

.mailbox .list-email>li.list-group-item a {
    color: #2d353c;
    text-decoration: none;
}

.mailbox .list-email>li.list-group-item .email-info {
    max-width: calc(100% - 46px);
    flex: 1;
}

.mailbox .list-email>li.list-group-item .email-info>a {
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding: 15px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 575.98px) {
    .mailbox .list-email>li.list-group-item .email-info>a {
        display: block;
    }
}

.mailbox .list-email>li.list-group-item .email-user {
    width: 30px;
    height: 30px;
    min-width: 30px;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #6f8293;
    background: #c6ced5;
    margin: -5px 0;
    border-radius: 30px;
}

.mailbox .list-email>li.list-group-item .email-user img {
    max-width: 100%;
    display: block;
}

.mailbox .list-email>li.list-group-item .email-sender {
    display: block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
    .mailbox .list-email>li.list-group-item .email-sender {
        width: 160px;
    }
}

@media (max-width: 767.98px) {
    .mailbox .list-email>li.list-group-item .email-sender {
        width: 120px;
    }
}

@media (max-width: 575.98px) {
    .mailbox .list-email>li.list-group-item .email-sender {
        width: auto;
        font-size: 14px;
        padding-right: 90px;
    }
}

.mailbox .list-email>li.list-group-item .email-title {
    display: block;
    line-height: 20px;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1200px) {
    .mailbox .list-email>li.list-group-item .email-title {
        padding-left: 15px;
    }
}

@media (max-width: 991.98px) {
    .mailbox .list-email>li.list-group-item .email-title {
        width: auto;
        flex: 1;
    }
}

@media (min-width: 768px) {
    .mailbox .list-email>li.list-group-item .email-title+.email-desc {
        padding-left: 20px;
    }
    .mailbox .list-email>li.list-group-item .email-title+.email-desc:before {
        content: "";
        position: absolute;
        left: 6px;
        top: 8px;
        width: 4px;
        height: 4px;
        background: #9ba8b4;
        border-radius: 6px;
    }
}

.mailbox .list-email>li.list-group-item .email-desc {
    display: block;
    position: relative;
    color: #4e5c68;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

@media (max-width: 991.98px) {
    .mailbox .list-email>li.list-group-item .email-desc {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .mailbox .list-email>li.list-group-item .email-desc {
        display: block;
        padding-right: 0;
    }
}

.mailbox .list-email>li.list-group-item .email-time {
    display: block;
    padding: 0 15px 0 0;
    font-size: 11px;
    font-weight: 500;
    color: #6f8293;
    text-align: right;
    width: 100px;
    position: absolute;
    right: 0;
    top: 15px;
    height: 20px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    .mailbox .list-email>li.list-group-item .email-time {
        width: 90px;
    }
}

.mailbox .list-email>li.list-group-item .email-checkbox .custom-checkbox {
    width: 16px;
    padding-left: 16px;
}

.mailbox .list-email>li.list-group-item .email-checkbox .custom-checkbox .custom-control-label::before,
.mailbox .list-email>li.list-group-item .email-checkbox .custom-checkbox .custom-control-label::after {
    left: -16px;
}

.mailbox .list-email>li.list-group-item .email-checkbox+.email-user {
    margin-left: 10px;
}

.mailbox .list-email>li.list-group-item.unread .email-title {
    font-weight: 600;
    color: #2d353c;
}

.mailbox .list-email>li.list-group-item.unread .email-sender {
    font-weight: 600;
}

.mailbox .list-email>li.list-group-item.selected {
    background: #fffceb;
}

.mailbox .list-email>li.list-group-item.selected .email-time {
    background: #fffceb;
}

.pos-booking {
    padding-top: 52px;
}

@media (min-width: 992px) {
    .pos-booking {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
}

.pos-booking .pos-booking-header {
    background: #FFFFFF;
    padding: 0.61875rem 1.640625rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    height: 52px;
    display: flex;
    align-items: center;
}

.pos-booking .pos-booking-header .logo,
.pos-booking .pos-booking-header .time,
.pos-booking .pos-booking-header .nav {
    width: 33.33%;
}

@media (max-width: 767.98px) {
    .pos-booking .pos-booking-header .logo,
    .pos-booking .pos-booking-header .time,
    .pos-booking .pos-booking-header .nav {
        width: 50%;
    }
}

.pos-booking .pos-booking-header .logo {
    display: flex;
}

.pos-booking .pos-booking-header .logo>div,
.pos-booking .pos-booking-header .logo>a {
    text-align: center;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.pos-booking .pos-booking-header .logo>div .logo-img img,
.pos-booking .pos-booking-header .logo>a .logo-img img {
    height: 32px;
}

.pos-booking .pos-booking-header .logo>div .logo-text,
.pos-booking .pos-booking-header .logo>a .logo-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 15px;
}

.pos-booking .pos-booking-header .time {
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .pos-booking .pos-booking-header .time {
        display: none;
    }
}

.pos-booking .pos-booking-header .nav {
    align-items: center;
    justify-content: flex-end;
}

.pos-booking .pos-booking-header .nav .nav-item .nav-link {
    padding: 0.3125rem 0.9375rem;
}

@media (max-width: 767.98px) {
    .pos-booking .pos-booking-header .nav .nav-item .nav-link {
        padding: 0.3125rem 0.61875rem;
    }
}

.pos-booking .pos-booking-header .nav .nav-item .nav-link .nav-icon {
    height: 20px;
    color: #20252a;
}

.pos-booking .pos-booking-body {
    height: calc(100% - 52px);
    flex: 1;
    display: flex;
}

.pos-booking .pos-booking-body .pos-booking-content {
    flex: 1;
}

.pos-booking .pos-booking-body .pos-booking-content .pos-booking-content-container {
    padding: 1.640625rem;
    height: 100%;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking {
    display: block;
    margin-bottom: 1.171875rem;
    text-decoration: none;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container {
    background: #2d353c;
    color: #FFFFFF;
    border-radius: 6px;
    transition: box-shadow 0.1s linear;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container:hover {
    box-shadow: 0 0 0 5px rgba(45, 53, 60, 0.5);
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-header {
    padding: 0.9375rem;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-header .title {
    font-weight: 600;
    color: #adb5bd;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-header .no {
    font-size: 2.1875rem;
    font-weight: 600;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-header .desc {
    font-weight: 600;
    color: #adb5bd;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body {
    background: #495057;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking {
    font-size: 0.6875rem;
    padding: 0.3125rem 0.9375rem;
    display: flex;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking .time {
    width: 60px;
    font-weight: 600;
    color: #dee2e6;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking .info {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking .status {
    font-size: 6px;
    color: #adb5bd;
    padding-left: 0.9375rem;
    display: flex;
    align-items: center;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking .status.upcoming {
    color: #f59c1a;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking .status.in-progress {
    color: #32a932;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking.highlight {
    background: #2d353c;
}

.pos-booking .pos-booking-body .pos-booking-content .table-booking .table-booking-container .table-booking-body .booking+.booking {
    border-top: 1px solid #2d353c;
}

.pos-booking .pos-booking-body .pos-booking-content .date {
    border: 2px solid #495057;
    max-width: 240px;
    border-radius: 6px;
}

.pos-booking .pos-booking-body .pos-booking-content .date .form-control {
    border: none;
    background: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: #20252a;
    box-shadow: none;
    border-radius: 0;
}

.pos-booking .pos-booking-body .pos-booking-content .date .form-control::-webkit-input-placeholder {
    color: #adb5bd;
}

.pos-booking .pos-booking-body .pos-booking-content .date .form-control::-moz-placeholder {
    color: #adb5bd;
}

.pos-booking .pos-booking-body .pos-booking-content .date .form-control:-ms-input-placeholder {
    color: #adb5bd;
}

.pos-booking .pos-booking-body .pos-booking-content .date .form-control:-moz-placeholder {
    color: #adb5bd;
}

.pos-booking .pos-booking-body .pos-booking-content .date .input-group-addon {
    background: none;
}

.pos-counter {
    padding-top: 52px;
}

@media (min-width: 992px) {
    .pos-counter {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
}

.pos-counter .pos-counter-header {
    background: #FFFFFF;
    padding: 0.61875rem 1.640625rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    height: 52px;
    display: flex;
    align-items: center;
}

.pos-counter .pos-counter-header .logo,
.pos-counter .pos-counter-header .time,
.pos-counter .pos-counter-header .nav {
    width: 33.33%;
}

@media (max-width: 767.98px) {
    .pos-counter .pos-counter-header .logo,
    .pos-counter .pos-counter-header .time,
    .pos-counter .pos-counter-header .nav {
        width: 50%;
    }
}

.pos-counter .pos-counter-header .logo {
    display: flex;
}

.pos-counter .pos-counter-header .logo>div,
.pos-counter .pos-counter-header .logo>a {
    text-align: center;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.pos-counter .pos-counter-header .logo>div .logo-img img,
.pos-counter .pos-counter-header .logo>a .logo-img img {
    height: 32px;
}

.pos-counter .pos-counter-header .logo>div .logo-text,
.pos-counter .pos-counter-header .logo>a .logo-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 15px;
}

.pos-counter .pos-counter-header .time {
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .pos-counter .pos-counter-header .time {
        display: none;
    }
}

.pos-counter .pos-counter-header .nav {
    align-items: center;
    justify-content: flex-end;
}

.pos-counter .pos-counter-header .nav .nav-item .nav-link {
    padding: 0.3125rem 0.9375rem;
}

@media (max-width: 767.98px) {
    .pos-counter .pos-counter-header .nav .nav-item .nav-link {
        padding: 0.3125rem 0.61875rem;
    }
}

.pos-counter .pos-counter-header .nav .nav-item .nav-link .nav-icon {
    height: 20px;
    color: #20252a;
}

.pos-counter .pos-counter-body {
    height: calc(100% - 52px);
    flex: 1;
    display: flex;
}

.pos-counter .pos-counter-body .pos-counter-content {
    flex: 1;
}

.pos-counter .pos-counter-body .pos-counter-content .pos-counter-content-container {
    padding: 2px;
    height: 100%;
    background: #20252a;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row {
    margin: -1px;
    display: flex;
    flex-wrap: wrap;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table {
    padding: 1px;
    margin: 0;
    height: 100%;
    width: 33.33%;
    flex: 0 0 33.33%;
}

@media (max-width: 1199.98px) {
    .pos-counter .pos-counter-body .pos-counter-content .table-row .table {
        width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 991.98px) {
    .pos-counter .pos-counter-body .pos-counter-content .table-row .table {
        width: 33.33%;
        flex: 0 0 33.33%;
    }
}

@media (max-width: 767.98px) {
    .pos-counter .pos-counter-body .pos-counter-content .table-row .table {
        width: 50%;
        flex: 0 0 50%;
    }
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container {
    background: #2d353c;
    color: #FFFFFF;
    display: block;
    height: 100%;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.1s linear;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-status {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #495057;
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-status i {
    font-size: 8px;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-name {
    text-align: center;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.1s linear;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-name .name {
    font-size: 0.875rem;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-name .no {
    font-size: 32px;
    margin-bottom: -4px;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-name>* {
    padding: 0;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row {
    margin: 0 -1px 0 0;
    color: #6c757d;
    display: flex;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row .table-info-col {
    width: 50%;
    padding: 1px 1px 0 0;
    margin: 0 auto;
    flex: 0 0 50%;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row .table-info-col .table-info-container {
    height: 100%;
    background: #6c757d;
    padding: 2px 5px;
    display: flex;
    align-items: center;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row .icon+.text {
    margin-left: 2px;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row .text {
    font-weight: 600;
    flex: 1;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-info-row+.table-col-info {
    border-top: 1px solid #f8f9fa;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container+.table-col {
    border-left: 1px solid #f8f9fa;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use:hover:not(.disabled) {
    position: relative;
    z-index: 10;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use:hover:not(.disabled) .table-container {
    position: relative;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use:hover:not(.disabled) .table-container:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(108, 117, 125, 0.8);
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use:hover:not(.disabled) .table-container:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 32px;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled),
.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled):hover {
    position: relative;
    z-index: 20;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled) .table-container,
.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled):hover .table-container {
    background: #2d353c;
    opacity: 1;
    color: #FFFFFF;
    position: relative;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled) .table-container .table-info-row,
.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled):hover .table-container .table-info-row {
    color: #FFFFFF;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled) .table-container:before,
.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled):hover .table-container:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 172, 172, 0.9);
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled) .table-container:after,
.pos-counter .pos-counter-body .pos-counter-content .table-row .table.selected:not(.disabled):hover .table-container:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 32px;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.disabled .table-container {
    cursor: not-allowed;
    background: #2d353c;
    color: #6c757d;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.disabled .table-container .table-status {
    background: #ff5b57;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.disabled .table-container .table-status {
    border-top-color: #ff5b57;
    border-right-color: #ff5b57;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.disabled .table-container .table-info-row {
    color: #495057;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.disabled .table-container .table-info-row .table-info-col .table-info-container {
    background: #495057;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.available .table-container {
    cursor: initial;
    color: #dee2e6;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.available .table-container .table-status {
    background: #00acac;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.available .table-container .table-info-row {
    color: #495057;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.available .table-container .table-info-row .table-info-col .table-info-container {
    background: #495057;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use .table-container {
    background: #495057;
    position: relative;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use .table-container:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.1s linear;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use .table-container .table-status {
    background: #f59c1a;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use .table-container .table-info-row {
    color: #FFFFFF;
}

.pos-counter .pos-counter-body .pos-counter-content .table-row .table.in-use .table-container .table-info-row .table-info-col .table-info-container {
    background: #6c757d;
}

.pos-counter .pos-counter-body .pos-counter-sidebar {
    background: #495057;
    color: #FFFFFF;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
}

@media (max-width: 991.98px) {
    .pos-counter .pos-counter-body .pos-counter-sidebar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        z-index: 1021;
        display: none;
    }
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header {
    padding: 10px 25px;
    background: #2d353c;
    color: #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .back-btn {
    width: 50px;
    margin-top: -10px;
    margin-bottom: -10px;
    height: 50px;
    border: none;
    background: #20252a;
    display: none;
    margin-left: -25px;
    margin-right: 25px;
}

@media (max-width: 991.98px) {
    .pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .back-btn {
        display: block;
    }
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .back-btn .btn {
    color: #FFFFFF;
    padding: 0;
    width: 100%;
    height: 100%;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .back-btn .btn svg {
    width: 20px;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .icon img {
    height: 30px;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .icon+.title {
    padding-left: 10px;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .title {
    font-size: 14px;
    font-weight: 600;
    flex: 1;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-header .order {
    display: block;
    font-size: 12px;
    background: #6c757d;
    color: #FFFFFF;
    padding: 2px 4px;
    border-radius: 4px;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body {
    padding: 0;
    margin: 0;
    overflow: scroll;
    flex: 1;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table {
    padding: 0 25px;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row {
    padding: 15px 0;
    margin: 0;
    position: relative;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row+.pos-table-row {
    border-top: 1px solid #6c757d;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div {
    padding: 0;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .price {
    font-size: 0.875rem;
    font-weight: 600;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div.total-qty {
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div.total-price {
    font-size: 0.875rem;
    font-weight: 600;
    text-align: right;
    text-align: right;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div a {
    display: inline-block;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb {
    display: flex;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .img {
    width: 45px;
    height: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .img+.info {
    padding-left: 15px;
    flex: 1;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .info {
    flex: 1;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .info .title {
    font-weight: 600;
    font-size: 14px;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .info .single-price {
    font-weight: 600;
    color: #2d353c;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer {
    position: relative;
    padding: 10px 25px;
    background: #20252a;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .price {
    font-weight: 600;
    text-align: right;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .subtotal,
.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .taxes,
.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .total {
    line-height: 28px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .subtotal .text,
.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .taxes .text,
.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .total .text {
    width: 72%;
    text-align: right;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .subtotal .price,
.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .taxes .price,
.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .total .price {
    width: 28%;
    font-size: 0.875rem;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .total {
    line-height: 36px;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .total .price {
    font-size: 28px;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row {
    padding: 10px 0 0;
    margin: 0 -25px -10px;
    display: flex;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn {
    display: block;
    padding: 10px 15px;
    font-size: 0.875rem;
    min-width: 100px;
    text-align: center;
    position: relative;
    border-radius: 0;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn i {
    display: block;
    margin: 8px auto 5px;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn+.btn:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 2px;
    background: #20252a;
    left: -1px;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn.btn-default {
    background: #495057;
    border: none;
    color: #FFFFFF;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn.btn-default:hover {
    background: #6c757d;
}

.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn.btn-primary,
.pos-counter .pos-counter-body .pos-counter-sidebar .pos-sidebar-footer .btn-row .btn.btn-success {
    flex: 1;
}

@media (max-width: 991.98px) {
    .pos-counter.pos-mobile-sidebar-toggled .pos-counter-sidebar {
        display: flex;
    }
}

@media (min-width: 992px) {
    .pos-customer {
        height: 100%;
        display: flex;
    }
}

.pos-customer .pos-menu {
    background: #FFFFFF;
    display: flex;
}

@media (min-width: 992px) {
    .pos-customer .pos-menu {
        width: 160px;
        flex-direction: column;
    }
}

@media (max-width: 991.98px) {
    .pos-customer .pos-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1020;
        overflow: scroll;
        align-items: center;
    }
}

.pos-customer .pos-menu .logo {
    padding: 1.640625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .pos-customer .pos-menu .logo {
        width: 160px;
        padding: 0 0.9375rem;
        height: 95px;
        flex: 0 0 160px;
    }
}

.pos-customer .pos-menu .logo a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.pos-customer .pos-menu .logo .logo-img {
    text-align: center;
    height: 46px;
}

.pos-customer .pos-menu .logo .logo-text {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0.3125rem;
}

.pos-customer .pos-menu .logo img {
    max-width: 100%;
    max-height: 100%;
}

.pos-customer .pos-menu .nav-container {
    flex: 1;
}

@media (min-width: 992px) {
    .pos-customer .pos-menu .nav-container {
        overflow: hidden;
        padding: 0;
    }
}

.pos-customer .pos-menu .nav.nav-tabs {
    margin: 0;
    padding: 0 1.640625rem;
    display: block;
}

@media (max-width: 991.98px) {
    .pos-customer .pos-menu .nav.nav-tabs {
        display: flex;
        flex-wrap: nowrap;
    }
}

@media (max-width: 991.98px) {
    .pos-customer .pos-menu .nav.nav-tabs .nav-item {
        min-width: 90px;
    }
}

.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link {
    position: relative;
    padding: 0.5357142857rem 0.9375rem;
    white-space: nowrap;
    text-align: center;
    border: 2px solid transparent;
    color: #adb5bd;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 6px;
    transition: color 0.2s linear;
}

.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link .fa {
    display: block;
    margin: 0.3125rem auto !important;
    font-size: 20px;
    color: #ced4da;
    transition: all 0.2s linear;
}

.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link:hover {
    color: #6c757d;
}

.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link:hover .fa {
    color: #6c757d;
}

.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link.active {
    color: #20252a;
    border-color: #20252a;
}

.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link.active .fa {
    color: #20252a;
}

.pos-customer .pos-content {
    flex: 1;
}

@media (min-width: 992px) {
    .pos-customer .pos-content {
        overflow: scroll;
    }
}

@media (max-width: 991.98px) {
    .pos-customer .pos-content {
        padding-top: 95px;
    }
}

.pos-customer .pos-content .pos-content-container {
    padding: 1.640625rem;
}

.pos-customer .pos-content .product-row {
    padding: 0;
    margin: -0.703125rem;
    display: flex;
    flex-wrap: wrap;
}

.pos-customer .pos-content .product-row .product-container {
    padding: 0.703125rem;
    width: 100%;
}

@media (min-width: 576px) {
    .pos-customer .pos-content .product-row .product-container {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .pos-customer .pos-content .product-row .product-container {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    .pos-customer .pos-content .product-row .product-container {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .pos-customer .pos-content .product-row .product-container {
        width: 33.33%;
    }
}

@media (min-width: 1800px) {
    .pos-customer .pos-content .product-row .product-container {
        width: 25%;
    }
}

.pos-customer .pos-content .product-row .product-container .product {
    height: 100%;
}

.pos-customer .pos-content .product {
    background: #FFFFFF;
    color: #2d353c;
    display: block;
    margin: 0;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    transition: all 0.2s linear;
    display: flex;
    flex-direction: column;
}

.pos-customer .pos-content .product:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.pos-customer .pos-content .product .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 180px;
    transition: all 0.2s linear;
}

.pos-customer .pos-content .product .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0.703125rem 0.9375rem;
}

.pos-customer .pos-content .product .text .title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2d353c;
    margin: 0 0 2px;
}

.pos-customer .pos-content .product .text .desc {
    color: #adb5bd;
    font-weight: 600;
    margin: 0 0 0.9375rem;
    line-height: 1.4;
    flex: 1;
}

.pos-customer .pos-content .product .text .price {
    margin: 0;
    font-weight: 600;
    color: #20252a;
    font-size: 0.875rem;
}

.pos-customer .pos-content .product.not-available {
    cursor: not-allowed;
    box-shadow: none !important;
}

.pos-customer .pos-content .product.not-available .img,
.pos-customer .pos-content .product.not-available .text {
    opacity: 0.65;
}

.pos-customer .pos-content .product.not-available .not-available-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 180px;
    background: rgba(73, 80, 87, 0.75);
    color: #FFFFFF;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos-customer .pos-sidebar {
    background: #FFFFFF;
    color: #20252a;
    width: 360px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 0 0 360px;
}

@media (max-width: 991.98px) {
    .pos-customer .pos-sidebar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        z-index: 1021;
        display: none;
    }
}

.pos-customer .pos-sidebar .pos-sidebar-header {
    padding: 0.703125rem 1.640625rem;
    background: #6c757d;
    color: #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
}

.pos-customer .pos-sidebar .pos-sidebar-header .back-btn {
    width: 50px;
    margin-top: -10px;
    margin-bottom: -10px;
    height: 50px;
    border: none;
    background: #495057;
    display: none;
    margin-left: -25px;
    margin-right: 25px;
}

@media (max-width: 991.98px) {
    .pos-customer .pos-sidebar .pos-sidebar-header .back-btn {
        display: block;
    }
}

.pos-customer .pos-sidebar .pos-sidebar-header .back-btn .btn {
    color: #FFFFFF;
    padding: 0;
    width: 100%;
    height: 100%;
}

.pos-customer .pos-sidebar .pos-sidebar-header .back-btn .btn svg {
    width: 20px;
}

.pos-customer .pos-sidebar .pos-sidebar-header .icon img {
    height: 30px;
}

.pos-customer .pos-sidebar .pos-sidebar-header .icon+.title {
    padding-left: 10px;
}

.pos-customer .pos-sidebar .pos-sidebar-header .title {
    font-size: 14px;
    font-weight: 600;
    flex: 1;
}

.pos-customer .pos-sidebar .pos-sidebar-header .order {
    display: block;
    font-size: 12px;
    background: #20252a;
    color: #FFFFFF;
    padding: 2px 4px;
    border-radius: 4px;
}

.pos-customer .pos-sidebar .pos-sidebar-nav .nav.nav-tabs {
    padding: 0;
}

.pos-customer .pos-sidebar .pos-sidebar-nav .nav.nav-tabs .nav-item {
    padding: 0;
}

.pos-customer .pos-sidebar .pos-sidebar-nav .nav.nav-tabs .nav-item .nav-link {
    padding: 12px 15px;
    font-size: 13px;
    background: #dee2e6;
    color: #6c757d;
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
}

.pos-customer .pos-sidebar .pos-sidebar-nav .nav.nav-tabs .nav-item .nav-link.active {
    color: #20252a;
    background: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.pos-customer .pos-sidebar .pos-sidebar-nav .nav.nav-tabs .nav-item+.nav-item {
    border-left: 1px solid #dee2e6;
}

.pos-customer .pos-sidebar .pos-sidebar-body {
    padding: 0;
    margin: 0;
    overflow: scroll;
    flex: 1;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table {
    padding: 0 25px;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row {
    padding: 15px 0;
    margin: 0;
    position: relative;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row+.pos-table-row {
    border-top: 1px solid #e9ecef;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div {
    padding: 0;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .input-group.qty {
    width: 85px;
    margin-top: 10px;
    align-items: center;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .input-group.qty .form-control {
    margin: 0;
    background: none;
    border: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
    height: 26px;
    font-weight: 600;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .input-group.qty .btn {
    background: #e9ecef;
    padding: 0;
    color: #6c757d;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .input-group.qty .btn:hover,
.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .input-group.qty .btn:focus {
    color: #10696b;
    background: #99dede;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .price {
    font-size: 0.875rem;
    font-weight: 600;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div.total-price {
    font-size: 0.875rem;
    font-weight: 600;
    text-align: right;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div a {
    display: inline-block;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb {
    display: flex;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .img {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .img+.info {
    padding-left: 15px;
    flex: 1;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .info {
    flex: 1;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .info .title {
    font-weight: 600;
    font-size: 14px;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row>div .pos-product-thumb .info .single-price {
    font-weight: 600;
    color: #2d353c;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row .pos-remove-confirmation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(233, 236, 239, 0.9);
    font-size: 0.875rem;
    font-weight: 600;
    z-index: 10;
    padding: 15px;
    display: flex;
    align-items: center;
}

.pos-customer .pos-sidebar .pos-sidebar-body .pos-table .pos-table-row .pos-remove-confirmation .btn {
    min-width: 60px;
}

.pos-customer .pos-sidebar .pos-sidebar-footer {
    background: #FFFFFF;
    position: relative;
    padding: 10px 25px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 -1px rgba(45, 53, 60, 0.1);
}

.pos-customer .pos-sidebar .pos-sidebar-footer .price {
    font-weight: 600;
    text-align: right;
}

.pos-customer .pos-sidebar .pos-sidebar-footer .subtotal,
.pos-customer .pos-sidebar .pos-sidebar-footer .taxes,
.pos-customer .pos-sidebar .pos-sidebar-footer .total {
    line-height: 28px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pos-customer .pos-sidebar .pos-sidebar-footer .subtotal .text,
.pos-customer .pos-sidebar .pos-sidebar-footer .taxes .text,
.pos-customer .pos-sidebar .pos-sidebar-footer .total .text {
    width: 50%;
}

.pos-customer .pos-sidebar .pos-sidebar-footer .subtotal .price,
.pos-customer .pos-sidebar .pos-sidebar-footer .taxes .price,
.pos-customer .pos-sidebar .pos-sidebar-footer .total .price {
    width: 50%;
    font-size: 0.875rem;
}

.pos-customer .pos-sidebar .pos-sidebar-footer .total .price {
    font-size: 18px;
}

.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row {
    padding: 10px 0 0;
    margin: 0 -25px -10px;
    display: flex;
}

.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row .btn {
    display: block;
    padding: 10px 15px;
    font-size: 0.875rem;
    min-width: 100px;
    text-align: center;
    position: relative;
    border-radius: 0;
}

.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row .btn .fa {
    display: block;
    margin: 8px auto 5px;
}

.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row .btn+.btn:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 2px;
    background: #FFFFFF;
    left: -1px;
}

.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row .btn.btn-primary,
.pos-customer .pos-sidebar .pos-sidebar-footer .btn-row .btn.btn-success {
    flex: 1;
}

@media (max-width: 991.98px) {
    .pos-customer.pos-mobile-sidebar-toggled .pos-sidebar {
        display: flex;
    }
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .close {
    position: absolute;
    top: 25px;
    z-index: 10;
    right: 25px;
}

@media (min-width: 992px) {
    .modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product {
        display: flex;
    }
    .modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-img,
    .modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-img .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    border-radius: 6px 6px 0 0;
}

@media (min-width: 992px) {
    .modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-img .img {
        min-height: 300px;
        border-radius: 6px 0 0 6px;
    }
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info {
    padding: 25px;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .title {
    font-size: 22px;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .desc {
    color: #adb5bd;
    font-size: 13px;
    font-weight: 600;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .price {
    font-weight: 600;
    font-size: 18px;
    margin: 0.46875rem 0;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .qty .input-group {
    width: 95px;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .qty .form-control {
    font-weight: 600;
    font-size: 0.875rem;
    height: 30px;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .qty .btn {
    background: #e9ecef;
    padding: 0;
    color: #adb5bd;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .qty .btn:hover,
.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .qty .btn:focus {
    color: #10696b;
    background: #99dede;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row {
    margin-bottom: 0.9375rem;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-title {
    font-size: 0.875rem;
    font-weight: 600;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list {
    margin: -0.3125rem;
    padding: 0.3125rem 0;
    display: flex;
    flex-wrap: wrap;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list .option {
    width: 33.33%;
    max-width: 33.33%;
    padding: 0.3125rem;
    flex: 0 0 33.33%;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list .option .option-input {
    display: none;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list .option .option-input:checked+.option-label {
    border: 2px solid #00acac;
    background: #ebf8f8;
    padding: 9px;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list .option .option-label {
    border: 1px solid #dee2e6;
    padding: 10px;
    height: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list .option .option-label .option-text {
    font-weight: 600;
    display: block;
    line-height: 1.2;
    text-align: center;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list .option .option-label .option-price {
    font-weight: 600;
    color: #6c757d;
    margin-top: 0.3125rem;
    line-height: 1.2;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list label {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list label:before,
.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .option-row .option-list label:after {
    top: 0.46875rem;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .btn-row {
    margin: 25px -25px -25px;
    display: flex;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .btn-row .btn {
    padding: 20px;
    position: relative;
    font-size: 0.875rem;
    width: 50%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .btn-row .btn+.btn:before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -1px;
    border-left: 2 solid #FFFFFF;
}

.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .btn-row .btn.btn-primary,
.modal.modal-pos-item .modal-dialog .modal-content .modal-body .pos-product .pos-product-info .btn-row .btn.btn-success {
    flex: 1;
}

.pos-kitchen {
    min-height: 100%;
    padding-top: 52px;
    display: flex;
    flex-direction: column;
}

.pos-kitchen .pos-kitchen-header {
    background: #FFFFFF;
    padding: 0.61875rem 1.640625rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    height: 52px;
    display: flex;
    align-items: center;
}

.pos-kitchen .pos-kitchen-header .logo,
.pos-kitchen .pos-kitchen-header .time,
.pos-kitchen .pos-kitchen-header .nav {
    width: 33.33%;
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-header .logo,
    .pos-kitchen .pos-kitchen-header .time,
    .pos-kitchen .pos-kitchen-header .nav {
        width: 50%;
    }
}

.pos-kitchen .pos-kitchen-header .logo {
    display: flex;
}

.pos-kitchen .pos-kitchen-header .logo>div,
.pos-kitchen .pos-kitchen-header .logo>a {
    text-align: center;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.pos-kitchen .pos-kitchen-header .logo>div .logo-img img,
.pos-kitchen .pos-kitchen-header .logo>a .logo-img img {
    height: 32px;
}

.pos-kitchen .pos-kitchen-header .logo>div .logo-text,
.pos-kitchen .pos-kitchen-header .logo>a .logo-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 15px;
}

.pos-kitchen .pos-kitchen-header .time {
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-header .time {
        display: none;
    }
}

.pos-kitchen .pos-kitchen-header .nav {
    align-items: center;
    justify-content: flex-end;
}

.pos-kitchen .pos-kitchen-header .nav .nav-item .nav-link {
    padding: 0.3125rem 0.9375rem;
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-header .nav .nav-item .nav-link {
        padding: 0.3125rem 0.61875rem;
    }
}

.pos-kitchen .pos-kitchen-header .nav .nav-item .nav-link .nav-icon {
    height: 20px;
    color: #20252a;
}

.pos-kitchen .pos-kitchen-body {
    flex: 1;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task {
    border-bottom: 1px solid #ced4da;
}

@media (min-width: 768px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task {
        display: flex;
    }
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info {
    width: 30%;
    padding: 25px;
    text-align: right;
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info {
        width: auto;
        position: relative;
        text-align: left;
    }
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info .table-no {
    font-size: 24px;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info .order-type {
    font-size: 14px;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info .order-no {
    margin-bottom: 5px;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info .time-pass {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-info .time-pass {
        position: absolute;
        top: 0;
        margin: 0;
        padding: 25px;
        right: 0;
    }
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body {
    padding: 25px;
    border-left: 1px solid #ced4da;
    flex: 1;
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body {
        border-left: none;
        padding-top: 0;
    }
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-completed {
    font-size: 16px;
    line-height: 36px;
}

@media (max-width: 767.98px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-completed {
        border-top: 1px solid #ced4da;
        margin-top: -10px;
        padding-top: 10px;
    }
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row {
    margin: 0 -10px -20px;
    display: flex;
    flex-wrap: wrap;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product {
    width: 25%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product {
        width: 33.33%;
        flex: 0 0 33.33%;
    }
}

@media (max-width: 575.98px) {
    .pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product {
        width: 100%;
        flex: 0 0 100%;
    }
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-img {
    padding-top: 75%;
    position: relative;
    margin-bottom: 10px;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-img .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-img .caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(108, 117, 125, 0.75);
    color: #FFFFFF;
    font-size: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-info {
    display: flex;
    flex: 1;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-info .info {
    flex: 1;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-info .info .title {
    font-size: 16px;
    font-weight: 600;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-info .info .title+.desc {
    padding-top: 3px;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-info .info .desc {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-info .qty {
    font-size: 18px;
    font-weight: 600;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-action {
    padding-top: 10px;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-action .btn {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product .pos-task-product-action .btn+.btn {
    margin-top: 10px;
}

.pos-kitchen .pos-kitchen-body .pos-task-row .pos-task .pos-task-body .pos-task-product-row .pos-task-product.completed .pos-task-product-info {
    opacity: 0.75;
}

.pos-stock {
    padding-top: 52px;
}

@media (min-width: 992px) {
    .pos-stock {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
}

.pos-stock .pos-stock-header {
    background: #FFFFFF;
    padding: 0.61875rem 1.640625rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    height: 52px;
    display: flex;
    align-items: center;
}

.pos-stock .pos-stock-header .logo,
.pos-stock .pos-stock-header .time,
.pos-stock .pos-stock-header .nav {
    width: 33.33%;
}

@media (max-width: 767.98px) {
    .pos-stock .pos-stock-header .logo,
    .pos-stock .pos-stock-header .time,
    .pos-stock .pos-stock-header .nav {
        width: 50%;
    }
}

.pos-stock .pos-stock-header .logo {
    display: flex;
}

.pos-stock .pos-stock-header .logo>div,
.pos-stock .pos-stock-header .logo>a {
    text-align: center;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.pos-stock .pos-stock-header .logo>div .logo-img img,
.pos-stock .pos-stock-header .logo>a .logo-img img {
    height: 32px;
}

.pos-stock .pos-stock-header .logo>div .logo-text,
.pos-stock .pos-stock-header .logo>a .logo-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 15px;
}

.pos-stock .pos-stock-header .time {
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .pos-stock .pos-stock-header .time {
        display: none;
    }
}

.pos-stock .pos-stock-header .nav {
    align-items: center;
    justify-content: flex-end;
}

.pos-stock .pos-stock-header .nav .nav-item .nav-link {
    padding: 0.3125rem 0.9375rem;
}

@media (max-width: 767.98px) {
    .pos-stock .pos-stock-header .nav .nav-item .nav-link {
        padding: 0.3125rem 0.61875rem;
    }
}

.pos-stock .pos-stock-header .nav .nav-item .nav-link .nav-icon {
    height: 20px;
    color: #20252a;
}

.pos-stock .pos-stock-body {
    height: calc(100% - 52px);
    flex: 1;
    display: flex;
}

.pos-stock .pos-stock-body .pos-stock-content {
    flex: 1;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container {
    padding: 0.46875rem;
    height: 100%;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product {
    height: 100%;
    padding: 0.46875rem;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container {
    background: #FFFFFF;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-img .img {
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-img .img {
        padding-top: 56.25%;
    }
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-info {
    padding: 0.9375rem 1.171875rem;
    flex: 1;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-info .title {
    font-size: 0.875rem;
    font-weight: 600;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-info .desc {
    color: #495057;
    margin-bottom: 0.9375rem;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option {
    margin: 0 0 0.3125rem;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option .option {
    padding: 0;
    flex: 1;
    display: flex;
    align-items: center;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option .option .option-label {
    font-weight: 600;
    width: 90px;
    padding-right: 0.61875rem;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option .option .option-input {
    flex: 1;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option .option .option-input .form-control {
    padding: 0.234375rem 0.61875rem;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option .option .option-input .form-switch .form-check-input:checked {
    background-color: #00acac;
    border-color: #00acac;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-option .option+.option {
    padding-top: 0.9375rem;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-action {
    display: flex;
}

.pos-stock .pos-stock-body .pos-stock-content .pos-stock-content-container .pos-stock-product .pos-stock-product-container .product .product-action .btn {
    padding: 0.703125rem 0;
    flex: 1;
    border-radius: 0;
}

.pos {
    background: #e9ecef;
}

.pos-mobile-sidebar-toggler {
    position: fixed;
    bottom: 60px;
    right: 12px;
    z-index: 1020;
    background: #FFFFFF;
    padding: 10px;
    width: 60px;
    height: 60px;
    text-decoration: none;
    color: #20252a;
    display: none;
    border-radius: 50px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    align-items: center;
}

@media (max-width: 991.98px) {
    .pos-mobile-sidebar-toggler {
        display: flex;
    }
}

.pos-mobile-sidebar-toggler:hover {
    color: #6c757d;
}

.pos-mobile-sidebar-toggler .img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

.pos-mobile-sidebar-toggler .badge {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #00acac;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-header {
    position: relative;
    overflow: hidden;
}

.profile-header .profile-header-cover {
    background-image: url(/images/profile-cover.jpg?0dc996541d6102f95d8ad45215a0cd4f);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.profile-header .profile-header-cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(32, 37, 42, 0.25) 0%, #20252a 100%);
}

.profile-header .profile-header-content {
    color: #FFFFFF;
    padding: 30px;
    position: relative;
}

@media (max-width: 767.98px) {
    .profile-header .profile-header-content {
        padding: 20px;
        display: flex;
        align-items: center;
    }
}

.profile-header .profile-header-img {
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin: -10px 0 -20px 0;
    padding: 3px;
    background: #FFFFFF;
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    .profile-header .profile-header-img {
        margin: 0;
        width: 80px;
        height: 80px;
    }
}

.profile-header .profile-header-img+.profile-header-info {
    margin-left: 140px;
}

@media (max-width: 767.98px) {
    .profile-header .profile-header-img+.profile-header-info {
        margin-left: 20px;
    }
}

.profile-header .profile-header-img img {
    max-width: 100%;
}

.profile-header .profile-header-info h4,
.profile-header .profile-header-info .h4 {
    font-weight: 600;
    color: #FFFFFF;
}

.profile-header .profile-header-tab {
    position: relative;
    background: #FFFFFF;
    list-style-type: none;
    margin: -10px 0 0;
    padding: 0 0 0 150px;
    border-radius: 0;
}

@media (max-width: 767.98px) {
    .profile-header .profile-header-tab {
        padding: 0;
        margin: 0;
        overflow: scroll;
        display: flex;
        flex-wrap: nowrap;
    }
}

.profile-header .profile-header-tab .nav-item {
    display: inline-block;
    margin: 0;
}

.profile-header .profile-header-tab .nav-item .nav-link {
    display: block;
    color: #6f8293;
    line-height: 20px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    border: none;
    border-radius: 0;
}

.profile-header .profile-header-tab .nav-item .nav-link:hover,
.profile-header .profile-header-tab .nav-item .nav-link:focus {
    background: none;
    color: #4e5c68;
}

.profile-header .profile-header-tab .nav-item .nav-link.active {
    color: #2d353c;
    background: none;
}

.profile-content {
    padding: 25px;
}

.profile-content:before,
.profile-content:after {
    content: "";
    display: table;
    clear: both;
}

.profile-content .tab-content,
.profile-content .tab-pane {
    background: none;
}

.profile-content .table.table-profile>thead>tr>th {
    border: none;
    border-bottom: none !important;
    color: #2d353c;
    background: none;
}

.profile-content .table.table-profile>thead>tr>th h4,
.profile-content .table.table-profile>thead>tr>th .h4 {
    font-size: 20px;
    margin-top: 0;
}

.profile-content .table.table-profile>thead>tr>th h4 small,
.profile-content .table.table-profile>thead>tr>th .h4 small,
.profile-content .table.table-profile>thead>tr>th h4 .small,
.profile-content .table.table-profile>thead>tr>th .h4 .small {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.profile-content .table.table-profile tbody>tr td {
    border: none;
    color: #2d353c;
    background: none;
}

.profile-content .table.table-profile tbody>tr td .form-control {
    border-color: #ccd1d5;
}

.profile-content .table.table-profile tbody>tr td .form-control:focus {
    border-color: #5db0ff;
}

.profile-content .table.table-profile tbody>tr td.field {
    width: 20%;
    font-weight: 600;
    color: #2d353c;
    text-align: right;
}

@media (max-width: 767.98px) {
    .profile-content .table.table-profile tbody>tr td.field {
        width: 35%;
    }
}

.profile-content .table.table-profile tbody>tr.highlight>td {
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.profile-content .table.table-profile tbody>tr.divider>td {
    padding: 0 !important;
    height: 10px;
}

.result-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.result-list .result-item {
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
}

.result-list .result-item:before,
.result-list .result-item:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1199.98px) {
    .result-list .result-item {
        padding-top: 160px;
    }
}

@media (max-width: 767.98px) {
    .result-list .result-item {
        display: block;
    }
}

.result-list .result-item+.result-item {
    margin-top: 0.46875rem;
}

.result-list .result-item .result-image {
    width: 240px;
    padding: 0;
    overflow: hidden;
    background: #2d353c;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .result-list .result-item .result-image {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 160px;
    }
}

.result-list .result-item .result-image a {
    display: block;
}

.result-list .result-item .result-image:hover,
.result-list .result-item .result-image:focus {
    opacity: 0.8;
}

.result-list .result-item .result-info {
    padding: 1.171875rem;
    position: relative;
    flex: 1;
}

.result-list .result-item .result-info .title {
    margin: 0 0 0.234375rem;
    font-size: 1.125rem;
    line-height: 1.2;
}

.result-list .result-item .result-info .title a {
    color: #2d353c;
    text-decoration: none;
}

.result-list .result-item .result-info .location {
    color: #6c757d;
    margin-bottom: 0.46875rem;
}

.result-list .result-item .result-info .desc {
    margin-bottom: 1.875rem;
}

.result-list .result-item .result-info .btn-row {
    display: flex;
    flex-wrap: wrap;
}

.result-list .result-item .result-info .btn-row a {
    color: #2d353c;
    background: #e9ecef;
    font-size: 0.875rem;
    padding: 0.3125rem 0.46875rem;
    border-radius: 4px;
}

.result-list .result-item .result-info .btn-row a+a {
    margin-left: 0.3125rem;
}

.result-list .result-item .result-info .btn-row a:hover,
.result-list .result-item .result-info .btn-row a:focus {
    background: #dee2e6;
}

.result-list .result-item .result-price {
    width: 240px;
    font-size: 28px;
    text-align: center;
    background: #f8f9fa;
    color: #2d353c;
    padding: 1.171875rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .result-list .result-item .result-price {
        width: 180px;
    }
}

@media (max-width: 767.98px) {
    .result-list .result-item .result-price {
        width: auto;
        padding: 0.9375rem;
    }
}

.result-list .result-item .result-price small,
.result-list .result-item .result-price .small {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #6c757d;
}

.result-list .result-item .result-price .btn {
    margin-top: 1.875rem;
}

@media (max-width: 1199.98px) {
    .result-list .result-item .result-price .btn {
        margin-top: 0.9375rem;
    }
}

.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: #495057;
    left: 20%;
    margin-left: -2.5px;
}

@media (max-width: 767.98px) {
    .timeline:before {
        left: 15%;
    }
}

@media (max-width: 575.98px) {
    .timeline:before {
        left: 50%;
    }
}

.timeline .timeline-item {
    position: relative;
    min-height: 50px;
    padding: 20px 0;
}

.timeline img {
    max-width: 100%;
    display: block;
}

.timeline .timeline-time {
    position: absolute;
    width: 18%;
    text-align: right;
    top: 30px;
    text-align: right;
    left: 0;
}

@media (max-width: 767.98px) {
    .timeline .timeline-time {
        width: 12%;
    }
}

@media (max-width: 575.98px) {
    .timeline .timeline-time {
        width: 50%;
        text-align: right;
        padding-right: 20px;
    }
}

.timeline .timeline-time .date {
    display: block;
    font-weight: 600;
    color: #2d353c;
}

.timeline .timeline-time .time {
    display: block;
    font-weight: 600;
    line-height: 24px;
    font-size: 1.5rem;
    color: #2d353c;
}

.timeline .timeline-icon {
    position: absolute;
    width: 10%;
    text-align: center;
    top: 40px;
    left: 15%;
}

@media (max-width: 767.98px) {
    .timeline .timeline-icon {
        left: 10%;
    }
}

@media (max-width: 575.98px) {
    .timeline .timeline-icon {
        left: 45%;
    }
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #dee2e6;
    line-height: 10px;
    color: #FFFFFF;
    font-size: 14px;
    border: 5px solid #495057;
    transition: border-color 0.2s linear;
    border-radius: 24px;
}

.timeline .timeline-content {
    background: #FFFFFF;
    position: relative;
    font-size: 14px;
    max-width: 640px;
    border-radius: 6px;
    margin-left: 23%;
}

@media (max-width: 991.98px) {
    .timeline .timeline-content {
        margin-left: 25%;
        margin-right: 5%;
    }
}

@media (max-width: 767.98px) {
    .timeline .timeline-content {
        margin-left: 20%;
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .timeline .timeline-content {
        margin-top: 60px;
        margin-left: 0;
    }
}

.timeline .timeline-content:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    top: 20px;
    left: -20px;
    border-right-color: #FFFFFF;
}

@media (max-width: 575.98px) {
    .timeline .timeline-content:before {
        border-bottom-color: #FFFFFF;
        top: -20px;
        border-right-color: transparent;
        left: 50%;
        margin-left: -10px;
    }
}

.timeline .timeline-header {
    padding: 0.9375rem;
    display: flex;
    align-items: center;
}

.timeline .timeline-header .userimage {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 36px;
    margin-right: 0.75rem;
}

.timeline .timeline-header .username {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2d353c;
    flex: 1;
}

.timeline .timeline-header .username a {
    color: #2d353c;
    text-decoration: none;
}

.timeline .timeline-header+.timeline-body {
    padding-top: 0;
}

.timeline .timeline-body {
    padding: 0.9375rem;
}

.apexcharts-canvas .apexcharts-menu {
    border: none;
    padding: 0.5rem 0;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.apexcharts-canvas .apexcharts-menu .apexcharts-menu-item:hover,
.apexcharts-canvas .apexcharts-menu .apexcharts-menu-item:focus {
    background: #eff1f3;
}

.apexcharts-canvas .apexcharts-tooltip {
    border: none !important;
    font-size: inherit;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
    font-family: inherit !important;
    padding: 0.46875rem 0.9375rem;
    margin: 0;
    border: 0 !important;
    font-weight: 600;
}

.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-marker {
    width: 10px;
    height: 10px;
    margin-right: 0.46875rem;
}

.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 0;
}

.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-y-group {
    padding: 0.46875rem 0;
}

.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group+.apexcharts-tooltip-series-group {
    margin-top: -0.46875rem;
}

.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group.active,
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group:last-child {
    padding-bottom: 0;
}

.apexcharts-canvas .apexcharts-tooltip.light .apexcharts-tooltip-title {
    background: #e9ecef;
}

.apexcharts-canvas .apexcharts-tooltip.dark .apexcharts-tooltip-title {
    background: #2d353c;
}

.apexcharts-canvas .apexcharts-xaxistooltip,
.apexcharts-canvas .apexcharts-yaxistooltip {
    border: 0 !important;
    font-size: inherit;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.apexcharts-canvas .apexcharts-xaxistooltip:after,
.apexcharts-canvas .apexcharts-yaxistooltip:after {
    display: none;
}

.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light {
    background: #FFFFFF;
}

.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light.apexcharts-xaxistooltip-top:before,
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light.apexcharts-yaxistooltip-top:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light.apexcharts-xaxistooltip-top:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light.apexcharts-yaxistooltip-top:before {
    border-top-color: #FFFFFF;
}

.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light.apexcharts-xaxistooltip-bottom:before,
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light.apexcharts-yaxistooltip-bottom:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light.apexcharts-xaxistooltip-bottom:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light.apexcharts-yaxistooltip-bottom:before {
    border-bottom-color: #FFFFFF;
}

.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light.apexcharts-xaxistooltip-left:before,
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light.apexcharts-yaxistooltip-left:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light.apexcharts-xaxistooltip-left:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light.apexcharts-yaxistooltip-left:before {
    border-left-color: #FFFFFF;
}

.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light.apexcharts-xaxistooltip-right:before,
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light.apexcharts-yaxistooltip-right:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light.apexcharts-xaxistooltip-right:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light.apexcharts-yaxistooltip-right:before {
    border-right-color: #FFFFFF;
}

.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark {
    background: #2d353c;
}

.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark.apexcharts-xaxistooltip-top:before,
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark.apexcharts-yaxistooltip-top:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark.apexcharts-xaxistooltip-top:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark.apexcharts-yaxistooltip-top:before {
    border-top-color: #2d353c;
}

.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark.apexcharts-xaxistooltip-bottom:before,
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark.apexcharts-yaxistooltip-bottom:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark.apexcharts-xaxistooltip-bottom:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark.apexcharts-yaxistooltip-bottom:before {
    border-bottom-color: #2d353c;
}

.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark.apexcharts-xaxistooltip-left:before,
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark.apexcharts-yaxistooltip-left:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark.apexcharts-xaxistooltip-left:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark.apexcharts-yaxistooltip-left:before {
    border-left-color: #2d353c;
}

.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark.apexcharts-xaxistooltip-right:before,
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark.apexcharts-yaxistooltip-right:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark.apexcharts-xaxistooltip-right:before,
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark.apexcharts-yaxistooltip-right:before {
    border-right-color: #2d353c;
}

body .apexcharts-canvas .apexcharts-legend .apexcharts-legend-series {
    padding: 0.1875rem 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

body .apexcharts-canvas .apexcharts-legend .apexcharts-legend-series .apexcharts-legend-marker {
    margin-right: 0.46875rem;
    width: 12px !important;
    height: 12px !important;
    border-radius: 12px !important;
}

body .apexcharts-canvas .apexcharts-legend.position-top .apexcharts-legend-series+.apexcharts-legend-series,
body .apexcharts-canvas .apexcharts-legend.position-bottom .apexcharts-legend-series+.apexcharts-legend-series {
    margin-left: 1.40625rem !important;
}

.bootstrap-calendar .calendar {
    background: #FFFFFF;
    border: none;
    padding: 7px 0 10px;
    border-radius: 0;
}

.bootstrap-calendar .calendar .table.header {
    padding: 0;
    margin: 0 0 2px;
    position: relative;
    box-shadow: none;
}

.bootstrap-calendar .calendar .table.header td {
    width: 45px;
    padding: 5px 15px;
    vertical-align: middle;
    border: none;
}

.bootstrap-calendar .calendar .table.header td.year {
    width: calc(100% - 90px);
}

.bootstrap-calendar .calendar .table.header td .visualmonthyear {
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bootstrap-calendar .calendar .table.header td .icon-arrow-right,
.bootstrap-calendar .calendar .table.header td .icon-arrow-left {
    cursor: pointer;
    font-size: 14px;
    height: 100%;
    color: #adb5bd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.bootstrap-calendar .calendar .table.header td .icon-arrow-right:hover,
.bootstrap-calendar .calendar .table.header td .icon-arrow-right:focus,
.bootstrap-calendar .calendar .table.header td .icon-arrow-left:hover,
.bootstrap-calendar .calendar .table.header td .icon-arrow-left:focus {
    color: #2d353c;
}

.bootstrap-calendar .calendar .table.header td .icon-arrow-left:before {
    content: "";
}

.bootstrap-calendar .calendar .table.header td .icon-arrow-right:before {
    content: "";
}

.bootstrap-calendar .calendar .table.daysmonth {
    margin: 0;
}

.bootstrap-calendar .calendar .table.daysmonth tr td {
    border: none;
    padding: 7px 10px;
    font-weight: 600;
    color: #6c757d;
}

.bootstrap-calendar .calendar .table.daysmonth tr td a {
    text-shadow: none;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: -4px auto;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bootstrap-calendar .calendar .table.daysmonth tr td.event {
    background: none;
    box-shadow: none;
}

.bootstrap-calendar .calendar .table.daysmonth tr td.event a {
    color: #FFFFFF;
}

.bootstrap-calendar .calendar .table.daysmonth tr.week_days td {
    background: none;
    color: #2d353c;
    font-weight: bold;
}

body .datepicker {
    color: #2d353c;
    border-radius: 6px;
}

body .datepicker table {
    width: 100%;
}

body .datepicker .datepicker-days table thead tr th.prev,
body .datepicker .datepicker-days table thead tr th.next,
body .datepicker .datepicker-days table thead tr th.datepicker-switch,
body .datepicker .datepicker-months table thead tr th.prev,
body .datepicker .datepicker-months table thead tr th.next,
body .datepicker .datepicker-months table thead tr th.datepicker-switch,
body .datepicker .datepicker-years table thead tr th.prev,
body .datepicker .datepicker-years table thead tr th.next,
body .datepicker .datepicker-years table thead tr th.datepicker-switch,
body .datepicker .datepicker-decades table thead tr th.prev,
body .datepicker .datepicker-decades table thead tr th.next,
body .datepicker .datepicker-decades table thead tr th.datepicker-switch,
body .datepicker .datepicker-centuries table thead tr th.prev,
body .datepicker .datepicker-centuries table thead tr th.next,
body .datepicker .datepicker-centuries table thead tr th.datepicker-switch {
    line-height: 1.5;
    padding: 0.46875rem;
    border-radius: 4px;
}

body .datepicker .datepicker-days table thead tr th.prev:hover,
body .datepicker .datepicker-days table thead tr th.prev:focus,
body .datepicker .datepicker-days table thead tr th.next:hover,
body .datepicker .datepicker-days table thead tr th.next:focus,
body .datepicker .datepicker-days table thead tr th.datepicker-switch:hover,
body .datepicker .datepicker-days table thead tr th.datepicker-switch:focus,
body .datepicker .datepicker-months table thead tr th.prev:hover,
body .datepicker .datepicker-months table thead tr th.prev:focus,
body .datepicker .datepicker-months table thead tr th.next:hover,
body .datepicker .datepicker-months table thead tr th.next:focus,
body .datepicker .datepicker-months table thead tr th.datepicker-switch:hover,
body .datepicker .datepicker-months table thead tr th.datepicker-switch:focus,
body .datepicker .datepicker-years table thead tr th.prev:hover,
body .datepicker .datepicker-years table thead tr th.prev:focus,
body .datepicker .datepicker-years table thead tr th.next:hover,
body .datepicker .datepicker-years table thead tr th.next:focus,
body .datepicker .datepicker-years table thead tr th.datepicker-switch:hover,
body .datepicker .datepicker-years table thead tr th.datepicker-switch:focus,
body .datepicker .datepicker-decades table thead tr th.prev:hover,
body .datepicker .datepicker-decades table thead tr th.prev:focus,
body .datepicker .datepicker-decades table thead tr th.next:hover,
body .datepicker .datepicker-decades table thead tr th.next:focus,
body .datepicker .datepicker-decades table thead tr th.datepicker-switch:hover,
body .datepicker .datepicker-decades table thead tr th.datepicker-switch:focus,
body .datepicker .datepicker-centuries table thead tr th.prev:hover,
body .datepicker .datepicker-centuries table thead tr th.prev:focus,
body .datepicker .datepicker-centuries table thead tr th.next:hover,
body .datepicker .datepicker-centuries table thead tr th.next:focus,
body .datepicker .datepicker-centuries table thead tr th.datepicker-switch:hover,
body .datepicker .datepicker-centuries table thead tr th.datepicker-switch:focus {
    background: #e9ecef;
}

body .datepicker .datepicker-days table thead tr th.prev:hover:before,
body .datepicker .datepicker-days table thead tr th.prev:focus:before,
body .datepicker .datepicker-days table thead tr th.next:hover:before,
body .datepicker .datepicker-days table thead tr th.next:focus:before,
body .datepicker .datepicker-days table thead tr th.datepicker-switch:hover:before,
body .datepicker .datepicker-days table thead tr th.datepicker-switch:focus:before,
body .datepicker .datepicker-months table thead tr th.prev:hover:before,
body .datepicker .datepicker-months table thead tr th.prev:focus:before,
body .datepicker .datepicker-months table thead tr th.next:hover:before,
body .datepicker .datepicker-months table thead tr th.next:focus:before,
body .datepicker .datepicker-months table thead tr th.datepicker-switch:hover:before,
body .datepicker .datepicker-months table thead tr th.datepicker-switch:focus:before,
body .datepicker .datepicker-years table thead tr th.prev:hover:before,
body .datepicker .datepicker-years table thead tr th.prev:focus:before,
body .datepicker .datepicker-years table thead tr th.next:hover:before,
body .datepicker .datepicker-years table thead tr th.next:focus:before,
body .datepicker .datepicker-years table thead tr th.datepicker-switch:hover:before,
body .datepicker .datepicker-years table thead tr th.datepicker-switch:focus:before,
body .datepicker .datepicker-decades table thead tr th.prev:hover:before,
body .datepicker .datepicker-decades table thead tr th.prev:focus:before,
body .datepicker .datepicker-decades table thead tr th.next:hover:before,
body .datepicker .datepicker-decades table thead tr th.next:focus:before,
body .datepicker .datepicker-decades table thead tr th.datepicker-switch:hover:before,
body .datepicker .datepicker-decades table thead tr th.datepicker-switch:focus:before,
body .datepicker .datepicker-centuries table thead tr th.prev:hover:before,
body .datepicker .datepicker-centuries table thead tr th.prev:focus:before,
body .datepicker .datepicker-centuries table thead tr th.next:hover:before,
body .datepicker .datepicker-centuries table thead tr th.next:focus:before,
body .datepicker .datepicker-centuries table thead tr th.datepicker-switch:hover:before,
body .datepicker .datepicker-centuries table thead tr th.datepicker-switch:focus:before {
    color: #2d353c;
}

body .datepicker .datepicker-days table thead tr th.prev,
body .datepicker .datepicker-days table thead tr th.next,
body .datepicker .datepicker-months table thead tr th.prev,
body .datepicker .datepicker-months table thead tr th.next,
body .datepicker .datepicker-years table thead tr th.prev,
body .datepicker .datepicker-years table thead tr th.next,
body .datepicker .datepicker-decades table thead tr th.prev,
body .datepicker .datepicker-decades table thead tr th.next,
body .datepicker .datepicker-centuries table thead tr th.prev,
body .datepicker .datepicker-centuries table thead tr th.next {
    color: transparent;
    width: 15%;
    position: relative;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

body .datepicker .datepicker-days table thead tr th.prev:before,
body .datepicker .datepicker-days table thead tr th.next:before,
body .datepicker .datepicker-months table thead tr th.prev:before,
body .datepicker .datepicker-months table thead tr th.next:before,
body .datepicker .datepicker-years table thead tr th.prev:before,
body .datepicker .datepicker-years table thead tr th.next:before,
body .datepicker .datepicker-decades table thead tr th.prev:before,
body .datepicker .datepicker-decades table thead tr th.next:before,
body .datepicker .datepicker-centuries table thead tr th.prev:before,
body .datepicker .datepicker-centuries table thead tr th.next:before {
    color: #adb5bd;
    position: absolute;
    font-size: 0.875rem;
    height: 0.875rem;
    top: 50%;
    margin-top: -0.4375rem;
    line-height: 1;
}

body .datepicker .datepicker-days table thead tr th.prev i,
body .datepicker .datepicker-days table thead tr th.next i,
body .datepicker .datepicker-months table thead tr th.prev i,
body .datepicker .datepicker-months table thead tr th.next i,
body .datepicker .datepicker-years table thead tr th.prev i,
body .datepicker .datepicker-years table thead tr th.next i,
body .datepicker .datepicker-decades table thead tr th.prev i,
body .datepicker .datepicker-decades table thead tr th.next i,
body .datepicker .datepicker-centuries table thead tr th.prev i,
body .datepicker .datepicker-centuries table thead tr th.next i {
    display: none;
}

body .datepicker .datepicker-days table thead tr th.prev:before,
body .datepicker .datepicker-months table thead tr th.prev:before,
body .datepicker .datepicker-years table thead tr th.prev:before,
body .datepicker .datepicker-decades table thead tr th.prev:before,
body .datepicker .datepicker-centuries table thead tr th.prev:before {
    content: "";
}

body .datepicker .datepicker-days table thead tr th.next:before,
body .datepicker .datepicker-months table thead tr th.next:before,
body .datepicker .datepicker-years table thead tr th.next:before,
body .datepicker .datepicker-decades table thead tr th.next:before,
body .datepicker .datepicker-centuries table thead tr th.next:before {
    content: "";
}

body .datepicker .datepicker-days table thead tr th.datepicker-switch,
body .datepicker .datepicker-months table thead tr th.datepicker-switch,
body .datepicker .datepicker-years table thead tr th.datepicker-switch,
body .datepicker .datepicker-decades table thead tr th.datepicker-switch,
body .datepicker .datepicker-centuries table thead tr th.datepicker-switch {
    width: auto;
}

body .datepicker .datepicker-days table thead tr th.dow,
body .datepicker .datepicker-months table thead tr th.dow,
body .datepicker .datepicker-years table thead tr th.dow,
body .datepicker .datepicker-decades table thead tr th.dow,
body .datepicker .datepicker-centuries table thead tr th.dow {
    padding: 0.46875rem 0;
}

body .datepicker .datepicker-days table tbody tr td,
body .datepicker .datepicker-months table tbody tr td,
body .datepicker .datepicker-years table tbody tr td,
body .datepicker .datepicker-decades table tbody tr td,
body .datepicker .datepicker-centuries table tbody tr td {
    padding: 0.46875rem;
}

body .datepicker .datepicker-days table tbody tr td span.decade,
body .datepicker .datepicker-days table tbody tr td span.year,
body .datepicker .datepicker-days table tbody tr td span.month,
body .datepicker .datepicker-days table tbody tr td span.century,
body .datepicker .datepicker-months table tbody tr td span.decade,
body .datepicker .datepicker-months table tbody tr td span.year,
body .datepicker .datepicker-months table tbody tr td span.month,
body .datepicker .datepicker-months table tbody tr td span.century,
body .datepicker .datepicker-years table tbody tr td span.decade,
body .datepicker .datepicker-years table tbody tr td span.year,
body .datepicker .datepicker-years table tbody tr td span.month,
body .datepicker .datepicker-years table tbody tr td span.century,
body .datepicker .datepicker-decades table tbody tr td span.decade,
body .datepicker .datepicker-decades table tbody tr td span.year,
body .datepicker .datepicker-decades table tbody tr td span.month,
body .datepicker .datepicker-decades table tbody tr td span.century,
body .datepicker .datepicker-centuries table tbody tr td span.decade,
body .datepicker .datepicker-centuries table tbody tr td span.year,
body .datepicker .datepicker-centuries table tbody tr td span.month,
body .datepicker .datepicker-centuries table tbody tr td span.century {
    font-weight: 600;
    color: #6c757d;
    text-shadow: none;
    border-radius: 4px;
}

body .datepicker .datepicker-days table tbody tr td span.decade:hover,
body .datepicker .datepicker-days table tbody tr td span.decade:focus,
body .datepicker .datepicker-days table tbody tr td span.year:hover,
body .datepicker .datepicker-days table tbody tr td span.year:focus,
body .datepicker .datepicker-days table tbody tr td span.month:hover,
body .datepicker .datepicker-days table tbody tr td span.month:focus,
body .datepicker .datepicker-days table tbody tr td span.century:hover,
body .datepicker .datepicker-days table tbody tr td span.century:focus,
body .datepicker .datepicker-months table tbody tr td span.decade:hover,
body .datepicker .datepicker-months table tbody tr td span.decade:focus,
body .datepicker .datepicker-months table tbody tr td span.year:hover,
body .datepicker .datepicker-months table tbody tr td span.year:focus,
body .datepicker .datepicker-months table tbody tr td span.month:hover,
body .datepicker .datepicker-months table tbody tr td span.month:focus,
body .datepicker .datepicker-months table tbody tr td span.century:hover,
body .datepicker .datepicker-months table tbody tr td span.century:focus,
body .datepicker .datepicker-years table tbody tr td span.decade:hover,
body .datepicker .datepicker-years table tbody tr td span.decade:focus,
body .datepicker .datepicker-years table tbody tr td span.year:hover,
body .datepicker .datepicker-years table tbody tr td span.year:focus,
body .datepicker .datepicker-years table tbody tr td span.month:hover,
body .datepicker .datepicker-years table tbody tr td span.month:focus,
body .datepicker .datepicker-years table tbody tr td span.century:hover,
body .datepicker .datepicker-years table tbody tr td span.century:focus,
body .datepicker .datepicker-decades table tbody tr td span.decade:hover,
body .datepicker .datepicker-decades table tbody tr td span.decade:focus,
body .datepicker .datepicker-decades table tbody tr td span.year:hover,
body .datepicker .datepicker-decades table tbody tr td span.year:focus,
body .datepicker .datepicker-decades table tbody tr td span.month:hover,
body .datepicker .datepicker-decades table tbody tr td span.month:focus,
body .datepicker .datepicker-decades table tbody tr td span.century:hover,
body .datepicker .datepicker-decades table tbody tr td span.century:focus,
body .datepicker .datepicker-centuries table tbody tr td span.decade:hover,
body .datepicker .datepicker-centuries table tbody tr td span.decade:focus,
body .datepicker .datepicker-centuries table tbody tr td span.year:hover,
body .datepicker .datepicker-centuries table tbody tr td span.year:focus,
body .datepicker .datepicker-centuries table tbody tr td span.month:hover,
body .datepicker .datepicker-centuries table tbody tr td span.month:focus,
body .datepicker .datepicker-centuries table tbody tr td span.century:hover,
body .datepicker .datepicker-centuries table tbody tr td span.century:focus {
    background: #e9ecef;
}

body .datepicker .datepicker-days table tbody tr td span.decade.focused,
body .datepicker .datepicker-days table tbody tr td span.year.focused,
body .datepicker .datepicker-days table tbody tr td span.month.focused,
body .datepicker .datepicker-days table tbody tr td span.century.focused,
body .datepicker .datepicker-months table tbody tr td span.decade.focused,
body .datepicker .datepicker-months table tbody tr td span.year.focused,
body .datepicker .datepicker-months table tbody tr td span.month.focused,
body .datepicker .datepicker-months table tbody tr td span.century.focused,
body .datepicker .datepicker-years table tbody tr td span.decade.focused,
body .datepicker .datepicker-years table tbody tr td span.year.focused,
body .datepicker .datepicker-years table tbody tr td span.month.focused,
body .datepicker .datepicker-years table tbody tr td span.century.focused,
body .datepicker .datepicker-decades table tbody tr td span.decade.focused,
body .datepicker .datepicker-decades table tbody tr td span.year.focused,
body .datepicker .datepicker-decades table tbody tr td span.month.focused,
body .datepicker .datepicker-decades table tbody tr td span.century.focused,
body .datepicker .datepicker-centuries table tbody tr td span.decade.focused,
body .datepicker .datepicker-centuries table tbody tr td span.year.focused,
body .datepicker .datepicker-centuries table tbody tr td span.month.focused,
body .datepicker .datepicker-centuries table tbody tr td span.century.focused {
    background: #e9ecef;
    color: #2d353c;
}

body .datepicker .datepicker-days table tbody tr td span.decade.active,
body .datepicker .datepicker-days table tbody tr td span.year.active,
body .datepicker .datepicker-days table tbody tr td span.month.active,
body .datepicker .datepicker-days table tbody tr td span.century.active,
body .datepicker .datepicker-months table tbody tr td span.decade.active,
body .datepicker .datepicker-months table tbody tr td span.year.active,
body .datepicker .datepicker-months table tbody tr td span.month.active,
body .datepicker .datepicker-months table tbody tr td span.century.active,
body .datepicker .datepicker-years table tbody tr td span.decade.active,
body .datepicker .datepicker-years table tbody tr td span.year.active,
body .datepicker .datepicker-years table tbody tr td span.month.active,
body .datepicker .datepicker-years table tbody tr td span.century.active,
body .datepicker .datepicker-decades table tbody tr td span.decade.active,
body .datepicker .datepicker-decades table tbody tr td span.year.active,
body .datepicker .datepicker-decades table tbody tr td span.month.active,
body .datepicker .datepicker-decades table tbody tr td span.century.active,
body .datepicker .datepicker-centuries table tbody tr td span.decade.active,
body .datepicker .datepicker-centuries table tbody tr td span.year.active,
body .datepicker .datepicker-centuries table tbody tr td span.month.active,
body .datepicker .datepicker-centuries table tbody tr td span.century.active {
    background: #348fe2 !important;
    color: #FFFFFF;
}

body .datepicker .datepicker-days table tbody tr td.day,
body .datepicker .datepicker-months table tbody tr td.day,
body .datepicker .datepicker-years table tbody tr td.day,
body .datepicker .datepicker-decades table tbody tr td.day,
body .datepicker .datepicker-centuries table tbody tr td.day {
    font-weight: 600;
    color: #495057;
    padding: 0.46875rem;
    border-radius: 4px;
}

body .datepicker .datepicker-days table tbody tr td.day:hover,
body .datepicker .datepicker-days table tbody tr td.day:focus,
body .datepicker .datepicker-days table tbody tr td.day.selected,
body .datepicker .datepicker-days table tbody tr td.day.highlighted,
body .datepicker .datepicker-days table tbody tr td.day.range,
body .datepicker .datepicker-months table tbody tr td.day:hover,
body .datepicker .datepicker-months table tbody tr td.day:focus,
body .datepicker .datepicker-months table tbody tr td.day.selected,
body .datepicker .datepicker-months table tbody tr td.day.highlighted,
body .datepicker .datepicker-months table tbody tr td.day.range,
body .datepicker .datepicker-years table tbody tr td.day:hover,
body .datepicker .datepicker-years table tbody tr td.day:focus,
body .datepicker .datepicker-years table tbody tr td.day.selected,
body .datepicker .datepicker-years table tbody tr td.day.highlighted,
body .datepicker .datepicker-years table tbody tr td.day.range,
body .datepicker .datepicker-decades table tbody tr td.day:hover,
body .datepicker .datepicker-decades table tbody tr td.day:focus,
body .datepicker .datepicker-decades table tbody tr td.day.selected,
body .datepicker .datepicker-decades table tbody tr td.day.highlighted,
body .datepicker .datepicker-decades table tbody tr td.day.range,
body .datepicker .datepicker-centuries table tbody tr td.day:hover,
body .datepicker .datepicker-centuries table tbody tr td.day:focus,
body .datepicker .datepicker-centuries table tbody tr td.day.selected,
body .datepicker .datepicker-centuries table tbody tr td.day.highlighted,
body .datepicker .datepicker-centuries table tbody tr td.day.range {
    background: #e9ecef;
    text-shadow: none;
}

body .datepicker .datepicker-days table tbody tr td.day.today,
body .datepicker .datepicker-months table tbody tr td.day.today,
body .datepicker .datepicker-years table tbody tr td.day.today,
body .datepicker .datepicker-decades table tbody tr td.day.today,
body .datepicker .datepicker-centuries table tbody tr td.day.today {
    background: #cce3f8 !important;
    color: #0d2439;
}

body .datepicker .datepicker-days table tbody tr td.day.active,
body .datepicker .datepicker-months table tbody tr td.day.active,
body .datepicker .datepicker-years table tbody tr td.day.active,
body .datepicker .datepicker-decades table tbody tr td.day.active,
body .datepicker .datepicker-centuries table tbody tr td.day.active {
    background: #348fe2 !important;
    color: #FFFFFF;
    text-shadow: none !important;
}

body .datepicker .datepicker-days table tbody tr td.day.range,
body .datepicker .datepicker-months table tbody tr td.day.range,
body .datepicker .datepicker-years table tbody tr td.day.range,
body .datepicker .datepicker-decades table tbody tr td.day.range,
body .datepicker .datepicker-centuries table tbody tr td.day.range {
    border-radius: 0;
}

body .datepicker .datepicker-days table tbody tr td.day.range-start,
body .datepicker .datepicker-months table tbody tr td.day.range-start,
body .datepicker .datepicker-years table tbody tr td.day.range-start,
body .datepicker .datepicker-decades table tbody tr td.day.range-start,
body .datepicker .datepicker-centuries table tbody tr td.day.range-start {
    border-radius: 4px 0 0 4px;
}

body .datepicker .datepicker-days table tbody tr td.day.range-end,
body .datepicker .datepicker-months table tbody tr td.day.range-end,
body .datepicker .datepicker-years table tbody tr td.day.range-end,
body .datepicker .datepicker-decades table tbody tr td.day.range-end,
body .datepicker .datepicker-centuries table tbody tr td.day.range-end {
    border-radius: 0 4px 4px 0;
}

body .datepicker .datepicker-days table tbody tr td.day.old,
body .datepicker .datepicker-months table tbody tr td.day.old,
body .datepicker .datepicker-years table tbody tr td.day.old,
body .datepicker .datepicker-decades table tbody tr td.day.old,
body .datepicker .datepicker-centuries table tbody tr td.day.old {
    color: #adb5bd;
}

body .datepicker .datepicker-days table tbody tr td.day.new,
body .datepicker .datepicker-months table tbody tr td.day.new,
body .datepicker .datepicker-years table tbody tr td.day.new,
body .datepicker .datepicker-decades table tbody tr td.day.new,
body .datepicker .datepicker-centuries table tbody tr td.day.new {
    color: #ced4da;
}

body .datepicker .datepicker-days table tbody tr td.day.disabled,
body .datepicker .datepicker-months table tbody tr td.day.disabled,
body .datepicker .datepicker-years table tbody tr td.day.disabled,
body .datepicker .datepicker-decades table tbody tr td.day.disabled,
body .datepicker .datepicker-centuries table tbody tr td.day.disabled {
    color: #e9ecef;
}

body .datepicker .datepicker-days table tbody tr td.day.disabled:hover,
body .datepicker .datepicker-days table tbody tr td.day.disabled:focus,
body .datepicker .datepicker-months table tbody tr td.day.disabled:hover,
body .datepicker .datepicker-months table tbody tr td.day.disabled:focus,
body .datepicker .datepicker-years table tbody tr td.day.disabled:hover,
body .datepicker .datepicker-years table tbody tr td.day.disabled:focus,
body .datepicker .datepicker-decades table tbody tr td.day.disabled:hover,
body .datepicker .datepicker-decades table tbody tr td.day.disabled:focus,
body .datepicker .datepicker-centuries table tbody tr td.day.disabled:hover,
body .datepicker .datepicker-centuries table tbody tr td.day.disabled:focus {
    background: none;
}

body .datepicker.datepicker-inline {
    display: block;
    width: auto;
    padding: 0;
}

body .datepicker.dropdown-menu {
    min-width: 250px;
    width: 320px;
    border: none;
    font-family: inherit;
    font-size: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 250px;
}

body .datepicker.dropdown-menu:before {
    display: none;
}

body .datepicker.dropdown-menu.datepicker-orient-left:after {
    left: 0.9375rem;
}

body .datepicker.dropdown-menu.datepicker-orient-right:after {
    right: 0.9375rem;
}

body .datepicker.dropdown-menu.datepicker-orient-top {
    margin-bottom: 0.46875rem;
}

body .datepicker.dropdown-menu.datepicker-orient-bottom {
    margin-top: 0.46875rem;
}

.datepicker .input-daterange .input-group-addon {
    margin: 0;
    font-weight: 600;
    background: #d5dbe0;
    color: #6f8293;
    display: flex;
    align-items: center;
    border-radius: 0;
}

.datepicker .input-daterange .input-group-addon+.form-control {
    border-radius: 0 4px 4px 0;
}

body .daterangepicker {
    z-index: 1020;
    border: none;
    font-family: inherit;
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 767.98px) {
    body .daterangepicker {
        width: 300px;
    }
}

body .daterangepicker:before {
    display: none;
}

body .daterangepicker .drp-calendar {
    max-width: inherit;
    padding: 0.9375rem;
}

@media (max-width: 1199.98px) {
    body .daterangepicker .drp-calendar {
        float: none;
    }
}

body .daterangepicker .drp-calendar .calendar-table table thead tr th {
    min-width: auto;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0.46875rem;
    color: #20252a;
    font-weight: 700;
    border: none;
}

body .daterangepicker .drp-calendar .calendar-table table thead tr th.prev span,
body .daterangepicker .drp-calendar .calendar-table table thead tr th.next span {
    border-color: #20252a;
}

body .daterangepicker .drp-calendar .calendar-table table thead tr th.prev:hover,
body .daterangepicker .drp-calendar .calendar-table table thead tr th.prev:focus,
body .daterangepicker .drp-calendar .calendar-table table thead tr th.next:hover,
body .daterangepicker .drp-calendar .calendar-table table thead tr th.next:focus {
    background: #e9ecef;
    color: #20252a;
}

body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .yearselect,
body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .monthselect {
    border-color: #ced4da;
    background: #FFFFFF;
    border-radius: 4px;
    transition: all 0.2s linear;
}

body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .yearselect:focus,
body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .monthselect:focus {
    outline: none;
    border-color: #5db0ff;
    box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}

body .daterangepicker .drp-calendar .calendar-table table thead tr:last-child th {
    padding-bottom: 0.46875rem;
}

body .daterangepicker .drp-calendar .calendar-table table tbody tr td {
    min-width: auto;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0.609375rem;
    font-weight: 600;
    color: #2d353c;
    border: none;
}

body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available {
    border-radius: 4px;
}

body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available:hover,
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available:focus {
    background: #e9ecef;
}

body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.in-range {
    background: #e1eefb;
    color: #1a4871;
    border-radius: 0;
}

body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.active {
    background: #348fe2;
    color: #FFFFFF;
}

body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.start-date {
    border-radius: 4px 0 0 4px;
}

body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.end-date {
    border-radius: 0 4px 4px 0;
}

body .daterangepicker .drp-calendar .calendar-table table tbody tr td.off {
    background: none;
    color: #ced4da;
}

body .daterangepicker .drp-calendar.left {
    padding: 0.46875rem !important;
}

body .daterangepicker .drp-calendar.left .calendar-table {
    padding: 0 !important;
}

body .daterangepicker .drp-calendar.right {
    padding: 0.46875rem !important;
    border-left: 1px solid #ced4da;
}

@media (max-width: 1199.98px) {
    body .daterangepicker .drp-calendar.right {
        border-left: none;
        border-top: 1px solid #ced4da;
    }
}

body .daterangepicker .drp-buttons {
    padding: 0.46875rem;
    border-color: #ced4da;
}

@media (max-width: 1199.98px) {
    body .daterangepicker .drp-buttons {
        text-align: center;
    }
}

body .daterangepicker .drp-buttons .btn {
    font-weight: 600;
    min-width: 80px;
    margin: 0;
}

body .daterangepicker .drp-buttons .btn+.btn {
    margin-right: 0;
    margin-left: 0.46875rem;
}

body .daterangepicker .drp-buttons .drp-selected {
    font-weight: 600;
    color: #6c757d;
}

@media (max-width: 1199.98px) {
    body .daterangepicker .drp-buttons .drp-selected {
        display: block;
        padding: 0;
        margin-bottom: 0.46875rem;
    }
}

body .daterangepicker.show-ranges.ltr .ranges,
body .daterangepicker.show-ranges.rtl .ranges {
    position: relative;
    display: block;
}

@media (max-width: 1199.98px) {
    body .daterangepicker.show-ranges.ltr .ranges,
    body .daterangepicker.show-ranges.rtl .ranges {
        float: none;
        margin: 0;
        padding: 10px;
        border-bottom: 1px solid #ced4da;
        overflow: scroll;
        max-width: 340px;
    }
}

@media (max-width: 1199.98px) {
    body .daterangepicker.show-ranges.ltr .ranges ul,
    body .daterangepicker.show-ranges.rtl .ranges ul {
        width: auto;
        white-space: nowrap;
        padding-right: 0.9375rem;
        display: flex;
        flex-wrap: nowrap;
    }
}

body .daterangepicker.show-ranges.ltr .ranges ul li,
body .daterangepicker.show-ranges.rtl .ranges ul li {
    font-weight: 600;
    color: #6c757d;
}

@media (max-width: 1199.98px) {
    body .daterangepicker.show-ranges.ltr .ranges ul li,
    body .daterangepicker.show-ranges.rtl .ranges ul li {
        margin-right: 0.9375rem !important;
        border-radius: 4px;
    }
}

body .daterangepicker.show-ranges.ltr .ranges ul li:hover,
body .daterangepicker.show-ranges.ltr .ranges ul li:focus,
body .daterangepicker.show-ranges.rtl .ranges ul li:hover,
body .daterangepicker.show-ranges.rtl .ranges ul li:focus {
    background: #e9ecef;
    color: #2d353c;
}

body .daterangepicker.show-ranges.ltr .ranges ul li.active,
body .daterangepicker.show-ranges.rtl .ranges ul li.active {
    background: #348fe2;
    color: #FFFFFF;
    margin-right: -1px;
}

body .daterangepicker.show-ranges.ltr .drp-calendar.left,
body .daterangepicker.show-ranges.rtl .drp-calendar.left {
    border-left: 1px solid #ced4da;
}

@media (max-width: 1199.98px) {
    body .daterangepicker.show-ranges.ltr .drp-calendar.left,
    body .daterangepicker.show-ranges.rtl .drp-calendar.left {
        border-left: none;
    }
}

body .datetimepicker .prev:before,
body .datetimepicker .next:before {
    display: none;
}

body .datetimepicker .datetimepicker-hours table,
body .datetimepicker .datetimepicker-minutes table {
    min-width: 220px;
}

body .datetimepicker .glyphicon {
    font-size: 14px;
    color: #2d353c;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

body .datetimepicker .glyphicon.glyphicon-chevron-up:before {
    content: "";
}

body .datetimepicker .glyphicon.glyphicon-chevron-down:before {
    content: "";
}

body .datetimepicker .glyphicon.icon-arrow-left:before {
    content: "";
}

body .datetimepicker .glyphicon.icon-arrow-right:before {
    content: "";
}

body .datetimepicker .glyphicon.glyphicon-time:before {
    content: "";
}

body .datetimepicker .glyphicon.glyphicon-calendar:before {
    content: "";
}

body .datetimepicker.dropdown-menu {
    max-width: 320px;
    min-width: 200px;
    width: auto;
    padding: 5px;
    color: #2d353c;
    overflow: hidden;
    border-radius: 6px;
    max-width: 250px;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.prev,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.switch,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.next,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.today,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.prev,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.switch,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.next,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.today,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.prev,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.switch,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.next,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.today,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.prev,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.switch,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.next,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.today,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.prev,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.switch,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.next,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.today,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.prev,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.switch,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.next,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.today,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.prev,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.switch,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.next,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.today,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.prev,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.switch,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.next,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.today,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.prev,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.switch,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.next,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.today,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.prev,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.switch,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.next,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.today {
    padding: 5px;
    border-radius: 4px;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.prev:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.prev:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.switch:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.switch:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.next:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.next:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.today:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.today:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.prev:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.prev:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.switch:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.switch:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.next:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.next:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.today:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.today:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.prev:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.prev:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.switch:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.switch:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.next:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.next:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.today:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.today:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.prev:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.prev:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.switch:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.switch:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.next:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.next:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.today:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.today:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.prev:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.prev:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.switch:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.switch:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.next:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.next:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.today:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.today:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.prev:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.prev:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.switch:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.switch:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.next:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.next:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.today:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.today:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.prev:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.prev:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.switch:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.switch:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.next:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.next:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.today:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.today:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.prev:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.prev:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.switch:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.switch:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.next:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.next:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.today:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.today:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.prev:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.prev:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.switch:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.switch:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.next:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.next:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.today:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.today:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.prev:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.prev:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.switch:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.switch:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.next:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.next:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.today:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.today:focus {
    color: #2d353c;
    background: #f2f3f4;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table thead tr th.dow,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tfoot tr th.dow,
body .datetimepicker.dropdown-menu .datetimepicker-hours table thead tr th.dow,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tfoot tr th.dow,
body .datetimepicker.dropdown-menu .datetimepicker-days table thead tr th.dow,
body .datetimepicker.dropdown-menu .datetimepicker-days table tfoot tr th.dow,
body .datetimepicker.dropdown-menu .datetimepicker-months table thead tr th.dow,
body .datetimepicker.dropdown-menu .datetimepicker-months table tfoot tr th.dow,
body .datetimepicker.dropdown-menu .datetimepicker-years table thead tr th.dow,
body .datetimepicker.dropdown-menu .datetimepicker-years table tfoot tr th.dow {
    padding: 5px;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td {
    padding: 0;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute {
    padding: 7px 9px;
    height: auto;
    line-height: 16px !important;
    color: #6f8293;
    font-weight: 600;
    border-radius: 6px;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute:focus {
    color: #2d353c;
    background: #f2f3f4;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade.active,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year.active,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month.active,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour.active,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.active,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute.active,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade.active,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year.active,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month.active,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour.active,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.active,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute.active,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade.active,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year.active,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month.active,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour.active,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.active,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute.active,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade.active,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year.active,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month.active,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour.active,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.active,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute.active,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade.active,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year.active,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month.active,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour.active,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.active,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute.active {
    color: #FFFFFF;
    background: #348fe2 !important;
    text-shadow: none;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.active:focus,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute.active:hover,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute.active:focus {
    text-shadow: none;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .decade.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .year.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .month.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .hour.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td .minute.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .decade.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .year.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .month.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .hour.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td .minute.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .decade.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .year.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .month.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .hour.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td .minute.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .decade.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .year.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .month.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .hour.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td .minute.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .decade.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .year.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .month.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .hour.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.timepicker-second,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute.timepicker-hour,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute.timepicker-minute,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td .minute.timepicker-second {
    border: 1px solid #ced4da;
    display: block;
    width: 80px;
    margin: 0 auto;
    line-height: 22px;
    height: auto;
    padding: 6px 15px;
    border-radius: 6px;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.today,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.today,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.today,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.today,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.today {
    background: #e4e7ea;
    color: #2d353c;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.today:before,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.today:before,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.today:before,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.today:before,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.today:before {
    border-bottom-color: #9ba8b4;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.today.active,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.today.active,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.today.active,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.today.active,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.today.active {
    color: #FFFFFF;
}

body .datetimepicker.dropdown-menu .datetimepicker-minutes table tbody tr td.day.today.active:before,
body .datetimepicker.dropdown-menu .datetimepicker-hours table tbody tr td.day.today.active:before,
body .datetimepicker.dropdown-menu .datetimepicker-days table tbody tr td.day.today.active:before,
body .datetimepicker.dropdown-menu .datetimepicker-months table tbody tr td.day.today.active:before,
body .datetimepicker.dropdown-menu .datetimepicker-years table tbody tr td.day.today.active:before {
    border-bottom-color: #bad9f5;
}

body .datetimepicker.dropdown-menu>ul>li .datepicker {
    padding: 5px;
    width: 320px;
    width: 250px;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker {
    width: auto;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker .timepicker-hours,
body .datetimepicker.dropdown-menu>ul>li .timepicker .timepicker-minutes,
body .datetimepicker.dropdown-menu>ul>li .timepicker .timepicker-picker {
    padding: 5px;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker .timepicker-picker {
    width: 200px;
    margin: 0 auto;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td {
    padding: 0;
    height: auto;
    line-height: inherit;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute {
    padding: 10px;
    height: auto;
    line-height: 16px !important;
    color: #6f8293;
    font-weight: 600;
    border-radius: 6px;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour:hover,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour:focus,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute:hover,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute:focus {
    color: #2d353c;
    background: #f2f3f4;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour.active,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute.active {
    color: #FFFFFF;
    background: #2d353c !important;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour.active:hover,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour.active:focus,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute.active:hover,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute.active:focus {
    text-shadow: none;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour.timepicker-hour,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour.timepicker-minute,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.hour.timepicker-second,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute.timepicker-hour,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute.timepicker-minute,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.minute.timepicker-second {
    border: 1px solid #ced4da;
    display: block;
    width: 80px;
    margin: 0 auto;
    line-height: 22px;
    height: auto;
    padding: 6px 15px;
    border-radius: 6px;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td.separator {
    width: 1%;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn {
    padding: 0;
    border: none;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span {
    padding: 10px;
    height: auto;
    line-height: 16px !important;
    color: #6f8293;
    font-weight: 600;
    border-radius: 6px;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span:hover,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span:focus {
    background: #f2f3f4;
    color: #2d353c;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span.active {
    color: #FFFFFF;
    background: #2d353c !important;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span.active:hover,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span.active:focus {
    text-shadow: none;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span.timepicker-hour,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span.timepicker-minute,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn span.timepicker-second {
    border: 1px solid #ced4da;
    display: block;
    width: 80px;
    margin: 0 auto;
    line-height: 22px;
    height: auto;
    padding: 6px 15px;
    border-radius: 6px;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn.btn-primary {
    padding: 5px 15px;
    background: #9ba8b4;
    margin-right: 5px;
    margin-left: 5px;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn.btn-primary:hover,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .btn.btn-primary:focus {
    background: #6f8293;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .timepicker-hour,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .timepicker-minute {
    height: auto;
    line-height: 30px;
    border: 1px solid #ced4da;
}

body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .timepicker-hour:hover,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .timepicker-hour:focus,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .timepicker-minute:hover,
body .datetimepicker.dropdown-menu>ul>li .timepicker table tr td .timepicker-minute:focus {
    background: none;
    border-color: #9ba8b4;
}

body .datetimepicker.dropdown-menu>ul>li.picker-switch {
    width: 100%;
}

body .datetimepicker.dropdown-menu>ul>li.picker-switch table tbody tr td span {
    display: block;
    width: auto;
    margin: -1px 0 0;
    background: #f2f3f4;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
}

body .datetimepicker.dropdown-menu>ul>li.picker-switch table tbody tr td span:hover {
    background: #eceff1;
}

body .datetimepicker.dropdown-menu>ul>li.picker-switch table tbody tr td a {
    text-decoration: none;
}

body .datetimepicker.dropdown-menu>ul>li.collapse.in {
    display: block;
}

body .datetimepicker.dropdown-menu.bottom:before {
    display: none;
}

body .datetimepicker.dropdown-menu.bottom:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FFFFFF;
    top: -7px;
    left: 15px;
}

body .datetimepicker.dropdown-menu.bottom.pull-right:after {
    left: auto;
    right: 15px;
}

body .datetimepicker+.input-group-addon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn.btn-social> :first-child,
.btn.btn-social-icon> :first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-social.btn-lg> :first-child,
.btn-group-lg>.btn.btn-social> :first-child,
.btn.btn-social-icon.btn-lg> :first-child,
.btn-group-lg>.btn.btn-social-icon> :first-child {
    line-height: initial;
}

.btn.btn-social-icon.btn-lg,
.btn-group-lg>.btn.btn-social-icon {
    width: 39px;
    height: 39px;
}

body .bootstrap-timepicker .input-group-addon i {
    width: auto;
    height: auto;
    display: inline;
}

.bootstrap-timepicker-widget table tbody tr td .bootstrap-timepicker-hour,
.bootstrap-timepicker-widget table tbody tr td .bootstrap-timepicker-minute,
.bootstrap-timepicker-widget table tbody tr td .bootstrap-timepicker-meridian {
    width: 40px;
    height: calc(1.5em + (0.875rem + 2px));
    border: 1px solid #ced4da;
    padding: 6px;
    background: #FFFFFF;
    color: #20252a;
    font-weight: 600;
    box-shadow: none;
    transition: all 0.2s linear;
    border-radius: 4px;
}

.bootstrap-timepicker-widget table tbody tr td .bootstrap-timepicker-hour:focus,
.bootstrap-timepicker-widget table tbody tr td .bootstrap-timepicker-minute:focus,
.bootstrap-timepicker-widget table tbody tr td .bootstrap-timepicker-meridian:focus {
    border-color: #5db0ff;
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}

.bootstrap-timepicker-widget table tbody tr td .glyphicon {
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.bootstrap-timepicker-widget table tbody tr td .glyphicon.glyphicon-chevron-up:before {
    content: "";
}

.bootstrap-timepicker-widget table tbody tr td .glyphicon.glyphicon-chevron-down:before {
    content: "";
}

.bootstrap-timepicker-widget table tbody tr td a {
    border: none;
    color: #adb5bd;
    padding: 0.46875rem;
    text-decoration: none;
    border-radius: 4px !important;
}

.bootstrap-timepicker-widget table tbody tr td a:hover,
.bootstrap-timepicker-widget table tbody tr td a:focus {
    background: #dee2e6;
    color: #495057;
}

.bootstrap-timepicker-widget table tbody tr td.separator {
    padding: 0 0.46875rem;
}

.bootstrap-timepicker-widget:before {
    display: none !important;
}

.bootstrap-timepicker-widget:after {
    left: 0.9375rem !important;
    top: -0.46875rem !important;
    border-width: 0.46875rem !important;
}

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 0.46875rem !important;
    border-radius: 6px !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    top: auto !important;
    bottom: -0.46875rem;
}

.wysihtml5-sandbox {
    width: 100% !important;
    border: none !important;
    padding: 0.9375rem !important;
}

body ul.wysihtml5-toolbar {
    padding: 0.9375rem 0.9375rem 0.46875rem !important;
    border-bottom: 1px solid #eff1f3;
    background: #f4f6f7;
    display: flex;
    flex-wrap: wrap;
}

body ul.wysihtml5-toolbar>li {
    float: none;
    margin: 0 0.46875rem 0.46875rem 0;
}

body ul.wysihtml5-toolbar .btn.btn-default.wysihtml5-command-active {
    background: #ced4da;
    border-color: #ced4da;
    box-shadow: none;
}

body ul.wysihtml5-toolbar .glyphicon {
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

body ul.wysihtml5-toolbar .glyphicon.glyphicon-quote:before {
    display: none;
}

body ul.wysihtml5-toolbar .glyphicon.glyphicon-quote:after {
    content: "";
}

body ul.wysihtml5-toolbar .glyphicon.glyphicon-list:before {
    content: "";
}

body ul.wysihtml5-toolbar .glyphicon.glyphicon-indent-right:before {
    content: "";
}

body ul.wysihtml5-toolbar .glyphicon.glyphicon-indent-left:before {
    content: "";
}

body ul.wysihtml5-toolbar .glyphicon.glyphicon-th-list:before {
    content: "";
}

body ul.wysihtml5-toolbar .glyphicon.glyphicon-share:before {
    content: "";
}

body ul.wysihtml5-toolbar .glyphicon.glyphicon-picture:before {
    content: "";
}

body ul.wysihtml5-toolbar .dropdown-menu {
    list-style-type: none;
    margin: 0;
    padding: 0.5rem 0;
}

body ul.wysihtml5-toolbar .dropdown-menu>li>a {
    display: block;
    padding: 0.234375rem 0.9375rem;
    color: #495057;
    text-decoration: none;
}

body ul.wysihtml5-toolbar .dropdown-menu>li>a:hover,
body ul.wysihtml5-toolbar .dropdown-menu>li>a:focus {
    background: #eff1f3;
    color: #1d2126;
}

.cke {
    border: none !important;
}

.cke .cke_button {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cke .cke_button:hover,
.cke .cke_button:focus,
.cke .cke_button:active {
    border-color: #e9ecef;
    background: #e9ecef;
    border-radius: 4px;
}

.cke .cke_combo .cke_combo_button {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cke .cke_combo .cke_combo_button:hover,
.cke .cke_combo .cke_combo_button:focus,
.cke .cke_combo .cke_combo_button:active {
    border-color: #e9ecef;
    background: #e9ecef;
    border-radius: 4px;
}

.cke .cke_combo.cke_combo_on .cke_combo_button {
    border-color: #e9ecef;
}

.cke .cke_toolgroup,
.cke .cke_toolbars {
    display: flex;
    align-items: center;
}

.cke .cke_top {
    border-color: #dadfe3;
    background: #f4f6f7;
}

.cke .cke_top .cke_toolgroup a.cke_button:last-child:after,
.cke .cke_top .cke_combo:after {
    border-color: #ced4da;
}

.cke .cke_top .cke_toolbar_separator {
    background-color: #ced4da;
}

.cke .cke_bottom {
    border-color: #dadfe3;
    background: #f4f6f7;
}

.cke .cke_bottom .cke_resizer {
    border-right-color: #adb5bd;
}

.cke.cke_panel {
    border-radius: 4px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.cke_notifications_area .cke_notification.cke_notification_info {
    background-color: #348fe2;
    border: none;
    padding: 0.46875rem 0.9375rem;
    font-size: 0.75rem;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.cke_notifications_area .cke_notification .cke_notification_close {
    right: 0.46875rem;
    top: 0.46875rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

body div.DTCR_pointer {
    width: 2px;
    background: #348fe2;
    margin-left: -1px;
}

body div.dt-button-info {
    border: none;
    padding: 1.875rem 0.9375rem;
    border-radius: 4px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

body div.dt-button-info h2,
body div.dt-button-info .h2 {
    background: none;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    border: none;
    padding: 0;
    margin-bottom: 0.46875rem;
}

body div.dt-button-info div {
    padding: 0;
}

body table.dataTable {
    border-collapse: collapse !important;
}

body table.dataTable thead tr th.sorting:before,
body table.dataTable thead tr th.sorting_asc:before,
body table.dataTable thead tr th.sorting_desc:before {
    display: none;
}

body table.dataTable thead tr th.sorting:after,
body table.dataTable thead tr th.sorting_asc:after,
body table.dataTable thead tr th.sorting_desc:after {
    opacity: 1;
    color: #c6ced5;
    bottom: 8px;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

body table.dataTable thead tr th.sorting:after {
    content: "";
}

body table.dataTable thead tr th.sorting_asc:after {
    content: "";
    color: #348fe2;
}

body table.dataTable thead tr th.sorting_desc:after {
    content: "";
    color: #348fe2;
}

body table.dataTable thead tr th:focus {
    outline: none;
}

body table.dataTable tbody tr td.focus {
    outline: none;
    z-index: 10;
    position: relative;
    box-shadow: inset 0 0 0 2px #348fe2;
}

body table.dataTable tbody tr td:focus {
    outline: none;
}

body table.dataTable tbody tr.selected td {
    background: #fff7cc !important;
    color: #665700;
    font-weight: 600;
    box-shadow: none;
}

body table.dataTable tbody tr.dt-rowReorder-moving {
    outline: 2px solid #9ba8b4;
}

body table.dataTable.table.table-bordered th,
body table.dataTable.table.table-bordered td {
    border-left-width: 1px;
}

body table.dataTable.table.table-bordered> :not(caption)>* {
    border-color: #dee2e6;
}

body table.dataTable.fixedHeader-floating {
    z-index: 1030;
}

body table.dataTable.dt-rowReorder-float {
    outline: 2px solid #348fe2;
}

body .DTFC_ScrollWrapper {
    margin: 0 0 0.9375rem;
    box-shadow: inset 0 -1px 0 0 #ced4da;
}

body .DTFC_ScrollWrapper .DTFC_LeftHeadWrapper .DTFC_Cloned {
    margin: 0 !important;
}

body .DTFC_ScrollWrapper .DTFC_LeftWrapper {
    box-shadow: inset 0 -1px 0 0 #ced4da;
}

body .DTFC_ScrollWrapper .DTFC_LeftBodyLiner .DTFC_Cloned {
    margin: -4px 0 0 !important;
}

body .DTFC_ScrollWrapper .dataTables_scroll {
    box-shadow: inset 0 -1px 0 0 #ced4da;
}

body .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollBody .dataTable {
    margin: 0 !important;
}

.dataTables_wrapper.dt-bootstrap,
.dataTables_wrapper.dt-bootstrap4 {
    display: block;
}

.dataTables_wrapper.dt-bootstrap .dataTables_length,
.dataTables_wrapper.dt-bootstrap4 .dataTables_length {
    margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
    .dataTables_wrapper.dt-bootstrap .dataTables_length,
    .dataTables_wrapper.dt-bootstrap4 .dataTables_length {
        display: inline-flex;
    }
}

.dataTables_wrapper.dt-bootstrap .dataTables_length .custom-select,
.dataTables_wrapper.dt-bootstrap4 .dataTables_length .custom-select {
    padding: 0.4375rem 2.25rem 0.4375rem 0.75rem;
    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='%232d353c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (min-width: 768px) {
    .dataTables_wrapper.dt-bootstrap .dataTables_length+.dt-buttons,
    .dataTables_wrapper.dt-bootstrap4 .dataTables_length+.dt-buttons {
        margin-left: 10px;
    }
}

.dataTables_wrapper.dt-bootstrap .dataTables_length label,
.dataTables_wrapper.dt-bootstrap4 .dataTables_length label {
    margin-left: auto;
    color: #2d353c;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_wrapper.dt-bootstrap .dataTables_length label .form-control,
.dataTables_wrapper.dt-bootstrap4 .dataTables_length label .form-control {
    margin: 0 0.46875rem;
    border-radius: 4px;
}

.dataTables_wrapper.dt-bootstrap .dataTables_filter,
.dataTables_wrapper.dt-bootstrap4 .dataTables_filter {
    margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
    .dataTables_wrapper.dt-bootstrap .dataTables_filter,
    .dataTables_wrapper.dt-bootstrap4 .dataTables_filter {
        float: right;
        display: inline-flex;
    }
}

.dataTables_wrapper.dt-bootstrap .dataTables_filter label,
.dataTables_wrapper.dt-bootstrap4 .dataTables_filter label {
    color: #2d353c;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_wrapper.dt-bootstrap .dataTables_filter label .form-control,
.dataTables_wrapper.dt-bootstrap4 .dataTables_filter label .form-control {
    display: block;
    width: 260px;
    height: calc(1.5em + (0.875rem + 2px));
    border-radius: 4px;
    margin-left: 0.46875rem;
}

@media (max-width: 767.98px) {
    .dataTables_wrapper.dt-bootstrap .dataTables_filter label .form-control,
    .dataTables_wrapper.dt-bootstrap4 .dataTables_filter label .form-control {
        width: 100%;
    }
}

.dataTables_wrapper.dt-bootstrap .dataTable,
.dataTables_wrapper.dt-bootstrap4 .dataTable {
    margin: 0 0 0.9375rem !important;
}

.dataTables_wrapper.dt-bootstrap .dataTable.collapsed tbody tr td .dtr-details>li,
.dataTables_wrapper.dt-bootstrap4 .dataTable.collapsed tbody tr td .dtr-details>li {
    border-bottom: 1px solid #ced4da;
}

.dataTables_wrapper.dt-bootstrap .dataTable.collapsed tbody tr td:first-child:before,
.dataTables_wrapper.dt-bootstrap4 .dataTable.collapsed tbody tr td:first-child:before {
    background: #ced4da !important;
    color: #2d353c !important;
    border: none !important;
    top: 19px !important;
    left: 8px !important;
    line-height: 16px !important;
    font-weight: bold !important;
    height: 16px !important;
    width: 16px !important;
    text-align: center !important;
    text-indent: 0 !important;
    font-size: 14px !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

.dataTables_wrapper.dt-bootstrap .dataTables_info,
.dataTables_wrapper.dt-bootstrap4 .dataTables_info {
    font-weight: 600;
    color: #6c757d;
    padding-bottom: 0.46875rem;
}

.dataTables_wrapper.dt-bootstrap .dataTables_paginate,
.dataTables_wrapper.dt-bootstrap4 .dataTables_paginate {
    display: flex;
}

.dataTables_wrapper.dt-bootstrap .dataTables_paginate .pagination,
.dataTables_wrapper.dt-bootstrap4 .dataTables_paginate .pagination {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .dataTables_wrapper.dt-bootstrap .dataTables_paginate .pagination,
    .dataTables_wrapper.dt-bootstrap4 .dataTables_paginate .pagination {
        margin-left: auto;
        margin-right: 0;
    }
}

.dataTables_wrapper.dt-bootstrap .dt-buttons,
.dataTables_wrapper.dt-bootstrap4 .dt-buttons {
    margin-bottom: 15px;
}

.dataTables_wrapper.dt-bootstrap .dt-buttons .btn,
.dataTables_wrapper.dt-bootstrap4 .dt-buttons .btn {
    padding: 6px 12px;
    line-height: 20px;
}

.dataTables_wrapper.dt-bootstrap .dataTables_scroll,
.dataTables_wrapper.dt-bootstrap4 .dataTables_scroll {
    margin-bottom: 0.9375rem !important;
}

.dataTables_wrapper.dt-bootstrap .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dataTable,
.dataTables_wrapper.dt-bootstrap4 .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dataTable {
    margin-bottom: 0 !important;
}

.dataTables_wrapper.dt-bootstrap .dataTables_scroll .dataTables_scrollBody>.dataTable,
.dataTables_wrapper.dt-bootstrap4 .dataTables_scroll .dataTables_scrollBody>.dataTable {
    margin-top: -4px !important;
}

.dropzone {
    border: 2px dashed #ced4da !important;
    background: none !important;
}

.dropzone .dz-message {
    font-weight: 300 !important;
    color: inherit !important;
    font-size: 1.875rem !important;
    text-align: center !important;
    margin: 2.8125rem 0 !important;
}

.dropzone .dz-message .dz-note {
    font-size: 0.875rem !important;
    font-weight: normal !important;
    display: block !important;
    margin-top: 0.9375rem;
    color: #adb5bd;
}

.dropzone .dz-preview .dz-image {
    border-radius: 6px !important;
}

.dropzone .dz-preview .dz-error-message {
    background: #ff5b57 !important;
}

.dropzone .dz-preview .dz-error-message:after {
    border-bottom-color: #ff5b57 !important;
}

.dropzone .dz-preview .dz-details .dz-size span,
.dropzone .dz-preview .dz-details .dz-filename span {
    background: none !important;
}

.dropzone .dz-preview .dz-error-mark {
    z-index: 1020 !important;
}

.dropzone .dz-preview .dz-error-mark:before {
    content: "";
    width: 54px;
    height: 54px;
    background: #c6ced5;
    font-size: 28px;
    color: #6f8293;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.dropzone .dz-preview .dz-error-mark:hover:before,
.dropzone .dz-preview .dz-error-mark:focus:before {
    background: #9ba8b4;
    color: #4e5c68;
}

.dropzone .dz-preview .dz-error-mark svg {
    display: none !important;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    background: #f2f3f4 !important;
    border-radius: 4px !important;
}

.dropzone .dz-preview.dz-image-preview {
    background: none !important;
}

.dropzone.dz-clickable:hover,
.dropzone.dz-clickable:focus {
    background: #f2f3f4 !important;
}

.dropzone.dz-clickable .dz-message {
    cursor: pointer;
}

.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-clickable.dz-started:hover,
.dropzone.dz-clickable.dz-started:focus {
    background: none !important;
}

.inverse-mode .dropzone {
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.inverse-mode .dropzone .dz-clickable:hover,
.inverse-mode .dropzone .dz-clickable:focus {
    background: rgba(255, 255, 255, 0.15) !important;
}

.inverse-mode .dropzone .dz-message {
    color: inherit !important;
}

.inverse-mode .dropzone .dz-message .dz-note {
    color: rgba(255, 255, 255, 0.75) !important;
}

.legend {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dee2e6;
    z-index: 1010;
}

.legend .legendLayer .background {
    fill: none;
}

.flot-text .tickLabel {
    color: #2d353c;
    font-size: 12px;
    font-weight: 600;
}

.flot-tooltip {
    position: absolute;
    display: none;
    border: 0;
    padding: 6px 10px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 11px;
    background: rgba(26, 34, 41, 0.85);
    z-index: 10000 !important;
    border-radius: 4px;
}

.fc .fc-view {
    background: #FFFFFF;
}

.fc .fc-view table> :not(caption)>* {
    border-width: 1px 0;
    border-color: #dee2e6;
}

.fc .fc-view table> :not(caption)>*>* {
    border-width: 0 1px;
    border-color: #dee2e6;
}

.fc .fc-view table> :not(caption)>*>*.fc-timegrid-divider {
    background: #dee2e6;
}

.fc .fc-view .fc-event:not(.fc-h-event):hover {
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.fc .fc-view .fc-event.fc-h-event {
    background: #348fe2;
    border-color: #348fe2;
}

.fc .fc-view a {
    text-decoration: none;
}

.fc .fc-event-dragging {
    background-color: #adb5bd !important;
    border-color: #adb5bd !important;
}

.fc .fc-timeGridDay-view,
.fc .fc-timeGridWeek-view {
    position: relative !important;
}

.fc .fc-timeGridDay-view .fc-scroller-liquid-absolute,
.fc .fc-timeGridWeek-view .fc-scroller-liquid-absolute {
    position: relative !important;
}

.fc-event-list .fc-event {
    background: none;
    border: none;
    color: #2d353c;
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    background: #FFFFFF;
    margin-bottom: 0.46875rem;
    border-radius: 4px;
    display: flex;
    padding: 0.46875rem 0.9375rem 0.46875rem 2.34375rem;
}

.fc-event-list .fc-event+.fc-event {
    margin-top: 0;
}

.fc-event-list .fc-event .fc-event-text {
    flex: 1;
}

.fc-event-list .fc-event .fc-event-icon {
    display: flex;
    align-items: center;
}

.fc-event-list .fc-event.ui-draggable-dragging {
    border: 1px solid #ced4da;
}

.fc-event-list .fc-event:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.875rem;
    text-align: center;
    font-size: 0.875rem;
    background: #edf0f2;
    color: #adb5bd;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    border-radius: 4px 0 0 4px;
}

.fc-event-list .fc-event:hover,
.fc-event-list .fc-event:focus {
    cursor: pointer;
    background: #FFFFFF;
}

.fc-event-list .fc-event:hover:before,
.fc-event-list .fc-event:focus:before {
    color: #2d353c;
}

.fc-event.fc-event-dragging {
    background: #FFFFFF;
    position: relative;
    padding: 0.46875rem 0.9375rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.fc-event.fc-event-dragging .fc-event-text {
    flex: 1;
}

body #gritter-notice-wrapper {
    width: 420px;
    z-index: 1030;
    right: 1.246875rem;
    top: 1.246875rem;
}

@media (max-width: 575.98px) {
    body #gritter-notice-wrapper {
        width: auto;
        right: 0;
        top: 0;
        padding: 15px 20px;
        max-width: 360px;
    }
}

body #gritter-notice-wrapper .gritter-item-wrapper {
    background: none;
    background: rgba(32, 37, 42, 0.95);
    border-radius: 4px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-top,
body #gritter-notice-wrapper .gritter-item-wrapper .gritter-bottom {
    background: none;
    display: none;
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item {
    font-family: inherit;
    padding: 0.703125rem 0.9375rem;
    background: none;
    display: flex;
    flex: 1;
    align-items: center;
    padding-right: 100px;
}

@media (max-width: 575.98px) {
    body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item {
        padding: 0.9375rem;
        padding-right: 80px;
    }
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-with-image,
body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-without-image {
    float: none;
    width: auto;
    flex: 1;
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-image {
    margin: 0;
    height: auto;
    border-radius: 80px;
    margin-right: 0.9375rem;
}

@media (max-width: 575.98px) {
    body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-image {
        width: 36px;
    }
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-title {
    font-size: 0.9375rem;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 2px;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: none;
    display: block;
}

@media (max-width: 575.98px) {
    body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-title {
        font-size: 0.875rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item p {
    font-size: 0.6875rem;
    line-height: 1.5;
    color: #adb5bd;
}

@media (max-width: 575.98px) {
    body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item p {
        max-height: 2.0625rem;
        overflow: hidden;
    }
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    width: 85px;
    height: auto;
    display: block !important;
    font-family: inherit;
    color: #adb5bd;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 575.98px) {
    body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close {
        width: 65px;
    }
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close:before {
    content: "Close";
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: inherit;
    z-index: 10;
    text-indent: 0;
    font-family: inherit;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close:hover,
body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close:focus {
    color: #FFFFFF;
    outline: none;
}

body #gritter-notice-wrapper .gritter-item-wrapper.gritter-light {
    background: rgba(255, 255, 255, 0.98);
}

body #gritter-notice-wrapper .gritter-item-wrapper.gritter-light .gritter-item,
body #gritter-notice-wrapper .gritter-item-wrapper.gritter-light .gritter-bottom,
body #gritter-notice-wrapper .gritter-item-wrapper.gritter-light .gritter-top {
    color: #6c757d;
}

body #gritter-notice-wrapper .gritter-item-wrapper.gritter-light .gritter-item .gritter-title {
    color: #20252a;
}

body #gritter-notice-wrapper .gritter-item-wrapper.gritter-light .gritter-item p {
    color: #495057;
}

body #gritter-notice-wrapper .gritter-item-wrapper.gritter-light .gritter-close {
    border-color: #dee2e6;
    color: #6f8293;
}

body #gritter-notice-wrapper .gritter-item-wrapper.gritter-light .gritter-close:hover:before,
body #gritter-notice-wrapper .gritter-item-wrapper.gritter-light .gritter-close:focus:before {
    color: #20252a;
}

body #gritter-notice-wrapper .gritter-item-wrapper.without-rounded-img .gritter-item .gritter-image {
    border-radius: 0;
}

.hljs-wrapper {
    background: #f2f3f4;
    position: relative;
    border-radius: 4px;
}

.hljs-wrapper pre {
    border: none;
    padding: 0;
    background: none;
    margin: 0;
    border-radius: 0;
}

.hljs-wrapper pre .hljs,
.hljs-wrapper pre.hljs {
    padding: 15px;
    display: block;
    overflow-x: auto;
    border: none;
    font-size: 12px;
    background: none;
    color: #2d353c;
    border-radius: 0;
}

.hljs-wrapper pre .hljs .hljs-tag,
.hljs-wrapper pre .hljs .hljs-section,
.hljs-wrapper pre .hljs .hljs-name,
.hljs-wrapper pre .hljs .hljs-selector-tag,
.hljs-wrapper pre .hljs .hljs-deletion,
.hljs-wrapper pre .hljs .hljs-subst,
.hljs-wrapper pre.hljs .hljs-tag,
.hljs-wrapper pre.hljs .hljs-section,
.hljs-wrapper pre.hljs .hljs-name,
.hljs-wrapper pre.hljs .hljs-selector-tag,
.hljs-wrapper pre.hljs .hljs-deletion,
.hljs-wrapper pre.hljs .hljs-subst {
    color: #1968b0;
}

.hljs-wrapper pre .hljs .hljs-attr,
.hljs-wrapper pre .hljs .hljs-variable,
.hljs-wrapper pre .hljs .hljs-template-variable,
.hljs-wrapper pre .hljs .hljs-type,
.hljs-wrapper pre .hljs .hljs-selector-class,
.hljs-wrapper pre .hljs .hljs-selector-attr,
.hljs-wrapper pre .hljs .hljs-selector-pseudo,
.hljs-wrapper pre .hljs .hljs-number,
.hljs-wrapper pre.hljs .hljs-attr,
.hljs-wrapper pre.hljs .hljs-variable,
.hljs-wrapper pre.hljs .hljs-template-variable,
.hljs-wrapper pre.hljs .hljs-type,
.hljs-wrapper pre.hljs .hljs-selector-class,
.hljs-wrapper pre.hljs .hljs-selector-attr,
.hljs-wrapper pre.hljs .hljs-selector-pseudo,
.hljs-wrapper pre.hljs .hljs-number {
    color: #4a9be5;
}

.hljs-wrapper pre .hljs .hljs-string,
.hljs-wrapper pre .hljs .hljs-regexp,
.hljs-wrapper pre .hljs .hljs-addition,
.hljs-wrapper pre .hljs .hljs-attribute,
.hljs-wrapper pre .hljs .hljs-meta-string,
.hljs-wrapper pre.hljs .hljs-string,
.hljs-wrapper pre.hljs .hljs-regexp,
.hljs-wrapper pre.hljs .hljs-addition,
.hljs-wrapper pre.hljs .hljs-attribute,
.hljs-wrapper pre.hljs .hljs-meta-string {
    color: #ff3631;
}

.hljs-wrapper pre .hljs .hljs-comment,
.hljs-wrapper pre.hljs .hljs-comment {
    color: #8c9ba9;
}

.hljs-wrapper .btn-clipboard {
    position: absolute;
    right: 10px;
    top: 10px;
}

.panel-body+.hljs-wrapper {
    border-radius: 0 0 4px 4px;
}

.modal .hljs-wrapper {
    margin-top: -1px;
    border-radius: 0;
}

.modal .hljs-wrapper+.modal-footer {
    border-top: none;
}

body .introjs-overlay {
    background: #20252a;
}

body .introjs-tooltipReferenceLayer {
    font-family: inherit;
}

body .introjs-tooltipReferenceLayer * {
    font-family: inherit;
}

body .introjs-tooltipReferenceLayer .introjs-tooltip {
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

body .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltip-header {
    padding: 0.75rem 0.9375rem;
    display: flex;
    align-items: center;
}

body .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltip-header .introjs-tooltip-title {
    float: none;
    line-height: 1.2;
    flex: 1;
}

body .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltip-header .introjs-skipbutton {
    text-decoration: none;
    padding: 0;
    float: none;
}

body .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltiptext {
    padding: 0.75rem 0.9375rem;
}

body .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-bullets {
    padding: 0.75rem 0.9375rem;
}

body .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-bullets ul li a {
    background: #e9ecef;
}

body .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-bullets ul li a:hover {
    background: #dee2e6;
}

body .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-bullets ul li a.active {
    background: #adb5bd;
}

body .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-progress {
    margin: 0.75rem 0.9375rem;
    background: #e9ecef;
}

body .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-progress .introjs-progressbar {
    background: #348fe2;
}

body .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons {
    padding: 0.75rem 0.9375rem;
    display: flex;
    flex-wrap: wrap;
}

body .introjs-hint .introjs-hint-dot {
    border-color: rgba(108, 117, 125, 0.45);
}

body .introjs-hint .introjs-hint-pulse {
    background-color: rgba(108, 117, 125, 0.3);
    border-color: rgba(108, 117, 125, 0.3);
}

body .introjs-hint:hover .introjs-hint-pulse {
    border-color: rgba(108, 117, 125, 0.45);
    background-color: rgba(108, 117, 125, 0.45);
}

body .introjs-helperNumberLayer {
    font-size: 36px;
    background: none;
    color: #FFFFFF;
    font-family: inherit;
    border: none;
    text-shadow: none;
    padding: 0;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: -46px;
    top: 0;
    box-shadow: none;
}

body .introjs-helperLayer {
    border: none;
    border-radius: 4px;
    box-shadow: transparent 0px 0px 1px 2px, rgba(32, 37, 42, 0.5) 0px 0px 0px 5000px !important;
}

body .introjs-button {
    background: #e9ecef;
    border-color: #e9ecef;
    text-shadow: none;
    color: #20252a;
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 60px;
    text-align: center;
    box-shadow: none;
    border-radius: 4px;
}

body .introjs-button:hover,
body .introjs-button:focus {
    background: #dee2e6;
    border-color: #dee2e6;
    box-shadow: none;
}

body .introjs-button.introjs-disabled,
body .introjs-button.introjs-disabled:hover,
body .introjs-button.introjs-disabled:focus {
    color: #adb5bd;
    background: #e9ecef;
    border-color: #e9ecef;
}

body .introjs-button.introjs-prevbutton {
    margin-right: auto;
}

.irs {
    font-family: inherit !important;
}

.irs .irs .irs-line {
    height: 4px;
    top: 30px;
}

.irs .irs .irs-line .irs-line-left,
.irs .irs .irs-line .irs-line-mid,
.irs .irs .irs-line .irs-line-right {
    background: #ced4da;
    height: 4px;
}

.irs .irs .irs-line .irs-line-left {
    border-radius: 4px 0 0 4px;
}

.irs .irs .irs-line .irs-line-right {
    border-radius: 0 4px 4px 0;
}

.irs .irs .irs-to,
.irs .irs .irs-from,
.irs .irs .irs-single {
    background: #2d353c;
}

.irs.irs--flat .irs-bar {
    height: 4px;
    top: 30px;
    background: #348fe2;
}

.irs.irs--flat .irs-handle {
    height: 14px;
    top: 25px;
}

.irs.irs--flat .irs-handle>i:first-child {
    background: #348fe2;
    width: 4px;
    margin-left: -2px;
}

.irs.irs--flat .irs-handle:hover>i:first-child,
.irs.irs--flat .irs-handle:focus>i:first-child,
.irs.irs--flat .irs-handle.state_hover>i:first-child {
    background: #276baa;
}

.irs.irs--big {
    height: 40px;
}

.irs.irs--big .irs .irs-line {
    background: #e4e7ea;
    border: none;
}

.irs.irs--big .irs-bar {
    height: 4px;
    top: 30px;
    background: #348fe2;
    box-shadow: none;
}

.irs.irs--big .irs-handle {
    top: 21px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: none;
    box-shadow: 0 2px 5px rgba(32, 37, 42, 0.2);
}

.irs.irs--big .irs-handle:hover,
.irs.irs--big .irs-handle:focus,
.irs.irs--big .irs-handle.state_hover {
    background: #FFFFFF;
    box-shadow: 0 2px 5px rgba(32, 37, 42, 0.4);
}

.irs.irs--flat .irs-from,
.irs.irs--flat .irs-to,
.irs.irs--flat .irs-single,
.irs.irs--big .irs-from,
.irs.irs--big .irs-to,
.irs.irs--big .irs-single,
.irs.irs--modern .irs-from,
.irs.irs--modern .irs-to,
.irs.irs--modern .irs-single,
.irs.irs--sharp .irs-from,
.irs.irs--sharp .irs-to,
.irs.irs--sharp .irs-single,
.irs.irs--round .irs-from,
.irs.irs--round .irs-to,
.irs.irs--round .irs-single,
.irs.irs--square .irs-from,
.irs.irs--square .irs-to,
.irs.irs--square .irs-single {
    font-size: 0.6875rem;
    font-weight: 600;
}

.irs.irs--flat .irs-from:before,
.irs.irs--flat .irs-to:before,
.irs.irs--flat .irs-single:before,
.irs.irs--big .irs-from:before,
.irs.irs--big .irs-to:before,
.irs.irs--big .irs-single:before,
.irs.irs--modern .irs-from:before,
.irs.irs--modern .irs-to:before,
.irs.irs--modern .irs-single:before,
.irs.irs--sharp .irs-from:before,
.irs.irs--sharp .irs-to:before,
.irs.irs--sharp .irs-single:before,
.irs.irs--round .irs-from:before,
.irs.irs--round .irs-to:before,
.irs.irs--round .irs-single:before,
.irs.irs--square .irs-from:before,
.irs.irs--square .irs-to:before,
.irs.irs--square .irs-single:before {
    border-top-color: #2d353c;
}

.irs.irs--flat .irs-min,
.irs.irs--flat .irs-max,
.irs.irs--big .irs-min,
.irs.irs--big .irs-max,
.irs.irs--modern .irs-min,
.irs.irs--modern .irs-max,
.irs.irs--sharp .irs-min,
.irs.irs--sharp .irs-max,
.irs.irs--round .irs-min,
.irs.irs--round .irs-max,
.irs.irs--square .irs-min,
.irs.irs--square .irs-max {
    color: #2d353c;
    font-size: 0.6875rem;
    font-weight: 600;
    background: #dee2e6;
}

.ui-widget {
    font-family: inherit;
}

.ui-widget.ui-autocomplete {
    padding: 0.46875rem 0;
    border: none;
    font-size: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
}

.ui-widget.ui-autocomplete .ui-menu-item-wrapper {
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #495057;
}

.ui-widget.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background: #348fe2;
    border: none;
    color: #FFFFFF;
    margin: 0;
    border-radius: 0;
}

.ui-sortable .panel-heading {
    cursor: move;
}

.ui-sortable .ui-sortable-placeholder {
    border: 1px dashed #9ba8b4 !important;
    visibility: visible !important;
    background: none !important;
    margin: 0 !important;
}

.ui-sortable .ui-sortable-placeholder.panel {
    margin: -1px -1px 19px !important;
    box-shadow: none !important;
}

.ui-sortable.ui-sortable-disabled .panel-heading {
    cursor: default;
}

.row>[class^=col-].ui-sortable {
    min-height: 50px;
}

.jstree .jstree-container-ul .jstree-node {
    position: relative;
    background: none !important;
}

.jstree .jstree-container-ul .jstree-node:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0.703125rem;
    border-left: 1px dotted #adb5bd;
}

.jstree .jstree-container-ul .jstree-node:last-child:before {
    bottom: 11px;
}

.jstree .jstree-container-ul .jstree-node>.jstree-icon.jstree-ocl {
    position: relative;
    background: none;
}

.jstree .jstree-container-ul .jstree-node>.jstree-icon.jstree-ocl:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 1px;
    top: 50%;
    border-top: 1px dotted #adb5bd;
}

.jstree .jstree-container-ul .jstree-node>.jstree-icon.jstree-ocl:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    border: 5px solid transparent;
    transition: all 0.2s linear;
}

.jstree .jstree-container-ul .jstree-node .jstree-anchor {
    color: #495057;
    font-weight: 600;
}

.jstree .jstree-container-ul .jstree-node .jstree-anchor .jstree-icon.jstree-checkbox {
    background: none;
}

.jstree .jstree-container-ul .jstree-node .jstree-anchor .jstree-icon.jstree-checkbox:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #ced4da;
    display: block;
    background: #FFFFFF;
    border-radius: 3px;
}

.jstree .jstree-container-ul .jstree-node .jstree-anchor .jstree-icon.jstree-checkbox:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
    display: block;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.jstree .jstree-container-ul .jstree-node .jstree-anchor .jstree-icon.jstree-checkbox.jstree-undetermined:after {
    background: #c4cbd2;
}

.jstree .jstree-container-ul .jstree-node .jstree-anchor.jstree-clicked {
    color: #20252a;
}

.jstree .jstree-container-ul .jstree-node .jstree-anchor.jstree-clicked .jstree-icon.jstree-checkbox:after {
    content: "";
    font-size: 10px;
    line-height: 15px;
    color: #495057;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.jstree .jstree-container-ul .jstree-node .jstree-anchor.jstree-disabled {
    color: #8a98a6;
}

.jstree .jstree-container-ul .jstree-node .jstree-anchor.jstree-disabled>.jstree-icon {
    opacity: 0.4;
    filter: none;
}

.jstree .jstree-container-ul .jstree-node .jstree-hovered,
.jstree .jstree-container-ul .jstree-node .jstree-wholerow-hovered {
    background: none;
    color: #20252a;
    box-shadow: none;
}

.jstree .jstree-container-ul .jstree-node .jstree-clicked,
.jstree .jstree-container-ul .jstree-node .jstree-wholerow-clicked {
    background: #e9ecef;
    box-shadow: none;
}

.jstree .jstree-container-ul .jstree-node.jstree-open .jstree-anchor>.fa-folder:before {
    content: "";
    color: #adb5bd;
}

.jstree .jstree-container-ul .jstree-node.jstree-open .jstree-anchor.jstree-clicked>.fa-folder:before {
    color: #2d353c;
}

.jstree .jstree-container-ul .jstree-node.jstree-open>.jstree-ocl:after {
    border-left-color: #adb5bd;
    transform: rotate(45deg);
}

.jstree .jstree-container-ul .jstree-node.jstree-closed>.jstree-ocl:after {
    border-left-color: #adb5bd;
    margin-top: -5px;
    transform: rotate(0deg);
}

.jvectormap-container .jvectormap-zoomin,
.jvectormap-container .jvectormap-zoomout {
    width: 16px;
    height: 16px;
    padding: 0;
    left: 0.9375rem;
    color: #2d353c;
    background: #FFFFFF;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jvectormap-container .jvectormap-label {
    padding: 3px 6px;
    border: none;
    background: rgba(0, 0, 0, 0.6);
}

.jvectormap-tip {
    padding: 3px 6px !important;
    border: none !important;
    background: rgba(0, 0, 0, 0.6) !important;
}

.map-page .jvectormap-zoomin,
.map-page .jvectormap-zoomout {
    width: 25px !important;
    height: 25px !important;
    font-size: 1.3125rem;
    left: 30px !important;
    border-radius: 6px;
}

@media (max-width: 767.98px) {
    .map-page .jvectormap-zoomin,
    .map-page .jvectormap-zoomout {
        left: 20px !important;
    }
}

.map-page .jvectormap-zoomin {
    top: 70px;
}

@media (max-width: 991.98px) {
    .map-page .jvectormap-zoomin {
        top: 100px;
    }
}

.map-page .jvectormap-zoomout {
    top: 100px;
}

@media (max-width: 991.98px) {
    .map-page .jvectormap-zoomout {
        top: 135px;
    }
}

.material-icons {
    text-rendering: optimizeLegibility;
}

html .nvd3-svg {
    direction: ltr;
}

html .nvtooltip {
    font-family: "Ubuntu", sans-serif;
    font-size: 0.75rem;
    border: none;
    padding: 0.234375rem 0.46875rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

html .nvtooltip table thead tr th strong {
    text-decoration: underline;
}

html .nvtooltip table tbody td.legend-color-guide div {
    border: none;
    border-radius: 4px;
}

html .nvd3-inverse-mode .nvd3 line.nv-guideline {
    stroke: rgba(255, 255, 255, 0.5);
}

html .nvd3-inverse-mode .nvd3 .nv-bars text {
    fill: white;
}

html .nvd3-inverse-mode .nvd3 .nv-axis line,
html .nvd3-inverse-mode .nvd3 .nv-axis path {
    fill: none;
    stroke: rgba(255, 255, 255, 0.15);
}

html .nvd3-inverse-mode .nvd3 .nv-legend-text,
html .nvd3-inverse-mode .nvd3 .nv-x text,
html .nvd3-inverse-mode .nvd3 .nv-y text {
    font-family: "Ubuntu", sans-serif;
    fill: rgba(255, 255, 255, 0.75);
    font-size: 0.6875rem;
    font-weight: 600;
}

html .nvd3-inverse-mode .nvd3 .nv-label text {
    fill: rgba(255, 255, 255, 0.75) !important;
}

html .nvd3-inverse-mode .nvd3 .nv-legend-symbol {
    r: 3;
}

html .nvd3-inverse-mode .nvd3.nv-pie .nv-pie-title {
    fill: rgba(255, 255, 255, 0.75);
}

html .nvd3-inverse-mode .nvd3.nv-pie path {
    stroke: rgba(0, 0, 0, 0.2);
}

html .nvd3 .nv-legend-symbol {
    stroke-width: 0 !important;
    transform: translate(-1px);
}

@-webkit-keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pace-top .pace .pace-progress {
    top: 0 !important;
}

.pace-top .pace .pace-activity {
    top: 15px !important;
}

.pace {
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    opacity: 1;
    transition: opacity 1s;
}

.pace .pace-progress {
    top: 50px;
    height: 3px;
    background: #00acac;
    transition: all 0.2s linear;
}

@media (max-width: 767.98px) {
    .pace .pace-progress {
        top: 101px;
    }
}

.pace .pace-progress .pace-progress-inner {
    display: none;
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 1030;
    top: 63px;
    right: 10px;
    width: 0.9375rem;
    height: 0.9375rem;
    border: 2px solid transparent;
    border-top-color: #00acac;
    border-left-color: #00acac;
    -webkit-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
    border-radius: 40px;
}

@media (max-width: 575.98px) {
    .pace .pace-activity {
        top: 113px;
    }
}

.pace.pace-inactive {
    display: block;
    opacity: 0;
}

.pace-done .pace.pace-inactive {
    display: block;
}

.parsley-error {
    background: #FFFFFF !important;
    border-color: #ff5b57 !important;
    color: #20252a !important;
}

.parsley-error:focus {
    border-color: #ff5b57 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 91, 87, 0.3) !important;
}

.parsley-success {
    background: #FFFFFF !important;
    border-color: #32a932 !important;
    color: #20252a !important;
}

.parsley-success:focus {
    border-color: #32a932 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(50, 169, 50, 0.3) !important;
}

.parsley-errors-list {
    padding: 0 !important;
    list-style-type: none !important;
    margin: 0 !important;
    color: #ff5b57;
    font-size: 0.75rem !important;
    line-height: inherit !important;
}

.parsley-errors-list.filled {
    margin-top: 0.46875rem !important;
}

.ps {
    position: relative;
}

.ps .ps__rail-x {
    z-index: 10;
}

.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-x.ps--clicking {
    background: none;
}

.ps .ps__rail-y {
    z-index: 10;
    width: 6px !important;
    background: none !important;
}

.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover,
.ps .ps__rail-y.ps--clicking {
    width: 6px !important;
    background: none !important;
}

.ps .ps__rail-y:focus .ps__thumb-y,
.ps .ps__rail-y:focus>.ps__thumb_y,
.ps .ps__rail-y:hover .ps__thumb-y,
.ps .ps__rail-y:hover>.ps__thumb_y,
.ps .ps__rail-y.ps--clicking .ps__thumb-y,
.ps .ps__rail-y.ps--clicking>.ps__thumb_y {
    width: 6px !important;
}

.powerange-wrapper {
    padding: 0.703125rem 30px;
}

.powerange-wrapper .range-bar {
    background: #ced4da;
}

.powerange-wrapper .range-bar .range-min,
.powerange-wrapper .range-bar .range-max {
    color: #20252a;
}

.powerange-wrapper .range-bar .range-handle {
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.powerange-wrapper .range-bar .range-quantity {
    background: #348fe2;
}

.powerange-wrapper.red .range-bar .range-quantity {
    background: #ff5b57;
}

.powerange-wrapper.teal .range-bar .range-quantity {
    background: #00acac;
}

.powerange-wrapper.purple .range-bar .range-quantity {
    background: #727cb6;
}

.powerange-wrapper.orange .range-bar .range-quantity {
    background: #f59c1a;
}

.powerange-wrapper.black .range-bar .range-quantity {
    background: #2d353c;
}

.powerange-wrapper.powerange-without-range {
    padding-left: 0;
    padding-right: 0;
}

.powerange-wrapper.powerange-vertical {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

body .picker {
    display: block;
    border: 1px solid #ced4da;
    background-color: #FFFFFF;
    padding: 0.4375rem 0.75rem;
    min-height: calc(1.5em + (0.875rem + 2px));
    border-radius: 4px;
}

body .picker>.pc-element {
    margin: 0 0.375rem 0.4375rem 0;
    padding: 2px 10px !important;
    border: none;
    background: #dee2e6;
    color: #2d353c;
    font-weight: 600;
    border-radius: 30px;
}

body .picker>.pc-element:hover {
    background: #dee2e6;
    color: #2d353c;
}

body .picker>.pc-element .pc-close {
    position: relative;
    margin: 0;
    right: 0;
    top: 0;
    margin-left: 0.46875rem;
    opacity: 0.25;
    color: inherit;
    font-size: 0.75rem;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

body .picker>.pc-element .pc-close:after {
    content: "" !important;
}

body .picker>.pc-element .pc-close:hover {
    opacity: 0.5;
}

body .picker>.pc-element+.pc-select {
    padding-top: 0.4375rem;
}

body .picker>.pc-element+.pc-select .pc-element {
    margin-top: -0.4375rem;
}

body .picker .pc-select {
    display: block;
    width: auto;
    max-width: initial;
    min-width: initial;
    margin: -0.4375rem -0.75rem;
}

body .picker .pc-select .pc-element {
    display: block;
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5;
    color: #20252a;
    background-color: transparent;
    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='%232d353c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-position: right 0.75rem center;
    padding: 0.4375rem 2.25rem 0.4375rem 0.75rem;
}

body .picker .pc-select .pc-list {
    border: none;
    padding: 0.5rem 0;
    top: 100%;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

body .picker .pc-select .pc-list input[type=search] {
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px 5px;
    padding: 0.4375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5;
    color: #20252a;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 4px;
}

body .picker .pc-select .pc-list input[type=search]:focus {
    color: #20252a;
    background-color: #FFFFFF;
    border-color: #5db0ff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}

body .picker .pc-select .pc-list ul>li {
    padding: 0.5rem 1rem;
    background: none;
    color: #6c757d;
    font-weight: 600;
}

body .picker .pc-select .pc-list ul>li:nth-child(even) {
    background: none;
}

body .picker .pc-select .pc-list ul>li:hover {
    background: #eff1f3;
    color: #1d2126;
}

.select2.select2-container {
    display: block;
}

.select2.select2-container .selection .select2-selection.select2-selection--single,
.select2.select2-container .selection .select2-selection.select2-selection--multiple {
    border-color: #ced4da;
    outline: 0;
    height: calc(1.5em + (0.875rem + 2px));
    display: flex;
    align-items: center;
}

.select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered,
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
    line-height: 1;
    padding: 0.4375rem 0.75rem;
    font-weight: 600;
    color: #20252a;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding-right: 0.75rem;
}

.select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__clear,
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.75rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow,
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__arrow {
    height: auto;
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    padding: 0.4375rem 0.75rem;
    display: flex;
    align-items: center;
}

.select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow b,
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__arrow b {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
    color: #20252a;
    width: auto;
    height: auto;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow b:before,
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__arrow b:before {
    content: "";
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple {
    height: auto;
    min-height: calc(1.5em + (0.875rem + 2px));
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
    padding: 0.375rem 0.75rem 0.15625rem;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    float: none;
    min-width: 100px;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
    margin-top: -1px;
    margin-bottom: 0.21875rem;
    font-weight: 600;
    min-height: 20px;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #6c757d;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::-moz-placeholder {
    color: #6c757d;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: #6c757d;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field:-moz-placeholder {
    color: #6c757d;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
    border: none;
    background: #dee2e6;
    margin-bottom: 0.21875rem;
    margin-top: 0;
    padding: 4px 8px;
    color: #495057;
    float: none;
    position: relative;
    border-radius: 4px;
    padding-right: 1.3125rem;
    margin-right: 0.21875rem;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #adb5bd;
    font-size: 0.875rem;
    margin: 0;
    float: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}

.select2.select2-container.select2-container--above.select2-container--open .selection .select2-selection.select2-selection--single .select2-selection__arrow b:before {
    content: "";
}

.select2-container .select2-dropdown {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.select2-container .select2-dropdown .select2-search--dropdown {
    padding: 0.5rem;
}

.select2-container .select2-dropdown .select2-search--dropdown input {
    border-color: #ced4da;
    height: calc(1.5em + (0.875rem + 2px));
    padding: 0.4375rem 0.75rem;
    outline: none;
    color: #20252a;
    border-radius: 4px;
    transition: all 0.2s linear;
}

.select2-container .select2-dropdown .select2-search--dropdown input:focus {
    border-color: #5db0ff;
    box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    font-weight: 600;
    color: #2d353c;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .select2-results__group {
    padding: 0.5rem 0.5rem 0.25rem;
    color: #2d353c;
    font-size: 0.6875rem;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .select2-results__option {
    padding: 0.5rem 1rem;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background: #e9ecef;
    color: #2d353c;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
    font-weight: 600;
    font-size: 0.75rem;
    color: #6c757d;
    padding: 0.5rem 0.5rem;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
    background: #348fe2;
    color: #FFFFFF;
}

.select2-container .select2-dropdown.select2-dropdown--above {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

body .jqstooltip {
    border: none;
    width: auto !important;
    height: auto !important;
    background: rgba(45, 53, 60, 0.9);
    border-radius: 4px;
}

.sp-original-input-container .sp-add-on {
    min-width: 35px;
}

.sp-original-input-container .sp-add-on .sp-colorize {
    position: relative;
    overflow: hidden;
}

.sp-original-input-container .sp-add-on .sp-colorize:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #e9ecef;
}

.note-editor.note-frame {
    font-family: "Ubuntu", sans-serif;
    color: #2d353c;
}

.note-editor.note-frame .note-toolbar {
    background: #f4f6f7;
    border-color: #eff1f3;
    padding: 0.9375rem !important;
    border-radius: 0;
}

.note-editor.note-frame .note-toolbar .note-btn-group {
    margin-top: 0 !important;
}

.note-editor.note-frame .note-toolbar .note-btn-group .note-btn.active,
.note-editor.note-frame .note-toolbar .note-btn-group .note-btn:hover {
    background: #e9ecef;
    border-color: #ced4da;
}

.note-editor.note-frame .note-toolbar .note-dropdown-menu {
    border: none;
    padding: 0.25rem 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.note-editor.note-frame .note-toolbar .note-dropdown-menu .note-dropdown-item {
    padding: 0.234375rem 0.9375rem;
    color: #495057;
    white-space: nowrap;
}

.note-editor.note-frame .note-toolbar .note-dropdown-menu .note-dropdown-item:hover,
.note-editor.note-frame .note-toolbar .note-dropdown-menu .note-dropdown-item:focus {
    color: #1d2126;
    background: #eff1f3;
}

.note-editor.note-frame .note-toolbar .note-dropdown-menu .note-dropdown-item blockquote,
.note-editor.note-frame .note-toolbar .note-dropdown-menu .note-dropdown-item pre {
    padding: 0;
    margin: 0;
}

.note-editor.note-frame .note-toolbar .note-color .note-dropdown-menu {
    min-width: 350px;
}

.note-editor.note-frame .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-editor.note-frame .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor.note-frame .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
    margin-left: 0;
    margin-right: 0;
}

.note-editor.note-frame .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor.note-frame .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
    background: #495057;
    border-color: #495057;
}

.note-editor.note-frame .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor.note-frame .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:focus,
.note-editor.note-frame .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:active,
.note-editor.note-frame .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-editor.note-frame .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:focus,
.note-editor.note-frame .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:active {
    background: #2d353c;
    border-color: #2d353c;
}

.note-editor.note-frame .note-modal .note-modal-content {
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.note-editor.note-frame .note-modal .note-modal-content .note-modal-header {
    border: none;
    border-bottom: 1px solid #ced4da;
    padding: 0.9375rem 0.9375rem;
}

.note-editor.note-frame .note-modal .note-modal-content .note-modal-header .note-modal-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    color: #2d353c;
}

.note-editor.note-frame .note-modal .note-modal-content .note-modal-body {
    padding: 0.9375rem;
}

.note-editor.note-frame .note-modal .note-modal-content .note-modal-body .note-form-label {
    font-size: 0.75rem;
    color: #2d353c;
    display: block;
    margin: 0 0 0.234375rem;
    font-weight: 600;
    padding: 0;
}

.note-editor.note-frame .note-modal .note-modal-content .note-modal-body .note-input {
    min-height: calc(1.5em + (0.875rem + 2px));
    padding: 0.4375rem 0.75rem;
    border-color: #ced4da;
    font-size: 0.75rem;
}

.note-editor.note-frame .note-modal .note-modal-content .note-modal-body .note-input:focus {
    border-color: #5db0ff;
}

.note-editor.note-frame .note-modal .note-modal-content .note-modal-body .checkbox input {
    margin-right: 0.46875rem;
}

.note-editor.note-frame .note-modal .note-modal-content .note-modal-footer {
    height: auto;
    padding: 0.9375rem;
    border-top: 1px solid #ced4da;
    margin-top: 0.5rem;
    display: flex;
    justify-content: flex-end;
}

.note-editor.note-frame .note-btn-primary {
    padding: 0.4375rem 0.75rem;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #348fe2;
    border-color: #348fe2;
    box-shadow: 0;
}

.note-editor.note-frame .note-btn-primary:hover {
    color: #FFFFFF;
    background-color: #276baa;
    border-color: #276baa;
}

.btn-check:focus+.note-editor.note-frame .note-btn-primary,
.note-editor.note-frame .note-btn-primary:focus {
    color: #FFFFFF;
    background-color: #276baa;
    border-color: #276baa;
    box-shadow: 0 0 0 0 rgba(82, 160, 230, 0.5);
}

.btn-check:checked+.note-editor.note-frame .note-btn-primary,
.btn-check:active+.note-editor.note-frame .note-btn-primary,
.note-editor.note-frame .note-btn-primary:active,
.note-editor.note-frame .note-btn-primary.active,
.show>.note-editor.note-frame .note-btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #276baa;
    border-color: #276baa;
}

.btn-check:checked+.note-editor.note-frame .note-btn-primary:focus,
.btn-check:active+.note-editor.note-frame .note-btn-primary:focus,
.note-editor.note-frame .note-btn-primary:active:focus,
.note-editor.note-frame .note-btn-primary.active:focus,
.show>.note-editor.note-frame .note-btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(82, 160, 230, 0.5);
}

.note-editor.note-frame .note-btn-primary:disabled,
.note-editor.note-frame .note-btn-primary.disabled {
    color: #FFFFFF;
    background-color: #67abe9;
    border-color: #67abe9;
}

.note-editor.note-frame .note-placeholder {
    padding: 0.9375rem !important;
    color: #6c757d;
}

.note-editor.note-frame .note-editing-area {
    background: #FFFFFF;
}

.note-editor.note-frame .note-editing-area .note-editable {
    padding: 0.9375rem !important;
}

.note-editor.note-frame .note-tooltip .note-tooltip-content {
    background: #20252a;
    font-family: "Ubuntu", sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    border-radius: 4px;
}

.note-editor.note-frame .note-tooltip.top .note-tooltip-arrow {
    border-top-color: #20252a;
}

.note-editor.note-frame .note-tooltip.right .note-tooltip-arrow {
    border-right-color: #20252a;
}

.note-editor.note-frame .note-tooltip.bottom .note-tooltip-arrow {
    border-bottom-color: #20252a;
}

.note-editor.note-frame .note-tooltip.left .note-tooltip-arrow {
    border-left-color: #20252a;
}

.note-editor.note-frame .note-popover.popover {
    display: none;
}

.note-editor.note-frame .note-popover.popover .popover-content,
.note-editor.note-frame .note-popover.popover .note-toolbar {
    padding: 0.46875rem 0.9375rem !important;
    background: #20252a;
    border-radius: 0;
}

.note-editor.note-frame.note-frame {
    border: none !important;
    margin: 0 !important;
    background: none;
}

.note-editor.note-frame.note-frame .note-statusbar {
    border-color: #e9ecef;
    background: #f4f6f7;
}

.note-editor.note-frame.fullscreen .note-toolbar-wrapper {
    display: none;
}

.superbox.superbox-active {
    font-size: 0;
    margin: -1px -1px 0 0;
}

.superbox.superbox-active .superbox-list {
    display: inline-block;
    position: relative;
    background: none;
}

.superbox.superbox-active .superbox-list .superbox-img {
    width: 100%;
    cursor: pointer;
    display: block;
    padding-top: 75%;
    position: relative;
}

.superbox.superbox-active .superbox-list .superbox-img img {
    display: none;
}

.superbox.superbox-active .superbox-list .superbox-img span {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-size: cover !important;
    background-position: center !important;
}

.superbox.superbox-active .superbox-list .superbox-img:hover {
    opacity: 0.8;
}

.superbox.superbox-active .superbox-list.superbox-O {
    z-index: 10;
}

.superbox.superbox-active .superbox-list.superbox-O:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #dee2e6;
    margin-left: -10px;
    z-index: 10;
}

.superbox.superbox-active .superbox-list.superbox-O:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    border: 10px solid transparent;
    border-bottom-color: #2d353c;
    margin-left: -10px;
    z-index: 20;
}

.superbox.superbox-active .superbox-show {
    background: #2d353c !important;
    margin: 1px 0;
    box-shadow: none;
}

.superbox.superbox-active .superbox-show .superbox-current-img {
    max-width: 100%;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.superbox.superbox-active .superbox-close {
    cursor: pointer;
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    width: 35px;
    height: 35px;
}

.swal-overlay .swal-modal {
    padding: 3.75rem 0.9375rem;
    border-radius: 6px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.swal-overlay .swal-modal .swal-icon {
    margin-top: 0;
    margin-bottom: 1.40625rem;
}

.swal-overlay .swal-modal .swal-title {
    padding: 0 0.9375rem 0;
    margin: 0;
    color: #20252a;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.2;
}

.swal-overlay .swal-modal .swal-text {
    color: #6c757d;
    font-size: 0.875rem;
    display: block;
    max-width: 100%;
    text-align: center;
    padding: 0 0 0.9375rem;
    font-weight: 600;
}

.swal-overlay .swal-modal .swal-icon--success,
.swal-overlay .swal-modal .swal-icon--success__ring {
    border-color: rgba(0, 172, 172, 0.2);
}

.swal-overlay .swal-modal .swal-icon--success__line--long,
.swal-overlay .swal-modal .swal-icon--success__line--tip {
    background-color: #00acac;
}

.swal-overlay .swal-modal .swal-icon--info {
    border-color: #49b6d6;
}

.swal-overlay .swal-modal .swal-icon--info:before,
.swal-overlay .swal-modal .swal-icon--info:after {
    background-color: #49b6d6;
}

.swal-overlay .swal-modal .swal-icon--warning {
    border-color: #f59c1a;
}

.swal-overlay .swal-modal .swal-icon--warning .swal-icon--warning__body,
.swal-overlay .swal-modal .swal-icon--warning .swal-icon--warning__dot {
    background-color: #f59c1a;
}

.swal-overlay .swal-modal .swal-icon--error {
    border-color: #ff5b57;
}

.swal-overlay .swal-modal .swal-icon--error .swal-icon--error__line {
    background-color: #ff5b57;
}

.swal-overlay .swal-modal .swal-footer {
    padding: 0 0.9375rem;
    display: flex;
    justify-content: center;
}

.swal-overlay .swal-modal .swal-footer .swal-button-container {
    margin: 0 0.234375rem;
}

.swal-overlay .btn {
    min-width: 100px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.swal-overlay .btn-primary {
    color: #2c7ac0;
    background-color: #348fe2;
    border-color: #348fe2;
    box-shadow: 0;
}

.swal-overlay .btn-primary:hover {
    color: #2c7ac0;
    background-color: #2c7ac0;
    border-color: #2c7ac0;
}

.btn-check:focus+.swal-overlay .btn-primary,
.swal-overlay .btn-primary:focus {
    color: #2c7ac0;
    background-color: #2c7ac0;
    border-color: #2c7ac0;
    box-shadow: 0 0 0 0 rgba(51, 140, 221, 0.5);
}

.btn-check:checked+.swal-overlay .btn-primary,
.btn-check:active+.swal-overlay .btn-primary,
.swal-overlay .btn-primary:active,
.swal-overlay .btn-primary.active,
.show>.swal-overlay .btn-primary.dropdown-toggle {
    color: #000000;
    background-color: #5da5e8;
    border-color: #489ae5;
}

.btn-check:checked+.swal-overlay .btn-primary:focus,
.btn-check:active+.swal-overlay .btn-primary:focus,
.swal-overlay .btn-primary:active:focus,
.swal-overlay .btn-primary.active:focus,
.show>.swal-overlay .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(51, 140, 221, 0.5);
}

.swal-overlay .btn-primary:disabled,
.swal-overlay .btn-primary.disabled {
    color: #000000;
    background-color: #348fe2;
    border-color: #348fe2;
}

.swal-overlay .btn-success {
    color: #009292;
    background-color: #00acac;
    border-color: #00acac;
    box-shadow: 0;
}

.swal-overlay .btn-success:hover {
    color: #009292;
    background-color: #009292;
    border-color: #009292;
}

.btn-check:focus+.swal-overlay .btn-success,
.swal-overlay .btn-success:focus {
    color: #009292;
    background-color: #009292;
    border-color: #009292;
    box-shadow: 0 0 0 0 rgba(0, 168, 168, 0.5);
}

.btn-check:checked+.swal-overlay .btn-success,
.btn-check:active+.swal-overlay .btn-success,
.swal-overlay .btn-success:active,
.swal-overlay .btn-success.active,
.show>.swal-overlay .btn-success.dropdown-toggle {
    color: #000000;
    background-color: #33bdbd;
    border-color: #1ab4b4;
}

.btn-check:checked+.swal-overlay .btn-success:focus,
.btn-check:active+.swal-overlay .btn-success:focus,
.swal-overlay .btn-success:active:focus,
.swal-overlay .btn-success.active:focus,
.show>.swal-overlay .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 168, 168, 0.5);
}

.swal-overlay .btn-success:disabled,
.swal-overlay .btn-success.disabled {
    color: #000000;
    background-color: #00acac;
    border-color: #00acac;
}

.swal-overlay .btn-info {
    color: #3e9bb6;
    background-color: #49b6d6;
    border-color: #49b6d6;
    box-shadow: 0;
}

.swal-overlay .btn-info:hover {
    color: #3e9bb6;
    background-color: #3e9bb6;
    border-color: #3e9bb6;
}

.btn-check:focus+.swal-overlay .btn-info,
.swal-overlay .btn-info:focus {
    color: #3e9bb6;
    background-color: #3e9bb6;
    border-color: #3e9bb6;
    box-shadow: 0 0 0 0 rgba(71, 178, 209, 0.5);
}

.btn-check:checked+.swal-overlay .btn-info,
.btn-check:active+.swal-overlay .btn-info,
.swal-overlay .btn-info:active,
.swal-overlay .btn-info.active,
.show>.swal-overlay .btn-info.dropdown-toggle {
    color: #000000;
    background-color: #6dc5de;
    border-color: #5bbdda;
}

.btn-check:checked+.swal-overlay .btn-info:focus,
.btn-check:active+.swal-overlay .btn-info:focus,
.swal-overlay .btn-info:active:focus,
.swal-overlay .btn-info.active:focus,
.show>.swal-overlay .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(71, 178, 209, 0.5);
}

.swal-overlay .btn-info:disabled,
.swal-overlay .btn-info.disabled {
    color: #000000;
    background-color: #49b6d6;
    border-color: #49b6d6;
}

.swal-overlay .btn-warning {
    color: #d08516;
    background-color: #f59c1a;
    border-color: #f59c1a;
    box-shadow: 0;
}

.swal-overlay .btn-warning:hover {
    color: #d08516;
    background-color: #d08516;
    border-color: #d08516;
}

.btn-check:focus+.swal-overlay .btn-warning,
.swal-overlay .btn-warning:focus {
    color: #d08516;
    background-color: #d08516;
    border-color: #d08516;
    box-shadow: 0 0 0 0 rgba(239, 153, 25, 0.5);
}

.btn-check:checked+.swal-overlay .btn-warning,
.btn-check:active+.swal-overlay .btn-warning,
.swal-overlay .btn-warning:active,
.swal-overlay .btn-warning.active,
.show>.swal-overlay .btn-warning.dropdown-toggle {
    color: #000000;
    background-color: #f7b048;
    border-color: #f6a631;
}

.btn-check:checked+.swal-overlay .btn-warning:focus,
.btn-check:active+.swal-overlay .btn-warning:focus,
.swal-overlay .btn-warning:active:focus,
.swal-overlay .btn-warning.active:focus,
.show>.swal-overlay .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(239, 153, 25, 0.5);
}

.swal-overlay .btn-warning:disabled,
.swal-overlay .btn-warning.disabled {
    color: #000000;
    background-color: #f59c1a;
    border-color: #f59c1a;
}

.swal-overlay .btn-danger {
    color: #d94d4a;
    background-color: #ff5b57;
    border-color: #ff5b57;
    box-shadow: 0;
}

.swal-overlay .btn-danger:hover {
    color: #d94d4a;
    background-color: #d94d4a;
    border-color: #d94d4a;
}

.btn-check:focus+.swal-overlay .btn-danger,
.swal-overlay .btn-danger:focus {
    color: #d94d4a;
    background-color: #d94d4a;
    border-color: #d94d4a;
    box-shadow: 0 0 0 0 rgba(249, 89, 85, 0.5);
}

.btn-check:checked+.swal-overlay .btn-danger,
.btn-check:active+.swal-overlay .btn-danger,
.swal-overlay .btn-danger:active,
.swal-overlay .btn-danger.active,
.show>.swal-overlay .btn-danger.dropdown-toggle {
    color: #000000;
    background-color: #ff7c79;
    border-color: #ff6b68;
}

.btn-check:checked+.swal-overlay .btn-danger:focus,
.btn-check:active+.swal-overlay .btn-danger:focus,
.swal-overlay .btn-danger:active:focus,
.swal-overlay .btn-danger.active:focus,
.show>.swal-overlay .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(249, 89, 85, 0.5);
}

.swal-overlay .btn-danger:disabled,
.swal-overlay .btn-danger.disabled {
    color: #000000;
    background-color: #ff5b57;
    border-color: #ff5b57;
}

.swal-overlay .btn-default {
    color: #d2d4d7;
    background-color: #e9ecef;
    border-color: #e9ecef;
    box-shadow: 0;
    color: #20252a;
}

.swal-overlay .btn-default:hover {
    color: #d2d4d7;
    background-color: #d2d4d7;
    border-color: #d2d4d7;
}

.btn-check:focus+.swal-overlay .btn-default,
.swal-overlay .btn-default:focus {
    color: #d2d4d7;
    background-color: #d2d4d7;
    border-color: #d2d4d7;
    box-shadow: 0 0 0 0 rgba(230, 232, 235, 0.5);
}

.btn-check:checked+.swal-overlay .btn-default,
.btn-check:active+.swal-overlay .btn-default,
.swal-overlay .btn-default:active,
.swal-overlay .btn-default.active,
.show>.swal-overlay .btn-default.dropdown-toggle {
    color: #000000;
    background-color: #edf0f2;
    border-color: #ebeef1;
}

.btn-check:checked+.swal-overlay .btn-default:focus,
.btn-check:active+.swal-overlay .btn-default:focus,
.swal-overlay .btn-default:active:focus,
.swal-overlay .btn-default.active:focus,
.show>.swal-overlay .btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(230, 232, 235, 0.5);
}

.swal-overlay .btn-default:disabled,
.swal-overlay .btn-default.disabled {
    color: #000000;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.swal-overlay .btn-default:hover,
.swal-overlay .btn-default:focus {
    color: #20252a;
}

.swal-overlay .btn-success,
.swal-overlay .btn-primary,
.swal-overlay .btn-info,
.swal-overlay .btn-warning,
.swal-overlay .btn-danger {
    color: #FFFFFF;
}

.swal-overlay .btn-success:hover,
.swal-overlay .btn-success:focus,
.swal-overlay .btn-primary:hover,
.swal-overlay .btn-primary:focus,
.swal-overlay .btn-info:hover,
.swal-overlay .btn-info:focus,
.swal-overlay .btn-warning:hover,
.swal-overlay .btn-warning:focus,
.swal-overlay .btn-danger:hover,
.swal-overlay .btn-danger:focus {
    color: #FFFFFF;
}

.tagit.ui-widget {
    border: 1px solid #ced4da;
    background: #FFFFFF;
    padding: 0.2916666667rem 0.75rem 0;
    margin-bottom: 0;
    font-family: inherit;
    min-height: calc(1.5em + (0.875rem + 2px));
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
}

.tagit.ui-widget li {
    float: none;
    margin: 0 0.2916666667rem 0.21875rem 0;
}

.tagit.ui-widget li.tagit-choice {
    background: #dee2e6;
    border: none;
    color: #2d353c;
    padding: 0.175rem 0.75rem;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.tagit.ui-widget li.tagit-choice .tagit-label {
    flex: 1;
    padding-right: 0.75rem;
}

.tagit.ui-widget li.tagit-choice .tagit-close {
    line-height: 1;
    text-align: center;
    top: 0;
    margin: 0;
    right: 0;
    margin: -5px -8px;
    padding: 5px 8px;
    position: relative;
    color: inherit;
}

.tagit.ui-widget li.tagit-choice .tagit-close .ui-icon-close {
    background: none;
    height: auto;
    width: auto;
    text-indent: 0;
    margin-top: 0;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.tagit.ui-widget li.tagit-choice .tagit-close .ui-icon-close:before {
    content: "";
    font-size: inherit;
    color: inherit;
    opacity: 0.5;
}

.tagit.ui-widget li.tagit-choice .tagit-close:hover .ui-icon-close:before,
.tagit.ui-widget li.tagit-choice .tagit-close:focus .ui-icon-close:before {
    opacity: 0.75;
    color: inherit;
}

.tagit.ui-widget li.tagit-new {
    padding: 0;
}

.tagit.ui-widget li.tagit-new input {
    height: 100%;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.75rem;
    min-height: 1.475rem;
}

.tagit.ui-widget.white li.tagit-choice {
    background: #FFFFFF;
    color: #2d353c;
    box-shadow: inset 0 0 0 1px #dee2e6;
}

.tagit.ui-widget.inverse li.tagit-choice {
    background: #2d353c;
    color: #FFFFFF;
}

.tagit.ui-widget.primary li.tagit-choice {
    background: #348fe2;
    color: #FFFFFF;
}

.tagit.ui-widget.info li.tagit-choice {
    background: #49b6d6;
    color: #FFFFFF;
}

.tagit.ui-widget.success li.tagit-choice {
    background: #00acac;
    color: #FFFFFF;
}

.tagit.ui-widget.warning li.tagit-choice {
    background: #f59c1a;
    color: #FFFFFF;
}

.tagit.ui-widget.danger li.tagit-choice {
    background: #ff5b57;
    color: #FFFFFF;
}

.editable-container {
    display: flex;
    flex: 1;
}

.editable-container .editableform {
    display: block;
}

.editable-container .editableform .form-group>div {
    margin-bottom: -5px;
    display: flex;
    flex: 1;
    flex-flow: row wrap;
}

.editable-container .editableform .form-group>div .editable-input {
    margin-right: 0.46875rem;
    margin-bottom: 0.46875rem;
}

.editable-container .editableform .form-group>div .editable-input .combodate {
    margin-bottom: -3px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.editable-container .editableform .form-group>div .editable-input .combodate select {
    margin-bottom: 3px;
    min-width: 90px;
}

.editable-container .editableform .form-group>div .editable-input .editable-clear-x {
    right: 12px;
}

.editable-container .editableform .form-group>div .editable-input .editable-checklist>div>label {
    justify-content: left;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date {
    position: relative;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .form-control {
    margin-top: -1px;
    display: inline-flex;
    border-radius: 4px 0 0 4px;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .add-on {
    background: #ced4da;
    padding: 5px 10px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border-radius: 0 4px 4px 0;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .add-on i {
    width: auto;
    height: auto;
    margin: 0;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .add-on i:before {
    content: "";
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker {
    width: 300px;
    color: #2d353c;
    border-radius: 8px;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker table {
    width: 100%;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker table tfoot .today:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker table tfoot .today:focus {
    background: #f2f4f5;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th {
    border: none;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.switch,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.switch,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.switch,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.switch,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.switch,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.switch {
    line-height: 20px;
    padding: 5px;
    border-radius: 4px;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.switch:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.switch:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.switch:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.switch:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.switch:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.switch:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.switch:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.switch:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.switch:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.switch:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.switch:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.switch:focus {
    background: #f2f4f5;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.switch:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.switch:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.switch:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.switch:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.switch:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.switch:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.switch:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.switch:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.switch:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.switch:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next:focus:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.switch:hover:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.switch:focus:before {
    color: #2d353c;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next {
    color: transparent;
    width: 14.28%;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next:before {
    color: #6f8293;
    position: absolute;
    font-size: 14px;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.prev:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.prev:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.prev:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.prev:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.prev:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.prev:before {
    content: "";
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.next:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.next:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.next:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.next:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.next:before,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.next:before {
    content: "";
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.switch,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.switch,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.switch,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.switch,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.switch,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.switch {
    width: auto;
    font-weight: bold;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table thead tr th.dow,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table thead tr th.dow,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table thead tr th.dow,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table thead tr th.dow,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table thead tr th.dow,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table thead tr th.dow {
    padding: 5px 0;
    border: none;
    font-weight: bold;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td {
    padding: 5px;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.hour,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.decade,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.year,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.month,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.century,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.hour,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.decade,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.year,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.month,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.century,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.hour,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.decade,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.year,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.month,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.century,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.hour,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.decade,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.year,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.month,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.century,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.hour,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.decade,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.year,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.month,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.century,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.hour,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.decade,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.year,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.month,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.century {
    font-weight: 600;
    color: #6f8293;
    text-shadow: none;
    border-radius: 4px;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.hour:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.hour:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.decade:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.decade:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.year:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.year:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.month:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.month:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.century:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.century:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.hour:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.hour:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.decade:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.decade:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.year:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.year:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.month:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.month:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.century:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.century:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.hour:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.hour:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.decade:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.decade:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.year:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.year:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.month:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.month:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.century:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.century:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.hour:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.hour:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.decade:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.decade:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.year:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.year:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.month:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.month:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.century:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.century:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.hour:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.hour:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.decade:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.decade:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.year:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.year:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.month:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.month:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.century:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.century:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.hour:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.hour:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.decade:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.decade:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.year:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.year:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.month:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.month:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.century:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.century:focus {
    background: #f2f4f5;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.hour.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.decade.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.year.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.month.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.century.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.hour.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.decade.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.year.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.month.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.century.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.hour.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.decade.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.year.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.month.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.century.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.hour.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.decade.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.year.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.month.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.century.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.hour.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.decade.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.year.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.month.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.century.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.hour.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.decade.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.year.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.month.focused,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.century.focused {
    background: #e4e7ea;
    color: #2d353c;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.hour.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.decade.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.year.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.month.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td span.century.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.hour.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.decade.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.year.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.month.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td span.century.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.hour.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.decade.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.year.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.month.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td span.century.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.hour.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.decade.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.year.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.month.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td span.century.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.hour.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.decade.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.year.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.month.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td span.century.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.hour.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.decade.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.year.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.month.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td span.century.active {
    background: #348fe2 !important;
    color: #FFFFFF;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day {
    font-weight: 600;
    color: #4e5c68;
    padding: 5px;
    border-radius: 4px;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day:focus,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day:hover,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day:focus {
    background: #f2f4f5;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day.today,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day.today,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day.today,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day.today,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day.today,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day.today {
    background: #e4e7ea !important;
    color: #2d353c;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day.active,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day.active {
    background: #348fe2 !important;
    color: #FFFFFF;
    text-shadow: none !important;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day.old,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day.old,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day.old,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day.old,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day.old,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day.old {
    color: #c6ced5;
}

.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-hours table tbody tr td.day.new,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-days table tbody tr td.day.new,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-months table tbody tr td.day.new,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-years table tbody tr td.day.new,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-decades table tbody tr td.day.new,
.editable-container .editableform .form-group>div .editable-input .input-append.date .datetimepicker .datetimepicker-centuries table tbody tr td.day.new {
    color: #9ba8b4;
}

.editable-container .editableform .form-group>div .editable-input .editable-address input {
    border: 1px solid #ced4da;
    padding: 6px 10px;
    border-radius: 4px;
}

.editable-container .editableform .form-group>div .editable-input .editable-address input:focus {
    outline: none;
    border-color: #5db0ff;
    transition: all 0.2s linear;
    box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}

.editable-container .editableform .form-group>div .editable-input .twitter-typeahead .tt-hint {
    border: none;
    height: calc(1.5em + (0.875rem + 2px));
    padding: 0.4375rem 0.75rem;
    line-height: 1.5;
    margin-left: 1px;
    margin-top: -1px;
    opacity: 0.6;
}

.editable-container .editableform .form-group>div .editable-input .twitter-typeahead .tt-dropdown-menu {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.editable-container .editableform .form-group>div .editable-input .twitter-typeahead .tt-dropdown-menu .tt-suggestion {
    padding: 5px 12px;
}

.editable-container .editableform .form-group>div .editable-input .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
    background: #348fe2;
    color: #FFFFFF;
}

.editable-container .editableform .form-group>div .editable-input .wysihtml5-toolbar {
    background: none;
    padding: 0 !important;
    border: none;
}

.editable-container .editableform .form-group>div .editable-input .wysihtml5-sandbox {
    border: 1px solid #ced4da !important;
}

.editable-container .editableform .form-group>div .editable-buttons {
    margin-left: 0;
    margin-bottom: 5px;
    display: flex;
}

.editable-container .editableform .form-group>div .editable-buttons .btn {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.editable-container .editableform .form-group>div .editable-buttons .btn+.btn {
    margin-left: 5px;
}

.editable-container .editableform .form-group>div .editable-buttons .btn .glyphicon-ok {
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.editable-container .editableform .form-group>div .editable-buttons .btn .glyphicon-ok:before {
    content: "";
}

.editable-container .editableform .form-group>div .editable-buttons .btn .glyphicon-remove {
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.editable-container .editableform .form-group>div .editable-buttons .btn .glyphicon-remove:before {
    content: "";
}

.editable-container .editableform .form-group>div .editable-buttons.editable-buttons-bottom {
    display: block;
}

.editable-container .editableform .form-group>div .editable-buttons.editable-buttons-bottom .btn {
    display: inline-flex;
}

.editable-container .editableform .form-group.has-error .form-control {
    border-color: #ec5450;
    background: #ffefee;
}

.editable-container .editableform .form-group.has-error .editable-error-block {
    margin: 0 0 0 10px;
    white-space: nowrap;
    color: #d94d4a;
}


/* Helper Row Space */

.row.row-space-0 {
    margin-left: 0;
    margin-right: 0;
}

.row.row-space-0>[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.row.row-space-2 {
    margin-left: -1;
    margin-right: -1;
}

.row.row-space-2>[class*=col-] {
    padding-left: 1;
    padding-right: 1;
}

.row.row-space-4 {
    margin-left: -2;
    margin-right: -2;
}

.row.row-space-4>[class*=col-] {
    padding-left: 2;
    padding-right: 2;
}

.row.row-space-6 {
    margin-left: -3;
    margin-right: -3;
}

.row.row-space-6>[class*=col-] {
    padding-left: 3;
    padding-right: 3;
}

.row.row-space-8 {
    margin-left: -4;
    margin-right: -4;
}

.row.row-space-8>[class*=col-] {
    padding-left: 4;
    padding-right: 4;
}

.row.row-space-10 {
    margin-left: -5;
    margin-right: -5;
}

.row.row-space-10>[class*=col-] {
    padding-left: 5;
    padding-right: 5;
}

.row.row-space-12 {
    margin-left: -6;
    margin-right: -6;
}

.row.row-space-12>[class*=col-] {
    padding-left: 6;
    padding-right: 6;
}

.row.row-space-14 {
    margin-left: -7;
    margin-right: -7;
}

.row.row-space-14>[class*=col-] {
    padding-left: 7;
    padding-right: 7;
}

.row.row-space-16 {
    margin-left: -8;
    margin-right: -8;
}

.row.row-space-16>[class*=col-] {
    padding-left: 8;
    padding-right: 8;
}

.row.row-space-18 {
    margin-left: -9;
    margin-right: -9;
}

.row.row-space-18>[class*=col-] {
    padding-left: 9;
    padding-right: 9;
}

.row.row-space-20 {
    margin-left: -10;
    margin-right: -10;
}

.row.row-space-20>[class*=col-] {
    padding-left: 10;
    padding-right: 10;
}

.row.row-space-22 {
    margin-left: -11;
    margin-right: -11;
}

.row.row-space-22>[class*=col-] {
    padding-left: 11;
    padding-right: 11;
}

.row.row-space-24 {
    margin-left: -12;
    margin-right: -12;
}

.row.row-space-24>[class*=col-] {
    padding-left: 12;
    padding-right: 12;
}

.row.row-space-26 {
    margin-left: -13;
    margin-right: -13;
}

.row.row-space-26>[class*=col-] {
    padding-left: 13;
    padding-right: 13;
}

.row.row-space-28 {
    margin-left: -14;
    margin-right: -14;
}

.row.row-space-28>[class*=col-] {
    padding-left: 14;
    padding-right: 14;
}

.row.row-space-30 {
    margin-left: -15;
    margin-right: -15;
}

.row.row-space-30>[class*=col-] {
    padding-left: 15;
    padding-right: 15;
}


/* Helper Margin */

.m-1px {
    margin: 1px !important;
}

.m-2px {
    margin: 2px !important;
}

.m-3px {
    margin: 3px !important;
}

.m-4px {
    margin: 4px !important;
}

.m-5px {
    margin: 5px !important;
}

.m-6px {
    margin: 6px !important;
}

.m-7px {
    margin: 7px !important;
}

.m-8px {
    margin: 8px !important;
}

.m-9px {
    margin: 9px !important;
}

.m-10px {
    margin: 10px !important;
}

.m-5px {
    margin: 5px !important;
}

.m-10px {
    margin: 10px !important;
}

.m-15px {
    margin: 15px !important;
}

.m-20px {
    margin: 20px !important;
}

.m-25px {
    margin: 25px !important;
}

.m-30px {
    margin: 30px !important;
}

.m-35px {
    margin: 35px !important;
}

.m-40px {
    margin: 40px !important;
}

.m-45px {
    margin: 45px !important;
}

.m-50px {
    margin: 50px !important;
}

.mt-1px {
    margin-top: 1px !important;
}

.mt-2px {
    margin-top: 2px !important;
}

.mt-3px {
    margin-top: 3px !important;
}

.mt-4px {
    margin-top: 4px !important;
}

.mt-5px {
    margin-top: 5px !important;
}

.mt-6px {
    margin-top: 6px !important;
}

.mt-7px {
    margin-top: 7px !important;
}

.mt-8px {
    margin-top: 8px !important;
}

.mt-9px {
    margin-top: 9px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-5px {
    margin-top: 5px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-15px {
    margin-top: 15px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.mt-25px {
    margin-top: 25px !important;
}

.mt-30px {
    margin-top: 30px !important;
}

.mt-35px {
    margin-top: 35px !important;
}

.mt-40px {
    margin-top: 40px !important;
}

.mt-45px {
    margin-top: 45px !important;
}

.mt-50px {
    margin-top: 50px !important;
}

.me-1px {
    margin-right: 1px !important;
}

.me-2px {
    margin-right: 2px !important;
}

.me-3px {
    margin-right: 3px !important;
}

.me-4px {
    margin-right: 4px !important;
}

.me-5px {
    margin-right: 5px !important;
}

.me-6px {
    margin-right: 6px !important;
}

.me-7px {
    margin-right: 7px !important;
}

.me-8px {
    margin-right: 8px !important;
}

.me-9px {
    margin-right: 9px !important;
}

.me-10px {
    margin-right: 10px !important;
}

.me-5px {
    margin-right: 5px !important;
}

.me-10px {
    margin-right: 10px !important;
}

.me-15px {
    margin-right: 15px !important;
}

.me-20px {
    margin-right: 20px !important;
}

.me-25px {
    margin-right: 25px !important;
}

.me-30px {
    margin-right: 30px !important;
}

.me-35px {
    margin-right: 35px !important;
}

.me-40px {
    margin-right: 40px !important;
}

.me-45px {
    margin-right: 45px !important;
}

.me-50px {
    margin-right: 50px !important;
}

.mb-1px {
    margin-bottom: 1px !important;
}

.mb-2px {
    margin-bottom: 2px !important;
}

.mb-3px {
    margin-bottom: 3px !important;
}

.mb-4px {
    margin-bottom: 4px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-6px {
    margin-bottom: 6px !important;
}

.mb-7px {
    margin-bottom: 7px !important;
}

.mb-8px {
    margin-bottom: 8px !important;
}

.mb-9px {
    margin-bottom: 9px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-25px {
    margin-bottom: 25px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-35px {
    margin-bottom: 35px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-45px {
    margin-bottom: 45px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.ms-1px {
    margin-left: 1px !important;
}

.ms-2px {
    margin-left: 2px !important;
}

.ms-3px {
    margin-left: 3px !important;
}

.ms-4px {
    margin-left: 4px !important;
}

.ms-5px {
    margin-left: 5px !important;
}

.ms-6px {
    margin-left: 6px !important;
}

.ms-7px {
    margin-left: 7px !important;
}

.ms-8px {
    margin-left: 8px !important;
}

.ms-9px {
    margin-left: 9px !important;
}

.ms-10px {
    margin-left: 10px !important;
}

.ms-5px {
    margin-left: 5px !important;
}

.ms-10px {
    margin-left: 10px !important;
}

.ms-15px {
    margin-left: 15px !important;
}

.ms-20px {
    margin-left: 20px !important;
}

.ms-25px {
    margin-left: 25px !important;
}

.ms-30px {
    margin-left: 30px !important;
}

.ms-35px {
    margin-left: 35px !important;
}

.ms-40px {
    margin-left: 40px !important;
}

.ms-45px {
    margin-left: 45px !important;
}

.ms-50px {
    margin-left: 50px !important;
}

.mx-1px {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

.mx-2px {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.mx-3px {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.mx-4px {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.mx-5px {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mx-6px {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.mx-7px {
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.mx-8px {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.mx-9px {
    margin-left: 9px !important;
    margin-right: 9px !important;
}

.mx-10px {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mx-5px {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mx-10px {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mx-15px {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mx-20px {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mx-25px {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.mx-30px {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.mx-35px {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.mx-40px {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.mx-45px {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.mx-50px {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.my-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.my-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.my-3px {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.my-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.my-5px {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.my-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.my-7px {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.my-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.my-9px {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}

.my-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-5px {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.my-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-15px {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.my-20px {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.my-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.my-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.my-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.my-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.my-45px {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.my-50px {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}


/* Helper Padding */

.p-1px {
    padding: 1px !important;
}

.p-2px {
    padding: 2px !important;
}

.p-3px {
    padding: 3px !important;
}

.p-4px {
    padding: 4px !important;
}

.p-5px {
    padding: 5px !important;
}

.p-6px {
    padding: 6px !important;
}

.p-7px {
    padding: 7px !important;
}

.p-8px {
    padding: 8px !important;
}

.p-9px {
    padding: 9px !important;
}

.p-10px {
    padding: 10px !important;
}

.p-5px {
    padding: 5px !important;
}

.p-10px {
    padding: 10px !important;
}

.p-15px {
    padding: 15px !important;
}

.p-20px {
    padding: 20px !important;
}

.p-25px {
    padding: 25px !important;
}

.p-30px {
    padding: 30px !important;
}

.p-35px {
    padding: 35px !important;
}

.p-40px {
    padding: 40px !important;
}

.p-45px {
    padding: 45px !important;
}

.p-50px {
    padding: 50px !important;
}

.pt-1px {
    padding-top: 1px !important;
}

.pt-2px {
    padding-top: 2px !important;
}

.pt-3px {
    padding-top: 3px !important;
}

.pt-4px {
    padding-top: 4px !important;
}

.pt-5px {
    padding-top: 5px !important;
}

.pt-6px {
    padding-top: 6px !important;
}

.pt-7px {
    padding-top: 7px !important;
}

.pt-8px {
    padding-top: 8px !important;
}

.pt-9px {
    padding-top: 9px !important;
}

.pt-10px {
    padding-top: 10px !important;
}

.pt-5px {
    padding-top: 5px !important;
}

.pt-10px {
    padding-top: 10px !important;
}

.pt-15px {
    padding-top: 15px !important;
}

.pt-20px {
    padding-top: 20px !important;
}

.pt-25px {
    padding-top: 25px !important;
}

.pt-30px {
    padding-top: 30px !important;
}

.pt-35px {
    padding-top: 35px !important;
}

.pt-40px {
    padding-top: 40px !important;
}

.pt-45px {
    padding-top: 45px !important;
}

.pt-50px {
    padding-top: 50px !important;
}

.pe-1px {
    padding-right: 1px !important;
}

.pe-2px {
    padding-right: 2px !important;
}

.pe-3px {
    padding-right: 3px !important;
}

.pe-4px {
    padding-right: 4px !important;
}

.pe-5px {
    padding-right: 5px !important;
}

.pe-6px {
    padding-right: 6px !important;
}

.pe-7px {
    padding-right: 7px !important;
}

.pe-8px {
    padding-right: 8px !important;
}

.pe-9px {
    padding-right: 9px !important;
}

.pe-10px {
    padding-right: 10px !important;
}

.pe-5px {
    padding-right: 5px !important;
}

.pe-10px {
    padding-right: 10px !important;
}

.pe-15px {
    padding-right: 15px !important;
}

.pe-20px {
    padding-right: 20px !important;
}

.pe-25px {
    padding-right: 25px !important;
}

.pe-30px {
    padding-right: 30px !important;
}

.pe-35px {
    padding-right: 35px !important;
}

.pe-40px {
    padding-right: 40px !important;
}

.pe-45px {
    padding-right: 45px !important;
}

.pe-50px {
    padding-right: 50px !important;
}

.pb-1px {
    padding-bottom: 1px !important;
}

.pb-2px {
    padding-bottom: 2px !important;
}

.pb-3px {
    padding-bottom: 3px !important;
}

.pb-4px {
    padding-bottom: 4px !important;
}

.pb-5px {
    padding-bottom: 5px !important;
}

.pb-6px {
    padding-bottom: 6px !important;
}

.pb-7px {
    padding-bottom: 7px !important;
}

.pb-8px {
    padding-bottom: 8px !important;
}

.pb-9px {
    padding-bottom: 9px !important;
}

.pb-10px {
    padding-bottom: 10px !important;
}

.pb-5px {
    padding-bottom: 5px !important;
}

.pb-10px {
    padding-bottom: 10px !important;
}

.pb-15px {
    padding-bottom: 15px !important;
}

.pb-20px {
    padding-bottom: 20px !important;
}

.pb-25px {
    padding-bottom: 25px !important;
}

.pb-30px {
    padding-bottom: 30px !important;
}

.pb-35px {
    padding-bottom: 35px !important;
}

.pb-40px {
    padding-bottom: 40px !important;
}

.pb-45px {
    padding-bottom: 45px !important;
}

.pb-50px {
    padding-bottom: 50px !important;
}

.ps-1px {
    padding-left: 1px !important;
}

.ps-2px {
    padding-left: 2px !important;
}

.ps-3px {
    padding-left: 3px !important;
}

.ps-4px {
    padding-left: 4px !important;
}

.ps-5px {
    padding-left: 5px !important;
}

.ps-6px {
    padding-left: 6px !important;
}

.ps-7px {
    padding-left: 7px !important;
}

.ps-8px {
    padding-left: 8px !important;
}

.ps-9px {
    padding-left: 9px !important;
}

.ps-10px {
    padding-left: 10px !important;
}

.ps-5px {
    padding-left: 5px !important;
}

.ps-10px {
    padding-left: 10px !important;
}

.ps-15px {
    padding-left: 15px !important;
}

.ps-20px {
    padding-left: 20px !important;
}

.ps-25px {
    padding-left: 25px !important;
}

.ps-30px {
    padding-left: 30px !important;
}

.ps-35px {
    padding-left: 35px !important;
}

.ps-40px {
    padding-left: 40px !important;
}

.ps-45px {
    padding-left: 45px !important;
}

.ps-50px {
    padding-left: 50px !important;
}

.px-1px {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.px-2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.px-3px {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.px-4px {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.px-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.px-6px {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.px-7px {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.px-8px {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.px-9px {
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.px-10px {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.px-10px {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-15px {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.px-20px {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-25px {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.px-30px {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.px-35px {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.px-40px {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.px-45px {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.px-50px {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.py-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.py-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.py-3px {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.py-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.py-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.py-7px {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.py-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.py-9px {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-15px {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-20px {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.py-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.py-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py-45px {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.py-50px {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


/* Helper Font */

.fs-1px {
    font-size: 1px !important;
}

.fs-2px {
    font-size: 2px !important;
}

.fs-3px {
    font-size: 3px !important;
}

.fs-4px {
    font-size: 4px !important;
}

.fs-5px {
    font-size: 5px !important;
}

.fs-6px {
    font-size: 6px !important;
}

.fs-7px {
    font-size: 7px !important;
}

.fs-8px {
    font-size: 8px !important;
}

.fs-9px {
    font-size: 9px !important;
}

.fs-10px {
    font-size: 10px !important;
}

.fs-11px {
    font-size: 11px !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-15px {
    font-size: 15px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-17px {
    font-size: 17px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-19px {
    font-size: 19px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.fs-21px {
    font-size: 21px !important;
}

.fs-22px {
    font-size: 22px !important;
}

.fs-23px {
    font-size: 23px !important;
}

.fs-24px {
    font-size: 24px !important;
}

.fs-25px {
    font-size: 25px !important;
}

.fs-26px {
    font-size: 26px !important;
}

.fs-27px {
    font-size: 27px !important;
}

.fs-28px {
    font-size: 28px !important;
}

.fs-29px {
    font-size: 29px !important;
}

.fs-30px {
    font-size: 30px !important;
}

.fs-31px {
    font-size: 31px !important;
}

.fs-32px {
    font-size: 32px !important;
}

.fs-33px {
    font-size: 33px !important;
}

.fs-34px {
    font-size: 34px !important;
}

.fs-35px {
    font-size: 35px !important;
}

.fs-36px {
    font-size: 36px !important;
}

.fs-37px {
    font-size: 37px !important;
}

.fs-38px {
    font-size: 38px !important;
}

.fs-39px {
    font-size: 39px !important;
}

.fs-40px {
    font-size: 40px !important;
}

.fs-41px {
    font-size: 41px !important;
}

.fs-42px {
    font-size: 42px !important;
}

.fs-43px {
    font-size: 43px !important;
}

.fs-44px {
    font-size: 44px !important;
}

.fs-45px {
    font-size: 45px !important;
}

.fs-46px {
    font-size: 46px !important;
}

.fs-47px {
    font-size: 47px !important;
}

.fs-48px {
    font-size: 48px !important;
}

.fs-49px {
    font-size: 49px !important;
}

.fs-50px {
    font-size: 50px !important;
}

.fs-51px {
    font-size: 51px !important;
}

.fs-52px {
    font-size: 52px !important;
}

.fs-53px {
    font-size: 53px !important;
}

.fs-54px {
    font-size: 54px !important;
}

.fs-55px {
    font-size: 55px !important;
}

.fs-56px {
    font-size: 56px !important;
}

.fs-57px {
    font-size: 57px !important;
}

.fs-58px {
    font-size: 58px !important;
}

.fs-59px {
    font-size: 59px !important;
}

.fs-60px {
    font-size: 60px !important;
}

.fs-61px {
    font-size: 61px !important;
}

.fs-62px {
    font-size: 62px !important;
}

.fs-63px {
    font-size: 63px !important;
}

.fs-64px {
    font-size: 64px !important;
}

.fs-65px {
    font-size: 65px !important;
}

.fs-66px {
    font-size: 66px !important;
}

.fs-67px {
    font-size: 67px !important;
}

.fs-68px {
    font-size: 68px !important;
}

.fs-69px {
    font-size: 69px !important;
}

.fs-70px {
    font-size: 70px !important;
}

.fs-71px {
    font-size: 71px !important;
}

.fs-72px {
    font-size: 72px !important;
}

.fs-73px {
    font-size: 73px !important;
}

.fs-74px {
    font-size: 74px !important;
}

.fs-75px {
    font-size: 75px !important;
}

.fs-76px {
    font-size: 76px !important;
}

.fs-77px {
    font-size: 77px !important;
}

.fs-78px {
    font-size: 78px !important;
}

.fs-79px {
    font-size: 79px !important;
}

.fs-80px {
    font-size: 80px !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}


/* Helper Text */

.text-ellipsis {
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-gradient {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.lh-10 {
    line-height: 1 !important;
}

.lh-11 {
    line-height: 1.1 !important;
}

.lh-12 {
    line-height: 1.2 !important;
}

.lh-13 {
    line-height: 1.3 !important;
}

.lh-14 {
    line-height: 1.4 !important;
}

.lh-15 {
    line-height: 1.5 !important;
}

.lh-16 {
    line-height: 1.6 !important;
}

.lh-17 {
    line-height: 1.7 !important;
}

.lh-18 {
    line-height: 1.8 !important;
}

.lh-19 {
    line-height: 1.9 !important;
}

.lh-20 {
    line-height: 2 !important;
}


/* Helper Cursor */

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-text {
    cursor: text !important;
}

.cursor-default {
    cursor: default !important;
}

.cursor-inherit {
    cursor: inherit !important;
}

.cursor-move {
    cursor: move !important;
}

.cursor-progress {
    cursor: progress !important;
}


/* Flex */

.flex-1 {
    flex: 1;
}


/* Helper Size */

.w-0px {
    width: 0px !important;
}

.w-xs-0px {
    width: 0px !important;
}

@media (min-width: 576px) {
    .w-sm-0px {
        width: 0px !important;
    }
}

@media (min-width: 768px) {
    .w-md-0px {
        width: 0px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-0px {
        width: 0px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-0px {
        width: 0px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-0px {
        width: 0px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-0px {
        width: 0px !important;
    }
}

.w-50px {
    width: 50px !important;
}

.w-xs-50px {
    width: 50px !important;
}

@media (min-width: 576px) {
    .w-sm-50px {
        width: 50px !important;
    }
}

@media (min-width: 768px) {
    .w-md-50px {
        width: 50px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-50px {
        width: 50px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-50px {
        width: 50px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-50px {
        width: 50px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-50px {
        width: 50px !important;
    }
}

.w-100px {
    width: 100px !important;
}

.w-xs-100px {
    width: 100px !important;
}

@media (min-width: 576px) {
    .w-sm-100px {
        width: 100px !important;
    }
}

@media (min-width: 768px) {
    .w-md-100px {
        width: 100px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-100px {
        width: 100px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-100px {
        width: 100px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-100px {
        width: 100px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-100px {
        width: 100px !important;
    }
}

.w-150px {
    width: 150px !important;
}

.w-xs-150px {
    width: 150px !important;
}

@media (min-width: 576px) {
    .w-sm-150px {
        width: 150px !important;
    }
}

@media (min-width: 768px) {
    .w-md-150px {
        width: 150px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-150px {
        width: 150px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-150px {
        width: 150px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-150px {
        width: 150px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-150px {
        width: 150px !important;
    }
}

.w-200px {
    width: 200px !important;
}

.w-xs-200px {
    width: 200px !important;
}

@media (min-width: 576px) {
    .w-sm-200px {
        width: 200px !important;
    }
}

@media (min-width: 768px) {
    .w-md-200px {
        width: 200px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-200px {
        width: 200px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-200px {
        width: 200px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-200px {
        width: 200px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-200px {
        width: 200px !important;
    }
}

.w-250px {
    width: 250px !important;
}

.w-xs-250px {
    width: 250px !important;
}

@media (min-width: 576px) {
    .w-sm-250px {
        width: 250px !important;
    }
}

@media (min-width: 768px) {
    .w-md-250px {
        width: 250px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-250px {
        width: 250px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-250px {
        width: 250px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-250px {
        width: 250px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-250px {
        width: 250px !important;
    }
}

.w-300px {
    width: 300px !important;
}

.w-xs-300px {
    width: 300px !important;
}

@media (min-width: 576px) {
    .w-sm-300px {
        width: 300px !important;
    }
}

@media (min-width: 768px) {
    .w-md-300px {
        width: 300px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-300px {
        width: 300px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-300px {
        width: 300px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-300px {
        width: 300px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-300px {
        width: 300px !important;
    }
}

.w-350px {
    width: 350px !important;
}

.w-xs-350px {
    width: 350px !important;
}

@media (min-width: 576px) {
    .w-sm-350px {
        width: 350px !important;
    }
}

@media (min-width: 768px) {
    .w-md-350px {
        width: 350px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-350px {
        width: 350px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-350px {
        width: 350px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-350px {
        width: 350px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-350px {
        width: 350px !important;
    }
}

.w-400px {
    width: 400px !important;
}

.w-xs-400px {
    width: 400px !important;
}

@media (min-width: 576px) {
    .w-sm-400px {
        width: 400px !important;
    }
}

@media (min-width: 768px) {
    .w-md-400px {
        width: 400px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-400px {
        width: 400px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-400px {
        width: 400px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-400px {
        width: 400px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-400px {
        width: 400px !important;
    }
}

.w-450px {
    width: 450px !important;
}

.w-xs-450px {
    width: 450px !important;
}

@media (min-width: 576px) {
    .w-sm-450px {
        width: 450px !important;
    }
}

@media (min-width: 768px) {
    .w-md-450px {
        width: 450px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-450px {
        width: 450px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-450px {
        width: 450px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-450px {
        width: 450px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-450px {
        width: 450px !important;
    }
}

.w-500px {
    width: 500px !important;
}

.w-xs-500px {
    width: 500px !important;
}

@media (min-width: 576px) {
    .w-sm-500px {
        width: 500px !important;
    }
}

@media (min-width: 768px) {
    .w-md-500px {
        width: 500px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-500px {
        width: 500px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-500px {
        width: 500px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-500px {
        width: 500px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-500px {
        width: 500px !important;
    }
}

.w-550px {
    width: 550px !important;
}

.w-xs-550px {
    width: 550px !important;
}

@media (min-width: 576px) {
    .w-sm-550px {
        width: 550px !important;
    }
}

@media (min-width: 768px) {
    .w-md-550px {
        width: 550px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-550px {
        width: 550px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-550px {
        width: 550px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-550px {
        width: 550px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-550px {
        width: 550px !important;
    }
}

.w-600px {
    width: 600px !important;
}

.w-xs-600px {
    width: 600px !important;
}

@media (min-width: 576px) {
    .w-sm-600px {
        width: 600px !important;
    }
}

@media (min-width: 768px) {
    .w-md-600px {
        width: 600px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-600px {
        width: 600px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-600px {
        width: 600px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-600px {
        width: 600px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-600px {
        width: 600px !important;
    }
}

.w-5px {
    width: 5px !important;
}

.w-xs-5px {
    width: 5px !important;
}

@media (min-width: 576px) {
    .w-sm-5px {
        width: 5px !important;
    }
}

@media (min-width: 768px) {
    .w-md-5px {
        width: 5px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-5px {
        width: 5px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-5px {
        width: 5px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-5px {
        width: 5px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-5px {
        width: 5px !important;
    }
}

.w-10px {
    width: 10px !important;
}

.w-xs-10px {
    width: 10px !important;
}

@media (min-width: 576px) {
    .w-sm-10px {
        width: 10px !important;
    }
}

@media (min-width: 768px) {
    .w-md-10px {
        width: 10px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-10px {
        width: 10px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-10px {
        width: 10px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-10px {
        width: 10px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-10px {
        width: 10px !important;
    }
}

.w-15px {
    width: 15px !important;
}

.w-xs-15px {
    width: 15px !important;
}

@media (min-width: 576px) {
    .w-sm-15px {
        width: 15px !important;
    }
}

@media (min-width: 768px) {
    .w-md-15px {
        width: 15px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-15px {
        width: 15px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-15px {
        width: 15px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-15px {
        width: 15px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-15px {
        width: 15px !important;
    }
}

.w-20px {
    width: 20px !important;
}

.w-xs-20px {
    width: 20px !important;
}

@media (min-width: 576px) {
    .w-sm-20px {
        width: 20px !important;
    }
}

@media (min-width: 768px) {
    .w-md-20px {
        width: 20px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-20px {
        width: 20px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-20px {
        width: 20px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-20px {
        width: 20px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-20px {
        width: 20px !important;
    }
}

.w-25px {
    width: 25px !important;
}

.w-xs-25px {
    width: 25px !important;
}

@media (min-width: 576px) {
    .w-sm-25px {
        width: 25px !important;
    }
}

@media (min-width: 768px) {
    .w-md-25px {
        width: 25px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25px {
        width: 25px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-25px {
        width: 25px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-25px {
        width: 25px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-25px {
        width: 25px !important;
    }
}

.w-30px {
    width: 30px !important;
}

.w-xs-30px {
    width: 30px !important;
}

@media (min-width: 576px) {
    .w-sm-30px {
        width: 30px !important;
    }
}

@media (min-width: 768px) {
    .w-md-30px {
        width: 30px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-30px {
        width: 30px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-30px {
        width: 30px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-30px {
        width: 30px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-30px {
        width: 30px !important;
    }
}

.w-35px {
    width: 35px !important;
}

.w-xs-35px {
    width: 35px !important;
}

@media (min-width: 576px) {
    .w-sm-35px {
        width: 35px !important;
    }
}

@media (min-width: 768px) {
    .w-md-35px {
        width: 35px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-35px {
        width: 35px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-35px {
        width: 35px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-35px {
        width: 35px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-35px {
        width: 35px !important;
    }
}

.w-40px {
    width: 40px !important;
}

.w-xs-40px {
    width: 40px !important;
}

@media (min-width: 576px) {
    .w-sm-40px {
        width: 40px !important;
    }
}

@media (min-width: 768px) {
    .w-md-40px {
        width: 40px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-40px {
        width: 40px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-40px {
        width: 40px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-40px {
        width: 40px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-40px {
        width: 40px !important;
    }
}

.w-45px {
    width: 45px !important;
}

.w-xs-45px {
    width: 45px !important;
}

@media (min-width: 576px) {
    .w-sm-45px {
        width: 45px !important;
    }
}

@media (min-width: 768px) {
    .w-md-45px {
        width: 45px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-45px {
        width: 45px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-45px {
        width: 45px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-45px {
        width: 45px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-45px {
        width: 45px !important;
    }
}

.w-50px {
    width: 50px !important;
}

.w-xs-50px {
    width: 50px !important;
}

@media (min-width: 576px) {
    .w-sm-50px {
        width: 50px !important;
    }
}

@media (min-width: 768px) {
    .w-md-50px {
        width: 50px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-50px {
        width: 50px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-50px {
        width: 50px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-50px {
        width: 50px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-50px {
        width: 50px !important;
    }
}

.w-55px {
    width: 55px !important;
}

.w-xs-55px {
    width: 55px !important;
}

@media (min-width: 576px) {
    .w-sm-55px {
        width: 55px !important;
    }
}

@media (min-width: 768px) {
    .w-md-55px {
        width: 55px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-55px {
        width: 55px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-55px {
        width: 55px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-55px {
        width: 55px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-55px {
        width: 55px !important;
    }
}

.w-60px {
    width: 60px !important;
}

.w-xs-60px {
    width: 60px !important;
}

@media (min-width: 576px) {
    .w-sm-60px {
        width: 60px !important;
    }
}

@media (min-width: 768px) {
    .w-md-60px {
        width: 60px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-60px {
        width: 60px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-60px {
        width: 60px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-60px {
        width: 60px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-60px {
        width: 60px !important;
    }
}

.w-65px {
    width: 65px !important;
}

.w-xs-65px {
    width: 65px !important;
}

@media (min-width: 576px) {
    .w-sm-65px {
        width: 65px !important;
    }
}

@media (min-width: 768px) {
    .w-md-65px {
        width: 65px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-65px {
        width: 65px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-65px {
        width: 65px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-65px {
        width: 65px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-65px {
        width: 65px !important;
    }
}

.w-70px {
    width: 70px !important;
}

.w-xs-70px {
    width: 70px !important;
}

@media (min-width: 576px) {
    .w-sm-70px {
        width: 70px !important;
    }
}

@media (min-width: 768px) {
    .w-md-70px {
        width: 70px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-70px {
        width: 70px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-70px {
        width: 70px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-70px {
        width: 70px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-70px {
        width: 70px !important;
    }
}

.w-75px {
    width: 75px !important;
}

.w-xs-75px {
    width: 75px !important;
}

@media (min-width: 576px) {
    .w-sm-75px {
        width: 75px !important;
    }
}

@media (min-width: 768px) {
    .w-md-75px {
        width: 75px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-75px {
        width: 75px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-75px {
        width: 75px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-75px {
        width: 75px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-75px {
        width: 75px !important;
    }
}

.w-80px {
    width: 80px !important;
}

.w-xs-80px {
    width: 80px !important;
}

@media (min-width: 576px) {
    .w-sm-80px {
        width: 80px !important;
    }
}

@media (min-width: 768px) {
    .w-md-80px {
        width: 80px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-80px {
        width: 80px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-80px {
        width: 80px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-80px {
        width: 80px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-80px {
        width: 80px !important;
    }
}

.w-85px {
    width: 85px !important;
}

.w-xs-85px {
    width: 85px !important;
}

@media (min-width: 576px) {
    .w-sm-85px {
        width: 85px !important;
    }
}

@media (min-width: 768px) {
    .w-md-85px {
        width: 85px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-85px {
        width: 85px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-85px {
        width: 85px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-85px {
        width: 85px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-85px {
        width: 85px !important;
    }
}

.w-90px {
    width: 90px !important;
}

.w-xs-90px {
    width: 90px !important;
}

@media (min-width: 576px) {
    .w-sm-90px {
        width: 90px !important;
    }
}

@media (min-width: 768px) {
    .w-md-90px {
        width: 90px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-90px {
        width: 90px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-90px {
        width: 90px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-90px {
        width: 90px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-90px {
        width: 90px !important;
    }
}

.w-95px {
    width: 95px !important;
}

.w-xs-95px {
    width: 95px !important;
}

@media (min-width: 576px) {
    .w-sm-95px {
        width: 95px !important;
    }
}

@media (min-width: 768px) {
    .w-md-95px {
        width: 95px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-95px {
        width: 95px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-95px {
        width: 95px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-95px {
        width: 95px !important;
    }
}

@media (min-width: 1800px) {
    .w-xxxl-95px {
        width: 95px !important;
    }
}

.h-0px {
    height: 0px !important;
}

.h-xs-0px {
    height: 0px !important;
}

@media (min-width: 576px) {
    .h-sm-0px {
        height: 0px !important;
    }
}

@media (min-width: 768px) {
    .h-md-0px {
        height: 0px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-0px {
        height: 0px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-0px {
        height: 0px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-0px {
        height: 0px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-0px {
        height: 0px !important;
    }
}

.h-50px {
    height: 50px !important;
}

.h-xs-50px {
    height: 50px !important;
}

@media (min-width: 576px) {
    .h-sm-50px {
        height: 50px !important;
    }
}

@media (min-width: 768px) {
    .h-md-50px {
        height: 50px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-50px {
        height: 50px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-50px {
        height: 50px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-50px {
        height: 50px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-50px {
        height: 50px !important;
    }
}

.h-100px {
    height: 100px !important;
}

.h-xs-100px {
    height: 100px !important;
}

@media (min-width: 576px) {
    .h-sm-100px {
        height: 100px !important;
    }
}

@media (min-width: 768px) {
    .h-md-100px {
        height: 100px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-100px {
        height: 100px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-100px {
        height: 100px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-100px {
        height: 100px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-100px {
        height: 100px !important;
    }
}

.h-150px {
    height: 150px !important;
}

.h-xs-150px {
    height: 150px !important;
}

@media (min-width: 576px) {
    .h-sm-150px {
        height: 150px !important;
    }
}

@media (min-width: 768px) {
    .h-md-150px {
        height: 150px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-150px {
        height: 150px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-150px {
        height: 150px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-150px {
        height: 150px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-150px {
        height: 150px !important;
    }
}

.h-200px {
    height: 200px !important;
}

.h-xs-200px {
    height: 200px !important;
}

@media (min-width: 576px) {
    .h-sm-200px {
        height: 200px !important;
    }
}

@media (min-width: 768px) {
    .h-md-200px {
        height: 200px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-200px {
        height: 200px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-200px {
        height: 200px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-200px {
        height: 200px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-200px {
        height: 200px !important;
    }
}

.h-250px {
    height: 250px !important;
}

.h-xs-250px {
    height: 250px !important;
}

@media (min-width: 576px) {
    .h-sm-250px {
        height: 250px !important;
    }
}

@media (min-width: 768px) {
    .h-md-250px {
        height: 250px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-250px {
        height: 250px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-250px {
        height: 250px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-250px {
        height: 250px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-250px {
        height: 250px !important;
    }
}

.h-300px {
    height: 300px !important;
}

.h-xs-300px {
    height: 300px !important;
}

@media (min-width: 576px) {
    .h-sm-300px {
        height: 300px !important;
    }
}

@media (min-width: 768px) {
    .h-md-300px {
        height: 300px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-300px {
        height: 300px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-300px {
        height: 300px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-300px {
        height: 300px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-300px {
        height: 300px !important;
    }
}

.h-350px {
    height: 350px !important;
}

.h-xs-350px {
    height: 350px !important;
}

@media (min-width: 576px) {
    .h-sm-350px {
        height: 350px !important;
    }
}

@media (min-width: 768px) {
    .h-md-350px {
        height: 350px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-350px {
        height: 350px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-350px {
        height: 350px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-350px {
        height: 350px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-350px {
        height: 350px !important;
    }
}

.h-400px {
    height: 400px !important;
}

.h-xs-400px {
    height: 400px !important;
}

@media (min-width: 576px) {
    .h-sm-400px {
        height: 400px !important;
    }
}

@media (min-width: 768px) {
    .h-md-400px {
        height: 400px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-400px {
        height: 400px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-400px {
        height: 400px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-400px {
        height: 400px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-400px {
        height: 400px !important;
    }
}

.h-450px {
    height: 450px !important;
}

.h-xs-450px {
    height: 450px !important;
}

@media (min-width: 576px) {
    .h-sm-450px {
        height: 450px !important;
    }
}

@media (min-width: 768px) {
    .h-md-450px {
        height: 450px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-450px {
        height: 450px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-450px {
        height: 450px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-450px {
        height: 450px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-450px {
        height: 450px !important;
    }
}

.h-500px {
    height: 500px !important;
}

.h-xs-500px {
    height: 500px !important;
}

@media (min-width: 576px) {
    .h-sm-500px {
        height: 500px !important;
    }
}

@media (min-width: 768px) {
    .h-md-500px {
        height: 500px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-500px {
        height: 500px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-500px {
        height: 500px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-500px {
        height: 500px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-500px {
        height: 500px !important;
    }
}

.h-550px {
    height: 550px !important;
}

.h-xs-550px {
    height: 550px !important;
}

@media (min-width: 576px) {
    .h-sm-550px {
        height: 550px !important;
    }
}

@media (min-width: 768px) {
    .h-md-550px {
        height: 550px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-550px {
        height: 550px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-550px {
        height: 550px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-550px {
        height: 550px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-550px {
        height: 550px !important;
    }
}

.h-600px {
    height: 600px !important;
}

.h-xs-600px {
    height: 600px !important;
}

@media (min-width: 576px) {
    .h-sm-600px {
        height: 600px !important;
    }
}

@media (min-width: 768px) {
    .h-md-600px {
        height: 600px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-600px {
        height: 600px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-600px {
        height: 600px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-600px {
        height: 600px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-600px {
        height: 600px !important;
    }
}

.h-5px {
    height: 5px !important;
}

.h-xs-5px {
    height: 5px !important;
}

@media (min-width: 576px) {
    .h-sm-5px {
        height: 5px !important;
    }
}

@media (min-width: 768px) {
    .h-md-5px {
        height: 5px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-5px {
        height: 5px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-5px {
        height: 5px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-5px {
        height: 5px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-5px {
        height: 5px !important;
    }
}

.h-10px {
    height: 10px !important;
}

.h-xs-10px {
    height: 10px !important;
}

@media (min-width: 576px) {
    .h-sm-10px {
        height: 10px !important;
    }
}

@media (min-width: 768px) {
    .h-md-10px {
        height: 10px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-10px {
        height: 10px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-10px {
        height: 10px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-10px {
        height: 10px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-10px {
        height: 10px !important;
    }
}

.h-15px {
    height: 15px !important;
}

.h-xs-15px {
    height: 15px !important;
}

@media (min-width: 576px) {
    .h-sm-15px {
        height: 15px !important;
    }
}

@media (min-width: 768px) {
    .h-md-15px {
        height: 15px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-15px {
        height: 15px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-15px {
        height: 15px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-15px {
        height: 15px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-15px {
        height: 15px !important;
    }
}

.h-20px {
    height: 20px !important;
}

.h-xs-20px {
    height: 20px !important;
}

@media (min-width: 576px) {
    .h-sm-20px {
        height: 20px !important;
    }
}

@media (min-width: 768px) {
    .h-md-20px {
        height: 20px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-20px {
        height: 20px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-20px {
        height: 20px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-20px {
        height: 20px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-20px {
        height: 20px !important;
    }
}

.h-25px {
    height: 25px !important;
}

.h-xs-25px {
    height: 25px !important;
}

@media (min-width: 576px) {
    .h-sm-25px {
        height: 25px !important;
    }
}

@media (min-width: 768px) {
    .h-md-25px {
        height: 25px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-25px {
        height: 25px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-25px {
        height: 25px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-25px {
        height: 25px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-25px {
        height: 25px !important;
    }
}

.h-30px {
    height: 30px !important;
}

.h-xs-30px {
    height: 30px !important;
}

@media (min-width: 576px) {
    .h-sm-30px {
        height: 30px !important;
    }
}

@media (min-width: 768px) {
    .h-md-30px {
        height: 30px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-30px {
        height: 30px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-30px {
        height: 30px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-30px {
        height: 30px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-30px {
        height: 30px !important;
    }
}

.h-35px {
    height: 35px !important;
}

.h-xs-35px {
    height: 35px !important;
}

@media (min-width: 576px) {
    .h-sm-35px {
        height: 35px !important;
    }
}

@media (min-width: 768px) {
    .h-md-35px {
        height: 35px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-35px {
        height: 35px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-35px {
        height: 35px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-35px {
        height: 35px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-35px {
        height: 35px !important;
    }
}

.h-40px {
    height: 40px !important;
}

.h-xs-40px {
    height: 40px !important;
}

@media (min-width: 576px) {
    .h-sm-40px {
        height: 40px !important;
    }
}

@media (min-width: 768px) {
    .h-md-40px {
        height: 40px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-40px {
        height: 40px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-40px {
        height: 40px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-40px {
        height: 40px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-40px {
        height: 40px !important;
    }
}

.h-45px {
    height: 45px !important;
}

.h-xs-45px {
    height: 45px !important;
}

@media (min-width: 576px) {
    .h-sm-45px {
        height: 45px !important;
    }
}

@media (min-width: 768px) {
    .h-md-45px {
        height: 45px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-45px {
        height: 45px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-45px {
        height: 45px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-45px {
        height: 45px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-45px {
        height: 45px !important;
    }
}

.h-50px {
    height: 50px !important;
}

.h-xs-50px {
    height: 50px !important;
}

@media (min-width: 576px) {
    .h-sm-50px {
        height: 50px !important;
    }
}

@media (min-width: 768px) {
    .h-md-50px {
        height: 50px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-50px {
        height: 50px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-50px {
        height: 50px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-50px {
        height: 50px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-50px {
        height: 50px !important;
    }
}

.h-55px {
    height: 55px !important;
}

.h-xs-55px {
    height: 55px !important;
}

@media (min-width: 576px) {
    .h-sm-55px {
        height: 55px !important;
    }
}

@media (min-width: 768px) {
    .h-md-55px {
        height: 55px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-55px {
        height: 55px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-55px {
        height: 55px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-55px {
        height: 55px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-55px {
        height: 55px !important;
    }
}

.h-60px {
    height: 60px !important;
}

.h-xs-60px {
    height: 60px !important;
}

@media (min-width: 576px) {
    .h-sm-60px {
        height: 60px !important;
    }
}

@media (min-width: 768px) {
    .h-md-60px {
        height: 60px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-60px {
        height: 60px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-60px {
        height: 60px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-60px {
        height: 60px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-60px {
        height: 60px !important;
    }
}

.h-65px {
    height: 65px !important;
}

.h-xs-65px {
    height: 65px !important;
}

@media (min-width: 576px) {
    .h-sm-65px {
        height: 65px !important;
    }
}

@media (min-width: 768px) {
    .h-md-65px {
        height: 65px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-65px {
        height: 65px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-65px {
        height: 65px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-65px {
        height: 65px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-65px {
        height: 65px !important;
    }
}

.h-70px {
    height: 70px !important;
}

.h-xs-70px {
    height: 70px !important;
}

@media (min-width: 576px) {
    .h-sm-70px {
        height: 70px !important;
    }
}

@media (min-width: 768px) {
    .h-md-70px {
        height: 70px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-70px {
        height: 70px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-70px {
        height: 70px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-70px {
        height: 70px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-70px {
        height: 70px !important;
    }
}

.h-75px {
    height: 75px !important;
}

.h-xs-75px {
    height: 75px !important;
}

@media (min-width: 576px) {
    .h-sm-75px {
        height: 75px !important;
    }
}

@media (min-width: 768px) {
    .h-md-75px {
        height: 75px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-75px {
        height: 75px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-75px {
        height: 75px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-75px {
        height: 75px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-75px {
        height: 75px !important;
    }
}

.h-80px {
    height: 80px !important;
}

.h-xs-80px {
    height: 80px !important;
}

@media (min-width: 576px) {
    .h-sm-80px {
        height: 80px !important;
    }
}

@media (min-width: 768px) {
    .h-md-80px {
        height: 80px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-80px {
        height: 80px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-80px {
        height: 80px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-80px {
        height: 80px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-80px {
        height: 80px !important;
    }
}

.h-85px {
    height: 85px !important;
}

.h-xs-85px {
    height: 85px !important;
}

@media (min-width: 576px) {
    .h-sm-85px {
        height: 85px !important;
    }
}

@media (min-width: 768px) {
    .h-md-85px {
        height: 85px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-85px {
        height: 85px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-85px {
        height: 85px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-85px {
        height: 85px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-85px {
        height: 85px !important;
    }
}

.h-90px {
    height: 90px !important;
}

.h-xs-90px {
    height: 90px !important;
}

@media (min-width: 576px) {
    .h-sm-90px {
        height: 90px !important;
    }
}

@media (min-width: 768px) {
    .h-md-90px {
        height: 90px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-90px {
        height: 90px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-90px {
        height: 90px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-90px {
        height: 90px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-90px {
        height: 90px !important;
    }
}

.h-95px {
    height: 95px !important;
}

.h-xs-95px {
    height: 95px !important;
}

@media (min-width: 576px) {
    .h-sm-95px {
        height: 95px !important;
    }
}

@media (min-width: 768px) {
    .h-md-95px {
        height: 95px !important;
    }
}

@media (min-width: 992px) {
    .h-lg-95px {
        height: 95px !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-95px {
        height: 95px !important;
    }
}

@media (min-width: 1400px) {
    .h-xxl-95px {
        height: 95px !important;
    }
}

@media (min-width: 1800px) {
    .h-xxxl-95px {
        height: 95px !important;
    }
}

.mh-100vh {
    max-height: 100vh !important;
}


/* Helper Color */

.bg-theme {
    background-color: #00acac !important;
}

.text-theme {
    color: #00acac;
}

.bg-none {
    background: none !important;
}

.text-default,
.text-default-500 {
    color: #e9ecef !important;
}

.bg-default,
.bg-default-500 {
    background-color: #e9ecef !important;
}

.bg-gradient-default {
    background: #e9ecef !important;
    background: linear-gradient(to bottom, #f2f4f5 0%, #8c8e8f 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-default-transparent-1 {
    background-color: rgba(233, 236, 239, 0.1) !important;
}

.text-default-transparent-1 {
    color: rgba(233, 236, 239, 0.1) !important;
}

.bg-default-transparent-2 {
    background-color: rgba(233, 236, 239, 0.2) !important;
}

.text-default-transparent-2 {
    color: rgba(233, 236, 239, 0.2) !important;
}

.bg-default-transparent-3 {
    background-color: rgba(233, 236, 239, 0.3) !important;
}

.text-default-transparent-3 {
    color: rgba(233, 236, 239, 0.3) !important;
}

.bg-default-transparent-4 {
    background-color: rgba(233, 236, 239, 0.4) !important;
}

.text-default-transparent-4 {
    color: rgba(233, 236, 239, 0.4) !important;
}

.bg-default-transparent-5 {
    background-color: rgba(233, 236, 239, 0.5) !important;
}

.text-default-transparent-5 {
    color: rgba(233, 236, 239, 0.5) !important;
}

.bg-default-transparent-6 {
    background-color: rgba(233, 236, 239, 0.6) !important;
}

.text-default-transparent-6 {
    color: rgba(233, 236, 239, 0.6) !important;
}

.bg-default-transparent-7 {
    background-color: rgba(233, 236, 239, 0.7) !important;
}

.text-default-transparent-7 {
    color: rgba(233, 236, 239, 0.7) !important;
}

.bg-default-transparent-8 {
    background-color: rgba(233, 236, 239, 0.8) !important;
}

.text-default-transparent-8 {
    color: rgba(233, 236, 239, 0.8) !important;
}

.bg-default-transparent-9 {
    background-color: rgba(233, 236, 239, 0.9) !important;
}

.text-default-transparent-9 {
    color: rgba(233, 236, 239, 0.9) !important;
}

.text-default-100 {
    color: #fbfbfc !important;
}

.bg-default-100 {
    background-color: #fbfbfc !important;
}

.text-default-600 {
    color: #babdbf !important;
}

.bg-default-600 {
    background-color: #babdbf !important;
}

.text-default-200 {
    color: #f6f7f9 !important;
}

.bg-default-200 {
    background-color: #f6f7f9 !important;
}

.text-default-700 {
    color: #8c8e8f !important;
}

.bg-default-700 {
    background-color: #8c8e8f !important;
}

.text-default-300 {
    color: #f2f4f5 !important;
}

.bg-default-300 {
    background-color: #f2f4f5 !important;
}

.text-default-800 {
    color: #5d5e60 !important;
}

.bg-default-800 {
    background-color: #5d5e60 !important;
}

.text-default-400 {
    color: #edf0f2 !important;
}

.bg-default-400 {
    background-color: #edf0f2 !important;
}

.text-default-900 {
    color: #2f2f30 !important;
}

.bg-default-900 {
    background-color: #2f2f30 !important;
}

.text-inverse,
.text-inverse-500 {
    color: #2d353c !important;
}

.bg-inverse,
.bg-inverse-500 {
    background-color: #2d353c !important;
}

.bg-gradient-inverse {
    background: #2d353c !important;
    background: linear-gradient(to bottom, #81868a 0%, #1b2024 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-inverse-transparent-1 {
    background-color: rgba(45, 53, 60, 0.1) !important;
}

.text-inverse-transparent-1 {
    color: rgba(45, 53, 60, 0.1) !important;
}

.bg-inverse-transparent-2 {
    background-color: rgba(45, 53, 60, 0.2) !important;
}

.text-inverse-transparent-2 {
    color: rgba(45, 53, 60, 0.2) !important;
}

.bg-inverse-transparent-3 {
    background-color: rgba(45, 53, 60, 0.3) !important;
}

.text-inverse-transparent-3 {
    color: rgba(45, 53, 60, 0.3) !important;
}

.bg-inverse-transparent-4 {
    background-color: rgba(45, 53, 60, 0.4) !important;
}

.text-inverse-transparent-4 {
    color: rgba(45, 53, 60, 0.4) !important;
}

.bg-inverse-transparent-5 {
    background-color: rgba(45, 53, 60, 0.5) !important;
}

.text-inverse-transparent-5 {
    color: rgba(45, 53, 60, 0.5) !important;
}

.bg-inverse-transparent-6 {
    background-color: rgba(45, 53, 60, 0.6) !important;
}

.text-inverse-transparent-6 {
    color: rgba(45, 53, 60, 0.6) !important;
}

.bg-inverse-transparent-7 {
    background-color: rgba(45, 53, 60, 0.7) !important;
}

.text-inverse-transparent-7 {
    color: rgba(45, 53, 60, 0.7) !important;
}

.bg-inverse-transparent-8 {
    background-color: rgba(45, 53, 60, 0.8) !important;
}

.text-inverse-transparent-8 {
    color: rgba(45, 53, 60, 0.8) !important;
}

.bg-inverse-transparent-9 {
    background-color: rgba(45, 53, 60, 0.9) !important;
}

.text-inverse-transparent-9 {
    color: rgba(45, 53, 60, 0.9) !important;
}

.text-inverse-100 {
    color: #d5d7d8 !important;
}

.bg-inverse-100 {
    background-color: #d5d7d8 !important;
}

.text-inverse-600 {
    color: #242a30 !important;
}

.bg-inverse-600 {
    background-color: #242a30 !important;
}

.text-inverse-200 {
    color: #abaeb1 !important;
}

.bg-inverse-200 {
    background-color: #abaeb1 !important;
}

.text-inverse-700 {
    color: #1b2024 !important;
}

.bg-inverse-700 {
    background-color: #1b2024 !important;
}

.text-inverse-300 {
    color: #81868a !important;
}

.bg-inverse-300 {
    background-color: #81868a !important;
}

.text-inverse-800 {
    color: #121518 !important;
}

.bg-inverse-800 {
    background-color: #121518 !important;
}

.text-inverse-400 {
    color: #575d63 !important;
}

.bg-inverse-400 {
    background-color: #575d63 !important;
}

.text-inverse-900 {
    color: #090b0c !important;
}

.bg-inverse-900 {
    background-color: #090b0c !important;
}

.text-primary,
.text-primary-500 {
    color: #00acac !important;
}

.bg-primary,
.bg-primary-500 {
    background-color: #00acac !important;
}

.bg-gradient-primary {
    background: #00acac !important;
    background: linear-gradient(to bottom, #66cdcd 0%, #006767 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-primary-transparent-1 {
    background-color: rgba(0, 172, 172, 0.1) !important;
}

.text-primary-transparent-1 {
    color: rgba(0, 172, 172, 0.1) !important;
}

.bg-primary-transparent-2 {
    background-color: rgba(0, 172, 172, 0.2) !important;
}

.text-primary-transparent-2 {
    color: rgba(0, 172, 172, 0.2) !important;
}

.bg-primary-transparent-3 {
    background-color: rgba(0, 172, 172, 0.3) !important;
}

.text-primary-transparent-3 {
    color: rgba(0, 172, 172, 0.3) !important;
}

.bg-primary-transparent-4 {
    background-color: rgba(0, 172, 172, 0.4) !important;
}

.text-primary-transparent-4 {
    color: rgba(0, 172, 172, 0.4) !important;
}

.bg-primary-transparent-5 {
    background-color: rgba(0, 172, 172, 0.5) !important;
}

.text-primary-transparent-5 {
    color: rgba(0, 172, 172, 0.5) !important;
}

.bg-primary-transparent-6 {
    background-color: rgba(0, 172, 172, 0.6) !important;
}

.text-primary-transparent-6 {
    color: rgba(0, 172, 172, 0.6) !important;
}

.bg-primary-transparent-7 {
    background-color: rgba(0, 172, 172, 0.7) !important;
}

.text-primary-transparent-7 {
    color: rgba(0, 172, 172, 0.7) !important;
}

.bg-primary-transparent-8 {
    background-color: rgba(0, 172, 172, 0.8) !important;
}

.text-primary-transparent-8 {
    color: rgba(0, 172, 172, 0.8) !important;
}

.bg-primary-transparent-9 {
    background-color: rgba(0, 172, 172, 0.9) !important;
}

.text-primary-transparent-9 {
    color: rgba(0, 172, 172, 0.9) !important;
}

.text-primary-100 {
    color: #cceeee !important;
}

.bg-primary-100 {
    background-color: #cceeee !important;
}

.text-primary-600 {
    color: #008a8a !important;
}

.bg-primary-600 {
    background-color: #008a8a !important;
}

.text-primary-200 {
    color: #99dede !important;
}

.bg-primary-200 {
    background-color: #99dede !important;
}

.text-primary-700 {
    color: #006767 !important;
}

.bg-primary-700 {
    background-color: #006767 !important;
}

.text-primary-300 {
    color: #66cdcd !important;
}

.bg-primary-300 {
    background-color: #66cdcd !important;
}

.text-primary-800 {
    color: #004545 !important;
}

.bg-primary-800 {
    background-color: #004545 !important;
}

.text-primary-400 {
    color: #33bdbd !important;
}

.bg-primary-400 {
    background-color: #33bdbd !important;
}

.text-primary-900 {
    color: #002222 !important;
}

.bg-primary-900 {
    background-color: #002222 !important;
}

.text-secondary,
.text-secondary-500 {
    color: #6c757d !important;
}

.bg-secondary,
.bg-secondary-500 {
    background-color: #6c757d !important;
}

.bg-gradient-secondary {
    background: #6c757d !important;
    background: linear-gradient(to bottom, #a7acb1 0%, #41464b 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-secondary-transparent-1 {
    background-color: rgba(108, 117, 125, 0.1) !important;
}

.text-secondary-transparent-1 {
    color: rgba(108, 117, 125, 0.1) !important;
}

.bg-secondary-transparent-2 {
    background-color: rgba(108, 117, 125, 0.2) !important;
}

.text-secondary-transparent-2 {
    color: rgba(108, 117, 125, 0.2) !important;
}

.bg-secondary-transparent-3 {
    background-color: rgba(108, 117, 125, 0.3) !important;
}

.text-secondary-transparent-3 {
    color: rgba(108, 117, 125, 0.3) !important;
}

.bg-secondary-transparent-4 {
    background-color: rgba(108, 117, 125, 0.4) !important;
}

.text-secondary-transparent-4 {
    color: rgba(108, 117, 125, 0.4) !important;
}

.bg-secondary-transparent-5 {
    background-color: rgba(108, 117, 125, 0.5) !important;
}

.text-secondary-transparent-5 {
    color: rgba(108, 117, 125, 0.5) !important;
}

.bg-secondary-transparent-6 {
    background-color: rgba(108, 117, 125, 0.6) !important;
}

.text-secondary-transparent-6 {
    color: rgba(108, 117, 125, 0.6) !important;
}

.bg-secondary-transparent-7 {
    background-color: rgba(108, 117, 125, 0.7) !important;
}

.text-secondary-transparent-7 {
    color: rgba(108, 117, 125, 0.7) !important;
}

.bg-secondary-transparent-8 {
    background-color: rgba(108, 117, 125, 0.8) !important;
}

.text-secondary-transparent-8 {
    color: rgba(108, 117, 125, 0.8) !important;
}

.bg-secondary-transparent-9 {
    background-color: rgba(108, 117, 125, 0.9) !important;
}

.text-secondary-transparent-9 {
    color: rgba(108, 117, 125, 0.9) !important;
}

.text-secondary-100 {
    color: #e2e3e5 !important;
}

.bg-secondary-100 {
    background-color: #e2e3e5 !important;
}

.text-secondary-600 {
    color: #565e64 !important;
}

.bg-secondary-600 {
    background-color: #565e64 !important;
}

.text-secondary-200 {
    color: #c4c8cb !important;
}

.bg-secondary-200 {
    background-color: #c4c8cb !important;
}

.text-secondary-700 {
    color: #41464b !important;
}

.bg-secondary-700 {
    background-color: #41464b !important;
}

.text-secondary-300 {
    color: #a7acb1 !important;
}

.bg-secondary-300 {
    background-color: #a7acb1 !important;
}

.text-secondary-800 {
    color: #2b2f32 !important;
}

.bg-secondary-800 {
    background-color: #2b2f32 !important;
}

.text-secondary-400 {
    color: #899197 !important;
}

.bg-secondary-400 {
    background-color: #899197 !important;
}

.text-secondary-900 {
    color: #161719 !important;
}

.bg-secondary-900 {
    background-color: #161719 !important;
}

.text-success,
.text-success-500 {
    color: #00acac !important;
}

.bg-success,
.bg-success-500 {
    background-color: #00acac !important;
}

.bg-gradient-success {
    background: #00acac !important;
    background: linear-gradient(to bottom, #66cdcd 0%, #006767 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-success-transparent-1 {
    background-color: rgba(0, 172, 172, 0.1) !important;
}

.text-success-transparent-1 {
    color: rgba(0, 172, 172, 0.1) !important;
}

.bg-success-transparent-2 {
    background-color: rgba(0, 172, 172, 0.2) !important;
}

.text-success-transparent-2 {
    color: rgba(0, 172, 172, 0.2) !important;
}

.bg-success-transparent-3 {
    background-color: rgba(0, 172, 172, 0.3) !important;
}

.text-success-transparent-3 {
    color: rgba(0, 172, 172, 0.3) !important;
}

.bg-success-transparent-4 {
    background-color: rgba(0, 172, 172, 0.4) !important;
}

.text-success-transparent-4 {
    color: rgba(0, 172, 172, 0.4) !important;
}

.bg-success-transparent-5 {
    background-color: rgba(0, 172, 172, 0.5) !important;
}

.text-success-transparent-5 {
    color: rgba(0, 172, 172, 0.5) !important;
}

.bg-success-transparent-6 {
    background-color: rgba(0, 172, 172, 0.6) !important;
}

.text-success-transparent-6 {
    color: rgba(0, 172, 172, 0.6) !important;
}

.bg-success-transparent-7 {
    background-color: rgba(0, 172, 172, 0.7) !important;
}

.text-success-transparent-7 {
    color: rgba(0, 172, 172, 0.7) !important;
}

.bg-success-transparent-8 {
    background-color: rgba(0, 172, 172, 0.8) !important;
}

.text-success-transparent-8 {
    color: rgba(0, 172, 172, 0.8) !important;
}

.bg-success-transparent-9 {
    background-color: rgba(0, 172, 172, 0.9) !important;
}

.text-success-transparent-9 {
    color: rgba(0, 172, 172, 0.9) !important;
}

.text-success-100 {
    color: #cceeee !important;
}

.bg-success-100 {
    background-color: #cceeee !important;
}

.text-success-600 {
    color: #008a8a !important;
}

.bg-success-600 {
    background-color: #008a8a !important;
}

.text-success-200 {
    color: #99dede !important;
}

.bg-success-200 {
    background-color: #99dede !important;
}

.text-success-700 {
    color: #006767 !important;
}

.bg-success-700 {
    background-color: #006767 !important;
}

.text-success-300 {
    color: #66cdcd !important;
}

.bg-success-300 {
    background-color: #66cdcd !important;
}

.text-success-800 {
    color: #004545 !important;
}

.bg-success-800 {
    background-color: #004545 !important;
}

.text-success-400 {
    color: #33bdbd !important;
}

.bg-success-400 {
    background-color: #33bdbd !important;
}

.text-success-900 {
    color: #002222 !important;
}

.bg-success-900 {
    background-color: #002222 !important;
}

.text-info,
.text-info-500 {
    color: #49b6d6 !important;
}

.bg-info,
.bg-info-500 {
    background-color: #49b6d6 !important;
}

.bg-gradient-info {
    background: #49b6d6 !important;
    background: linear-gradient(to bottom, #92d3e6 0%, #2c6d80 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-info-transparent-1 {
    background-color: rgba(73, 182, 214, 0.1) !important;
}

.text-info-transparent-1 {
    color: rgba(73, 182, 214, 0.1) !important;
}

.bg-info-transparent-2 {
    background-color: rgba(73, 182, 214, 0.2) !important;
}

.text-info-transparent-2 {
    color: rgba(73, 182, 214, 0.2) !important;
}

.bg-info-transparent-3 {
    background-color: rgba(73, 182, 214, 0.3) !important;
}

.text-info-transparent-3 {
    color: rgba(73, 182, 214, 0.3) !important;
}

.bg-info-transparent-4 {
    background-color: rgba(73, 182, 214, 0.4) !important;
}

.text-info-transparent-4 {
    color: rgba(73, 182, 214, 0.4) !important;
}

.bg-info-transparent-5 {
    background-color: rgba(73, 182, 214, 0.5) !important;
}

.text-info-transparent-5 {
    color: rgba(73, 182, 214, 0.5) !important;
}

.bg-info-transparent-6 {
    background-color: rgba(73, 182, 214, 0.6) !important;
}

.text-info-transparent-6 {
    color: rgba(73, 182, 214, 0.6) !important;
}

.bg-info-transparent-7 {
    background-color: rgba(73, 182, 214, 0.7) !important;
}

.text-info-transparent-7 {
    color: rgba(73, 182, 214, 0.7) !important;
}

.bg-info-transparent-8 {
    background-color: rgba(73, 182, 214, 0.8) !important;
}

.text-info-transparent-8 {
    color: rgba(73, 182, 214, 0.8) !important;
}

.bg-info-transparent-9 {
    background-color: rgba(73, 182, 214, 0.9) !important;
}

.text-info-transparent-9 {
    color: rgba(73, 182, 214, 0.9) !important;
}

.text-info-100 {
    color: #dbf0f7 !important;
}

.bg-info-100 {
    background-color: #dbf0f7 !important;
}

.text-info-600 {
    color: #3a92ab !important;
}

.bg-info-600 {
    background-color: #3a92ab !important;
}

.text-info-200 {
    color: #b6e2ef !important;
}

.bg-info-200 {
    background-color: #b6e2ef !important;
}

.text-info-700 {
    color: #2c6d80 !important;
}

.bg-info-700 {
    background-color: #2c6d80 !important;
}

.text-info-300 {
    color: #92d3e6 !important;
}

.bg-info-300 {
    background-color: #92d3e6 !important;
}

.text-info-800 {
    color: #1d4956 !important;
}

.bg-info-800 {
    background-color: #1d4956 !important;
}

.text-info-400 {
    color: #6dc5de !important;
}

.bg-info-400 {
    background-color: #6dc5de !important;
}

.text-info-900 {
    color: #0f242b !important;
}

.bg-info-900 {
    background-color: #0f242b !important;
}

.text-warning,
.text-warning-500 {
    color: #f59c1a !important;
}

.bg-warning,
.bg-warning-500 {
    background-color: #f59c1a !important;
}

.bg-gradient-warning {
    background: #f59c1a !important;
    background: linear-gradient(to bottom, #f9c476 0%, #935e10 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-warning-transparent-1 {
    background-color: rgba(245, 156, 26, 0.1) !important;
}

.text-warning-transparent-1 {
    color: rgba(245, 156, 26, 0.1) !important;
}

.bg-warning-transparent-2 {
    background-color: rgba(245, 156, 26, 0.2) !important;
}

.text-warning-transparent-2 {
    color: rgba(245, 156, 26, 0.2) !important;
}

.bg-warning-transparent-3 {
    background-color: rgba(245, 156, 26, 0.3) !important;
}

.text-warning-transparent-3 {
    color: rgba(245, 156, 26, 0.3) !important;
}

.bg-warning-transparent-4 {
    background-color: rgba(245, 156, 26, 0.4) !important;
}

.text-warning-transparent-4 {
    color: rgba(245, 156, 26, 0.4) !important;
}

.bg-warning-transparent-5 {
    background-color: rgba(245, 156, 26, 0.5) !important;
}

.text-warning-transparent-5 {
    color: rgba(245, 156, 26, 0.5) !important;
}

.bg-warning-transparent-6 {
    background-color: rgba(245, 156, 26, 0.6) !important;
}

.text-warning-transparent-6 {
    color: rgba(245, 156, 26, 0.6) !important;
}

.bg-warning-transparent-7 {
    background-color: rgba(245, 156, 26, 0.7) !important;
}

.text-warning-transparent-7 {
    color: rgba(245, 156, 26, 0.7) !important;
}

.bg-warning-transparent-8 {
    background-color: rgba(245, 156, 26, 0.8) !important;
}

.text-warning-transparent-8 {
    color: rgba(245, 156, 26, 0.8) !important;
}

.bg-warning-transparent-9 {
    background-color: rgba(245, 156, 26, 0.9) !important;
}

.text-warning-transparent-9 {
    color: rgba(245, 156, 26, 0.9) !important;
}

.text-warning-100 {
    color: #fdebd1 !important;
}

.bg-warning-100 {
    background-color: #fdebd1 !important;
}

.text-warning-600 {
    color: #c47d15 !important;
}

.bg-warning-600 {
    background-color: #c47d15 !important;
}

.text-warning-200 {
    color: #fbd7a3 !important;
}

.bg-warning-200 {
    background-color: #fbd7a3 !important;
}

.text-warning-700 {
    color: #935e10 !important;
}

.bg-warning-700 {
    background-color: #935e10 !important;
}

.text-warning-300 {
    color: #f9c476 !important;
}

.bg-warning-300 {
    background-color: #f9c476 !important;
}

.text-warning-800 {
    color: #623e0a !important;
}

.bg-warning-800 {
    background-color: #623e0a !important;
}

.text-warning-400 {
    color: #f7b048 !important;
}

.bg-warning-400 {
    background-color: #f7b048 !important;
}

.text-warning-900 {
    color: #311f05 !important;
}

.bg-warning-900 {
    background-color: #311f05 !important;
}

.text-danger,
.text-danger-500 {
    color: #ff5b57 !important;
}

.bg-danger,
.bg-danger-500 {
    background-color: #ff5b57 !important;
}

.bg-gradient-danger {
    background: #ff5b57 !important;
    background: linear-gradient(to bottom, #ff9d9a 0%, #993734 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-danger-transparent-1 {
    background-color: rgba(255, 91, 87, 0.1) !important;
}

.text-danger-transparent-1 {
    color: rgba(255, 91, 87, 0.1) !important;
}

.bg-danger-transparent-2 {
    background-color: rgba(255, 91, 87, 0.2) !important;
}

.text-danger-transparent-2 {
    color: rgba(255, 91, 87, 0.2) !important;
}

.bg-danger-transparent-3 {
    background-color: rgba(255, 91, 87, 0.3) !important;
}

.text-danger-transparent-3 {
    color: rgba(255, 91, 87, 0.3) !important;
}

.bg-danger-transparent-4 {
    background-color: rgba(255, 91, 87, 0.4) !important;
}

.text-danger-transparent-4 {
    color: rgba(255, 91, 87, 0.4) !important;
}

.bg-danger-transparent-5 {
    background-color: rgba(255, 91, 87, 0.5) !important;
}

.text-danger-transparent-5 {
    color: rgba(255, 91, 87, 0.5) !important;
}

.bg-danger-transparent-6 {
    background-color: rgba(255, 91, 87, 0.6) !important;
}

.text-danger-transparent-6 {
    color: rgba(255, 91, 87, 0.6) !important;
}

.bg-danger-transparent-7 {
    background-color: rgba(255, 91, 87, 0.7) !important;
}

.text-danger-transparent-7 {
    color: rgba(255, 91, 87, 0.7) !important;
}

.bg-danger-transparent-8 {
    background-color: rgba(255, 91, 87, 0.8) !important;
}

.text-danger-transparent-8 {
    color: rgba(255, 91, 87, 0.8) !important;
}

.bg-danger-transparent-9 {
    background-color: rgba(255, 91, 87, 0.9) !important;
}

.text-danger-transparent-9 {
    color: rgba(255, 91, 87, 0.9) !important;
}

.text-danger-100 {
    color: #ffdedd !important;
}

.bg-danger-100 {
    background-color: #ffdedd !important;
}

.text-danger-600 {
    color: #cc4946 !important;
}

.bg-danger-600 {
    background-color: #cc4946 !important;
}

.text-danger-200 {
    color: #ffbdbc !important;
}

.bg-danger-200 {
    background-color: #ffbdbc !important;
}

.text-danger-700 {
    color: #993734 !important;
}

.bg-danger-700 {
    background-color: #993734 !important;
}

.text-danger-300 {
    color: #ff9d9a !important;
}

.bg-danger-300 {
    background-color: #ff9d9a !important;
}

.text-danger-800 {
    color: #662423 !important;
}

.bg-danger-800 {
    background-color: #662423 !important;
}

.text-danger-400 {
    color: #ff7c79 !important;
}

.bg-danger-400 {
    background-color: #ff7c79 !important;
}

.text-danger-900 {
    color: #331211 !important;
}

.bg-danger-900 {
    background-color: #331211 !important;
}

.text-light,
.text-light-500 {
    color: #f2f3f4 !important;
}

.bg-light,
.bg-light-500 {
    background-color: #f2f3f4 !important;
}

.bg-gradient-light {
    background: #f2f3f4 !important;
    background: linear-gradient(to bottom, #f7f8f8 0%, #919292 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-light-transparent-1 {
    background-color: rgba(242, 243, 244, 0.1) !important;
}

.text-light-transparent-1 {
    color: rgba(242, 243, 244, 0.1) !important;
}

.bg-light-transparent-2 {
    background-color: rgba(242, 243, 244, 0.2) !important;
}

.text-light-transparent-2 {
    color: rgba(242, 243, 244, 0.2) !important;
}

.bg-light-transparent-3 {
    background-color: rgba(242, 243, 244, 0.3) !important;
}

.text-light-transparent-3 {
    color: rgba(242, 243, 244, 0.3) !important;
}

.bg-light-transparent-4 {
    background-color: rgba(242, 243, 244, 0.4) !important;
}

.text-light-transparent-4 {
    color: rgba(242, 243, 244, 0.4) !important;
}

.bg-light-transparent-5 {
    background-color: rgba(242, 243, 244, 0.5) !important;
}

.text-light-transparent-5 {
    color: rgba(242, 243, 244, 0.5) !important;
}

.bg-light-transparent-6 {
    background-color: rgba(242, 243, 244, 0.6) !important;
}

.text-light-transparent-6 {
    color: rgba(242, 243, 244, 0.6) !important;
}

.bg-light-transparent-7 {
    background-color: rgba(242, 243, 244, 0.7) !important;
}

.text-light-transparent-7 {
    color: rgba(242, 243, 244, 0.7) !important;
}

.bg-light-transparent-8 {
    background-color: rgba(242, 243, 244, 0.8) !important;
}

.text-light-transparent-8 {
    color: rgba(242, 243, 244, 0.8) !important;
}

.bg-light-transparent-9 {
    background-color: rgba(242, 243, 244, 0.9) !important;
}

.text-light-transparent-9 {
    color: rgba(242, 243, 244, 0.9) !important;
}

.text-light-100 {
    color: #fcfdfd !important;
}

.bg-light-100 {
    background-color: #fcfdfd !important;
}

.text-light-600 {
    color: #c2c2c3 !important;
}

.bg-light-600 {
    background-color: #c2c2c3 !important;
}

.text-light-200 {
    color: #fafafb !important;
}

.bg-light-200 {
    background-color: #fafafb !important;
}

.text-light-700 {
    color: #919292 !important;
}

.bg-light-700 {
    background-color: #919292 !important;
}

.text-light-300 {
    color: #f7f8f8 !important;
}

.bg-light-300 {
    background-color: #f7f8f8 !important;
}

.text-light-800 {
    color: #616162 !important;
}

.bg-light-800 {
    background-color: #616162 !important;
}

.text-light-400 {
    color: #f5f5f6 !important;
}

.bg-light-400 {
    background-color: #f5f5f6 !important;
}

.text-light-900 {
    color: #303131 !important;
}

.bg-light-900 {
    background-color: #303131 !important;
}

.text-dark,
.text-dark-500 {
    color: #2d353c !important;
}

.bg-dark,
.bg-dark-500 {
    background-color: #2d353c !important;
}

.bg-gradient-dark {
    background: #2d353c !important;
    background: linear-gradient(to bottom, #81868a 0%, #1b2024 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-dark-transparent-1 {
    background-color: rgba(45, 53, 60, 0.1) !important;
}

.text-dark-transparent-1 {
    color: rgba(45, 53, 60, 0.1) !important;
}

.bg-dark-transparent-2 {
    background-color: rgba(45, 53, 60, 0.2) !important;
}

.text-dark-transparent-2 {
    color: rgba(45, 53, 60, 0.2) !important;
}

.bg-dark-transparent-3 {
    background-color: rgba(45, 53, 60, 0.3) !important;
}

.text-dark-transparent-3 {
    color: rgba(45, 53, 60, 0.3) !important;
}

.bg-dark-transparent-4 {
    background-color: rgba(45, 53, 60, 0.4) !important;
}

.text-dark-transparent-4 {
    color: rgba(45, 53, 60, 0.4) !important;
}

.bg-dark-transparent-5 {
    background-color: rgba(45, 53, 60, 0.5) !important;
}

.text-dark-transparent-5 {
    color: rgba(45, 53, 60, 0.5) !important;
}

.bg-dark-transparent-6 {
    background-color: rgba(45, 53, 60, 0.6) !important;
}

.text-dark-transparent-6 {
    color: rgba(45, 53, 60, 0.6) !important;
}

.bg-dark-transparent-7 {
    background-color: rgba(45, 53, 60, 0.7) !important;
}

.text-dark-transparent-7 {
    color: rgba(45, 53, 60, 0.7) !important;
}

.bg-dark-transparent-8 {
    background-color: rgba(45, 53, 60, 0.8) !important;
}

.text-dark-transparent-8 {
    color: rgba(45, 53, 60, 0.8) !important;
}

.bg-dark-transparent-9 {
    background-color: rgba(45, 53, 60, 0.9) !important;
}

.text-dark-transparent-9 {
    color: rgba(45, 53, 60, 0.9) !important;
}

.text-dark-100 {
    color: #d5d7d8 !important;
}

.bg-dark-100 {
    background-color: #d5d7d8 !important;
}

.text-dark-600 {
    color: #242a30 !important;
}

.bg-dark-600 {
    background-color: #242a30 !important;
}

.text-dark-200 {
    color: #abaeb1 !important;
}

.bg-dark-200 {
    background-color: #abaeb1 !important;
}

.text-dark-700 {
    color: #1b2024 !important;
}

.bg-dark-700 {
    background-color: #1b2024 !important;
}

.text-dark-300 {
    color: #81868a !important;
}

.bg-dark-300 {
    background-color: #81868a !important;
}

.text-dark-800 {
    color: #121518 !important;
}

.bg-dark-800 {
    background-color: #121518 !important;
}

.text-dark-400 {
    color: #575d63 !important;
}

.bg-dark-400 {
    background-color: #575d63 !important;
}

.text-dark-900 {
    color: #090b0c !important;
}

.bg-dark-900 {
    background-color: #090b0c !important;
}

.text-blue,
.text-blue-500 {
    color: #348fe2 !important;
}

.bg-blue,
.bg-blue-500 {
    background-color: #348fe2 !important;
}

.bg-gradient-blue {
    background: #348fe2 !important;
    background: linear-gradient(to bottom, #85bcee 0%, #1f5688 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-blue-transparent-1 {
    background-color: rgba(52, 143, 226, 0.1) !important;
}

.text-blue-transparent-1 {
    color: rgba(52, 143, 226, 0.1) !important;
}

.bg-blue-transparent-2 {
    background-color: rgba(52, 143, 226, 0.2) !important;
}

.text-blue-transparent-2 {
    color: rgba(52, 143, 226, 0.2) !important;
}

.bg-blue-transparent-3 {
    background-color: rgba(52, 143, 226, 0.3) !important;
}

.text-blue-transparent-3 {
    color: rgba(52, 143, 226, 0.3) !important;
}

.bg-blue-transparent-4 {
    background-color: rgba(52, 143, 226, 0.4) !important;
}

.text-blue-transparent-4 {
    color: rgba(52, 143, 226, 0.4) !important;
}

.bg-blue-transparent-5 {
    background-color: rgba(52, 143, 226, 0.5) !important;
}

.text-blue-transparent-5 {
    color: rgba(52, 143, 226, 0.5) !important;
}

.bg-blue-transparent-6 {
    background-color: rgba(52, 143, 226, 0.6) !important;
}

.text-blue-transparent-6 {
    color: rgba(52, 143, 226, 0.6) !important;
}

.bg-blue-transparent-7 {
    background-color: rgba(52, 143, 226, 0.7) !important;
}

.text-blue-transparent-7 {
    color: rgba(52, 143, 226, 0.7) !important;
}

.bg-blue-transparent-8 {
    background-color: rgba(52, 143, 226, 0.8) !important;
}

.text-blue-transparent-8 {
    color: rgba(52, 143, 226, 0.8) !important;
}

.bg-blue-transparent-9 {
    background-color: rgba(52, 143, 226, 0.9) !important;
}

.text-blue-transparent-9 {
    color: rgba(52, 143, 226, 0.9) !important;
}

.text-blue-100 {
    color: #d6e9f9 !important;
}

.bg-blue-100 {
    background-color: #d6e9f9 !important;
}

.text-blue-600 {
    color: #2a72b5 !important;
}

.bg-blue-600 {
    background-color: #2a72b5 !important;
}

.text-blue-200 {
    color: #aed2f3 !important;
}

.bg-blue-200 {
    background-color: #aed2f3 !important;
}

.text-blue-700 {
    color: #1f5688 !important;
}

.bg-blue-700 {
    background-color: #1f5688 !important;
}

.text-blue-300 {
    color: #85bcee !important;
}

.bg-blue-300 {
    background-color: #85bcee !important;
}

.text-blue-800 {
    color: #15395a !important;
}

.bg-blue-800 {
    background-color: #15395a !important;
}

.text-blue-400 {
    color: #5da5e8 !important;
}

.bg-blue-400 {
    background-color: #5da5e8 !important;
}

.text-blue-900 {
    color: #0a1d2d !important;
}

.bg-blue-900 {
    background-color: #0a1d2d !important;
}

.text-indigo,
.text-indigo-500 {
    color: #8753de !important;
}

.bg-indigo,
.bg-indigo-500 {
    background-color: #8753de !important;
}

.bg-gradient-indigo {
    background: #8753de !important;
    background: linear-gradient(to bottom, #b798eb 0%, #513285 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-indigo-transparent-1 {
    background-color: rgba(135, 83, 222, 0.1) !important;
}

.text-indigo-transparent-1 {
    color: rgba(135, 83, 222, 0.1) !important;
}

.bg-indigo-transparent-2 {
    background-color: rgba(135, 83, 222, 0.2) !important;
}

.text-indigo-transparent-2 {
    color: rgba(135, 83, 222, 0.2) !important;
}

.bg-indigo-transparent-3 {
    background-color: rgba(135, 83, 222, 0.3) !important;
}

.text-indigo-transparent-3 {
    color: rgba(135, 83, 222, 0.3) !important;
}

.bg-indigo-transparent-4 {
    background-color: rgba(135, 83, 222, 0.4) !important;
}

.text-indigo-transparent-4 {
    color: rgba(135, 83, 222, 0.4) !important;
}

.bg-indigo-transparent-5 {
    background-color: rgba(135, 83, 222, 0.5) !important;
}

.text-indigo-transparent-5 {
    color: rgba(135, 83, 222, 0.5) !important;
}

.bg-indigo-transparent-6 {
    background-color: rgba(135, 83, 222, 0.6) !important;
}

.text-indigo-transparent-6 {
    color: rgba(135, 83, 222, 0.6) !important;
}

.bg-indigo-transparent-7 {
    background-color: rgba(135, 83, 222, 0.7) !important;
}

.text-indigo-transparent-7 {
    color: rgba(135, 83, 222, 0.7) !important;
}

.bg-indigo-transparent-8 {
    background-color: rgba(135, 83, 222, 0.8) !important;
}

.text-indigo-transparent-8 {
    color: rgba(135, 83, 222, 0.8) !important;
}

.bg-indigo-transparent-9 {
    background-color: rgba(135, 83, 222, 0.9) !important;
}

.text-indigo-transparent-9 {
    color: rgba(135, 83, 222, 0.9) !important;
}

.text-indigo-100 {
    color: #e7ddf8 !important;
}

.bg-indigo-100 {
    background-color: #e7ddf8 !important;
}

.text-indigo-600 {
    color: #6c42b2 !important;
}

.bg-indigo-600 {
    background-color: #6c42b2 !important;
}

.text-indigo-200 {
    color: #cfbaf2 !important;
}

.bg-indigo-200 {
    background-color: #cfbaf2 !important;
}

.text-indigo-700 {
    color: #513285 !important;
}

.bg-indigo-700 {
    background-color: #513285 !important;
}

.text-indigo-300 {
    color: #b798eb !important;
}

.bg-indigo-300 {
    background-color: #b798eb !important;
}

.text-indigo-800 {
    color: #362159 !important;
}

.bg-indigo-800 {
    background-color: #362159 !important;
}

.text-indigo-400 {
    color: #9f75e5 !important;
}

.bg-indigo-400 {
    background-color: #9f75e5 !important;
}

.text-indigo-900 {
    color: #1b112c !important;
}

.bg-indigo-900 {
    background-color: #1b112c !important;
}

.text-purple,
.text-purple-500 {
    color: #727cb6 !important;
}

.bg-purple,
.bg-purple-500 {
    background-color: #727cb6 !important;
}

.bg-gradient-purple {
    background: #727cb6 !important;
    background: linear-gradient(to bottom, #aab0d3 0%, #444a6d 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-purple-transparent-1 {
    background-color: rgba(114, 124, 182, 0.1) !important;
}

.text-purple-transparent-1 {
    color: rgba(114, 124, 182, 0.1) !important;
}

.bg-purple-transparent-2 {
    background-color: rgba(114, 124, 182, 0.2) !important;
}

.text-purple-transparent-2 {
    color: rgba(114, 124, 182, 0.2) !important;
}

.bg-purple-transparent-3 {
    background-color: rgba(114, 124, 182, 0.3) !important;
}

.text-purple-transparent-3 {
    color: rgba(114, 124, 182, 0.3) !important;
}

.bg-purple-transparent-4 {
    background-color: rgba(114, 124, 182, 0.4) !important;
}

.text-purple-transparent-4 {
    color: rgba(114, 124, 182, 0.4) !important;
}

.bg-purple-transparent-5 {
    background-color: rgba(114, 124, 182, 0.5) !important;
}

.text-purple-transparent-5 {
    color: rgba(114, 124, 182, 0.5) !important;
}

.bg-purple-transparent-6 {
    background-color: rgba(114, 124, 182, 0.6) !important;
}

.text-purple-transparent-6 {
    color: rgba(114, 124, 182, 0.6) !important;
}

.bg-purple-transparent-7 {
    background-color: rgba(114, 124, 182, 0.7) !important;
}

.text-purple-transparent-7 {
    color: rgba(114, 124, 182, 0.7) !important;
}

.bg-purple-transparent-8 {
    background-color: rgba(114, 124, 182, 0.8) !important;
}

.text-purple-transparent-8 {
    color: rgba(114, 124, 182, 0.8) !important;
}

.bg-purple-transparent-9 {
    background-color: rgba(114, 124, 182, 0.9) !important;
}

.text-purple-transparent-9 {
    color: rgba(114, 124, 182, 0.9) !important;
}

.text-purple-100 {
    color: #e3e5f0 !important;
}

.bg-purple-100 {
    background-color: #e3e5f0 !important;
}

.text-purple-600 {
    color: #5b6392 !important;
}

.bg-purple-600 {
    background-color: #5b6392 !important;
}

.text-purple-200 {
    color: #c7cbe2 !important;
}

.bg-purple-200 {
    background-color: #c7cbe2 !important;
}

.text-purple-700 {
    color: #444a6d !important;
}

.bg-purple-700 {
    background-color: #444a6d !important;
}

.text-purple-300 {
    color: #aab0d3 !important;
}

.bg-purple-300 {
    background-color: #aab0d3 !important;
}

.text-purple-800 {
    color: #2e3249 !important;
}

.bg-purple-800 {
    background-color: #2e3249 !important;
}

.text-purple-400 {
    color: #8e96c5 !important;
}

.bg-purple-400 {
    background-color: #8e96c5 !important;
}

.text-purple-900 {
    color: #171924 !important;
}

.bg-purple-900 {
    background-color: #171924 !important;
}

.text-pink,
.text-pink-500 {
    color: #fb5597 !important;
}

.bg-pink,
.bg-pink-500 {
    background-color: #fb5597 !important;
}

.bg-gradient-pink {
    background: #fb5597 !important;
    background: linear-gradient(to bottom, #fd99c1 0%, #97335b 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-pink-transparent-1 {
    background-color: rgba(251, 85, 151, 0.1) !important;
}

.text-pink-transparent-1 {
    color: rgba(251, 85, 151, 0.1) !important;
}

.bg-pink-transparent-2 {
    background-color: rgba(251, 85, 151, 0.2) !important;
}

.text-pink-transparent-2 {
    color: rgba(251, 85, 151, 0.2) !important;
}

.bg-pink-transparent-3 {
    background-color: rgba(251, 85, 151, 0.3) !important;
}

.text-pink-transparent-3 {
    color: rgba(251, 85, 151, 0.3) !important;
}

.bg-pink-transparent-4 {
    background-color: rgba(251, 85, 151, 0.4) !important;
}

.text-pink-transparent-4 {
    color: rgba(251, 85, 151, 0.4) !important;
}

.bg-pink-transparent-5 {
    background-color: rgba(251, 85, 151, 0.5) !important;
}

.text-pink-transparent-5 {
    color: rgba(251, 85, 151, 0.5) !important;
}

.bg-pink-transparent-6 {
    background-color: rgba(251, 85, 151, 0.6) !important;
}

.text-pink-transparent-6 {
    color: rgba(251, 85, 151, 0.6) !important;
}

.bg-pink-transparent-7 {
    background-color: rgba(251, 85, 151, 0.7) !important;
}

.text-pink-transparent-7 {
    color: rgba(251, 85, 151, 0.7) !important;
}

.bg-pink-transparent-8 {
    background-color: rgba(251, 85, 151, 0.8) !important;
}

.text-pink-transparent-8 {
    color: rgba(251, 85, 151, 0.8) !important;
}

.bg-pink-transparent-9 {
    background-color: rgba(251, 85, 151, 0.9) !important;
}

.text-pink-transparent-9 {
    color: rgba(251, 85, 151, 0.9) !important;
}

.text-pink-100 {
    color: #feddea !important;
}

.bg-pink-100 {
    background-color: #feddea !important;
}

.text-pink-600 {
    color: #c94479 !important;
}

.bg-pink-600 {
    background-color: #c94479 !important;
}

.text-pink-200 {
    color: #fdbbd5 !important;
}

.bg-pink-200 {
    background-color: #fdbbd5 !important;
}

.text-pink-700 {
    color: #97335b !important;
}

.bg-pink-700 {
    background-color: #97335b !important;
}

.text-pink-300 {
    color: #fd99c1 !important;
}

.bg-pink-300 {
    background-color: #fd99c1 !important;
}

.text-pink-800 {
    color: #64223c !important;
}

.bg-pink-800 {
    background-color: #64223c !important;
}

.text-pink-400 {
    color: #fc77ac !important;
}

.bg-pink-400 {
    background-color: #fc77ac !important;
}

.text-pink-900 {
    color: #32111e !important;
}

.bg-pink-900 {
    background-color: #32111e !important;
}

.text-red,
.text-red-500 {
    color: #ff5b57 !important;
}

.bg-red,
.bg-red-500 {
    background-color: #ff5b57 !important;
}

.bg-gradient-red {
    background: #ff5b57 !important;
    background: linear-gradient(to bottom, #ff9d9a 0%, #993734 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-red-transparent-1 {
    background-color: rgba(255, 91, 87, 0.1) !important;
}

.text-red-transparent-1 {
    color: rgba(255, 91, 87, 0.1) !important;
}

.bg-red-transparent-2 {
    background-color: rgba(255, 91, 87, 0.2) !important;
}

.text-red-transparent-2 {
    color: rgba(255, 91, 87, 0.2) !important;
}

.bg-red-transparent-3 {
    background-color: rgba(255, 91, 87, 0.3) !important;
}

.text-red-transparent-3 {
    color: rgba(255, 91, 87, 0.3) !important;
}

.bg-red-transparent-4 {
    background-color: rgba(255, 91, 87, 0.4) !important;
}

.text-red-transparent-4 {
    color: rgba(255, 91, 87, 0.4) !important;
}

.bg-red-transparent-5 {
    background-color: rgba(255, 91, 87, 0.5) !important;
}

.text-red-transparent-5 {
    color: rgba(255, 91, 87, 0.5) !important;
}

.bg-red-transparent-6 {
    background-color: rgba(255, 91, 87, 0.6) !important;
}

.text-red-transparent-6 {
    color: rgba(255, 91, 87, 0.6) !important;
}

.bg-red-transparent-7 {
    background-color: rgba(255, 91, 87, 0.7) !important;
}

.text-red-transparent-7 {
    color: rgba(255, 91, 87, 0.7) !important;
}

.bg-red-transparent-8 {
    background-color: rgba(255, 91, 87, 0.8) !important;
}

.text-red-transparent-8 {
    color: rgba(255, 91, 87, 0.8) !important;
}

.bg-red-transparent-9 {
    background-color: rgba(255, 91, 87, 0.9) !important;
}

.text-red-transparent-9 {
    color: rgba(255, 91, 87, 0.9) !important;
}

.text-red-100 {
    color: #ffdedd !important;
}

.bg-red-100 {
    background-color: #ffdedd !important;
}

.text-red-600 {
    color: #cc4946 !important;
}

.bg-red-600 {
    background-color: #cc4946 !important;
}

.text-red-200 {
    color: #ffbdbc !important;
}

.bg-red-200 {
    background-color: #ffbdbc !important;
}

.text-red-700 {
    color: #993734 !important;
}

.bg-red-700 {
    background-color: #993734 !important;
}

.text-red-300 {
    color: #ff9d9a !important;
}

.bg-red-300 {
    background-color: #ff9d9a !important;
}

.text-red-800 {
    color: #662423 !important;
}

.bg-red-800 {
    background-color: #662423 !important;
}

.text-red-400 {
    color: #ff7c79 !important;
}

.bg-red-400 {
    background-color: #ff7c79 !important;
}

.text-red-900 {
    color: #331211 !important;
}

.bg-red-900 {
    background-color: #331211 !important;
}

.text-orange,
.text-orange-500 {
    color: #f59c1a !important;
}

.bg-orange,
.bg-orange-500 {
    background-color: #f59c1a !important;
}

.bg-gradient-orange {
    background: #f59c1a !important;
    background: linear-gradient(to bottom, #f9c476 0%, #935e10 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-orange-transparent-1 {
    background-color: rgba(245, 156, 26, 0.1) !important;
}

.text-orange-transparent-1 {
    color: rgba(245, 156, 26, 0.1) !important;
}

.bg-orange-transparent-2 {
    background-color: rgba(245, 156, 26, 0.2) !important;
}

.text-orange-transparent-2 {
    color: rgba(245, 156, 26, 0.2) !important;
}

.bg-orange-transparent-3 {
    background-color: rgba(245, 156, 26, 0.3) !important;
}

.text-orange-transparent-3 {
    color: rgba(245, 156, 26, 0.3) !important;
}

.bg-orange-transparent-4 {
    background-color: rgba(245, 156, 26, 0.4) !important;
}

.text-orange-transparent-4 {
    color: rgba(245, 156, 26, 0.4) !important;
}

.bg-orange-transparent-5 {
    background-color: rgba(245, 156, 26, 0.5) !important;
}

.text-orange-transparent-5 {
    color: rgba(245, 156, 26, 0.5) !important;
}

.bg-orange-transparent-6 {
    background-color: rgba(245, 156, 26, 0.6) !important;
}

.text-orange-transparent-6 {
    color: rgba(245, 156, 26, 0.6) !important;
}

.bg-orange-transparent-7 {
    background-color: rgba(245, 156, 26, 0.7) !important;
}

.text-orange-transparent-7 {
    color: rgba(245, 156, 26, 0.7) !important;
}

.bg-orange-transparent-8 {
    background-color: rgba(245, 156, 26, 0.8) !important;
}

.text-orange-transparent-8 {
    color: rgba(245, 156, 26, 0.8) !important;
}

.bg-orange-transparent-9 {
    background-color: rgba(245, 156, 26, 0.9) !important;
}

.text-orange-transparent-9 {
    color: rgba(245, 156, 26, 0.9) !important;
}

.text-orange-100 {
    color: #fdebd1 !important;
}

.bg-orange-100 {
    background-color: #fdebd1 !important;
}

.text-orange-600 {
    color: #c47d15 !important;
}

.bg-orange-600 {
    background-color: #c47d15 !important;
}

.text-orange-200 {
    color: #fbd7a3 !important;
}

.bg-orange-200 {
    background-color: #fbd7a3 !important;
}

.text-orange-700 {
    color: #935e10 !important;
}

.bg-orange-700 {
    background-color: #935e10 !important;
}

.text-orange-300 {
    color: #f9c476 !important;
}

.bg-orange-300 {
    background-color: #f9c476 !important;
}

.text-orange-800 {
    color: #623e0a !important;
}

.bg-orange-800 {
    background-color: #623e0a !important;
}

.text-orange-400 {
    color: #f7b048 !important;
}

.bg-orange-400 {
    background-color: #f7b048 !important;
}

.text-orange-900 {
    color: #311f05 !important;
}

.bg-orange-900 {
    background-color: #311f05 !important;
}

.text-yellow,
.text-yellow-500 {
    color: #ffd900 !important;
}

.bg-yellow,
.bg-yellow-500 {
    background-color: #ffd900 !important;
}

.bg-gradient-yellow {
    background: #ffd900 !important;
    background: linear-gradient(to bottom, #ffe866 0%, #998200 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-yellow-transparent-1 {
    background-color: rgba(255, 217, 0, 0.1) !important;
}

.text-yellow-transparent-1 {
    color: rgba(255, 217, 0, 0.1) !important;
}

.bg-yellow-transparent-2 {
    background-color: rgba(255, 217, 0, 0.2) !important;
}

.text-yellow-transparent-2 {
    color: rgba(255, 217, 0, 0.2) !important;
}

.bg-yellow-transparent-3 {
    background-color: rgba(255, 217, 0, 0.3) !important;
}

.text-yellow-transparent-3 {
    color: rgba(255, 217, 0, 0.3) !important;
}

.bg-yellow-transparent-4 {
    background-color: rgba(255, 217, 0, 0.4) !important;
}

.text-yellow-transparent-4 {
    color: rgba(255, 217, 0, 0.4) !important;
}

.bg-yellow-transparent-5 {
    background-color: rgba(255, 217, 0, 0.5) !important;
}

.text-yellow-transparent-5 {
    color: rgba(255, 217, 0, 0.5) !important;
}

.bg-yellow-transparent-6 {
    background-color: rgba(255, 217, 0, 0.6) !important;
}

.text-yellow-transparent-6 {
    color: rgba(255, 217, 0, 0.6) !important;
}

.bg-yellow-transparent-7 {
    background-color: rgba(255, 217, 0, 0.7) !important;
}

.text-yellow-transparent-7 {
    color: rgba(255, 217, 0, 0.7) !important;
}

.bg-yellow-transparent-8 {
    background-color: rgba(255, 217, 0, 0.8) !important;
}

.text-yellow-transparent-8 {
    color: rgba(255, 217, 0, 0.8) !important;
}

.bg-yellow-transparent-9 {
    background-color: rgba(255, 217, 0, 0.9) !important;
}

.text-yellow-transparent-9 {
    color: rgba(255, 217, 0, 0.9) !important;
}

.text-yellow-100 {
    color: #fff7cc !important;
}

.bg-yellow-100 {
    background-color: #fff7cc !important;
}

.text-yellow-600 {
    color: #ccae00 !important;
}

.bg-yellow-600 {
    background-color: #ccae00 !important;
}

.text-yellow-200 {
    color: #fff099 !important;
}

.bg-yellow-200 {
    background-color: #fff099 !important;
}

.text-yellow-700 {
    color: #998200 !important;
}

.bg-yellow-700 {
    background-color: #998200 !important;
}

.text-yellow-300 {
    color: #ffe866 !important;
}

.bg-yellow-300 {
    background-color: #ffe866 !important;
}

.text-yellow-800 {
    color: #665700 !important;
}

.bg-yellow-800 {
    background-color: #665700 !important;
}

.text-yellow-400 {
    color: #ffe133 !important;
}

.bg-yellow-400 {
    background-color: #ffe133 !important;
}

.text-yellow-900 {
    color: #332b00 !important;
}

.bg-yellow-900 {
    background-color: #332b00 !important;
}

.text-green,
.text-green-500 {
    color: #32a932 !important;
}

.bg-green,
.bg-green-500 {
    background-color: #32a932 !important;
}

.bg-gradient-green {
    background: #32a932 !important;
    background: linear-gradient(to bottom, #84cb84 0%, #1e651e 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-green-transparent-1 {
    background-color: rgba(50, 169, 50, 0.1) !important;
}

.text-green-transparent-1 {
    color: rgba(50, 169, 50, 0.1) !important;
}

.bg-green-transparent-2 {
    background-color: rgba(50, 169, 50, 0.2) !important;
}

.text-green-transparent-2 {
    color: rgba(50, 169, 50, 0.2) !important;
}

.bg-green-transparent-3 {
    background-color: rgba(50, 169, 50, 0.3) !important;
}

.text-green-transparent-3 {
    color: rgba(50, 169, 50, 0.3) !important;
}

.bg-green-transparent-4 {
    background-color: rgba(50, 169, 50, 0.4) !important;
}

.text-green-transparent-4 {
    color: rgba(50, 169, 50, 0.4) !important;
}

.bg-green-transparent-5 {
    background-color: rgba(50, 169, 50, 0.5) !important;
}

.text-green-transparent-5 {
    color: rgba(50, 169, 50, 0.5) !important;
}

.bg-green-transparent-6 {
    background-color: rgba(50, 169, 50, 0.6) !important;
}

.text-green-transparent-6 {
    color: rgba(50, 169, 50, 0.6) !important;
}

.bg-green-transparent-7 {
    background-color: rgba(50, 169, 50, 0.7) !important;
}

.text-green-transparent-7 {
    color: rgba(50, 169, 50, 0.7) !important;
}

.bg-green-transparent-8 {
    background-color: rgba(50, 169, 50, 0.8) !important;
}

.text-green-transparent-8 {
    color: rgba(50, 169, 50, 0.8) !important;
}

.bg-green-transparent-9 {
    background-color: rgba(50, 169, 50, 0.9) !important;
}

.text-green-transparent-9 {
    color: rgba(50, 169, 50, 0.9) !important;
}

.text-green-100 {
    color: #d6eed6 !important;
}

.bg-green-100 {
    background-color: #d6eed6 !important;
}

.text-green-600 {
    color: #288728 !important;
}

.bg-green-600 {
    background-color: #288728 !important;
}

.text-green-200 {
    color: #adddad !important;
}

.bg-green-200 {
    background-color: #adddad !important;
}

.text-green-700 {
    color: #1e651e !important;
}

.bg-green-700 {
    background-color: #1e651e !important;
}

.text-green-300 {
    color: #84cb84 !important;
}

.bg-green-300 {
    background-color: #84cb84 !important;
}

.text-green-800 {
    color: #144414 !important;
}

.bg-green-800 {
    background-color: #144414 !important;
}

.text-green-400 {
    color: #5bba5b !important;
}

.bg-green-400 {
    background-color: #5bba5b !important;
}

.text-green-900 {
    color: #0a220a !important;
}

.bg-green-900 {
    background-color: #0a220a !important;
}

.text-lime,
.text-lime-500 {
    color: #90ca4b !important;
}

.bg-lime,
.bg-lime-500 {
    background-color: #90ca4b !important;
}

.bg-gradient-lime {
    background: #90ca4b !important;
    background: linear-gradient(to bottom, #bcdf93 0%, #56792d 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-lime-transparent-1 {
    background-color: rgba(144, 202, 75, 0.1) !important;
}

.text-lime-transparent-1 {
    color: rgba(144, 202, 75, 0.1) !important;
}

.bg-lime-transparent-2 {
    background-color: rgba(144, 202, 75, 0.2) !important;
}

.text-lime-transparent-2 {
    color: rgba(144, 202, 75, 0.2) !important;
}

.bg-lime-transparent-3 {
    background-color: rgba(144, 202, 75, 0.3) !important;
}

.text-lime-transparent-3 {
    color: rgba(144, 202, 75, 0.3) !important;
}

.bg-lime-transparent-4 {
    background-color: rgba(144, 202, 75, 0.4) !important;
}

.text-lime-transparent-4 {
    color: rgba(144, 202, 75, 0.4) !important;
}

.bg-lime-transparent-5 {
    background-color: rgba(144, 202, 75, 0.5) !important;
}

.text-lime-transparent-5 {
    color: rgba(144, 202, 75, 0.5) !important;
}

.bg-lime-transparent-6 {
    background-color: rgba(144, 202, 75, 0.6) !important;
}

.text-lime-transparent-6 {
    color: rgba(144, 202, 75, 0.6) !important;
}

.bg-lime-transparent-7 {
    background-color: rgba(144, 202, 75, 0.7) !important;
}

.text-lime-transparent-7 {
    color: rgba(144, 202, 75, 0.7) !important;
}

.bg-lime-transparent-8 {
    background-color: rgba(144, 202, 75, 0.8) !important;
}

.text-lime-transparent-8 {
    color: rgba(144, 202, 75, 0.8) !important;
}

.bg-lime-transparent-9 {
    background-color: rgba(144, 202, 75, 0.9) !important;
}

.text-lime-transparent-9 {
    color: rgba(144, 202, 75, 0.9) !important;
}

.text-lime-100 {
    color: #e9f4db !important;
}

.bg-lime-100 {
    background-color: #e9f4db !important;
}

.text-lime-600 {
    color: #73a23c !important;
}

.bg-lime-600 {
    background-color: #73a23c !important;
}

.text-lime-200 {
    color: #d3eab7 !important;
}

.bg-lime-200 {
    background-color: #d3eab7 !important;
}

.text-lime-700 {
    color: #56792d !important;
}

.bg-lime-700 {
    background-color: #56792d !important;
}

.text-lime-300 {
    color: #bcdf93 !important;
}

.bg-lime-300 {
    background-color: #bcdf93 !important;
}

.text-lime-800 {
    color: #3a511e !important;
}

.bg-lime-800 {
    background-color: #3a511e !important;
}

.text-lime-400 {
    color: #a6d56f !important;
}

.bg-lime-400 {
    background-color: #a6d56f !important;
}

.text-lime-900 {
    color: #1d280f !important;
}

.bg-lime-900 {
    background-color: #1d280f !important;
}

.text-teal,
.text-teal-500 {
    color: #00acac !important;
}

.bg-teal,
.bg-teal-500 {
    background-color: #00acac !important;
}

.bg-gradient-teal {
    background: #00acac !important;
    background: linear-gradient(to bottom, #66cdcd 0%, #006767 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-teal-transparent-1 {
    background-color: rgba(0, 172, 172, 0.1) !important;
}

.text-teal-transparent-1 {
    color: rgba(0, 172, 172, 0.1) !important;
}

.bg-teal-transparent-2 {
    background-color: rgba(0, 172, 172, 0.2) !important;
}

.text-teal-transparent-2 {
    color: rgba(0, 172, 172, 0.2) !important;
}

.bg-teal-transparent-3 {
    background-color: rgba(0, 172, 172, 0.3) !important;
}

.text-teal-transparent-3 {
    color: rgba(0, 172, 172, 0.3) !important;
}

.bg-teal-transparent-4 {
    background-color: rgba(0, 172, 172, 0.4) !important;
}

.text-teal-transparent-4 {
    color: rgba(0, 172, 172, 0.4) !important;
}

.bg-teal-transparent-5 {
    background-color: rgba(0, 172, 172, 0.5) !important;
}

.text-teal-transparent-5 {
    color: rgba(0, 172, 172, 0.5) !important;
}

.bg-teal-transparent-6 {
    background-color: rgba(0, 172, 172, 0.6) !important;
}

.text-teal-transparent-6 {
    color: rgba(0, 172, 172, 0.6) !important;
}

.bg-teal-transparent-7 {
    background-color: rgba(0, 172, 172, 0.7) !important;
}

.text-teal-transparent-7 {
    color: rgba(0, 172, 172, 0.7) !important;
}

.bg-teal-transparent-8 {
    background-color: rgba(0, 172, 172, 0.8) !important;
}

.text-teal-transparent-8 {
    color: rgba(0, 172, 172, 0.8) !important;
}

.bg-teal-transparent-9 {
    background-color: rgba(0, 172, 172, 0.9) !important;
}

.text-teal-transparent-9 {
    color: rgba(0, 172, 172, 0.9) !important;
}

.text-teal-100 {
    color: #cceeee !important;
}

.bg-teal-100 {
    background-color: #cceeee !important;
}

.text-teal-600 {
    color: #008a8a !important;
}

.bg-teal-600 {
    background-color: #008a8a !important;
}

.text-teal-200 {
    color: #99dede !important;
}

.bg-teal-200 {
    background-color: #99dede !important;
}

.text-teal-700 {
    color: #006767 !important;
}

.bg-teal-700 {
    background-color: #006767 !important;
}

.text-teal-300 {
    color: #66cdcd !important;
}

.bg-teal-300 {
    background-color: #66cdcd !important;
}

.text-teal-800 {
    color: #004545 !important;
}

.bg-teal-800 {
    background-color: #004545 !important;
}

.text-teal-400 {
    color: #33bdbd !important;
}

.bg-teal-400 {
    background-color: #33bdbd !important;
}

.text-teal-900 {
    color: #002222 !important;
}

.bg-teal-900 {
    background-color: #002222 !important;
}

.text-cyan,
.text-cyan-500 {
    color: #49b6d6 !important;
}

.bg-cyan,
.bg-cyan-500 {
    background-color: #49b6d6 !important;
}

.bg-gradient-cyan {
    background: #49b6d6 !important;
    background: linear-gradient(to bottom, #92d3e6 0%, #2c6d80 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-cyan-transparent-1 {
    background-color: rgba(73, 182, 214, 0.1) !important;
}

.text-cyan-transparent-1 {
    color: rgba(73, 182, 214, 0.1) !important;
}

.bg-cyan-transparent-2 {
    background-color: rgba(73, 182, 214, 0.2) !important;
}

.text-cyan-transparent-2 {
    color: rgba(73, 182, 214, 0.2) !important;
}

.bg-cyan-transparent-3 {
    background-color: rgba(73, 182, 214, 0.3) !important;
}

.text-cyan-transparent-3 {
    color: rgba(73, 182, 214, 0.3) !important;
}

.bg-cyan-transparent-4 {
    background-color: rgba(73, 182, 214, 0.4) !important;
}

.text-cyan-transparent-4 {
    color: rgba(73, 182, 214, 0.4) !important;
}

.bg-cyan-transparent-5 {
    background-color: rgba(73, 182, 214, 0.5) !important;
}

.text-cyan-transparent-5 {
    color: rgba(73, 182, 214, 0.5) !important;
}

.bg-cyan-transparent-6 {
    background-color: rgba(73, 182, 214, 0.6) !important;
}

.text-cyan-transparent-6 {
    color: rgba(73, 182, 214, 0.6) !important;
}

.bg-cyan-transparent-7 {
    background-color: rgba(73, 182, 214, 0.7) !important;
}

.text-cyan-transparent-7 {
    color: rgba(73, 182, 214, 0.7) !important;
}

.bg-cyan-transparent-8 {
    background-color: rgba(73, 182, 214, 0.8) !important;
}

.text-cyan-transparent-8 {
    color: rgba(73, 182, 214, 0.8) !important;
}

.bg-cyan-transparent-9 {
    background-color: rgba(73, 182, 214, 0.9) !important;
}

.text-cyan-transparent-9 {
    color: rgba(73, 182, 214, 0.9) !important;
}

.text-cyan-100 {
    color: #dbf0f7 !important;
}

.bg-cyan-100 {
    background-color: #dbf0f7 !important;
}

.text-cyan-600 {
    color: #3a92ab !important;
}

.bg-cyan-600 {
    background-color: #3a92ab !important;
}

.text-cyan-200 {
    color: #b6e2ef !important;
}

.bg-cyan-200 {
    background-color: #b6e2ef !important;
}

.text-cyan-700 {
    color: #2c6d80 !important;
}

.bg-cyan-700 {
    background-color: #2c6d80 !important;
}

.text-cyan-300 {
    color: #92d3e6 !important;
}

.bg-cyan-300 {
    background-color: #92d3e6 !important;
}

.text-cyan-800 {
    color: #1d4956 !important;
}

.bg-cyan-800 {
    background-color: #1d4956 !important;
}

.text-cyan-400 {
    color: #6dc5de !important;
}

.bg-cyan-400 {
    background-color: #6dc5de !important;
}

.text-cyan-900 {
    color: #0f242b !important;
}

.bg-cyan-900 {
    background-color: #0f242b !important;
}

.text-white,
.text-white-500 {
    color: #FFFFFF !important;
}

.bg-white,
.bg-white-500 {
    background-color: #FFFFFF !important;
}

.bg-gradient-white {
    background: #FFFFFF !important;
    background: linear-gradient(to bottom, white 0%, #999999 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-white-transparent-1 {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-white-transparent-1 {
    color: rgba(255, 255, 255, 0.1) !important;
}

.bg-white-transparent-2 {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.text-white-transparent-2 {
    color: rgba(255, 255, 255, 0.2) !important;
}

.bg-white-transparent-3 {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.text-white-transparent-3 {
    color: rgba(255, 255, 255, 0.3) !important;
}

.bg-white-transparent-4 {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.text-white-transparent-4 {
    color: rgba(255, 255, 255, 0.4) !important;
}

.bg-white-transparent-5 {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-transparent-5 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.bg-white-transparent-6 {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.text-white-transparent-6 {
    color: rgba(255, 255, 255, 0.6) !important;
}

.bg-white-transparent-7 {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.text-white-transparent-7 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.bg-white-transparent-8 {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.text-white-transparent-8 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.bg-white-transparent-9 {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.text-white-transparent-9 {
    color: rgba(255, 255, 255, 0.9) !important;
}

.text-white-100 {
    color: white !important;
}

.bg-white-100 {
    background-color: white !important;
}

.text-white-600 {
    color: #cccccc !important;
}

.bg-white-600 {
    background-color: #cccccc !important;
}

.text-white-200 {
    color: white !important;
}

.bg-white-200 {
    background-color: white !important;
}

.text-white-700 {
    color: #999999 !important;
}

.bg-white-700 {
    background-color: #999999 !important;
}

.text-white-300 {
    color: white !important;
}

.bg-white-300 {
    background-color: white !important;
}

.text-white-800 {
    color: #666666 !important;
}

.bg-white-800 {
    background-color: #666666 !important;
}

.text-white-400 {
    color: white !important;
}

.bg-white-400 {
    background-color: white !important;
}

.text-white-900 {
    color: #333333 !important;
}

.bg-white-900 {
    background-color: #333333 !important;
}

.text-black,
.text-black-500 {
    color: #000000 !important;
}

.bg-black,
.bg-black-500 {
    background-color: #000000 !important;
}

.bg-gradient-black {
    background: #000000 !important;
    background: linear-gradient(to bottom, #666666 0%, black 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-black-transparent-1 {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.text-black-transparent-1 {
    color: rgba(0, 0, 0, 0.1) !important;
}

.bg-black-transparent-2 {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.text-black-transparent-2 {
    color: rgba(0, 0, 0, 0.2) !important;
}

.bg-black-transparent-3 {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.text-black-transparent-3 {
    color: rgba(0, 0, 0, 0.3) !important;
}

.bg-black-transparent-4 {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.text-black-transparent-4 {
    color: rgba(0, 0, 0, 0.4) !important;
}

.bg-black-transparent-5 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.text-black-transparent-5 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.bg-black-transparent-6 {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.text-black-transparent-6 {
    color: rgba(0, 0, 0, 0.6) !important;
}

.bg-black-transparent-7 {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.text-black-transparent-7 {
    color: rgba(0, 0, 0, 0.7) !important;
}

.bg-black-transparent-8 {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.text-black-transparent-8 {
    color: rgba(0, 0, 0, 0.8) !important;
}

.bg-black-transparent-9 {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.text-black-transparent-9 {
    color: rgba(0, 0, 0, 0.9) !important;
}

.text-black-100 {
    color: #cccccc !important;
}

.bg-black-100 {
    background-color: #cccccc !important;
}

.text-black-600 {
    color: black !important;
}

.bg-black-600 {
    background-color: black !important;
}

.text-black-200 {
    color: #999999 !important;
}

.bg-black-200 {
    background-color: #999999 !important;
}

.text-black-700 {
    color: black !important;
}

.bg-black-700 {
    background-color: black !important;
}

.text-black-300 {
    color: #666666 !important;
}

.bg-black-300 {
    background-color: #666666 !important;
}

.text-black-800 {
    color: black !important;
}

.bg-black-800 {
    background-color: black !important;
}

.text-black-400 {
    color: #333333 !important;
}

.bg-black-400 {
    background-color: #333333 !important;
}

.text-black-900 {
    color: black !important;
}

.bg-black-900 {
    background-color: black !important;
}

.text-silver,
.text-silver-500 {
    color: #b6c2c9 !important;
}

.bg-silver,
.bg-silver-500 {
    background-color: #b6c2c9 !important;
}

.bg-gradient-silver {
    background: #b6c2c9 !important;
    background: linear-gradient(to bottom, #d3dadf 0%, #6d7479 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-silver-transparent-1 {
    background-color: rgba(182, 194, 201, 0.1) !important;
}

.text-silver-transparent-1 {
    color: rgba(182, 194, 201, 0.1) !important;
}

.bg-silver-transparent-2 {
    background-color: rgba(182, 194, 201, 0.2) !important;
}

.text-silver-transparent-2 {
    color: rgba(182, 194, 201, 0.2) !important;
}

.bg-silver-transparent-3 {
    background-color: rgba(182, 194, 201, 0.3) !important;
}

.text-silver-transparent-3 {
    color: rgba(182, 194, 201, 0.3) !important;
}

.bg-silver-transparent-4 {
    background-color: rgba(182, 194, 201, 0.4) !important;
}

.text-silver-transparent-4 {
    color: rgba(182, 194, 201, 0.4) !important;
}

.bg-silver-transparent-5 {
    background-color: rgba(182, 194, 201, 0.5) !important;
}

.text-silver-transparent-5 {
    color: rgba(182, 194, 201, 0.5) !important;
}

.bg-silver-transparent-6 {
    background-color: rgba(182, 194, 201, 0.6) !important;
}

.text-silver-transparent-6 {
    color: rgba(182, 194, 201, 0.6) !important;
}

.bg-silver-transparent-7 {
    background-color: rgba(182, 194, 201, 0.7) !important;
}

.text-silver-transparent-7 {
    color: rgba(182, 194, 201, 0.7) !important;
}

.bg-silver-transparent-8 {
    background-color: rgba(182, 194, 201, 0.8) !important;
}

.text-silver-transparent-8 {
    color: rgba(182, 194, 201, 0.8) !important;
}

.bg-silver-transparent-9 {
    background-color: rgba(182, 194, 201, 0.9) !important;
}

.text-silver-transparent-9 {
    color: rgba(182, 194, 201, 0.9) !important;
}

.text-silver-100 {
    color: #f0f3f4 !important;
}

.bg-silver-100 {
    background-color: #f0f3f4 !important;
}

.text-silver-600 {
    color: #929ba1 !important;
}

.bg-silver-600 {
    background-color: #929ba1 !important;
}

.text-silver-200 {
    color: #e2e7e9 !important;
}

.bg-silver-200 {
    background-color: #e2e7e9 !important;
}

.text-silver-700 {
    color: #6d7479 !important;
}

.bg-silver-700 {
    background-color: #6d7479 !important;
}

.text-silver-300 {
    color: #d3dadf !important;
}

.bg-silver-300 {
    background-color: #d3dadf !important;
}

.text-silver-800 {
    color: #494e50 !important;
}

.bg-silver-800 {
    background-color: #494e50 !important;
}

.text-silver-400 {
    color: #c5ced4 !important;
}

.bg-silver-400 {
    background-color: #c5ced4 !important;
}

.text-silver-900 {
    color: #242728 !important;
}

.bg-silver-900 {
    background-color: #242728 !important;
}

.text-light,
.text-light-500 {
    color: #f2f3f4 !important;
}

.bg-light,
.bg-light-500 {
    background-color: #f2f3f4 !important;
}

.bg-gradient-light {
    background: #f2f3f4 !important;
    background: linear-gradient(to bottom, #f7f8f8 0%, #919292 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-light-transparent-1 {
    background-color: rgba(242, 243, 244, 0.1) !important;
}

.text-light-transparent-1 {
    color: rgba(242, 243, 244, 0.1) !important;
}

.bg-light-transparent-2 {
    background-color: rgba(242, 243, 244, 0.2) !important;
}

.text-light-transparent-2 {
    color: rgba(242, 243, 244, 0.2) !important;
}

.bg-light-transparent-3 {
    background-color: rgba(242, 243, 244, 0.3) !important;
}

.text-light-transparent-3 {
    color: rgba(242, 243, 244, 0.3) !important;
}

.bg-light-transparent-4 {
    background-color: rgba(242, 243, 244, 0.4) !important;
}

.text-light-transparent-4 {
    color: rgba(242, 243, 244, 0.4) !important;
}

.bg-light-transparent-5 {
    background-color: rgba(242, 243, 244, 0.5) !important;
}

.text-light-transparent-5 {
    color: rgba(242, 243, 244, 0.5) !important;
}

.bg-light-transparent-6 {
    background-color: rgba(242, 243, 244, 0.6) !important;
}

.text-light-transparent-6 {
    color: rgba(242, 243, 244, 0.6) !important;
}

.bg-light-transparent-7 {
    background-color: rgba(242, 243, 244, 0.7) !important;
}

.text-light-transparent-7 {
    color: rgba(242, 243, 244, 0.7) !important;
}

.bg-light-transparent-8 {
    background-color: rgba(242, 243, 244, 0.8) !important;
}

.text-light-transparent-8 {
    color: rgba(242, 243, 244, 0.8) !important;
}

.bg-light-transparent-9 {
    background-color: rgba(242, 243, 244, 0.9) !important;
}

.text-light-transparent-9 {
    color: rgba(242, 243, 244, 0.9) !important;
}

.text-light-100 {
    color: #fcfdfd !important;
}

.bg-light-100 {
    background-color: #fcfdfd !important;
}

.text-light-600 {
    color: #c2c2c3 !important;
}

.bg-light-600 {
    background-color: #c2c2c3 !important;
}

.text-light-200 {
    color: #fafafb !important;
}

.bg-light-200 {
    background-color: #fafafb !important;
}

.text-light-700 {
    color: #919292 !important;
}

.bg-light-700 {
    background-color: #919292 !important;
}

.text-light-300 {
    color: #f7f8f8 !important;
}

.bg-light-300 {
    background-color: #f7f8f8 !important;
}

.text-light-800 {
    color: #616162 !important;
}

.bg-light-800 {
    background-color: #616162 !important;
}

.text-light-400 {
    color: #f5f5f6 !important;
}

.bg-light-400 {
    background-color: #f5f5f6 !important;
}

.text-light-900 {
    color: #303131 !important;
}

.bg-light-900 {
    background-color: #303131 !important;
}

.text-gray,
.text-gray-500 {
    color: #adb5bd !important;
}

.bg-gray,
.bg-gray-500 {
    background-color: #adb5bd !important;
}

.bg-gradient-gray {
    background: #adb5bd !important;
    background: linear-gradient(to bottom, #ced3d7 0%, #686d71 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-gray-transparent-1 {
    background-color: rgba(173, 181, 189, 0.1) !important;
}

.text-gray-transparent-1 {
    color: rgba(173, 181, 189, 0.1) !important;
}

.bg-gray-transparent-2 {
    background-color: rgba(173, 181, 189, 0.2) !important;
}

.text-gray-transparent-2 {
    color: rgba(173, 181, 189, 0.2) !important;
}

.bg-gray-transparent-3 {
    background-color: rgba(173, 181, 189, 0.3) !important;
}

.text-gray-transparent-3 {
    color: rgba(173, 181, 189, 0.3) !important;
}

.bg-gray-transparent-4 {
    background-color: rgba(173, 181, 189, 0.4) !important;
}

.text-gray-transparent-4 {
    color: rgba(173, 181, 189, 0.4) !important;
}

.bg-gray-transparent-5 {
    background-color: rgba(173, 181, 189, 0.5) !important;
}

.text-gray-transparent-5 {
    color: rgba(173, 181, 189, 0.5) !important;
}

.bg-gray-transparent-6 {
    background-color: rgba(173, 181, 189, 0.6) !important;
}

.text-gray-transparent-6 {
    color: rgba(173, 181, 189, 0.6) !important;
}

.bg-gray-transparent-7 {
    background-color: rgba(173, 181, 189, 0.7) !important;
}

.text-gray-transparent-7 {
    color: rgba(173, 181, 189, 0.7) !important;
}

.bg-gray-transparent-8 {
    background-color: rgba(173, 181, 189, 0.8) !important;
}

.text-gray-transparent-8 {
    color: rgba(173, 181, 189, 0.8) !important;
}

.bg-gray-transparent-9 {
    background-color: rgba(173, 181, 189, 0.9) !important;
}

.text-gray-transparent-9 {
    color: rgba(173, 181, 189, 0.9) !important;
}

.text-gray-100 {
    color: #eff0f2 !important;
}

.bg-gray-100 {
    background-color: #eff0f2 !important;
}

.text-gray-600 {
    color: #8a9197 !important;
}

.bg-gray-600 {
    background-color: #8a9197 !important;
}

.text-gray-200 {
    color: #dee1e5 !important;
}

.bg-gray-200 {
    background-color: #dee1e5 !important;
}

.text-gray-700 {
    color: #686d71 !important;
}

.bg-gray-700 {
    background-color: #686d71 !important;
}

.text-gray-300 {
    color: #ced3d7 !important;
}

.bg-gray-300 {
    background-color: #ced3d7 !important;
}

.text-gray-800 {
    color: #45484c !important;
}

.bg-gray-800 {
    background-color: #45484c !important;
}

.text-gray-400 {
    color: #bdc4ca !important;
}

.bg-gray-400 {
    background-color: #bdc4ca !important;
}

.text-gray-900 {
    color: #232426 !important;
}

.bg-gray-900 {
    background-color: #232426 !important;
}

.text-gray-dark,
.text-gray-dark-500 {
    color: #2d353c !important;
}

.bg-gray-dark,
.bg-gray-dark-500 {
    background-color: #2d353c !important;
}

.bg-gradient-gray-dark {
    background: #2d353c !important;
    background: linear-gradient(to bottom, #81868a 0%, #1b2024 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-gray-dark-transparent-1 {
    background-color: rgba(45, 53, 60, 0.1) !important;
}

.text-gray-dark-transparent-1 {
    color: rgba(45, 53, 60, 0.1) !important;
}

.bg-gray-dark-transparent-2 {
    background-color: rgba(45, 53, 60, 0.2) !important;
}

.text-gray-dark-transparent-2 {
    color: rgba(45, 53, 60, 0.2) !important;
}

.bg-gray-dark-transparent-3 {
    background-color: rgba(45, 53, 60, 0.3) !important;
}

.text-gray-dark-transparent-3 {
    color: rgba(45, 53, 60, 0.3) !important;
}

.bg-gray-dark-transparent-4 {
    background-color: rgba(45, 53, 60, 0.4) !important;
}

.text-gray-dark-transparent-4 {
    color: rgba(45, 53, 60, 0.4) !important;
}

.bg-gray-dark-transparent-5 {
    background-color: rgba(45, 53, 60, 0.5) !important;
}

.text-gray-dark-transparent-5 {
    color: rgba(45, 53, 60, 0.5) !important;
}

.bg-gray-dark-transparent-6 {
    background-color: rgba(45, 53, 60, 0.6) !important;
}

.text-gray-dark-transparent-6 {
    color: rgba(45, 53, 60, 0.6) !important;
}

.bg-gray-dark-transparent-7 {
    background-color: rgba(45, 53, 60, 0.7) !important;
}

.text-gray-dark-transparent-7 {
    color: rgba(45, 53, 60, 0.7) !important;
}

.bg-gray-dark-transparent-8 {
    background-color: rgba(45, 53, 60, 0.8) !important;
}

.text-gray-dark-transparent-8 {
    color: rgba(45, 53, 60, 0.8) !important;
}

.bg-gray-dark-transparent-9 {
    background-color: rgba(45, 53, 60, 0.9) !important;
}

.text-gray-dark-transparent-9 {
    color: rgba(45, 53, 60, 0.9) !important;
}

.text-gray-dark-100 {
    color: #d5d7d8 !important;
}

.bg-gray-dark-100 {
    background-color: #d5d7d8 !important;
}

.text-gray-dark-600 {
    color: #242a30 !important;
}

.bg-gray-dark-600 {
    background-color: #242a30 !important;
}

.text-gray-dark-200 {
    color: #abaeb1 !important;
}

.bg-gray-dark-200 {
    background-color: #abaeb1 !important;
}

.text-gray-dark-700 {
    color: #1b2024 !important;
}

.bg-gray-dark-700 {
    background-color: #1b2024 !important;
}

.text-gray-dark-300 {
    color: #81868a !important;
}

.bg-gray-dark-300 {
    background-color: #81868a !important;
}

.text-gray-dark-800 {
    color: #121518 !important;
}

.bg-gray-dark-800 {
    background-color: #121518 !important;
}

.text-gray-dark-400 {
    color: #575d63 !important;
}

.bg-gray-dark-400 {
    background-color: #575d63 !important;
}

.text-gray-dark-900 {
    color: #090b0c !important;
}

.bg-gray-dark-900 {
    background-color: #090b0c !important;
}

.text-muted,
.text-muted-500 {
    color: #627884 !important;
}

.bg-muted,
.bg-muted-500 {
    background-color: #627884 !important;
}

.bg-gradient-muted {
    background: #627884 !important;
    background: linear-gradient(to bottom, #a1aeb5 0%, #3b484f 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-muted-transparent-1 {
    background-color: rgba(98, 120, 132, 0.1) !important;
}

.text-muted-transparent-1 {
    color: rgba(98, 120, 132, 0.1) !important;
}

.bg-muted-transparent-2 {
    background-color: rgba(98, 120, 132, 0.2) !important;
}

.text-muted-transparent-2 {
    color: rgba(98, 120, 132, 0.2) !important;
}

.bg-muted-transparent-3 {
    background-color: rgba(98, 120, 132, 0.3) !important;
}

.text-muted-transparent-3 {
    color: rgba(98, 120, 132, 0.3) !important;
}

.bg-muted-transparent-4 {
    background-color: rgba(98, 120, 132, 0.4) !important;
}

.text-muted-transparent-4 {
    color: rgba(98, 120, 132, 0.4) !important;
}

.bg-muted-transparent-5 {
    background-color: rgba(98, 120, 132, 0.5) !important;
}

.text-muted-transparent-5 {
    color: rgba(98, 120, 132, 0.5) !important;
}

.bg-muted-transparent-6 {
    background-color: rgba(98, 120, 132, 0.6) !important;
}

.text-muted-transparent-6 {
    color: rgba(98, 120, 132, 0.6) !important;
}

.bg-muted-transparent-7 {
    background-color: rgba(98, 120, 132, 0.7) !important;
}

.text-muted-transparent-7 {
    color: rgba(98, 120, 132, 0.7) !important;
}

.bg-muted-transparent-8 {
    background-color: rgba(98, 120, 132, 0.8) !important;
}

.text-muted-transparent-8 {
    color: rgba(98, 120, 132, 0.8) !important;
}

.bg-muted-transparent-9 {
    background-color: rgba(98, 120, 132, 0.9) !important;
}

.text-muted-transparent-9 {
    color: rgba(98, 120, 132, 0.9) !important;
}

.text-muted-100 {
    color: #e0e4e6 !important;
}

.bg-muted-100 {
    background-color: #e0e4e6 !important;
}

.text-muted-600 {
    color: #4e606a !important;
}

.bg-muted-600 {
    background-color: #4e606a !important;
}

.text-muted-200 {
    color: #c0c9ce !important;
}

.bg-muted-200 {
    background-color: #c0c9ce !important;
}

.text-muted-700 {
    color: #3b484f !important;
}

.bg-muted-700 {
    background-color: #3b484f !important;
}

.text-muted-300 {
    color: #a1aeb5 !important;
}

.bg-muted-300 {
    background-color: #a1aeb5 !important;
}

.text-muted-800 {
    color: #273035 !important;
}

.bg-muted-800 {
    background-color: #273035 !important;
}

.text-muted-400 {
    color: #81939d !important;
}

.bg-muted-400 {
    background-color: #81939d !important;
}

.text-muted-900 {
    color: #14181a !important;
}

.bg-muted-900 {
    background-color: #14181a !important;
}

.text-gray-100,
.text-gray-100-500 {
    color: #f8f9fa !important;
}

.bg-gray-100,
.bg-gray-100-500 {
    background-color: #f8f9fa !important;
}

.bg-gradient-gray-100 {
    background: #f8f9fa !important;
    background: linear-gradient(to bottom, #fbfbfc 0%, #959596 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-gray-100-transparent-1 {
    background-color: rgba(248, 249, 250, 0.1) !important;
}

.text-gray-100-transparent-1 {
    color: rgba(248, 249, 250, 0.1) !important;
}

.bg-gray-100-transparent-2 {
    background-color: rgba(248, 249, 250, 0.2) !important;
}

.text-gray-100-transparent-2 {
    color: rgba(248, 249, 250, 0.2) !important;
}

.bg-gray-100-transparent-3 {
    background-color: rgba(248, 249, 250, 0.3) !important;
}

.text-gray-100-transparent-3 {
    color: rgba(248, 249, 250, 0.3) !important;
}

.bg-gray-100-transparent-4 {
    background-color: rgba(248, 249, 250, 0.4) !important;
}

.text-gray-100-transparent-4 {
    color: rgba(248, 249, 250, 0.4) !important;
}

.bg-gray-100-transparent-5 {
    background-color: rgba(248, 249, 250, 0.5) !important;
}

.text-gray-100-transparent-5 {
    color: rgba(248, 249, 250, 0.5) !important;
}

.bg-gray-100-transparent-6 {
    background-color: rgba(248, 249, 250, 0.6) !important;
}

.text-gray-100-transparent-6 {
    color: rgba(248, 249, 250, 0.6) !important;
}

.bg-gray-100-transparent-7 {
    background-color: rgba(248, 249, 250, 0.7) !important;
}

.text-gray-100-transparent-7 {
    color: rgba(248, 249, 250, 0.7) !important;
}

.bg-gray-100-transparent-8 {
    background-color: rgba(248, 249, 250, 0.8) !important;
}

.text-gray-100-transparent-8 {
    color: rgba(248, 249, 250, 0.8) !important;
}

.bg-gray-100-transparent-9 {
    background-color: rgba(248, 249, 250, 0.9) !important;
}

.text-gray-100-transparent-9 {
    color: rgba(248, 249, 250, 0.9) !important;
}

.text-gray-100-100 {
    color: #fefefe !important;
}

.bg-gray-100-100 {
    background-color: #fefefe !important;
}

.text-gray-100-600 {
    color: #c6c7c8 !important;
}

.bg-gray-100-600 {
    background-color: #c6c7c8 !important;
}

.text-gray-100-200 {
    color: #fcfdfd !important;
}

.bg-gray-100-200 {
    background-color: #fcfdfd !important;
}

.text-gray-100-700 {
    color: #959596 !important;
}

.bg-gray-100-700 {
    background-color: #959596 !important;
}

.text-gray-100-300 {
    color: #fbfbfc !important;
}

.bg-gray-100-300 {
    background-color: #fbfbfc !important;
}

.text-gray-100-800 {
    color: #636464 !important;
}

.bg-gray-100-800 {
    background-color: #636464 !important;
}

.text-gray-100-400 {
    color: #f9fafb !important;
}

.bg-gray-100-400 {
    background-color: #f9fafb !important;
}

.text-gray-100-900 {
    color: #323232 !important;
}

.bg-gray-100-900 {
    background-color: #323232 !important;
}

.text-gray-200,
.text-gray-200-500 {
    color: #e9ecef !important;
}

.bg-gray-200,
.bg-gray-200-500 {
    background-color: #e9ecef !important;
}

.bg-gradient-gray-200 {
    background: #e9ecef !important;
    background: linear-gradient(to bottom, #f2f4f5 0%, #8c8e8f 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-gray-200-transparent-1 {
    background-color: rgba(233, 236, 239, 0.1) !important;
}

.text-gray-200-transparent-1 {
    color: rgba(233, 236, 239, 0.1) !important;
}

.bg-gray-200-transparent-2 {
    background-color: rgba(233, 236, 239, 0.2) !important;
}

.text-gray-200-transparent-2 {
    color: rgba(233, 236, 239, 0.2) !important;
}

.bg-gray-200-transparent-3 {
    background-color: rgba(233, 236, 239, 0.3) !important;
}

.text-gray-200-transparent-3 {
    color: rgba(233, 236, 239, 0.3) !important;
}

.bg-gray-200-transparent-4 {
    background-color: rgba(233, 236, 239, 0.4) !important;
}

.text-gray-200-transparent-4 {
    color: rgba(233, 236, 239, 0.4) !important;
}

.bg-gray-200-transparent-5 {
    background-color: rgba(233, 236, 239, 0.5) !important;
}

.text-gray-200-transparent-5 {
    color: rgba(233, 236, 239, 0.5) !important;
}

.bg-gray-200-transparent-6 {
    background-color: rgba(233, 236, 239, 0.6) !important;
}

.text-gray-200-transparent-6 {
    color: rgba(233, 236, 239, 0.6) !important;
}

.bg-gray-200-transparent-7 {
    background-color: rgba(233, 236, 239, 0.7) !important;
}

.text-gray-200-transparent-7 {
    color: rgba(233, 236, 239, 0.7) !important;
}

.bg-gray-200-transparent-8 {
    background-color: rgba(233, 236, 239, 0.8) !important;
}

.text-gray-200-transparent-8 {
    color: rgba(233, 236, 239, 0.8) !important;
}

.bg-gray-200-transparent-9 {
    background-color: rgba(233, 236, 239, 0.9) !important;
}

.text-gray-200-transparent-9 {
    color: rgba(233, 236, 239, 0.9) !important;
}

.text-gray-200-100 {
    color: #fbfbfc !important;
}

.bg-gray-200-100 {
    background-color: #fbfbfc !important;
}

.text-gray-200-600 {
    color: #babdbf !important;
}

.bg-gray-200-600 {
    background-color: #babdbf !important;
}

.text-gray-200-200 {
    color: #f6f7f9 !important;
}

.bg-gray-200-200 {
    background-color: #f6f7f9 !important;
}

.text-gray-200-700 {
    color: #8c8e8f !important;
}

.bg-gray-200-700 {
    background-color: #8c8e8f !important;
}

.text-gray-200-300 {
    color: #f2f4f5 !important;
}

.bg-gray-200-300 {
    background-color: #f2f4f5 !important;
}

.text-gray-200-800 {
    color: #5d5e60 !important;
}

.bg-gray-200-800 {
    background-color: #5d5e60 !important;
}

.text-gray-200-400 {
    color: #edf0f2 !important;
}

.bg-gray-200-400 {
    background-color: #edf0f2 !important;
}

.text-gray-200-900 {
    color: #2f2f30 !important;
}

.bg-gray-200-900 {
    background-color: #2f2f30 !important;
}

.text-gray-300,
.text-gray-300-500 {
    color: #dee2e6 !important;
}

.bg-gray-300,
.bg-gray-300-500 {
    background-color: #dee2e6 !important;
}

.bg-gradient-gray-300 {
    background: #dee2e6 !important;
    background: linear-gradient(to bottom, #ebeef0 0%, #85888a 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-gray-300-transparent-1 {
    background-color: rgba(222, 226, 230, 0.1) !important;
}

.text-gray-300-transparent-1 {
    color: rgba(222, 226, 230, 0.1) !important;
}

.bg-gray-300-transparent-2 {
    background-color: rgba(222, 226, 230, 0.2) !important;
}

.text-gray-300-transparent-2 {
    color: rgba(222, 226, 230, 0.2) !important;
}

.bg-gray-300-transparent-3 {
    background-color: rgba(222, 226, 230, 0.3) !important;
}

.text-gray-300-transparent-3 {
    color: rgba(222, 226, 230, 0.3) !important;
}

.bg-gray-300-transparent-4 {
    background-color: rgba(222, 226, 230, 0.4) !important;
}

.text-gray-300-transparent-4 {
    color: rgba(222, 226, 230, 0.4) !important;
}

.bg-gray-300-transparent-5 {
    background-color: rgba(222, 226, 230, 0.5) !important;
}

.text-gray-300-transparent-5 {
    color: rgba(222, 226, 230, 0.5) !important;
}

.bg-gray-300-transparent-6 {
    background-color: rgba(222, 226, 230, 0.6) !important;
}

.text-gray-300-transparent-6 {
    color: rgba(222, 226, 230, 0.6) !important;
}

.bg-gray-300-transparent-7 {
    background-color: rgba(222, 226, 230, 0.7) !important;
}

.text-gray-300-transparent-7 {
    color: rgba(222, 226, 230, 0.7) !important;
}

.bg-gray-300-transparent-8 {
    background-color: rgba(222, 226, 230, 0.8) !important;
}

.text-gray-300-transparent-8 {
    color: rgba(222, 226, 230, 0.8) !important;
}

.bg-gray-300-transparent-9 {
    background-color: rgba(222, 226, 230, 0.9) !important;
}

.text-gray-300-transparent-9 {
    color: rgba(222, 226, 230, 0.9) !important;
}

.text-gray-300-100 {
    color: #f8f9fa !important;
}

.bg-gray-300-100 {
    background-color: #f8f9fa !important;
}

.text-gray-300-600 {
    color: #b2b5b8 !important;
}

.bg-gray-300-600 {
    background-color: #b2b5b8 !important;
}

.text-gray-300-200 {
    color: #f2f3f5 !important;
}

.bg-gray-300-200 {
    background-color: #f2f3f5 !important;
}

.text-gray-300-700 {
    color: #85888a !important;
}

.bg-gray-300-700 {
    background-color: #85888a !important;
}

.text-gray-300-300 {
    color: #ebeef0 !important;
}

.bg-gray-300-300 {
    background-color: #ebeef0 !important;
}

.text-gray-300-800 {
    color: #595a5c !important;
}

.bg-gray-300-800 {
    background-color: #595a5c !important;
}

.text-gray-300-400 {
    color: #e5e8eb !important;
}

.bg-gray-300-400 {
    background-color: #e5e8eb !important;
}

.text-gray-300-900 {
    color: #2c2d2e !important;
}

.bg-gray-300-900 {
    background-color: #2c2d2e !important;
}

.text-gray-400,
.text-gray-400-500 {
    color: #ced4da !important;
}

.bg-gray-400,
.bg-gray-400-500 {
    background-color: #ced4da !important;
}

.bg-gradient-gray-400 {
    background: #ced4da !important;
    background: linear-gradient(to bottom, #e2e5e9 0%, #7c7f83 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-gray-400-transparent-1 {
    background-color: rgba(206, 212, 218, 0.1) !important;
}

.text-gray-400-transparent-1 {
    color: rgba(206, 212, 218, 0.1) !important;
}

.bg-gray-400-transparent-2 {
    background-color: rgba(206, 212, 218, 0.2) !important;
}

.text-gray-400-transparent-2 {
    color: rgba(206, 212, 218, 0.2) !important;
}

.bg-gray-400-transparent-3 {
    background-color: rgba(206, 212, 218, 0.3) !important;
}

.text-gray-400-transparent-3 {
    color: rgba(206, 212, 218, 0.3) !important;
}

.bg-gray-400-transparent-4 {
    background-color: rgba(206, 212, 218, 0.4) !important;
}

.text-gray-400-transparent-4 {
    color: rgba(206, 212, 218, 0.4) !important;
}

.bg-gray-400-transparent-5 {
    background-color: rgba(206, 212, 218, 0.5) !important;
}

.text-gray-400-transparent-5 {
    color: rgba(206, 212, 218, 0.5) !important;
}

.bg-gray-400-transparent-6 {
    background-color: rgba(206, 212, 218, 0.6) !important;
}

.text-gray-400-transparent-6 {
    color: rgba(206, 212, 218, 0.6) !important;
}

.bg-gray-400-transparent-7 {
    background-color: rgba(206, 212, 218, 0.7) !important;
}

.text-gray-400-transparent-7 {
    color: rgba(206, 212, 218, 0.7) !important;
}

.bg-gray-400-transparent-8 {
    background-color: rgba(206, 212, 218, 0.8) !important;
}

.text-gray-400-transparent-8 {
    color: rgba(206, 212, 218, 0.8) !important;
}

.bg-gray-400-transparent-9 {
    background-color: rgba(206, 212, 218, 0.9) !important;
}

.text-gray-400-transparent-9 {
    color: rgba(206, 212, 218, 0.9) !important;
}

.text-gray-400-100 {
    color: #f5f6f8 !important;
}

.bg-gray-400-100 {
    background-color: #f5f6f8 !important;
}

.text-gray-400-600 {
    color: #a5aaae !important;
}

.bg-gray-400-600 {
    background-color: #a5aaae !important;
}

.text-gray-400-200 {
    color: #ebeef0 !important;
}

.bg-gray-400-200 {
    background-color: #ebeef0 !important;
}

.text-gray-400-700 {
    color: #7c7f83 !important;
}

.bg-gray-400-700 {
    background-color: #7c7f83 !important;
}

.text-gray-400-300 {
    color: #e2e5e9 !important;
}

.bg-gray-400-300 {
    background-color: #e2e5e9 !important;
}

.text-gray-400-800 {
    color: #525557 !important;
}

.bg-gray-400-800 {
    background-color: #525557 !important;
}

.text-gray-400-400 {
    color: #d8dde1 !important;
}

.bg-gray-400-400 {
    background-color: #d8dde1 !important;
}

.text-gray-400-900 {
    color: #292a2c !important;
}

.bg-gray-400-900 {
    background-color: #292a2c !important;
}

.text-gray-500,
.text-gray-500-500 {
    color: #adb5bd !important;
}

.bg-gray-500,
.bg-gray-500-500 {
    background-color: #adb5bd !important;
}

.bg-gradient-gray-500 {
    background: #adb5bd !important;
    background: linear-gradient(to bottom, #ced3d7 0%, #686d71 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-gray-500-transparent-1 {
    background-color: rgba(173, 181, 189, 0.1) !important;
}

.text-gray-500-transparent-1 {
    color: rgba(173, 181, 189, 0.1) !important;
}

.bg-gray-500-transparent-2 {
    background-color: rgba(173, 181, 189, 0.2) !important;
}

.text-gray-500-transparent-2 {
    color: rgba(173, 181, 189, 0.2) !important;
}

.bg-gray-500-transparent-3 {
    background-color: rgba(173, 181, 189, 0.3) !important;
}

.text-gray-500-transparent-3 {
    color: rgba(173, 181, 189, 0.3) !important;
}

.bg-gray-500-transparent-4 {
    background-color: rgba(173, 181, 189, 0.4) !important;
}

.text-gray-500-transparent-4 {
    color: rgba(173, 181, 189, 0.4) !important;
}

.bg-gray-500-transparent-5 {
    background-color: rgba(173, 181, 189, 0.5) !important;
}

.text-gray-500-transparent-5 {
    color: rgba(173, 181, 189, 0.5) !important;
}

.bg-gray-500-transparent-6 {
    background-color: rgba(173, 181, 189, 0.6) !important;
}

.text-gray-500-transparent-6 {
    color: rgba(173, 181, 189, 0.6) !important;
}

.bg-gray-500-transparent-7 {
    background-color: rgba(173, 181, 189, 0.7) !important;
}

.text-gray-500-transparent-7 {
    color: rgba(173, 181, 189, 0.7) !important;
}

.bg-gray-500-transparent-8 {
    background-color: rgba(173, 181, 189, 0.8) !important;
}

.text-gray-500-transparent-8 {
    color: rgba(173, 181, 189, 0.8) !important;
}

.bg-gray-500-transparent-9 {
    background-color: rgba(173, 181, 189, 0.9) !important;
}

.text-gray-500-transparent-9 {
    color: rgba(173, 181, 189, 0.9) !important;
}

.text-gray-500-100 {
    color: #eff0f2 !important;
}

.bg-gray-500-100 {
    background-color: #eff0f2 !important;
}

.text-gray-500-600 {
    color: #8a9197 !important;
}

.bg-gray-500-600 {
    background-color: #8a9197 !important;
}

.text-gray-500-200 {
    color: #dee1e5 !important;
}

.bg-gray-500-200 {
    background-color: #dee1e5 !important;
}

.text-gray-500-700 {
    color: #686d71 !important;
}

.bg-gray-500-700 {
    background-color: #686d71 !important;
}

.text-gray-500-300 {
    color: #ced3d7 !important;
}

.bg-gray-500-300 {
    background-color: #ced3d7 !important;
}

.text-gray-500-800 {
    color: #45484c !important;
}

.bg-gray-500-800 {
    background-color: #45484c !important;
}

.text-gray-500-400 {
    color: #bdc4ca !important;
}

.bg-gray-500-400 {
    background-color: #bdc4ca !important;
}

.text-gray-500-900 {
    color: #232426 !important;
}

.bg-gray-500-900 {
    background-color: #232426 !important;
}

.text-gray-600,
.text-gray-600-500 {
    color: #6c757d !important;
}

.bg-gray-600,
.bg-gray-600-500 {
    background-color: #6c757d !important;
}

.bg-gradient-gray-600 {
    background: #6c757d !important;
    background: linear-gradient(to bottom, #a7acb1 0%, #41464b 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-gray-600-transparent-1 {
    background-color: rgba(108, 117, 125, 0.1) !important;
}

.text-gray-600-transparent-1 {
    color: rgba(108, 117, 125, 0.1) !important;
}

.bg-gray-600-transparent-2 {
    background-color: rgba(108, 117, 125, 0.2) !important;
}

.text-gray-600-transparent-2 {
    color: rgba(108, 117, 125, 0.2) !important;
}

.bg-gray-600-transparent-3 {
    background-color: rgba(108, 117, 125, 0.3) !important;
}

.text-gray-600-transparent-3 {
    color: rgba(108, 117, 125, 0.3) !important;
}

.bg-gray-600-transparent-4 {
    background-color: rgba(108, 117, 125, 0.4) !important;
}

.text-gray-600-transparent-4 {
    color: rgba(108, 117, 125, 0.4) !important;
}

.bg-gray-600-transparent-5 {
    background-color: rgba(108, 117, 125, 0.5) !important;
}

.text-gray-600-transparent-5 {
    color: rgba(108, 117, 125, 0.5) !important;
}

.bg-gray-600-transparent-6 {
    background-color: rgba(108, 117, 125, 0.6) !important;
}

.text-gray-600-transparent-6 {
    color: rgba(108, 117, 125, 0.6) !important;
}

.bg-gray-600-transparent-7 {
    background-color: rgba(108, 117, 125, 0.7) !important;
}

.text-gray-600-transparent-7 {
    color: rgba(108, 117, 125, 0.7) !important;
}

.bg-gray-600-transparent-8 {
    background-color: rgba(108, 117, 125, 0.8) !important;
}

.text-gray-600-transparent-8 {
    color: rgba(108, 117, 125, 0.8) !important;
}

.bg-gray-600-transparent-9 {
    background-color: rgba(108, 117, 125, 0.9) !important;
}

.text-gray-600-transparent-9 {
    color: rgba(108, 117, 125, 0.9) !important;
}

.text-gray-600-100 {
    color: #e2e3e5 !important;
}

.bg-gray-600-100 {
    background-color: #e2e3e5 !important;
}

.text-gray-600-600 {
    color: #565e64 !important;
}

.bg-gray-600-600 {
    background-color: #565e64 !important;
}

.text-gray-600-200 {
    color: #c4c8cb !important;
}

.bg-gray-600-200 {
    background-color: #c4c8cb !important;
}

.text-gray-600-700 {
    color: #41464b !important;
}

.bg-gray-600-700 {
    background-color: #41464b !important;
}

.text-gray-600-300 {
    color: #a7acb1 !important;
}

.bg-gray-600-300 {
    background-color: #a7acb1 !important;
}

.text-gray-600-800 {
    color: #2b2f32 !important;
}

.bg-gray-600-800 {
    background-color: #2b2f32 !important;
}

.text-gray-600-400 {
    color: #899197 !important;
}

.bg-gray-600-400 {
    background-color: #899197 !important;
}

.text-gray-600-900 {
    color: #161719 !important;
}

.bg-gray-600-900 {
    background-color: #161719 !important;
}

.text-gray-700,
.text-gray-700-500 {
    color: #495057 !important;
}

.bg-gray-700,
.bg-gray-700-500 {
    background-color: #495057 !important;
}

.bg-gradient-gray-700 {
    background: #495057 !important;
    background: linear-gradient(to bottom, #92969a 0%, #2c3034 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-gray-700-transparent-1 {
    background-color: rgba(73, 80, 87, 0.1) !important;
}

.text-gray-700-transparent-1 {
    color: rgba(73, 80, 87, 0.1) !important;
}

.bg-gray-700-transparent-2 {
    background-color: rgba(73, 80, 87, 0.2) !important;
}

.text-gray-700-transparent-2 {
    color: rgba(73, 80, 87, 0.2) !important;
}

.bg-gray-700-transparent-3 {
    background-color: rgba(73, 80, 87, 0.3) !important;
}

.text-gray-700-transparent-3 {
    color: rgba(73, 80, 87, 0.3) !important;
}

.bg-gray-700-transparent-4 {
    background-color: rgba(73, 80, 87, 0.4) !important;
}

.text-gray-700-transparent-4 {
    color: rgba(73, 80, 87, 0.4) !important;
}

.bg-gray-700-transparent-5 {
    background-color: rgba(73, 80, 87, 0.5) !important;
}

.text-gray-700-transparent-5 {
    color: rgba(73, 80, 87, 0.5) !important;
}

.bg-gray-700-transparent-6 {
    background-color: rgba(73, 80, 87, 0.6) !important;
}

.text-gray-700-transparent-6 {
    color: rgba(73, 80, 87, 0.6) !important;
}

.bg-gray-700-transparent-7 {
    background-color: rgba(73, 80, 87, 0.7) !important;
}

.text-gray-700-transparent-7 {
    color: rgba(73, 80, 87, 0.7) !important;
}

.bg-gray-700-transparent-8 {
    background-color: rgba(73, 80, 87, 0.8) !important;
}

.text-gray-700-transparent-8 {
    color: rgba(73, 80, 87, 0.8) !important;
}

.bg-gray-700-transparent-9 {
    background-color: rgba(73, 80, 87, 0.9) !important;
}

.text-gray-700-transparent-9 {
    color: rgba(73, 80, 87, 0.9) !important;
}

.text-gray-700-100 {
    color: #dbdcdd !important;
}

.bg-gray-700-100 {
    background-color: #dbdcdd !important;
}

.text-gray-700-600 {
    color: #3a4046 !important;
}

.bg-gray-700-600 {
    background-color: #3a4046 !important;
}

.text-gray-700-200 {
    color: #b6b9bc !important;
}

.bg-gray-700-200 {
    background-color: #b6b9bc !important;
}

.text-gray-700-700 {
    color: #2c3034 !important;
}

.bg-gray-700-700 {
    background-color: #2c3034 !important;
}

.text-gray-700-300 {
    color: #92969a !important;
}

.bg-gray-700-300 {
    background-color: #92969a !important;
}

.text-gray-700-800 {
    color: #1d2023 !important;
}

.bg-gray-700-800 {
    background-color: #1d2023 !important;
}

.text-gray-700-400 {
    color: #6d7379 !important;
}

.bg-gray-700-400 {
    background-color: #6d7379 !important;
}

.text-gray-700-900 {
    color: #0f1011 !important;
}

.bg-gray-700-900 {
    background-color: #0f1011 !important;
}

.text-gray-800,
.text-gray-800-500 {
    color: #2d353c !important;
}

.bg-gray-800,
.bg-gray-800-500 {
    background-color: #2d353c !important;
}

.bg-gradient-gray-800 {
    background: #2d353c !important;
    background: linear-gradient(to bottom, #81868a 0%, #1b2024 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-gray-800-transparent-1 {
    background-color: rgba(45, 53, 60, 0.1) !important;
}

.text-gray-800-transparent-1 {
    color: rgba(45, 53, 60, 0.1) !important;
}

.bg-gray-800-transparent-2 {
    background-color: rgba(45, 53, 60, 0.2) !important;
}

.text-gray-800-transparent-2 {
    color: rgba(45, 53, 60, 0.2) !important;
}

.bg-gray-800-transparent-3 {
    background-color: rgba(45, 53, 60, 0.3) !important;
}

.text-gray-800-transparent-3 {
    color: rgba(45, 53, 60, 0.3) !important;
}

.bg-gray-800-transparent-4 {
    background-color: rgba(45, 53, 60, 0.4) !important;
}

.text-gray-800-transparent-4 {
    color: rgba(45, 53, 60, 0.4) !important;
}

.bg-gray-800-transparent-5 {
    background-color: rgba(45, 53, 60, 0.5) !important;
}

.text-gray-800-transparent-5 {
    color: rgba(45, 53, 60, 0.5) !important;
}

.bg-gray-800-transparent-6 {
    background-color: rgba(45, 53, 60, 0.6) !important;
}

.text-gray-800-transparent-6 {
    color: rgba(45, 53, 60, 0.6) !important;
}

.bg-gray-800-transparent-7 {
    background-color: rgba(45, 53, 60, 0.7) !important;
}

.text-gray-800-transparent-7 {
    color: rgba(45, 53, 60, 0.7) !important;
}

.bg-gray-800-transparent-8 {
    background-color: rgba(45, 53, 60, 0.8) !important;
}

.text-gray-800-transparent-8 {
    color: rgba(45, 53, 60, 0.8) !important;
}

.bg-gray-800-transparent-9 {
    background-color: rgba(45, 53, 60, 0.9) !important;
}

.text-gray-800-transparent-9 {
    color: rgba(45, 53, 60, 0.9) !important;
}

.text-gray-800-100 {
    color: #d5d7d8 !important;
}

.bg-gray-800-100 {
    background-color: #d5d7d8 !important;
}

.text-gray-800-600 {
    color: #242a30 !important;
}

.bg-gray-800-600 {
    background-color: #242a30 !important;
}

.text-gray-800-200 {
    color: #abaeb1 !important;
}

.bg-gray-800-200 {
    background-color: #abaeb1 !important;
}

.text-gray-800-700 {
    color: #1b2024 !important;
}

.bg-gray-800-700 {
    background-color: #1b2024 !important;
}

.text-gray-800-300 {
    color: #81868a !important;
}

.bg-gray-800-300 {
    background-color: #81868a !important;
}

.text-gray-800-800 {
    color: #121518 !important;
}

.bg-gray-800-800 {
    background-color: #121518 !important;
}

.text-gray-800-400 {
    color: #575d63 !important;
}

.bg-gray-800-400 {
    background-color: #575d63 !important;
}

.text-gray-800-900 {
    color: #090b0c !important;
}

.bg-gray-800-900 {
    background-color: #090b0c !important;
}

.text-gray-900,
.text-gray-900-500 {
    color: #20252a !important;
}

.bg-gray-900,
.bg-gray-900-500 {
    background-color: #20252a !important;
}

.bg-gradient-gray-900 {
    background: #20252a !important;
    background: linear-gradient(to bottom, #797c7f 0%, #131619 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="tint-color($value, 10%)", endColorstr="shade-color($value, 5%)", GradientType=0) !important;
}

.bg-gray-900-transparent-1 {
    background-color: rgba(32, 37, 42, 0.1) !important;
}

.text-gray-900-transparent-1 {
    color: rgba(32, 37, 42, 0.1) !important;
}

.bg-gray-900-transparent-2 {
    background-color: rgba(32, 37, 42, 0.2) !important;
}

.text-gray-900-transparent-2 {
    color: rgba(32, 37, 42, 0.2) !important;
}

.bg-gray-900-transparent-3 {
    background-color: rgba(32, 37, 42, 0.3) !important;
}

.text-gray-900-transparent-3 {
    color: rgba(32, 37, 42, 0.3) !important;
}

.bg-gray-900-transparent-4 {
    background-color: rgba(32, 37, 42, 0.4) !important;
}

.text-gray-900-transparent-4 {
    color: rgba(32, 37, 42, 0.4) !important;
}

.bg-gray-900-transparent-5 {
    background-color: rgba(32, 37, 42, 0.5) !important;
}

.text-gray-900-transparent-5 {
    color: rgba(32, 37, 42, 0.5) !important;
}

.bg-gray-900-transparent-6 {
    background-color: rgba(32, 37, 42, 0.6) !important;
}

.text-gray-900-transparent-6 {
    color: rgba(32, 37, 42, 0.6) !important;
}

.bg-gray-900-transparent-7 {
    background-color: rgba(32, 37, 42, 0.7) !important;
}

.text-gray-900-transparent-7 {
    color: rgba(32, 37, 42, 0.7) !important;
}

.bg-gray-900-transparent-8 {
    background-color: rgba(32, 37, 42, 0.8) !important;
}

.text-gray-900-transparent-8 {
    color: rgba(32, 37, 42, 0.8) !important;
}

.bg-gray-900-transparent-9 {
    background-color: rgba(32, 37, 42, 0.9) !important;
}

.text-gray-900-transparent-9 {
    color: rgba(32, 37, 42, 0.9) !important;
}

.text-gray-900-100 {
    color: #d2d3d4 !important;
}

.bg-gray-900-100 {
    background-color: #d2d3d4 !important;
}

.text-gray-900-600 {
    color: #1a1e22 !important;
}

.bg-gray-900-600 {
    background-color: #1a1e22 !important;
}

.text-gray-900-200 {
    color: #a6a8aa !important;
}

.bg-gray-900-200 {
    background-color: #a6a8aa !important;
}

.text-gray-900-700 {
    color: #131619 !important;
}

.bg-gray-900-700 {
    background-color: #131619 !important;
}

.text-gray-900-300 {
    color: #797c7f !important;
}

.bg-gray-900-300 {
    background-color: #797c7f !important;
}

.text-gray-900-800 {
    color: #0d0f11 !important;
}

.bg-gray-900-800 {
    background-color: #0d0f11 !important;
}

.text-gray-900-400 {
    color: #4d5155 !important;
}

.bg-gray-900-400 {
    background-color: #4d5155 !important;
}

.text-gray-900-900 {
    color: #060708 !important;
}

.bg-gray-900-900 {
    background-color: #060708 !important;
}

.bg-gradient-red-pink,
.bg-gradient-red-pink-to-right,
.bg-gradient-red-pink-diagonal-down,
.bg-gradient-red-pink-diagonal-up {
    background: #ff5b57;
}

.bg-gradient-red-pink {
    background: linear-gradient(to bottom, #ff5b57 0%, #fb5597 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-red-pink-to-right {
    background: linear-gradient(to right, #ff5b57 0%, #fb5597 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-red-pink-to-top {
    background: linear-gradient(to top, #ff5b57 0%, #fb5597 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-red-pink-to-left {
    background: linear-gradient(to left, #ff5b57 0%, #fb5597 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-red-pink-diagonal-down {
    background: linear-gradient(-45deg, #ff5b57 0%, #fb5597 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-red-pink-diagonal-up {
    background: linear-gradient(45deg, #ff5b57 0%, #fb5597 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-orange-red,
.bg-gradient-orange-red-to-right,
.bg-gradient-orange-red-diagonal-down,
.bg-gradient-orange-red-diagonal-up {
    background: #f59c1a;
}

.bg-gradient-orange-red {
    background: linear-gradient(to bottom, #f59c1a 0%, #ff5b57 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-orange-red-to-right {
    background: linear-gradient(to right, #f59c1a 0%, #ff5b57 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-orange-red-to-top {
    background: linear-gradient(to top, #f59c1a 0%, #ff5b57 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-orange-red-to-left {
    background: linear-gradient(to left, #f59c1a 0%, #ff5b57 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-orange-red-diagonal-down {
    background: linear-gradient(-45deg, #f59c1a 0%, #ff5b57 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-orange-red-diagonal-up {
    background: linear-gradient(45deg, #f59c1a 0%, #ff5b57 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-orange,
.bg-gradient-yellow-orange-to-right,
.bg-gradient-yellow-orange-diagonal-down,
.bg-gradient-yellow-orange-diagonal-up {
    background: #ffd900;
}

.bg-gradient-yellow-orange {
    background: linear-gradient(to bottom, #ffd900 0%, #f59c1a 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-yellow-orange-to-right {
    background: linear-gradient(to right, #ffd900 0%, #f59c1a 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-orange-to-top {
    background: linear-gradient(to top, #ffd900 0%, #f59c1a 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-orange-to-left {
    background: linear-gradient(to left, #ffd900 0%, #f59c1a 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-orange-diagonal-down {
    background: linear-gradient(-45deg, #ffd900 0%, #f59c1a 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-orange-diagonal-up {
    background: linear-gradient(45deg, #ffd900 0%, #f59c1a 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-red,
.bg-gradient-yellow-red-to-right,
.bg-gradient-yellow-red-diagonal-down,
.bg-gradient-yellow-red-diagonal-up {
    background: #ffd900;
}

.bg-gradient-yellow-red {
    background: linear-gradient(to bottom, #ffd900 0%, #ff5b57 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-yellow-red-to-right {
    background: linear-gradient(to right, #ffd900 0%, #ff5b57 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-red-to-top {
    background: linear-gradient(to top, #ffd900 0%, #ff5b57 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-red-to-left {
    background: linear-gradient(to left, #ffd900 0%, #ff5b57 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-red-diagonal-down {
    background: linear-gradient(-45deg, #ffd900 0%, #ff5b57 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-red-diagonal-up {
    background: linear-gradient(45deg, #ffd900 0%, #ff5b57 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-teal-green,
.bg-gradient-teal-green-to-right,
.bg-gradient-teal-green-diagonal-down,
.bg-gradient-teal-green-diagonal-up {
    background: #00acac;
}

.bg-gradient-teal-green {
    background: linear-gradient(to bottom, #00acac 0%, #32a932 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-teal-green-to-right {
    background: linear-gradient(to right, #00acac 0%, #32a932 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-teal-green-to-top {
    background: linear-gradient(to top, #00acac 0%, #32a932 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-teal-green-to-left {
    background: linear-gradient(to left, #00acac 0%, #32a932 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-teal-green-diagonal-down {
    background: linear-gradient(-45deg, #00acac 0%, #32a932 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-teal-green-diagonal-up {
    background: linear-gradient(45deg, #00acac 0%, #32a932 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-green,
.bg-gradient-yellow-green-to-right,
.bg-gradient-yellow-green-diagonal-down,
.bg-gradient-yellow-green-diagonal-up {
    background: #ffd900;
}

.bg-gradient-yellow-green {
    background: linear-gradient(to bottom, #ffd900 0%, #32a932 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-yellow-green-to-right {
    background: linear-gradient(to right, #ffd900 0%, #32a932 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-green-to-top {
    background: linear-gradient(to top, #ffd900 0%, #32a932 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-green-to-left {
    background: linear-gradient(to left, #ffd900 0%, #32a932 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-green-diagonal-down {
    background: linear-gradient(-45deg, #ffd900 0%, #32a932 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-yellow-green-diagonal-up {
    background: linear-gradient(45deg, #ffd900 0%, #32a932 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-blue-purple,
.bg-gradient-blue-purple-to-right,
.bg-gradient-blue-purple-diagonal-down,
.bg-gradient-blue-purple-diagonal-up {
    background: #348fe2;
}

.bg-gradient-blue-purple {
    background: linear-gradient(to bottom, #348fe2 0%, #727cb6 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-blue-purple-to-right {
    background: linear-gradient(to right, #348fe2 0%, #727cb6 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-blue-purple-to-top {
    background: linear-gradient(to top, #348fe2 0%, #727cb6 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-blue-purple-to-left {
    background: linear-gradient(to left, #348fe2 0%, #727cb6 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-blue-purple-diagonal-down {
    background: linear-gradient(-45deg, #348fe2 0%, #727cb6 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-blue-purple-diagonal-up {
    background: linear-gradient(45deg, #348fe2 0%, #727cb6 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-blue,
.bg-gradient-cyan-blue-to-right,
.bg-gradient-cyan-blue-diagonal-down,
.bg-gradient-cyan-blue-diagonal-up {
    background: #49b6d6;
}

.bg-gradient-cyan-blue {
    background: linear-gradient(to bottom, #49b6d6 0%, #348fe2 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-cyan-blue-to-right {
    background: linear-gradient(to right, #49b6d6 0%, #348fe2 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-blue-to-top {
    background: linear-gradient(to top, #49b6d6 0%, #348fe2 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-blue-to-left {
    background: linear-gradient(to left, #49b6d6 0%, #348fe2 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-blue-diagonal-down {
    background: linear-gradient(-45deg, #49b6d6 0%, #348fe2 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-blue-diagonal-up {
    background: linear-gradient(45deg, #49b6d6 0%, #348fe2 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-purple,
.bg-gradient-cyan-purple-to-right,
.bg-gradient-cyan-purple-diagonal-down,
.bg-gradient-cyan-purple-diagonal-up {
    background: #49b6d6;
}

.bg-gradient-cyan-purple {
    background: linear-gradient(to bottom, #49b6d6 0%, #727cb6 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-cyan-purple-to-right {
    background: linear-gradient(to right, #49b6d6 0%, #727cb6 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-purple-to-top {
    background: linear-gradient(to top, #49b6d6 0%, #727cb6 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-purple-to-left {
    background: linear-gradient(to left, #49b6d6 0%, #727cb6 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-purple-diagonal-down {
    background: linear-gradient(-45deg, #49b6d6 0%, #727cb6 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-purple-diagonal-up {
    background: linear-gradient(45deg, #49b6d6 0%, #727cb6 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-indigo,
.bg-gradient-cyan-indigo-to-right,
.bg-gradient-cyan-indigo-diagonal-down,
.bg-gradient-cyan-indigo-diagonal-up {
    background: #49b6d6;
}

.bg-gradient-cyan-indigo {
    background: linear-gradient(to bottom, #49b6d6 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-cyan-indigo-to-right {
    background: linear-gradient(to right, #49b6d6 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-indigo-to-top {
    background: linear-gradient(to top, #49b6d6 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-indigo-to-left {
    background: linear-gradient(to left, #49b6d6 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-indigo-diagonal-down {
    background: linear-gradient(-45deg, #49b6d6 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-cyan-indigo-diagonal-up {
    background: linear-gradient(45deg, #49b6d6 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-blue-indigo,
.bg-gradient-blue-indigo-to-right,
.bg-gradient-blue-indigo-diagonal-down,
.bg-gradient-blue-indigo-diagonal-up {
    background: #348fe2;
}

.bg-gradient-blue-indigo {
    background: linear-gradient(to bottom, #348fe2 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-blue-indigo-to-right {
    background: linear-gradient(to right, #348fe2 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-blue-indigo-to-top {
    background: linear-gradient(to top, #348fe2 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-blue-indigo-to-left {
    background: linear-gradient(to left, #348fe2 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-blue-indigo-diagonal-down {
    background: linear-gradient(-45deg, #348fe2 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-blue-indigo-diagonal-up {
    background: linear-gradient(45deg, #348fe2 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-purple-indigo,
.bg-gradient-purple-indigo-to-right,
.bg-gradient-purple-indigo-diagonal-down,
.bg-gradient-purple-indigo-diagonal-up {
    background: #727cb6;
}

.bg-gradient-purple-indigo {
    background: linear-gradient(to bottom, #727cb6 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-purple-indigo-to-right {
    background: linear-gradient(to right, #727cb6 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-purple-indigo-to-top {
    background: linear-gradient(to top, #727cb6 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-purple-indigo-to-left {
    background: linear-gradient(to left, #727cb6 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-purple-indigo-diagonal-down {
    background: linear-gradient(-45deg, #727cb6 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-purple-indigo-diagonal-up {
    background: linear-gradient(45deg, #727cb6 0%, #8753de 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-silver-black,
.bg-gradient-silver-black-to-right,
.bg-gradient-silver-black-diagonal-down,
.bg-gradient-silver-black-diagonal-up {
    background: #b6c2c9;
}

.bg-gradient-silver-black {
    background: linear-gradient(to bottom, #b6c2c9 0%, #000000 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=0) !important;
}

.bg-gradient-silver-black-to-right {
    background: linear-gradient(to right, #b6c2c9 0%, #000000 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-silver-black-to-top {
    background: linear-gradient(to top, #b6c2c9 0%, #000000 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-silver-black-to-left {
    background: linear-gradient(to left, #b6c2c9 0%, #000000 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-silver-black-diagonal-down {
    background: linear-gradient(-45deg, #b6c2c9 0%, #000000 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}

.bg-gradient-silver-black-diagonal-up {
    background: linear-gradient(45deg, #b6c2c9 0%, #000000 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to", GradientType=1) !important;
}


/* Helper Opacity */

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.1 !important;
}

.opacity-2 {
    opacity: 0.2 !important;
}

.opacity-3 {
    opacity: 0.3 !important;
}

.opacity-4 {
    opacity: 0.4 !important;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.opacity-6 {
    opacity: 0.6 !important;
}

.opacity-7 {
    opacity: 0.7 !important;
}

.opacity-8 {
    opacity: 0.8 !important;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.opacity-10 {
    opacity: 1 !important;
}


/* Helper Display */

.hide {
    display: none !important;
}