@charset "UTF-8";

/*!
* Bootstrap  v5.2.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #64b8fd;
    --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: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #64b8fd;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 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-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --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-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    border: 0;
    border-top: 1px solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.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-bottom: 1rem;
    margin-top: 0
}

abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 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 {
    background-color: var(--bs-highlight-bg);
    padding: .1875em
}

sub,
sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

a:hover {
    color: var(--bs-link-hover-color)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    color: var(--bs-code-color);
    font-size: .875em;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    background-color: var(--bs-body-color);
    border-radius: .25rem;
    color: var(--bs-body-bg);
    font-size: .875em;
    padding: .1875rem .375rem
}

kbd kbd {
    font-size: 1em;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.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-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    color: #6c757d;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: -1rem
}

.blockquote-footer:before {
    content: "—&nbsp;"
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #6c757d;
    font-size: .875em
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1360px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: .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.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: .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.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: .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.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: .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.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: .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.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: .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: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: .5rem
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: 2px solid
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n),
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #bacbe6;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000
}

.table-primary,
.table-secondary {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bcd0c7;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000
}

.table-info,
.table-success {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #badce3;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e6dbb9;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000
}

.table-danger,
.table-warning {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #dfe0e1;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000
}

.table-dark,
.table-light {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff
}

.table-responsive {
    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 {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-text {
    color: #6c757d;
    font-size: .875em;
    margin-top: .25rem
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    background-color: #fff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem #0d6efd40;
    color: #212529;
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    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: #dde0e3
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .25rem;
    font-size: .875rem;
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem
}

.form-control-sm::file-selector-button {
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .5rem;
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem
}

.form-control-lg::file-selector-button {
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem;
    width: 3rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: .375rem
}

.form-control-color::-webkit-color-swatch {
    border-radius: .375rem
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + 2px)
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px)
}

.form-select {
    display: block;
    padding: .375rem 2.25rem .375rem .75rem;
    width: 100%;
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    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: #86b7fe;

    box-shadow: 0 0 0 .25rem #0d6efd40;outline:0}.form-select[multiple],.form-select[size]:not([size="1"]) {
        background-image: none;
        padding-right: .75rem
    }

    .form-select:disabled {
        background-color: #e9ecef
    }

    .form-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #212529
    }

    .form-select-sm {
        border-radius: .25rem;
        font-size: .875rem;
        padding-bottom: .25rem;
        padding-left: .5rem;
        padding-top: .25rem
    }

    .form-select-lg {
        border-radius: .5rem;
        font-size: 1.25rem;
        padding-bottom: .5rem;
        padding-left: 1rem;
        padding-top: .5rem
    }

    .form-check {
        display: block;
        margin-bottom: .125rem;
        min-height: 1.5rem;
        padding-left: 1.5em
    }

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

    .form-check-reverse {
        padding-left: 0;
        padding-right: 1.5em;
        text-align: right
    }

    .form-check-reverse .form-check-input {
        float: right;
        margin-left: 0;
        margin-right: -1.5em
    }

    .form-check-input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        border: 1px solid rgba(0, 0, 0, .25);
        height: 1em;
        margin-top: .25em;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        vertical-align: top;
        width: 1em
    }

    .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: #86b7fe;
        box-shadow: 0 0 0 .25rem #0d6efd40;
        outline: 0
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .form-check-input:checked[type=checkbox] {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
    }

    .form-check-input:checked[type=radio] {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
    }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
        border-color: #0d6efd
    }

    .form-check-input:disabled {
        filter: none;
        opacity: .5;
        pointer-events: none
    }

    .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 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
        background-position: 0;
        border-radius: 2em;
        margin-left: -2.5em;
        transition: background-position .15s ease-in-out;
        width: 2em
    }

    @media (prefers-reduced-motion:reduce) {
        .form-switch .form-check-input {
            transition: none
        }
    }

    .form-switch .form-check-input:focus {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")
    }

    .form-switch .form-check-input:checked {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
        background-position: 100%
    }

    .form-switch.form-check-reverse {
        padding-left: 0;
        padding-right: 2.5em
    }

    .form-switch.form-check-reverse .form-check-input {
        margin-left: 0;
        margin-right: -2.5em
    }

    .form-check-inline {
        display: inline-block;
        margin-right: 1rem
    }

    .btn-check {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none
    }

    .btn-check:disabled+.btn,
    .btn-check[disabled]+.btn {
        filter: none;
        opacity: .65;
        pointer-events: none
    }

    .form-range {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        height: 1.5rem;
        padding: 0;
        width: 100%
    }

    .form-range:focus {
        outline: 0
    }

    .form-range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40
    }

    .form-range:focus::-moz-range-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40
    }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        width: 1rem
    }

    @media (prefers-reduced-motion:reduce) {
        .form-range::-webkit-slider-thumb {
            -webkit-transition: none;
            transition: none
        }
    }

    .form-range::-webkit-slider-thumb:active {
        background-color: #b6d4fe
    }

    .form-range::-webkit-slider-runnable-track {
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem;
        color: transparent;
        cursor: pointer;
        height: .5rem;
        width: 100%
    }

    .form-range::-moz-range-thumb {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        height: 1rem;
        -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        width: 1rem
    }

    @media (prefers-reduced-motion:reduce) {
        .form-range::-moz-range-thumb {
            -moz-transition: none;
            transition: none
        }
    }

    .form-range::-moz-range-thumb:active {
        background-color: #b6d4fe
    }

    .form-range::-moz-range-track {
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem;
        color: transparent;
        cursor: pointer;
        height: .5rem;
        width: 100%
    }

    .form-range:disabled {
        pointer-events: none
    }

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd
    }

    .form-floating {
        position: relative
    }

    .form-floating>.form-control,
    .form-floating>.form-control-plaintext,
    .form-floating>.form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25
    }

    .form-floating>label {
        border: 1px solid transparent;
        height: 100%;
        left: 0;
        overflow: hidden;
        padding: 1rem .75rem;
        pointer-events: none;
        position: absolute;
        text-align: start;
        text-overflow: ellipsis;
        top: 0;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out, transform .1s ease-in-out;
        white-space: nowrap;
        width: 100%
    }

    @media (prefers-reduced-motion:reduce) {
        .form-floating>label {
            transition: none
        }
    }

    .form-floating>.form-control,
    .form-floating>.form-control-plaintext {
        padding: 1rem .75rem
    }

    .form-floating>.form-control-plaintext::-moz-placeholder,
    .form-floating>.form-control::-moz-placeholder {
        color: transparent
    }

    .form-floating>.form-control-plaintext::placeholder,
    .form-floating>.form-control::placeholder {
        color: transparent
    }

    .form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
    .form-floating>.form-control:not(:-moz-placeholder-shown) {
        padding-bottom: .625rem;
        padding-top: 1.625rem
    }

    .form-floating>.form-control-plaintext:focus,
    .form-floating>.form-control-plaintext:not(:placeholder-shown),
    .form-floating>.form-control:focus,
    .form-floating>.form-control:not(:placeholder-shown) {
        padding-bottom: .625rem;
        padding-top: 1.625rem
    }

    .form-floating>.form-control-plaintext:-webkit-autofill,
    .form-floating>.form-control:-webkit-autofill {
        padding-bottom: .625rem;
        padding-top: 1.625rem
    }

    .form-floating>.form-select {
        padding-bottom: .625rem;
        padding-top: 1.625rem
    }

    .form-floating>.form-control:not(:-moz-placeholder-shown)~label {
        opacity: .65;
        transform: scale(.85) translateY(-.5rem) translate(.15rem)
    }

    .form-floating>.form-control-plaintext~label,
    .form-floating>.form-control:focus~label,
    .form-floating>.form-control:not(:placeholder-shown)~label,
    .form-floating>.form-select~label {
        opacity: .65;
        transform: scale(.85) translateY(-.5rem) translate(.15rem)
    }

    .form-floating>.form-control:-webkit-autofill~label {
        opacity: .65;
        transform: scale(.85) translateY(-.5rem) translate(.15rem)
    }

    .form-floating>.form-control-plaintext~label {
        border-width: 1px 0
    }

    .input-group {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        width: 100%
    }

    .input-group>.form-control,
    .input-group>.form-floating,
    .input-group>.form-select {
        flex: 1 1 auto;
        min-width: 0;
        position: relative;
        width: 1%
    }

    .input-group>.form-control:focus,
    .input-group>.form-floating:focus-within,
    .input-group>.form-select:focus {
        z-index: 5
    }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

    .input-group .btn:focus {
        z-index: 5
    }

    .input-group-text {
        align-items: center;
        background-color: #e9ecef;
        border: 1px solid #ced4da;
        border-radius: .375rem;
        color: #212529;
        display: flex;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        padding: .375rem .75rem;
        text-align: center;
        white-space: nowrap
    }

    .input-group-lg>.btn,
    .input-group-lg>.form-control,
    .input-group-lg>.form-select,
    .input-group-lg>.input-group-text {
        border-radius: .5rem;
        font-size: 1.25rem;
        padding: .5rem 1rem
    }

    .input-group-sm>.btn,
    .input-group-sm>.form-control,
    .input-group-sm>.form-select,
    .input-group-sm>.input-group-text {
        border-radius: .25rem;
        font-size: .875rem;
        padding: .25rem .5rem
    }

    .input-group-lg>.form-select,
    .input-group-sm>.form-select {
        padding-right: 3rem
    }

    .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
    .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
    .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
    .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
    .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
    .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
    .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
    .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -1px
    }

    .input-group>.form-floating:not(:first-child)>.form-control,
    .input-group>.form-floating:not(:first-child)>.form-select {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .valid-feedback {
        color: #198754;
        display: none;
        font-size: .875em;
        margin-top: .25rem;
        width: 100%
    }

    .valid-tooltip {
        background-color: #198754e6;
        border-radius: .375rem;
        color: #fff;
        display: none;
        font-size: .875rem;
        margin-top: .1rem;
        max-width: 100%;
        padding: .25rem .5rem;
        position: absolute;
        top: 100%;
        z-index: 5
    }

    .is-valid~.valid-feedback,
    .is-valid~.valid-tooltip,
    .was-validated :valid~.valid-feedback,
    .was-validated :valid~.valid-tooltip {
        display: block
    }

    .form-control.is-valid,
    .was-validated .form-control:valid {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' 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.1'/%3E%3C/svg%3E");
        background-position: right calc(.375em + .1875rem) center;
        background-repeat: no-repeat;
        background-size: calc(.75em + .375rem) calc(.75em + .375rem);
        border-color: #198754;
        padding-right: calc(1.5em + .75rem)
    }

    .form-control.is-valid:focus,
    .was-validated .form-control:valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem #19875440
    }

    .was-validated textarea.form-control:valid,
    textarea.form-control.is-valid {
        background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
        padding-right: calc(1.5em + .75rem)
    }

    .form-select.is-valid,
    .was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],
    .was-validated .form-select:valid:not([multiple]):not([size]),
    .was-validated .form-select:valid:not([multiple])[size="1"] {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' 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.1'/%3E%3C/svg%3E");
        background-position: right .75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
        padding-right: 4.125rem
    }

    .form-select.is-valid:focus,
    .was-validated .form-select:valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem #19875440
    }

    .form-control-color.is-valid,
    .was-validated .form-control-color:valid {
        width: calc(3.75rem + 1.5em)
    }

    .form-check-input.is-valid,
    .was-validated .form-check-input:valid {
        border-color: #198754
    }

    .form-check-input.is-valid:checked,
    .was-validated .form-check-input:valid:checked {
        background-color: #198754
    }

    .form-check-input.is-valid:focus,
    .was-validated .form-check-input:valid:focus {
        box-shadow: 0 0 0 .25rem #19875440
    }

    .form-check-input.is-valid~.form-check-label,
    .was-validated .form-check-input:valid~.form-check-label {
        color: #198754
    }

    .form-check-inline .form-check-input~.valid-feedback {
        margin-left: .5em
    }

    .input-group>.form-control:not(:focus).is-valid,
    .input-group>.form-floating:not(:focus-within).is-valid,
    .input-group>.form-select:not(:focus).is-valid,
    .was-validated .input-group>.form-control:not(:focus):valid,
    .was-validated .input-group>.form-floating:not(:focus-within):valid,
    .was-validated .input-group>.form-select:not(:focus):valid {
        z-index: 3
    }

    .invalid-feedback {
        color: #dc3545;
        display: none;
        font-size: .875em;
        margin-top: .25rem;
        width: 100%
    }

    .invalid-tooltip {
        background-color: #dc3545e6;
        border-radius: .375rem;
        color: #fff;
        display: none;
        font-size: .875rem;
        margin-top: .1rem;
        max-width: 100%;
        padding: .25rem .5rem;
        position: absolute;
        top: 100%;
        z-index: 5
    }

    .is-invalid~.invalid-feedback,
    .is-invalid~.invalid-tooltip,
    .was-validated :invalid~.invalid-feedback,
    .was-validated :invalid~.invalid-tooltip {
        display: block
    }

    .form-control.is-invalid,
    .was-validated .form-control:invalid {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E");
        background-position: right calc(.375em + .1875rem) center;
        background-repeat: no-repeat;
        background-size: calc(.75em + .375rem) calc(.75em + .375rem);
        border-color: #dc3545;
        padding-right: calc(1.5em + .75rem)
    }

    .form-control.is-invalid:focus,
    .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem #dc354540
    }

    .was-validated textarea.form-control:invalid,
    textarea.form-control.is-invalid {
        background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
        padding-right: calc(1.5em + .75rem)
    }

    .form-select.is-invalid,
    .was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],
    .was-validated .form-select:invalid:not([multiple]):not([size]),
    .was-validated .form-select:invalid:not([multiple])[size="1"] {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E");
        background-position: right .75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
        padding-right: 4.125rem
    }

    .form-select.is-invalid:focus,
    .was-validated .form-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem #dc354540
    }

    .form-control-color.is-invalid,
    .was-validated .form-control-color:invalid {
        width: calc(3.75rem + 1.5em)
    }

    .form-check-input.is-invalid,
    .was-validated .form-check-input:invalid {
        border-color: #dc3545
    }

    .form-check-input.is-invalid:checked,
    .was-validated .form-check-input:invalid:checked {
        background-color: #dc3545
    }

    .form-check-input.is-invalid:focus,
    .was-validated .form-check-input:invalid:focus {
        box-shadow: 0 0 0 .25rem #dc354540
    }

    .form-check-input.is-invalid~.form-check-label,
    .was-validated .form-check-input:invalid~.form-check-label {
        color: #dc3545
    }

    .form-check-inline .form-check-input~.invalid-feedback {
        margin-left: .5em
    }

    .input-group>.form-control:not(:focus).is-invalid,
    .input-group>.form-floating:not(:focus-within).is-invalid,
    .input-group>.form-select:not(:focus).is-invalid,
    .was-validated .input-group>.form-control:not(:focus):invalid,
    .was-validated .input-group>.form-floating:not(:focus-within):invalid,
    .was-validated .input-group>.form-select:not(:focus):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: #212529;
        --bs-btn-bg: transparent;
        --bs-btn-border-width: 1px;
        --bs-btn-border-color: transparent;
        --bs-btn-border-radius: .375rem;
        --bs-btn-hover-border-color: transparent;
        --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .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);
        background-color: var(--bs-btn-bg);
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
        border-radius: var(--bs-btn-border-radius);
        color: var(--bs-btn-color);
        cursor: pointer;
        display: inline-block;
        font-family: var(--bs-btn-font-family);
        font-size: var(--bs-btn-font-size);
        font-weight: var(--bs-btn-font-weight);
        line-height: var(--bs-btn-line-height);
        padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
        text-align: center;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        vertical-align: middle
    }

    @media (prefers-reduced-motion:reduce) {
        .btn {
            transition: none
        }
    }

    .btn:hover {
        background-color: var(--bs-btn-hover-bg);
        border-color: var(--bs-btn-hover-border-color);
        color: var(--bs-btn-hover-color)
    }

    .btn-check+.btn:hover {
        background-color: var(--bs-btn-bg);
        border-color: var(--bs-btn-border-color);
        color: var(--bs-btn-color)
    }

    .btn:focus-visible {
        background-color: var(--bs-btn-hover-bg);
        border-color: var(--bs-btn-hover-border-color);
        box-shadow: var(--bs-btn-focus-box-shadow);
        color: var(--bs-btn-hover-color);
        outline: 0
    }

    .btn-check:focus-visible+.btn {
        border-color: var(--bs-btn-hover-border-color);
        box-shadow: var(--bs-btn-focus-box-shadow);
        outline: 0
    }

    .btn-check:checked+.btn,
    .btn.active,
    .btn.show,
    .btn:first-child:active,
    :not(.btn-check)+.btn:active {
        background-color: var(--bs-btn-active-bg);
        border-color: var(--bs-btn-active-border-color);
        color: var(--bs-btn-active-color)
    }

    .btn-check:checked+.btn:focus-visible,
    .btn.active:focus-visible,
    .btn.show:focus-visible,
    .btn:first-child:active:focus-visible,
    :not(.btn-check)+.btn:active:focus-visible {
        box-shadow: var(--bs-btn-focus-box-shadow)
    }

    .btn.disabled,
    .btn:disabled,
    fieldset:disabled .btn {
        background-color: var(--bs-btn-disabled-bg);
        border-color: var(--bs-btn-disabled-border-color);
        color: var(--bs-btn-disabled-color);
        opacity: var(--bs-btn-disabled-opacity);
        pointer-events: none
    }

    .btn-primary {
        --bs-btn-color: #fff;
        --bs-btn-bg: #0d6efd;
        --bs-btn-border-color: #0d6efd;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #0b5ed7;
        --bs-btn-hover-border-color: #0a58ca;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #0a58ca;
        --bs-btn-active-border-color: #0a53be;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #0d6efd;
        --bs-btn-disabled-border-color: #0d6efd
    }

    .btn-secondary {
        --bs-btn-color: #fff;
        --bs-btn-bg: #6c757d;
        --bs-btn-border-color: #6c757d;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #5c636a;
        --bs-btn-hover-border-color: #565e64;
        --bs-btn-focus-shadow-rgb: 130, 138, 145;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #565e64;
        --bs-btn-active-border-color: #51585e;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #6c757d;
        --bs-btn-disabled-border-color: #6c757d
    }

    .btn-success {
        --bs-btn-color: #fff;
        --bs-btn-bg: #198754;
        --bs-btn-border-color: #198754;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #157347;
        --bs-btn-hover-border-color: #146c43;
        --bs-btn-focus-shadow-rgb: 60, 153, 110;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #146c43;
        --bs-btn-active-border-color: #13653f;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #198754;
        --bs-btn-disabled-border-color: #198754
    }

    .btn-info {
        --bs-btn-color: #000;
        --bs-btn-bg: #0dcaf0;
        --bs-btn-border-color: #0dcaf0;
        --bs-btn-hover-color: #000;
        --bs-btn-hover-bg: #31d2f2;
        --bs-btn-hover-border-color: #25cff2;
        --bs-btn-focus-shadow-rgb: 11, 172, 204;
        --bs-btn-active-color: #000;
        --bs-btn-active-bg: #3dd5f3;
        --bs-btn-active-border-color: #25cff2;
        --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: #ffca2c;
        --bs-btn-hover-border-color: #ffc720;
        --bs-btn-focus-shadow-rgb: 217, 164, 6;
        --bs-btn-active-color: #000;
        --bs-btn-active-bg: #ffcd39;
        --bs-btn-active-border-color: #ffc720;
        --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-danger {
        --bs-btn-color: #fff;
        --bs-btn-bg: #dc3545;
        --bs-btn-border-color: #dc3545;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #bb2d3b;
        --bs-btn-hover-border-color: #b02a37;
        --bs-btn-focus-shadow-rgb: 225, 83, 97;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #b02a37;
        --bs-btn-active-border-color: #a52834;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #dc3545;
        --bs-btn-disabled-border-color: #dc3545
    }

    .btn-light {
        --bs-btn-color: #000;
        --bs-btn-bg: #f8f9fa;
        --bs-btn-border-color: #f8f9fa;
        --bs-btn-hover-color: #000;
        --bs-btn-hover-bg: #d3d4d5;
        --bs-btn-hover-border-color: #c6c7c8;
        --bs-btn-focus-shadow-rgb: 211, 212, 213;
        --bs-btn-active-color: #000;
        --bs-btn-active-bg: #c6c7c8;
        --bs-btn-active-border-color: #babbbc;
        --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: #424649;
        --bs-btn-hover-border-color: #373b3e;
        --bs-btn-focus-shadow-rgb: 66, 70, 73;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #4d5154;
        --bs-btn-active-border-color: #373b3e;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #212529;
        --bs-btn-disabled-border-color: #212529
    }

    .btn-outline-primary {
        --bs-btn-color: #0d6efd;
        --bs-btn-border-color: #0d6efd;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #0d6efd;
        --bs-btn-hover-border-color: #0d6efd;
        --bs-btn-focus-shadow-rgb: 13, 110, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #0d6efd;
        --bs-btn-active-border-color: #0d6efd;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        --bs-btn-disabled-color: #0d6efd;
        --bs-btn-disabled-bg: transparent;
        --bs-btn-disabled-border-color: #0d6efd;
        --bs-gradient: none
    }

    .btn-outline-secondary {
        --bs-btn-color: #6c757d;
        --bs-btn-border-color: #6c757d;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #6c757d;
        --bs-btn-hover-border-color: #6c757d;
        --bs-btn-focus-shadow-rgb: 108, 117, 125;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #6c757d;
        --bs-btn-active-border-color: #6c757d;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        --bs-btn-disabled-color: #6c757d;
        --bs-btn-disabled-bg: transparent;
        --bs-btn-disabled-border-color: #6c757d;
        --bs-gradient: none
    }

    .btn-outline-success {
        --bs-btn-color: #198754;
        --bs-btn-border-color: #198754;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #198754;
        --bs-btn-hover-border-color: #198754;
        --bs-btn-focus-shadow-rgb: 25, 135, 84;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #198754;
        --bs-btn-active-border-color: #198754;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        --bs-btn-disabled-color: #198754;
        --bs-btn-disabled-bg: transparent;
        --bs-btn-disabled-border-color: #198754;
        --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-danger {
        --bs-btn-color: #dc3545;
        --bs-btn-border-color: #dc3545;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #dc3545;
        --bs-btn-hover-border-color: #dc3545;
        --bs-btn-focus-shadow-rgb: 220, 53, 69;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #dc3545;
        --bs-btn-active-border-color: #dc3545;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        --bs-btn-disabled-color: #dc3545;
        --bs-btn-disabled-bg: transparent;
        --bs-btn-disabled-border-color: #dc3545;
        --bs-gradient: none
    }

    .btn-outline-light {
        --bs-btn-color: #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-link {
        --bs-btn-font-weight: 400;
        --bs-btn-color: var(--bs-link-color);
        --bs-btn-bg: transparent;
        --bs-btn-border-color: transparent;
        --bs-btn-hover-color: var(--bs-link-hover-color);
        --bs-btn-hover-border-color: transparent;
        --bs-btn-active-color: var(--bs-link-hover-color);
        --bs-btn-active-border-color: transparent;
        --bs-btn-disabled-color: #6c757d;
        --bs-btn-disabled-border-color: transparent;
        --bs-btn-box-shadow: none;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        text-decoration: underline
    }

    .btn-link:focus-visible {
        color: var(--bs-btn-color)
    }

    .btn-link:hover {
        color: var(--bs-btn-hover-color)
    }

    .btn-group-lg>.btn,
    .btn-lg {
        --bs-btn-padding-y: .5rem;
        --bs-btn-padding-x: 1rem;
        --bs-btn-font-size: 1.25rem;
        --bs-btn-border-radius: .5rem
    }

    .btn-group-sm>.btn,
    .btn-sm {
        --bs-btn-padding-y: .25rem;
        --bs-btn-padding-x: .5rem;
        --bs-btn-font-size: .875rem;
        --bs-btn-border-radius: .25rem
    }

    .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 {
        height: auto;
        transition: width .35s ease;
        width: 0
    }

    @media (prefers-reduced-motion:reduce) {
        .collapsing.collapse-horizontal {
            transition: none
        }
    }

    .dropdown,
    .dropdown-center,
    .dropend,
    .dropstart,
    .dropup,
    .dropup-center {
        position: relative
    }

    .dropdown-toggle {
        white-space: nowrap
    }

    .dropdown-toggle:after {
        border-bottom: 0;
        border-left: .3em solid transparent;
        border-right: .3em solid transparent;
        border-top: .3em solid;
        content: "";
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em
    }

    .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: #212529;
        --bs-dropdown-bg: #fff;
        --bs-dropdown-border-color: var(--bs-border-color-translucent);
        --bs-dropdown-border-radius: .375rem;
        --bs-dropdown-border-width: 1px;
        --bs-dropdown-inner-border-radius: calc(.375rem - 1px);
        --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
        --bs-dropdown-divider-margin-y: .5rem;
        --bs-dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        --bs-dropdown-link-color: #212529;
        --bs-dropdown-link-hover-color: #1e2125;
        --bs-dropdown-link-hover-bg: #e9ecef;
        --bs-dropdown-link-active-color: #fff;
        --bs-dropdown-link-active-bg: #0d6efd;
        --bs-dropdown-link-disabled-color: #adb5bd;
        --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;
        background-clip: padding-box;
        background-color: var(--bs-dropdown-bg);
        border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
        border-radius: var(--bs-dropdown-border-radius);
        color: var(--bs-dropdown-color);
        display: none;
        font-size: var(--bs-dropdown-font-size);
        list-style: none;
        margin: 0;
        min-width: var(--bs-dropdown-min-width);
        padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
        position: absolute;
        text-align: left;
        z-index: var(--bs-dropdown-zindex)
    }

    .dropdown-menu[data-bs-popper] {
        left: 0;
        margin-top: var(--bs-dropdown-spacer);
        top: 100%
    }

    .dropdown-menu-start {
        --bs-position: start
    }

    .dropdown-menu-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-end {
        --bs-position: end
    }

    .dropdown-menu-end[data-bs-popper] {
        left: auto;
        right: 0
    }

    @media (min-width:576px) {
        .dropdown-menu-sm-start {
            --bs-position: start
        }

        .dropdown-menu-sm-start[data-bs-popper] {
            left: 0;
            right: auto
        }

        .dropdown-menu-sm-end {
            --bs-position: end
        }

        .dropdown-menu-sm-end[data-bs-popper] {
            left: auto;
            right: 0
        }
    }

    @media (min-width:768px) {
        .dropdown-menu-md-start {
            --bs-position: start
        }

        .dropdown-menu-md-start[data-bs-popper] {
            left: 0;
            right: auto
        }

        .dropdown-menu-md-end {
            --bs-position: end
        }

        .dropdown-menu-md-end[data-bs-popper] {
            left: auto;
            right: 0
        }
    }

    @media (min-width:992px) {
        .dropdown-menu-lg-start {
            --bs-position: start
        }

        .dropdown-menu-lg-start[data-bs-popper] {
            left: 0;
            right: auto
        }

        .dropdown-menu-lg-end {
            --bs-position: end
        }

        .dropdown-menu-lg-end[data-bs-popper] {
            left: auto;
            right: 0
        }
    }

    @media (min-width:1200px) {
        .dropdown-menu-xl-start {
            --bs-position: start
        }

        .dropdown-menu-xl-start[data-bs-popper] {
            left: 0;
            right: auto
        }

        .dropdown-menu-xl-end {
            --bs-position: end
        }

        .dropdown-menu-xl-end[data-bs-popper] {
            left: auto;
            right: 0
        }
    }

    @media (min-width:1400px) {
        .dropdown-menu-xxl-start {
            --bs-position: start
        }

        .dropdown-menu-xxl-start[data-bs-popper] {
            left: 0;
            right: auto
        }

        .dropdown-menu-xxl-end {
            --bs-position: end
        }

        .dropdown-menu-xxl-end[data-bs-popper] {
            left: auto;
            right: 0
        }
    }

    .dropup .dropdown-menu[data-bs-popper] {
        bottom: 100%;
        margin-bottom: var(--bs-dropdown-spacer);
        margin-top: 0;
        top: auto
    }

    .dropup .dropdown-toggle:after {
        border-bottom: .3em solid;
        border-left: .3em solid transparent;
        border-right: .3em solid transparent;
        border-top: 0;
        content: "";
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em
    }

    .dropup .dropdown-toggle:empty:after {
        margin-left: 0
    }

    .dropend .dropdown-menu[data-bs-popper] {
        left: 100%;
        margin-left: var(--bs-dropdown-spacer);
        margin-top: 0;
        right: auto;
        top: 0
    }

    .dropend .dropdown-toggle:after {
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
        border-right: 0;
        border-top: .3em solid transparent;
        content: "";
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em
    }

    .dropend .dropdown-toggle:empty:after {
        margin-left: 0
    }

    .dropend .dropdown-toggle:after {
        vertical-align: 0
    }

    .dropstart .dropdown-menu[data-bs-popper] {
        left: auto;
        margin-right: var(--bs-dropdown-spacer);
        margin-top: 0;
        right: 100%;
        top: 0
    }

    .dropstart .dropdown-toggle:after {
        content: "";
        display: inline-block;
        display: none;
        margin-left: .255em;
        vertical-align: .255em
    }

    .dropstart .dropdown-toggle:before {
        border-bottom: .3em solid transparent;
        border-right: .3em solid;
        border-top: .3em solid transparent;
        content: "";
        display: inline-block;
        margin-right: .255em;
        vertical-align: .255em
    }

    .dropstart .dropdown-toggle:empty:after {
        margin-left: 0
    }

    .dropstart .dropdown-toggle:before {
        vertical-align: 0
    }

    .dropdown-divider {
        border-top: 1px solid var(--bs-dropdown-divider-bg);
        height: 0;
        margin: var(--bs-dropdown-divider-margin-y) 0;
        opacity: 1;
        overflow: hidden
    }

    .dropdown-item {
        background-color: transparent;
        border: 0;
        clear: both;
        color: var(--bs-dropdown-link-color);
        display: block;
        font-weight: 400;
        padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        width: 100%
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: var(--bs-dropdown-link-hover-bg);
        color: var(--bs-dropdown-link-hover-color)
    }

    .dropdown-item.active,
    .dropdown-item:active {
        background-color: var(--bs-dropdown-link-active-bg);
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        background-color: transparent;
        color: var(--bs-dropdown-link-disabled-color);
        pointer-events: none
    }

    .dropdown-menu.show {
        display: block
    }

    .dropdown-header {
        color: var(--bs-dropdown-header-color);
        display: block;
        font-size: .875rem;
        margin-bottom: 0;
        padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
        white-space: nowrap
    }

    .dropdown-item-text {
        color: var(--bs-dropdown-link-color);
        display: block;
        padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)
    }

    .dropdown-menu-dark {
        --bs-dropdown-color: #dee2e6;
        --bs-dropdown-bg: #343a40;
        --bs-dropdown-border-color: var(--bs-border-color-translucent);
        --bs-dropdown-box-shadow: ;
        --bs-dropdown-link-color: #dee2e6;
        --bs-dropdown-link-hover-color: #fff;
        --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
        --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);
        --bs-dropdown-link-active-color: #fff;
        --bs-dropdown-link-active-bg: #0d6efd;
        --bs-dropdown-link-disabled-color: #adb5bd;
        --bs-dropdown-header-color: #adb5bd
    }

    .btn-group,
    .btn-group-vertical {
        display: inline-flex;
        position: relative;
        vertical-align: middle
    }

    .btn-group-vertical>.btn,
    .btn-group>.btn {
        flex: 1 1 auto;
        position: relative
    }

    .btn-group-vertical>.btn-check:checked+.btn,
    .btn-group-vertical>.btn-check:focus+.btn,
    .btn-group-vertical>.btn.active,
    .btn-group-vertical>.btn:active,
    .btn-group-vertical>.btn:focus,
    .btn-group-vertical>.btn:hover,
    .btn-group>.btn-check:checked+.btn,
    .btn-group>.btn-check:focus+.btn,
    .btn-group>.btn.active,
    .btn-group>.btn:active,
    .btn-group>.btn:focus,
    .btn-group>.btn:hover {
        z-index: 1
    }

    .btn-toolbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .btn-toolbar .input-group {
        width: auto
    }

    .btn-group {
        border-radius: .375rem
    }

    .btn-group>.btn-group:not(:first-child),
    .btn-group>:not(.btn-check:first-child)+.btn {
        margin-left: -1px
    }

    .btn-group>.btn-group:not(:last-child)>.btn,
    .btn-group>.btn.dropdown-toggle-split:first-child,
    .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group>.btn-group:not(:first-child)>.btn,
    .btn-group>.btn:nth-child(n+3),
    .btn-group>:not(.btn-check)+.btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .dropdown-toggle-split {
        padding-left: .5625rem;
        padding-right: .5625rem
    }

    .dropdown-toggle-split:after,
    .dropend .dropdown-toggle-split:after,
    .dropup .dropdown-toggle-split:after {
        margin-left: 0
    }

    .dropstart .dropdown-toggle-split:before {
        margin-right: 0
    }

    .btn-group-sm>.btn+.dropdown-toggle-split,
    .btn-sm+.dropdown-toggle-split {
        padding-left: .375rem;
        padding-right: .375rem
    }

    .btn-group-lg>.btn+.dropdown-toggle-split,
    .btn-lg+.dropdown-toggle-split {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .btn-group-vertical {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center
    }

    .btn-group-vertical>.btn,
    .btn-group-vertical>.btn-group {
        width: 100%
    }

    .btn-group-vertical>.btn-group:not(:first-child),
    .btn-group-vertical>.btn:not(:first-child) {
        margin-top: -1px
    }

    .btn-group-vertical>.btn-group:not(:last-child)>.btn,
    .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group-vertical>.btn-group:not(:first-child)>.btn,
    .btn-group-vertical>.btn~.btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .nav {
        --bs-nav-link-padding-x: 1rem;
        --bs-nav-link-padding-y: .5rem;
        --bs-nav-link-font-weight: ;
        --bs-nav-link-color: var(--bs-link-color);
        --bs-nav-link-hover-color: var(--bs-link-hover-color);
        --bs-nav-link-disabled-color: #6c757d;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0
    }

    .nav-link {
        color: var(--bs-nav-link-color);
        display: block;
        font-size: var(--bs-nav-link-font-size);
        font-weight: var(--bs-nav-link-font-weight);
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        text-decoration: none;
        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:focus,
    .nav-link:hover {
        color: var(--bs-nav-link-hover-color)
    }

    .nav-link.disabled {
        color: var(--bs-nav-link-disabled-color);
        cursor: default;
        pointer-events: none
    }

    .nav-tabs {
        --bs-nav-tabs-border-width: 1px;
        --bs-nav-tabs-border-color: #dee2e6;
        --bs-nav-tabs-border-radius: .375rem;
        --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
        --bs-nav-tabs-link-active-color: #495057;
        --bs-nav-tabs-link-active-bg: #fff;
        --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
        border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
    }

    .nav-tabs .nav-link {
        background: 0 0;
        border: var(--bs-nav-tabs-border-width) solid transparent;
        border-top-left-radius: var(--bs-nav-tabs-border-radius);
        border-top-right-radius: var(--bs-nav-tabs-border-radius);
        margin-bottom: calc(var(--bs-nav-tabs-border-width)*-1)
    }

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-color: var(--bs-nav-tabs-link-hover-border-color);
        isolation: isolate
    }

    .nav-tabs .nav-link.disabled,
    .nav-tabs .nav-link:disabled {
        background-color: transparent;
        border-color: transparent;
        color: var(--bs-nav-link-disabled-color)
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background-color: var(--bs-nav-tabs-link-active-bg);
        border-color: var(--bs-nav-tabs-link-active-border-color);
        color: var(--bs-nav-tabs-link-active-color)
    }

    .nav-tabs .dropdown-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: calc(var(--bs-nav-tabs-border-width)*-1)
    }

    .nav-pills {
        --bs-nav-pills-border-radius: .375rem;
        --bs-nav-pills-link-active-color: #fff;
        --bs-nav-pills-link-active-bg: #0d6efd
    }

    .nav-pills .nav-link {
        background: 0 0;
        border: 0;
        border-radius: var(--bs-nav-pills-border-radius)
    }

    .nav-pills .nav-link:disabled {
        background-color: transparent;
        border-color: transparent;
        color: var(--bs-nav-link-disabled-color)
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background-color: var(--bs-nav-pills-link-active-bg);
        color: var(--bs-nav-pills-link-active-color)
    }

    .nav-fill .nav-item,
    .nav-fill>.nav-link {
        flex: 1 1 auto;
        text-align: center
    }

    .nav-justified .nav-item,
    .nav-justified>.nav-link {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center
    }

    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        width: 100%
    }

    .tab-content>.tab-pane {
        display: none
    }

    .tab-content>.active {
        display: block
    }

    .navbar {
        --bs-navbar-padding-x: 0;
        --bs-navbar-padding-y: .5rem;
        --bs-navbar-color: rgba(0, 0, 0, .55);
        --bs-navbar-hover-color: rgba(0, 0, 0, .7);
        --bs-navbar-disabled-color: rgba(0, 0, 0, .3);
        --bs-navbar-active-color: rgba(0, 0, 0, .9);
        --bs-navbar-brand-padding-y: .3125rem;
        --bs-navbar-brand-margin-end: 1rem;
        --bs-navbar-brand-font-size: 1.25rem;
        --bs-navbar-brand-color: rgba(0, 0, 0, .9);
        --bs-navbar-brand-hover-color: rgba(0, 0, 0, .9);
        --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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        --bs-navbar-toggler-border-color: rgba(0, 0, 0, .1);
        --bs-navbar-toggler-border-radius: .375rem;
        --bs-navbar-toggler-focus-width: .25rem;
        --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
        position: relative
    }

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        align-items: center;
        display: flex;
        flex-wrap: inherit;
        justify-content: space-between
    }

    .navbar-brand {
        color: var(--bs-navbar-brand-color);
        font-size: var(--bs-navbar-brand-font-size);
        margin-right: var(--bs-navbar-brand-margin-end);
        padding-bottom: var(--bs-navbar-brand-padding-y);
        padding-top: var(--bs-navbar-brand-padding-y);
        text-decoration: none;
        white-space: nowrap
    }

    .navbar-brand:focus,
    .navbar-brand:hover {
        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;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .show>.nav-link {
        color: var(--bs-navbar-active-color)
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

    .navbar-text {
        color: var(--bs-navbar-color);
        padding-bottom: .5rem;
        padding-top: .5rem
    }

    .navbar-text a,
    .navbar-text a:focus,
    .navbar-text a:hover {
        color: var(--bs-navbar-active-color)
    }

    .navbar-collapse {
        align-items: center;
        flex-basis: 100%;
        flex-grow: 1
    }

    .navbar-toggler {
        background-color: transparent;
        border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
        border-radius: var(--bs-navbar-toggler-border-radius);
        color: var(--bs-navbar-color);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        transition: var(--bs-navbar-toggler-transition)
    }

    @media (prefers-reduced-motion:reduce) {
        .navbar-toggler {
            transition: none
        }
    }

    .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
        outline: 0;
        text-decoration: none
    }

    .navbar-toggler-icon {
        background-image: var(--bs-navbar-toggler-icon-bg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        display: inline-block;
        height: 1.5em;
        vertical-align: middle;
        width: 1.5em
    }

    .navbar-nav-scroll {
        max-height: var(--bs-scroll-height, 75vh);
        overflow-y: auto
    }

    @media (min-width:576px) {
        .navbar-expand-sm {
            flex-wrap: nowrap;
            justify-content: flex-start
        }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

        .navbar-expand-sm .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand-sm .navbar-nav .nav-link {
            padding-left: var(--bs-navbar-nav-link-padding-x);
            padding-right: var(--bs-navbar-nav-link-padding-x)
        }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }

        .navbar-expand-sm .offcanvas {
            background-color: transparent !important;
            border: 0 !important;
            flex-grow: 1;
            height: auto !important;
            position: static;
            transform: none !important;
            transition: none;
            visibility: visible !important;
            width: auto !important;
            z-index: auto
        }

        .navbar-expand-sm .offcanvas .offcanvas-header {
            display: none
        }

        .navbar-expand-sm .offcanvas .offcanvas-body {
            display: flex;
            flex-grow: 0;
            overflow-y: visible;
            padding: 0
        }
    }

    @media (min-width:768px) {
        .navbar-expand-md {
            flex-wrap: nowrap;
            justify-content: flex-start
        }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

        .navbar-expand-md .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand-md .navbar-nav .nav-link {
            padding-left: var(--bs-navbar-nav-link-padding-x);
            padding-right: var(--bs-navbar-nav-link-padding-x)
        }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }

        .navbar-expand-md .offcanvas {
            background-color: transparent !important;
            border: 0 !important;
            flex-grow: 1;
            height: auto !important;
            position: static;
            transform: none !important;
            transition: none;
            visibility: visible !important;
            width: auto !important;
            z-index: auto
        }

        .navbar-expand-md .offcanvas .offcanvas-header {
            display: none
        }

        .navbar-expand-md .offcanvas .offcanvas-body {
            display: flex;
            flex-grow: 0;
            overflow-y: visible;
            padding: 0
        }
    }

    @media (min-width:992px) {
        .navbar-expand-lg {
            flex-wrap: nowrap;
            justify-content: flex-start
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding-left: var(--bs-navbar-nav-link-padding-x);
            padding-right: var(--bs-navbar-nav-link-padding-x)
        }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }

        .navbar-expand-lg .offcanvas {
            background-color: transparent !important;
            border: 0 !important;
            flex-grow: 1;
            height: auto !important;
            position: static;
            transform: none !important;
            transition: none;
            visibility: visible !important;
            width: auto !important;
            z-index: auto
        }

        .navbar-expand-lg .offcanvas .offcanvas-header {
            display: none
        }

        .navbar-expand-lg .offcanvas .offcanvas-body {
            display: flex;
            flex-grow: 0;
            overflow-y: visible;
            padding: 0
        }
    }

    @media (min-width:1200px) {
        .navbar-expand-xl {
            flex-wrap: nowrap;
            justify-content: flex-start
        }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

        .navbar-expand-xl .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand-xl .navbar-nav .nav-link {
            padding-left: var(--bs-navbar-nav-link-padding-x);
            padding-right: var(--bs-navbar-nav-link-padding-x)
        }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }

        .navbar-expand-xl .offcanvas {
            background-color: transparent !important;
            border: 0 !important;
            flex-grow: 1;
            height: auto !important;
            position: static;
            transform: none !important;
            transition: none;
            visibility: visible !important;
            width: auto !important;
            z-index: auto
        }

        .navbar-expand-xl .offcanvas .offcanvas-header {
            display: none
        }

        .navbar-expand-xl .offcanvas .offcanvas-body {
            display: flex;
            flex-grow: 0;
            overflow-y: visible;
            padding: 0
        }
    }

    @media (min-width: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-left: var(--bs-navbar-nav-link-padding-x);
            padding-right: var(--bs-navbar-nav-link-padding-x)
        }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none
        }

        .navbar-expand-xxl .offcanvas {
            background-color: transparent !important;
            border: 0 !important;
            flex-grow: 1;
            height: auto !important;
            position: static;
            transform: none !important;
            transition: none;
            visibility: visible !important;
            width: auto !important;
            z-index: auto
        }

        .navbar-expand-xxl .offcanvas .offcanvas-header {
            display: none
        }

        .navbar-expand-xxl .offcanvas .offcanvas-body {
            display: flex;
            flex-grow: 0;
            overflow-y: visible;
            padding: 0
        }
    }

    .navbar-expand {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

    .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

    .navbar-expand .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }

    .navbar-dark {
        --bs-navbar-color: hsla(0, 0%, 100%, .55);
        --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
        --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
        --bs-navbar-active-color: #fff;
        --bs-navbar-brand-color: #fff;
        --bs-navbar-brand-hover-color: #fff;
        --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1);
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }

    .card {
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 1rem;
        --bs-card-title-spacer-y: .5rem;
        --bs-card-border-width: 1px;
        --bs-card-border-color: var(--bs-border-color-translucent);
        --bs-card-border-radius: .375rem;
        --bs-card-box-shadow: ;
        --bs-card-inner-border-radius: calc(.375rem - 1px);
        --bs-card-cap-padding-y: .5rem;
        --bs-card-cap-padding-x: 1rem;
        --bs-card-cap-bg: rgba(0, 0, 0, .03);
        --bs-card-cap-color: ;
        --bs-card-height: ;
        --bs-card-color: ;
        --bs-card-bg: #fff;
        --bs-card-img-overlay-padding: 1rem;
        --bs-card-group-margin: .75rem;
        display: flex;
        flex-direction: column;
        height: var(--bs-card-height);
        min-width: 0;
        position: relative;
        word-wrap: break-word;
        background-clip: border-box;
        background-color: var(--bs-card-bg);
        border: var(--bs-card-border-width) solid var(--bs-card-border-color);
        border-radius: var(--bs-card-border-radius)
    }

    .card>hr {
        margin-left: 0;
        margin-right: 0
    }

    .card>.list-group {
        border-bottom: inherit;
        border-top: inherit
    }

    .card>.list-group:first-child {
        border-top-left-radius: var(--bs-card-inner-border-radius);
        border-top-right-radius: var(--bs-card-inner-border-radius);
        border-top-width: 0
    }

    .card>.list-group:last-child {
        border-bottom-left-radius: var(--bs-card-inner-border-radius);
        border-bottom-right-radius: var(--bs-card-inner-border-radius);
        border-bottom-width: 0
    }

    .card>.card-header+.list-group,
    .card>.list-group+.card-footer {
        border-top: 0
    }

    .card-body {
        color: var(--bs-card-color);
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x)
    }

    .card-title {
        margin-bottom: var(--bs-card-title-spacer-y)
    }

    .card-subtitle {
        margin-top: calc(var(--bs-card-title-spacer-y)*-.5)
    }

    .card-subtitle,
    .card-text:last-child {
        margin-bottom: 0
    }

    .card-link+.card-link {
        margin-left: var(--bs-card-spacer-x)
    }

    .card-header {
        background-color: var(--bs-card-cap-bg);
        border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
        color: var(--bs-card-cap-color);
        margin-bottom: 0;
        padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
    }

    .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
    }

    .card-footer {
        background-color: var(--bs-card-cap-bg);
        border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
        color: var(--bs-card-cap-color);
        padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
    }

    .card-footer:last-child {
        border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
    }

    .card-header-tabs {
        border-bottom: 0;
        margin-bottom: calc(var(--bs-card-cap-padding-y)*-1);
        margin-left: calc(var(--bs-card-cap-padding-x)*-.5);
        margin-right: calc(var(--bs-card-cap-padding-x)*-.5)
    }

    .card-header-tabs .nav-link.active {
        background-color: var(--bs-card-bg);
        border-bottom-color: var(--bs-card-bg)
    }

    .card-header-pills {
        margin-left: calc(var(--bs-card-cap-padding-x)*-.5);
        margin-right: calc(var(--bs-card-cap-padding-x)*-.5)
    }

    .card-img-overlay {
        border-radius: var(--bs-card-inner-border-radius);
        bottom: 0;
        left: 0;
        padding: var(--bs-card-img-overlay-padding);
        position: absolute;
        right: 0;
        top: 0
    }

    .card-img,
    .card-img-bottom,
    .card-img-top {
        width: 100%
    }

    .card-img,
    .card-img-top {
        border-top-left-radius: var(--bs-card-inner-border-radius);
        border-top-right-radius: var(--bs-card-inner-border-radius)
    }

    .card-img,
    .card-img-bottom {
        border-bottom-left-radius: var(--bs-card-inner-border-radius);
        border-bottom-right-radius: var(--bs-card-inner-border-radius)
    }

    .card-group>.card {
        margin-bottom: var(--bs-card-group-margin)
    }

    @media (min-width:576px) {
        .card-group {
            display: flex;
            flex-flow: row wrap
        }

        .card-group>.card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

        .card-group>.card+.card {
            border-left: 0;
            margin-left: 0
        }

        .card-group>.card:not(:last-child) {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0
        }

        .card-group>.card:not(:last-child) .card-header,
        .card-group>.card:not(:last-child) .card-img-top {
            border-top-right-radius: 0
        }

        .card-group>.card:not(:last-child) .card-footer,
        .card-group>.card:not(:last-child) .card-img-bottom {
            border-bottom-right-radius: 0
        }

        .card-group>.card:not(:first-child) {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

        .card-group>.card:not(:first-child) .card-header,
        .card-group>.card:not(:first-child) .card-img-top {
            border-top-left-radius: 0
        }

        .card-group>.card:not(:first-child) .card-footer,
        .card-group>.card:not(:first-child) .card-img-bottom {
            border-bottom-left-radius: 0
        }
    }

    .accordion {
        --bs-accordion-color: #212529;
        --bs-accordion-bg: #fff;
        --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: var(--bs-border-color);
        --bs-accordion-border-width: 1px;
        --bs-accordion-border-radius: .375rem;
        --bs-accordion-inner-border-radius: calc(.375rem - 1px);
        --bs-accordion-btn-padding-x: 1.25rem;
        --bs-accordion-btn-padding-y: 1rem;
        --bs-accordion-btn-color: #212529;
        --bs-accordion-btn-bg: var(--bs-accordion-bg);
        --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%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-.708'/%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230c63e4' viewBox='0 0 16 16'%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-.708'/%3E%3C/svg%3E");
        --bs-accordion-btn-focus-border-color: #86b7fe;
        --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
        --bs-accordion-body-padding-x: 1.25rem;
        --bs-accordion-body-padding-y: 1rem;
        --bs-accordion-active-color: #0c63e4;
        --bs-accordion-active-bg: #e7f1ff
    }

    .accordion-button {
        align-items: center;
        background-color: var(--bs-accordion-btn-bg);
        border: 0;
        border-radius: 0;
        color: var(--bs-accordion-btn-color);
        display: flex;
        font-size: 1rem;
        overflow-anchor: none;
        padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
        position: relative;
        text-align: left;
        transition: var(--bs-accordion-transition);
        width: 100%
    }

    @media (prefers-reduced-motion:reduce) {
        .accordion-button {
            transition: none
        }
    }

    .accordion-button:not(.collapsed) {
        background-color: var(--bs-accordion-active-bg);
        box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
        color: var(--bs-accordion-active-color)
    }

    .accordion-button:not(.collapsed):after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform)
    }

    .accordion-button:after {
        background-image: var(--bs-accordion-btn-icon);
        background-repeat: no-repeat;
        background-size: var(--bs-accordion-btn-icon-width);
        content: "";
        flex-shrink: 0;
        height: var(--bs-accordion-btn-icon-width);
        margin-left: auto;
        transition: var(--bs-accordion-btn-icon-transition);
        width: var(--bs-accordion-btn-icon-width)
    }

    @media (prefers-reduced-motion:reduce) {
        .accordion-button:after {
            transition: none
        }
    }

    .accordion-button:hover {
        z-index: 2
    }

    .accordion-button:focus {
        border-color: var(--bs-accordion-btn-focus-border-color);
        box-shadow: var(--bs-accordion-btn-focus-box-shadow);
        outline: 0;
        z-index: 3
    }

    .accordion-header {
        margin-bottom: 0
    }

    .accordion-item {
        background-color: var(--bs-accordion-bg);
        border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
        color: var(--bs-accordion-color)
    }

    .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius)
    }

    .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: var(--bs-accordion-inner-border-radius);
        border-top-right-radius: var(--bs-accordion-inner-border-radius)
    }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-left-radius: var(--bs-accordion-border-radius);
        border-bottom-right-radius: var(--bs-accordion-border-radius)
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
        border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
    }

    .accordion-item:last-of-type .accordion-collapse {
        border-bottom-left-radius: var(--bs-accordion-border-radius);
        border-bottom-right-radius: var(--bs-accordion-border-radius)
    }

    .accordion-body {
        padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
    }

    .accordion-flush .accordion-collapse {
        border-width: 0
    }

    .accordion-flush .accordion-item {
        border-left: 0;
        border-radius: 0;
        border-right: 0
    }

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button,
    .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 0
    }

    .breadcrumb {
        --bs-breadcrumb-padding-x: 0;
        --bs-breadcrumb-padding-y: 0;
        --bs-breadcrumb-margin-bottom: 1rem;
        --bs-breadcrumb-bg: ;
        --bs-breadcrumb-border-radius: ;
        --bs-breadcrumb-divider-color: #6c757d;
        --bs-breadcrumb-item-padding-x: .5rem;
        --bs-breadcrumb-item-active-color: #6c757d;
        background-color: var(--bs-breadcrumb-bg);
        border-radius: var(--bs-breadcrumb-border-radius);
        display: flex;
        flex-wrap: wrap;
        font-size: var(--bs-breadcrumb-font-size);
        list-style: none;
        margin-bottom: var(--bs-breadcrumb-margin-bottom);
        padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: var(--bs-breadcrumb-item-padding-x)
    }

    .breadcrumb-item+.breadcrumb-item:before {
        color: var(--bs-breadcrumb-divider-color);
        content: var(--bs-breadcrumb-divider, "../index.html");
        float: left;
        padding-right: var(--bs-breadcrumb-item-padding-x)
    }

    .breadcrumb-item.active {
        color: var(--bs-breadcrumb-item-active-color)
    }

    .pagination {
        --bs-pagination-padding-x: .75rem;
        --bs-pagination-padding-y: .375rem;
        --bs-pagination-font-size: 1rem;
        --bs-pagination-color: var(--bs-link-color);
        --bs-pagination-bg: #fff;
        --bs-pagination-border-width: 1px;
        --bs-pagination-border-color: #dee2e6;
        --bs-pagination-border-radius: .375rem;
        --bs-pagination-hover-color: var(--bs-link-hover-color);
        --bs-pagination-hover-bg: #e9ecef;
        --bs-pagination-hover-border-color: #dee2e6;
        --bs-pagination-focus-color: var(--bs-link-hover-color);
        --bs-pagination-focus-bg: #e9ecef;
        --bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
        --bs-pagination-active-color: #fff;
        --bs-pagination-active-bg: #0d6efd;
        --bs-pagination-active-border-color: #0d6efd;
        --bs-pagination-disabled-color: #6c757d;
        --bs-pagination-disabled-bg: #fff;
        --bs-pagination-disabled-border-color: #dee2e6;
        display: flex;
        list-style: none;
        padding-left: 0
    }

    .page-link {
        background-color: var(--bs-pagination-bg);
        border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
        color: var(--bs-pagination-color);
        display: block;
        font-size: var(--bs-pagination-font-size);
        padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
        position: relative;
        text-decoration: none;
        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 {
        background-color: var(--bs-pagination-hover-bg);
        border-color: var(--bs-pagination-hover-border-color);
        color: var(--bs-pagination-hover-color);
        z-index: 2
    }

    .page-link:focus {
        background-color: var(--bs-pagination-focus-bg);
        box-shadow: var(--bs-pagination-focus-box-shadow);
        color: var(--bs-pagination-focus-color);
        outline: 0;
        z-index: 3
    }

    .active>.page-link,
    .page-link.active {
        background-color: var(--bs-pagination-active-bg);
        border-color: var(--bs-pagination-active-border-color);
        color: var(--bs-pagination-active-color);
        z-index: 3
    }

    .disabled>.page-link,
    .page-link.disabled {
        background-color: var(--bs-pagination-disabled-bg);
        border-color: var(--bs-pagination-disabled-border-color);
        color: var(--bs-pagination-disabled-color);
        pointer-events: none
    }

    .page-item:not(:first-child) .page-link {
        margin-left: -1px
    }

    .page-item:first-child .page-link {
        border-bottom-left-radius: var(--bs-pagination-border-radius);
        border-top-left-radius: var(--bs-pagination-border-radius)
    }

    .page-item:last-child .page-link {
        border-bottom-right-radius: var(--bs-pagination-border-radius);
        border-top-right-radius: var(--bs-pagination-border-radius)
    }

    .pagination-lg {
        --bs-pagination-padding-x: 1.5rem;
        --bs-pagination-padding-y: .75rem;
        --bs-pagination-font-size: 1.25rem;
        --bs-pagination-border-radius: .5rem
    }

    .pagination-sm {
        --bs-pagination-padding-x: .5rem;
        --bs-pagination-padding-y: .25rem;
        --bs-pagination-font-size: .875rem;
        --bs-pagination-border-radius: .25rem
    }

    .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: .375rem;
        border-radius: var(--bs-badge-border-radius);
        color: var(--bs-badge-color);
        display: inline-block;
        font-size: var(--bs-badge-font-size);
        font-weight: var(--bs-badge-font-weight);
        line-height: 1;
        padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
        text-align: center;
        vertical-align: baseline;
        white-space: nowrap
    }

    .badge:empty {
        display: none
    }

    .btn .badge {
        position: relative;
        top: -1px
    }

    .alert {
        --bs-alert-bg: transparent;
        --bs-alert-padding-x: 1rem;
        --bs-alert-padding-y: 1rem;
        --bs-alert-margin-bottom: 1rem;
        --bs-alert-color: inherit;
        --bs-alert-border-color: transparent;
        --bs-alert-border: 1px solid var(--bs-alert-border-color);
        --bs-alert-border-radius: .375rem;
        background-color: var(--bs-alert-bg);
        border: var(--bs-alert-border);
        border-radius: var(--bs-alert-border-radius);
        color: var(--bs-alert-color);
        margin-bottom: var(--bs-alert-margin-bottom);
        padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
        position: relative
    }

    .alert-heading {
        color: inherit
    }

    .alert-link {
        font-weight: 700
    }

    .alert-dismissible {
        padding-right: 3rem
    }

    .alert-dismissible .btn-close {
        padding: 1.25rem 1rem;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2
    }

    .alert-primary {
        --bs-alert-color: #084298;
        --bs-alert-bg: #cfe2ff;
        --bs-alert-border-color: #b6d4fe
    }

    .alert-primary .alert-link {
        color: #06357a
    }

    .alert-secondary {
        --bs-alert-color: #41464b;
        --bs-alert-bg: #e2e3e5;
        --bs-alert-border-color: #d3d6d8
    }

    .alert-secondary .alert-link {
        color: #34383c
    }

    .alert-success {
        --bs-alert-color: #0f5132;
        --bs-alert-bg: #d1e7dd;
        --bs-alert-border-color: #badbcc
    }

    .alert-success .alert-link {
        color: #0c4128
    }

    .alert-info {
        --bs-alert-color: #055160;
        --bs-alert-bg: #cff4fc;
        --bs-alert-border-color: #b6effb
    }

    .alert-info .alert-link {
        color: #04414d
    }

    .alert-warning {
        --bs-alert-color: #664d03;
        --bs-alert-bg: #fff3cd;
        --bs-alert-border-color: #ffecb5
    }

    .alert-warning .alert-link {
        color: #523e02
    }

    .alert-danger {
        --bs-alert-color: #842029;
        --bs-alert-bg: #f8d7da;
        --bs-alert-border-color: #f5c2c7
    }

    .alert-danger .alert-link {
        color: #6a1a21
    }

    .alert-light {
        --bs-alert-color: #636464;
        --bs-alert-bg: #fefefe;
        --bs-alert-border-color: #fdfdfe
    }

    .alert-light .alert-link {
        color: #4f5050
    }

    .alert-dark {
        --bs-alert-color: #141619;
        --bs-alert-bg: #d3d3d4;
        --bs-alert-border-color: #bcbebf
    }

    .alert-dark .alert-link {
        color: #101214
    }

    @keyframes progress-bar-stripes {
        0% {
            background-position-x: 1rem
        }
    }

    .progress {
        --bs-progress-height: 1rem;
        --bs-progress-font-size: .75rem;
        --bs-progress-bg: #e9ecef;
        --bs-progress-border-radius: .375rem;
        --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
        --bs-progress-bar-color: #fff;
        --bs-progress-bar-bg: #0d6efd;
        --bs-progress-bar-transition: width .6s ease;
        background-color: var(--bs-progress-bg);
        border-radius: var(--bs-progress-border-radius);
        font-size: var(--bs-progress-font-size);
        height: var(--bs-progress-height)
    }

    .progress,
    .progress-bar {
        display: flex;
        overflow: hidden
    }

    .progress-bar {
        background-color: var(--bs-progress-bar-bg);
        color: var(--bs-progress-bar-color);
        flex-direction: column;
        justify-content: center;
        text-align: center;
        transition: var(--bs-progress-bar-transition);
        white-space: nowrap
    }

    @media (prefers-reduced-motion:reduce) {
        .progress-bar {
            transition: none
        }
    }

    .progress-bar-striped {
        background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
        background-size: var(--bs-progress-height) var(--bs-progress-height)
    }

    .progress-bar-animated {
        animation: progress-bar-stripes 1s linear infinite
    }

    @media (prefers-reduced-motion:reduce) {
        .progress-bar-animated {
            animation: none
        }
    }

    .list-group {
        --bs-list-group-color: #212529;
        --bs-list-group-bg: #fff;
        --bs-list-group-border-color: rgba(0, 0, 0, .125);
        --bs-list-group-border-width: 1px;
        --bs-list-group-border-radius: .375rem;
        --bs-list-group-item-padding-x: 1rem;
        --bs-list-group-item-padding-y: .5rem;
        --bs-list-group-action-color: #495057;
        --bs-list-group-action-hover-color: #495057;
        --bs-list-group-action-hover-bg: #f8f9fa;
        --bs-list-group-action-active-color: #212529;
        --bs-list-group-action-active-bg: #e9ecef;
        --bs-list-group-disabled-color: #6c757d;
        --bs-list-group-disabled-bg: #fff;
        --bs-list-group-active-color: #fff;
        --bs-list-group-active-bg: #0d6efd;
        --bs-list-group-active-border-color: #0d6efd;
        border-radius: var(--bs-list-group-border-radius);
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        padding-left: 0
    }

    .list-group-numbered {
        counter-reset: section;
        list-style-type: none
    }

    .list-group-numbered>.list-group-item:before {
        content: counters(section, ".") ". ";
        counter-increment: section
    }

    .list-group-item-action {
        color: var(--bs-list-group-action-color);
        text-align: inherit;
        width: 100%
    }

    .list-group-item-action:focus,
    .list-group-item-action:hover {
        background-color: var(--bs-list-group-action-hover-bg);
        color: var(--bs-list-group-action-hover-color);
        text-decoration: none;
        z-index: 1
    }

    .list-group-item-action:active {
        background-color: var(--bs-list-group-action-active-bg);
        color: var(--bs-list-group-action-active-color)
    }

    .list-group-item {
        background-color: var(--bs-list-group-bg);
        border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
        color: var(--bs-list-group-color);
        display: block;
        padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
        position: relative;
        text-decoration: none
    }

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit
    }

    .list-group-item.disabled,
    .list-group-item:disabled {
        background-color: var(--bs-list-group-disabled-bg);
        color: var(--bs-list-group-disabled-color);
        pointer-events: none
    }

    .list-group-item.active {
        background-color: var(--bs-list-group-active-bg);
        border-color: var(--bs-list-group-active-border-color);
        color: var(--bs-list-group-active-color);
        z-index: 2
    }

    .list-group-item+.list-group-item {
        border-top-width: 0
    }

    .list-group-item+.list-group-item.active {
        border-top-width: var(--bs-list-group-border-width);
        margin-top: calc(var(--bs-list-group-border-width)*-1)
    }

    .list-group-horizontal {
        flex-direction: row
    }

    .list-group-horizontal>.list-group-item:first-child: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-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }

    @media (min-width:576px) {
        .list-group-horizontal-sm {
            flex-direction: row
        }

        .list-group-horizontal-sm>.list-group-item:first-child: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-bottom-left-radius: 0;
            border-top-right-radius: var(--bs-list-group-border-radius)
        }

        .list-group-horizontal-sm>.list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm>.list-group-item+.list-group-item {
            border-left-width: 0;
            border-top-width: var(--bs-list-group-border-width)
        }

        .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
            border-left-width: var(--bs-list-group-border-width);
            margin-left: calc(var(--bs-list-group-border-width)*-1)
        }
    }

    @media (min-width:768px) {
        .list-group-horizontal-md {
            flex-direction: row
        }

        .list-group-horizontal-md>.list-group-item:first-child: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-bottom-left-radius: 0;
            border-top-right-radius: var(--bs-list-group-border-radius)
        }

        .list-group-horizontal-md>.list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md>.list-group-item+.list-group-item {
            border-left-width: 0;
            border-top-width: var(--bs-list-group-border-width)
        }

        .list-group-horizontal-md>.list-group-item+.list-group-item.active {
            border-left-width: var(--bs-list-group-border-width);
            margin-left: calc(var(--bs-list-group-border-width)*-1)
        }
    }

    @media (min-width:992px) {
        .list-group-horizontal-lg {
            flex-direction: row
        }

        .list-group-horizontal-lg>.list-group-item:first-child: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-bottom-left-radius: 0;
            border-top-right-radius: var(--bs-list-group-border-radius)
        }

        .list-group-horizontal-lg>.list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg>.list-group-item+.list-group-item {
            border-left-width: 0;
            border-top-width: var(--bs-list-group-border-width)
        }

        .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
            border-left-width: var(--bs-list-group-border-width);
            margin-left: calc(var(--bs-list-group-border-width)*-1)
        }
    }

    @media (min-width:1200px) {
        .list-group-horizontal-xl {
            flex-direction: row
        }

        .list-group-horizontal-xl>.list-group-item:first-child: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-bottom-left-radius: 0;
            border-top-right-radius: var(--bs-list-group-border-radius)
        }

        .list-group-horizontal-xl>.list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl>.list-group-item+.list-group-item {
            border-left-width: 0;
            border-top-width: var(--bs-list-group-border-width)
        }

        .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
            border-left-width: var(--bs-list-group-border-width);
            margin-left: calc(var(--bs-list-group-border-width)*-1)
        }
    }

    @media (min-width: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-bottom-left-radius: 0;
            border-top-right-radius: var(--bs-list-group-border-radius)
        }

        .list-group-horizontal-xxl>.list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xxl>.list-group-item+.list-group-item {
            border-left-width: 0;
            border-top-width: var(--bs-list-group-border-width)
        }

        .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
            border-left-width: var(--bs-list-group-border-width);
            margin-left: calc(var(--bs-list-group-border-width)*-1)
        }
    }

    .list-group-flush {
        border-radius: 0
    }

    .list-group-flush>.list-group-item {
        border-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 {
        background-color: #cfe2ff;
        color: #084298
    }

    .list-group-item-primary.list-group-item-action:focus,
    .list-group-item-primary.list-group-item-action:hover {
        background-color: #bacbe6;
        color: #084298
    }

    .list-group-item-primary.list-group-item-action.active {
        background-color: #084298;
        border-color: #084298;
        color: #fff
    }

    .list-group-item-secondary {
        background-color: #e2e3e5;
        color: #41464b
    }

    .list-group-item-secondary.list-group-item-action:focus,
    .list-group-item-secondary.list-group-item-action:hover {
        background-color: #cbccce;
        color: #41464b
    }

    .list-group-item-secondary.list-group-item-action.active {
        background-color: #41464b;
        border-color: #41464b;
        color: #fff
    }

    .list-group-item-success {
        background-color: #d1e7dd;
        color: #0f5132
    }

    .list-group-item-success.list-group-item-action:focus,
    .list-group-item-success.list-group-item-action:hover {
        background-color: #bcd0c7;
        color: #0f5132
    }

    .list-group-item-success.list-group-item-action.active {
        background-color: #0f5132;
        border-color: #0f5132;
        color: #fff
    }

    .list-group-item-info {
        background-color: #cff4fc;
        color: #055160
    }

    .list-group-item-info.list-group-item-action:focus,
    .list-group-item-info.list-group-item-action:hover {
        background-color: #badce3;
        color: #055160
    }

    .list-group-item-info.list-group-item-action.active {
        background-color: #055160;
        border-color: #055160;
        color: #fff
    }

    .list-group-item-warning {
        background-color: #fff3cd;
        color: #664d03
    }

    .list-group-item-warning.list-group-item-action:focus,
    .list-group-item-warning.list-group-item-action:hover {
        background-color: #e6dbb9;
        color: #664d03
    }

    .list-group-item-warning.list-group-item-action.active {
        background-color: #664d03;
        border-color: #664d03;
        color: #fff
    }

    .list-group-item-danger {
        background-color: #f8d7da;
        color: #842029
    }

    .list-group-item-danger.list-group-item-action:focus,
    .list-group-item-danger.list-group-item-action:hover {
        background-color: #dfc2c4;
        color: #842029
    }

    .list-group-item-danger.list-group-item-action.active {
        background-color: #842029;
        border-color: #842029;
        color: #fff
    }

    .list-group-item-light {
        background-color: #fefefe;
        color: #636464
    }

    .list-group-item-light.list-group-item-action:focus,
    .list-group-item-light.list-group-item-action:hover {
        background-color: #e5e5e5;
        color: #636464
    }

    .list-group-item-light.list-group-item-action.active {
        background-color: #636464;
        border-color: #636464;
        color: #fff
    }

    .list-group-item-dark {
        background-color: #d3d3d4;
        color: #141619
    }

    .list-group-item-dark.list-group-item-action:focus,
    .list-group-item-dark.list-group-item-action:hover {
        background-color: #bebebf;
        color: #141619
    }

    .list-group-item-dark.list-group-item-action.active {
        background-color: #141619;
        border-color: #141619;
        color: #fff
    }

    .btn-close {
        background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
        border: 0;
        border-radius: .375rem;
        box-sizing: content-box;
        color: #000;
        height: 1em;
        opacity: .5;
        padding: .25em;
        width: 1em
    }

    .btn-close:hover {
        color: #000;
        opacity: .75;
        text-decoration: none
    }

    .btn-close:focus {
        box-shadow: 0 0 0 .25rem #0d6efd40;
        opacity: 1;
        outline: 0
    }

    .btn-close.disabled,
    .btn-close:disabled {
        opacity: .25;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .btn-close-white {
        filter: invert(1) grayscale(100%) brightness(200%)
    }

    .toast {
        --bs-toast-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: hsla(0, 0%, 100%, .85);
        --bs-toast-border-width: 1px;
        --bs-toast-border-color: var(--bs-border-color-translucent);
        --bs-toast-border-radius: .375rem;
        --bs-toast-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        --bs-toast-header-color: #6c757d;
        --bs-toast-header-bg: hsla(0, 0%, 100%, .85);
        --bs-toast-header-border-color: rgba(0, 0, 0, .05);
        background-clip: padding-box;
        background-color: var(--bs-toast-bg);
        border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
        border-radius: var(--bs-toast-border-radius);
        box-shadow: var(--bs-toast-box-shadow);
        color: var(--bs-toast-color);
        font-size: var(--bs-toast-font-size);
        max-width: 100%;
        pointer-events: auto;
        width: var(--bs-toast-max-width)
    }

    .toast.showing {
        opacity: 0
    }

    .toast:not(.show) {
        display: none
    }

    .toast-container {
        --bs-toast-zindex: 1090;
        max-width: 100%;
        pointer-events: none;
        position: absolute;
        width: -moz-max-content;
        width: max-content;
        z-index: var(--bs-toast-zindex)
    }

    .toast-container>:not(:last-child) {
        margin-bottom: var(--bs-toast-spacing)
    }

    .toast-header {
        align-items: center;
        background-clip: padding-box;
        background-color: var(--bs-toast-header-bg);
        border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
        border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
        border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
        color: var(--bs-toast-header-color);
        display: flex;
        padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x)
    }

    .toast-header .btn-close {
        margin-left: var(--bs-toast-padding-x);
        margin-right: calc(var(--bs-toast-padding-x)*-.5)
    }

    .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: #fff;
        --bs-modal-border-color: var(--bs-border-color-translucent);
        --bs-modal-border-width: 1px;
        --bs-modal-border-radius: .5rem;
        --bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
        --bs-modal-inner-border-radius: calc(.5rem - 1px);
        --bs-modal-header-padding-x: 1rem;
        --bs-modal-header-padding-y: 1rem;
        --bs-modal-header-padding: 1rem 1rem;
        --bs-modal-header-border-color: var(--bs-border-color);
        --bs-modal-header-border-width: 1px;
        --bs-modal-title-line-height: 1.5;
        --bs-modal-footer-gap: .5rem;
        --bs-modal-footer-bg: ;
        --bs-modal-footer-border-color: var(--bs-border-color);
        --bs-modal-footer-border-width: 1px;
        display: none;
        height: 100%;
        left: 0;
        outline: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: var(--bs-modal-zindex)
    }

    .modal-dialog {
        margin: var(--bs-modal-margin);
        pointer-events: none;
        position: relative;
        width: auto
    }

    .modal.fade .modal-dialog {
        transform: translateY(-50px);
        transition: transform .3s ease-out
    }

    @media (prefers-reduced-motion:reduce) {
        .modal.fade .modal-dialog {
            transition: none
        }
    }

    .modal.show .modal-dialog {
        transform: none
    }

    .modal.modal-static .modal-dialog {
        transform: scale(1.02)
    }

    .modal-dialog-scrollable {
        height: calc(100% - var(--bs-modal-margin)*2)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

    .modal-dialog-centered {
        align-items: center;
        display: flex;
        min-height: calc(100% - var(--bs-modal-margin)*2)
    }

    .modal-content {
        background-clip: padding-box;
        background-color: var(--bs-modal-bg);
        border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
        border-radius: var(--bs-modal-border-radius);
        color: var(--bs-modal-color);
        display: flex;
        flex-direction: column;
        outline: 0;
        pointer-events: auto;
        position: relative;
        width: 100%
    }

    .modal-backdrop {
        --bs-backdrop-zindex: 1050;
        --bs-backdrop-bg: #000;
        --bs-backdrop-opacity: .5;
        background-color: var(--bs-backdrop-bg);
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: var(--bs-backdrop-zindex)
    }

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: var(--bs-backdrop-opacity)
    }

    .modal-header {
        align-items: center;
        border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
        border-top-left-radius: var(--bs-modal-inner-border-radius);
        border-top-right-radius: var(--bs-modal-inner-border-radius);
        display: flex;
        flex-shrink: 0;
        justify-content: space-between;
        padding: var(--bs-modal-header-padding)
    }

    .modal-header .btn-close {
        margin: calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;
        padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)
    }

    .modal-title {
        line-height: var(--bs-modal-title-line-height);
        margin-bottom: 0
    }

    .modal-body {
        flex: 1 1 auto;
        padding: var(--bs-modal-padding);
        position: relative
    }

    .modal-footer {
        align-items: center;
        background-color: var(--bs-modal-footer-bg);
        border-bottom-left-radius: var(--bs-modal-inner-border-radius);
        border-bottom-right-radius: var(--bs-modal-inner-border-radius);
        border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
        display: flex;
        flex-shrink: 0;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
    }

    .modal-footer>* {
        margin: calc(var(--bs-modal-footer-gap)*.5)
    }

    @media (min-width:576px) {
        .modal {
            --bs-modal-margin: 1.75rem;
            --bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
        }

        .modal-dialog {
            margin-left: auto;
            margin-right: auto;
            max-width: var(--bs-modal-width)
        }

        .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: 1360px
        }
    }

    .modal-fullscreen {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen .modal-footer,
    .modal-fullscreen .modal-header {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

    @media (max-width:575.98px) {
        .modal-fullscreen-sm-down {
            height: 100%;
            margin: 0;
            max-width: none;
            width: 100vw
        }

        .modal-fullscreen-sm-down .modal-content {
            border: 0;
            border-radius: 0;
            height: 100%
        }

        .modal-fullscreen-sm-down .modal-footer,
        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }
    }

    @media (max-width:767.98px) {
        .modal-fullscreen-md-down {
            height: 100%;
            margin: 0;
            max-width: none;
            width: 100vw
        }

        .modal-fullscreen-md-down .modal-content {
            border: 0;
            border-radius: 0;
            height: 100%
        }

        .modal-fullscreen-md-down .modal-footer,
        .modal-fullscreen-md-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }
    }

    @media (max-width:991.98px) {
        .modal-fullscreen-lg-down {
            height: 100%;
            margin: 0;
            max-width: none;
            width: 100vw
        }

        .modal-fullscreen-lg-down .modal-content {
            border: 0;
            border-radius: 0;
            height: 100%
        }

        .modal-fullscreen-lg-down .modal-footer,
        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }
    }

    @media (max-width:1199.98px) {
        .modal-fullscreen-xl-down {
            height: 100%;
            margin: 0;
            max-width: none;
            width: 100vw
        }

        .modal-fullscreen-xl-down .modal-content {
            border: 0;
            border-radius: 0;
            height: 100%
        }

        .modal-fullscreen-xl-down .modal-footer,
        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }
    }

    @media (max-width:1399.98px) {
        .modal-fullscreen-xxl-down {
            height: 100%;
            margin: 0;
            max-width: none;
            width: 100vw
        }

        .modal-fullscreen-xxl-down .modal-content {
            border: 0;
            border-radius: 0;
            height: 100%
        }

        .modal-fullscreen-xxl-down .modal-footer,
        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }
    }

    .tooltip {
        --bs-tooltip-zindex: 1080;
        --bs-tooltip-max-width: 200px;
        --bs-tooltip-padding-x: .5rem;
        --bs-tooltip-padding-y: .25rem;
        --bs-tooltip-margin: ;
        --bs-tooltip-font-size: .875rem;
        --bs-tooltip-color: #fff;
        --bs-tooltip-bg: #000;
        --bs-tooltip-border-radius: .375rem;
        --bs-tooltip-opacity: .9;
        --bs-tooltip-arrow-width: .8rem;
        --bs-tooltip-arrow-height: .4rem;
        display: block;
        font-family: var(--bs-font-sans-serif);
        font-size: var(--bs-tooltip-font-size);
        font-style: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-break: auto;
        line-height: 1.5;
        margin: var(--bs-tooltip-margin);
        padding: var(--bs-tooltip-arrow-height);
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        z-index: var(--bs-tooltip-zindex);
        word-wrap: break-word;
        opacity: 0
    }

    .tooltip.show {
        opacity: var(--bs-tooltip-opacity)
    }

    .tooltip .tooltip-arrow {
        display: block;
        height: var(--bs-tooltip-arrow-height);
        width: var(--bs-tooltip-arrow-width)
    }

    .tooltip .tooltip-arrow:before {
        border-color: transparent;
        border-style: solid;
        content: "";
        position: absolute
    }

    .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
    .bs-tooltip-top .tooltip-arrow {
        bottom: 0
    }

    .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
    .bs-tooltip-top .tooltip-arrow:before {
        border-top-color: var(--bs-tooltip-bg);
        border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
        top: -1px
    }

    .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
    .bs-tooltip-end .tooltip-arrow {
        height: var(--bs-tooltip-arrow-width);
        left: 0;
        width: var(--bs-tooltip-arrow-height)
    }

    .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
    .bs-tooltip-end .tooltip-arrow:before {
        border-right-color: var(--bs-tooltip-bg);
        border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
        right: -1px
    }

    .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
    .bs-tooltip-bottom .tooltip-arrow {
        top: 0
    }

    .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
    .bs-tooltip-bottom .tooltip-arrow:before {
        border-bottom-color: var(--bs-tooltip-bg);
        border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
        bottom: -1px
    }

    .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
    .bs-tooltip-start .tooltip-arrow {
        height: var(--bs-tooltip-arrow-width);
        right: 0;
        width: var(--bs-tooltip-arrow-height)
    }

    .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
    .bs-tooltip-start .tooltip-arrow:before {
        border-left-color: var(--bs-tooltip-bg);
        border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
        left: -1px
    }

    .tooltip-inner {
        background-color: var(--bs-tooltip-bg);
        border-radius: var(--bs-tooltip-border-radius);
        color: var(--bs-tooltip-color);
        max-width: var(--bs-tooltip-max-width);
        padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
        text-align: center
    }

    .popover {
        --bs-popover-zindex: 1070;
        --bs-popover-max-width: 276px;
        --bs-popover-font-size: .875rem;
        --bs-popover-bg: #fff;
        --bs-popover-border-width: 1px;
        --bs-popover-border-color: var(--bs-border-color-translucent);
        --bs-popover-border-radius: .5rem;
        --bs-popover-inner-border-radius: calc(.5rem - 1px);
        --bs-popover-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        --bs-popover-header-padding-x: 1rem;
        --bs-popover-header-padding-y: .5rem;
        --bs-popover-header-font-size: 1rem;
        --bs-popover-header-color: ;
        --bs-popover-header-bg: #f0f0f0;
        --bs-popover-body-padding-x: 1rem;
        --bs-popover-body-padding-y: 1rem;
        --bs-popover-body-color: #212529;
        --bs-popover-arrow-width: 1rem;
        --bs-popover-arrow-height: .5rem;
        --bs-popover-arrow-border: var(--bs-popover-border-color);
        display: block;
        font-family: var(--bs-font-sans-serif);
        font-size: var(--bs-popover-font-size);
        font-style: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-break: auto;
        line-height: 1.5;
        max-width: var(--bs-popover-max-width);
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        z-index: var(--bs-popover-zindex);
        word-wrap: break-word;
        background-clip: padding-box;
        background-color: var(--bs-popover-bg);
        border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
        border-radius: var(--bs-popover-border-radius)
    }

    .popover .popover-arrow {
        display: block;
        height: var(--bs-popover-arrow-height);
        width: var(--bs-popover-arrow-width)
    }

    .popover .popover-arrow:after,
    .popover .popover-arrow:before {
        border: 0 solid transparent;
        content: "";
        display: block;
        position: absolute
    }

    .bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
    .bs-popover-top>.popover-arrow {
        bottom: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))
    }

    .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
    .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
    .bs-popover-top>.popover-arrow:after,
    .bs-popover-top>.popover-arrow:before {
        border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
    }

    .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
    .bs-popover-top>.popover-arrow:before {
        border-top-color: var(--bs-popover-arrow-border);
        bottom: 0
    }

    .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
    .bs-popover-top>.popover-arrow:after {
        border-top-color: var(--bs-popover-bg);
        bottom: var(--bs-popover-border-width)
    }

    .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
    .bs-popover-end>.popover-arrow {
        height: var(--bs-popover-arrow-width);
        left: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));
        width: var(--bs-popover-arrow-height)
    }

    .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
    .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
    .bs-popover-end>.popover-arrow:after,
    .bs-popover-end>.popover-arrow:before {
        border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
    }

    .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
    .bs-popover-end>.popover-arrow:before {
        border-right-color: var(--bs-popover-arrow-border);
        left: 0
    }

    .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
    .bs-popover-end>.popover-arrow:after {
        border-right-color: var(--bs-popover-bg);
        left: var(--bs-popover-border-width)
    }

    .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
    .bs-popover-bottom>.popover-arrow {
        top: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))
    }

    .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
    .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
    .bs-popover-bottom>.popover-arrow:after,
    .bs-popover-bottom>.popover-arrow:before {
        border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
    }

    .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
    .bs-popover-bottom>.popover-arrow:before {
        border-bottom-color: var(--bs-popover-arrow-border);
        top: 0
    }

    .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
    .bs-popover-bottom>.popover-arrow:after {
        border-bottom-color: var(--bs-popover-bg);
        top: var(--bs-popover-border-width)
    }

    .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
    .bs-popover-bottom .popover-header:before {
        border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
        content: "";
        display: block;
        left: 50%;
        margin-left: calc(var(--bs-popover-arrow-width)*-.5);
        position: absolute;
        top: 0;
        width: var(--bs-popover-arrow-width)
    }

    .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
    .bs-popover-start>.popover-arrow {
        height: var(--bs-popover-arrow-width);
        right: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));
        width: var(--bs-popover-arrow-height)
    }

    .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
    .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
    .bs-popover-start>.popover-arrow:after,
    .bs-popover-start>.popover-arrow:before {
        border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
    }

    .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
    .bs-popover-start>.popover-arrow:before {
        border-left-color: var(--bs-popover-arrow-border);
        right: 0
    }

    .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
    .bs-popover-start>.popover-arrow:after {
        border-left-color: var(--bs-popover-bg);
        right: var(--bs-popover-border-width)
    }

    .popover-header {
        background-color: var(--bs-popover-header-bg);
        border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
        border-top-left-radius: var(--bs-popover-inner-border-radius);
        border-top-right-radius: var(--bs-popover-inner-border-radius);
        color: var(--bs-popover-header-color);
        font-size: var(--bs-popover-header-font-size);
        margin-bottom: 0;
        padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)
    }

    .popover-header:empty {
        display: none
    }

    .popover-body {
        color: var(--bs-popover-body-color);
        padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)
    }

    .carousel {
        position: relative
    }

    .carousel.pointer-event {
        touch-action: pan-y
    }

    .carousel-inner {
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .carousel-inner:after {
        clear: both;
        content: "";
        display: block
    }

    .carousel-item {
        backface-visibility: hidden;
        display: none;
        float: left;
        margin-right: -100%;
        position: relative;
        transition: transform .6s ease-in-out;
        width: 100%
    }

    @media (prefers-reduced-motion:reduce) {
        .carousel-item {
            transition: none
        }
    }

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        display: block
    }

    .active.carousel-item-end,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translate(100%)
    }

    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translate(-100%)
    }

    .carousel-fade .carousel-item {
        opacity: 0;
        transform: none;
        transition-property: opacity
    }

    .carousel-fade .carousel-item-next.carousel-item-start,
    .carousel-fade .carousel-item-prev.carousel-item-end,
    .carousel-fade .carousel-item.active {
        opacity: 1;
        z-index: 1
    }

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        opacity: 0;
        transition: opacity 0s .6s;
        z-index: 0
    }

    @media (prefers-reduced-motion:reduce) {

        .carousel-fade .active.carousel-item-end,
        .carousel-fade .active.carousel-item-start {
            transition: none
        }
    }

    .carousel-control-next,
    .carousel-control-prev {
        align-items: center;
        background: 0 0;
        border: 0;
        bottom: 0;
        color: #fff;
        display: flex;
        justify-content: center;
        opacity: .5;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 0;
        transition: opacity .15s ease;
        width: 15%;
        z-index: 1
    }

    @media (prefers-reduced-motion:reduce) {

        .carousel-control-next,
        .carousel-control-prev {
            transition: none
        }
    }

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
        color: #fff;
        opacity: .9;
        outline: 0;
        text-decoration: none
    }

    .carousel-control-prev {
        left: 0
    }

    .carousel-control-next {
        right: 0
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        height: 2rem;
        width: 2rem
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%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 0'/%3E%3C/svg%3E")
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%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-.708'/%3E%3C/svg%3E")
    }

    .carousel-indicators {
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        list-style: none;
        margin-bottom: 1rem;
        margin-left: 15%;
        margin-right: 15%;
        padding: 0;
        position: absolute;
        right: 0;
        z-index: 2
    }

    .carousel-indicators [data-bs-target] {
        background-clip: padding-box;
        background-color: #fff;
        border: 0;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        box-sizing: content-box;
        cursor: pointer;
        flex: 0 1 auto;
        height: 3px;
        margin-left: 3px;
        margin-right: 3px;
        opacity: .5;
        padding: 0;
        text-indent: -999px;
        transition: opacity .6s ease;
        width: 30px
    }

    @media (prefers-reduced-motion:reduce) {
        .carousel-indicators [data-bs-target] {
            transition: none
        }
    }

    .carousel-indicators .active {
        opacity: 1
    }

    .carousel-caption {
        bottom: 1.25rem;
        color: #fff;
        left: 15%;
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
        position: absolute;
        right: 15%;
        text-align: center
    }

    .carousel-dark .carousel-control-next-icon,
    .carousel-dark .carousel-control-prev-icon {
        filter: invert(1) grayscale(100)
    }

    .carousel-dark .carousel-indicators [data-bs-target] {
        background-color: #000
    }

    .carousel-dark .carousel-caption {
        color: #000
    }

    .spinner-border,
    .spinner-grow {
        animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
        border-radius: 50%;
        display: inline-block;
        height: var(--bs-spinner-height);
        vertical-align: var(--bs-spinner-vertical-align);
        width: var(--bs-spinner-width)
    }

    @keyframes spinner-border {
        to {
            transform: rotate(1turn)
        }
    }

    .spinner-border {
        --bs-spinner-width: 2rem;
        --bs-spinner-height: 2rem;
        --bs-spinner-vertical-align: -.125em;
        --bs-spinner-border-width: .25em;
        --bs-spinner-animation-speed: .75s;
        --bs-spinner-animation-name: spinner-border;
        border-right-color: currentcolor;
        border: var(--bs-spinner-border-width) solid;
        border-right: var(--bs-spinner-border-width) solid transparent
    }

    .spinner-border-sm {
        --bs-spinner-width: 1rem;
        --bs-spinner-height: 1rem;
        --bs-spinner-border-width: .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-lg,
    .offcanvas-md,
    .offcanvas-sm,
    .offcanvas-xl,
    .offcanvas-xxl {
        --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: ;
        --bs-offcanvas-bg: #fff;
        --bs-offcanvas-border-width: 1px;
        --bs-offcanvas-border-color: var(--bs-border-color-translucent);
        --bs-offcanvas-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
    }

    @media (max-width:575.98px) {
        .offcanvas-sm {
            background-clip: padding-box;
            background-color: var(--bs-offcanvas-bg);
            bottom: 0;
            color: var(--bs-offcanvas-color);
            display: flex;
            flex-direction: column;
            max-width: 100%;
            outline: 0;
            position: fixed;
            transition: transform .3s ease-in-out;
            visibility: hidden;
            z-index: var(--bs-offcanvas-zindex)
        }
    }

    @media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
        .offcanvas-sm {
            transition: none
        }
    }

    @media (max-width:575.98px) {
        .offcanvas-sm.offcanvas-start {
            border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            left: 0;
            top: 0;
            transform: translate(-100%);
            width: var(--bs-offcanvas-width)
        }

        .offcanvas-sm.offcanvas-end {
            border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            right: 0;
            top: 0;
            transform: translate(100%);
            width: var(--bs-offcanvas-width)
        }

        .offcanvas-sm.offcanvas-top {
            border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            top: 0;
            transform: translateY(-100%)
        }

        .offcanvas-sm.offcanvas-bottom,
        .offcanvas-sm.offcanvas-top {
            height: var(--bs-offcanvas-height);
            left: 0;
            max-height: 100%;
            right: 0
        }

        .offcanvas-sm.offcanvas-bottom {
            border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            transform: translateY(100%)
        }

        .offcanvas-sm.show:not(.hiding),
        .offcanvas-sm.showing {
            transform: none
        }

        .offcanvas-sm.hiding,
        .offcanvas-sm.show,
        .offcanvas-sm.showing {
            visibility: visible
        }
    }

    @media (min-width:576px) {
        .offcanvas-sm {
            --bs-offcanvas-height: auto;
            --bs-offcanvas-border-width: 0;
            background-color: transparent !important
        }

        .offcanvas-sm .offcanvas-header {
            display: none
        }

        .offcanvas-sm .offcanvas-body {
            background-color: transparent !important;
            display: flex;
            flex-grow: 0;
            overflow-y: visible;
            padding: 0
        }
    }

    @media (max-width:767.98px) {
        .offcanvas-md {
            background-clip: padding-box;
            background-color: var(--bs-offcanvas-bg);
            bottom: 0;
            color: var(--bs-offcanvas-color);
            display: flex;
            flex-direction: column;
            max-width: 100%;
            outline: 0;
            position: fixed;
            transition: transform .3s ease-in-out;
            visibility: hidden;
            z-index: var(--bs-offcanvas-zindex)
        }
    }

    @media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
        .offcanvas-md {
            transition: none
        }
    }

    @media (max-width:767.98px) {
        .offcanvas-md.offcanvas-start {
            border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            left: 0;
            top: 0;
            transform: translate(-100%);
            width: var(--bs-offcanvas-width)
        }

        .offcanvas-md.offcanvas-end {
            border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            right: 0;
            top: 0;
            transform: translate(100%);
            width: var(--bs-offcanvas-width)
        }

        .offcanvas-md.offcanvas-top {
            border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            top: 0;
            transform: translateY(-100%)
        }

        .offcanvas-md.offcanvas-bottom,
        .offcanvas-md.offcanvas-top {
            height: var(--bs-offcanvas-height);
            left: 0;
            max-height: 100%;
            right: 0
        }

        .offcanvas-md.offcanvas-bottom {
            border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            transform: translateY(100%)
        }

        .offcanvas-md.show:not(.hiding),
        .offcanvas-md.showing {
            transform: none
        }

        .offcanvas-md.hiding,
        .offcanvas-md.show,
        .offcanvas-md.showing {
            visibility: visible
        }
    }

    @media (min-width:768px) {
        .offcanvas-md {
            --bs-offcanvas-height: auto;
            --bs-offcanvas-border-width: 0;
            background-color: transparent !important
        }

        .offcanvas-md .offcanvas-header {
            display: none
        }

        .offcanvas-md .offcanvas-body {
            background-color: transparent !important;
            display: flex;
            flex-grow: 0;
            overflow-y: visible;
            padding: 0
        }
    }

    @media (max-width:991.98px) {
        .offcanvas-lg {
            background-clip: padding-box;
            background-color: var(--bs-offcanvas-bg);
            bottom: 0;
            color: var(--bs-offcanvas-color);
            display: flex;
            flex-direction: column;
            max-width: 100%;
            outline: 0;
            position: fixed;
            transition: transform .3s ease-in-out;
            visibility: hidden;
            z-index: var(--bs-offcanvas-zindex)
        }
    }

    @media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
        .offcanvas-lg {
            transition: none
        }
    }

    @media (max-width:991.98px) {
        .offcanvas-lg.offcanvas-start {
            border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            left: 0;
            top: 0;
            transform: translate(-100%);
            width: var(--bs-offcanvas-width)
        }

        .offcanvas-lg.offcanvas-end {
            border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            right: 0;
            top: 0;
            transform: translate(100%);
            width: var(--bs-offcanvas-width)
        }

        .offcanvas-lg.offcanvas-top {
            border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            top: 0;
            transform: translateY(-100%)
        }

        .offcanvas-lg.offcanvas-bottom,
        .offcanvas-lg.offcanvas-top {
            height: var(--bs-offcanvas-height);
            left: 0;
            max-height: 100%;
            right: 0
        }

        .offcanvas-lg.offcanvas-bottom {
            border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            transform: translateY(100%)
        }

        .offcanvas-lg.show:not(.hiding),
        .offcanvas-lg.showing {
            transform: none
        }

        .offcanvas-lg.hiding,
        .offcanvas-lg.show,
        .offcanvas-lg.showing {
            visibility: visible
        }
    }

    @media (min-width:992px) {
        .offcanvas-lg {
            --bs-offcanvas-height: auto;
            --bs-offcanvas-border-width: 0;
            background-color: transparent !important
        }

        .offcanvas-lg .offcanvas-header {
            display: none
        }

        .offcanvas-lg .offcanvas-body {
            background-color: transparent !important;
            display: flex;
            flex-grow: 0;
            overflow-y: visible;
            padding: 0
        }
    }

    @media (max-width:1199.98px) {
        .offcanvas-xl {
            background-clip: padding-box;
            background-color: var(--bs-offcanvas-bg);
            bottom: 0;
            color: var(--bs-offcanvas-color);
            display: flex;
            flex-direction: column;
            max-width: 100%;
            outline: 0;
            position: fixed;
            transition: transform .3s ease-in-out;
            visibility: hidden;
            z-index: var(--bs-offcanvas-zindex)
        }
    }

    @media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
        .offcanvas-xl {
            transition: none
        }
    }

    @media (max-width:1199.98px) {
        .offcanvas-xl.offcanvas-start {
            border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            left: 0;
            top: 0;
            transform: translate(-100%);
            width: var(--bs-offcanvas-width)
        }

        .offcanvas-xl.offcanvas-end {
            border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            right: 0;
            top: 0;
            transform: translate(100%);
            width: var(--bs-offcanvas-width)
        }

        .offcanvas-xl.offcanvas-top {
            border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            top: 0;
            transform: translateY(-100%)
        }

        .offcanvas-xl.offcanvas-bottom,
        .offcanvas-xl.offcanvas-top {
            height: var(--bs-offcanvas-height);
            left: 0;
            max-height: 100%;
            right: 0
        }

        .offcanvas-xl.offcanvas-bottom {
            border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            transform: translateY(100%)
        }

        .offcanvas-xl.show:not(.hiding),
        .offcanvas-xl.showing {
            transform: none
        }

        .offcanvas-xl.hiding,
        .offcanvas-xl.show,
        .offcanvas-xl.showing {
            visibility: visible
        }
    }

    @media (min-width:1200px) {
        .offcanvas-xl {
            --bs-offcanvas-height: auto;
            --bs-offcanvas-border-width: 0;
            background-color: transparent !important
        }

        .offcanvas-xl .offcanvas-header {
            display: none
        }

        .offcanvas-xl .offcanvas-body {
            background-color: transparent !important;
            display: flex;
            flex-grow: 0;
            overflow-y: visible;
            padding: 0
        }
    }

    @media (max-width:1399.98px) {
        .offcanvas-xxl {
            background-clip: padding-box;
            background-color: var(--bs-offcanvas-bg);
            bottom: 0;
            color: var(--bs-offcanvas-color);
            display: flex;
            flex-direction: column;
            max-width: 100%;
            outline: 0;
            position: fixed;
            transition: transform .3s ease-in-out;
            visibility: hidden;
            z-index: var(--bs-offcanvas-zindex)
        }
    }

    @media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
        .offcanvas-xxl {
            transition: none
        }
    }

    @media (max-width:1399.98px) {
        .offcanvas-xxl.offcanvas-start {
            border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            left: 0;
            top: 0;
            transform: translate(-100%);
            width: var(--bs-offcanvas-width)
        }

        .offcanvas-xxl.offcanvas-end {
            border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            right: 0;
            top: 0;
            transform: translate(100%);
            width: var(--bs-offcanvas-width)
        }

        .offcanvas-xxl.offcanvas-top {
            border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            top: 0;
            transform: translateY(-100%)
        }

        .offcanvas-xxl.offcanvas-bottom,
        .offcanvas-xxl.offcanvas-top {
            height: var(--bs-offcanvas-height);
            left: 0;
            max-height: 100%;
            right: 0
        }

        .offcanvas-xxl.offcanvas-bottom {
            border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
            transform: translateY(100%)
        }

        .offcanvas-xxl.show:not(.hiding),
        .offcanvas-xxl.showing {
            transform: none
        }

        .offcanvas-xxl.hiding,
        .offcanvas-xxl.show,
        .offcanvas-xxl.showing {
            visibility: visible
        }
    }

    @media (min-width: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 {
            background-color: transparent !important;
            display: flex;
            flex-grow: 0;
            overflow-y: visible;
            padding: 0
        }
    }

    .offcanvas {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: transform .3s ease-in-out;
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }

    @media (prefers-reduced-motion:reduce) {
        .offcanvas {
            transition: none
        }
    }

    .offcanvas.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translate(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translate(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas.offcanvas-bottom,
    .offcanvas.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas.show:not(.hiding),
    .offcanvas.showing {
        transform: none
    }

    .offcanvas.hiding,
    .offcanvas.show,
    .offcanvas.showing {
        visibility: visible
    }

    .offcanvas-backdrop {
        background-color: #000;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 1040
    }

    .offcanvas-backdrop.fade {
        opacity: 0
    }

    .offcanvas-backdrop.show {
        opacity: .5
    }

    .offcanvas-header {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
    }

    .offcanvas-header .btn-close {
        margin-bottom: calc(var(--bs-offcanvas-padding-y)*-.5);
        margin-right: calc(var(--bs-offcanvas-padding-x)*-.5);
        margin-top: calc(var(--bs-offcanvas-padding-y)*-.5);
        padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)
    }

    .offcanvas-title {
        line-height: 1.5;
        margin-bottom: 0
    }

    .offcanvas-body {
        flex-grow: 1;
        overflow-y: auto;
        padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
    }

    .placeholder {
        background-color: currentcolor;
        cursor: wait;
        display: inline-block;
        min-height: 1em;
        opacity: .5;
        vertical-align: middle
    }

    .placeholder.btn:before {
        content: "";
        display: inline-block
    }

    .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 {
        animation: placeholder-wave 2s linear infinite;
        -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
        mask-image: linear-gradient(130deg, #000 55%, #000c, #000 95%);
        -webkit-mask-size: 200% 100%;
        mask-size: 200% 100%
    }

    @keyframes placeholder-wave {
        to {
            -webkit-mask-position: -200% 0;
            mask-position: -200% 0
        }
    }

    .clearfix:after {
        clear: both;
        content: "";
        display: block
    }

    .text-bg-primary {
        background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
        color: #fff !important
    }

    .text-bg-secondary {
        background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
        color: #fff !important
    }

    .text-bg-success {
        background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
        color: #fff !important
    }

    .text-bg-info {
        background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
        color: #000 !important
    }

    .text-bg-warning {
        background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
        color: #000 !important
    }

    .text-bg-danger {
        background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
        color: #fff !important
    }

    .text-bg-light {
        background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
        color: #000 !important
    }

    .text-bg-dark {
        background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
        color: #fff !important
    }

    .link-primary {
        color: #0d6efd !important
    }

    .link-primary:focus,
    .link-primary:hover {
        color: #0a58ca !important
    }

    .link-secondary {
        color: #6c757d !important
    }

    .link-secondary:focus,
    .link-secondary:hover {
        color: #565e64 !important
    }

    .link-success {
        color: #198754 !important
    }

    .link-success:focus,
    .link-success:hover {
        color: #146c43 !important
    }

    .link-info {
        color: #0dcaf0 !important
    }

    .link-info:focus,
    .link-info:hover {
        color: #3dd5f3 !important
    }

    .link-warning {
        color: #ffc107 !important
    }

    .link-warning:focus,
    .link-warning:hover {
        color: #ffcd39 !important
    }

    .link-danger {
        color: #dc3545 !important
    }

    .link-danger:focus,
    .link-danger:hover {
        color: #b02a37 !important
    }

    .link-light {
        color: #f8f9fa !important
    }

    .link-light:focus,
    .link-light:hover {
        color: #f9fafb !important
    }

    .link-dark {
        color: #212529 !important
    }

    .link-dark:focus,
    .link-dark:hover {
        color: #1a1e21 !important
    }

    .ratio {
        position: relative;
        width: 100%
    }

    .ratio:before {
        content: "";
        display: block;
        padding-top: var(--bs-aspect-ratio)
    }

    .ratio>* {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .ratio-1x1 {
        --bs-aspect-ratio: 100%
    }

    .ratio-4x3 {
        --bs-aspect-ratio: 75%
    }

    .ratio-16x9 {
        --bs-aspect-ratio: 56.25%
    }

    .ratio-21x9 {
        --bs-aspect-ratio: 42.8571428571%
    }

    .fixed-top {
        top: 0
    }

    .fixed-bottom,
    .fixed-top {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 1030
    }

    .fixed-bottom {
        bottom: 0
    }

    .sticky-top {
        top: 0
    }

    .sticky-bottom,
    .sticky-top {
        position: sticky;
        z-index: 1020
    }

    .sticky-bottom {
        bottom: 0
    }

    @media (min-width:576px) {
        .sticky-sm-top {
            position: sticky;
            top: 0;
            z-index: 1020
        }

        .sticky-sm-bottom {
            bottom: 0;
            position: sticky;
            z-index: 1020
        }
    }

    @media (min-width:768px) {
        .sticky-md-top {
            position: sticky;
            top: 0;
            z-index: 1020
        }

        .sticky-md-bottom {
            bottom: 0;
            position: sticky;
            z-index: 1020
        }
    }

    @media (min-width:992px) {
        .sticky-lg-top {
            position: sticky;
            top: 0;
            z-index: 1020
        }

        .sticky-lg-bottom {
            bottom: 0;
            position: sticky;
            z-index: 1020
        }
    }

    @media (min-width:1200px) {
        .sticky-xl-top {
            position: sticky;
            top: 0;
            z-index: 1020
        }

        .sticky-xl-bottom {
            bottom: 0;
            position: sticky;
            z-index: 1020
        }
    }

    @media (min-width:1400px) {
        .sticky-xxl-top {
            position: sticky;
            top: 0;
            z-index: 1020
        }

        .sticky-xxl-bottom {
            bottom: 0;
            position: sticky;
            z-index: 1020
        }
    }

    .hstack {
        align-items: center;
        flex-direction: row
    }

    .hstack,
    .vstack {
        align-self: stretch;
        display: flex
    }

    .vstack {
        flex: 1 1 auto;
        flex-direction: column
    }

    .visually-hidden,
    .visually-hidden-focusable:not(:focus):not(:focus-within) {
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        clip: rect(0, 0, 0, 0) !important;
        border: 0 !important;
        white-space: nowrap !important
    }

    .stretched-link:after {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }

    .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .vr {
        align-self: stretch;
        background-color: currentcolor;
        display: inline-block;
        min-height: 1em;
        opacity: .25;
        width: 1px
    }

    .align-baseline {
        vertical-align: baseline !important
    }

    .align-top {
        vertical-align: top !important
    }

    .align-middle {
        vertical-align: middle !important
    }

    .align-bottom {
        vertical-align: bottom !important
    }

    .align-text-bottom {
        vertical-align: text-bottom !important
    }

    .align-text-top {
        vertical-align: text-top !important
    }

    .float-start {
        float: left !important
    }

    .float-end {
        float: right !important
    }

    .float-none {
        float: none !important
    }

    .opacity-0 {
        opacity: 0 !important
    }

    .opacity-25 {
        opacity: .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
    }

    .d-inline {
        display: inline !important
    }

    .d-inline-block {
        display: inline-block !important
    }

    .d-block {
        display: block !important
    }

    .d-grid {
        display: grid !important
    }

    .d-table {
        display: table !important
    }

    .d-table-row {
        display: table-row !important
    }

    .d-table-cell {
        display: table-cell !important
    }

    .d-flex {
        display: flex !important
    }

    .d-inline-flex {
        display: inline-flex !important
    }

    .d-none {
        display: none !important
    }

    .shadow {
        box-shadow: 0 .5rem 1rem #00000026 !important
    }

    .shadow-sm {
        box-shadow: 0 .125rem .25rem #00000013 !important
    }

    .shadow-lg {
        box-shadow: 0 1rem 3rem #0000002d !important
    }

    .shadow-none {
        box-shadow: none !important
    }

    .position-static {
        position: static !important
    }

    .position-relative {
        position: relative !important
    }

    .position-absolute {
        position: absolute !important
    }

    .position-fixed {
        position: fixed !important
    }

    .position-sticky {
        position: sticky !important
    }

    .top-0 {
        top: 0 !important
    }

    .top-50 {
        top: 50% !important
    }

    .top-100 {
        top: 100% !important
    }

    .bottom-0 {
        bottom: 0 !important
    }

    .bottom-50 {
        bottom: 50% !important
    }

    .bottom-100 {
        bottom: 100% !important
    }

    .start-0 {
        left: 0 !important
    }

    .start-50 {
        left: 50% !important
    }

    .start-100 {
        left: 100% !important
    }

    .end-0 {
        right: 0 !important
    }

    .end-50 {
        right: 50% !important
    }

    .end-100 {
        right: 100% !important
    }

    .translate-middle {
        transform: translate(-50%, -50%) !important
    }

    .translate-middle-x {
        transform: 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-danger {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
    }

    .border-light {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
    }

    .border-dark {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
    }

    .border-white {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
    }

    .border-1 {
        --bs-border-width: 1px
    }

    .border-2 {
        --bs-border-width: 2px
    }

    .border-3 {
        --bs-border-width: 3px
    }

    .border-4 {
        --bs-border-width: 4px
    }

    .border-5 {
        --bs-border-width: 5px
    }

    .border-opacity-10 {
        --bs-border-opacity: .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-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-auto {
        margin-bottom: auto !important;
        margin-top: 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-left: 0 !important;
        padding-right: 0 !important
    }

    .px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .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
    }

    .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-light {
        font-weight: 300 !important
    }

    .fw-lighter {
        font-weight: lighter !important
    }

    .fw-normal {
        font-weight: 400 !important
    }

    .fw-bold {
        font-weight: 700 !important
    }

    .fw-semibold {
        font-weight: 600 !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-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
    }

    .text-light {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
    }

    .text-dark {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
    }

    .text-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
    }

    .text-white {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
    }

    .text-body {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
    }

    .text-muted {
        --bs-text-opacity: 1;
        color: #6c757d !important
    }

    .text-black-50 {
        --bs-text-opacity: 1;
        color: #00000080 !important
    }

    .text-white-50 {
        --bs-text-opacity: 1;
        color: #ffffff80 !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
    }

    .bg-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-success {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-info {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-danger {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-light {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-dark {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-black {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-white {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-body {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-transparent {
        --bs-bg-opacity: 1;
        background-color: transparent !important
    }

    .bg-opacity-10 {
        --bs-bg-opacity: .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-gradient {
        background-image: var(--bs-gradient) !important
    }

    .user-select-all {
        -webkit-user-select: all !important;
        -moz-user-select: all !important;
        user-select: all !important
    }

    .user-select-auto {
        -webkit-user-select: auto !important;
        -moz-user-select: auto !important;
        user-select: auto !important
    }

    .user-select-none {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        user-select: none !important
    }

    .pe-none {
        pointer-events: none !important
    }

    .pe-auto {
        pointer-events: auto !important
    }

    .rounded {
        border-radius: var(--bs-border-radius) !important
    }

    .rounded-0 {
        border-radius: 0 !important
    }

    .rounded-1 {
        border-radius: var(--bs-border-radius-sm) !important
    }

    .rounded-2 {
        border-radius: var(--bs-border-radius) !important
    }

    .rounded-3 {
        border-radius: var(--bs-border-radius-lg) !important
    }

    .rounded-4 {
        border-radius: var(--bs-border-radius-xl) !important
    }

    .rounded-5 {
        border-radius: var(--bs-border-radius-2xl) !important
    }

    .rounded-circle {
        border-radius: 50% !important
    }

    .rounded-pill {
        border-radius: var(--bs-border-radius-pill) !important
    }

    .rounded-top {
        border-top-left-radius: var(--bs-border-radius) !important
    }

    .rounded-end,
    .rounded-top {
        border-top-right-radius: var(--bs-border-radius) !important
    }

    .rounded-bottom,
    .rounded-end {
        border-bottom-right-radius: var(--bs-border-radius) !important
    }

    .rounded-bottom,
    .rounded-start {
        border-bottom-left-radius: var(--bs-border-radius) !important
    }

    .rounded-start {
        border-top-left-radius: var(--bs-border-radius) !important
    }

    .visible {
        visibility: visible !important
    }

    .invisible {
        visibility: hidden !important
    }

    @media (min-width:576px) {
        .float-sm-start {
            float: left !important
        }

        .float-sm-end {
            float: right !important
        }

        .float-sm-none {
            float: none !important
        }

        .d-sm-inline {
            display: inline !important
        }

        .d-sm-inline-block {
            display: inline-block !important
        }

        .d-sm-block {
            display: block !important
        }

        .d-sm-grid {
            display: grid !important
        }

        .d-sm-table {
            display: table !important
        }

        .d-sm-table-row {
            display: table-row !important
        }

        .d-sm-table-cell {
            display: table-cell !important
        }

        .d-sm-flex {
            display: flex !important
        }

        .d-sm-inline-flex {
            display: inline-flex !important
        }

        .d-sm-none {
            display: none !important
        }

        .flex-sm-fill {
            flex: 1 1 auto !important
        }

        .flex-sm-row {
            flex-direction: row !important
        }

        .flex-sm-column {
            flex-direction: column !important
        }

        .flex-sm-row-reverse {
            flex-direction: row-reverse !important
        }

        .flex-sm-column-reverse {
            flex-direction: column-reverse !important
        }

        .flex-sm-grow-0 {
            flex-grow: 0 !important
        }

        .flex-sm-grow-1 {
            flex-grow: 1 !important
        }

        .flex-sm-shrink-0 {
            flex-shrink: 0 !important
        }

        .flex-sm-shrink-1 {
            flex-shrink: 1 !important
        }

        .flex-sm-wrap {
            flex-wrap: wrap !important
        }

        .flex-sm-nowrap {
            flex-wrap: nowrap !important
        }

        .flex-sm-wrap-reverse {
            flex-wrap: wrap-reverse !important
        }

        .justify-content-sm-start {
            justify-content: flex-start !important
        }

        .justify-content-sm-end {
            justify-content: flex-end !important
        }

        .justify-content-sm-center {
            justify-content: center !important
        }

        .justify-content-sm-between {
            justify-content: space-between !important
        }

        .justify-content-sm-around {
            justify-content: space-around !important
        }

        .justify-content-sm-evenly {
            justify-content: space-evenly !important
        }

        .align-items-sm-start {
            align-items: flex-start !important
        }

        .align-items-sm-end {
            align-items: flex-end !important
        }

        .align-items-sm-center {
            align-items: center !important
        }

        .align-items-sm-baseline {
            align-items: baseline !important
        }

        .align-items-sm-stretch {
            align-items: stretch !important
        }

        .align-content-sm-start {
            align-content: flex-start !important
        }

        .align-content-sm-end {
            align-content: flex-end !important
        }

        .align-content-sm-center {
            align-content: center !important
        }

        .align-content-sm-between {
            align-content: space-between !important
        }

        .align-content-sm-around {
            align-content: space-around !important
        }

        .align-content-sm-stretch {
            align-content: stretch !important
        }

        .align-self-sm-auto {
            align-self: auto !important
        }

        .align-self-sm-start {
            align-self: flex-start !important
        }

        .align-self-sm-end {
            align-self: flex-end !important
        }

        .align-self-sm-center {
            align-self: center !important
        }

        .align-self-sm-baseline {
            align-self: baseline !important
        }

        .align-self-sm-stretch {
            align-self: stretch !important
        }

        .order-sm-first {
            order: -1 !important
        }

        .order-sm-0 {
            order: 0 !important
        }

        .order-sm-1 {
            order: 1 !important
        }

        .order-sm-2 {
            order: 2 !important
        }

        .order-sm-3 {
            order: 3 !important
        }

        .order-sm-4 {
            order: 4 !important
        }

        .order-sm-5 {
            order: 5 !important
        }

        .order-sm-last {
            order: 6 !important
        }

        .m-sm-0 {
            margin: 0 !important
        }

        .m-sm-1 {
            margin: .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-left: 0 !important;
            margin-right: 0 !important
        }

        .mx-sm-1 {
            margin-left: .25rem !important;
            margin-right: .25rem !important
        }

        .mx-sm-2 {
            margin-left: .5rem !important;
            margin-right: .5rem !important
        }

        .mx-sm-3 {
            margin-left: 1rem !important;
            margin-right: 1rem !important
        }

        .mx-sm-4 {
            margin-left: 1.5rem !important;
            margin-right: 1.5rem !important
        }

        .mx-sm-5 {
            margin-left: 3rem !important;
            margin-right: 3rem !important
        }

        .mx-sm-auto {
            margin-left: auto !important;
            margin-right: auto !important
        }

        .my-sm-0 {
            margin-bottom: 0 !important;
            margin-top: 0 !important
        }

        .my-sm-1 {
            margin-bottom: .25rem !important;
            margin-top: .25rem !important
        }

        .my-sm-2 {
            margin-bottom: .5rem !important;
            margin-top: .5rem !important
        }

        .my-sm-3 {
            margin-bottom: 1rem !important;
            margin-top: 1rem !important
        }

        .my-sm-4 {
            margin-bottom: 1.5rem !important;
            margin-top: 1.5rem !important
        }

        .my-sm-5 {
            margin-bottom: 3rem !important;
            margin-top: 3rem !important
        }

        .my-sm-auto {
            margin-bottom: auto !important;
            margin-top: 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-left: 0 !important;
            padding-right: 0 !important
        }

        .px-sm-1 {
            padding-left: .25rem !important;
            padding-right: .25rem !important
        }

        .px-sm-2 {
            padding-left: .5rem !important;
            padding-right: .5rem !important
        }

        .px-sm-3 {
            padding-left: 1rem !important;
            padding-right: 1rem !important
        }

        .px-sm-4 {
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important
        }

        .px-sm-5 {
            padding-left: 3rem !important;
            padding-right: 3rem !important
        }

        .py-sm-0 {
            padding-bottom: 0 !important;
            padding-top: 0 !important
        }

        .py-sm-1 {
            padding-bottom: .25rem !important;
            padding-top: .25rem !important
        }

        .py-sm-2 {
            padding-bottom: .5rem !important;
            padding-top: .5rem !important
        }

        .py-sm-3 {
            padding-bottom: 1rem !important;
            padding-top: 1rem !important
        }

        .py-sm-4 {
            padding-bottom: 1.5rem !important;
            padding-top: 1.5rem !important
        }

        .py-sm-5 {
            padding-bottom: 3rem !important;
            padding-top: 3rem !important
        }

        .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
        }

        .text-sm-start {
            text-align: left !important
        }

        .text-sm-end {
            text-align: right !important
        }

        .text-sm-center {
            text-align: center !important
        }
    }

    @media (min-width:768px) {
        .float-md-start {
            float: left !important
        }

        .float-md-end {
            float: right !important
        }

        .float-md-none {
            float: none !important
        }

        .d-md-inline {
            display: inline !important
        }

        .d-md-inline-block {
            display: inline-block !important
        }

        .d-md-block {
            display: block !important
        }

        .d-md-grid {
            display: grid !important
        }

        .d-md-table {
            display: table !important
        }

        .d-md-table-row {
            display: table-row !important
        }

        .d-md-table-cell {
            display: table-cell !important
        }

        .d-md-flex {
            display: flex !important
        }

        .d-md-inline-flex {
            display: inline-flex !important
        }

        .d-md-none {
            display: none !important
        }

        .flex-md-fill {
            flex: 1 1 auto !important
        }

        .flex-md-row {
            flex-direction: row !important
        }

        .flex-md-column {
            flex-direction: column !important
        }

        .flex-md-row-reverse {
            flex-direction: row-reverse !important
        }

        .flex-md-column-reverse {
            flex-direction: column-reverse !important
        }

        .flex-md-grow-0 {
            flex-grow: 0 !important
        }

        .flex-md-grow-1 {
            flex-grow: 1 !important
        }

        .flex-md-shrink-0 {
            flex-shrink: 0 !important
        }

        .flex-md-shrink-1 {
            flex-shrink: 1 !important
        }

        .flex-md-wrap {
            flex-wrap: wrap !important
        }

        .flex-md-nowrap {
            flex-wrap: nowrap !important
        }

        .flex-md-wrap-reverse {
            flex-wrap: wrap-reverse !important
        }

        .justify-content-md-start {
            justify-content: flex-start !important
        }

        .justify-content-md-end {
            justify-content: flex-end !important
        }

        .justify-content-md-center {
            justify-content: center !important
        }

        .justify-content-md-between {
            justify-content: space-between !important
        }

        .justify-content-md-around {
            justify-content: space-around !important
        }

        .justify-content-md-evenly {
            justify-content: space-evenly !important
        }

        .align-items-md-start {
            align-items: flex-start !important
        }

        .align-items-md-end {
            align-items: flex-end !important
        }

        .align-items-md-center {
            align-items: center !important
        }

        .align-items-md-baseline {
            align-items: baseline !important
        }

        .align-items-md-stretch {
            align-items: stretch !important
        }

        .align-content-md-start {
            align-content: flex-start !important
        }

        .align-content-md-end {
            align-content: flex-end !important
        }

        .align-content-md-center {
            align-content: center !important
        }

        .align-content-md-between {
            align-content: space-between !important
        }

        .align-content-md-around {
            align-content: space-around !important
        }

        .align-content-md-stretch {
            align-content: stretch !important
        }

        .align-self-md-auto {
            align-self: auto !important
        }

        .align-self-md-start {
            align-self: flex-start !important
        }

        .align-self-md-end {
            align-self: flex-end !important
        }

        .align-self-md-center {
            align-self: center !important
        }

        .align-self-md-baseline {
            align-self: baseline !important
        }

        .align-self-md-stretch {
            align-self: stretch !important
        }

        .order-md-first {
            order: -1 !important
        }

        .order-md-0 {
            order: 0 !important
        }

        .order-md-1 {
            order: 1 !important
        }

        .order-md-2 {
            order: 2 !important
        }

        .order-md-3 {
            order: 3 !important
        }

        .order-md-4 {
            order: 4 !important
        }

        .order-md-5 {
            order: 5 !important
        }

        .order-md-last {
            order: 6 !important
        }

        .m-md-0 {
            margin: 0 !important
        }

        .m-md-1 {
            margin: .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-left: 0 !important;
            margin-right: 0 !important
        }

        .mx-md-1 {
            margin-left: .25rem !important;
            margin-right: .25rem !important
        }

        .mx-md-2 {
            margin-left: .5rem !important;
            margin-right: .5rem !important
        }

        .mx-md-3 {
            margin-left: 1rem !important;
            margin-right: 1rem !important
        }

        .mx-md-4 {
            margin-left: 1.5rem !important;
            margin-right: 1.5rem !important
        }

        .mx-md-5 {
            margin-left: 3rem !important;
            margin-right: 3rem !important
        }

        .mx-md-auto {
            margin-left: auto !important;
            margin-right: auto !important
        }

        .my-md-0 {
            margin-bottom: 0 !important;
            margin-top: 0 !important
        }

        .my-md-1 {
            margin-bottom: .25rem !important;
            margin-top: .25rem !important
        }

        .my-md-2 {
            margin-bottom: .5rem !important;
            margin-top: .5rem !important
        }

        .my-md-3 {
            margin-bottom: 1rem !important;
            margin-top: 1rem !important
        }

        .my-md-4 {
            margin-bottom: 1.5rem !important;
            margin-top: 1.5rem !important
        }

        .my-md-5 {
            margin-bottom: 3rem !important;
            margin-top: 3rem !important
        }

        .my-md-auto {
            margin-bottom: auto !important;
            margin-top: 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-left: 0 !important;
            padding-right: 0 !important
        }

        .px-md-1 {
            padding-left: .25rem !important;
            padding-right: .25rem !important
        }

        .px-md-2 {
            padding-left: .5rem !important;
            padding-right: .5rem !important
        }

        .px-md-3 {
            padding-left: 1rem !important;
            padding-right: 1rem !important
        }

        .px-md-4 {
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important
        }

        .px-md-5 {
            padding-left: 3rem !important;
            padding-right: 3rem !important
        }

        .py-md-0 {
            padding-bottom: 0 !important;
            padding-top: 0 !important
        }

        .py-md-1 {
            padding-bottom: .25rem !important;
            padding-top: .25rem !important
        }

        .py-md-2 {
            padding-bottom: .5rem !important;
            padding-top: .5rem !important
        }

        .py-md-3 {
            padding-bottom: 1rem !important;
            padding-top: 1rem !important
        }

        .py-md-4 {
            padding-bottom: 1.5rem !important;
            padding-top: 1.5rem !important
        }

        .py-md-5 {
            padding-bottom: 3rem !important;
            padding-top: 3rem !important
        }

        .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
        }

        .text-md-start {
            text-align: left !important
        }

        .text-md-end {
            text-align: right !important
        }

        .text-md-center {
            text-align: center !important
        }
    }

    @media (min-width:992px) {
        .float-lg-start {
            float: left !important
        }

        .float-lg-end {
            float: right !important
        }

        .float-lg-none {
            float: none !important
        }

        .d-lg-inline {
            display: inline !important
        }

        .d-lg-inline-block {
            display: inline-block !important
        }

        .d-lg-block {
            display: block !important
        }

        .d-lg-grid {
            display: grid !important
        }

        .d-lg-table {
            display: table !important
        }

        .d-lg-table-row {
            display: table-row !important
        }

        .d-lg-table-cell {
            display: table-cell !important
        }

        .d-lg-flex {
            display: flex !important
        }

        .d-lg-inline-flex {
            display: inline-flex !important
        }

        .d-lg-none {
            display: none !important
        }

        .flex-lg-fill {
            flex: 1 1 auto !important
        }

        .flex-lg-row {
            flex-direction: row !important
        }

        .flex-lg-column {
            flex-direction: column !important
        }

        .flex-lg-row-reverse {
            flex-direction: row-reverse !important
        }

        .flex-lg-column-reverse {
            flex-direction: column-reverse !important
        }

        .flex-lg-grow-0 {
            flex-grow: 0 !important
        }

        .flex-lg-grow-1 {
            flex-grow: 1 !important
        }

        .flex-lg-shrink-0 {
            flex-shrink: 0 !important
        }

        .flex-lg-shrink-1 {
            flex-shrink: 1 !important
        }

        .flex-lg-wrap {
            flex-wrap: wrap !important
        }

        .flex-lg-nowrap {
            flex-wrap: nowrap !important
        }

        .flex-lg-wrap-reverse {
            flex-wrap: wrap-reverse !important
        }

        .justify-content-lg-start {
            justify-content: flex-start !important
        }

        .justify-content-lg-end {
            justify-content: flex-end !important
        }

        .justify-content-lg-center {
            justify-content: center !important
        }

        .justify-content-lg-between {
            justify-content: space-between !important
        }

        .justify-content-lg-around {
            justify-content: space-around !important
        }

        .justify-content-lg-evenly {
            justify-content: space-evenly !important
        }

        .align-items-lg-start {
            align-items: flex-start !important
        }

        .align-items-lg-end {
            align-items: flex-end !important
        }

        .align-items-lg-center {
            align-items: center !important
        }

        .align-items-lg-baseline {
            align-items: baseline !important
        }

        .align-items-lg-stretch {
            align-items: stretch !important
        }

        .align-content-lg-start {
            align-content: flex-start !important
        }

        .align-content-lg-end {
            align-content: flex-end !important
        }

        .align-content-lg-center {
            align-content: center !important
        }

        .align-content-lg-between {
            align-content: space-between !important
        }

        .align-content-lg-around {
            align-content: space-around !important
        }

        .align-content-lg-stretch {
            align-content: stretch !important
        }

        .align-self-lg-auto {
            align-self: auto !important
        }

        .align-self-lg-start {
            align-self: flex-start !important
        }

        .align-self-lg-end {
            align-self: flex-end !important
        }

        .align-self-lg-center {
            align-self: center !important
        }

        .align-self-lg-baseline {
            align-self: baseline !important
        }

        .align-self-lg-stretch {
            align-self: stretch !important
        }

        .order-lg-first {
            order: -1 !important
        }

        .order-lg-0 {
            order: 0 !important
        }

        .order-lg-1 {
            order: 1 !important
        }

        .order-lg-2 {
            order: 2 !important
        }

        .order-lg-3 {
            order: 3 !important
        }

        .order-lg-4 {
            order: 4 !important
        }

        .order-lg-5 {
            order: 5 !important
        }

        .order-lg-last {
            order: 6 !important
        }

        .m-lg-0 {
            margin: 0 !important
        }

        .m-lg-1 {
            margin: .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-left: 0 !important;
            margin-right: 0 !important
        }

        .mx-lg-1 {
            margin-left: .25rem !important;
            margin-right: .25rem !important
        }

        .mx-lg-2 {
            margin-left: .5rem !important;
            margin-right: .5rem !important
        }

        .mx-lg-3 {
            margin-left: 1rem !important;
            margin-right: 1rem !important
        }

        .mx-lg-4 {
            margin-left: 1.5rem !important;
            margin-right: 1.5rem !important
        }

        .mx-lg-5 {
            margin-left: 3rem !important;
            margin-right: 3rem !important
        }

        .mx-lg-auto {
            margin-left: auto !important;
            margin-right: auto !important
        }

        .my-lg-0 {
            margin-bottom: 0 !important;
            margin-top: 0 !important
        }

        .my-lg-1 {
            margin-bottom: .25rem !important;
            margin-top: .25rem !important
        }

        .my-lg-2 {
            margin-bottom: .5rem !important;
            margin-top: .5rem !important
        }

        .my-lg-3 {
            margin-bottom: 1rem !important;
            margin-top: 1rem !important
        }

        .my-lg-4 {
            margin-bottom: 1.5rem !important;
            margin-top: 1.5rem !important
        }

        .my-lg-5 {
            margin-bottom: 3rem !important;
            margin-top: 3rem !important
        }

        .my-lg-auto {
            margin-bottom: auto !important;
            margin-top: 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-left: 0 !important;
            padding-right: 0 !important
        }

        .px-lg-1 {
            padding-left: .25rem !important;
            padding-right: .25rem !important
        }

        .px-lg-2 {
            padding-left: .5rem !important;
            padding-right: .5rem !important
        }

        .px-lg-3 {
            padding-left: 1rem !important;
            padding-right: 1rem !important
        }

        .px-lg-4 {
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important
        }

        .px-lg-5 {
            padding-left: 3rem !important;
            padding-right: 3rem !important
        }

        .py-lg-0 {
            padding-bottom: 0 !important;
            padding-top: 0 !important
        }

        .py-lg-1 {
            padding-bottom: .25rem !important;
            padding-top: .25rem !important
        }

        .py-lg-2 {
            padding-bottom: .5rem !important;
            padding-top: .5rem !important
        }

        .py-lg-3 {
            padding-bottom: 1rem !important;
            padding-top: 1rem !important
        }

        .py-lg-4 {
            padding-bottom: 1.5rem !important;
            padding-top: 1.5rem !important
        }

        .py-lg-5 {
            padding-bottom: 3rem !important;
            padding-top: 3rem !important
        }

        .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
        }

        .text-lg-start {
            text-align: left !important
        }

        .text-lg-end {
            text-align: right !important
        }

        .text-lg-center {
            text-align: center !important
        }
    }

    @media (min-width:1200px) {
        .float-xl-start {
            float: left !important
        }

        .float-xl-end {
            float: right !important
        }

        .float-xl-none {
            float: none !important
        }

        .d-xl-inline {
            display: inline !important
        }

        .d-xl-inline-block {
            display: inline-block !important
        }

        .d-xl-block {
            display: block !important
        }

        .d-xl-grid {
            display: grid !important
        }

        .d-xl-table {
            display: table !important
        }

        .d-xl-table-row {
            display: table-row !important
        }

        .d-xl-table-cell {
            display: table-cell !important
        }

        .d-xl-flex {
            display: flex !important
        }

        .d-xl-inline-flex {
            display: inline-flex !important
        }

        .d-xl-none {
            display: none !important
        }

        .flex-xl-fill {
            flex: 1 1 auto !important
        }

        .flex-xl-row {
            flex-direction: row !important
        }

        .flex-xl-column {
            flex-direction: column !important
        }

        .flex-xl-row-reverse {
            flex-direction: row-reverse !important
        }

        .flex-xl-column-reverse {
            flex-direction: column-reverse !important
        }

        .flex-xl-grow-0 {
            flex-grow: 0 !important
        }

        .flex-xl-grow-1 {
            flex-grow: 1 !important
        }

        .flex-xl-shrink-0 {
            flex-shrink: 0 !important
        }

        .flex-xl-shrink-1 {
            flex-shrink: 1 !important
        }

        .flex-xl-wrap {
            flex-wrap: wrap !important
        }

        .flex-xl-nowrap {
            flex-wrap: nowrap !important
        }

        .flex-xl-wrap-reverse {
            flex-wrap: wrap-reverse !important
        }

        .justify-content-xl-start {
            justify-content: flex-start !important
        }

        .justify-content-xl-end {
            justify-content: flex-end !important
        }

        .justify-content-xl-center {
            justify-content: center !important
        }

        .justify-content-xl-between {
            justify-content: space-between !important
        }

        .justify-content-xl-around {
            justify-content: space-around !important
        }

        .justify-content-xl-evenly {
            justify-content: space-evenly !important
        }

        .align-items-xl-start {
            align-items: flex-start !important
        }

        .align-items-xl-end {
            align-items: flex-end !important
        }

        .align-items-xl-center {
            align-items: center !important
        }

        .align-items-xl-baseline {
            align-items: baseline !important
        }

        .align-items-xl-stretch {
            align-items: stretch !important
        }

        .align-content-xl-start {
            align-content: flex-start !important
        }

        .align-content-xl-end {
            align-content: flex-end !important
        }

        .align-content-xl-center {
            align-content: center !important
        }

        .align-content-xl-between {
            align-content: space-between !important
        }

        .align-content-xl-around {
            align-content: space-around !important
        }

        .align-content-xl-stretch {
            align-content: stretch !important
        }

        .align-self-xl-auto {
            align-self: auto !important
        }

        .align-self-xl-start {
            align-self: flex-start !important
        }

        .align-self-xl-end {
            align-self: flex-end !important
        }

        .align-self-xl-center {
            align-self: center !important
        }

        .align-self-xl-baseline {
            align-self: baseline !important
        }

        .align-self-xl-stretch {
            align-self: stretch !important
        }

        .order-xl-first {
            order: -1 !important
        }

        .order-xl-0 {
            order: 0 !important
        }

        .order-xl-1 {
            order: 1 !important
        }

        .order-xl-2 {
            order: 2 !important
        }

        .order-xl-3 {
            order: 3 !important
        }

        .order-xl-4 {
            order: 4 !important
        }

        .order-xl-5 {
            order: 5 !important
        }

        .order-xl-last {
            order: 6 !important
        }

        .m-xl-0 {
            margin: 0 !important
        }

        .m-xl-1 {
            margin: .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-left: 0 !important;
            margin-right: 0 !important
        }

        .mx-xl-1 {
            margin-left: .25rem !important;
            margin-right: .25rem !important
        }

        .mx-xl-2 {
            margin-left: .5rem !important;
            margin-right: .5rem !important
        }

        .mx-xl-3 {
            margin-left: 1rem !important;
            margin-right: 1rem !important
        }

        .mx-xl-4 {
            margin-left: 1.5rem !important;
            margin-right: 1.5rem !important
        }

        .mx-xl-5 {
            margin-left: 3rem !important;
            margin-right: 3rem !important
        }

        .mx-xl-auto {
            margin-left: auto !important;
            margin-right: auto !important
        }

        .my-xl-0 {
            margin-bottom: 0 !important;
            margin-top: 0 !important
        }

        .my-xl-1 {
            margin-bottom: .25rem !important;
            margin-top: .25rem !important
        }

        .my-xl-2 {
            margin-bottom: .5rem !important;
            margin-top: .5rem !important
        }

        .my-xl-3 {
            margin-bottom: 1rem !important;
            margin-top: 1rem !important
        }

        .my-xl-4 {
            margin-bottom: 1.5rem !important;
            margin-top: 1.5rem !important
        }

        .my-xl-5 {
            margin-bottom: 3rem !important;
            margin-top: 3rem !important
        }

        .my-xl-auto {
            margin-bottom: auto !important;
            margin-top: 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-left: 0 !important;
            padding-right: 0 !important
        }

        .px-xl-1 {
            padding-left: .25rem !important;
            padding-right: .25rem !important
        }

        .px-xl-2 {
            padding-left: .5rem !important;
            padding-right: .5rem !important
        }

        .px-xl-3 {
            padding-left: 1rem !important;
            padding-right: 1rem !important
        }

        .px-xl-4 {
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important
        }

        .px-xl-5 {
            padding-left: 3rem !important;
            padding-right: 3rem !important
        }

        .py-xl-0 {
            padding-bottom: 0 !important;
            padding-top: 0 !important
        }

        .py-xl-1 {
            padding-bottom: .25rem !important;
            padding-top: .25rem !important
        }

        .py-xl-2 {
            padding-bottom: .5rem !important;
            padding-top: .5rem !important
        }

        .py-xl-3 {
            padding-bottom: 1rem !important;
            padding-top: 1rem !important
        }

        .py-xl-4 {
            padding-bottom: 1.5rem !important;
            padding-top: 1.5rem !important
        }

        .py-xl-5 {
            padding-bottom: 3rem !important;
            padding-top: 3rem !important
        }

        .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
        }

        .text-xl-start {
            text-align: left !important
        }

        .text-xl-end {
            text-align: right !important
        }

        .text-xl-center {
            text-align: center !important
        }
    }

    @media (min-width:1400px) {
        .float-xxl-start {
            float: left !important
        }

        .float-xxl-end {
            float: right !important
        }

        .float-xxl-none {
            float: none !important
        }

        .d-xxl-inline {
            display: inline !important
        }

        .d-xxl-inline-block {
            display: inline-block !important
        }

        .d-xxl-block {
            display: block !important
        }

        .d-xxl-grid {
            display: grid !important
        }

        .d-xxl-table {
            display: table !important
        }

        .d-xxl-table-row {
            display: table-row !important
        }

        .d-xxl-table-cell {
            display: table-cell !important
        }

        .d-xxl-flex {
            display: flex !important
        }

        .d-xxl-inline-flex {
            display: inline-flex !important
        }

        .d-xxl-none {
            display: none !important
        }

        .flex-xxl-fill {
            flex: 1 1 auto !important
        }

        .flex-xxl-row {
            flex-direction: row !important
        }

        .flex-xxl-column {
            flex-direction: column !important
        }

        .flex-xxl-row-reverse {
            flex-direction: row-reverse !important
        }

        .flex-xxl-column-reverse {
            flex-direction: column-reverse !important
        }

        .flex-xxl-grow-0 {
            flex-grow: 0 !important
        }

        .flex-xxl-grow-1 {
            flex-grow: 1 !important
        }

        .flex-xxl-shrink-0 {
            flex-shrink: 0 !important
        }

        .flex-xxl-shrink-1 {
            flex-shrink: 1 !important
        }

        .flex-xxl-wrap {
            flex-wrap: wrap !important
        }

        .flex-xxl-nowrap {
            flex-wrap: nowrap !important
        }

        .flex-xxl-wrap-reverse {
            flex-wrap: wrap-reverse !important
        }

        .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-left: 0 !important;
            margin-right: 0 !important
        }

        .mx-xxl-1 {
            margin-left: .25rem !important;
            margin-right: .25rem !important
        }

        .mx-xxl-2 {
            margin-left: .5rem !important;
            margin-right: .5rem !important
        }

        .mx-xxl-3 {
            margin-left: 1rem !important;
            margin-right: 1rem !important
        }

        .mx-xxl-4 {
            margin-left: 1.5rem !important;
            margin-right: 1.5rem !important
        }

        .mx-xxl-5 {
            margin-left: 3rem !important;
            margin-right: 3rem !important
        }

        .mx-xxl-auto {
            margin-left: auto !important;
            margin-right: auto !important
        }

        .my-xxl-0 {
            margin-bottom: 0 !important;
            margin-top: 0 !important
        }

        .my-xxl-1 {
            margin-bottom: .25rem !important;
            margin-top: .25rem !important
        }

        .my-xxl-2 {
            margin-bottom: .5rem !important;
            margin-top: .5rem !important
        }

        .my-xxl-3 {
            margin-bottom: 1rem !important;
            margin-top: 1rem !important
        }

        .my-xxl-4 {
            margin-bottom: 1.5rem !important;
            margin-top: 1.5rem !important
        }

        .my-xxl-5 {
            margin-bottom: 3rem !important;
            margin-top: 3rem !important
        }

        .my-xxl-auto {
            margin-bottom: auto !important;
            margin-top: 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-left: 0 !important;
            padding-right: 0 !important
        }

        .px-xxl-1 {
            padding-left: .25rem !important;
            padding-right: .25rem !important
        }

        .px-xxl-2 {
            padding-left: .5rem !important;
            padding-right: .5rem !important
        }

        .px-xxl-3 {
            padding-left: 1rem !important;
            padding-right: 1rem !important
        }

        .px-xxl-4 {
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important
        }

        .px-xxl-5 {
            padding-left: 3rem !important;
            padding-right: 3rem !important
        }

        .py-xxl-0 {
            padding-bottom: 0 !important;
            padding-top: 0 !important
        }

        .py-xxl-1 {
            padding-bottom: .25rem !important;
            padding-top: .25rem !important
        }

        .py-xxl-2 {
            padding-bottom: .5rem !important;
            padding-top: .5rem !important
        }

        .py-xxl-3 {
            padding-bottom: 1rem !important;
            padding-top: 1rem !important
        }

        .py-xxl-4 {
            padding-bottom: 1.5rem !important;
            padding-top: 1.5rem !important
        }

        .py-xxl-5 {
            padding-bottom: 3rem !important;
            padding-top: 3rem !important
        }

        .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
        }

        .text-xxl-start {
            text-align: left !important
        }

        .text-xxl-end {
            text-align: right !important
        }

        .text-xxl-center {
            text-align: center !important
        }
    }

    @media (min-width:1200px) {
        .fs-1 {
            font-size: 2.5rem !important
        }

        .fs-2 {
            font-size: 2rem !important
        }

        .fs-3 {
            font-size: 1.75rem !important
        }

        .fs-4 {
            font-size: 1.5rem !important
        }
    }

    @media print {
        .d-print-inline {
            display: inline !important
        }

        .d-print-inline-block {
            display: inline-block !important
        }

        .d-print-block {
            display: block !important
        }

        .d-print-grid {
            display: grid !important
        }

        .d-print-table {
            display: table !important
        }

        .d-print-table-row {
            display: table-row !important
        }

        .d-print-table-cell {
            display: table-cell !important
        }

        .d-print-flex {
            display: flex !important
        }

        .d-print-inline-flex {
            display: inline-flex !important
        }

        .d-print-none {
            display: none !important
        }
    }


/*!
*  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
    font-display: swap;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(../_nuxt/fontawesome-webfont.CbmmmOzQ5b62.html?v=4.6.3);
    src: url(../_nuxt/fontawesome-webfont.CbmmmOzQd41d.html?#iefix&v=4.6.3) format("embedded-opentype"), url(../_nuxt/fontawesome-webfont.DLEgfzzi5b62.html?v=4.6.3) format("woff2"), url(../_nuxt/fontawesome-webfont.uQ-Tw6Lp5b62.html?v=4.6.3) format("woff"), url(../_nuxt/fontawesome-webfont.mKfd17r05b62.html?v=4.6.3) format("truetype"), url(../_nuxt/fontawesome-webfont.CHL21eTs5b62.html?v=4.6.3#fontawesomeregular) format("svg")
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    text-align: center;
    width: 1.28571429em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: .14285714em;
    width: 2.14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    animation: fa-spin 1s steps(8) infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,
.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before,
.fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    clip: auto
}

@font-face {
    font-display: swap;
    font-family: ClashDisplay-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(../_nuxt/ClashDisplay-Regular.DhusH4GR.html) format("woff2"), url(../_nuxt/ClashDisplay-Regular.BKrzTZUV.html) format("woff"), url(../_nuxt/ClashDisplay-Regular.zoOY6xZw.html) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: ClashDisplay-Medium;
    font-style: normal;
    font-weight: 500;
    src: url(../_nuxt/ClashDisplay-Medium.BPdWq--j.html) format("woff2"), url(../_nuxt/ClashDisplay-Medium.D8oxfInt.html) format("woff"), url(../_nuxt/ClashDisplay-Medium.RwyLHzhI.html) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: ClashDisplay-Semibold;
    font-style: normal;
    font-weight: 600;
    src: url(../_nuxt/ClashDisplay-Semibold.DcA1xgJG.html) format("woff2"), url(../_nuxt/ClashDisplay-Semibold.Cc_zfQ1K.html) format("woff"), url(../_nuxt/ClashDisplay-Semibold.C8tXlykZ.html) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: ClashDisplay-Bold;
    font-style: normal;
    font-weight: 700;
    src: url(../_nuxt/ClashDisplay-Bold.YaCnK2PY.html) format("woff2"), url(../_nuxt/ClashDisplay-Bold.79YOzMqN.html) format("woff"), url(../_nuxt/ClashDisplay-Bold.5hYeFSJJ.html) format("truetype")
}

.blockElement.ourCompany h1 {
    position: relative
}

.blockElement.ourCompany h1:before {
    background-image: url(images/ourMission.html);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 120px;
    left: -60px;
    position: absolute;
    top: -80px;
    width: 220px
}

.blockElement.ourCompany.space {
    padding: 6.25rem 0 9.375rem
}

.blockElement.ourCompany.beforeNone h1:before {
    content: none
}

.whoWeAre .boxed {
    border-radius: 30px;
    box-shadow: 0 4px 4px #0003;
    padding: 40px
}

.whoWeAre .boxed.bg-white.forexTrading {
    border-radius: 30px;
    box-shadow: none;
    padding: 40px
}

.whoWeAre .boxed.bg-white .card-body.h-100.cardBody.p-3.mobCenter {
    background-color: var(--bodycolor)
}

.whoWeAre .boxed.customTop {
    background: var(--white);
    margin-top: -110px
}

.whoWeAre .boxed .imgSrc {
    background: var(--bodycolor);
    border-radius: 50px 50px 0 0;
    display: inline-flex;
    margin: -90px 0 20px;
    padding: 18px
}

.whoWeAre .boxed .content {
    margin: 0 auto;
    max-width: 850px
}

.whoWeAre .boxed.bodyBG {
    border-radius: 30px
}

.experienceCopierTrade .gridImg {
    display: block
}

.experienceCopierTrade .gridImg img {
    border-radius: 10px;
    width: 100%
}

.main-timeline {
    overflow: hidden;
    padding-top: 20px;
    position: relative
}

.main-timeline .default-line {
    background: var(--timeline);
    display: block;
    height: calc(100% - 70px);
    left: 145px;
    margin: auto;
    position: absolute;
    top: 20px;
    width: 2px
}

.main-timeline .default-line:after {
    background: var(--white);
    border: 2px solid var(--timeline);
    border-radius: 50%;
    content: "";
    height: 20px;
    left: -9px;
    position: absolute;
    top: -17px;
    width: 20px
}

.main-timeline .draw-line {
    background: var(--secondary);
    display: block;
    left: 145px;
    position: absolute;
    width: 2px
}

.main-timeline .draw-line:after {
    background: var(--white);
    border: 2px solid var(--secondary);
    border-radius: 50%;
    content: "";
    height: 20px;
    left: -9px;
    position: absolute;
    top: -17px;
    width: 20px
}

.main-timeline .timeline {
    display: flex;
    position: relative
}

.main-timeline .timeline article {
    margin-bottom: 40px;
    width: 100%
}

.main-timeline .timeline:last-child article {
    margin-bottom: 0
}

.main-timeline .timeline .icon {
    align-items: center;
    background: var(--white);
    border-radius: 50%;
    bottom: 0;
    display: flex;
    height: 30px;
    justify-content: center;
    left: 130px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 99
}

.main-timeline .timeline .icon:before {
    border: 6px solid var(--timeline);
    border-radius: 50%;
    content: "";
    height: 70%;
    position: absolute;
    transition: all .33s ease-out 0s;
    width: 70%
}

.main-timeline .timeline .icon:after {
    border: 2px solid var(--timeline);
    border-radius: 50%;
    content: "";
    height: 90%;
    padding: 15px;
    position: absolute;
    width: 90%
}

.main-timeline .timeline .icon .lineAdded:before {
    background: var(--timeline);
    content: "";
    height: 2px;
    left: 35px;
    position: absolute;
    top: 14px;
    width: 30px
}

.main-timeline .timeline .icon .lineAdded:after {
    background: var(--timeline);
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 70px;
    position: absolute;
    top: 12px;
    width: 6px
}

.main-timeline .timeline.in-view .icon:after,
.main-timeline .timeline.in-view .icon:before {
    border-color: var(--secondary)
}

.main-timeline .timeline.in-view .icon .lineAdded:after,
.main-timeline .timeline.in-view .icon .lineAdded:before {
    background-color: var(--secondary)
}

.main-timeline .timeline-content .description {
    margin: 0
}

.main-timeline .timeline-content .content {
    background: var(--bodycolor);
    border: 1px solid var(--cardBorder);
    border-radius: 15px;
    margin-left: 130px;
    padding: 19px;
    position: relative;
    width: calc(100% - 150px)
}

.main-timeline .timeline-content .stroyImg {
    align-items: center;
    background: var(--bodycolor);
    border: 1px solid var(--cardBorder);
    border-radius: 15px;
    display: flex;
    flex: none;
    height: 105px;
    justify-content: center;
    padding: 15px;
    width: 105px
}

.main-timeline .timeline-content .stroyImg img {
    max-width: 60px;
    width: 100%
}

.main-timeline .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px
}

.meetTeam .card-body img {
    background-color: var(--white);
    border-radius: 75px;
    box-shadow: 0 2px 4px #0003;
    margin: 0 0 10px
}

.timeLineTabs {
    position: relative
}

.timeLineTabs:before {
    background: var(--dark);
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

.timeLineTabs li {
    padding: 0 20px;
    position: relative
}

.timeLineTabs li .Prucopier_btn.border-button {
    border-color: var(--secondary);
    color: var(--secondary) !important;
    min-width: 160px
}

.timeLineTabs li .Prucopier_btn.border-button:hover {
    opacity: 1
}

.timeLineTabs li .Prucopier_btn.border-button.active {
    background: var(--secondary) !important;
    border-color: var(--secondary);
    color: var(--white) !important
}

.timeLineTabs li.borderList {
    position: static
}

.timeLineTabs li.borderList:after,
.timeLineTabs li.borderList:before {
    background: var(--dark);
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 1px
}

.timeLineTabs li.borderList:after {
    left: inherit;
    right: 0
}

.automated5 .clientLogo li {
    width: 20%
}

.automated5 .clientLogo li a {
    margin: 4%;
    min-height: 80px
}

.automated6.faqs .accordion p.f-16 {
    font-size: 16px
}

.ourAward p {
    line-height: 1.4;
    margin-bottom: 0
}

.ourAward h6 {
    margin: 0 auto;
    max-width: 180px
}

.ourAward span {
    display: block
}

.ourAward .maskIcon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 210px;
    padding: 0
}

.ourAward .maskIcon:before {
    background-color: var(--leaf);
    content: "";
    height: 170px;
    left: 0;
    margin: 0 auto;
    -webkit-mask-image: url(../_nuxt/awardLeaf.ChzSZIQM.html);
    mask-image: url(../_nuxt/awardLeaf.ChzSZIQM.html);
    -webkit-mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    right: 0;
    top: 20px;
    width: 190px
}

.boxed.services {
    background: var(--tabledata);
    border-radius: 15px;
    box-shadow: 0 1px 16px #00000040;
    min-height: 110px;
    padding: 10px 0
}

.meetTeam .card-body {
    background-color: var(--bodycolor);
    border-radius: 20px;
    height: 100%;
    max-width: 355px;
    padding: 37px 0
}

.lifeCopierTrade .carousel__slide {
    padding: 0 8px !important
}

.lifeCopierTrade .carousel__viewport {
    perspective: 4000px
}

.lifeCopierTrade .carousel__viewport .carousel__track {
    transform-style: preserve-3d
}

.lifeCopierTrade .carousel__viewport .carousel__track .carousel__slide {
    opacity: .3
}

.lifeCopierTrade .carousel__viewport .carousel__track .carousel__slide.carousel__slide--active {
    opacity: 1
}

.lifeCopierTrade .carousel__viewport .carousel__track .carousel__slide .card-body {
    background-color: var(--bodycolor);
    border: 1px solid var(--secondary);
    border-radius: 15px;
    height: 100%;
    padding: 35px
}

.roundedQuotes {
    align-items: center;
    background: var(--bodycolor);
    border: 1px solid var(--cardBorder);
    border-radius: 50%;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 0 auto 9px;
    width: 36px
}

.makesPrucopierTrade .card-body {
    background: var(--bodycolor);
    border: 1px solid var(--cardBorder);
    border-radius: 15px;
    height: 100%;
    padding: 25px
}

.whatWeDo .card-body {
    background: var(--mixsecondary);
    border-radius: 15px;
    height: 100%;
    margin: 0 auto;
    max-width: 300px;
    padding: 20px
}

.proLink .button {
    border-color: var(--secondary) !important;
    margin: 1.5%;
    pointer-events: none
}

.mapLocation {
    min-height: 500px
}

.midContent {
    margin: 0 auto;
    max-width: 970px
}

.lgContent {
    line-height: 44px
}

.columnBG {
    background-color: var(--tabledata);
    border-radius: 20px
}

.introducingPrucopierTrade .blockElement.space {
    padding: 45px 0
}

.vueCard.sitemap {
    height: auto
}

.clientLogo li a img {
    -o-object-fit: contain;
    object-fit: contain
}

.clientLogo li a img[alt="FX Centrum Global"] {
    height: 30px
}

.economy-overview-country .modal-dialog {
    left: 10%;
    max-width: 890px
}

.economy-overview-country .modal-dialog .form-select {
    color: var(--textcolor);
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px
}

.economy-overview-country .modal-dialog .selectTab li {
    padding: 0 15px
}

.economy-overview-country .modal-dialog .selectTab li a {
    position: relative
}

.economy-overview-country .modal-dialog .selectTab li a.active:before {
    background: var(--green);
    bottom: -6px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%
}

.economy-overview-country .modal-dialog .rightTab {
    padding: 0 40px 0 0
}

.mh-auto {
    max-height: inherit !important
}

.echoCalendar {
    border-color: var(--cardBorder) !important;
    border-radius: 18px;
    min-height: 400px;
    overflow-x: inherit;
    overflow-y: inherit
}

.echoCalendar .circleIcon .feather {
    width: 18px
}

.echoCalendar .table.fixed-layout {
    table-layout: fixed
}

.echoCalendar .table td {
    border-color: var(--cardBorder) !important;
    font-size: .875rem !important;
    font-weight: 400;
    line-height: 1.3;
    padding: 10px 12px;
    white-space: normal !important
}

.echoCalendar .table td.neutralGrey {
    color: var(--neutralGrey) !important
}

.echoCalendar .table td.f-13 {
    font-size: .813rem !important
}

.echoCalendar .table td .notification {
    padding: 0
}

.echoCalendar .table td.medium {
    font-weight: 600
}

.echoCalendar .table td.dateBG {
    position: sticky;
    top: 72px;
    z-index: 99
}

.echoCalendar .table th {
    border-top: 0;
    font-size: .875rem !important;
    font-weight: 600;
    padding: 15px
}

.echoCalendar .yM li {
    line-height: 1
}

.echoCalendar .yM li a {
    display: block;
    padding: 0 11px 0 0
}

.echoCalendar .showTable h6,
.echoCalendar .showTable p {
    line-height: 26px;
    padding: 0
}

.echoCalendar .showTable p {
    font-size: .875rem;
    line-height: 22px
}

.echoCalendar .totalCurrency {
    border: 1px solid;
    border-radius: 4px;
    color: var(--secondary);
    font-size: 14px;
    padding: 0 5px
}

.echoCalendar .innerTable.subTable.hideRow tr {
    display: none
}

.echoCalendar .innerTable.subTable.hideRow tr:first-child {
    display: table-row
}

.calendarFilter .border-btn {
    border: 1px solid var(--cardBorder);
    border-radius: 50px;
    font-size: .875rem;
    min-height: 40px;
    min-width: 130px;
    padding: 0 15px;
    text-align: center
}

.addFilter {
    position: relative
}

.addFilter .dropdown_menu_animated {
    background: var(--white) !important;
    border: 1px solid var(--trade-border);
    border-radius: 5px;
    left: 0;
    max-height: inherit;
    padding: 0 !important;
    right: inherit;
    width: 700px
}

.addFilter .dropdown_menu_animated .scrollbarFilter {
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto
}

.addFilter .dropdown_menu_animated a.active {
    color: var(--secondary)
}

.addFilter .dropdown_menu_animated.impact {
    animation: none;
    width: 200px
}

.addFilter .dropdown_menu_animated.impact svg.feather {
    margin: 0 3px 0 0;
    width: 17px;
    fill: var(--secondary);
    stroke: var(--secondary);
    cursor: pointer
}

.addFilter .dropdown_menu_animated.impact.active svg.feather {
    fill: var(--secondary);
    stroke: var(--secondary)
}

.addFilter .dropdown_menu_animated.impact svg.feather {
    width: 22px
}

.addFilter .dropdown_menu_animated.impact .filedBar svg.feather {
    width: 18px;
    fill: var(--green);
    stroke: var(--green)
}

.addFilter .dropdown_menu_animated.max-360 {
    width: 360px
}

.addFilter .dropdown_menu_animated .country li {
    margin: 0 0 6px;
    text-align: center;
    width: 20%
}

.addFilter .oneStar {
    margin-right: 7px
}

.addFilter .threeStar .vue-feather:first-child,
.addFilter .twoStar .vue-feather:first-child {
    position: relative;
    z-index: 999
}

.addFilter .threeStar .vue-feather:nth-child(2),
.addFilter .threeStar .vue-feather:nth-child(3),
.addFilter .twoStar .vue-feather:nth-child(2),
.addFilter .twoStar .vue-feather:nth-child(3) {
    margin: 0 0 0 7px;
    position: absolute;
    z-index: 99
}

.addFilter .threeStar .vue-feather:nth-child(3),
.addFilter .twoStar .vue-feather:nth-child(3) {
    margin: 0 0 0 15px;
    z-index: 9
}

.addFilter .threeStar .vue-feather.filed svg.feather,
.addFilter .twoStar .vue-feather.filed svg.feather {
    fill: var(--secondary);
    stroke: var(--white);
    width: 19px
}

.addFilter .threeStar+span,
.addFilter .twoStar+span {
    padding: 0 0 0 16px
}

.dp__main.dp__theme_light.dp__flex_display {
    background: var(--white);
    border-radius: 11.5174px;
    box-shadow: 0 4.60697px 40.3109px #0000001a;
    left: -370px;
    padding: 10px;
    position: absolute;
    top: 50px;
    width: 521px;
    z-index: 999
}

.economicCalender .dropdown_menu_animated li a {
    border-bottom: 1px solid var(--cardBorder);
    cursor: pointer;
    font-size: 14px;
    padding: 7px 10px
}

.economicCalender .dropdown_menu_animated .selectTab li a {
    border: 0;
    padding: 0 11px
}

.economicCalender .showTable {
    min-height: 300px
}

.economicCalender .hideRow .rotateFeather {
    transform: rotate(180deg)
}

.customXpad {
    min-width: 200px
}

.automated {
    flex: none;
    width: 70px
}

.contentCalc {
    width: calc(100% - 100px)
}

.trader-col {
    flex: none
}

.Prucopier_btn .button.fillBtn.hoverBtn:hover,
.Prucopier_btn.gradient.fillBtn.hoverBtn:hover {
    background: var(--secondary);
    background: linear-gradient(90deg, #2b7cff, #ff9e00);
    box-shadow: 0 0 7px 1px #2b7cffbf
}

img.bannerVideo {
    display: block;
    height: auto;
    margin: 30px auto 40px;
    width: 80%
}

.homeBanner .Prucopier_btn.large {
    display: inline-flex;
    height: 48px;
    min-width: 220px;
    transition: all .5s ease;
    width: auto
}

.homeBanner .Prucopier_btn.large:hover {
    opacity: 1;
    transform: scale(1.1)
}

.button.fillBtn.hoverBtn {
    display: inline-flex;
    justify-content: center;
    min-width: 200px;
    transition: all .5s ease
}

.button.fillBtn.hoverBtn:hover {
    opacity: 1;
    transform: scale(1.1)
}

.listContent li {
    align-items: center;
    color: var(--menutext);
    display: flex;
    padding: 0 0 13px
}

.row.space {
    padding: 60px 0
}

.element3 .boxed {
    box-shadow: 0 19px 57px 57px #00000005
}

.blockElement.space.upPadding {
    margin-top: -230px;
    padding-top: 270px
}

.tradeManually .card-body .tarde {
    padding: 15px 9px
}

.whyopier .card-body {
    padding-right: 30px
}

.clientLogo li {
    width: 33%
}

.clientLogo li a {
    align-items: center;
    background: var(--white);
    border-radius: 6px;
    box-shadow: 0 5px 10px #02224033;
    display: flex;
    justify-content: center;
    margin: 3%;
    min-height: 120px;
    padding: 0 10px;
    transition: all .5s ease
}

.clientLogo li a:hover {
    transform: scale(1.1)
}

.clientLogo li a.transparent {
    background: transparent
}

.PrucopierTradeAccount .inputForm {
    margin: 0 auto;
    max-width: 400px;
    width: 100%
}

.dropdown-menu.homeTrade {
    right: 0
}

.awardsRibbon .boxedSize {
    background-color: var(--bodycolor);
    border-radius: 10px;
    min-width: 200px;
    padding: 20px;
    text-align: center
}

.awardsRibbon .boxedSize h2 {
    font-size: 44px
}

[slider] {
    border-radius: 10px;
    height: 11px;
    margin: 18px 0 10px;
    position: relative;
    text-align: left
}

[slider]>div {
    height: 11px;
    left: 0;
    position: absolute;
    right: 0
}

[slider]>div>[inverse-left] {
    left: 0;
    margin: 0
}

[slider]>div>[inverse-left],
[slider]>div>[inverse-right] {
    background-color: var(--white);
    border: 1px solid var(--lightborder);
    border-radius: 10px;
    height: 11px;
    position: absolute
}

[slider]>div>[inverse-right] {
    margin: 0 7px;
    right: 0
}

[slider]>div>[range] {
    background-color: var(--secondary);
    border-radius: 14px;
    height: 11px;
    left: 0;
    position: absolute
}

[slider]>div>[thumb] {
    background-color: var(--white);
    border-radius: 50%;
    box-shadow: 0 3px 8px #00000021;
    cursor: pointer;
    height: 22px;
    margin-left: -11px;
    outline: none;
    position: absolute;
    text-align: left;
    top: -7px;
    width: 22px;
    z-index: 2
}

[slider]>input[type=range] {
    -webkit-appearance: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 11px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 3
}

div[slider]>input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent
}

div[slider]>input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent
}

div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent
}

div[slider]>input[type=range]:focus {
    outline: none
}

div[slider]>input[type=range]::-ms-thumb {
    background: red;
    border: 0;
    border-radius: 0;
    height: 28px;
    pointer-events: all;
    width: 28px
}

div[slider]>input[type=range]::-moz-range-thumb {
    background: var(--red);
    border: 0;
    border-radius: 0;
    height: 28px;
    pointer-events: all;
    width: 28px
}

div[slider]>input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: red;
    border: 0;
    border-radius: 0;
    height: 28px;
    pointer-events: all;
    width: 28px
}

div[slider]>input[type=range]::-ms-fill-lower,
div[slider]>input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0
}

div[slider]>input[type=range]::-ms-tooltip {
    display: none
}

[slider]>div>[sign] {
    align-items: center;
    background-color: var(--secondary);
    border-radius: 28px;
    -webkit-border-radius: 28px;
    color: var(--white);
    height: 28px;
    justify-content: center;
    margin-left: -11px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: -39px;
    width: 28px;
    z-index: 3
}

[slider]>div>[sign]:after {
    border-left: 14px solid transparent;
    border-radius: 16px;
    border-right: 14px solid transparent;
    border-top: 16px solid var(--secondary);
    content: "";
    left: 0;
    position: absolute;
    top: 19px
}

[slider]>div>[sign]>span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px
}

[slider]:hover>div>[sign] {
    opacity: 1
}

.slide-text-new-feature {
    background-color: var(--secondary);
    border-bottom-right-radius: 5rem;
    border-top-right-radius: 5rem;
    color: var(--white);
    display: flex;
    justify-content: flex-end;
    margin: 1.25rem 0;
    padding: .35rem 1rem .35rem .35rem
}

.slide-text-new-feature .text-new-feature {
    font-size: 18px
}

.slide-text-new-feature .text-new-feature a {
    font-weight: 600;
    text-decoration: underline
}

.wl-table td {
    padding: 10px 15px
}

.circleImg {
    border: 2px solid var(--white);
    border-radius: 50%;
    height: 55px;
    overflow: hidden;
    width: 55px
}

.circleImg img {
    height: 100%
}

.smallSize {
    opacity: .7;
    width: 15px
}

.udetail-dropdown .dropdown-toggle:after {
    display: none
}

.dashboard-logged .navbar .navbar-nav .nav-link {
    color: var(--menutext)
}

.dashboard-logged .navbar .navbar-nav .nav-link .nav-icon {
    height: 15px;
    margin-bottom: 1px;
    margin-right: 5px;
    width: 15px
}

.dashboard-logged .navbar .navbar-nav .nav-item {
    border-bottom: 3px solid transparent;
    margin-right: 2rem
}

.dashboard-logged .navbar .navbar-nav .nav-item.active,
.dashboard-logged .navbar .navbar-nav .nav-item:hover {
    border-color: var(--secondary);
    color: var(--menutext);
    text-decoration: none;
    transition: color .1s linear
}

.dropdown-toggle {
    color: var(--dark)
}

.hideArrow.dropdown-toggle:after {
    display: none
}

.content h4 {
    color: var(--menutext);
    font-weight: 500
}

.content h4.green {
    color: var(--green)
}

.content h4.secondary {
    color: var(--secondary)
}

.shareModal-social li .copy,
.shareModal-social li a {
    align-items: center;
    border: 0;
    border-radius: 3px;
    color: var(--white);
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 5px;
    width: 60px
}

.shareModal-social li .copy img,
.shareModal-social li a img {
    height: 15px;
    width: 15px
}

#socialSharePop .modal-dialog {
    max-width: 320px
}

.gridCol3 .content {
    min-width: 180px
}

.content .chat {
    font-size: 24px
}

.btn-close:focus {
    box-shadow: none
}

.switchToggle {
    color: var(--inactive);
    padding: 4px
}

.switchToggle.left {
    border-radius: 4px 0 0 4px
}

.switchToggle.right {
    border-radius: 0 4px 4px 0
}

.switchToggle.active {
    background-color: var(--secondary);
    color: var(--white)
}

#advancedSearch .pairOne,
#advancedSearch .pairTwo {
    position: absolute !important;
    right: 0;
    top: 6px;
    z-index: 999
}

#advancedSearch .pairOne {
    right: 0;
    top: -10px
}

#advancedSearch .modal-dialog {
    background: var(--modalbody);
    border-radius: 7px;
    max-width: 75%
}

#advancedSearch .form-group .form-control {
    border-color: var(--lightborder)
}

#advancedSearch .advancedMenu .selectDropdown {
    border: 1px solid var(--lightborder);
    font-size: 14px;
    height: 40px;
    min-width: 200px
}

#advancedSearch .advancedMenu .selectDropdown.min-auto {
    min-width: 120px
}

#advancedSearch .week li a {
    display: block;
    font-size: 12px;
    padding: 4px 30px;
    position: relative
}

#advancedSearch .week li a.active,
#advancedSearch .week li a:hover {
    background-image: url(images/check.html);
    background-position: 8px 5px;
    background-repeat: no-repeat;
    background-size: 15px;
    color: var(--secondary)
}

#advancedSearch .week.hasChecked li a {
    background-position: 98% 3px;
    padding: 6px 12px
}

#advancedSearch label.minAdd {
    min-width: 90px
}

#advancedSearch .pipRange {
    margin: 0 0 8px
}

#advancedSearch .pipRange label.minAdd {
    font-size: 14px;
    min-width: 220px
}

.block1 .winningSearch {
    width: 60%
}

.dualButton .button.Prucopier_btn {
    min-width: 150px
}

.secondtab-subcontents .selectDropdown {
    color: var(--inactive);
    font-size: 14px;
    height: auto;
    padding: 6px 12px
}

.slidecontainer {
    max-width: 220px
}

.slidecontainer .slider {
    -webkit-appearance: none;
    background: var(--bodycolor);
    border-radius: 5px;
    height: 3px;
    outline: none;
    transition: opacity .2s;
    width: 100%
}

.slidecontainer .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--secondary);
    border-radius: 50%;
    cursor: pointer;
    height: 8px;
    width: 8px
}

.slidecontainer .slider::-moz-range-thumb {
    background: var(--secondary);
    border-radius: 50%;
    cursor: pointer;
    height: 8px;
    width: 8px
}

h2 sub {
    bottom: 0;
    font-size: 15px;
    left: -3px
}

.filled .feather {
    fill: var(--yellowstar);
    stroke: var(--yellowstar)
}

.belowButton .Prucopier_btn.small {
    font-size: 14px;
    min-width: auto;
    padding: 5px 15px
}

.belowButton .Prucopier_btn.small.addButton {
    padding: 0 12px 0 0
}

.container-fluid {
    padding: 0 3%
}

.dashgreen,
.dashred {
    border-radius: 5px;
    padding: 1px 7px
}

.dashred {
    background-color: var(--red);
    color: var(--red)
}

.newAddLeader {
    padding-bottom: 10px
}

.newAddLeader .col {
    margin: 0 0 20px;
    max-width: inherit;
    width: 20%
}

.newAddLeader .col .card {
    border: 1px solid var(--modalhead);
    box-shadow: none
}

.card .minCustom {
    min-width: 70px
}

.vueRisk .bTn {
    border-radius: 14px;
    display: inline-flex;
    line-height: 1;
    padding: 5px 7px
}

.vueRisk a {
    color: var(--dark);
    display: flex;
    font-size: 20px
}

.vueRisk a.f-12 {
    font-size: 12px
}

.vueRisk .dropdown-menu a {
    opacity: 1
}

.vueRisk .star {
    right: 20px;
    top: 0
}

.vueRisk .star .vue-feather {
    opacity: .5
}

.vueRisk .star .vue-feather.filled {
    opacity: 1
}

.vueRisk .vue-feather--star {
    opacity: .5;
    width: 22px
}

.vueRisk .filled,
.vueRisk .filled.vue-feather--star {
    opacity: 1
}

.opacity05 {
    opacity: .5
}

.viewAll {
    background-color: var(--viewAll);
    border-radius: 50px;
    padding: 5px 6px 4px 11px
}

.vueCard {
    background: var(--white);
    border: 1px solid var(--modalhead);
    border-radius: 20px;
    height: 100%
}

.vueCard .card-header {
    background-color: var(--menutext);
    border-radius: 20px 20px 0 0;
    padding: 20px 15px
}

.vueCard .card-header.bg-white .roundArrow {
    color: var(--menutext)
}

.vueCard .card-header .roundArrow {
    background: #c4c4c44f;
    border-radius: 20px;
    color: var(--white);
    display: flex
}

.vueCard .maxValueAf {
    min-width: 80px;
    text-align: right
}

.count {
    align-items: center;
    background: var(--dashgreen);
    border: 1.5px solid var(--white);
    border-radius: 50%;
    bottom: 3px;
    color: var(--white);
    display: flex;
    font-size: 9px;
    height: 20px;
    justify-content: center;
    line-height: 1;
    overflow: hidden;
    padding: 0 !important;
    right: -8px;
    width: 20px
}

.count.blueBtn {
    background-color: var(--blueBtn);
    color: var(--white)
}

.count.pinkBtn {
    background: var(--pinkBtn);
    color: var(--white)
}

.count.greenBtn {
    background-color: var(--green);
    color: var(--white)
}

.count.redBtn {
    background-color: var(--redBtn);
    color: var(--white)
}

.count.yellowBtn {
    background-color: var(--yellowBtn);
    color: var(--white)
}

.secondaryBox {
    background-color: var(--secondary);
    border-radius: 19px;
    height: 295px;
    width: 100%
}

.secondaryBox.mkt {
    height: 100%
}

.radius20 {
    border-radius: 20px !important
}

.modal {
    z-index: 9999999
}

.card-header img {
    width: 28px
}

.card-header img[width="40"] {
    width: 40px
}

.Prucopier_btn.rounded.grayBG {
    background: #bababa33;
    border-radius: 20px;
    color: var(--menutext);
    font-size: 14px;
    font-weight: 600;
    height: auto;
    min-width: auto;
    padding: 6px 15px
}

.Prucopier_btn.rounded.grayBG:hover {
    background: var(--secondary);
    color: var(--white)
}

.flexCol.fiveColumn .col {
    flex: none;
    width: 20%
}

.flexCol.fiveColumn .col .card {
    border: 1px solid var(--modalhead);
    box-shadow: none
}

.filterBtn {
    border: 1px solid;
    border-radius: 30px;
    color: var(--secondary);
    font-size: 14px;
    padding: 5px 10px
}

.roiGraph {
    position: absolute;
    right: 80px
}

.insideGraph {
    position: absolute;
    right: 210px;
    top: -40px
}

.hastags .badge.bg-light {
    border: 1px solid var(--bordercolor);
    padding: 10px
}

.selectDay {
    border-radius: 4px;
    padding: 2px 10px
}

.selectDay.active,
.selectDay:hover {
    background: var(--secondary);
    color: var(--white)
}

.advancedMenu.dateperiod.border {
    border-radius: 4px;
    margin-right: 210px;
    margin-top: -10px
}

.elips {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.compareClose .comButton {
    border-radius: 10px;
    font-size: 14px;
    margin-right: 20px;
    padding: 6px 20px
}

.btn-close {
    font-size: 10px
}

.bodyBG.boxed {
    border-radius: 6px;
    font-size: 14px
}

.viewAll {
    color: var(--viewLink)
}

.viewAll:hover {
    background: var(--secondary);
    color: var(--white)
}

.filterID {
    background-color: var(--cardBorder);
    border-radius: 8px;
    color: var(--midgray);
    font-weight: 500;
    padding: 6px 10px
}

.filterID a {
    border-left: 2px solid hsla(213, 8%, 50%, .35);
    color: var(--menutext);
    margin: 0 0 0 11px;
    padding: 0 0 0 7px
}

.secondtab-subcontents.position-sticky {
    position: sticky;
    top: 64px;
    z-index: 999
}

.newFillTabs.position-sticky {
    background-color: var(--bodycolor);
    padding: 10px 0;
    z-index: 9999
}

.sndHeader+.newFillTabs.position-sticky {
    top: 244px
}

.sndHeader.bg-sticky+.newFillTabs.position-sticky {
    top: 144px
}

.customView {
    background: var(--white);
    bottom: -9px;
    padding: 8px 0;
    position: sticky
}

.autohasAt li {
    font-size: 12px;
    padding: 4px 10px
}

.socialFeedRight {
    border-radius: 20px;
    overflow: auto
}

.socialFeedRight p {
    color: var(--midgray);
    font-weight: 400 !important
}

.socialFeedRight .small {
    font-size: 12px
}

.socialFeedRight .cardBorder {
    border: 0
}

.bg-sticky .addBG {
    align-items: center;
    background: var(--bodycolor);
    display: flex;
    min-height: 71px;
    padding: 15px 0
}

.overViewInvestors .socialFeedRight .position-sticky {
    top: 0;
    z-index: 999
}

::-webkit-scrollbar {
    height: 3px;
    width: 6px
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px hsla(0, 0%, 53%, .3)
}

::-webkit-scrollbar-thumb {
    background: #636363cc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(88, 88, 88, .5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #2e2e2e66
}

.trendign-list .Prucopier_btn.small {
    border-radius: 6px;
    font-size: 13px;
    height: auto;
    min-width: auto;
    padding: 3px 10px !important
}

.min-44 {
    min-height: 44px
}

.myHastag li {
    border-radius: 4px;
    margin: 0 10px 10px 0;
    padding: 3px 7px
}

.readMore {
    background: var(--bg-card);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px
}

.cfdTrade {
    border: 1px solid var(--cardBorder);
    border-radius: 20px;
    color: var(--midgray);
    line-height: 1;
    padding: 1px 3px
}

.nameView .status {
    border-radius: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 0 5px;
    padding: 2px 4px;
    text-transform: uppercase
}

.nameView .status.buy {
    background: var(--greenbg);
    color: var(--dashgreen)
}

.nameView .status.sell {
    background: var(--reddata);
    color: var(--redcontent)
}

.min-400 {
    min-height: 400px
}

.feedWirteSsomething {
    padding-left: 58px
}

.feedWirteSsomething .upload-btn-wrapper .btn {
    background: var(--bg-card);
    border: 0;
    font-size: 14px;
    padding: 6px 15px
}

.gridImgCircle {
    border: 1px solid var(--modalhead);
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50px
}

.successMessage p.beforeBorder {
    position: relative
}

.successMessage p.beforeBorder:before {
    background: #ccccccd9;
    content: "";
    height: 40px;
    left: -70px;
    position: absolute;
    top: -7px;
    width: 1px
}

.advanceState .dropdown_menu_animated {
    background: var(--bg-card);
    border-radius: 0 0 8px 8px;
    margin-top: -7px;
    max-height: 100%;
    padding: 13px;
    z-index: 9
}

.advanceState .dropdown_menu_animated .switch .slider {
    background-color: var(--moregray);
    position: absolute
}

.advanceState .dropdown_menu_animated .switch input:checked+.slider {
    background-color: var(--secondary)
}

.advanceState.active .vue-feather {
    color: var(--secondary);
    transform: rotate(180deg)
}

.div-height .no-posts-section {
    min-height: 400px
}

.div-height .customHeight {
    min-height: 500px
}

.nodataStructure .row.mt-3 {
    margin-top: 0 !important
}

.showPrice {
    margin-bottom: 15px
}

.socialFeedRight .SocialTypeComments {
    background: var(--white);
    border-radius: 20px;
    padding: 15px
}

.socialFeedRight .SocialTypeComments .bg-white.boxed {
    background: transparent !important;
    border-bottom: 1px solid var(--cardBorder);
    border-radius: 0;
    margin: 0 0 15px !important;
    padding: 0
}

.fxs_headline_medium {
    font-size: 18px
}

.newThinkInvest {
    background-image: url(images/newInvest.html);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 10px 30px
}

.newThinkInvest .fillBtn.Prucopier_btn {
    margin: 0 auto;
    width: 150px
}

.sndHeader {
    max-height: 177px;
    top: 72px;
    transition: height 1s;
    z-index: 9999
}

.sndHeader.bg-sticky {
    max-height: 77px;
    padding-top: 0 !important
}

.sndHeader.bg-sticky .side-avatar {
    width: 40px
}

.sndHeader.bg-sticky .side-avatar .bottom-avtar.green {
    height: 10px;
    right: 4px;
    width: 10px
}

.sndHeader.bg-sticky .top-avtar {
    left: 0;
    position: absolute;
    top: -8px;
    width: 15px
}

.sndHeader.bg-sticky .stickyRight {
    position: absolute;
    right: 280px;
    top: 27px
}

.all-small-icon img {
    max-width: 55px
}

.singleLoading {
    padding: 30% 0
}

.bar-chart .loaderOverlay {
    min-height: 350px
}

.trendingUp {
    background: var(--bodycolor);
    border-radius: 50px;
    padding: 4px 8px
}

.trendingUp .linkBelow {
    font-weight: 600;
    padding: 0 11px
}

.trendingUp .trending {
    align-items: center;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    height: 32px;
    justify-content: center;
    padding: 7px;
    width: 32px
}

.w-16 {
    width: 1rem
}

.btnScroll {
    align-items: center;
    background: var(--ltgray);
    border-radius: 10px;
    color: var(--lightgray);
    display: flex;
    font-size: 30px;
    justify-content: center;
    padding: 1px 0
}

.btnScroll i.fa {
    opacity: .5
}

.btnScroll .masterPips .card-body {
    border-left: 4px solid transparent;
    border-radius: 10px;
    padding: 15px
}

.btnScroll .masterPips .card-body.active,
.btnScroll .masterPips .card-body:hover {
    border-color: var(--secondary);
    box-shadow: 0 4px 20px #0000001a
}

.verticalTabs li a .maskedIcon.stIcon1 {
    -webkit-mask-image: url(images/comFeed1.html);
    mask-image: url(images/comFeed1.html)
}

.verticalTabs li a .maskedIcon.stIcon2 {
    -webkit-mask-image: url(images/comFeed2.html);
    mask-image: url(images/comFeed2.html)
}

.verticalTabs li a .maskedIcon.stIcon3 {
    -webkit-mask-image: url(images/comFeed3.html);
    mask-image: url(images/comFeed3.html)
}

.verticalTabs.calcLeftHeight {
    position: sticky;
    top: 100px
}

.createFeed {
    bottom: 20px;
    max-width: 260px;
    position: fixed;
    width: 100%;
    z-index: 999
}

.vuewFullSocialFeed .scrollBar.bg-white {
    background: transparent !important
}

.vuewFullSocialFeed .scrollBar.bg-white .card-body {
    background: var(--white);
    border-radius: 12px;
    margin-bottom: 5px !important;
    padding: 15px
}

.vuewFullSocialFeed .newsfeed-card {
    border-bottom: 1px solid var(--cardBorder)
}

.vuewFullSocialFeed .newsfeed-card.position-sticky {
    top: 70px;
    z-index: 999
}

.vuewFullSocialFeed.myPost .newsfeed-card.position-sticky {
    border: 1px solid var(--cardBorder);
    position: relative !important;
    top: 0
}

.vuewFullSocialFeed.myPost .SocialTypeComments .bg-white.boxed {
    border-bottom: 1px solid var(--bordercolor);
    border-radius: 0;
    padding: 5px 14px
}

.rightBarFixed,
.withoutExpand .rightBarFixed {
    top: 90px
}

.uploadDocument_preview {
    background: var(--lightorange);
    border-radius: 4px 0 0 4px;
    height: 70px;
    margin: 0 0 0 62px;
    overflow: hidden;
    position: relative;
    width: 160px
}

.uploadDocument_preview img {
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain
}

.trashNull {
    align-items: center;
    background: var(--secondary);
    border-radius: 0 4px 4px 0;
    display: flex;
    height: 70px;
    justify-content: center;
    position: relative;
    width: 30px
}

.trashNull,
.trashNull:hover {
    color: var(--white)
}

.feedWirteSsomething .upload-btn-wrapper {
    flex-shrink: 0
}

.position-sticky.hastags {
    top: 146px;
    z-index: 99
}

.SocialTypeComments .viewNews p {
    white-space: break-spaces
}

.defaultFill {
    border: 1px solid var(--bordercolor);
    border-radius: 4px;
    display: inline-flex;
    padding: 10px 20px
}

.leftIcon .borderSelect {
    padding-left: 32px
}

.leaderAvtar .circleImg {
    height: 40px;
    width: 40px
}

.lead_aer .bg-small {
    margin-right: 20px
}

.position-absolute.fixdTrde {
    right: 0;
    top: 9px;
    z-index: 99
}

.position-absolute.fixdTrde .ativeLink {
    display: flex;
    justify-content: flex-end;
    width: 20px
}

.position-absolute.fixdTrde .dropdown-menu {
    right: 0
}

.position-absolute.PrucopierGuard {
    bottom: -16px;
    left: 0;
    right: 0;
    z-index: 9
}

.position-absolute.PrucopierGuard .close {
    right: 3px;
    top: 1px
}

.statsHead {
    border-radius: 10px
}

.statsHead .leaderAvtar .circleImg {
    height: 60px;
    width: 60px
}

.avgList li {
    padding: 0 15px 15px 0;
    width: 25%
}

.proChart {
    margin-top: 30px
}

.homeLeader .card {
    border: 1px solid var(--modalhead);
    min-height: 155px;
    width: 100%
}

.homeLeader .card.active {
    border-color: var(--secondary)
}

.homeLeader .carousel__track {
    flex-wrap: wrap
}

.homeLeader .carousel__track .carousel__slide {
    margin: 0 0 6px;
    padding: 0;
    width: 100% !important
}

.homeLeader .mt-3 .nodataError {
    margin-top: -17px
}

.dashboardPortfolio .nameView .status.sell {
    background: var(--reddata);
    color: var(--midred)
}

.dashboardPortfolio .table.currencyTable tr th {
    white-space: nowrap
}

.dashboardPortfolio .table.currencyTable tr td {
    color: var(--neutralGrey)
}

.dashboardPortfolio .table.currencyTable tr td.activelight,
.dashboardPortfolio .table.currencyTable tr td.activelight .position-sticky {
    background-color: var(--activelight)
}

.dashboardPortfolio .table.currencyTable tr td.position-sticky {
    right: 0;
    z-index: 9
}

.dashboardPortfolio .table.currencyTable tr td.red {
    color: var(--red)
}

.dashboardPortfolio .table.currencyTable tr td.green {
    color: var(--green)
}

.dashboardPortfolio .table.currencyTable tr td,
.dashboardPortfolio .table.currencyTable tr th {
    padding: .5rem;
    width: 80px
}

.dashboardPortfolio .table.currencyTable tr td[class*=attr],
.dashboardPortfolio .table.currencyTable tr th[class*=attr] {
    width: 200px
}

.dashboardPortfolio .nodata {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 180px
}

.dashboardPortfolio .nodata.min-400 {
    min-height: 400px
}

.dashboardPortfolio .boxed {
    border: 1px solid var(--modalhead)
}

.dashboardPortfolio .PrucopierTabs li a {
    min-width: 90px;
    padding: 13px 10px;
    text-align: center
}

.dashboardPortfolio .div-height .customHeight {
    min-height: 370px
}

.dashboardPortfolio .insideGraph {
    right: 0
}

.dashboardPortfolio .vueCard {
    height: auto
}

.mktWatchlist li .hoverBuySell {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 2px 8px -2px #00000029;
    display: none !important;
    justify-content: flex-end;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0
}

.mktWatchlist li:hover .hoverBuySell {
    display: flex !important
}

.mktWatchlist li .vueRisk {
    position: relative;
    z-index: 9
}

.mktWatchlist li .Prucopier_btn {
    height: 32px;
    min-width: 80px;
    padding: 0
}

.currentTrade {
    display: none
}

.currentTrade.show {
    display: block
}

.table.fixed-layout {
    table-layout: fixed
}

.closeHover {
    color: var(--menutext);
    opacity: .6
}

.closeHover:hover {
    color: var(--red);
    opacity: 1
}

.currentTrade_tab .avgList li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 0;
    width: 50%
}

.currentTrade_tab .brokeList li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
    width: 100%
}

.tradeLog.smallWidth {
    max-width: 400px;
    width: 100%
}

.additionalInfo.largeWidth {
    max-width: calc(100% - 400px);
    width: 100%
}

.singleLine {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.activelight li {
    padding: 0 10px
}

.activelight li:last-child {
    padding-right: 0
}

.activelight li:first-child {
    padding-left: 0
}

.inColumn .tooltipbutton .tooltiptext {
    width: 270px;
    z-index: 999
}

.LeaderStats.minChart {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 432px;
    overflow: hidden
}

.LeaderStats .loaderOverlay.innerLoader {
    height: 432px
}

.homeLeader .LeaderStats.minChart {
    justify-content: space-between
}

.selectTimeDate {
    align-items: flex-end;
    display: flex;
    justify-content: center
}

.form-group .form-control.largeNumber+span.position-absolute {
    top: 50%;
    transform: translateY(-50%)
}

.form-group .form-control.largeNumber {
    border-radius: 14px;
    font-size: 30px;
    height: 60px
}

.w-430 .modal-dialog {
    max-width: 430px
}

.w-430 .modal-dialog .modal-content,
.w-430 .modal-dialog .modal-header {
    border: 0;
    border-radius: 20px
}

li.tabUpdate {
    margin: 0 -8px
}

.button.fillBtn.fillSpiner {
    min-width: 170px;
    padding: 0 !important
}

.isLeaderAccount .homeLeader {
    height: auto !important;
    margin-top: 30px
}

.Prucopier_btn.small.py-1 {
    padding: 4px 0 !important
}

.blendGraphImg {
    position: relative
}

.blendGraphImg:before {
    background-attachment: fixed;
    background-image: url(images/funded/buyselltrade.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    opacity: .1;
    position: absolute;
    width: 90%
}

.wd-200.tooltipbutton .tooltiptext {
    width: 200px
}

.tooltipbutton .creditBalance {
    left: inherit !important;
    right: 0
}

.tooltipbutton {
    display: inline-block;
    position: relative
}

.tooltipbutton .tooltiptext {
    background-color: var(--white);
    border: 1px solid var(--bordercolor);
    border-radius: 8px;
    box-shadow: 0 8px 18px #0000001f;
    color: var(--menutext);
    font-size: 12px !important;
    left: 50%;
    margin-left: -150px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: opacity .3s;
    visibility: hidden;
    width: 300px;
    z-index: 9
}

.tooltipbutton .tooltiptext p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0
}

.tooltipbutton .tooltiptext.left {
    left: 100%;
    margin-left: 0;
    top: -100%
}

.tooltipbutton .tooltiptext.left:after {
    display: none
}

.tooltipbutton .tooltiptext.f-15 {
    font-size: 15px
}

.tooltipbutton .tooltiptext.f-16 {
    font-size: 16px
}

.tooltipbutton:hover .tooltiptext {
    opacity: 1;
    visibility: visible
}

.tradeManually .headIcon {
    font-size: 25px;
    margin: 0 10px 0 0;
    opacity: .7
}

.tradeManually .headIcon .open,
.tradeManually .hideTab .headIcon .close {
    display: none
}

.tradeManually .hideTab .headIcon .open {
    display: block
}

.tradeManually .hideTab .showHideTab {
    display: none
}

.tradeManually .cardAccordian {
    border: 1px solid var(--bordercolor);
    box-shadow: none !important
}

.tradeManually .cardAccordian .headerTab {
    background-color: var(--bodycolor);
    border-radius: 8px 8px 0 0;
    padding: 10px
}

.tradeManually .cardAccordian .close {
    opacity: .5
}

.tradeManually .cardAccordian .close .feather {
    width: 18px
}

.tradeManually .cardAccordian .yelloSelected {
    background: var(--yellow);
    border: 1px solid var(--bordercolor);
    border-radius: 50%;
    display: flex;
    height: 12px;
    width: 12px
}

.tradeManually .cardAccordian .majorFX {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.feather.small {
    width: 14px
}

.onOffButton {
    background: var(--bodycolor);
    border-radius: 6px
}

.onOffButton a {
    display: flex;
    padding: 8px 10px
}

.onOffButton a.active {
    background: var(--gray);
    color: var(--white)
}

.onOffButton a.left {
    border-radius: 6px 0 0 6px
}

.onOffButton a.right {
    border-radius: 0 6px 6px 0
}

.leftIcon .form-control {
    padding-left: 30px
}

.leftIcon .searchIcon {
    left: 8px;
    right: inherit;
    top: 7px
}

.leftIcon .searchIcon .feather {
    width: 18px
}

.selectSymbolsMega.position-absolute {
    right: 10px;
    top: 8px
}

.selectSymbolsMega .dropdown_menu_animated {
    max-height: none;
    width: 600px
}

.selectSymbolsMega .dropdown_menu_animated .listSymbol li {
    padding: 0
}

.selectSymbolsMega .dropdown_menu_animated li a {
    display: flex;
    flex-direction: column
}

.selectSymbolsMega .dropdown_menu_animated li a.selected {
    color: var(--secondary)
}

.currencyTable .bodyBG {
    background: var(--bodycolor)
}

.currencyTable .up {
    color: var(--successcontent)
}

.currencyTable .down {
    color: var(--redcontent)
}

.smallFont a {
    font-size: 14px
}

.inviteFriend .shareModal-social li a {
    border-radius: 0;
    margin: 2px
}

.inviteFriend .shareModal-social li a .largeIcon {
    height: 35px;
    width: 35px
}

.mainHeader {
    background-color: var(--white);
    border-color: var(--bordertop) !important;
    position: sticky;
    top: 0;
    z-index: 9999999
}

.mainHeader.sticky {
    animation: smoothScroll .5s forwards;
    background: var(--white);
    box-shadow: 0 3px 8px #00000014;
    left: 0;
    position: fixed;
    right: 0
}

.mainHeader .name .darkHeader {
    font-weight: 500
}

.mainHeader #mynavbar {
    padding-left: 40px
}

.mainHeader nav.navbar {
    margin: auto;
    min-height: 72px;
    position: static;
    z-index: 9999
}

.mainHeader nav.navbar .nav-link {
    color: var(--darkHeader);
    display: block;
    font-size: 1rem;
    font-weight: 500;
    opacity: .6;
    padding: 0 18px;
    position: relative
}

.mainHeader nav.navbar .nav-link.active,
.mainHeader nav.navbar .nav-link.router-link-exact-active,
.mainHeader nav.navbar .nav-link:hover {
    color: var(--secondary);
    opacity: 1
}

.mainHeader nav.navbar .nav-link.active:before,
.mainHeader nav.navbar .nav-link.router-link-exact-active:before,
.mainHeader nav.navbar .nav-link:hover:before {
    background: var(--secondary);
    bottom: -25px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.mainHeader nav.navbar .nav-link:after {
    display: none
}

.mainHeader nav.navbar .feedLink .nav-link {
    color: var(--secondary);
    opacity: 1
}

.mainHeader .megaMenuList li {
    position: static
}

.mainHeader .megaMenuList li .showMegaMenu {
    animation: slide-up .2s linear both;
    background-color: var(--white);
    border: 0;
    border-radius: 0;
    left: 0;
    margin-top: 1px;
    min-height: 290px;
    padding-top: 40px;
    right: 0;
    z-index: 99999
}

.mainHeader .megaMenuList li .showMegaMenu li a.active,
.mainHeader .megaMenuList li .showMegaMenu li a:hover {
    background-color: transparent
}

.mainHeader .megaMenuList li .showMegaMenu .icon {
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 1px 4px var(--gray);
    display: inline-flex;
    flex: none;
    height: 42px;
    justify-content: center;
    margin: 0 20px 0 0;
    width: 41px
}

.mainHeader .megaMenuList li .showMegaMenu .icon img {
    width: 24px
}

.mainHeader .megaMenuList li .showMegaMenu.show {
    animation: slide-down .2s linear both;
    background-color: var(--white);
    box-shadow: 0 100vh 0 100vh #00000045, 0 5px 5px #00000045;
    transition-delay: .2s
}

.cardBorder.border-bottom {
    border-bottom: 1px solid var(--cardBorder) !important
}

@keyframes slide-down {
    0% {
        top: -300px;
        visibility: hidden
    }

    95% {
        top: 72px;
        visibility: visible
    }

    to {
        top: 72px;
        visibility: visible
    }
}

@keyframes slide-up {
    0% {
        top: 72px;
        visibility: visible
    }

    to {
        top: -300px;
        visibility: hidden
    }
}

.new-feature,
.trendingUp .linkBelow .router-link-exact-active,
.trendingUp .linkBelow.active,
.trendingUp .linkBelow:hover {
    color: var(--secondary)
}

.new-feature {
    border: 1.5px solid var(--secondary);
    border-radius: .5rem;
    font-weight: 600;
    padding: .1rem .3rem
}

.loginRegister .linkBtn {
    font-size: 14px
}

.bg-white.boxed {
    border-radius: 10px;
    padding: 15px
}

.dropdown-menu.userLogged {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 4px 18px #0000001f;
    max-height: 650px;
    width: 310px;
    z-index: 9999
}

.dropdown-menu.userLogged.viewShow li {
    pointer-events: none
}

.dropdown-menu.userLogged.viewShow li.viewShow {
    pointer-events: unset
}

.dropdown-menu.userLogged .cutomChechBox span img {
    margin: 0 6px 0 0;
    mix-blend-mode: multiply
}

.dropdown-menu.userLogged img {
    display: block;
    height: 20px;
    margin: 0 13px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 19px
}

.dropdown-menu.userLogged .no-posts-section {
    text-align: center
}

.dropdown-menu.userLogged .no-posts-section img {
    height: 70px;
    margin: 0 auto;
    width: 99px
}

.dropdown-menu.userLogged .userImg {
    align-items: center;
    border: 1px solid var(--cardBorder);
    border-radius: 50%;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 0 0 0 8px;
    overflow: hidden;
    width: 44px
}

.dropdown-menu.userLogged .cutomChechBox {
    padding: 0 0 3px 18px
}

.dropSelect {
    background: var(--bg-card);
    border-radius: 10px;
    margin: 15px 0
}

.rightHeader .belowMenu li a {
    align-items: center;
    color: var(--darkHeader);
    display: flex;
    font-size: 19px;
    padding: 0 15px;
    position: relative
}

.rightHeader .belowMenu li a.f-14 {
    font-size: 14px
}

.rightHeader .belowMenu li a.f-14.secondary {
    color: var(--secondary)
}

.rightHeader .belowMenu li a.notification.active:before {
    background: var(--secondary);
    border-radius: 50%;
    content: "";
    height: 7px;
    position: absolute;
    right: 17px;
    top: 1px;
    width: 7px
}

.rightHeader .belowMenu li a:hover {
    background: transparent;
    color: var(--dark)
}

.rightHeader .belowMenu li a .icon {
    width: 19px
}

.rightHeader .belowMenu li a.filledStar.router-link-exact-active .feather {
    fill: var(--yellowstar);
    stroke: var(--yellowstar)
}

.selectLanguage .dropdown-menu {
    box-shadow: 0 2px 3px #00000029;
    flex-wrap: wrap;
    left: inherit;
    right: 0;
    width: 390px
}

.selectLanguage .dropdown-menu.show {
    display: flex
}

.selectLanguage .dropdown-menu li {
    width: 33%
}

.selectLanguage .dropdown-menu li a {
    font-size: 12px;
    padding: 7px 15px
}

.selectLanguage .dropdown-menu li a img {
    margin: 0 8px 0 0
}

.selectLanguage a img {
    display: flex;
    height: 19px;
    width: 19px
}

.leaderDetailLogged {
    border-bottom: 1px solid var(--cardBorder);
    padding-bottom: 15px;
    padding-top: 15px
}

.leaderDetailLogged .button.white_btn {
    min-width: auto
}

.leaderDetailLogged .slider-wrapper {
    max-width: 250px;
    padding: 2px 0
}

.leaderDetailLogged .slider-wrapper .e-range {
    height: 2px
}

.leaderDetailLogged .bottomSpace {
    margin-bottom: 30px
}

.leaderDetailLogged .filled .feather {
    fill: var(--white);
    stroke: var(--secondary)
}

.leaderDetailLogged .followTrade {
    align-items: center;
    background: #bac4d047;
    border-radius: 50px;
    display: inline-flex;
    padding: 3px 8px
}

.leaderDetailLogged .followTrade .ellips {
    overflow: hidden;
    padding: 4px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px
}

.leaderDetailLogged .followTrade img {
    border-radius: 20px;
    margin: 0 8px 0 0;
    width: 24px
}

.leaderDetailLogged .showhideBtn {
    background: var(--white);
    border: 1px solid var(--cardBorder);
    border-radius: 0 0 10px 10px;
    border-top: 0;
    bottom: -30px;
    color: var(--dark);
    padding: 2px 7px 5px 15px;
    position: absolute;
    right: 20px
}

.leaderDetailLogged.expandClosed .showhideBtn {
    bottom: -29px
}

.filled.menutext .feather {
    fill: var(--menutext);
    stroke: var(--menutext)
}

.headerSearch.form-group .form-control {
    background: #ebebeb99;
    border: 1px solid rgba(48, 58, 72, .1);
    border-radius: 60px;
    color: var(--dark);
    height: 40px;
    padding-left: 33px;
    width: 380px
}

.headerSearch.form-group .searchIcon {
    left: 10px;
    right: inherit;
    top: 11px
}

.dropdown-menu.singleDropDown {
    box-shadow: 0 120vh 0 120vh #00000045, 0 5px 5px #00000045;
    top: 44px
}

.dropdown-menu.singleDropDown .dropDownMenu {
    padding: 10px 0
}

.dropdown-menu.singleDropDown .dropDownMenu li a {
    padding: 4px 10px
}

.dropdown_menu {
    display: none;
    margin-top: -9px
}

.dropdown_menu.show {
    display: block
}

.viewShow .dropSelect {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.viewShow .dropSelect.box-shadow-none {
    box-shadow: none
}

.viewShow .dropSelect.box-shadow-full {
    box-shadow: 0 100vh 0 100vh #ffffffa8, 0 5px 5px #00000045 !important
}

.viewShow .dropSelect.dropdown_menu {
    border-radius: 0 0 10px 10px
}

.viewShow .dropSelect .name span {
    color: var(--dark);
    margin-top: -4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 128px
}

.userLogged.dropdown_menu_animated.notify {
    margin: 20px 0 0;
    overflow: visible;
    width: 390px
}

.userLogged.dropdown_menu_animated.notify:before {
    border: 13px solid transparent;
    border-bottom: 13px solid var(--white);
    content: "";
    filter: drop-shadow(1px -10px 5px rgba(0, 0, 0, .09));
    position: absolute;
    right: 7px;
    top: -25px
}

.userLogged.dropdown_menu_animated.notify .notificationList {
    max-height: 570px;
    overflow: auto
}

.userLogged.dropdown_menu_animated.notify .notificationList li {
    padding: 0 0 15px 6px;
    position: relative
}

.userLogged.dropdown_menu_animated.notify .notificationList li p * {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 5px
}

.userLogged.dropdown_menu_animated.notify .notificationList li a {
    font-size: 12px;
    padding: 0
}

.userLogged.dropdown_menu_animated li a {
    color: var(--dark);
    display: flex;
    font-size: 16px;
    padding: 9px 0
}

.userLogged.dropdown_menu_animated li a.dropSelect {
    padding: 15px 0
}

.userLogged.dropdown_menu_animated li a.disabled {
    background: transparent !important;
    border: 0 !important
}

.userLogged.dropdown_menu_animated li .veiwPLan {
    color: var(--midgray)
}

.userLogged.dropdown_menu_animated .usefulLink {
    padding: 0 14px
}

.userLogged.dropdown_menu_animated .usefulLink li a {
    color: var(--darkHeader);
    font-size: 11px;
    font-weight: 500;
    margin: 0 5px 0 0;
    padding: 0 0 0 3px
}

.userLogged .userImg {
    border: 1px solid var(--cardBorder);
    border-radius: 50%;
    display: block;
    height: 35px;
    overflow: hidden;
    width: 35px
}

.globalSearch.dropdown_menu_animated {
    border-radius: 20px;
    max-height: 420px;
    max-height: 480px;
    padding: 15px;
    width: 420px
}

.globalSearch.dropdown_menu_animated.mh-340 {
    max-height: 340px
}

.globalSearch.dropdown_menu_animated .position-sticky {
    background: var(--bodycolor);
    padding: 10px 0;
    top: 0
}

.globalSearch.dropdown_menu_animated li a {
    border-bottom: 1px solid rgba(224, 230, 237, .39);
    padding: 6px 15px
}

.globalSearch.dropdown_menu_animated li a:hover span {
    color: var(--secondary)
}

.globalSearch.dropdown_menu_animated li a span img {
    display: block
}

.globalSearch.dropdown_menu_animated li a .greenView,
.globalSearch.dropdown_menu_animated li a .redView {
    padding: 0 6px
}

.globalSearch.dropdown_menu_animated li:last-child a {
    border: 0
}

.minWidthValue {
    min-width: 60px
}

.minWidthName {
    min-width: 80px
}

.smallSpinner {
    height: 18px;
    width: 18px
}

.tradeDetailPop li {
    border-bottom: 1px solid var(--cardBorder);
    padding: 10px 0
}

.tradeDetailPop li:last-child {
    border: 0;
    padding-bottom: 0
}

.orderDetils-large .modal-dialog {
    max-width: 44%
}

.pnl.green h6 {
    color: var(--green)
}

.pnl.red h6 {
    color: var(--red)
}

.max-355 {
    max-width: 355px
}

.blankLeader span {
    align-items: center;
    border-radius: 8px;
    color: var(--gray);
    display: flex;
    justify-content: center
}

.blankLeader span.large {
    background: var(--buttonGray);
    height: 40px;
    width: 40px
}

.blankLeader span.small {
    height: 20px;
    width: 20px
}

.blankLeader .Prucopier_btn.border-button,
.blankLeader span.small {
    background: var(--buttonGray)
}

.blankLeader .Prucopier_btn.border-button:hover {
    background-color: var(--secondary)
}

.blankLeader .Prucopier_btn.border-button:hover .vue-feather {
    background: var(--menutext)
}

.blankLeader .Prucopier_btn.border-button .vue-feather {
    background: var(--moregray);
    border-radius: 50%;
    padding: 6px
}

.leaderDetailLogged .dropdown_menu_animated {
    background-color: transparent
}

.stickyAll {
    border-radius: 0 0 16px 16px
}

.notifyActive {
    position: relative
}

.allNotify .currencyTable tr td p * {
    font-size: 13px;
    line-height: 1.4
}

.allNotify .currencyTable tr td ul {
    margin: 0
}

.userSteps_header {
    background: var(--white);
    left: 0;
    padding: 7px 2.5rem;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 999
}

.userSteps_header .cardborder {
    border-radius: 3px;
    margin: 10px 0 20px
}

.rightBTN .appStore {
    align-items: center;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 36px;
    min-width: 100px;
    padding: 0
}

.footerSteps {
    background-color: var(--loginFooter);
    border: 1px solid var(--superlightgray);
    border-bottom: 0;
    border-radius: 1rem 1rem 0 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    padding: 1.25rem;
    position: fixed;
    right: 0;
    z-index: 999
}

.footerSteps .footerLinks {
    flex: 1
}

.footerSteps .footerLinks li a {
    color: var(--maintitle);
    font-size: .938rem;
    font-weight: 500;
    padding: 0 .75rem
}

.vhCalc {
    height: calc(100vh - 150px)
}

.roundArrow {
    background: #c4c4c44f;
    border-radius: 20px;
    color: var(--menutext);
    display: flex
}

.rewardsEarned {
    border: 1px solid var(--cardBorder);
    border-radius: 14px;
    margin-left: auto;
    max-width: 350px;
    padding: 15px
}

.sentPage {
    background: var(--dualWhite);
    border-radius: 50%;
    display: flex
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-80px)
    }

    to {
        transform: translateY(0)
    }
}

.disable-radio {
    pointer-events: none
}

.disable-radio .ifDisabled {
    display: none
}

.disable-radio .elseDisabled {
    display: block !important
}

.disable-radio .checkmark,
.disable-radio .notAble {
    opacity: .4
}

.viewShow .dropSelect .disable-radio .name .elipp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px
}

.dropdown_menu_animated li.disabled {
    background: transparent !important;
    opacity: .3
}

.mainFooter {
    display: block;
    padding: 40px 0 15px
}

.mainFooter .footerList li a {
    color: var(--menutext);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.mainFooter .footerList li a:hover {
    color: var(--secondary)
}

.mainFooter h6 {
    color: var(--midgray);
    font-size: 17px;
    font-weight: 500;
    padding: 0;
    position: relative
}

.mainFooter .content li a {
    display: block;
    font-size: 16px;
    padding: 3px 0
}

.mainFooter .socialList li a {
    color: var(--menutext);
    font-size: 24px;
    padding: 0 9px
}

.mainFooter .disclamer .list-unstyled .dotList li,
.mainFooter .disclamer .list-unstyled p {
    color: var(--neutralGrey);
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 7px
}

.mainFooter .disclamer .list-unstyled .dotList li .darkbluecolor,
.mainFooter .disclamer .list-unstyled p .darkbluecolor {
    color: var(--menutext)
}

.mainFooter .disclamer .list-unstyled .dotList li {
    margin: 0
}

.mainFooter .disclamer .list-unstyled a {
    color: #2b7cff;
    text-decoration: underline
}

.mainFooter .calBOxed {
    max-width: 448px
}

.opiercopyright {
    border-radius: 18px
}

.opiercopyright .lighter {
    opacity: .6
}

.opiercopyright .appStore {
    align-items: center;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 36px;
    min-width: 100px
}

.opiercopyright .appStore img {
    margin: 0 7px 0 0;
    max-width: 17px
}

.opiercopyright .hilighted {
    border-radius: 6px;
    padding: 2px 4px
}

.advertisingCookies {
    background-color: var(--white);
    border-radius: 30px;
    bottom: 0;
    box-shadow: 0 3px 31px #00000026;
    gap: 63px;
    left: 0;
    margin: 0 auto;
    max-width: 1440px;
    padding: 45px 37px 36px;
    right: 0;
    z-index: 9999
}

.advertisingCookies .button.Prucopier_btn {
    min-width: 180px
}

#modifyPreferencesModal.modal {
    z-index: 99999999
}

#modifyPreferencesModal.modal .modal-dialog {
    max-width: 1037px
}

#modifyPreferencesModal.modal .modal-dialog .modal-content {
    border-radius: 30px;
    gap: 32px
}

#modifyPreferencesModal.modal .modal-dialog .modal-content .modal-body {
    padding: 38px 58px
}

#modifyPreferencesModal.modal .modal-dialog .modal-content .modal-body p {
    font-weight: 500
}

#modifyPreferencesModal.modal .modal-dialog .modal-content .modal-body p.bold {
    font-size: 18px;
    font-weight: 600
}

#modifyPreferencesModal.modal .modal-dialog .modal-content .modal-body .button.Prucopier_btn {
    min-width: 180px
}

#modifyPreferencesModal.modal .modal-dialog .modal-content .usingCookies {
    margin: 30px 0 35px
}

#modifyPreferencesModal.modal .modal-dialog .modal-content .usingCookies .accordion-button {
    background: transparent;
    line-height: 1;
    padding: 0
}

#modifyPreferencesModal.modal .switch.essential {
    opacity: .5
}

#modifyPreferencesModal.modal .switch.toggleFB .text {
    font-weight: 600;
    padding: 0 0 0 50px;
    white-space: nowrap
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format("truetype")
}

:root {
    --bodycolor: #f6f6f6;
    --menutext: #303a48;
    --green: #64b8fd; /* previously green primary; now mapped to blue button color */
    --lightgreen: #e9f5fe; /* light green -> light blue background */
    --red: #e03338;
    --midred: #df6868;
    --title: #212529;
    --white: #fff;
    --witeCard: #fff;
    --secondary: #2b7cff;
    --inactive: #939393;
    --dark: #131313;
    --bordercolor: #d8dde6;
    --bordertop: #eaeaea;
    --gray: grey;
    --link: #64b8fd;
    --titlelight: #404040;
    --graytext: #777;
    --midgray: #778290;
    --darkHeader: #838991;
    --lightgray: #979797;
    --middark: #454545;
    --lightwhite: #d3d2d2;
    --darkborder: #3e3e3e;
    --ltgray: #e6e6e6;
    --inputbg: #f7f7f7;
    --modalhead: #efefef;
    --modalbody: #fbfbfb;
    --darkinput: #e9ebec;
    --lightborder: #ebebeb;
    --grayborder: #d3d3d3;
    --rating: #ffd300;
    --lightred: #ffe3cc;
    --userIcon: #8380ed;
    --usercolor: #292d32;
    --borderlightgreen: #cfe9ff; /* light blue for borders */
    --neutralGrey: #636d7a;
    --activelight: #f9f9f9;
    --tabledata: #f8f8f8;
    --reddata: #ffc5bf;
    --redcontent: #b21606;
    --errordata: #f9dcda;
    --successdata: #c6f2c2;
    --successcontent: #008f41;
    --successdataligh: #ddf3db;
    --darkblue: #022a4f;
    --blue: #4572a7;
    --progressbar: #7c91a5;
    --tableHead: #293c4f;
    --upcoming: #fff2e8;
    --upcomingevent: #fff7f1;
    --darkmix: #2b2b2b;
    --yellowBtn: #e8a700;
    --yellowstar: #ffc225;
    --yelloBG: #fbf2db;
    --blueBtn: #64b8fd;
    --blueBG: #e9f5fe;
    --moregray: #bac4d0;
    --viewAll: #eaeaea;
    --greenbg: #e9f5fe; /* map green background to blue background */
    --dashgreen: #4572a7; /* darker blue for accents */
    --cardBorder: #e0e6ed;
    --greenBox: #e9f5fe; /* box background use blueBG */
    --bg-card: #f2f5f9;
    --viewLink: #4c5460;
    --lightorange: #f7e9de;
    --lightblue: #daecff;
    --lightgraybg: #515965;
    --ltgraybg: #e0e2e4;
    --darkbluecolorborder: #989da4;
    --graylightbg: #dbdbdb;
    --redmanacolor: #df6868;
    --profileicon: #80eded;
    --litetext: #b3bfcd;
    --fadebg: #59616d;
    --lightprimary: #fbf5f3;
    --needHelp1: #f9dfd8;
    --needHelp2: #f8d8fc;
    --needHelp3: #dbf1ff;
    --timeline: #c4cdd4;
    --mixsecondary: #ffebe0;
    --status: #e7e7e7;
    --dualWhite: #fff;
    --datecolor: #f7f8fc;
    --superlightgray: #e0e6ed;
    --facebook: #4267b2;
    --twitter: #00acee;
    --linkedin: #006fa6;
    --pintrest: #bd091d;
    --youtube: #e83f3a;
    --reddit: #ff4006;
    --thumblr: #36465d;
    --mix: #eb4924;
    --oauth: #4c75a3;
    --telegram: #08c;
    --messenger: #0080ff;
    --whatsapp: #25d366;
    --xing: #006567;
    --shareline: #00b900;
    --sms: #20c16c;
    --email: #ff961c;
    --sharecopy: #607d8b;
    --buttonGray: #f3f3f4;
    --redBtn: #af4c46;
    --pinkBtn: #7750c9;
    --leaf: #afadab;
    --tostedSuccess: #ffefe3;
    --loginFooter: #f2f6fb;
    --clashregular: "ClashDisplay-Regular";
    --clashmedium: "ClashDisplay-Medium";
    --clashsemibold: "ClashDisplay-Semibold";
    --clashbold: "ClashDisplay-Bold"
}

html[data-theme=dark]:root {
    --loginFooter: #383d44;
    --witeCard: #1b1b1b;
    --bodycolor: #1b1b1b;
    --secondary: #2b7cff;
    --inactive: #939393;
    --menutext: #dfdfdf;
    --darkHeader: #a9abac;
    --bg-white: #292c30;
    --white: #292c30;
    --dark: #fff;
    --dualWhite: #fff;
    --border: #434649;
    --card: #383d44;
    --datecolor: #383d44;
    --lightborder: #34383e;
    --midgray: #dfdfdf;
    --theme-colordark: #2b7cff;
    --cardhead: #313942;
    --gray: #c3c3c3;
    --button: #343434;
    --bordercolor: #383d44;
    --buttonGray: #383d44;
    --cardBorder: #383d44;
    --modalhead: #383d44;
    --neutralGrey: #bac4d0;
    --middark: #bac4d0;
    --notify: #303a48;
    --status: #292c30;
    --modalbody: #383d44;
    --topdark: #313438;
    --menuborder: #4a5058;
    --inputbg: #383d44;
    --green: #64b8fd; /* map dark theme green to blue */
    --borderlightgreen: #4572a7; /* darker blue for borders in dark theme */
    --lightgreen: #e9f5fe;
    --red: #df6868;
    --reddata: #ffbdbd;
    --midred: #df6868;
    --tabledata: #34383e;
    --redcontent: #df6868;
    --errordata: #f9dcda;
    --successdata: #c6f2c2;
    --successcontent: #5caf79;
    --successdataligh: #ddf3db;
    --darkblue: #bac4d0;
    --blue: #4572a7;
    --progressbar: #7c91a5;
    --tableHead: #bac4d0;
    --upcoming: #585858;
    --activelight: #4b525b;
    --viewAll: #4b525b;
    --superlightgray: #4b525b;
    --upcomingevent: #585858;
    --darkmix: #2b2b2b;
    --yellowBtn: #e8a700;
    --yellowstar: #ffc225;
    --yelloBG: #fbf2db;
    --blueBtn: #64b8fd;
    --blueBG: #405564;
    --moregray: #bac4d0;
    --greenbg: #e9f5fe;
    --dashgreen: #4572a7;
    --greenBox: #e9f5fe;
    --bg-card: #1b1b1b;
    --viewLink: #bac4d0;
    --lightorange: #383d44;
    --lightblue: #daecff;
    --lightgraybg: #515965;
    --ltgraybg: #e0e2e4;
    --darkbluecolorborder: #989da4;
    --graylightbg: #dbdbdb;
    --redmanacolor: #df6868;
    --profileicon: #80eded;
    --litetext: #b3bfcd;
    --fadebg: #59616d;
    --lightprimary: #383d44;
    --needHelp1: #f9dfd8;
    --needHelp2: #f8d8fc;
    --needHelp3: #dbf1ff;
    --inpuBorder: #454b52;
    --facebook: #4267b2;
    --twitter: #00acee;
    --linkedin: #006fa6;
    --youtube: #e83f3a;
    --pintrest: #bd091d;
    --reddit: #ff4006;
    --thumblr: #36465d;
    --mix: #eb4924;
    --oauth: #4c75a3;
    --telegram: #08c;
    --messenger: #0080ff;
    --whatsapp: #25d366;
    --xing: #006567;
    --shareline: #00b900;
    --sms: #20c16c;
    --email: #ff961c;
    --sharecopy: #607d8b;
    --redBtn: #df6868;
    --pinkBtn: #b998ff;
    --countPink: #c7b3ff
}

.greenBox {
    background-color: var(--greenBox);
    color: var(--green)
}

.clash {
    font-family: var(--clashregular)
}

.clashmedium {
    font-family: var(--clashmedium)
}

.fadebg {
    background-color: var(--fadebg)
}

.grayBorder {
    border: 1px solid var(--moregray)
}

/* overlay used on homepage banner; kept class name for compatibility but map to theme color */
.green_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(100,184,253,0.15), rgba(100,184,253,0.05));
    pointer-events: none;
}

.activelight {
    background-color: var(--activelight)
}

.br-8 {
    border-radius: 8px
}

.br-6 {
    border-radius: 6px
}

.br-50 {
    border-radius: 50px
}

.witeCard {
    background-color: var(--witeCard)
}

.status {
    border-radius: 4px;
    font-size: 11px;
    line-height: 1;
    padding: 4px 5px
}

.status.bordered {
    background-color: transparent !important;
    border: 1px solid;
    border-radius: 6px;
    padding: 2px 5px
}

.status.green {
    background-color: var(--greenbg);
    color: var(--dashgreen)
}

.status.yellow {
    background-color: var(--yelloBG);
    color: var(--yellowBtn)
}

.status.red {
    background-color: var(--errordata);
    color: var(--redcontent)
}

.dateBG {
    background: var(--datecolor) !important
}

.litetext {
    color: var(--litetext)
}

.bg-card {
    background-color: var(--bg-card)
}

.cardBorder {
    border: 1px solid var(--cardBorder)
}

.menutext {
    color: var(--menutext)
}

.menutextBG {
    background-color: var(--menutext)
}

.dark-text {
    color: var(--darkHeader)
}

.neutralGrey {
    color: var(--neutralGrey)
}

.bold {
    font-weight: 600
}

.semibold {
    font-weight: 700
}

.darkHeader {
    color: var(--darkHeader)
}

.midgray {
    color: var(--midgray)
}

.yellowBtn {
    background-color: var(--yelloBG);
    color: var(--yellowBtn)
}

.blueBtn {
    background-color: var(--blueBG);
    color: var(--blueBtn)
}

.dashgreen {
    background-color: var(--dashgreen);
    color: var(--white)
}

.moregray {
    color: var(--moregray)
}

.facebook {
    background-color: var(--facebook)
}

.instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    border-radius: 7px;
    color: var(--white)
}

.twitter {
    background-color: var(--twitter)
}

.youtube {
    background-color: var(--youtube)
}

.linkedin {
    background-color: var(--linkedin)
}

.pinterest {
    background-color: var(--pintrest)
}

.reddit {
    background-color: var(--reddit)
}

.thumblr {
    background-color: var(--thumblr)
}

.mix {
    background-color: var(--mix)
}

.oauth {
    background-color: var(--oauth)
}

.telegram {
    background-color: var(--telegram)
}

.messanger {
    background-color: var(--messenger)
}

.whatsapp {
    background-color: var(--whatsapp)
}

.xing {
    background-color: var(--xing)
}

.line {
    background-color: var(--shareline)
}

.sms {
    background-color: var(--sms)
}

.email {
    background-color: var(--email)
}

.copy {
    background-color: var(--sharecopy)
}

.midred {
    color: var(--midred)
}

.midredBG {
    background-color: var(--midred);
    color: var(--white)
}

.green {
    color: var(--green)
}

.greenBG {
    background: var(--green);
    color: var(--lightwhite)
}

.red {
    color: var(--red)
}

.upcoming {
    background-color: var(--upcoming)
}

.upcomingLight {
    background-color: var(--upcomingevent)
}

.redBG {
    background-color: var(--lightred);
    color: var(--btnred)
}

.secondary {
    color: var(--secondary) !important
}

.bodyBG {
    background-color: var(--bodycolor)
}

b {
    font-weight: 600
}

.f-8 {
    font-size: .5rem
}

.f-8,
.f-9 {
    line-height: 1.3
}

.f-9 {
    font-size: .563rem
}

.f-10 {
    font-size: .625rem;
    line-height: 1.3
}

.f-11 {
    font-size: .688rem
}

.f-11,
.f-12 {
    line-height: 1.4
}

.f-12 {
    font-size: .75rem
}

.f-13 {
    font-size: .813rem
}

.f-14 {
    font-size: .875rem
}

.f-15 {
    font-size: .938rem
}

.f-16 {
    font-size: 1rem
}

.f-18 {
    font-size: 1.125rem
}

.f-20 {
    font-size: 1.25rem
}

.f-22 {
    font-size: 1.2rem
}

.f-24 {
    font-size: 1.5rem
}

.f-25 {
    font-size: 1.563rem
}

.f-26 {
    font-size: 1.625rem
}

.f-30 {
    font-size: 1.875rem
}

.f-32 {
    font-size: 2rem
}

.bg-lightprimary {
    background-color: var(--lightprimary)
}

.lightblueBg {
    background-color: var(--lightblue)
}

.dashgreenColor {
    color: var(--dashgreen)
}

.lightgraybg {
    background-color: var(--lightgraybg)
}

.br-16 {
    border-radius: 1rem
}

.darkblueBg {
    background-color: var(--menutext)
}

.graybtnBg {
    background-color: var(--viewAll)
}

.br-14 {
    border-radius: .875rem
}

.gray {
    color: var(--gray)
}

.title {
    color: var(--title)
}

.link {
    color: var(--link)
}

.link:hover {
    color: var(--secondary)
}

.medium {
    font-weight: 500
}

.regular {
    font-weight: 400
}

.w-18 {
    width: 18px
}

.inactive {
    color: var(--inactive)
}

.br-10 {
    border-radius: .625rem
}

.br-12 {
    border-radius: .75rem
}

.br-20 {
    border-radius: 1.25rem
}

.darkblueColor {
    color: var(--menutext)
}

.mt-38 {
    margin-top: 38px
}

.f-17 {
    font-size: 1.0625rem
}

.f-28 {
    font-size: 1.75rem
}

.lightblueBG {
    background-color: var(--lightblue)
}

.graylightbg {
    background-color: var(--graylightbg)
}

.w-12 {
    width: .75rem
}

.redmanacolor {
    color: var(--redmanacolor)
}

.modalhead {
    border: 1px solid var(--modalhead)
}

.radius12 {
    border-radius: 12px
}

.line-2 {
    line-height: 1.2
}

.modalBOrder {
    border: 1px solid var(--modalhead)
}

.modalBottom {
    border-bottom: 1px solid var(--modalhead)
}

.PrucopierTradeAccount .inputForm .form-group .iconInput .eye {
    top: 13px
}

.PrucopierTradeAccount .position-absolute.alertInput {
    right: 37px;
    top: 12px
}

.secondary.alert {
    background: var(--upcoming);
    border: 1px solid var(--secondary);
    display: inline-block
}

.Prucopier_btn.shadow {
    box-shadow: 3px 3px 5px #00000026
}

.svg-icon svg {
    fill: var(--menutext);
    width: 1em !important
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.navbar-toggler:focus {
    box-shadow: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

::-webkit-file-upload-button {
    cursor: pointer
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ol.list-disc,
ul.list-disc {
    list-style: disc;
    padding-left: 20px
}

ol.list-disc li,
ul.list-disc li {
    color: var(--menutext)
}

ol.list-arrow li,
ul.list-arrow li {
    padding-left: 40px;
    position: relative
}

ol.list-arrow li:after,
ul.list-arrow li:after {
    background: url(images/arrow.html) no-repeat;
    background-position: -14px 0;
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    top: -7px;
    width: 18px
}

ol.listnumber li,
ul.listnumber li {
    color: var(--menutext);
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

ol.listnumber li span,
ul.listnumber li span {
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.btn:focus,
.form-control:focus,
button:focus,
input:focus,
select:focus {
    box-shadow: none;
    outline: none
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    background-color: var(--bodycolor);
    font-family: Inter, sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    height: 100%;
    line-height: 1.4;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--menutext);
    margin-bottom: .5rem;
    margin-top: 0
}

h1 {
    color: var(--dark);
    font-size: 2.75rem;
    letter-spacing: -1px;
    line-height: 51px
}

@media (max-width:991px) {
    h1 {
        font-size: 1.75rem;
        line-height: 40px
    }
}

h2 {
    color: var(--title);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 40px
}

h3 {
    font-size: 1.563rem;
    font-weight: 500
}

h4 {
    font-size: 1.25rem
}

h4,
h5 {
    font-weight: 600
}

h5 {
    font-size: 1.125rem;
    line-height: 1.4
}

h6 {
    font-weight: 600
}

h6,
p {
    font-size: 1rem
}

p {
    color: var(--menutext);
    line-height: 24px;
    margin-bottom: 1rem;
    margin-top: 0
}

img {
    max-width: 100%
}

strong {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

a {
    background-color: transparent;
    color: var(--themecolor);
    text-decoration: none
}

i {
    font-style: italic
}

a:hover {
    color: var(--theme-colordark);
    text-decoration: none
}

button:focus {
    outline: none
}

button,
input,
optgroup,
select,
textarea {
    box-shadow: none;
    margin: 0
}

::-webkit-input-placeholder {
    color: var(--inactive)
}

::-moz-placeholder {
    color: var(--inactive)
}

:-ms-input-placeholder {
    color: var(--inactive)
}

:-moz-placeholder {
    color: var(--inactive)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1
}

.greenBtn {
    background-color: var(--lightgreen);
    color: var(--green);
    padding: 2px 10px
}

.redBtn {
    background-color: #af4c4624;
    color: var(--redBtn);
    padding: 2px 10px
}

.pinkBtn {
    background: #7750c924;
    color: var(--pinkBtn);
    padding: 2px 10px
}

.grayBtn {
    background-color: #7878781a;
    color: var(--graytext);
    padding: 2px 10px
}

.card {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 2px 4px #0000004d
}

.bg-secondary {
    background-color: var(--secondary) !important
}

.bg-secondary h2,
.bg-secondary p {
    color: var(--white)
}

.line-1 {
    line-height: 1
}

.line-4 {
    line-height: 1.4
}

.line-35 {
    line-height: 35px
}

.h-70 {
    height: 70px
}

b {
    font-weight: 700
}

.disabled {
    background: var(--gray) !important;
    border: 1px solid var(--bordercolor) !important;
    color: var(--menutext) !important;
    pointer-events: none
}

.disabled,
.disabled .vue-feather {
    opacity: .5
}

.disabled.border-0 {
    border: 0 !important
}

.rightBTN .maxAuto.dropdown-menu {
    top: 34px
}

.rightBTN .appStore img {
    margin: 0 7px 0 0;
    max-width: 15px
}

.Prucopier_btn {
    align-items: center;
    background: var(--themecolor);
    border: none;
    border-radius: 4px;
    color: var(--white);
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    min-width: 110px;
    outline: none;
    padding: 8px 20px;
    text-align: center;
    text-transform: capitalize
}

.Prucopier_btn.x-large {
    font-size: .938rem;
    height: auto;
    padding: .938rem 0
}

.Prucopier_btn.bold {
    font-weight: 600
}

.Prucopier_btn:hover {
    color: var(--white);
    opacity: .7
}

.Prucopier_btn.large {
    min-width: 100%
}

.Prucopier_btn.min-50 {
    min-height: 50px
}

.Prucopier_btn.min-140 {
    min-width: 140px
}

.Prucopier_btn.small {
    font-size: 14px;
    height: auto;
    padding: 7px 0 !important
}

.Prucopier_btn.small.f-12 {
    font-size: 12px
}

.Prucopier_btn.min-auto {
    min-width: auto
}

.Prucopier_btn.border-button {
    background: transparent;
    border: 1px solid var(--bordercolor);
    color: var(--menutext);
    transition: all .5s ease
}

.Prucopier_btn.border-button.secondary,
.Prucopier_btn.border-button.secondary-btn {
    border-color: var(--secondary);
    color: var(--secondary)
}

.Prucopier_btn.border-button:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--white) !important
}

.Prucopier_btn.border-button:hover .filled .feather {
    fill: var(--white);
    stroke: var(--white)
}

.Prucopier_btn.bg-white:hover {
    color: var(--secondary)
}

.Prucopier_btn.rounded {
    border-radius: 50px !important
}

.Prucopier_btn.btn-border {
    background: var(--white);
    border: 1px solid var(--bordercolor);
    color: var(--menutext);
    height: 33px;
    justify-content: space-between;
    padding: 8px 10px;
    text-align: left;
    transition: all .5s ease
}

.pointer {
    cursor: pointer
}

.shadow {
    box-shadow: 0 2px 3px #7a7a7a4d !important
}

.container.max-1370,
.max-1370 {
    max-width: 1370px
}

.fw-300 {
    font-weight: 300
}

.gridCol1,
.gridCol2 {
    width: 25%
}

.gridCol3 {
    width: 50%
}

.mainWrapper {
    background-color: var(--bodycolor);
    min-height: calc(100vh - 498px);
    padding: 0 0 40px;
    position: relative
}

.max-1660 {
    margin: 0 auto;
    max-width: 1660px
}

.more-vertical {
    opacity: .6
}

.PrucopierInput .form-control {
    background-color: var(--white);
    border: 1px solid var(--bordercolor);
    border-radius: .25rem;
    color: var(--menutext);
    display: inline-block;
    font-size: .875rem;
    line-height: 1.875rem;
    min-height: calc(1.875rem + 2px);
    padding: 0 1rem 0 .75rem;
    transition: border .1s linear, background-color .1s linear;
    width: 100%
}

.form-search {
    position: relative
}

.form-search .PrucopierInput {
    max-width: 250px
}

.searchIcon {
    display: block;
    opacity: .5;
    position: absolute;
    right: 10px;
    top: 3px;
    width: 18px
}

.searchIcon .search {
    width: 16px
}

.searchIcon.iconright {
    right: 16px;
    top: 6px
}

.searchIcon.searchIcon-auto {
    bottom: 0;
    margin: auto;
    top: 0
}

::-webkit-scrollbar-thumb {
    background: #6363633d
}

.commonList {
    counter-reset: item
}

.commonList.arrowLeft li:before {
    background-color: #e5e9edf2
}

.commonList li {
    padding: 0 0 20px 34px;
    position: relative
}

.commonList li:before {
    align-items: center;
    background-color: #e5e9edf2;
    border-radius: 50%;
    color: var(--menutext);
    content: counters(item, ".") " ";
    counter-increment: item;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    height: 24px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 2px;
    width: 24px
}

.commonList li.secondary:before {
    background: transparent;
    color: var(--secondary);
    font-size: 16px
}

.commonList li span {
    display: block
}

.arrowLeft li:before {
    color: var(--secondary);
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    height: 15px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 15px
}

.arrowLeft.commonList li {
    padding: 0 0 20px 22px
}

.dropdown-menu {
    background-color: var(--white)
}

.dropdown-menu.viewMenu li a {
    display: block;
    font-size: 13px;
    padding: 3px 13px
}

.dropdown-menu li a:hover {
    color: var(--secondary)
}

.dropdown-menu.w-180 {
    width: 180px
}

.dropdown-menu.r-0 {
    left: inherit !important;
    right: 0 !important
}

.settingUp .nav-link {
    opacity: .5
}

.graphList li a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 11px
}

.graphList li a.active,
.graphList li a:hover {
    background: var(--secondary);
    border-radius: 4px;
    color: var(--white)
}

.customPad {
    padding: 0 0 0 50px
}

.viewNews p {
    line-height: 21px
}

.commentArea li {
    padding: 0 40px 0 0
}

.commentArea li a {
    color: var(--midgray);
    font-weight: 500
}

.newsfeed-card .searchIcon {
    left: 9px;
    right: inherit;
    top: 12px
}

.newsfeed-card .form-control {
    background: var(--inputbg);
    border-radius: 50px;
    font-size: 15px;
    padding: 5px 30px
}

.trendign-list li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 6px 0
}

.trendign-list li a {
    font-size: 14px
}

.combosElement .avatar {
    width: 50px
}

.combosElement .boxed {
    box-shadow: 0 2px 4px #0000004d
}

.modal-header {
    background: var(--modalhead)
}

.modal-680 .modal-dialog.modal-dialog-centered {
    max-width: 680px
}

.modal-820 .modal-dialog.modal-dialog-centered {
    max-width: 820px
}

.modal-900 .modal-dialog.modal-dialog-centered {
    max-width: 900px
}

.form-group {
    margin: 0 0 18px;
    position: relative
}

.form-group .upperInput {
    background: var(--white);
    color: var(--secondary);
    font-size: 12px;
    left: 6px;
    margin: 0;
    padding: 0 4px;
    position: absolute;
    top: -8px;
    z-index: 9
}

.form-group.max-300 {
    max-width: 300px;
    width: 100%
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px
}

.form-group .form-control {
    border: .0063rem solid var(--bordercolor);
    border-radius: .625rem;
    color: var(--maintitle);
    font-size: .938rem;
    font-weight: 400;
    height: 3.375rem;
    margin: 0 0 2px;
    padding: 0 .938rem
}

.form-group .form-control.min-44 {
    min-height: 44px
}

.form-group .form-control.disabled {
    background: var(--bodycolor) !important
}

.form-group .form-control.searchCountry {
    font-size: 12px
}

.form-group .form-control.textarea {
    height: 70px;
    padding: 6px 15px;
    resize: none
}

.blockElement.space {
    padding: 60px 0
}

.or {
    display: inline-block;
    margin: 0 auto;
    position: relative
}

.or:after,
.or:before {
    background: var(--bordercolor);
    content: "";
    height: 1px;
    position: absolute;
    right: 110%;
    top: 13px;
    width: 110px
}

.or:after {
    left: 110%
}

.box-shadow {
    box-shadow: 0 2px 4px #0000004d
}

.box-shadow-none {
    box-shadow: none !important
}

.borderButton {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    padding: 7px 19px
}

.borderButton,
.borderSelect {
    border: 1px solid var(--bordercolor);
    border-radius: 50px
}

.borderSelect {
    font-size: 13px;
    justify-content: space-between;
    min-height: 30px;
    min-width: 120px;
    padding: 0 8px
}

.fiveColumn .col {
    margin: 0 0 20px;
    max-width: inherit;
    padding: 0 7px;
    width: 20%
}

.fiveColumn .col.trader-box {
    min-width: 245px;
    width: 245px
}

.fiveColumn .flex-nowrap .col {
    flex: none
}

.fiveColumn .dropdown-menu {
    right: 0
}

.fiveColumn .card {
    border: 1px solid var(--modalhead);
    box-shadow: none;
    overflow: hidden
}

.register-users,
.PrucopierTradeAccount {
    background-image: url(images/join-us-background.html);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 580px;
    position: relative
}

.register-users .boxed,
.PrucopierTradeAccount .boxed {
    background-color: var(--white);
    border-radius: 16px;
    box-shadow: 0 7px 20px 16px #d1d1d14f;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    padding: 20px 50px;
    width: 90%
}

@media (max-width:991px) {

    .register-users .boxed,
    .PrucopierTradeAccount .boxed {
        margin-right: auto;
        padding: 20px
    }
}

.register-users .searchIcon,
.PrucopierTradeAccount .searchIcon {
    top: 7px
}

.register-users .form-group .form-control,
.PrucopierTradeAccount .form-group .form-control {
    background: var(--darkinput);
    border: 0
}

.register-users .form-group .form-control.searchCountry,
.PrucopierTradeAccount .form-group .form-control.searchCountry {
    background: var(--white);
    border: 1px solid var(--bordercolor);
    margin: 0 0 9px
}

.contentList li {
    align-items: center;
    display: flex;
    padding: 20px 0
}

.contentList li p {
    font-size: 1rem
}

.contentList li span {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 14px;
    min-width: 80px
}

.inputIcon .form-control {
    padding-right: 30px
}

.selectDropdown {
    background: var(--darkinput);
    border-radius: .375rem;
    height: 40px;
    padding: 0 10px;
    position: sticky;
    top: 0
}

.radius10 {
    border-radius: 10px
}

.dropdown_menu_animated {
    animation: growDown .3s ease-in-out forwards;
    background: var(--white);
    border-radius: 4px;
    box-shadow: 0 10px 20px #00000030, 0 6px 6px #0000003b;
    display: none;
    max-height: 200px;
    overflow: auto;
    perspective: 1000px;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    width: 100%;
    z-index: 999
}

.dropdown_menu_animated.position-relative {
    max-height: 100%
}

.dropdown_menu_animated.dropSelect {
    background: var(--bg-card);
    border-radius: 10px;
    margin: 15px 0
}

.dropdown_menu_animated.openTop {
    bottom: 100%;
    box-shadow: 0 10px 20px #00000030, 0 -4px 5px #0000003b;
    top: inherit;
    transform-origin: bottom center
}

.dropdown_menu_animated.no-animate {
    animation: none
}

.dropdown_menu_animated li a {
    display: block;
    font-size: 14px;
    padding: 3px 10px;
    text-align: left
}

.dropdown_menu_animated li a:hover {
    color: var(--secondary)
}

.dropdown_menu_animated.show {
    display: block
}

.dropdown_menu_animated.pamentCard {
    border-radius: 0 0 20px 20px;
    box-shadow: none;
    max-height: none;
    padding: 0 50px
}

.dropdown_menu_animated.maxAuto {
    max-height: inherit
}

.dropdown_menu_animated.userWatchlist {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 4px 18px #0000001f;
    margin-top: 20px;
    width: 400px;
    z-index: 9999
}

.dropdown_menu_animated.userWatchlist .vueRisk a {
    padding: 0
}

.dropdown_menu_animated.userWatchlist .vueCard a.f-14,
.dropdown_menu_animated.userWatchlist .PrucopierTabs li a {
    font-size: 14px
}

.dropdown_menu_animated.userWatchlist .vueCard a.f-14.secondary {
    color: var(--secondary)
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    to {
        transform: scaleY(1)
    }
}

.selectnumber .selectDropdown {
    margin-right: 13px;
    width: 120px
}

.selectnumber .form-group {
    width: calc(100% - 100px)
}

.secondtab-subcontents .PrucopierTabs li a {
    font-size: .75rem;
    padding: 12px 10px
}

.iconButton {
    align-items: center;
    border-radius: 4px;
    display: flex;
    height: 32px;
    justify-content: center;
    padding: 5px;
    width: 14px
}

.gary.fa {
    font-size: 20px;
    opacity: .5
}

.flex-between {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.radius-0 {
    border-radius: 0 !important
}

.dashed {
    border-bottom: 1px dashed var(--bordercolor)
}

.underline {
    text-decoration: underline
}

.max-360 {
    width: 360px
}

.cutomChechBox {
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.cutomChechBox input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.cutomChechBox input:checked~.checkmark {
    background-color: var(--white)
}

.cutomChechBox input:checked~.checkmark:after {
    display: block
}

.cutomChechBox .checkmark {
    background-color: transparent;
    border: 1px solid var(--bordercolor);
    border-radius: 2px;
    height: 17px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 17px
}

.cutomChechBox .checkmark:after {
    border: solid var(--secondary);
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 10px;
    left: 5px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
    width: 5px
}

.cutomChechBox.radio .checkmark {
    border-radius: 50%
}

.cutomChechBox.radio .checkmark:after {
    background: var(--secondary);
    border: 0;
    border-radius: 50%;
    height: 7px;
    left: 4px;
    top: 4px;
    width: 7px
}

.cutomChechBox.plan_box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 65px;
    padding-left: 42px;
    transition: all .3s ease
}

.cutomChechBox.plan_box.active,
.cutomChechBox.plan_box:hover {
    border-color: var(--secondary);
    transform: scale(1.02)
}

.cutomChechBox.plan_box .checkmark {
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.cutomChechBox.plan_box input {
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.labelCheckBox li {
    width: 33%
}

.inRow li {
    width: 9%
}

.inRow li.filter-label {
    width: auto
}

input.showValue {
    background-color: var(--white);
    border: 1px solid var(--lightborder);
    color: var(--dark);
    font-size: 12px;
    padding: 6px 10px;
    width: 80px
}

.dropdown-item.active,
.dropdown-item:hover {
    background-color: transparent
}

.newFillTabs .PrucopierTabs li a {
    border-radius: 50px;
    padding: 9px 20px
}

.newFillTabs .PrucopierTabs li a:hover:before {
    display: none
}

.newFillTabs .PrucopierTabs li.active a {
    background: var(--secondary);
    color: var(--white)
}

.newFillTabs .PrucopierTabs li.active a:before {
    display: none
}

.zl-trader-header {
    padding: 5px 0
}

.strategyBlock,
.zl-trader-header {
    border-bottom: 1px solid var(--grayborder)
}

.strategyBlock {
    padding: 30px 0
}

.rating li {
    padding-right: 2px
}

.rating li .feather {
    fill: #d3d3d3;
    stroke: none
}

.rating li .active .feather {
    fill: var(--rating)
}

.otherBroker {
    background: var(--bodycolor);
    border-radius: 3px;
    font-size: 10px;
    padding: 1px 4px
}

.list-leftBar li {
    line-height: 23px;
    padding: 0 0 5px;
    text-align: center
}

.list-leftBar.equalSpace li {
    padding: 0 30px
}

.dropdown button.morebtn {
    opacity: .5;
    width: 20px
}

.dropdown button.morebtn:hover {
    opacity: 1
}

h5 sub {
    bottom: 0;
    font-size: 13px
}

.flex-0 {
    flex: none
}

.leftBarFollwers span {
    font-weight: 600
}

.radiun-0 {
    border-radius: 0
}

.toogleUP {
    background-color: var(--activelight);
    color: var(--inactive);
    font-size: .875rem;
    padding: 5px 8px
}

.toogleUP.active {
    background-color: var(--lightred);
    color: var(--btnred);
    font-weight: 700
}

.position-absolute .alertInput {
    right: 37px;
    top: 9px
}

.overallList li {
    padding-bottom: 11px;
    text-align: center;
    width: 25%
}

.overallList li:not(:last-child) {
    border-right: 1px solid var(--lightborder)
}

.table.currencyTable.addPad tr td {
    padding: 15px
}

.table.currencyTable.noWrap tr td {
    white-space: normal
}

.table.currencyTable .tooltiptext p {
    line-height: 1.4
}

.table.currencyTable tbody tr {
    border-top: 1px solid var(--tabledata);
    line-height: 1rem
}

.table.currencyTable tbody tr:last-child ul.dropdown-menu {
    inset: auto 0 0 auto !important
}

.table.currencyTable tr th {
    color: var(--inactive);
    font-size: 12px;
    vertical-align: middle
}

.table.currencyTable tr td {
    color: var(--menutext);
    font-size: 12px;
    vertical-align: middle
}

.table.currencyTable tr td.red {
    color: var(--red)
}

.table.currencyTable tr td.green {
    color: var(--green)
}

.table.currencyTable tr td.error1,
.table.currencyTable tr td.error2 {
    color: var(--redcontent) !important
}

.table.currencyTable tr td.success1,
.table.currencyTable tr td.success2 {
    color: var(--successcontent) !important
}

.table.currencyTable .sorted {
    position: relative
}

.table.currencyTable .sorted:before {
    background-color: var(--dark);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .05;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.table.currencyTable .sorted.asc:after {
    content: ""
}

.table.currencyTable .sorted.asc:after,
.table.currencyTable .sorted.desc:after {
    color: var(--gray);
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    margin-left: 5px
}

.table.currencyTable .sorted.desc:after {
    content: ""
}

table.contenttable {
    border-bottom: 1px solid var(--midgray)
}

table.contenttable tr {
    background: var(--white);
    border-bottom: 1px solid var(--tabledata);
    border-top: 1px solid var(--tabledata);
    line-height: 1rem
}

table.contenttable tr th {
    background: var(--table-head-bg);
    border: 1px solid var(--lightborder);
    color: var(--inactive);
    padding: 10px .75rem;
    text-transform: uppercase
}

table.contenttable tr td,
table.contenttable tr th {
    font-size: 11px;
    text-align: center;
    vertical-align: middle
}

table.contenttable tr td {
    color: var(--lightgray);
    padding: .75rem .5rem
}

table.contenttable tr:nth-child(2n) {
    background: var(--table-head-bg)
}

table.trader-listtd {
    width: 100%
}

table.trader-listtd td {
    min-width: 88px;
    padding: 0 10px
}

table.trader-listtd td:first-child {
    min-width: 171px
}

.form-select:focus,
.page-link:focus {
    box-shadow: none
}

.pagination li a {
    color: var(--inactive);
    font-size: 13px
}

.active>.page-link,
.page-link.active,
.page-link:hover {
    background-color: var(--lightgray);
    border-color: var(--lightgray);
    color: var(--white)
}

.blueColor,
.secondaryColor {
    background-color: var(--blue);
    display: block;
    height: 10px;
    width: 10px
}

.secondaryColor {
    background-color: var(--secondary)
}

.hasList li {
    line-height: 1;
    margin: 0 0 15px 10px;
    text-align: center;
    width: 18%;
    word-wrap: break-word
}

.hasList li .link {
    color: var(--secondary)
}

.inputForm .borderButton {
    border: .0063rem solid var(--bordercolor);
    border-radius: .625rem;
    font-size: .938rem;
    font-weight: 500;
    height: 3.375rem;
    padding: 0 .938rem
}

.inputForm .borderButton span {
    flex: 1;
    text-align: center
}

.inputForm .form-group .iconInput .eye {
    right: 11px;
    top: 10px;
    width: 15px
}

.PrucopierTradeAccount .form-group .form-control {
    background: var(--white);
    border: 1px solid var(--bordercolor)
}

.form-group .form-control[type=password] {
    padding-right: 40px
}

.passwordStrenth li {
    color: var(--gray);
    font-size: 12px;
    padding: 2px 0
}

.passwordStrenth li.green {
    color: var(--green)
}

.passwordStrenth li.red {
    color: var(--red)
}

.accordion-button {
    font-weight: 700
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    background: #2b7cff14;
    box-shadow: none;
    color: var(--secondary)
}

.accordion-button:focus:after,
.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff7200' viewBox='0 0 16 16'%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-.708'/%3E%3C/svg%3E") !important
}

.horizontralBorder {
    padding-right: 60px;
    position: relative
}

.horizontralBorder:after {
    background-color: var(--bordercolor);
    content: "";
    height: 200px;
    position: absolute;
    right: 40px;
    transition-delay: .2s;
    width: 2px;
    z-index: 9
}

.wl-table {
    background-color: var(--white);
    border-radius: 8px;
    height: 100%;
    width: 100%
}

.wl-table thead tr th {
    background-color: var(--tableHead);
    color: var(--white);
    font-weight: 400;
    padding: 12px 10px;
    text-align: center
}

.wl-table thead tr th:first-child {
    border-top-left-radius: 8px
}

.wl-table thead tr th:last-child {
    border-top-right-radius: 8px
}

.wl-table tbody tr td {
    border: 1px solid var(--bordercolor);
    color: var(--dark);
    font-weight: 600;
    padding: 12px 10px;
    vertical-align: middle
}

.wl-table .cellSpacing tbody tr td,
.wl-table .cellSpacing tbody tr th,
.wl-table .cellSpacing thead tr td,
.wl-table .cellSpacing thead tr th {
    padding: 22px 40px
}

.accordion-body b {
    font-weight: 600
}

.reatesPage .form-group {
    max-width: 300px;
    width: 100%
}

.reatesPage .form-group .form-control {
    padding-right: 30px
}

.reatesPage .form-group .searchIcon {
    top: 6px
}

.reatesPage .form-group .searchIcon .feather {
    width: 16px
}

.reatesPage li,
.reatesPage p {
    font-size: .875rem;
    line-height: 22px;
    margin-bottom: 7px
}

.toolBox {
    border-radius: 8px;
    box-shadow: 0 2px 11px #878f9b75;
    height: 100%;
    padding: 20px
}

.toolBox:hover h4 {
    color: var(--secondary)
}

.toolBox:hover img {
    transform: scale(1.1)
}

.boxedShadow {
    border-radius: 16px;
    box-shadow: 0 2px 11px #878f9b75
}

.boxedShadow .topRadius {
    padding: 40px
}

.boxedShadow .getResult {
    background-color: var(--middark);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 40px
}

.allCalculator .form-group .form-control,
.allCalculator .form-group .form-select {
    border: 0;
    border-bottom: 1px solid var(--bordercolor);
    border-radius: 0;
    height: 48px;
    padding-left: 7px;
    padding-right: 7px
}

.resultList li {
    position: relative;
    text-align: center;
    width: 50%
}

.resultList li p {
    color: var(--white)
}

.resultList li:not(:last-child) {
    border-right: 1px solid var(--bordercolor)
}

.dotList li {
    color: var(--menutext);
    list-style-type: disc;
    margin: 0 0 8px 19px
}

.halfRounded {
    background-image: url(images/hero-bg.html);
    background-position: 0 -130px;
    background-repeat: no-repeat;
    background-size: 100%
}

.listnumber li {
    color: var(--menutext);
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 10px
}

.customCarousel .carousel-indicators {
    display: block;
    left: inherit;
    margin: 0;
    position: relative;
    text-align: right;
    width: 90px
}

.customCarousel .carousel-indicators button {
    background-color: transparent;
    color: var(--gray);
    font-weight: 600;
    height: 18px;
    opacity: 1;
    text-indent: 0;
    width: auto
}

.customCarousel .carousel-indicators button.active {
    color: var(--secondary)
}

.customCarousel .carousel-indicators .carousel-control-next-icon,
.customCarousel .carousel-indicators .carousel-control-prev-icon {
    background-image: none
}

.customCarousel .carousel-indicators .carousel-control-next,
.customCarousel .carousel-indicators .carousel-control-prev {
    font-size: 20px;
    margin: 0 auto
}

.customCarousel .carousel-indicators .carousel-control-next {
    bottom: -40px;
    top: inherit
}

.customCarousel .carousel-indicators .carousel-control-prev {
    left: inherit;
    right: 0;
    top: -30px
}

.partnershipPage {
    background-image: url(images/partnerships.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.partnershipPage .transparentBG {
    background: #ffffff94;
    margin: 0 0 15%;
    padding: 40px
}

.partnershipPage .transparentBG .letterSpace {
    display: block;
    font-size: 70px;
    letter-spacing: 20px;
    line-height: 70px;
    margin: 0 0 3%
}

@media (max-width:991px) {
    .partnershipPage .transparentBG .letterSpace {
        font-size: 41px;
        letter-spacing: 4px;
        line-height: 47px
    }
}

.darkPrucopiertrade {
    background-attachment: fixed;
    background-color: var(--darkmix);
    background-image: url(images/world-map.html);
    background-position: 50%;
    background-repeat: repeat;
    background-size: contain
}

.listArrow li {
    color: var(--menutext);
    padding: 0 0 13px 25px;
    position: relative
}

.listArrow li:before {
    color: var(--secondary);
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 3px
}

.additionalBox .card-body {
    box-shadow: 0 2px 11px #878f9b75
}

.contactUSForm {
    background-color: var(--bodycolor)
}

.helpCenter .form-group {
    margin: 0 auto;
    max-width: 600px
}

.helpCenter .form-group .form-control {
    border-radius: 50px;
    font-size: 18px;
    height: 60px;
    padding: 0 25px 0 60px
}

.helpCenter .form-group .searchIcon {
    left: 20px;
    right: inherit;
    top: 16px
}

.questionList li {
    align-items: center;
    display: flex;
    justify-content: center
}

.questionList li a {
    transition: all .5s ease
}

.questionList li a:hover {
    transform: scale(1.05)
}

.shadowButton {
    background-color: var(--white);
    border-radius: 15rem;
    box-shadow: 0 6px 19px #0000002b;
    margin: 0 .5rem 1rem;
    padding: 15px
}

.topicsElement {
    background: url(images/pattern.html);
    background-repeat: repeat
}

.topicsElement h4 a:hover {
    color: var(--secondary)
}

.topicsElement .automated {
    width: 100px
}

.moreHelp .card-body {
    border: 1px solid var(--cardBorder);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    text-align: center
}

.moreHelp .card-body.minInherit {
    min-height: inherit
}

.moreHelp .card-body img {
    margin: 0 auto
}

.listhelp li {
    padding: 0 0 15px
}

.listhelp li a {
    font-size: 14px
}

.masterPips .leftPips .card-body {
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 10px;
    transition: all .3s ease
}

.masterPips .leftPips .card-body.active,
.masterPips .leftPips .card-body:hover {
    border-color: var(--secondary);
    transform: scale(1.03)
}

.masterPips .leftPips .card-body.active:before,
.masterPips .leftPips .card-body:hover:before {
    border: 10px solid transparent;
    border-left: 10px solid var(--secondary);
    content: "";
    height: 0;
    position: absolute;
    right: -20px;
    width: 0
}

.list li {
    color: var(--menutext);
    font-size: 14px;
    padding: 0 0 7px
}

.upload-btn-wrapper {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.upload-btn-wrapper .btn {
    background-color: #fff;
    border: 1px solid var(--bordercolor);
    border-radius: 8px;
    padding: 8px 20px
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.inputToolTip .tooltipbutton {
    position: absolute;
    right: 6px;
    top: 7px;
    z-index: 99
}

.tabTable th {
    background: var(--bodycolor);
    background-clip: padding-box;
    border-bottom: 1px solid var(--bordercolor);
    color: var(--inactive);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -.5px;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle
}

.tabTable.leftContent th {
    text-align: left
}

.tabTable tbody td {
    background-clip: padding-box;
    border-bottom: 1px solid var(--bordercolor);
    color: var(--menutext);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.5px;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: center;
    vertical-align: middle
}

.tabTable tbody td .fa {
    color: var(--menutext);
    font-size: 20px;
    font-weight: 300;
    opacity: .5
}

.example .btn-toggle {
    top: 50%;
    transform: translateY(-50%)
}

.btn-toggle {
    background: var(--bodycolor);
    border: none;
    border-radius: 1.5rem;
    color: var(--inactive);
    height: 14px;
    margin: 0 30px;
    padding: 0;
    position: relative;
    width: 35px
}

.btn-toggle.bg-gray {
    background: #dfdfdf
}

.btn-toggle :focus {
    outline: none
}

.btn-toggle:after,
.btn-toggle:before {
    bottom: -5px;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: opacity .25s;
    width: 90px
}

.btn-toggle:before {
    content: "Off";
    left: -4rem
}

.btn-toggle:after {
    content: "On";
    opacity: .5;
    right: -4rem
}

.btn-toggle.active {
    background-color: var(--secondary);
    transition: background-color .25s
}

.btn-toggle.active:before {
    opacity: .5
}

.btn-toggle.active:after {
    opacity: 1
}

.btn-toggle>.handle {
    background: var(--inactive);
    border-radius: 1.125rem;
    height: 12px;
    left: .1875rem;
    position: absolute;
    top: 1px;
    transition: left .25s;
    width: 12px
}

.btn-toggle.active>.handle {
    background-color: var(--white);
    left: 21px;
    transition: left .25s
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--white)
}

.infinite.form-control {
    margin: 0 10px 0 0;
    width: 90px
}

.numaricList li {
    color: var(--menutext);
    font-size: 14px;
    list-style: lower-roman;
    margin-left: 19px;
    padding: 0 0 6px
}

.modal-body.autoScrollable {
    height: calc(100vh - 340px);
    overflow: auto
}

.feedBackicon li {
    padding: 0 20px
}

.feedBackicon li p {
    display: flex;
    transition: all .5s ease
}

.feedBackicon li p img {
    display: block;
    height: 40px;
    width: 40px
}

.feedBackicon li p .onhover {
    display: none
}

.feedBackicon li p.active,
.feedBackicon li p:hover {
    transform: scale(1.3)
}

.feedBackicon li p.active .onhover,
.feedBackicon li p:hover .onhover {
    display: flex
}

.feedBackicon li p.active .vuew,
.feedBackicon li p:hover .vuew {
    display: none
}

.feedBackicon li:not(:last-child) {
    border-right: 1px solid var(--bordercolor)
}

.inlineRadio .cutomChechBox {
    padding: 10px 3%;
    text-align: center
}

.inlineRadio .cutomChechBox .d-block {
    margin: 0 0 5px
}

.inlineRadio .cutomChechBox .checkmark {
    display: flex;
    justify-content: center;
    position: relative
}

.automatorMenu {
    max-width: 250px;
    width: 100%
}

.automatorMenu .dropdown_menu_animated li a {
    font-size: 13px;
    padding: 7px 0
}

.position-sticky.top-0 {
    top: 0
}

.ifColumn .form-group {
    margin-right: 10px
}

.textCondition {
    margin: 0 0 30px
}

.textCondition h4 {
    align-items: center;
    background: var(--bodycolor);
    border-radius: 50%;
    box-shadow: inset 0 -2px #0003;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: -38px 0 15px;
    width: 40px
}

.textCondition h4.then {
    border-radius: 10px;
    display: inline-flex;
    height: auto;
    margin: 0;
    padding: 4px 20px;
    position: relative;
    top: -28px;
    width: auto
}

.button.borderBtn.rounded {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 0;
    width: 40px
}

sub {
    bottom: 0
}

.gridTabs li a {
    background: var(--bodycolor);
    display: flex;
    margin: 0 3px 5px 0;
    opacity: .5;
    padding: 8px 10px
}

.gridTabs li.active a {
    background: var(--gray);
    color: var(--white);
    opacity: 1
}

.fromTodate .form-group .form-control {
    border: 1px solid var(--lightborder);
    border-radius: 5px;
    font-size: 13px;
    height: 40px
}

.tradeManually {
    padding: 10px 20px
}

.tradeManually .card-body {
    border-radius: 8px;
    box-shadow: 0 0 8px 1px #00000021;
    padding: 15px
}

.tradeManually .card-body h6 {
    color: var(--darkblue)
}

.tradeManually .card-body .tarde {
    align-items: center;
    background: var(--bodycolor);
    border-radius: 4px;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 2px;
    min-height: 48px;
    min-width: 49%;
    padding: 2px 9px
}

.tradeManually .card-body .tarde.text-end {
    justify-content: flex-end
}

.tradeManually .card-body .tarde.f-14 {
    font-size: 14px
}

.tradeManually .card-body .tarde.up {
    background: var(--successdataligh);
    color: var(--successcontent)
}

.tradeManually .card-body .tarde.down {
    background: var(--errordata);
    color: var(--redcontent)
}

.tradeManually .card-body .numValue {
    border-radius: 4px;
    color: var(--darkblue);
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    padding: 0 7px;
    position: absolute;
    transform: translate(-50%);
    z-index: 9
}

.tradeManually .card-body .progress {
    height: 5px
}

.tradeManually .card-body .progress .progress-bar {
    background-color: var(--progressbar)
}

.table th {
    font-weight: 500
}

.table td,
.table th {
    font-size: 14px
}

.Pagination .Page {
    border: 1px solid var(--cardBorder);
    padding: 14px 20px
}

.Pagination .Page.Page-active {
    border-color: var(--secondary);
    color: var(--white)
}

.table-striped td {
    border-bottom: 1px solid var(--bordercolor);
    padding: 13px 10px
}

.w-70 {
    width: 70%
}

.notificationPreferences {
    background-image: url(images/notifications-bg.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

.notificationPreferences .boxed {
    box-shadow: 0 0 21px #00000040
}

.modal:before {
    background: #00000057;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

.breadcrumb li {
    font-size: 14px
}

.breadcrumb li a {
    color: var(--secondary);
    font-size: 14px
}

.repeatList .selected {
    padding: 0 7px
}

.repeatList a {
    font-size: 14px;
    padding: 8px 11px
}

.repeatList a.active,
.repeatList a:hover {
    background: var(--bodycolor);
    border-left: 2px solid var(--secondary);
    color: var(--secondary)
}

.switch {
    border-radius: 50px;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 34px
}

.switch input {
    height: 0;
    opacity: 0;
    width: 0
}

.switch input:checked+.slider {
    background-color: var(--secondary)
}

.switch input:checked+.slider:before {
    transform: translate(16px)
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px var(--secondary)
}

.switch .slider {
    background-color: var(--modalhead);
    bottom: 0;
    cursor: pointer;
    right: 0;
    top: 0
}

.switch .slider,
.switch .slider:before {
    left: 0;
    position: absolute;
    transition: .4s
}

.switch .slider:before {
    background-color: var(--white);
    border: 1px solid var(--bordercolor);
    bottom: -3px;
    content: "";
    height: 18px;
    width: 18px
}

.switch .slider.round {
    border-radius: 34px
}

.switch .slider.round:before {
    border-radius: 50%
}

.selectDated .dropdown_menu_animated li {
    padding: 0 12px
}

.selectDated .dropdown_menu_animated li a {
    font-size: 13px;
    padding: 5px 0
}

.selectTime {
    width: 220px
}

.selectTime .timeList {
    max-height: 340px;
    overflow: auto
}

.selectTime .timeList .time {
    border: 1px solid;
    color: var(--blue);
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0;
    padding: 10px 0;
    text-align: center
}

.selectTime .timeList .afterSelected {
    display: none
}

.selectTime .timeList .afterSelected.active {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.selectTime .timeList .btnDefault {
    background: var(--middark);
    border-radius: 4px;
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    height: auto;
    line-height: 1;
    min-width: 85px;
    padding: 11px 0;
    text-align: center
}

.selectTime .timeList .btnDefault.bg-blue {
    background-color: var(--blue);
    color: var(--white)
}

.backArrow {
    align-items: center;
    border: 1px solid var(--bordercolor);
    border-radius: 50%;
    color: var(--blue);
    display: inline-flex;
    font-size: 22px;
    height: 40px;
    justify-content: center;
    margin: 0 0 11px;
    width: 40px
}

.vidContent h4 {
    position: relative
}

.vidContent h4:before {
    background-color: var(--secondary);
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px
}

.videoThums .card-body {
    border-radius: 8px;
    display: block;
    padding: 10px
}

.videoThums .card-body.active,
.videoThums .card-body:hover {
    background-color: #f58d39f2
}

.videoThums .card-body.active h4,
.videoThums .card-body.active p,
.videoThums .card-body:hover h4,
.videoThums .card-body:hover p {
    color: var(--white)
}

.process-wrap {
    margin: 10px auto;
    width: 50%
}

.process-wrap .process-main {
    display: flex;
    min-width: 320px;
    width: 100%
}

.process-wrap .process-main .col-3 {
    position: relative;
    width: 25%
}

.process-wrap .process-main .col-3:first-child .process-step:before {
    content: "1"
}

.process-wrap .process-main .col-3:nth-child(2) .process-step:before {
    content: "2"
}

.process-wrap .process-main .col-3:nth-child(3) .process-step:before {
    content: "3"
}

.process-wrap .process-main .col-3:last-child .process-step:before {
    content: "4"
}

.process-main .col-3:not(:first-child):before {
    background: var(--bordertop);
    content: "";
    display: block;
    height: 1px;
    left: calc(-50% + 20px);
    position: absolute;
    right: 0;
    top: 17.5px;
    transition: .4s;
    width: 100%
}

.process-step-cont {
    align-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

.process-step,
.process-step-cont {
    align-items: center;
    display: flex;
    justify-content: center
}

.process-step {
    align-self: center;
    background: var(--bodycolor);
    border: 1px solid var(--bordertop);
    border-radius: 100%;
    color: var(--bordertop);
    cursor: pointer;
    font-weight: 700;
    height: 35px;
    line-height: 0;
    margin-bottom: 7px;
    text-align: center;
    width: 35px;
    z-index: 4
}

.process-label {
    color: #959595;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    width: 100%
}

.active-step1 .col-3:first-child .process-dots:first-child,
.active-step1 .col-3:first-child .process-step,
.active-step1-mini2 .col-3:first-child .process-dots:first-child,
.active-step1-mini2 .col-3:first-child .process-dots:nth-child(-n+2),
.active-step1-mini2 .col-3:first-child .process-step,
.active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+2),
.active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+3),
.active-step1-mini3 .col-3:first-child .process-step,
.active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+3),
.active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+4),
.active-step1-mini4 .col-3:first-child .process-step {
    background-color: var(--secondary);
    border: 0;
    color: var(--white)
}

.active-step1 .col-3:first-child .process-label,
.active-step1-mini2 .col-3:first-child .process-label,
.active-step1-mini3 .col-3:first-child .process-label,
.active-step1-mini4 .col-3:first-child .process-label {
    color: var(--secondary)
}

.active-step2 .col-3:first-child,
.active-step3 .col-3:nth-child(-n+2),
.active-step4 .col-3:nth-child(-n+3) {
    opacity: .5
}

.active-step2 .col-3:first-child .process-step:before,
.active-step3 .col-3:nth-child(-n+2) .process-step:before,
.active-step4 .col-3:nth-child(-n+3) .process-step:before {
    content: "✓";
    padding: 7px
}

.active-step2 .col-3:nth-child(-n+2) .process-dots,
.active-step2 .col-3:nth-child(-n+2) .process-step,
.active-step3 .col-3:nth-child(-n+3) .process-dots,
.active-step3 .col-3:nth-child(-n+3) .process-step,
.active-step4 .col-3:nth-child(-n+4) .process-dots,
.active-step4 .col-3:nth-child(-n+4) .process-step {
    background-color: var(--secondary)
}

.active-step2 .col-3:nth-child(-n+2) .process-label,
.active-step3 .col-3:nth-child(-n+3) .process-label,
.active-step4 .col-3:nth-child(-n+4) .process-label {
    color: var(--secondary)
}

.active-step2 .col-3:nth-child(-n+2):before,
.active-step3 .col-3:nth-child(-n+3):before,
.active-step4 .col-3:nth-child(-n+4):before {
    background: var(--secondary)
}

@media screen and (max-width:640px) {
    .process-main {
        flex-wrap: wrap
    }

    .process-main .col-3 {
        width: 50%
    }

    .process-main .col-3:nth-of-type(3):not(:first-child):before {
        left: calc(-50% + 145px);
        top: -19.5px;
        transform: rotate(150deg)
    }
}

.investors-table thead {
    background: var(--table-head-bg)
}

.investors-table thead tr th {
    background-color: var(--table-head-bg);
    border: 1px solid var(--bordercolor);
    color: var(--menutext);
    font-weight: 400;
    padding: 12px 10px;
    text-align: center;
    width: 16.5%
}

.investors-table thead tr th:first-child {
    border-top-left-radius: 8px
}

.investors-table thead tr th:last-child {
    border-top-right-radius: 8px
}

.investors-table tbody .rootTable,
.investors-table thead .rootTable {
    background-color: var(--white);
    left: -1px;
    position: sticky
}

.investors-table tbody .rootTable .brokerLogo,
.investors-table thead .rootTable .brokerLogo {
    padding: 12px 10px;
    width: 130px
}

.investors-table tbody tr.disable-tr {
    background: var(--disable-tr)
}

.investors-table tbody tr td {
    border: 1px solid var(--bordercolor);
    color: var(--neutralGrey);
    padding: 12px 10px;
    vertical-align: middle;
    width: 16.5%
}

.investors-table tbody tr td a.brand-link,
.investors-table tbody tr td.hideActive {
    display: none
}

.investors-table tbody tr td .gray-bg {
    background: var(--modalhead)
}

.investors-table tbody tr td .main-detail {
    width: 100%
}

.investors-table tbody tr td .main-detail td {
    text-align: left
}

.investors-table tbody tr td .main-detail td p {
    font-weight: 600
}

.investors-table tbody tr td .main-detail .title {
    line-height: 36px;
    position: relative
}

.investors-table tbody tr td .main-detail .title:after {
    border-bottom: 1px solid var(--secondary);
    bottom: -4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px
}

.investors-table tbody tr td ul {
    list-style: disc;
    padding-left: 20px
}

.investors-table tbody tr td .active .vue-feather {
    transform: rotate(180deg)
}

.invester-broker-list ul {
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.invester-broker-list ul,
.invester-broker-list ul li {
    align-items: center;
    display: flex;
    justify-content: center
}

.invester-broker-list ul li {
    border: 1px solid var(--bordercolor);
    border-radius: 3px;
    height: 70px;
    margin: 10px;
    padding: 8px 5px;
    text-align: center;
    width: 200px
}

.invester-broker-list ul li img {
    -o-object-fit: contain;
    object-fit: contain
}

.invester-broker-list ul li img[title="FX Centrum Global"] {
    height: 30px
}

.cantFind {
    border: 1px solid var(--cardBorder);
    border-radius: 17px;
    padding: 20px
}

.filter-active-border {
    border: 2px solid var(--secondary)
}

.static .headerTerms,
.static .subHeaderTerms {
    color: var(--dark);
    letter-spacing: -.5px;
    margin: 1em 0 12px
}

.static.error {
    text-align: center
}

.static.error h1 {
    color: var(--dark);
    font-size: 96px;
    line-height: 85px;
    margin-bottom: 0
}

.static.error h2 {
    color: #a3a2a2;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 7px;
    text-shadow: 1px 1px 1px #dadada
}

.static.error .note {
    color: var(--secondary);
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0 -5px;
    padding: 1px 4px
}

.max-500 {
    max-width: 500px
}

.faq-entry h3 {
    color: var(--secondary);
    display: block;
    font-size: 1.17em;
    font-weight: 600;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 0;
    margin-inline-start: 0
}

.faq-entry p {
    color: var(--white)
}

.video-container .Prucopier-video {
    background: #000;
    box-shadow: 0 0 9px #ccc;
    display: block;
    height: 532px;
    margin: auto;
    width: 100%
}

.video-container #video-audio {
    background: url(images/mute.html);
    bottom: -35px;
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 30px;
    width: 32px
}

.video-container #video-audio.unmute {
    background: url(images/speaker.html)
}

.icon-custom-diagonal {
    background-image: url(images/icons_landing_diagonal.html);
    background-repeat: no-repeat;
    display: inline-block;
    min-height: 43px;
    width: 54px
}

.icon-custom-diagonal.icon-discover-diagonal {
    background-position: -264px 0
}

.icon-custom-diagonal.icon-participate-diagonal {
    background-position: -328px 0
}

.icon-custom-diagonal.icon-experience-diagonal {
    background-position: -392px 0
}

.icon-custom-diagonal.icon-learn-diagonal {
    background-position: -566px 0
}

.icon-custom-diagonal.icon-support-diagonal {
    background-position: -446px 0
}

.icon-custom-diagonal.icon-global-diagonal {
    background-position: -506px 0
}

.icon-custom-diagonal.icon-d-one {
    background-position: -5px -4px
}

.icon-custom-diagonal.icon-d-two {
    background-position: -73px -7px
}

.icon-custom-diagonal.icon-d-three {
    background-position: -153px -8px
}

.icon-custom-diagonal.check_green {
    /* blue checkmark inline SVG to avoid external image dependency */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234572a7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>");
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 5px;
    min-height: 19px;
    width: 19px;
    background-size: 19px 19px;
}

.signup-bg {
    background-image: url(images/signup-bg.html);
    background-position: 50%;
    background-repeat: no-repeat
}

.description-container {
    background: #fff;
    margin-bottom: 70px;
    margin-top: 125px;
    max-width: 866px;
    padding: 100px 20px 50px;
    position: relative;
    width: 100%
}

.description-container .border-left-custom {
    border-left: 2px solid var(--grayborder)
}

.description-container .description-strength {
    background: url(images/icon-strength.html);
    height: 147px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: -74px;
    width: 141px;
    z-index: 3
}

.description-container .description-strength.wl2 {
    top: -167px
}

.description-container .description-guard {
    position: relative
}

.description-container .description-guard.w-l2:after {
    display: none
}

.description-container .description-guard .icon {
    background: url(images/icon-guard.html);
    display: block;
    height: 160px;
    margin: 0 auto;
    position: relative;
    width: 160px;
    z-index: 99
}

.description-container .description-guard .icon.wl2 {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -167px
}

.description-container .description-guard:after {
    background: var(--grayborder);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 13
}

.line-bottom {
    padding-bottom: 10px;
    position: relative
}

.line-bottom:after {
    background: #2b7cff;
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 80px
}

.flip-card {
    height: 210px;
    perspective: 1000px
}

.flip-card .flip-card-inner {
    height: 100%;
    position: relative;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform .6s
}

.flip-card .flip-card-inner .flip-card-back,
.flip-card .flip-card-inner .flip-card-front {
    backface-visibility: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.flip-card.flipped .flip-card-front,
.flip-card.flipped .flip-card-inner {
    transform: rotateX(180deg)
}

.w-17 {
    width: 1.063rem !important
}

.h-17 {
    height: 1.063rem !important
}

.abslabel {
    margin-bottom: 0;
    position: relative
}

.abslabel label {
    background: var(--white);
    color: var(--dark);
    font-size: 13px;
    left: .75rem;
    margin-bottom: 0;
    max-width: 90%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: -9px;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    white-space: nowrap
}

.simulate {
    background-color: var(--white);
    border-collapse: separate;
    border-radius: 8px;
    border-spacing: 0 1em;
    height: 100%;
    width: 100%
}

.simulate thead tr {
    border: 1px solid var(--bordercolor)
}

.simulate thead tr th {
    border-bottom: 1px solid var(--bordercolor);
    font-weight: 600;
    padding: 12px 10px;
    text-align: left
}

.simulate thead tr th:first-child {
    border-top-left-radius: 8px
}

.simulate thead tr th:last-child {
    border-top-right-radius: 8px
}

.simulate tbody tr {
    border: 1px solid var(--lightborder)
}

.simulate tbody tr td {
    border-bottom: 1px solid var(--lightborder);
    border-top: 1px solid var(--lightborder);
    font-weight: 600;
    padding: 12px 10px;
    vertical-align: middle
}

.simulate tbody tr td:first-child {
    border-bottom-left-radius: 8px;
    border-left: 1px solid var(--lightborder);
    border-top-left-radius: 8px
}

.simulate tbody tr td:last-child {
    border-bottom-right-radius: 8px;
    border-right: 1px solid var(--lightborder);
    border-top-right-radius: 8px
}

.simulate tbody tr td .remove {
    background: var(--bodycolor);
    border-radius: 50%;
    display: flex;
    font-size: 15px;
    height: 26px;
    padding: 5px 7px;
    text-align: center;
    width: 26px
}

.simulate tbody tr td .simulate-big {
    width: 250px
}

.simulate tbody tr td .simulate-mid {
    width: 262px
}

.simulate tbody tr td .simulate-small {
    width: 135px
}

.simulate-search-result {
    background: var(--disable-tr);
    height: 610px;
    overflow: auto;
    padding: 10px
}

.simulate-search-result .smallbox {
    width: 60px
}

.simulate-search-result .midbox {
    width: 200px
}

.simulate-search-result .borer-red {
    border: 1px solid var(--red)
}

.simulate-result-small-detail {
    background: var(--disable-tr)
}

.simulation-nav-left {
    list-style: none
}

.simulation-nav-left li {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%
}

.simulation-nav-left li a {
    color: var(--menutext);
    display: block;
    font-size: 20px;
    padding: 10px 15px
}

.simulation-nav-left li.active,
.simulation-nav-left li:hover {
    background: var(--lightsecondary);
    border-radius: 6px
}

.simulation-nav-left li.active a,
.simulation-nav-left li:hover a {
    color: var(--secondary)
}

.f-follow-graph-card {
    min-height: 93px
}

.f-follow-graph-card .f-follow-graph {
    position: absolute;
    right: 30px;
    top: -20px
}

.f-follow-graph-card .green-active {
    background: var(--successdata);
    border: 2px solid var(--successdata);
    color: var(--successcontent)
}

.f-follow-graph-card .gray-active {
    background: var(--bordertop);
    border: 2px solid var(--gray);
    color: var(--gray)
}

.f-follow-graph-card .red-active {
    background: var(--redcontent);
    border: 2px solid var(--reddata);
    color: var(--reddata)
}

.f-follow-graph-card .col-first {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 33%
}

.f-follow-graph-card .col-mid {
    border-radius: 0;
    margin: 0 10px;
    width: 33%
}

.f-follow-graph-card .col-last {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    width: 33%
}

.sitemap-lvl1 li a {
    border-bottom: 1px solid var(--bordercolor);
    display: block;
    padding: 8px 0
}

.sitemap-lvl1 li a:hover {
    color: var(--secondary)
}

.categoreyTab li a {
    align-items: center;
    display: flex;
    font-size: 14px
}

.categoreyTab li a img {
    margin-right: 4px;
    width: 18px
}

.searchPost .form-group {
    width: 220px
}

.searchPost .searchIcon {
    top: 7px
}

.mkpCamp .card-body p {
    text-align: left !important
}

.mkpCamp .boxed {
    background-color: var(--white);
    border: 1px solid var(--cardBorder);
    border-radius: 15px;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 15px;
    vertical-align: top
}

.mkpCamp .boxed img {
    border-radius: 4px;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    width: 100%
}

.mkpCamp .boxed .tags a {
    background: none repeat scroll 0 0 #e6e6e6;
    border-radius: 8px;
    box-shadow: none;
    color: #aeaeae;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    margin: 1px 5px 0 0;
    padding: 4px 8px;
    text-shadow: none
}

.mkpCamp .boxed:hover h3 {
    color: var(--secondary)
}

.w-list-main li {
    border: 1px solid var(--bordercolor);
    display: inline-block;
    padding: 10px
}

.w-list-main li .w-list-imgs {
    background: var(--bodycolor);
    border: 1px solid var(--bordercolor);
    border-radius: 6px;
    flex: none;
    margin-right: 15px;
    padding: 5px;
    width: 100px
}

.w-list-main li .w-list-imgs ul {
    flex-wrap: wrap
}

.w-list-main li .w-list-imgs ul li {
    border: 0;
    display: inline-block;
    height: 35px;
    margin: 3px;
    padding: 0;
    width: 35px
}

.w-list-main li .w-list-imgs ul li img {
    border-radius: 50%;
    height: 35px;
    padding: 0;
    width: 35px
}

.w-list-main li .w-list-content .note {
    color: var(--graytext);
    display: block;
    float: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.05em;
    margin: 0 0 5px
}

.w-list-main li .w-list-content .note a.sort {
    display: inline-block;
    padding-left: 12px;
    position: relative;
    white-space: nowrap
}

.w-list-main li .w-list-content .note a.sort.sort-desc:after {
    top: 46%;
    transform: translate3d(0, -50%, 0) rotate(-45deg)
}

.w-list-main li .w-list-content .note a.sort.sort-asc:after,
.w-list-main li .w-list-content .note a.sort.sort-desc:after {
    border-bottom: 2px solid #7f7f7f;
    border-left: 2px solid #7f7f7f;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 3px
}

.w-list-main li .w-list-content .note a.sort.sort-asc:after {
    top: 61%;
    transform: translate3d(0, -50%, 0) rotate(-225deg)
}

.w-list-main li .w-list-content .note .dark {
    color: var(--menutext);
    font-weight: 600
}

.w-list-main li .w-list-content .note .time {
    background: 0 0;
    color: var(--graytext);
    font-size: inherit;
    margin: 0 5px;
    padding: 0 0 2px 2px
}

.w-list-main li:nth-child(2n) {
    background: var(--table-head-bg)
}

.watchlist-sidebar .box {
    background: #f5f5f5;
    margin: 0 0 10px;
    width: 100%
}

.watchlist-sidebar .box ul.numeric {
    list-style-type: decimal;
    margin: 0 0 0 22px;
    padding: 0
}

.watchlist-sidebar .box ul.numeric li {
    line-height: 1.2em;
    margin: 0 0 15px
}

.watchlist-sidebar .box ul.numeric li a {
    color: var(--menutext);
    font-weight: 600
}

.watchlist-sidebar .box.tag-list {
    background: transparent
}

.watchlist-sidebar .box.tag-list .tag.yellow {
    background: none repeat scroll 0 0 #f9f0c9;
    border: 1px solid var(--bordercolor);
    border-radius: 0;
    box-shadow: none;
    color: var(--menutext);
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    margin: 1px 1px 0 0;
    padding: 4px 8px;
    text-shadow: none
}

.comparepage-button-box {
    align-items: center;
    display: flex;
    height: 190px;
    padding: 20px
}

table.comparepage {
    border: 1px solid var(--grayborder);
    border-collapse: collapse;
    width: 100%
}

table.comparepage.comparepage-title tr.title {
    display: block
}

table.comparepage tr {
    background: var(--white);
    border-top: 1px solid var(--grayborder);
    line-height: 1rem
}

table.comparepage tr th {
    background: var(--table-head-bg);
    border: 1px solid var(--grayborder);
    color: var(--inactive);
    padding: 10px .75rem;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle
}

table.comparepage tr td {
    color: var(--lightgray);
    padding: .75rem .5rem;
    text-align: center;
    vertical-align: middle
}

table.comparepage tr td .close {
    position: absolute;
    right: 10px;
    top: 2px
}

table.comparepage tr td .title {
    display: none;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    width: 100%
}

@media (max-width:991px) {
    table.comparepage tr td .title {
        display: block
    }
}

table.comparepage tr:nth-child(2n) {
    background: var(--table-head-bg)
}

.trader-list {
    border-bottom: 1px solid var(--grayborder);
    margin-bottom: 10px;
    padding: 0 10px 10px
}

.trader-list:last-child {
    border-bottom: 0
}

.trader-list.active,
.trader-list:hover {
    background: var(--lightsecondary)
}

.trader-list .zlds-avatar-small {
    height: 50px;
    width: 50px
}

.compare-header {
    margin-top: 67px;
    padding-bottom: 55px;
    position: relative
}

.compare-header img {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -33px
}

.compare-header .seperator {
    border-bottom: 1px solid #c7c7c7;
    height: 0;
    left: 0;
    position: absolute;
    top: 5px;
    width: 42%
}

.compare-header .seperator.right {
    left: auto;
    right: 0
}

.common-searchresult {
    background: var(--white);
    border: 1px solid var(--bordercolor);
    border-radius: 0 0 5px 5px;
    display: none;
    max-height: 300px;
    overflow: auto;
    padding: 15px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99
}

.common-searchresult.cutsom-w520 {
    width: 520px
}

.common-searchresult.right-0 {
    right: 0
}

.common-searchresult.left-0 {
    left: 0
}

.top-avtar {
    left: 10px;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 99
}

.side-avatar {
    width: 100px
}

.profileNews .side-avatar {
    height: 100px;
    overflow: hidden;
    width: 100px
}

.profileNews .side-avatar img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100px
}

.sndHeader.bg-sticky .profileNews .side-avatar {
    height: 40px;
    width: 40px
}

.bottom-avtar.green {
    background: var(--green);
    border: 1px solid var(--white);
    border-radius: 50%
}

.bottom-avtar.green,
.bottom-avtar.orange {
    bottom: 10px;
    height: 18px;
    position: absolute;
    right: 10px;
    width: 18px;
    z-index: 99
}

.bottom-avtar.orange {
    background: var(--bs-orange);
    border-radius: 50%
}

.hideInnerContent * {
    display: none
}

.listChild .cardBorder-bottom {
    border-bottom: 0
}

.overViewInvestors {
    padding: 20px 0
}

.overViewInvestors p br {
    display: none
}

.overViewInvestors .position-sticky {
    background: var(--white);
    border-bottom: 1px solid var(--bordercolor);
    border-radius: 13px;
    margin: 0 0 15px;
    padding: 15px;
    position: sticky !important;
    top: 140px;
    z-index: 99
}

.newsfeed-card {
    margin-bottom: 15px;
    padding: 10px 20px
}

.newsfeed-card,
.newsfeed-card .writepost {
    background-color: var(--white);
    border-radius: 20px
}

.newsfeed-card .writepost {
    width: 100%
}

.newsfeed-card .writepost textarea {
    background: transparent;
    border: 0;
    color: var(--dark);
    height: 58px;
    line-height: 1;
    padding: 9px 15px;
    resize: none;
    width: 100%
}

.newsfeed-card .writepost textarea:focus {
    outline: none
}

.newsfeed-card button.sendmessage {
    background: var(--secondary);
    border: 0;
    border-radius: 9px;
    color: var(--white);
    height: 38px;
    justify-content: center;
    line-height: 24px;
    min-width: 90px;
    padding: 0 20px;
    position: relative
}

.newsfeed-card button.sendmessage .rotateSend {
    transform: rotate(45deg)
}

.newsfeed-card .button-container {
    display: inline-block;
    width: 100%
}

button.morebtn {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0
}

button.morebtn:after {
    display: none
}

.min-inherit {
    min-width: inherit
}

.custom-y-scroll {
    overflow-y: hidden
}

.white_btn {
    align-items: center;
    background: var(--themecolor);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    justify-content: center;
    min-width: 110px;
    outline: none;
    padding: 7px 15px;
    text-align: center;
    text-transform: capitalize
}

.white_btn.rounded {
    border-radius: 50px !important
}

.captilize {
    text-transform: capitalize
}

.line-normal {
    line-height: normal
}

.bordergS {
    border: 1px solid var(--cardBorder)
}

.bordergST {
    border-top: 1px solid var(--cardBorder)
}

.bordergSB {
    border-bottom: 1px solid var(--cardBorder)
}

.bordergSD {
    border-width: 2px solid var(--cardBorder)
}

.shadow-none {
    box-shadow: none
}

.roundedImgeComare .rounded-circle {
    background: var(--ltgraybg);
    border: 2px solid var(--white);
    box-shadow: 0 3px 10px #00000014;
    height: 104px;
    margin: 0 auto;
    width: 104px
}

.closeCompare {
    color: var(--red);
    right: 10px;
    top: 10px
}

.cataTable {
    margin: 0 8px
}

.element .progress {
    height: 4px
}

.element .progress .progress-bar {
    background-color: var(--progressbar)
}

.elementHub p {
    line-height: 1;
    padding: 10px 0
}

.elementHub p.midgray {
    padding: 0
}

.elementHub .sell {
    background: var(--reddata);
    border-radius: 0 10px 10px 0;
    color: var(--redcontent)
}

.elementHub .buy {
    background: var(--successdata);
    border-radius: 10px 0 0 10px;
    color: var(--successcontent)
}

.emptyMinHeight {
    min-height: 600px
}

.br-18 {
    border-radius: 18px
}

.vueRisk .euCurrency {
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 35px
}

.vueRisk .euCurrency+.euCurrency,
.vueRisk .euCurrency+.fsymbol,
.vueRisk .fsymbol+.euCurrency,
.vueRisk .fsymbol+.fsymbol {
    margin-left: -10px
}

.vueRisk .fsymbol {
    background: var(--menutext);
    flex: none
}

.vueRisk .fsymbol,
.vueRisk .lsymbol {
    align-items: center;
    border: 1px solid var(--white);
    border-radius: 50%;
    color: var(--white);
    display: inline-flex;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    width: 40px
}

.vueRisk .lsymbol {
    background: var(--darkblue)
}

.bigDropdown#advancedSearch .advancedMenu .selectDropdown {
    border: 1px solid var(--menutext);
    height: 3rem;
    padding: 1.125rem
}

.bigDropdown#advancedSearch .advancedMenu .selectDropdown .bigDropdown-arrow {
    right: .313rem
}

.bigDropdown#advancedSearch .week li a {
    padding: .5rem 1.125rem
}

.bigDropdown#advancedSearch .week li a.active,
.bigDropdown#advancedSearch .week li a:hover {
    background-image: none
}

.bigInput {
    border: 1px solid var(--menutext);
    height: 3rem;
    padding: 1.125rem
}

.bigInput:focus {
    border-color: 1px solid var(--menutext)
}

.inputGroup #advancedSearch {
    right: .438rem
}

.inputGroup #advancedSearch .advancedMenu .selectDropdown {
    box-shadow: 0 2px 4px #00000026;
    height: 2.3rem;
    min-width: 5.625rem;
    padding: 1rem .8rem
}

.inputGroup #advancedSearch .advancedMenu .selectDropdown .inputdownArrow {
    right: 0
}

.inputGroup #advancedSearch .week li a {
    padding: .5rem 1.125rem
}

.inputGroup #advancedSearch .week li a.active,
.inputGroup #advancedSearch .week li a:hover {
    background-image: none
}

.w-14 {
    width: .875rem
}

.PrucopierTabs {
    display: flex;
    overflow: auto
}

.PrucopierTabs.singleSmall li.active a:before {
    display: none
}

.PrucopierTabs.singleSmall li a {
    font-size: 12px;
    padding: 10px 15px
}

.PrucopierTabs.singleSmall li a:hover:before {
    display: none
}

.PrucopierTabs.PrucopierbtnTabs li.active {
    background-color: var(--secondary)
}

.PrucopierTabs.PrucopierbtnTabs li.active a {
    color: var(--white)
}

.PrucopierTabs.PrucopierbtnTabs li a {
    font-size: 14px;
    padding: .313rem 15px
}

.PrucopierTabs.PrucopierbtnTabs li a:before {
    background: none
}

.PrucopierTabs li a {
    color: var(--inactive);
    display: block;
    font-size: .875rem;
    font-weight: 500;
    padding: 23px 15px;
    position: relative;
    white-space: nowrap
}

.PrucopierTabs li a.f-16 {
    font-size: 1rem;
    font-weight: 500
}

.PrucopierTabs li a.active {
    color: var(--dark)
}

.PrucopierTabs li a:hover:before {
    background: var(--secondary);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.PrucopierTabs li.active a {
    color: var(--secondary)
}

.PrucopierTabs li.active a:before {
    background: var(--secondary);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.PrucopierTabs.smallTab li a {
    padding: 15px
}

.PrucopierTabs.large li a {
    font-size: 1rem;
    padding: 0 20px 12px
}

.afterSelect {
    display: none
}

.selected .afterSelect {
    background: var(--white);
    color: var(--primary);
    display: inline-block;
    left: 12px;
    padding: 0 4px;
    position: absolute;
    top: -9px
}

.verifyed+.getCode {
    right: 80px
}

.verifyed {
    background-color: var(--lightgreen);
    border-radius: .188rem;
    color: var(--green);
    font-size: .625rem;
    padding: .125rem .375rem;
    position: absolute;
    right: 9px;
    top: 13px
}

.getCode {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: .75rem;
    top: 10px
}

.selectNumberBlock {
    width: 7.5rem
}

.selectNumberBlock .dropdown_menu_animated {
    left: 0;
    max-height: 11.25rem;
    overflow-y: auto;
    width: 25rem
}

.fieldPhone {
    width: calc(101% - 8.75rem)
}

.max-1085 {
    max-width: 1085px
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
    caret-color: auto !important
}

.cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center top;
    object-position: center top
}

.profilePicUpdate {
    background: var(--activelight);
    border-radius: 1.25rem;
    margin-left: auto;
    max-width: 27.5rem;
    padding: 1.25rem
}

.profilePicUpdate h2 {
    align-items: center;
    background-color: var(--menutext);
    color: var(--white);
    display: flex;
    justify-content: center;
    text-transform: uppercase
}

.profilePicUpdate .rounded-circle {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

.profilePicUpdate.small h2 {
    font-size: 1.875rem;
    height: 6.25rem;
    width: 6.25rem
}

.profilePicUpdate.small .editable {
    height: 2rem;
    width: 2rem
}

.profilePicUpdate .editable {
    align-items: center;
    background: var(--lightorange);
    border: .125rem solid var(--activelight);
    display: flex;
    justify-content: center
}

.profilePicUpdate .available {
    position: absolute;
    right: .563rem;
    top: 1.25rem
}

.profilePicUpdate .form-group {
    margin-bottom: 1.25rem
}

.profilePicUpdate .form-group.h-40 .form-control,
.profilePicUpdate .form-group.h-40 .selectButton {
    height: 2.5rem
}

.profilePicUpdate .form-group .form-control,
.profilePicUpdate .form-group .selectButton {
    border: .0063rem solid var(--bordercolor);
    border-radius: .625rem;
    color: var(--maintitle);
    font-size: .938rem;
    font-weight: 400;
    height: 3.375rem;
    padding: 0 .938rem
}

.profilePicUpdate .form-group .form-control.radius-0,
.profilePicUpdate .form-group .selectButton.radius-0 {
    border: 0;
    border-bottom: 1px solid var(--lightborder);
    border-radius: 0
}

.profilePicUpdate .form-group.selected .selectButton {
    border-color: var(--primary)
}

.profilePicUpdate .form-group.selected i.vue-feather {
    color: var(--primary);
    transform: rotate(180deg)
}

.profilePicUpdate .form-group .iconInput .eye {
    right: 11px;
    top: 14px
}

.profilePicUpdate .form-group .iconInput .form-control {
    padding-right: 40px
}

.profilePicUpdate .form-group .link {
    color: var(--maintitle)
}

.profilePicUpdate .form-group .link:hover {
    color: var(--primary)
}

.backBtn {
    color: var(--maintitle)
}

.backBtn .vue-feather {
    align-items: center;
    background: var(--lightprimary);
    border-radius: 50%;
    display: flex;
    height: 1.5rem;
    justify-content: center;
    width: 1.5rem
}

.backBtn .vue-feather svg.feather {
    width: 15px
}

h1 sub {
    bottom: 0;
    font-size: 20px;
    font-weight: 600
}

.px-12 {
    padding-left: calc(var(--bs-gutter-x)*.5) !important;
    padding-right: calc(var(--bs-gutter-x)*.5) !important
}

.flex-none {
    flex: none
}

.no-posts-section {
    padding: 50px 0
}

.no-posts-section img {
    max-width: 160px
}

.bg-small {
    background: var(--bodycolor);
    border-radius: 50px;
    color: var(--midgray);
    padding: 3px 7px
}

.buttonSpiner .loadermore {
    border-color: var(--middark) !important;
    border-bottom-color: var(--lightwhite) !important;
    border-width: 3px !important;
    height: 16px !important;
    margin: 0 7px 0 0;
    width: 16px !important
}

.savedCard {
    background: var(--bodycolor);
    border-radius: 10px;
    padding: 20px 20px 10px
}

.savedCard .cutomChechBox {
    border: 1px solid var(--cardBorder);
    border-radius: 12px;
    padding: 10px
}

.savedCard .cutomChechBox .checkmark {
    display: none
}

.savedCard .cutomChechBox.border-secondary {
    border-color: var(--secondary) !important
}

.savedCard .cutomChechBox .checkmark {
    left: 14px;
    top: 20px
}

img.w-75 {
    -o-object-fit: cover;
    object-fit: cover
}

button.link {
    background: transparent;
    border: 0;
    color: var(--secondary);
    padding: 0
}

.form-group.cvv {
    width: 100px
}

.form-group.cvv .form-control {
    opacity: 1;
    padding-right: 24px;
    position: relative
}

.form-group .form-control.largeInput,
.form-group .form-select.largeInput {
    border-color: var(--menutext);
    border-radius: 8px;
    font-size: 15px;
    min-height: 60px;
    width: 310px
}

.form-group .inputIcon {
    right: 5px;
    top: 12px
}

.form-group .inputIcon .vue-feather {
    opacity: .5
}

.form-group .inputIcon .checkRight {
    align-items: center;
    background: var(--green);
    border-radius: 50%;
    color: var(--white);
    display: inline-flex;
    height: 16px;
    justify-content: center;
    opacity: 1;
    width: 16px
}

.form-group .inputIcon .checkRight .feather {
    width: 12px
}

.form-group .eyeIcon .showHide {
    display: flex;
    opacity: .7;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.form-group .eyeIcon .form-control {
    padding-right: 32px
}

.showAfterCheck .button.fillBtn {
    border-radius: 5px
}

.belowCustomInput .vue-tel-input {
    border: 0;
    width: 100%
}

.belowCustomInput .vue-tel-input:focus-within {
    box-shadow: none
}

.belowCustomInput .vue-tel-input .open,
.belowCustomInput .vue-tel-input:hover {
    background-color: transparent
}

.belowCustomInput .vue-tel-input .vti__dropdown {
    background: transparent;
    border: 1px solid var(--bordercolor);
    border-radius: .375rem;
    height: 44px
}

.belowCustomInput .vue-tel-input .vti__input {
    border: 1px solid var(--bordercolor);
    border-radius: .375rem;
    font-size: .875rem;
    height: 44px;
    margin-left: 11px
}

.personalDetails .form-group.phoneNumber .vfl-label-on-input {
    left: 76px
}

.personalDetails .form-group .vfl-label-on-input {
    background: var(--white);
    display: inline-flex;
    font-size: 11px;
    font-weight: 400;
    left: 9px;
    padding: 0 4px;
    right: inherit;
    top: -7px;
    z-index: 99
}

.personalDetails .form-group .form-control {
    height: 44px
}

.personalDetails .form-group .form-control.emailId {
    padding-right: 80px
}

.personalDetails .form-group .form-control.countrySelect {
    padding-top: 10px
}

.personalDetails .form-group input[type=number]::-webkit-inner-spin-button,
.personalDetails .form-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.modal-footer .icon {
    cursor: pointer
}

.searchAutohasAt {
    z-index: 99
}

.Vue-Toastification__container {
    z-index: 99999999
}

.linkage-policy ul,
.support_sec ul {
    list-style: unset;
    padding: 0 0 0 17px
}

.linkage-policy ul li,
.support_sec ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
}

.linkage-policy p,
.support_sec p {
    font-size: 14px;
    line-height: 20px
}

.linkage-policy .example-item,
.support_sec .example-item {
    border: 1px solid var(--secondary);
    border-radius: 10px;
    padding: 50px 24px 24px;
    position: relative
}

.linkage-policy .example-item .sr-no,
.support_sec .example-item .sr-no {
    align-items: center;
    background: linear-gradient(195deg, #2b7cff, #2b7cff);
    border-radius: 10px;
    color: var(--white);
    display: flex;
    height: 4rem;
    justify-content: center;
    left: 24px;
    opacity: 1;
    position: absolute;
    top: -2rem;
    width: 4rem
}

.fullList .arrow {
    color: var(--secondary);
    padding: 10px 0 10px 20px;
    position: relative
}

.fullList .arrow:before {
    color: var(--secondary);
    font-family: FontAwesome;
    font-size: 14px;
    height: 15px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 15px
}

.fullList .arrow[aria-expanded=false]:before {
    content: ""
}

.fullList .arrow[aria-expanded=true]:before {
    content: ""
}

.fullList .selected p {
    font-size: 14px;
    line-height: 20px;
    padding: 0
}

.fullList .selected .inText,
.fullList .selected ol,
.fullList .selected ul {
    list-style: auto;
    padding: 0 0 0 15px
}

.fullList .selected .inText li,
.fullList .selected ol li,
.fullList .selected ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
}

.fullList .selected .inText li:last-child,
.fullList .selected ol li:last-child,
.fullList .selected ul li:last-child {
    margin-bottom: 0
}

.fullList .selected .list-style-circle {
    padding-left: 38px
}

.list-style-circle {
    list-style: circle
}

#getstarted {
    position: sticky;
    top: 87px
}

.inner-box h3 {
    background: var(--white);
    padding: 10px 0 !important;
    position: sticky;
    top: 71px;
    z-index: 99
}

.watchlist-col {
    flex: none
}

.border-radius-0 {
    border-radius: 0 !important
}

.button.fillBtn {
    background-color: var(--secondary) !important;
    border: 1px solid var(--secondary);
    border-radius: 15rem;
    color: var(--white);
    padding: 4px 1rem
}

.button.fillBtn.large {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center
}

.button.fillBtn.radius-4 {
    border-radius: 6px;
    padding: 6px 12px
}

.button.borderBtn {
    background-color: var(--white);
    border: 1px solid var(--secondary);
    border-radius: 15rem;
    color: var(--secondary) !important;
    padding: 4px 1rem
}

.button.borderBtn.large {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center
}

.status.bar {
    border-radius: 4px;
    padding: 6px
}

.status.tag {
    background: var(--status);
    display: inline-flex;
    margin: 0 0 10px;
    padding: 6px
}

.dollerSign .bigInput {
    padding-left: 32px
}

.dollerSign .leftZ {
    left: 15px
}

.login-content .form-group .text-danger {
    font-size: .875rem
}

.flexList li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    width: 50%
}

.flexList li:nth-child(2n) {
    justify-content: flex-end;
    padding-right: 0
}

.comonList li {
    padding: 0 0 10px
}

.comonList li span {
    display: block
}

.close.round {
    align-items: center;
    background: var(--bg-card);
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.homeLeader .carousel {
    margin: 0 10px
}

.needHelp .form-group .form-control {
    border-radius: 50px;
    height: 55px;
    padding: 0 20px 0 50px
}

.needHelp .form-group .searchIcon {
    left: 13px;
    top: 15px
}

.needMoreHelp .card-body {
    border-radius: 7px;
    padding: 10px
}

.needMoreHelp .card-body .need {
    border-radius: 7px;
    min-height: 178px;
    padding: 15px
}

.needMoreHelp .card-body .need.help1 {
    background: var(--needHelp1)
}

.needMoreHelp .card-body .need.help2 {
    background: var(--needHelp2)
}

.needMoreHelp .card-body .need.help3 {
    background: var(--needHelp3)
}

.needMoreHelp h4 a:hover {
    color: var(--secondary)
}

.needQuestion .shadowButton {
    border: 1px solid var(--cardBorder);
    border-radius: 12px;
    box-shadow: none;
    opacity: .85
}

.avgLists li p {
    font-weight: 500
}

.tradeLog .brokeList {
    max-height: 100px;
    overflow: auto
}

.additionalInfo li .nameTrade,
.tradeLog li .nameTrade {
    min-width: 190px
}

.tradeLog li {
    padding: 0 0 3px
}

.forgotPassord {
    text-align: end
}

.blockBottom {
    border-bottom: 1px solid var(--bg-card);
    padding: 0 0 13px
}

.v-lazy-image {
    animation: AnimationName 1s ease infinite reverse;
    background: linear-gradient(135deg, #d3dfe880 30%, #a9b8c580 38%, #a8b6c199 41%, #a8b6c199 50%, #a8b6c199 0, #a9b8c599 51%, #d3dfe899 57%, #d3dfe899 80%, #d3dfe899 0);
    background-size: 1200% 1200%;
    opacity: .5
}

.v-lazy-image.v-lazy-image-loaded {
    background: transparent;
    opacity: 1
}

@keyframes AnimationName {
    0% {
        background-position: 0 92%
    }

    to {
        background-position: 100% 9%
    }
}

.getScrollList {
    max-height: 400px;
    overflow: auto
}

.getScrollList .list {
    margin: 0 0 7px
}

.consistently .inactive {
    font-size: 12px;
    margin: 0 0 0 12px
}

.consistently p {
    white-space: pre-wrap;
    word-wrap: break-word
}

.mix-blend-mode {
    mix-blend-mode: multiply
}

.accordion-body .dotList li {
    font-size: 14px
}

.circleImg.border-radius-0 {
    border: 0
}

.imgContain img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

.vti__dropdown-item {
    font-size: 13px
}

.ourCarrer {
    overflow: hidden
}

.ourCarrer .carousel-item img.d-block.w-100.v-lazy-image.v-lazy-image-loaded {
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain
}

.Vue-Toastification__container {
    min-height: inherit
}

.Vue-Toastification__container .Vue-Toastification__toast {
    margin-top: 10px;
    max-width: 700px;
    min-height: inherit;
    overflow: visible;
    padding: 24px 13px 15px
}

.Vue-Toastification__container .Vue-Toastification__toast .Vue-Toastification__progress-bar {
    height: 2px
}

.Vue-Toastification__container .Vue-Toastification__toast .Vue-Toastification__icon {
    background: var(--secondary);
    border-radius: 50%;
    color: var(--white);
    height: auto;
    position: absolute;
    top: -14px;
    width: 29px
}

.Vue-Toastification__container .Vue-Toastification__toast .Vue-Toastification__icon.fa-exclamation-triangle {
    border-radius: 5px 5px 0 0;
    padding: 5px
}

.Vue-Toastification__container .Vue-Toastification__toast.Vue-Toastification__toast--error,
.Vue-Toastification__container .Vue-Toastification__toast.Vue-Toastification__toast--info {
    background-color: var(--secondary);
    color: var(--white)
}

.Vue-Toastification__container .Vue-Toastification__toast.Vue-Toastification__toast--success {
    background-color: var(--tostedSuccess);
    color: var(--secondary)
}

.Vue-Toastification__container .Vue-Toastification__toast.Vue-Toastification__toast--success .Vue-Toastification__progress-bar {
    background-color: var(--secondary)
}

.Vue-Toastification__container .Vue-Toastification__toast .Vue-Toastification__close-button {
    align-items: center;
    background: var(--white);
    border-radius: 50%;
    color: var(--secondary);
    display: none;
    font-size: 19px;
    height: 20px;
    justify-content: center;
    line-height: 1;
    margin-left: 10px;
    opacity: 1;
    padding: 0;
    width: 20px
}

.mediaNews .card-body {
    background: var(--tabledata);
    border: 1px solid var(--lightborder);
    border-radius: 8px;
    height: 100%;
    overflow: hidden
}

.mediaNews .card-body .content {
    height: calc(100% - 235px)
}

.newsImg img {
    min-height: 230px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

.fullList {
    scroll-padding-top: 60px
}

.totalPNL b {
    display: inline-flex;
    justify-content: flex-end;
    min-width: 50px
}

.maskedIcon {
    background-color: var(--dark);
    height: 25px;
    margin-right: 8px;
    -webkit-mask-image: url(images/mobileApp.html);
    mask-image: url(images/mobileApp.html);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 18px
}

.watchListSearch.form-group .form-control {
    background: var(--bodycolor);
    border-radius: 50px;
    height: 40px;
    padding-left: 40px
}

.watchListSearch.form-group .searchIcon {
    left: 14px;
    right: inherit;
    top: 11px
}

.watchListSearch .globaListSearch {
    margin: 0;
    padding: 10px 0
}

.watchListSearch .globaListSearch li a {
    width: 100%
}

.watchListSearch .globaListSearch li .fillBtn.extraSmall {
    display: none;
    font-size: 12px;
    height: auto;
    min-height: auto;
    min-width: auto;
    padding: 4px 14px !important;
    position: absolute;
    right: 10px
}

.watchListSearch .globaListSearch li .fillBtn.extraSmall.added,
.watchListSearch .globaListSearch li:hover .fillBtn.extraSmall {
    display: block
}

.searchTradeWatchlist .watchListSearch {
    margin: 0 !important
}

.searchTradeWatchlist .modal-body {
    min-height: 340px;
    overflow: auto;
    padding: 0
}

.searchTradeWatchlist .modal-body .form-control {
    border-radius: 0
}

.searchTradeWatchlist .modal-body .globalSearch.dropdown_menu_animated {
    border-radius: 0;
    box-shadow: none;
    max-height: 284px
}

.activelight .updateSetting li {
    padding: 0 10px;
    width: 33%
}

.activelight .updateSetting li .form-group.focusLabel label {
    background: var(--white);
    color: var(--secondary);
    display: inline-flex;
    font-weight: 400 !important;
    left: 6px;
    opacity: 1;
    padding: 0 5px;
    pointer-events: all;
    right: inherit;
    top: -8px;
    width: auto;
    z-index: 9
}

.activelight .updateSetting li.submited {
    bottom: 0;
    position: absolute;
    right: 0
}

.ContentBlock {
    background-color: var(--white);
    min-height: calc(100vh - 70px);
    overflow: auto
}

.mainPricing .traderWork {
    min-height: 340px;
    padding: 40px 20px
}

.mainPricing.customCarousel .carousel-indicators {
    margin: 20px 0;
    width: 190px
}

.automated6.faqs .accordion p,
p.f-14 * {
    font-size: .875rem
}

p .fxs_headline_medium {
    font-size: 1.125rem
}

.midContent1170 {
    margin: 0 auto;
    max-width: 1170px
}

.headerLegacy {
    background-color: var(--activelight)
}

.headerLegacy p {
    margin: 0;
    padding: 10px
}

.headerLegacy p a {
    color: var(--secondary);
    text-decoration: underline
}

.muySellModal.modalFirstLogin .modal-dialog {
    max-width: 550px
}

.muySellModal.modalFirstLogin .modal-dialog .modal-content {
    border-radius: 20px !important;
    overflow: hidden
}

.muySellModal.modalFirstLogin .modal-dialog .modal-content .v-lazy-image {
    -o-object-fit: cover;
    object-fit: cover
}

.muySellModal.modalFirstLogin .modal-dialog .position-absolute {
    align-items: center;
    border-radius: 30px;
    display: flex;
    height: 20px;
    justify-content: center;
    padding: 0 !important;
    position: absolute;
    right: 9px;
    top: 7px;
    width: 20px;
    z-index: 999
}

.muySellModal.modalFirstLogin .modal-dialog .position-absolute .btn-close {
    margin: 0 !important;
    padding: 0 !important
}

.pricingBrokerage .card-body {
    background: var(--white);
    border: 1px solid var(--cardBorder);
    border-radius: 20px;
    height: 100%;
    overflow: hidden
}

.pricingBrokerage .card-body .plan-header h5 {
    background: var(--tableHead);
    color: var(--white);
    padding: 12px 0
}

.pricingBrokerage .card-body .dotList {
    padding: 15px
}

.grecaptcha-badge {
    bottom: 94px !important;
    z-index: 9999
}

.listInTable li {
    display: flex;
    justify-content: space-between;
    padding: 3px 19px;
    width: 50%
}

.otp-input {
    background-color: var(--otp);
    border: .063rem solid var(--cardBorder);
    border-radius: .625rem;
    font-size: 2.5rem;
    height: 5.125rem;
    margin: 0 .313rem;
    padding: .313rem;
    text-align: center;
    width: 3.75rem
}

.otp-input.is-complete {
    background-color: var(--secondary)
}

.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.hideChatPage #chat-widget-container {
    display: none !important
}

.dropDownMenu li a.router-link-exact-active.dropdown-item {
    color: var(--secondary)
}

.globalSearch p.gray.text-center {
    margin-top: 40px
}

.allTraderFilter .form-group .form-control {
    background-color: var(--white);
    border-radius: 6px;
    font-size: 14px;
    height: 40px;
    padding: 0 35px 0 11px
}

.PrucopierTableBroker img.darkMode {
    height: 33px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 90px
}

.PrucopierTableBroker img.darkMode[alt="FX Centrum Global"] {
    height: 22px;
    width: 60px
}

.PrucopierTableBroker .investors-table tbody tr td,
.PrucopierTableBroker .investors-table tbody tr th,
.PrucopierTableBroker .investors-table thead tr td,
.PrucopierTableBroker .investors-table thead tr th {
    white-space: nowrap
}

.userSteps .inputForm .form-group .iconInput .eye {
    top: 20px
}

.thankyou-content {
    border: 1px solid var(--cardBorder);
    border-radius: 20px;
    padding: 20px
}

.spaceTableEqual.wl-table .cellSpacing tr td,
.spaceTableEqual.wl-table .cellSpacing tr th {
    padding: 15px 25px
}

.spaceTableEqual.wl-table .cellSpacing tr td img,
.spaceTableEqual.wl-table .cellSpacing tr th img {
    padding: 0;
    width: 18px
}

.spaceTableEqual.wl-table .cellSpacing tr td {
    border-bottom: 1px solid var(--cardBorder);
    color: var(--menutext)
}

.customXpad {
    padding-right: 40px
}

.blogsData p p a {
    color: var(--secondary)
}

.giftModal .modal-dialog {
    max-width: 640px
}

.giftModal .modal-dialog .giftHeader {
    right: 0
}

.giftModal .modal-dialog .giftHeader button.btn-close.giftClose {
    background-color: var(--white);
    background-size: 10px;
    border-radius: 50%;
    box-shadow: 0 6px 14px #0000001f;
    opacity: 1;
    padding: 7px;
    position: relative;
    right: -10px;
    top: -13px;
    z-index: 9999
}

.giftModal .modal-dialog .modal-body {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 6px 14px #0000001f;
    padding: 35px 30px
}

.horizontalWidget {
    margin-bottom: 60px
}

.widgetCode .coppied {
    bottom: 10px;
    right: 10px
}

.widgetCode .coppied .copyButton {
    background: var(--secondary);
    border: 0;
    border-radius: 4px;
    color: var(--white);
    padding: 9px 15px 4px
}

.widgetCode textarea.float-field {
    height: 380px;
    padding: 15px 15px 40px !important;
    resize: none
}

.horizontalWidget h5,
.verticalWidget h5 {
    background: var(--bodycolor);
    border-radius: 8px;
    margin: 5px 0 20px;
    padding: 10px 15px
}

.coppytext {
    background: #2b7cff61;
    border-radius: 5px;
    font-size: 13px;
    padding: 3px 2px;
    text-align: center;
    top: -40px
}

.coppytext,
.coppytext:before {
    left: 0;
    position: absolute;
    right: 0
}

.coppytext:before {
    border: 10px solid transparent;
    border-top-color: #ffc99e;
    bottom: -19px;
    content: "";
    height: 0;
    margin: 0 auto;
    width: 0
}

.affiliate .grecaptcha-badge {
    bottom: 10px !important
}

.disabled.disable-bg {
    background: transparent !important;
    border: 0 !important
}

.globEU {
    border-radius: 14px;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 7px
}

.PrucopierTableBroker .table tr td .button.fillBtn {
    font-size: 11px;
    padding: 4px 8px;
    white-space: nowrap
}

.Prucopier_btn.small-button {
    font-size: 12px;
    height: auto;
    min-width: 70px;
    padding: 5px 10px
}

.push-notify {
    width: 120px
}

.email-notify {
    width: 60px
}

.blogsData h3 {
    margin-bottom: 15px
}

.blogsData h2,
.blogsData h3 {
    color: var(--menutext);
    font-weight: 600
}

.blogsData h2 {
    font-size: 1.6rem
}

.blogsData p {
    color: var(--menutext);
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 1rem;
    margin-top: 0
}

.elementor-column-gap-default {
    clear: both;
    display: flex;
    padding: 10px 0
}

.elementor-column-gap-default .elementor-col-50 {
    padding: 0;
    width: 50%
}

.elementor-column-gap-default .elementor-col-50 .elementor-widget-image img {
    border-radius: 14px
}

.userIcon {
    align-items: center;
    background: var(--userIcon);
    border-radius: 50%;
    color: var(--usercolor);
    display: flex;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    margin: 0 0 0 8px;
    text-transform: uppercase;
    width: 44px
}

.widgetChartData .no-posts-section {
    padding: 0 0 20px
}

.setHeight #leadersContainer {
    height: 810px;
    overflow: hidden
}

.scrollButton {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--modalhead);
    border-radius: 0 0 14px 14px;
    display: flex;
    justify-content: center;
    padding: 4px 0
}

.scrollButton.up {
    border-radius: 14px 14px 0 0;
    margin-top: -7px;
    position: relative;
    top: 8px;
    z-index: 9
}

.scrollButton svg.feather {
    width: 30px
}

.w-md-50 {
    width: 50%
}

.countrySelect .dropdown_menu_animated li a {
    align-items: center;
    border-bottom: 1px solid var(--bordercolor);
    display: flex;
    padding: 11px 14px
}

.inputForm .form-group .vue-tel-input {
    border: 0;
    box-shadow: none
}

.inputForm .form-group .vue-tel-input .vti__input {
    margin-left: 20px;
    width: 100%
}

.inputForm .form-group .vti__dropdown,
.inputForm .form-group .vti__input {
    border: .0063rem solid var(--bordercolor);
    border-radius: .625rem;
    color: var(--maintitle);
    font-size: .938rem;
    font-weight: 400;
    height: 3.375rem;
    padding: 0 .938rem
}

.inputForm .dropdown_menu_animated {
    max-height: 300px
}

.inputForm .dropdown_menu_animated .position-sticky {
    background: var(--white);
    position: sticky;
    top: 0;
    z-index: 9
}

.verticallytMap a.arrow-img.left {
    left: 16px !important
}

.verticallytMap a.arrow-img.right {
    right: 16px !important
}

.verticallyUTM .fullWidthBanner {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100%
}

.verticallyUTM .fullWidthBanner .col {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 100% !important
}

.verticallyUTM .fullWidthBanner .col .card {
    box-shadow: none
}

.verticallyUTM .fullWidthBanner .col .card .card-body {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.verticallyUTM .fullWidthBanner .col .card .card-body .marginRight {
    margin: 0 26px 0 20px
}

.verticallyUTM .fullWidthBanner .oneLine {
    margin-right: 20px
}

h1.tag {
    letter-spacing: 0
}

.pmb-0 h2,
.pmb-0 p {
    margin-bottom: 0 !important
}

.welcomeCstm .welcome-a-page .signup-bg .userSteps.ContentBlock {
    background: transparent;
    height: unset !important;
    margin-bottom: 16px;
    min-height: auto;
    overflow: unset
}

.welcomeCstm .welcome-a-page .signup-bg .userSteps.ContentBlock .vhCalc {
    height: -moz-fit-content;
    height: fit-content
}

.welcomeCstm .welcome-a-page .signup-bg .userSteps.ContentBlock .vh-100 {
    height: auto !important
}

.welcomeCstm .welcome-a-page .signup-bg .userSteps.ContentBlock .inputForm .form-group .iconInput .eye {
    top: 19px
}

.welcomeCstm .welcome-a-page .signup-bg .userSteps.ContentBlock .ContentBlock {
    min-height: auto;
    padding: 30px
}

.welcomeCstm .welcome-a-page .signup-bg .userSteps.ContentBlock .thankyou-content {
    padding: 50px 40px
}

.welcomeCstm .welcome-a-page .signup-bg .userSteps.ContentBlock .did-not-rec {
    margin-bottom: 0
}

.welcomeCstm .icon-custom-diagonal {
    flex-shrink: 0
}

.welcomeCstm .icon-custom-diagonal.icon-participate-diagonal {
    background-position: -328px 6px
}

.welcomeCstm .video-container .Prucopier-video {
    max-width: 100%;
    width: auto
}

.welcomeCstm .pb-custom16,
.welcomeCstm .space.pb-custom16 {
    padding-bottom: 290px
}

@media screen and (max-width:1260px) {
    .welcomeCstm .why-join .w-75 {
        width: 100% !important
    }
}

@media screen and (max-width:992px) {
    .welcomeCstm .video-container .Prucopier-video {
        height: 415px
    }
}

@media screen and (max-width:767px) {
    .welcomeCstm .why-join-mob .w-75 {
        width: 100% !important
    }

    .welcomeCstm .pb-custom16,
    .welcomeCstm .space.pb-custom16 {
        padding-bottom: 245px
    }

    .welcomeCstm .video-container .Prucopier-video {
        height: auto;
        width: 100%
    }
}

.compare_btn {
    font-weight: 600
}

.leaderToCompare .PrucopierInput .form-control {
    background: var(--bodycolor);
    border-radius: 50px;
    height: 45px;
    padding: 0 22px
}

.leaderToCompare .trader-list {
    border: 1px solid var(--cardBorder);
    border-radius: 10px;
    padding: 10px;
    width: 49%
}

.leaderToCompare .addComButton a {
    background: var(--secondary);
    border-radius: 50%;
    color: var(--white);
    display: inline-flex
}

.greenView {
    border: 1px solid var(--borderlightgreen);
    border-radius: 8px;
    color: var(--dashgreen) !important
}

.redView {
    border: 1px solid var(--reddata);
    border-radius: 8px;
    color: var(--red) !important
}

.verticalTabs {
    max-width: 268px
}

.verticalTabs li a .maskedIcon {
    background-color: var(--menutext);
    height: 20px;
    -webkit-mask-image: url(images/feedMenu.html);
    mask-image: url(images/feedMenu.html);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 20px
}

.verticalTabs li a .maskedIcon.personal_details {
    -webkit-mask-image: url(images/settings/personalDetails.html);
    mask-image: url(images/settings/personalDetails.html)
}

.verticalTabs li a .maskedIcon.trading_accounts {
    -webkit-mask-image: url(images/settings/tradingAccounts.html);
    mask-image: url(images/settings/tradingAccounts.html)
}

.verticalTabs li a .maskedIcon.subscription_plan {
    -webkit-mask-image: url(images/settings/subscriptionPlan.html);
    mask-image: url(images/settings/subscriptionPlan.html)
}

.verticalTabs li a .maskedIcon.settings {
    -webkit-mask-image: url(images/settings/settings.html);
    mask-image: url(images/settings/settings.html)
}

.verticalTabs li a .maskedIcon.need_help {
    -webkit-mask-image: url(images/settings/needHelp.html);
    mask-image: url(images/settings/needHelp.html)
}

.verticalTabs li a .maskedIcon.myPostp {
    -webkit-mask-image: url(images/myPost.html);
    mask-image: url(images/myPost.html)
}

.verticalTabs li a .maskedIcon.myPassword {
    -webkit-mask-image: url(images/passwordSqure.html);
    mask-image: url(images/passwordSqure.html)
}

.verticalTabs li a .maskedIcon.suitabilityTest {
    -webkit-mask-image: url(images/suitabilityTest.html);
    mask-image: url(images/suitabilityTest.html)
}

.verticalTabs li a .maskedIcon.trading_history {
    -webkit-mask-image: url(images/settings/diagram.html);
    mask-image: url(images/settings/diagram.html)
}

.verticalTabs li a .maskedIcon.account_settings {
    -webkit-mask-image: url(images/settings/userAcc.html);
    mask-image: url(images/settings/userAcc.html)
}

.verticalTabs li a.active,
.verticalTabs li a:hover {
    background: var(--lightorange);
    color: var(--secondary)
}

.verticalTabs li a.active .maskedIcon,
.verticalTabs li a:hover .maskedIcon {
    background-color: var(--secondary)
}

.earnBox {
    min-height: 25rem
}

.earnBox .earnBox-input {
    border: 1px solid var(--secondary)
}

.earnBox .earnBox-input input {
    background-color: var(--ltgraybg)
}

.earnBox .earnBox-input a {
    right: .9375rem
}

.earnBox .earnBox-input a:hover {
    color: var(--secondary)
}

.earnBox .earnBox-gift {
    bottom: -1.5rem;
    right: 2.5rem
}

.l-search .form-group {
    max-width: 17.5rem
}

.l-search .form-group .form-control {
    font-size: 1rem;
    height: 2.5rem;
    padding: 0 1.563rem 0 2.625rem
}

.l-search .form-group .searchIcon {
    left: .688rem;
    top: .438rem
}

.selectnumber {
    background: transparent;
    border: 0;
    text-align: center;
    width: 31px
}

.l-advancedSearch#advancedSearch .week li a {
    font-size: 1.063rem;
    padding: .5rem .75rem
}

.l-advancedSearch#advancedSearch .week li a:last-child {
    border: 0 !important
}

.l-advancedSearch#advancedSearch .week li a.active,
.l-advancedSearch#advancedSearch .week li a:hover {
    background-color: var(--lightorange);
    background-image: url(images/settings/orange-check.html);
    background-position: right 10px top 15px;
    color: var(--secondary)
}

.pamentCard {
    margin-bottom: 8px
}

.pamentCard,
.pamentCard .date-and-code {
    display: flex
}

.pamentCard .date-and-code>div:first-child {
    width: 55.715%
}

.pamentCard .date-and-code>div:nth-child(2) {
    width: 45.719%
}

.pamentCard .input-container {
    display: flex;
    height: 40px;
    position: relative
}

.pamentCard .input-container.payment-method,
.pamentCard .input-container:last-child {
    right: 0
}

.pamentCard .input-container.expiry-date {
    margin-right: 15px
}

.pamentCard .card-number-frame,
.pamentCard .cvv-frame,
.pamentCard .expiry-date-frame {
    flex: 1 1 auto;
    padding-left: 40px
}

.pamentCard div+button {
    margin-top: 8px
}

.pamentCard .icon-container,
.pamentCard .icon-container-static {
    bottom: 0;
    display: flex;
    justify-content: center;
    margin: 0 7px;
    position: absolute;
    top: 0;
    width: 26px;
    z-index: 99
}

.pamentCard .icon-container-static.error,
.pamentCard .icon-container.error {
    right: 0
}

.pamentCard .icon-container img,
.pamentCard .icon-container-static img {
    width: 20px
}

.pamentCard .icon-container-static.payment-method,
.pamentCard .icon-container.payment-method {
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) rotateY(90deg);
    transition: opacity .15s ease-out
}

.pamentCard .icon-container-static.payment-method img,
.pamentCard .icon-container.payment-method img {
    width: 100%
}

.pamentCard .icon-container-static.payment-method.show,
.pamentCard .icon-container.payment-method.show {
    opacity: 1;
    transform: translateY(-50%) rotateY(0);
    transition: all .4s ease-out
}

.pamentCard [id$=-error] {
    display: none
}

.pamentCard .frame {
    opacity: 0
}

.pamentCard .frame--activated {
    border: 1px solid var(--cardBorder);
    border-radius: 3px;
    opacity: 1
}

.pamentCard .frame--activated.frame--focus {
    border: 1px solid var(--cardBorder)
}

.pamentCard .frame--activated.frame--invalid {
    border: 1px solid var(--secondary)
}

.pamentCard .error-message {
    color: var(--secondary);
    display: block;
    font-size: .9rem;
    font-weight: 300;
    margin: 8px 0 0 1px
}

.pamentCard #pay-button {
    border: none;
    border-radius: 3px;
    color: var(--white);
    font-weight: 500;
    height: 40px;
    width: 100%
}

.pamentCard #pay-button,
.pamentCard #pay-button:active,
.pamentCard #pay-button:hover {
    background-color: var(--secondary)
}

.pamentCard #pay-button:disabled {
    background-color: var(--litetext);
    box-shadow: none
}

.pamentCard #pay-button:not(:disabled) {
    cursor: pointer
}

.pamentCard .success-payment-message {
    color: var(--secondary);
    line-height: 1.4
}

.pamentCard .token {
    color: var(--secondary);
    font-size: .9rem
}

.pamentCard #payment-form .form-group .form-control {
    padding-left: 40px
}

.capitalize {
    text-transform: capitalize
}

.button.fillBtn.redBG {
    background: var(--red);
    border-color: var(--red)
}

.button.fillBtn.cancelledPlan {
    background: var(--reddata);
    border-color: var(--reddata);
    border-radius: 6px;
    color: var(--redcontent);
    font-weight: 600;
    padding: 9px 20px;
    pointer-events: none
}

.border-secondary {
    border-color: var(--secondary)
}

.minMid {
    min-height: 38px
}

.listReward li:last-child {
    border: 0;
    margin: 0 !important;
    padding: 0 !important
}

.listReward li .dropdown_menu_animated {
    max-height: inherit
}

.listBankAccount {
    border-radius: 8px;
    margin: 0 0 8px;
    padding: 15px
}

.listBankAccount .viewDetail {
    display: none
}

.listBankAccount.active {
    border-color: var(--secondary)
}

.listBankAccount.active .viewDetail {
    display: block
}

.customAccordianLink {
    border: 1px solid var(--cardBorder);
    border-radius: 12px
}

.customAccordianLink.active {
    border-color: var(--secondary)
}

.customAccordianLink.active .dynamicIcon {
    color: var(--secondary)
}

.rounded-circle.plusIocn {
    background: var(--white)
}

.rounded-circle.plusIocn .feather {
    stroke: var(--secondary);
    fill: var(--secondary)
}

.smallHead .button.fillBtn {
    padding: 6px 10px
}

.belowDropDown {
    border: 1px solid var(--modalhead)
}

.customerDetail .status {
    padding: 2px 5px
}

.viewDescription {
    display: none
}

.viewDescription.show {
    display: block
}

.makeDes .content p {
    color: var(--usercolor);
    line-height: 22px
}

.viewFrame {
    background: var(--bodycolor);
    border: 1px solid var(--bordercolor);
    border-radius: 4px;
    padding: 6px 10px
}

.mobVerticleTabs li .disabled {
    opacity: .5
}

.form-group .vfl-label-on-input {
    background: var(--white);
    color: var(--secondary);
    display: inline-flex;
    font-weight: 400 !important;
    left: 6px;
    opacity: 1;
    padding: 0 5px;
    pointer-events: all;
    right: inherit;
    top: -8px;
    width: auto;
    z-index: 9
}

.form-group .updateInput .form-control {
    padding-left: 32px
}

.form-group .updateInput .upperInputNew {
    background: var(--bg-card);
    border-radius: .625rem 0 0 .625rem;
    bottom: 0;
    height: 94%;
    left: 2px;
    margin: 0;
    min-width: 24px;
    padding: 15px 7px;
    position: absolute;
    top: 2px
}

.form-group.smalldate .form-control {
    border-radius: 50px;
    height: auto;
    width: 140px
}

.genrateMessage p {
    line-height: 1.4
}

.genrateMessage h3 {
    font-size: 36px
}

.genrateMessage h3 .greenBox {
    background-color: var(--greenBox);
    border-radius: 8px;
    color: var(--green);
    padding: 2px 11px
}

.genrateMessage h3 .redBox {
    background-color: var(--redBox);
    border-radius: 8px;
    color: var(--red);
    padding: 2px 11px
}

.summaryPlan {
    border: 1px solid var(--cardBorder);
    border-radius: 8px;
    margin: 0 auto;
    max-width: 340px;
    padding: 15px
}

.summaryPlan .recurring {
    border-radius: 8px;
    padding: 10px
}

.loaderButton.spinner-border {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 11px;
    width: 20px
}

.pdataEmail .otp-input {
    background-color: var(--white);
    border: .063rem solid var(--bordercolor);
    border-radius: .625rem;
    color: var(--dark);
    font-size: 1.5rem;
    height: 3.375rem;
    margin: 0 .313rem;
    padding: .313rem;
    text-align: center;
    width: 3.438rem
}

.pdataEmail .getCode {
    align-items: center;
    border: 1px solid var(--secondary);
    border-radius: .625rem;
    color: var(--secondary);
    display: flex;
    font-size: 14px;
    justify-content: center;
    min-height: 3.375rem;
    position: absolute;
    right: .75rem;
    top: 0;
    width: 3.438rem
}

.vti__dropdown-list {
    z-index: 9999
}

.alertSubscription {
    background: var(--lightorange);
    border: 1px solid var(--secondary);
    border-radius: 8px;
    font-size: 14px;
    min-height: 90px;
    padding: 0 20px
}

.hover:hover {
    background-color: var(--bodycolor)
}

.listNotify .bordergSB {
    border-color: var(--lightborder)
}

.range {
    cursor: pointer;
    opacity: 0;
    width: 100%
}

.range::-ms-tooltip {
    display: none
}

.track {
    height: .25rem;
    pointer-events: none;
    position: absolute;
    top: .563rem;
    transform: translateY(-50%)
}

.track .track-inner {
    background: var(--secondary);
    height: 100%;
    width: 0
}

.thumb {
    background: #aaa;
    border-radius: 50%;
    box-shadow: 0 2px 6px #00000040;
    height: 1rem;
    left: 0;
    pointer-events: none;
    top: 9px;
    transform: translateY(-50%);
    width: 1rem
}

.percent_input {
    position: relative;
    z-index: 9
}

.percent_input input {
    background: var(--bg-white);
    border-color: var(--cardBorder);
    width: 4.375rem
}

.percent_input span {
    background: var(--bg-card);
    padding: .125rem .313rem;
    right: .125rem;
    top: .125rem
}

.smallPrice {
    background: var(--bodycolor);
    border: 1px solid var(--cardBorder);
    border-radius: 0 0 .375rem .375rem;
    bottom: -15px;
    font-size: 10px;
    left: 0;
    line-height: 1;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    width: 70px;
    z-index: 9
}

.PrucopierbtnTabs.singleSmall {
    padding-bottom: 8px
}

.slider-horizontal {
    margin: 8px 0
}

.slider-horizontal .slider-tooltip-top {
    display: none
}

.slider-horizontal:hover .slider-tooltip-top {
    display: block
}

.currencypair a img {
    display: block;
    max-width: 22px
}

.customRangeSlider input[type=range].n {
    background: transparent;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 4px;
    margin: 3px 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 9
}

.customRangeSlider input[type=range].n,
.customRangeSlider input[type=range].n::-webkit-slider-runnable-track,
.customRangeSlider input[type=range].n::-webkit-slider-thumb {
    -webkit-appearance: none
}

.customRangeSlider input[type=range].n::-ms-track {
    border: none;
    color: transparent
}

.customRangeSlider input[type=range].n::-webkit-slider-thumb {
    background: var(--secondary);
    background-clip: content-box;
    border: .25em solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    height: 1.3em;
    margin-left: 0;
    margin-top: -.1em;
    position: relative;
    width: 1.3em;
    z-index: 10
}

.customRangeSlider input[type=range].n::-moz-range-thumb {
    background: var(--secondary);
    background-clip: content-box;
    border: .25em solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    height: 1.3em;
    margin-left: 0;
    margin-top: -.1em;
    position: relative;
    width: 1.3em;
    z-index: 10
}

.customRangeSlider input[type=range].n::-ms-thumb {
    background: var(--secondary);
    background-clip: content-box;
    border: .25em solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    height: 1.3em;
    margin-left: 0;
    margin-top: -.1em;
    position: relative;
    width: 1.3em;
    z-index: 10
}

.customRangeSlider input[type=range].n::-ms-tooltip {
    display: none
}

.customRangeSlider input[type=range].n:focus {
    outline: none
}

.customRangeSlider input[type=range].n.n2:before {
    background-size: 100% 1em, 100% .25em
}

.customRangeSlider input[type=range].n.n3:before {
    background-size: 50% 1em, 100% .25em
}

.customRangeSlider input[type=range].n.n4:before {
    background-size: 33.33333333% 1em, 100% .25em
}

.customRangeSlider .range-labels:before {
    background: var(--slider-bg, #d1d5db);
    content: "";
    height: 4px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: -8px;
    width: 100%
}

.customRangeSlider .range-labels li {
    position: relative
}

.customRangeSlider .range-labels .active {
    color: var(--secondary)
}

.customRangeSlider .range-labels .selected:before {
    background: var(--secondary);
    content: "";
    height: 4px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: -8px;
    width: 7.8vw
}

.loaderOverlay {
    align-items: center;
    background-color: var(--white);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999
}

.loaderOverlay[data-v-8e7cd2c6] {
    z-index: 9999
}

.singleLoding {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 220px
}

.singleLoding .loaderOverlay img {
    max-width: 90px
}

.lds-roller {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    transform-origin: 40px 40px
}

.lds-roller div:after {
    background: #fff;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 7px;
    margin: -4px 0 0 -4px;
    position: absolute;
    width: 7px
}

.lds-roller div:first-child {
    animation-delay: -36ms
}

.lds-roller div:first-child:after {
    left: 63px;
    top: 63px
}

.lds-roller div:nth-child(2) {
    animation-delay: -72ms
}

.lds-roller div:nth-child(2):after {
    left: 56px;
    top: 68px
}

.lds-roller div:nth-child(3) {
    animation-delay: -.108s
}

.lds-roller div:nth-child(3):after {
    left: 48px;
    top: 71px
}

.lds-roller div:nth-child(4) {
    animation-delay: -.144s
}

.lds-roller div:nth-child(4):after {
    left: 40px;
    top: 72px
}

.lds-roller div:nth-child(5) {
    animation-delay: -.18s
}

.lds-roller div:nth-child(5):after {
    left: 32px;
    top: 71px
}

.lds-roller div:nth-child(6) {
    animation-delay: -.216s
}

.lds-roller div:nth-child(6):after {
    left: 24px;
    top: 68px
}

.lds-roller div:nth-child(7) {
    animation-delay: -.252s
}

.lds-roller div:nth-child(7):after {
    left: 17px;
    top: 63px
}

.lds-roller div:nth-child(8) {
    animation-delay: -.288s
}

.lds-roller div:nth-child(8):after {
    left: 12px;
    top: 56px
}

@keyframes lds-roller {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.rateChart li {
    align-items: center;
    display: flex;
    margin: 0 15px 0 0
}

.buyBtn {
    background-color: var(--dashgreen) !important;
    border-color: var(--dashgreen) !important
}

.buyBtn,
.sellBtn {
    color: var(--white) !important
}

.sellBtn {
    background-color: var(--midred) !important;
    border-color: var(--midred) !important
}

.maxHeight630 {
    max-height: 640px;
    overflow: auto
}

.vueRisk .star.inLarge {
    top: 20px
}

.vueRisk .defineCircle {
    align-items: center;
    background: var(--bodycolor);
    border-radius: 50%;
    height: 44px;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 6px;
    width: 44px
}

.borderList li .listView {
    border: 1px solid var(--cardBorder);
    border-radius: 12px;
    margin-bottom: 15px;
    padding: 12px;
    position: relative
}

.borderList li .topRight {
    right: 10px;
    top: 10px
}

.borderList li .calcWidth {
    padding-top: 13px;
    width: calc(100% - 75px)
}

.ellipsLine {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.PrucopierTabs.top0 {
    background: var(--white);
    padding: 9px 0;
    top: -16px;
    z-index: 9
}

.infoList li {
    align-items: center;
    border-bottom: 1px solid var(--bordercolor);
    display: flex;
    justify-content: space-between;
    padding: 7px 0
}

.toggleSlidebutton {
    border-radius: 50px;
    padding: 2px
}

.toggleSlidebutton .button.fillBtn {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--menutext);
    font-size: 15px;
    font-weight: 600
}

.toggleSlidebutton .button.fillBtn.buy.active {
    background-color: var(--dashgreen);
    border-color: var(--dashgreen);
    color: var(--white)
}

.toggleSlidebutton .button.fillBtn.sell.active {
    background-color: var(--midred);
    border-color: var(--midred);
    color: var(--white)
}

.specificPrice a.dropButton {
    border-radius: 8px;
    margin: 15px 0;
    padding: 10px
}

.specificPrice a.dropButton.active .vue-feather {
    transform: rotate(180deg)
}

.specificPrice .showPrice .left {
    left: 7px;
    opacity: .7;
    top: 16px
}

.specificPrice .showPrice .right {
    opacity: .7;
    right: 7px;
    top: 16px
}

.specificPrice .showPrice .form-control {
    padding: 0 50px;
    text-align: center
}

.specificPrice .showPrice .form-control.largeFont {
    border-radius: 14px;
    font-size: 30px;
    height: 60px;
    padding-left: 10px
}

.specificPrice .showPrice .form-control.largeFont+.right {
    opacity: 1;
    right: 11px;
    top: 19px
}

.muySellModal .modal-dialog {
    max-width: 430px
}

.muySellModal.show {
    display: block
}

.minCalaContent {
    max-width: 127px
}

.viewNewsPop {
    border: 1px solid var(--cardBorder);
    border-radius: 0 0 12px 12px;
    border-top: 0;
    padding: 10px
}

.viewNewsPop .roundClose {
    background: var(--cardBorder);
    border-radius: 50%;
    display: flex;
    padding: 5px;
    position: absolute;
    right: 3px;
    top: 0
}

.carousel__next--in-active,
.carousel__prev--in-active {
    display: none !important
}

.carousel__viewport .carousel__icon {
    height: 36px
}

.carousel .carousel__track .carousel__slide {
    padding: 0 8px
}

.carousel .carousel__track .carousel__slide:first-child {
    padding-left: 0
}

.carousel .carousel__next,
.carousel .carousel__prev {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: transparent;
    border-radius: 0;
    font-size: 36px;
    height: 100%;
    width: 50px
}

.carousel .carousel__icon {
    fill: var(--titlelight)
}

.carousel .border-cstm {
    border: 1px solid var(--modalhead)
}

.customTradeAdd .Prucopier_btn {
    font-size: 12px;
    height: 28px;
    line-height: 1;
    min-width: 30px;
    padding: 0 10px
}

.newMarketLoop .marketAllNews {
    padding-top: 15px
}

.newMarketLoop .position-sticky.top0 {
    background: var(--white);
    padding: 15px 0;
    top: 0;
    z-index: 999
}

.newMarketLoop .newsTags h5 {
    background-color: var(--viewAll);
    border-radius: 50px;
    display: inline-flex;
    font-size: 14px;
    padding: 6px 10px
}

.newMarketLoop .PrucopierTabs li a {
    padding: 9px 11px
}

.calcError {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 400px);
    justify-content: center;
    margin: 0 auto !important;
    max-width: 240px
}

.fiveColumn .loopList .customTradeAdd {
    border: 0;
    border-bottom: 1px solid var(--modalhead);
    border-radius: 0
}

.fiveColumn .loopList li:last-child .customTradeAdd.customTradeAdd {
    border: 0
}

.fiveColumn .loopList li.active,
.fiveColumn .loopList li:hover {
    background-color: var(--bodycolor)
}

.abTrade {
    align-items: center;
    display: flex
}

.abTrade .star {
    display: flex;
    margin-left: 15px
}

.loopList.stocksTab h6 {
    width: 70px
}

.pricePercentage .elementHub {
    min-width: 70px;
    position: relative;
    text-align: left
}

.pricePercentage .elementHub .arw {
    left: -13px;
    top: 0
}

.pricePercentage .vueRisk {
    min-width: 125px
}

.subscriptionPlan-table {
    border-radius: 20px;
    box-shadow: 0 4px 5px #0000000d;
    overflow: hidden
}

.subscriptionPlan-table .tableTitle h3 {
    color: var(--dualWhite);
    padding: 15px;
    text-align: center
}

.subscriptionPlan-table .table.table-bordered th {
    background-color: var(--inputbg)
}

.subscriptionPlan-table .table.table-bordered td,
.subscriptionPlan-table .table.table-bordered th {
    border-bottom: 1px solid var(--cardBorder);
    color: var(--menutext);
    padding: 16px 30px
}

.numaricPlan .gradientSec {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 0 25px;
    position: relative
}

.numaricPlan .gradientSec .counterd {
    align-items: center;
    background: linear-gradient(270deg, #2b7cffc2, #2b7cff 56.6%);
    border-radius: 100%;
    box-shadow: 1.91667px 1.91667px 3.19444px #00000026;
    color: var(--dualWhite);
    display: inline-flex;
    font-size: 35px;
    height: 69px;
    justify-content: center;
    position: relative;
    width: 69px;
    z-index: 99
}

.numaricPlan .gradientSec:before {
    background: var(--upcoming);
    border: .638889px solid var(--white);
    border-radius: 100%;
    box-shadow: 0 2.55556px 2.55556px #00000040;
    content: "";
    height: 80px;
    overflow: hidden;
    position: absolute;
    width: 80px;
    z-index: 1
}

.brokerSelect .dropdown_menu_animated li a {
    border-bottom: 1px solid var(--cardBorder);
    padding: 10px 16px
}

.whiteBox .bg-white {
    border-radius: 20px;
    box-shadow: 0 4px 5px #0000000d;
    padding: 28px 20px
}

.whiteBox .form-group label {
    font-weight: 500;
    margin: 0 0 10px
}

.whiteBox .form-group .form-control {
    border-radius: 50px
}

.whiteBox .calculationResult {
    border: 1px solid var(--cardBorder);
    border-radius: 10px;
    overflow: hidden;
    padding: 0
}

.whiteBox .calculationResult .brokerPlan {
    border-left: 1px solid var(--cardBorder);
    padding: 17px 15px
}

.whiteBox .calculationResult .brokerPlan.menutextBG {
    padding: 10px 15px
}

.responsive-table {
    overflow: auto
}

.underline:hover {
    text-decoration: underline !important
}

.newOrderList li {
    padding: 0 0 15px 30px;
    position: relative
}

.newOrderList li:before {
    background-image: url(images/newListIcon.html);
    background-repeat: no-repeat;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 25px
}

h2.beforeBorder {
    margin: 0 0 30px
}

h2.beforeBorder:before {
    background: var(--cardBorder);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 18px;
    width: 100%
}

.newSubscription .titles {
    background: var(--white);
    padding: 0 23px
}

html[data-theme=dark] .fundedBanner {
    background-blend-mode: overlay
}

html[data-theme=dark] .homeLeader .setHeight .nodataError img {
    mix-blend-mode: color-burn
}

html[data-theme=dark] .calculationResult img,
html[data-theme=dark] .calculations .brokerSelect .selectButton span img,
html[data-theme=dark] .calculations .brokerSelect li a img {
    background: var(--dark);
    border-radius: 4px;
    padding: 7px 4px
}

html[data-theme=dark] .subscriptionPlan-table .table.table-bordered th {
    background-color: var(--topdark)
}

html[data-theme=dark] .dropdown_menu_animated.viewDescription .activelight,
html[data-theme=dark] .dropdown_menu_animated.viewDescription.show {
    background-color: var(--bodycolor)
}

html[data-theme=dark] .table td {
    color: var(--dark)
}

html[data-theme=dark] .lifeCopierTrade .carousel .carousel__next,
html[data-theme=dark] .lifeCopierTrade .carousel .carousel__prev {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

html[data-theme=dark] .form-control:focus {
    background-color: var(--card);
    border-color: var(--cardBorder)
}

html[data-theme=dark] .darkMode {
    background: var(--dark) !important;
    border: 4px solid var(--dark);
    border-radius: 5px;
    height: 33px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 6px;
    width: 90px
}

html[data-theme=dark] .darkModeBG {
    background-color: var(--dark);
    border-radius: 4px
}

html[data-theme=dark] .tooltipbutton .tooltiptext {
    box-shadow: 0 8px 18px #000
}

html[data-theme=dark] .profilePicUpdate h2 {
    background-color: var(--lightprimary)
}

html[data-theme=dark] .horizontralBorder:after {
    background-color: var(--menuborder)
}

html[data-theme=dark] .headerLegacy {
    background-color: var(--topdark)
}

html[data-theme=dark] .bannerVideo.dark,
html[data-theme=dark] img.dark {
    display: block !important
}

html[data-theme=dark] .bannerVideo.light,
html[data-theme=dark] img.light {
    display: none !important
}

html[data-theme=dark] .Prucopier_btn.border-button:hover .filled .feather {
    fill: var(--dark);
    stroke: var(--dark)
}

html[data-theme=dark] .bg-white,
html[data-theme=dark] .selectDropdown {
    background-color: var(--bg-white) !important
}

html[data-theme=dark] .border-bottom {
    border-color: var(--border) !important
}

html[data-theme=dark] .mktWatchlist li .hoverBuySell,
html[data-theme=dark] .pdataEmail .otp-input {
    background-color: var(--card)
}

html[data-theme=dark] input:-webkit-autofill {
    -webkit-text-fill-color: var(--dark) !important;
    caret-color: var(--dark) !important
}

html[data-theme=dark] .Vue-Toastification__container .Vue-Toastification__toast .Vue-Toastification__icon {
    background: var(--white);
    color: var(--dark)
}

html[data-theme=dark] .Vue-Toastification__container .Vue-Toastification__toast .Vue-Toastification__icon.fa-exclamation-triangle {
    background: transparent;
    border-radius: 3px 2px 0 0;
    padding: 4px
}

html[data-theme=dark] .Vue-Toastification__container .Vue-Toastification__toast.Vue-Toastification__toast--info,
html[data-theme=dark] .Vue-Toastification__container .Vue-Toastification__toast.Vue-Toastification__toast--success {
    background-color: var(--notify);
    color: var(--dark)
}

html[data-theme=dark] .timeLineTabs li .Prucopier_btn.border-button.active {
    color: var(--dark) !important
}

html[data-theme=dark] .shadow {
    box-shadow: 0 2px 3px #0000004d !important
}

html[data-theme=dark] .darkCard {
    background-color: var(--card) !important
}

html[data-theme=dark] .darkWhite {
    color: var(--dark) !important
}

html[data-theme=dark] .darkBG {
    background-color: var(--dark) !important
}

html[data-theme=dark] .homeLeader .carousel__viewport .card {
    background: var(--card)
}

html[data-theme=dark] .userWatchlist .card-header {
    background-color: var(--card) !important
}

html[data-theme=dark] .userWatchlist .card-body.vueCard {
    background: var(--card) !important
}

html[data-theme=dark] .form-group .selected .afterSelect,
html[data-theme=dark] .form-group .vfl-label-on-input {
    background-color: var(--card);
    border-radius: 4px 4px 0 0
}

html[data-theme=dark] .countrySelect span img {
    border-radius: 14px
}

html[data-theme=dark] .countrySelect .dropdown_menu_animated li a img {
    border: 1px solid var(--dark);
    border-radius: 14px;
    height: 20px;
    width: 20px
}

html[data-theme=dark] .belowCustomInput .vue-tel-input .vti__input {
    background: var(--card) !important;
    color: var(--dark)
}

html[data-theme=dark] .vti__dropdown-item.highlighted,
html[data-theme=dark] .vti__dropdown-list {
    background: var(--card);
    border-color: var(--card)
}

html[data-theme=dark] .additionalBox .card-body,
html[data-theme=dark] .boxedShadow {
    box-shadow: 0 2px 11px #00000075
}

html[data-theme=dark] .allCalculator .form-group .form-select {
    background-color: var(--card);
    color: var(--dark)
}

html[data-theme=dark] .bg-secondary h2,
html[data-theme=dark] .bg-secondary p {
    color: var(--dark)
}

html[data-theme=dark] .transparentBG h1,
html[data-theme=dark] .transparentBG h3 {
    color: var(--white) !important
}

html[data-theme=dark] .fiveColumn .card {
    background-color: var(--card)
}

html[data-theme=dark] .mix-blend-mode {
    mix-blend-mode: revert
}

html[data-theme=dark] .whoWeAre .boxed {
    background-color: var(--card)
}

html[data-theme=dark] .button.fillBtn {
    color: var(--dark) !important
}

html[data-theme=dark] .globalSearch.dropdown_menu_animated li a {
    border-bottom: 1px solid #444a52
}

html[data-theme=dark] .halfRounded {
    background-image: url(../images/hero-bg-dark.html)
}

html[data-theme=dark] .pinkBtn {
    background: #7750c96e
}

html[data-theme=dark] .vueCard .count {
    background: var(--countPink)
}

html[data-theme=dark] .accordion-flush .accordion-item {
    border-color: var(--card)
}

html[data-theme=dark] .accordion-flush .accordion-item .accordion-button,
html[data-theme=dark] .accordion-flush .accordion-item.collapsed {
    background-color: var(--bg-white);
    color: var(--dark)
}

html[data-theme=dark] .accordion-flush .accordion-item .accordion-button:after,
html[data-theme=dark] .accordion-flush .accordion-item.collapsed:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff7200' viewBox='0 0 16 16'%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-.708'/%3E%3C/svg%3E") !important
}

html[data-theme=dark] .accordion-flush .accordion-collapse {
    background: var(--card);
    color: var(--dark)
}

html[data-theme=dark] .upPadding .dropdown-menu.homeTrade {
    background-color: var(--bodycolor)
}

html[data-theme=dark] .element3 .bg-white,
html[data-theme=dark] .element3 .card,
html[data-theme=dark] .element4 .bg-white,
html[data-theme=dark] .element4 .card,
html[data-theme=dark] .tradeManually .customTradeAdd {
    background: var(--card) !important
}

html[data-theme=dark] .commonList li:before {
    background-color: #000000f2
}

html[data-theme=dark] .lead_aqw h6 img {
    background: var(--dark) !important;
    padding: 1px
}

html[data-theme=dark] .dropdown-menu.userLogged .sortLink .sortImg {
    align-items: center;
    background: var(--dark);
    border-radius: 14px;
    display: flex;
    height: 22px;
    justify-content: center;
    margin: 0 13px 0 0;
    padding: 4px;
    width: 22px
}

html[data-theme=dark] .dropdown-menu.userLogged .sortLink .sortImg img {
    margin: 0
}

html[data-theme=dark] .dropdown-menu.userLogged .cutomChechBox span img {
    mix-blend-mode: revert
}

html[data-theme=dark] .activelight,
html[data-theme=dark] .dropdown-menu,
html[data-theme=dark] .dropdown_menu_animated {
    background-color: var(--card)
}

html[data-theme=dark] .leaderDetailLogged .dropdown_menu_animated {
    background: transparent !important
}

html[data-theme=dark] .carousel .carousel__icon,
html[data-theme=dark] .dropdown-item,
html[data-theme=dark] .form-control,
html[data-theme=dark] body,
html[data-theme=dark] h1,
html[data-theme=dark] h2,
html[data-theme=dark] h3,
html[data-theme=dark] h4,
html[data-theme=dark] h5,
html[data-theme=dark] h6 {
    color: var(--dark);
    fill: var(--dark)
}

html[data-theme=dark] [slider]>div>[thumb] {
    background-color: var(--dark)
}

html[data-theme=dark] [slider]>div>[inverse-left],
html[data-theme=dark] [slider]>div>[inverse-right] {
    background-color: var(--bodycolor)
}

html[data-theme=dark] .cardBorder {
    border: 1px solid var(--card)
}

html[data-theme=dark] .Pagination .Page,
html[data-theme=dark] .bg-white.boxed,
html[data-theme=dark] .leaderDetailLogged {
    border-color: var(--card) !important
}

html[data-theme=dark] .Pagination .Page .showhideBtn,
html[data-theme=dark] .bg-white.boxed .showhideBtn,
html[data-theme=dark] .leaderDetailLogged .showhideBtn {
    border-color: var(--card)
}

html[data-theme=dark] .filterID {
    background-color: var(--card);
    color: var(--dark)
}

html[data-theme=dark] .lightTheme {
    display: none !important
}

html[data-theme=dark] .darkTheme {
    display: flex !important
}

html[data-theme=dark] .card {
    background: var(--bg-white);
    border-color: var(--card)
}

html[data-theme=dark] .carousel .carousel__next,
html[data-theme=dark] .carousel .carousel__prev {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px)
}

html[data-theme=dark] .vueCard .card-header {
    background-color: var(--cardhead)
}

html[data-theme=dark] .menutextBG {
    background-color: var(--card)
}

html[data-theme=dark] .neutralGrey {
    color: var(--gray)
}

html[data-theme=dark] .switch .slider {
    background-color: var(--gray)
}

html[data-theme=dark] .switch .slider:before {
    background-color: var(--dark)
}

html[data-theme=dark] .switch input:checked+.slider {
    background-color: var(--secondary)
}

html[data-theme=dark] .circleImg {
    border: 0
}

html[data-theme=dark] .viewShow .dropSelect.box-shadow-full {
    box-shadow: 0 100vh 0 100vh #484848a8, 0 5px 5px #00000045 !important
}

html[data-theme=dark] .loaderOverlay {
    background-color: #0009 !important
}

html[data-theme=dark] .all-small-icon img {
    background: var(--dark) !important;
    border-radius: 13px
}

html[data-theme=dark] .modal:before {
    background: #000000a3
}

html[data-theme=dark] .form-group .form-control,
html[data-theme=dark] .form-group .form-select {
    background-color: var(--card) !important;
    border-color: #454b52 !important
}

html[data-theme=dark] .form-group .form-select {
    background-color: var(--card);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff7200' viewBox='0 0 16 16'%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-.708'/%3E%3C/svg%3E") !important;
    background-size: 17px;
    color: var(--dark)
}

html[data-theme=dark] .boxedShadow .topRadius {
    background: var(--card)
}

html[data-theme=dark] .globaListSearch {
    box-shadow: 0 4px 18px #0000001f
}

html[data-theme=dark] .searchDropdown .searchCountry {
    background: var(--white);
    border-color: var(--card)
}

html[data-theme=dark] .modal-content,
html[data-theme=dark] .modal-header {
    background-color: var(--bg-white);
    border-color: var(--card)
}

html[data-theme=dark] .btn-close {
    background-color: var(--dark)
}

html[data-theme=dark] .feedWirteSsomething .upload-btn-wrapper .btn {
    background: var(--card);
    color: var(--dark)
}

html[data-theme=dark] .bg-card,
html[data-theme=dark] .toogleUP {
    background-color: var(--card);
    color: var(--dark)
}

html[data-theme=dark] .bg-card.active,
html[data-theme=dark] .toogleUP.active {
    color: var(--secondary)
}

html[data-theme=dark] .border,
html[data-theme=dark] .vueCard {
    border-color: var(--card) !important
}

html[data-theme=dark] .redMode {
    background-color: var(--red) !important
}

html[data-theme=dark] .text-danger {
    color: var(--red) !important
}

html[data-theme=dark] .cutomChechBox .checkmark {
    border-color: var(--dark)
}

html[data-theme=dark] .payMode {
    align-items: center;
    background-color: var(--dark);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    padding: 3px 2px
}

html[data-theme=dark] .shareModal-social li .copy,
html[data-theme=dark] .shareModal-social li a {
    color: var(--dark)
}

html[data-theme=dark] .carousel__viewport .carousel__track li .card .dropdown-menu,
html[data-theme=dark] .carousel__viewport .carousel__track li .card .dropdown-menu:focus,
html[data-theme=dark] .carousel__viewport .carousel__track li .card .dropdown-menu:hover {
    background: var(--bg-white)
}

html[data-theme=dark] .hastags .badge.bg-light {
    background: var(--card) !important;
    color: var(--dark) !important
}

html[data-theme=dark] .Prucopier_btn.border-button {
    background: var(--white)
}

html[data-theme=dark] .Prucopier_btn.border-button:hover {
    color: var(--dark) !important
}

html[data-theme=dark] .newFillTabs .PrucopierTabs li.active a {
    color: var(--dark)
}

html[data-theme=dark] .meetTeam .card-body,
html[data-theme=dark] .whoWeAre .boxed .imgSrc {
    background-color: var(--card)
}

html[data-theme=dark] .clientLogo li a {
    background: var(--dark)
}

.fundedBanner {
    background-image: url(images/funded/bg-trade.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

.fundedBanner h1.extrabold.h1 {
    font-size: 67px;
    font-weight: 800;
    line-height: 80px
}

.fundedBanner .dualButton {
    margin: 40px 0
}

.marquee-column {
    align-items: center;
    border-right: 1px solid var(--cardBorder);
    display: flex;
    min-width: 160px;
    padding: 10px;
    position: relative
}

.marquee-column a {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 5px 0 0
}

.marquee-column a img {
    max-width: 26px
}

.marquee-column span {
    margin: 0 4px
}

.marquee-column span .fa {
    font-size: 1.063rem;
    line-height: 1;
    margin: 0 0 0 4px
}

.Vue3Marquee {
    background: linear-gradient(180deg, #fff0 26.88%, #e4e3e3 69.26%)
}

.titleArrow {
    position: relative
}

.titleArrow:after {
    background-image: url(images/funded/arrowAngle.html);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 85px;
    margin: 4px 6px 0;
    position: absolute;
    width: 100px
}

.titleArrow.left:after {
    background-image: url(images/funded/arrwoRight.html);
    left: -100px;
    top: -10px
}

.counter,
.counter span {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative
}

.counter span {
    background: linear-gradient(270deg, #2b7cffc2, #2b7cff 56.6%);
    border-radius: 94px;
    color: var(--white);
    font-size: 60px;
    font-weight: 700;
    height: 90px;
    width: 90px
}

.counter:before {
    background-color: var(--upcoming);
    border: 1px solid var(--white);
    border-radius: 108px;
    box-shadow: 0 4px 4px #00000040;
    content: "";
    height: 108px;
    position: absolute;
    width: 108px
}

.counter.small span {
    font-size: 36px;
    height: 67px;
    width: 67px
}

.counter.small:before {
    height: 77px;
    width: 77px
}

.counter.exsmall span {
    font-size: 36px;
    height: 40px;
    width: 40px
}

.counter.exsmall:before {
    height: 43px;
    width: 43px
}

.stageWork {
    background: var(--tabledata);
    border: 1px solid var(--bordercolor);
    border-radius: 20px;
    height: 100%;
    margin: 0 auto;
    max-width: 330px;
    padding: 0 25px 30px;
    position: relative
}

.stageWork.card-body {
    border-color: var(--secondary)
}

.stageWork .counter {
    margin: -280px 0 30px
}

.stageWork.columnDir:after {
    background-image: url(images/funded/topAngle.html);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 55px;
    margin: 4px 6px 0;
    position: absolute;
    right: -230px;
    top: -90px;
    width: 100%
}

.stageWork.columnDir.snd:after {
    background-image: url(images/funded/bottomAngle.html);
    bottom: -80px;
    top: inherit
}

.row.customspace {
    padding: 50px 0 30px
}

.rewardSystem .row {
    background-color: var(--tabledata);
    border-radius: 40px;
    margin: 0;
    overflow: hidden;
    padding: 40px 20px;
    position: relative
}

.rewardSystem .row:before {
    border: 7px solid var(--white);
    border-radius: 454.275px;
    bottom: -240px;
    content: "";
    height: 454.275px;
    opacity: .4;
    position: absolute;
    right: -70px;
    width: 431px
}

body h2 {
    letter-spacing: 0
}

body h2.f-50 {
    line-height: 68px
}

.selectedList .cutomChechBox.customButton {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--white);
    border-radius: 30px;
    box-shadow: 1px 1px 2px #0000001a;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 36px;
    min-height: 45px;
    min-width: 200px;
    padding: 0
}

.selectedList .cutomChechBox.active {
    border-color: var(--secondary)
}

.selectedList .cutomChechBox .checkmark {
    background-color: var(--graylightbg);
    border-color: var(--graylightbg);
    border-radius: 40px;
    height: 15px;
    left: 13px;
    top: 13px;
    width: 15px
}

.selectedList .cutomChechBox .checkmark:before {
    background: transparent;
    border: 1px solid var(--graylightbg);
    border-radius: 50%;
    content: "";
    height: 21px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 21px
}

.selectedList .cutomChechBox .checkmark:after {
    border-color: var(--white);
    border: solid var(--white);
    border-radius: 0;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 10px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
    width: 5px
}

.selectedList .cutomChechBox input:checked~.checkmark {
    background-color: var(--secondary);
    border-color: var(--secondary)
}

.selectedList .cutomChechBox input:checked~.checkmark:before {
    border: 1px solid var(--secondary)
}

.selectedList .cutomChechBox.active .checkmark {
    background-color: var(--secondary);
    border-color: var(--secondary)
}

.selectedList .cutomChechBox.active .checkmark:before {
    background: transparent;
    border: 1px solid var(--secondary);
    border-radius: 50%;
    content: "";
    height: 21px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 21px
}

.selectedList .cutomChechBox.active .checkmark:after {
    border-color: var(--white);
    border: solid var(--white);
    border-radius: 0;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    height: 10px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
    width: 5px
}

.selectedList li {
    margin-right: 15px
}

.card-body.plansSubs {
    background-color: var(--white);
    border: 1px solid var(--bordercolor);
    border-radius: 25px;
    padding: 24px;
    position: relative;
    text-align: center;
    transition: all .5s
}

.card-body.plansSubs:hover {
    box-shadow: 0 5px 10px #1e20251f;
    transform: translateY(-.3rem)
}

.card-body.plansSubs .elementFeather h5 {
    position: relative
}

.card-body.plansSubs .elementFeather h5:before {
    background: var(--bordercolor);
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 11px;
    width: calc(100% - 92px)
}

.card-body.plansSubs .phaseList li {
    align-items: flex-start;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding: 4px 0
}

.card-body.plansSubs .phaseList li span:first-child {
    width: 130px
}

.card-body.plansSubs .rotateIcon {
    align-items: center;
    background: var(--secondary);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    height: 24px;
    justify-content: center;
    padding: 2px;
    width: 24px
}

.card-body.plansSubs .viewFeature.active .rotateIcon {
    transform: rotate(180deg)
}

.takeChallenge .minContent {
    min-width: 310px
}

.takeChallenge .titleArrow:after {
    top: -40px;
    transform: rotate(175deg)
}

.mostPopular {
    background: var(--secondary);
    border-radius: 40px;
    color: var(--white);
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    padding: 3px 40px;
    position: absolute;
    right: 0;
    top: -17px;
    white-space: nowrap;
    width: 73%
}

.challenges-page h2 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: normal
}

.viewStatusPayment h6 {
    padding: 0 0 0 24px;
    position: relative
}

.viewStatusPayment h6:before {
    background-color: var(--graylightbg);
    border-color: var(--graylightbg);
    border-radius: 40px;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 15px
}

.viewStatusPayment h6:after {
    background: transparent;
    border: 1px solid var(--graylightbg);
    border-radius: 50%;
    content: "";
    height: 21px;
    left: -3px;
    position: absolute;
    top: 1px;
    width: 21px
}

.viewStatusPayment h6.active:before {
    background-color: var(--secondary)
}

.viewStatusPayment h6.active:after {
    border-color: var(--secondary)
}

.viewStatusPayment h6 span:before {
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    content: "";
    display: flex;
    height: 10px;
    left: 5px;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    width: 5px
}

.viewStatusPayment .dashed-line {
    border-radius: 10px;
    height: 2px;
    width: 65px
}

.platformList li .cutomChechBox {
    background: var(--white);
    border: 1px solid var(--bordercolor);
    border-radius: 12px;
    min-width: 200px;
    padding: 20px 0;
    text-align: center
}

.platformList li .cutomChechBox img {
    margin: 0 auto 10px;
    -o-object-fit: contain;
    object-fit: contain
}

.platformList li .cutomChechBox .checkmark {
    display: none;
    left: inherit;
    right: 20px
}

.platformList li .cutomChechBox.active .checkmark {
    display: block
}

.briefcase {
    background: var(--white);
    border: 1px solid var(--secondary);
    border-radius: 10px;
    margin: 12px 0 37px;
    padding: 15px 20px
}

.moduleSets {
    width: calc(100% - 300px)
}

.moduleSlider {
    width: 300px
}

.lastProfit .calIcon {
    background: var(--bodycolor);
    border-radius: 4px;
    line-height: 1;
    margin: 0 14px 0 0;
    padding: 15px
}

.lastProfit .calIcon svg.feather {
    opacity: .3
}

.lastProfit .status.redBG {
    background: var(--red)
}

.lastProfit .status.greenBG {
    background: var(--green)
}

.themeList li {
    padding: 0 0 10px 30px;
    position: relative
}

.themeList li:after,
.themeList li:before {
    background: var(--secondary);
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 4px;
    position: absolute;
    top: 6px;
    width: 12px
}

.themeList li:after {
    background: var(--dark);
    height: 20px;
    left: 0;
    opacity: .1;
    top: 2px;
    width: 20px
}

.help-and-support-page .videoThums .card-body {
    background: var(--white) !important;
    border: 1px solid var(--cardBorder);
    text-align: center
}

.newFillTabs .PrucopierTabs li a {
    padding: 9px 15px
}

.newFillTabs .PrucopierTabs.vid li a {
    background: var(--white);
    border: 1px solid var(--secondary);
    border-radius: 10px;
    box-shadow: 3px 3px 5px #00000026;
    color: var(--menutrext);
    margin: 5px 9px;
    min-width: 192px;
    text-align: center;
    text-transform: uppercase
}

.newFillTabs .PrucopierTabs.vid li.active a,
.newFillTabs .PrucopierTabs.vid li:hover a {
    background: var(--secondary);
    color: var(--white)
}

.extrabold {
    font-weight: 800
}

.singleButton.equalSpace {
    margin: 40px 0 60px
}

.dotRepeatImg {
    overflow: hidden;
    position: relative
}

.dotRepeatImg:before {
    background-image: url(images/funded/bgDotes.html);
    background-position: 50%;
    background-repeat: repeat;
    background-size: 82px 64px;
    content: "";
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.columnDirImg {
    background: var(--tabledata);
    border: 1px solid var(--cardBorder);
    border-radius: 32px;
    height: 100%;
    padding: 20px 10px
}

.columnDirImg .angleImg {
    margin: 0 0 20px
}

.proGtr {
    margin-bottom: 60px
}

.customFeatureColumn {
    margin: 100px 0 60px;
    position: relative
}

.customFeatureColumn .mid.content {
    width: 520px
}

.customFeatureColumn .mid.content img {
    margin: -60px 0 0 -40px;
    position: absolute;
    top: 0;
    width: auto
}

.customFeatureColumn .lt.content,
.customFeatureColumn .rt.content {
    width: calc(100% - 850px)
}

.squreBG:before {
    background: var(--tabledata);
    border-radius: 40px;
    bottom: 0;
    content: "";
    height: calc(100% - 110px);
    position: absolute;
    width: 100%
}

.squreBG:after {
    background: transparent;
    border: 6px solid var(--white);
    border-radius: 50%;
    bottom: -170px;
    content: "";
    height: 400px;
    opacity: .5;
    position: absolute;
    right: -70px;
    width: 400px
}

.squreBG .rtLtr {
    padding: 0 25px 0 0
}

.customWidthBanner.rt {
    margin-top: 20px;
    max-width: 620px
}

.titleIcon {
    align-items: center;
    background: #fffcfc;
    border: 1px solid #2b7cff;
    border-radius: 10px;
    box-shadow: 6px 5px 8px #00000040;
    display: flex;
    height: 72px;
    justify-content: center;
    margin: 0 30px 0 0;
    width: 72px
}

.checkList li {
    padding: 0 0 15px 30px;
    position: relative
}

.checkList li:before {
    background-image: url(images/funded/artCheck.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px
}

.finAwardList .stageWork {
    border-color: var(--secondary);
    border-radius: 30px;
    height: inherit;
    margin-bottom: 50px;
    max-width: 520px;
    padding: 15px 24px;
    top: 0;
    width: 100%
}

.finAwardList .stageWork .maskedIcon {
    height: 43px;
    -webkit-mask-image: url(images/funded/awardIcon.html);
    mask-image: url(images/funded/awardIcon.html);
    width: 40px
}

.finAwardList .stageWork.midtwo {
    margin-left: 70px
}

.finAwardList .stageWork.three {
    margin-left: 150px
}

.blockSpace {
    margin-bottom: 60px
}

.proDshReg {
    margin-bottom: 15px;
    padding: 15px 0
}

.proDshReg .stageWork {
    border-color: var(--modalhead);
    flex-shrink: 0;
    margin: 0 13px 0 0;
    max-width: 436px;
    position: relative;
    width: 100%
}

.proDshReg .stageWork:nth-child(3n) {
    margin-right: 0
}

.proDshReg .stageWork .tooltipbutton {
    right: 20px;
    top: 13px
}

.proDshReg .stageWork .tooltipbutton .tooltiptext {
    width: 170px
}

.propChart {
    border: 1px solid var(--modalhead);
    padding: 20px 25px
}

.propChart .status {
    background: var(--bodycolor);
    border-radius: 50px;
    padding: 7px 10px
}

.listChartColor li {
    align-items: center;
    color: var(--gray);
    display: flex;
    margin: 0 13px;
    padding: 0 20px;
    position: relative
}

.listChartColor li span {
    border: 2px solid var(--dark);
    border-radius: 50%;
    display: block;
    height: 12px;
    margin-right: 5px;
    width: 12px
}

.listChartColor li span.green {
    border-color: var(--green)
}

.listChartColor li span.blue {
    border-color: var(--blue)
}

.listChartColor li span.yellow {
    border-color: var(--yellowBtn)
}

.listChartColor li span.red {
    border-color: var(--red)
}

.listChartColor li span.dark {
    border-color: var(--dark)
}

.listOverview {
    background: var(--bodycolor);
    border-radius: 5px;
    padding: 15px
}

.listOverview li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 0 8px
}

.currentStage {
    border: 1px solid var(--modalhead)
}

.currentStage .leftAverage {
    max-width: 60%;
    width: 100%
}

.currentStage .leftAverage .lastProfit {
    width: 33%
}

.currentStage .leftAverage .lastProfit .calIcon .feather {
    opacity: 1
}

.stageStepList {
    background-image: url(images/funded/graphline.html);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 0 60px;
    position: relative
}

.stageStepList li {
    margin: 0 20px;
    position: relative
}

.stageStepList li.step1 {
    bottom: 10px;
    left: -80px;
    position: absolute
}

.stageStepList li.step1:after,
.stageStepList li.step1:before {
    display: none
}

.stageStepList li.step5 {
    margin-top: -52px
}

.stageStepList li.step5:before {
    bottom: -30px;
    height: 30px
}

.stageStepList li.step5:after {
    margin: -2px -10px
}

.stageStepList li:before {
    bottom: -25px;
    height: 25px;
    opacity: .6;
    width: 1px
}

.stageStepList li:after,
.stageStepList li:before {
    background-color: var(--gray);
    content: "";
    position: absolute
}

.stageStepList li:after {
    bottom: -40px;
    height: 20px;
    margin: 4px -10px;
    -webkit-mask-image: url(images/funded/dotCircleMasked.html);
    mask-image: url(images/funded/dotCircleMasked.html);
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 21px
}

.stageStepList li.active .amt {
    color: var(--secondary)
}

.stageStepList li.active:after,
.stageStepList li.active:before {
    background-color: var(--secondary)
}

.flex-nowrap.rounded {
    white-space: nowrap
}

.mobDirectionipad {
    z-index: 9
}

.contactElement .columnContact {
    border: 1px solid var(--cardBorder);
    padding: 60px 90px
}

.contactElement .columnContact .contactList li {
    align-items: flex-start;
    display: flex;
    line-height: 1;
    padding: 0 0 15px
}

.contactElement .columnContact .contactList li .icon {
    flex-shrink: 0;
    margin-right: 14px
}

.contactElement .columnContact .contactList li:last-child {
    padding: 0
}

.contactElement .belowCustomInput .vue-tel-input .vti__input {
    height: 3.375rem;
    padding: 0 .938rem
}

.contactElement .belowCustomInput .vue-tel-input .vti__dropdown {
    height: 3.375rem
}

.contactElement .form-group .form-control.textarea {
    height: 100px
}

.echoCalendar .currencyTable .totalCurrency {
    align-items: center;
    background: linear-gradient(270deg, #2b7cffc2, #2b7cff 56.6%);
    border: 0;
    border-radius: 50%;
    color: var(--dualWhite);
    display: flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    padding: 0;
    width: 40px
}

.calculatorList li a {
    align-items: center;
    border: 1px solid var(--bordercolor);
    border-radius: 50px;
    display: flex;
    margin: 0 0 10px;
    padding: 12px 16px 12px 42px;
    position: relative;
    transition: all .5s ease
}

.calculatorList li a:before {
    background-image: url(images/funded/artCheck.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    left: 13px;
    position: absolute;
    top: 11px;
    width: 20px
}

.calculatorList li a.active,
.calculatorList li a:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white)
}

.calculatorList li a.active:before,
.calculatorList li a:hover:before {
    background-image: url(images/funded/artCheck-w.html)
}

.butonRefresh {
    border: 1px solid var(--bordercolor);
    border-radius: 5px;
    height: 40px;
    width: 40px
}

.pipsValueBox.bg-white.boxed {
    box-shadow: 0 9px 14px #00000014;
    height: 100%;
    padding: 30px 40px
}

.range-cust {
    -webkit-appearance: none;
    background: var(--middark);
    height: 1px;
    opacity: .7;
    outline: none;
    transition: opacity .2s;
    width: 100%
}

.range-cust:hover {
    opacity: 1
}

.range-cust::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--secondary);
    border-radius: 50px;
    cursor: pointer;
    height: 15px;
    width: 15px
}

.range-cust::-moz-range-thumb {
    background: var(--secondary);
    border-radius: 50px;
    cursor: pointer;
    height: 15px;
    width: 15px
}

.calculator-page .form-group .form-control {
    font-size: 12px;
    height: 40px
}

.calculator-page .form-group .form-control .dropdown_menu_animated {
    margin-top: 1px
}

.calculator-page .form-group .form-control.smallInput {
    padding: 0 10px;
    width: 90px
}

.calculator-page .form-group .form-control.smallInput .dropdown_menu_animated {
    width: 90px
}

.resultBG {
    background-color: var(--menutext)
}

.resultListValue {
    border: 1px solid var(--bordercolor);
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px 30px
}

.resultListValue li {
    align-items: center;
    color: var(--midgray);
    display: flex;
    justify-content: space-between;
    padding: 12px 0
}

.resultListValue li strong {
    color: var(--menutext)
}

.resultBG {
    background: var(--menutext);
    border-radius: 8px;
    padding: 9px 20px
}

.impulsiveList {
    border: 1px solid var(--bordercolor);
    border-radius: 10px;
    overflow: hidden
}

.impulsiveList .table {
    margin: 0
}

.impulsiveList .table thead {
    background: var(--menutext);
    color: var(--white)
}

.impulsiveList .table thead th[align=right] {
    text-align: right
}

.impulsiveList .table thead:last-child {
    border-right: 0;
    text-align: right
}

.impulsiveList .table tr td {
    border-bottom: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor)
}

.impulsiveList .table tr td:last-child {
    border-right: 0;
    text-align: right
}

.impulsiveList .table tr:last-child td {
    border-bottom: 0
}

.impulsiveList .table.text-center tr td,
.impulsiveList .table.text-center tr td:last-child,
.impulsiveList .table.text-center tr th,
.impulsiveList .table.text-center tr th:last-child {
    text-align: center
}

.priceCard {
    background: var(--menutext);
    border-radius: 8px;
    box-shadow: 0 4px 4px #0000001a;
    margin: 60px auto 0;
    max-width: 300px;
    padding: 20px;
    position: relative;
    width: 100%
}

.priceCard:after,
.priceCard:before {
    background-image: url(images/funded/rectangle.html);
    background-repeat: no-repeat;
    content: "";
    height: 60px;
    left: -50px;
    position: absolute;
    top: -40px;
    width: 70px
}

.priceCard:after {
    bottom: -50px;
    left: inherit;
    right: -50px;
    top: inherit;
    transform: rotate(180deg)
}

.priceCard p {
    color: var(--white)
}

.totalProLos {
    border: 1px solid var(--secondary);
    border-radius: 15px;
    margin: 25px auto 0;
    max-width: 230px;
    padding: 20px;
    text-align: center
}

.calculatorListHeight {
    height: calc(100vh - 190px);
    position: relative
}

.calculatorListHeight .headerSearch {
    background: var(--white);
    padding-bottom: 7px;
    top: 0;
    z-index: 99
}

.viewAllTabCalc {
    display: flex;
    justify-content: center
}

.viewAllTabCalc:before {
    background: linear-gradient(0deg, #f6f6f6 46.74%, #ffffffa1);
    bottom: -15px;
    content: "";
    filter: blur(8.5px);
    height: 140px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.viewAllTabCalc span {
    bottom: 22px
}

.inItChart {
    left: 110px;
    top: 26px;
    z-index: 999
}

.inItChart .Prucopier_btn.small-button {
    border-radius: 6px;
    line-height: 1.5;
    min-width: 70px;
    padding: 5px 0
}

.dropButtonMob {
    pointer-events: none
}

.crt {
    display: block;
    flex-shrink: 0;
    margin: 0 50px 0 0
}

.button.fillBtn.Prucopier_btn.py-0 {
    padding: 2px 0 !important
}

.button.fillBtn.Prucopier_btn.shadow {
    box-shadow: 3px 3px 5px #00000026 !important
}

.stageSteps-row li {
    padding-right: 40px;
    position: relative;
    text-align: center
}

.stageSteps-row li:before {
    background-color: var(--bordercolor);
    bottom: 14px;
    content: "";
    height: 1px;
    position: absolute;
    right: 5px;
    width: 30px
}

.stageSteps-row li.syt1 {
    padding-right: 20px
}

.stageSteps-row li.syt1:before {
    width: 70px
}

.stageSteps-row li.syt2 {
    padding-right: 20px
}

.stageSteps-row li.syt2:before {
    right: -32px;
    width: 59px
}

.stageSteps-row li.syt3:before {
    right: 5px;
    width: 72px
}

.stageSteps-row li:last-child {
    padding-right: 0
}

.stageSteps-row li:last-child:before {
    display: none
}

.stageSteps-row li p {
    white-space: nowrap
}

.stageSteps-row li span.checkedText {
    border: 1px solid var(--bordercolor);
    border-radius: 12px;
    display: inline-flex;
    font-size: 12px;
    line-height: 1;
    padding: 2px 6px;
    position: relative;
    top: -5px
}

.stageSteps-row li .checkedIcon {
    background-image: url(images/funded/disableIcon.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px;
    display: block;
    height: 16px;
    width: 16px
}

.stageSteps-row li.active:before {
    background-color: var(--secondary)
}

.stageSteps-row li.active .checkedText {
    border-color: var(--secondary)
}

.stageSteps-row li.active .checkedIcon {
    background-image: url(images/funded/artCheck.html)
}

.full-data-table tr td,
.full-data-table tr th {
    border: 1px solid var(--cardBorder);
    padding: 15px 10px
}

.disclamer {
    background: var(--white);
    border: 1px solid var(--cardBorder);
    border-radius: 10px;
    padding: 13px
}

.bg-small.winRate {
    background: transparent;
    border: 1px solid var(--bordercolor);
    border-radius: 7px;
    color: var(--secondary);
    padding: 7px 10px
}

.investedBtn {
    background: #bfdfca57;
    border-radius: 6px;
    color: var(--green);
    padding: 2px 10px
}

.investedBtn img {
    margin-right: 6px
}

.listCountColred {
    position: absolute;
    top: -33px
}

.listCountColred.maskedIcon {
    background-color: var(--secondary);
    color: var(--white);
    height: 29px;
    -webkit-mask-image: url(images/funded/listTip.html);
    mask-image: url(images/funded/listTip.html);
    width: 30px
}

.accAnalixer.proDshReg .stageWork .tooltipbutton {
    right: 0;
    top: 0
}

.faqsPageSearch {
    border: 1.28px solid #e4e4e4;
    border-radius: 0 0 12px 12px;
    border-top: 0
}

.faqsPageSearch .form-group.headerSearch {
    display: inline-flex;
    justify-content: center;
    margin: 14px 0 0;
    max-width: 500px;
    position: relative;
    width: 100%
}

.faqsPageSearch .form-group.headerSearch .form-control {
    width: 100%
}

.faqsPagemodify .mkpCamp .boxed {
    padding: 25px 35px
}

.faqsPagemodify .fixedTP {
    top: 90px
}

.investingWorks .columnDirImg {
    padding: 20px
}

.youtubeLinks .modal-dialog {
    border-radius: 10px;
    max-width: 800px
}

.form-group .dp__input_icon_pad,
.form-group .form-control,
.form-group .selectButton,
.form-group .vti__dropdown,
.form-group .vti__input {
    border: .0063rem solid var(--bordercolor);
    border-radius: .625rem;
    color: var(--maintitle);
    font-size: .938rem;
    font-weight: 400;
    height: 3.375rem;
    margin: 0 0 2px;
    padding: 0 .938rem
}

p.or {
    color: var(--moregray);
    display: flex;
    justify-content: center;
    margin: 0 auto 36px;
    max-width: 40px
}

.publicProfile {
    margin: 40px auto;
    max-width: 61.938rem
}

.mainTitle .clash {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.75rem
}

.mainTitle .clash .bgTitle {
    background: var(--lightred);
    border-radius: 8px;
    color: var(--notify);
    font-family: var(--clashmedium);
    padding: .125rem .375rem
}

.mainTitle p {
    color: var(--midgray);
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 0
}

.maxValue {
    max-width: 460px
}

.profilePicUpdate h2 {
    background-color: var(--userIcon);
    border-radius: 50%;
    font-size: 3.75rem;
    font-weight: 600;
    height: 10rem;
    width: 10rem
}

.profilePicUpdate .editable {
    background: var(--superlightgray);
    border: .125rem solid var(--white);
    border-radius: 50%;
    bottom: 0;
    height: 3rem;
    right: 0;
    width: 3rem
}

.counterStep p {
    background: var(--lightred);
    border-radius: .438rem;
    color: var(--secondary);
    display: inline-flex;
    font-weight: 600;
    padding: .313rem .563rem
}

.subscriptionPlanSteps .pamentCalc {
    height: calc(100vh - 124px)
}

.selectBrokertList li {
    background-color: var(--loginFooter);
    border: 1px solid var(--superlightgray);
    border-radius: .75rem;
    margin-bottom: .625rem;
    min-height: 3.75rem
}

.selectBrokertList li .clickAble {
    padding: .813rem .938rem;
    width: 100%
}

.selectBrokertList .dark img {
    background: var(--dual-white);
    border-radius: 4px;
    min-width: 90px;
    padding: 3px 5px
}

.selectBrokertList .copyWrap {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    padding: 3px 10px
}

.selectBrokertList .copyWrap .disabled {
    background: transparent !important;
    border: 0 !important;
    opacity: .3;
    pointer-events: none
}

.PrucopierRegisterSteps {
    overflow: auto;
    padding-bottom: 50px
}

.PrucopierRegisterSteps .absoluteDown {
    cursor: pointer;
    position: absolute;
    right: .625rem;
    top: .875rem
}

.PrucopierRegisterSteps .accordion-flush .accordion-item {
    background-color: var(--bg-white);
    border: 1px solid var(--superlightgray) !important;
    border-radius: 8px;
    margin: 10px 0
}

.PrucopierRegisterSteps .accordion-flush .accordion-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.375rem;
    padding-top: 0
}

.PrucopierRegisterSteps .accordion-flush .accordion-item .accordion-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--maintitle);
    font-size: .875rem;
    font-weight: 600;
    padding: 4px 20px
}

.PrucopierRegisterSteps .form-group .dp__input_icon_pad,
.PrucopierRegisterSteps .form-group .selectButton {
    height: 40px
}

.PrucopierRegisterSteps .form-group .iconInput .eye {
    right: 11px;
    top: 14px
}

.PrucopierRegisterSteps .form-group .afterSelect {
    font-size: 12px
}

.PrucopierRegisterSteps .w-220 {
    width: 14.75rem
}

.PrucopierRegisterSteps .w-460 {
    width: 28.75rem
}

.PrucopierRegisterSteps .customAlert {
    background: var(--lightprimary);
    border: 1px solid var(--orangeborder);
    border-radius: .438rem;
    color: var(--secondary);
    padding: .938rem
}

.PrucopierRegisterSteps .upload-btn-wrapper {
    background-color: var(--white);
    border: 1px solid var(--cardBorder);
    border-radius: .875rem;
    display: block;
    font-size: 1rem;
    overflow: hidden;
    padding: 40px 0 20px;
    position: relative;
    text-align: center
}

.PrucopierRegisterSteps .upload-btn-wrapper .afterUplod,
.PrucopierRegisterSteps .upload-btn-wrapper .beforeUplod {
    border-radius: .875rem;
    min-height: 160px
}

.PrucopierRegisterSteps .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.PrucopierRegisterSteps .upload-btn-wrapper .btn {
    border: 0
}

.connectingBroker .content {
    margin: 0 auto;
    max-width: 402px
}

.customLoader .circle {
    animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
    background-color: var(--superlightgray);
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    position: relative;
    transform-origin: bottom center;
    width: 10px
}

.customLoader .circle.circle-1 {
    animation-delay: .1s
}

.customLoader .circle.circle-2 {
    animation-delay: .2s
}

.customLoader .circle.circle-3 {
    animation-delay: .3s
}

.customLoader .circle.circle-4 {
    animation-delay: .4s
}

.customLoader .circle.circle-5 {
    animation-delay: .5s
}

@keyframes loading {
    0% {
        background-color: var(--superlightgray);
        transform: translateY(0)
    }

    50% {
        background-color: var(--secondary);
        transform: translateY(20px)
    }

    to {
        background-color: var(--superlightgray);
        transform: translateY(0)
    }
}

.connectingBroker .connectingAccount .rounded-circle {
    align-items: center;
    border: 1px solid;
    display: flex;
    height: 80px;
    justify-content: center;
    padding: 6px;
    width: 80px
}

.connectingBroker .connectingAccount .rounded-circle.one {
    border-color: var(--borderDark)
}

.connectingBroker .connectingAccount .rounded-circle.two {
    border-color: var(--secondary)
}

.connectingBroker .superlightgray {
    background: var(--bg-card);
    border: 1px solid var(--superlightgray);
    border-radius: 12px;
    padding: 20px
}

.countText {
    background: var(--white);
    bottom: -5px;
    padding: 1px 10px;
    right: 19px
}

.form-group.ConnectBroker textarea.form-control {
    height: 180px;
    padding-bottom: 22px
}

.line-60 {
    line-height: 60px
}

.boxRadio .cutomChechBox {
    border-radius: 4px;
    margin-right: 12px;
    padding: 10px 15px
}

.boxRadio .cutomChechBox.active .name {
    color: var(--white);
    position: relative;
    z-index: 9
}

.boxRadio .cutomChechBox.radio .checkmark {
    background-color: transparent;
    border-radius: 4px;
    height: 100%;
    width: 100%
}

.boxRadio .cutomChechBox.radio .checkmark:after {
    display: none
}

.boxRadio .cutomChechBox.radio input:checked~.checkmark {
    background-color: var(--staydark);
    border-color: var(--staydark)
}

.boxRadio.selectIdenty .cutomChechBox {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 140px;
    min-width: 200px;
    text-align: center
}

.boxRadio.selectIdenty .cutomChechBox .name {
    color: var(--staydark);
    display: block
}

.boxRadio.selectIdenty .cutomChechBox .checkmark {
    border-color: var(--cardBorder);
    border-radius: .875rem;
    border-width: .102rem
}

.boxRadio.selectIdenty .cutomChechBox input:checked~.checkmark {
    background-color: var(--white);
    border-color: var(--secondary);
    z-index: -9
}

.radioColumn li {
    margin: 0 0 5px;
    width: 100%
}

.radioColumn li .active {
    border-color: var(--secondary)
}

.radioColumn li .active .name {
    color: var(--secondary)
}

.radioColumn li .roundedCircle {
    border: 2px solid var(--neutralGrey);
    border-radius: 50%;
    flex-shrink: 0;
    height: 1.5rem;
    margin: 0 15px 0 0;
    position: relative;
    width: 1.5rem
}

.radioColumn li .roundedCircle.active {
    background: var(--secondary);
    border-color: var(--secondary)
}

.radioColumn li .roundedCircle.active:before {
    border: .125rem solid var(--white);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.radioColumn .cutomChechBox {
    border: 1px solid var(--superlightgray);
    border-radius: .5rem;
    padding: 1.063rem 1.125rem
}

.radioColumn .cutomChechBox.radio .checkmark {
    left: .688rem;
    top: 1.063rem
}

.tradingSignals-page .titleArrow:after {
    margin: -7px 6px 0
}

.gradientButton {
    background: linear-gradient(270deg, #d9d9d9, #d9d9d900);
    border-radius: 0 20px 20px 0;
    padding: 10px 13px
}

.gradientButton:hover {
    background: linear-gradient(90deg, #d9d9d9, #d9d9d900);
    border-radius: 20px 0 0 20px;
    color: var(--secondary)
}

.downloadApps-page .checkList li {
    margin-left: 15px
}

.downloadApps-page h2.f-50 {
    line-height: 59px
}

.border-secondary {
    border-color: var(--secondary) !important
}

.position-sticky.top-0 {
    z-index: 99
}

.table td.empty {
    opacity: .4
}

.compareButton {
    border: 1px solid var(--bordercolor);
    border-radius: 8px;
    margin: 0 9px;
    padding: 13px 14px;
    transition: all .3s ease
}

.compareButton.active,
.compareButton:hover {
    border-color: var(--secondary)
}

.compareButton.active .vue-feather,
.compareButton:hover .vue-feather {
    color: var(--secondary)
}

.startComparing .table-responsive {
    border: 1px solid var(--cardBorder);
    border-radius: 18px
}

.startComparing .comparingTable thead th {
    background-color: var(--menutext);
    color: var(--white);
    font-size: 13px;
    padding: 9px 14px;
    vertical-align: middle
}

.startComparing .comparingTable thead th .compareDrop {
    align-items: center;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-left: auto;
    width: 30px
}

.startComparing .comparingTable tbody tr td {
    border-bottom: 1px solid var(--cardBorder);
    font-size: 15px;
    padding: 14px
}

.startComparing .comparingTable tbody tr td.trBG {
    background-color: var(--bodycolor)
}

.startComparing .comparingTable tbody tr:last-child td {
    border-bottom: none
}

.selectPlatform .dropdown_menu_animated li a {
    border-bottom: 1px solid var(--cardBorder);
    padding: 9px 15px
}

.newIntegratedBroker .modal-dialog {
    max-width: 730px
}

.newIntegratedBroker .modal-dialog .modal-content {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px
}

.newIntegratedBroker .modal-dialog ul li {
    background: var(--bodycolor);
    border-radius: 8px;
    margin: 0 0 14px;
    padding: 20px
}

.performance-traders-iframe .gridImgCircle {
    height: 2.3rem;
    width: 2.3rem
}

.performance-traders-iframe .bg-white.boxed {
    border-radius: 10px;
    padding: 0 9px 6px
}

.performance-traders-iframe h4 {
    line-height: 1
}

.tradeMain .dataTable {
    max-height: 540px;
    overflow: auto
}

.loopList.stocksTab h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px
}

.transparentForex .card-body {
    border-radius: 20px
}

.card-body.cardBody {
    background-color: var(--bodycolor)
}

.sndHeader .Prucopier_btn.border-button .vue-feather {
    width: 11px
}

.smallIcom span {
    background: var(--dualWhite);
    border-radius: 3px;
    display: inline-flex;
    padding: 2px 3px
}

.ellipsTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px
}

.container.calcPadding {
    overflow: auto
}

.container.calcPadding .col-md-6 {
    margin-bottom: 14px
}

.deleteAccout_Img {
    position: relative
}

.deleteAccout_Img:before {
    background-color: var(--darkmix);
    content: "";
    height: 560px;
    left: 0;
    margin: 0 auto;
    -webkit-mask-image: url(images/delete_account/del_bg.html);
    mask-image: url(images/delete_account/del_bg.html);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    right: 0;
    top: -30px;
    width: 460px
}

.radiusSpace {
    border-radius: 20px;
    padding: 60px 30px
}

.holdDashed .gradientSec:after {
    border-bottom: 2px dashed var(--cardBorder);
    border-radius: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 450px
}

@media only screen and (min-width:1920px) {
    .container-fluid {
        margin: 0 auto;
        max-width: 1920px
    }
}

@media only screen and (min-width:1260px) and (max-width:1620px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px
    }

    .container.max-1370,
    .max-1370 {
        max-width: 1120px
    }

    .leftBarFilter .form-group .label {
        width: 106px
    }

    .leftBarFilter .form-group .form-control {
        font-size: 11px;
        padding: .4rem .5rem
    }

    .calendarList h6 {
        font-size: .875rem
    }
}

@media only screen and (max-width:1650px) {
    .horizontralBorder {
        padding-right: 30px
    }

    .horizontralBorder:after {
        right: 0
    }

    .element6 .elementHub p {
        font-size: 14px
    }

    .headerSearch.form-group .form-control {
        font-size: 12px;
        width: 180px
    }
}

@media only screen and (max-width:1560px) {
    .inColumn .tooltipbutton .tooltiptext {
        width: 230px;
        z-index: 999
    }

    .abTrade .star {
        margin-left: 9px
    }

    .pricePercentage .elementHub {
        line-height: 1;
        min-width: 60px
    }

    .pricePercentage .elementHub p {
        font-size: 12px
    }

    .mainHeader #mynavbar {
        padding-left: 0
    }

    .navbar-brand img {
        max-width: 130px
    }

    .max-1085 {
        max-width: 100%
    }

    .vueRisk .defineCircle {
        height: 34px;
        width: 34px
    }

    .modWidth {
        width: 80px
    }

    .fullList .arrow:before{top:10px}.f-30{font-size:1.5rem}.lgContent{line-height:33px}img[height="610"] {
        height: 500px;
        -o-object-fit: fill;
        object-fit: fill
    }

    img[height="400"] {
        height: 340px
    }

    img[height="340"] {
        height: 290px
    }

    .pdataEmail .otp-input {
        font-size: 1rem;
        height: 3.375rem;
        margin: 0 3px;
        width: 2.25rem
    }

    .newMarketLoop .marketAllNews {
        padding-top: 5px
    }

    .newMarketLoop .newFillTabs .PrucopierTabs li a {
        font-size: 14px;
        padding: 8px 13px
    }

    .maxHeight630 {
        max-height: 732px
    }

    .consistently .inactive {
        font-size: 12px;
        margin: 0 0 0 12px
    }

    .consistently p {
        font-size: 14px;
        line-height: 22px
    }

    .collectValue h3.f-24 {
        font-size: 16px
    }

    .mapLocation {
        min-height: 420px
    }

    .userWatchlist #tabs-nav li a {
        padding: 4px 10px
    }

    .moreHelp .card-body a,
    .Prucopier_btn {
        font-size: 14px
    }

    .vueRisk .euCurrency {
        height: 30px;
        width: 30px
    }

    .vueCard .maxValueAf {
        min-width: 60px;
        text-align: right
    }

    .socialFeedRight .uploadDocument_preview {
        height: 40px;
        width: 90px
    }

    .loaderOverlay img {
        max-width: 10a0px
    }

    .feedWirteSsomething {
        padding-left: 0
    }

    .roiGraph {
        width: 100px !important
    }

    .trashNull {
        height: 40px
    }

    .dashboardPortfolio .table.currencyTable tr td,
    .dashboardPortfolio .table.currencyTable tr th {
        width: 100px
    }

    .dashboardPortfolio .table.currencyTable tr td[class*=attr],
    .dashboardPortfolio .table.currencyTable tr th[class*=attr] {
        width: 230px
    }

    .strategies-col i .rounded-circle {
        height: 35px;
        width: 35px
    }

    .dropDownMenu li a {
        font-size: 14px
    }

    .horizontralBorder {
        padding-right: 20px
    }

    .horizontralBorder:after {
        right: 0
    }

    .selectLanguage {
        flex: none
    }

    .mainHeader nav.navbar .nav-link {
        color: var(--darkHeader);
        display: block;
        font-size: .875rem;
        font-weight: 500;
        opacity: .6;
        padding: 0 14px;
        position: relative
    }

    .rightHeader .belowMenu li a {
        font-size: 19px;
        padding: 0 11px
    }

    .ms-xxl-5 {
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin: 0 15px !important
    }

    .planTitle {
        font-size: 18px
    }

    .f-20 {
        font-size: 1rem
    }

    .vueRisk .euCurrency,
    .vueRisk .fsymbol {
        flex: none
    }

    h2 {
        font-size: 1.5rem
    }

    .leaderDetailLogged h5 {
        font-size: 16px
    }

    .leaderDetailLogged .f-14,
    .leaderDetailLogged p {
        font-size: 12px
    }

    .leaderDetailLogged h1 {
        font-size: 1.75rem
    }

    .leaderDetailLogged .f-20 {
        font-size: 16px
    }

    .leaderDetailLogged .button.fillBtn {
        font-size: 14px
    }

    .leaderDetailLogged .tradeArrow {
        margin-right: 6px !important
    }

    .leaderDetailLogged .tradeArrow img {
        width: 22px
    }

    .circleImg,
    .circleImg .rounded-circle {
        height: 40px;
        width: 40px
    }

    .f-16 {
        font-size: .938rem
    }

    .newAddLeader .col {
        flex: none
    }

    .vueCard .dashgreen,
    .vueCard p {
        font-size: 13px
    }

    .vueCard p.f-20 {
        font-size: 16px
    }

    .vueCard .rounded-circle {
        height: 30px;
        width: 30px
    }

    .vueCard span.position-relative {
        flex: none
    }

    .vueCard .flex-between.px-3.mb-2 {
        padding: 5px 0
    }

    .f-18 {
        font-size: .875rem;
        line-height: 20px
    }

    .f-24 {
        font-size: 1.3rem
    }

    .fiveColumn .watchlist-col {
        width: 25%
    }

    .ellipsName {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 60px
    }

    .avgList li {
        width: 33%
    }
}

@media only screen and (max-width:1260px) {
    .mainHeader nav.navbar .nav-link {
        font-size: 12px;
        margin: 0 12px;
        padding: 0 2px
    }

    .loopList {
        width: 380px
    }

    .leaderDetailLogged h5 {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 120px
    }

    .echoCalendar {
        overflow-x: auto;
        overflow-y: inherit
    }

    .echoCalendar .table.fixed-layout {
        width: 1260px
    }

    .echoCalendar .table td.dateBG {
        top: 0
    }

    .mapLocation {
        min-height: 340px
    }

    .strategies-col i .rounded-circle {
        height: 30px;
        width: 30px
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 970px
    }

    .calendarList .day {
        min-width: 70px
    }

    .calendarList .day p {
        font-size: 13px
    }

    .container.max-1370,
    .max-1370 {
        max-width: 970px
    }

    .tradeManually .card-body .tarde {
        font-size: 10px
    }

    h6 {
        font-size: .875rem
    }

    .leftBarFilter .form-group .label {
        margin-right: 0 !important;
        width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .mobUp .tooltipbutton .tooltiptext {
        left: inherit;
        margin: 0;
        right: 0
    }

    .experienceCopierTrade .gridImg img {
        border-radius: 10px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .customRangeSlider .range-labels .selected:before {
        width: 12.5vw
    }

    .f-32 {
        font-size: 1.5rem
    }

    .mob-center {
        text-align: center
    }

    .titleArrow:after {
        display: none
    }

    .cantFind {
        justify-content: center !important
    }

    .cantFind h3 {
        padding: 0 0 12px;
        text-align: center;
        width: 100%
    }

    .headerLegacy p {
        font-size: 12px;
        line-height: 18px;
        padding: 7px
    }

    .calendarFilter .border-btn {
        font-size: 14px
    }

    .maxHeight630 {
        max-height: 100%
    }

    .drop-1199 .onMbile {
        background-color: var(--white);
        box-shadow: 0 10px 20px #00000030, 0 6px 6px #0000003b;
        display: none !important;
        position: absolute;
        width: 100% !important;
        z-index: 9999
    }

    .drop-1199 .onMbile.show {
        display: block !important;
        width: 100px
    }

    .economicCalender .dropdown_menu_animated .selectTab li a {
        padding: 4px 11px
    }

    .hasList li {
        width: 23%
    }

    .menutext {
        font-size: 14px
    }

    .bg-secondary.onBoarding {
        padding: 1px !important
    }

    .bg-secondary.onBoarding .litOne,
    .hiddenMobile {
        display: none !important
    }

    .f-30 {
        font-size: 1.438rem
    }

    .headerSearch {
        display: none
    }

    .mainFooter {
        color: var(--white);
        display: block;
        padding: 30px 0
    }

    .mainFooter,
    .mainFooter .content li a {
        font-size: 13px
    }

    .mainFooter .calBOxed {
        max-width: 100%
    }

    .mainFooter .socialFooter {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        width: 100%
    }

    .mainFooter .footerLogo {
        align-items: center !important;
        flex-wrap: wrap;
        margin: 0 !important
    }

    .mainFooter .footerLogo .rtSocial {
        width: 100%
    }

    .mainFooter .footerLogo .rtSocial .socialList {
        justify-content: flex-start !important
    }

    .mainHeader nav.navbar .nav-link {
        font-size: 12px;
        margin: 0 10px;
        padding: 0
    }

    .fiveColumn .col,
    .flexCol.fiveColumn .col {
        width: 25%
    }

    .fiveColumn .watchlist-col {
        width: 33.33%
    }

    .leader-filter-right {
        justify-content: space-between;
        margin-top: .938rem;
        width: 100%
    }

    .socialFeedRight {
        height: auto !important;
        padding-left: 0 !important
    }

    .fiveColumn .trader-col {
        width: 33.33%
    }

    .tradeManually .col {
        width: 25%
    }

    .getCode {
        font-size: 12px
    }

    .personalDetails .form-group .form-control.emailId {
        font-size: 13px
    }

    h5 {
        line-height: 1.4
    }
}

@media only screen and (min-width:992px) {
    .mainHeader .megaMenuList li.hideTabDesktop {
        display: none
    }
}

@media only screen and (max-width:991px) {
    img.bannerVideo {
        display: block;
        height: auto;
        margin: 40px auto;
        width: 90%
    }

    .mainIconMenu {
        align-items: center;
        background: var(--dualWhite);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        line-height: 1;
        margin-bottom: 4px;
        padding: 4px
    }

    .customRangeSlider .range-labels .selected:before {
        width: 29.5vw
    }

    .deleteAccout_Img:before {
        height: 384px;
        width: 280px
    }

    .deleteAccout_Img img {
        height: auto;
        max-width: 250px
    }

    .mainHeader .dropdown_menu_animated.maxAuto.userLogged {
        border-radius: 0;
        bottom: 0;
        box-shadow: none;
        height: calc(100vh - 85px);
        left: 0;
        position: fixed;
        right: 0;
        top: inherit;
        width: 100%
    }

    .mainHeader.sticky .dropdown_menu_animated.maxAuto.userLogged {
        height: calc(100vh - 52px)
    }

    .showCriptoTabs {
        height: auto !important
    }

    .stageWork {
        max-width: 100%
    }

    .padDirection {
        flex-direction: column-reverse
    }

    .meetImg img {
        margin-bottom: 30px
    }

    .forxSignals-page .meetImg img {
        height: auto;
        max-width: 100%;
        width: 100%
    }

    .loopList {
        width: 100%
    }

    .PrucopierTableBroker .investors-table {
        width: 970px
    }

    .mainHeader.sticky {
        animation: none;
        bottom: 0;
        position: sticky
    }

    .mainHeader.sticky nav.navbar {
        background-color: var(--white);
        left: 0;
        position: fixed;
        right: 0;
        top: 0
    }

    .userLogged .userImg {
        height: 25px;
        width: 25px
    }

    .rightSpaceMob {
        padding: 0 0 0 2px
    }

    .leaderDetailLogged h5{width:90px}div#chat-widget-container{bottom:40px!important}img[height="340"],
    img[height="400"] {
        height: 220px
    }

    img[height="610"] {
        height: 340px
    }

    .introducingPrucopierTrade .blockElement.space {
        padding: 20px 0
    }

    .calendarFilter .border-btn {
        min-width: auto;
        padding: 0 10px
    }

    .calendarFilter .border-btn.fromTo {
        margin: 7px 0
    }

    .calendarFilter .filterHeader .border-btn {
        min-width: 120px
    }

    .addFilter .name {
        display: none
    }

    html[data-theme=dark] .mainHeader .navbar-toggler {
        background-color: var(--dark)
    }

    .userLogged.dropdown_menu_animated.notify .notificationList {
        max-height: 280px;
        overflow: auto
    }

    .newsImg img {
        height: auto;
        min-height: 70px
    }

    .gridImg img {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .timeLineTabs {
        justify-content: flex-start !important;
        overflow: auto;
        padding: 0 0 10px
    }

    .timeLineTabs:before {
        display: none
    }

    .timeLineTabs li {
        padding: 0 7px
    }

    .timeLineTabs li.borderList {
        display: none
    }

    .boxed.services {
        flex-wrap: wrap
    }

    .myTrade {
        margin: 0 0 20px
    }

    .viewNewsPop .roundClose {
        z-index: 999
    }

    .hasList li {
        width: 30%
    }

    .ellipsName {
        width: 100%
    }

    .sndHeader {
        top: 65px;
        z-index: 99999
    }

    .element4 .f-12 {
        font-size: 9px
    }

    .sndHeader.bg-sticky+.newFillTabs.position-sticky {
        top: 139px
    }

    .carousel .carousel__next,
    .carousel .carousel__prev {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        font-size: 20px;
        margin: 0 15px;
        width: 28px
    }

    #advancedSearch .modal-dialog {
        max-width: 98%
    }

    .labelCheckBox li {
        width: 50%
    }

    .userLogged.dropdown_menu_animated li a {
        font-size: 14px
    }

    .inRow li {
        width: 20%
    }

    .f-16 {
        font-size: .875rem
    }

    .navbar-toggler-icon {
        width: 20px
    }

    .loginRegister .button.fillBtn,
    .mobLogin {
        background: transparent !important;
        border: 0 !important;
        color: var(--dark) !important;
        padding: 0 !important
    }

    .loginRegister .button.fillBtn span,
    .mobLogin span {
        display: none
    }

    .mainFooter h6 {
        padding: 6px 0 9px
    }

    .mainFooter h6.active {
        padding-bottom: 0
    }

    .mainFooter h6:before {
        content: ""
    }

    .mainFooter h6.active:before,
    .mainFooter h6:before {
        font-family: FontAwesome;
        position: absolute;
        right: 4px
    }

    .mainFooter h6.active:before {
        content: ""
    }

    .socialFooter {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0
    }

    .mainFooter h6+.footerList {
        display: none
    }

    .mainFooter h6.active+.footerList {
        display: block;
        margin: 0
    }

    .mainFooter .footerList li a {
        display: flex;
        font-size: 14px;
        padding: 0 0 4px
    }

    .leaderToCompare .trader-list {
        width: 100%
    }

    .mobHide {
        display: none
    }

    .navbar-expand-lg .container-fluid {
        padding: 0
    }

    .Prucopier_btn.plan_btn {
        font-size: 13px;
        padding: 0
    }

    .max-1085,
    .verticalTabs {
        max-width: 100%
    }

    .verticalTabs {
        margin: 0 0 20px;
        overflow-x: auto
    }

    .verticalTabs .mobVerticleTabs {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 0 4px;
        white-space: nowrap
    }

    .fiveColumn .col,
    .flexCol.fiveColumn .col {
        width: 33%
    }

    .f-22 {
        font-size: 1rem
    }

    .mainFooter {
        padding: 30px 0 70px
    }

    .mainHeader .megaMenuList li a.nav-link {
        align-items: center;
        display: flex !important;
        flex-direction: column
    }

    .mainHeader .megaMenuList li.hideTabMobile {
        display: none
    }

    .mainHeader .megaMenuList li .showMegaMenu .icon {
        height: 30px;
        margin: 0 10px 0 0;
        width: 30px
    }

    .mainHeader .megaMenuList li .showMegaMenu .icon img {
        width: 15px
    }

    .mainHeader .megaMenuList li .megaMenusubList {
        background: var(--white);
        border-bottom: 1px solid var(--cardBorder);
        border-radius: 0;
        bottom: 0;
        box-shadow: 0 -20px 25px -15px #0000001a, 0 10px 10px -5px #0000000a;
        height: 100vh;
        overflow: auto;
        padding: 60px 20px 20px;
        position: absolute;
        right: -100%;
        top: inherit;
        transition: .3s;
        width: 100%
    }

    .mainHeader .megaMenuList li .megaMenusubList.viewmoreMenu {
        display: block;
        right: 0
    }

    .mainHeader .megaMenuList li .megaMenusubList.viewmoreMenu .closemenuList {
        display: block
    }

    .mainHeader .megaMenuList li .megaMenusubList .closemenuList {
        display: none;
        right: 10px;
        top: 8px
    }

    .mainHeader .megaMenuList li .megaMenusubList .viewMobileListed {
        border-bottom: 1px solid var(--cardBorder)
    }

    .mainHeader .megaMenuList li .megaMenusubList .viewMobileListed:last-child {
        border-bottom: 0
    }

    .mainHeader .megaMenuList li .megaMenusubList .viewMobileListed a.dropdown-toggle {
        align-items: center;
        display: flex;
        font-size: 16px;
        font-weight: 600;
        justify-content: space-between;
        padding: 15px 0;
        position: relative;
        width: 100%
    }

    .mainHeader .megaMenuList li .megaMenusubList .viewMobileListed a.dropdown-toggle.show {
        background: var(--white);
        color: var(--secondary)
    }

    .mainHeader .megaMenuList li .megaMenusubList .viewMobileListed .showMegaMenu {
        background: var(--modalbody);
        border-radius: 6px;
        overflow: auto;
        padding-top: 10px
    }

    .mainHeader .megaMenuList li .megaMenusubList .viewMobileListed .showMegaMenu h5 {
        font-size: 14px;
        font-weight: 400
    }

    .mainHeader nav.navbar {
        padding: 0 15px
    }

    .mainHeader nav.navbar .selectLanguage .nav-link {
        padding: 0 2px
    }

    .mainHeader .megaMenuList {
        flex-direction: row;
        justify-content: space-between
    }

    .mainHeader .megaMenuList .clsMail .secondary {
        color: var(--secondary) !important
    }

    .mainHeader .megaMenuList .clsMail .dropDownMenu li {
        padding: 5px 0
    }

    .mainHeader .megaMenuList .clsMail .dropDownMenu li a {
        padding: 0
    }

    .mainHeader nav.navbar {
        min-height: 52px
    }

    .mainHeader .navbar-toggler {
        position: absolute;
        right: 15px
    }

    .mainHeader .container-fluid .collapse:not(.show) {
        display: block
    }

    .mainHeader .container-fluid #mynavbar {
        background: var(--white);
        bottom: 0;
        box-shadow: 0 -20px 25px -15px #0000001a, 0 10px 10px -5px #0000000a;
        left: 0;
        padding: 7px 15px;
        position: fixed;
        right: 0;
        z-index: 99999
    }

    .mainHeader .container-fluid .megamenu.in-menu {
        max-width: 100%;
        right: 0;
        width: 100%
    }

    .mainHeader .container-fluid .navbar-nav .nav-link.menuTitle {
        color: var(--dark);
        font-size: 12px !important;
        opacity: 1;
        padding: 0 !important;
        position: relative
    }

    .mainHeader .container-fluid .navbar-nav .nav-link.menuTitle .active,
    .mainHeader .container-fluid .navbar-nav .nav-link.menuTitle.router-link-exact-active {
        color: var(--secondary)
    }

    .mainHeader .container-fluid .navbar-nav .nav-link.menuTitle.active:before,
    .mainHeader .container-fluid .navbar-nav .nav-link.menuTitle.router-link-exact-active:before {
        background-color: var(--secondary)
    }

    .mainHeader .container-fluid .navbar-nav .dropdown-toggle:after {
        display: none
    }

    .showMegaMenu.show {
        box-shadow: none !important
    }

    .horizontralBorder:after {
        display: none
    }

    .fiveColumn .watchlist-col {
        width: 50%
    }

    .card-body.card-body-rscreen {
        display: block !important
    }

    .card-body.card-body-rscreen .gridCol1 {
        width: 100%
    }

    .card-body.card-body-rscreen .gridCol2,
    .card-body.card-body-rscreen .gridCol3 {
        display: inline-block
    }

    .card-body.card-body-rscreen .gridCol2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 40%
    }

    .card-body.card-body-rscreen .gridCol3 {
        width: 50%
    }

    .tooltipbutton .left.tooltiptext.tooltiptextleader {
        left: 0;
        top: 125%
    }

    .tooltipbutton .left.tooltiptext.tooltiptextleader:after {
        display: block
    }

    .about-company .blockElement.space {
        padding: 30px 0
    }

    .customXpad {
        min-width: 150px
    }

    .customXpad img {
        width: 90px
    }

    .fiveColumn .trader-col {
        width: 50%
    }

    .whyPrucopierRow span {
        font-size: 14px
    }

    .register-users .container {
        max-width: 970px
    }

    .showVideoTutorials iframe {
        height: 200px
    }

    .loaderOverlay img {
        max-width: 80px
    }

    #advancedSearch .pipRange {
        flex-wrap: wrap
    }

    #advancedSearch .pipRange .d-flex {
        flex-wrap: wrap;
        margin: 0 !important
    }

    .mh-auto {
        height: auto !important
    }

    .whiteBox .bg-white {
        padding: 15px 0
    }

    .whiteBox .calculationResult {
        flex-wrap: wrap
    }

    .whiteBox .calculationResult .d-flex.align-items-center {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .whiteBox .calculationResult .d-flex.align-items-center.ps-3 {
        border-bottom: 1px solid var(--cardBorder);
        padding: 10px 0 !important
    }

    .whiteBox .brokerPlan {
        font-size: 13px;
        padding: 17px 10px
    }

    .whiteBox .brokerPlan.secondary {
        border: 0 !important
    }

    .homeLeader .card {
        flex-shrink: 0;
        margin: 0 0 0 14px;
        min-height: auto;
        width: 220px
    }

    .homeLeader .card:first-child {
        margin-left: 0
    }

    .homeLeader .card.vueFull {
        margin: 0;
        width: 100%
    }

    .homeLeader .setHeight {
        margin: 0 0 14px
    }

    .setHeight #leadersContainer {
        display: flex;
        height: 100%;
        overflow: auto;
        width: 100%
    }

    .scrollButton {
        display: none
    }

    section.blockElement.marketPortfolio {
        margin-top: 13px
    }

    .blendGraphImg {
        height: auto !important
    }

    .counter span {
        font-size: 28px;
        height: 50px;
        width: 50px
    }

    .stageWork.columnDir:after {
        display: none
    }

    .counter:before {
        height: 58px;
        width: 58px
    }

    .row.customspace {
        padding: 30px 0 0
    }

    .mob-text-center {
        text-align: center !important
    }

    .mob-text-left {
        text-align: left !important
    }

    .mob-text-left a.justify-content-end {
        justify-content: flex-start !important
    }
}

@media only screen and (max-width:767px) {
    .advertisingCookies {
        flex-wrap: wrap;
        gap: 3px;
        justify-content: center !important;
        padding: 20px 20px 80px
    }

    .advertisingCookies .equalButton {
        flex-wrap: wrap;
        width: 100%
    }

    .advertisingCookies .equalButton .button.Prucopier_btn {
        margin: 0 0 12px;
        min-width: 130px
    }

    #modifyPreferencesModal.modal .modal-dialog .modal-content .modal-body {
        padding: 15px
    }

    #modifyPreferencesModal.modal .modal-dialog .modal-content .modal-body .equalButton {
        flex-wrap: wrap;
        width: 100%
    }

    #modifyPreferencesModal.modal .modal-dialog .modal-content .modal-body .equalButton .button.Prucopier_btn {
        margin: 0 0 12px;
        min-width: 100%;
        width: 100%
    }

    .navbar-brand img {
        max-width: 100px
    }

    .loginRegister .linkBtn {
        font-size: 12px
    }

    .mainFooter .container-fluid {
        padding: 0 13px
    }

    .tradeManually {
        padding: 10px 0
    }

    .tooltipbutton .tooltiptext p {
        text-align: left
    }

    .ourAward span {
        font-size: 9px
    }

    .ourAward h6 {
        font-size: 12px
    }

    .ourAward .maskIcon {
        min-height: 134px
    }

    .ourAward .maskIcon:before {
        height: 110px;
        width: 120px
    }

    .mobUp {
        align-items: flex-start !important
    }

    .mobUp .tooltipbutton {
        top: 6px
    }

    .mobUp .tooltipbutton .tooltiptext {
        width: 170px
    }

    .commonList li,
    .commonList li span {
        text-align: left
    }

    .experienceCopierTrade .gridImg img {
        height: 310px
    }

    h1.f-25 {
        font-size: 1.23rem
    }

    .deleteAccout_Img {
        margin-top: 60px
    }

    .radiusSpace {
        margin: 0 auto;
        max-width: 100% !important;
        padding: 30px 18px;
        width: 96%
    }

    .numaricPlan .gradientSec:before {
        height: 50px;
        width: 50px
    }

    .numaricPlan .gradientSec .counterd {
        font-size: 25px;
        height: 39px;
        width: 39px
    }

    .awardsRibbon .boxedSize {
        min-width: 30%;
        padding: 10px
    }

    .awardsRibbon .boxedSize h2 {
        font-size: 22px;
        line-height: 1;
        margin: 0
    }

    .chartElement.chartCalcHeight {
        height: 70px !important
    }

    .masterPips {
        overflow: auto
    }

    .masterPips .leftPips {
        align-items: center;
        display: flex;
        padding: 4px 5px
    }

    .masterPips .leftPips .card-body {
        flex-shrink: 0
    }

    .masterPips .leftPips .card-body.active:before,
    .masterPips .leftPips .card-body:hover:before {
        display: none
    }

    .whoWeAre .boxed.bg-white.forexTrading {
        padding: 15px
    }

    .showCriptoTabs.overflow-auto {
        height: auto !important;
        max-height: 300px !important
    }

    .mktReader .colDiv h6 {
        margin-right: 14px
    }

    .moduleSets {
        width: 100%
    }

    .tooltipbutton {
        margin: 8px 0 0
    }

    .tooltipbutton .Prucopier_btn.small {
        font-size: 12px;
        min-width: 75px
    }

    .row.customspace {
        padding: 30px 0 0
    }

    .howWork .col-12 {
        margin: 0 0 10%
    }

    .container.p-0.whoWeAre .row {
        margin: 0
    }

    .accordion-item .accordion-button {
        padding: 15px 10px
    }

    .w-md-50 {
        width: 100%
    }

    .profileNews .side-avatar {
        height: 40px;
        overflow: hidden;
        width: 40px
    }

    .emptyMinHeight {
        min-height: auto;
        padding: 0
    }

    .element.justify-content-end.mobStart {
        justify-content: space-between !important
    }

    .tradeMain {
        position: relative
    }

    .setHeight {
        margin-bottom: 20px
    }

    .mobBlock {
        justify-content: space-between;
        width: 100%
    }

    .mobStart {
        justify-content: flex-start !important;
        width: 100%
    }

    .customTableStr {
        overflow: auto
    }

    .customTableStr .listNotify {
        width: 590px
    }

    .switchToggle svg.feather {
        width: 22px
    }

    .newFillTabs.overflow-auto {
        margin-right: 20px
    }

    .calculations .button.fillBtn {
        max-width: 100%;
        width: 100%
    }

    body {
        font-size: .875rem
    }

    .PrucopierGuardMain img {
        height: auto
    }

    .mkpCamp .boxed {
        margin: 0
    }

    .mobSticky {
        position: sticky;
        top: 50px;
        z-index: 9999
    }

    .mobScroll {
        overflow: auto;
        padding: 0 !important
    }

    .mobScroll .repeatListFlex {
        display: flex
    }

    .mobScroll .repeatListFlex a {
        white-space: nowrap
    }

    .repeatList a.active,
    .repeatList a:hover {
        border-bottom: 2px solid var(--secondary);
        border-left: 0
    }

    .ContentBlock form.inputForm {
        padding: 0 16px
    }

    .ContentBlock .otp-input {
        font-size: 2rem;
        height: 3.125rem;
        margin: 0 3px;
        width: 42px
    }

    .blogsData p p img {
        height: auto;
        width: 100%
    }

    .traderWork .content+img {
        margin: 20px auto;
        max-width: 350px
    }

    .lifeCopierTrade .carousel__track {
        align-items: flex-start
    }

    .lifeCopierTrade .carousel__track li .carousel__item.h-100 {
        height: auto !important
    }

    .borderList li .calcWidth {
        padding-top: 13px;
        width: calc(100% - 40px)
    }

    .allNotify .form-group .form-control {
        font-size: 14px;
        height: 35px;
        padding: 8px 7px;
        width: 100%
    }

    .tooltipbutton .tooltiptext {
        margin-left: -130px;
        width: 290px
    }

    form#payment-form {
        margin-top: 30px
    }

    .mobFlex {
        justify-content: space-between;
        width: 100%
    }

    .tradeManually .card-body {
        box-shadow: none
    }

    .f-24,
    .f-30 {
        font-size: 1rem
    }

    .introducingPrucopierTrade .blockElement.space {

        padding:17px 0}.lgContent{line-height:22px}img[height="340"],
        img[height="400"],
        img[height="610"] {
            height: auto;
            width: 100%
        }

        .columnBG {
            --bs-gutter-x: 0;
            background: transparent;
            border-radius: 0
        }

        .midContent1170 {
            max-width: 100%
        }

        .mobCarousel {
            overflow-x: auto;
            overflow-y: hidden
        }

        .mobCarousel .row {
            flex-wrap: nowrap;
            white-space: nowrap
        }

        .mobCarousel .row .col-6 {
            width: 260px
        }

        .whyopier {
            text-align: center
        }

        .whyopier .card-body {
            padding-right: 0
        }

        .whyopier .card-body img.d-block {
            margin: 0 auto
        }

        .pdataEmail .otp-input {
            height: 3.438rem;
            margin: 0 1px;
            padding: 0;
            width: 31px
        }

        .activelight .updateSetting li {
            padding: 0 10px;
            width: 50%
        }

        .activelight .updateSetting li.submited {
            position: relative;
            width: 100%
        }

        .megaDropMenu.mobPad {
            padding-left: 0;
            padding-right: 0
        }

        .megaDropMenu .button.fillBtn {
            padding: 4px 10px
        }

        .megaDropMenu .PrucopierTabs {
            display: none !important
        }

        .megaDropMenu .PrucopierTabs.active {
            background: var(--white);
            border-radius: 7px;
            box-shadow: 0 10px 20px #00000030, 0 6px 6px #0000003b;
            display: block !important;
            position: absolute;
            z-index: 999
        }

        .megaDropMenu .PrucopierTabs li a {
            background: transparent !important;
            color: var(--inactive);
            font-size: 14px;
            padding: 6px 12px
        }

        .megaDropMenu .PrucopierTabs li a.active,
        .megaDropMenu .PrucopierTabs li.active a {
            color: var(--secondary)
        }

        .loopList {
            margin: 0
        }

        .loopList li {
            width: 100%
        }

        .loopList .card-body {
            align-items: center;
            display: flex;
            padding: 10px !important;
            width: 100%
        }

        .loopList .card-body .chartCalcHeight {
            height: 40px !important;
            margin: 0 0 0 15px;
            width: 150px !important
        }

        .loopList .card-body .element {
            justify-content: flex-end !important;
            padding: 0 !important;
            width: 100%
        }

        .loopList .card-body .element .elementHub {
            justify-content: flex-start !important
        }

        .loopList .card-body .element .elementHub p {
            padding: 0
        }

        .loopList .card-body .circleImg {
            height: 27px;
            margin: 0 3px !important;
            width: 27px
        }

        .loopList .card-body p {
            font-size: 12px
        }

        .loopList .card-body h6 {
            margin: 0 !important
        }

        .loopList .card-body .title {
            margin: 0 !important;
            text-align: left
        }

        .loopList .card-body .tradeType {
            justify-content: flex-end !important;
            width: 100%
        }

        .loopList .card-body .Prucopier_btn {
            height: 27px;
            margin-right: 4px !important;
            min-width: 35px;
            padding: 3px 12px
        }

        .loopList .card-body .Prucopier_btn :last-child {
            margin-right: 0 !important
        }

        .loopList .vueRisk .star {
            left: -1px;
            right: inherit;
            top: 50%;
            transform: translateY(-50%)
        }

        .loopList .vueRisk .star .feather {
            width: 16px
        }

        .loopList .vueRisk .star.inLarge {
            left: 8px
        }

        .dp__flex_display {
            flex-wrap: wrap
        }

        .addFilter .dropdown_menu_animated {
            width: 300px
        }

        .addFilter .dropdown_menu_animated.max-360 {
            width: 210px
        }

        .addFilter .dropdown_menu_animated .country li {
            width: 50%
        }

        .mapLocation {
            min-height: 100%
        }

        .services img {
            max-width: 70px
        }

        .lifeCopierTrade .carousel__viewport .carousel__track .carousel__slide .card-body {
            padding: 15px
        }

        .makesPrucopierTrade .card-body {
            border-radius: 15px
        }

        section.blockElement.space.whoWeAre {
            padding-top: 90px
        }

        section.blockElement.space.whoWeAre.Prucopierguard-guide {
            padding-top: 20px
        }

        .services h2 {
            padding: 0 0 14px;
            text-align: center;
            width: 100%
        }

        .rateChart li {
            align-items: center;
            display: flex;
            margin: 1px 0;
            padding: 0 10px;
            width: 50%
        }

        .minCalaContent {
            min-width: auto
        }

        .loginRegister .dropdown {
            line-height: 1
        }

        .loginRegister .userImg img {
            display: inline-flex;
            height: 25px;
            width: 25px
        }

        .tabUpdate {
            flex-wrap: wrap
        }

        .tabUpdate .editButton {
            width: 100%
        }

        .userSteps_header {
            padding: 7px 15px
        }

        .userSteps_header .dropdown_menu_animated {
            width: 240px
        }

        .userSteps_header .logo img {
            max-width: 100px
        }

        .userSteps_header .rightBTN .linkBtn {
            font-size: 12px
        }

        .footerSteps {
            flex-wrap: wrap;
            padding: 12px 8px
        }

        .footerSteps .logoFooter {
            justify-content: center;
            margin: 0 0 6px;
            width: 100%
        }

        .footerSteps .footerLinks {
            flex-wrap: wrap
        }

        .footerSteps .footerLinks li a {
            font-size: 12px;
            padding: 0 8px
        }

        .dropdown_menu_animated.userWatchlist {
            right: -70px;
            width: 300px
        }

        .table.currencyTable.responsiveTable thead {
            display: none
        }

        .table.currencyTable.responsiveTable tr {
            display: block
        }

        .table.currencyTable.responsiveTable tr td {
            display: block;
            padding-left: 90px;
            position: relative
        }

        .table.currencyTable.responsiveTable tr td:before {
            content: attr(data-label);
            font-weight: 600;
            left: 0;
            line-height: 1;
            position: absolute;
            top: 10px;
            width: 90px
        }

        .table.currencyTable.responsiveTable tr td a {
            display: block;
            min-height: 20px
        }

        .table.currencyTable.responsiveTable tr td[colspan="2"] {
            padding: 0
        }

        .fromTodate .form-group {
            display: block !important
        }

        .newFillTabs .cardHeader {
            flex-shrink: 0;
            margin-left: 20px
        }

        .userLogged.dropdown_menu_animated.notify {
            right: -100px;
            width: 270px
        }

        .userLogged.dropdown_menu_animated.notify:before {
            right: 105px
        }

        .summaryPlan {
            margin: 0 auto 30px;
            max-width: 100%
        }

        .stDes h5 {
            margin: 0 0 6px;
            width: 100%
        }

        .mobDirection {
            flex-direction: column-reverse
        }

        .automated {
            width: 40px
        }

        .contentCalc {
            width: calc(100% - 50px)
        }

        .h-70 {
            height: 55px;
            margin: 0 auto
        }

        .customCarousel .carousel-indicators button {
            margin: 0 6px
        }

        .dotCircle.maker li {
            margin-left: 15px
        }

        .fullList .selected p,
        .fullList .selected ul {
            padding: 0
        }

        .boxedShadow .getResult,
        .boxedShadow .topRadius {
            padding: 15px
        }

        .accordion-item .accordion-button {
            font-size: .875rem;
            line-height: 1.4;
            padding: 8px 10px
        }

        .accordion-item .accordion-button:after {
            background-position: 100%;
            background-size: 13px
        }

        .accordion-item .accordion-body {
            font-size: .875rem
        }

        .resultList li {
            margin-right: 10px;
            padding-right: 10px;
            width: 47%
        }

        .resultList li:last-child {
            margin-right: 0;
            padding-right: 0
        }

        .resultList li p {
            color: var(--white);
            line-height: 1.3
        }

        .resultList li p.f-30 {
            font-size: 17px
        }

        .customXpad {
            min-width: 80px;
            padding-right: 20px
        }

        .publicProfile {
            flex-direction: column-reverse
        }

        .publicProfile .profilePicUpdate {
            margin-bottom: 25px
        }

        .settings .bg-secondary.d-flex {
            flex-wrap: wrap
        }

        .settings .bg-secondary.d-flex .d-block {
            margin-bottom: 14px;
            text-align: center;
            width: 100%
        }

        .settings .bg-secondary.d-flex .d-block:last-child {
            margin: 0
        }

        .additionalBox .card-body {
            border: 1px solid var(--cardBorder);
            border-radius: 10px;
            box-shadow: none
        }

        .nodata img {
            max-width: 40px
        }

        .element6 .PrucopierTabs {
            margin-bottom: 20px !important
        }

        .element6 h2.mb-4 {
            margin-bottom: 10px !important
        }

        .max-300 img {
            margin: 0 0 15px !important;
            max-width: 300px
        }

        .blockElement .card {
            border: 1px solid var(--cardBorder);
            box-shadow: none
        }

        .commonList li:last-child {
            padding-bottom: 10px
        }

        .sndHeader {
            padding: 8px 0 !important;
            top: 52px
        }

        .sndHeader.bg-sticky {
            padding-top: 8px !important
        }

        .sndHeader.bg-sticky .side-avatar {
            flex-shrink: 0
        }

        .sndHeader+.newFillTabs.position-sticky {
            top: 0
        }

        .sndHeader.bg-sticky+.newFillTabs.position-sticky {
            top: 108px
        }

        .stickyRight {
            display: none !important
        }

        .PrucopierTabs li a.f-16 {
            font-size: .875rem
        }

        .blockMob .flex-shrink-0 {
            margin: 10px 0 0;
            text-align: left !important;
            width: 100%
        }

        .blockMob .flex-shrink-0 h3 {
            font-size: 24px
        }

        .block1 .winningSearch,
        .labelCheckBox li {
            width: 100%
        }

        .dashed,
        .dashed .form-group {
            flex-wrap: wrap
        }

        .dashed .form-group .form-control {
            margin: 0 !important;
            width: 100% !important
        }

        .dashed .form-group .advancedMenu {
            width: 100%
        }

        .dashed .add {
            border: 1px solid var(--cardBorder);
            border-radius: 4px;
            margin: 10px 0;
            padding: 4px 0 0
        }

        #advancedSearch label.minAdd {
            min-width: 100%
        }

        .newsfeed-card {
            border-radius: 7px;
            padding: 2px 8px
        }

        .newsfeed-card .writepost textarea {
            padding: 0
        }

        .firstChild,
        .ntChild {
            padding-left: 15px;
            position: relative
        }

        .firstChild:before,
        .ntChild:before {
            background: var(--cardBorder);
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 1px
        }

        ol.carousel__track {
            padding-right: 0
        }

        .whyopier img.d-block {
            height: auto;
            max-width: 60px
        }

        .element4 .col-12 {
            margin-bottom: 17px
        }

        h2 br {
            display: none
        }

        .mobCenter * {
            justify-content: center !important;
            text-align: center
        }

        .mobCenter img.mx-auto {
            margin: 0 auto 20px !important
        }

        .mobCenter h2 br {
            display: none
        }

        .mobCenter .listContent {
            margin: 0
        }

        .mobCenter .listContent li {
            align-items: flex-start;
            padding: 0 0 5px
        }

        .mobCenter .listContent li img {
            margin: 2px 0 0;
            width: 14px
        }

        .column-md-reverse {
            flex-direction: column-reverse
        }

        .element2 img.mx-auto {
            height: 100%;
            margin: 0 auto 20px !important;
            max-width: 160px
        }

        .stickyRight h5.regular {
            font-size: 12px;
            margin: 0 0 7px !important
        }

        .side-avatar {
            flex-shrink: 0;
            width: 30px
        }

        .SocialTypeComments .justify-content-between.mb-2 {
            flex-wrap: wrap
        }

        .righrName {
            margin-left: 10px !important
        }

        .bottom-avtar.green {
            height: 10px;
            right: 0;
            width: 10px
        }

        h5 {
            font-size: 1rem
        }

        .inner-box h3 {
            position: sticky;
            top: 50px
        }

        .mobW-100 {
            margin: 0 0 11px;
            width: 100%
        }

        .form-group .form-control.largeInput {
            min-height: 45px;
            width: 100%
        }

        .meetTeam .card-body img {
            height: 100px;
            width: 100px
        }

        .automated5 .clientLogo li {
            width: 50%
        }

        .automated5 .clientLogo li a {
            min-height: 70px
        }

        .whoWeAre .boxed {
            padding: 15px
        }

        .blockElement.ourCompany.space {
            padding: 3.25rem 0 9.375rem
        }

        .topicsElement .automated {
            width: 40px
        }

        .topicsElement .contentCalc {
            width: calc(100% - 50px)
        }

        .tradeManually {
            padding: 0
        }

        .tradeManually .questionList li {
            width: 100%
        }

        .tradeManually .shadowButton {
            display: block;
            font-size: 12px;
            margin: 0 0 1rem;
            width: 100%
        }

        .blockElement.ourCompany h1:before {
            height: 60px;
            left: 0;
            top: -30px;
            width: 90px
        }

        .main-timeline {
            padding-left: 4px
        }

        .main-timeline .timeline {
            margin-bottom: 20px
        }

        .main-timeline .timeline .icon {
            height: 20px;
            left: -3px;
            top: 20px;
            transform: translateY(0);
            width: 20px
        }

        .main-timeline .timeline .icon:before {
            border-width: 3px
        }

        .main-timeline .timeline .icon:after {
            padding: 9px
        }

        .main-timeline .timeline .icon .lineAdded:before {
            left: 19px;
            top: 9px;
            width: 10px
        }

        .main-timeline .timeline .icon .lineAdded:after {
            left: 31px;
            top: 7px
        }

        .main-timeline .timeline-content .stroyImg {
            display: none
        }

        .main-timeline .timeline-content .content {
            margin-left: 40px;
            width: 100%
        }

        .main-timeline .default-line,
        .main-timeline .draw-line {
            left: 10px
        }

        .main-timeline .default-line:after,
        .main-timeline .draw-line:after {
            left: -8px
        }

        .helpCenter .form-group .form-control {
            border-radius: 50px;
            font-size: 14px;
            height: 40px;
            padding: 0 15px 0 30px
        }

        .helpCenter .form-group .searchIcon {
            left: 7px;
            top: 11px
        }

        .helpCenter .form-group .searchIcon .feather {
            width: 17px
        }

        .noWrapMob {
            flex-wrap: nowrap
        }

        h3 {
            font-size: 1.23rem
        }

        .uploadDocument_preview {
            height: 40px;
            margin: 0 0 0 2px;
            width: 100px
        }

        .trashNull {
            height: 40px
        }

        .feedWirteSsomething {
            padding: 0
        }

        .feedWirteSsomething .upload-btn-wrapper .btn {
            font-size: 12px;
            padding: 10px
        }

        .loaderOverlay.innerLoader {
            position: fixed
        }

        .customPad {
            padding: 0
        }

        .toggleSwitch-layout.iconButton {
            margin-right: 0
        }

        table.trader-listtd tr td {
            line-height: 1;
            padding: 0 6px
        }

        .iconButton {
            height: 25px;
            width: 25px
        }

        .secondtab-subcontents.position-sticky {
            top: 51px
        }

        .card-body.card-body-rscreen .gridCol2 {
            padding: 13px 0
        }

        video.controlsVideo {
            height: 190px
        }

        .vuewFullSocialFeed .newsfeed-card.position-sticky {
            position: sticky;
            top: 40px;
            z-index: 999
        }

        .leaderDetailLogged {
            display: none
        }

        .fiveColumn .col {
            width: 50%
        }

        .blockElement .space {
            padding: 30px 0
        }

        .listArrow li {
            font-size: 14px
        }

        .form-group label {
            font-weight: 500
        }

        .dropdown-menu-end {
            right: -11px
        }

        .blogHeader {
            flex-wrap: wrap
        }

        .blogHeader .dropDownMenu {
            width: 100%
        }

        .f-28 {
            font-size: 18px
        }

        .mob-block {
            display: block;
            margin: 0 0 15px !important;
            width: 100%
        }

        .userIcon {
            font-size: 13px;
            height: 30px;
            margin: 0;
            width: 30px
        }

        .navbar-toggler-icon {
            height: 1em;
            width: 1em
        }

        .mainHeader .rightHeader .belowMenu {
            margin-right: 9px
        }

        .mainHeader .rightHeader .belowMenu li a {
            padding: 0 6px
        }

        .mainHeader .rightHeader .belowMenu li a.notification.active:before {
            right: 7px
        }

        .mainHeader img[alt=Logo] {
            width: 100px
        }

        .mainHeader .navbar-toggler {
            padding: 3px 5px
        }

        .cardBorder-bottom {
            border-bottom: 1px solid var(--cardBorder)
        }

        .resizeContain {
            -o-object-fit: contain;
            object-fit: contain
        }

        .stopLoss {
            margin: 10px 0
        }

        .makeDes .form-group .form-control.largeInput {
            border-color: var(--cardBorder)
        }

        .slider-target .slider-connects .slider-connect,
        .slider-target .slider-tooltip {
            background-color: var(--secondary)
        }

        .slider-target .slider-tooltip {
            border-color: var(--secondary)
        }

        .viewAll {
            flex-shrink: 0
        }

        .vueCard .card-header {
            padding: 10px
        }

        .opiercopyright {
            width: 100%
        }

        .opiercopyright .appStore {
            font-size: 12px;
            min-height: 30px;
            min-width: 80px
        }

        .opiercopyright .appStore img {
            max-width: 12px
        }

        .opiercopyright .f-20 {
            font-size: 13px
        }

        .alertContent p {
            font-weight: 400;
            line-height: 1.2;
            margin: 9px 0 0
        }

        .savedCard {
            background: var(--bodycolor);
            border-radius: 10px;
            padding: 10px
        }

        .savedCard .cutomChechBox .medium.gray {
            font-size: 12px;
            margin: 4px 0 0;
            width: 100%
        }

        .trader-p {
            border-bottom: 1px solid var(--bordercolor)
        }

        .trader-p li {
            width: 33%
        }

        .trader-p li a {
            text-align: center
        }

        .fiveColumn .col,
        .flexCol.fiveColumn .col {
            width: 50%
        }

        .icon.wl2 {
            left: 0;
            margin: auto;
            position: relative !important;
            right: 0;
            top: 0 !important
        }

        .border-left-custom {
            border-left: 0
        }

        .hideborder {
            border: 0 !important
        }

        .card-body.card-body-rscreen .gridCol2,
        .card-body.card-body-rscreen .gridCol3 {
            display: block
        }

        .card-body.card-body-rscreen .gridCol2,
        .card-body.card-body-rscreen .gridCol3 {
            width: 100%
        }

        .socialFeedRight.logged-feed {
            padding-left: 0
        }

        .Pagination {
            justify-content: center;
            margin-top: .25rem !important
        }

        .Pagination .Page {
            padding: 14px 13px
        }

        .overallList li {
            width: 50%
        }

        .overallList li:nth-child(2n) {
            border-right: 0
        }

        .secondaryBox.mkt {
            height: 200px
        }

        .affiliateContent {
            text-align: center
        }

        .affiliateContent img {
            margin: 0 auto
        }

        .customCarousel .traderWork .carousel-indicators {
            left: 0;
            right: inherit;
            text-align: center;
            width: 100%
        }

        .customCarousel .traderWork .carousel-indicators .carousel-control-prev {
            right: inherit;
            top: 0;
            transform: rotate(270deg)
        }

        .customCarousel .traderWork .carousel-indicators .carousel-control-next {
            top: 3px;
            transform: rotate(270deg)
        }

        .whyPrucopierRow .col {
            width: 33.3%
        }

        .blockElement.space {
            padding: 30px 0
        }

        .autoTrading .contentCalc {
            width: 100%
        }

        .calendarList .name {
            border-left: 0;
            padding-left: 0
        }

        .totalPNL {
            display: flex;
            font-size: 12px;
            left: 81px;
            position: absolute;
            top: 20px
        }

        .invester-broker-list ul li {
            overflow: hidden
        }
    }

    @media (max-width:575px) {
        img.bannerVideo {
            width: 90%
        }

        .deleteAccout_Img img {
            max-width: 227px
        }

        .deleteAccout_Img:before {
            height: 333px;
            width: 250px
        }

        .invester-broker-list ul li {
            height: 56px;
            margin: 7px;
            width: 45%
        }

        .invester-broker-list ul li img {
            height: auto;
            width: 79px
        }

        .loopList li {
            width: 100%
        }

        .loopList li .chartCalcHeight {
            display: none
        }

        .mktWatchlist li .Prucopier_btn {
            height: 27px;
            min-width: 60px
        }

        .advancedMenu.dateperiod.border {
            margin-right: 0
        }

        .trader-list .listBlock {
            margin: 0 0 10px;
            width: 50%
        }

        .calendarFilter .mob-100 .filter-dropdown {
            margin: 0 !important
        }

        .calendarFilter .border-btn.fromTo {
            width: calc(100% - 20px)
        }

        .viewCustomDate {
            width: 100%
        }

        .viewCustomDate+.disMob {
            display: none
        }

        .meetTeam .card-body {
            max-width: 100%;
            padding: 27px 0
        }

        .hasList li {
            width: 29%
        }

        .advancedMenu.currencypair {
            margin-bottom: 10px
        }

        #advancedSearch .pairOne {
            margin: 0 0 15px;
            position: relative !important;
            right: 0
        }

        .savedCard .cutomChechBox .mobSmall {
            font-size: 10px
        }

        .smallHead .f-28 {
            font-size: 15px
        }

        .smallHead .fillBtn.small {
            font-size: 12px
        }

        .smallHead .fillBtn.small svg {
            margin: 0 2px 0 0 !important;
            width: 17px
        }

        .customerDetail .d-block {
            margin-top: 5px;
            width: 100%
        }

        .blockMob {
            display: block;
            margin: 0 0 15px;
            width: 100%
        }

        li,
        p {
            font-size: .85rem
        }

        h1 {
            font-size: 1.5rem;
            line-height: 2rem
        }

        h2 {
            font-size: 1.3rem;
            line-height: 1.875rem
        }

        .navbar-brand {
            max-width: 127px
        }

        .fiveColumn .watchlist-col,
        .flexCol.fiveColumn .col {
            width: 100%
        }

        .card-body.card-body-rscreen .trader-listtd td:first-child {
            min-width: auto
        }

        .strategies-col {
            border-bottom: 1px solid var(--cardBorder);
            padding-bottom: 1.5rem
        }

        .strategies-col2 {
            justify-content: space-between;
            margin-left: 0;
            margin-top: 2.625rem;
            text-align: left !important;
            width: 100%
        }

        .strategies-col2>div {
            text-align: center !important
        }

        .strategies-col3 {
            position: absolute;
            right: 0;
            top: 0
        }

        .leader-filter-right {
            display: block !important
        }

        .leader-filter-right .customSelectBox {
            display: inline-block !important;
            width: 100%
        }

        .leader-filter-right .customSelectBoxInner {
            display: inline-block !important;
            margin-bottom: .75rem;
            width: 100%
        }

        .leader-filter-right .iconButton {
            display: inline-block !important;
            margin-left: 0 !important;
            text-align: center
        }

        .leader-filter-right .iconButtonMain {
            display: inline-block !important;
            margin-left: .75rem !important
        }

        .leader-filter-right .form-search-main {
            display: inline-block !important;
            width: calc(100% - 4.75rem)
        }

        .leader-filter-right .form-search-main .form-search {
            margin-left: .75rem !important;
            margin-right: 0 !important
        }

        .leader-filter-right .toggleSwitch-layout-main {
            float: right;
            margin-top: .75rem
        }

        .leader-filter-right .toggleSwitch-layout-main .toggleSwitch-layout {
            display: flex !important
        }

        .list-leftBar.equalSpace li {
            padding: 0 .3rem
        }

        .list-leftBar.equalSpace li h5 {
            font-size: .75rem
        }

        .insideGraph {
            margin-bottom: .5rem !important;
            position: relative;
            right: 0;
            top: 0;
            width: 100%
        }

        #advancedSearch.insideGraph .advancedMenu .selectDropdown {
            width: 100% !important
        }

        .reatesPage .form-group {
            max-width: 100%
        }

        .Prucopier_btn {
            font-size: 12px;
            padding: 8px 10px
        }

        .button.fillBtn.large,
        .Prucopier_btn {
            height: 35px
        }

        .PrucopierTabs li a.f-16 {
            font-size: .75rem;
            padding: 9px 17px
        }

        .selectDay {
            font-size: .813rem;
            padding: 2px 6px
        }

        .rates-graph {
            width: 4rem !important
        }

        .equalSpace.list-leftBar {
            justify-content: space-between
        }

        .tableFooter p,
        .tableFooter select {
            font-size: .75rem
        }

        .affiliateStep li {
            display: block !important;
            text-align: center
        }

        .affiliateReason {
            text-align: center
        }

        .affiliateReason img {
            margin: 0 auto
        }

        .affiliateReason .contentCalc {
            width: 100%
        }

        .compensationSchemes {
            overflow-x: scroll
        }

        .compensationSchemes .cellSpacing tbody tr td {
            padding: 12px 10px
        }

        .fiveColumn .trader-col {
            width: 100%
        }

        .whyPrucopierRow .col {
            width: 50%
        }

        .partnershipPage .transparentBG {
            padding: 15px
        }

        .partnershipPage .transparentBG .letterSpace {
            font-size: 22px;
            line-height: 40px
        }
    }

    @media (max-width:475px) {
        .mobUp p {
            text-align: justify
        }

        .mainHeader .dropdown_menu_animated.maxAuto.userLogged {
            height: calc(100vh - 102px)
        }

        .secondtab-subcontents .container-fluid {
            overflow: visible
        }

        .loopList {
            width: 380px
        }

        .activelight .updateSetting li {
            width: 100%
        }

        .activelight .updateSetting li .button.fillBtn {
            height: 50px;
            margin-top: 10px;
            width: 100%
        }

        .righrName h5 {
            font-size: 12px
        }

        .flexList li {
            padding-right: 0;
            width: 100%
        }

        .mobDesign {
            justify-content: space-between;
            width: 100%
        }

        .mobDesign h5 {
            align-items: center;
            display: flex
        }

        .mobDesign h5 span {
            margin-left: 7px
        }

        .rates-graph {
            display: none
        }

        .savedCard .cutomChechBox .mobSmall {
            min-height: 22px
        }

        .savedCard .cutomChechBox .checkmark {
            left: 14px;
            top: 13px
        }

        .hideSmallScreen {
            display: none
        }

        .fiveColumn .col,
        .flexCol.fiveColumn .col {
            width: 100%
        }

        .showAfterCheck {
            bottom: 3px;
            left: 41px;
            position: absolute
        }

        .showAfterCheck .button.fillBtn {
            border-radius: 5px;
            font-size: 12px;
            min-height: auto;
            padding: 3px 6px !important
        }

        .overallList li {
            border: 0 !important;
            line-height: 12px;
            width: 50%
        }

        .container-fluid {
            overflow: hidden
        }

        .mainHeader .container-fluid {
            overflow: visible
        }

        .dualButton {
            flex-wrap: wrap
        }

        .dualButton .button.Prucopier_btn {
            margin: 0 0 .938rem !important;
            max-width: 100%;
            width: 100%
        }
    }


.fadein.visible {
opacity: 1;
transform: translate(0, 0);
}

.fadein {
opacity: 0;
transition: all 1.5s;
transform: translate(0, 100px);
}

.bd-type-b{
    border-bottom:5px solid rgb(33, 83, 203);
    background-color: var(--bg-white) !important;
    border-radius:8px;
    padding: 12px;
    height: 100%;
    margin-bottom:18px
}