@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap";/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,[data-bs-theme=light] {
    --bs-blue: #4466f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #00aaf0;
    --bs-secondary: #637381;
    --bs-success: #34ab84;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-orange: #ff5c35;
    --bs-danger: #ff4842;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-indigo: #6610f2;
    --bs-primary-rgb: 0, 170, 240;
    --bs-secondary-rgb: 99, 115, 129;
    --bs-success-rgb: 52, 171, 132;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-orange-rgb: 255, 92, 53;
    --bs-danger-rgb: 255, 72, 66;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-indigo-rgb: 102, 16, 242;
    --bs-primary-text-emphasis: #004460;
    --bs-secondary-text-emphasis: rgb(39.6, 46, 51.6);
    --bs-success-text-emphasis: rgb(20.8, 68.4, 52.8);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(102, 28.8, 26.4);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cceefc;
    --bs-secondary-bg-subtle: rgb(223.8, 227, 229.8);
    --bs-success-bg-subtle: rgb(214.4, 238.2, 230.4);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(255, 218.4, 217.2);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #99ddf9;
    --bs-secondary-border-subtle: rgb(192.6, 199, 204.6);
    --bs-success-border-subtle: rgb(173.8, 221.4, 205.8);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(255, 181.8, 179.4);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #00aaf0;
    --bs-link-color-rgb: 0, 170, 240;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0088c0;
    --bs-link-hover-color-rgb: 0, 136, 192;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #ececec;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(0, 170, 240, .25);
    --bs-form-valid-color: #34ab84;
    --bs-form-valid-border-color: #34ab84;
    --bs-form-invalid-color: #ff4842;
    --bs-form-invalid-border-color: #ff4842
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #66ccf6;
    --bs-secondary-text-emphasis: rgb(161.4, 171, 179.4);
    --bs-success-text-emphasis: rgb(133.2, 204.6, 181.2);
    --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
    --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
    --bs-danger-text-emphasis: rgb(255, 145.2, 141.6);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #002230;
    --bs-secondary-bg-subtle: rgb(19.8, 23, 25.8);
    --bs-success-bg-subtle: rgb(10.4, 34.2, 26.4);
    --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
    --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
    --bs-danger-bg-subtle: rgb(51, 14.4, 13.2);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #006690;
    --bs-secondary-border-subtle: rgb(59.4, 69, 77.4);
    --bs-success-border-subtle: rgb(31.2, 102.6, 79.2);
    --bs-info-border-subtle: rgb(7.8, 121.2, 144);
    --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
    --bs-danger-border-subtle: rgb(153, 43.2, 39.6);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #66ccf6;
    --bs-link-hover-color: rgb(132.6, 214.2, 247.8);
    --bs-link-color-rgb: 102, 204, 246;
    --bs-link-hover-color-rgb: 133, 214, 248;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(102, 77.2, 2.8);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, .15);
    --bs-form-valid-color: rgb(117, 183, 152.4);
    --bs-form-valid-border-color: rgb(117, 183, 152.4);
    --bs-form-invalid-color: rgb(234, 133.8, 143.4);
    --bs-form-invalid-border-color: rgb(234, 133.8, 143.4)
}

*,*:before,*:after {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1,.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1,.h1 {
        font-size:2.5rem
    }
}

h2,.h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2,.h2 {
        font-size:2rem
    }
}

h3,.h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3,.h3 {
        font-size:1.75rem
    }
}

h4,.h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4,.h4 {
        font-size:1.5rem
    }
}

h5,.h5 {
    font-size: 1.25rem
}

h6,.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small,.small {
    font-size: .875em
}

mark,.mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

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
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none!important
}

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: .5rem;
    font-size: calc(1.275rem + .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] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size:4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-unstyled,.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container-sm,.container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.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.66666667%
}

.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: .25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@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.33333333%
    }

    .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.66666667%
    }

    .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: .25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@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.33333333%
    }

    .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.66666667%
    }

    .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: .25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@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.33333333%
    }

    .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.66666667%
    }

    .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: .25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@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.33333333%
    }

    .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.66666667%
    }

    .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: .25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@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.33333333%
    }

    .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.66666667%
    }

    .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: .25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cceefc;
    --bs-table-border-color: rgb(163.2, 190.4, 201.6);
    --bs-table-striped-bg: rgb(193.8, 226.1, 239.4);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(183.6, 214.2, 226.8);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(188.7, 220.15, 233.1);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(223.8, 227, 229.8);
    --bs-table-border-color: rgb(179.04, 181.6, 183.84);
    --bs-table-striped-bg: rgb(212.61, 215.65, 218.31);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(201.42, 204.3, 206.82);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(207.015, 209.975, 212.565);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: rgb(214.4, 238.2, 230.4);
    --bs-table-border-color: rgb(171.52, 190.56, 184.32);
    --bs-table-striped-bg: rgb(203.68, 226.29, 218.88);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(192.96, 214.38, 207.36);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(198.32, 220.335, 213.12);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: rgb(206.6, 244.4, 252);
    --bs-table-border-color: rgb(165.28, 195.52, 201.6);
    --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: rgb(255, 242.6, 205.4);
    --bs-table-border-color: rgb(204, 194.08, 164.32);
    --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: rgb(255, 218.4, 217.2);
    --bs-table-border-color: rgb(204, 174.72, 173.76);
    --bs-table-striped-bg: rgb(242.25, 207.48, 206.34);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(229.5, 196.56, 195.48);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(235.875, 202.02, 200.91);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: rgb(198.4, 199.2, 200);
    --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(223.2, 224.1, 225);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: rgb(77.4, 80.6, 83.8);
    --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + var(--bs-border-width));
    padding-bottom: calc(.5rem + var(--bs-border-width));
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + var(--bs-border-width));
    padding-bottom: calc(.25rem + var(--bs-border-width));
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #80d5f8;
    outline: 0;
    box-shadow: 0 0 0 .25rem #00aaf040
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end:.75rem;color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:var(--bs-border-width);border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
    outline: 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 + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end:.5rem}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end:1rem}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0!important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0!important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #80d5f8;
    outline: 0;
    box-shadow: 0 0 0 .25rem #00aaf040
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #80d5f8;
    outline: 0;
    box-shadow: 0 0 0 .25rem #00aaf040
}

.form-check-input:checked {
    background-color: #00aaf0;
    border-color: #00aaf0
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #00aaf0;
    border-color: #00aaf0;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: 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");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28127.5, 212.5, 247.5%29'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.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: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem #00aaf040
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem #00aaf040
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #00aaf0;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b3e6fb
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #00aaf0;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b3e6fb
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control,.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder {
    color: transparent
}

.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translate(.15rem)
}

.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-control-plaintext~label:after,.form-floating>.form-select~label:after {
    position: absolute;
    top: 1rem;
    right: .375rem;
    bottom: 1rem;
    left: .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translate(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: var(--bs-border-width) 0
}

.form-floating>:disabled~label,.form-floating>.form-control:disabled~label {
    color: #6c757d
}

.form-floating>:disabled~label:after,.form-floating>.form-control:disabled~label:after {
    background-color: var(--bs-secondary-bg)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.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):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    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):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select {
    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: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-valid-color)
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

.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: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2334ab84' d='M2.3 6.73.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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:valid,.form-select.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.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"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2334ab84' d='M2.3 6.73.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");
    padding-right: 4.125rem;
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-select:valid:focus,.form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.was-validated .form-control-color:valid,.form-control-color.is-valid {
    width: calc(3.75rem + 1.5em)
}

.was-validated .form-check-input:valid,.form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color)
}

.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

.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: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    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='%23ff4842'%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='%23ff4842' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:invalid,.form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.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"] {
    --bs-form-select-bg-icon: 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='%23ff4842'%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='%23ff4842' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.was-validated .form-control-color:invalid,.form-control-color.is-invalid {
    width: calc(3.75rem + 1.5em)
}

.was-validated .form-check-input:invalid,.form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: .75rem;
    --bs-btn-padding-y: .375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked:focus-visible+.btn {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,.btn.disabled,fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #00aaf0;
    --bs-btn-border-color: #00aaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(38.25, 182.75, 242.25);
    --bs-btn-hover-border-color: rgb(25.5, 178.5, 241.5);
    --bs-btn-focus-shadow-rgb: 0, 145, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #33bbf3;
    --bs-btn-active-border-color: rgb(25.5, 178.5, 241.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #00aaf0;
    --bs-btn-disabled-border-color: #00aaf0
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #637381;
    --bs-btn-border-color: #637381;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(84.15, 97.75, 109.65);
    --bs-btn-hover-border-color: rgb(79.2, 92, 103.2);
    --bs-btn-focus-shadow-rgb: 122, 136, 148;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(79.2, 92, 103.2);
    --bs-btn-active-border-color: rgb(74.25, 86.25, 96.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #637381;
    --bs-btn-disabled-border-color: #637381
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #34ab84;
    --bs-btn-border-color: #34ab84;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(82.45, 183.6, 150.45);
    --bs-btn-hover-border-color: rgb(72.3, 179.4, 144.3);
    --bs-btn-focus-shadow-rgb: 44, 145, 112;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(92.6, 187.8, 156.6);
    --bs-btn-active-border-color: rgb(72.3, 179.4, 144.3);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #34ab84;
    --bs-btn-disabled-border-color: #34ab84
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
    --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(61.4, 212.6, 243);
    --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
    --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 205.4, 56.6);
    --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-orange {
    --bs-btn-color: #000;
    --bs-btn-bg: #ff5c35;
    --bs-btn-border-color: #ff5c35;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 116.45, 83.3);
    --bs-btn-hover-border-color: rgb(255, 108.3, 73.2);
    --bs-btn-focus-shadow-rgb: 217, 78, 45;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 124.6, 93.4);
    --bs-btn-active-border-color: rgb(255, 108.3, 73.2);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ff5c35;
    --bs-btn-disabled-border-color: #ff5c35
}

.btn-danger {
    --bs-btn-color: #000;
    --bs-btn-bg: #ff4842;
    --bs-btn-border-color: #ff4842;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 99.45, 94.35);
    --bs-btn-hover-border-color: rgb(255, 90.3, 84.9);
    --bs-btn-focus-shadow-rgb: 217, 61, 56;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 108.6, 103.8);
    --bs-btn-active-border-color: rgb(255, 90.3, 84.9);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ff4842;
    --bs-btn-disabled-border-color: #ff4842
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
    --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(198.4, 199.2, 200);
    --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
    --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
    --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-indigo {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6610f2;
    --bs-btn-border-color: #6610f2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(86.7, 13.6, 205.7);
    --bs-btn-hover-border-color: rgb(81.6, 12.8, 193.6);
    --bs-btn-focus-shadow-rgb: 125, 52, 244;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(81.6, 12.8, 193.6);
    --bs-btn-active-border-color: rgb(76.5, 12, 181.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6610f2;
    --bs-btn-disabled-border-color: #6610f2
}

.btn-outline-primary {
    --bs-btn-color: #00aaf0;
    --bs-btn-border-color: #00aaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #00aaf0;
    --bs-btn-hover-border-color: #00aaf0;
    --bs-btn-focus-shadow-rgb: 0, 170, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #00aaf0;
    --bs-btn-active-border-color: #00aaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #00aaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00aaf0;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #637381;
    --bs-btn-border-color: #637381;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #637381;
    --bs-btn-hover-border-color: #637381;
    --bs-btn-focus-shadow-rgb: 99, 115, 129;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #637381;
    --bs-btn-active-border-color: #637381;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #637381;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #637381;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #34ab84;
    --bs-btn-border-color: #34ab84;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #34ab84;
    --bs-btn-hover-border-color: #34ab84;
    --bs-btn-focus-shadow-rgb: 52, 171, 132;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #34ab84;
    --bs-btn-active-border-color: #34ab84;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #34ab84;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #34ab84;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-orange {
    --bs-btn-color: #ff5c35;
    --bs-btn-border-color: #ff5c35;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff5c35;
    --bs-btn-hover-border-color: #ff5c35;
    --bs-btn-focus-shadow-rgb: 255, 92, 53;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff5c35;
    --bs-btn-active-border-color: #ff5c35;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ff5c35;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff5c35;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #ff4842;
    --bs-btn-border-color: #ff4842;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff4842;
    --bs-btn-hover-border-color: #ff4842;
    --bs-btn-focus-shadow-rgb: 255, 72, 66;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff4842;
    --bs-btn-active-border-color: #ff4842;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ff4842;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff4842;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-outline-indigo {
    --bs-btn-color: #6610f2;
    --bs-btn-border-color: #6610f2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6610f2;
    --bs-btn-hover-border-color: #6610f2;
    --bs-btn-focus-shadow-rgb: 102, 16, 242;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6610f2;
    --bs-btn-active-border-color: #6610f2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #6610f2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6610f2;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 0, 145, 204;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg,.btn-group-lg>.btn {
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-sm,.btn-group-sm>.btn {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    transition: opacity .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 .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: .5rem;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: .5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #00aaf0;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: .25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: .5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle:after {
    display: none
}

.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:hover,.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #00aaf0;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-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 {
    border-radius: var(--bs-border-radius)
}

.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1)
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.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: .5625rem;
    padding-left: .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: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .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: calc(var(--bs-border-width) * -1)
}

.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 {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem #00aaf040
}

.nav-link.disabled,.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #00aaf0
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: .125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:hover,.nav-underline .nav-link:focus {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.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 {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: .5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: .3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: .5rem;
    --bs-navbar-toggler-padding-y: .25rem;
    --bs-navbar-toggler-padding-x: .75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: .25rem;
    --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,.navbar-text a:hover,.navbar-text a:focus {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@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 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto!important;
    height: auto!important;
    visibility: visible!important;
    background-color: transparent!important;
    border: 0!important;
    transform: none!important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark,.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, .55);
    --bs-navbar-hover-color: rgba(255, 255, 255, .75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);
    --bs-navbar-toggler-icon-bg: 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")
}

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: 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")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: .5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: .5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: .75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.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: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-top,.card-img-bottom {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width: 576px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        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 {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: #ececec;
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.5rem;
    --bs-accordion-btn-padding-y: 1.5rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: #f9f9f9;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 1.5rem;
    --bs-accordion-body-padding-y: 1.5rem;
    --bs-accordion-active-color: #212529;
    --bs-accordion-active-bg: #f9f9f9
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.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-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0
}

.accordion-flush>.accordion-item>.accordion-collapse {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366ccf6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366ccf6'%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")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: .5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: .75rem;
    --bs-pagination-padding-y: .375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(0, 170, 240, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #00aaf0;
    --bs-pagination-active-border-color: #00aaf0;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.page-link.active,.active>.page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.page-link.disabled,.disabled>.page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1)
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: .75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: .5rem;
    --bs-pagination-padding-y: .25rem;
    --bs-pagination-font-size: .875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
    --bs-badge-padding-x: .65em;
    --bs-badge-padding-y: .35em;
    --bs-badge-font-size: .75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-orange {
    --bs-alert-color: var(--bs-orange-text-emphasis);
    --bs-alert-bg: var(--bs-orange-bg-subtle);
    --bs-alert-border-color: var(--bs-orange-border-subtle);
    --bs-alert-link-color: var(--bs-orange-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

.alert-indigo {
    --bs-alert-color: var(--bs-indigo-text-emphasis);
    --bs-alert-bg: var(--bs-indigo-bg-subtle);
    --bs-alert-border-color: var(--bs-indigo-border-subtle);
    --bs-alert-link-color: var(--bs-indigo-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: .75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #00aaf0;
    --bs-progress-bar-transition: width .6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: .5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #00aaf0;
    --bs-list-group-active-border-color: #00aaf0;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item:before {
    content: counters(section,".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.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: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction:row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        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: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction:row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        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: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction:row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        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: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        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: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction:row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        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: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-orange {
    --bs-list-group-color: var(--bs-orange-text-emphasis);
    --bs-list-group-bg: var(--bs-orange-bg-subtle);
    --bs-list-group-border-color: var(--bs-orange-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-orange-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-orange-border-subtle);
    --bs-list-group-active-color: var(--bs-orange-bg-subtle);
    --bs-list-group-active-bg: var(--bs-orange-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-orange-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.list-group-item-indigo {
    --bs-list-group-color: var(--bs-indigo-text-emphasis);
    --bs-list-group-bg: var(--bs-indigo-bg-subtle);
    --bs-list-group-border-color: var(--bs-indigo-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-indigo-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-indigo-border-subtle);
    --bs-list-group-active-color: var(--bs-indigo-bg-subtle);
    --bs-list-group-active-bg: var(--bs-indigo-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-indigo-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: .5;
    --bs-btn-close-hover-opacity: .75;
    --bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(0, 170, 240, .25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: .25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled,.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white,[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: .75rem;
    --bs-toast-padding-y: .5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: .875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-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% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-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,.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@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,.modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@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,.modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@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,.modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@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,.modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@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,.modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: .5rem;
    --bs-tooltip-padding-y: .25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: .875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: .9;
    --bs-tooltip-arrow-width: .8rem;
    --bs-tooltip-arrow-height: .4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: .875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: .5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: .5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow:before,.popover .popover-arrow:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0
}

.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.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: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.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%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end {
    transform: translate(100%)
}

.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start {
    transform: translate(-100%)
}

.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 .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end {
        transition: none
    }
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,.carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .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%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

.spinner-grow,.spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-border-width: .25em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,.spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform .3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition:none
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding) {
        transform: none
    }

    .offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show {
        visibility: visible
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition:none
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.showing,.offcanvas-md.show:not(.hiding) {
        transform: none
    }

    .offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show {
        visibility: visible
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition:none
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding) {
        transform: none
    }

    .offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show {
        visibility: visible
    }
}

@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition:none
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show {
        visibility: visible
    }
}

@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition:none
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show {
        visibility: visible
    }
}

@media (min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.showing,.offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.showing,.offcanvas.hiding,.offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn:before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
    mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #000!important;
    background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-secondary {
    color: #fff!important;
    background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-success {
    color: #000!important;
    background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-info {
    color: #000!important;
    background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-warning {
    color: #000!important;
    background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-orange {
    color: #000!important;
    background-color: RGBA(var(--bs-orange-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-danger {
    color: #000!important;
    background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-light {
    color: #000!important;
    background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-dark {
    color: #fff!important;
    background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-indigo {
    color: #fff!important;
    background-color: RGBA(var(--bs-indigo-rgb),var(--bs-bg-opacity, 1))!important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-primary:hover,.link-primary:focus {
    color: RGBA(51,187,243,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(51,187,243,var(--bs-link-underline-opacity, 1))!important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-secondary:hover,.link-secondary:focus {
    color: RGBA(79,92,103,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(79,92,103,var(--bs-link-underline-opacity, 1))!important
}

.link-success {
    color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-success:hover,.link-success:focus {
    color: RGBA(93,188,157,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(93,188,157,var(--bs-link-underline-opacity, 1))!important
}

.link-info {
    color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-info:hover,.link-info:focus {
    color: RGBA(61,213,243,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity, 1))!important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-warning:hover,.link-warning:focus {
    color: RGBA(255,205,57,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important
}

.link-orange {
    color: RGBA(var(--bs-orange-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-orange-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-orange:hover,.link-orange:focus {
    color: RGBA(255,125,93,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(255,125,93,var(--bs-link-underline-opacity, 1))!important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-danger:hover,.link-danger:focus {
    color: RGBA(255,109,104,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(255,109,104,var(--bs-link-underline-opacity, 1))!important
}

.link-light {
    color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-light:hover,.link-light:focus {
    color: RGBA(249,250,251,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-dark:hover,.link-dark:focus {
    color: RGBA(26,30,33,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important
}

.link-indigo {
    color: RGBA(var(--bs-indigo-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-indigo-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-indigo:hover,.link-indigo:focus {
    color: RGBA(82,13,194,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(82,13,194,var(--bs-link-underline-opacity, 1))!important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-body-emphasis:hover,.link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important
}

.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));
    text-underline-offset: .25em;
    backface-visibility: hidden
}

.icon-link>.bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: .2s ease-in-out transform
}

@media (prefers-reduced-motion: reduce) {
    .icon-link>.bi {
        transition: none
    }
}

.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi {
    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.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: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.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
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    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
}

.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute!important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.object-fit-contain {
    object-fit: contain!important
}

.object-fit-cover {
    object-fit: cover!important
}

.object-fit-fill {
    object-fit: fill!important
}

.object-fit-scale {
    object-fit: scale-down!important
}

.object-fit-none {
    object-fit: none!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.overflow-x-auto {
    overflow-x: auto!important
}

.overflow-x-hidden {
    overflow-x: hidden!important
}

.overflow-x-visible {
    overflow-x: visible!important
}

.overflow-x-scroll {
    overflow-x: scroll!important
}

.overflow-y-auto {
    overflow-y: auto!important
}

.overflow-y-hidden {
    overflow-y: hidden!important
}

.overflow-y-visible {
    overflow-y: visible!important
}

.overflow-y-scroll {
    overflow-y: 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-inline-grid {
    display: inline-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: var(--bs-box-shadow)!important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm)!important
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg)!important
}

.shadow-none {
    box-shadow: none!important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-orange {
    --bs-focus-ring-color: rgba(var(--bs-orange-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-indigo {
    --bs-focus-ring-color: rgba(var(--bs-indigo-rgb), var(--bs-focus-ring-opacity))
}

.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: translate(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-top-0 {
    border-top: 0!important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-end-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-start-0 {
    border-left: 0!important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important
}

.border-orange {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-orange-rgb),var(--bs-border-opacity))!important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important
}

.border-indigo {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-indigo-rgb),var(--bs-border-opacity))!important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle)!important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle)!important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle)!important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle)!important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle)!important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle)!important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle)!important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle)!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
}

.border-opacity-10 {
    --bs-border-opacity: .1
}

.border-opacity-25 {
    --bs-border-opacity: .25
}

.border-opacity-50 {
    --bs-border-opacity: .5
}

.border-opacity-75 {
    --bs-border-opacity: .75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: 1rem!important
}

.gap-4 {
    gap: 1.5rem!important
}

.gap-5 {
    gap: 3rem!important
}

.row-gap-0 {
    row-gap: 0!important
}

.row-gap-1 {
    row-gap: .25rem!important
}

.row-gap-2 {
    row-gap: .5rem!important
}

.row-gap-3 {
    row-gap: 1rem!important
}

.row-gap-4 {
    row-gap: 1.5rem!important
}

.row-gap-5 {
    row-gap: 3rem!important
}

.column-gap-0 {
    column-gap: 0!important
}

.column-gap-1 {
    column-gap: .25rem!important
}

.column-gap-2 {
    column-gap: .5rem!important
}

.column-gap-3 {
    column-gap: 1rem!important
}

.column-gap-4 {
    column-gap: 1.5rem!important
}

.column-gap-5 {
    column-gap: 3rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw)!important
}

.fs-5 {
    font-size: 1.25rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-light {
    font-weight: 300!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-medium {
    font-weight: 500!important
}

.fw-semibold {
    font-weight: 600!important
}

.fw-bold {
    font-weight: 700!important
}

.fw-bolder {
    font-weight: bolder!important
}

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.25!important
}

.lh-base {
    line-height: 1.5!important
}

.lh-lg {
    line-height: 2!important
}

.text-start {
    text-align: left!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-decoration-none {
    text-decoration: none!important
}

.text-decoration-underline {
    text-decoration: underline!important
}

.text-decoration-line-through {
    text-decoration: line-through!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}

.text-orange {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb),var(--bs-text-opacity))!important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}

.text-indigo {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-indigo-rgb),var(--bs-text-opacity))!important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: #00000080!important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: #ffffff80!important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color)!important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color)!important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit!important
}

.text-opacity-25 {
    --bs-text-opacity: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis)!important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis)!important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis)!important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis)!important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis)!important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis)!important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis)!important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis)!important
}

.link-opacity-10,.link-opacity-10-hover:hover {
    --bs-link-opacity: .1
}

.link-opacity-25,.link-opacity-25-hover:hover {
    --bs-link-opacity: .25
}

.link-opacity-50,.link-opacity-50-hover:hover {
    --bs-link-opacity: .5
}

.link-opacity-75,.link-opacity-75-hover:hover {
    --bs-link-opacity: .75
}

.link-opacity-100,.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1,.link-offset-1-hover:hover {
    text-underline-offset: .125em!important
}

.link-offset-2,.link-offset-2-hover:hover {
    text-underline-offset: .25em!important
}

.link-offset-3,.link-offset-3-hover:hover {
    text-underline-offset: .375em!important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-orange {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-orange-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-indigo {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-indigo-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-underline-opacity-0,.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10,.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: .1
}

.link-underline-opacity-25,.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: .25
}

.link-underline-opacity-50,.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: .5
}

.link-underline-opacity-75,.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: .75
}

.link-underline-opacity-100,.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-rgb),var(--bs-bg-opacity))!important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}

.bg-indigo {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-indigo-rgb),var(--bs-bg-opacity))!important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent!important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle)!important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle)!important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle)!important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle)!important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle)!important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle)!important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle)!important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle)!important
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

.user-select-all {
    -webkit-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    user-select: none!important
}

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: var(--bs-border-radius)!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm)!important
}

.rounded-2 {
    border-radius: var(--bs-border-radius)!important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg)!important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl)!important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl)!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill)!important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm)!important;
    border-top-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg)!important;
    border-top-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl)!important;
    border-top-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-top-circle {
    border-top-left-radius: 50%!important;
    border-top-right-radius: 50%!important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill)!important;
    border-top-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-0 {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-end-circle {
    border-top-right-radius: 50%!important;
    border-bottom-right-radius: 50%!important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50%!important;
    border-bottom-left-radius: 50%!important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-left-radius: var(--bs-border-radius-pill)!important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-0 {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm)!important;
    border-top-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg)!important;
    border-top-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl)!important;
    border-top-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-start-circle {
    border-bottom-left-radius: 50%!important;
    border-top-left-radius: 50%!important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill)!important;
    border-top-left-radius: var(--bs-border-radius-pill)!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.z-n1 {
    z-index: -1!important
}

.z-0 {
    z-index: 0!important
}

.z-1 {
    z-index: 1!important
}

.z-2 {
    z-index: 2!important
}

.z-3 {
    z-index: 3!important
}

@media (min-width: 576px) {
    .float-sm-start {
        float:left!important
    }

    .float-sm-end {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .object-fit-sm-contain {
        object-fit: contain!important
    }

    .object-fit-sm-cover {
        object-fit: cover!important
    }

    .object-fit-sm-fill {
        object-fit: fill!important
    }

    .object-fit-sm-scale {
        object-fit: scale-down!important
    }

    .object-fit-sm-none {
        object-fit: 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-inline-grid {
        display: inline-grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        flex-direction: row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }

    .order-sm-first {
        order: -1!important
    }

    .order-sm-0 {
        order: 0!important
    }

    .order-sm-1 {
        order: 1!important
    }

    .order-sm-2 {
        order: 2!important
    }

    .order-sm-3 {
        order: 3!important
    }

    .order-sm-4 {
        order: 4!important
    }

    .order-sm-5 {
        order: 5!important
    }

    .order-sm-last {
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-sm-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-sm-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-sm-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-sm-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-sm-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: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mt-sm-2 {
        margin-top: .5rem!important
    }

    .mt-sm-3 {
        margin-top: 1rem!important
    }

    .mt-sm-4 {
        margin-top: 1.5rem!important
    }

    .mt-sm-5 {
        margin-top: 3rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    .me-sm-0 {
        margin-right: 0!important
    }

    .me-sm-1 {
        margin-right: .25rem!important
    }

    .me-sm-2 {
        margin-right: .5rem!important
    }

    .me-sm-3 {
        margin-right: 1rem!important
    }

    .me-sm-4 {
        margin-right: 1.5rem!important
    }

    .me-sm-5 {
        margin-right: 3rem!important
    }

    .me-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .mb-sm-3 {
        margin-bottom: 1rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-5 {
        margin-bottom: 3rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ms-sm-0 {
        margin-left: 0!important
    }

    .ms-sm-1 {
        margin-left: .25rem!important
    }

    .ms-sm-2 {
        margin-left: .5rem!important
    }

    .ms-sm-3 {
        margin-left: 1rem!important
    }

    .ms-sm-4 {
        margin-left: 1.5rem!important
    }

    .ms-sm-5 {
        margin-left: 3rem!important
    }

    .ms-sm-auto {
        margin-left: auto!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .pe-sm-0 {
        padding-right: 0!important
    }

    .pe-sm-1 {
        padding-right: .25rem!important
    }

    .pe-sm-2 {
        padding-right: .5rem!important
    }

    .pe-sm-3 {
        padding-right: 1rem!important
    }

    .pe-sm-4 {
        padding-right: 1.5rem!important
    }

    .pe-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .pb-sm-3 {
        padding-bottom: 1rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-5 {
        padding-bottom: 3rem!important
    }

    .ps-sm-0 {
        padding-left: 0!important
    }

    .ps-sm-1 {
        padding-left: .25rem!important
    }

    .ps-sm-2 {
        padding-left: .5rem!important
    }

    .ps-sm-3 {
        padding-left: 1rem!important
    }

    .ps-sm-4 {
        padding-left: 1.5rem!important
    }

    .ps-sm-5 {
        padding-left: 3rem!important
    }

    .gap-sm-0 {
        gap: 0!important
    }

    .gap-sm-1 {
        gap: .25rem!important
    }

    .gap-sm-2 {
        gap: .5rem!important
    }

    .gap-sm-3 {
        gap: 1rem!important
    }

    .gap-sm-4 {
        gap: 1.5rem!important
    }

    .gap-sm-5 {
        gap: 3rem!important
    }

    .row-gap-sm-0 {
        row-gap: 0!important
    }

    .row-gap-sm-1 {
        row-gap: .25rem!important
    }

    .row-gap-sm-2 {
        row-gap: .5rem!important
    }

    .row-gap-sm-3 {
        row-gap: 1rem!important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-sm-5 {
        row-gap: 3rem!important
    }

    .column-gap-sm-0 {
        column-gap: 0!important
    }

    .column-gap-sm-1 {
        column-gap: .25rem!important
    }

    .column-gap-sm-2 {
        column-gap: .5rem!important
    }

    .column-gap-sm-3 {
        column-gap: 1rem!important
    }

    .column-gap-sm-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-sm-5 {
        column-gap: 3rem!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
    }

    .object-fit-md-contain {
        object-fit: contain!important
    }

    .object-fit-md-cover {
        object-fit: cover!important
    }

    .object-fit-md-fill {
        object-fit: fill!important
    }

    .object-fit-md-scale {
        object-fit: scale-down!important
    }

    .object-fit-md-none {
        object-fit: 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-inline-grid {
        display: inline-grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-row {
        flex-direction: row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .order-md-first {
        order: -1!important
    }

    .order-md-0 {
        order: 0!important
    }

    .order-md-1 {
        order: 1!important
    }

    .order-md-2 {
        order: 2!important
    }

    .order-md-3 {
        order: 3!important
    }

    .order-md-4 {
        order: 4!important
    }

    .order-md-5 {
        order: 5!important
    }

    .order-md-last {
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-md-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-md-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: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mt-md-2 {
        margin-top: .5rem!important
    }

    .mt-md-3 {
        margin-top: 1rem!important
    }

    .mt-md-4 {
        margin-top: 1.5rem!important
    }

    .mt-md-5 {
        margin-top: 3rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    .me-md-0 {
        margin-right: 0!important
    }

    .me-md-1 {
        margin-right: .25rem!important
    }

    .me-md-2 {
        margin-right: .5rem!important
    }

    .me-md-3 {
        margin-right: 1rem!important
    }

    .me-md-4 {
        margin-right: 1.5rem!important
    }

    .me-md-5 {
        margin-right: 3rem!important
    }

    .me-md-auto {
        margin-right: auto!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .mb-md-2 {
        margin-bottom: .5rem!important
    }

    .mb-md-3 {
        margin-bottom: 1rem!important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-5 {
        margin-bottom: 3rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ms-md-0 {
        margin-left: 0!important
    }

    .ms-md-1 {
        margin-left: .25rem!important
    }

    .ms-md-2 {
        margin-left: .5rem!important
    }

    .ms-md-3 {
        margin-left: 1rem!important
    }

    .ms-md-4 {
        margin-left: 1.5rem!important
    }

    .ms-md-5 {
        margin-left: 3rem!important
    }

    .ms-md-auto {
        margin-left: auto!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .pe-md-0 {
        padding-right: 0!important
    }

    .pe-md-1 {
        padding-right: .25rem!important
    }

    .pe-md-2 {
        padding-right: .5rem!important
    }

    .pe-md-3 {
        padding-right: 1rem!important
    }

    .pe-md-4 {
        padding-right: 1.5rem!important
    }

    .pe-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pb-md-2 {
        padding-bottom: .5rem!important
    }

    .pb-md-3 {
        padding-bottom: 1rem!important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-5 {
        padding-bottom: 3rem!important
    }

    .ps-md-0 {
        padding-left: 0!important
    }

    .ps-md-1 {
        padding-left: .25rem!important
    }

    .ps-md-2 {
        padding-left: .5rem!important
    }

    .ps-md-3 {
        padding-left: 1rem!important
    }

    .ps-md-4 {
        padding-left: 1.5rem!important
    }

    .ps-md-5 {
        padding-left: 3rem!important
    }

    .gap-md-0 {
        gap: 0!important
    }

    .gap-md-1 {
        gap: .25rem!important
    }

    .gap-md-2 {
        gap: .5rem!important
    }

    .gap-md-3 {
        gap: 1rem!important
    }

    .gap-md-4 {
        gap: 1.5rem!important
    }

    .gap-md-5 {
        gap: 3rem!important
    }

    .row-gap-md-0 {
        row-gap: 0!important
    }

    .row-gap-md-1 {
        row-gap: .25rem!important
    }

    .row-gap-md-2 {
        row-gap: .5rem!important
    }

    .row-gap-md-3 {
        row-gap: 1rem!important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-md-5 {
        row-gap: 3rem!important
    }

    .column-gap-md-0 {
        column-gap: 0!important
    }

    .column-gap-md-1 {
        column-gap: .25rem!important
    }

    .column-gap-md-2 {
        column-gap: .5rem!important
    }

    .column-gap-md-3 {
        column-gap: 1rem!important
    }

    .column-gap-md-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-md-5 {
        column-gap: 3rem!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
    }

    .object-fit-lg-contain {
        object-fit: contain!important
    }

    .object-fit-lg-cover {
        object-fit: cover!important
    }

    .object-fit-lg-fill {
        object-fit: fill!important
    }

    .object-fit-lg-scale {
        object-fit: scale-down!important
    }

    .object-fit-lg-none {
        object-fit: 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-inline-grid {
        display: inline-grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        flex-direction: row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .order-lg-first {
        order: -1!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .order-lg-1 {
        order: 1!important
    }

    .order-lg-2 {
        order: 2!important
    }

    .order-lg-3 {
        order: 3!important
    }

    .order-lg-4 {
        order: 4!important
    }

    .order-lg-5 {
        order: 5!important
    }

    .order-lg-last {
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-lg-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-lg-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-lg-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-lg-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: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mt-lg-2 {
        margin-top: .5rem!important
    }

    .mt-lg-3 {
        margin-top: 1rem!important
    }

    .mt-lg-4 {
        margin-top: 1.5rem!important
    }

    .mt-lg-5 {
        margin-top: 3rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-1 {
        margin-right: .25rem!important
    }

    .me-lg-2 {
        margin-right: .5rem!important
    }

    .me-lg-3 {
        margin-right: 1rem!important
    }

    .me-lg-4 {
        margin-right: 1.5rem!important
    }

    .me-lg-5 {
        margin-right: 3rem!important
    }

    .me-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .mb-lg-3 {
        margin-bottom: 1rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-5 {
        margin-bottom: 3rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ms-lg-0 {
        margin-left: 0!important
    }

    .ms-lg-1 {
        margin-left: .25rem!important
    }

    .ms-lg-2 {
        margin-left: .5rem!important
    }

    .ms-lg-3 {
        margin-left: 1rem!important
    }

    .ms-lg-4 {
        margin-left: 1.5rem!important
    }

    .ms-lg-5 {
        margin-left: 3rem!important
    }

    .ms-lg-auto {
        margin-left: auto!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .pe-lg-0 {
        padding-right: 0!important
    }

    .pe-lg-1 {
        padding-right: .25rem!important
    }

    .pe-lg-2 {
        padding-right: .5rem!important
    }

    .pe-lg-3 {
        padding-right: 1rem!important
    }

    .pe-lg-4 {
        padding-right: 1.5rem!important
    }

    .pe-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .pb-lg-3 {
        padding-bottom: 1rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-5 {
        padding-bottom: 3rem!important
    }

    .ps-lg-0 {
        padding-left: 0!important
    }

    .ps-lg-1 {
        padding-left: .25rem!important
    }

    .ps-lg-2 {
        padding-left: .5rem!important
    }

    .ps-lg-3 {
        padding-left: 1rem!important
    }

    .ps-lg-4 {
        padding-left: 1.5rem!important
    }

    .ps-lg-5 {
        padding-left: 3rem!important
    }

    .gap-lg-0 {
        gap: 0!important
    }

    .gap-lg-1 {
        gap: .25rem!important
    }

    .gap-lg-2 {
        gap: .5rem!important
    }

    .gap-lg-3 {
        gap: 1rem!important
    }

    .gap-lg-4 {
        gap: 1.5rem!important
    }

    .gap-lg-5 {
        gap: 3rem!important
    }

    .row-gap-lg-0 {
        row-gap: 0!important
    }

    .row-gap-lg-1 {
        row-gap: .25rem!important
    }

    .row-gap-lg-2 {
        row-gap: .5rem!important
    }

    .row-gap-lg-3 {
        row-gap: 1rem!important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-lg-5 {
        row-gap: 3rem!important
    }

    .column-gap-lg-0 {
        column-gap: 0!important
    }

    .column-gap-lg-1 {
        column-gap: .25rem!important
    }

    .column-gap-lg-2 {
        column-gap: .5rem!important
    }

    .column-gap-lg-3 {
        column-gap: 1rem!important
    }

    .column-gap-lg-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-lg-5 {
        column-gap: 3rem!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
    }

    .object-fit-xl-contain {
        object-fit: contain!important
    }

    .object-fit-xl-cover {
        object-fit: cover!important
    }

    .object-fit-xl-fill {
        object-fit: fill!important
    }

    .object-fit-xl-scale {
        object-fit: scale-down!important
    }

    .object-fit-xl-none {
        object-fit: 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-inline-grid {
        display: inline-grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        flex-direction: row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .order-xl-first {
        order: -1!important
    }

    .order-xl-0 {
        order: 0!important
    }

    .order-xl-1 {
        order: 1!important
    }

    .order-xl-2 {
        order: 2!important
    }

    .order-xl-3 {
        order: 3!important
    }

    .order-xl-4 {
        order: 4!important
    }

    .order-xl-5 {
        order: 5!important
    }

    .order-xl-last {
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xl-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: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mt-xl-2 {
        margin-top: .5rem!important
    }

    .mt-xl-3 {
        margin-top: 1rem!important
    }

    .mt-xl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xl-5 {
        margin-top: 3rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    .me-xl-0 {
        margin-right: 0!important
    }

    .me-xl-1 {
        margin-right: .25rem!important
    }

    .me-xl-2 {
        margin-right: .5rem!important
    }

    .me-xl-3 {
        margin-right: 1rem!important
    }

    .me-xl-4 {
        margin-right: 1.5rem!important
    }

    .me-xl-5 {
        margin-right: 3rem!important
    }

    .me-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ms-xl-0 {
        margin-left: 0!important
    }

    .ms-xl-1 {
        margin-left: .25rem!important
    }

    .ms-xl-2 {
        margin-left: .5rem!important
    }

    .ms-xl-3 {
        margin-left: 1rem!important
    }

    .ms-xl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xl-5 {
        margin-left: 3rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pt-xl-3 {
        padding-top: 1rem!important
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xl-5 {
        padding-top: 3rem!important
    }

    .pe-xl-0 {
        padding-right: 0!important
    }

    .pe-xl-1 {
        padding-right: .25rem!important
    }

    .pe-xl-2 {
        padding-right: .5rem!important
    }

    .pe-xl-3 {
        padding-right: 1rem!important
    }

    .pe-xl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xl-0 {
        padding-left: 0!important
    }

    .ps-xl-1 {
        padding-left: .25rem!important
    }

    .ps-xl-2 {
        padding-left: .5rem!important
    }

    .ps-xl-3 {
        padding-left: 1rem!important
    }

    .ps-xl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xl-5 {
        padding-left: 3rem!important
    }

    .gap-xl-0 {
        gap: 0!important
    }

    .gap-xl-1 {
        gap: .25rem!important
    }

    .gap-xl-2 {
        gap: .5rem!important
    }

    .gap-xl-3 {
        gap: 1rem!important
    }

    .gap-xl-4 {
        gap: 1.5rem!important
    }

    .gap-xl-5 {
        gap: 3rem!important
    }

    .row-gap-xl-0 {
        row-gap: 0!important
    }

    .row-gap-xl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xl-0 {
        column-gap: 0!important
    }

    .column-gap-xl-1 {
        column-gap: .25rem!important
    }

    .column-gap-xl-2 {
        column-gap: .5rem!important
    }

    .column-gap-xl-3 {
        column-gap: 1rem!important
    }

    .column-gap-xl-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-xl-5 {
        column-gap: 3rem!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
    }

    .object-fit-xxl-contain {
        object-fit: contain!important
    }

    .object-fit-xxl-cover {
        object-fit: cover!important
    }

    .object-fit-xxl-fill {
        object-fit: fill!important
    }

    .object-fit-xxl-scale {
        object-fit: scale-down!important
    }

    .object-fit-xxl-none {
        object-fit: 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-inline-grid {
        display: inline-grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        flex-direction: row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xxl-start {
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }

    .order-xxl-first {
        order: -1!important
    }

    .order-xxl-0 {
        order: 0!important
    }

    .order-xxl-1 {
        order: 1!important
    }

    .order-xxl-2 {
        order: 2!important
    }

    .order-xxl-3 {
        order: 3!important
    }

    .order-xxl-4 {
        order: 4!important
    }

    .order-xxl-5 {
        order: 5!important
    }

    .order-xxl-last {
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xxl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xxl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xxl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xxl-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: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xxl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xxl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xxl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-1 {
        margin-top: .25rem!important
    }

    .mt-xxl-2 {
        margin-top: .5rem!important
    }

    .mt-xxl-3 {
        margin-top: 1rem!important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-5 {
        margin-top: 3rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    .me-xxl-0 {
        margin-right: 0!important
    }

    .me-xxl-1 {
        margin-right: .25rem!important
    }

    .me-xxl-2 {
        margin-right: .5rem!important
    }

    .me-xxl-3 {
        margin-right: 1rem!important
    }

    .me-xxl-4 {
        margin-right: 1.5rem!important
    }

    .me-xxl-5 {
        margin-right: 3rem!important
    }

    .me-xxl-auto {
        margin-right: auto!important
    }

    .mb-xxl-0 {
        margin-bottom: 0!important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    .ms-xxl-0 {
        margin-left: 0!important
    }

    .ms-xxl-1 {
        margin-left: .25rem!important
    }

    .ms-xxl-2 {
        margin-left: .5rem!important
    }

    .ms-xxl-3 {
        margin-left: 1rem!important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xxl-5 {
        margin-left: 3rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .px-xxl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xxl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xxl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xxl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xxl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xxl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xxl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xxl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xxl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-1 {
        padding-top: .25rem!important
    }

    .pt-xxl-2 {
        padding-top: .5rem!important
    }

    .pt-xxl-3 {
        padding-top: 1rem!important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-5 {
        padding-top: 3rem!important
    }

    .pe-xxl-0 {
        padding-right: 0!important
    }

    .pe-xxl-1 {
        padding-right: .25rem!important
    }

    .pe-xxl-2 {
        padding-right: .5rem!important
    }

    .pe-xxl-3 {
        padding-right: 1rem!important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xxl-5 {
        padding-right: 3rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xxl-0 {
        padding-left: 0!important
    }

    .ps-xxl-1 {
        padding-left: .25rem!important
    }

    .ps-xxl-2 {
        padding-left: .5rem!important
    }

    .ps-xxl-3 {
        padding-left: 1rem!important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xxl-5 {
        padding-left: 3rem!important
    }

    .gap-xxl-0 {
        gap: 0!important
    }

    .gap-xxl-1 {
        gap: .25rem!important
    }

    .gap-xxl-2 {
        gap: .5rem!important
    }

    .gap-xxl-3 {
        gap: 1rem!important
    }

    .gap-xxl-4 {
        gap: 1.5rem!important
    }

    .gap-xxl-5 {
        gap: 3rem!important
    }

    .row-gap-xxl-0 {
        row-gap: 0!important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xxl-0 {
        column-gap: 0!important
    }

    .column-gap-xxl-1 {
        column-gap: .25rem!important
    }

    .column-gap-xxl-2 {
        column-gap: .5rem!important
    }

    .column-gap-xxl-3 {
        column-gap: 1rem!important
    }

    .column-gap-xxl-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-xxl-5 {
        column-gap: 3rem!important
    }

    .text-xxl-start {
        text-align: left!important
    }

    .text-xxl-end {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size:2.5rem!important
    }

    .fs-2 {
        font-size: 2rem!important
    }

    .fs-3 {
        font-size: 1.75rem!important
    }

    .fs-4 {
        font-size: 1.5rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-inline-grid {
        display: inline-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
    }
}

:root {
    --note-bg-color: rgb(255, 250, 234);
    --muted-color: #b8b8b8;
    --bs-bg-opacity: 1;
    --bs-border-color: #ececec;
    --border-color: #ececec;
    --white: #fff;
    --warning: #ffc107;
    --indigo: #6610f2;
    --primary: #00aaf0;
    --secondary: #637381;
    --success: #34ab84;
    --info: #0dcaf0;
    --danger: #ff4842;
    --light: #f8f9fa;
    --dark: #212529;
    --round-default: 10px;
    --round-10: 10px;
    --transition-duration: .25s;
    --jumbotron: #dae3ef;
    --base-color: #f9f9f9;
    --navbar-bg: #fff;
    --sidebar-bg: #fff;
    --font-color: #323232;
    --font-hover-color: darken(#323232, 5%);
    --menubar-font-color: #505050;
    --input-search-box-border: #f5f8ff;
    --dropdown-menu-bg: #fff;
    --dropdown-item-hover-bg: var(--base-color);
    --card-color: #fff;
    --box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
    --navbar-box-shadow: 9px 2px 10px rgba(0, 0, 0, .05);
    --navbar-primary-bg: #fff;
    --sidebar-box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
    --vertical-tab-header-bg: #fbfcff;
    --vertical-tab-icon-shadow: none;
    --vertical-tab-icon-bg: #fff;
    --form-control-bg: #f9f9f9;
    --select-items-hover-bg: rgb(236.25, 236.25, 236.25);
    --accordion-header-bg: #f9f9f9;
    --default-custom-control-bg: #fff;
    --btn-light-bg: #fff;
    --btn-secondary-bg: #9397a0;
    --btn-secondary-hover-bg: rgb(119.8669950739, 124.8719211823, 136.1330049261);
    --icon-hover-bg: rgb(163.5, 228.3125, 255);
    --authentication-form-bg: #fff;
    --btn-filter-bg: #fff;
    --range-slider-baseline-bg: #9397a0;
    --calendar-bg: #fff;
    --bg-x-icon: rgb(163.5, 228.3125, 255);
    --shadow-x-icon: none;
    --search-box-bg: #fff;
    --bg-input-readonly: #e9ecef;
    --chips-bg: rgb(231.15, 231.15, 231.15);
    --tab-step-before-bg: #fff;
    --time-picker-bg: #fff;
    --modal-header-footer-bg: #fff;
    --modal-body-bg: #fff;
    --avaters-border-color: #fff;
    --avatars-box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, .2);
    --success-toast-bg: #2b303b;
    --scrollbar-thumb-color: rgb(138, 220.875, 255);
    --scrollbar-thumb-hover-color: #57ceff;
    --menu-title-shadow: none;
    --submenu-shadow: none;
    --select-arrow: url(/build/assets/chevron-down-69912409.svg);
    --select-arrow-btn-secondary: url(/build/assets/chevron-down-69912409.svg);
    --close-cursore: url(/build/assets/close-cursor-light-1c264877.png);
    --modal-close-icon: url(/build/assets/x-light-891da901.svg);
    --not-found-opacity: 1;
    --search-result-dropdown-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .05);
    --kanban-scrollbar-track: rgb(240.25, 241.5, 244.25);
    --kanban-scrollbar-thumb: rgb(210.75, 214.5, 222.75);
    --vue-toaster-bg: rgba(0, 0, 0, .8);
    --table-striped-bg: rgb(251.55, 251.55, 251.55);
    --secondary-button-color: rgb(196.4407894737, 203.7039473684, 210.0592105263);
    --secondary-button-font-color: var(--black);
    --product-search-bg: #fcfcfc;
    --product-search-control-bg: var(--white);
    --notification-color: var(--dark);
    --date-time: var(--btn-secondary-bg);
    --template-variables: #f5f7fe;
    --import-board: #f5f7fe;
    --sidebar-open-overlay-color: linear-gradient( 70deg, rgb(22 28 36 / 45%), #161c24c9 );
    --table-th-font-color: rgb(99, 115, 129);
    --table-thead-bg-color: rgb(244, 246, 248);
    --top-bar: rgba(255, 255, 255, .8);
    --dropzone-bg-color: #f1faff;
    --icon-shadow: rgba(0, 0, 0, .1)
}

[theme=dark] {
    --note-bg-color: #333740;
    --muted-color: #39424e !important;
    --base-color: rgb(27.95, 31.2, 38.35);
    --navbar-bg: rgb(36.55, 40.8, 50.15);
    --sidebar-bg: rgb(36.55, 40.8, 50.15);
    --font-color: #cccccc;
    --font-hover-color: darken($white, 25%);
    --menubar-font-color: #bfc4d4;
    --border-color: rgb(53.75, 60, 73.75);
    --bs-border-color: rgb(53.75, 60, 73.75);
    --input-search-box-border: transparent;
    --dropdown-menu-bg: rgb(36.55, 40.8, 50.15);
    --dropdown-item-hover-bg: var(--base-color);
    --card-color: rgb(38.7, 43.2, 53.1);
    --box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    --navbar-box-shadow: 1px 5px 6px rgba(0, 0, 0, .09);
    --navbar-primary-bg: #2b303b;
    --sidebar-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    --vertical-tab-header-bg: rgb(43.43, 48.48, 59.59);
    --vertical-tab-icon-shadow: none;
    --vertical-tab-icon-bg: rgb(38.7, 43.2, 53.1);
    --form-control-bg: rgb(32.25, 36, 44.25);
    --select-items-hover-bg: var(--base-color);
    --accordion-header-bg: rgb(32.25, 36, 44.25);
    --default-custom-control-bg: rgb(38.7, 43.2, 53.1);
    --btn-light-bg: rgb(38.7, 43.2, 53.1);
    --btn-secondary-bg: #414244;
    --btn-secondary-hover-bg: rgb(40.0751879699, 40.6917293233, 41.9248120301);
    --icon-hover-bg: var(--base-color);
    --authentication-form-bg: rgb(38.7, 43.2, 53.1);
    --btn-filter-bg: rgb(38.7, 43.2, 53.1);
    --range-slider-baseline-bg: var(--base-color);
    --calendar-bg: rgb(38.7, 43.2, 53.1);
    --bg-x-icon: rgb(38.7, 43.2, 53.1);
    --shadow-x-icon: 0px 0px 10px rgba(0, 0, 0, .5);
    --search-box-bg: rgb(32.25, 36, 44.25);
    --bg-input-readonly: rgb(40.85, 45.6, 56.05);
    --chips-bg: rgb(38.7, 43.2, 53.1);
    --tab-step-before-bg: rgb(38.7, 43.2, 53.1);
    --time-picker-bg: rgb(38.7, 43.2, 53.1);
    --modal-header-footer-bg: rgb(40.85, 45.6, 56.05);
    --modal-body-bg: rgb(38.7, 43.2, 53.1);
    --avaters-border-color: var(--sidebar-bg);
    --avatars-box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, .2);
    --success-toast-bg: #2b303b;
    --scrollbar-thumb-color: #566076;
    --scrollbar-thumb-hover-color: #566076;
    --menu-title-shadow: 2px 2px 1px 0px rgba(0, 0, 0, .3);
    --submenu-shadow: 2px 1px 1px 0px rgba(0, 0, 0, .3);
    --select-arrow: url(/build/assets/chevron-down-dark-f3399ef9.svg);
    --select-arrow-btn-secondary: url(/build/assets/chevron-down-btn-secondary-b7bac8b4.svg);
    --close-cursore: url(/build/assets/close-cursor-dark-2d67e6f8.png);
    --modal-close-icon: url(/build/assets/x-dark-7a4233c2.svg);
    --not-found-opacity: .7;
    --search-result-dropdown-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .5);
    --kanban-scrollbar-track: rgb(107.5, 120, 147.5);
    --kanban-scrollbar-thumb: rgb(75.25, 84, 103.25);
    --vue-toaster-bg: rgba(39, 43, 53, .9);
    --table-striped-bg: rgb(36.55, 40.8, 50.15);
    --secondary-button-color: #637381;
    --secondary-button-font-color: var(--white);
    --product-search-bg: rgb(36.55, 40.8, 50.15);
    --product-search-control-bg: rgb(32.25, 36, 44.25);
    --notification-color: var(--white);
    --date-time: #8d8d8d;
    --template-variables: var(--form-control-bg);
    --jumbotron: var(--card-color);
    --import-board: var(--card-color);
    --sidebar-open-overlay-color: #00000075;
    --table-th-font-color: rgb(149 149 149);
    --table-thead-bg-color: rgb(46 50 62);
    --top-bar: rgb(39 43 53 / 85%);
    --dropzone-bg-color: #162036;
    --icon-shadow: rgba(61, 61, 61, .638)
}

.scaleIn {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: scaleIn
}

@keyframes dropdownAnimation {
    0% {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.dropdownAnimation,.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
    animation-name: dropdownAnimation;
    animation-duration: .25s;
    animation-fill-mode: both
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@-webkit-keyframes bounceDelay {
    0%,80%,to {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounceDelay {
    0%,80%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.pointer-events-none {
    pointer-events: none
}

.navbar-top {
    z-index: 201;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    background: var(--sidebar-bg);
    margin-left: 260px;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.navbar-top.add-scroller-style {
    border-bottom: 1px solid var(--border-color);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background-color: var(--top-bar);
    box-shadow: none;
    z-index: 201;
    transition: width .2s cubic-bezier(.4,0,.2,1) 0ms,height .2s cubic-bezier(.4,0,.2,1) 0ms
}

.navbar-top .navbar-menu-wrapper {
    width: 100%;
    display: flex;
    padding: 9px 0;
    align-items: center;
    color: var(--menubar-font-color);
    justify-content: space-between;
    -moz-transition: width .25s ease-in-out;
    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out
}

@media (max-width: 960px) {
    .navbar-top .navbar-menu-wrapper {
        padding:8px 5px
    }
}

@media (max-width: 767px) {
    .navbar-top .navbar-menu-wrapper {
        padding:8px 15px
    }
}

.navbar-top .navbar-menu-wrapper .navbar-left-items {
    display: flex;
    align-items: center
}

.navbar-top .navbar-menu-wrapper .navbar-left-items .navbar-primary {
    margin-right: 0;
    min-width: 35px
}

.navbar-top .navbar-menu-wrapper .navbar-left-items .navbar-primary img {
    margin: auto;
    height: 35px;
    max-width: 100%;
    vertical-align: middle
}

.navbar-top .navbar-menu-wrapper .navbar-left-items .navbar-nav .sidebar-toggle-button .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: var(--sidebar-bg)
}

.navbar-top .navbar-menu-wrapper .navbar-left-items .navbar-nav .sidebar-toggle-button .nav-link i {
    font-size: 20px
}

.navbar-top .navbar-menu-wrapper .navbar-nav {
    padding: 0;
    flex-direction: row
}

@media (max-width: 425px) {
    .navbar-top .navbar-menu-wrapper .navbar-nav {
        flex-wrap:wrap;
        justify-content: flex-end;
        row-gap: 2px;
        column-gap: 4px
    }
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item {
    display: inline-flex;
    align-items: center
}

@media (max-width: 991px) {
    .navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.fullscreen-icon {
        display:none
    }
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
    color: var(--menubar-font-color);
    transition: all var(--transition-duration) ease-in-out
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item .nav-link i {
    font-size: 1.33rem
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary)
}

@media (max-width: 425px) {
    .navbar-top .navbar-menu-wrapper .navbar-nav .nav-item .nav-link .username {
        display:none
    }
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
    display: none
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    z-index: 2;
    position: absolute;
    top: -7px;
    right: 15px;
    left: inherit;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--dropdown-menu-bg)
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown {
    margin-top: 10px;
    min-width: 130px;
    padding: .5rem 0 7px
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    font-size: inherit
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item:hover {
    background-color: transparent!important
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item.active {
    color: var(--primary);
    background-color: transparent!important
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .notification-wrapper {
    max-height: 440px;
    overflow-y: auto;
    position: relative
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .notification-wrapper .mark-all {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--card-color);
    color: var(--menubar-font-color);
    flex-direction: column
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .notification-wrapper .notification-items {
    padding: 8px 23px
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .notification-wrapper .notification-items:not(:last-child) {
    border-bottom: 1px solid var(--border-color)
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .notification-wrapper .notification-items:hover {
    background-color: var(--form-control-bg)
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .notification-wrapper .notification-items .notification-topper {
    display: flex
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .notification-wrapper .notification-items .notification-topper .dot {
    max-height: 10px;
    min-width: 10px;
    max-width: 10px;
    border-radius: 50%;
    background: var(--primary);
    display: inline-flex;
    margin-right: 10px;
    position: relative;
    top: 5px
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .notification-wrapper .notification-items .notification-topper .notification-txt {
    color: var(--notification-color);
    font-size: 12px
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .notification-wrapper .notification-items .notification-topper .notification-txt:first-letter {
    text-transform: uppercase
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .notification-wrapper .notification-items .notification-date-time {
    margin: 3px 20px
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .notification-wrapper .notification-items .notification-date-time span {
    color: var(--date-time);
    font-size: 12px
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .view-all {
    padding-left: 25px
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-notification .notify-icon {
    position: relative
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-notification .notify-icon .counter {
    position: absolute;
    top: -5px;
    right: -6px;
    width: 15px;
    height: 15px;
    color: var(--white);
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    border-radius: var(--round-default);
    background-color: var(--primary)
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-notification .dropdown-menu {
    max-width: 330px
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-language {
    border-radius: 10px;
    padding: .97rem 0
}

@media (min-width: 576px) {
    .navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-language {
        border:1px solid var(--border-color)
    }
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-language .language-text {
    margin-top: 1px
}

@media (max-width: 600px) {
    .navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-language .language-text {
        display:none
    }
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
    border-radius: 10px;
    padding-top: .35rem;
    padding-bottom: .35rem
}

@media (min-width: 576px) {
    .navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
        border:1px solid var(--border-color)
    }
}

@media (max-width: 375px) {
    .navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
        padding:0!important
    }
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link {
    display: flex;
    align-items: center
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-img {
    border-radius: 100%;
    border: 1px solid var(--primary);
    padding: 3px
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-img img {
    width: 25px;
    height: 25px;
    border-radius: 100%
}

@media (max-width: 375px) {
    .navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-img img {
        width:22px;
        height: 22px
    }
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .dropdown-menu {
    width: 194px!important
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-item i {
    font-size: 20px;
    line-height: 20px
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0
}

.navbar-top .navbar-menu-wrapper .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0
}

.navbar-top.navbar-sticky {
    background-color: var(--navbar-bg);
    box-shadow: var(--navbar-box-shadow)
}

@media (max-width: 425px) {
    .rtl .navbar-nav {
        padding:0;
        justify-content: flex-start;
        flex-wrap: nowrap!important
    }
}

.rtl .navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-item i {
    margin-left: 15px;
    margin-right: 0!important
}

@media (max-width: 991px) {
    .navbar-top {
        margin-left:0;
        flex-direction: row;
        background-color: var(--navbar-bg);
        box-shadow: var(--navbar-box-shadow)
    }

    .navbar-top .navbar-menu-wrapper {
        width: 100%
    }
}

[aria-labelledby=dropdownNotification] {
    width: 350px!important;
    top: 38px!important
}

@media (max-width: 768px) {
    [aria-labelledby=dropdownNotification] {
        position:absolute;
        min-width: 350px!important;
        right: 0!important;
        left: unset
    }
}

@media (max-width: 767px) {
    [aria-labelledby=dropdownNotification] {
        position:fixed!important;
        left: 15px!important;
        right: 15px!important;
        width: 95vw;
        margin-top: 20px!important;
        min-width: 95vw!important
    }

    [aria-labelledby=dropdownNotification].dropdown-menu:before {
        display: none;
        right: 50%!important;
        left: 56.6%!important
    }
}

.rtl [aria-labelledby=dropdownNotification].dropdown-menu:before {
    right: unset!important;
    left: 15px!important
}

@media (max-width: 767px) {
    .rtl [aria-labelledby=dropdownNotification] {
        position:fixed!important;
        left: 15px!important;
        right: 15px!important;
        width: 95vw;
        margin-top: 20px!important;
        min-width: calc(95vw - 15px)!important
    }

    .rtl [aria-labelledby=dropdownNotification].dropdown-menu:before {
        display: none;
        right: 50%!important;
        left: 56.6%!important
    }
}

.pos-page.sidebar-icon-only .container-scroller .navbar {
    margin-left: 0
}

.pos-page .navbar-top {
    margin-left: 0;
    flex-direction: row;
    background-color: var(--navbar-bg);
    box-shadow: var(--navbar-box-shadow)
}

.pos-page .navbar-top .navbar-menu-wrapper {
    width: 100%
}

.sidebar {
    z-index: 200;
    position: fixed;
    top: 0;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    width: 260px;
    background: var(--sidebar-bg);
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-weight: 500
}

.sidebar .navbar-brand {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.sidebar .navbar-brand img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    display: inline-block
}

.sidebar .navbar-brand img.brand-logo-mini {
    width: 50px
}

.sidebar .navbar-primary-wrapper {
    padding: 10px 15px
}

.sidebar .navbar-primary-wrapper .navbar-primary {
    width: 100%;
    padding: 0;
    margin: 0
}

.sidebar .navbar-primary-wrapper .navbar-primary img {
    height: auto;
    margin: auto;
    max-width: 90%;
    vertical-align: middle;
    padding: 10px 0
}

.sidebar .navbar-primary-wrapper .navbar-primary img.brand-logo-mini {
    width: 40px
}

.sidebar .nav {
    flex-wrap: nowrap;
    flex-direction: column
}

.sidebar .nav .nav-item {
    position: relative;
    padding: 0 12px
}

.sidebar .nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    padding: 5px;
    color: var(--menubar-font-color);
    white-space: nowrap;
    transition: all var(--transition-duration) ease-in-out;
    border-radius: 6px;
    margin-bottom: 3px
}

.sidebar .nav .nav-item .nav-link .icon-wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -3px 4px 23px var(--icon-shadow);
    border-radius: 12px;
    height: 35px;
    width: 35px
}

.sidebar .nav .nav-item .nav-link .icon-wrapper i {
    color: var(--menubar-font-color);
    font-size: 16px;
    transition: all var(--transition-duration) ease-in-out
}

.sidebar .nav .nav-item .nav-link:hover {
    color: var(--primary);
    background-color: #afafaf14
}

.sidebar .nav .nav-item .nav-link:hover .icon-wrapper i {
    color: var(--primary)
}

.sidebar .nav .nav-item .nav-link.active {
    overflow: hidden;
    position: relative;
    color: var(--primary);
    background-color: #afafaf2b
}

.sidebar .nav .nav-item .nav-link.active .icon-wrapper i {
    color: var(--primary)
}

.sidebar .nav .nav-item .nav-link.collapsible.active {
    background-color: transparent
}

.sidebar .nav .nav-item .nav-link.collapsible.active:hover {
    background-color: #afafaf14
}

.sidebar .nav .nav-item.nav-item-dropdown>.nav-link i.bi-chevron-down {
    transition: var(--transition-duration)
}

.sidebar .nav .nav-item.nav-item-dropdown>.nav-link[aria-expanded=true] i.bi-chevron-down {
    transform: rotate(180deg)
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item {
    padding: 0 0 0 23px
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link {
    padding: 0;
    position: relative;
    border-radius: 0;
    margin-bottom: 0
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 50%;
    background: rgb(135,135,135)
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 50%;
    background: rgb(135,135,135);
    top: unset;
    bottom: 0
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link .dot-icon {
    position: absolute;
    left: -2px;
    display: inline;
    z-index: 10
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link .dot-icon i {
    font-size: 5px!important;
    color: #878787
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link .submenu-title {
    padding: 10px 15px;
    margin: 2px 0px 0px 1.2rem;
    width: 100%;
    border-radius: 6px
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:hover {
    background-color: transparent
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:hover .submenu-title {
    background-color: #afafaf14
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:hover .dot-icon i {
    color: var(--primary)
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link.active {
    background-color: transparent;
    overflow: visible!important
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link.active .submenu-title {
    background-color: #afafaf2b
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link.active .dot-icon i {
    color: var(--primary)
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item:first-child .nav-link:before {
    display: none
}

.sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item:last-child .nav-link:after {
    display: none
}

@media (min-width: 992px) {
    .sidebar-icon-only .container-scroller {
        position:relative
    }

    .sidebar-icon-only .container-scroller .navbar {
        margin-left: 96px
    }

    .sidebar-icon-only .container-scroller .sidebar {
        overflow: visible!important;
        width: 96px
    }

    .sidebar-icon-only .container-scroller .sidebar .navbar-primary-wrapper {
        width: 96px
    }

    .sidebar-icon-only .container-scroller .sidebar .nav {
        overflow: visible!important
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item .nav-link .icon-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item .nav-link .icon-wrapper i {
        font-size: 20px!important
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item .nav-link .menu-title {
        display: none!important
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item .nav-link.active {
        background-color: #afafaf2b
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item .collapse .sub-menu {
        padding: 15px;
        border-radius: var(--round-default);
        background-color: var(--dropdown-menu-bg);
        box-shadow: var(--box-shadow)
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item .collapse .sub-menu:before {
        content: "";
        width: 0;
        height: 0;
        z-index: 2;
        position: absolute;
        left: -15px;
        border-left: 7px solid transparent;
        border-right: 7px solid var(--dropdown-menu-bg);
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .nav-link .bi-chevron-down {
        display: none
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu {
        list-style: none;
        margin-bottom: 0;
        width: 200px;
        padding: 0 10px 0 15px
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item {
        padding: 0 0 0 23px
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link {
        padding: 0;
        position: relative;
        border-radius: 0;
        margin-bottom: 0
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 50%;
        background: rgb(135,135,135)
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 50%;
        background: rgb(135,135,135);
        top: unset;
        bottom: 0
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link .dot-icon {
        position: absolute;
        left: -2px;
        display: inline;
        z-index: 10
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link .dot-icon i {
        font-size: 5px!important;
        color: #878787
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link .submenu-title {
        padding: 10px 15px;
        margin: 2px 0px 0px 1.2rem;
        width: 100%;
        border-radius: 6px
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:hover {
        background-color: transparent
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:hover .submenu-title {
        background-color: #afafaf14
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:hover .dot-icon i {
        color: var(--primary)
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link.active {
        background-color: transparent;
        overflow: visible!important
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link.active .submenu-title {
        background-color: #afafaf2b
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link.active .dot-icon i {
        color: var(--primary)
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item:first-child .nav-link:before {
        display: none
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item:last-child .nav-link:after {
        display: none
    }

    .sidebar-icon-only .container-scroller .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item {
        padding-left: 0
    }

    .sidebar-icon-only .container-scroller .page-body-wrapper .main-panel {
        margin-left: 96px;
        width: calc(100% - 96px)
    }
}

.rtl .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item {
    padding: 0 23px 0 0
}

.rtl .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link {
    padding: 0;
    position: relative;
    border-radius: 0;
    margin-bottom: 0
}

.rtl .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 50%;
    background: rgb(135,135,135)
}

.rtl .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 50%;
    background: rgb(135,135,135);
    top: unset;
    bottom: 0
}

.rtl .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link .dot-icon {
    left: auto;
    right: -2px
}

.rtl .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link .submenu-title {
    margin: 2px 1.2rem 0px 2px
}

@media (min-width: 992px) {
    .rtl .sidebar-icon-only .container-scroller .navbar {
        margin-right:96px
    }

    .rtl .sidebar-icon-only .sidebar .nav {
        padding: 0 10px
    }

    .rtl .sidebar-icon-only .sidebar .nav .nav-item.nav-item-dropdown .sub-menu {
        padding: 0 15px 0 10px
    }

    .rtl .sidebar-icon-only .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item {
        padding: 0 23px 0 0
    }

    .rtl .sidebar-icon-only .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link {
        padding: 0;
        position: relative;
        border-radius: 0;
        margin-bottom: 0
    }

    .rtl .sidebar-icon-only .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 50%;
        background: rgb(135,135,135)
    }

    .rtl .sidebar-icon-only .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 50%;
        background: rgb(135,135,135);
        top: unset;
        bottom: 0
    }

    .rtl .sidebar-icon-only .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link .dot-icon {
        left: auto;
        right: -2px
    }

    .rtl .sidebar-icon-only .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item .nav-link .submenu-title {
        margin: 2px 1.2rem 0px 2px
    }

    .rtl .sidebar-icon-only .sidebar .nav .nav-item.nav-item-dropdown .sub-menu .nav-item {
        padding-left: unset;
        padding-right: 0
    }
}

@media screen and (max-width: 991px) {
    .sidebar-off-canvas {
        margin-top:0;
        position: fixed;
        top: 0;
        z-index: 202;
        bottom: 0;
        left: -260px;
        max-height: calc(100vh - 60px);
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out
    }

    .sidebar-off-canvas.active {
        left: 0;
        box-shadow: 0 5px 10px #0000000d
    }
}

.pos-page .sidebar .navbar-primary-wrapper {
    display: none!important
}

.pos-page .sidebar-off-canvas {
    margin-top: 0;
    padding-top: 15px;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: -260px;
    max-height: calc(100vh - 60px);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out
}

.pos-page .sidebar-off-canvas.active {
    left: 0;
    box-shadow: 0 5px 10px #0000000d
}

@media (max-width: 991px) {
    .rtl .sidebar.sidebar-off-canvas {
        right:-260px!important
    }

    .rtl .sidebar.sidebar-off-canvas.active {
        right: 0!important;
        left: auto!important
    }
}

.navbar.fixed-top+.page-body-wrapper {
    padding-top: 60px
}

.h-100vh {
    height: 100vh!important
}

.h-75vh {
    height: 75vh!important
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none
}

.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.avatar {
    border-radius: 6px;
    border: 2px solid var(--border-color)
}

.avatar.no-image {
    font-weight: 600;
    letter-spacing: 1px;
    color: #b8b8b8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--base-color)
}

.avatar.no-image.size-40 {
    font-size: 13px
}

.avatar.no-image.size-41 {
    font-size: 14px
}

.avatar.no-image.size-42 {
    font-size: 15px
}

.avatar.no-image.size-43 {
    font-size: 16px
}

.avatar.no-image.size-44 {
    font-size: 17px
}

.avatar.no-image.size-45 {
    font-size: 18px
}

.avatar.no-image.size-46 {
    font-size: 19px
}

.avatar.no-image.size-47 {
    font-size: 20px
}

.avatar.no-image.size-48 {
    font-size: 21px
}

.avatar.no-image.size-49 {
    font-size: 22px
}

.avatar.no-image.size-50 {
    font-size: 23px
}

.avatar.no-image.size-51 {
    font-size: 24px
}

.avatar.no-image.size-52 {
    font-size: 25px
}

.avatar.no-image.size-53 {
    font-size: 26px
}

.avatar.no-image.size-54 {
    font-size: 27px
}

.avatar.no-image.size-55 {
    font-size: 28px
}

.avatar.no-image.size-56 {
    font-size: 29px
}

.avatar.no-image.size-57 {
    font-size: 30px
}

.avatar.no-image.size-58 {
    font-size: 31px
}

.avatar.no-image.size-59 {
    font-size: 32px
}

.avatar.no-image.size-60 {
    font-size: 33px
}

.avatar.no-image.size-61 {
    font-size: 24px
}

.avatar.no-image.size-62 {
    font-size: 25px
}

.avatar.no-image.size-63 {
    font-size: 26px
}

.avatar.no-image.size-64 {
    font-size: 27px
}

.avatar.no-image.size-65 {
    font-size: 28px
}

.avatar.no-image.size-66 {
    font-size: 29px
}

.avatar.no-image.size-67 {
    font-size: 30px
}

.avatar.no-image.size-68 {
    font-size: 31px
}

.avatar.no-image.size-69 {
    font-size: 32px
}

.avatar.no-image.size-70 {
    font-size: 33px
}

.avatar.no-image.size-71 {
    font-size: 34px
}

.avatar.no-image.size-72 {
    font-size: 35px
}

.avatar.no-image.size-73 {
    font-size: 36px
}

.avatar.no-image.size-74 {
    font-size: 37px
}

.avatar.no-image.size-75 {
    font-size: 38px
}

.avatar.no-image.size-76 {
    font-size: 39px
}

.avatar.no-image.size-77 {
    font-size: 40px
}

.avatar.no-image.size-78 {
    font-size: 41px
}

.avatar.no-image.size-79 {
    font-size: 42px
}

.avatar.no-image.size-80 {
    font-size: 43px
}

.avatar.no-image.size-81 {
    font-size: 34px
}

.avatar.no-image.size-82 {
    font-size: 35px
}

.avatar.no-image.size-83 {
    font-size: 36px
}

.avatar.no-image.size-84 {
    font-size: 37px
}

.avatar.no-image.size-85 {
    font-size: 38px
}

.avatar.no-image.size-86 {
    font-size: 39px
}

.avatar.no-image.size-87 {
    font-size: 40px
}

.avatar.no-image.size-88 {
    font-size: 41px
}

.avatar.no-image.size-89 {
    font-size: 42px
}

.avatar.no-image.size-90 {
    font-size: 43px
}

.avatar.no-image.size-91 {
    font-size: 44px
}

.avatar.no-image.size-92 {
    font-size: 45px
}

.avatar.no-image.size-93 {
    font-size: 46px
}

.avatar.no-image.size-94 {
    font-size: 47px
}

.avatar.no-image.size-95 {
    font-size: 48px
}

.avatar.no-image.size-96 {
    font-size: 49px
}

.avatar.no-image.size-97 {
    font-size: 50px
}

.avatar.no-image.size-98 {
    font-size: 51px
}

.avatar.no-image.size-99 {
    font-size: 52px
}

.avatar.no-image.size-100 {
    font-size: 53px
}

.avatar.no-image.size-101 {
    font-size: 49px
}

.avatar.no-image.size-102 {
    font-size: 50px
}

.avatar.no-image.size-103 {
    font-size: 51px
}

.avatar.no-image.size-104 {
    font-size: 52px
}

.avatar.no-image.size-105 {
    font-size: 53px
}

.avatar.no-image.size-106 {
    font-size: 54px
}

.avatar.no-image.size-107 {
    font-size: 55px
}

.avatar.no-image.size-108 {
    font-size: 56px
}

.avatar.no-image.size-109 {
    font-size: 57px
}

.avatar.no-image.size-110 {
    font-size: 58px
}

.avatar.no-image.size-111 {
    font-size: 59px
}

.avatar.no-image.size-112 {
    font-size: 60px
}

.avatar.no-image.size-113 {
    font-size: 61px
}

.avatar.no-image.size-114 {
    font-size: 62px
}

.avatar.no-image.size-115 {
    font-size: 63px
}

.avatar.no-image.size-116 {
    font-size: 64px
}

.avatar.no-image.size-117 {
    font-size: 65px
}

.avatar.no-image.size-118 {
    font-size: 66px
}

.avatar.no-image.size-119 {
    font-size: 67px
}

.avatar.no-image.size-120 {
    font-size: 68px
}

.avatar.no-image.size-121 {
    font-size: 61px
}

.avatar.no-image.size-122 {
    font-size: 62px
}

.avatar.no-image.size-123 {
    font-size: 63px
}

.avatar.no-image.size-124 {
    font-size: 64px
}

.avatar.no-image.size-125 {
    font-size: 65px
}

.avatar.no-image.size-126 {
    font-size: 66px
}

.avatar.no-image.size-127 {
    font-size: 67px
}

.avatar.no-image.size-128 {
    font-size: 68px
}

.avatar.no-image.size-129 {
    font-size: 69px
}

.avatar.no-image.size-130 {
    font-size: 70px
}

.avatar.no-image.size-131 {
    font-size: 71px
}

.avatar.no-image.size-132 {
    font-size: 72px
}

.avatar.no-image.size-133 {
    font-size: 73px
}

.avatar.no-image.size-134 {
    font-size: 74px
}

.avatar.no-image.size-135 {
    font-size: 75px
}

.avatar.no-image.size-136 {
    font-size: 76px
}

.avatar.no-image.size-137 {
    font-size: 77px
}

.avatar.no-image.size-138 {
    font-size: 78px
}

.avatar.no-image.size-139 {
    font-size: 79px
}

.avatar.no-image.size-140 {
    font-size: 80px
}

.avatar.avatar-circle {
    border-radius: 50%
}

.status-avatar {
    position: relative
}

.status-avatar .status {
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: -2px;
    left: 10%;
    border-radius: 50%
}

.status-avatar .avatar.avatar-circle+.status {
    bottom: 7%
}

.status-avatar .size-40.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-41.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-42.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-43.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-44.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-45.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-46.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-47.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-48.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-49.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-50.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-51.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-52.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-53.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-54.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-55.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-56.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-57.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-58.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-59.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-60.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-61.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-62.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-63.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-64.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-65.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-66.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-67.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-68.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-69.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-70.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-71.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-72.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-73.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-74.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-75.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-76.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-77.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-78.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-79.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-80.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-81.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-82.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-83.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-84.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-85.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-86.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-87.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-88.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-89.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-90.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-91.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-92.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-93.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-94.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-95.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-96.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-97.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-98.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-99.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-100.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-101.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-102.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-103.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-104.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-105.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-106.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-107.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-108.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-109.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-110.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-111.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-112.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-113.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-114.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-115.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-116.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-117.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-118.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-119.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-120.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-121.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-122.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-123.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-124.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-125.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-126.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-127.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-128.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-129.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-130.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-131.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-132.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-133.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-134.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-135.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-136.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-137.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-138.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-139.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-140.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-141.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-142.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-143.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-144.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-145.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-146.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-147.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-148.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-149.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-150.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-151.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-152.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-153.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-154.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-155.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-156.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-157.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-158.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-159.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-160.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-161.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-162.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-163.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-164.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-165.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-166.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-167.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-168.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-169.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-170.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-171.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-172.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-173.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-174.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-175.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-176.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-177.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-178.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-179.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-180.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-181.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-182.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-183.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-184.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-185.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-186.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-187.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-188.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-189.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-190.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-191.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-192.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-193.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-194.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-195.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-196.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-197.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-198.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-199.avatar+.status {
    width: 15%;
    height: 15%
}

.status-avatar .size-200.avatar+.status {
    width: 15%;
    height: 15%
}

.avatar-group {
    display: flex
}

.avatar-group .avatar {
    margin-left: -15px;
    transition: all .25s ease-in-out
}

.avatar-group .avatar:first-child {
    margin-left: 0
}

.avatar-group .avatar:hover {
    z-index: 1;
    transform: translateY(-2px)
}

.avatar-group .status-avatar {
    margin-left: -15px;
    transition: all .25s ease-in-out
}

.avatar-group .status-avatar:first-child {
    margin-left: 0
}

.avatar-group .status-avatar .avatar {
    margin: 0;
    transform: none
}

.avatar-group .status-avatar:hover {
    z-index: 1;
    transform: translateY(-2px)
}

.badge {
    padding: .3rem .875rem;
    font-size: .875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 500
}

.badge-square-fill {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 2px;
    font-family: Poppins
}

.badge-square-fill.bg-success {
    color: #fff;
    background: #46C35F!important
}

.badge-square-fill.bg-info {
    background-color: #38a4f8!important;
    color: #fff
}

.badge-square-fill.bg-danger {
    color: #fff;
    background: #ff5038!important
}

.badge-square-fill.bg-warning {
    color: #fff;
    background: #fdae48!important
}

.badge-square-fill.bg-primary {
    color: #fff;
    background: #4466F2!important
}

.badge-square-light {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 2px;
    font-family: Poppins
}

.badge-square-light.bg-success {
    color: #5faf70;
    background: #E8FFF3!important
}

.badge-square-light.bg-info {
    background-color: #d9f5fd!important;
    color: #0063b8
}

.badge-square-light.bg-danger {
    color: #f24c7c;
    background: #FFF5F8!important
}

.badge-square-light.bg-warning {
    color: #b18d22;
    background: #FFF8DD!important
}

.badge-square-light.bg-primary {
    color: #1ba4f7;
    background: #d3efff!important
}

.badge-rounded {
    padding: 4px 10px;
    border-radius: 18px;
    font-size: 12px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 2px;
    color: #fff
}

.badge-rounded.bg-success {
    border: 1px solid #9BC438;
    background-color: #e9f5ce!important;
    color: #436f00
}

.badge-rounded.bg-info {
    border: 1px solid #5CC1EE;
    background-color: #d9f5fd!important;
    color: #0063b8
}

.badge-rounded.bg-danger {
    border: 1px solid #FF99A1;
    background-color: #ffc3c9!important;
    color: #8c161f
}

.badge-rounded.bg-warning {
    border: 1px solid #E6AC28;
    background-color: #feefcb!important;
    color: #925400
}

.badge-rounded.bg-primary {
    border: 1px solid #30a7f7;
    background-color: #b5e1ff!important;
    color: #0e5db1
}

.btn {
    font-weight: 500;
    border-radius: var(--round-default);
    transition: all var(--transition-duration) ease-in-out
}

.btn:focus {
    box-shadow: none
}

.btn:not(.btn-sm,.btn-md,.btn-lg) {
    padding: .45rem 1.2rem
}

.btn.bg-primary {
    color: var(--white)!important
}

.btn.btn-primary {
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
    box-shadow: 0 4px 4px #0003!important;
    transition: box-shadow 0s!important
}

.btn.btn-primary:hover {
    border-color: #008dc7;
    background-color: #008dc7
}

.btn.btn-primary-outline {
    color: var(--primary);
    border: 1px solid var(--primary)!important
}

.btn.btn-primary-outline:hover {
    background-color: #f0fbff
}

.btn.btn-primary-danger {
    color: var(--danger);
    letter-spacing: .7px;
    font-weight: 500;
    border: none!important;
    box-shadow: 0 4px 4px #0003!important
}

.btn.btn-primary-danger:hover {
    background-color: #c7322e!important
}

.btn.btn-primary-danger-outline {
    color: var(--danger);
    border: 1px solid var(--danger)!important
}

.btn.btn-primary-danger-outline:hover {
    background-color: #ff484233!important
}

.btn.btn-primary-without-outline {
    color: var(--primary)
}

.btn.btn-primary-without-outline:hover {
    background-color: #f0fbff
}

.btn.has-shadow {
    box-shadow: 0 4px 4px #0003!important
}

.btn.btn-info,.btn.btn-warning,.btn.btn-danger {
    color: var(--white)
}

.btn.btn-secondary {
    color: var(--secondary-button-font-color);
    border-color: var(--secondary-button-color);
    background-color: var(--secondary-button-color)
}

.btn.btn-secondary.dropdown-toggle:after {
    background-image: var(--select-arrow-btn-secondary)
}

.btn.btn-secondary:hover {
    color: var(--white);
    border-color: #5a6975;
    background-color: #5a6975
}

.btn.btn-white {
    color: var(--font-color);
    box-shadow: var(--box-shadow);
    background-color: var(--card-color)
}

.btn.btn-white:hover {
    color: var(--primary)
}

.btn.dropdown-toggle {
    color: var(--font-color)
}

.btn.dropdown-toggle:after {
    width: 18px;
    height: 18px;
    border: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: inherit;
    background-image: var(--select-arrow);
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: center;
    transition: all var(--transition-duration) ease-in-out
}

.btn.dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(180deg)
}

.btn.dotted-dropdown-toggle {
    padding: 1px 13px;
    border-radius: 10px
}

.btn.dotted-dropdown-toggle i {
    color: var(--font-color);
    line-height: 22px
}

.btn.dotted-dropdown-toggle i:before {
    line-height: 22px
}

.btn.dotted-dropdown-toggle:hover {
    background-color: var(--base-color)
}

.btn.btn-lg,.btn-group-lg>.btn {
    padding: .5rem 1.25rem
}

.btn.btn-size-brand {
    padding: .72rem 1.25rem
}

.card {
    border: 0;
    border-radius: 6px;
    background-color: var(--card-color);
    box-shadow: var(--box-shadow)
}

.card .card-header {
    padding: 1.5rem;
    border: none;
    background-color: transparent
}

.card .card-header .title {
    margin-bottom: 0;
    font-weight: 600
}

.card .card-body {
    padding: 1.5rem
}

.chart-legend {
    font-weight: 600
}

.chart-legend:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 2px;
    transform: rotate(45deg)
}

.chart-legend.boxed {
    padding: 6px 12px;
    border-radius: var(--round-default)
}

.chart-legend.primary:before {
    background-color: var(--primary)
}

.chart-legend.primary.boxed {
    background-color: rgba(var(--primary),.085)
}

.chart-legend.warning:before {
    background-color: var(--warning)
}

.chart-legend.warning.boxed {
    background-color: #ffc10716
}

.chart-legend.success:before {
    background-color: var(--success)
}

.chart-legend.success.boxed {
    background-color: #34ab8416
}

.chart-legend.info:before {
    background-color: var(--info)
}

.chart-legend.info.boxed {
    background-color: #0dcaf016
}

.chart-legend.indigo:before {
    background-color: var(--indigo)
}

.chart-legend.indigo.boxed {
    background-color: #6610f216
}

.chart-legend.danger:before {
    background-color: var(--danger)
}

.chart-legend.danger.boxed {
    background-color: #ff484216
}

.dropdown .dropdown-menu,.btn-group .dropdown-menu {
    border: none;
    border-radius: var(--round-default);
    background-color: var(--dropdown-menu-bg);
    box-shadow: var(--box-shadow)
}

.dropdown .dropdown-menu.has-arrow:after,.btn-group .dropdown-menu.has-arrow:after {
    width: 12px;
    height: 12px;
    content: "";
    z-index: 1;
    display: block;
    position: absolute;
    border-radius: 0 0 3px;
    border-right: 1px solid rgba(145,158,171,.12);
    border-bottom: 1px solid rgba(145,158,171,.12);
    transform: rotate(-135deg);
    background: var(--dropdown-menu-bg)
}

.dropdown .dropdown-menu.has-arrow.right-top:after,.btn-group .dropdown-menu.has-arrow.right-top:after {
    top: 9px;
    right: 0;
    transform: rotate(315deg);
    transform-origin: top right
}

.dropdown .dropdown-menu .dropdown-divider,.btn-group .dropdown-menu .dropdown-divider {
    border-color: var(--border-color)
}

.dropdown .dropdown-menu .dropdown-item,.btn-group .dropdown-menu .dropdown-item {
    padding: 12px 25px;
    color: var(--menubar-font-color);
    transition: all var(--transition-duration) ease-in-out
}

.dropdown .dropdown-menu .dropdown-item:hover,.dropdown .dropdown-menu .dropdown-item:focus,.dropdown .dropdown-menu .dropdown-item:active,.dropdown .dropdown-menu .dropdown-item.active,.btn-group .dropdown-menu .dropdown-item:hover,.btn-group .dropdown-menu .dropdown-item:focus,.btn-group .dropdown-menu .dropdown-item:active,.btn-group .dropdown-menu .dropdown-item.active {
    color: var(--primary);
    background-color: var(--dropdown-item-hover-bg)
}

.dropdown.action-dropdown,.btn-group.action-dropdown {
    display: inline-flex
}

.dropdown.action-dropdown .dropdown-toggle,.btn-group.action-dropdown .dropdown-toggle {
    border: 0;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--font-color);
    background-color: transparent;
    transition: all .3s ease-in-out
}

.dropdown.action-dropdown .dropdown-toggle:before,.dropdown.action-dropdown .dropdown-toggle:after,.btn-group.action-dropdown .dropdown-toggle:before,.btn-group.action-dropdown .dropdown-toggle:after {
    display: none
}

.dropdown.action-dropdown .dropdown-toggle:hover,.btn-group.action-dropdown .dropdown-toggle:hover {
    transform: scale(1.09);
    background-color: var(--table-thead-bg-color)
}

.dropdown.action-dropdown .dropdown-toggle[aria-expanded=true],.btn-group.action-dropdown .dropdown-toggle[aria-expanded=true] {
    background-color: var(--base-color)
}

.dropdown.action-dropdown .dropdown-menu,.btn-group.action-dropdown .dropdown-menu {
    right: 100%!important;
    border: 1px solid rgba(145,158,171,.12);
    --bs-dropdown-padding-x: .5rem;
    --bs-dropdown-item-padding-y: .3rem
}

.dropdown.action-dropdown .dropdown-menu .dropdown-item,.btn-group.action-dropdown .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.57143;
    transition: .3s;
    border-radius: 8px;
    padding: .45rem 1rem
}

.dropdown.action-dropdown .dropdown-menu .dropdown-item .action-icon,.btn-group.action-dropdown .dropdown-menu .dropdown-item .action-icon {
    font-size: 1rem
}

.rtl .dropdown-menu-end[data-bs-popper] {
    right: auto!important;
    left: 0
}

.rtl .dropdown .dropdown-menu.has-arrow:after,.rtl .btn-group .dropdown-menu.has-arrow:after {
    border-left: 1px solid rgba(145,158,171,.12);
    border-right-width: 0;
    border-bottom-width: 0;
    border-top: 1px solid rgba(145,158,171,.12)
}

.rtl .dropdown .dropdown-menu.has-arrow.right-top:after,.rtl .btn-group .dropdown-menu.has-arrow.right-top:after {
    top: 17px;
    right: unset;
    left: -8px;
    transform-origin: top left!important
}

.rtl .dropdown.action-dropdown .dropdown-menu,.rtl .btn-group.action-dropdown .dropdown-menu {
    right: unset!important;
    left: 100%!important
}

.rtl .navbar-top .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu:before {
    content: "";
    left: 15px;
    right: inherit
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
    border: 3px solid rgba(0,0,0,.2);
    -webkit-animation: rotation 1s infinite linear;
    -moz-animation: rotation 1s infinite linear;
    -o-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear
}

.spinner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -3px;
    display: block;
    border-radius: 100%;
    border-top: 3px solid var(--primary);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    0% {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotation {
    0% {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.custom-loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg)
}

.custom-loader:before,.custom-loader:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: .5em;
    height: .5em;
    border-radius: .25em;
    transform: translate(-50%,-50%)
}

.custom-loader:before {
    animation: before 2s infinite
}

.custom-loader:after {
    animation: after 2s infinite
}

@keyframes before {
    0% {
        width: .5em;
        box-shadow: 1em -.5em #e11462bf,-1em .5em #6fcadcbf
    }

    35% {
        width: 2.5em;
        box-shadow: 0 -.5em #e11462bf,0 .5em #6fcadcbf
    }

    70% {
        width: .5em;
        box-shadow: -1em -.5em #e11462bf,1em .5em #6fcadcbf
    }

    to {
        box-shadow: 1em -.5em #e11462bf,-1em .5em #6fcadcbf
    }
}

@keyframes after {
    0% {
        height: .5em;
        box-shadow: .5em 1em #3db88fbf,-.5em -1em #e9a920bf
    }

    35% {
        height: 2.5em;
        box-shadow: .5em 0 #3db88fbf,-.5em 0 #e9a920bf
    }

    70% {
        height: .5em;
        box-shadow: .5em -1em #3db88fbf,-.5em 1em #e9a920bf
    }

    to {
        box-shadow: .5em 1em #3db88fbf,-.5em -1em #e9a920bf
    }
}

body,html {
    padding-right: 0!important;
    font-size: 14px;
    color: var(--font-color);
    display: block;
    background-color: var(--base-color)!important;
    -webkit-font-smoothing: antialiased
}

body::-webkit-scrollbar,html::-webkit-scrollbar {
    width: 7px
}

body::-webkit-scrollbar-track,html::-webkit-scrollbar-track {
    background: rgb(240,250.625,255)
}

body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--primary)
}

*:-moz-full-screen,*:-webkit-full-screen,*:fullscreen *:-ms-fullscreen {
    overflow: auto
}

*:focus-visible {
    outline: none
}

a.text-muted:hover {
    color: var(--primary)!important
}

hr {
    border-color: var(--border-color)
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: var(--base-color)
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-hover-color);
    border-radius: 5px
}

.custom-scrollbar:hover::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-color)
}

.custom-scrollbar:hover::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover-color)
}

.cursor-pointer {
    cursor: pointer!important
}

.fs-25 {
    font-size: 25px
}

.fs-12 {
    font-size: 12px
}

.fs-15 {
    font-size: 15px
}

.fs-14 {
    font-size: 14px
}

.modal {
    --bs-border-radius: var(--bs-border-radius-xl);
    background-color: #0000006b
}

.modal .modal-dialog {
    margin: 25px auto!important
}

.modal .modal-dialog.modal-dialog-scrollable.modal-fullscreen {
    margin: 0 auto!important
}

.modal .modal-dialog .modal-content {
    background-color: var(--card-color)
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 20px;
    justify-content: space-between;
    border-color: var(--border-color);
    background-color: var(--modal-header-footer-bg)
}

.modal .modal-dialog .modal-content .modal-header .modal-close {
    font-size: 1.3rem;
    cursor: pointer;
    opacity: .5
}

.modal .modal-dialog .modal-content .modal-header .modal-close:hover {
    opacity: 1
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 25px
}

.modal .modal-dialog .modal-content .modal-footer {
    padding: 1rem;
    border-color: var(--border-color);
    background-color: var(--modal-header-footer-bg)
}

.modal-backdrop {
    display: none
}

.offcanvas {
    background-color: var(--card-color)
}

.offcanvas .offcanvas-header {
    padding: 1.5rem;
    border-bottom: 1px solid var(--border-color)
}

.offcanvas .offcanvas-header .btn-close {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--font-color);
    border-radius: 50%;
    background-image: none
}

.offcanvas .offcanvas-header .btn-close:hover {
    background-color: var(--base-color)
}

.offcanvas .offcanvas-body {
    padding: 1.5rem
}

@media (max-width: 575px) {
    .offcanvas.offcanvas-end {
        width:100%!important
    }
}

.pagination-nav .pagination {
    margin: 0
}

.pagination-nav .pagination .page-item {
    margin-inline:5px}

.pagination-nav .pagination .page-item .page-link {
    z-index: 1;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--font-color);
    font-size: 13px;
    font-weight: 600;
    border: none;
    background-color: transparent;
    border: 1px solid lightgrey;
    border-radius: 3px
}

.pagination-nav .pagination .page-item .page-link:before {
    z-index: -1;
    width: 26px;
    height: 26px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    border-radius: 3px;
    transform: rotate(0)
}

.pagination-nav .pagination .page-item .page-link:focus {
    box-shadow: none
}

.pagination-nav .pagination .page-item .page-link:hover:not(.pagination-nav .pagination .page-item .page-link.active) {
    color: var(--primary);
    background: var(--card-color)
}

.pagination-nav .pagination .page-item .page-link.active {
    color: var(--bs-light);
    background: var(--primary)
}

.pagination-nav .pagination .page-item .page-link.active:before {
    border: 2px solid var(--primary);
    color: var(--primary)!important
}

.pagination-nav .pagination .page-item:first-child .page-link,.pagination-nav .pagination .page-item:last-child .page-link {
    margin: 0
}

.pagination-nav .pagination .page-item:first-child .page-link:before,.pagination-nav .pagination .page-item:last-child .page-link:before {
    border-color: transparent;
    background-color: transparent
}

.rtl .bi-chevron-right,.rtl .bi-chevron-left {
    transform: rotate(180deg)!important
}

.table {
    --bs-table-bg: var(--card-color);
    --bs-table-color-state: var(--font-color);
    color: var(--font-color)!important
}

.datatable-wrapper .filters-wrapper .filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    background-color: var(--card-color)
}

.datatable-wrapper .filters-wrapper .filters .filter {
    border-radius: 10px;
    background-color: var(--base-color)
}

.datatable-wrapper .filters-wrapper .filters .filter .btn-filter,.datatable-wrapper .filters-wrapper .filters .filter .dropdown-toggle {
    padding: .4rem 1.25rem;
    color: var(--font-color);
    cursor: pointer;
    border-radius: var(--round-default);
    border: 1px solid var(--border-color)
}

.datatable-wrapper .filters-wrapper .filters .filter .btn-filter:after,.datatable-wrapper .filters-wrapper .filters .filter .dropdown-toggle:after {
    display: none
}

.datatable-wrapper .filters-wrapper .filters .filter .dropdown .dropdown-toggle:after {
    display: none
}

.datatable-wrapper .filters-wrapper .filters .filter .dropdown .dropdown-menu {
    min-width: 250px;
    padding: .75rem 1.2rem
}

.datatable-wrapper .filters-wrapper .filters .filter.checkbox-filter .dropdown .dropdown-menu,.datatable-wrapper .filters-wrapper .filters .filter.radio-filter .dropdown .dropdown-menu {
    overflow-y: auto;
    max-height: 270px
}

.datatable-wrapper .filters-wrapper .filters .filter.date-range-filter {
    border-radius: 6px
}

.datatable-wrapper .filters-wrapper .filters .filter.date-range-filter input:not(.form-check-input) {
    border: 0;
    padding: .4rem 1.25rem;
    color: var(--font-color);
    border-radius: 6px;
    background-color: var(--base-color)
}

.datatable-wrapper .filters-wrapper .filters .filter.date-range-filter input:not(.form-check-input):focus {
    outline: none
}

.datatable-wrapper .footer-paginate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.datatable-wrapper .footer-paginate .right-portion {
    column-gap: 15px
}

.datatable-wrapper .footer-paginate .right-portion .pages-infos {
    display: flex;
    column-gap: 15px
}

.datatable-wrapper .footer-paginate .right-portion .pages-infos .items .page-input {
    height: 34px;
    width: 72px;
    text-align: center;
    border: 1px solid lightgrey;
    border-radius: 3px;
    background: var(--card-color);
    color: var(--font-color);
    font-size: 13px;
    padding: 0 4px
}

.datatable-wrapper .footer-paginate .right-portion .pages-infos .items .page-input:focus {
    border-color: var(--primary)
}

.datatable-wrapper .footer-paginate .right-portion .pages-infos .items .page-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.datatable-wrapper .footer-paginate .right-portion .pages-infos .items .page-input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.datatable-wrapper .data-wrapper .table-responsive {
    min-height: 400px;
    border-radius: 6px;
    background-color: var(--card-color);
    max-width: 100%
}

.datatable-wrapper .data-wrapper .table-responsive .table {
    border: 0;
    margin: 0;
    color: var(--font-color);
    font-size: 14px
}

.datatable-wrapper .data-wrapper .table-responsive .table>:not(caption)>*>* {
    border-bottom-width: 0
}

.datatable-wrapper .data-wrapper .table-responsive .table thead tr th {
    background-color: var(--table-thead-bg-color);
    border: none!important;
    font-weight: 600;
    padding: 1.5rem;
    color: var(--table-th-font-color)
}

.datatable-wrapper .data-wrapper .table-responsive .table tbody tr th,.datatable-wrapper .data-wrapper .table-responsive .table tbody tr td {
    border-left: 0;
    border-right: 0;
    vertical-align: middle;
    padding: 1.5rem;
    border-color: var(--border-color)
}

.datatable-wrapper .data-wrapper .table-responsive .table .row-check {
    padding: 0;
    margin-bottom: 0;
    min-height: initial
}

.datatable-wrapper .data-wrapper .table-responsive .table .row-check .form-check-input {
    margin: 0
}

.datatable-wrapper .data-wrapper .table-responsive .table.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--table-striped-bg);
    color: var(--font-color)
}

.calendar-root .input-date {
    font-size: 95%;
    cursor: pointer;
    border-radius: var(--round-default);
    color: #8a8a8a;
    padding: .5rem 1.5rem;
    background: var(--btn-filter-bg);
    box-shadow: var(--default-box-shadow);
    border: 1px solid var(--btn-filter-bg)!important
}

.calendar-root .input-date:hover {
    border-radius: var(--round-default);
    color: var(--primary);
    background: var(--base-color)
}

.calendar-root .input-date.applied {
    color: var(--primary);
    background: var(--base-color)
}

.calendar-root .months-text {
    text-align: center;
    font-weight: 700;
    color: #8a8a8a
}

.calendar-root .months-text .left {
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ5NCAzMS40OTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjQ5NCAzMS40OTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPHBhdGggZD0iTTEwLjI3Myw1LjAwOWMwLjQ0NC0wLjQ0NCwxLjE0My0wLjQ0NCwxLjU4NywwYzAuNDI5LDAuNDI5LDAuNDI5LDEuMTQzLDAsMS41NzFsLTguMDQ3LDguMDQ3aDI2LjU1NCAgYzAuNjE5LDAsMS4xMjcsMC40OTIsMS4xMjcsMS4xMTFjMCwwLjYxOS0wLjUwOCwxLjEyNy0xLjEyNywxLjEyN0gzLjgxM2w4LjA0Nyw4LjAzMmMwLjQyOSwwLjQ0NCwwLjQyOSwxLjE1OSwwLDEuNTg3ICBjLTAuNDQ0LDAuNDQ0LTEuMTQzLDAuNDQ0LTEuNTg3LDBsLTkuOTUyLTkuOTUyYy0wLjQyOS0wLjQyOS0wLjQyOS0xLjE0MywwLTEuNTcxTDEwLjI3Myw1LjAwOXoiIGZpbGw9IiMwMDZERjAiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
}

.calendar-root .months-text .right {
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ5IDMxLjQ5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMS40OSAzMS40OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cGF0aCBkPSJNMjEuMjA1LDUuMDA3Yy0wLjQyOS0wLjQ0NC0xLjE0My0wLjQ0NC0xLjU4NywwYy0wLjQyOSwwLjQyOS0wLjQyOSwxLjE0MywwLDEuNTcxbDguMDQ3LDguMDQ3SDEuMTExICBDMC40OTIsMTQuNjI2LDAsMTUuMTE4LDAsMTUuNzM3YzAsMC42MTksMC40OTIsMS4xMjcsMS4xMTEsMS4xMjdoMjYuNTU0bC04LjA0Nyw4LjAzMmMtMC40MjksMC40NDQtMC40MjksMS4xNTksMCwxLjU4NyAgYzAuNDQ0LDAuNDQ0LDEuMTU5LDAuNDQ0LDEuNTg3LDBsOS45NTItOS45NTJjMC40NDQtMC40MjksMC40NDQtMS4xNDMsMC0xLjU3MUwyMS4yMDUsNS4wMDd6IiBmaWxsPSIjMDA2REYwIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}

.calendar-root .calendar {
    z-index: 9;
    width: 730px;
    margin-top: 5px;
    background: var(--calendar-bg);
    position: absolute;
    left: 0;
    top: 100%;
    display: inline-block;
    box-sizing: border-box;
    border-radius: var(--round-default);
    box-shadow: var(--box-shadow)
}

.calendar-root .calendar ul {
    list-style-type: none
}

.calendar-root .calendar .calendar-wrap {
    width: 72%;
    float: left;
    font-size: 12px;
    display: inline-block;
    padding: 0 10px 10px
}

.calendar-root .calendar .calendar-wrap .calendar_month_left,.calendar-root .calendar .calendar-wrap .calendar_month_right {
    width: 48%;
    margin: 5px;
    float: left;
    padding: 10px
}

.calendar-root .calendar .clearfix {
    border-bottom: 1px solid var(--default-border-color)
}

.calendar-root .calendar .calendar-range {
    float: left;
    font-size: 12px;
    border-left: 1px solid var(--border-color)
}

.calendar-root .calendar .calendar-range .calendar_preset {
    padding: 0
}

.calendar-root .calendar .calendar-range .calendar_preset li {
    line-height: 1.6em;
    width: auto;
    display: block;
    margin: 15px 0!important
}

.calendar-root .calendar .calendar-range .calendar_preset li.calendar_preset-ranges {
    padding: 0 15px 0 20px;
    margin-bottom: 5px;
    cursor: pointer;
    margin-top: 1px
}

.calendar-root .calendar .calendar-left-mobile {
    width: 100%!important
}

.calendar-root .calendar .calendar_weeks {
    margin: 0;
    padding: 10px 0;
    width: auto
}

.calendar-root .calendar .calendar_weeks li {
    width: 13.6%;
    text-align: center;
    display: inline-block;
    color: #8a8a8a
}

.calendar-root .calendar .calendar_days {
    margin: 0;
    padding: 0
}

.calendar-root .calendar .calendar_days li {
    width: 13.6%;
    cursor: pointer;
    line-height: 2em;
    text-align: center;
    display: inline-block;
    color: #8a8a8a
}

.calendar-root .calendar .custom-radio .custom-control-label:before {
    transform: scale(1.3)
}

.calendar-root .calendar .custom-radio .custom-control-label:after {
    transform: scale(1.4)
}

.calendar-root .calendar .calendar_days li:hover {
    background: var(--base-color);
    color: #8a8a8a
}

.calendar-root .calendar li.calendar_days--disabled {
    pointer-events: none
}

.calendar-root .calendar li.calendar_days_selected {
    background: var(--primary);
    color: #fff
}

.calendar-root .calendar li.calendar_days_selected:hover {
    background-color: #00b1fa;
    color: #fff
}

.calendar-root .calendar li.calendar_days_in-range {
    background-color: #0bb8ff;
    color: #fff
}

.calendar-root .calendar li.calendar_days_in-range:hover {
    background-color: #00b5ff;
    color: #fff
}

.calendar-root .calendar .calendar-mobile {
    width: 260px;
    z-index: 1;
    box-shadow: none
}

.calendar-root .calendar .calendar-range-mobile {
    width: 90%;
    padding: 2px;
    border-left: none;
    margin: -20px 0
}

.calendar-root .calendar .filter-action-button-wrapper {
    padding: 2rem;
    font-size: 95%
}

.calendar-root .calendar .filter-action-button-wrapper .btn-clear {
    color: #9397a0
}

.calendar-root .calendar .filter-action-button-wrapper .btn-clear:hover {
    color: var(--default-font-color)
}

.calendar-root .calendar .preset-active-input>.custom-control-label:before {
    color: #fff;
    background-color: #fff;
    border-color: var(--primary)
}

.calendar-root .calendar .preset-active-input>.custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='blue'/%3e%3c/svg%3e")
}

.calendar-root .calendar .selected:after {
    content: none!important
}

.context-menu-popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    animation-name: fadeIn;
    animation-duration: .4s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: .4s
}

.context-menu-popup .context-menu-content {
    display: flex;
    align-items: center;
    padding: .7rem 1rem;
    border-radius: 30px;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    bottom: 1.5rem;
    animation-name: slideIn;
    animation-duration: .4s;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: .4s;
    box-shadow: var(--box-shadow);
    background-color: var(--primary)
}

.context-menu-popup .context-menu-content .btn-context {
    border: 0;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: .45rem 1.35rem;
    color: #f2f2f2;
    background-color: #24bfff
}

.context-menu-popup .context-menu-content .btn-context.dropdown-toggle:after {
    display: none
}

.context-menu-popup .context-menu-content .btn-close-popup {
    position: absolute;
    top: -11px;
    right: -1px;
    padding: 0;
    color: gray;
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: initial;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    background-color: var(--base-color);
    border: 1px solid var(--border-color);
    transition: all .3s ease-in-out
}

.context-menu-popup .context-menu-content .btn-close-popup:hover {
    color: #fff;
    background-color: var(--primary)
}

@-webkit-keyframes slideIn {
    0% {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 1.5rem;
        opacity: 1
    }
}

@keyframes slideIn {
    0% {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 1.5rem;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.search-and-filter-btn {
    height: 43px;
    max-height: 43px;
    min-height: 43px
}

.container-scroller {
    background-color: var(--base-color);
    scroll-behavior: smooth
}

.container-scroller .page-body-wrapper {
    display: flex;
    flex-direction: row;
    padding-top: 60px
}

.container-scroller .page-body-wrapper .main-panel {
    display: flex;
    flex-direction: column;
    margin-left: 260px;
    width: calc(100% - 260px);
    transition: width .25s ease-in-out,margin .25s ease-in-out
}

.container-scroller .page-body-wrapper .main-panel .content-wrapper {
    width: 100%;
    flex-grow: 1;
    background: var(--base-color)
}

@media (max-width: 960px) {
    .container-scroller .page-body-wrapper .main-panel .content-wrapper {
        padding:5px
    }
}

@media (max-width: 767px) {
    .container-scroller .page-body-wrapper .main-panel .content-wrapper {
        padding:0 15px
    }
}

@media (min-width: 992px) {
    .container-scroller .page-body-wrapper .main-panel .content-wrapper {
        padding-top:0
    }
}

@media (max-width: 991px) {
    .container-scroller .page-body-wrapper .main-panel {
        width:100%;
        margin-left: 0
    }
}

.pos-page .container-scroller .page-body-wrapper .main-panel {
    width: 100%;
    margin-left: 0
}

.rtl {
    direction: rtl
}

.rtl .navbar-top {
    margin-right: 260px;
    margin-left: unset!important
}

@media (max-width: 991px) {
    .rtl .navbar-top {
        margin-right:0!important
    }
}

.rtl .navbar-top .sidebar-toggle-button {
    right: -11px;
    left: unset!important
}

.rtl .container-scroller .page-body-wrapper .main-panel {
    margin-right: 260px;
    margin-left: unset!important;
    width: calc(100% - 260px)!important
}

.rtl .container-scroller .page-body-wrapper .main-panel.adjust {
    margin-right: 96px;
    width: 100%!important
}

@media (max-width: 991px) {
    .rtl .container-scroller .page-body-wrapper .main-panel {
        margin-right:0;
        margin-left: 0;
        width: 100%!important
    }
}

.rtl[sidebarstatus=collapsed] .container-scroller .page-body-wrapper .main-panel {
    margin-left: unset!important;
    margin-right: 96px!important;
    width: 100%!important
}

.rtl[sidebarstatus=collapsed] .container-scroller .page-body-wrapper .main-panel.adjust {
    margin-right: 96px;
    width: 100%!important
}

@media (max-width: 991px) {
    .rtl[sidebarstatus=collapsed] .container-scroller .page-body-wrapper .main-panel {
        margin-left:0!important;
        margin-right: 0!important;
        width: 100%!important
    }
}

.multi-steps>li.is-active~li:before,.multi-steps>li.is-active:before {
    content: " ";
    font-weight: 700
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%
}

.multi-steps>li {
    min-width: 162px;
    display: inline-block;
    counter-increment: stepNum;
    text-align: center;
    position: relative;
    color: #00aaf0;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 2
}

.multi-steps>li:before {
    font-size: 1.1rem;
    line-height: 2;
    font-family: bootstrap-icons!important;
    content: "";
    display: block;
    margin: 0 auto 4px;
    width: 40px;
    height: 40px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    font-size: 2.3rem;
    position: relative;
    z-index: 2;
    border-width: 1px;
    border-style: dashed;
    border-radius: 25%
}

.multi-steps>li:after {
    content: "";
    height: 1px;
    width: 70%;
    position: absolute;
    top: 21px;
    left: 65%;
    border-width: 1px;
    border-style: dashed
}

.multi-steps>li:last-child:after {
    display: none
}

.multi-steps>li.is-active:before {
    background-color: #fff
}

.multi-steps>li.is-active~li:before {
    background-color: #fff
}

@media (max-width: 576px) {
    .multi-steps .installation_status_table tbody tr td {
        font-size:13px;
        padding: 5px 10px!important
    }

    .multi-steps .multi-steps>li {
        font-size: 11px;
        font-weight: 400;
        padding-right: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .multi-steps .multi-steps>li:before {
        width: 20px;
        height: 20px
    }

    .multi-steps .multi-steps>li:after {
        display: none
    }
}

.tab-pane-content.pt-20 {
    padding-top: 20px
}

.kanban-board {
    display: flex;
    overflow-y: hidden
}

.kanban-board .section-box {
    height: auto;
    min-width: 350px;
    width: 350px
}

.kanban-board .section-box .section-items {
    height: 100%;
    max-height: 65vh;
    flex-grow: 1
}

.ghost {
    opacity: .5;
    background: #c8ebfb
}

.h-70vh {
    height: 60vh
}

label {
    color: var(--font-color);
    font-size: 14px
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.input-group {
    border-radius: var(--round-default)!important
}

.input-group .input-group-text {
    border-top-left-radius: var(--round-default);
    border-bottom-left-radius: var(--round-default);
    color: var(--font-color);
    background-color: var(--form-control-bg);
    border: var(--bs-border-width) solid var(--bs-border-color)
}

.rtl .input-group .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--round-default);
    border-bottom-right-radius: var(--round-default)
}

.form-control {
    padding: 10px 15px;
    color: var(--font-color);
    font-size: 14px;
    border-radius: var(--round-default);
    border-color: var(--border-color);
    background-color: var(--form-control-bg);
    transition: all var(--transition-duration) ease-in-out
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    color: var(--font-color);
    border-color: var(--primary);
    background-color: var(--form-control-bg)
}

.form-control:hover {
    border-color: var(--primary)
}

.form-control[type=color] {
    height: 40px
}

.form-control.form-control-sm {
    padding: 6px 15px
}

.search-input {
    position: relative
}

.search-input .search-icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    color: var(--font-color);
    transform: translateY(-50%)
}

.search-input input {
    padding: 9px 15px 9px 35px
}

.search-input input.form-control-sm {
    padding: .72rem 15px .72rem 2.7rem;
    width: 320px
}

.vue-dropzone {
    border-radius: var(--round-default);
    border: 2px dashed var(--border-color)!important;
    background-color: var(--form-control-bg)!important
}

.vue-dropzone:hover {
    border-color: var(--primary)!important
}

[theme=dark] .dp__action_row {
    margin-left: unset;
    justify-content: space-between
}

[theme=dark] .dp__action_row .dp__action_buttons {
    margin-left: 0;
    margin-right: 0
}

[theme=dark] .dp__action_button {
    margin-left: 6px
}

[theme=dark] .dp__action_button.dp__action_cancel {
    border: 0;
    height: 30px
}

[theme=dark] .dp__action_button.dp__action_cancel:hover {
    background: none!important
}

[theme=dark] .dp__action_button.dp__action_select {
    height: 30px
}

.dp__input {
    border-radius: var(--round-default)!important;
    height: 43px;
    font-size: 14px
}

.dp__action_button {
    height: 30px!important
}

.dp__action_button.dp__action_cancel:hover {
    border: 0;
    color: #fff
}

.dp__action_row {
    margin-left: unset
}

.dp__action_row .dp__action_buttons {
    margin-left: auto
}

.rtl .dp__action_row {
    margin-left: unset;
    justify-content: space-between
}

.rtl .dp__action_row .dp__action_buttons {
    margin: 0
}

input[type=number]:disabled {
    cursor: not-allowed;
    background-color: var(--form-control-bg);
    opacity: .5
}

input[type=number]:disabled:hover {
    border-color: var(--border-color)
}

input[type=text]:disabled {
    cursor: not-allowed;
    background-color: var(--form-control-bg);
    opacity: .5
}

input[type=text]:disabled:hover {
    border-color: var(--border-color)
}

input[type=date]:disabled {
    cursor: not-allowed;
    background-color: var(--form-control-bg);
    opacity: .5
}

input[type=date]:disabled:hover {
    border-color: var(--border-color)
}

input.form-control:disabled {
    cursor: not-allowed;
    background-color: var(--form-control-bg);
    opacity: .5
}

input.form-control:disabled:hover {
    border-color: var(--border-color)
}

.dp-variables,.dp__theme_light,.dp__input {
    --dp-background-color: var(--card-color) !important;
    --dp-border-color: var(--border-color) !important;
    --dp-menu-border-color: var(--border-color) !important;
    --dp-border-color-hover: var(--primary) !important;
    --dp-text-color: var(--font-color) !important;
    --dp-hover-color: var(--base-color) !important;
    --dp-hover-text-color: var(--primary) !important;
    --dp-primary-color: var(--primary) !important;
    --dp-disabled-color: var(--card-color) !important;
    --dp-secondary-color: var(--muted-color) !important
}

.dp__input {
    --dp-background-color: var(--form-control-bg) !important
}

.dp__overlay_cell_disabled {
    color: var(--muted-color)!important
}

.ql-toolbar.ql-snow,.ql-container.ql-snow,.ql-toolbar,.ql-container {
    overflow: visible!important
}

select option {
    cursor: pointer!important
}

.form-select {
    color: var(--font-color);
    font-size: 14px;
    border-color: var(--border-color);
    padding: .6rem 2.25rem .6rem .85rem;
    background-color: var(--form-control-bg);
    border-radius: var(--round-default)
}

.form-select:focus {
    outline: none;
    box-shadow: none;
    color: var(--font-color);
    border-color: var(--primary);
    background-color: var(--form-control-bg)
}

.multi-select-control {
    min-width: 15rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    appearance: none;
    line-height: 25px;
    font-weight: 400;
    font-size: .935rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: var(--round-default)!important;
    color: var(--font-color);
    border: 1px solid var(--border-color);
    padding: .6rem 2.25rem .6rem .85rem;
    background-color: var(--form-control-bg)!important
}

.multi-select-control:after {
    display: none
}

.multi-select-control .btn-add {
    color: #6c757d
}

.multi-select-control .badge {
    padding: .5rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: var(--font-color);
    font-size: 14px;
    background-color: var(--chips-bg)
}

.multi-select-control .badge .btn-remove {
    font-size: 14px;
    margin-left: 10px;
    color: var(--font-color)
}

.dropdown-search-select {
    padding: 0
}

.dropdown-search-select .search-control {
    padding: .5rem 1rem;
    position: relative;
    border-bottom: 1px solid var(--border-color)
}

.dropdown-search-select .search-control i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--font-color)
}

.dropdown-search-select .search-control .form-control {
    border: 0;
    padding-left: 1.5rem;
    background-color: transparent
}

.dropdown-search-select .options-wrapper {
    overflow-y: auto;
    max-height: 300px
}

.dropdown-search-select .options-wrapper .dropdown-item.disabled {
    pointer-events: none
}

.dropdown-search-select .options-wrapper .dropdown-item.selected {
    background-color: var(--dropdown-item-hover-bg)
}

.search-select-filter .dropdown-menu {
    padding: 0!important
}

.search-select-filter .dropdown-menu .search-wrapper .search-input {
    padding: .75rem 1.2rem
}

.search-select-filter .dropdown-menu .search-wrapper .search-input .search-icon {
    top: 50%;
    left: 1.2rem;
    color: var(--font-color);
    transform: translateY(-50%)
}

.search-select-filter .dropdown-menu .search-wrapper .search-input .form-control {
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
    padding: .6rem 0 .6rem 1.5rem
}

.search-select-filter .dropdown-menu .search-wrapper .search-input .form-control:focus {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: var(--primary)
}

.search-select-filter .dropdown-menu .filter-options-wrapper {
    overflow-y: auto;
    max-height: 270px
}

.search-select-filter .dropdown-menu .filter-options-wrapper ul {
    margin: 0;
    padding: 0
}

.custom-form-select {
    width: 100%;
    position: relative;
    font-size: 14px
}

.custom-form-select .selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: var(--font-color);
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border-radius: var(--round-default);
    border: 1px solid var(--border-color);
    background-color: var(--form-control-bg);
    transition: all var(--transition-duration) ease-in-out
}

.custom-form-select .selected:first-letter {
    text-transform: capitalize
}

.custom-form-select .selected i {
    transition: all var(--transition-duration) ease-in-out
}

.custom-form-select .selected:hover,.custom-form-select .selected.open {
    border-color: var(--primary)
}

.custom-form-select .selected.open i {
    transform: rotate(180deg)
}

.custom-form-select .select-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 13;
    overflow: hidden;
    border-radius: var(--round-default);
    border: 1px solid var(--border-color);
    border-top: none;
    background-color: var(--card-color)
}

.custom-form-select .select-dropdown .item-search-wrapper {
    padding: 8px
}

.custom-form-select .select-dropdown .item-search-wrapper .search-input .search-icon {
    left: 0
}

.custom-form-select .select-dropdown .item-search-wrapper .search-input .form-control {
    padding: 9px 0 9px 22px;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none
}

.custom-form-select .select-dropdown .items-wrapper {
    max-height: 300px;
    overflow-y: auto
}

.custom-form-select .select-dropdown .items-wrapper .item {
    padding: 10px 15px;
    color: var(--font-color);
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: all var(--transition-duration) ease-in-out
}

.custom-form-select .select-dropdown .items-wrapper .item:hover,.custom-form-select .select-dropdown .items-wrapper .item.active-item {
    background-color: var(--select-items-hover-bg)
}

label:hover+.custom-form-select .selected {
    border-color: var(--primary)
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.filter .bg-brand {
    background-color: #00aaf0;
    color: #f8f9fa!important
}

.form-check:not(.form-switch).form-check-checkbox {
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.form-check:not(.form-switch).form-check-checkbox .form-check-input {
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-right: 7px;
    border-width: 2px;
    position: relative;
    background-size: 1rem;
    border-color: #b8b8b8;
    background-color: var(--form-control-bg)
}

.form-check:not(.form-switch).form-check-checkbox .form-check-input:focus {
    box-shadow: none
}

.form-check:not(.form-switch).form-check-checkbox .form-check-input:checked[type=checkbox] {
    border-color: var(--primary)
}

.form-check:not(.form-switch).form-check-checkbox.form-check-inline {
    display: inline-flex
}

.form-check:not(.form-switch).form-check-radio.form-check-boxed {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: var(--round-default);
    border: 1px solid var(--border-color)
}

.form-check:not(.form-switch).form-check-radio.form-check-boxed .form-check-input {
    margin: 0
}

.form-check:not(.form-switch).form-check-radio.form-check-boxed .form-check-label {
    margin-left: 10px
}

.form-check:not(.form-switch).form-check-radio.form-check-boxed.form-check-inline {
    display: inline-flex
}

.checkboxfilter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    align-items: center;
    line-height: 1.8
}

.checkboxfilter .checkboxfilterinputlabel {
    white-space: nowrap
}

.form-check-input:focus {
    box-shadow: none!important
}

.radius-default {
    border-radius: 6px
}

.font-color-default {
    color: var(--font-color)
}

.bg-base {
    background-color: var(--base-color)
}

.bg-card {
    background-color: var(--card-color)
}

.primary-rgba-light {
    background-color: rgba(var(--primary),.05)
}

.warning-rgba-light {
    background-color: #ffc1070d
}

.info-rgba-light {
    background-color: #0dcaf00d
}

.indigo-rgba-light {
    background-color: #6610f20d
}

.hover-light-bg:hover {
    background-color: var(--base-color)
}

.shadow-default {
    box-shadow: var(--box-shadow)
}

.border-transparent {
    border-color: transparent
}

.spinner-primary {
    border: .25em solid var(--primary);
    border-right-color: transparent
}

.no-focus-effect:focus {
    outline: none;
    box-shadow: none
}

.custom-filter {
    padding: 3px 0 3px 3px;
    width: 130px!important;
    border-radius: 5px;
    border-color: #ececec;
    color: var(--font-color);
    font-size: 13px;
    cursor: pointer;
    background-color: var(--card-color);
    position: relative
}

.height-full {
    height: 100%
}

.width-full {
    width: 100%
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-1 {
    top: 1px
}

.right-1 {
    right: 1px
}

.bottom-1 {
    bottom: 1px
}

.left-1 {
    left: 1px
}

.top-2 {
    top: 2px
}

.right-2 {
    right: 2px
}

.bottom-2 {
    bottom: 2px
}

.left-2 {
    left: 2px
}

.top-3 {
    top: 3px
}

.right-3 {
    right: 3px
}

.bottom-3 {
    bottom: 3px
}

.left-3 {
    left: 3px
}

.top-4 {
    top: 4px
}

.right-4 {
    right: 4px
}

.bottom-4 {
    bottom: 4px
}

.left-4 {
    left: 4px
}

.top-5 {
    top: 5px
}

.right-5 {
    right: 5px
}

.bottom-5 {
    bottom: 5px
}

.left-5 {
    left: 5px
}

.top-6 {
    top: 6px
}

.right-6 {
    right: 6px
}

.bottom-6 {
    bottom: 6px
}

.left-6 {
    left: 6px
}

.top-7 {
    top: 7px
}

.right-7 {
    right: 7px
}

.bottom-7 {
    bottom: 7px
}

.left-7 {
    left: 7px
}

.top-8 {
    top: 8px
}

.right-8 {
    right: 8px
}

.bottom-8 {
    bottom: 8px
}

.left-8 {
    left: 8px
}

.top-9 {
    top: 9px
}

.right-9 {
    right: 9px
}

.bottom-9 {
    bottom: 9px
}

.left-9 {
    left: 9px
}

.top-10 {
    top: 10px
}

.right-10 {
    right: 10px
}

.bottom-10 {
    bottom: 10px
}

.left-10 {
    left: 10px
}

.top-11 {
    top: 11px
}

.right-11 {
    right: 11px
}

.bottom-11 {
    bottom: 11px
}

.left-11 {
    left: 11px
}

.top-12 {
    top: 12px
}

.right-12 {
    right: 12px
}

.bottom-12 {
    bottom: 12px
}

.left-12 {
    left: 12px
}

.top-13 {
    top: 13px
}

.right-13 {
    right: 13px
}

.bottom-13 {
    bottom: 13px
}

.left-13 {
    left: 13px
}

.top-14 {
    top: 14px
}

.right-14 {
    right: 14px
}

.bottom-14 {
    bottom: 14px
}

.left-14 {
    left: 14px
}

.top-15 {
    top: 15px
}

.right-15 {
    right: 15px
}

.bottom-15 {
    bottom: 15px
}

.left-15 {
    left: 15px
}

.top-16 {
    top: 16px
}

.right-16 {
    right: 16px
}

.bottom-16 {
    bottom: 16px
}

.left-16 {
    left: 16px
}

.top-17 {
    top: 17px
}

.right-17 {
    right: 17px
}

.bottom-17 {
    bottom: 17px
}

.left-17 {
    left: 17px
}

.top-18 {
    top: 18px
}

.right-18 {
    right: 18px
}

.bottom-18 {
    bottom: 18px
}

.left-18 {
    left: 18px
}

.top-19 {
    top: 19px
}

.right-19 {
    right: 19px
}

.bottom-19 {
    bottom: 19px
}

.left-19 {
    left: 19px
}

.top-20 {
    top: 20px
}

.right-20 {
    right: 20px
}

.bottom-20 {
    bottom: 20px
}

.left-20 {
    left: 20px
}

.top-21 {
    top: 21px
}

.right-21 {
    right: 21px
}

.bottom-21 {
    bottom: 21px
}

.left-21 {
    left: 21px
}

.top-22 {
    top: 22px
}

.right-22 {
    right: 22px
}

.bottom-22 {
    bottom: 22px
}

.left-22 {
    left: 22px
}

.top-23 {
    top: 23px
}

.right-23 {
    right: 23px
}

.bottom-23 {
    bottom: 23px
}

.left-23 {
    left: 23px
}

.top-24 {
    top: 24px
}

.right-24 {
    right: 24px
}

.bottom-24 {
    bottom: 24px
}

.left-24 {
    left: 24px
}

.top-25 {
    top: 25px
}

.right-25 {
    right: 25px
}

.bottom-25 {
    bottom: 25px
}

.left-25 {
    left: 25px
}

.top-26 {
    top: 26px
}

.right-26 {
    right: 26px
}

.bottom-26 {
    bottom: 26px
}

.left-26 {
    left: 26px
}

.top-27 {
    top: 27px
}

.right-27 {
    right: 27px
}

.bottom-27 {
    bottom: 27px
}

.left-27 {
    left: 27px
}

.top-28 {
    top: 28px
}

.right-28 {
    right: 28px
}

.bottom-28 {
    bottom: 28px
}

.left-28 {
    left: 28px
}

.top-29 {
    top: 29px
}

.right-29 {
    right: 29px
}

.bottom-29 {
    bottom: 29px
}

.left-29 {
    left: 29px
}

.top-30 {
    top: 30px
}

.right-30 {
    right: 30px
}

.bottom-30 {
    bottom: 30px
}

.left-30 {
    left: 30px
}

.top-31 {
    top: 31px
}

.right-31 {
    right: 31px
}

.bottom-31 {
    bottom: 31px
}

.left-31 {
    left: 31px
}

.top-32 {
    top: 32px
}

.right-32 {
    right: 32px
}

.bottom-32 {
    bottom: 32px
}

.left-32 {
    left: 32px
}

.top-33 {
    top: 33px
}

.right-33 {
    right: 33px
}

.bottom-33 {
    bottom: 33px
}

.left-33 {
    left: 33px
}

.top-34 {
    top: 34px
}

.right-34 {
    right: 34px
}

.bottom-34 {
    bottom: 34px
}

.left-34 {
    left: 34px
}

.top-35 {
    top: 35px
}

.right-35 {
    right: 35px
}

.bottom-35 {
    bottom: 35px
}

.left-35 {
    left: 35px
}

.top-36 {
    top: 36px
}

.right-36 {
    right: 36px
}

.bottom-36 {
    bottom: 36px
}

.left-36 {
    left: 36px
}

.top-37 {
    top: 37px
}

.right-37 {
    right: 37px
}

.bottom-37 {
    bottom: 37px
}

.left-37 {
    left: 37px
}

.top-38 {
    top: 38px
}

.right-38 {
    right: 38px
}

.bottom-38 {
    bottom: 38px
}

.left-38 {
    left: 38px
}

.top-39 {
    top: 39px
}

.right-39 {
    right: 39px
}

.bottom-39 {
    bottom: 39px
}

.left-39 {
    left: 39px
}

.top-40 {
    top: 40px
}

.right-40 {
    right: 40px
}

.bottom-40 {
    bottom: 40px
}

.left-40 {
    left: 40px
}

.top-41 {
    top: 41px
}

.right-41 {
    right: 41px
}

.bottom-41 {
    bottom: 41px
}

.left-41 {
    left: 41px
}

.top-42 {
    top: 42px
}

.right-42 {
    right: 42px
}

.bottom-42 {
    bottom: 42px
}

.left-42 {
    left: 42px
}

.top-43 {
    top: 43px
}

.right-43 {
    right: 43px
}

.bottom-43 {
    bottom: 43px
}

.left-43 {
    left: 43px
}

.top-44 {
    top: 44px
}

.right-44 {
    right: 44px
}

.bottom-44 {
    bottom: 44px
}

.left-44 {
    left: 44px
}

.top-45 {
    top: 45px
}

.right-45 {
    right: 45px
}

.bottom-45 {
    bottom: 45px
}

.left-45 {
    left: 45px
}

.top-46 {
    top: 46px
}

.right-46 {
    right: 46px
}

.bottom-46 {
    bottom: 46px
}

.left-46 {
    left: 46px
}

.top-47 {
    top: 47px
}

.right-47 {
    right: 47px
}

.bottom-47 {
    bottom: 47px
}

.left-47 {
    left: 47px
}

.top-48 {
    top: 48px
}

.right-48 {
    right: 48px
}

.bottom-48 {
    bottom: 48px
}

.left-48 {
    left: 48px
}

.top-49 {
    top: 49px
}

.right-49 {
    right: 49px
}

.bottom-49 {
    bottom: 49px
}

.left-49 {
    left: 49px
}

.top-50 {
    top: 50px
}

.right-50 {
    right: 50px
}

.bottom-50 {
    bottom: 50px
}

.left-50 {
    left: 50px
}

.top-51 {
    top: 51px
}

.right-51 {
    right: 51px
}

.bottom-51 {
    bottom: 51px
}

.left-51 {
    left: 51px
}

.top-52 {
    top: 52px
}

.right-52 {
    right: 52px
}

.bottom-52 {
    bottom: 52px
}

.left-52 {
    left: 52px
}

.top-53 {
    top: 53px
}

.right-53 {
    right: 53px
}

.bottom-53 {
    bottom: 53px
}

.left-53 {
    left: 53px
}

.top-54 {
    top: 54px
}

.right-54 {
    right: 54px
}

.bottom-54 {
    bottom: 54px
}

.left-54 {
    left: 54px
}

.top-55 {
    top: 55px
}

.right-55 {
    right: 55px
}

.bottom-55 {
    bottom: 55px
}

.left-55 {
    left: 55px
}

.top-56 {
    top: 56px
}

.right-56 {
    right: 56px
}

.bottom-56 {
    bottom: 56px
}

.left-56 {
    left: 56px
}

.top-57 {
    top: 57px
}

.right-57 {
    right: 57px
}

.bottom-57 {
    bottom: 57px
}

.left-57 {
    left: 57px
}

.top-58 {
    top: 58px
}

.right-58 {
    right: 58px
}

.bottom-58 {
    bottom: 58px
}

.left-58 {
    left: 58px
}

.top-59 {
    top: 59px
}

.right-59 {
    right: 59px
}

.bottom-59 {
    bottom: 59px
}

.left-59 {
    left: 59px
}

.top-60 {
    top: 60px
}

.right-60 {
    right: 60px
}

.bottom-60 {
    bottom: 60px
}

.left-60 {
    left: 60px
}

.top-61 {
    top: 61px
}

.right-61 {
    right: 61px
}

.bottom-61 {
    bottom: 61px
}

.left-61 {
    left: 61px
}

.top-62 {
    top: 62px
}

.right-62 {
    right: 62px
}

.bottom-62 {
    bottom: 62px
}

.left-62 {
    left: 62px
}

.top-63 {
    top: 63px
}

.right-63 {
    right: 63px
}

.bottom-63 {
    bottom: 63px
}

.left-63 {
    left: 63px
}

.top-64 {
    top: 64px
}

.right-64 {
    right: 64px
}

.bottom-64 {
    bottom: 64px
}

.left-64 {
    left: 64px
}

.top-65 {
    top: 65px
}

.right-65 {
    right: 65px
}

.bottom-65 {
    bottom: 65px
}

.left-65 {
    left: 65px
}

.top-66 {
    top: 66px
}

.right-66 {
    right: 66px
}

.bottom-66 {
    bottom: 66px
}

.left-66 {
    left: 66px
}

.top-67 {
    top: 67px
}

.right-67 {
    right: 67px
}

.bottom-67 {
    bottom: 67px
}

.left-67 {
    left: 67px
}

.top-68 {
    top: 68px
}

.right-68 {
    right: 68px
}

.bottom-68 {
    bottom: 68px
}

.left-68 {
    left: 68px
}

.top-69 {
    top: 69px
}

.right-69 {
    right: 69px
}

.bottom-69 {
    bottom: 69px
}

.left-69 {
    left: 69px
}

.top-70 {
    top: 70px
}

.right-70 {
    right: 70px
}

.bottom-70 {
    bottom: 70px
}

.left-70 {
    left: 70px
}

.top-71 {
    top: 71px
}

.right-71 {
    right: 71px
}

.bottom-71 {
    bottom: 71px
}

.left-71 {
    left: 71px
}

.top-72 {
    top: 72px
}

.right-72 {
    right: 72px
}

.bottom-72 {
    bottom: 72px
}

.left-72 {
    left: 72px
}

.top-73 {
    top: 73px
}

.right-73 {
    right: 73px
}

.bottom-73 {
    bottom: 73px
}

.left-73 {
    left: 73px
}

.top-74 {
    top: 74px
}

.right-74 {
    right: 74px
}

.bottom-74 {
    bottom: 74px
}

.left-74 {
    left: 74px
}

.top-75 {
    top: 75px
}

.right-75 {
    right: 75px
}

.bottom-75 {
    bottom: 75px
}

.left-75 {
    left: 75px
}

.top-76 {
    top: 76px
}

.right-76 {
    right: 76px
}

.bottom-76 {
    bottom: 76px
}

.left-76 {
    left: 76px
}

.top-77 {
    top: 77px
}

.right-77 {
    right: 77px
}

.bottom-77 {
    bottom: 77px
}

.left-77 {
    left: 77px
}

.top-78 {
    top: 78px
}

.right-78 {
    right: 78px
}

.bottom-78 {
    bottom: 78px
}

.left-78 {
    left: 78px
}

.top-79 {
    top: 79px
}

.right-79 {
    right: 79px
}

.bottom-79 {
    bottom: 79px
}

.left-79 {
    left: 79px
}

.top-80 {
    top: 80px
}

.right-80 {
    right: 80px
}

.bottom-80 {
    bottom: 80px
}

.left-80 {
    left: 80px
}

.top-81 {
    top: 81px
}

.right-81 {
    right: 81px
}

.bottom-81 {
    bottom: 81px
}

.left-81 {
    left: 81px
}

.top-82 {
    top: 82px
}

.right-82 {
    right: 82px
}

.bottom-82 {
    bottom: 82px
}

.left-82 {
    left: 82px
}

.top-83 {
    top: 83px
}

.right-83 {
    right: 83px
}

.bottom-83 {
    bottom: 83px
}

.left-83 {
    left: 83px
}

.top-84 {
    top: 84px
}

.right-84 {
    right: 84px
}

.bottom-84 {
    bottom: 84px
}

.left-84 {
    left: 84px
}

.top-85 {
    top: 85px
}

.right-85 {
    right: 85px
}

.bottom-85 {
    bottom: 85px
}

.left-85 {
    left: 85px
}

.top-86 {
    top: 86px
}

.right-86 {
    right: 86px
}

.bottom-86 {
    bottom: 86px
}

.left-86 {
    left: 86px
}

.top-87 {
    top: 87px
}

.right-87 {
    right: 87px
}

.bottom-87 {
    bottom: 87px
}

.left-87 {
    left: 87px
}

.top-88 {
    top: 88px
}

.right-88 {
    right: 88px
}

.bottom-88 {
    bottom: 88px
}

.left-88 {
    left: 88px
}

.top-89 {
    top: 89px
}

.right-89 {
    right: 89px
}

.bottom-89 {
    bottom: 89px
}

.left-89 {
    left: 89px
}

.top-90 {
    top: 90px
}

.right-90 {
    right: 90px
}

.bottom-90 {
    bottom: 90px
}

.left-90 {
    left: 90px
}

.top-91 {
    top: 91px
}

.right-91 {
    right: 91px
}

.bottom-91 {
    bottom: 91px
}

.left-91 {
    left: 91px
}

.top-92 {
    top: 92px
}

.right-92 {
    right: 92px
}

.bottom-92 {
    bottom: 92px
}

.left-92 {
    left: 92px
}

.top-93 {
    top: 93px
}

.right-93 {
    right: 93px
}

.bottom-93 {
    bottom: 93px
}

.left-93 {
    left: 93px
}

.top-94 {
    top: 94px
}

.right-94 {
    right: 94px
}

.bottom-94 {
    bottom: 94px
}

.left-94 {
    left: 94px
}

.top-95 {
    top: 95px
}

.right-95 {
    right: 95px
}

.bottom-95 {
    bottom: 95px
}

.left-95 {
    left: 95px
}

.top-96 {
    top: 96px
}

.right-96 {
    right: 96px
}

.bottom-96 {
    bottom: 96px
}

.left-96 {
    left: 96px
}

.top-97 {
    top: 97px
}

.right-97 {
    right: 97px
}

.bottom-97 {
    bottom: 97px
}

.left-97 {
    left: 97px
}

.top-98 {
    top: 98px
}

.right-98 {
    right: 98px
}

.bottom-98 {
    bottom: 98px
}

.left-98 {
    left: 98px
}

.top-99 {
    top: 99px
}

.right-99 {
    right: 99px
}

.bottom-99 {
    bottom: 99px
}

.left-99 {
    left: 99px
}

.top-100 {
    top: 100px
}

.right-100 {
    right: 100px
}

.bottom-100 {
    bottom: 100px
}

.left-100 {
    left: 100px
}

.top-101 {
    top: 101px
}

.right-101 {
    right: 101px
}

.bottom-101 {
    bottom: 101px
}

.left-101 {
    left: 101px
}

.top-102 {
    top: 102px
}

.right-102 {
    right: 102px
}

.bottom-102 {
    bottom: 102px
}

.left-102 {
    left: 102px
}

.top-103 {
    top: 103px
}

.right-103 {
    right: 103px
}

.bottom-103 {
    bottom: 103px
}

.left-103 {
    left: 103px
}

.top-104 {
    top: 104px
}

.right-104 {
    right: 104px
}

.bottom-104 {
    bottom: 104px
}

.left-104 {
    left: 104px
}

.top-105 {
    top: 105px
}

.right-105 {
    right: 105px
}

.bottom-105 {
    bottom: 105px
}

.left-105 {
    left: 105px
}

.top-106 {
    top: 106px
}

.right-106 {
    right: 106px
}

.bottom-106 {
    bottom: 106px
}

.left-106 {
    left: 106px
}

.top-107 {
    top: 107px
}

.right-107 {
    right: 107px
}

.bottom-107 {
    bottom: 107px
}

.left-107 {
    left: 107px
}

.top-108 {
    top: 108px
}

.right-108 {
    right: 108px
}

.bottom-108 {
    bottom: 108px
}

.left-108 {
    left: 108px
}

.top-109 {
    top: 109px
}

.right-109 {
    right: 109px
}

.bottom-109 {
    bottom: 109px
}

.left-109 {
    left: 109px
}

.top-110 {
    top: 110px
}

.right-110 {
    right: 110px
}

.bottom-110 {
    bottom: 110px
}

.left-110 {
    left: 110px
}

.top-111 {
    top: 111px
}

.right-111 {
    right: 111px
}

.bottom-111 {
    bottom: 111px
}

.left-111 {
    left: 111px
}

.top-112 {
    top: 112px
}

.right-112 {
    right: 112px
}

.bottom-112 {
    bottom: 112px
}

.left-112 {
    left: 112px
}

.top-113 {
    top: 113px
}

.right-113 {
    right: 113px
}

.bottom-113 {
    bottom: 113px
}

.left-113 {
    left: 113px
}

.top-114 {
    top: 114px
}

.right-114 {
    right: 114px
}

.bottom-114 {
    bottom: 114px
}

.left-114 {
    left: 114px
}

.top-115 {
    top: 115px
}

.right-115 {
    right: 115px
}

.bottom-115 {
    bottom: 115px
}

.left-115 {
    left: 115px
}

.top-116 {
    top: 116px
}

.right-116 {
    right: 116px
}

.bottom-116 {
    bottom: 116px
}

.left-116 {
    left: 116px
}

.top-117 {
    top: 117px
}

.right-117 {
    right: 117px
}

.bottom-117 {
    bottom: 117px
}

.left-117 {
    left: 117px
}

.top-118 {
    top: 118px
}

.right-118 {
    right: 118px
}

.bottom-118 {
    bottom: 118px
}

.left-118 {
    left: 118px
}

.top-119 {
    top: 119px
}

.right-119 {
    right: 119px
}

.bottom-119 {
    bottom: 119px
}

.left-119 {
    left: 119px
}

.top-120 {
    top: 120px
}

.right-120 {
    right: 120px
}

.bottom-120 {
    bottom: 120px
}

.left-120 {
    left: 120px
}

.top-121 {
    top: 121px
}

.right-121 {
    right: 121px
}

.bottom-121 {
    bottom: 121px
}

.left-121 {
    left: 121px
}

.top-122 {
    top: 122px
}

.right-122 {
    right: 122px
}

.bottom-122 {
    bottom: 122px
}

.left-122 {
    left: 122px
}

.top-123 {
    top: 123px
}

.right-123 {
    right: 123px
}

.bottom-123 {
    bottom: 123px
}

.left-123 {
    left: 123px
}

.top-124 {
    top: 124px
}

.right-124 {
    right: 124px
}

.bottom-124 {
    bottom: 124px
}

.left-124 {
    left: 124px
}

.top-125 {
    top: 125px
}

.right-125 {
    right: 125px
}

.bottom-125 {
    bottom: 125px
}

.left-125 {
    left: 125px
}

.top-126 {
    top: 126px
}

.right-126 {
    right: 126px
}

.bottom-126 {
    bottom: 126px
}

.left-126 {
    left: 126px
}

.top-127 {
    top: 127px
}

.right-127 {
    right: 127px
}

.bottom-127 {
    bottom: 127px
}

.left-127 {
    left: 127px
}

.top-128 {
    top: 128px
}

.right-128 {
    right: 128px
}

.bottom-128 {
    bottom: 128px
}

.left-128 {
    left: 128px
}

.top-129 {
    top: 129px
}

.right-129 {
    right: 129px
}

.bottom-129 {
    bottom: 129px
}

.left-129 {
    left: 129px
}

.top-130 {
    top: 130px
}

.right-130 {
    right: 130px
}

.bottom-130 {
    bottom: 130px
}

.left-130 {
    left: 130px
}

.top-131 {
    top: 131px
}

.right-131 {
    right: 131px
}

.bottom-131 {
    bottom: 131px
}

.left-131 {
    left: 131px
}

.top-132 {
    top: 132px
}

.right-132 {
    right: 132px
}

.bottom-132 {
    bottom: 132px
}

.left-132 {
    left: 132px
}

.top-133 {
    top: 133px
}

.right-133 {
    right: 133px
}

.bottom-133 {
    bottom: 133px
}

.left-133 {
    left: 133px
}

.top-134 {
    top: 134px
}

.right-134 {
    right: 134px
}

.bottom-134 {
    bottom: 134px
}

.left-134 {
    left: 134px
}

.top-135 {
    top: 135px
}

.right-135 {
    right: 135px
}

.bottom-135 {
    bottom: 135px
}

.left-135 {
    left: 135px
}

.top-136 {
    top: 136px
}

.right-136 {
    right: 136px
}

.bottom-136 {
    bottom: 136px
}

.left-136 {
    left: 136px
}

.top-137 {
    top: 137px
}

.right-137 {
    right: 137px
}

.bottom-137 {
    bottom: 137px
}

.left-137 {
    left: 137px
}

.top-138 {
    top: 138px
}

.right-138 {
    right: 138px
}

.bottom-138 {
    bottom: 138px
}

.left-138 {
    left: 138px
}

.top-139 {
    top: 139px
}

.right-139 {
    right: 139px
}

.bottom-139 {
    bottom: 139px
}

.left-139 {
    left: 139px
}

.top-140 {
    top: 140px
}

.right-140 {
    right: 140px
}

.bottom-140 {
    bottom: 140px
}

.left-140 {
    left: 140px
}

.top-141 {
    top: 141px
}

.right-141 {
    right: 141px
}

.bottom-141 {
    bottom: 141px
}

.left-141 {
    left: 141px
}

.top-142 {
    top: 142px
}

.right-142 {
    right: 142px
}

.bottom-142 {
    bottom: 142px
}

.left-142 {
    left: 142px
}

.top-143 {
    top: 143px
}

.right-143 {
    right: 143px
}

.bottom-143 {
    bottom: 143px
}

.left-143 {
    left: 143px
}

.top-144 {
    top: 144px
}

.right-144 {
    right: 144px
}

.bottom-144 {
    bottom: 144px
}

.left-144 {
    left: 144px
}

.top-145 {
    top: 145px
}

.right-145 {
    right: 145px
}

.bottom-145 {
    bottom: 145px
}

.left-145 {
    left: 145px
}

.top-146 {
    top: 146px
}

.right-146 {
    right: 146px
}

.bottom-146 {
    bottom: 146px
}

.left-146 {
    left: 146px
}

.top-147 {
    top: 147px
}

.right-147 {
    right: 147px
}

.bottom-147 {
    bottom: 147px
}

.left-147 {
    left: 147px
}

.top-148 {
    top: 148px
}

.right-148 {
    right: 148px
}

.bottom-148 {
    bottom: 148px
}

.left-148 {
    left: 148px
}

.top-149 {
    top: 149px
}

.right-149 {
    right: 149px
}

.bottom-149 {
    bottom: 149px
}

.left-149 {
    left: 149px
}

.top-150 {
    top: 150px
}

.right-150 {
    right: 150px
}

.bottom-150 {
    bottom: 150px
}

.left-150 {
    left: 150px
}

.top-151 {
    top: 151px
}

.right-151 {
    right: 151px
}

.bottom-151 {
    bottom: 151px
}

.left-151 {
    left: 151px
}

.top-152 {
    top: 152px
}

.right-152 {
    right: 152px
}

.bottom-152 {
    bottom: 152px
}

.left-152 {
    left: 152px
}

.top-153 {
    top: 153px
}

.right-153 {
    right: 153px
}

.bottom-153 {
    bottom: 153px
}

.left-153 {
    left: 153px
}

.top-154 {
    top: 154px
}

.right-154 {
    right: 154px
}

.bottom-154 {
    bottom: 154px
}

.left-154 {
    left: 154px
}

.top-155 {
    top: 155px
}

.right-155 {
    right: 155px
}

.bottom-155 {
    bottom: 155px
}

.left-155 {
    left: 155px
}

.top-156 {
    top: 156px
}

.right-156 {
    right: 156px
}

.bottom-156 {
    bottom: 156px
}

.left-156 {
    left: 156px
}

.top-157 {
    top: 157px
}

.right-157 {
    right: 157px
}

.bottom-157 {
    bottom: 157px
}

.left-157 {
    left: 157px
}

.top-158 {
    top: 158px
}

.right-158 {
    right: 158px
}

.bottom-158 {
    bottom: 158px
}

.left-158 {
    left: 158px
}

.top-159 {
    top: 159px
}

.right-159 {
    right: 159px
}

.bottom-159 {
    bottom: 159px
}

.left-159 {
    left: 159px
}

.top-160 {
    top: 160px
}

.right-160 {
    right: 160px
}

.bottom-160 {
    bottom: 160px
}

.left-160 {
    left: 160px
}

.top-161 {
    top: 161px
}

.right-161 {
    right: 161px
}

.bottom-161 {
    bottom: 161px
}

.left-161 {
    left: 161px
}

.top-162 {
    top: 162px
}

.right-162 {
    right: 162px
}

.bottom-162 {
    bottom: 162px
}

.left-162 {
    left: 162px
}

.top-163 {
    top: 163px
}

.right-163 {
    right: 163px
}

.bottom-163 {
    bottom: 163px
}

.left-163 {
    left: 163px
}

.top-164 {
    top: 164px
}

.right-164 {
    right: 164px
}

.bottom-164 {
    bottom: 164px
}

.left-164 {
    left: 164px
}

.top-165 {
    top: 165px
}

.right-165 {
    right: 165px
}

.bottom-165 {
    bottom: 165px
}

.left-165 {
    left: 165px
}

.top-166 {
    top: 166px
}

.right-166 {
    right: 166px
}

.bottom-166 {
    bottom: 166px
}

.left-166 {
    left: 166px
}

.top-167 {
    top: 167px
}

.right-167 {
    right: 167px
}

.bottom-167 {
    bottom: 167px
}

.left-167 {
    left: 167px
}

.top-168 {
    top: 168px
}

.right-168 {
    right: 168px
}

.bottom-168 {
    bottom: 168px
}

.left-168 {
    left: 168px
}

.top-169 {
    top: 169px
}

.right-169 {
    right: 169px
}

.bottom-169 {
    bottom: 169px
}

.left-169 {
    left: 169px
}

.top-170 {
    top: 170px
}

.right-170 {
    right: 170px
}

.bottom-170 {
    bottom: 170px
}

.left-170 {
    left: 170px
}

.top-171 {
    top: 171px
}

.right-171 {
    right: 171px
}

.bottom-171 {
    bottom: 171px
}

.left-171 {
    left: 171px
}

.top-172 {
    top: 172px
}

.right-172 {
    right: 172px
}

.bottom-172 {
    bottom: 172px
}

.left-172 {
    left: 172px
}

.top-173 {
    top: 173px
}

.right-173 {
    right: 173px
}

.bottom-173 {
    bottom: 173px
}

.left-173 {
    left: 173px
}

.top-174 {
    top: 174px
}

.right-174 {
    right: 174px
}

.bottom-174 {
    bottom: 174px
}

.left-174 {
    left: 174px
}

.top-175 {
    top: 175px
}

.right-175 {
    right: 175px
}

.bottom-175 {
    bottom: 175px
}

.left-175 {
    left: 175px
}

.top-176 {
    top: 176px
}

.right-176 {
    right: 176px
}

.bottom-176 {
    bottom: 176px
}

.left-176 {
    left: 176px
}

.top-177 {
    top: 177px
}

.right-177 {
    right: 177px
}

.bottom-177 {
    bottom: 177px
}

.left-177 {
    left: 177px
}

.top-178 {
    top: 178px
}

.right-178 {
    right: 178px
}

.bottom-178 {
    bottom: 178px
}

.left-178 {
    left: 178px
}

.top-179 {
    top: 179px
}

.right-179 {
    right: 179px
}

.bottom-179 {
    bottom: 179px
}

.left-179 {
    left: 179px
}

.top-180 {
    top: 180px
}

.right-180 {
    right: 180px
}

.bottom-180 {
    bottom: 180px
}

.left-180 {
    left: 180px
}

.top-181 {
    top: 181px
}

.right-181 {
    right: 181px
}

.bottom-181 {
    bottom: 181px
}

.left-181 {
    left: 181px
}

.top-182 {
    top: 182px
}

.right-182 {
    right: 182px
}

.bottom-182 {
    bottom: 182px
}

.left-182 {
    left: 182px
}

.top-183 {
    top: 183px
}

.right-183 {
    right: 183px
}

.bottom-183 {
    bottom: 183px
}

.left-183 {
    left: 183px
}

.top-184 {
    top: 184px
}

.right-184 {
    right: 184px
}

.bottom-184 {
    bottom: 184px
}

.left-184 {
    left: 184px
}

.top-185 {
    top: 185px
}

.right-185 {
    right: 185px
}

.bottom-185 {
    bottom: 185px
}

.left-185 {
    left: 185px
}

.top-186 {
    top: 186px
}

.right-186 {
    right: 186px
}

.bottom-186 {
    bottom: 186px
}

.left-186 {
    left: 186px
}

.top-187 {
    top: 187px
}

.right-187 {
    right: 187px
}

.bottom-187 {
    bottom: 187px
}

.left-187 {
    left: 187px
}

.top-188 {
    top: 188px
}

.right-188 {
    right: 188px
}

.bottom-188 {
    bottom: 188px
}

.left-188 {
    left: 188px
}

.top-189 {
    top: 189px
}

.right-189 {
    right: 189px
}

.bottom-189 {
    bottom: 189px
}

.left-189 {
    left: 189px
}

.top-190 {
    top: 190px
}

.right-190 {
    right: 190px
}

.bottom-190 {
    bottom: 190px
}

.left-190 {
    left: 190px
}

.top-191 {
    top: 191px
}

.right-191 {
    right: 191px
}

.bottom-191 {
    bottom: 191px
}

.left-191 {
    left: 191px
}

.top-192 {
    top: 192px
}

.right-192 {
    right: 192px
}

.bottom-192 {
    bottom: 192px
}

.left-192 {
    left: 192px
}

.top-193 {
    top: 193px
}

.right-193 {
    right: 193px
}

.bottom-193 {
    bottom: 193px
}

.left-193 {
    left: 193px
}

.top-194 {
    top: 194px
}

.right-194 {
    right: 194px
}

.bottom-194 {
    bottom: 194px
}

.left-194 {
    left: 194px
}

.top-195 {
    top: 195px
}

.right-195 {
    right: 195px
}

.bottom-195 {
    bottom: 195px
}

.left-195 {
    left: 195px
}

.top-196 {
    top: 196px
}

.right-196 {
    right: 196px
}

.bottom-196 {
    bottom: 196px
}

.left-196 {
    left: 196px
}

.top-197 {
    top: 197px
}

.right-197 {
    right: 197px
}

.bottom-197 {
    bottom: 197px
}

.left-197 {
    left: 197px
}

.top-198 {
    top: 198px
}

.right-198 {
    right: 198px
}

.bottom-198 {
    bottom: 198px
}

.left-198 {
    left: 198px
}

.top-199 {
    top: 199px
}

.right-199 {
    right: 199px
}

.bottom-199 {
    bottom: 199px
}

.left-199 {
    left: 199px
}

.top-200 {
    top: 200px
}

.right-200 {
    right: 200px
}

.bottom-200 {
    bottom: 200px
}

.left-200 {
    left: 200px
}

.top-201 {
    top: 201px
}

.right-201 {
    right: 201px
}

.bottom-201 {
    bottom: 201px
}

.left-201 {
    left: 201px
}

.top-202 {
    top: 202px
}

.right-202 {
    right: 202px
}

.bottom-202 {
    bottom: 202px
}

.left-202 {
    left: 202px
}

.top-203 {
    top: 203px
}

.right-203 {
    right: 203px
}

.bottom-203 {
    bottom: 203px
}

.left-203 {
    left: 203px
}

.top-204 {
    top: 204px
}

.right-204 {
    right: 204px
}

.bottom-204 {
    bottom: 204px
}

.left-204 {
    left: 204px
}

.top-205 {
    top: 205px
}

.right-205 {
    right: 205px
}

.bottom-205 {
    bottom: 205px
}

.left-205 {
    left: 205px
}

.top-206 {
    top: 206px
}

.right-206 {
    right: 206px
}

.bottom-206 {
    bottom: 206px
}

.left-206 {
    left: 206px
}

.top-207 {
    top: 207px
}

.right-207 {
    right: 207px
}

.bottom-207 {
    bottom: 207px
}

.left-207 {
    left: 207px
}

.top-208 {
    top: 208px
}

.right-208 {
    right: 208px
}

.bottom-208 {
    bottom: 208px
}

.left-208 {
    left: 208px
}

.top-209 {
    top: 209px
}

.right-209 {
    right: 209px
}

.bottom-209 {
    bottom: 209px
}

.left-209 {
    left: 209px
}

.top-210 {
    top: 210px
}

.right-210 {
    right: 210px
}

.bottom-210 {
    bottom: 210px
}

.left-210 {
    left: 210px
}

.top-211 {
    top: 211px
}

.right-211 {
    right: 211px
}

.bottom-211 {
    bottom: 211px
}

.left-211 {
    left: 211px
}

.top-212 {
    top: 212px
}

.right-212 {
    right: 212px
}

.bottom-212 {
    bottom: 212px
}

.left-212 {
    left: 212px
}

.top-213 {
    top: 213px
}

.right-213 {
    right: 213px
}

.bottom-213 {
    bottom: 213px
}

.left-213 {
    left: 213px
}

.top-214 {
    top: 214px
}

.right-214 {
    right: 214px
}

.bottom-214 {
    bottom: 214px
}

.left-214 {
    left: 214px
}

.top-215 {
    top: 215px
}

.right-215 {
    right: 215px
}

.bottom-215 {
    bottom: 215px
}

.left-215 {
    left: 215px
}

.top-216 {
    top: 216px
}

.right-216 {
    right: 216px
}

.bottom-216 {
    bottom: 216px
}

.left-216 {
    left: 216px
}

.top-217 {
    top: 217px
}

.right-217 {
    right: 217px
}

.bottom-217 {
    bottom: 217px
}

.left-217 {
    left: 217px
}

.top-218 {
    top: 218px
}

.right-218 {
    right: 218px
}

.bottom-218 {
    bottom: 218px
}

.left-218 {
    left: 218px
}

.top-219 {
    top: 219px
}

.right-219 {
    right: 219px
}

.bottom-219 {
    bottom: 219px
}

.left-219 {
    left: 219px
}

.top-220 {
    top: 220px
}

.right-220 {
    right: 220px
}

.bottom-220 {
    bottom: 220px
}

.left-220 {
    left: 220px
}

.top-221 {
    top: 221px
}

.right-221 {
    right: 221px
}

.bottom-221 {
    bottom: 221px
}

.left-221 {
    left: 221px
}

.top-222 {
    top: 222px
}

.right-222 {
    right: 222px
}

.bottom-222 {
    bottom: 222px
}

.left-222 {
    left: 222px
}

.top-223 {
    top: 223px
}

.right-223 {
    right: 223px
}

.bottom-223 {
    bottom: 223px
}

.left-223 {
    left: 223px
}

.top-224 {
    top: 224px
}

.right-224 {
    right: 224px
}

.bottom-224 {
    bottom: 224px
}

.left-224 {
    left: 224px
}

.top-225 {
    top: 225px
}

.right-225 {
    right: 225px
}

.bottom-225 {
    bottom: 225px
}

.left-225 {
    left: 225px
}

.top-226 {
    top: 226px
}

.right-226 {
    right: 226px
}

.bottom-226 {
    bottom: 226px
}

.left-226 {
    left: 226px
}

.top-227 {
    top: 227px
}

.right-227 {
    right: 227px
}

.bottom-227 {
    bottom: 227px
}

.left-227 {
    left: 227px
}

.top-228 {
    top: 228px
}

.right-228 {
    right: 228px
}

.bottom-228 {
    bottom: 228px
}

.left-228 {
    left: 228px
}

.top-229 {
    top: 229px
}

.right-229 {
    right: 229px
}

.bottom-229 {
    bottom: 229px
}

.left-229 {
    left: 229px
}

.top-230 {
    top: 230px
}

.right-230 {
    right: 230px
}

.bottom-230 {
    bottom: 230px
}

.left-230 {
    left: 230px
}

.top-231 {
    top: 231px
}

.right-231 {
    right: 231px
}

.bottom-231 {
    bottom: 231px
}

.left-231 {
    left: 231px
}

.top-232 {
    top: 232px
}

.right-232 {
    right: 232px
}

.bottom-232 {
    bottom: 232px
}

.left-232 {
    left: 232px
}

.top-233 {
    top: 233px
}

.right-233 {
    right: 233px
}

.bottom-233 {
    bottom: 233px
}

.left-233 {
    left: 233px
}

.top-234 {
    top: 234px
}

.right-234 {
    right: 234px
}

.bottom-234 {
    bottom: 234px
}

.left-234 {
    left: 234px
}

.top-235 {
    top: 235px
}

.right-235 {
    right: 235px
}

.bottom-235 {
    bottom: 235px
}

.left-235 {
    left: 235px
}

.top-236 {
    top: 236px
}

.right-236 {
    right: 236px
}

.bottom-236 {
    bottom: 236px
}

.left-236 {
    left: 236px
}

.top-237 {
    top: 237px
}

.right-237 {
    right: 237px
}

.bottom-237 {
    bottom: 237px
}

.left-237 {
    left: 237px
}

.top-238 {
    top: 238px
}

.right-238 {
    right: 238px
}

.bottom-238 {
    bottom: 238px
}

.left-238 {
    left: 238px
}

.top-239 {
    top: 239px
}

.right-239 {
    right: 239px
}

.bottom-239 {
    bottom: 239px
}

.left-239 {
    left: 239px
}

.top-240 {
    top: 240px
}

.right-240 {
    right: 240px
}

.bottom-240 {
    bottom: 240px
}

.left-240 {
    left: 240px
}

.top-241 {
    top: 241px
}

.right-241 {
    right: 241px
}

.bottom-241 {
    bottom: 241px
}

.left-241 {
    left: 241px
}

.top-242 {
    top: 242px
}

.right-242 {
    right: 242px
}

.bottom-242 {
    bottom: 242px
}

.left-242 {
    left: 242px
}

.top-243 {
    top: 243px
}

.right-243 {
    right: 243px
}

.bottom-243 {
    bottom: 243px
}

.left-243 {
    left: 243px
}

.top-244 {
    top: 244px
}

.right-244 {
    right: 244px
}

.bottom-244 {
    bottom: 244px
}

.left-244 {
    left: 244px
}

.top-245 {
    top: 245px
}

.right-245 {
    right: 245px
}

.bottom-245 {
    bottom: 245px
}

.left-245 {
    left: 245px
}

.top-246 {
    top: 246px
}

.right-246 {
    right: 246px
}

.bottom-246 {
    bottom: 246px
}

.left-246 {
    left: 246px
}

.top-247 {
    top: 247px
}

.right-247 {
    right: 247px
}

.bottom-247 {
    bottom: 247px
}

.left-247 {
    left: 247px
}

.top-248 {
    top: 248px
}

.right-248 {
    right: 248px
}

.bottom-248 {
    bottom: 248px
}

.left-248 {
    left: 248px
}

.top-249 {
    top: 249px
}

.right-249 {
    right: 249px
}

.bottom-249 {
    bottom: 249px
}

.left-249 {
    left: 249px
}

.top-250 {
    top: 250px
}

.right-250 {
    right: 250px
}

.bottom-250 {
    bottom: 250px
}

.left-250 {
    left: 250px
}

.top-251 {
    top: 251px
}

.right-251 {
    right: 251px
}

.bottom-251 {
    bottom: 251px
}

.left-251 {
    left: 251px
}

.top-252 {
    top: 252px
}

.right-252 {
    right: 252px
}

.bottom-252 {
    bottom: 252px
}

.left-252 {
    left: 252px
}

.top-253 {
    top: 253px
}

.right-253 {
    right: 253px
}

.bottom-253 {
    bottom: 253px
}

.left-253 {
    left: 253px
}

.top-254 {
    top: 254px
}

.right-254 {
    right: 254px
}

.bottom-254 {
    bottom: 254px
}

.left-254 {
    left: 254px
}

.top-255 {
    top: 255px
}

.right-255 {
    right: 255px
}

.bottom-255 {
    bottom: 255px
}

.left-255 {
    left: 255px
}

.top-256 {
    top: 256px
}

.right-256 {
    right: 256px
}

.bottom-256 {
    bottom: 256px
}

.left-256 {
    left: 256px
}

.top-257 {
    top: 257px
}

.right-257 {
    right: 257px
}

.bottom-257 {
    bottom: 257px
}

.left-257 {
    left: 257px
}

.top-258 {
    top: 258px
}

.right-258 {
    right: 258px
}

.bottom-258 {
    bottom: 258px
}

.left-258 {
    left: 258px
}

.top-259 {
    top: 259px
}

.right-259 {
    right: 259px
}

.bottom-259 {
    bottom: 259px
}

.left-259 {
    left: 259px
}

.top-260 {
    top: 260px
}

.right-260 {
    right: 260px
}

.bottom-260 {
    bottom: 260px
}

.left-260 {
    left: 260px
}

.top-261 {
    top: 261px
}

.right-261 {
    right: 261px
}

.bottom-261 {
    bottom: 261px
}

.left-261 {
    left: 261px
}

.top-262 {
    top: 262px
}

.right-262 {
    right: 262px
}

.bottom-262 {
    bottom: 262px
}

.left-262 {
    left: 262px
}

.top-263 {
    top: 263px
}

.right-263 {
    right: 263px
}

.bottom-263 {
    bottom: 263px
}

.left-263 {
    left: 263px
}

.top-264 {
    top: 264px
}

.right-264 {
    right: 264px
}

.bottom-264 {
    bottom: 264px
}

.left-264 {
    left: 264px
}

.top-265 {
    top: 265px
}

.right-265 {
    right: 265px
}

.bottom-265 {
    bottom: 265px
}

.left-265 {
    left: 265px
}

.top-266 {
    top: 266px
}

.right-266 {
    right: 266px
}

.bottom-266 {
    bottom: 266px
}

.left-266 {
    left: 266px
}

.top-267 {
    top: 267px
}

.right-267 {
    right: 267px
}

.bottom-267 {
    bottom: 267px
}

.left-267 {
    left: 267px
}

.top-268 {
    top: 268px
}

.right-268 {
    right: 268px
}

.bottom-268 {
    bottom: 268px
}

.left-268 {
    left: 268px
}

.top-269 {
    top: 269px
}

.right-269 {
    right: 269px
}

.bottom-269 {
    bottom: 269px
}

.left-269 {
    left: 269px
}

.top-270 {
    top: 270px
}

.right-270 {
    right: 270px
}

.bottom-270 {
    bottom: 270px
}

.left-270 {
    left: 270px
}

.top-271 {
    top: 271px
}

.right-271 {
    right: 271px
}

.bottom-271 {
    bottom: 271px
}

.left-271 {
    left: 271px
}

.top-272 {
    top: 272px
}

.right-272 {
    right: 272px
}

.bottom-272 {
    bottom: 272px
}

.left-272 {
    left: 272px
}

.top-273 {
    top: 273px
}

.right-273 {
    right: 273px
}

.bottom-273 {
    bottom: 273px
}

.left-273 {
    left: 273px
}

.top-274 {
    top: 274px
}

.right-274 {
    right: 274px
}

.bottom-274 {
    bottom: 274px
}

.left-274 {
    left: 274px
}

.top-275 {
    top: 275px
}

.right-275 {
    right: 275px
}

.bottom-275 {
    bottom: 275px
}

.left-275 {
    left: 275px
}

.top-276 {
    top: 276px
}

.right-276 {
    right: 276px
}

.bottom-276 {
    bottom: 276px
}

.left-276 {
    left: 276px
}

.top-277 {
    top: 277px
}

.right-277 {
    right: 277px
}

.bottom-277 {
    bottom: 277px
}

.left-277 {
    left: 277px
}

.top-278 {
    top: 278px
}

.right-278 {
    right: 278px
}

.bottom-278 {
    bottom: 278px
}

.left-278 {
    left: 278px
}

.top-279 {
    top: 279px
}

.right-279 {
    right: 279px
}

.bottom-279 {
    bottom: 279px
}

.left-279 {
    left: 279px
}

.top-280 {
    top: 280px
}

.right-280 {
    right: 280px
}

.bottom-280 {
    bottom: 280px
}

.left-280 {
    left: 280px
}

.top-281 {
    top: 281px
}

.right-281 {
    right: 281px
}

.bottom-281 {
    bottom: 281px
}

.left-281 {
    left: 281px
}

.top-282 {
    top: 282px
}

.right-282 {
    right: 282px
}

.bottom-282 {
    bottom: 282px
}

.left-282 {
    left: 282px
}

.top-283 {
    top: 283px
}

.right-283 {
    right: 283px
}

.bottom-283 {
    bottom: 283px
}

.left-283 {
    left: 283px
}

.top-284 {
    top: 284px
}

.right-284 {
    right: 284px
}

.bottom-284 {
    bottom: 284px
}

.left-284 {
    left: 284px
}

.top-285 {
    top: 285px
}

.right-285 {
    right: 285px
}

.bottom-285 {
    bottom: 285px
}

.left-285 {
    left: 285px
}

.top-286 {
    top: 286px
}

.right-286 {
    right: 286px
}

.bottom-286 {
    bottom: 286px
}

.left-286 {
    left: 286px
}

.top-287 {
    top: 287px
}

.right-287 {
    right: 287px
}

.bottom-287 {
    bottom: 287px
}

.left-287 {
    left: 287px
}

.top-288 {
    top: 288px
}

.right-288 {
    right: 288px
}

.bottom-288 {
    bottom: 288px
}

.left-288 {
    left: 288px
}

.top-289 {
    top: 289px
}

.right-289 {
    right: 289px
}

.bottom-289 {
    bottom: 289px
}

.left-289 {
    left: 289px
}

.top-290 {
    top: 290px
}

.right-290 {
    right: 290px
}

.bottom-290 {
    bottom: 290px
}

.left-290 {
    left: 290px
}

.top-291 {
    top: 291px
}

.right-291 {
    right: 291px
}

.bottom-291 {
    bottom: 291px
}

.left-291 {
    left: 291px
}

.top-292 {
    top: 292px
}

.right-292 {
    right: 292px
}

.bottom-292 {
    bottom: 292px
}

.left-292 {
    left: 292px
}

.top-293 {
    top: 293px
}

.right-293 {
    right: 293px
}

.bottom-293 {
    bottom: 293px
}

.left-293 {
    left: 293px
}

.top-294 {
    top: 294px
}

.right-294 {
    right: 294px
}

.bottom-294 {
    bottom: 294px
}

.left-294 {
    left: 294px
}

.top-295 {
    top: 295px
}

.right-295 {
    right: 295px
}

.bottom-295 {
    bottom: 295px
}

.left-295 {
    left: 295px
}

.top-296 {
    top: 296px
}

.right-296 {
    right: 296px
}

.bottom-296 {
    bottom: 296px
}

.left-296 {
    left: 296px
}

.top-297 {
    top: 297px
}

.right-297 {
    right: 297px
}

.bottom-297 {
    bottom: 297px
}

.left-297 {
    left: 297px
}

.top-298 {
    top: 298px
}

.right-298 {
    right: 298px
}

.bottom-298 {
    bottom: 298px
}

.left-298 {
    left: 298px
}

.top-299 {
    top: 299px
}

.right-299 {
    right: 299px
}

.bottom-299 {
    bottom: 299px
}

.left-299 {
    left: 299px
}

.top-300 {
    top: 300px
}

.right-300 {
    right: 300px
}

.bottom-300 {
    bottom: 300px
}

.left-300 {
    left: 300px
}

.top-301 {
    top: 301px
}

.right-301 {
    right: 301px
}

.bottom-301 {
    bottom: 301px
}

.left-301 {
    left: 301px
}

.top-302 {
    top: 302px
}

.right-302 {
    right: 302px
}

.bottom-302 {
    bottom: 302px
}

.left-302 {
    left: 302px
}

.top-303 {
    top: 303px
}

.right-303 {
    right: 303px
}

.bottom-303 {
    bottom: 303px
}

.left-303 {
    left: 303px
}

.top-304 {
    top: 304px
}

.right-304 {
    right: 304px
}

.bottom-304 {
    bottom: 304px
}

.left-304 {
    left: 304px
}

.top-305 {
    top: 305px
}

.right-305 {
    right: 305px
}

.bottom-305 {
    bottom: 305px
}

.left-305 {
    left: 305px
}

.top-306 {
    top: 306px
}

.right-306 {
    right: 306px
}

.bottom-306 {
    bottom: 306px
}

.left-306 {
    left: 306px
}

.top-307 {
    top: 307px
}

.right-307 {
    right: 307px
}

.bottom-307 {
    bottom: 307px
}

.left-307 {
    left: 307px
}

.top-308 {
    top: 308px
}

.right-308 {
    right: 308px
}

.bottom-308 {
    bottom: 308px
}

.left-308 {
    left: 308px
}

.top-309 {
    top: 309px
}

.right-309 {
    right: 309px
}

.bottom-309 {
    bottom: 309px
}

.left-309 {
    left: 309px
}

.top-310 {
    top: 310px
}

.right-310 {
    right: 310px
}

.bottom-310 {
    bottom: 310px
}

.left-310 {
    left: 310px
}

.top-311 {
    top: 311px
}

.right-311 {
    right: 311px
}

.bottom-311 {
    bottom: 311px
}

.left-311 {
    left: 311px
}

.top-312 {
    top: 312px
}

.right-312 {
    right: 312px
}

.bottom-312 {
    bottom: 312px
}

.left-312 {
    left: 312px
}

.top-313 {
    top: 313px
}

.right-313 {
    right: 313px
}

.bottom-313 {
    bottom: 313px
}

.left-313 {
    left: 313px
}

.top-314 {
    top: 314px
}

.right-314 {
    right: 314px
}

.bottom-314 {
    bottom: 314px
}

.left-314 {
    left: 314px
}

.top-315 {
    top: 315px
}

.right-315 {
    right: 315px
}

.bottom-315 {
    bottom: 315px
}

.left-315 {
    left: 315px
}

.top-316 {
    top: 316px
}

.right-316 {
    right: 316px
}

.bottom-316 {
    bottom: 316px
}

.left-316 {
    left: 316px
}

.top-317 {
    top: 317px
}

.right-317 {
    right: 317px
}

.bottom-317 {
    bottom: 317px
}

.left-317 {
    left: 317px
}

.top-318 {
    top: 318px
}

.right-318 {
    right: 318px
}

.bottom-318 {
    bottom: 318px
}

.left-318 {
    left: 318px
}

.top-319 {
    top: 319px
}

.right-319 {
    right: 319px
}

.bottom-319 {
    bottom: 319px
}

.left-319 {
    left: 319px
}

.top-320 {
    top: 320px
}

.right-320 {
    right: 320px
}

.bottom-320 {
    bottom: 320px
}

.left-320 {
    left: 320px
}

.top-321 {
    top: 321px
}

.right-321 {
    right: 321px
}

.bottom-321 {
    bottom: 321px
}

.left-321 {
    left: 321px
}

.top-322 {
    top: 322px
}

.right-322 {
    right: 322px
}

.bottom-322 {
    bottom: 322px
}

.left-322 {
    left: 322px
}

.top-323 {
    top: 323px
}

.right-323 {
    right: 323px
}

.bottom-323 {
    bottom: 323px
}

.left-323 {
    left: 323px
}

.top-324 {
    top: 324px
}

.right-324 {
    right: 324px
}

.bottom-324 {
    bottom: 324px
}

.left-324 {
    left: 324px
}

.top-325 {
    top: 325px
}

.right-325 {
    right: 325px
}

.bottom-325 {
    bottom: 325px
}

.left-325 {
    left: 325px
}

.top-326 {
    top: 326px
}

.right-326 {
    right: 326px
}

.bottom-326 {
    bottom: 326px
}

.left-326 {
    left: 326px
}

.top-327 {
    top: 327px
}

.right-327 {
    right: 327px
}

.bottom-327 {
    bottom: 327px
}

.left-327 {
    left: 327px
}

.top-328 {
    top: 328px
}

.right-328 {
    right: 328px
}

.bottom-328 {
    bottom: 328px
}

.left-328 {
    left: 328px
}

.top-329 {
    top: 329px
}

.right-329 {
    right: 329px
}

.bottom-329 {
    bottom: 329px
}

.left-329 {
    left: 329px
}

.top-330 {
    top: 330px
}

.right-330 {
    right: 330px
}

.bottom-330 {
    bottom: 330px
}

.left-330 {
    left: 330px
}

.top-331 {
    top: 331px
}

.right-331 {
    right: 331px
}

.bottom-331 {
    bottom: 331px
}

.left-331 {
    left: 331px
}

.top-332 {
    top: 332px
}

.right-332 {
    right: 332px
}

.bottom-332 {
    bottom: 332px
}

.left-332 {
    left: 332px
}

.top-333 {
    top: 333px
}

.right-333 {
    right: 333px
}

.bottom-333 {
    bottom: 333px
}

.left-333 {
    left: 333px
}

.top-334 {
    top: 334px
}

.right-334 {
    right: 334px
}

.bottom-334 {
    bottom: 334px
}

.left-334 {
    left: 334px
}

.top-335 {
    top: 335px
}

.right-335 {
    right: 335px
}

.bottom-335 {
    bottom: 335px
}

.left-335 {
    left: 335px
}

.top-336 {
    top: 336px
}

.right-336 {
    right: 336px
}

.bottom-336 {
    bottom: 336px
}

.left-336 {
    left: 336px
}

.top-337 {
    top: 337px
}

.right-337 {
    right: 337px
}

.bottom-337 {
    bottom: 337px
}

.left-337 {
    left: 337px
}

.top-338 {
    top: 338px
}

.right-338 {
    right: 338px
}

.bottom-338 {
    bottom: 338px
}

.left-338 {
    left: 338px
}

.top-339 {
    top: 339px
}

.right-339 {
    right: 339px
}

.bottom-339 {
    bottom: 339px
}

.left-339 {
    left: 339px
}

.top-340 {
    top: 340px
}

.right-340 {
    right: 340px
}

.bottom-340 {
    bottom: 340px
}

.left-340 {
    left: 340px
}

.top-341 {
    top: 341px
}

.right-341 {
    right: 341px
}

.bottom-341 {
    bottom: 341px
}

.left-341 {
    left: 341px
}

.top-342 {
    top: 342px
}

.right-342 {
    right: 342px
}

.bottom-342 {
    bottom: 342px
}

.left-342 {
    left: 342px
}

.top-343 {
    top: 343px
}

.right-343 {
    right: 343px
}

.bottom-343 {
    bottom: 343px
}

.left-343 {
    left: 343px
}

.top-344 {
    top: 344px
}

.right-344 {
    right: 344px
}

.bottom-344 {
    bottom: 344px
}

.left-344 {
    left: 344px
}

.top-345 {
    top: 345px
}

.right-345 {
    right: 345px
}

.bottom-345 {
    bottom: 345px
}

.left-345 {
    left: 345px
}

.top-346 {
    top: 346px
}

.right-346 {
    right: 346px
}

.bottom-346 {
    bottom: 346px
}

.left-346 {
    left: 346px
}

.top-347 {
    top: 347px
}

.right-347 {
    right: 347px
}

.bottom-347 {
    bottom: 347px
}

.left-347 {
    left: 347px
}

.top-348 {
    top: 348px
}

.right-348 {
    right: 348px
}

.bottom-348 {
    bottom: 348px
}

.left-348 {
    left: 348px
}

.top-349 {
    top: 349px
}

.right-349 {
    right: 349px
}

.bottom-349 {
    bottom: 349px
}

.left-349 {
    left: 349px
}

.top-350 {
    top: 350px
}

.right-350 {
    right: 350px
}

.bottom-350 {
    bottom: 350px
}

.left-350 {
    left: 350px
}

.top-351 {
    top: 351px
}

.right-351 {
    right: 351px
}

.bottom-351 {
    bottom: 351px
}

.left-351 {
    left: 351px
}

.top-352 {
    top: 352px
}

.right-352 {
    right: 352px
}

.bottom-352 {
    bottom: 352px
}

.left-352 {
    left: 352px
}

.top-353 {
    top: 353px
}

.right-353 {
    right: 353px
}

.bottom-353 {
    bottom: 353px
}

.left-353 {
    left: 353px
}

.top-354 {
    top: 354px
}

.right-354 {
    right: 354px
}

.bottom-354 {
    bottom: 354px
}

.left-354 {
    left: 354px
}

.top-355 {
    top: 355px
}

.right-355 {
    right: 355px
}

.bottom-355 {
    bottom: 355px
}

.left-355 {
    left: 355px
}

.top-356 {
    top: 356px
}

.right-356 {
    right: 356px
}

.bottom-356 {
    bottom: 356px
}

.left-356 {
    left: 356px
}

.top-357 {
    top: 357px
}

.right-357 {
    right: 357px
}

.bottom-357 {
    bottom: 357px
}

.left-357 {
    left: 357px
}

.top-358 {
    top: 358px
}

.right-358 {
    right: 358px
}

.bottom-358 {
    bottom: 358px
}

.left-358 {
    left: 358px
}

.top-359 {
    top: 359px
}

.right-359 {
    right: 359px
}

.bottom-359 {
    bottom: 359px
}

.left-359 {
    left: 359px
}

.top-360 {
    top: 360px
}

.right-360 {
    right: 360px
}

.bottom-360 {
    bottom: 360px
}

.left-360 {
    left: 360px
}

.top-361 {
    top: 361px
}

.right-361 {
    right: 361px
}

.bottom-361 {
    bottom: 361px
}

.left-361 {
    left: 361px
}

.top-362 {
    top: 362px
}

.right-362 {
    right: 362px
}

.bottom-362 {
    bottom: 362px
}

.left-362 {
    left: 362px
}

.top-363 {
    top: 363px
}

.right-363 {
    right: 363px
}

.bottom-363 {
    bottom: 363px
}

.left-363 {
    left: 363px
}

.top-364 {
    top: 364px
}

.right-364 {
    right: 364px
}

.bottom-364 {
    bottom: 364px
}

.left-364 {
    left: 364px
}

.top-365 {
    top: 365px
}

.right-365 {
    right: 365px
}

.bottom-365 {
    bottom: 365px
}

.left-365 {
    left: 365px
}

.top-366 {
    top: 366px
}

.right-366 {
    right: 366px
}

.bottom-366 {
    bottom: 366px
}

.left-366 {
    left: 366px
}

.top-367 {
    top: 367px
}

.right-367 {
    right: 367px
}

.bottom-367 {
    bottom: 367px
}

.left-367 {
    left: 367px
}

.top-368 {
    top: 368px
}

.right-368 {
    right: 368px
}

.bottom-368 {
    bottom: 368px
}

.left-368 {
    left: 368px
}

.top-369 {
    top: 369px
}

.right-369 {
    right: 369px
}

.bottom-369 {
    bottom: 369px
}

.left-369 {
    left: 369px
}

.top-370 {
    top: 370px
}

.right-370 {
    right: 370px
}

.bottom-370 {
    bottom: 370px
}

.left-370 {
    left: 370px
}

.top-371 {
    top: 371px
}

.right-371 {
    right: 371px
}

.bottom-371 {
    bottom: 371px
}

.left-371 {
    left: 371px
}

.top-372 {
    top: 372px
}

.right-372 {
    right: 372px
}

.bottom-372 {
    bottom: 372px
}

.left-372 {
    left: 372px
}

.top-373 {
    top: 373px
}

.right-373 {
    right: 373px
}

.bottom-373 {
    bottom: 373px
}

.left-373 {
    left: 373px
}

.top-374 {
    top: 374px
}

.right-374 {
    right: 374px
}

.bottom-374 {
    bottom: 374px
}

.left-374 {
    left: 374px
}

.top-375 {
    top: 375px
}

.right-375 {
    right: 375px
}

.bottom-375 {
    bottom: 375px
}

.left-375 {
    left: 375px
}

.top-376 {
    top: 376px
}

.right-376 {
    right: 376px
}

.bottom-376 {
    bottom: 376px
}

.left-376 {
    left: 376px
}

.top-377 {
    top: 377px
}

.right-377 {
    right: 377px
}

.bottom-377 {
    bottom: 377px
}

.left-377 {
    left: 377px
}

.top-378 {
    top: 378px
}

.right-378 {
    right: 378px
}

.bottom-378 {
    bottom: 378px
}

.left-378 {
    left: 378px
}

.top-379 {
    top: 379px
}

.right-379 {
    right: 379px
}

.bottom-379 {
    bottom: 379px
}

.left-379 {
    left: 379px
}

.top-380 {
    top: 380px
}

.right-380 {
    right: 380px
}

.bottom-380 {
    bottom: 380px
}

.left-380 {
    left: 380px
}

.top-381 {
    top: 381px
}

.right-381 {
    right: 381px
}

.bottom-381 {
    bottom: 381px
}

.left-381 {
    left: 381px
}

.top-382 {
    top: 382px
}

.right-382 {
    right: 382px
}

.bottom-382 {
    bottom: 382px
}

.left-382 {
    left: 382px
}

.top-383 {
    top: 383px
}

.right-383 {
    right: 383px
}

.bottom-383 {
    bottom: 383px
}

.left-383 {
    left: 383px
}

.top-384 {
    top: 384px
}

.right-384 {
    right: 384px
}

.bottom-384 {
    bottom: 384px
}

.left-384 {
    left: 384px
}

.top-385 {
    top: 385px
}

.right-385 {
    right: 385px
}

.bottom-385 {
    bottom: 385px
}

.left-385 {
    left: 385px
}

.top-386 {
    top: 386px
}

.right-386 {
    right: 386px
}

.bottom-386 {
    bottom: 386px
}

.left-386 {
    left: 386px
}

.top-387 {
    top: 387px
}

.right-387 {
    right: 387px
}

.bottom-387 {
    bottom: 387px
}

.left-387 {
    left: 387px
}

.top-388 {
    top: 388px
}

.right-388 {
    right: 388px
}

.bottom-388 {
    bottom: 388px
}

.left-388 {
    left: 388px
}

.top-389 {
    top: 389px
}

.right-389 {
    right: 389px
}

.bottom-389 {
    bottom: 389px
}

.left-389 {
    left: 389px
}

.top-390 {
    top: 390px
}

.right-390 {
    right: 390px
}

.bottom-390 {
    bottom: 390px
}

.left-390 {
    left: 390px
}

.top-391 {
    top: 391px
}

.right-391 {
    right: 391px
}

.bottom-391 {
    bottom: 391px
}

.left-391 {
    left: 391px
}

.top-392 {
    top: 392px
}

.right-392 {
    right: 392px
}

.bottom-392 {
    bottom: 392px
}

.left-392 {
    left: 392px
}

.top-393 {
    top: 393px
}

.right-393 {
    right: 393px
}

.bottom-393 {
    bottom: 393px
}

.left-393 {
    left: 393px
}

.top-394 {
    top: 394px
}

.right-394 {
    right: 394px
}

.bottom-394 {
    bottom: 394px
}

.left-394 {
    left: 394px
}

.top-395 {
    top: 395px
}

.right-395 {
    right: 395px
}

.bottom-395 {
    bottom: 395px
}

.left-395 {
    left: 395px
}

.top-396 {
    top: 396px
}

.right-396 {
    right: 396px
}

.bottom-396 {
    bottom: 396px
}

.left-396 {
    left: 396px
}

.top-397 {
    top: 397px
}

.right-397 {
    right: 397px
}

.bottom-397 {
    bottom: 397px
}

.left-397 {
    left: 397px
}

.top-398 {
    top: 398px
}

.right-398 {
    right: 398px
}

.bottom-398 {
    bottom: 398px
}

.left-398 {
    left: 398px
}

.top-399 {
    top: 399px
}

.right-399 {
    right: 399px
}

.bottom-399 {
    bottom: 399px
}

.left-399 {
    left: 399px
}

.top-400 {
    top: 400px
}

.right-400 {
    right: 400px
}

.bottom-400 {
    bottom: 400px
}

.left-400 {
    left: 400px
}

.top-401 {
    top: 401px
}

.right-401 {
    right: 401px
}

.bottom-401 {
    bottom: 401px
}

.left-401 {
    left: 401px
}

.top-402 {
    top: 402px
}

.right-402 {
    right: 402px
}

.bottom-402 {
    bottom: 402px
}

.left-402 {
    left: 402px
}

.top-403 {
    top: 403px
}

.right-403 {
    right: 403px
}

.bottom-403 {
    bottom: 403px
}

.left-403 {
    left: 403px
}

.top-404 {
    top: 404px
}

.right-404 {
    right: 404px
}

.bottom-404 {
    bottom: 404px
}

.left-404 {
    left: 404px
}

.top-405 {
    top: 405px
}

.right-405 {
    right: 405px
}

.bottom-405 {
    bottom: 405px
}

.left-405 {
    left: 405px
}

.top-406 {
    top: 406px
}

.right-406 {
    right: 406px
}

.bottom-406 {
    bottom: 406px
}

.left-406 {
    left: 406px
}

.top-407 {
    top: 407px
}

.right-407 {
    right: 407px
}

.bottom-407 {
    bottom: 407px
}

.left-407 {
    left: 407px
}

.top-408 {
    top: 408px
}

.right-408 {
    right: 408px
}

.bottom-408 {
    bottom: 408px
}

.left-408 {
    left: 408px
}

.top-409 {
    top: 409px
}

.right-409 {
    right: 409px
}

.bottom-409 {
    bottom: 409px
}

.left-409 {
    left: 409px
}

.top-410 {
    top: 410px
}

.right-410 {
    right: 410px
}

.bottom-410 {
    bottom: 410px
}

.left-410 {
    left: 410px
}

.top-411 {
    top: 411px
}

.right-411 {
    right: 411px
}

.bottom-411 {
    bottom: 411px
}

.left-411 {
    left: 411px
}

.top-412 {
    top: 412px
}

.right-412 {
    right: 412px
}

.bottom-412 {
    bottom: 412px
}

.left-412 {
    left: 412px
}

.top-413 {
    top: 413px
}

.right-413 {
    right: 413px
}

.bottom-413 {
    bottom: 413px
}

.left-413 {
    left: 413px
}

.top-414 {
    top: 414px
}

.right-414 {
    right: 414px
}

.bottom-414 {
    bottom: 414px
}

.left-414 {
    left: 414px
}

.top-415 {
    top: 415px
}

.right-415 {
    right: 415px
}

.bottom-415 {
    bottom: 415px
}

.left-415 {
    left: 415px
}

.top-416 {
    top: 416px
}

.right-416 {
    right: 416px
}

.bottom-416 {
    bottom: 416px
}

.left-416 {
    left: 416px
}

.top-417 {
    top: 417px
}

.right-417 {
    right: 417px
}

.bottom-417 {
    bottom: 417px
}

.left-417 {
    left: 417px
}

.top-418 {
    top: 418px
}

.right-418 {
    right: 418px
}

.bottom-418 {
    bottom: 418px
}

.left-418 {
    left: 418px
}

.top-419 {
    top: 419px
}

.right-419 {
    right: 419px
}

.bottom-419 {
    bottom: 419px
}

.left-419 {
    left: 419px
}

.top-420 {
    top: 420px
}

.right-420 {
    right: 420px
}

.bottom-420 {
    bottom: 420px
}

.left-420 {
    left: 420px
}

.top-421 {
    top: 421px
}

.right-421 {
    right: 421px
}

.bottom-421 {
    bottom: 421px
}

.left-421 {
    left: 421px
}

.top-422 {
    top: 422px
}

.right-422 {
    right: 422px
}

.bottom-422 {
    bottom: 422px
}

.left-422 {
    left: 422px
}

.top-423 {
    top: 423px
}

.right-423 {
    right: 423px
}

.bottom-423 {
    bottom: 423px
}

.left-423 {
    left: 423px
}

.top-424 {
    top: 424px
}

.right-424 {
    right: 424px
}

.bottom-424 {
    bottom: 424px
}

.left-424 {
    left: 424px
}

.top-425 {
    top: 425px
}

.right-425 {
    right: 425px
}

.bottom-425 {
    bottom: 425px
}

.left-425 {
    left: 425px
}

.top-426 {
    top: 426px
}

.right-426 {
    right: 426px
}

.bottom-426 {
    bottom: 426px
}

.left-426 {
    left: 426px
}

.top-427 {
    top: 427px
}

.right-427 {
    right: 427px
}

.bottom-427 {
    bottom: 427px
}

.left-427 {
    left: 427px
}

.top-428 {
    top: 428px
}

.right-428 {
    right: 428px
}

.bottom-428 {
    bottom: 428px
}

.left-428 {
    left: 428px
}

.top-429 {
    top: 429px
}

.right-429 {
    right: 429px
}

.bottom-429 {
    bottom: 429px
}

.left-429 {
    left: 429px
}

.top-430 {
    top: 430px
}

.right-430 {
    right: 430px
}

.bottom-430 {
    bottom: 430px
}

.left-430 {
    left: 430px
}

.top-431 {
    top: 431px
}

.right-431 {
    right: 431px
}

.bottom-431 {
    bottom: 431px
}

.left-431 {
    left: 431px
}

.top-432 {
    top: 432px
}

.right-432 {
    right: 432px
}

.bottom-432 {
    bottom: 432px
}

.left-432 {
    left: 432px
}

.top-433 {
    top: 433px
}

.right-433 {
    right: 433px
}

.bottom-433 {
    bottom: 433px
}

.left-433 {
    left: 433px
}

.top-434 {
    top: 434px
}

.right-434 {
    right: 434px
}

.bottom-434 {
    bottom: 434px
}

.left-434 {
    left: 434px
}

.top-435 {
    top: 435px
}

.right-435 {
    right: 435px
}

.bottom-435 {
    bottom: 435px
}

.left-435 {
    left: 435px
}

.top-436 {
    top: 436px
}

.right-436 {
    right: 436px
}

.bottom-436 {
    bottom: 436px
}

.left-436 {
    left: 436px
}

.top-437 {
    top: 437px
}

.right-437 {
    right: 437px
}

.bottom-437 {
    bottom: 437px
}

.left-437 {
    left: 437px
}

.top-438 {
    top: 438px
}

.right-438 {
    right: 438px
}

.bottom-438 {
    bottom: 438px
}

.left-438 {
    left: 438px
}

.top-439 {
    top: 439px
}

.right-439 {
    right: 439px
}

.bottom-439 {
    bottom: 439px
}

.left-439 {
    left: 439px
}

.top-440 {
    top: 440px
}

.right-440 {
    right: 440px
}

.bottom-440 {
    bottom: 440px
}

.left-440 {
    left: 440px
}

.top-441 {
    top: 441px
}

.right-441 {
    right: 441px
}

.bottom-441 {
    bottom: 441px
}

.left-441 {
    left: 441px
}

.top-442 {
    top: 442px
}

.right-442 {
    right: 442px
}

.bottom-442 {
    bottom: 442px
}

.left-442 {
    left: 442px
}

.top-443 {
    top: 443px
}

.right-443 {
    right: 443px
}

.bottom-443 {
    bottom: 443px
}

.left-443 {
    left: 443px
}

.top-444 {
    top: 444px
}

.right-444 {
    right: 444px
}

.bottom-444 {
    bottom: 444px
}

.left-444 {
    left: 444px
}

.top-445 {
    top: 445px
}

.right-445 {
    right: 445px
}

.bottom-445 {
    bottom: 445px
}

.left-445 {
    left: 445px
}

.top-446 {
    top: 446px
}

.right-446 {
    right: 446px
}

.bottom-446 {
    bottom: 446px
}

.left-446 {
    left: 446px
}

.top-447 {
    top: 447px
}

.right-447 {
    right: 447px
}

.bottom-447 {
    bottom: 447px
}

.left-447 {
    left: 447px
}

.top-448 {
    top: 448px
}

.right-448 {
    right: 448px
}

.bottom-448 {
    bottom: 448px
}

.left-448 {
    left: 448px
}

.top-449 {
    top: 449px
}

.right-449 {
    right: 449px
}

.bottom-449 {
    bottom: 449px
}

.left-449 {
    left: 449px
}

.top-450 {
    top: 450px
}

.right-450 {
    right: 450px
}

.bottom-450 {
    bottom: 450px
}

.left-450 {
    left: 450px
}

.top-451 {
    top: 451px
}

.right-451 {
    right: 451px
}

.bottom-451 {
    bottom: 451px
}

.left-451 {
    left: 451px
}

.top-452 {
    top: 452px
}

.right-452 {
    right: 452px
}

.bottom-452 {
    bottom: 452px
}

.left-452 {
    left: 452px
}

.top-453 {
    top: 453px
}

.right-453 {
    right: 453px
}

.bottom-453 {
    bottom: 453px
}

.left-453 {
    left: 453px
}

.top-454 {
    top: 454px
}

.right-454 {
    right: 454px
}

.bottom-454 {
    bottom: 454px
}

.left-454 {
    left: 454px
}

.top-455 {
    top: 455px
}

.right-455 {
    right: 455px
}

.bottom-455 {
    bottom: 455px
}

.left-455 {
    left: 455px
}

.top-456 {
    top: 456px
}

.right-456 {
    right: 456px
}

.bottom-456 {
    bottom: 456px
}

.left-456 {
    left: 456px
}

.top-457 {
    top: 457px
}

.right-457 {
    right: 457px
}

.bottom-457 {
    bottom: 457px
}

.left-457 {
    left: 457px
}

.top-458 {
    top: 458px
}

.right-458 {
    right: 458px
}

.bottom-458 {
    bottom: 458px
}

.left-458 {
    left: 458px
}

.top-459 {
    top: 459px
}

.right-459 {
    right: 459px
}

.bottom-459 {
    bottom: 459px
}

.left-459 {
    left: 459px
}

.top-460 {
    top: 460px
}

.right-460 {
    right: 460px
}

.bottom-460 {
    bottom: 460px
}

.left-460 {
    left: 460px
}

.top-461 {
    top: 461px
}

.right-461 {
    right: 461px
}

.bottom-461 {
    bottom: 461px
}

.left-461 {
    left: 461px
}

.top-462 {
    top: 462px
}

.right-462 {
    right: 462px
}

.bottom-462 {
    bottom: 462px
}

.left-462 {
    left: 462px
}

.top-463 {
    top: 463px
}

.right-463 {
    right: 463px
}

.bottom-463 {
    bottom: 463px
}

.left-463 {
    left: 463px
}

.top-464 {
    top: 464px
}

.right-464 {
    right: 464px
}

.bottom-464 {
    bottom: 464px
}

.left-464 {
    left: 464px
}

.top-465 {
    top: 465px
}

.right-465 {
    right: 465px
}

.bottom-465 {
    bottom: 465px
}

.left-465 {
    left: 465px
}

.top-466 {
    top: 466px
}

.right-466 {
    right: 466px
}

.bottom-466 {
    bottom: 466px
}

.left-466 {
    left: 466px
}

.top-467 {
    top: 467px
}

.right-467 {
    right: 467px
}

.bottom-467 {
    bottom: 467px
}

.left-467 {
    left: 467px
}

.top-468 {
    top: 468px
}

.right-468 {
    right: 468px
}

.bottom-468 {
    bottom: 468px
}

.left-468 {
    left: 468px
}

.top-469 {
    top: 469px
}

.right-469 {
    right: 469px
}

.bottom-469 {
    bottom: 469px
}

.left-469 {
    left: 469px
}

.top-470 {
    top: 470px
}

.right-470 {
    right: 470px
}

.bottom-470 {
    bottom: 470px
}

.left-470 {
    left: 470px
}

.top-471 {
    top: 471px
}

.right-471 {
    right: 471px
}

.bottom-471 {
    bottom: 471px
}

.left-471 {
    left: 471px
}

.top-472 {
    top: 472px
}

.right-472 {
    right: 472px
}

.bottom-472 {
    bottom: 472px
}

.left-472 {
    left: 472px
}

.top-473 {
    top: 473px
}

.right-473 {
    right: 473px
}

.bottom-473 {
    bottom: 473px
}

.left-473 {
    left: 473px
}

.top-474 {
    top: 474px
}

.right-474 {
    right: 474px
}

.bottom-474 {
    bottom: 474px
}

.left-474 {
    left: 474px
}

.top-475 {
    top: 475px
}

.right-475 {
    right: 475px
}

.bottom-475 {
    bottom: 475px
}

.left-475 {
    left: 475px
}

.top-476 {
    top: 476px
}

.right-476 {
    right: 476px
}

.bottom-476 {
    bottom: 476px
}

.left-476 {
    left: 476px
}

.top-477 {
    top: 477px
}

.right-477 {
    right: 477px
}

.bottom-477 {
    bottom: 477px
}

.left-477 {
    left: 477px
}

.top-478 {
    top: 478px
}

.right-478 {
    right: 478px
}

.bottom-478 {
    bottom: 478px
}

.left-478 {
    left: 478px
}

.top-479 {
    top: 479px
}

.right-479 {
    right: 479px
}

.bottom-479 {
    bottom: 479px
}

.left-479 {
    left: 479px
}

.top-480 {
    top: 480px
}

.right-480 {
    right: 480px
}

.bottom-480 {
    bottom: 480px
}

.left-480 {
    left: 480px
}

.top-481 {
    top: 481px
}

.right-481 {
    right: 481px
}

.bottom-481 {
    bottom: 481px
}

.left-481 {
    left: 481px
}

.top-482 {
    top: 482px
}

.right-482 {
    right: 482px
}

.bottom-482 {
    bottom: 482px
}

.left-482 {
    left: 482px
}

.top-483 {
    top: 483px
}

.right-483 {
    right: 483px
}

.bottom-483 {
    bottom: 483px
}

.left-483 {
    left: 483px
}

.top-484 {
    top: 484px
}

.right-484 {
    right: 484px
}

.bottom-484 {
    bottom: 484px
}

.left-484 {
    left: 484px
}

.top-485 {
    top: 485px
}

.right-485 {
    right: 485px
}

.bottom-485 {
    bottom: 485px
}

.left-485 {
    left: 485px
}

.top-486 {
    top: 486px
}

.right-486 {
    right: 486px
}

.bottom-486 {
    bottom: 486px
}

.left-486 {
    left: 486px
}

.top-487 {
    top: 487px
}

.right-487 {
    right: 487px
}

.bottom-487 {
    bottom: 487px
}

.left-487 {
    left: 487px
}

.top-488 {
    top: 488px
}

.right-488 {
    right: 488px
}

.bottom-488 {
    bottom: 488px
}

.left-488 {
    left: 488px
}

.top-489 {
    top: 489px
}

.right-489 {
    right: 489px
}

.bottom-489 {
    bottom: 489px
}

.left-489 {
    left: 489px
}

.top-490 {
    top: 490px
}

.right-490 {
    right: 490px
}

.bottom-490 {
    bottom: 490px
}

.left-490 {
    left: 490px
}

.top-491 {
    top: 491px
}

.right-491 {
    right: 491px
}

.bottom-491 {
    bottom: 491px
}

.left-491 {
    left: 491px
}

.top-492 {
    top: 492px
}

.right-492 {
    right: 492px
}

.bottom-492 {
    bottom: 492px
}

.left-492 {
    left: 492px
}

.top-493 {
    top: 493px
}

.right-493 {
    right: 493px
}

.bottom-493 {
    bottom: 493px
}

.left-493 {
    left: 493px
}

.top-494 {
    top: 494px
}

.right-494 {
    right: 494px
}

.bottom-494 {
    bottom: 494px
}

.left-494 {
    left: 494px
}

.top-495 {
    top: 495px
}

.right-495 {
    right: 495px
}

.bottom-495 {
    bottom: 495px
}

.left-495 {
    left: 495px
}

.top-496 {
    top: 496px
}

.right-496 {
    right: 496px
}

.bottom-496 {
    bottom: 496px
}

.left-496 {
    left: 496px
}

.top-497 {
    top: 497px
}

.right-497 {
    right: 497px
}

.bottom-497 {
    bottom: 497px
}

.left-497 {
    left: 497px
}

.top-498 {
    top: 498px
}

.right-498 {
    right: 498px
}

.bottom-498 {
    bottom: 498px
}

.left-498 {
    left: 498px
}

.top-499 {
    top: 499px
}

.right-499 {
    right: 499px
}

.bottom-499 {
    bottom: 499px
}

.left-499 {
    left: 499px
}

.top-500 {
    top: 500px
}

.right-500 {
    right: 500px
}

.bottom-500 {
    bottom: 500px
}

.left-500 {
    left: 500px
}

.size-1 {
    width: 1px;
    height: 1px
}

.width-1 {
    width: 1px
}

.min-width-1 {
    min-width: 1px
}

.max-width-1 {
    max-width: 1px
}

.height-1 {
    height: 1px
}

.min-height-1 {
    min-height: 1px
}

.max-height-1 {
    max-height: 1px
}

.size-2 {
    width: 2px;
    height: 2px
}

.width-2 {
    width: 2px
}

.min-width-2 {
    min-width: 2px
}

.max-width-2 {
    max-width: 2px
}

.height-2 {
    height: 2px
}

.min-height-2 {
    min-height: 2px
}

.max-height-2 {
    max-height: 2px
}

.size-3 {
    width: 3px;
    height: 3px
}

.width-3 {
    width: 3px
}

.min-width-3 {
    min-width: 3px
}

.max-width-3 {
    max-width: 3px
}

.height-3 {
    height: 3px
}

.min-height-3 {
    min-height: 3px
}

.max-height-3 {
    max-height: 3px
}

.size-4 {
    width: 4px;
    height: 4px
}

.width-4 {
    width: 4px
}

.min-width-4 {
    min-width: 4px
}

.max-width-4 {
    max-width: 4px
}

.height-4 {
    height: 4px
}

.min-height-4 {
    min-height: 4px
}

.max-height-4 {
    max-height: 4px
}

.size-5 {
    width: 5px;
    height: 5px
}

.width-5 {
    width: 5px
}

.min-width-5 {
    min-width: 5px
}

.max-width-5 {
    max-width: 5px
}

.height-5 {
    height: 5px
}

.min-height-5 {
    min-height: 5px
}

.max-height-5 {
    max-height: 5px
}

.size-6 {
    width: 6px;
    height: 6px
}

.width-6 {
    width: 6px
}

.min-width-6 {
    min-width: 6px
}

.max-width-6 {
    max-width: 6px
}

.height-6 {
    height: 6px
}

.min-height-6 {
    min-height: 6px
}

.max-height-6 {
    max-height: 6px
}

.size-7 {
    width: 7px;
    height: 7px
}

.width-7 {
    width: 7px
}

.min-width-7 {
    min-width: 7px
}

.max-width-7 {
    max-width: 7px
}

.height-7 {
    height: 7px
}

.min-height-7 {
    min-height: 7px
}

.max-height-7 {
    max-height: 7px
}

.size-8 {
    width: 8px;
    height: 8px
}

.width-8 {
    width: 8px
}

.min-width-8 {
    min-width: 8px
}

.max-width-8 {
    max-width: 8px
}

.height-8 {
    height: 8px
}

.min-height-8 {
    min-height: 8px
}

.max-height-8 {
    max-height: 8px
}

.size-9 {
    width: 9px;
    height: 9px
}

.width-9 {
    width: 9px
}

.min-width-9 {
    min-width: 9px
}

.max-width-9 {
    max-width: 9px
}

.height-9 {
    height: 9px
}

.min-height-9 {
    min-height: 9px
}

.max-height-9 {
    max-height: 9px
}

.size-10 {
    width: 10px;
    height: 10px
}

.width-10 {
    width: 10px
}

.min-width-10 {
    min-width: 10px
}

.max-width-10 {
    max-width: 10px
}

.height-10 {
    height: 10px
}

.min-height-10 {
    min-height: 10px
}

.max-height-10 {
    max-height: 10px
}

.size-11 {
    width: 11px;
    height: 11px
}

.width-11 {
    width: 11px
}

.min-width-11 {
    min-width: 11px
}

.max-width-11 {
    max-width: 11px
}

.height-11 {
    height: 11px
}

.min-height-11 {
    min-height: 11px
}

.max-height-11 {
    max-height: 11px
}

.size-12 {
    width: 12px;
    height: 12px
}

.width-12 {
    width: 12px
}

.min-width-12 {
    min-width: 12px
}

.max-width-12 {
    max-width: 12px
}

.height-12 {
    height: 12px
}

.min-height-12 {
    min-height: 12px
}

.max-height-12 {
    max-height: 12px
}

.size-13 {
    width: 13px;
    height: 13px
}

.width-13 {
    width: 13px
}

.min-width-13 {
    min-width: 13px
}

.max-width-13 {
    max-width: 13px
}

.height-13 {
    height: 13px
}

.min-height-13 {
    min-height: 13px
}

.max-height-13 {
    max-height: 13px
}

.size-14 {
    width: 14px;
    height: 14px
}

.width-14 {
    width: 14px
}

.min-width-14 {
    min-width: 14px
}

.max-width-14 {
    max-width: 14px
}

.height-14 {
    height: 14px
}

.min-height-14 {
    min-height: 14px
}

.max-height-14 {
    max-height: 14px
}

.size-15 {
    width: 15px;
    height: 15px
}

.width-15 {
    width: 15px
}

.min-width-15 {
    min-width: 15px
}

.max-width-15 {
    max-width: 15px
}

.height-15 {
    height: 15px
}

.min-height-15 {
    min-height: 15px
}

.max-height-15 {
    max-height: 15px
}

.size-16 {
    width: 16px;
    height: 16px
}

.width-16 {
    width: 16px
}

.min-width-16 {
    min-width: 16px
}

.max-width-16 {
    max-width: 16px
}

.height-16 {
    height: 16px
}

.min-height-16 {
    min-height: 16px
}

.max-height-16 {
    max-height: 16px
}

.size-17 {
    width: 17px;
    height: 17px
}

.width-17 {
    width: 17px
}

.min-width-17 {
    min-width: 17px
}

.max-width-17 {
    max-width: 17px
}

.height-17 {
    height: 17px
}

.min-height-17 {
    min-height: 17px
}

.max-height-17 {
    max-height: 17px
}

.size-18 {
    width: 18px;
    height: 18px
}

.width-18 {
    width: 18px
}

.min-width-18 {
    min-width: 18px
}

.max-width-18 {
    max-width: 18px
}

.height-18 {
    height: 18px
}

.min-height-18 {
    min-height: 18px
}

.max-height-18 {
    max-height: 18px
}

.size-19 {
    width: 19px;
    height: 19px
}

.width-19 {
    width: 19px
}

.min-width-19 {
    min-width: 19px
}

.max-width-19 {
    max-width: 19px
}

.height-19 {
    height: 19px
}

.min-height-19 {
    min-height: 19px
}

.max-height-19 {
    max-height: 19px
}

.size-20 {
    width: 20px;
    height: 20px
}

.width-20 {
    width: 20px
}

.min-width-20 {
    min-width: 20px
}

.max-width-20 {
    max-width: 20px
}

.height-20 {
    height: 20px
}

.min-height-20 {
    min-height: 20px
}

.max-height-20 {
    max-height: 20px
}

.size-21 {
    width: 21px;
    height: 21px
}

.width-21 {
    width: 21px
}

.min-width-21 {
    min-width: 21px
}

.max-width-21 {
    max-width: 21px
}

.height-21 {
    height: 21px
}

.min-height-21 {
    min-height: 21px
}

.max-height-21 {
    max-height: 21px
}

.size-22 {
    width: 22px;
    height: 22px
}

.width-22 {
    width: 22px
}

.min-width-22 {
    min-width: 22px
}

.max-width-22 {
    max-width: 22px
}

.height-22 {
    height: 22px
}

.min-height-22 {
    min-height: 22px
}

.max-height-22 {
    max-height: 22px
}

.size-23 {
    width: 23px;
    height: 23px
}

.width-23 {
    width: 23px
}

.min-width-23 {
    min-width: 23px
}

.max-width-23 {
    max-width: 23px
}

.height-23 {
    height: 23px
}

.min-height-23 {
    min-height: 23px
}

.max-height-23 {
    max-height: 23px
}

.size-24 {
    width: 24px;
    height: 24px
}

.width-24 {
    width: 24px
}

.min-width-24 {
    min-width: 24px
}

.max-width-24 {
    max-width: 24px
}

.height-24 {
    height: 24px
}

.min-height-24 {
    min-height: 24px
}

.max-height-24 {
    max-height: 24px
}

.size-25 {
    width: 25px;
    height: 25px
}

.width-25 {
    width: 25px
}

.min-width-25 {
    min-width: 25px
}

.max-width-25 {
    max-width: 25px
}

.height-25 {
    height: 25px
}

.min-height-25 {
    min-height: 25px
}

.max-height-25 {
    max-height: 25px
}

.size-26 {
    width: 26px;
    height: 26px
}

.width-26 {
    width: 26px
}

.min-width-26 {
    min-width: 26px
}

.max-width-26 {
    max-width: 26px
}

.height-26 {
    height: 26px
}

.min-height-26 {
    min-height: 26px
}

.max-height-26 {
    max-height: 26px
}

.size-27 {
    width: 27px;
    height: 27px
}

.width-27 {
    width: 27px
}

.min-width-27 {
    min-width: 27px
}

.max-width-27 {
    max-width: 27px
}

.height-27 {
    height: 27px
}

.min-height-27 {
    min-height: 27px
}

.max-height-27 {
    max-height: 27px
}

.size-28 {
    width: 28px;
    height: 28px
}

.width-28 {
    width: 28px
}

.min-width-28 {
    min-width: 28px
}

.max-width-28 {
    max-width: 28px
}

.height-28 {
    height: 28px
}

.min-height-28 {
    min-height: 28px
}

.max-height-28 {
    max-height: 28px
}

.size-29 {
    width: 29px;
    height: 29px
}

.width-29 {
    width: 29px
}

.min-width-29 {
    min-width: 29px
}

.max-width-29 {
    max-width: 29px
}

.height-29 {
    height: 29px
}

.min-height-29 {
    min-height: 29px
}

.max-height-29 {
    max-height: 29px
}

.size-30 {
    width: 30px;
    height: 30px
}

.width-30 {
    width: 30px
}

.min-width-30 {
    min-width: 30px
}

.max-width-30 {
    max-width: 30px
}

.height-30 {
    height: 30px
}

.min-height-30 {
    min-height: 30px
}

.max-height-30 {
    max-height: 30px
}

.size-31 {
    width: 31px;
    height: 31px
}

.width-31 {
    width: 31px
}

.min-width-31 {
    min-width: 31px
}

.max-width-31 {
    max-width: 31px
}

.height-31 {
    height: 31px
}

.min-height-31 {
    min-height: 31px
}

.max-height-31 {
    max-height: 31px
}

.size-32 {
    width: 32px;
    height: 32px
}

.width-32 {
    width: 32px
}

.min-width-32 {
    min-width: 32px
}

.max-width-32 {
    max-width: 32px
}

.height-32 {
    height: 32px
}

.min-height-32 {
    min-height: 32px
}

.max-height-32 {
    max-height: 32px
}

.size-33 {
    width: 33px;
    height: 33px
}

.width-33 {
    width: 33px
}

.min-width-33 {
    min-width: 33px
}

.max-width-33 {
    max-width: 33px
}

.height-33 {
    height: 33px
}

.min-height-33 {
    min-height: 33px
}

.max-height-33 {
    max-height: 33px
}

.size-34 {
    width: 34px;
    height: 34px
}

.width-34 {
    width: 34px
}

.min-width-34 {
    min-width: 34px
}

.max-width-34 {
    max-width: 34px
}

.height-34 {
    height: 34px
}

.min-height-34 {
    min-height: 34px
}

.max-height-34 {
    max-height: 34px
}

.size-35 {
    width: 35px;
    height: 35px
}

.width-35 {
    width: 35px
}

.min-width-35 {
    min-width: 35px
}

.max-width-35 {
    max-width: 35px
}

.height-35 {
    height: 35px
}

.min-height-35 {
    min-height: 35px
}

.max-height-35 {
    max-height: 35px
}

.size-36 {
    width: 36px;
    height: 36px
}

.width-36 {
    width: 36px
}

.min-width-36 {
    min-width: 36px
}

.max-width-36 {
    max-width: 36px
}

.height-36 {
    height: 36px
}

.min-height-36 {
    min-height: 36px
}

.max-height-36 {
    max-height: 36px
}

.size-37 {
    width: 37px;
    height: 37px
}

.width-37 {
    width: 37px
}

.min-width-37 {
    min-width: 37px
}

.max-width-37 {
    max-width: 37px
}

.height-37 {
    height: 37px
}

.min-height-37 {
    min-height: 37px
}

.max-height-37 {
    max-height: 37px
}

.size-38 {
    width: 38px;
    height: 38px
}

.width-38 {
    width: 38px
}

.min-width-38 {
    min-width: 38px
}

.max-width-38 {
    max-width: 38px
}

.height-38 {
    height: 38px
}

.min-height-38 {
    min-height: 38px
}

.max-height-38 {
    max-height: 38px
}

.size-39 {
    width: 39px;
    height: 39px
}

.width-39 {
    width: 39px
}

.min-width-39 {
    min-width: 39px
}

.max-width-39 {
    max-width: 39px
}

.height-39 {
    height: 39px
}

.min-height-39 {
    min-height: 39px
}

.max-height-39 {
    max-height: 39px
}

.size-40 {
    width: 40px;
    height: 40px
}

.width-40 {
    width: 40px
}

.min-width-40 {
    min-width: 40px
}

.max-width-40 {
    max-width: 40px
}

.height-40 {
    height: 40px
}

.min-height-40 {
    min-height: 40px
}

.max-height-40 {
    max-height: 40px
}

.size-41 {
    width: 41px;
    height: 41px
}

.width-41 {
    width: 41px
}

.min-width-41 {
    min-width: 41px
}

.max-width-41 {
    max-width: 41px
}

.height-41 {
    height: 41px
}

.min-height-41 {
    min-height: 41px
}

.max-height-41 {
    max-height: 41px
}

.size-42 {
    width: 42px;
    height: 42px
}

.width-42 {
    width: 42px
}

.min-width-42 {
    min-width: 42px
}

.max-width-42 {
    max-width: 42px
}

.height-42 {
    height: 42px
}

.min-height-42 {
    min-height: 42px
}

.max-height-42 {
    max-height: 42px
}

.size-43 {
    width: 43px;
    height: 43px
}

.width-43 {
    width: 43px
}

.min-width-43 {
    min-width: 43px
}

.max-width-43 {
    max-width: 43px
}

.height-43 {
    height: 43px
}

.min-height-43 {
    min-height: 43px
}

.max-height-43 {
    max-height: 43px
}

.size-44 {
    width: 44px;
    height: 44px
}

.width-44 {
    width: 44px
}

.min-width-44 {
    min-width: 44px
}

.max-width-44 {
    max-width: 44px
}

.height-44 {
    height: 44px
}

.min-height-44 {
    min-height: 44px
}

.max-height-44 {
    max-height: 44px
}

.size-45 {
    width: 45px;
    height: 45px
}

.width-45 {
    width: 45px
}

.min-width-45 {
    min-width: 45px
}

.max-width-45 {
    max-width: 45px
}

.height-45 {
    height: 45px
}

.min-height-45 {
    min-height: 45px
}

.max-height-45 {
    max-height: 45px
}

.size-46 {
    width: 46px;
    height: 46px
}

.width-46 {
    width: 46px
}

.min-width-46 {
    min-width: 46px
}

.max-width-46 {
    max-width: 46px
}

.height-46 {
    height: 46px
}

.min-height-46 {
    min-height: 46px
}

.max-height-46 {
    max-height: 46px
}

.size-47 {
    width: 47px;
    height: 47px
}

.width-47 {
    width: 47px
}

.min-width-47 {
    min-width: 47px
}

.max-width-47 {
    max-width: 47px
}

.height-47 {
    height: 47px
}

.min-height-47 {
    min-height: 47px
}

.max-height-47 {
    max-height: 47px
}

.size-48 {
    width: 48px;
    height: 48px
}

.width-48 {
    width: 48px
}

.min-width-48 {
    min-width: 48px
}

.max-width-48 {
    max-width: 48px
}

.height-48 {
    height: 48px
}

.min-height-48 {
    min-height: 48px
}

.max-height-48 {
    max-height: 48px
}

.size-49 {
    width: 49px;
    height: 49px
}

.width-49 {
    width: 49px
}

.min-width-49 {
    min-width: 49px
}

.max-width-49 {
    max-width: 49px
}

.height-49 {
    height: 49px
}

.min-height-49 {
    min-height: 49px
}

.max-height-49 {
    max-height: 49px
}

.size-50 {
    width: 50px;
    height: 50px
}

.width-50 {
    width: 50px
}

.min-width-50 {
    min-width: 50px
}

.max-width-50 {
    max-width: 50px
}

.height-50 {
    height: 50px
}

.min-height-50 {
    min-height: 50px
}

.max-height-50 {
    max-height: 50px
}

.size-51 {
    width: 51px;
    height: 51px
}

.width-51 {
    width: 51px
}

.min-width-51 {
    min-width: 51px
}

.max-width-51 {
    max-width: 51px
}

.height-51 {
    height: 51px
}

.min-height-51 {
    min-height: 51px
}

.max-height-51 {
    max-height: 51px
}

.size-52 {
    width: 52px;
    height: 52px
}

.width-52 {
    width: 52px
}

.min-width-52 {
    min-width: 52px
}

.max-width-52 {
    max-width: 52px
}

.height-52 {
    height: 52px
}

.min-height-52 {
    min-height: 52px
}

.max-height-52 {
    max-height: 52px
}

.size-53 {
    width: 53px;
    height: 53px
}

.width-53 {
    width: 53px
}

.min-width-53 {
    min-width: 53px
}

.max-width-53 {
    max-width: 53px
}

.height-53 {
    height: 53px
}

.min-height-53 {
    min-height: 53px
}

.max-height-53 {
    max-height: 53px
}

.size-54 {
    width: 54px;
    height: 54px
}

.width-54 {
    width: 54px
}

.min-width-54 {
    min-width: 54px
}

.max-width-54 {
    max-width: 54px
}

.height-54 {
    height: 54px
}

.min-height-54 {
    min-height: 54px
}

.max-height-54 {
    max-height: 54px
}

.size-55 {
    width: 55px;
    height: 55px
}

.width-55 {
    width: 55px
}

.min-width-55 {
    min-width: 55px
}

.max-width-55 {
    max-width: 55px
}

.height-55 {
    height: 55px
}

.min-height-55 {
    min-height: 55px
}

.max-height-55 {
    max-height: 55px
}

.size-56 {
    width: 56px;
    height: 56px
}

.width-56 {
    width: 56px
}

.min-width-56 {
    min-width: 56px
}

.max-width-56 {
    max-width: 56px
}

.height-56 {
    height: 56px
}

.min-height-56 {
    min-height: 56px
}

.max-height-56 {
    max-height: 56px
}

.size-57 {
    width: 57px;
    height: 57px
}

.width-57 {
    width: 57px
}

.min-width-57 {
    min-width: 57px
}

.max-width-57 {
    max-width: 57px
}

.height-57 {
    height: 57px
}

.min-height-57 {
    min-height: 57px
}

.max-height-57 {
    max-height: 57px
}

.size-58 {
    width: 58px;
    height: 58px
}

.width-58 {
    width: 58px
}

.min-width-58 {
    min-width: 58px
}

.max-width-58 {
    max-width: 58px
}

.height-58 {
    height: 58px
}

.min-height-58 {
    min-height: 58px
}

.max-height-58 {
    max-height: 58px
}

.size-59 {
    width: 59px;
    height: 59px
}

.width-59 {
    width: 59px
}

.min-width-59 {
    min-width: 59px
}

.max-width-59 {
    max-width: 59px
}

.height-59 {
    height: 59px
}

.min-height-59 {
    min-height: 59px
}

.max-height-59 {
    max-height: 59px
}

.size-60 {
    width: 60px;
    height: 60px
}

.width-60 {
    width: 60px
}

.min-width-60 {
    min-width: 60px
}

.max-width-60 {
    max-width: 60px
}

.height-60 {
    height: 60px
}

.min-height-60 {
    min-height: 60px
}

.max-height-60 {
    max-height: 60px
}

.size-61 {
    width: 61px;
    height: 61px
}

.width-61 {
    width: 61px
}

.min-width-61 {
    min-width: 61px
}

.max-width-61 {
    max-width: 61px
}

.height-61 {
    height: 61px
}

.min-height-61 {
    min-height: 61px
}

.max-height-61 {
    max-height: 61px
}

.size-62 {
    width: 62px;
    height: 62px
}

.width-62 {
    width: 62px
}

.min-width-62 {
    min-width: 62px
}

.max-width-62 {
    max-width: 62px
}

.height-62 {
    height: 62px
}

.min-height-62 {
    min-height: 62px
}

.max-height-62 {
    max-height: 62px
}

.size-63 {
    width: 63px;
    height: 63px
}

.width-63 {
    width: 63px
}

.min-width-63 {
    min-width: 63px
}

.max-width-63 {
    max-width: 63px
}

.height-63 {
    height: 63px
}

.min-height-63 {
    min-height: 63px
}

.max-height-63 {
    max-height: 63px
}

.size-64 {
    width: 64px;
    height: 64px
}

.width-64 {
    width: 64px
}

.min-width-64 {
    min-width: 64px
}

.max-width-64 {
    max-width: 64px
}

.height-64 {
    height: 64px
}

.min-height-64 {
    min-height: 64px
}

.max-height-64 {
    max-height: 64px
}

.size-65 {
    width: 65px;
    height: 65px
}

.width-65 {
    width: 65px
}

.min-width-65 {
    min-width: 65px
}

.max-width-65 {
    max-width: 65px
}

.height-65 {
    height: 65px
}

.min-height-65 {
    min-height: 65px
}

.max-height-65 {
    max-height: 65px
}

.size-66 {
    width: 66px;
    height: 66px
}

.width-66 {
    width: 66px
}

.min-width-66 {
    min-width: 66px
}

.max-width-66 {
    max-width: 66px
}

.height-66 {
    height: 66px
}

.min-height-66 {
    min-height: 66px
}

.max-height-66 {
    max-height: 66px
}

.size-67 {
    width: 67px;
    height: 67px
}

.width-67 {
    width: 67px
}

.min-width-67 {
    min-width: 67px
}

.max-width-67 {
    max-width: 67px
}

.height-67 {
    height: 67px
}

.min-height-67 {
    min-height: 67px
}

.max-height-67 {
    max-height: 67px
}

.size-68 {
    width: 68px;
    height: 68px
}

.width-68 {
    width: 68px
}

.min-width-68 {
    min-width: 68px
}

.max-width-68 {
    max-width: 68px
}

.height-68 {
    height: 68px
}

.min-height-68 {
    min-height: 68px
}

.max-height-68 {
    max-height: 68px
}

.size-69 {
    width: 69px;
    height: 69px
}

.width-69 {
    width: 69px
}

.min-width-69 {
    min-width: 69px
}

.max-width-69 {
    max-width: 69px
}

.height-69 {
    height: 69px
}

.min-height-69 {
    min-height: 69px
}

.max-height-69 {
    max-height: 69px
}

.size-70 {
    width: 70px;
    height: 70px
}

.width-70 {
    width: 70px
}

.min-width-70 {
    min-width: 70px
}

.max-width-70 {
    max-width: 70px
}

.height-70 {
    height: 70px
}

.min-height-70 {
    min-height: 70px
}

.max-height-70 {
    max-height: 70px
}

.size-71 {
    width: 71px;
    height: 71px
}

.width-71 {
    width: 71px
}

.min-width-71 {
    min-width: 71px
}

.max-width-71 {
    max-width: 71px
}

.height-71 {
    height: 71px
}

.min-height-71 {
    min-height: 71px
}

.max-height-71 {
    max-height: 71px
}

.size-72 {
    width: 72px;
    height: 72px
}

.width-72 {
    width: 72px
}

.min-width-72 {
    min-width: 72px
}

.max-width-72 {
    max-width: 72px
}

.height-72 {
    height: 72px
}

.min-height-72 {
    min-height: 72px
}

.max-height-72 {
    max-height: 72px
}

.size-73 {
    width: 73px;
    height: 73px
}

.width-73 {
    width: 73px
}

.min-width-73 {
    min-width: 73px
}

.max-width-73 {
    max-width: 73px
}

.height-73 {
    height: 73px
}

.min-height-73 {
    min-height: 73px
}

.max-height-73 {
    max-height: 73px
}

.size-74 {
    width: 74px;
    height: 74px
}

.width-74 {
    width: 74px
}

.min-width-74 {
    min-width: 74px
}

.max-width-74 {
    max-width: 74px
}

.height-74 {
    height: 74px
}

.min-height-74 {
    min-height: 74px
}

.max-height-74 {
    max-height: 74px
}

.size-75 {
    width: 75px;
    height: 75px
}

.width-75 {
    width: 75px
}

.min-width-75 {
    min-width: 75px
}

.max-width-75 {
    max-width: 75px
}

.height-75 {
    height: 75px
}

.min-height-75 {
    min-height: 75px
}

.max-height-75 {
    max-height: 75px
}

.size-76 {
    width: 76px;
    height: 76px
}

.width-76 {
    width: 76px
}

.min-width-76 {
    min-width: 76px
}

.max-width-76 {
    max-width: 76px
}

.height-76 {
    height: 76px
}

.min-height-76 {
    min-height: 76px
}

.max-height-76 {
    max-height: 76px
}

.size-77 {
    width: 77px;
    height: 77px
}

.width-77 {
    width: 77px
}

.min-width-77 {
    min-width: 77px
}

.max-width-77 {
    max-width: 77px
}

.height-77 {
    height: 77px
}

.min-height-77 {
    min-height: 77px
}

.max-height-77 {
    max-height: 77px
}

.size-78 {
    width: 78px;
    height: 78px
}

.width-78 {
    width: 78px
}

.min-width-78 {
    min-width: 78px
}

.max-width-78 {
    max-width: 78px
}

.height-78 {
    height: 78px
}

.min-height-78 {
    min-height: 78px
}

.max-height-78 {
    max-height: 78px
}

.size-79 {
    width: 79px;
    height: 79px
}

.width-79 {
    width: 79px
}

.min-width-79 {
    min-width: 79px
}

.max-width-79 {
    max-width: 79px
}

.height-79 {
    height: 79px
}

.min-height-79 {
    min-height: 79px
}

.max-height-79 {
    max-height: 79px
}

.size-80 {
    width: 80px;
    height: 80px
}

.width-80 {
    width: 80px
}

.min-width-80 {
    min-width: 80px
}

.max-width-80 {
    max-width: 80px
}

.height-80 {
    height: 80px
}

.min-height-80 {
    min-height: 80px
}

.max-height-80 {
    max-height: 80px
}

.size-81 {
    width: 81px;
    height: 81px
}

.width-81 {
    width: 81px
}

.min-width-81 {
    min-width: 81px
}

.max-width-81 {
    max-width: 81px
}

.height-81 {
    height: 81px
}

.min-height-81 {
    min-height: 81px
}

.max-height-81 {
    max-height: 81px
}

.size-82 {
    width: 82px;
    height: 82px
}

.width-82 {
    width: 82px
}

.min-width-82 {
    min-width: 82px
}

.max-width-82 {
    max-width: 82px
}

.height-82 {
    height: 82px
}

.min-height-82 {
    min-height: 82px
}

.max-height-82 {
    max-height: 82px
}

.size-83 {
    width: 83px;
    height: 83px
}

.width-83 {
    width: 83px
}

.min-width-83 {
    min-width: 83px
}

.max-width-83 {
    max-width: 83px
}

.height-83 {
    height: 83px
}

.min-height-83 {
    min-height: 83px
}

.max-height-83 {
    max-height: 83px
}

.size-84 {
    width: 84px;
    height: 84px
}

.width-84 {
    width: 84px
}

.min-width-84 {
    min-width: 84px
}

.max-width-84 {
    max-width: 84px
}

.height-84 {
    height: 84px
}

.min-height-84 {
    min-height: 84px
}

.max-height-84 {
    max-height: 84px
}

.size-85 {
    width: 85px;
    height: 85px
}

.width-85 {
    width: 85px
}

.min-width-85 {
    min-width: 85px
}

.max-width-85 {
    max-width: 85px
}

.height-85 {
    height: 85px
}

.min-height-85 {
    min-height: 85px
}

.max-height-85 {
    max-height: 85px
}

.size-86 {
    width: 86px;
    height: 86px
}

.width-86 {
    width: 86px
}

.min-width-86 {
    min-width: 86px
}

.max-width-86 {
    max-width: 86px
}

.height-86 {
    height: 86px
}

.min-height-86 {
    min-height: 86px
}

.max-height-86 {
    max-height: 86px
}

.size-87 {
    width: 87px;
    height: 87px
}

.width-87 {
    width: 87px
}

.min-width-87 {
    min-width: 87px
}

.max-width-87 {
    max-width: 87px
}

.height-87 {
    height: 87px
}

.min-height-87 {
    min-height: 87px
}

.max-height-87 {
    max-height: 87px
}

.size-88 {
    width: 88px;
    height: 88px
}

.width-88 {
    width: 88px
}

.min-width-88 {
    min-width: 88px
}

.max-width-88 {
    max-width: 88px
}

.height-88 {
    height: 88px
}

.min-height-88 {
    min-height: 88px
}

.max-height-88 {
    max-height: 88px
}

.size-89 {
    width: 89px;
    height: 89px
}

.width-89 {
    width: 89px
}

.min-width-89 {
    min-width: 89px
}

.max-width-89 {
    max-width: 89px
}

.height-89 {
    height: 89px
}

.min-height-89 {
    min-height: 89px
}

.max-height-89 {
    max-height: 89px
}

.size-90 {
    width: 90px;
    height: 90px
}

.width-90 {
    width: 90px
}

.min-width-90 {
    min-width: 90px
}

.max-width-90 {
    max-width: 90px
}

.height-90 {
    height: 90px
}

.min-height-90 {
    min-height: 90px
}

.max-height-90 {
    max-height: 90px
}

.size-91 {
    width: 91px;
    height: 91px
}

.width-91 {
    width: 91px
}

.min-width-91 {
    min-width: 91px
}

.max-width-91 {
    max-width: 91px
}

.height-91 {
    height: 91px
}

.min-height-91 {
    min-height: 91px
}

.max-height-91 {
    max-height: 91px
}

.size-92 {
    width: 92px;
    height: 92px
}

.width-92 {
    width: 92px
}

.min-width-92 {
    min-width: 92px
}

.max-width-92 {
    max-width: 92px
}

.height-92 {
    height: 92px
}

.min-height-92 {
    min-height: 92px
}

.max-height-92 {
    max-height: 92px
}

.size-93 {
    width: 93px;
    height: 93px
}

.width-93 {
    width: 93px
}

.min-width-93 {
    min-width: 93px
}

.max-width-93 {
    max-width: 93px
}

.height-93 {
    height: 93px
}

.min-height-93 {
    min-height: 93px
}

.max-height-93 {
    max-height: 93px
}

.size-94 {
    width: 94px;
    height: 94px
}

.width-94 {
    width: 94px
}

.min-width-94 {
    min-width: 94px
}

.max-width-94 {
    max-width: 94px
}

.height-94 {
    height: 94px
}

.min-height-94 {
    min-height: 94px
}

.max-height-94 {
    max-height: 94px
}

.size-95 {
    width: 95px;
    height: 95px
}

.width-95 {
    width: 95px
}

.min-width-95 {
    min-width: 95px
}

.max-width-95 {
    max-width: 95px
}

.height-95 {
    height: 95px
}

.min-height-95 {
    min-height: 95px
}

.max-height-95 {
    max-height: 95px
}

.size-96 {
    width: 96px;
    height: 96px
}

.width-96 {
    width: 96px
}

.min-width-96 {
    min-width: 96px
}

.max-width-96 {
    max-width: 96px
}

.height-96 {
    height: 96px
}

.min-height-96 {
    min-height: 96px
}

.max-height-96 {
    max-height: 96px
}

.size-97 {
    width: 97px;
    height: 97px
}

.width-97 {
    width: 97px
}

.min-width-97 {
    min-width: 97px
}

.max-width-97 {
    max-width: 97px
}

.height-97 {
    height: 97px
}

.min-height-97 {
    min-height: 97px
}

.max-height-97 {
    max-height: 97px
}

.size-98 {
    width: 98px;
    height: 98px
}

.width-98 {
    width: 98px
}

.min-width-98 {
    min-width: 98px
}

.max-width-98 {
    max-width: 98px
}

.height-98 {
    height: 98px
}

.min-height-98 {
    min-height: 98px
}

.max-height-98 {
    max-height: 98px
}

.size-99 {
    width: 99px;
    height: 99px
}

.width-99 {
    width: 99px
}

.min-width-99 {
    min-width: 99px
}

.max-width-99 {
    max-width: 99px
}

.height-99 {
    height: 99px
}

.min-height-99 {
    min-height: 99px
}

.max-height-99 {
    max-height: 99px
}

.size-100 {
    width: 100px;
    height: 100px
}

.width-100 {
    width: 100px
}

.min-width-100 {
    min-width: 100px
}

.max-width-100 {
    max-width: 100px
}

.height-100 {
    height: 100px
}

.min-height-100 {
    min-height: 100px
}

.max-height-100 {
    max-height: 100px
}

.size-101 {
    width: 101px;
    height: 101px
}

.width-101 {
    width: 101px
}

.min-width-101 {
    min-width: 101px
}

.max-width-101 {
    max-width: 101px
}

.height-101 {
    height: 101px
}

.min-height-101 {
    min-height: 101px
}

.max-height-101 {
    max-height: 101px
}

.size-102 {
    width: 102px;
    height: 102px
}

.width-102 {
    width: 102px
}

.min-width-102 {
    min-width: 102px
}

.max-width-102 {
    max-width: 102px
}

.height-102 {
    height: 102px
}

.min-height-102 {
    min-height: 102px
}

.max-height-102 {
    max-height: 102px
}

.size-103 {
    width: 103px;
    height: 103px
}

.width-103 {
    width: 103px
}

.min-width-103 {
    min-width: 103px
}

.max-width-103 {
    max-width: 103px
}

.height-103 {
    height: 103px
}

.min-height-103 {
    min-height: 103px
}

.max-height-103 {
    max-height: 103px
}

.size-104 {
    width: 104px;
    height: 104px
}

.width-104 {
    width: 104px
}

.min-width-104 {
    min-width: 104px
}

.max-width-104 {
    max-width: 104px
}

.height-104 {
    height: 104px
}

.min-height-104 {
    min-height: 104px
}

.max-height-104 {
    max-height: 104px
}

.size-105 {
    width: 105px;
    height: 105px
}

.width-105 {
    width: 105px
}

.min-width-105 {
    min-width: 105px
}

.max-width-105 {
    max-width: 105px
}

.height-105 {
    height: 105px
}

.min-height-105 {
    min-height: 105px
}

.max-height-105 {
    max-height: 105px
}

.size-106 {
    width: 106px;
    height: 106px
}

.width-106 {
    width: 106px
}

.min-width-106 {
    min-width: 106px
}

.max-width-106 {
    max-width: 106px
}

.height-106 {
    height: 106px
}

.min-height-106 {
    min-height: 106px
}

.max-height-106 {
    max-height: 106px
}

.size-107 {
    width: 107px;
    height: 107px
}

.width-107 {
    width: 107px
}

.min-width-107 {
    min-width: 107px
}

.max-width-107 {
    max-width: 107px
}

.height-107 {
    height: 107px
}

.min-height-107 {
    min-height: 107px
}

.max-height-107 {
    max-height: 107px
}

.size-108 {
    width: 108px;
    height: 108px
}

.width-108 {
    width: 108px
}

.min-width-108 {
    min-width: 108px
}

.max-width-108 {
    max-width: 108px
}

.height-108 {
    height: 108px
}

.min-height-108 {
    min-height: 108px
}

.max-height-108 {
    max-height: 108px
}

.size-109 {
    width: 109px;
    height: 109px
}

.width-109 {
    width: 109px
}

.min-width-109 {
    min-width: 109px
}

.max-width-109 {
    max-width: 109px
}

.height-109 {
    height: 109px
}

.min-height-109 {
    min-height: 109px
}

.max-height-109 {
    max-height: 109px
}

.size-110 {
    width: 110px;
    height: 110px
}

.width-110 {
    width: 110px
}

.min-width-110 {
    min-width: 110px
}

.max-width-110 {
    max-width: 110px
}

.height-110 {
    height: 110px
}

.min-height-110 {
    min-height: 110px
}

.max-height-110 {
    max-height: 110px
}

.size-111 {
    width: 111px;
    height: 111px
}

.width-111 {
    width: 111px
}

.min-width-111 {
    min-width: 111px
}

.max-width-111 {
    max-width: 111px
}

.height-111 {
    height: 111px
}

.min-height-111 {
    min-height: 111px
}

.max-height-111 {
    max-height: 111px
}

.size-112 {
    width: 112px;
    height: 112px
}

.width-112 {
    width: 112px
}

.min-width-112 {
    min-width: 112px
}

.max-width-112 {
    max-width: 112px
}

.height-112 {
    height: 112px
}

.min-height-112 {
    min-height: 112px
}

.max-height-112 {
    max-height: 112px
}

.size-113 {
    width: 113px;
    height: 113px
}

.width-113 {
    width: 113px
}

.min-width-113 {
    min-width: 113px
}

.max-width-113 {
    max-width: 113px
}

.height-113 {
    height: 113px
}

.min-height-113 {
    min-height: 113px
}

.max-height-113 {
    max-height: 113px
}

.size-114 {
    width: 114px;
    height: 114px
}

.width-114 {
    width: 114px
}

.min-width-114 {
    min-width: 114px
}

.max-width-114 {
    max-width: 114px
}

.height-114 {
    height: 114px
}

.min-height-114 {
    min-height: 114px
}

.max-height-114 {
    max-height: 114px
}

.size-115 {
    width: 115px;
    height: 115px
}

.width-115 {
    width: 115px
}

.min-width-115 {
    min-width: 115px
}

.max-width-115 {
    max-width: 115px
}

.height-115 {
    height: 115px
}

.min-height-115 {
    min-height: 115px
}

.max-height-115 {
    max-height: 115px
}

.size-116 {
    width: 116px;
    height: 116px
}

.width-116 {
    width: 116px
}

.min-width-116 {
    min-width: 116px
}

.max-width-116 {
    max-width: 116px
}

.height-116 {
    height: 116px
}

.min-height-116 {
    min-height: 116px
}

.max-height-116 {
    max-height: 116px
}

.size-117 {
    width: 117px;
    height: 117px
}

.width-117 {
    width: 117px
}

.min-width-117 {
    min-width: 117px
}

.max-width-117 {
    max-width: 117px
}

.height-117 {
    height: 117px
}

.min-height-117 {
    min-height: 117px
}

.max-height-117 {
    max-height: 117px
}

.size-118 {
    width: 118px;
    height: 118px
}

.width-118 {
    width: 118px
}

.min-width-118 {
    min-width: 118px
}

.max-width-118 {
    max-width: 118px
}

.height-118 {
    height: 118px
}

.min-height-118 {
    min-height: 118px
}

.max-height-118 {
    max-height: 118px
}

.size-119 {
    width: 119px;
    height: 119px
}

.width-119 {
    width: 119px
}

.min-width-119 {
    min-width: 119px
}

.max-width-119 {
    max-width: 119px
}

.height-119 {
    height: 119px
}

.min-height-119 {
    min-height: 119px
}

.max-height-119 {
    max-height: 119px
}

.size-120 {
    width: 120px;
    height: 120px
}

.width-120 {
    width: 120px
}

.min-width-120 {
    min-width: 120px
}

.max-width-120 {
    max-width: 120px
}

.height-120 {
    height: 120px
}

.min-height-120 {
    min-height: 120px
}

.max-height-120 {
    max-height: 120px
}

.size-121 {
    width: 121px;
    height: 121px
}

.width-121 {
    width: 121px
}

.min-width-121 {
    min-width: 121px
}

.max-width-121 {
    max-width: 121px
}

.height-121 {
    height: 121px
}

.min-height-121 {
    min-height: 121px
}

.max-height-121 {
    max-height: 121px
}

.size-122 {
    width: 122px;
    height: 122px
}

.width-122 {
    width: 122px
}

.min-width-122 {
    min-width: 122px
}

.max-width-122 {
    max-width: 122px
}

.height-122 {
    height: 122px
}

.min-height-122 {
    min-height: 122px
}

.max-height-122 {
    max-height: 122px
}

.size-123 {
    width: 123px;
    height: 123px
}

.width-123 {
    width: 123px
}

.min-width-123 {
    min-width: 123px
}

.max-width-123 {
    max-width: 123px
}

.height-123 {
    height: 123px
}

.min-height-123 {
    min-height: 123px
}

.max-height-123 {
    max-height: 123px
}

.size-124 {
    width: 124px;
    height: 124px
}

.width-124 {
    width: 124px
}

.min-width-124 {
    min-width: 124px
}

.max-width-124 {
    max-width: 124px
}

.height-124 {
    height: 124px
}

.min-height-124 {
    min-height: 124px
}

.max-height-124 {
    max-height: 124px
}

.size-125 {
    width: 125px;
    height: 125px
}

.width-125 {
    width: 125px
}

.min-width-125 {
    min-width: 125px
}

.max-width-125 {
    max-width: 125px
}

.height-125 {
    height: 125px
}

.min-height-125 {
    min-height: 125px
}

.max-height-125 {
    max-height: 125px
}

.size-126 {
    width: 126px;
    height: 126px
}

.width-126 {
    width: 126px
}

.min-width-126 {
    min-width: 126px
}

.max-width-126 {
    max-width: 126px
}

.height-126 {
    height: 126px
}

.min-height-126 {
    min-height: 126px
}

.max-height-126 {
    max-height: 126px
}

.size-127 {
    width: 127px;
    height: 127px
}

.width-127 {
    width: 127px
}

.min-width-127 {
    min-width: 127px
}

.max-width-127 {
    max-width: 127px
}

.height-127 {
    height: 127px
}

.min-height-127 {
    min-height: 127px
}

.max-height-127 {
    max-height: 127px
}

.size-128 {
    width: 128px;
    height: 128px
}

.width-128 {
    width: 128px
}

.min-width-128 {
    min-width: 128px
}

.max-width-128 {
    max-width: 128px
}

.height-128 {
    height: 128px
}

.min-height-128 {
    min-height: 128px
}

.max-height-128 {
    max-height: 128px
}

.size-129 {
    width: 129px;
    height: 129px
}

.width-129 {
    width: 129px
}

.min-width-129 {
    min-width: 129px
}

.max-width-129 {
    max-width: 129px
}

.height-129 {
    height: 129px
}

.min-height-129 {
    min-height: 129px
}

.max-height-129 {
    max-height: 129px
}

.size-130 {
    width: 130px;
    height: 130px
}

.width-130 {
    width: 130px
}

.min-width-130 {
    min-width: 130px
}

.max-width-130 {
    max-width: 130px
}

.height-130 {
    height: 130px
}

.min-height-130 {
    min-height: 130px
}

.max-height-130 {
    max-height: 130px
}

.size-131 {
    width: 131px;
    height: 131px
}

.width-131 {
    width: 131px
}

.min-width-131 {
    min-width: 131px
}

.max-width-131 {
    max-width: 131px
}

.height-131 {
    height: 131px
}

.min-height-131 {
    min-height: 131px
}

.max-height-131 {
    max-height: 131px
}

.size-132 {
    width: 132px;
    height: 132px
}

.width-132 {
    width: 132px
}

.min-width-132 {
    min-width: 132px
}

.max-width-132 {
    max-width: 132px
}

.height-132 {
    height: 132px
}

.min-height-132 {
    min-height: 132px
}

.max-height-132 {
    max-height: 132px
}

.size-133 {
    width: 133px;
    height: 133px
}

.width-133 {
    width: 133px
}

.min-width-133 {
    min-width: 133px
}

.max-width-133 {
    max-width: 133px
}

.height-133 {
    height: 133px
}

.min-height-133 {
    min-height: 133px
}

.max-height-133 {
    max-height: 133px
}

.size-134 {
    width: 134px;
    height: 134px
}

.width-134 {
    width: 134px
}

.min-width-134 {
    min-width: 134px
}

.max-width-134 {
    max-width: 134px
}

.height-134 {
    height: 134px
}

.min-height-134 {
    min-height: 134px
}

.max-height-134 {
    max-height: 134px
}

.size-135 {
    width: 135px;
    height: 135px
}

.width-135 {
    width: 135px
}

.min-width-135 {
    min-width: 135px
}

.max-width-135 {
    max-width: 135px
}

.height-135 {
    height: 135px
}

.min-height-135 {
    min-height: 135px
}

.max-height-135 {
    max-height: 135px
}

.size-136 {
    width: 136px;
    height: 136px
}

.width-136 {
    width: 136px
}

.min-width-136 {
    min-width: 136px
}

.max-width-136 {
    max-width: 136px
}

.height-136 {
    height: 136px
}

.min-height-136 {
    min-height: 136px
}

.max-height-136 {
    max-height: 136px
}

.size-137 {
    width: 137px;
    height: 137px
}

.width-137 {
    width: 137px
}

.min-width-137 {
    min-width: 137px
}

.max-width-137 {
    max-width: 137px
}

.height-137 {
    height: 137px
}

.min-height-137 {
    min-height: 137px
}

.max-height-137 {
    max-height: 137px
}

.size-138 {
    width: 138px;
    height: 138px
}

.width-138 {
    width: 138px
}

.min-width-138 {
    min-width: 138px
}

.max-width-138 {
    max-width: 138px
}

.height-138 {
    height: 138px
}

.min-height-138 {
    min-height: 138px
}

.max-height-138 {
    max-height: 138px
}

.size-139 {
    width: 139px;
    height: 139px
}

.width-139 {
    width: 139px
}

.min-width-139 {
    min-width: 139px
}

.max-width-139 {
    max-width: 139px
}

.height-139 {
    height: 139px
}

.min-height-139 {
    min-height: 139px
}

.max-height-139 {
    max-height: 139px
}

.size-140 {
    width: 140px;
    height: 140px
}

.width-140 {
    width: 140px
}

.min-width-140 {
    min-width: 140px
}

.max-width-140 {
    max-width: 140px
}

.height-140 {
    height: 140px
}

.min-height-140 {
    min-height: 140px
}

.max-height-140 {
    max-height: 140px
}

.size-141 {
    width: 141px;
    height: 141px
}

.width-141 {
    width: 141px
}

.min-width-141 {
    min-width: 141px
}

.max-width-141 {
    max-width: 141px
}

.height-141 {
    height: 141px
}

.min-height-141 {
    min-height: 141px
}

.max-height-141 {
    max-height: 141px
}

.size-142 {
    width: 142px;
    height: 142px
}

.width-142 {
    width: 142px
}

.min-width-142 {
    min-width: 142px
}

.max-width-142 {
    max-width: 142px
}

.height-142 {
    height: 142px
}

.min-height-142 {
    min-height: 142px
}

.max-height-142 {
    max-height: 142px
}

.size-143 {
    width: 143px;
    height: 143px
}

.width-143 {
    width: 143px
}

.min-width-143 {
    min-width: 143px
}

.max-width-143 {
    max-width: 143px
}

.height-143 {
    height: 143px
}

.min-height-143 {
    min-height: 143px
}

.max-height-143 {
    max-height: 143px
}

.size-144 {
    width: 144px;
    height: 144px
}

.width-144 {
    width: 144px
}

.min-width-144 {
    min-width: 144px
}

.max-width-144 {
    max-width: 144px
}

.height-144 {
    height: 144px
}

.min-height-144 {
    min-height: 144px
}

.max-height-144 {
    max-height: 144px
}

.size-145 {
    width: 145px;
    height: 145px
}

.width-145 {
    width: 145px
}

.min-width-145 {
    min-width: 145px
}

.max-width-145 {
    max-width: 145px
}

.height-145 {
    height: 145px
}

.min-height-145 {
    min-height: 145px
}

.max-height-145 {
    max-height: 145px
}

.size-146 {
    width: 146px;
    height: 146px
}

.width-146 {
    width: 146px
}

.min-width-146 {
    min-width: 146px
}

.max-width-146 {
    max-width: 146px
}

.height-146 {
    height: 146px
}

.min-height-146 {
    min-height: 146px
}

.max-height-146 {
    max-height: 146px
}

.size-147 {
    width: 147px;
    height: 147px
}

.width-147 {
    width: 147px
}

.min-width-147 {
    min-width: 147px
}

.max-width-147 {
    max-width: 147px
}

.height-147 {
    height: 147px
}

.min-height-147 {
    min-height: 147px
}

.max-height-147 {
    max-height: 147px
}

.size-148 {
    width: 148px;
    height: 148px
}

.width-148 {
    width: 148px
}

.min-width-148 {
    min-width: 148px
}

.max-width-148 {
    max-width: 148px
}

.height-148 {
    height: 148px
}

.min-height-148 {
    min-height: 148px
}

.max-height-148 {
    max-height: 148px
}

.size-149 {
    width: 149px;
    height: 149px
}

.width-149 {
    width: 149px
}

.min-width-149 {
    min-width: 149px
}

.max-width-149 {
    max-width: 149px
}

.height-149 {
    height: 149px
}

.min-height-149 {
    min-height: 149px
}

.max-height-149 {
    max-height: 149px
}

.size-150 {
    width: 150px;
    height: 150px
}

.width-150 {
    width: 150px
}

.min-width-150 {
    min-width: 150px
}

.max-width-150 {
    max-width: 150px
}

.height-150 {
    height: 150px
}

.min-height-150 {
    min-height: 150px
}

.max-height-150 {
    max-height: 150px
}

.size-151 {
    width: 151px;
    height: 151px
}

.width-151 {
    width: 151px
}

.min-width-151 {
    min-width: 151px
}

.max-width-151 {
    max-width: 151px
}

.height-151 {
    height: 151px
}

.min-height-151 {
    min-height: 151px
}

.max-height-151 {
    max-height: 151px
}

.size-152 {
    width: 152px;
    height: 152px
}

.width-152 {
    width: 152px
}

.min-width-152 {
    min-width: 152px
}

.max-width-152 {
    max-width: 152px
}

.height-152 {
    height: 152px
}

.min-height-152 {
    min-height: 152px
}

.max-height-152 {
    max-height: 152px
}

.size-153 {
    width: 153px;
    height: 153px
}

.width-153 {
    width: 153px
}

.min-width-153 {
    min-width: 153px
}

.max-width-153 {
    max-width: 153px
}

.height-153 {
    height: 153px
}

.min-height-153 {
    min-height: 153px
}

.max-height-153 {
    max-height: 153px
}

.size-154 {
    width: 154px;
    height: 154px
}

.width-154 {
    width: 154px
}

.min-width-154 {
    min-width: 154px
}

.max-width-154 {
    max-width: 154px
}

.height-154 {
    height: 154px
}

.min-height-154 {
    min-height: 154px
}

.max-height-154 {
    max-height: 154px
}

.size-155 {
    width: 155px;
    height: 155px
}

.width-155 {
    width: 155px
}

.min-width-155 {
    min-width: 155px
}

.max-width-155 {
    max-width: 155px
}

.height-155 {
    height: 155px
}

.min-height-155 {
    min-height: 155px
}

.max-height-155 {
    max-height: 155px
}

.size-156 {
    width: 156px;
    height: 156px
}

.width-156 {
    width: 156px
}

.min-width-156 {
    min-width: 156px
}

.max-width-156 {
    max-width: 156px
}

.height-156 {
    height: 156px
}

.min-height-156 {
    min-height: 156px
}

.max-height-156 {
    max-height: 156px
}

.size-157 {
    width: 157px;
    height: 157px
}

.width-157 {
    width: 157px
}

.min-width-157 {
    min-width: 157px
}

.max-width-157 {
    max-width: 157px
}

.height-157 {
    height: 157px
}

.min-height-157 {
    min-height: 157px
}

.max-height-157 {
    max-height: 157px
}

.size-158 {
    width: 158px;
    height: 158px
}

.width-158 {
    width: 158px
}

.min-width-158 {
    min-width: 158px
}

.max-width-158 {
    max-width: 158px
}

.height-158 {
    height: 158px
}

.min-height-158 {
    min-height: 158px
}

.max-height-158 {
    max-height: 158px
}

.size-159 {
    width: 159px;
    height: 159px
}

.width-159 {
    width: 159px
}

.min-width-159 {
    min-width: 159px
}

.max-width-159 {
    max-width: 159px
}

.height-159 {
    height: 159px
}

.min-height-159 {
    min-height: 159px
}

.max-height-159 {
    max-height: 159px
}

.size-160 {
    width: 160px;
    height: 160px
}

.width-160 {
    width: 160px
}

.min-width-160 {
    min-width: 160px
}

.max-width-160 {
    max-width: 160px
}

.height-160 {
    height: 160px
}

.min-height-160 {
    min-height: 160px
}

.max-height-160 {
    max-height: 160px
}

.size-161 {
    width: 161px;
    height: 161px
}

.width-161 {
    width: 161px
}

.min-width-161 {
    min-width: 161px
}

.max-width-161 {
    max-width: 161px
}

.height-161 {
    height: 161px
}

.min-height-161 {
    min-height: 161px
}

.max-height-161 {
    max-height: 161px
}

.size-162 {
    width: 162px;
    height: 162px
}

.width-162 {
    width: 162px
}

.min-width-162 {
    min-width: 162px
}

.max-width-162 {
    max-width: 162px
}

.height-162 {
    height: 162px
}

.min-height-162 {
    min-height: 162px
}

.max-height-162 {
    max-height: 162px
}

.size-163 {
    width: 163px;
    height: 163px
}

.width-163 {
    width: 163px
}

.min-width-163 {
    min-width: 163px
}

.max-width-163 {
    max-width: 163px
}

.height-163 {
    height: 163px
}

.min-height-163 {
    min-height: 163px
}

.max-height-163 {
    max-height: 163px
}

.size-164 {
    width: 164px;
    height: 164px
}

.width-164 {
    width: 164px
}

.min-width-164 {
    min-width: 164px
}

.max-width-164 {
    max-width: 164px
}

.height-164 {
    height: 164px
}

.min-height-164 {
    min-height: 164px
}

.max-height-164 {
    max-height: 164px
}

.size-165 {
    width: 165px;
    height: 165px
}

.width-165 {
    width: 165px
}

.min-width-165 {
    min-width: 165px
}

.max-width-165 {
    max-width: 165px
}

.height-165 {
    height: 165px
}

.min-height-165 {
    min-height: 165px
}

.max-height-165 {
    max-height: 165px
}

.size-166 {
    width: 166px;
    height: 166px
}

.width-166 {
    width: 166px
}

.min-width-166 {
    min-width: 166px
}

.max-width-166 {
    max-width: 166px
}

.height-166 {
    height: 166px
}

.min-height-166 {
    min-height: 166px
}

.max-height-166 {
    max-height: 166px
}

.size-167 {
    width: 167px;
    height: 167px
}

.width-167 {
    width: 167px
}

.min-width-167 {
    min-width: 167px
}

.max-width-167 {
    max-width: 167px
}

.height-167 {
    height: 167px
}

.min-height-167 {
    min-height: 167px
}

.max-height-167 {
    max-height: 167px
}

.size-168 {
    width: 168px;
    height: 168px
}

.width-168 {
    width: 168px
}

.min-width-168 {
    min-width: 168px
}

.max-width-168 {
    max-width: 168px
}

.height-168 {
    height: 168px
}

.min-height-168 {
    min-height: 168px
}

.max-height-168 {
    max-height: 168px
}

.size-169 {
    width: 169px;
    height: 169px
}

.width-169 {
    width: 169px
}

.min-width-169 {
    min-width: 169px
}

.max-width-169 {
    max-width: 169px
}

.height-169 {
    height: 169px
}

.min-height-169 {
    min-height: 169px
}

.max-height-169 {
    max-height: 169px
}

.size-170 {
    width: 170px;
    height: 170px
}

.width-170 {
    width: 170px
}

.min-width-170 {
    min-width: 170px
}

.max-width-170 {
    max-width: 170px
}

.height-170 {
    height: 170px
}

.min-height-170 {
    min-height: 170px
}

.max-height-170 {
    max-height: 170px
}

.size-171 {
    width: 171px;
    height: 171px
}

.width-171 {
    width: 171px
}

.min-width-171 {
    min-width: 171px
}

.max-width-171 {
    max-width: 171px
}

.height-171 {
    height: 171px
}

.min-height-171 {
    min-height: 171px
}

.max-height-171 {
    max-height: 171px
}

.size-172 {
    width: 172px;
    height: 172px
}

.width-172 {
    width: 172px
}

.min-width-172 {
    min-width: 172px
}

.max-width-172 {
    max-width: 172px
}

.height-172 {
    height: 172px
}

.min-height-172 {
    min-height: 172px
}

.max-height-172 {
    max-height: 172px
}

.size-173 {
    width: 173px;
    height: 173px
}

.width-173 {
    width: 173px
}

.min-width-173 {
    min-width: 173px
}

.max-width-173 {
    max-width: 173px
}

.height-173 {
    height: 173px
}

.min-height-173 {
    min-height: 173px
}

.max-height-173 {
    max-height: 173px
}

.size-174 {
    width: 174px;
    height: 174px
}

.width-174 {
    width: 174px
}

.min-width-174 {
    min-width: 174px
}

.max-width-174 {
    max-width: 174px
}

.height-174 {
    height: 174px
}

.min-height-174 {
    min-height: 174px
}

.max-height-174 {
    max-height: 174px
}

.size-175 {
    width: 175px;
    height: 175px
}

.width-175 {
    width: 175px
}

.min-width-175 {
    min-width: 175px
}

.max-width-175 {
    max-width: 175px
}

.height-175 {
    height: 175px
}

.min-height-175 {
    min-height: 175px
}

.max-height-175 {
    max-height: 175px
}

.size-176 {
    width: 176px;
    height: 176px
}

.width-176 {
    width: 176px
}

.min-width-176 {
    min-width: 176px
}

.max-width-176 {
    max-width: 176px
}

.height-176 {
    height: 176px
}

.min-height-176 {
    min-height: 176px
}

.max-height-176 {
    max-height: 176px
}

.size-177 {
    width: 177px;
    height: 177px
}

.width-177 {
    width: 177px
}

.min-width-177 {
    min-width: 177px
}

.max-width-177 {
    max-width: 177px
}

.height-177 {
    height: 177px
}

.min-height-177 {
    min-height: 177px
}

.max-height-177 {
    max-height: 177px
}

.size-178 {
    width: 178px;
    height: 178px
}

.width-178 {
    width: 178px
}

.min-width-178 {
    min-width: 178px
}

.max-width-178 {
    max-width: 178px
}

.height-178 {
    height: 178px
}

.min-height-178 {
    min-height: 178px
}

.max-height-178 {
    max-height: 178px
}

.size-179 {
    width: 179px;
    height: 179px
}

.width-179 {
    width: 179px
}

.min-width-179 {
    min-width: 179px
}

.max-width-179 {
    max-width: 179px
}

.height-179 {
    height: 179px
}

.min-height-179 {
    min-height: 179px
}

.max-height-179 {
    max-height: 179px
}

.size-180 {
    width: 180px;
    height: 180px
}

.width-180 {
    width: 180px
}

.min-width-180 {
    min-width: 180px
}

.max-width-180 {
    max-width: 180px
}

.height-180 {
    height: 180px
}

.min-height-180 {
    min-height: 180px
}

.max-height-180 {
    max-height: 180px
}

.size-181 {
    width: 181px;
    height: 181px
}

.width-181 {
    width: 181px
}

.min-width-181 {
    min-width: 181px
}

.max-width-181 {
    max-width: 181px
}

.height-181 {
    height: 181px
}

.min-height-181 {
    min-height: 181px
}

.max-height-181 {
    max-height: 181px
}

.size-182 {
    width: 182px;
    height: 182px
}

.width-182 {
    width: 182px
}

.min-width-182 {
    min-width: 182px
}

.max-width-182 {
    max-width: 182px
}

.height-182 {
    height: 182px
}

.min-height-182 {
    min-height: 182px
}

.max-height-182 {
    max-height: 182px
}

.size-183 {
    width: 183px;
    height: 183px
}

.width-183 {
    width: 183px
}

.min-width-183 {
    min-width: 183px
}

.max-width-183 {
    max-width: 183px
}

.height-183 {
    height: 183px
}

.min-height-183 {
    min-height: 183px
}

.max-height-183 {
    max-height: 183px
}

.size-184 {
    width: 184px;
    height: 184px
}

.width-184 {
    width: 184px
}

.min-width-184 {
    min-width: 184px
}

.max-width-184 {
    max-width: 184px
}

.height-184 {
    height: 184px
}

.min-height-184 {
    min-height: 184px
}

.max-height-184 {
    max-height: 184px
}

.size-185 {
    width: 185px;
    height: 185px
}

.width-185 {
    width: 185px
}

.min-width-185 {
    min-width: 185px
}

.max-width-185 {
    max-width: 185px
}

.height-185 {
    height: 185px
}

.min-height-185 {
    min-height: 185px
}

.max-height-185 {
    max-height: 185px
}

.size-186 {
    width: 186px;
    height: 186px
}

.width-186 {
    width: 186px
}

.min-width-186 {
    min-width: 186px
}

.max-width-186 {
    max-width: 186px
}

.height-186 {
    height: 186px
}

.min-height-186 {
    min-height: 186px
}

.max-height-186 {
    max-height: 186px
}

.size-187 {
    width: 187px;
    height: 187px
}

.width-187 {
    width: 187px
}

.min-width-187 {
    min-width: 187px
}

.max-width-187 {
    max-width: 187px
}

.height-187 {
    height: 187px
}

.min-height-187 {
    min-height: 187px
}

.max-height-187 {
    max-height: 187px
}

.size-188 {
    width: 188px;
    height: 188px
}

.width-188 {
    width: 188px
}

.min-width-188 {
    min-width: 188px
}

.max-width-188 {
    max-width: 188px
}

.height-188 {
    height: 188px
}

.min-height-188 {
    min-height: 188px
}

.max-height-188 {
    max-height: 188px
}

.size-189 {
    width: 189px;
    height: 189px
}

.width-189 {
    width: 189px
}

.min-width-189 {
    min-width: 189px
}

.max-width-189 {
    max-width: 189px
}

.height-189 {
    height: 189px
}

.min-height-189 {
    min-height: 189px
}

.max-height-189 {
    max-height: 189px
}

.size-190 {
    width: 190px;
    height: 190px
}

.width-190 {
    width: 190px
}

.min-width-190 {
    min-width: 190px
}

.max-width-190 {
    max-width: 190px
}

.height-190 {
    height: 190px
}

.min-height-190 {
    min-height: 190px
}

.max-height-190 {
    max-height: 190px
}

.size-191 {
    width: 191px;
    height: 191px
}

.width-191 {
    width: 191px
}

.min-width-191 {
    min-width: 191px
}

.max-width-191 {
    max-width: 191px
}

.height-191 {
    height: 191px
}

.min-height-191 {
    min-height: 191px
}

.max-height-191 {
    max-height: 191px
}

.size-192 {
    width: 192px;
    height: 192px
}

.width-192 {
    width: 192px
}

.min-width-192 {
    min-width: 192px
}

.max-width-192 {
    max-width: 192px
}

.height-192 {
    height: 192px
}

.min-height-192 {
    min-height: 192px
}

.max-height-192 {
    max-height: 192px
}

.size-193 {
    width: 193px;
    height: 193px
}

.width-193 {
    width: 193px
}

.min-width-193 {
    min-width: 193px
}

.max-width-193 {
    max-width: 193px
}

.height-193 {
    height: 193px
}

.min-height-193 {
    min-height: 193px
}

.max-height-193 {
    max-height: 193px
}

.size-194 {
    width: 194px;
    height: 194px
}

.width-194 {
    width: 194px
}

.min-width-194 {
    min-width: 194px
}

.max-width-194 {
    max-width: 194px
}

.height-194 {
    height: 194px
}

.min-height-194 {
    min-height: 194px
}

.max-height-194 {
    max-height: 194px
}

.size-195 {
    width: 195px;
    height: 195px
}

.width-195 {
    width: 195px
}

.min-width-195 {
    min-width: 195px
}

.max-width-195 {
    max-width: 195px
}

.height-195 {
    height: 195px
}

.min-height-195 {
    min-height: 195px
}

.max-height-195 {
    max-height: 195px
}

.size-196 {
    width: 196px;
    height: 196px
}

.width-196 {
    width: 196px
}

.min-width-196 {
    min-width: 196px
}

.max-width-196 {
    max-width: 196px
}

.height-196 {
    height: 196px
}

.min-height-196 {
    min-height: 196px
}

.max-height-196 {
    max-height: 196px
}

.size-197 {
    width: 197px;
    height: 197px
}

.width-197 {
    width: 197px
}

.min-width-197 {
    min-width: 197px
}

.max-width-197 {
    max-width: 197px
}

.height-197 {
    height: 197px
}

.min-height-197 {
    min-height: 197px
}

.max-height-197 {
    max-height: 197px
}

.size-198 {
    width: 198px;
    height: 198px
}

.width-198 {
    width: 198px
}

.min-width-198 {
    min-width: 198px
}

.max-width-198 {
    max-width: 198px
}

.height-198 {
    height: 198px
}

.min-height-198 {
    min-height: 198px
}

.max-height-198 {
    max-height: 198px
}

.size-199 {
    width: 199px;
    height: 199px
}

.width-199 {
    width: 199px
}

.min-width-199 {
    min-width: 199px
}

.max-width-199 {
    max-width: 199px
}

.height-199 {
    height: 199px
}

.min-height-199 {
    min-height: 199px
}

.max-height-199 {
    max-height: 199px
}

.size-200 {
    width: 200px;
    height: 200px
}

.width-200 {
    width: 200px
}

.min-width-200 {
    min-width: 200px
}

.max-width-200 {
    max-width: 200px
}

.height-200 {
    height: 200px
}

.min-height-200 {
    min-height: 200px
}

.max-height-200 {
    max-height: 200px
}

.size-201 {
    width: 201px;
    height: 201px
}

.width-201 {
    width: 201px
}

.min-width-201 {
    min-width: 201px
}

.max-width-201 {
    max-width: 201px
}

.height-201 {
    height: 201px
}

.min-height-201 {
    min-height: 201px
}

.max-height-201 {
    max-height: 201px
}

.size-202 {
    width: 202px;
    height: 202px
}

.width-202 {
    width: 202px
}

.min-width-202 {
    min-width: 202px
}

.max-width-202 {
    max-width: 202px
}

.height-202 {
    height: 202px
}

.min-height-202 {
    min-height: 202px
}

.max-height-202 {
    max-height: 202px
}

.size-203 {
    width: 203px;
    height: 203px
}

.width-203 {
    width: 203px
}

.min-width-203 {
    min-width: 203px
}

.max-width-203 {
    max-width: 203px
}

.height-203 {
    height: 203px
}

.min-height-203 {
    min-height: 203px
}

.max-height-203 {
    max-height: 203px
}

.size-204 {
    width: 204px;
    height: 204px
}

.width-204 {
    width: 204px
}

.min-width-204 {
    min-width: 204px
}

.max-width-204 {
    max-width: 204px
}

.height-204 {
    height: 204px
}

.min-height-204 {
    min-height: 204px
}

.max-height-204 {
    max-height: 204px
}

.size-205 {
    width: 205px;
    height: 205px
}

.width-205 {
    width: 205px
}

.min-width-205 {
    min-width: 205px
}

.max-width-205 {
    max-width: 205px
}

.height-205 {
    height: 205px
}

.min-height-205 {
    min-height: 205px
}

.max-height-205 {
    max-height: 205px
}

.size-206 {
    width: 206px;
    height: 206px
}

.width-206 {
    width: 206px
}

.min-width-206 {
    min-width: 206px
}

.max-width-206 {
    max-width: 206px
}

.height-206 {
    height: 206px
}

.min-height-206 {
    min-height: 206px
}

.max-height-206 {
    max-height: 206px
}

.size-207 {
    width: 207px;
    height: 207px
}

.width-207 {
    width: 207px
}

.min-width-207 {
    min-width: 207px
}

.max-width-207 {
    max-width: 207px
}

.height-207 {
    height: 207px
}

.min-height-207 {
    min-height: 207px
}

.max-height-207 {
    max-height: 207px
}

.size-208 {
    width: 208px;
    height: 208px
}

.width-208 {
    width: 208px
}

.min-width-208 {
    min-width: 208px
}

.max-width-208 {
    max-width: 208px
}

.height-208 {
    height: 208px
}

.min-height-208 {
    min-height: 208px
}

.max-height-208 {
    max-height: 208px
}

.size-209 {
    width: 209px;
    height: 209px
}

.width-209 {
    width: 209px
}

.min-width-209 {
    min-width: 209px
}

.max-width-209 {
    max-width: 209px
}

.height-209 {
    height: 209px
}

.min-height-209 {
    min-height: 209px
}

.max-height-209 {
    max-height: 209px
}

.size-210 {
    width: 210px;
    height: 210px
}

.width-210 {
    width: 210px
}

.min-width-210 {
    min-width: 210px
}

.max-width-210 {
    max-width: 210px
}

.height-210 {
    height: 210px
}

.min-height-210 {
    min-height: 210px
}

.max-height-210 {
    max-height: 210px
}

.size-211 {
    width: 211px;
    height: 211px
}

.width-211 {
    width: 211px
}

.min-width-211 {
    min-width: 211px
}

.max-width-211 {
    max-width: 211px
}

.height-211 {
    height: 211px
}

.min-height-211 {
    min-height: 211px
}

.max-height-211 {
    max-height: 211px
}

.size-212 {
    width: 212px;
    height: 212px
}

.width-212 {
    width: 212px
}

.min-width-212 {
    min-width: 212px
}

.max-width-212 {
    max-width: 212px
}

.height-212 {
    height: 212px
}

.min-height-212 {
    min-height: 212px
}

.max-height-212 {
    max-height: 212px
}

.size-213 {
    width: 213px;
    height: 213px
}

.width-213 {
    width: 213px
}

.min-width-213 {
    min-width: 213px
}

.max-width-213 {
    max-width: 213px
}

.height-213 {
    height: 213px
}

.min-height-213 {
    min-height: 213px
}

.max-height-213 {
    max-height: 213px
}

.size-214 {
    width: 214px;
    height: 214px
}

.width-214 {
    width: 214px
}

.min-width-214 {
    min-width: 214px
}

.max-width-214 {
    max-width: 214px
}

.height-214 {
    height: 214px
}

.min-height-214 {
    min-height: 214px
}

.max-height-214 {
    max-height: 214px
}

.size-215 {
    width: 215px;
    height: 215px
}

.width-215 {
    width: 215px
}

.min-width-215 {
    min-width: 215px
}

.max-width-215 {
    max-width: 215px
}

.height-215 {
    height: 215px
}

.min-height-215 {
    min-height: 215px
}

.max-height-215 {
    max-height: 215px
}

.size-216 {
    width: 216px;
    height: 216px
}

.width-216 {
    width: 216px
}

.min-width-216 {
    min-width: 216px
}

.max-width-216 {
    max-width: 216px
}

.height-216 {
    height: 216px
}

.min-height-216 {
    min-height: 216px
}

.max-height-216 {
    max-height: 216px
}

.size-217 {
    width: 217px;
    height: 217px
}

.width-217 {
    width: 217px
}

.min-width-217 {
    min-width: 217px
}

.max-width-217 {
    max-width: 217px
}

.height-217 {
    height: 217px
}

.min-height-217 {
    min-height: 217px
}

.max-height-217 {
    max-height: 217px
}

.size-218 {
    width: 218px;
    height: 218px
}

.width-218 {
    width: 218px
}

.min-width-218 {
    min-width: 218px
}

.max-width-218 {
    max-width: 218px
}

.height-218 {
    height: 218px
}

.min-height-218 {
    min-height: 218px
}

.max-height-218 {
    max-height: 218px
}

.size-219 {
    width: 219px;
    height: 219px
}

.width-219 {
    width: 219px
}

.min-width-219 {
    min-width: 219px
}

.max-width-219 {
    max-width: 219px
}

.height-219 {
    height: 219px
}

.min-height-219 {
    min-height: 219px
}

.max-height-219 {
    max-height: 219px
}

.size-220 {
    width: 220px;
    height: 220px
}

.width-220 {
    width: 220px
}

.min-width-220 {
    min-width: 220px
}

.max-width-220 {
    max-width: 220px
}

.height-220 {
    height: 220px
}

.min-height-220 {
    min-height: 220px
}

.max-height-220 {
    max-height: 220px
}

.size-221 {
    width: 221px;
    height: 221px
}

.width-221 {
    width: 221px
}

.min-width-221 {
    min-width: 221px
}

.max-width-221 {
    max-width: 221px
}

.height-221 {
    height: 221px
}

.min-height-221 {
    min-height: 221px
}

.max-height-221 {
    max-height: 221px
}

.size-222 {
    width: 222px;
    height: 222px
}

.width-222 {
    width: 222px
}

.min-width-222 {
    min-width: 222px
}

.max-width-222 {
    max-width: 222px
}

.height-222 {
    height: 222px
}

.min-height-222 {
    min-height: 222px
}

.max-height-222 {
    max-height: 222px
}

.size-223 {
    width: 223px;
    height: 223px
}

.width-223 {
    width: 223px
}

.min-width-223 {
    min-width: 223px
}

.max-width-223 {
    max-width: 223px
}

.height-223 {
    height: 223px
}

.min-height-223 {
    min-height: 223px
}

.max-height-223 {
    max-height: 223px
}

.size-224 {
    width: 224px;
    height: 224px
}

.width-224 {
    width: 224px
}

.min-width-224 {
    min-width: 224px
}

.max-width-224 {
    max-width: 224px
}

.height-224 {
    height: 224px
}

.min-height-224 {
    min-height: 224px
}

.max-height-224 {
    max-height: 224px
}

.size-225 {
    width: 225px;
    height: 225px
}

.width-225 {
    width: 225px
}

.min-width-225 {
    min-width: 225px
}

.max-width-225 {
    max-width: 225px
}

.height-225 {
    height: 225px
}

.min-height-225 {
    min-height: 225px
}

.max-height-225 {
    max-height: 225px
}

.size-226 {
    width: 226px;
    height: 226px
}

.width-226 {
    width: 226px
}

.min-width-226 {
    min-width: 226px
}

.max-width-226 {
    max-width: 226px
}

.height-226 {
    height: 226px
}

.min-height-226 {
    min-height: 226px
}

.max-height-226 {
    max-height: 226px
}

.size-227 {
    width: 227px;
    height: 227px
}

.width-227 {
    width: 227px
}

.min-width-227 {
    min-width: 227px
}

.max-width-227 {
    max-width: 227px
}

.height-227 {
    height: 227px
}

.min-height-227 {
    min-height: 227px
}

.max-height-227 {
    max-height: 227px
}

.size-228 {
    width: 228px;
    height: 228px
}

.width-228 {
    width: 228px
}

.min-width-228 {
    min-width: 228px
}

.max-width-228 {
    max-width: 228px
}

.height-228 {
    height: 228px
}

.min-height-228 {
    min-height: 228px
}

.max-height-228 {
    max-height: 228px
}

.size-229 {
    width: 229px;
    height: 229px
}

.width-229 {
    width: 229px
}

.min-width-229 {
    min-width: 229px
}

.max-width-229 {
    max-width: 229px
}

.height-229 {
    height: 229px
}

.min-height-229 {
    min-height: 229px
}

.max-height-229 {
    max-height: 229px
}

.size-230 {
    width: 230px;
    height: 230px
}

.width-230 {
    width: 230px
}

.min-width-230 {
    min-width: 230px
}

.max-width-230 {
    max-width: 230px
}

.height-230 {
    height: 230px
}

.min-height-230 {
    min-height: 230px
}

.max-height-230 {
    max-height: 230px
}

.size-231 {
    width: 231px;
    height: 231px
}

.width-231 {
    width: 231px
}

.min-width-231 {
    min-width: 231px
}

.max-width-231 {
    max-width: 231px
}

.height-231 {
    height: 231px
}

.min-height-231 {
    min-height: 231px
}

.max-height-231 {
    max-height: 231px
}

.size-232 {
    width: 232px;
    height: 232px
}

.width-232 {
    width: 232px
}

.min-width-232 {
    min-width: 232px
}

.max-width-232 {
    max-width: 232px
}

.height-232 {
    height: 232px
}

.min-height-232 {
    min-height: 232px
}

.max-height-232 {
    max-height: 232px
}

.size-233 {
    width: 233px;
    height: 233px
}

.width-233 {
    width: 233px
}

.min-width-233 {
    min-width: 233px
}

.max-width-233 {
    max-width: 233px
}

.height-233 {
    height: 233px
}

.min-height-233 {
    min-height: 233px
}

.max-height-233 {
    max-height: 233px
}

.size-234 {
    width: 234px;
    height: 234px
}

.width-234 {
    width: 234px
}

.min-width-234 {
    min-width: 234px
}

.max-width-234 {
    max-width: 234px
}

.height-234 {
    height: 234px
}

.min-height-234 {
    min-height: 234px
}

.max-height-234 {
    max-height: 234px
}

.size-235 {
    width: 235px;
    height: 235px
}

.width-235 {
    width: 235px
}

.min-width-235 {
    min-width: 235px
}

.max-width-235 {
    max-width: 235px
}

.height-235 {
    height: 235px
}

.min-height-235 {
    min-height: 235px
}

.max-height-235 {
    max-height: 235px
}

.size-236 {
    width: 236px;
    height: 236px
}

.width-236 {
    width: 236px
}

.min-width-236 {
    min-width: 236px
}

.max-width-236 {
    max-width: 236px
}

.height-236 {
    height: 236px
}

.min-height-236 {
    min-height: 236px
}

.max-height-236 {
    max-height: 236px
}

.size-237 {
    width: 237px;
    height: 237px
}

.width-237 {
    width: 237px
}

.min-width-237 {
    min-width: 237px
}

.max-width-237 {
    max-width: 237px
}

.height-237 {
    height: 237px
}

.min-height-237 {
    min-height: 237px
}

.max-height-237 {
    max-height: 237px
}

.size-238 {
    width: 238px;
    height: 238px
}

.width-238 {
    width: 238px
}

.min-width-238 {
    min-width: 238px
}

.max-width-238 {
    max-width: 238px
}

.height-238 {
    height: 238px
}

.min-height-238 {
    min-height: 238px
}

.max-height-238 {
    max-height: 238px
}

.size-239 {
    width: 239px;
    height: 239px
}

.width-239 {
    width: 239px
}

.min-width-239 {
    min-width: 239px
}

.max-width-239 {
    max-width: 239px
}

.height-239 {
    height: 239px
}

.min-height-239 {
    min-height: 239px
}

.max-height-239 {
    max-height: 239px
}

.size-240 {
    width: 240px;
    height: 240px
}

.width-240 {
    width: 240px
}

.min-width-240 {
    min-width: 240px
}

.max-width-240 {
    max-width: 240px
}

.height-240 {
    height: 240px
}

.min-height-240 {
    min-height: 240px
}

.max-height-240 {
    max-height: 240px
}

.size-241 {
    width: 241px;
    height: 241px
}

.width-241 {
    width: 241px
}

.min-width-241 {
    min-width: 241px
}

.max-width-241 {
    max-width: 241px
}

.height-241 {
    height: 241px
}

.min-height-241 {
    min-height: 241px
}

.max-height-241 {
    max-height: 241px
}

.size-242 {
    width: 242px;
    height: 242px
}

.width-242 {
    width: 242px
}

.min-width-242 {
    min-width: 242px
}

.max-width-242 {
    max-width: 242px
}

.height-242 {
    height: 242px
}

.min-height-242 {
    min-height: 242px
}

.max-height-242 {
    max-height: 242px
}

.size-243 {
    width: 243px;
    height: 243px
}

.width-243 {
    width: 243px
}

.min-width-243 {
    min-width: 243px
}

.max-width-243 {
    max-width: 243px
}

.height-243 {
    height: 243px
}

.min-height-243 {
    min-height: 243px
}

.max-height-243 {
    max-height: 243px
}

.size-244 {
    width: 244px;
    height: 244px
}

.width-244 {
    width: 244px
}

.min-width-244 {
    min-width: 244px
}

.max-width-244 {
    max-width: 244px
}

.height-244 {
    height: 244px
}

.min-height-244 {
    min-height: 244px
}

.max-height-244 {
    max-height: 244px
}

.size-245 {
    width: 245px;
    height: 245px
}

.width-245 {
    width: 245px
}

.min-width-245 {
    min-width: 245px
}

.max-width-245 {
    max-width: 245px
}

.height-245 {
    height: 245px
}

.min-height-245 {
    min-height: 245px
}

.max-height-245 {
    max-height: 245px
}

.size-246 {
    width: 246px;
    height: 246px
}

.width-246 {
    width: 246px
}

.min-width-246 {
    min-width: 246px
}

.max-width-246 {
    max-width: 246px
}

.height-246 {
    height: 246px
}

.min-height-246 {
    min-height: 246px
}

.max-height-246 {
    max-height: 246px
}

.size-247 {
    width: 247px;
    height: 247px
}

.width-247 {
    width: 247px
}

.min-width-247 {
    min-width: 247px
}

.max-width-247 {
    max-width: 247px
}

.height-247 {
    height: 247px
}

.min-height-247 {
    min-height: 247px
}

.max-height-247 {
    max-height: 247px
}

.size-248 {
    width: 248px;
    height: 248px
}

.width-248 {
    width: 248px
}

.min-width-248 {
    min-width: 248px
}

.max-width-248 {
    max-width: 248px
}

.height-248 {
    height: 248px
}

.min-height-248 {
    min-height: 248px
}

.max-height-248 {
    max-height: 248px
}

.size-249 {
    width: 249px;
    height: 249px
}

.width-249 {
    width: 249px
}

.min-width-249 {
    min-width: 249px
}

.max-width-249 {
    max-width: 249px
}

.height-249 {
    height: 249px
}

.min-height-249 {
    min-height: 249px
}

.max-height-249 {
    max-height: 249px
}

.size-250 {
    width: 250px;
    height: 250px
}

.width-250 {
    width: 250px
}

.min-width-250 {
    min-width: 250px
}

.max-width-250 {
    max-width: 250px
}

.height-250 {
    height: 250px
}

.min-height-250 {
    min-height: 250px
}

.max-height-250 {
    max-height: 250px
}

.size-251 {
    width: 251px;
    height: 251px
}

.width-251 {
    width: 251px
}

.min-width-251 {
    min-width: 251px
}

.max-width-251 {
    max-width: 251px
}

.height-251 {
    height: 251px
}

.min-height-251 {
    min-height: 251px
}

.max-height-251 {
    max-height: 251px
}

.size-252 {
    width: 252px;
    height: 252px
}

.width-252 {
    width: 252px
}

.min-width-252 {
    min-width: 252px
}

.max-width-252 {
    max-width: 252px
}

.height-252 {
    height: 252px
}

.min-height-252 {
    min-height: 252px
}

.max-height-252 {
    max-height: 252px
}

.size-253 {
    width: 253px;
    height: 253px
}

.width-253 {
    width: 253px
}

.min-width-253 {
    min-width: 253px
}

.max-width-253 {
    max-width: 253px
}

.height-253 {
    height: 253px
}

.min-height-253 {
    min-height: 253px
}

.max-height-253 {
    max-height: 253px
}

.size-254 {
    width: 254px;
    height: 254px
}

.width-254 {
    width: 254px
}

.min-width-254 {
    min-width: 254px
}

.max-width-254 {
    max-width: 254px
}

.height-254 {
    height: 254px
}

.min-height-254 {
    min-height: 254px
}

.max-height-254 {
    max-height: 254px
}

.size-255 {
    width: 255px;
    height: 255px
}

.width-255 {
    width: 255px
}

.min-width-255 {
    min-width: 255px
}

.max-width-255 {
    max-width: 255px
}

.height-255 {
    height: 255px
}

.min-height-255 {
    min-height: 255px
}

.max-height-255 {
    max-height: 255px
}

.size-256 {
    width: 256px;
    height: 256px
}

.width-256 {
    width: 256px
}

.min-width-256 {
    min-width: 256px
}

.max-width-256 {
    max-width: 256px
}

.height-256 {
    height: 256px
}

.min-height-256 {
    min-height: 256px
}

.max-height-256 {
    max-height: 256px
}

.size-257 {
    width: 257px;
    height: 257px
}

.width-257 {
    width: 257px
}

.min-width-257 {
    min-width: 257px
}

.max-width-257 {
    max-width: 257px
}

.height-257 {
    height: 257px
}

.min-height-257 {
    min-height: 257px
}

.max-height-257 {
    max-height: 257px
}

.size-258 {
    width: 258px;
    height: 258px
}

.width-258 {
    width: 258px
}

.min-width-258 {
    min-width: 258px
}

.max-width-258 {
    max-width: 258px
}

.height-258 {
    height: 258px
}

.min-height-258 {
    min-height: 258px
}

.max-height-258 {
    max-height: 258px
}

.size-259 {
    width: 259px;
    height: 259px
}

.width-259 {
    width: 259px
}

.min-width-259 {
    min-width: 259px
}

.max-width-259 {
    max-width: 259px
}

.height-259 {
    height: 259px
}

.min-height-259 {
    min-height: 259px
}

.max-height-259 {
    max-height: 259px
}

.size-260 {
    width: 260px;
    height: 260px
}

.width-260 {
    width: 260px
}

.min-width-260 {
    min-width: 260px
}

.max-width-260 {
    max-width: 260px
}

.height-260 {
    height: 260px
}

.min-height-260 {
    min-height: 260px
}

.max-height-260 {
    max-height: 260px
}

.size-261 {
    width: 261px;
    height: 261px
}

.width-261 {
    width: 261px
}

.min-width-261 {
    min-width: 261px
}

.max-width-261 {
    max-width: 261px
}

.height-261 {
    height: 261px
}

.min-height-261 {
    min-height: 261px
}

.max-height-261 {
    max-height: 261px
}

.size-262 {
    width: 262px;
    height: 262px
}

.width-262 {
    width: 262px
}

.min-width-262 {
    min-width: 262px
}

.max-width-262 {
    max-width: 262px
}

.height-262 {
    height: 262px
}

.min-height-262 {
    min-height: 262px
}

.max-height-262 {
    max-height: 262px
}

.size-263 {
    width: 263px;
    height: 263px
}

.width-263 {
    width: 263px
}

.min-width-263 {
    min-width: 263px
}

.max-width-263 {
    max-width: 263px
}

.height-263 {
    height: 263px
}

.min-height-263 {
    min-height: 263px
}

.max-height-263 {
    max-height: 263px
}

.size-264 {
    width: 264px;
    height: 264px
}

.width-264 {
    width: 264px
}

.min-width-264 {
    min-width: 264px
}

.max-width-264 {
    max-width: 264px
}

.height-264 {
    height: 264px
}

.min-height-264 {
    min-height: 264px
}

.max-height-264 {
    max-height: 264px
}

.size-265 {
    width: 265px;
    height: 265px
}

.width-265 {
    width: 265px
}

.min-width-265 {
    min-width: 265px
}

.max-width-265 {
    max-width: 265px
}

.height-265 {
    height: 265px
}

.min-height-265 {
    min-height: 265px
}

.max-height-265 {
    max-height: 265px
}

.size-266 {
    width: 266px;
    height: 266px
}

.width-266 {
    width: 266px
}

.min-width-266 {
    min-width: 266px
}

.max-width-266 {
    max-width: 266px
}

.height-266 {
    height: 266px
}

.min-height-266 {
    min-height: 266px
}

.max-height-266 {
    max-height: 266px
}

.size-267 {
    width: 267px;
    height: 267px
}

.width-267 {
    width: 267px
}

.min-width-267 {
    min-width: 267px
}

.max-width-267 {
    max-width: 267px
}

.height-267 {
    height: 267px
}

.min-height-267 {
    min-height: 267px
}

.max-height-267 {
    max-height: 267px
}

.size-268 {
    width: 268px;
    height: 268px
}

.width-268 {
    width: 268px
}

.min-width-268 {
    min-width: 268px
}

.max-width-268 {
    max-width: 268px
}

.height-268 {
    height: 268px
}

.min-height-268 {
    min-height: 268px
}

.max-height-268 {
    max-height: 268px
}

.size-269 {
    width: 269px;
    height: 269px
}

.width-269 {
    width: 269px
}

.min-width-269 {
    min-width: 269px
}

.max-width-269 {
    max-width: 269px
}

.height-269 {
    height: 269px
}

.min-height-269 {
    min-height: 269px
}

.max-height-269 {
    max-height: 269px
}

.size-270 {
    width: 270px;
    height: 270px
}

.width-270 {
    width: 270px
}

.min-width-270 {
    min-width: 270px
}

.max-width-270 {
    max-width: 270px
}

.height-270 {
    height: 270px
}

.min-height-270 {
    min-height: 270px
}

.max-height-270 {
    max-height: 270px
}

.size-271 {
    width: 271px;
    height: 271px
}

.width-271 {
    width: 271px
}

.min-width-271 {
    min-width: 271px
}

.max-width-271 {
    max-width: 271px
}

.height-271 {
    height: 271px
}

.min-height-271 {
    min-height: 271px
}

.max-height-271 {
    max-height: 271px
}

.size-272 {
    width: 272px;
    height: 272px
}

.width-272 {
    width: 272px
}

.min-width-272 {
    min-width: 272px
}

.max-width-272 {
    max-width: 272px
}

.height-272 {
    height: 272px
}

.min-height-272 {
    min-height: 272px
}

.max-height-272 {
    max-height: 272px
}

.size-273 {
    width: 273px;
    height: 273px
}

.width-273 {
    width: 273px
}

.min-width-273 {
    min-width: 273px
}

.max-width-273 {
    max-width: 273px
}

.height-273 {
    height: 273px
}

.min-height-273 {
    min-height: 273px
}

.max-height-273 {
    max-height: 273px
}

.size-274 {
    width: 274px;
    height: 274px
}

.width-274 {
    width: 274px
}

.min-width-274 {
    min-width: 274px
}

.max-width-274 {
    max-width: 274px
}

.height-274 {
    height: 274px
}

.min-height-274 {
    min-height: 274px
}

.max-height-274 {
    max-height: 274px
}

.size-275 {
    width: 275px;
    height: 275px
}

.width-275 {
    width: 275px
}

.min-width-275 {
    min-width: 275px
}

.max-width-275 {
    max-width: 275px
}

.height-275 {
    height: 275px
}

.min-height-275 {
    min-height: 275px
}

.max-height-275 {
    max-height: 275px
}

.size-276 {
    width: 276px;
    height: 276px
}

.width-276 {
    width: 276px
}

.min-width-276 {
    min-width: 276px
}

.max-width-276 {
    max-width: 276px
}

.height-276 {
    height: 276px
}

.min-height-276 {
    min-height: 276px
}

.max-height-276 {
    max-height: 276px
}

.size-277 {
    width: 277px;
    height: 277px
}

.width-277 {
    width: 277px
}

.min-width-277 {
    min-width: 277px
}

.max-width-277 {
    max-width: 277px
}

.height-277 {
    height: 277px
}

.min-height-277 {
    min-height: 277px
}

.max-height-277 {
    max-height: 277px
}

.size-278 {
    width: 278px;
    height: 278px
}

.width-278 {
    width: 278px
}

.min-width-278 {
    min-width: 278px
}

.max-width-278 {
    max-width: 278px
}

.height-278 {
    height: 278px
}

.min-height-278 {
    min-height: 278px
}

.max-height-278 {
    max-height: 278px
}

.size-279 {
    width: 279px;
    height: 279px
}

.width-279 {
    width: 279px
}

.min-width-279 {
    min-width: 279px
}

.max-width-279 {
    max-width: 279px
}

.height-279 {
    height: 279px
}

.min-height-279 {
    min-height: 279px
}

.max-height-279 {
    max-height: 279px
}

.size-280 {
    width: 280px;
    height: 280px
}

.width-280 {
    width: 280px
}

.min-width-280 {
    min-width: 280px
}

.max-width-280 {
    max-width: 280px
}

.height-280 {
    height: 280px
}

.min-height-280 {
    min-height: 280px
}

.max-height-280 {
    max-height: 280px
}

.size-281 {
    width: 281px;
    height: 281px
}

.width-281 {
    width: 281px
}

.min-width-281 {
    min-width: 281px
}

.max-width-281 {
    max-width: 281px
}

.height-281 {
    height: 281px
}

.min-height-281 {
    min-height: 281px
}

.max-height-281 {
    max-height: 281px
}

.size-282 {
    width: 282px;
    height: 282px
}

.width-282 {
    width: 282px
}

.min-width-282 {
    min-width: 282px
}

.max-width-282 {
    max-width: 282px
}

.height-282 {
    height: 282px
}

.min-height-282 {
    min-height: 282px
}

.max-height-282 {
    max-height: 282px
}

.size-283 {
    width: 283px;
    height: 283px
}

.width-283 {
    width: 283px
}

.min-width-283 {
    min-width: 283px
}

.max-width-283 {
    max-width: 283px
}

.height-283 {
    height: 283px
}

.min-height-283 {
    min-height: 283px
}

.max-height-283 {
    max-height: 283px
}

.size-284 {
    width: 284px;
    height: 284px
}

.width-284 {
    width: 284px
}

.min-width-284 {
    min-width: 284px
}

.max-width-284 {
    max-width: 284px
}

.height-284 {
    height: 284px
}

.min-height-284 {
    min-height: 284px
}

.max-height-284 {
    max-height: 284px
}

.size-285 {
    width: 285px;
    height: 285px
}

.width-285 {
    width: 285px
}

.min-width-285 {
    min-width: 285px
}

.max-width-285 {
    max-width: 285px
}

.height-285 {
    height: 285px
}

.min-height-285 {
    min-height: 285px
}

.max-height-285 {
    max-height: 285px
}

.size-286 {
    width: 286px;
    height: 286px
}

.width-286 {
    width: 286px
}

.min-width-286 {
    min-width: 286px
}

.max-width-286 {
    max-width: 286px
}

.height-286 {
    height: 286px
}

.min-height-286 {
    min-height: 286px
}

.max-height-286 {
    max-height: 286px
}

.size-287 {
    width: 287px;
    height: 287px
}

.width-287 {
    width: 287px
}

.min-width-287 {
    min-width: 287px
}

.max-width-287 {
    max-width: 287px
}

.height-287 {
    height: 287px
}

.min-height-287 {
    min-height: 287px
}

.max-height-287 {
    max-height: 287px
}

.size-288 {
    width: 288px;
    height: 288px
}

.width-288 {
    width: 288px
}

.min-width-288 {
    min-width: 288px
}

.max-width-288 {
    max-width: 288px
}

.height-288 {
    height: 288px
}

.min-height-288 {
    min-height: 288px
}

.max-height-288 {
    max-height: 288px
}

.size-289 {
    width: 289px;
    height: 289px
}

.width-289 {
    width: 289px
}

.min-width-289 {
    min-width: 289px
}

.max-width-289 {
    max-width: 289px
}

.height-289 {
    height: 289px
}

.min-height-289 {
    min-height: 289px
}

.max-height-289 {
    max-height: 289px
}

.size-290 {
    width: 290px;
    height: 290px
}

.width-290 {
    width: 290px
}

.min-width-290 {
    min-width: 290px
}

.max-width-290 {
    max-width: 290px
}

.height-290 {
    height: 290px
}

.min-height-290 {
    min-height: 290px
}

.max-height-290 {
    max-height: 290px
}

.size-291 {
    width: 291px;
    height: 291px
}

.width-291 {
    width: 291px
}

.min-width-291 {
    min-width: 291px
}

.max-width-291 {
    max-width: 291px
}

.height-291 {
    height: 291px
}

.min-height-291 {
    min-height: 291px
}

.max-height-291 {
    max-height: 291px
}

.size-292 {
    width: 292px;
    height: 292px
}

.width-292 {
    width: 292px
}

.min-width-292 {
    min-width: 292px
}

.max-width-292 {
    max-width: 292px
}

.height-292 {
    height: 292px
}

.min-height-292 {
    min-height: 292px
}

.max-height-292 {
    max-height: 292px
}

.size-293 {
    width: 293px;
    height: 293px
}

.width-293 {
    width: 293px
}

.min-width-293 {
    min-width: 293px
}

.max-width-293 {
    max-width: 293px
}

.height-293 {
    height: 293px
}

.min-height-293 {
    min-height: 293px
}

.max-height-293 {
    max-height: 293px
}

.size-294 {
    width: 294px;
    height: 294px
}

.width-294 {
    width: 294px
}

.min-width-294 {
    min-width: 294px
}

.max-width-294 {
    max-width: 294px
}

.height-294 {
    height: 294px
}

.min-height-294 {
    min-height: 294px
}

.max-height-294 {
    max-height: 294px
}

.size-295 {
    width: 295px;
    height: 295px
}

.width-295 {
    width: 295px
}

.min-width-295 {
    min-width: 295px
}

.max-width-295 {
    max-width: 295px
}

.height-295 {
    height: 295px
}

.min-height-295 {
    min-height: 295px
}

.max-height-295 {
    max-height: 295px
}

.size-296 {
    width: 296px;
    height: 296px
}

.width-296 {
    width: 296px
}

.min-width-296 {
    min-width: 296px
}

.max-width-296 {
    max-width: 296px
}

.height-296 {
    height: 296px
}

.min-height-296 {
    min-height: 296px
}

.max-height-296 {
    max-height: 296px
}

.size-297 {
    width: 297px;
    height: 297px
}

.width-297 {
    width: 297px
}

.min-width-297 {
    min-width: 297px
}

.max-width-297 {
    max-width: 297px
}

.height-297 {
    height: 297px
}

.min-height-297 {
    min-height: 297px
}

.max-height-297 {
    max-height: 297px
}

.size-298 {
    width: 298px;
    height: 298px
}

.width-298 {
    width: 298px
}

.min-width-298 {
    min-width: 298px
}

.max-width-298 {
    max-width: 298px
}

.height-298 {
    height: 298px
}

.min-height-298 {
    min-height: 298px
}

.max-height-298 {
    max-height: 298px
}

.size-299 {
    width: 299px;
    height: 299px
}

.width-299 {
    width: 299px
}

.min-width-299 {
    min-width: 299px
}

.max-width-299 {
    max-width: 299px
}

.height-299 {
    height: 299px
}

.min-height-299 {
    min-height: 299px
}

.max-height-299 {
    max-height: 299px
}

.size-300 {
    width: 300px;
    height: 300px
}

.width-300 {
    width: 300px
}

.min-width-300 {
    min-width: 300px
}

.max-width-300 {
    max-width: 300px
}

.height-300 {
    height: 300px
}

.min-height-300 {
    min-height: 300px
}

.max-height-300 {
    max-height: 300px
}

.size-301 {
    width: 301px;
    height: 301px
}

.width-301 {
    width: 301px
}

.min-width-301 {
    min-width: 301px
}

.max-width-301 {
    max-width: 301px
}

.height-301 {
    height: 301px
}

.min-height-301 {
    min-height: 301px
}

.max-height-301 {
    max-height: 301px
}

.size-302 {
    width: 302px;
    height: 302px
}

.width-302 {
    width: 302px
}

.min-width-302 {
    min-width: 302px
}

.max-width-302 {
    max-width: 302px
}

.height-302 {
    height: 302px
}

.min-height-302 {
    min-height: 302px
}

.max-height-302 {
    max-height: 302px
}

.size-303 {
    width: 303px;
    height: 303px
}

.width-303 {
    width: 303px
}

.min-width-303 {
    min-width: 303px
}

.max-width-303 {
    max-width: 303px
}

.height-303 {
    height: 303px
}

.min-height-303 {
    min-height: 303px
}

.max-height-303 {
    max-height: 303px
}

.size-304 {
    width: 304px;
    height: 304px
}

.width-304 {
    width: 304px
}

.min-width-304 {
    min-width: 304px
}

.max-width-304 {
    max-width: 304px
}

.height-304 {
    height: 304px
}

.min-height-304 {
    min-height: 304px
}

.max-height-304 {
    max-height: 304px
}

.size-305 {
    width: 305px;
    height: 305px
}

.width-305 {
    width: 305px
}

.min-width-305 {
    min-width: 305px
}

.max-width-305 {
    max-width: 305px
}

.height-305 {
    height: 305px
}

.min-height-305 {
    min-height: 305px
}

.max-height-305 {
    max-height: 305px
}

.size-306 {
    width: 306px;
    height: 306px
}

.width-306 {
    width: 306px
}

.min-width-306 {
    min-width: 306px
}

.max-width-306 {
    max-width: 306px
}

.height-306 {
    height: 306px
}

.min-height-306 {
    min-height: 306px
}

.max-height-306 {
    max-height: 306px
}

.size-307 {
    width: 307px;
    height: 307px
}

.width-307 {
    width: 307px
}

.min-width-307 {
    min-width: 307px
}

.max-width-307 {
    max-width: 307px
}

.height-307 {
    height: 307px
}

.min-height-307 {
    min-height: 307px
}

.max-height-307 {
    max-height: 307px
}

.size-308 {
    width: 308px;
    height: 308px
}

.width-308 {
    width: 308px
}

.min-width-308 {
    min-width: 308px
}

.max-width-308 {
    max-width: 308px
}

.height-308 {
    height: 308px
}

.min-height-308 {
    min-height: 308px
}

.max-height-308 {
    max-height: 308px
}

.size-309 {
    width: 309px;
    height: 309px
}

.width-309 {
    width: 309px
}

.min-width-309 {
    min-width: 309px
}

.max-width-309 {
    max-width: 309px
}

.height-309 {
    height: 309px
}

.min-height-309 {
    min-height: 309px
}

.max-height-309 {
    max-height: 309px
}

.size-310 {
    width: 310px;
    height: 310px
}

.width-310 {
    width: 310px
}

.min-width-310 {
    min-width: 310px
}

.max-width-310 {
    max-width: 310px
}

.height-310 {
    height: 310px
}

.min-height-310 {
    min-height: 310px
}

.max-height-310 {
    max-height: 310px
}

.size-311 {
    width: 311px;
    height: 311px
}

.width-311 {
    width: 311px
}

.min-width-311 {
    min-width: 311px
}

.max-width-311 {
    max-width: 311px
}

.height-311 {
    height: 311px
}

.min-height-311 {
    min-height: 311px
}

.max-height-311 {
    max-height: 311px
}

.size-312 {
    width: 312px;
    height: 312px
}

.width-312 {
    width: 312px
}

.min-width-312 {
    min-width: 312px
}

.max-width-312 {
    max-width: 312px
}

.height-312 {
    height: 312px
}

.min-height-312 {
    min-height: 312px
}

.max-height-312 {
    max-height: 312px
}

.size-313 {
    width: 313px;
    height: 313px
}

.width-313 {
    width: 313px
}

.min-width-313 {
    min-width: 313px
}

.max-width-313 {
    max-width: 313px
}

.height-313 {
    height: 313px
}

.min-height-313 {
    min-height: 313px
}

.max-height-313 {
    max-height: 313px
}

.size-314 {
    width: 314px;
    height: 314px
}

.width-314 {
    width: 314px
}

.min-width-314 {
    min-width: 314px
}

.max-width-314 {
    max-width: 314px
}

.height-314 {
    height: 314px
}

.min-height-314 {
    min-height: 314px
}

.max-height-314 {
    max-height: 314px
}

.size-315 {
    width: 315px;
    height: 315px
}

.width-315 {
    width: 315px
}

.min-width-315 {
    min-width: 315px
}

.max-width-315 {
    max-width: 315px
}

.height-315 {
    height: 315px
}

.min-height-315 {
    min-height: 315px
}

.max-height-315 {
    max-height: 315px
}

.size-316 {
    width: 316px;
    height: 316px
}

.width-316 {
    width: 316px
}

.min-width-316 {
    min-width: 316px
}

.max-width-316 {
    max-width: 316px
}

.height-316 {
    height: 316px
}

.min-height-316 {
    min-height: 316px
}

.max-height-316 {
    max-height: 316px
}

.size-317 {
    width: 317px;
    height: 317px
}

.width-317 {
    width: 317px
}

.min-width-317 {
    min-width: 317px
}

.max-width-317 {
    max-width: 317px
}

.height-317 {
    height: 317px
}

.min-height-317 {
    min-height: 317px
}

.max-height-317 {
    max-height: 317px
}

.size-318 {
    width: 318px;
    height: 318px
}

.width-318 {
    width: 318px
}

.min-width-318 {
    min-width: 318px
}

.max-width-318 {
    max-width: 318px
}

.height-318 {
    height: 318px
}

.min-height-318 {
    min-height: 318px
}

.max-height-318 {
    max-height: 318px
}

.size-319 {
    width: 319px;
    height: 319px
}

.width-319 {
    width: 319px
}

.min-width-319 {
    min-width: 319px
}

.max-width-319 {
    max-width: 319px
}

.height-319 {
    height: 319px
}

.min-height-319 {
    min-height: 319px
}

.max-height-319 {
    max-height: 319px
}

.size-320 {
    width: 320px;
    height: 320px
}

.width-320 {
    width: 320px
}

.min-width-320 {
    min-width: 320px
}

.max-width-320 {
    max-width: 320px
}

.height-320 {
    height: 320px
}

.min-height-320 {
    min-height: 320px
}

.max-height-320 {
    max-height: 320px
}

.size-321 {
    width: 321px;
    height: 321px
}

.width-321 {
    width: 321px
}

.min-width-321 {
    min-width: 321px
}

.max-width-321 {
    max-width: 321px
}

.height-321 {
    height: 321px
}

.min-height-321 {
    min-height: 321px
}

.max-height-321 {
    max-height: 321px
}

.size-322 {
    width: 322px;
    height: 322px
}

.width-322 {
    width: 322px
}

.min-width-322 {
    min-width: 322px
}

.max-width-322 {
    max-width: 322px
}

.height-322 {
    height: 322px
}

.min-height-322 {
    min-height: 322px
}

.max-height-322 {
    max-height: 322px
}

.size-323 {
    width: 323px;
    height: 323px
}

.width-323 {
    width: 323px
}

.min-width-323 {
    min-width: 323px
}

.max-width-323 {
    max-width: 323px
}

.height-323 {
    height: 323px
}

.min-height-323 {
    min-height: 323px
}

.max-height-323 {
    max-height: 323px
}

.size-324 {
    width: 324px;
    height: 324px
}

.width-324 {
    width: 324px
}

.min-width-324 {
    min-width: 324px
}

.max-width-324 {
    max-width: 324px
}

.height-324 {
    height: 324px
}

.min-height-324 {
    min-height: 324px
}

.max-height-324 {
    max-height: 324px
}

.size-325 {
    width: 325px;
    height: 325px
}

.width-325 {
    width: 325px
}

.min-width-325 {
    min-width: 325px
}

.max-width-325 {
    max-width: 325px
}

.height-325 {
    height: 325px
}

.min-height-325 {
    min-height: 325px
}

.max-height-325 {
    max-height: 325px
}

.size-326 {
    width: 326px;
    height: 326px
}

.width-326 {
    width: 326px
}

.min-width-326 {
    min-width: 326px
}

.max-width-326 {
    max-width: 326px
}

.height-326 {
    height: 326px
}

.min-height-326 {
    min-height: 326px
}

.max-height-326 {
    max-height: 326px
}

.size-327 {
    width: 327px;
    height: 327px
}

.width-327 {
    width: 327px
}

.min-width-327 {
    min-width: 327px
}

.max-width-327 {
    max-width: 327px
}

.height-327 {
    height: 327px
}

.min-height-327 {
    min-height: 327px
}

.max-height-327 {
    max-height: 327px
}

.size-328 {
    width: 328px;
    height: 328px
}

.width-328 {
    width: 328px
}

.min-width-328 {
    min-width: 328px
}

.max-width-328 {
    max-width: 328px
}

.height-328 {
    height: 328px
}

.min-height-328 {
    min-height: 328px
}

.max-height-328 {
    max-height: 328px
}

.size-329 {
    width: 329px;
    height: 329px
}

.width-329 {
    width: 329px
}

.min-width-329 {
    min-width: 329px
}

.max-width-329 {
    max-width: 329px
}

.height-329 {
    height: 329px
}

.min-height-329 {
    min-height: 329px
}

.max-height-329 {
    max-height: 329px
}

.size-330 {
    width: 330px;
    height: 330px
}

.width-330 {
    width: 330px
}

.min-width-330 {
    min-width: 330px
}

.max-width-330 {
    max-width: 330px
}

.height-330 {
    height: 330px
}

.min-height-330 {
    min-height: 330px
}

.max-height-330 {
    max-height: 330px
}

.size-331 {
    width: 331px;
    height: 331px
}

.width-331 {
    width: 331px
}

.min-width-331 {
    min-width: 331px
}

.max-width-331 {
    max-width: 331px
}

.height-331 {
    height: 331px
}

.min-height-331 {
    min-height: 331px
}

.max-height-331 {
    max-height: 331px
}

.size-332 {
    width: 332px;
    height: 332px
}

.width-332 {
    width: 332px
}

.min-width-332 {
    min-width: 332px
}

.max-width-332 {
    max-width: 332px
}

.height-332 {
    height: 332px
}

.min-height-332 {
    min-height: 332px
}

.max-height-332 {
    max-height: 332px
}

.size-333 {
    width: 333px;
    height: 333px
}

.width-333 {
    width: 333px
}

.min-width-333 {
    min-width: 333px
}

.max-width-333 {
    max-width: 333px
}

.height-333 {
    height: 333px
}

.min-height-333 {
    min-height: 333px
}

.max-height-333 {
    max-height: 333px
}

.size-334 {
    width: 334px;
    height: 334px
}

.width-334 {
    width: 334px
}

.min-width-334 {
    min-width: 334px
}

.max-width-334 {
    max-width: 334px
}

.height-334 {
    height: 334px
}

.min-height-334 {
    min-height: 334px
}

.max-height-334 {
    max-height: 334px
}

.size-335 {
    width: 335px;
    height: 335px
}

.width-335 {
    width: 335px
}

.min-width-335 {
    min-width: 335px
}

.max-width-335 {
    max-width: 335px
}

.height-335 {
    height: 335px
}

.min-height-335 {
    min-height: 335px
}

.max-height-335 {
    max-height: 335px
}

.size-336 {
    width: 336px;
    height: 336px
}

.width-336 {
    width: 336px
}

.min-width-336 {
    min-width: 336px
}

.max-width-336 {
    max-width: 336px
}

.height-336 {
    height: 336px
}

.min-height-336 {
    min-height: 336px
}

.max-height-336 {
    max-height: 336px
}

.size-337 {
    width: 337px;
    height: 337px
}

.width-337 {
    width: 337px
}

.min-width-337 {
    min-width: 337px
}

.max-width-337 {
    max-width: 337px
}

.height-337 {
    height: 337px
}

.min-height-337 {
    min-height: 337px
}

.max-height-337 {
    max-height: 337px
}

.size-338 {
    width: 338px;
    height: 338px
}

.width-338 {
    width: 338px
}

.min-width-338 {
    min-width: 338px
}

.max-width-338 {
    max-width: 338px
}

.height-338 {
    height: 338px
}

.min-height-338 {
    min-height: 338px
}

.max-height-338 {
    max-height: 338px
}

.size-339 {
    width: 339px;
    height: 339px
}

.width-339 {
    width: 339px
}

.min-width-339 {
    min-width: 339px
}

.max-width-339 {
    max-width: 339px
}

.height-339 {
    height: 339px
}

.min-height-339 {
    min-height: 339px
}

.max-height-339 {
    max-height: 339px
}

.size-340 {
    width: 340px;
    height: 340px
}

.width-340 {
    width: 340px
}

.min-width-340 {
    min-width: 340px
}

.max-width-340 {
    max-width: 340px
}

.height-340 {
    height: 340px
}

.min-height-340 {
    min-height: 340px
}

.max-height-340 {
    max-height: 340px
}

.size-341 {
    width: 341px;
    height: 341px
}

.width-341 {
    width: 341px
}

.min-width-341 {
    min-width: 341px
}

.max-width-341 {
    max-width: 341px
}

.height-341 {
    height: 341px
}

.min-height-341 {
    min-height: 341px
}

.max-height-341 {
    max-height: 341px
}

.size-342 {
    width: 342px;
    height: 342px
}

.width-342 {
    width: 342px
}

.min-width-342 {
    min-width: 342px
}

.max-width-342 {
    max-width: 342px
}

.height-342 {
    height: 342px
}

.min-height-342 {
    min-height: 342px
}

.max-height-342 {
    max-height: 342px
}

.size-343 {
    width: 343px;
    height: 343px
}

.width-343 {
    width: 343px
}

.min-width-343 {
    min-width: 343px
}

.max-width-343 {
    max-width: 343px
}

.height-343 {
    height: 343px
}

.min-height-343 {
    min-height: 343px
}

.max-height-343 {
    max-height: 343px
}

.size-344 {
    width: 344px;
    height: 344px
}

.width-344 {
    width: 344px
}

.min-width-344 {
    min-width: 344px
}

.max-width-344 {
    max-width: 344px
}

.height-344 {
    height: 344px
}

.min-height-344 {
    min-height: 344px
}

.max-height-344 {
    max-height: 344px
}

.size-345 {
    width: 345px;
    height: 345px
}

.width-345 {
    width: 345px
}

.min-width-345 {
    min-width: 345px
}

.max-width-345 {
    max-width: 345px
}

.height-345 {
    height: 345px
}

.min-height-345 {
    min-height: 345px
}

.max-height-345 {
    max-height: 345px
}

.size-346 {
    width: 346px;
    height: 346px
}

.width-346 {
    width: 346px
}

.min-width-346 {
    min-width: 346px
}

.max-width-346 {
    max-width: 346px
}

.height-346 {
    height: 346px
}

.min-height-346 {
    min-height: 346px
}

.max-height-346 {
    max-height: 346px
}

.size-347 {
    width: 347px;
    height: 347px
}

.width-347 {
    width: 347px
}

.min-width-347 {
    min-width: 347px
}

.max-width-347 {
    max-width: 347px
}

.height-347 {
    height: 347px
}

.min-height-347 {
    min-height: 347px
}

.max-height-347 {
    max-height: 347px
}

.size-348 {
    width: 348px;
    height: 348px
}

.width-348 {
    width: 348px
}

.min-width-348 {
    min-width: 348px
}

.max-width-348 {
    max-width: 348px
}

.height-348 {
    height: 348px
}

.min-height-348 {
    min-height: 348px
}

.max-height-348 {
    max-height: 348px
}

.size-349 {
    width: 349px;
    height: 349px
}

.width-349 {
    width: 349px
}

.min-width-349 {
    min-width: 349px
}

.max-width-349 {
    max-width: 349px
}

.height-349 {
    height: 349px
}

.min-height-349 {
    min-height: 349px
}

.max-height-349 {
    max-height: 349px
}

.size-350 {
    width: 350px;
    height: 350px
}

.width-350 {
    width: 350px
}

.min-width-350 {
    min-width: 350px
}

.max-width-350 {
    max-width: 350px
}

.height-350 {
    height: 350px
}

.min-height-350 {
    min-height: 350px
}

.max-height-350 {
    max-height: 350px
}

.size-351 {
    width: 351px;
    height: 351px
}

.width-351 {
    width: 351px
}

.min-width-351 {
    min-width: 351px
}

.max-width-351 {
    max-width: 351px
}

.height-351 {
    height: 351px
}

.min-height-351 {
    min-height: 351px
}

.max-height-351 {
    max-height: 351px
}

.size-352 {
    width: 352px;
    height: 352px
}

.width-352 {
    width: 352px
}

.min-width-352 {
    min-width: 352px
}

.max-width-352 {
    max-width: 352px
}

.height-352 {
    height: 352px
}

.min-height-352 {
    min-height: 352px
}

.max-height-352 {
    max-height: 352px
}

.size-353 {
    width: 353px;
    height: 353px
}

.width-353 {
    width: 353px
}

.min-width-353 {
    min-width: 353px
}

.max-width-353 {
    max-width: 353px
}

.height-353 {
    height: 353px
}

.min-height-353 {
    min-height: 353px
}

.max-height-353 {
    max-height: 353px
}

.size-354 {
    width: 354px;
    height: 354px
}

.width-354 {
    width: 354px
}

.min-width-354 {
    min-width: 354px
}

.max-width-354 {
    max-width: 354px
}

.height-354 {
    height: 354px
}

.min-height-354 {
    min-height: 354px
}

.max-height-354 {
    max-height: 354px
}

.size-355 {
    width: 355px;
    height: 355px
}

.width-355 {
    width: 355px
}

.min-width-355 {
    min-width: 355px
}

.max-width-355 {
    max-width: 355px
}

.height-355 {
    height: 355px
}

.min-height-355 {
    min-height: 355px
}

.max-height-355 {
    max-height: 355px
}

.size-356 {
    width: 356px;
    height: 356px
}

.width-356 {
    width: 356px
}

.min-width-356 {
    min-width: 356px
}

.max-width-356 {
    max-width: 356px
}

.height-356 {
    height: 356px
}

.min-height-356 {
    min-height: 356px
}

.max-height-356 {
    max-height: 356px
}

.size-357 {
    width: 357px;
    height: 357px
}

.width-357 {
    width: 357px
}

.min-width-357 {
    min-width: 357px
}

.max-width-357 {
    max-width: 357px
}

.height-357 {
    height: 357px
}

.min-height-357 {
    min-height: 357px
}

.max-height-357 {
    max-height: 357px
}

.size-358 {
    width: 358px;
    height: 358px
}

.width-358 {
    width: 358px
}

.min-width-358 {
    min-width: 358px
}

.max-width-358 {
    max-width: 358px
}

.height-358 {
    height: 358px
}

.min-height-358 {
    min-height: 358px
}

.max-height-358 {
    max-height: 358px
}

.size-359 {
    width: 359px;
    height: 359px
}

.width-359 {
    width: 359px
}

.min-width-359 {
    min-width: 359px
}

.max-width-359 {
    max-width: 359px
}

.height-359 {
    height: 359px
}

.min-height-359 {
    min-height: 359px
}

.max-height-359 {
    max-height: 359px
}

.size-360 {
    width: 360px;
    height: 360px
}

.width-360 {
    width: 360px
}

.min-width-360 {
    min-width: 360px
}

.max-width-360 {
    max-width: 360px
}

.height-360 {
    height: 360px
}

.min-height-360 {
    min-height: 360px
}

.max-height-360 {
    max-height: 360px
}

.size-361 {
    width: 361px;
    height: 361px
}

.width-361 {
    width: 361px
}

.min-width-361 {
    min-width: 361px
}

.max-width-361 {
    max-width: 361px
}

.height-361 {
    height: 361px
}

.min-height-361 {
    min-height: 361px
}

.max-height-361 {
    max-height: 361px
}

.size-362 {
    width: 362px;
    height: 362px
}

.width-362 {
    width: 362px
}

.min-width-362 {
    min-width: 362px
}

.max-width-362 {
    max-width: 362px
}

.height-362 {
    height: 362px
}

.min-height-362 {
    min-height: 362px
}

.max-height-362 {
    max-height: 362px
}

.size-363 {
    width: 363px;
    height: 363px
}

.width-363 {
    width: 363px
}

.min-width-363 {
    min-width: 363px
}

.max-width-363 {
    max-width: 363px
}

.height-363 {
    height: 363px
}

.min-height-363 {
    min-height: 363px
}

.max-height-363 {
    max-height: 363px
}

.size-364 {
    width: 364px;
    height: 364px
}

.width-364 {
    width: 364px
}

.min-width-364 {
    min-width: 364px
}

.max-width-364 {
    max-width: 364px
}

.height-364 {
    height: 364px
}

.min-height-364 {
    min-height: 364px
}

.max-height-364 {
    max-height: 364px
}

.size-365 {
    width: 365px;
    height: 365px
}

.width-365 {
    width: 365px
}

.min-width-365 {
    min-width: 365px
}

.max-width-365 {
    max-width: 365px
}

.height-365 {
    height: 365px
}

.min-height-365 {
    min-height: 365px
}

.max-height-365 {
    max-height: 365px
}

.size-366 {
    width: 366px;
    height: 366px
}

.width-366 {
    width: 366px
}

.min-width-366 {
    min-width: 366px
}

.max-width-366 {
    max-width: 366px
}

.height-366 {
    height: 366px
}

.min-height-366 {
    min-height: 366px
}

.max-height-366 {
    max-height: 366px
}

.size-367 {
    width: 367px;
    height: 367px
}

.width-367 {
    width: 367px
}

.min-width-367 {
    min-width: 367px
}

.max-width-367 {
    max-width: 367px
}

.height-367 {
    height: 367px
}

.min-height-367 {
    min-height: 367px
}

.max-height-367 {
    max-height: 367px
}

.size-368 {
    width: 368px;
    height: 368px
}

.width-368 {
    width: 368px
}

.min-width-368 {
    min-width: 368px
}

.max-width-368 {
    max-width: 368px
}

.height-368 {
    height: 368px
}

.min-height-368 {
    min-height: 368px
}

.max-height-368 {
    max-height: 368px
}

.size-369 {
    width: 369px;
    height: 369px
}

.width-369 {
    width: 369px
}

.min-width-369 {
    min-width: 369px
}

.max-width-369 {
    max-width: 369px
}

.height-369 {
    height: 369px
}

.min-height-369 {
    min-height: 369px
}

.max-height-369 {
    max-height: 369px
}

.size-370 {
    width: 370px;
    height: 370px
}

.width-370 {
    width: 370px
}

.min-width-370 {
    min-width: 370px
}

.max-width-370 {
    max-width: 370px
}

.height-370 {
    height: 370px
}

.min-height-370 {
    min-height: 370px
}

.max-height-370 {
    max-height: 370px
}

.size-371 {
    width: 371px;
    height: 371px
}

.width-371 {
    width: 371px
}

.min-width-371 {
    min-width: 371px
}

.max-width-371 {
    max-width: 371px
}

.height-371 {
    height: 371px
}

.min-height-371 {
    min-height: 371px
}

.max-height-371 {
    max-height: 371px
}

.size-372 {
    width: 372px;
    height: 372px
}

.width-372 {
    width: 372px
}

.min-width-372 {
    min-width: 372px
}

.max-width-372 {
    max-width: 372px
}

.height-372 {
    height: 372px
}

.min-height-372 {
    min-height: 372px
}

.max-height-372 {
    max-height: 372px
}

.size-373 {
    width: 373px;
    height: 373px
}

.width-373 {
    width: 373px
}

.min-width-373 {
    min-width: 373px
}

.max-width-373 {
    max-width: 373px
}

.height-373 {
    height: 373px
}

.min-height-373 {
    min-height: 373px
}

.max-height-373 {
    max-height: 373px
}

.size-374 {
    width: 374px;
    height: 374px
}

.width-374 {
    width: 374px
}

.min-width-374 {
    min-width: 374px
}

.max-width-374 {
    max-width: 374px
}

.height-374 {
    height: 374px
}

.min-height-374 {
    min-height: 374px
}

.max-height-374 {
    max-height: 374px
}

.size-375 {
    width: 375px;
    height: 375px
}

.width-375 {
    width: 375px
}

.min-width-375 {
    min-width: 375px
}

.max-width-375 {
    max-width: 375px
}

.height-375 {
    height: 375px
}

.min-height-375 {
    min-height: 375px
}

.max-height-375 {
    max-height: 375px
}

.size-376 {
    width: 376px;
    height: 376px
}

.width-376 {
    width: 376px
}

.min-width-376 {
    min-width: 376px
}

.max-width-376 {
    max-width: 376px
}

.height-376 {
    height: 376px
}

.min-height-376 {
    min-height: 376px
}

.max-height-376 {
    max-height: 376px
}

.size-377 {
    width: 377px;
    height: 377px
}

.width-377 {
    width: 377px
}

.min-width-377 {
    min-width: 377px
}

.max-width-377 {
    max-width: 377px
}

.height-377 {
    height: 377px
}

.min-height-377 {
    min-height: 377px
}

.max-height-377 {
    max-height: 377px
}

.size-378 {
    width: 378px;
    height: 378px
}

.width-378 {
    width: 378px
}

.min-width-378 {
    min-width: 378px
}

.max-width-378 {
    max-width: 378px
}

.height-378 {
    height: 378px
}

.min-height-378 {
    min-height: 378px
}

.max-height-378 {
    max-height: 378px
}

.size-379 {
    width: 379px;
    height: 379px
}

.width-379 {
    width: 379px
}

.min-width-379 {
    min-width: 379px
}

.max-width-379 {
    max-width: 379px
}

.height-379 {
    height: 379px
}

.min-height-379 {
    min-height: 379px
}

.max-height-379 {
    max-height: 379px
}

.size-380 {
    width: 380px;
    height: 380px
}

.width-380 {
    width: 380px
}

.min-width-380 {
    min-width: 380px
}

.max-width-380 {
    max-width: 380px
}

.height-380 {
    height: 380px
}

.min-height-380 {
    min-height: 380px
}

.max-height-380 {
    max-height: 380px
}

.size-381 {
    width: 381px;
    height: 381px
}

.width-381 {
    width: 381px
}

.min-width-381 {
    min-width: 381px
}

.max-width-381 {
    max-width: 381px
}

.height-381 {
    height: 381px
}

.min-height-381 {
    min-height: 381px
}

.max-height-381 {
    max-height: 381px
}

.size-382 {
    width: 382px;
    height: 382px
}

.width-382 {
    width: 382px
}

.min-width-382 {
    min-width: 382px
}

.max-width-382 {
    max-width: 382px
}

.height-382 {
    height: 382px
}

.min-height-382 {
    min-height: 382px
}

.max-height-382 {
    max-height: 382px
}

.size-383 {
    width: 383px;
    height: 383px
}

.width-383 {
    width: 383px
}

.min-width-383 {
    min-width: 383px
}

.max-width-383 {
    max-width: 383px
}

.height-383 {
    height: 383px
}

.min-height-383 {
    min-height: 383px
}

.max-height-383 {
    max-height: 383px
}

.size-384 {
    width: 384px;
    height: 384px
}

.width-384 {
    width: 384px
}

.min-width-384 {
    min-width: 384px
}

.max-width-384 {
    max-width: 384px
}

.height-384 {
    height: 384px
}

.min-height-384 {
    min-height: 384px
}

.max-height-384 {
    max-height: 384px
}

.size-385 {
    width: 385px;
    height: 385px
}

.width-385 {
    width: 385px
}

.min-width-385 {
    min-width: 385px
}

.max-width-385 {
    max-width: 385px
}

.height-385 {
    height: 385px
}

.min-height-385 {
    min-height: 385px
}

.max-height-385 {
    max-height: 385px
}

.size-386 {
    width: 386px;
    height: 386px
}

.width-386 {
    width: 386px
}

.min-width-386 {
    min-width: 386px
}

.max-width-386 {
    max-width: 386px
}

.height-386 {
    height: 386px
}

.min-height-386 {
    min-height: 386px
}

.max-height-386 {
    max-height: 386px
}

.size-387 {
    width: 387px;
    height: 387px
}

.width-387 {
    width: 387px
}

.min-width-387 {
    min-width: 387px
}

.max-width-387 {
    max-width: 387px
}

.height-387 {
    height: 387px
}

.min-height-387 {
    min-height: 387px
}

.max-height-387 {
    max-height: 387px
}

.size-388 {
    width: 388px;
    height: 388px
}

.width-388 {
    width: 388px
}

.min-width-388 {
    min-width: 388px
}

.max-width-388 {
    max-width: 388px
}

.height-388 {
    height: 388px
}

.min-height-388 {
    min-height: 388px
}

.max-height-388 {
    max-height: 388px
}

.size-389 {
    width: 389px;
    height: 389px
}

.width-389 {
    width: 389px
}

.min-width-389 {
    min-width: 389px
}

.max-width-389 {
    max-width: 389px
}

.height-389 {
    height: 389px
}

.min-height-389 {
    min-height: 389px
}

.max-height-389 {
    max-height: 389px
}

.size-390 {
    width: 390px;
    height: 390px
}

.width-390 {
    width: 390px
}

.min-width-390 {
    min-width: 390px
}

.max-width-390 {
    max-width: 390px
}

.height-390 {
    height: 390px
}

.min-height-390 {
    min-height: 390px
}

.max-height-390 {
    max-height: 390px
}

.size-391 {
    width: 391px;
    height: 391px
}

.width-391 {
    width: 391px
}

.min-width-391 {
    min-width: 391px
}

.max-width-391 {
    max-width: 391px
}

.height-391 {
    height: 391px
}

.min-height-391 {
    min-height: 391px
}

.max-height-391 {
    max-height: 391px
}

.size-392 {
    width: 392px;
    height: 392px
}

.width-392 {
    width: 392px
}

.min-width-392 {
    min-width: 392px
}

.max-width-392 {
    max-width: 392px
}

.height-392 {
    height: 392px
}

.min-height-392 {
    min-height: 392px
}

.max-height-392 {
    max-height: 392px
}

.size-393 {
    width: 393px;
    height: 393px
}

.width-393 {
    width: 393px
}

.min-width-393 {
    min-width: 393px
}

.max-width-393 {
    max-width: 393px
}

.height-393 {
    height: 393px
}

.min-height-393 {
    min-height: 393px
}

.max-height-393 {
    max-height: 393px
}

.size-394 {
    width: 394px;
    height: 394px
}

.width-394 {
    width: 394px
}

.min-width-394 {
    min-width: 394px
}

.max-width-394 {
    max-width: 394px
}

.height-394 {
    height: 394px
}

.min-height-394 {
    min-height: 394px
}

.max-height-394 {
    max-height: 394px
}

.size-395 {
    width: 395px;
    height: 395px
}

.width-395 {
    width: 395px
}

.min-width-395 {
    min-width: 395px
}

.max-width-395 {
    max-width: 395px
}

.height-395 {
    height: 395px
}

.min-height-395 {
    min-height: 395px
}

.max-height-395 {
    max-height: 395px
}

.size-396 {
    width: 396px;
    height: 396px
}

.width-396 {
    width: 396px
}

.min-width-396 {
    min-width: 396px
}

.max-width-396 {
    max-width: 396px
}

.height-396 {
    height: 396px
}

.min-height-396 {
    min-height: 396px
}

.max-height-396 {
    max-height: 396px
}

.size-397 {
    width: 397px;
    height: 397px
}

.width-397 {
    width: 397px
}

.min-width-397 {
    min-width: 397px
}

.max-width-397 {
    max-width: 397px
}

.height-397 {
    height: 397px
}

.min-height-397 {
    min-height: 397px
}

.max-height-397 {
    max-height: 397px
}

.size-398 {
    width: 398px;
    height: 398px
}

.width-398 {
    width: 398px
}

.min-width-398 {
    min-width: 398px
}

.max-width-398 {
    max-width: 398px
}

.height-398 {
    height: 398px
}

.min-height-398 {
    min-height: 398px
}

.max-height-398 {
    max-height: 398px
}

.size-399 {
    width: 399px;
    height: 399px
}

.width-399 {
    width: 399px
}

.min-width-399 {
    min-width: 399px
}

.max-width-399 {
    max-width: 399px
}

.height-399 {
    height: 399px
}

.min-height-399 {
    min-height: 399px
}

.max-height-399 {
    max-height: 399px
}

.size-400 {
    width: 400px;
    height: 400px
}

.width-400 {
    width: 400px
}

.min-width-400 {
    min-width: 400px
}

.max-width-400 {
    max-width: 400px
}

.height-400 {
    height: 400px
}

.min-height-400 {
    min-height: 400px
}

.max-height-400 {
    max-height: 400px
}

.size-401 {
    width: 401px;
    height: 401px
}

.width-401 {
    width: 401px
}

.min-width-401 {
    min-width: 401px
}

.max-width-401 {
    max-width: 401px
}

.height-401 {
    height: 401px
}

.min-height-401 {
    min-height: 401px
}

.max-height-401 {
    max-height: 401px
}

.size-402 {
    width: 402px;
    height: 402px
}

.width-402 {
    width: 402px
}

.min-width-402 {
    min-width: 402px
}

.max-width-402 {
    max-width: 402px
}

.height-402 {
    height: 402px
}

.min-height-402 {
    min-height: 402px
}

.max-height-402 {
    max-height: 402px
}

.size-403 {
    width: 403px;
    height: 403px
}

.width-403 {
    width: 403px
}

.min-width-403 {
    min-width: 403px
}

.max-width-403 {
    max-width: 403px
}

.height-403 {
    height: 403px
}

.min-height-403 {
    min-height: 403px
}

.max-height-403 {
    max-height: 403px
}

.size-404 {
    width: 404px;
    height: 404px
}

.width-404 {
    width: 404px
}

.min-width-404 {
    min-width: 404px
}

.max-width-404 {
    max-width: 404px
}

.height-404 {
    height: 404px
}

.min-height-404 {
    min-height: 404px
}

.max-height-404 {
    max-height: 404px
}

.size-405 {
    width: 405px;
    height: 405px
}

.width-405 {
    width: 405px
}

.min-width-405 {
    min-width: 405px
}

.max-width-405 {
    max-width: 405px
}

.height-405 {
    height: 405px
}

.min-height-405 {
    min-height: 405px
}

.max-height-405 {
    max-height: 405px
}

.size-406 {
    width: 406px;
    height: 406px
}

.width-406 {
    width: 406px
}

.min-width-406 {
    min-width: 406px
}

.max-width-406 {
    max-width: 406px
}

.height-406 {
    height: 406px
}

.min-height-406 {
    min-height: 406px
}

.max-height-406 {
    max-height: 406px
}

.size-407 {
    width: 407px;
    height: 407px
}

.width-407 {
    width: 407px
}

.min-width-407 {
    min-width: 407px
}

.max-width-407 {
    max-width: 407px
}

.height-407 {
    height: 407px
}

.min-height-407 {
    min-height: 407px
}

.max-height-407 {
    max-height: 407px
}

.size-408 {
    width: 408px;
    height: 408px
}

.width-408 {
    width: 408px
}

.min-width-408 {
    min-width: 408px
}

.max-width-408 {
    max-width: 408px
}

.height-408 {
    height: 408px
}

.min-height-408 {
    min-height: 408px
}

.max-height-408 {
    max-height: 408px
}

.size-409 {
    width: 409px;
    height: 409px
}

.width-409 {
    width: 409px
}

.min-width-409 {
    min-width: 409px
}

.max-width-409 {
    max-width: 409px
}

.height-409 {
    height: 409px
}

.min-height-409 {
    min-height: 409px
}

.max-height-409 {
    max-height: 409px
}

.size-410 {
    width: 410px;
    height: 410px
}

.width-410 {
    width: 410px
}

.min-width-410 {
    min-width: 410px
}

.max-width-410 {
    max-width: 410px
}

.height-410 {
    height: 410px
}

.min-height-410 {
    min-height: 410px
}

.max-height-410 {
    max-height: 410px
}

.size-411 {
    width: 411px;
    height: 411px
}

.width-411 {
    width: 411px
}

.min-width-411 {
    min-width: 411px
}

.max-width-411 {
    max-width: 411px
}

.height-411 {
    height: 411px
}

.min-height-411 {
    min-height: 411px
}

.max-height-411 {
    max-height: 411px
}

.size-412 {
    width: 412px;
    height: 412px
}

.width-412 {
    width: 412px
}

.min-width-412 {
    min-width: 412px
}

.max-width-412 {
    max-width: 412px
}

.height-412 {
    height: 412px
}

.min-height-412 {
    min-height: 412px
}

.max-height-412 {
    max-height: 412px
}

.size-413 {
    width: 413px;
    height: 413px
}

.width-413 {
    width: 413px
}

.min-width-413 {
    min-width: 413px
}

.max-width-413 {
    max-width: 413px
}

.height-413 {
    height: 413px
}

.min-height-413 {
    min-height: 413px
}

.max-height-413 {
    max-height: 413px
}

.size-414 {
    width: 414px;
    height: 414px
}

.width-414 {
    width: 414px
}

.min-width-414 {
    min-width: 414px
}

.max-width-414 {
    max-width: 414px
}

.height-414 {
    height: 414px
}

.min-height-414 {
    min-height: 414px
}

.max-height-414 {
    max-height: 414px
}

.size-415 {
    width: 415px;
    height: 415px
}

.width-415 {
    width: 415px
}

.min-width-415 {
    min-width: 415px
}

.max-width-415 {
    max-width: 415px
}

.height-415 {
    height: 415px
}

.min-height-415 {
    min-height: 415px
}

.max-height-415 {
    max-height: 415px
}

.size-416 {
    width: 416px;
    height: 416px
}

.width-416 {
    width: 416px
}

.min-width-416 {
    min-width: 416px
}

.max-width-416 {
    max-width: 416px
}

.height-416 {
    height: 416px
}

.min-height-416 {
    min-height: 416px
}

.max-height-416 {
    max-height: 416px
}

.size-417 {
    width: 417px;
    height: 417px
}

.width-417 {
    width: 417px
}

.min-width-417 {
    min-width: 417px
}

.max-width-417 {
    max-width: 417px
}

.height-417 {
    height: 417px
}

.min-height-417 {
    min-height: 417px
}

.max-height-417 {
    max-height: 417px
}

.size-418 {
    width: 418px;
    height: 418px
}

.width-418 {
    width: 418px
}

.min-width-418 {
    min-width: 418px
}

.max-width-418 {
    max-width: 418px
}

.height-418 {
    height: 418px
}

.min-height-418 {
    min-height: 418px
}

.max-height-418 {
    max-height: 418px
}

.size-419 {
    width: 419px;
    height: 419px
}

.width-419 {
    width: 419px
}

.min-width-419 {
    min-width: 419px
}

.max-width-419 {
    max-width: 419px
}

.height-419 {
    height: 419px
}

.min-height-419 {
    min-height: 419px
}

.max-height-419 {
    max-height: 419px
}

.size-420 {
    width: 420px;
    height: 420px
}

.width-420 {
    width: 420px
}

.min-width-420 {
    min-width: 420px
}

.max-width-420 {
    max-width: 420px
}

.height-420 {
    height: 420px
}

.min-height-420 {
    min-height: 420px
}

.max-height-420 {
    max-height: 420px
}

.size-421 {
    width: 421px;
    height: 421px
}

.width-421 {
    width: 421px
}

.min-width-421 {
    min-width: 421px
}

.max-width-421 {
    max-width: 421px
}

.height-421 {
    height: 421px
}

.min-height-421 {
    min-height: 421px
}

.max-height-421 {
    max-height: 421px
}

.size-422 {
    width: 422px;
    height: 422px
}

.width-422 {
    width: 422px
}

.min-width-422 {
    min-width: 422px
}

.max-width-422 {
    max-width: 422px
}

.height-422 {
    height: 422px
}

.min-height-422 {
    min-height: 422px
}

.max-height-422 {
    max-height: 422px
}

.size-423 {
    width: 423px;
    height: 423px
}

.width-423 {
    width: 423px
}

.min-width-423 {
    min-width: 423px
}

.max-width-423 {
    max-width: 423px
}

.height-423 {
    height: 423px
}

.min-height-423 {
    min-height: 423px
}

.max-height-423 {
    max-height: 423px
}

.size-424 {
    width: 424px;
    height: 424px
}

.width-424 {
    width: 424px
}

.min-width-424 {
    min-width: 424px
}

.max-width-424 {
    max-width: 424px
}

.height-424 {
    height: 424px
}

.min-height-424 {
    min-height: 424px
}

.max-height-424 {
    max-height: 424px
}

.size-425 {
    width: 425px;
    height: 425px
}

.width-425 {
    width: 425px
}

.min-width-425 {
    min-width: 425px
}

.max-width-425 {
    max-width: 425px
}

.height-425 {
    height: 425px
}

.min-height-425 {
    min-height: 425px
}

.max-height-425 {
    max-height: 425px
}

.size-426 {
    width: 426px;
    height: 426px
}

.width-426 {
    width: 426px
}

.min-width-426 {
    min-width: 426px
}

.max-width-426 {
    max-width: 426px
}

.height-426 {
    height: 426px
}

.min-height-426 {
    min-height: 426px
}

.max-height-426 {
    max-height: 426px
}

.size-427 {
    width: 427px;
    height: 427px
}

.width-427 {
    width: 427px
}

.min-width-427 {
    min-width: 427px
}

.max-width-427 {
    max-width: 427px
}

.height-427 {
    height: 427px
}

.min-height-427 {
    min-height: 427px
}

.max-height-427 {
    max-height: 427px
}

.size-428 {
    width: 428px;
    height: 428px
}

.width-428 {
    width: 428px
}

.min-width-428 {
    min-width: 428px
}

.max-width-428 {
    max-width: 428px
}

.height-428 {
    height: 428px
}

.min-height-428 {
    min-height: 428px
}

.max-height-428 {
    max-height: 428px
}

.size-429 {
    width: 429px;
    height: 429px
}

.width-429 {
    width: 429px
}

.min-width-429 {
    min-width: 429px
}

.max-width-429 {
    max-width: 429px
}

.height-429 {
    height: 429px
}

.min-height-429 {
    min-height: 429px
}

.max-height-429 {
    max-height: 429px
}

.size-430 {
    width: 430px;
    height: 430px
}

.width-430 {
    width: 430px
}

.min-width-430 {
    min-width: 430px
}

.max-width-430 {
    max-width: 430px
}

.height-430 {
    height: 430px
}

.min-height-430 {
    min-height: 430px
}

.max-height-430 {
    max-height: 430px
}

.size-431 {
    width: 431px;
    height: 431px
}

.width-431 {
    width: 431px
}

.min-width-431 {
    min-width: 431px
}

.max-width-431 {
    max-width: 431px
}

.height-431 {
    height: 431px
}

.min-height-431 {
    min-height: 431px
}

.max-height-431 {
    max-height: 431px
}

.size-432 {
    width: 432px;
    height: 432px
}

.width-432 {
    width: 432px
}

.min-width-432 {
    min-width: 432px
}

.max-width-432 {
    max-width: 432px
}

.height-432 {
    height: 432px
}

.min-height-432 {
    min-height: 432px
}

.max-height-432 {
    max-height: 432px
}

.size-433 {
    width: 433px;
    height: 433px
}

.width-433 {
    width: 433px
}

.min-width-433 {
    min-width: 433px
}

.max-width-433 {
    max-width: 433px
}

.height-433 {
    height: 433px
}

.min-height-433 {
    min-height: 433px
}

.max-height-433 {
    max-height: 433px
}

.size-434 {
    width: 434px;
    height: 434px
}

.width-434 {
    width: 434px
}

.min-width-434 {
    min-width: 434px
}

.max-width-434 {
    max-width: 434px
}

.height-434 {
    height: 434px
}

.min-height-434 {
    min-height: 434px
}

.max-height-434 {
    max-height: 434px
}

.size-435 {
    width: 435px;
    height: 435px
}

.width-435 {
    width: 435px
}

.min-width-435 {
    min-width: 435px
}

.max-width-435 {
    max-width: 435px
}

.height-435 {
    height: 435px
}

.min-height-435 {
    min-height: 435px
}

.max-height-435 {
    max-height: 435px
}

.size-436 {
    width: 436px;
    height: 436px
}

.width-436 {
    width: 436px
}

.min-width-436 {
    min-width: 436px
}

.max-width-436 {
    max-width: 436px
}

.height-436 {
    height: 436px
}

.min-height-436 {
    min-height: 436px
}

.max-height-436 {
    max-height: 436px
}

.size-437 {
    width: 437px;
    height: 437px
}

.width-437 {
    width: 437px
}

.min-width-437 {
    min-width: 437px
}

.max-width-437 {
    max-width: 437px
}

.height-437 {
    height: 437px
}

.min-height-437 {
    min-height: 437px
}

.max-height-437 {
    max-height: 437px
}

.size-438 {
    width: 438px;
    height: 438px
}

.width-438 {
    width: 438px
}

.min-width-438 {
    min-width: 438px
}

.max-width-438 {
    max-width: 438px
}

.height-438 {
    height: 438px
}

.min-height-438 {
    min-height: 438px
}

.max-height-438 {
    max-height: 438px
}

.size-439 {
    width: 439px;
    height: 439px
}

.width-439 {
    width: 439px
}

.min-width-439 {
    min-width: 439px
}

.max-width-439 {
    max-width: 439px
}

.height-439 {
    height: 439px
}

.min-height-439 {
    min-height: 439px
}

.max-height-439 {
    max-height: 439px
}

.size-440 {
    width: 440px;
    height: 440px
}

.width-440 {
    width: 440px
}

.min-width-440 {
    min-width: 440px
}

.max-width-440 {
    max-width: 440px
}

.height-440 {
    height: 440px
}

.min-height-440 {
    min-height: 440px
}

.max-height-440 {
    max-height: 440px
}

.size-441 {
    width: 441px;
    height: 441px
}

.width-441 {
    width: 441px
}

.min-width-441 {
    min-width: 441px
}

.max-width-441 {
    max-width: 441px
}

.height-441 {
    height: 441px
}

.min-height-441 {
    min-height: 441px
}

.max-height-441 {
    max-height: 441px
}

.size-442 {
    width: 442px;
    height: 442px
}

.width-442 {
    width: 442px
}

.min-width-442 {
    min-width: 442px
}

.max-width-442 {
    max-width: 442px
}

.height-442 {
    height: 442px
}

.min-height-442 {
    min-height: 442px
}

.max-height-442 {
    max-height: 442px
}

.size-443 {
    width: 443px;
    height: 443px
}

.width-443 {
    width: 443px
}

.min-width-443 {
    min-width: 443px
}

.max-width-443 {
    max-width: 443px
}

.height-443 {
    height: 443px
}

.min-height-443 {
    min-height: 443px
}

.max-height-443 {
    max-height: 443px
}

.size-444 {
    width: 444px;
    height: 444px
}

.width-444 {
    width: 444px
}

.min-width-444 {
    min-width: 444px
}

.max-width-444 {
    max-width: 444px
}

.height-444 {
    height: 444px
}

.min-height-444 {
    min-height: 444px
}

.max-height-444 {
    max-height: 444px
}

.size-445 {
    width: 445px;
    height: 445px
}

.width-445 {
    width: 445px
}

.min-width-445 {
    min-width: 445px
}

.max-width-445 {
    max-width: 445px
}

.height-445 {
    height: 445px
}

.min-height-445 {
    min-height: 445px
}

.max-height-445 {
    max-height: 445px
}

.size-446 {
    width: 446px;
    height: 446px
}

.width-446 {
    width: 446px
}

.min-width-446 {
    min-width: 446px
}

.max-width-446 {
    max-width: 446px
}

.height-446 {
    height: 446px
}

.min-height-446 {
    min-height: 446px
}

.max-height-446 {
    max-height: 446px
}

.size-447 {
    width: 447px;
    height: 447px
}

.width-447 {
    width: 447px
}

.min-width-447 {
    min-width: 447px
}

.max-width-447 {
    max-width: 447px
}

.height-447 {
    height: 447px
}

.min-height-447 {
    min-height: 447px
}

.max-height-447 {
    max-height: 447px
}

.size-448 {
    width: 448px;
    height: 448px
}

.width-448 {
    width: 448px
}

.min-width-448 {
    min-width: 448px
}

.max-width-448 {
    max-width: 448px
}

.height-448 {
    height: 448px
}

.min-height-448 {
    min-height: 448px
}

.max-height-448 {
    max-height: 448px
}

.size-449 {
    width: 449px;
    height: 449px
}

.width-449 {
    width: 449px
}

.min-width-449 {
    min-width: 449px
}

.max-width-449 {
    max-width: 449px
}

.height-449 {
    height: 449px
}

.min-height-449 {
    min-height: 449px
}

.max-height-449 {
    max-height: 449px
}

.size-450 {
    width: 450px;
    height: 450px
}

.width-450 {
    width: 450px
}

.min-width-450 {
    min-width: 450px
}

.max-width-450 {
    max-width: 450px
}

.height-450 {
    height: 450px
}

.min-height-450 {
    min-height: 450px
}

.max-height-450 {
    max-height: 450px
}

.size-451 {
    width: 451px;
    height: 451px
}

.width-451 {
    width: 451px
}

.min-width-451 {
    min-width: 451px
}

.max-width-451 {
    max-width: 451px
}

.height-451 {
    height: 451px
}

.min-height-451 {
    min-height: 451px
}

.max-height-451 {
    max-height: 451px
}

.size-452 {
    width: 452px;
    height: 452px
}

.width-452 {
    width: 452px
}

.min-width-452 {
    min-width: 452px
}

.max-width-452 {
    max-width: 452px
}

.height-452 {
    height: 452px
}

.min-height-452 {
    min-height: 452px
}

.max-height-452 {
    max-height: 452px
}

.size-453 {
    width: 453px;
    height: 453px
}

.width-453 {
    width: 453px
}

.min-width-453 {
    min-width: 453px
}

.max-width-453 {
    max-width: 453px
}

.height-453 {
    height: 453px
}

.min-height-453 {
    min-height: 453px
}

.max-height-453 {
    max-height: 453px
}

.size-454 {
    width: 454px;
    height: 454px
}

.width-454 {
    width: 454px
}

.min-width-454 {
    min-width: 454px
}

.max-width-454 {
    max-width: 454px
}

.height-454 {
    height: 454px
}

.min-height-454 {
    min-height: 454px
}

.max-height-454 {
    max-height: 454px
}

.size-455 {
    width: 455px;
    height: 455px
}

.width-455 {
    width: 455px
}

.min-width-455 {
    min-width: 455px
}

.max-width-455 {
    max-width: 455px
}

.height-455 {
    height: 455px
}

.min-height-455 {
    min-height: 455px
}

.max-height-455 {
    max-height: 455px
}

.size-456 {
    width: 456px;
    height: 456px
}

.width-456 {
    width: 456px
}

.min-width-456 {
    min-width: 456px
}

.max-width-456 {
    max-width: 456px
}

.height-456 {
    height: 456px
}

.min-height-456 {
    min-height: 456px
}

.max-height-456 {
    max-height: 456px
}

.size-457 {
    width: 457px;
    height: 457px
}

.width-457 {
    width: 457px
}

.min-width-457 {
    min-width: 457px
}

.max-width-457 {
    max-width: 457px
}

.height-457 {
    height: 457px
}

.min-height-457 {
    min-height: 457px
}

.max-height-457 {
    max-height: 457px
}

.size-458 {
    width: 458px;
    height: 458px
}

.width-458 {
    width: 458px
}

.min-width-458 {
    min-width: 458px
}

.max-width-458 {
    max-width: 458px
}

.height-458 {
    height: 458px
}

.min-height-458 {
    min-height: 458px
}

.max-height-458 {
    max-height: 458px
}

.size-459 {
    width: 459px;
    height: 459px
}

.width-459 {
    width: 459px
}

.min-width-459 {
    min-width: 459px
}

.max-width-459 {
    max-width: 459px
}

.height-459 {
    height: 459px
}

.min-height-459 {
    min-height: 459px
}

.max-height-459 {
    max-height: 459px
}

.size-460 {
    width: 460px;
    height: 460px
}

.width-460 {
    width: 460px
}

.min-width-460 {
    min-width: 460px
}

.max-width-460 {
    max-width: 460px
}

.height-460 {
    height: 460px
}

.min-height-460 {
    min-height: 460px
}

.max-height-460 {
    max-height: 460px
}

.size-461 {
    width: 461px;
    height: 461px
}

.width-461 {
    width: 461px
}

.min-width-461 {
    min-width: 461px
}

.max-width-461 {
    max-width: 461px
}

.height-461 {
    height: 461px
}

.min-height-461 {
    min-height: 461px
}

.max-height-461 {
    max-height: 461px
}

.size-462 {
    width: 462px;
    height: 462px
}

.width-462 {
    width: 462px
}

.min-width-462 {
    min-width: 462px
}

.max-width-462 {
    max-width: 462px
}

.height-462 {
    height: 462px
}

.min-height-462 {
    min-height: 462px
}

.max-height-462 {
    max-height: 462px
}

.size-463 {
    width: 463px;
    height: 463px
}

.width-463 {
    width: 463px
}

.min-width-463 {
    min-width: 463px
}

.max-width-463 {
    max-width: 463px
}

.height-463 {
    height: 463px
}

.min-height-463 {
    min-height: 463px
}

.max-height-463 {
    max-height: 463px
}

.size-464 {
    width: 464px;
    height: 464px
}

.width-464 {
    width: 464px
}

.min-width-464 {
    min-width: 464px
}

.max-width-464 {
    max-width: 464px
}

.height-464 {
    height: 464px
}

.min-height-464 {
    min-height: 464px
}

.max-height-464 {
    max-height: 464px
}

.size-465 {
    width: 465px;
    height: 465px
}

.width-465 {
    width: 465px
}

.min-width-465 {
    min-width: 465px
}

.max-width-465 {
    max-width: 465px
}

.height-465 {
    height: 465px
}

.min-height-465 {
    min-height: 465px
}

.max-height-465 {
    max-height: 465px
}

.size-466 {
    width: 466px;
    height: 466px
}

.width-466 {
    width: 466px
}

.min-width-466 {
    min-width: 466px
}

.max-width-466 {
    max-width: 466px
}

.height-466 {
    height: 466px
}

.min-height-466 {
    min-height: 466px
}

.max-height-466 {
    max-height: 466px
}

.size-467 {
    width: 467px;
    height: 467px
}

.width-467 {
    width: 467px
}

.min-width-467 {
    min-width: 467px
}

.max-width-467 {
    max-width: 467px
}

.height-467 {
    height: 467px
}

.min-height-467 {
    min-height: 467px
}

.max-height-467 {
    max-height: 467px
}

.size-468 {
    width: 468px;
    height: 468px
}

.width-468 {
    width: 468px
}

.min-width-468 {
    min-width: 468px
}

.max-width-468 {
    max-width: 468px
}

.height-468 {
    height: 468px
}

.min-height-468 {
    min-height: 468px
}

.max-height-468 {
    max-height: 468px
}

.size-469 {
    width: 469px;
    height: 469px
}

.width-469 {
    width: 469px
}

.min-width-469 {
    min-width: 469px
}

.max-width-469 {
    max-width: 469px
}

.height-469 {
    height: 469px
}

.min-height-469 {
    min-height: 469px
}

.max-height-469 {
    max-height: 469px
}

.size-470 {
    width: 470px;
    height: 470px
}

.width-470 {
    width: 470px
}

.min-width-470 {
    min-width: 470px
}

.max-width-470 {
    max-width: 470px
}

.height-470 {
    height: 470px
}

.min-height-470 {
    min-height: 470px
}

.max-height-470 {
    max-height: 470px
}

.size-471 {
    width: 471px;
    height: 471px
}

.width-471 {
    width: 471px
}

.min-width-471 {
    min-width: 471px
}

.max-width-471 {
    max-width: 471px
}

.height-471 {
    height: 471px
}

.min-height-471 {
    min-height: 471px
}

.max-height-471 {
    max-height: 471px
}

.size-472 {
    width: 472px;
    height: 472px
}

.width-472 {
    width: 472px
}

.min-width-472 {
    min-width: 472px
}

.max-width-472 {
    max-width: 472px
}

.height-472 {
    height: 472px
}

.min-height-472 {
    min-height: 472px
}

.max-height-472 {
    max-height: 472px
}

.size-473 {
    width: 473px;
    height: 473px
}

.width-473 {
    width: 473px
}

.min-width-473 {
    min-width: 473px
}

.max-width-473 {
    max-width: 473px
}

.height-473 {
    height: 473px
}

.min-height-473 {
    min-height: 473px
}

.max-height-473 {
    max-height: 473px
}

.size-474 {
    width: 474px;
    height: 474px
}

.width-474 {
    width: 474px
}

.min-width-474 {
    min-width: 474px
}

.max-width-474 {
    max-width: 474px
}

.height-474 {
    height: 474px
}

.min-height-474 {
    min-height: 474px
}

.max-height-474 {
    max-height: 474px
}

.size-475 {
    width: 475px;
    height: 475px
}

.width-475 {
    width: 475px
}

.min-width-475 {
    min-width: 475px
}

.max-width-475 {
    max-width: 475px
}

.height-475 {
    height: 475px
}

.min-height-475 {
    min-height: 475px
}

.max-height-475 {
    max-height: 475px
}

.size-476 {
    width: 476px;
    height: 476px
}

.width-476 {
    width: 476px
}

.min-width-476 {
    min-width: 476px
}

.max-width-476 {
    max-width: 476px
}

.height-476 {
    height: 476px
}

.min-height-476 {
    min-height: 476px
}

.max-height-476 {
    max-height: 476px
}

.size-477 {
    width: 477px;
    height: 477px
}

.width-477 {
    width: 477px
}

.min-width-477 {
    min-width: 477px
}

.max-width-477 {
    max-width: 477px
}

.height-477 {
    height: 477px
}

.min-height-477 {
    min-height: 477px
}

.max-height-477 {
    max-height: 477px
}

.size-478 {
    width: 478px;
    height: 478px
}

.width-478 {
    width: 478px
}

.min-width-478 {
    min-width: 478px
}

.max-width-478 {
    max-width: 478px
}

.height-478 {
    height: 478px
}

.min-height-478 {
    min-height: 478px
}

.max-height-478 {
    max-height: 478px
}

.size-479 {
    width: 479px;
    height: 479px
}

.width-479 {
    width: 479px
}

.min-width-479 {
    min-width: 479px
}

.max-width-479 {
    max-width: 479px
}

.height-479 {
    height: 479px
}

.min-height-479 {
    min-height: 479px
}

.max-height-479 {
    max-height: 479px
}

.size-480 {
    width: 480px;
    height: 480px
}

.width-480 {
    width: 480px
}

.min-width-480 {
    min-width: 480px
}

.max-width-480 {
    max-width: 480px
}

.height-480 {
    height: 480px
}

.min-height-480 {
    min-height: 480px
}

.max-height-480 {
    max-height: 480px
}

.size-481 {
    width: 481px;
    height: 481px
}

.width-481 {
    width: 481px
}

.min-width-481 {
    min-width: 481px
}

.max-width-481 {
    max-width: 481px
}

.height-481 {
    height: 481px
}

.min-height-481 {
    min-height: 481px
}

.max-height-481 {
    max-height: 481px
}

.size-482 {
    width: 482px;
    height: 482px
}

.width-482 {
    width: 482px
}

.min-width-482 {
    min-width: 482px
}

.max-width-482 {
    max-width: 482px
}

.height-482 {
    height: 482px
}

.min-height-482 {
    min-height: 482px
}

.max-height-482 {
    max-height: 482px
}

.size-483 {
    width: 483px;
    height: 483px
}

.width-483 {
    width: 483px
}

.min-width-483 {
    min-width: 483px
}

.max-width-483 {
    max-width: 483px
}

.height-483 {
    height: 483px
}

.min-height-483 {
    min-height: 483px
}

.max-height-483 {
    max-height: 483px
}

.size-484 {
    width: 484px;
    height: 484px
}

.width-484 {
    width: 484px
}

.min-width-484 {
    min-width: 484px
}

.max-width-484 {
    max-width: 484px
}

.height-484 {
    height: 484px
}

.min-height-484 {
    min-height: 484px
}

.max-height-484 {
    max-height: 484px
}

.size-485 {
    width: 485px;
    height: 485px
}

.width-485 {
    width: 485px
}

.min-width-485 {
    min-width: 485px
}

.max-width-485 {
    max-width: 485px
}

.height-485 {
    height: 485px
}

.min-height-485 {
    min-height: 485px
}

.max-height-485 {
    max-height: 485px
}

.size-486 {
    width: 486px;
    height: 486px
}

.width-486 {
    width: 486px
}

.min-width-486 {
    min-width: 486px
}

.max-width-486 {
    max-width: 486px
}

.height-486 {
    height: 486px
}

.min-height-486 {
    min-height: 486px
}

.max-height-486 {
    max-height: 486px
}

.size-487 {
    width: 487px;
    height: 487px
}

.width-487 {
    width: 487px
}

.min-width-487 {
    min-width: 487px
}

.max-width-487 {
    max-width: 487px
}

.height-487 {
    height: 487px
}

.min-height-487 {
    min-height: 487px
}

.max-height-487 {
    max-height: 487px
}

.size-488 {
    width: 488px;
    height: 488px
}

.width-488 {
    width: 488px
}

.min-width-488 {
    min-width: 488px
}

.max-width-488 {
    max-width: 488px
}

.height-488 {
    height: 488px
}

.min-height-488 {
    min-height: 488px
}

.max-height-488 {
    max-height: 488px
}

.size-489 {
    width: 489px;
    height: 489px
}

.width-489 {
    width: 489px
}

.min-width-489 {
    min-width: 489px
}

.max-width-489 {
    max-width: 489px
}

.height-489 {
    height: 489px
}

.min-height-489 {
    min-height: 489px
}

.max-height-489 {
    max-height: 489px
}

.size-490 {
    width: 490px;
    height: 490px
}

.width-490 {
    width: 490px
}

.min-width-490 {
    min-width: 490px
}

.max-width-490 {
    max-width: 490px
}

.height-490 {
    height: 490px
}

.min-height-490 {
    min-height: 490px
}

.max-height-490 {
    max-height: 490px
}

.size-491 {
    width: 491px;
    height: 491px
}

.width-491 {
    width: 491px
}

.min-width-491 {
    min-width: 491px
}

.max-width-491 {
    max-width: 491px
}

.height-491 {
    height: 491px
}

.min-height-491 {
    min-height: 491px
}

.max-height-491 {
    max-height: 491px
}

.size-492 {
    width: 492px;
    height: 492px
}

.width-492 {
    width: 492px
}

.min-width-492 {
    min-width: 492px
}

.max-width-492 {
    max-width: 492px
}

.height-492 {
    height: 492px
}

.min-height-492 {
    min-height: 492px
}

.max-height-492 {
    max-height: 492px
}

.size-493 {
    width: 493px;
    height: 493px
}

.width-493 {
    width: 493px
}

.min-width-493 {
    min-width: 493px
}

.max-width-493 {
    max-width: 493px
}

.height-493 {
    height: 493px
}

.min-height-493 {
    min-height: 493px
}

.max-height-493 {
    max-height: 493px
}

.size-494 {
    width: 494px;
    height: 494px
}

.width-494 {
    width: 494px
}

.min-width-494 {
    min-width: 494px
}

.max-width-494 {
    max-width: 494px
}

.height-494 {
    height: 494px
}

.min-height-494 {
    min-height: 494px
}

.max-height-494 {
    max-height: 494px
}

.size-495 {
    width: 495px;
    height: 495px
}

.width-495 {
    width: 495px
}

.min-width-495 {
    min-width: 495px
}

.max-width-495 {
    max-width: 495px
}

.height-495 {
    height: 495px
}

.min-height-495 {
    min-height: 495px
}

.max-height-495 {
    max-height: 495px
}

.size-496 {
    width: 496px;
    height: 496px
}

.width-496 {
    width: 496px
}

.min-width-496 {
    min-width: 496px
}

.max-width-496 {
    max-width: 496px
}

.height-496 {
    height: 496px
}

.min-height-496 {
    min-height: 496px
}

.max-height-496 {
    max-height: 496px
}

.size-497 {
    width: 497px;
    height: 497px
}

.width-497 {
    width: 497px
}

.min-width-497 {
    min-width: 497px
}

.max-width-497 {
    max-width: 497px
}

.height-497 {
    height: 497px
}

.min-height-497 {
    min-height: 497px
}

.max-height-497 {
    max-height: 497px
}

.size-498 {
    width: 498px;
    height: 498px
}

.width-498 {
    width: 498px
}

.min-width-498 {
    min-width: 498px
}

.max-width-498 {
    max-width: 498px
}

.height-498 {
    height: 498px
}

.min-height-498 {
    min-height: 498px
}

.max-height-498 {
    max-height: 498px
}

.size-499 {
    width: 499px;
    height: 499px
}

.width-499 {
    width: 499px
}

.min-width-499 {
    min-width: 499px
}

.max-width-499 {
    max-width: 499px
}

.height-499 {
    height: 499px
}

.min-height-499 {
    min-height: 499px
}

.max-height-499 {
    max-height: 499px
}

.size-500 {
    width: 500px;
    height: 500px
}

.width-500 {
    width: 500px
}

.min-width-500 {
    min-width: 500px
}

.max-width-500 {
    max-width: 500px
}

.height-500 {
    height: 500px
}

.min-height-500 {
    min-height: 500px
}

.max-height-500 {
    max-height: 500px
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.line-height-15 {
    line-height: 15px
}

a {
    text-decoration: none!important
}

a.text-default {
    color: var(--font-color)
}

a.text-default:hover {
    color: var(--primary)
}

.hover-none {
    background-color: transparent!important
}

.pos-page-wrapper .pos-page-row {
    display: flex
}

.pos-page-wrapper .pos-page-row .product-column {
    height: calc(100vh - 75px - 3rem);
    flex-grow: 1;
    border-radius: var(--round-default);
    background-color: var(--card-color);
    box-shadow: var(--box-shadow)
}

.pos-page-wrapper .pos-page-row .product-column .product-search-wrapper {
    padding: 12px;
    border-radius: var(--round-default) var(--round-default) 0 0;
    background-color: var(--product-search-bg)
}

.pos-page-wrapper .pos-page-row .product-column .product-search-wrapper .input-wrapper {
    position: relative
}

.pos-page-wrapper .pos-page-row .product-column .product-search-wrapper .input-wrapper .form-control {
    background-color: var(--product-search-control-bg)
}

.pos-page-wrapper .pos-page-row .product-column .product-search-wrapper .input-wrapper .form-control:focus+.category-filter {
    border-color: var(--primary)
}

.pos-page-wrapper .pos-page-row .product-column .product-search-wrapper .input-wrapper .category-filter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 0 var(--round-default) var(--round-default) 0;
    border: 1px solid var(--border-color);
    background-color: var(--base-color);
    transition: var(--transition-duration)
}

.pos-page-wrapper .pos-page-row .product-column .product-search-wrapper .input-wrapper .category-filter .label {
    margin-right: 10px;
    font-size: 13px
}

.pos-page-wrapper .pos-page-row .product-column .product-search-wrapper .input-wrapper .category-filter .dropdown-category .dropdown-toggle {
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 20px
}

.pos-page-wrapper .pos-page-row .product-column .product-search-wrapper .input-wrapper:hover .category-filter {
    border-color: var(--primary)
}

.pos-page-wrapper .pos-page-row .product-column .products-result-wrapper {
    max-height: calc(100% - 67px);
    padding: 12px;
    overflow-y: auto
}

.pos-page-wrapper .pos-page-row .product-column .products-result-wrapper .product-card {
    border-radius: var(--round-default);
    border: 1px solid var(--border-color)
}

.pos-page-wrapper .pos-page-row .product-column .products-result-wrapper .product-card .product-card-header {
    position: relative
}

.pos-page-wrapper .pos-page-row .product-column .products-result-wrapper .product-card .product-card-header img {
    border-radius: var(--round-default) var(--round-default) 0 0
}

.pos-page-wrapper .pos-page-row .product-column .products-result-wrapper .product-card .product-card-header .product-price {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 3px 7px;
    color: var(--white);
    letter-spacing: 1px;
    border-radius: 20px;
    background-color: #000c;
    box-shadow: var(--box-shadow)
}

.pos-page-wrapper .pos-page-row .product-column .products-result-wrapper .product-card .product-card-header .card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 40px;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    border-radius: var(--round-default) var(--round-default) 0 0;
    background-color: #000000d9;
    transition: var(--transition-duration)
}

.pos-page-wrapper .pos-page-row .product-column .products-result-wrapper .product-card .product-card-header:hover .card-overlay {
    opacity: 1;
    visibility: visible
}

.pos-page-wrapper .pos-page-row .product-column .products-result-wrapper .product-card .product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px;
    overflow: hidden;
    border-radius: 0 0 var(--round-default) var(--round-default);
    background-color: var(--base-color)
}

.pos-page-wrapper .pos-page-row .product-column .products-result-wrapper .product-card .product-card-footer .product-title {
    text-align: center;
    margin-bottom: 0
}

.pos-page-wrapper .pos-page-row .product-column .products-result-wrapper .product-card .product-card-footer .product-action-buttons {
    text-align: center;
    flex-shrink: 0
}

.pos-page-wrapper .pos-page-row .product-column .products-result-wrapper .product-card .product-card-footer .product-action-buttons .btn {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 12px;
    border-radius: 50%
}

.pos-page-wrapper .pos-page-row .product-column .products-result-wrapper .product-card .product-card-footer .product-action-buttons .btn i {
    line-height: 12px
}

.pos-page-wrapper .pos-page-row .cart-column {
    width: 500px;
    min-width: 500px;
    height: calc(100vh - 75px - 3rem);
    position: relative;
    margin-left: 20px;
    border-radius: var(--round-default);
    background-color: var(--card-color);
    box-shadow: var(--box-shadow);
    transition: var(--transition-duration)
}

.pos-page-wrapper .pos-page-row .cart-column .user-search-wrapper {
    display: flex;
    padding: 12px;
    border-radius: var(--round-default) var(--round-default) 0 0;
    background-color: var(--product-search-bg)
}

.pos-page-wrapper .pos-page-row .cart-column .user-search-wrapper .custom-form-select .selected {
    background-color: var(--product-search-control-bg)
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper {
    max-height: calc(100vh - 374px - 3rem);
    overflow-y: auto
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table {
    margin-bottom: 0;
    vertical-align: middle
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table>:not(:first-child) {
    border-top: none
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item th,.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item td {
    padding: 10px 12px;
    border-color: var(--border-color)
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item th {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--card-color)
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item .item-name {
    width: 30%;
    min-width: 30%;
    max-width: 30%
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item .item-quantity .item-quantity-wrapper {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    position: relative;
    display: inline-flex;
    align-items: center
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item .item-quantity .item-quantity-wrapper .btn.btn-item-quantity {
    position: absolute;
    top: 50%;
    padding: 0 7px;
    transform: translateY(-50%)
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item .item-quantity .item-quantity-wrapper .btn.btn-item-quantity i {
    color: var(--font-color);
    transition: var(--transition-duration)
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item .item-quantity .item-quantity-wrapper .btn.btn-item-quantity i:hover {
    color: var(--primary)
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item .item-quantity .item-quantity-wrapper .btn.btn-item-quantity.minus {
    left: 0
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item .item-quantity .item-quantity-wrapper .btn.btn-item-quantity.plus {
    right: 0
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item .item-quantity .item-quantity-wrapper .form-control.quantity {
    padding: 2px 15px;
    text-align: center;
    border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none
}

.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item .item-quantity .item-quantity-wrapper .form-control.quantity::-webkit-outer-spin-button,.pos-page-wrapper .pos-page-row .cart-column .cart-items-wrapper .table .cart-item .item-quantity .item-quantity-wrapper .form-control.quantity::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none
}

.pos-page-wrapper .pos-page-row .cart-column .cart-footer .footer-item {
    padding: 10px 12px;
    background-color: var(--product-search-bg)
}

.pos-page-wrapper .pos-page-row .cart-column .cart-footer .footer-item .form-control {
    padding: 2px 15px;
    text-align: right;
    background-color: var(--product-search-control-bg)
}

.pos-page-wrapper .pos-page-row .cart-column .cart-column-offcanvas-button {
    position: absolute;
    top: 50%;
    right: 100%;
    display: none;
    padding: 10px 15px;
    color: var(--white);
    text-align: center;
    cursor: pointer;
    transform: translateY(-50%);
    border-radius: var(--round-default) 0 0 var(--round-default);
    background-color: var(--primary)
}

.pos-page-wrapper .pos-page-row .cart-column .cart-column-offcanvas-button .icon-wrapper {
    position: relative
}

.pos-page-wrapper .pos-page-row .cart-column .cart-column-offcanvas-button .icon-wrapper i {
    font-size: 40px;
    line-height: 1
}

.pos-page-wrapper .pos-page-row .cart-column .cart-column-offcanvas-button .icon-wrapper .total-item {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%)
}

@media (max-width: 991px) {
    .pos-page-wrapper .pos-page-row .cart-column {
        height:100%;
        position: absolute;
        top: 0;
        right: -500px;
        border-radius: 0;
        z-index: 999
    }

    .pos-page-wrapper .pos-page-row .cart-column .cart-column-offcanvas-button {
        display: block
    }
}

@media (max-width: 767px) {
    .pos-page-wrapper .pos-page-row .cart-column {
        width:100%;
        min-width: 100%;
        right: -100%
    }
}

.pos-page .container-scroller {
    min-height: 100vh
}

.pos-page .container-scroller .page-body-wrapper .main-panel .content-wrapper {
    padding-top: 1.5rem
}

.pos-page .navbar-top .navbar-menu-wrapper .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 1rem
}

.pos-page.pos-cart-open .pos-page-wrapper .pos-page-row .cart-column {
    right: 0
}

.profile-page-wrapper {
    display: flex;
    gap: 20px
}

@media (max-width: 650px) {
    .profile-page-wrapper {
        flex-direction:column
    }
}

.profile-page-wrapper .user-info-column {
    height: fit-content
}

.profile-page-wrapper .user-info-column .user-avatar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: var(--round-default);
    background-color: var(--card-color);
    box-shadow: var(--box-shadow)
}

.profile-page-wrapper .user-info-column .user-avatar-wrapper .user-avatar-three-dot {
    width: 100%
}

.profile-page-wrapper .user-info-column .user-avatar-wrapper .user-avatar-three-dot i {
    background-color: #f5f5f5;
    padding: 0 3px;
    color: #a6a6a6
}

.profile-page-wrapper .user-info-column .user-avatar-wrapper .user-avatar-info {
    text-align: center
}

.profile-page-wrapper .user-info-column .user-tab-menu {
    padding: 20px 20px 20px 8px;
    background-color: var(--card-color);
    box-shadow: var(--box-shadow);
    min-width: 220px
}

@media (max-width: 768px) {
    .profile-page-wrapper .user-info-column .user-tab-menu {
        min-width:100%
    }
}

.profile-page-wrapper .user-info-column .user-tab-menu .nav-pills .nav-link {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: var(--font-color);
    border-radius: 20px;
    text-transform: capitalize;
    transition: var(--transition-duration);
    font-family: Poppins
}

.profile-page-wrapper .user-info-column .user-tab-menu .nav-pills .nav-link i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 1
}

.profile-page-wrapper .user-info-column .user-tab-menu .nav-pills .nav-link:hover {
    background-color: unset
}

.profile-page-wrapper .user-info-column .user-tab-menu .nav-pills .nav-link.active {
    background-color: unset;
    color: var(--primary)
}

.profile-page-wrapper .user-info-column .user-tab-menu .nav-pills .nav-link.active i {
    opacity: 1;
    visibility: visible
}

.profile-page-wrapper .user-details-column {
    width: 100%;
    padding: 20px;
    border-radius: var(--round-default);
    background-color: var(--card-color);
    flex: 1 1 0%
}

.profile-page-wrapper .user-details-column .tab-content .tab-pane .tab-pane-header {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color)
}

.rtl .profile-page-wrapper .user-info-column .user-tab-menu {
    padding-right: 0!important
}

.rtl .profile-page-wrapper .user-info-column .user-tab-menu .nav-pills .nav-link i {
    margin-left: 10px!important;
    margin-right: unset!important
}

.rtl [area-label=horizontal-flat] .user-info-column .user-tab-menu .nav-pills .nav-link.active:after {
    content: "";
    background: var(--primary);
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 80%;
    height: 3px;
    border-radius: 2px
}

[area-label=vertical] {
    display: flex;
    flex-direction: row
}

@media (max-width: 768px) {
    [area-label=vertical] {
        flex-direction:column
    }
}

[area-label=horizontal],[area-label=horizontal-flat] {
    display: flex;
    flex-direction: column
}

[area-label=horizontal-flat] .tab-pane-header {
    display: none
}

[area-label=horizontal-flat] .user-info-column {
    height: fit-content;
    --round-default: 0px
}

[area-label=horizontal-flat] .user-info-column [aria-orientation=horizontal] {
    row-gap: 10px
}

[area-label=horizontal-flat] .user-info-column .user-tab-menu {
    padding: 0;
    background: none!important;
    box-shadow: none!important
}

[area-label=horizontal-flat] .user-info-column .user-tab-menu .nav-pills .nav-link {
    padding: 2rem 1.9rem;
    margin-bottom: 0;
    position: relative;
    font-family: Poppins
}

[area-label=horizontal-flat] .user-info-column .user-tab-menu .nav-pills .nav-link.active:after {
    content: "";
    background: var(--primary);
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px
}

.setting-category-wrapper .setting-item-card {
    box-shadow: inset 0 0 0 .1rem var(--border-color);
    transition: all .5s ease-in-out
}

.setting-category-wrapper .setting-item-card .icon-wrapper {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--font-color);
    font-size: 22px;
    border-radius: 50%;
    background-color: var(--base-color);
    transition: var(--transition-duration)
}

.setting-category-wrapper .setting-item-card .icon-wrapper:hover {
    color: var(--white);
    background-color: var(--primary)
}

.setting-category-wrapper .setting-item-card .title {
    color: var(--font-color);
    transition: var(--transition-duration)
}

.setting-category-wrapper .setting-item-card .title:hover {
    color: var(--primary)
}

.setting-category-wrapper .setting-item-card:hover {
    box-shadow: inset 0 0 0 .15rem var(--primary)
}

.setting-category-wrapper .setting-item-card:hover .icon-wrapper {
    color: var(--white);
    background-color: var(--primary)
}

.setting-category-wrapper .setting-item-card:hover .title {
    color: var(--primary)
}

.update-details {
    background-color: var(--card-color);
    border-radius: 10px
}

.text-underline {
    text-decoration: underline!important
}

.update_notes_title {
    line-height: 1!important
}

.auth-page-wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: stretch
}

.left-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 560px
}

.right-content {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-position: left;
    width: calc(100% - 560px)
}

.auth-form {
    width: 80%
}

@media (min-width: 768px) {
    .auth-form {
        max-width:450px
    }
}

@media (max-width: 767px) {
    .auth-form {
        width:60%
    }

    .auth-form .brand {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (max-width: 600px) {
    .auth-form {
        width:80%
    }
}

@media (max-width: 767px) {
    .left-content,.right-content {
        width:100%
    }
}

@media (max-width: 767px) {
    .right-content {
        display:none
    }
}

.brand-color {
    color: var(--primary)!important
}

.installer-container .installation_notice {
    background-color: #dae3efcc;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px
}

.installer-container .installation_notice .installation_notice_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px
}

.installer-container .installation_status_table {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.installer-container .installation_status_table thead tr {
    background: #D1ECF1
}

.installer-container .installation_status_table thead tr th {
    font-weight: 600;
    padding: 10px 20px;
    text-align: left
}

.installer-container .installation_status_table thead tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 25%
}

.installer-container .installation_status_table thead tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.installer-container .installation_status_table tbody tr td {
    padding: 1px;
    text-align: left
}

.installer-container .multi-step-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    width: 7rem;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer
}

.installer-container .multi-step-btn:hover {
    background-color: #0056b3
}

.permission_title {
    background-color: #0000001a
}

.form-check:not(.form-switch) {
    cursor: pointer
}

.form-check:not(.form-switch) .form-check-input {
    margin-top: 0;
    min-width: 1.5rem;
    min-height: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--card-color);
    cursor: pointer;
    position: relative;
    border-width: 2px;
    border-radius: 5px!important
}

.form-check:not(.form-switch) .form-check-input:focus {
    outline: 0;
    box-shadow: none
}

.form-check:not(.form-switch) .form-check-input:checked {
    border-color: var(--primary);
    background-color: transparent
}

.form-check:not(.form-switch) .form-check-input:checked[type=checkbox] {
    background-image: none!important
}

.form-check:not(.form-switch) .form-check-input:checked[type=radio] {
    background-image: none!important
}

.form-check:not(.form-switch) .form-check-input:checked:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -3px;
    height: 10px;
    width: 8px;
    background-color: var(--card-color)
}

.form-check:not(.form-switch) .form-check-input:checked:after {
    content: "";
    position: absolute;
    top: -2px;
    right: 3px;
    display: inline-block;
    transform: rotate(43deg);
    height: 15px;
    width: 7px;
    border-bottom: 3px solid var(--primary);
    border-right: 3px solid var(--primary)
}

.form-check:not(.form-switch) .form-check-label {
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center
}

.permission_setting_button:hover {
    color: #777
}

[theme=dark] .form-check:not(.form-switch) .form-check-input {
    margin-top: 0;
    min-width: 1.5rem;
    min-height: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--card-color);
    cursor: pointer;
    position: relative;
    border-radius: 5px!important;
    border: 2px solid var(--font-color)
}

[theme=dark] .form-check:not(.form-switch) .form-check-input:focus {
    outline: 0;
    box-shadow: none
}

[theme=dark] .form-check:not(.form-switch) .form-check-input:checked {
    border-color: var(--primary);
    background-color: transparent
}

[theme=dark] .form-check:not(.form-switch) .form-check-input:checked[type=checkbox] {
    background-image: none
}

[theme=dark] .form-check:not(.form-switch) .form-check-input:checked:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -3px;
    height: 10px;
    width: 8px;
    background-color: var(--card-color)
}

[theme=dark] .form-check:not(.form-switch) .form-check-input:checked:after {
    content: "";
    position: absolute;
    top: -2px;
    right: 3px;
    display: inline-block;
    transform: rotate(43deg);
    height: 15px;
    width: 7px;
    border-bottom: 3px solid var(--primary);
    border-right: 3px solid var(--primary)
}

.template-variables {
    border-radius: 10px;
    background-color: var(--template-variables);
    padding: 25px
}

.template-variables .title {
    color: var(--font-color);
    letter-spacing: .4px;
    font-weight: 700
}

.template-variables .variables {
    display: flex;
    flex-direction: column
}

.template-variables .variables span {
    color: var(--font-color)
}

.customer-profile-panel {
    background-color: var(--card-color);
    border-radius: var(--round-default);
    padding: 25px
}

.customer-profile-panel .inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px
}

.customer-profile-panel .inner .photo {
    width: 90px;
    height: 90px
}

.customer-profile-panel .inner .photo img {
    border-radius: 50%;
    height: auto;
    width: 100%;
    object-fit: cover
}

.customer-profile-panel .inner .user-info {
    display: flex;
    flex-direction: column;
    word-break: break-word
}

.customer-profile-panel .inner .user-info .user-email {
    color: var(--menubar-font-color)
}

.customer-profile-panel .other-infos .info .title {
    font-weight: 500;
    font-size: 14px
}

.customer-profile-panel .other-infos .info .values {
    color: var(--menubar-font-color);
    font-weight: 400
}

.report-card {
    background-color: var(--card-color);
    padding: 25px
}

.report-card .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--brand-color)
}

.report-card .sub-title {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--font-color)
}

body {
    font-family: Poppins;
    overflow-x: hidden
}

.ql-toolbar {
    border-top-left-radius: var(--round-default)!important;
    border-top-right-radius: var(--round-default)!important
}

.ql-container {
    border-bottom-left-radius: var(--round-default)!important;
    border-bottom-right-radius: var(--round-default)!important
}

.ql-container .ql-editor {
    background-color: var(--form-control-bg)!important;
    min-height: 100px!important
}

.rtl .end-0 {
    left: 0!important;
    right: unset!important
}

.px-1rem {
    padding-left: 1rem!important;
    padding-right: 1rem!important
}

.px-2rem {
    padding-left: 2rem!important;
    padding-right: 2rem!important
}

.px-3rem {
    padding-left: 3rem!important;
    padding-right: 3rem!important
}

.px-4rem {
    padding-left: 4rem!important;
    padding-right: 4rem!important
}

.px-5rem {
    padding-left: 5rem!important;
    padding-right: 5rem!important
}

.px-6rem {
    padding-left: 6rem!important;
    padding-right: 6rem!important
}

.px-7rem {
    padding-left: 7rem!important;
    padding-right: 7rem!important
}

.px-8rem {
    padding-left: 8rem!important;
    padding-right: 8rem!important
}

.px-9rem {
    padding-left: 9rem!important;
    padding-right: 9rem!important
}

.px-10rem {
    padding-left: 10rem!important;
    padding-right: 10rem!important
}

.px-20px {
    padding-left: 20px!important;
    padding-right: 20px!important
}

@media (min-width: 576px) {
    .px-sm-1rem {
        padding-left:1rem!important;
        padding-right: 1rem!important
    }
}

@media (min-width: 576px) {
    .px-sm-2rem {
        padding-left:2rem!important;
        padding-right: 2rem!important
    }
}

@media (min-width: 576px) {
    .px-sm-3rem {
        padding-left:3rem!important;
        padding-right: 3rem!important
    }
}

@media (min-width: 576px) {
    .px-sm-4rem {
        padding-left:4rem!important;
        padding-right: 4rem!important
    }
}

@media (min-width: 576px) {
    .px-sm-5rem {
        padding-left:5rem!important;
        padding-right: 5rem!important
    }
}

@media (min-width: 576px) {
    .px-sm-6rem {
        padding-left:6rem!important;
        padding-right: 6rem!important
    }
}

@media (min-width: 576px) {
    .px-sm-7rem {
        padding-left:7rem!important;
        padding-right: 7rem!important
    }
}

@media (min-width: 576px) {
    .px-sm-8rem {
        padding-left:8rem!important;
        padding-right: 8rem!important
    }
}

@media (min-width: 576px) {
    .px-sm-9rem {
        padding-left:9rem!important;
        padding-right: 9rem!important
    }
}

@media (min-width: 576px) {
    .px-sm-10rem {
        padding-left:10rem!important;
        padding-right: 10rem!important
    }
}

@media (min-width: 576px) {
    .px-sm-20px {
        padding-left:20px!important;
        padding-right: 20px!important
    }
}

@media (min-width: 768px) {
    .px-md-1rem {
        padding-left:1rem!important;
        padding-right: 1rem!important
    }
}

@media (min-width: 768px) {
    .px-md-2rem {
        padding-left:2rem!important;
        padding-right: 2rem!important
    }
}

@media (min-width: 768px) {
    .px-md-3rem {
        padding-left:3rem!important;
        padding-right: 3rem!important
    }
}

@media (min-width: 768px) {
    .px-md-4rem {
        padding-left:4rem!important;
        padding-right: 4rem!important
    }
}

@media (min-width: 768px) {
    .px-md-5rem {
        padding-left:5rem!important;
        padding-right: 5rem!important
    }
}

@media (min-width: 768px) {
    .px-md-6rem {
        padding-left:6rem!important;
        padding-right: 6rem!important
    }
}

@media (min-width: 768px) {
    .px-md-7rem {
        padding-left:7rem!important;
        padding-right: 7rem!important
    }
}

@media (min-width: 768px) {
    .px-md-8rem {
        padding-left:8rem!important;
        padding-right: 8rem!important
    }
}

@media (min-width: 768px) {
    .px-md-9rem {
        padding-left:9rem!important;
        padding-right: 9rem!important
    }
}

@media (min-width: 768px) {
    .px-md-10rem {
        padding-left:10rem!important;
        padding-right: 10rem!important
    }
}

@media (min-width: 768px) {
    .px-md-20px {
        padding-left:20px!important;
        padding-right: 20px!important
    }
}

@media (min-width: 992px) {
    .px-lg-1rem {
        padding-left:1rem!important;
        padding-right: 1rem!important
    }
}

@media (min-width: 992px) {
    .px-lg-2rem {
        padding-left:2rem!important;
        padding-right: 2rem!important
    }
}

@media (min-width: 992px) {
    .px-lg-3rem {
        padding-left:3rem!important;
        padding-right: 3rem!important
    }
}

@media (min-width: 992px) {
    .px-lg-4rem {
        padding-left:4rem!important;
        padding-right: 4rem!important
    }
}

@media (min-width: 992px) {
    .px-lg-5rem {
        padding-left:5rem!important;
        padding-right: 5rem!important
    }
}

@media (min-width: 992px) {
    .px-lg-6rem {
        padding-left:6rem!important;
        padding-right: 6rem!important
    }
}

@media (min-width: 992px) {
    .px-lg-7rem {
        padding-left:7rem!important;
        padding-right: 7rem!important
    }
}

@media (min-width: 992px) {
    .px-lg-8rem {
        padding-left:8rem!important;
        padding-right: 8rem!important
    }
}

@media (min-width: 992px) {
    .px-lg-9rem {
        padding-left:9rem!important;
        padding-right: 9rem!important
    }
}

@media (min-width: 992px) {
    .px-lg-10rem {
        padding-left:10rem!important;
        padding-right: 10rem!important
    }
}

@media (min-width: 992px) {
    .px-lg-20px {
        padding-left:20px!important;
        padding-right: 20px!important
    }
}

@media (min-width: 1200px) {
    .px-xl-1rem {
        padding-left:1rem!important;
        padding-right: 1rem!important
    }
}

@media (min-width: 1200px) {
    .px-xl-2rem {
        padding-left:2rem!important;
        padding-right: 2rem!important
    }
}

@media (min-width: 1200px) {
    .px-xl-3rem {
        padding-left:3rem!important;
        padding-right: 3rem!important
    }
}

@media (min-width: 1200px) {
    .px-xl-4rem {
        padding-left:4rem!important;
        padding-right: 4rem!important
    }
}

@media (min-width: 1200px) {
    .px-xl-5rem {
        padding-left:5rem!important;
        padding-right: 5rem!important
    }
}

@media (min-width: 1200px) {
    .px-xl-6rem {
        padding-left:6rem!important;
        padding-right: 6rem!important
    }
}

@media (min-width: 1200px) {
    .px-xl-7rem {
        padding-left:7rem!important;
        padding-right: 7rem!important
    }
}

@media (min-width: 1200px) {
    .px-xl-8rem {
        padding-left:8rem!important;
        padding-right: 8rem!important
    }
}

@media (min-width: 1200px) {
    .px-xl-9rem {
        padding-left:9rem!important;
        padding-right: 9rem!important
    }
}

@media (min-width: 1200px) {
    .px-xl-10rem {
        padding-left:10rem!important;
        padding-right: 10rem!important
    }
}

@media (min-width: 1200px) {
    .px-xl-20px {
        padding-left:20px!important;
        padding-right: 20px!important
    }
}

@media (min-width: 1400px) {
    .px-xxl-1rem {
        padding-left:1rem!important;
        padding-right: 1rem!important
    }
}

@media (min-width: 1400px) {
    .px-xxl-2rem {
        padding-left:2rem!important;
        padding-right: 2rem!important
    }
}

@media (min-width: 1400px) {
    .px-xxl-3rem {
        padding-left:3rem!important;
        padding-right: 3rem!important
    }
}

@media (min-width: 1400px) {
    .px-xxl-4rem {
        padding-left:4rem!important;
        padding-right: 4rem!important
    }
}

@media (min-width: 1400px) {
    .px-xxl-5rem {
        padding-left:5rem!important;
        padding-right: 5rem!important
    }
}

@media (min-width: 1400px) {
    .px-xxl-6rem {
        padding-left:6rem!important;
        padding-right: 6rem!important
    }
}

@media (min-width: 1400px) {
    .px-xxl-7rem {
        padding-left:7rem!important;
        padding-right: 7rem!important
    }
}

@media (min-width: 1400px) {
    .px-xxl-8rem {
        padding-left:8rem!important;
        padding-right: 8rem!important
    }
}

@media (min-width: 1400px) {
    .px-xxl-9rem {
        padding-left:9rem!important;
        padding-right: 9rem!important
    }
}

@media (min-width: 1400px) {
    .px-xxl-10rem {
        padding-left:10rem!important;
        padding-right: 10rem!important
    }
}

@media (min-width: 1400px) {
    .px-xxl-20px {
        padding-left:20px!important;
        padding-right: 20px!important
    }
}

.navbar-nav .dropdown-menu {
    position: absolute
}

.rounded-default {
    border-radius: var(--round-default)!important
}

.ql-toolbar.ql-snow,.ql-container.ql-snow {
    border: 1px solid var(--border-color)!important;
    overflow: hidden
}

.bg-base-color {
    background-color: var(--base-color)!important
}

body {
    --bs-heading-color: var(--font-color)
}

body .mb-21px {
    margin-bottom: 21px
}

.bg-white {
    background-color: var(--card-color)!important
}

[theme=dark] .text-muted {
    color: #c5c5c5bf!important
}

.zi-1 {
    z-index: 1
}

.cursor-move {
    cursor: move
}

.cursor-not-allowed {
    cursor: not-allowed
}

.zi-1080 {
    z-index: 1080
}

.zi-0 {
    z-index: 0
}

.outline-none {
    outline: none!important
}

.outline-none:hover,.outline-none:focus,.outline-none:focus-within,.outline-none:active {
    outline: none!important
}

p {
    color: var(--font-color)
}

.no-shadow {
    box-shadow: none!important
}

