@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #EA0000;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #EA0000;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

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

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

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

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

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

.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: 12px
    }
}

.h4,
h4 {
    font-size: 12px
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 12px
    }
}

.h5,
h5 {
    font-size: 12px
}

.h6,
h6 {
    font-size: 12px
}

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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 {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}


a:hover {
    color: #3e91c2
}

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

code,
kbd,
pre,
samp {
    font-family: 'League Spartan', sans-serif;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

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

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

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

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

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

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

 

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: 'League Spartan', sans-serif;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

[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 {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

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

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

legend+* {
    clear: left
}

::-webkit-datetime-edit-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] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
    content: "â€”Â "
}

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

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

.figure {
    display: inline-block
}

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

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

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

@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: 1140px
    }
}

@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-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

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

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}


.form-label {
    margin-bottom: 0rem
}

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #171511;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 8px;
    border:1px solid #e0dfdf;
    
}

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

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

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

.form-control:focus {
    color: #171511;
    background-color: #ffffff;
    border-color: #3e91c2;
    outline: 0;
    
}

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

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

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

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

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

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

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

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

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

.form-control-sm {
    min-height: calc(1.5em + (.5rem + 2px));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

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

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

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

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

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 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 {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

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

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

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

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

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

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

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

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

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

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

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

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

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

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

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

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

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

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

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

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

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

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

.form-switch {
    padding-left: 2.5em
}

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

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

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

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

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

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

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

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

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-floating {
    position: relative
}

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

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

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

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

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

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

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

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

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

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.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) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

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

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

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

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
   
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  
}

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

.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"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.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 rgba(25, 135, 84, .25)
}

.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.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

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

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

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

.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"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

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

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

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: #212529
}

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #329EDD;
    border-color: #329EDD
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #3e91c2;
    border-color: #3e91c2;
    box-shadow: none;
}

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

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
   
}

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

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

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

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    
}

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

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    
}

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

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-info {
    color: #fff;
    background-color: #299740;
    border-color: #299740
}

.btn-info:hover {
    color: #fff;
    background-color: #299740;
    border-color: #299740;
}



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



.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-warning {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000
}

.btn-warning:hover {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
    
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #EA0000;
    border:none;
    padding: 4px;
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    
}

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

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

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

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
    
}

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

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    
}

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

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

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

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    
}

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

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    
}

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

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

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
   
}

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

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    
}

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

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
   
}

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

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

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

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
   
}

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

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
   
}

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

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

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    
}

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

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
   
}

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

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
   
}

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

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent
}

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

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

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    
}

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

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
   
}

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

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

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

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    
}

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

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
   
}

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

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

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

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
   
}

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

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    
}

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

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

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

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
   
}

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

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
   
}

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

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

.btn-link:hover {
    color: #0a58ca
}

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

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: .875rem;
    border-radius: .2rem
}

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

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

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

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

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

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

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

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

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

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

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

.dropdown-menu.show {
    display: block
}

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

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

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

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

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

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

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

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

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

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

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

.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>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-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-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .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-right: .375rem;
    padding-left: .375rem
}

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

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

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

.btn-group-vertical>.btn-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-right-radius: 0;
    border-bottom-left-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 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    
    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: #3e91c2
}

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

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

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    background: #fff;
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color:#3e91c2;
    background-color: #3E394B;
    border-color: #dee2e6 #dee2e6 #3E394B
}

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

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd
}

.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 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar {
    height: 100vh;
    left: 0;
    top: 68px;
    padding-bottom: 50px;
    position: fixed;
    width: 238px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    background: #181b1c;
    transition: .3s;
    font-size: 13px;
}

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

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

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

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

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

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

.card-title {
    margin-bottom: .5rem
}

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

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

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

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

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    
    background: #fff;
}

.card-header:first-child {
    border-radius: 12px
}

.card-footer {
    padding: .5rem 1rem;
    
    
}

.card-footer:last-child {
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
}

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

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

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

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

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

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

.card-group>.card {
    margin-bottom: .75rem
}

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

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

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

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

    .card-group>.card:not(:last-child) .card-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-top-left-radius: 0;
        border-bottom-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-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #171511;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    overflow-anchor: none;
  
    margin-top: 10px;
}

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

.accordion-button:not(.collapsed) {
    color: #171511;
   
   
}

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

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

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

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

.accordion-button:focus {
    z-index: 3;
    border-color: #eee;
    outline: 0;
   
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    
}

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

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

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

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

.accordion-item:last-of-type .accordion-button.collapsed {
    
}

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

.accordion-body {
    padding: 1rem 1.25rem;
    font-size:13px;
}

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

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

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

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

.accordion-flush .accordion-item .accordion-button {
    border-radius: 42px;
    background: #fff;
}

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

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

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

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

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

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

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

.page-link {
    padding: .375rem .75rem
}

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

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

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

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

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

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

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

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

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

.alert-primary {
    color: #fff;
    border-color: #7889e8;
    background-color: #7889e8;
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    color: #212529;
    border-color: #f8fbfc;
    background-color: #f8fbfc;
}

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

.alert-success {
    color: #fff;
    border-color: #299740;
    background-color: #299740;
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    color: #fff;
    border-color: #299740;
    background-color: #299740;
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    color: #fff;
    background-color: #FFD42A;
    border-color: #FFD42A
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

.alert-dark .alert-link {
    color: #101214
}

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

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

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

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

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

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

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

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

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

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

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

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

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

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

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

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

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

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

.toast.hide {
    display: none
}

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

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

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

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 12px;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

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

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

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

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.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 {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.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 {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: 'League Spartan', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@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 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@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;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-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
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

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

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

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

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

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

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

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

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

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

.offcanvas.show {
    transform: none
}

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

.link-primary {
    color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

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

.link-success {
    color: #198754
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #EA0000
}

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

.link-danger {
    color: #dc3545
}

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

.link-light {
    color: #f8f9fa
}

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

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

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

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

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

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

.top-0 {
    top: 0 !important
}

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

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

.bottom-0 {
    bottom: 0 !important
}

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

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

.start-0 {
    left: 0 !important
}

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

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

.end-0 {
    right: 0 !important
}

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

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

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

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

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

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

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

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

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

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

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

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

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

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

.border-primary {
    border-color: #0d6efd !important
}

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

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #EA0000 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

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

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

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
    font-family: 'League Spartan', sans-serif !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-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 {
    color: #0d6efd !important
}

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

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #EA0000 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #0d6efd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #EA0000 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    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: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}



.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .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
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

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

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

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

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

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

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

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

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

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

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

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

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

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

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

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

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

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

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

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

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

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

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

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

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

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

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

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

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

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

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

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

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

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

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

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .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
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

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

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

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

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

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .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
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .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
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .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
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .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
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    max-height: 400px;
    overflow-y: scroll;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
    color: rgba(80, 143, 244, .65)
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
    font-size: 13px;
    text-transform: capitalize;
    min-height: 30px;
    line-height: 30px;
    padding-top: 12px;
    border-bottom: 1px solid #ccc;
    margin: 0 20px 10px;
    padding-left: 0
}

.nice-select .option.disabled:hover {
    color: #999
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .list {
    margin-top: 5px;
    top: 100%;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    max-height: 210px;
    overflow-y: scroll;
    padding: 52px 0 0
}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 36px;
    line-height: 22px
}

.nice-select.has-multiple span.current {
    border: 1px solid #ccc;
    background: #eee;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 24px;
    padding: 0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid rgba(130, 139, 178, .3);
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    width: 100% !important;
    height: 36px;
    line-height: 36px;
    outline: 0 !important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 99999;
    border-radius: 0 0 10px 10px;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(1px);
    -ms-transform: scale(1) translateY(1px);
    transform: scale(1) translateY(1px)
}

.nice-select-search::-webkit-input-placeholder {
    position: relative;
    top: 0
}

.nice-select-search::-moz-placeholder {
    position: relative;
    top: 0
}

.nice-select-search:-ms-input-placeholder {
    position: relative;
    top: 0
}

.nice-select-search:-moz-placeholder {
    position: relative;
    top: 0
}

.gj-button-md,
.gj-text-align-center {
    text-align: center
}

.gj-button-md,
.gj-modal {
    overflow: hidden;
    outline: 0
}

.gj-button-md,
.gj-button-md-group {
    position: relative;
    vertical-align: middle
}

.gj-button,
.gj-button-md,
.gj-cursor-pointer {
    cursor: pointer
}

.gj-button {
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 3px;
    padding: 6px 10px
}

.gj-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gj-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gj-margin-left-5 {
    margin-left: 5px
}

.gj-margin-left-10 {
    margin-left: 10px
}

.gj-width-full {
    width: 100%
}

.gj-font-size-16 {
    font-size: 16px
}

.gj-hidden {
    display: none
}

.gj-button-md {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: rgba(0, 0, 0, .87);
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: 'League Spartan', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    line-height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gj-button-md:hover {
    background-color: rgba(158, 158, 158, .2)
}

.gj-button-md:disabled {
    color: rgba(0, 0, 0, .26);
    background: 0 0
}

.gj-button-md .gj-icon,
.gj-button-md .material-icons {
    vertical-align: middle
}

.gj-button-md.gj-button-md-icon {
    width: 24px;
    height: 31px;
    min-width: 24px;
    padding: 0;
    display: table
}

ul.gj-list-bootstrap li [data-role=image],
ul.gj-list-md li [data-role=checkbox],
ul.gj-list-md li [data-role=image] {
    height: 24px;
    width: 24px
}

.gj-button-md.gj-button-md-icon .gj-icon,
.gj-button-md.gj-button-md-icon .material-icons {
    display: table-cell;
    margin-right: 0;
    width: 24px;
    height: 24px
}

.gj-button-md.active {
    background-color: rgba(158, 158, 158, .4)
}

.gj-button-md-group {
    display: inline-block
}

.gj-textbox-md {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .42);
    display: block;
    font-family: 'League Spartan', sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding: 4px 0;
    margin: 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

.gj-textbox-md:active,
.gj-textbox-md:focus {
    outline: 0
}

.gj-textbox-md::placeholder {
    color: #7e7172
}

.gj-textbox-md:-ms-input-placeholder {
    color: #7e7172
}

.gj-textbox-md::-ms-input-placeholder {
    color: #7e7172
}

.gj-md-spacer-24 {
    min-width: 24px;
    width: 24px;
    display: inline-block
}

.gj-md-spacer-32 {
    min-width: 32px;
    width: 32px;
    display: inline-block
}

.gj-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1203;
    display: none;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, .54118);
    transition: .2s ease opacity;
    will-change: opacity
}

ul.gj-list li [data-role=wrapper] {
    display: table;
    width: 100%
}

ul.gj-list li [data-role=checkbox],
ul.gj-list li [data-role=image] {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

ul.gj-list li [data-role=display] {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

ul.gj-list li [data-role=display]:empty:before {
    content: "\200b"
}

ul.gj-list-bootstrap {
    padding-left: 0;
    margin-bottom: 0
}

ul.gj-list-bootstrap li {
    padding: 0
}

ul.gj-list-bootstrap li [data-role=wrapper] {
    padding: 0 10px
}

ul.gj-list-bootstrap li [data-role=checkbox] {
    width: 24px;
    padding: 3px
}

ul.gj-list-bootstrap li [data-role=display] {
    padding: 8px 0 8px 4px
}

.list-group-item.active ul li,
.list-group-item.active:focus ul li,
.list-group-item.active:hover ul li {
    text-shadow: none;
    color: initial
}

ul.gj-list-md {
    padding: 0;
    list-style: none;
    line-height: 24px;
    letter-spacing: 0;
    color: #616161
}

.gj-picker-md,
ul.gj-list-md li {
    font-family: 'League Spartan', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1
}

ul.gj-list-md li {
    display: list-item;
    list-style-type: none;
    padding: 0;
    min-height: unset;
    box-sizing: border-box;
    align-items: center;
    cursor: default;
    overflow: hidden;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

ul.gj-list-md li [data-role=display] {
    padding: 8px 0 8px 5px;
    order: 0;
    flex-grow: 2;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

ul.gj-list-md li.disabled>[data-role=wrapper]>[data-role=display] {
    color: #9e9e9e
}

.gj-list-md-active {
    background: #e0e0e0;
    color: #ff3b00
}

.gj-picker {
    position: absolute;
    z-index: 1203;
    background-color: #fff
}

.gj-picker .selected {
    color: #fff
}

.gj-picker-md {
    color: rgba(0, 0, 0, .87);
    border: 1px solid #e0e0e0
}

.gj-modal .gj-picker-md {
    border: 0
}

.gj-picker-md [role=header] {
    color: rgba(255, 255, 255, .54);
    display: flex;
    background: #ff3b00;
    align-items: baseline;
    user-select: none;
    justify-content: center
}

.gj-picker-md [role=footer] {
    float: right;
    padding: 10px
}

.gj-picker-md [role=footer] button.gj-button-md {
    color: #ff3b00;
    font-weight: 700;
    font-size: 13px
}

.gj-picker-bootstrap {
    border: 1px solid #e0e0e0
}

.gj-picker-bootstrap .selected {
    color: #888
}

.gj-picker-bootstrap [role=header] {
    background: #eee;
    color: #aaa
}

.gj-icon {
    font-family: 'League Spartan', sans-serif !important;
    font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gj-icon.undo:before {
    content: "\e900"
}

.gj-icon.vertical-align-top:before {
    content: "\e901"
}

.gj-icon.vertical-align-center:before {
    content: "\e902"
}

.gj-icon.vertical-align-bottom:before {
    content: "\e903"
}

.gj-icon.arrow-dropup:before {
    content: "\e904"
}

.gj-icon.clock:before {
    content: "\e905"
}

.gj-icon.refresh:before {
    content: "\e906"
}

.gj-icon.last-page:before {
    content: "\e907"
}

.gj-icon.first-page:before {
    content: "\e908"
}

.gj-icon.cancel:before {
    content: "\e909"
}

.gj-icon.clear:before {
    content: "\e90a"
}

.gj-icon.check-circle:before {
    content: "\e90b"
}

.gj-icon.delete:before {
    content: "\e90c"
}

.gj-icon.arrow-upward:before {
    content: "\e90d"
}

.gj-icon.arrow-forward:before {
    content: "\e90e"
}

.gj-icon.arrow-downward:before {
    content: "\e90f"
}

.gj-icon.arrow-back:before {
    content: "\e910"
}

.gj-icon.list-numbered:before {
    content: "\e911"
}

.gj-icon.list-bulleted:before {
    content: "\e912"
}

.gj-icon.indent-increase:before {
    content: "\e913"
}

.gj-icon.indent-decrease:before {
    content: "\e914"
}

.gj-icon.redo:before {
    content: "\e915"
}

.gj-icon.align-right:before {
    content: "\e916"
}

.gj-icon.align-left:before {
    content: "\e917"
}

.gj-icon.align-justify:before {
    content: "\e918"
}

.gj-icon.align-center:before {
    content: "\e919"
}

.gj-icon.strikethrough:before {
    content: "\e91a"
}

.gj-icon.italic:before {
    content: "\e91b"
}

.gj-icon.underlined:before {
    content: "\e91c"
}

.gj-icon.bold:before {
    content: "\e91d"
}

.gj-icon.arrow-dropdown:before {
    content: "\e91e"
}

.gj-icon.done:before {
    content: "\e91f"
}

.gj-icon.pencil:before {
    content: "\e920"
}

.gj-icon.minus:before {
    content: "\e921"
}

.gj-icon.plus:before {
    content: "\e922"
}

.gj-icon.chevron-up:before {
    content: "\e923"
}

.gj-icon.chevron-right:before {
    content: "\e924"
}

.gj-icon.chevron-down:before {
    content: "\e925"
}

.gj-icon.chevron-left:before {
    content: "\e926"
}

.gj-icon.event:before {
    content: "\e927"
}

.gj-draggable {
    cursor: move
}

.gj-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1203
}

.gj-dialog-bootstrap [data-role=title],
.gj-dialog-bootstrap4 [data-role=title] {
    display: inline
}

.gj-dialog-bootstrap,
.gj-dialog-bootstrap4,
.gj-dialog-md {
    z-index: 1202;
    overflow: hidden
}

.gj-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.gj-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.gj-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.gj-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.gj-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.gj-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.gj-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.gj-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.gj-dialog-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 0
}

.gj-dialog-scrollable [data-role=body] {
    overflow-x: hidden;
    overflow-y: scroll
}

.gj-dialog-bootstrap [data-role=close] {
    line-height: 1.42857143
}

.gj-dialog-bootstrap4 [data-role=close] {
    line-height: 1.5
}

.gj-dialog-md {
    background-color: #fff;
    border: none;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.gj-dialog-md-header {
    padding: 24px 24px 0;
    font-family: 'League Spartan', sans-serif;
}

.gj-dialog-md-title {
    margin: 0;
    font-weight: 400;
    display: inline;
    line-height: 28px;
    font-size: 20px
}

.gj-dialog-md-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    line-height: 28px;
    font-size: 28px
}

.gj-dialog-md-body {
    padding: 20px 24px 24px;
    color: rgba(0, 0, 0, .54);
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.gj-dialog-md-footer {
    padding: 8px 8px 8px 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box
}

.gj-dialog-md-footer>:first-child {
    margin-right: 0
}

.gj-dialog-md-footer>* {
    margin-right: 8px;
    height: 36px
}

div.gj-grid-wrapper {
    margin: auto;
    position: relative;
    clear: both;
    z-index: 1
}

table.gj-grid {
    margin: auto;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed
}

table.gj-grid thead th [data-role=selectAll] {
    margin: auto
}

table.gj-grid-bootstrap thead th [data-role=sorticon],
table.gj-grid-md thead th [data-role=sorticon] {
    margin-left: 5px
}

table.gj-grid thead th [data-role=sorticon],
table.gj-grid thead th [data-role=title] {
    display: inline-block
}

table.gj-grid thead th {
    overflow: hidden;
    text-overflow: ellipsis
}

table.gj-grid.autogrow-header-row thead th {
    overflow: auto;
    text-overflow: initial;
    white-space: pre-wrap;
    -ms-word-break: break-word;
    word-break: break-word
}

table.gj-grid>tbody>tr>td {
    overflow: hidden;
    position: relative
}

table.gj-grid tbody div[data-role=display] {
    vertical-align: middle;
    text-indent: 0;
    white-space: pre-wrap;
    -ms-word-break: break-word;
    word-break: break-word
}

table.gj-grid.fixed-body-rows tbody div[data-role=display] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-word-break: initial;
    word-break: initial
}

table.gj-grid tfoot div[data-role=display] {
    vertical-align: middle;
    text-indent: 0;
    display: flex
}

table.gj-grid .fa {
    padding: 2px
}

table.gj-grid>tbody>tr>td>div {
    padding: 2px;
    overflow: hidden
}

div.gj-grid-wrapper div.gj-grid-loading-cover {
    background: #bbb;
    opacity: .5;
    position: absolute;
    vertical-align: middle
}

div.gj-grid-wrapper div.gj-grid-loading-text {
    position: absolute;
    font-weight: 700
}

table.gj-grid-bootstrap thead th {
    background-color: #ffffff;
    vertical-align: middle
}

table.gj-grid-bootstrap thead th [data-role=sorticon] i.gj-icon,
table.gj-grid-bootstrap thead th [data-role=sorticon] i.material-icons {
    position: absolute;
    font-size: 20px;
    top: 15px
}

table.gj-grid-bootstrap tbody tr td div[data-role=display] {
    padding: 0
}

.gj-grid-bootstrap-4 .gj-checkbox-bootstrap {
    display: inline-block;
    padding-top: 2px
}

.gj-grid-bootstrap-4 tbody tr.active {
    background-color: rgba(0, 0, 0, .075)
}

.gj-grid-md {
    position: relative;
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 13px;
    font-family: 'League Spartan', sans-serif;
    background-color: #fff
}

.gj-grid-md td:first-of-type,
.gj-grid-md th:first-of-type {
    padding-left: 24px
}

.gj-grid-md td,
.gj-grid-md th {
    padding: 12px 18px;
    position: relative;
    box-sizing: border-box
}

.gj-grid-md th {
    vertical-align: bottom;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0;
    height: 56px;
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    text-align: right
}

.gj-grid-md td {
    height: 48px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

.gj-grid-bootstrap tbody tr.gj-grid-top-border td,
.gj-grid-md tbody tr.gj-grid-top-border td {
    border-top: 2px solid #777
}

.gj-grid-bootstrap tbody tr.gj-grid-bottom-border td,
.gj-grid-md tbody tr.gj-grid-bottom-border td {
    border-bottom: 2px solid #777
}

.gj-grid-md tbody tr {
    position: relative;
    height: 48px;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color
}

.gj-grid-md tbody tr:hover {
    background-color: #eee
}

.gj-grid-md tbody tr.gj-grid-md-select {
    background-color: #ffffff
}

table.gj-grid-md thead th [data-role=sorticon] i.gj-icon,
table.gj-grid-md thead th [data-role=sorticon] i.material-icons {
    position: absolute;
    font-size: 16px;
    top: 19px
}

table.gj-grid-md thead th.gj-grid-select-all {
    padding-bottom: 3px
}

@media only all {

    td.display-1120,
    td.display-320,
    td.display-480,
    td.display-640,
    td.display-800,
    td.display-960,
    th.display-1120,
    th.display-320,
    th.display-480,
    th.display-640,
    th.display-800,
    th.display-960 {
        display: none
    }
}

@media screen and (min-width:20em) {

    table.gj-grid-bootstrap td.display-320,
    table.gj-grid-bootstrap th.display-320 {
        display: table-cell
    }
}

@media screen and (min-width:30em) {

    table.gj-grid-bootstrap td.display-480,
    table.gj-grid-bootstrap th.display-480 {
        display: table-cell
    }
}

@media screen and (min-width:40em) {

    table.gj-grid-bootstrap td.display-640,
    table.gj-grid-bootstrap th.display-640 {
        display: table-cell
    }
}

@media screen and (min-width:50em) {

    table.gj-grid-bootstrap td.display-800,
    table.gj-grid-bootstrap th.display-800 {
        display: table-cell
    }
}

@media screen and (min-width:60em) {

    table.gj-grid-bootstrap td.display-960,
    table.gj-grid-bootstrap th.display-960 {
        display: table-cell
    }
}

@media screen and (min-width:70em) {

    table.gj-grid-bootstrap td.display-1120,
    table.gj-grid-bootstrap th.display-1120 {
        display: table-cell
    }
}

.gj-grid-md tfoot tr th {
    padding-right: 14px
}

.gj-grid-md tfoot tr[data-role=pager] .gj-grid-mdl-pager-label {
    padding-left: 5px;
    padding-right: 5px
}

.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md {
    margin-left: 12px
}

.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md [role=presenter] {
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, .54)
}

.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md [role=presenter] [role=display] {
    text-align: right
}

.gj-grid-md tfoot tr[data-role=pager] .gj-grid-md-limit-select {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, .54)
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th {
    line-height: 30px;
    background-color: #ffffff
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>button,
.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>div {
    margin-right: 5px
}

.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div button {
    height: 34px
}

.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th div .gj-dropdown-bootstrap-4 .gj-dropdown-expander-mi .gj-icon {
    top: 5px
}

.gj-grid-bootstrap-3 tfoot tr[data-role=pager] th>div>input {
    margin-right: 5px;
    width: 40px;
    text-align: right;
    display: inline-block;
    font-weight: 700
}

.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div>div.input-group {
    width: 40px
}

.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div>div.input-group input {
    text-align: right;
    font-weight: 700;
    height: 34px;
    padding-top: 2px;
    padding-bottom: 6px
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>select {
    display: inline-block;
    margin-right: 5px;
    width: 60px
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap .gj-list-bootstrap [data-role=display] {
    line-height: 14px
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap [role=presenter] [role=display] {
    font-weight: 700
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap-3 [role=presenter] {
    padding: 2px 8px
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap-4 [role=presenter] {
    padding: 1px 8px
}

.gj-grid thead tr th div.gj-grid-column-resizer-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    padding: 0
}

span.gj-grid-column-resizer {
    position: absolute;
    right: 0;
    width: 10px;
    top: -100px;
    height: 300px;
    z-index: 1203;
    cursor: e-resize
}

.gj-grid-resize-cursor {
    cursor: e-resize
}

.gj-grid-md tbody tr td.gj-grid-left-border,
.gj-grid-md thead tr th.gj-grid-left-border {
    border-left: 3px solid #777
}

.gj-grid-md tbody tr td.gj-grid-right-border,
.gj-grid-md thead tr th.gj-grid-right-border {
    border-right: 3px solid #777
}

.gj-grid-bootstrap tbody tr td.gj-grid-left-border,
.gj-grid-bootstrap thead tr th.gj-grid-left-border {
    border-left: 5px solid #ddd
}

.gj-grid-bootstrap tbody tr td.gj-grid-right-border,
.gj-grid-bootstrap thead tr th.gj-grid-right-border {
    border-right: 5px solid #ddd
}

.gj-dirty {
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 3px;
    border-color: red transparent transparent red;
    padding: 0;
    overflow: hidden;
    vertical-align: top
}

.gj-grid-md tbody tr td.gj-grid-management-column {
    padding: 3px
}

.gj-grid-md tbody tr td[data-mode=edit] {
    padding: 0 18px
}

.gj-grid-bootstrap tbody tr td[data-mode=edit],
.gj-grid-bootstrap tbody tr td[data-mode=edit] [data-role=edit],
.gj-grid-md tbody .gj-dropdown-md [role=presenter] [role=display] {
    padding: 0
}

.gj-grid-bootstrap-3 tbody tr td.gj-grid-management-column {
    padding: 3px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] {
    height: 38px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] [data-role=edit] input[type=text] {
    height: 37px;
    padding: 8px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap [role=presenter] {
    border: 0;
    border-radius: 0;
    height: 37px;
    padding-left: 8px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap {
    height: 37px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=input] {
    height: 37px;
    border: 0;
    border-radius: 0
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] {
    border: 0;
    border-radius: 0
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-checkbox-bootstrap {
    display: inline-block;
    padding-top: 10px;
    height: 32px
}

.gj-grid-bootstrap-4 tbody tr td.gj-grid-management-column {
    padding: 6px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] [data-role=edit] input[type=text] {
    height: 48px;
    padding-left: 12px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap [role=presenter] {
    border: 0;
    border-radius: 0;
    height: 48px;
    padding-left: 12px;
    font-family: 'League Spartan', sans-serif;
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap-4 [role=expander].gj-dropdown-expander-mi .gj-icon,
.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap-4 [role=expander].gj-dropdown-expander-mi .material-icons {
    top: 13px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap {
    height: 48px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=input] {
    height: 48px;
    border: 0;
    border-radius: 0
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] {
    background-color: #fff
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] button {
    border: 0;
    border-radius: 0;
    width: 43px;
    position: relative
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] .gj-icon,
.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] .material-icons {
    top: 13px;
    left: 10px;
    font-size: 24px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-checkbox-bootstrap {
    display: inline-block;
    padding-top: 15px;
    height: 42px
}

.gj-grid-md thead tr[data-role=filter] th {
    border-top: 1px solid #e0e0e0
}

div.gj-grid-wrapper div.gj-grid-bootstrap-toolbar {
    background-color: #ffffff;
    padding: 8px;
    font-weight: 700;
    border: 1px solid #ddd
}

div.gj-grid-wrapper div.gj-grid-bootstrap-4-toolbar {
    background-color: #ffffff;
    padding: 12px;
    font-weight: 700;
    border: 1px solid #ddd
}

div.gj-grid-wrapper div.gj-grid-md-toolbar {
    font-weight: 700;
    font-size: 24px;
    font-family: 'League Spartan', sans-serif;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 0;
    border-collapse: collapse;
    padding: 0 18px;
    line-height: 56px
}

.gj-checkbox-bootstrap,
.gj-checkbox-md {
    min-width: 0;
    font-weight: 400;
    text-align: center;
    position: relative
}

table.gj-grid-scrollable tbody {
    overflow-y: auto;
    overflow-x: hidden;
    display: block
}

table.gj-grid-md.gj-grid-scrollable {
    border-bottom: 0
}

table.gj-grid-md.gj-grid-scrollable tbody {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

table.gj-grid-md.gj-grid-scrollable tfoot {
    border-bottom: 1px solid #e0e0e0
}

table.gj-grid-bootstrap.gj-grid-scrollable {
    border-bottom: 0
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row]:first-child td {
    border-top: 0
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row] td:first-child {
    border-left: 0
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row] td:last-child {
    border-right: 0
}

table.gj-grid-bootstrap.gj-grid-scrollable tfoot {
    border-bottom: 1px solid #ddd
}

ul.gj-list li [data-role=spacer] {
    display: table-cell
}

ul.gj-list li [data-role=expander] {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer
}

[data-type=tree] ul li [data-role=expander].gj-tree-font-awesome-expander,
[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander,
[data-type=tree] ul li [data-role=expander].gj-tree-material-icons-expander {
    width: 24px
}

[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander .glyphicon {
    top: 4px;
    height: 24px
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li {
    border: 0;
    border-radius: 0;
    color: #333
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.active {
    color: #fff
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.disabled {
    color: #777;
    background-color: #eee
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li {
    border: 0;
    border-radius: 0;
    color: #212529
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active {
    color: #fff
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.disabled {
    color: #868e96
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li ul.gj-list-bootstrap {
    width: 100%
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li {
    border: 1px solid #ddd
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li {
    border-left: 0;
    border-right: 0
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

ul.gj-list-bootstrap li [data-role=expander].gj-tree-material-icons-expander {
    padding-top: 8px;
    padding-bottom: 4px
}

.gj-tree-drag-el,
.gj-tree-drag-el li {
    padding: 0;
    margin: 0
}

ul.gj-list-bootstrap li [data-role=expander].gj-tree-material-icons-expander .gj-icon {
    width: 24px;
    height: 24px
}

ul.gj-list-md li.disabled>[data-role=wrapper]>[data-role=expander] {
    color: #9e9e9e
}

.gj-tree-md-border ul.gj-list-md li {
    border: 1px solid #616161;
    margin-bottom: -1px
}

.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li {
    border-left: 0;
    border-right: 0
}

.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li:last-child {
    border-bottom: 0
}

.gj-tree-drop-above {
    border-top: 1px solid #000
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role=wrapper].drop-above,
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role=wrapper].drop-above {
    border-top: 2px solid #000
}

.gj-tree-drop-below {
    border-bottom: 1px solid #000
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role=wrapper].drop-below,
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role=wrapper].drop-below {
    border-bottom: 2px solid #000
}

.gj-tree-drag-el {
    z-index: 1203
}

.gj-tree-drag-el [data-role=wrapper] {
    cursor: move;
    display: table
}

.gj-tree-drag-el [data-role=indicator] {
    width: 14px;
    padding: 0 3px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.gj-tree-bootstrap-drag-el li.list-group-item {
    border: 0;
    background: unset
}

.gj-tree-bootstrap-drag-el [data-role=indicator],
.gj-tree-md-drag-el [data-role=indicator] {
    width: 24px;
    height: 24px;
    padding: 0
}

.gj-checkbox-bootstrap {
    font-size: 0;
    margin: 0;
    width: 18px;
    height: 18px;
    display: inline
}

.gj-checkbox-bootstrap input[type=checkbox] {
    display: none;
    margin-bottom: -12px
}

.gj-checkbox-bootstrap span {
    background: #fff;
    display: block;
    content: " ";
    width: 18px;
    height: 18px;
    line-height: 11px;
    font-size: 11px;
    padding: 2px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: box-shadow .2s linear, border-color .2s linear;
    cursor: pointer;
    margin: auto
}

.gj-checkbox-bootstrap input[type=checkbox]:focus+span:before {
    outline: 0;
    box-shadow: 0 0 0 0 #66afe9, 0 0 6px rgba(102, 175, 233, .6);
    border-color: #66afe9
}

.gj-datepicker-bootstrap :active,
.gj-datepicker-bootstrap :focus,
.gj-timepicker-bootstrap :active,
.gj-timepicker-bootstrap :focus {
    box-shadow: none
}

.gj-checkbox-bootstrap input[type=checkbox][disabled]+span {
    opacity: .6;
    cursor: not-allowed
}

.gj-checkbox-bootstrap.gj-checkbox-bootstrap-4 span {
    line-height: 16px;
    padding: 0
}

.gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type=checkbox]:checked+span:after,
.gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type=checkbox]:indeterminate+span:after {
    font-size: 16px
}

.gj-checkbox-md {
    font-size: 0;
    margin: 0;
    width: 16px;
    height: 16px
}

.gj-checkbox-md input[type=checkbox] {
    display: none;
    margin-bottom: -12px
}

.gj-checkbox-md span {
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #616161;
    border-radius: 2px;
    z-index: 2
}

.gj-checkbox-md input[type=checkbox]:checked+span {
    border: 2px solid #ff3b00
}

.gj-checkbox-md input[type=checkbox]:checked+span:after {
    color: #fff;
    background-color: #ff3b00;
    position: absolute;
    left: 1px;
    top: -15px
}

.gj-checkbox-md input[type=checkbox]:indeterminate+span {
    border: 2px solid #616161
}

.gj-checkbox-md input[type=checkbox]:indeterminate+span:after {
    color: #616161;
    position: absolute;
    left: 1px;
    top: -15px
}

.gj-checkbox-md input[type=checkbox][disabled]+span {
    border: 2px solid #9e9e9e
}

.gj-editor-md,
.gj-editor-md [role=body] {
    border: 1px solid rgba(158, 158, 158, .2)
}

.gj-checkbox-md input[type=checkbox][disabled]+span:after {
    background-color: #9e9e9e
}

.gj-checkbox-md input[type=checkbox][disabled]:indeterminate+span:after {
    color: #fff
}

.gj-checkbox-material-icons input[type=checkbox]:checked+span:after {
    content: "\e91f";
    font-size: 14px;
    font-weight: 700;
    white-space: pre
}

.gj-checkbox-material-icons input[type=checkbox]:indeterminate+span:after {
    content: "\e921";
    font-size: 14px;
    font-weight: 700;
    white-space: pre
}

.gj-checkbox-glyphicons input[type=checkbox]:checked+span:after {
    display: inline-block;
    font-family: 'League Spartan', sans-serif;
    content: "\e013 "
}

.gj-checkbox-glyphicons input[type=checkbox]:indeterminate+span:after {
    display: inline-block;
    font-family: 'League Spartan', sans-serif;
    content: "\2212 ";
    padding-right: 1px
}

.gj-checkbox-fontawesome .fa {
    font-size: 14px
}

.gj-checkbox-bootstrap.gj-checkbox-fontawesome .fa {
    line-height: 18px
}

.gj-checkbox-fontawesome input[type=checkbox]:checked+span:before {
    content: "\f00c "
}

.gj-checkbox-fontawesome input[type=checkbox]:indeterminate+span:before {
    content: "\f068 "
}

.gj-editor [role=body] {
    overflow: auto;
    outline: transparent solid 0;
    box-sizing: border-box
}

.gj-editor-md {
    padding: 7px;
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0
}

.gj-editor-md [role=toolbar] {
    margin-bottom: 7px
}

.gj-editor-md [role=toolbar] .gj-button-md {
    min-width: 54px;
    margin-right: 5px
}

.gj-editor-md [role=toolbar] .gj-button-md .gj-icon {
    width: 24px;
    height: 24px
}

.gj-editor-bootstrap,
.gj-editor-bootstrap [role=body] {
    border: 1px solid #eceeef
}

.gj-editor-md p {
    margin: 0;
    padding: 0
}

.gj-editor-md blockquote {
    font-size: 14px
}

.gj-editor-bootstrap {
    padding: 7px
}

.gj-editor-bootstrap [role=toolbar] {
    margin-bottom: 7px
}

.gj-editor-bootstrap [role=toolbar] .btn-group {
    margin-right: 10px
}

.gj-editor-bootstrap [role=toolbar] button {
    height: 36px
}

.gj-editor-bootstrap p {
    margin: 0;
    padding: 0
}

.gj-editor-bootstrap blockquote {
    font-size: 14px
}

.gj-datepicker-md,
.gj-dropdown-md [role=presenter] {
    font-family: 'League Spartan', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em
}

.gj-dropdown {
    position: relative;
    border-collapse: separate
}

.gj-dropdown [role=presenter] {
    display: table;
    cursor: pointer;
    outline: 0;
    position: relative
}

.gj-dropdown [role=presenter] [role=display] {
    display: table-cell;
    text-align: left;
    width: 100%
}

.gj-dropdown [role=presenter] [role=expander] {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 24px;
    height: 24px
}

.gj-dropdown-md [role=presenter] {
    line-height: 1;
    color: rgba(0, 0, 0, .87);
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .42);
    background: 0 0
}

.gj-dropdown-md [role=presenter]:active,
.gj-dropdown-md [role=presenter]:focus {
    border-bottom: 2px solid rgba(0, 0, 0, .42)
}

.gj-dropdown-md [role=presenter] [role=display] {
    padding: 4px 0;
    line-height: 18px
}

.gj-dropdown-md [role=presenter] [role=display] .placeholder {
    color: #7e7172
}

.gj-dropdown-list-md {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    color: #000;
    margin: 0;
    z-index: 1203
}

.gj-dropdown-list-md li.active,
.gj-dropdown-list-md li:hover {
    background-color: #eee
}

.gj-dropdown-bootstrap [role=presenter] [role=display] {
    padding-right: 5px
}

.gj-dropdown-bootstrap [role=presenter] [role=expander] {
    padding-left: 5px
}

.gj-dropdown-bootstrap [role=presenter] [role=expander].gj-dropdown-expander-mi {
    width: 24px
}

.gj-dropdown-bootstrap-3 [role=presenter] [role=display] {
    line-height: 20px
}

.gj-dropdown-bootstrap-3 [role=presenter] [role=display] .placeholder {
    color: #9999b3
}

.gj-dropdown-bootstrap-3 [role=presenter] [role=expander] {
    width: 20px;
    height: 20px
}

.gj-dropdown-bootstrap-3 [role=presenter] [role=expander].gj-dropdown-expander-mi .gj-icon,
.gj-dropdown-bootstrap-3 [role=presenter] [role=expander].gj-dropdown-expander-mi .material-icons {
    top: 5px;
    right: 10px;
    position: absolute
}

.gj-dropdown-bootstrap-4 [role=presenter] {
    border: 1px solid #ced4da
}

.gj-dropdown-bootstrap-4 [role=presenter] [role=display] {
    line-height: 24px
}

.gj-dropdown-bootstrap-4 [role=presenter] [role=expander].gj-dropdown-expander-mi .gj-icon,
.gj-dropdown-bootstrap-4 [role=presenter] [role=expander].gj-dropdown-expander-mi .material-icons {
    top: 7px;
    right: 10px;
    position: absolute
}

.gj-dropdown-list-bootstrap {
    position: absolute;
    top: 32px;
    left: 0;
    margin: 0;
    z-index: 1203
}

.gj-datepicker [role=input]::-ms-clear {
    display: none
}

.gj-datepicker [role=right-icon] {
    cursor: pointer
}

.gj-picker div[role=navigator] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gj-picker div[role=navigator] div {
    cursor: pointer;
    position: relative;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.gj-datepicker-md {
    line-height: 1;
    color: rgba(0, 0, 0, .87);
    position: relative
}

.gj-datepicker-md [role=right-icon] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px
}

.gj-datepicker-md.small .gj-textbox-md {
    font-size: 14px
}

.gj-datepicker-md.small .gj-icon {
    font-size: 22px
}

.gj-datepicker-md.large .gj-textbox-md {
    font-size: 18px
}

.gj-datepicker-md.large .gj-icon {
    font-size: 28px
}

.gj-picker-md.datepicker [role=header] {
    padding: 20px;
    display: block
}

.gj-picker-md.datepicker [role=header] [role=year] {
    font-size: 17px;
    padding-bottom: 5px;
    cursor: pointer
}

.gj-picker-md.datepicker [role=header] [role=date] {
    font-size: 36px;
    cursor: pointer
}

.gj-picker-md div[role=navigator] {
    height: 42px;
    line-height: 42px;
    text-align: center
}

.gj-picker div[role=navigator] div[role=period] {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 15px
}

.gj-picker-md div[role=navigator] div:first-child,
.gj-picker-md div[role=navigator] div:last-child {
    max-width: 42px
}

.gj-picker-md div[role=navigator] div i.gj-icon,
.gj-picker-md div[role=navigator] div i.material-icons {
    position: absolute;
    top: 8px
}

.gj-picker-md div[role=navigator] div:first-child i.gj-icon,
.gj-picker-md div[role=navigator] div:first-child i.material-icons {
    left: 10px
}

.gj-picker-md div[role=navigator] div:last-child i.gj-icon,
.gj-picker-md div[role=navigator] div:last-child i.material-icons {
    right: 11px
}

.gj-picker-md table thead {
    color: #9e9e9e
}

.gj-picker-md table tr td div,
.gj-picker-md table tr th div {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle
}

[type=century].gj-picker-md table tr td div,
[type=decade].gj-picker-md table tr td div,
[type=year].gj-picker-md table tr td div {
    width: 73px;
    height: 73px;
    line-height: 73px;
    cursor: pointer
}

.gj-picker-md table tr td.gj-cursor-pointer div:hover {
    background: #eee;
    border-radius: 50%;
    color: rgba(0, 0, 0, .87)
}

.gj-picker-md table tr td.disabled div,
.gj-picker-md table tr td.other-month div {
    color: #bdbdbd
}

.gj-picker-md table tr td.focused div {
    background: #e0e0e0;
    border-radius: 50%
}

.gj-picker-md table tr td.today div {
    color: #ff3b00
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    color: #000 !important;
    background: 0 0 !important;
    border-radius: 50%
}

.gj-picker-md table tr td.calendar-week div {
    font-weight: 700
}

.gj-picker-bootstrap {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 4px
}

.gj-modal .gj-picker-bootstrap {
    padding: 0
}

.gj-picker-bootstrap.datepicker [role=header] {
    padding: 10px 20px;
    display: block
}

.gj-picker-bootstrap.datepicker [role=header] [role=year] {
    font-size: 15px;
    cursor: pointer
}

.gj-picker-bootstrap [role=header] [role=date] {
    font-size: 24px;
    cursor: pointer
}

.gj-modal .gj-picker-bootstrap.datepicker [role=body] {
    padding: 15px
}

.gj-picker-bootstrap div[role=navigator] {
    height: 30px;
    line-height: 30px;
    text-align: center
}

.gj-picker-bootstrap div[role=navigator] div:first-child,
.gj-picker-bootstrap div[role=navigator] div:last-child {
    max-width: 30px
}

.gj-picker-bootstrap table tr td div,
.gj-picker-bootstrap table tr th div {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle
}

[type=century].gj-picker-bootstrap table tr td div,
[type=decade].gj-picker-bootstrap table tr td div,
[type=year].gj-picker-bootstrap table tr td div {
    width: 53px;
    height: 53px;
    line-height: 53px;
    cursor: pointer
}

.gj-picker-bootstrap table tr th div i,
.gj-picker-bootstrap table tr th div span {
    line-height: 30px
}

.gj-picker-bootstrap div[role=navigator] .gj-icon,
.gj-picker-bootstrap div[role=navigator] .material-icons {
    margin: 3px
}

.gj-picker-bootstrap table tr td.focused div,
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: #eee;
    border-radius: 4px;
    color: #212529
}

.gj-picker-bootstrap table tr td.today div {
    color: #204d74;
    font-weight: 700
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
    border-radius: 4px
}

.gj-picker-bootstrap table tr td.disabled div,
.gj-picker-bootstrap table tr td.other-month div {
    color: #777
}

.gj-datepicker-bootstrap span[role=right-icon].input-group-addon {
    border-left: 0;
    position: relative;
    border-radius: 0 4px 4px 0
}

.gj-datepicker-bootstrap span[role=right-icon].input-group-addon .gj-icon,
.gj-datepicker-bootstrap span[role=right-icon].input-group-addon .material-icons {
    position: absolute;
    top: 7px;
    left: 7px
}

.gj-datepicker-bootstrap [role=right-icon] button {
    width: 38px;
    position: relative;
    border: 1px solid #ced4da
}

.gj-datepicker-bootstrap [role=right-icon] button:hover {
    color: #6c757d;
    background-color: transparent
}

.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button {
    width: 30px
}

.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button {
    width: 48px
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 9px;
    left: 9px
}

.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button .material-icons {
    top: 6px;
    left: 6px;
    font-size: 19px
}

.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button .material-icons {
    font-size: 27px;
    top: 10px;
    left: 10px
}

.gj-timepicker [role=input]::-ms-clear {
    display: none
}

.gj-timepicker [role=right-icon] {
    cursor: pointer
}

.gj-picker.timepicker [role=header] {
    font-size: 58px;
    padding: 20px 0;
    line-height: 58px;
    display: flex;
    align-items: baseline;
    user-select: none;
    justify-content: center
}

.gj-picker.timepicker [role=header] div {
    cursor: pointer;
    width: 66px;
    text-align: right
}

.gj-picker [role=header] [role=mode] {
    position: relative;
    width: 0
}

.gj-picker [role=header] [role=mode] span {
    position: absolute;
    left: 7px;
    line-height: 18px;
    font-size: 18px
}

.gj-picker [role=header] [role=mode] span[role=am] {
    top: 7px
}

.gj-picker [role=header] [role=mode] span[role=pm] {
    bottom: 7px
}

.gj-picker [role=body] [role=dial] {
    width: 256px;
    color: rgba(0, 0, 0, .87);
    height: 256px;
    position: relative;
    background: #eee;
    border-radius: 50%;
    margin: 10px
}

.gj-picker-md .arrow-begin,
.gj-picker-md [role=body] [role=arrow] {
    background-color: #ff3b00
}

.gj-picker [role=body] [role=hour] {
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    user-select: none;
    pointer-events: none
}

.gj-colorpicker-md,
.gj-timepicker-md {
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1
}

.gj-picker [role=body] [role=hour].selected {
    color: #fff
}

.gj-picker [role=body] [role=arrow] {
    top: calc(50% - 1px);
    left: 50%;
    height: 2px;
    position: absolute;
    pointer-events: none;
    transform-origin: left center;
    transition: all 250ms cubic-bezier(.4, 0, .2, 1);
    width: calc(50% - 52px)
}

.gj-picker .arrow-begin {
    top: -3px;
    left: -4px;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%
}

.gj-picker .arrow-end {
    top: -15px;
    right: -16px;
    width: 0;
    height: 0;
    position: absolute;
    box-sizing: content-box;
    border-width: 16px;
    border-radius: 50%
}

.gj-timepicker-md {
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
    position: relative
}

.gj-timepicker-md.small .gj-textbox-md {
    font-size: 14px
}

.gj-timepicker-md.small .gj-icon {
    font-size: 22px
}

.gj-timepicker-md.large .gj-textbox-md {
    font-size: 18px
}

.gj-timepicker-md.large .gj-icon {
    font-size: 28px
}

.gj-timepicker-md [role=right-icon] {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px
}

.gj-picker-md .arrow-end {
    border: 16px solid #ff3b00
}

.gj-picker-bootstrap .arrow-begin,
.gj-picker-bootstrap [role=body] [role=arrow] {
    background-color: #888
}

.gj-picker-bootstrap .arrow-end {
    border: 16px solid #888
}

.gj-timepicker-bootstrap .input-group-addon {
    border-left: 0;
    position: relative;
    width: 38px;
    border-radius: 0 4px 4px 0
}

.gj-timepicker-bootstrap.input-group-sm .input-group-addon {
    width: 30px
}

.gj-timepicker-bootstrap.input-group-lg .input-group-addon {
    width: 46px
}

.gj-timepicker-bootstrap .input-group-addon .gj-icon,
.gj-timepicker-bootstrap .input-group-addon .material-icons {
    position: absolute;
    font-size: 21px;
    top: 6px;
    left: 8px
}

.gj-timepicker-bootstrap.input-group-sm .input-group-addon .gj-icon,
.gj-timepicker-bootstrap.input-group-sm .input-group-addon .material-icons {
    font-size: 19px;
    top: 5px;
    left: 5px
}

.gj-timepicker-bootstrap.input-group-lg .input-group-addon .gj-icon,
.gj-timepicker-bootstrap.input-group-lg .input-group-addon .material-icons {
    font-size: 27px;
    top: 10px;
    left: 10px
}

.gj-timepicker-bootstrap [role=right-icon] button {
    width: 38px;
    position: relative
}

.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button {
    width: 30px
}

.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button {
    width: 48px
}

.gj-timepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-timepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 7px;
    left: 9px
}

.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button .gj-icon,
.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button .material-icons {
    top: 4px;
    left: 6px;
    font-size: 19px
}

.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button .gj-icon,
.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button .material-icons {
    font-size: 27px;
    top: 8px;
    left: 10px
}

.gj-picker.datetimepicker [role=header] [role=date] {
    padding-bottom: 5px;
    text-align: center;
    cursor: pointer
}

.gj-picker [role=switch] {
    align-items: baseline;
    user-select: none;
    position: relative
}

.gj-picker [role=switch] [role=calendarMode] {
    position: absolute;
    bottom: 2px;
    left: 0;
    cursor: pointer
}

.gj-picker [role=switch] [role=time] {
    width: 100%;
    text-align: center
}

.gj-picker [role=switch] [role=time] div {
    display: inline;
    cursor: pointer
}

.gj-picker [role=switch] [role=clockMode] {
    position: absolute;
    right: 0;
    bottom: 3px;
    cursor: pointer
}

.gj-picker-md.datetimepicker [role=header] {
    font-size: 36px;
    padding: 10px 20px;
    display: block
}

.gj-picker-md [role=switch] {
    color: rgba(255, 255, 255, .54);
    background: #ff3b00;
    font-size: 32px
}

.gj-picker-bootstrap.datetimepicker [role=header] {
    font-size: 36px;
    padding: 10px 20px;
    display: block
}

.gj-picker-bootstrap.datetimepicker [role=header] [role=time] {
    font-size: 22px
}

.gj-slider {
    position: relative;
    padding: 8px 6px
}

.gj-slider [role=track] {
    width: 100%
}

.gj-slider [role=progress] {
    position: absolute;
    z-index: 1203
}

.gj-slider [role=handle] {
    position: absolute
}

.gj-slider-md [role=track] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #e9ecef;
    height: 2px;
    background-color: rgba(0, 0, 0, .26)
}

.gj-slider-md [role=progress] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    height: 2px;
    background-color: #ff3b00;
    top: 8px;
    left: 6px
}

.gj-slider-md [role=handle] {
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #ff3b00;
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0 solid transparent;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1204
}

.gj-slider-bootstrap [role=track] {
    border-radius: 4px;
    height: 10px
}

.gj-slider-bootstrap [role=progress] {
    height: 10px;
    border-radius: 4px;
    top: 8px;
    left: 6px;
    transition: none
}

.gj-slider-bootstrap [role=handle] {
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0 solid transparent;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1204
}

.gj-slider-bootstrap-3 [role=handle] {
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x
}

.gj-slider-bootstrap-4 [role=handle] {
    background-color: #007bff;
    background-image: -webkit-linear-gradient(top, #007bff 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #007bff 0, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #007bff 0, #2e6da4 100%);
    background-repeat: repeat-x
}

.gj-colorpicker [role=right-icon] {
    cursor: pointer
}

.gj-colorpicker-md {
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
    position: relative
}

.gj-colorpicker-md [role=right-icon] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background: #ff3b00;
    border-radius: 50%
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    line-height: 22px;
    cursor: text
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: 0;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none
}

.bootstrap-tagsinput .badge {
    margin: 2px 0;
    padding: 5px 8px
}

.bootstrap-tagsinput .badge [data-role=remove] {
    margin-left: 8px;
    cursor: pointer
}

.bootstrap-tagsinput .badge [data-role=remove]:after {
    content: "Ã—";
    padding: 0 4px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
    font-size: 13px
}

.bootstrap-tagsinput .badge [data-role=remove]:hover:after {
    background-color: rgba(0, 0, 0, .62)
}

.bootstrap-tagsinput .badge [data-role=remove]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    cursor: pointer
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.tt-suggestion:focus,
.tt-suggestion:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    background-color: transparent;
    display: block
}

.scroll-demo {
    padding: 10px;
    position: relative;
    border: 1px solid #f8f5fd;
    overflow: auto;
    height: 300px
}

.scroll-demo .horz-scroll-content {
    width: 1600px
}

.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important
}

.ps-container.ps-in-scrolling {
    pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #f8f5fd;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #aaa
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #f8f5fd;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #aaa
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.ps-container>.ps-scrollbar-y-rail {
    right: 3px;
    width: 8px;
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    width: 10px;
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #aaa;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    width: 128px;
    background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #aaa;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail {
    opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #f8f5fd;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #f8f5fd;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #aaa
}

.always-visible.ps-container>.ps-scrollbar-x-rail {
    opacity: .6
}

.always-visible.ps-container>.ps-scrollbar-y-rail {
    opacity: .6
}

.large-margin.ps-container>.ps-scrollbar-x-rail {
    margin: 0 25%
}

.large-margin.ps-container>.ps-scrollbar-y-rail {
    margin: 100px 0
}

.metismenu .arrow {
    float: right;
    line-height: 1.42857
}

[dir=rtl] .metismenu .arrow {
    float: left
}

.metismenu .glyphicon.arrow:before {
    content: "\e079"
}

.metismenu .mm-active>a>.glyphicon.arrow:before {
    content: "\e114"
}

.metismenu .fa.arrow:before {
    content: "\f104"
}

.metismenu .mm-active>a>.fa.arrow:before {
    content: "\f107"
}

.metismenu .ion.arrow:before {
    content: "\f3d2"
}

.metismenu .mm-active>a>.ion.arrow:before {
    content: "\f3d0"
}

.metismenu .plus-times {
    float: right
}

[dir=rtl] .metismenu .plus-times {
    float: left
}

.metismenu .fa.plus-times:before {
    content: "\f067"
}

.metismenu .mm-active>a>.fa.plus-times {
    transform: rotate(45deg)
}

.metismenu .plus-minus {
    float: right
}

[dir=rtl] .metismenu .plus-minus {
    float: left
}

.metismenu .fa.plus-minus:before {
    content: "\f067"
}

.metismenu .mm-active>a>.fa.plus-minus:before {
    content: "\f068"
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility
}

.metismenu .has-arrow {
    position: relative
}

.metismenu .has-arrow::after {
    position: absolute;
    content: '';
    transform: rotate(-90deg) translate(0, -50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out;
    right: 40px;
    content: "\e64b";
    font-family: 'themify';
    color: #a5adc6;
    font-weight: 600;
    font-size: 14px
}

[dir=rtl] .metismenu .has-arrow::after {
    right: auto;
    left: 1em;
    transform: rotate(180deg) translate(0, -50%)
}

.metismenu .has-arrow[aria-expanded=true]::after,
.metismenu .mm-active>.has-arrow::after {
    transform: rotate(180deg) translate(0, -50%)
}

[dir=rtl] .metismenu .has-arrow[aria-expanded=true]::after,
[dir=rtl] .metismenu .mm-active>.has-arrow::after {
    transform: rotate(180deg) translate(0, -50%)
}

.CRM_dropdown.dropdown .dropdown-toggle:focus,
.CRM_dropdown.dropdown .dropdown-toggle:hover {
    background: -webkit-gradient(linear, left top, right top, from(#7c32ff), color-stop(70%, #a235ec), to(#c738d8));
    background: -o-linear-gradient(left, #7c32ff 0, #a235ec 70%, #c738d8 100%);
    background: linear-gradient(90deg, #7c32ff 0, #a235ec 70%, #c738d8 100%)
}

.profile_info .profile_info_iner .profile_author_name {
    background-image: linear-gradient(to bottom right, #863ee2, #571f9e)
}

@media(min-width:1200px) {
    .container {
        max-width: 1310px
    }
}

.body_white_bg {
    background: #fff
}

.br_5 {
    border-radius: 5px
}

.border_bottom_1px {
    border-bottom: 1px solid #e0e2e8
}

.message_submit_form:focus {
    outline: 0
}

input:focus,
input:hover {
    outline: 0 !important;
    box-shadow: 0 0 0 0 transparent !important
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: transparent;
    box-shadow: none
}



.dropdown-menu {
    margin: 0;
    padding: 0
}

.section_padding {
    padding: 120px 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section_padding {
        padding: 80px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section_padding {
        padding: 70px 0
    }
}

@media(max-width:575.98px) {
    .section_padding {
        padding: 70px 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section_padding {
        padding: 70px 0
    }
}

.padding_top {
    padding-top: 120px
}

@media(max-width:991px) {
    .padding_top {
        padding-top: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .padding_top {
        padding-top: 80px
    }
}

.padding_bottom {
    padding-bottom: 120px
}

@media(max-width:991px) {
    .padding_bottom {
        padding-bottom: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .padding_bottom {
        padding-bottom: 80px
    }
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #474d58;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    line-height: 1.2
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8
}

li:not('.select2-selection__choice') {
    list-style: auto;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

ol,
ul {
    margin: 0;
    padding: 0
}

p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
    font-family: 'League Spartan', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
}

.btn:focus,
.button:focus,
a:focus,
button:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s
}

.p_30 {
    padding: 30px
}

@media(max-width:991px) {
    .p_30 {
        padding: 20px
    }
}

.p_20 {
    padding: 20px
}

.p_15 {
    padding: 20px 20px 15px
}

.pb_20 {
    padding-bottom: 20px
}

.mt_60 {
    margin-top: 60px
}

@media(max-width:991px) {
    .mt_60 {
        margin-top: 30px
    }
}

.mt_25 {
    margin-top: 25px
}

.mt_30 {
    margin-top: 30px
}

@media(max-width:991px) {
    .mt_30 {
        margin-top: 15px
    }
}

.mt_10 {
    margin-top: 10px
}

.mb_15 {
    margin-bottom: 15px
}

.mb_15_imp {
    margin-bottom: 13px !important
}

.mb_20 {
    margin-bottom: 20px !important
}

.mb_20_imp {
    margin-bottom: 20px
}

.mb_25 {
    margin-bottom: 20px
}

.mb_50 {
    margin-bottom: 50px
}

@media(max-width:575.98px) {
    .mb_50 {
        margin-bottom: 50px
    }
}

.mt_50 {
    margin-top: 50px
}

@media(max-width:575.98px) {
    .mt_50 {
        margin-top: 25px
    }
}

.mt_20 {
    margin-top: 20px
}

.mb_10 {
    margin-bottom: 10px !important
}

td:focus,
th:focus {
    outline: -webkit-focus-ring-color auto 0
}

table.dataTable tbody td,
table.dataTable tbody th {
    vertical-align: middle
}

.mt_40 {
    margin-top: 40px
}

.section_bg {
    background-color: #fef1f2
}

.cs_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cs_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.cs_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #e4e8ec
}

.section_tittle {
    text-align: center
}

.section_tittle h2 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 33px
}

@media(max-width:991px) {
    .section_tittle h2 {
        margin-bottom: 15px;
        font-size: 25px
    }
}

@media(max-width:991px) {
    .section_tittle h2 {
        font-size: 30px
    }
}

.section_tittle p {
    margin-bottom: 72px
}

@media(max-width:991px) {
    .section_tittle p {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section_tittle p {
        margin-bottom: 50px
    }
}

.cs_checkbox:after {
    content: "";
    position: absolute;
    display: none
}

.cs_checkbox input:checked~.checkmark:after {
    display: block;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #7e7172;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: ""
}

.cs_checkbox span {
    padding: 0 !important
}

.custom_checkbox tr td:first-child,
.custom_checkbox tr th:first-child {
    padding: 16px 0 !important
}

.border_1px {
    border-right: 1px solid rgba(130, 139, 178, .3);
    height: 40px;
    margin-right: 20px;
    margin-left: 8px
}

.nice_Select {
    border: 0;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 30px;
    color: #415094;
    border-radius: 5px;
    border: 1px solid #a1a4b9
}

.nice_Select .nice-select-search-box {
    width: 100% !important
}

.nice_Select.bgLess {
    background: 0 0;
    border: 0 !important
}

.nice_Select:after {
    content: "\e62a";
    font-family: 'League Spartan', sans-serif;
    border: 0;
    transform: rotate(0);
    margin-top: -16px;
    font-size: 12px;
    font-weight: 500;
    right: 18px;
    transform-origin: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin-top: -22px
}

.nice_Select.open::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 15px;
    margin-top: 12px;
    right: 12px
}

.nice_Select:focus {
    box-shadow: none
}

.nice_Select.open .list {
    min-width: 200px;
    left: 0;
    overflow-y: auto
}

.nice_Select.open .list li:first-child {
    color: #000
}

.nice_Select .current {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.nice_Select .list {
    width: 100%;
    left: auto;
    right: 0;
    border-radius: 0 0 10px 10px;
    margin-top: 1px;
    z-index: 9999 !important;
    box-shadow: 0 10px 20px rgba(108, 39, 255, .3);
    overflow: auto
}

.nice_Select .list li {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.nice_Select2 {
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 5px;
    color: #2a2a2a;
    background: #f6f7fb;
    border: 0;
    padding-left: 18px;
    padding-right: 38px;
    border-radius: 6px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-transform: capitalize
}

.nice_Select2 .nice-select-search-box {
    width: 100% !important;
    margin-top: 5px;
    display: none !important
}

.nice_Select2.nice_Select_line {
    height: 47px;
    line-height: 47px;
    background: 0 0;
    padding: 0 23px;
    border: 1px solid #e5ecff !important
}

.nice_Select2.nice_Select_line::after {
    margin-top: -23px;
    right: 25px
}

.nice_Select2.nice_Select_line.open::after {
    margin-top: 16px;
    right: 20px
}

.nice_Select2:after {
    content: "\e64b";
    font-family: 'League Spartan', sans-serif;
    border: 0;
    transform: rotate(0);
    margin-top: -16px;
    font-size: 12px;
    font-weight: 500;
    right: 18px;
    transform-origin: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin-top: -16px;
    right: 15px;
    margin-top: -18px;
    right: 25px;
    color: #f45b0f
}

.nice_Select2.open,
.nice_Select2:active,
.nice_Select2:focus {
    border-color: none;
    border: 0
}

.nice_Select2.open::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 8px;
    right: 15px
}

.nice_Select2:focus {
    box-shadow: none;
    border: 0
}

.nice_Select2:hover {
    border: 0
}

.nice_Select2.open .list {
    min-width: 100%;
    margin-top: 5px;
    padding-top: 0 !important;
    left: 0;
    overflow-y: auto
}

.nice_Select2.open .list li:first-child {
    color: #000
}

.nice_Select2 .current {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.nice_Select2 .list {
    width: 100%;
    left: auto;
    right: 0;
    border-radius: 0 0 10px 10px;
    margin-top: 1px;
    z-index: 9999 !important;
    box-shadow: 0 10px 20px rgba(244, 91, 15, .03)
}

.nice_Select2 .list li {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase
}

.white_box {
    background-color: #fff;
    padding: 20px
}

@media(max-width:991px) {
    .white_box {
        padding: 20px
    }
}

@media(max-width:575.98px) {
    .white_box {
        padding: 25px 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .white_box {
        padding: 30px 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .white_box {
        padding: 30px 20px
    }
}

.white_box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 22px;
    font-family: 'League Spartan', sans-serif;
}

@media(max-width:991px) {
    .white_box h3 {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .white_box h3 {
        margin-bottom: 10px
    }
}

.white_box h3 span {
    font-weight: 300;
    color: #7e7172
}

.progress-bar {
    text-align: right;
    padding-right: 8px
}

.white_box_p_30 {
    padding: 30px;
    background-color: #fff
}

@media(max-width:991px) {
    .white_box_p_30 {
        padding: 25px 15px
    }
}

.cu_dropdown .btn {
    border: 1px solid #f1f2f3;
    background-color: #fef1f2;
    color: #7e7172;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 15px
}

.cu_dropdown .btn_1 {
    padding: 11px 20px
}

.cu_dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: 0;
    content: "\e64b";
    border-top: none;
    font-family: 'League Spartan', sans-serif;
    font-size: 10px
}

.cu_dropdown .dropdown-menu {
    min-width: auto;
    background-color: #474d58;
    min-width: 102px;
    left: 0 !important;
    border-radius: 0 0 5px 5px;
    top: -2px !important;
    padding: 17px 0
}

.cu_dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 7px 20px;
    padding: 7px 20px;
    color: #fff
}

.cu_dropdown .left_arrow:hover {
    background-color: transparent;
    padding-left: 38px
}

.cu_dropdown .left_arrow:after {
    left: 18px;
    top: 11px
}

.switch {
    -webkit-appearance: none;
    background-color: gray;
    border-radius: 43px;
    position: relative;
    cursor: pointer;
    padding: 14px 25px !important;
    margin-right: 20px;
    height: 30px
}

.switch::after {
    top: 6px;
    left: 6px;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #2e4765;
    position: absolute;
    border-radius: 100%;
    transition: 1s
}

.switch:checked {
    background-color: #2e4765 !important
}

.switch:checked::after {
    background-color: #fff !important
}

.switch:checked::after {
    transform: translateX(25px)
}

.switch:focus {
    outline-color: transparent
}

.menu_bropdown {
    display: inline-block
}

.menu_bropdown .dropdown-menu {
    min-width: 168px !important;
    right: 0
}

@media(max-width:991px) {
    .sidebar_widget {
        margin-top: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar_widget {
        margin-top: 0
    }
}

.text_underline {
    color: #474d58;
    text-decoration: underline;
    -webkit-transition: .5s;
    transition: .5s
}

.text_underline:hover {
    color: #474d58;
    text-decoration: underline
}

.check_box_item {
    margin-top: 11px
}

.check_box_item .single_check_box {
    padding: 15px 0;
    border-bottom: 1px solid #e4e8ec
}

.check_box_item .single_check_box .switch {
    -webkit-appearance: none;
    background-color: transparent;
    padding: 14px 27px !important;
    margin-right: 0;
    border: 1px solid #e4e8ec
}

.check_box_item .single_check_box .switch:after {
    top: 4px;
    width: 20px;
    height: 20px
}

.check_box_item .single_check_box .switch:checked::after {
    background-color: #7e7172 !important;
    left: 4px
}

.check_box_item .single_check_box .switch:checked {
    background-color: transparent !important
}

.list_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center
}

@media(max-width:575.98px) {
    .list_header {
        display: block
    }
}

.list_header p {
    color: #474d58;
    font-weight: 400;
    font-size: 14px;
    color: #7f8b9f;
    font-weight: 400
}

.list_header .nice_Select {
    margin-left: 15px
}

@media(max-width:575.98px) {
    .list_header .nice_Select {
        margin-left: 10px
    }
}

.list_header .list_header_filter {
    display: flex;
    align-items: center
}

@media(max-width:575.98px) {
    .list_header .list_header_filter {
        margin-top: 15px
    }
}

.list_header .list_header_filter img {
    width: 17px;
    margin-right: 8px
}

.cs_modal .modal-content {
    background-color: #fef1f2;
    padding: 0 30px
}

@media(max-width:575.98px) {
    .cs_modal .modal-content {
        padding: 0 20px
    }
}

.cs_modal .modal-header {
    padding: 34px 0 30px 0;
    align-items: center;
    border-bottom: 0 solid transparent
}

.cs_modal .modal-header h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px
}

.cs_modal .modal-header .close {
    padding: 0;
    margin: 0;
    opacity: 1
}

.cs_modal .modal-header .close i {
    font-size: 14px;
    color: #707070
}

.cs_modal .modal-body {
    padding: 35px 30px !important;
    background: #fff;
    border-radius: 5px
}

@media(max-width:575.98px) {
    .cs_modal .modal-body {
        padding: 25px 20px !important
    }
}

.cs_modal .modal-body .chose_thumb_title {
    font-size: 12px;
    font-weight: 300;
    color: #222;
    text-align: left;
    margin: 0;
    margin-bottom: 0;
    display: block;
    margin-bottom: 8px
}

.cs_modal .modal-body .input_wrap label {
    font-size: 12px;
    font-weight: 300;
    color: #222;
    text-align: left;
    margin: 0;
    margin-bottom: 0;
    display: block;
    margin-bottom: 8px
}

.cs_modal .modal-body .input_wrap textarea {
    height: 100px;
    padding: 0;
    line-height: 28px;
    padding: 13px 25px
}

.cs_modal .modal-body .nice_Select,
.cs_modal .modal-body input,
.cs_modal .modal-body textarea {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #eee1e2;
    padding: 10px 25px;
    color: #7e7172;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 21px;
    font-weight: 300;
    border-radius: 3px
}

.cs_modal .modal-body .nice_Select::placeholder,
.cs_modal .modal-body input::placeholder,
.cs_modal .modal-body textarea::placeholder {
    color: #7e7172;
    font-weight: 300;
    opacity: 1
}

.cs_modal .modal-body .nice_Select {
    line-height: 30px
}

.cs_modal .modal-body .nice_Select :after {
    left: 22px
}

.cs_modal .modal-body ::placeholder {
    color: #474d58
}

.cs_modal .modal_btn {
    display: flex;
    justify-content: start;
    align-items: center
}

.cs_modal .modal_btn .btn_1 {
    padding: 16px 26px !important;
    margin: 0 5px;
    text-align: center
}

.cs_modal .modal-footer {
    border-top: 0 solid transparent;
    padding: 30px 0 40px
}

.form_box .from_group {
    display: block;
    width: 100%;
    margin-bottom: 23px
}

.form_box .from_group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 13px;
    color: #707070
}

.form_box .from_group .nice_Select,
.form_box .from_group input,
.form_box .from_group textarea {
    width: 100%;
    display: block;
    background-color: #fef1f2;
    border: 1px solid #f1f2f3;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding: 10px 20px
}

.form_box .from_group textarea {
    height: 115px;
    line-height: 27px
}

.form_box .from_group .bootstrap-tagsinput input {
    border: none !important;
    width: auto !important;
    display: inline-block !important;
    background-color: transparent !important
}

.form_box .from_group .bootstrap-tagsinput .badge [data-role=remove]:after {
    background-color: transparent !important
}

.form_box .from_group .bootstrap-tagsinput .badge {
    margin: 0 5px;
    padding: 9px 8px;
    line-height: 12px;
    font-weight: 500;
    font-size: 13px
}

.form_box .from_group .badge-info {
    color: #fff;
    background-color: #2ec9b8
}

.form_box .from_group .nice_Select {
    line-height: 30px
}

.note-editable {
    background-color: #fef1f2
}

.note-btn-group.note-style {
    display: none
}

.plr_30 {
    padding: 0 30px !important
}

@media(max-width:767.98px) {
    .plr_30 {
        padding: 0 15px !important
    }
}

.mb_8 {
    margin-bottom: 8px !important
}

.mb_7 {
    margin-bottom: 7px !important
}

.ml-10 {
    margin-left: 10px
}

.mb_30 {
    margin-bottom: 30px !important
}

@media(max-width:575.98px) {
    .lms_block {
        display: block !important
    }
}

@media(max-width:575.98px) {
    .add_button {
        margin-top: 15px;
        margin-left: 0
    }
}

.lms_pagination_wrap {
    margin-top: 30px
}

.lms_pagination_wrap ul li {
    display: inline-block;
    margin: 0 .8px
}

.lms_pagination_wrap ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    line-height: 40px;
    color: #cec1c2;
    text-align: center;
    border-radius: 3px;
    font-size: 14px
}

.lms_pagination_wrap ul li a.active {
    background: #fe1724;
    color: #fff
}

.lms_pagination_wrap ul li a:hover {
    background: #fe1724;
    color: #fff
}

@media(min-width:768px) {
    .modal-dialog.custom-modal-dialog {
        max-width: 650px
    }
}

@media(min-width:992px) {
    .modal-dialog.custom-modal-dialog {
        max-width: 950px
    }
}

@media(min-width:1200px) {
    .modal-dialog.custom-modal-dialog {
        max-width: 1050px
    }
}

.file_upload {
    border: 1px solid #eee1e2 !important;
    padding: 9px 24px;
    border-radius: 3px
}

.file_upload label {
    margin-bottom: 0 !important
}

.file_upload .form-group {
    padding: 0;
    margin-bottom: 0
}

.file_upload .btn_file_upload {
    color: #fff;
    padding: 0;
    height: 30px;
    line-height: 30px;
    border: 0;
    display: inline-block
}

.file_upload .btn_file_upload:focus,
.file_upload .btn_file_upload:hover {
    color: #888;
    border-color: #888
}

.file_upload .input-file,
.file_upload .input-file2 {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.file_upload .input-file+.js-labelFile,
.file_upload .input-file+.js-labelFile2,
.file_upload .input-file2+.js-labelFile,
.file_upload .input-file2+.js-labelFile2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer
}

.file_upload .btn {
    padding: 0 16px !important;
    border-radius: 5px;
    background-color: #fe1724;
    display: inline-block !important;
    font-size: 14px;
    color: #fff !important;
    border-radius: 30px;
    bottom: 0;
    margin-bottom: 0
}

.file_upload .btn:hover {
    background-color: #2e4765;
    color: #fff;
    border: 0
}

.file_upload .form-group {
    background-color: #fff;
    width: 100%;
    padding: 0;
    border-radius: 5px
}

td:focus,
th:focus {
    outline: 0 !important
}

.mb_20 {
    margin-bottom: 20px
}

.mr_10 {
    margin-right: 10px !important
}

.checkbox_wrap p {
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
    margin-bottom: 0
}

.lms_checkbox_1 {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 50px;
    margin-bottom: 0;
    margin-right: 15px
}

.lms_checkbox_1 input {
    display: none !important
}

.lms_checkbox_1 .slider-check {
    background-color: #f6f7fb;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.lms_checkbox_1 .slider-check.round {
    border-radius: 34px
}

.lms_checkbox_1 .slider-check::before {
    background-color: #f45b0f;
    bottom: 5px;
    content: "";
    height: 20px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 20px
}

.lms_checkbox_1 .slider-check.round:before {
    border-radius: 50%
}

.lms_checkbox_1 input:checked+.slider-check {
    background-color: #f6f7fb;
    color: #fff;
    content: "oui"
}

.lms_checkbox_1 input:checked+.slider-check:before {
    transform: translateX(20px);
    background: #884ffb
}

.input_wrap label {
    font-size: 12px;
    font-weight: 300;
    color: #222;
    text-align: left;
    margin: 0;
    margin-bottom: 0;
    display: block;
    margin-bottom: 8px
}

@media(min-width:991px) {
    .medium_modal_width .modal-dialog {
        max-width: 780px
    }
}

.list_header_btn_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
    margin-right: 60px
}

@media(max-width:575.98px) {
    .list_header_btn_wrapper {
        display: block;
        margin-bottom: 15px;
        margin-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .list_header_btn_wrapper {
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .list_header_btn_wrapper {
        margin-right: 0;
        display: block
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .list_header_btn_wrapper {
        margin-right: 0;
        display: block
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .list_header_btn_wrapper {
        margin-right: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .list_header_block {
        display: block
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .list_header_block .success_faild_btn {
        margin-top: 15px
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .list_header_block .serach_field_2 {
        width: 300px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .list_header_block .serach_field_2 {
        width: 380%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .list_header_block .box_right {
        justify-content: space-between
    }
}

.gj-datepicker .fa-calendar-alt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #cec1c2;
    right: 25px
}

.white_box_border {
    border: 1px solid rgba(202, 206, 213, .7)
}

.nowrap {
    white-space: nowrap
}

.mb-25 {
    margin-bottom: 25px
}

.mb_15 {
    margin-bottom: 15px
}

.mr-10 {
    margin-right: 10px
}

.mr_5 {
    margin-right: 5px
}

.mb_30 {
    margin-bottom: 30px
}

.mt_10px {
    margin-top: 10px
}

.pt_30 {
    padding-top: 30px !important
}

.wrapper .progress {
    margin-bottom: 15px
}

.apexcharts-datalabels-group {
    position: relative;
    top: -13px !important
}

.cs_modal {
    background-color: #fef1f2
}

.cs_modal .modal-header {
    background-color: #f7faff;
    padding: 23px 30px;
    border-bottom: 0 solid transparent
}

.cs_modal .modal-header h5 {
    font-size: 22px;
    font-weight: 600
}

.cs_modal .modal-header span {
    font-size: 14px;
    color: #707070;
    opacity: 1
}

.cs_modal .modal-body {
    padding: 35px 30px
}

.cs_modal .modal-body .nice_Select,
.cs_modal .modal-body input {
    height: 50px;
    line-height: 50px;
    padding: 10px 20px;
    border: 1px solid #f1f3f5;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    width: 100%
}

.cs_modal .modal-body .nice_Select {
    line-height: 29px
}

.cs_modal .modal-body .nice_Select:after {
    right: 22px
}

.cs_modal .modal-body .nice_Select .list {
    width: 100%
}

.cs_modal .modal-body .form-group {
    margin-bottom: 12px
}

.cs_modal .modal-body textarea {
    height: 168px;
    padding: 15px 20px;
    border: 1px solid #f1f3f5;
    color: #707070;
    font-size: 14px;
    font-weight: 500
}

.cs_modal .modal-body p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
    color: #707070;
    text-align: center
}

.cs_modal .modal-body p a {
    color: #2e4765
}

.cs_modal .modal-body .btn_1 {
    width: 100%;
    display: block;
    margin-top: 20px
}

.cs_modal .modal-body .social_login_btn .btn_1 {
    color: #fff;
    background-color: #3b5998;
    border: 1px solid #3b5998;
    margin-top: 0
}

.cs_modal .modal-body .social_login_btn .btn_1:hover {
    color: #fff !important
}

.cs_modal .modal-body .social_login_btn .btn_1 i {
    margin-right: 10px
}

.cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 {
    background-color: #4285f4;
    border: 1px solid #4285f4
}

.cs_modal .modal-body .pass_forget_btn {
    color: #707070;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    display: inline-block
}

.cs_modal .modal-body .pass_forget_btn:hover {
    color: #2e4765
}

.border_style {
    width: 100%;
    display: block;
    text-align: center;
    padding: 13px 0 17px;
    position: relative;
    z-index: 1
}

.border_style span {
    padding: 0 25px;
    text-align: center;
    display: inline-block;
    background-color: #fff
}

.border_style:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #bbc1c9;
    top: 24px;
    left: 0;
    z-index: -1
}


.cs_check_box {
    display: flex;
    margin-top: 20px
}

.cs_check_box input,
.cs_check_box label {
    line-height: 20px !important;
    height: auto !important;
    width: auto !important;
    max-width: auto
}

.cs_check_box .common_checkbox {
    display: none
}

.cs_check_box label {
    position: relative;
    padding-left: 34px;
    margin-bottom: 0
}

.cs_check_box .common_checkbox+label {
    display: block;
    cursor: pointer;
    color: #7e7172
}

.cs_check_box .common_checkbox+label:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #7e7172;
    border-radius: 5px;
    content: ""
}

.cs_check_box .common_checkbox:checked+label:after {
    content: '\f00c';
    font-family: 'font awesome\ 5 free';
    font-weight: 900;
    padding: 2px;
    font-size: 12px;
    line-height: 15px;
    text-align: center
}

.cs_check_box .common_checkbox {
    display: none !important
}

.hide_pils.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    border: 0 !important
}

.mr_20 {
    margin-right: 20px
}

@media(max-width:575.98px) {
    .mb-sm-15 {
        margin-bottom: 15px
    }
}

.heading_6 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'League Spartan', sans-serif;
    color: #2e4765;
    margin-bottom: 0
}

.card_height_100 {
    height: calc(100% - 30px)
}

.height_100 {
    height: 100%
}

.card_height_50 {
    height: calc(50% - 30px)
}

.page-item.active .page-link {
    background-color: #3e91c2;
    border-color: #3e91c2;
}

.page-item.active .page-link:hover {
    color: #fff;
    background-color: #3e91c2;
    border-color: #3e91c2
}

.page-link {
    color: #171511
}

.page-link:hover {
    color: #fff;
    background-color: #3e91c2;
    border-color: #3e91c2
}

.btn-primary {
    color: #fff;
    background-color: #3e91c2;
    border-color: #3e91c2;
    box-shadow:none !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #329EDD;
    border-color: #329EDD;
}

@media(max-width:991px) {
    .sm_padding_15px {
        padding: 15px !important
    }
}

.dashboard_header .dashboard_header_title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2e4765;
    margin-bottom: 7px
}

.dashboard_header .dashboard_header_title h3 span {
    color: #884ffb
}

.dashboard_header .dashboard_header_title p {
    font-size: 20px;
    font-weight: 400;
    color: #7f8b9f
}

@media(max-width:991px) {
    .dashboard_breadcam {
        text-align: left !important;
        padding-top: 10px !important
    }
}

.dashboard_breadcam ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.dashboard_breadcam ul li {
    font-size: 17px;
    font-weight: 400;
    color: #884ffb;
    padding-left: 14px;
    position: relative
}

.dashboard_breadcam ul li:first-child {
    padding-left: 0
}

.dashboard_breadcam ul li:first-child::before {
    display: none
}

.dashboard_breadcam ul li::before {
    color: #884ffb;
    content: "/";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%)
}

.dashboard_breadcam ul li a {
    width: 30px;
    height: 30px;
    background: #ffe7df;
    border-radius: 50%;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    margin-right: 10px
}

.dashboard_breadcam ul li a img {
    line-height: 30px
}

.header_prise h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0
}

.header_prise h5 {
    font-size: 16px;
    font-weight: 500;
    color: #884ffb;
    margin-bottom: 0
}

.pink_bg {
    background: #fe80b2 !important
}

.parpel_bg {
    background: #833cdf !important
}

.parpel_bg2 {
    background: #f65365 !important
}

.map-js-height {
    height: 450px
}

@media(max-width:1365.98px) {
    .map-js-height {
        height: 350px
    }
}

.border_radius_0 {
    border-radius: 0 !important
}

.white_bg {
    background: #fff
}

.border_1px {
    border: 1px solid #eee
}

.card_footer {
    padding: 50px;
    border-top: 1px solid #f2f4ff;
    position: relative;
    overflow: hidden
}

.SubTitle {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px
}

.p-20 {
    padding: 20px
}

.bg-primary {
    background-color: #4c2fbf !important;
    color: #fff
}

.bg-secondary {
    background-color: #2e9de4 !important;
    color: #fff
}

span>.bg-secondary {
    background-color: #6c757d !important;
    color: #fff
}

.bg-success {
    background-color: #299740 !important;
    border-color: #299740;
    color: #fff;
    padding: 3px;
}

.bg-info {
    background-color: #06b5dd !important;
    color: #fff
}

.bg-warning {
    background-color: #FFD42A !important;
    border-color:  #FFD42A;
    color: #fff;
     padding: 3px;
}

.bg-danger {
    background-color: #FF0000 !important;
      border-color:  #FF0000;
    color: #fff;
     padding: 4px;
}

.bg-light {
    background-color: #f8f5fd !important;
    color: #fff;
     padding: 3px;
}

.bg-dark {
    background-color: #FF0000 !important;
    color: #fff;
    padding: 3px;
}

.color-box>div>div {
    border-radius: 15px
}

.m-b-10 {
    margin-bottom: 10px
}

.btn-light {
    border: 1px solid #e8ecf4
}

.font-size-10 {
    font-size: 10px !important
}

.text-primary {
    color: #3e91c2 !important
}

.font-size-14 {
    font-size: 14px !important
}

.line-height-2 {
    line-height: 2
}

.text_white {
    color: #fff
}

.f_w_400 {
    font-weight: 400
}

.f_w_700 {
    font-weight: 700
}

.f_s_11 {
    font-size: 11px
}

.f_s_12 {
    font-size: 12px
}

.f_s_13 {
    font-size: 13px
}

.f_s_14 {
    font-size: 14px
}

.f_s_15 {
    font-size: 15px
}

.f_s_16 {
    font-size: 16px
}

.f_s_18 {
    font-size: 18px
}

.f_s_19 {
    font-size: 19px
}

.f_s_20 {
    font-size: 20px !important
}

.f_s_17 {
    font-size: 17px
}

.f_s_28 {
    font-size: 28px
}

.f_s_40 {
    font-size: 40px
}

.f_s_60 {
    font-size: 60px
}

.ml_25 {
    margin-left: 25px
}

.mr_30 {
    margin-right: 30px
}

.ml_15 {
    margin-left: 15px
}

.ml_18 {
    margin-left: 18px
}

.color_theme {
    color: #474d58
}

.color_theme2 {
    color: #101038
}

.color_gray {
    color: #8890b5
}

.color_gray2 {
    color: #b1b6c9
}

.pt_25 {
    padding-top: 25px !important
}

.pulse .pulse-ring {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: animation-pulse 3.5s ease-out;
    animation: animation-pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #e4e6ef
}

.pulse .pulse-ring.notification_count_pulse {
    right: -18px;
    top: -14px
}

.pulse.pulse-primary .pulse-ring {
    border-color: rgba(54, 153, 255, .75)
}

.pulse.pulse-secondary .pulse-ring {
    border-color: rgba(228, 230, 239, .75)
}

.pulse.pulse-success .pulse-ring {
    border-color: rgba(27, 197, 189, .75)
}

.pulse.pulse-info .pulse-ring {
    border-color: rgba(137, 80, 252, .75)
}

.pulse.pulse-warning .pulse-ring {
    border-color: rgba(255, 168, 0, .75)
}

.pulse.pulse-danger .pulse-ring {
    border-color: rgba(246, 78, 96, .75)
}

.pulse.pulse-light .pulse-ring {
    border-color: rgba(243, 246, 249, .75)
}

.pulse.pulse-dark .pulse-ring {
    border-color: rgba(24, 28, 50, .75)
}

.pulse.pulse-white .pulse-ring {
    border-color: rgba(255, 255, 255, .75)
}

.pulse.theme_color .pulse-ring {
    border-color: rgba(255, 255, 255, .75)
}

@-webkit-keyframes animation-pulse {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }

    65% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@keyframes animation-pulse {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }

    65% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0
    }
}

.header_more_tool .dropdown .dropdown-toggle::after {
    display: none !important
}

.header_more_tool .dropdown span {
    padding-left: 0;
    background: #f5f5ff;
    padding: 5px 12px;
    border-radius: 5px
}

.header_more_tool .dropdown span i {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    color: #464e5f;
    position: relative;
    top: 0;
    margin-right: 0
}

.header_more_tool .dropdown .dropdown-menu {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 13px;
    top: 5px !important;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(80, 143, 244, .2);
    -moz-box-shadow: 0 0 20px 0 rgba(80, 143, 244, .2);
    box-shadow: 0 0 20px 0 rgba(80, 143, 244, .2)
}

.header_more_tool .dropdown .dropdown-menu a {
    padding: 8px 15px;
    font-size: 13px
}

.header_more_tool .dropdown .dropdown-menu a:hover {
    color: #fff
}

.header_more_tool .dropdown .dropdown-menu a:hover i {
    color: #fff
}

.header_more_tool .dropdown .dropdown-menu a i {
    font-size: 13px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 5px
}

.common_input input {
    height: 47px;
    line-height: 47px;
    background-color: transparent;
    border: 0;
    padding: 10px 25px;
    color: #81879f;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    display: block;
    border-radius: 10px;
    border: 1px solid #e5ecff
}

.common_input input::placeholder {
    color: #81879f;
    font-weight: 400;
    font-size: 14px;
    opacity: 1;
    background: 0 0
}

.nav-link-notify {
    position: relative
}

.nav-link-notify:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: -7px;
    border-radius: 50%;
    top: -10px;
    background-color: #f65365;
    -webkit-animation: notify-pulse 1s infinite
}

@-webkit-keyframes notify-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(246, 83, 101, .7)
    }

    100% {
        box-shadow: 0 0 0 10px transparent
    }
}

@keyframes notify-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(246, 83, 101, .7)
    }

    100% {
        box-shadow: 0 0 0 10px transparent
    }
}

#back-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    z-index: 9999999;
    display: none
}

#back-top a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    color: #fff;
    line-height: 40px;
    background: #884ffb;
    font-size: 15px;
    border-radius: 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 10px 20px 0 rgba(76, 110, 248, .4);
    -moz-box-shadow: 0 10px 20px 0 rgba(76, 110, 248, .4);
    box-shadow: 0 10px 20px 0 rgba(76, 110, 248, .4)
}

.img-thumbnail {
    background-color: #f5f6ff !important;
    border: 1px solid #f5f6ff !important;
    border-radius: 20px !important
}

.default_border_1px {
    border: 1px solid #e0e2e8;
    box-shadow: none !important
}

.shadow_none {
    box-shadow: none !important
}

.overflow_hidden {
    overflow: hidden !important
}

.chart_wrap {
    border-radius: 15px
}

.round_badge {
    font-size: 11px;
    font-weight: 500;
    padding: 0 6.5px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: rgba(95, 99, 242, .06);
    color: #884ffb
}

.btn_1 {
    background-color: #884ffb;
    border: 1px solid #884ffb;
    color: #fff;
    display: inline-block;
    padding: 9px 25px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s
}

.btn_1 i {
    font-size: 15px;
    padding-right: 7px
}

.btn_1:hover {
    color: #fff;
    background-color: #884ffb;
    box-shadow: 0 3px 11px rgba(136, 79, 251, .4)
}

.btn_1.light {
    background-color: rgba(46, 71, 101, .1);
    border: 1px solid transparent;
    color: #2e4765
}

.btn_1.green {
    background-color: rgba(46, 201, 184, .1);
    border: 1px solid transparent;
    color: #2ec9b8
}

.btn_1.orange_btn {
    background: #2d1967;
    font-size: 16px;
    border: 0;
    font-weight: 400;
    padding: 22px 29px
}

.btn_1.orange_btn:hover {
    background: #2d1967;
    color: #fff
}

.btn_1.sm {
    font-size: 12px;
    padding: 6px 15px
}

.btn_1.big_btn {
    padding: 11px 36px
}

.btn_1.form_big_btn_1 {
    padding: 16px 62px !important
}

@media(max-width:575.98px) {
    .btn_1.form_big_btn_1 {
        padding: 16px 30px !important
    }
}

.btn_1.big_btn2 {
    padding: 11px 37px
}

.btn_1.radius_btn {
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background: #5b6ce1;
    padding: 16px 10px
}

.btn_1.radius_btn:hover {
    color: #fff;
    background-color: #5b6ce1;
    box-shadow: 0 3px 6px #cbd1ff
}

.Euro_btn {
    background-color: #f5f6ff;
    color: #fff;
    display: inline-block;
    padding: 11px 43px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 23px;
    font-weight: 700;
    border-radius: 5px;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s;
    color: #9267ff
}

.Euro_btn:hover {
    background-color: #9267ff;
    color: #000
}

.btn_2 {
    color: #f65365;
    border: 1px solid #f65365;
    display: inline-block;
    padding: 11px 23px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: transparent;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s
}

.btn_2:hover {
    background-color: #f65365;
    border: 1px solid #f65365;
    color: #fff
}

.btn_3 {
    color: #474d58;
    border: 1px solid #e4e8ec;
    display: inline-block;
    padding: 11px 27px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s
}

.btn_3.border_color_1 {
    border: 1px solid #eee1e2
}

.btn_3:hover {
    background-color: #2e4765;
    border: 1px solid #2e4765;
    color: #fff
}

.btn_4 {
    display: inline-block;
    border: 1px solid #e4e8ec;
    border-radius: 5px;
    color: #7e7172;
    text-align: center;
    padding: 9px 15px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
    -webkit-transition: .5s;
    transition: .5s
}

.btn_4:hover {
    background-color: #2e4765;
    border: 1px solid #2e4765;
    color: #fff
}

.btn_5 {
    border: 1px solid #fff;
    display: inline-block;
    padding: 16px 26px !important;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s;
    background: #fff !important;
    text-shadow: none !important;
    opacity: 1;
    color: #222
}

.btn_5:hover {
    background-color: #2e4765 !important;
    border: 1px solid #2e4765 !important;
    color: #fff;
    opacity: 1 !important
}

.btn_5.small_btn {
    padding: 11px 26px !important
}

@media(max-width:575.98px) {
    .btn_5.small_btn {
        padding: 11px 19px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .btn_5.small_btn {
        padding: 11px 19px !important
    }
}

.btn_6 {
    color: #474d58;
    border: 1px solid #eee1e2;
    display: inline-block;
    padding: 11px 25px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s
}

.btn_6:hover {
    background-color: #2e4765;
    border: 1px solid #2e4765;
    color: #fff
}

.sm_btn {
    line-height: 15px;
    background-color: #fff;
    height: 34px;
    padding: 9px 20px;
    color: #212e40;
    width: 150px;
    text-transform: capitalize;
    border: 1px solid #eee1e2
}

.view_archive_btn {
    border: 1px solid #e4e8ec;
    color: #7e7172;
    padding: 16px 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 16px;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.view_archive_btn i {
    margin-right: 15px
}

.view_archive_btn:hover {
    color: #2e4765;
    border: 1px solid #2e4765
}

.white_btn {
    display: inline-block;
    color: #7e7172;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    transition: .3s;
    padding: 6px 20px;
    border-radius: 3px
}

.white_btn:hover {
    background: #2d1967;
    color: #fff
}

.default_btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #2d1967;
    transition: .3s;
    padding: 15px 25px;
    border-radius: 3px
}

.default_btn:hover {
    color: #fff
}

.close.white_btn2 {
    border: 1px solid #fff;
    display: inline-block;
    padding: 16px 26px !important;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s;
    background: #fff !important;
    text-shadow: none !important;
    opacity: 1;
    color: #222;
    margin-right: 10px
}

.close.white_btn2:hover {
    background-color: #2e4765 !important;
    border: 1px solid #2e4765 !important;
    color: #fff;
    opacity: 1 !important
}

.white_btn3 {
    border: 1px solid #fff;
    display: inline-block;
    padding: 14px 30px !important;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff !important;
    text-shadow: none !important;
    opacity: 1;
    color: #101038;
    box-shadow: 0 3px 11px rgba(0, 0, 0, .17)
}

.white_btn3:hover {
    background-color: #884ffb !important;
    border: 1px solid #884ffb !important;
    color: #fff;
    opacity: 1 !important
}

.status_btn {
    display: inline-block;
    padding: 2px 15px;
    font-size: 11px;
    font-weight: 300;
    color: #fff !important;
    background: #05d34e;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    white-space: nowrap;
    min-width: 70px;
    text-align: center
}

.status_btn.yellow_btn {
    background: #ffba00
}

.status_btn:hover {
    color: #fff
}

.dropdown .dropdown-toggle.lms_drop_1 {
    background: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    text-align: left;
    color: #7e7172;
    display: inline-block;
    width: 102px;
    border: 0;
    border: 1px solid #eee1e2;
    position: relative;
    transition: .3s
}

.dropdown .dropdown-toggle.lms_drop_1::after {
    content: "\f0d7";
    font-family: "font awesome 5 free";
    position: absolute;
    right: 0;
    top: 12px;
    color: #cec1c2;
    font-size: 12px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    border: 0;
    border: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px
}

.dropdown .dropdown-toggle.lms_drop_1.lms_drop_2 {
    min-width: 140px
}

.dropdown.show .dropdown-toggle.lms_drop_1 {
    background: #2d1967;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    text-align: left;
    color: #7e7172;
    display: inline-block;
    width: 102px;
    border: 0;
    color: #fff;
    border: 1px solid #2d1967
}

.dropdown.show .dropdown-toggle.lms_drop_1::after {
    content: "\f0d8"
}

.dropdown .dropdown-menu {
    border: 0;
    padding: 6px 0 10px;
    margin: 0;
    border-radius: 0 !important
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 300;
    padding: 4px 20px;
    color: #242934
}

.dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff !important;
    background: #5b6ce1
}

.dropdown .dropdown-menu.dropdown-menu-w140 {
    min-width: 140px
}

.white_btn_line {
    white-space: nowrap;
    height: 50px;
    background: 0 0;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    border: 0;
    padding: 0 19px;
    border-radius: 3px;
    border: 1px solid #eee1e2;
    color: #7e7172;
    transition: .3s
}

.white_btn_line i {
    font-size: 13px;
    color: #7e7172;
    margin-right: 6px
}

.white_btn_line:hover {
    background: #2d1967;
    color: #fff;
    border: 1px solid #2d1967
}

.white_btn_line:hover i {
    color: #fff;
    transition: .3s
}

.white_btn_line2 {
    white-space: nowrap;
    height: 30px;
    background: 0 0;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    text-transform: capitalize;
    border: 0;
    border: 1px solid #eee1e2;
    color: #7e7172;
    transition: .3s;
    border-radius: 30px;
    line-height: 28px;
    padding: 0 18px
}

.white_btn_line2:hover {
    background: #2d1967;
    color: #fff !important;
    border: 1px solid #2d1967
}

.white_btn_line2:hover i {
    color: #fff;
    transition: .3s
}

.theme_text_btn {
    font-size: 14px;
    color: #46d293;
    font-weight: 700
}

.theme_text_btn:hover {
    color: #46d293
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child::before {
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    content: "\e61a";
    font-family: 'League Spartan', sans-serif;
    font-size: 8px;
    line-height: 14px;
    font-weight: 600;
    background-color: #fef1f2;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .08), -6px -6px 12px #fff
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before {
    content: "\e622";
    box-shadow: inset 6px 6px 12px rgba(0, 0, 0, .08), inset -6px -6px 12px #fff
}

.CRM_dropdown.dropdown .dropdown-toggle {
    background: 0 0;
    color: #415094;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #7c32ff;
    border-radius: 32px;
    padding: 5px 20px;
    text-transform: uppercase;
    overflow: hidden;
    transition: .3s
}

.CRM_dropdown.dropdown .dropdown-toggle:after {
    content: "\e62a";
    font-family: 'League Spartan', sans-serif;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 0;
    font-size: 10px;
    position: relative;
    top: 3px;
    left: 0;
    font-weight: 600;
    transition: .3s
}

.CRM_dropdown.dropdown .dropdown-toggle:focus,
.CRM_dropdown.dropdown .dropdown-toggle:hover {
    color: #fff;
    border: 1px solid transparent;
    box-shadow: none
}

.CRM_dropdown.dropdown .dropdown-menu {
    border-radius: 5px 5px 10px 10px;
    border: 0;
    padding: 15px 0;
    box-shadow: 0 10px 20px rgba(108, 39, 255, .3)
}

.CRM_dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #828bb2;
    text-align: right;
    font-size: 12px;
    padding: 4px 1.5rem;
    text-transform: uppercase;
    cursor: pointer
}

.CRM_dropdown.dropdown .dropdown-menu .dropdown-item:hover {
    color: #2e4765
}

.dropdown-menu.option_width_8 {
    min-width: 150px
}

.action_btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: 0 0;
    line-height: 30px;
    text-align: center;
    color: #67349d;
    font-size: 12px;
    transition: .3s;
    display: inline-block;
    flex: 32px 0 0
}

.action_btn:hover {
    background: #67349d;
    color: #fff;
    box-shadow: 0 5px 10px rgba(136, 79, 251, .26)
}

.color_button {
    background-color: #8950fc;
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 13px 25px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s
}

.color_button.color_button2 {
    background: #9afdd2;
    color: #313131
}

.color_button.color_button2:hover {
    background: #9afdd2;
    color: #313131
}

.color_button.color_button3 {
    background: #ffca60;
    color: #313131
}

.color_button.color_button3:hover {
    background: #ffca60;
    color: #313131
}

.color_button:hover {
    background-color: #8950fc;
    color: #fff
}

.export_btn {
    background: #ff7a88;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    padding: 10px 30px;
    display: inline-block;
    border: 0
}

.export_btn:focus {
    outline: 0
}

.header_iner {
    position: fixed !important;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    padding: 20px 30px;
    position: relative;
    border-radius: 0;
    margin: 0;
    background: #f6f7fb;
    border-radius: 0;
    margin: 0;
    border-radius: 0;
    
}

.header_iner.default_header {
    background: #f65365;
    border-radius: 0
}

/* @media(max-width:575.98px) {
    .header_iner {
        justify-content: flex-end !important
    }
} */

/* @media only screen and (min-width:576px) and (max-width:767px) {
    .header_iner {
        justify-content: flex-end !important
    }
} */

@media(max-width:991px) {
    .header_iner {
        padding: 20px;
        margin: 0
    }
}

@media(max-width:575.98px) {
    .header_iner {
        margin: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_iner {
        margin: 0
    }
}

.header_iner .page_tittle h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222;
    margin-bottom: 2px
}

@media(max-width:991px) {
    .header_iner .page_tittle h3 {
        margin-right: 15px
    }
}

.header_iner .page_tittle .page_subtitle {
    font-size: 12px;
    font-weight: 300;
    color: #7e7172;
    margin-bottom: 0
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr {
    color: #7e7172
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr.active_subcat {
    color: #fe1724;
    white-space: nowrap
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr i {
    margin-left: 10px;
    margin-right: 7px;
    font-size: 12px
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
    position: relative;
    margin: 0 7px 0 10px;
    top: -1px
}

@media(max-width:575.98px) {
    .header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
        margin: 0 2px
    }
}

.header_iner .btn_1 {
    margin: 0 30px
}

@media(max-width:991px) {
    .header_iner .notification {
        margin: 0 10px
    }
}

.header_iner .notification i {
    color: #707070;
    position: relative;
    font-size: 20px
}

.header_iner .notification i:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    height: 9px;
    width: 9px;
    background-color: #2e4765;
    border-radius: 50%
}

.header_iner .serach_field-area {
    margin-right: auto;
    margin-left: 40px;
    width: 268px
}

@media(max-width:767.98px) {
    .header_iner .serach_field-area {
        display: none !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_iner .serach_field-area {
        width: auto;
        left: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_iner .serach_field-area {
        width: auto;
        margin-right: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header_iner .serach_field-area {
        width: auto;
        margin-right: 70px
    }
}

.header_iner .header_right .header_notification_warp {
    margin-right: 50px;
    margin-left: 40px
}

@media(max-width:575.98px) {
    .header_iner .header_right .header_notification_warp {
        margin-right: 25px;
        margin-left: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_iner .header_right .header_notification_warp {
        margin-right: 35px;
        margin-left: 25px
    }
}

.header_iner .header_right .header_notification_warp li {
    display: inline-block;
    position: relative
}

.header_iner .header_right .header_notification_warp li .serach_button {
    width: 32px;
    height: 32px;
    background: #884ffb;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    margin-right: 20px;
    position: relative
}

.header_iner .header_right .header_notification_warp li .serach_button i {
    color: #fff;
    font-size: 16px;
    line-height: 32px
}

.header_iner .header_right .header_notification_warp li .serach_button .serach_field-area {
    position: absolute;
    right: 0;
    top: 0;
    top: 0;
    background: #fff;
    border-radius: 10px;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    right: 50px;
    top: -4px
}

.header_iner .header_right .header_notification_warp li .serach_button .serach_field-area.active {
    opacity: 1;
    visibility: visible
}

.header_iner .header_right .header_notification_warp li .serach_button .serach_field-area i {
    color: rgba(137, 80, 252, .7)
}

.header_iner .header_right .header_notification_warp li .serach_button .serach_field-area input {
    border-radius: 10px
}

.header_iner .header_right .header_notification_warp li:last-child a {
    margin-right: 0
}

.header_iner .header_right .header_notification_warp li>a {
    position: relative;
    margin-right: 29px
}

.header_iner .header_right .header_notification_warp li>a img {
    width: 17px
}

.header_iner .header_right .header_notification_warp li>a span {
    position: absolute;
    width: 22px;
    height: 22px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #fff;
    font-size: 11px;
    border-radius: 50%;
    right: -12px;
    top: -12px;
    background: #f45b0f;
    line-height: 22px
}

@media(max-width:575.98px) {
    .header_iner .header_right .select_style {
        display: none !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_iner .header_right .select_style {
        display: none !important
    }
}

.header_iner .nice_Select {
    color: #929bb5
}

.profile_info {
    position: relative
}

.profile_info img {
    max-width: 58px;
    max-height: 47px;
    cursor: pointer;
    border-radius:30px;
    
}

@media(max-width:991px) {
    .profile_info img {
        max-width: 44px
    }
}

.profile_info .profile_info_iner {
    position: absolute;
    right: 0;
    background-color: #fff;
    text-align: left;
    width: 215px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    top: 70px !important;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 6px;
    padding-bottom: 15px;
    border: 1px solid #000;
    
}


.profile_info .profile_info_iner .profile_author_name {
    padding: 7px 25px 1px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.profile_info .profile_info_iner a {
    display: block
}

.profile_info .profile_info_iner p {
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.profile_info .profile_info_iner h5 {
    font-size: 13px;
    color: #fff;
    font-weight: 600
}

.profile_info:hover .profile_info_iner {
    opacity: 1;
    visibility: visible;
    top: 77px
}

.profile_info .profile_info_details {
    padding: 2px;
}

.profile_info .profile_info_details a {
    color: #000;
    font-size: 12px;
    display: block;
    padding: 10px 25px;
    font-weight: 400
}



.profile_info .profile_info_details a:hover i {
    color: #2e4765
}

.profile_info .profile_info_details i {
    color: #2e4765;
    font-size: 12px;
    margin-left: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.sidebar_icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    left: 20px;
    transition:all 0.3s;
}

@media(max-width:575.98px) {
    .sidebar_icon {
        right: auto;
        left: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .sidebar_icon {
        right: auto;
        left: 20px
    }
}

.sidebar_icon i {
    font-size: 24px;
    color: #3e91c2;
    cursor: pointer;
}

.serach_field-area {
    width: 268px;
    position: relative;
    background: #fff;
    border-radius: 6px
}

.serach_field-area.theme_bg {
    background: #f6f7fb
}

.serach_field-area.theme_bg input {
    background: 0 0 !important
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .serach_field-area {
        width: 268px
    }
}

.serach_field-area .search_inner {
    width: 100%
}

.serach_field-area .search_inner input {
    color: #86898e;
    font-size: 11px;
    height: 36px;
    width: 100%;
    padding-left: 12px;
    border: 0;
    padding-right: 6px;
    background: #fff;
    border-radius: 6px;
    border: 0;
    font-weight: 400;
    padding: 12px
}

.serach_field-area .search_inner input::placeholder {
    font-size: 11px;
    font-weight: 400;
    color: #86898e;
    font-family: 'League Spartan', sans-serif;
}

.serach_field-area .search_inner input:focus {
    outline: 0
}

.serach_field-area .search_inner button {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 100%;
    background: 0 0;
    border: 0;
    width: 32px;
    height: 32px;
    background: #f45b0f;
    line-height: 32px;
    border-radius: 4px
}

.serach_field-area .search_inner button img {
    position: relative;
    top: -2px
}

.serach_field-area .search_inner button i {
    font-size: 14px;
    color: #818e94
}

.serach_field-area2 {
    width: 480px;
    position: relative
}

@media(max-width:991px) {
    .serach_field-area2 {
        width: auto
    }
}

.serach_field-area2 .search_inner input {
    color: #000;
    font-size: 17px;
    height: 55px;
    width: 100%;
    padding-left: 82px;
    border: 0;
    padding-right: 15px;
    border-bottom: 1px solid #f4f7fc;
    background: #f5f7fd;
    border-radius: 30px
}

.serach_field-area2 .search_inner input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #818e94;
    font-family: 'League Spartan', sans-serif;
}

.serach_field-area2 .search_inner input:focus {
    outline: 0
}

.serach_field-area2 .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: 0 0;
    font-size: 12px;
    border: 0;
    padding-left: 40px;
    padding-right: 11px
}

.serach_field-area2 .search_inner button i {
    font-size: 14px;
    color: #818e94
}

.serach_field_2 {
    width: 430px;
    position: relative;
    margin-right: 0
}

@media(max-width:575.98px) {
    .serach_field_2 {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .serach_field_2 {
        width: 190px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .serach_field_2 {
        width: 230px
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .serach_field_2 {
        width: 300px
    }
}

.serach_field_2 .search_inner input {
    color: #000;
    font-size: 13px;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding-left: 55px;
    border: 1px solid #2d1967;
    padding-right: 15px
}

.serach_field_2 .search_inner input::placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #7e7172
}

.serach_field_2 .search_inner input:focus {
    outline: 0
}

.serach_field_2 .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: 0 0;
    font-size: 12px;
    border: 0;
    padding-left: 19px;
    padding-right: 11px
}

.serach_field_2 .search_inner button i {
    font-size: 12px;
    color: #2d1967
}

.serach_field_2 .search_inner button::before {
    position: absolute;
    width: 1px;
    height: 24px;
    content: '';
    background: #2d1967;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

table.dataTable {
    width: 100% !important;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

table thead tr th {
    padding: 1.5rem;
   
    
}

#calendar {
    width: 100%;
    height: 800px
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700
}

.sidebar {
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9;
    padding-bottom: 50px;
    position: fixed;
    width: 270px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    transition: .1s
}

.sidebar .small_logo {
    display: none
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sidebar.hide_vertical_menu {
        left: -20%
    }
}

@media(min-width:1201px) {
    .sidebar.hide_vertical_menu {
        left: -270px
    }
}

@media(max-width:991px) {
    .sidebar {
        left: -280px;
        -webkit-transition: .5s;
        transition: .5s;
        top: 0;
        width: 280px;
        background: #fff
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sidebar {
        width: 20%
    }
}

.sidebar .logo {
    margin: 0;
    background: #f3f6f9;
    padding: 24px;
    margin-bottom: 20px
}

.sidebar .logo .large_logo img {
    width: 100%
}

@media(max-width:991px) {
    .sidebar .logo {
        padding: 30px
    }
}

.sidebar .menu-text {
    font-size: 12px;
    color: #b1bdcb;
    font-weight: 600;
    margin: 0;
    padding: 12px 0 12px 24px;
    text-transform: uppercase
}

.sidebar .menu-text i {
    display: none
}

.sidebar .single_sidebar_tittle i {
    font-size: 18px;
    margin-right: 12px;
    color: #f8dbdd;
    -webkit-transition: .5s;
    transition: .5s
}

.sidebar .single_sidebar_tittle a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    padding: 10px 25px 10px 40px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: .3s;
    position: relative;
    z-index: 0;
    border-top: 1px solid transparent;
    background: 0 0
}

.sidebar .single_sidebar_tittle a::before {
    position: absolute;
    right: 0;
    background: #2e4765;
    width: 0;
    top: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    transition: .3s;
    right: 0;
    visibility: hidden
}

.sidebar .single_sidebar_tittle a.current_active i {
    color: #2e4765
}

.sidebar .single_sidebar_tittle a.current_active::before {
    opacity: 1;
    width: 3px;
    visibility: visible
}

.sidebar .single_sidebar_tittle a:hover::before {
    opacity: 1;
    right: 0;
    visibility: visible;
    width: 3px
}

.sidebar .single_sidebar_tittle a.normal_title {
    padding: 28px 25px 18px 40px;
    background: #fff7f8;
    border-top: 1px solid #eee1e2
}

.sidebar .single_sidebar_tittle a.normal_title:after {
    position: absolute;
    right: 40px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f0d8";
    font-family: "font awesome 5 free";
    color: #cec1c2;
    font-weight: 600;
    font-size: 14px
}

.sidebar .single_sidebar_tittle a.normal_title.collapsed {
    padding: 10px 25px 10px 40px;
    background: #fff;
    border-top: 1px solid transparent
}

.sidebar .single_sidebar_tittle a.normal_title.collapsed:after {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f0d7";
    font-family: "font awesome 5 free";
    color: #cec1c2;
    font-weight: 600;
    font-size: 14px
}

.sidebar .single_sidebar_tittle:hover {
    background-color: #192434
}

.sidebar .single_sidebar_tittle:hover i {
    color: #2e4765
}

.sidebar .single_menu_item {
    padding-left: 36px;
    margin: 6px 0;
    line-height: 21px
}

.sidebar .single_menu_item:hover {
    padding-left: 55px !important
}

.sidebar .sidebar_iner ul li {
    list-style: none
}

.sidebar .sidebar_iner ul li .submenu {
    background: #fff7f8;
    padding: 0 0 0 70px !important;
    border-bottom: 1px solid #eee1e2
}

.sidebar .sidebar_iner ul li .submenu li a {
    font-size: 13px;
    line-height: 36px;
    color: #7e7172;
    font-weight: 400
}

.sidebar .sidebar_iner ul li .submenu li:last-child {
    padding-bottom: 18px
}

@media(max-width:991px) {
    .active_sidebar {
        left: 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
    }
}

.sidebar_close_icon i {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 29px;
    cursor: pointer;
    color: #222
}

.sidebar_widget .white_box {
    padding: 30px
}

@media(max-width:991px) {
    .sidebar_widget .white_box {
        padding: 25px 15px
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .sidebar_widget .white_box {
        padding: 15px
    }
}

@media only screen and (min-width:1440px) and (max-width:1679px) {
    .sidebar_widget .white_box {
        padding: 25px 15px
    }
}

.sidebar_widget .white_box .btn_2 {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    padding: 16px 25px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sidebar_widget .white_box .btn_2 {
        padding: 12px 7px
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .sidebar_widget .white_box .btn_1 {
        padding: 8px 10px;
        font-size: 11px
    }
}

.sidebar_widget .date_range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0 18px
}

.sidebar_widget .date_range .btn_3 {
    border-radius: 5px;
    font-size: 13px;
    font-weight: 300
}

.sidebar_widget .date_range i {
    display: none
}

.sidebar_widget .date_range .end_date,
.sidebar_widget .date_range .start_date {
    width: 115px
}

.sidebar_widget .date_range .end_date input,
.sidebar_widget .date_range .start_date input {
    width: 100%;
    border: 1px solid #e4e8ec;
    color: #7e7172;
    font-size: 13px;
    padding: 11px 20px;
    border-radius: 5px;
    font-weight: 300
}

.sidebar_widget .date_range .end_date ::placeholder,
.sidebar_widget .date_range .start_date ::placeholder {
    color: #7e7172
}


.sidebar #sidebar_menu>li {
    margin-left: 0
}

.sidebar #sidebar_menu>li a {
    transition: .3s;
    z-index: 0;
    display: grid;
    grid-template-columns: 34px auto;
    align-items: center;
    position: relative;
    color: #fff !important;
    padding: 18px 10px 9px 19px;
    margin-top: 8px;
    background: #e3e3e3;
    border-radius: 5px;
}

.sidebar #sidebar_menu>li a:hover {
    color: #3e91c2 !important;
    
}

.sidebar #sidebar_menu>li a.active {
    color: #f65365;
    background: #f8fafc;
    border-radius: 15px
}

.sidebar #sidebar_menu>li a::after {
    color: #fff;
    transform: rotate(-90deg) translate(0, -50%);
    opacity: 1;
    font-size: 10px;
    right: 15px;
    color: #a1a4b9
}

.sidebar #sidebar_menu>li a i {
    font-size: 20px;
    margin-right: 12px;
    color: #171511 !important;
    -webkit-transition: .5s;
    transition: .5s
}

.sidebar #sidebar_menu>li a:hover::before {
    width: 6px;
    opacity: 1;
    visibility: visible
}


.sidebar #sidebar_menu>li.mm-active>a {
    background: #fff;
    border-radius: 30px;
    color: #3e91c2;
    border-radius: 4px 4px 0 0;
    background: 0 0
}

.sidebar #sidebar_menu>li.mm-active>a::after {
    color: #8890b5;
    transform: rotate(0) translate(0, -50%);
    opacity: 1;
    font-size: 10px;
    right: 15px
}

.sidebar #sidebar_menu>li.mm-active.metis_dropmenu>a {
    padding-top: 29px;
    padding-bottom: 30px;
    color: #a5adc6
}

.sidebar #sidebar_menu>li.mm-active>a i {
    color: #a5adc6
}

.sidebar #sidebar_menu>li.mm-active>a::before {
    opacity: 1;
    width: 6px;
    visibility: visible
}

.sidebar #sidebar_menu>li ul {
    padding: 0 0 5px 0px;
    background: 0 0;
    border-radius: 0 0 4px 4px;
    margin-left: 30px;
    background: #fff;
}

.sidebar #sidebar_menu>li ul li {
    list-style: none;
    margin: 0px;
}

.sidebar #sidebar_menu>li ul li:last-child a {
    padding-bottom: 30px
}

.sidebar #sidebar_menu>li ul li a {
    
    color: #fff;
    font-weight: 400;
    padding: 0;
    white-space: nowrap;
    padding: 0;
    padding: 10px 0 10px 35px !important;
    margin-top: 0;
    margin-left: 0;
    text-transform: capitalize;
    font-size:13.5px;
    
}

.sidebar #sidebar_menu>li ul li a::before {
    display: none
}

.sidebar #sidebar_menu>li ul li a.active {
    color: #f65365 !important
}

.sidebar #sidebar_menu>li ul li ul {
    padding-left: 5px
}

.admin_profile_Wrap {
    margin-bottom: 30px
}

.admin_profile_Wrap ul li {
    background: #fff7f8;
    border-top: 1px solid #eee1e2;
    border-bottom: 1px solid #eee1e2;
    padding: 30px 0 30px 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .admin_profile_Wrap ul li {
        padding: 30px 0 30px 20px
    }
}

.admin_profile_Wrap ul li a {
    display: block
}

.admin_profile_Wrap ul li a .admin_profile_inner .thumb img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext {
    margin-left: 15px
}

.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-bottom: 1px;
    white-space: nowrap
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
        font-size: 12px
    }
}

.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
    display: block;
    font-size: 12px;
    color: #7e7172;
    font-weight: 300;
    white-space: nowrap
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
        font-size: 11px
    }
}

.admin_profile_Wrap ul li ul {
    padding-left: 70px
}

.admin_profile_Wrap ul li ul li {
    padding: 0;
    border: 0
}

.admin_profile_Wrap ul li ul li a {
    font-size: 13px;
    color: #7e7172;
    font-weight: 400;
    padding-bottom: 17px
}

.admin_profile_Wrap ul li ul li:last-child a {
    padding-bottom: 0
}

.admin_profile_Wrap ul li ul li:first-child a {
    margin-top: 29px
}

.admin_profile_Wrap .metismenu .has-arrow::after {
    top: 38%
}


@media only screen and (min-width:992px) and (max-width:1200px) {
    .metismenu .has-arrow::after {
        right: 25px
    }
}

.sidebar #sidebar_menu li a img {
    width: 23px;
    height: auto;
   
}

.sidebar #sidebar_menu li a .icon_menu {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px
}

.sidebar.dark_sidebar {
    background: #1e1e2d
}

.sidebar.dark_sidebar .logo {
    background: 0 0
}

.sidebar.dark_sidebar #sidebar_menu>li ul {
    background: #1e1e2d
}

.sidebar.dark_sidebar #sidebar_menu>li.mm-active>a {
    background: #1e1e2d
}

.sidebar.dark_sidebar #sidebar_menu>li>a {
    color: #fff;
    background: 0 0
}

.sidebar.dark_sidebar #sidebar_menu>li ul li a.active {
    background: 0 0;
    color: #f65365 !important
}

.sidebar.dark_sidebar #sidebar_menu>li ul li a {
    color: #fff;
    background: 0 0
}

.sidebar.dark_sidebar #sidebar_menu>li {
    margin-left: 0;
    margin-right: 20px
}

.sidebar.dark_sidebar #sidebar_menu>li a::after {
    color: #fff
}

.body_content {
    display: flex
}

.main-title h3 {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #474d58
}

.main-title span {
    font-size: 12px;
    font-weight: 400;
    color: #757575;
    display: block;
    margin-top: 6px
}

.box_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center
}

@media(max-width:575.98px) {
    .box_header.box_header_block {
        flex-direction: column;
        align-items: flex-start !important
    }
}

@media(max-width:575.98px) {
    .box_header.box_header_block .main-title {
        margin-bottom: 15px
    }
}

.box_header .title_info p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #a3a0fb
}

.legend_style li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 10px
}

.legend_style li span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4400eb;
    margin-right: 4px
}

.legend_style li.inactive {
    opacity: .29
}

.title_btn {
    margin-bottom: 20px
}

.title_btn ul li {
    display: inline-block
}

.title_btn ul li a {
    display: inline-block;
    padding: 4px;
    background: #fff;
    font-size: 11px;
    text-transform: capitalize;
    color: #706f9a;
    border-radius: 5px;
    line-height: 25px;
    padding: 0 10px;
    transition: .3s
}

.title_btn ul li a:hover {
    background: #a66dd4;
    color: #fff
}

.title_btn ul li a.active {
    background: #a66dd4;
    color: #fff
}

.radial_footer .radial_footer_inner .left_footer {
    padding-left: 10px;
    margin-bottom: 20px
}

.radial_footer .radial_footer_inner .left_footer h5 {
    font-size: 13px;
    color: #43425d;
    font-weight: 500;
    margin-bottom: 0;
    position: relative
}

.radial_footer .radial_footer_inner .left_footer h5 span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #a4a1fb;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 6px
}

.radial_footer .radial_footer_inner .left_footer p {
    font-size: 12px;
    color: #4d4f5c;
    opacity: .5;
    font-weight: 400;
    margin-bottom: 0
}

.radial_footer .radial_bottom {
    border-top: 1px solid #efefef;
    text-align: center;
    padding-top: 15px;
    margin-top: 4px
}

.radial_footer .radial_bottom p a {
    font-size: 12px;
    color: #3b86ff;
    font-weight: 600
}

.blud_card {
    background: #4567ee !important;
    background-repeat: no-repeat;
    background-position: bottom
}

.blud_card p {
    color: #bcd3ff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px
}

.blud_card img {
    width: 100%
}

.single_user_pil {
    background: #f5f5ff;
    padding: 10px 20px;
    border-radius: 15px;
    transition: .3s;
    margin-bottom: 15px
}

.single_user_pil.admin_bg {
    background: #f5fdff
}

.single_user_pil:hover {
    background: #f5fdff
}

.single_user_pil .user_pils_thumb img {
    border: 1px solid #94c0d4
}

.single_user_pil .user_info {
    font-size: 14px;
    font-weight: 400;
    color: #b5bacd
}

.min_height_oveflow {
    height: 370px;
    overflow-x: hidden;
    overflow-y: auto
}

.main_content {
    padding-left: 270px;
    width: 100%;
    padding-top: 0 !important;
    transition: .5s;
    position: relative;
    min-height: 100vh;
    padding-bottom: 70px;
    overflow: hidden;
    background:#181b1c;
}

.main_content.full_main_content {
    padding-left: 24px;
}

.main_content.main_content_padding_hide {
    padding-left: 0;
    padding-top: 100px !important
}

@media(max-width:991px) {
    .main_content {
        padding: 90px 0 100px
    }
}

@media(max-width:575.98px) {
    .main_content {
        padding: 0px 0 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .main_content {
        padding: 120px 0 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main_content {
        padding: 120px 0 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main_content {
        padding-left: 20%
    }
}

.main_content.default_content .main_content_iner {
    margin: 0;
    border-radius: 0
}

.main_content .main_content_iner {
    min-height: 68vh;
    transition: .5s;
    background: #181b1c;
    margin: 0;
    z-index: 22;
    border-radius: 0;
    padding: 15px;
    margin-top: 50px;
}

@media only screen and (max-width: 600px) {
  .main_content .main_content_iner {
   padding:0px;
  }
}

.main_content .main_content_iner.default_main_contaner_iner {
    background: #fff
}

.main_content .main_content_iner.default_main_contaner_iner::before {
    display: none
}

@media(max-width:991px) {
    .main_content .main_content_iner {
        margin: 0;
        padding: 50px 15px
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .main_content .main_content_iner.main_content_iner_padding {
        padding: 0 30px
    }
}

@media only screen and (min-width:1440px) and (max-width:1679px) {
    .main_content .main_content_iner.main_content_iner_padding {
        padding: 0 60px
    }
}

@media(min-width:1680px) {
    .main_content .main_content_iner.main_content_iner_padding {
        padding: 0 135px
    }
}

@media(max-width:575.98px) {
    .main_content .main_content_iner {
        margin-bottom: 20px
    }
}

.address_book_hint p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px
}

.single_element h4 {
    margin-bottom: 30px
}

.single_element .quick_activity_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px
}

@media(max-width:575.98px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

.single_element .single_quick_activity {
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 20px;
    position: relative
}

.single_element .single_quick_activity .notification_btn {
    position: absolute;
    right: 22px;
    top: 32px
}

@media(max-width:575.98px) {
    .single_element .single_quick_activity {
        padding: 20px 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_element .single_quick_activity {
        padding: 20px 15px
    }
}

.single_element .single_quick_activity .count_content {
    position: relative;
    z-index: 9;
    margin-bottom: 40px
}

.single_element .single_quick_activity .count_content .blue_color {
    color: #20b1b9 !important
}

.single_element .single_quick_activity .count_content .red_color {
    color: #ff4409 !important
}

.single_element .single_quick_activity .count_content .deep_blue {
    color: #016dd8 !important
}

.single_element .single_quick_activity .count_content .green_color {
    color: #01d874 !important
}

.single_element .single_quick_activity h3 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
    color: #474d58;
    margin-bottom: 0;
    font-family: 'League Spartan', sans-serif;
    line-height: 1
}

.single_element .single_quick_activity p {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 700;
    color: #8890b5;
    font-family: 'League Spartan', sans-serif;
    line-height: 1;
    margin-bottom: 15px
}

.common_white_text {
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

.text_white {
    color: #fff !important
}

.orange_bg {
    background: #ff4409 !important
}

.blue_bg {
    background: #016dd8 !important
}

.green_bg {
    background: #20b1b9 !important
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1001
}

.serach_field-area.d-flex.align-items-center span {
    display: none
}

.page_title_box {
    padding-bottom: 30px
}

.breadcrumb.page_bradcam {
    padding-left: 0;
    background: 0 0;
    padding: 0
}

.breadcrumb.page_bradcam.default_bradcam li {
    color: #9b9aba
}

.breadcrumb.page_bradcam.default_bradcam li a {
    color: #9b9aba
}

.breadcrumb.page_bradcam.default_bradcam .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #9b9aba
}

.breadcrumb.page_bradcam li {
    font-size: 14px;
    font-weight: 400;
    color: #9b9aba
}

.breadcrumb.page_bradcam li a {
    font-size: 13px;
    font-weight: 400;
    color: #9b9aba
}

.breadcrumb.page_bradcam .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #9b9aba
}

.page_title_left h3 {
    color: #242934;
    font-size: 25px;
    font-weight: 900
}

.common_bootstrap_button span {
    background: #f64e60;
    padding: 7px 12px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    min-height: 36px
}

.page_date_button {
    text-transform: capitalize;
    color: #9995b6;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    min-height: 36px
}

.page_date_button img {
    margin-right: 10px
}

.page_title_right {
    display: flex;
    flex-wrap: wrap
}

.page_title_right .page_date_button {
    margin-right: 10px
}

.dashboard_part .notification_tab {
    padding: 27px 25px;
    background-color: #f5ecec;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    -webkit-transition: .5s;
    transition: .5s
}

.dashboard_part .notification_tab p {
    font-size: 16px;
    color: #474d58
}

.dashboard_part .notification_tab p a {
    color: #2e4765
}

.dashboard_part .hide_icon {
    cursor: pointer
}

.dashboard_part .hide_icon i {
    color: #2e4765;
    font-size: 10px
}

.white_box {
    padding: 30px;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

@media(max-width:575.98px) {
    .white_box {
        padding: 30px 25px
    }
}

.white_box .white_box_tittle h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

@media(max-width:991px) {
    .white_box .white_box_tittle h4 {
        margin-bottom: 15px
    }
}

.white_card {
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.white_card .white_card_header {
    padding: 22px 30px
}

.white_card .white_card_body {
    padding: 5px 30px 25px
}

.white_box_50px {
    padding: 43px 45px 38px 50px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

@media(max-width:575.98px) {
    .white_box_50px {
        padding: 30px 25px
    }
}

.white_box_50px .white_box_tittle h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

@media(max-width:991px) {
    .white_box_50px .white_box_tittle h4 {
        margin-bottom: 15px
    }
}

.white_box2 {
    padding: 40px 40px 25px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

@media(max-width:575.98px) {
    .white_box2 {
        padding: 30px 25px
    }
}

.white_box2 .white_box_tittle h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

@media(max-width:991px) {
    .white_box2 .white_box_tittle h4 {
        margin-bottom: 15px
    }
}

.chart_box .white_box_tittle {
    margin-bottom: 20px
}

.chart_box .white_box_tittle h4 {
    margin-bottom: 2px
}

@media(max-width:991px) {
    .chart_box .white_box_tittle h4 {
        margin-bottom: 15px
    }
}

.chart_box p {
    margin-bottom: 29px;
    color: #707070
}

.chart_box label {
    margin-bottom: 0
}

.chart_box .b {
    display: block !important
}

.chart_box .toggle {
    position: relative;
    width: 44px;
    height: 22px;
    border-radius: 50px;
    background-color: #222;
    border: 1px solid #222;
    overflow: hidden
}

.chart_box .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6
}

.chart_box .check:checked~.switch {
    right: 5px;
    left: 57.5%;
    transition: .25s cubic-bezier(.785, .135, .15, .86);
    transition-property: left, right;
    transition-delay: .08s, 0s
}

.chart_box .switch {
    position: absolute;
    left: 5px;
    top: 3px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    transition: .25s cubic-bezier(.785, .135, .15, .86);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    height: 13px;
    width: 13px;
    padding: 6px !important;
    margin-right: 0
}

.chart_box .switch:after {
    display: none
}

.chart_box .hide {
    display: none !important
}

.QA_section .QA_table .table {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 35px;
    padding-top: 20px
}

.QA_section .QA_table td,
.QA_section .QA_table th {
    font-weight: 400;
    padding: 10px 15px;
    vertical-align: middle
}

.QA_section .QA_table .question_content {
    color: #7e7172;
    font-size: 13px
}

.QA_section .QA_table .question_content:hover {
    color: #2e4765
}

.QA_section .QA_table thead {
    padding-bottom: 10px
}

.QA_section .QA_table thead th {
    white-space: nowrap;
    padding-left: 0;
    border-bottom: 1px solid rgba(130, 139, 178, .3) !important
}

.QA_section .QA_table tbody tr:first-child td {
    padding-top: 20px
}

.QA_section .QA_table tbody th {
    font-size: 14px;
    color: #415094;
    font-weight: 400 !important
}

.QA_section .QA_table tbody .btn_1 {
    background: #65f9b3;
    color: #fff;
    border: 0;
    font-size: 8px;
    padding: 0;
    height: 18px;
    width: 26px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700
}

.QA_section .QA_table tbody img.user_thumb {
    width: 36px;
    height: 36px;
    border-radius: 3px
}

.QA_section .QA_table tbody img.check_status {
    width: 21px;
    height: 18px;
    border-radius: 3px
}

.QA_section .QA_table tbody td,
.QA_section .QA_table tbody th {
    font-size: 12px;
    font-weight: 400;
    border-bottom: 0
}

.QA_section .QA_table tbody td.pending,
.QA_section .QA_table tbody th.pending {
    color: #e09079;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

.QA_section .QA_table tbody td.priority_hight,
.QA_section .QA_table tbody th.priority_hight {
    font-size: 14px;
    color: #d7598f;
    font-weight: 400
}

.QA_section .QA_table tbody tr {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.QA_section .QA_table tbody tr:hover {
    background: #fff
}

.QA_section .QA_table .view_btn {
    color: #2e4765
}

.QA_section .QA_table .view_btn:hover {
    text-decoration: underline
}

.QA_section .QA_table .table {
    margin-bottom: 0 !important
}

.QA_section .QA_table .table thead th {
    border-bottom: 0 solid transparent;
    padding: 9px 15px;
    border: 0 solid transparent;
    font-size: 12px;
    font-weight: 600;
    color: #474d58;
    white-space: nowrap;
    text-transform: capitalize;
    font-family: 'League Spartan', sans-serif;
    border: 0;
    background: #fff;
    border: 0 !important;
    background: 0 0;
    border-top: 1px solid #e5ecff !important;
    border-bottom: 1px solid #e5ecff !important;
    position: relative
}

.QA_section .QA_table .table thead th:first-child {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #e5ecff !important
}

.QA_section .QA_table .table thead th:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #e5ecff !important
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .chart_box_1 .box_header {
        flex-direction: column
    }
}

.chart_box_1 .box_header .box_header_left {
    flex-basis: 50%
}

@media(min-width:768px) and (max-width:991.98px) {
    .chart_box_1 .box_header .box_header_left {
        flex-basis: 55%
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .chart_box_1 .box_header .box_header_left {
        flex-basis: 55%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .chart_box_1 .box_header .box_header_left {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 20px
    }
}

.chart_box_1 .box_header .box_header_left ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.chart_box_1 .box_header .box_header_left ul li {
    display: inline-block;
    text-align: center
}

@media(max-width:575.98px) {
    .chart_box_1 .box_header .box_header_left ul li {
        flex: 50% 0 0;
        margin-bottom: 20px
    }
}

.chart_box_1 .box_header .box_header_left ul li h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0
}

.chart_box_1 .box_header .box_header_left ul li p {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0
}

.chart_box_1 .box_header .box_header_right .legend_circle ul li {
    color: #828bb2;
    font-size: 12px;
    font-weight: 400;
    margin-right: 30px;
    display: inline-block
}

@media(max-width:575.98px) {
    .chart_box_1 .box_header .box_header_right .legend_circle ul li {
        margin-right: 14px
    }
}

.chart_box_1 .box_header .box_header_right .legend_circle ul li:last-child {
    margin-right: 0
}

.chart_box_1 .box_header .box_header_right .legend_circle ul li span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px
}

.dashboard_breadcam p {
    color: #6f658d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.dashboard_breadcam p i {
    margin: 0 5px;
    color: #3e91c2;
}

.dashboard_breadcam p a {
    color: #3e91c2;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.form_style .form-group label,
.form_style .form-group p {
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 13px;
    color: #7e7172
}

.form_style .form-group input {
    border: 1px solid #e4e8ec;
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
    padding: 15px 25px;
    background-color: #fef1f2;
    height: auto;
    line-height: 18px
}

.revenue_part .btn_2 {
    padding: 8px 13px;
    margin-left: 30px
}

.revenue_part .courses_price .btn_1 {
    padding: 13px 32px;
    line-height: 16px;
    height: auto;
    width: auto
}

.revenue_part .courses_details span {
    font-size: 16px;
    font-weight: 600;
    color: #7e7172;
    margin-top: 3px
}

.revenue_part .courses_duration {
    position: relative;
    padding-left: 25px
}

.revenue_part .courses_duration h6 {
    font-size: 14px;
    margin-bottom: 8px
}

.revenue_part .courses_duration h6 i {
    color: #2e4765;
    position: absolute;
    left: 0;
    top: 2px
}

.payment_methord h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px
}

.payment_methord .payment_mathord_content {
    background-color: #fff;
    padding: 30px
}

.payment_methord .payment_mathord_content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 28px 0 7px
}

.payment_methord .payment_mathord_content .btn_1 {
    margin-top: 28px
}

.payment_methord .nav-tabs {
    border-bottom: 0 solid transparent
}

.payment_methord .payment_methord_logo {
    display: flex;
    align-items: center
}

.payment_methord .payment_methord_logo .single_logo_iner {
    width: 188px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbc1c9;
    border-left: 0 solid transparent;
    -webkit-transition: .5s;
    transition: .5s
}

.payment_methord .payment_methord_logo .single_logo_iner:first-child {
    border-left: 1px solid #bbc1c9;
    border-radius: 5px 0 0 5px
}

.payment_methord .payment_methord_logo .single_logo_iner:last-child {
    border-radius: 0 5px 5px 0
}

.payment_methord .payment_methord_logo .single_logo_iner img {
    max-width: 100px
}

.payment_methord .payment_methord_logo .single_logo_iner.active {
    border: 1px solid #2e4765 !important
}

.form_group {
    margin-top: 24px
}

.form_group input {
    width: 100%;
    background-color: #fef1f2;
    border-radius: 5px;
    border: 1px solid #f1f3f5;
    padding: 12px 20px
}

.form_group .single_form_item label {
    width: 100%;
    display: block
}

.form_group .single_form_item input {
    width: auto;
    display: inline-block;
    padding: 12px 20px;
    max-width: 85px;
    color: #9c9c9c
}

.form_group #CVV {
    max-width: 118px !important
}

.form_group .nice_Select {
    background-color: #fef1f2;
    margin-right: 10px;
    color: #9c9c9c
}

.checkbox label {
    margin-bottom: 0;
    margin-top: 25px;
    color: #9c9c9c;
    margin-left: 8px
}

.footer_part {
    text-align: center;
    padding-bottom: 0;
    padding-top: 6px;
    background: #181b1c;
    padding-left: 270px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 15px;
    
}

.footer_part.fixed_footer {
    position: fixed;
    z-index: 99;
    border-radius: 0;
    padding-bottom: 0;
    background: 0 0
}

.footer_part.fixed_footer .footer_iner {
    border-top: 2px solid #884ffb;
    background: #fff !important
}

.footer_part.full_footer {
    padding-left: 136px
}

.footer_part.default_footer {
    background: #f5f6ff
}

.footer_part.default_footer .footer_iner {
    background: 0 0 !important
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .footer_part {
        padding-left: 0 !important
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer_part {
        padding-left: 20%
    }
}

.footer_part .footer_iner.text-center {
    background: #fff;
    padding: 27px 0;
    margin: 0 15px;
    border-radius: 15px;
    background: 0 0
}

.footer_part p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform:uppercase;
}

.footer_part p span {
    margin: 0 10px
}

.footer_part p a {
    color: #884ffb
}

.footer_part p a:hover {
    text-decoration: underline
}

.breadcrumb_content {
    background-color: #fff;
    padding: 19px 30px;
    line-height: 22px
}

@media(max-width:991px) {
    .breadcrumb_content {
        padding: 25px 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb_content {
        display: block !important
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .breadcrumb_content {
        display: block !important
    }
}

.breadcrumb_content .active {
    color: #2e4765
}

.breadcrumb_content h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

@media(max-width:575.98px) {
    .breadcrumb_content h2 {
        margin-bottom: 15px;
        padding: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb_content h2 {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .breadcrumb_content h2 {
        margin-bottom: 15px
    }
}

.breadcrumb_content .sa_breadcrumb_iner a {
    position: relative;
    color: #7e7172;
    padding-left: 30px
}

.breadcrumb_content .sa_breadcrumb_iner a:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 3px;
    clip-path: polygon(0 0, 100% 55%, 0 100%);
    background-color: #7e7172;
    width: 10px;
    height: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.breadcrumb_content .sa_breadcrumb_iner a:first-child {
    padding-left: 0
}

.breadcrumb_content .sa_breadcrumb_iner a:first-child:after {
    display: none
}

.breadcrumb_content .sa_breadcrumb_iner a:hover {
    color: #2e4765
}

.breadcrumb_content .sa_breadcrumb_iner a:hover:after {
    background-color: #2e4765
}

.breadcrumb_content .sa_breadcrumb_iner a:last-child {
    color: #2e4765
}

.breadcrumb_content .sa_breadcrumb_iner a:last-child:after {
    background-color: #2e4765
}

#morris_bar {
    height: 300px
}

#morris_bar_bold {
    height: 300px
}

tspan {
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
    text-transform: capitalize
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: .1em 0;
    font-size: 13px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    font-family: 'League Spartan', sans-serif;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #7e7172;
    line-height: 12px;
    font-family: 'League Spartan', sans-serif;
}

.morris-hover.morris-default-style {
    font-family: 'League Spartan', sans-serif;
    font-size: 12px;
    text-align: center;
    background: #000 !important;
    border: 0;
    padding: 7px 22px 5px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500
}

.morris-hover.morris-default-style span {
    font-weight: 700;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #7e7172;
    line-height: 12px;
    font-family: 'League Spartan', sans-serif;
}

canvas#highlights {
    height: 300px !important;
    overflow: hidden
}

.lms_category_wrap {
    margin-bottom: 50px
}

.lms_category_wrap .category_header {
    background: #fef1f2;
    border-radius: 5px;
    padding: 17px 30px
}

.lms_category_wrap .category_header .category_left h4 {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0
}

.lms_category_wrap .category_header .category_left p {
    color: #7e7172;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0
}

@media(max-width:575.98px) {
    .lms_category_wrap .category_header .category_right {
        margin-top: 15px
    }
}

.lms_category_wrap ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 15px 30px;
    background: #fff;
    align-items: center;
    border-bottom: 1px solid #eee1e2;
    transition: .3s
}

@media(max-width:575.98px) {
    .lms_category_wrap ul li {
        padding: 15px 20px
    }
}

.lms_category_wrap ul li .category_info p {
    font-size: 13px;
    font-weight: 300;
    color: #7e7172
}

.lms_category_wrap ul li:hover {
    background: #fff7f8
}

.income_servay .count_content {
    text-align: center;
    margin-bottom: 30px
}

.income_servay .count_content h3 {
    font-size: 30px;
    font-weight: 600;
    color: #2e4765;
    line-height: 1;
    margin-bottom: 5px
}

.income_servay .count_content h3 span {
    color: #2e4765;
    font-weight: 600;
    line-height: 1
}

.income_servay .count_content p {
    font-size: 14px;
    font-weight: 400;
    color: #b2b5c0;
    line-height: 1
}

.staf_list_wrapper .single_staf {
    background: #fff;
    box-shadow: 0 7px 15px rgba(80, 143, 244, .15);
    text-align: center;
    padding: 50px 0;
    margin-bottom: 30px;
    margin-top: 30px
}

.staf_list_wrapper .single_staf .staf_thumb {
    margin-bottom: 25px
}

.staf_list_wrapper .single_staf .staf_thumb img {
    margin: auto;
    width: 118px;
    height: 118px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.staf_list_wrapper .single_staf h4 {
    font-size: 22px;
    font-weight: 600;
    color: #2e4765;
    margin-bottom: 3px
}

.staf_list_wrapper .single_staf p {
    font-size: 14px;
    color: #818e94;
    font-weight: 500
}

.owl-carousel .owl-nav button {
    width: 39px;
    height: 39px;
    border-radius: 7px;
    background: #eff1f7;
    position: absolute;
    top: -89px;
    right: 0;
    font-size: 18px !important;
    background: #eff1f7 !important;
    color: #141124
}

.owl-carousel .owl-nav button.owl-prev {
    right: 50px
}

.owl-carousel .owl-nav button:hover {
    background: #16bbe5 !important;
    color: #fff
}

.Activity_timeline {
    position: relative
}

.Activity_timeline ul li {
    position: relative;
    margin-bottom: 15px
}

.Activity_timeline ul li:last-child {
    margin-bottom: 0
}

.Activity_timeline ul li .activity_bell {
    background: #884ffb;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: 6px
}

.Activity_timeline ul li .activity_bell.bell_lite {
    opacity: .19
}

.Activity_timeline ul li .activity_wrap {
    position: relative;
    padding-left: 27px
}

.Activity_timeline ul li .activity_wrap h6 {
    font-size: 16px;
    font-weight: 600;
    color: #2d1967;
    margin-bottom: 0;
    line-height: 28px
}

.Activity_timeline ul li .activity_wrap p {
    font-size: 14px;
    line-height: 28px;
    color: #adb8c7;
    font-weight: 400
}

.activity_progressbar .single_progressbar h6 {
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 5px
}

.barfiller {
    width: 100%;
    height: 8px;
    background: #f8f9ff;
    position: relative;
    margin-bottom: 30px;
    border-radius: 30px
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0;
    height: 100%;
    z-index: 1;
    border-radius: 30px
}

.barfiller .tipWrap {
    display: none
}

.barfiller .tip {
    margin-top: -23px;
    padding: 2px 4px;
    font-size: 11px;
    color: #000;
    left: 0;
    position: absolute;
    z-index: 2
}

.barfiller#bar1 .tip {
    color: #508ff4
}

.barfiller#bar2 .tip {
    color: #ffbf43
}

.barfiller#bar3 .tip {
    color: #4be69d
}

.barfiller#bar4 .tip {
    color: #9267ff
}

.single_social_media {
    margin-bottom: 27px
}

.single_social_media .icon_media {
    width: 72px;
    height: 68px;
    background: #508ff4;
    font-size: 38px;
    text-align: center;
    line-height: 72px;
    border-radius: 10px;
    margin-right: 20px;
    flex: 72px 0 0;
    color: #fff
}

.single_social_media .icon_media.twitter_bg {
    background: #43ccff
}

.single_social_media .icon_media.youtube_bg {
    background: red
}

.single_social_media .icon_media.insta_bg {
    background: #ff72b9
}

.single_social_media .media_contet span {
    font-size: 16px;
    color: #8890b5;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.single_social_media .media_contet h4 {
    font-size: 35px;
    font-weight: 700;
    color: #474d58;
    margin-bottom: 0
}

.grid_4rap {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr))
}

@media(min-width:1600px) {
    .grid_4rap {
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr))
    }
}

.weatcher_update_wrapper {
    padding: 20px
}

.weatcher_update_wrapper .weather_img_2 {
    background-color: #e5fffe;
    border-radius: 15px;
    background-image: url(../img/weather_1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%
}

.note-editor.note-frame {
    border: 1px solid #eee1e2
}

.note-editor.note-frame .note-popover .note-popover-content,
.note-editor.note-frame .note-toolbar {
    padding: 4px 15px 8px;
    margin: 0;
    border-radius: 5px 5px 0 0;
    background-color: #f65365
}

.note-editor.note-frame .note-btn i,
.note-editor.note-frame .note-current-fontname {
    color: #7e7172;
    font-size: 12px
}

.note-editor.note-frame .note-btn {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #7e7172;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 3px
}

.note-editor.note-frame .note-btn:hover {
    color: #fff;
    background: #884ffb
}

.note-editor.note-frame .note-btn:hover i {
    color: #fff;
    background: #884ffb
}

.note-editor.note-frame .note-btn .note-current-fontname:hover {
    color: #fff
}

.note-editor.note-frame .show .dropdown-toggle::after {
    transform: rotate(180deg);
    color: red
}

.note-editor.note-frame .note-icon-font.note-recent-color {
    background: 0 0 !important;
    color: #7e7172 !important
}

.note-editor.note-frame .show .dropdown-toggle::after {
    color: #7e7172 !important
}

.note-editor.note-frame .note-btn:hover span {
    color: #fff !important
}

.note-editor.note-frame .note-btn:hover i {
    color: #fff !important
}

.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff
}

.note-editor.note-frame .note-placeholder {
    padding: 18px 25px 0;
    font-size: 14px;
    color: #7e7172;
    line-height: 28px;
    font-weight: 300
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .lms_sm_block {
        display: block
    }
}

@media(max-width:575.98px) {
    .lms_xs_small_btn a {
        padding: 11px 20px
    }
}

@media(max-width:575.98px) {
    .mb_xs_20px {
        margin-bottom: 20px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .mb_sm_20px {
        margin-bottom: 20px
    }
}

.lms_supper_text {
    vertical-align: super !important
}

.gj-picker-md {
    border: 1px solid #fef1f2;
    padding: 10px
}

.gj-picker-md table tr td.today div {
    color: #fff;
    background: #ff4409;
    border-radius: 50%
}

.gj-picker-md table tr td.gj-cursor-pointer div:hover {
    border-radius: 50%;
    background: #ff4409;
    color: #fff
}

.gj-picker-md div[role=navigator] div:first-child,
.gj-picker-md div[role=navigator] div:last-child {
    max-width: 42px;
    background: #fef1f2;
    color: #000;
    border-radius: 50%;
    font-size: 14px;
    line-height: 44px;
    height: 42px;
    font-weight: 900
}

.gj-picker-md div[role=navigator] div:first-child i,
.gj-picker-md div[role=navigator] div:last-child i {
    font-weight: 900;
    font-size: 14px
}

.dropdown-menu.show .dropdown-toggle.lms_drop_1::after {
    color: #fff !important
}

.dropdown-menu.option_width {
    min-width: 102px
}

.dropdown.show .dropdown-toggle.lms_drop_1::after {
    color: #fff
}

.lms_common_header .lms_common_title h4 {
    margin-bottom: 3px
}

.lms_common_header .lms_common_title p {
    font-size: 12px;
    font-weight: 300;
    color: #7e7172;
    margin-bottom: 0
}

.common_line_separator {
    display: inline-block;
    width: 2px;
    height: 11px;
    background: #b9b3b3;
    margin: 0 7px
}

.h-120px {
    height: 120px !important
}

.h-260px {
    height: 260px !important
}

@media(max-width:991px) {
    .h-260px {
        height: 160px !important
    }
}

.h-230px {
    height: 230px !important
}

@media(max-width:991px) {
    .h-230px {
        height: 160px !important
    }
}

.discription_list_wrap p {
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
    line-height: 26px;
    margin-bottom: 17px
}

.discription_list_wrap h5 {
    font-size: 12px;
    font-weight: 400;
    color: #222;
    margin-top: 19px;
    margin-bottom: 14px
}

.common_list_style li {
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
    line-height: 26px;
    position: relative;
    padding-left: 15px
}

.common_list_style li:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #7e7172;
    content: '';
    border-radius: 50%
}

.result_modal_table_form .modal-body {
    margin: 30px 0;
    padding: 120px 100px 104px !important
}

@media(max-width:991px) {
    .result_modal_table_form .modal-body {
        padding: 30px !important
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .result_modal_table_form .modal-body {
        padding: 50px !important
    }
}

.result_modal_table_form .table thead th {
    border-bottom: 0 solid transparent;
    background-color: #fef1f2;
    padding: 17px 30px;
    line-height: 16px;
    border: 0 solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 0;
    font-size: 12px;
    font-weight: 400;
    color: #222;
    white-space: nowrap
}

.result_modal_table_form .table tbody td,
.result_modal_table_form .table tbody th {
    color: #7e7172;
    font-size: 13px !important;
    color: #7e7172;
    font-weight: 300;
    border-bottom: 1px solid #eee1e2;
    padding: 10px 25px !important
}

.result_modal_table_form .result_header_modal {
    margin-bottom: 45px
}

.result_modal_table_form .result_header_modal h2 {
    font-size: 36px;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px
}

@media(max-width:575.98px) {
    .result_modal_table_form .result_header_modal h2 {
        font-size: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .result_modal_table_form .result_header_modal h2 {
        font-size: 20px
    }
}

.result_modal_table_form .result_header_modal p {
    font-size: 14px;
    font-weight: 300;
    color: #7e7172;
    line-height: 26px
}

.result_modal_table_form .result_header_modal .passed_text {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 29px;
    margin-bottom: 35px
}

@media(max-width:575.98px) {
    .result_modal_table_form .result_header_modal .passed_text {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .result_modal_table_form .result_header_modal .passed_text {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .result_modal_table_form .result_header_modal .passed_text {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.student_list_img img {
    width: 50px;
    height: 50px
}

.common_date_picker input {
    width: 100%;
    border: 1px solid #f1f3f5;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #222;
    padding: 0 25px;
    font-weight: 500
}

.website_settings_wrap .modal-body {
    padding: 0 !important
}

.input_form_persent {
    position: relative
}

.input_form_persent:before {
    content: "\f295";
    border-bottom: 0;
    border-right: 0;
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: auto;
    right: 25px;
    border: 0;
    font-family: "font awesome 5 free";
    font-weight: 600;
    color: #cec1c2;
    transform: translateY(-50%);
    font-size: 13px
}

.tagInput_field {
    margin-bottom: 21px
}

.tagInput_field label {
    font-size: 12px;
    font-weight: 300;
    color: #222;
    text-align: left;
    margin: 0;
    margin-bottom: 0;
    display: block;
    margin-bottom: 8px
}

.tagInput_field .bootstrap-tagsinput {
    text-align: left;
    border: 1px solid #eee1e2;
    padding: 9px 25px 4px;
    box-shadow: none;
    border-radius: 3px;
    min-height: 50px
}

.tagInput_field .bootstrap-tagsinput input {
    border: none !important;
    width: auto !important;
    display: inline-block !important;
    background-color: transparent !important;
    height: 0;
    margin: 0;
    min-width: 20px;
    padding: 7px !important
}

.tagInput_field .bootstrap-tagsinput .badge {
    margin: 0 5px 5px 0;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 20px;
    font-size: 12px;
    color: #ff4409;
    font-weight: 400;
    background: #ffff;
    border: 1px solid #ff4409;
    border-radius: 30px;
    position: relative
}

.tagInput_field .bootstrap-tagsinput .badge [data-role=remove]::after {
    font-size: 10px;
    font-family: 'League Spartan', sans-serif;
    content: "\e646";
    background: 0 0;
    padding: 0;
    margin: 0;
    margin-left: 0;
    background: 0 0;
    margin-left: 5px;
    padding: 0;
    border: 1px solid transparent;
    padding: 2px
}

.tagInput_field .bootstrap-tagsinput .badge [data-role=remove]:hover::after {
    background: #ff4409;
    color: #fff;
    border-color: #ff4409
}

.tagInput_field span.badge.badge-info span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px
}

.custom_striped_progressbar .progress {
    height: 24px;
    background: 0 0;
    border-radius: 30px;
    width: 256px
}

.custom_striped_progressbar .progress-bar {
    position: relative;
    border-radius: 30px;
    text-align: left;
    font-size: 15px;
    padding-left: 15px;
    color: #fff;
    font-weight: 300;
    background: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.custom_striped_progressbar .progress-bar.green_bar {
    background-image: url(../img/progress/progress-bg.png);
    background-size: cover
}

.custom_striped_progressbar .progress-bar.yellow_bar {
    background-image: url(../img/progress/design-progress-yellow.png);
    background-size: cover
}

.custom_striped_progressbar .progress-bar.red_bar {
    background-image: url(../img/progress/design-progress-red.png);
    background-size: cover
}

.custom_lms_radio_2 label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
    margin-left: 0;
    padding-bottom: 15px;
    margin-top: 0
}

.custom_lms_radio_2 label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 20px;
    height: 20px;
    transform-origin: center;
    border: 1px solid #eee2e3;
    border-radius: 50%;
    vertical-align: -6px;
    margin-right: 15px;
    transition: background-color 150ms .2s, transform 350ms cubic-bezier(.78, -1.22, .17, 1.89)
}

.custom_lms_radio_2 label span:before {
    content: "";
    width: 0;
    height: 1px;
    border-radius: 2px;
    background: #ff4409;
    position: absolute;
    transform: rotate(38deg);
    top: 13px;
    left: 9px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
    top: 9.69px;
    left: 4.99px;
    border-radius: 0
}

.custom_lms_radio_2 label span:after {
    content: "";
    width: 0;
    height: 1px;
    border-radius: 2px;
    background: #ff4409;
    position: absolute;
    transform: rotate(305deg);
    top: 12.8px;
    left: 7.48px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
    border-radius: 0
}

.custom_lms_radio_2 label:hover span:before {
    width: 4px;
    transition: width .1s ease
}

.custom_lms_radio_2 label:hover span:after {
    width: 10px;
    transition: width 150ms ease .1s
}

.custom_lms_radio_2 input[type=radio] {
    display: none
}

.custom_lms_radio_2 input[type=radio]:checked+label span {
    background-color: #ff4409;
    transform: scale(1);
    border-color: #ff4409
}

.custom_lms_radio_2 input[type=radio]:checked+label span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease .1s
}

.custom_lms_radio_2 input[type=radio]:checked+label span:before {
    width: 4px;
    background: #fff;
    transition: width 150ms ease .1s
}

.custom_lms_radio_2 input[type=radio]:checked+label:hover span {
    background-color: #ff4409;
    transform: scale(1.25);
    border-color: #ff4409
}

.custom_lms_radio_2 input[type=radio]:checked+label:hover span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease .1s
}

.custom_lms_radio_2 input[type=radio]:checked+label:hover span:before {
    width: 4px;
    background: #fff;
    transition: width 150ms ease .1s
}

.import_topic_wrapper.modal_btn {
    display: grid !important;
    grid-gap: 10px;
    grid-template-columns: 3fr 9fr;
    align-items: end
}

.import_topic_wrapper.modal_btn .btn_1 {
    margin: 0 !important
}

@media(max-width:575.98px) {
    .import_topic_wrapper.modal_btn {
        grid-template-columns: repeat(1, 1fr)
    }
}

.indvisual_form .btn_1.big_btn {
    padding: 16px 36px
}

.indvisual_form .chose_thumb_title {
    font-size: 12px;
    font-weight: 300;
    color: #222;
    text-align: left;
    margin: 0;
    margin-bottom: 0;
    display: block;
    margin-bottom: 8px
}

.indvisual_form .input_wrap label {
    font-size: 12px;
    font-weight: 300;
    color: #222;
    text-align: left;
    margin: 0;
    margin-bottom: 0;
    display: block;
    margin-bottom: 8px
}

.indvisual_form .input_wrap textarea {
    height: 100px;
    padding: 0;
    line-height: 28px;
    padding: 13px 25px
}

.indvisual_form .input_wrap textarea.max_textarea {
    height: 290px
}

.indvisual_form .nice_Select,
.indvisual_form input,
.indvisual_form textarea {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #eee1e2;
    padding: 10px 25px;
    color: #7e7172;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 21px;
    font-weight: 300;
    border-radius: 3px
}

.indvisual_form .nice_Select::placeholder,
.indvisual_form input::placeholder,
.indvisual_form textarea::placeholder {
    color: #7e7172;
    font-weight: 300;
    opacity: 1
}

.indvisual_form .nice_Select {
    line-height: 30px
}

.indvisual_form .nice_Select :after {
    left: 22px
}

.indvisual_form .nice-select.nice_Select2 {
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #eee1e2;
    padding: 0 37px 0 20px;
    color: #7e7172;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 21px;
    font-weight: 300;
    border-radius: 3px;
    margin: 0;
    width: auto
}

.indvisual_form .nice-select.nice_Select2::after {
    top: 20%
}

.list_counter_wrapper .single_list_counter {
    border-bottom: 1px solid #f1f3f5;
    padding: 35px 0 26px 87px
}

.list_counter_wrapper .single_list_counter:last-child {
    border: 0
}

.list_counter_wrapper .single_list_counter h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0
}

.list_counter_wrapper .single_list_counter h3 span {
    font-size: 30px;
    font-weight: 700
}

.list_counter_wrapper .single_list_counter p {
    font-size: 17px;
    color: #6f658d;
    margin-bottom: 0;
    padding-top: 15px
}

.green_color {
    color: #01d874 !important
}

.blue_color {
    color: #20b1b9 !important
}

.deep_blue {
    color: #016dd8 !important
}

.deep_blue_2 {
    color: #4567ee !important
}

.red_color {
    color: #ff4409 !important
}

.activity_progressbar .single_progressbar {
    display: grid !important;
    grid-template-columns: 150px auto;
    margin-bottom: 25px;
    align-items: center
}

.activity_progressbar .single_progressbar h6 {
    font-size: 16px;
    font-weight: 400;
    color: #2d1967
}

.activity_progressbar .single_progressbar .barfiller {
    margin-bottom: 0
}

.activity_progressbar .single_progressbar .barfiller .tip {
    color: #2d1967 !important;
    font-size: 12px
}

.legend_style_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 25px;
    margin-top: 50px
}

@media(max-width:991px) {
    .legend_style_grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

.legend_style_grid li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 8px
}

.legend_style_grid li span {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    display: inline-block
}

.bulder_tab_wrapper ul {
    border-bottom: 1px solid #e4e6ef
}

.bulder_tab_wrapper ul li .nav-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 500;
    color: #7e8299;
    text-transform: capitalize;
    border-bottom: 1px solid transparent
}

.bulder_tab_wrapper ul li .nav-link.active {
    color: #3699ff;
    border-bottom: 1px solid #3699ff
}

.assign_list li {
    display: inline-block;
    margin-right: 5px
}

.assign_list li:last-child {
    margin-right: 0
}

.assign_list li a img {
    width: 100%;
    border-radius: 50%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 23px;
    height: 23px;
    transform: translateY(0)
}

.assign_list li a img:hover {
    transform: translateY(-2px)
}

.dataTables_paginate {
    margin-top: 0;
    margin-top: 30px
}

.dataTables_paginate a {
    width: 32px;
    height: 32px;
    background: #fff !important;
    border-radius: 3px !important;
    text-align: center !important;
    line-height: 32px;
    padding: 0 !important;
    margin: 0 !important;
    margin: 0 5px !important
}

.dataTables_paginate a.current {
    background: #884ffb !important;
    box-shadow: 0 5px 10px rgba(59, 118, 239, .3) !important;
    border: 0 !important;
    color: #fff !important
}

.dataTables_paginate a:hover {
    background: #884ffb !important;
    box-shadow: 0 5px 10px rgba(59, 118, 239, .3);
    border: 0 !important;
    color: #fff !important
}

.dataTables_paginate a:hover i {
    color: #fff !important
}

.dataTables_paginate a i {
    line-height: 32px;
    font-size: 12px;
    color: #415094
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #fff !important;
    border: 0
}

#DataTables_Table_0_info {
    font-size: 14px;
    color: #415094;
    font-weight: 400;
    margin-top: 35px;
    padding-top: 0
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #884ffb;
    background-color: #884ffb !important;
    box-shadow: 0 5px 10px rgba(136, 79, 251, .04) !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0 !important
}

.min_400 {
    min-height: 380px
}

@media(min-width:1900px) {
    .min_400 {
        min-height: 450px
    }
}

.min_430 {
    min-height: 430px
}

@media(min-width:1900px) {
    .min_430 {
        min-height: 460px
    }
}

.mb-55 {
    margin-bottom: 55px
}

.widget-chart {
    text-align: center;
    padding: 1rem;
    position: relative
}

.widget-chart .rounded {
    border-radius: .25rem !important
}

.widget-chart .icon-wrapper {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.widget-chart .icon-wrapper .icon-wrapper-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    opacity: .2
}

.widget-chart .icon-wrapper i {
    margin: 0 auto;
    font-size: 1.7rem;
    position: relative;
    z-index: 5;
    line-height: 54px
}

.widget-chart .widget-numbers {
    font-weight: 700;
    font-size: 2.5rem;
    display: block;
    line-height: 1;
    margin: 1rem auto
}

.widget-chart .widget-numbers span {
    font-weight: 700;
    font-size: 2.5rem
}

.widget-chart .widget-subheading {
    margin-top: -.5rem
}

.widget-chart .widget-description {
    margin: 1rem 0 0
}

.bg-light {
    background-color: #f1f1f1 !important;
}

.icon-wrapper .icon-wrapper-bg.bg-light {
    opacity: .08
}

.bg-focus {
    background-color: #444054 !important
}

.bg-primary {
    background-color: #3f6ad8 !important
}

.accordion_custom h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px
}

.accordion_custom .card {
    margin-bottom: 15px;
    border: 0;
    overflow: visible
}

.accordion_custom .card .card-header {
    border: 0;
    padding: 0;
    border-radius: 10px !important
}

.accordion_custom .card .card-header h2 {
    padding: 0
}

.accordion_custom .card .card-header h2 a {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    position: relative;
    padding: 13px 20px;
    background: #884ffb;
    box-shadow: 0 5px 10px rgba(76, 110, 248, .3);
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.accordion_custom .card .card-header h2 a::before {
    content: "\e64b";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    right: 30px;
    color: #fff
}

.accordion_custom .card .card-header h2 a.collapsed {
    background: #f5f6ff;
    color: #415094;
    box-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.accordion_custom .card .card-header h2 a.collapsed::before {
    content: "\e648";
    color: #415094
}

.accordion_custom .card .card-header h2 a:focus {
    text-decoration: none
}

.accordion_custom .card .card-body {
    padding: 24px 20px 30px
}

@media(max-width:575.98px) {
    .accordion_custom .card .card-body {
        padding: 15px
    }
}

.accordion_custom .card .card-body p {
    font-size: 14px;
    line-height: 26px;
    color: #555;
    font-weight: 300;
    margin-bottom: 28px
}

.accordion_custom .card .card-body p:last-child {
    margin-bottom: 0
}

.accordion_custom2 h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px
}

.accordion_custom2 .card {
    margin-bottom: 15px;
    border: 0;
    overflow: visible
}

.accordion_custom2 .card .card-header {
    border: 0;
    padding: 0;
    border-radius: 0 !important
}

.accordion_custom2 .card .card-header h2 {
    padding: 0
}

.accordion_custom2 .card .card-header h2 a {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    position: relative;
    padding: 13px 20px;
    background: #884ffb;
    box-shadow: 0 5px 10px rgba(76, 110, 248, .3);
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.accordion_custom2 .card .card-header h2 a::before {
    content: "\e627";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    right: 30px;
    color: #fff
}

.accordion_custom2 .card .card-header h2 a.collapsed {
    background: #f5f6ff;
    color: #415094;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.accordion_custom2 .card .card-header h2 a.collapsed::before {
    content: "\e62a";
    color: #415094
}

.accordion_custom2 .card .card-header h2 a:focus {
    text-decoration: none
}

.accordion_custom2 .card .card-body {
    padding: 24px 20px 30px;
    background: #f5f6ff
}

.accordion_custom2 .card .card-body p {
    font-size: 14px;
    line-height: 26px;
    color: #555;
    font-weight: 300;
    margin-bottom: 28px
}

.accordion_custom2 .card .card-body p:last-child {
    margin-bottom: 0
}

.messages_box_area {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-gap: 30px
}

@media(max-width:575.98px) {
    .messages_box_area {
        grid-template-columns: 1fr
    }
}

@media(max-width:991px) {
    .messages_box_area {
        grid-template-columns: 1fr
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .messages_box_area {
        grid-template-columns: 1fr
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .messages_box_area {
        grid-template-columns: 6fr 6fr
    }
}

@media only screen and (min-width:1440px) and (max-width:1679px) {
    .messages_box_area {
        grid-template-columns: 5fr 7fr
    }
}

.messages_box_area .messages_list .serach_field_2 {
    width: 100%
}

.messages_box_area .messages_list ul {
    margin-top: 30px;
    margin-bottom: 30px
}

.messages_box_area .messages_list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #f1f5fa;
    padding: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
    margin-bottom: 5px
}

.messages_box_area .messages_list ul li a .message_pre_left {
    display: flex;
    align-items: center
}

.messages_box_area .messages_list ul li a .message_pre_left .message_preview_thumb {
    position: relative
}

.messages_box_area .messages_list ul li a .message_pre_left .message_preview_thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.messages_box_area .messages_list ul li a .message_pre_left .message_preview_thumb .round-10 {
    border: 2px solid #f8f8fc;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 5px;
    display: inline-block;
    height: 12px;
    width: 12px
}

.messages_box_area .messages_list ul li a .message_pre_left .messges_info {
    padding-left: 20px
}

.messages_box_area .messages_list ul li a .message_pre_left h4 {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px
}

.messages_box_area .messages_list ul li a .message_pre_left p {
    font-size: 13px;
    font-weight: 300;
    color: #676b84;
    margin-bottom: 0
}

.messages_box_area .messages_list ul li a .messge_time span {
    font-size: 12px;
    font-weight: 300;
    color: #192434;
    white-space: nowrap
}

.messages_box_area .messages_list ul li:hover a {
    background: #f1f5fa
}

.messages_box_area .messages_chat .messge_time span {
    white-space: nowrap
}

.messages_box_area .messages_chat .single_message_chat {
    margin-bottom: 50px;
    padding-right: 20%
}

@media(max-width:575.98px) {
    .messages_box_area .messages_chat .single_message_chat {
        padding-right: 0;
        margin-bottom: 30px
    }
}

@media(max-width:991px) {
    .messages_box_area .messages_chat .single_message_chat {
        padding-right: 0;
        margin-bottom: 30px
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .messages_box_area .messages_chat .single_message_chat {
        padding-right: 0;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .messages_box_area .messages_chat .single_message_chat {
        padding-right: 0;
        margin-bottom: 30px
    }
}

.messages_box_area .messages_chat .single_message_chat .message_content_view {
    background: #f5f6ff;
    border-radius: 10px;
    padding: 30px
}

.messages_box_area .messages_chat .single_message_chat .message_content_view.red_border {
    border: 1px solid #884ffb;
    background: #884ffb
}

.messages_box_area .messages_chat .single_message_chat .message_content_view.red_border p,
.messages_box_area .messages_chat .single_message_chat .message_content_view.red_border span {
    color: #fff
}

.messages_box_area .messages_chat .single_message_chat .message_content_view span {
    display: block;
    margin: 17px 0
}

.messages_box_area .messages_chat .single_message_chat .message_content_view p {
    font-size: 13px;
    font-weight: 300;
    color: #676b84;
    line-height: 26px
}

.messages_box_area .messages_chat .single_message_chat .message_pre_left {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.messages_box_area .messages_chat .single_message_chat .message_pre_left .message_preview_thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.messages_box_area .messages_chat .single_message_chat .message_pre_left .messges_info {
    padding-left: 20px
}

.messages_box_area .messages_chat .single_message_chat .message_pre_left h4 {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 2px
}

.messages_box_area .messages_chat .single_message_chat .message_pre_left p {
    font-size: 12px;
    font-weight: 300;
    color: #676b84;
    margin-bottom: 0
}

.messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0;
    padding-left: 20%
}

@media(max-width:575.98px) {
    .messages_box_area .messages_chat .single_message_chat.sender_message {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 30px
    }
}

@media(max-width:991px) {
    .messages_box_area .messages_chat .single_message_chat.sender_message {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 30px
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .messages_box_area .messages_chat .single_message_chat.sender_message {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .messages_box_area .messages_chat .single_message_chat.sender_message {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 30px
    }
}

.messages_box_area .messages_chat .single_message_chat.sender_message .message_pre_left {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.messages_box_area .messages_chat .single_message_chat.sender_message .messges_info {
    padding-left: 0;
    padding-right: 20px;
    text-align: right
}

.messages_box_area .messages_chat .message_send_field {
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto 110px;
    grid-gap: 10px
}

@media(max-width:575.98px) {
    .messages_box_area .messages_chat .message_send_field {
        grid-template-columns: 1fr;
        margin-top: 20px
    }
}

.messages_box_area .messages_chat .message_send_field input {
    color: #676b84;
    font-size: 13px;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding-left: 25px;
    border: 1px solid #eee1e2;
    padding-right: 15px
}

.messages_box_area .messages_chat .message_send_field input::placeholder {
    color: #676b84;
    font-weight: 300;
    opacity: 1
}

.email-sidebar {
    height: calc(100% - 3.9375rem)
}

.email-sidebar button {
    border-radius: 30px
}

.email-sidebar h4 {
    font-weight: 600;
    font-size: .875rem;
    color: #333;
    padding: 2.5rem 0 3.125rem 1.5625rem
}

.email-sidebar ul {
    margin-bottom: 3.125rem
}

.email-sidebar ul li {
    display: block
}

.email-sidebar ul li.active a {
    background: rgba(136, 79, 251, .1);
    color: #884ffb !important
}

.email-sidebar ul li a {
    display: flex;
    padding: 10px 15px;
    transition: all .5s ease-in-out;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    align-items: center;
    border-radius: 5px
}

.email-sidebar ul li a>span {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.email-sidebar ul li a:hover {
    background: rgba(136, 79, 251, .1);
    color: #884ffb !important
}

.email-sidebar ul li a:hover i {
    color: #884ffb
}

.email-sidebar ul li a i {
    margin-right: .7rem
}

.primary_checkbox {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    flex: 20px 0 0;
    line-height: 20px
}

.primary_checkbox .checkmark {
    position: relative;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 20px;
    flex: 20px 0 0;
    border-radius: 5px
}

.primary_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.primary_checkbox input:checked~.checkmark:after {
    width: 100%;
    height: 100%;
    border: 0;
    transition: .3s;
    transform: scale(0)
}

.primary_checkbox input:checked~.checkmark {
    background: #884ffb !important;
    box-shadow: 0 5px 10px rgba(59, 118, 239, .3) !important;
    transition: .3s
}

.primary_checkbox input:checked~.checkmark::before {
    content: "\e64c";
    font-family: 'League Spartan', sans-serif;
    position: absolute;
    display: block;
    top: 0;
    left: 3px;
    text-indent: 1px;
    color: #828bb2;
    background-color: transparent;
    border: 0;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    z-index: 99;
    color: #fff;
    transition: .3s
}

.primary_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: 0 0;
    border-radius: 5px;
    border: 0;
    transition: .3s;
    transform: scale(1);
    background: rgba(201, 247, 201, .34)
}

.primary_checkbox .checkmark.red_check::after {
    background: rgba(255, 226, 229, .34)
}

.bayer_table tr {
    margin-bottom: 18px
}

.bayer_table tr td {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    padding: 0;
    padding-bottom: 24px
}

.bayer_table tr td:first-child {
    width: 100px
}

.bayer_table tr td .byder_thumb {
    width: 81px;
    height: 81px;
    border-radius: 50%
}

.bayer_table tr td .byder_thumb.wh_56 {
    width: 56px;
    height: 56px;
    border-radius: 50%
}

.bayer_table tr td .byer_name {
    margin-bottom: 0;
    white-space: nowrap
}

.bayer_table2 tr td {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    padding: 0;
    padding-bottom: 25px
}

.bayer_table2 tr td:first-child {
    width: 70px !important
}

.bayer_table2 tr td .byder_thumb {
    width: 56px;
    height: 56px;
    border-radius: 50%
}

.bayer_table2 tr td .byer_name {
    margin-bottom: 0
}

.blue_button {
    font-size: 12px;
    font-weight: 600;
    color: #2f90f7;
    background: #e7f3fe;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 30px
}

.notification_btn {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    background: #508ff4;
    display: inline-block;
    border-radius: 3px;
    padding: 4px 14px
}

.notification_btn:hover {
    color: #fff
}

.notification_btn.yellow_btn {
    background: #ffbf43;
    color: #fff
}

.notification_btn.green_btn {
    background: #4be69d;
    color: #fff
}

.notification_btn.violate_btn {
    background: #9267ff;
    color: #fff
}

.f_w_100 {
    font-weight: 100
}

.f_w_200 {
    font-weight: 200
}

.f_w_300 {
    font-weight: 300
}

.f_w_400 {
    font-weight: 400
}

.f_w_500 {
    font-weight: 500
}

.f_w_600 {
    font-weight: 600
}

.f_w_700 {
    font-weight: 700
}

.f_w_800 {
    font-weight: 800
}

.f_w_900 {
    font-weight: 900
}

.f_15 {
    font-size: 15px
}

.f_16 {
    font-size: 16px
}

.color_blue {
    color: #2f90f7
}

.color_blue2 {
    color: #8ac6fb
}

.color_parpel {
    color: #833cdf
}

.color_parpel2 {
    color: #f65365
}

.color_pink {
    color: #fe80b2
}

.color_yellow {
    color: #ffcb24
}

.theme_bg_1 {
    background: #a37bfd !important
}

.theme_color_1 {
    color: #2d1967 !important
}

.theme_color_2 {
    color: #833cdf !important
}

.theme_color_3 {
    color: #fe80b2 !important
}

.theme_color_4 {
    color: #fe80b2 !important
}

.theme_color_5 {
    color: #2ff0f7 !important
}

.theme_color_6 {
    color: #8950fc !important
}

.theme_bg_6 {
    background: #8950fc !important
}

.mb_40 {
    margin-bottom: 40px
}

.box_shadow {
    box-shadow: 0 12px 30px rgba(46, 71, 101, .1)
}

.primary-color ul li {
    padding: 10px 15px
}

.primary-color ul li:nth-child(1) {
    background-color: #8a75dd
}

.primary-color ul li:nth-child(1)::before {
    content: "#8a75dd";
    display: block;
    color: #fff;
    text-align: center
}

.primary-color ul li:nth-child(2) {
    background-color: #846edb
}

.primary-color ul li:nth-child(2)::before {
    content: "#8a75dd";
    display: block;
    color: #fff;
    text-align: center
}

.primary-color ul li:nth-child(3) {
    background-color: #7f68da
}

.primary-color ul li:nth-child(3)::before {
    content: "#7f68da";
    display: block;
    color: #fff;
    text-align: center
}

.primary-color ul li:nth-child(4) {
    background-color: #7a62d8
}

.primary-color ul li:nth-child(4)::before {
    content: "#7a62d8";
    display: block;
    color: #fff;
    text-align: center
}

.primary-color ul li:nth-child(5) {
    background-color: #755cd7
}

.primary-color ul li:nth-child(5)::before {
    content: "#755cd7";
    display: block;
    color: #fff;
    text-align: center
}

.primary-color ul li:nth-child(6) {
    background-color: #7056d5
}

.primary-color ul li:nth-child(6)::before {
    content: "#7056d5";
    display: block;
    color: #fff;
    text-align: center
}

.primary-color ul li:nth-child(7) {
    background-color: #6a50d4
}

.primary-color ul li:nth-child(7)::before {
    content: "#6a50d4";
    display: block;
    color: #fff;
    text-align: center
}

.primary-color ul li:nth-child(8) {
    background-color: #654ad2
}

.primary-color ul li:nth-child(8)::before {
    content: "#654ad2";
    display: block;
    color: #fff;
    text-align: center
}

.secondary-color ul li {
    padding: 10px 15px
}

.secondary-color ul li:nth-child(1) {
    background-color: #69b9ec
}

.secondary-color ul li:nth-child(1)::before {
    content: "#69b9ec";
    display: block;
    color: #fff;
    text-align: center
}

.secondary-color ul li:nth-child(2) {
    background-color: #64b6eb
}

.secondary-color ul li:nth-child(2)::before {
    content: "#64b6eb";
    display: block;
    color: #fff;
    text-align: center
}

.secondary-color ul li:nth-child(3) {
    background-color: #60b4ea
}

.secondary-color ul li:nth-child(3)::before {
    content: "#60b4ea";
    display: block;
    color: #fff;
    text-align: center
}

.secondary-color ul li:nth-child(4) {
    background-color: #5bb2ea
}

.secondary-color ul li:nth-child(4)::before {
    content: "#5bb2ea";
    display: block;
    color: #fff;
    text-align: center
}

.secondary-color ul li:nth-child(5) {
    background-color: #57b0e9
}

.secondary-color ul li:nth-child(5)::before {
    content: "#57b0e9";
    display: block;
    color: #fff;
    text-align: center
}

.secondary-color ul li:nth-child(6) {
    background-color: #52aee9
}

.secondary-color ul li:nth-child(6)::before {
    content: "#52aee9";
    display: block;
    color: #fff;
    text-align: center
}

.secondary-color ul li:nth-child(7) {
    background-color: #4eace8
}

.secondary-color ul li:nth-child(7)::before {
    content: "#4eace8";
    display: block;
    color: #fff;
    text-align: center
}

.secondary-color ul li:nth-child(8) {
    background-color: #49aae8
}

.secondary-color ul li:nth-child(8)::before {
    content: "#49aae8";
    display: block;
    color: #fff;
    text-align: center
}

.success-color ul li {
    padding: 10px 15px
}

.success-color ul li:nth-child(1) {
    background-color: #d7ff97
}

.success-color ul li:nth-child(1)::before {
    content: "#d7ff97";
    display: block;
    color: #fff;
    text-align: center
}

.success-color ul li:nth-child(2) {
    background-color: #d1ff88
}

.success-color ul li:nth-child(2)::before {
    content: "#d1ff88";
    display: block;
    color: #fff;
    text-align: center
}

.success-color ul li:nth-child(3) {
    background-color: #ccff78
}

.success-color ul li:nth-child(3)::before {
    content: "#ccff78";
    display: block;
    color: #fff;
    text-align: center
}

.success-color ul li:nth-child(4) {
    background-color: #c6ff69
}

.success-color ul li:nth-child(4)::before {
    content: "#c6ff69";
    display: block;
    color: #fff;
    text-align: center
}

.success-color ul li:nth-child(5) {
    background-color: #c0ff5a
}

.success-color ul li:nth-child(5)::before {
    content: "#c0ff5a";
    display: block;
    color: #fff;
    text-align: center
}

.success-color ul li:nth-child(6) {
    background-color: #b4ff3b
}

.success-color ul li:nth-child(6)::before {
    content: "#b4ff3b";
    display: block;
    color: #fff;
    text-align: center
}

.success-color ul li:nth-child(7) {
    background-color: #aeff2c
}

.success-color ul li:nth-child(7)::before {
    content: "#aeff2c";
    display: block;
    color: #fff;
    text-align: center
}

.success-color ul li:nth-child(8) {
    background-color: #a9ff1d
}

.success-color ul li:nth-child(8)::before {
    content: "#a9ff1d";
    display: block;
    color: #fff;
    text-align: center
}

.ui-sortable-handle {
    cursor: move
}

.chart_height_300px {
    height: 400px
}

.amcharts-export-menu.amcharts-export-menu-top-right.amExportButton {
    display: none
}

.single_update_news {
    border-bottom: 1px solid #f3f4f3;
    padding: 15px 0 17px
}

.single_update_news:first-child {
    border-top: 1px solid #f3f4f3
}

.single_update_news h5 {
    margin-bottom: 0
}

.single_update_news p {
    margin-bottom: 0
}

.monthly_plan_wraper .single_plan {
    margin-bottom: 15px
}

.monthly_plan_wraper .single_plan:last-child {
    margin-bottom: 0
}

.monthly_plan_wraper .single_plan .plan_left .thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 12px;
    background: #f5f5ff;
    line-height: 1
}

.monthly_plan_wraper .single_plan .plan_left .thumb img {
    width: 100%
}

.monthly_plan_wraper .single_plan .plan_left h5 {
    font-size: 16px;
    font-weight: 700;
    color: #474d58;
    margin-bottom: 0
}

.monthly_plan_wraper .single_plan .plan_left span {
    font-size: 12px;
    color: #b5b5c3 !important;
    font-weight: 700;
    line-height: 12px
}

.monthly_plan_wraper .single_plan .brouser_btn {
    background: #f3f6f9;
    font-size: 12px;
    font-weight: 700;
    color: #757575;
    border-radius: 5px;
    padding: 8px 9px;
    line-height: 12px
}

.monthly_plan_wraper .total_blance {
    background: #f8faff;
    border-radius: 5px;
    padding: 18px 30px
}

.Sales_Details_plan .row .col-lg-6:nth-child(1) .thumb {
    background: #eee5ff
}

.Sales_Details_plan .row .col-lg-6:nth-child(2) .thumb {
    background: #ffe2e5
}

.Sales_Details_plan .row .col-lg-6:nth-child(3) .thumb {
    background: #c9f7f5
}

.Sales_Details_plan .row .col-lg-6:nth-child(4) .thumb {
    background: #d7f9ef
}

.Sales_Details_plan .single_plan {
    margin-bottom: 30px
}

.Sales_Details_plan .single_plan .plan_left .thumb {
    width: 45px;
    height: 45px;
    border-radius: .42rem;
    margin-right: 10px;
    padding: 12px;
    background: #f5f5ff;
    line-height: 1
}

.Sales_Details_plan .single_plan .plan_left .thumb img {
    width: 100%
}

.Sales_Details_plan .single_plan .plan_left h5 {
    font-size: 16px;
    font-weight: 700;
    color: #474d58;
    margin-bottom: 0
}

.Sales_Details_plan .single_plan .plan_left span {
    font-size: 12px;
    color: #b5b5c3 !important;
    font-weight: 700;
    line-height: 12px
}

.Sales_Details_plan .single_plan .brouser_btn {
    background: #f3f6f9;
    font-size: 12px;
    font-weight: 700;
    color: #757575;
    border-radius: 5px;
    padding: 8px 9px;
    line-height: 12px
}

.Sales_Details_plan .total_blance {
    background: #f8faff;
    border-radius: 5px;
    padding: 18px 30px
}

.sales_renew_btns a {
    color: #303e67
}

.sales_renew_btns a.active {
    color: #1c2d41;
    background-color: #f1f5fa
}

.common_tab_btn a {
    color: #7e8299;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    padding: 5px 13px
}

.common_tab_btn a.active {
    color: #fff;
    background-color: #884ffb
}

.common_tab_btn2 a {
    color: #7e8299;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    padding: 5px 13px
}

.common_tab_btn2 a.active {
    color: #fff;
    background-color: #f64e60
}

.white_card_body.renew_report_card {
    padding: 39px 50px
}

.dashboard_w_map {
    height: 270px
}

.dashboard_w_map .jvectormap-zoomin,
.dashboard_w_map .jvectormap-zoomout {
    width: 20px;
    height: 20px
}

.dashboard_w_map .jvectormap-zoomin {
    top: 10px
}

.dashboard_w_map .jvectormap-goback,
.dashboard_w_map .jvectormap-zoomin,
.dashboard_w_map .jvectormap-zoomout {
    position: absolute;
    left: auto;
    right: 0;
    display: inline-block;
    border-radius: 50%;
    background: #f8f8fc;
    padding: 5px;
    color: #435177;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.single_progressbar h6 {
    font-size: 14px;
    font-weight: 400;
    color: #474d58
}

.single_progressbar .barfiller span {
    color: #8890b5 !important;
    font-size: 11px
}

.card_container {
    padding: 20px
}

.devices_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.devices_btn a:not(:last-child) {
    margin-right: 15px
}

.devices_btn a {
    margin-bottom: 10px
}

.social_media_card {
    background-color: #eee5ff;
    background-image: url(../img/shape_2.svg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat
}

.social_media_card .media_card_body {
    padding: 25px;
    position: relative;
    z-index: 1
}

.social_media_card .media_card_body::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    bottom: 0;
    top: 70px;
    z-index: -1;
    border-radius: 15px
}

.social_media_card .media_card_body .media_card_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px
}

.social_media_card .media_card_body .media_card_list .single_media_card {
    background: #fff4de;
    border-radius: 15px;
    height: 136px;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: end;
    padding: 25px
}

.social_media_card .media_card_body .media_card_list .single_media_card span {
    color: #ffc881;
    font-size: 12px;
    font-weight: 700
}

.social_media_card .media_card_body .media_card_list .single_media_card h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 0;
    color: #ffad44
}

.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(2) {
    background: #e2fff6
}

.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(2) span {
    color: #69e2bd
}

.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(2) h3 {
    color: #25c997
}

.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(3) {
    background: #ffe2e5
}

.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(3) span {
    color: #ff8895
}

.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(3) h3 {
    color: #f64e60
}

.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(4) {
    background: #e1f0ff
}

.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(4) span {
    color: #76b5f5
}

.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(4) h3 {
    color: #3699ff
}

.sales_card_wrapper {
    background-color: #f65365;
    position: relative;
    background-image: url(../img/plane_thumb.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 58%;
    background-position: top left
}

.sales_card_wrapper .sales_card_body {
    background: #fff;
    border-radius: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    padding: 30px 70px;
    position: relative;
    margin: 200px 15px 0;
    bottom: 15px
}

.sales_card_wrapper .sales_card_body .single_sales span {
    font-size: 12px;
    font-weight: 700;
    color: #757575;
    display: block;
    margin-bottom: 5px
}

.sales_card_wrapper .sales_card_body .single_sales h3 {
    font-size: 25px;
    color: #474d58;
    font-weight: 900;
    margin-bottom: 0
}

.notification_wrapper .single_notification {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px
}

.notification_wrapper .single_notification .notification_info h4 {
    color: #2e4765;
    margin-bottom: 0
}

.notification_wrapper .single_notification .notification_info p {
    font-size: 13px;
    font-weight: 400;
    color: #7f8b9f
}

.color_bg {
    width: 27px;
    height: 28px;
    border-radius: 5px;
    background: #c9f7f5;
    flex: 27px 0 0
}

.color_bg.color_lite_pink {
    background: #ffe2e5
}

.color_bg.color_lite_violate {
    background: #e2e4ff
}

.color_bg.color_lite_green {
    background: #e2fff0
}

.color_bg.color_lite_yellow {
    background: #fdffe2
}

.mr_15 {
    margin-right: 15px;
    margin-top: 7px
}

.property_wrapper .single_property {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    flex-wrap: wrap
}

@media(max-width:575.98px) {
    .property_wrapper .single_property {
        flex-wrap: wrap
    }
}

.property_wrapper .single_property .property_thumb {
    margin-right: 40px;
    position: relative
}

.property_wrapper .single_property .property_thumb .img_up {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    cursor: pointer
}

.property_wrapper .single_property .property_thumb img {
    width: 190px;
    height: 173px;
    border-radius: 5px
}

.property_wrapper .single_property .property_content {
    margin: 10px 0
}

.property_wrapper .single_property .property_content a h4 {
    font-size: 29px;
    color: #2e4765;
    font-weight: 700;
    margin-bottom: 0
}

@media(max-width:575.98px) {
    .property_wrapper .single_property .property_content a h4 {
        font-size: 20px
    }
}

.property_wrapper .single_property .property_content a h4.Up_name {
    color: #d1d1d1
}

.property_wrapper .single_property .property_content a.property_location {
    font-size: 14px;
    color: #2f90f7;
    background: #e7f3fe;
    display: inline-block;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 10px;
    border-radius: 5px
}

.property_wrapper .single_property .property_content a.property_location img {
    margin-right: 10px
}

.property_wrapper .single_property .property_content p {
    font-size: 14px;
    color: #7f8b9f;
    font-weight: 400
}

.property_wrapper .single_property .property_content p span {
    margin-right: 30px
}

.property_wrapper .single_property .property_content p span:last-child {
    margin: 0
}

.weather_box {
    background: #0090ff
}

.weather_box .weather_header {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center
}

.weather_box .weather_header .thumb {
    top: 0;
    right: 0
}

.weather_box .weather_header .thumb img {
    width: 160px
}

@media(max-width:575.98px) {
    .weather_box .weather_header .thumb img {
        width: 100%
    }
}

.weather_box .weather_header .weather_info {
    display: inline-block
}

.weather_box .weather_header .weather_info h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-right: 25px;
    display: inline-block;
    vertical-align: top
}

.weather_box .weather_header .weather_info p {
    font-size: 22px;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    font-weight: 400
}

.weather_box .weather_content ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap
}

@media(max-width:575.98px) {
    .weather_box .weather_content ul {
        margin-top: 10px
    }
}

.weather_box .weather_content ul li span.selcias {
    font-size: 71px;
    font-weight: 700;
    color: #ffdc7b;
    text-transform: uppercase
}

@media(max-width:991px) {
    .weather_box .weather_content ul li span.selcias {
        font-size: 30px
    }
}

.weather_box .weather_content ul li.weather_percent {
    font-size: 37px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center
}

@media(max-width:991px) {
    .weather_box .weather_content ul li.weather_percent {
        font-size: 28px
    }
}

.weather_box .weather_content ul li.weather_percent .thumb {
    margin-right: 22px
}

.weather_box .weather_content p {
    font-size: 28px;
    color: #fff;
    font-weight: 400
}

@media(max-width:991px) {
    .weather_box .weather_content p {
        font-size: 18px
    }
}

.weather_box .weather_content p .eql {
    display: inline-block
}

.weather_box .weather_content p span span {
    font-size: 21px
}

.option_icon {
    cursor: pointer
}

.default-datepicker .datepicker-inline .datepicker .datepicker--nav .datepicker--nav-action {
    display: none
}

.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names {
    margin: 30px 0 0;
    padding: 15px 0
}

.default-datepicker .datepicker-inline .datepicker {
    width: auto;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--day-name {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #2b2b2b;
    font-size: 14px
}

.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day.-other-month- {
    color: #2b2b2b
}

.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell {
    font-weight: 700;
    font-size: 18px
}

.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day {
    height: 51px;
    color: #2b2b2b
}

.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day:hover {
    background: #884ffb;
    border: 2px solid #884ffb;
    color: #fff
}

.default-datepicker .datepicker-inline .datepicker .datepicker--nav-title {
    color: #ff3000;
    font-size: 18px;
    font-weight: 900;
    font-family: 'League Spartan', sans-serif;
}

.default-datepicker .datepicker-inline .datepicker .datepicker--nav-title {
    border-radius: 8px;
    padding: 0 8px
}

.default-datepicker .datepicker-inline .datepicker .datepicker--nav {
    border-bottom: none;
    padding: 0;
    text-transform: capitalize;
    margin-top: -12px
}

.default-datepicker .datepicker-inline .datepicker .datepicker--nav-title i {
    margin-left: 10px;
    font-weight: 400;
    font-size: 30px;
    color: #2b2b2b;
    font-family: 'League Spartan', sans-serif;
    color: #884ffb
}

.default-datepicker .datepicker-inline .datepicker .datepicker--day-name {
    color: #000;
    font-weight: 700
}

.default-datepicker .datepicker--days-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.default-datepicker .datepicker--cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.default-datepicker .datepicker--cell-day {
    width: 14.28571%;
    height: 34px
}

.default-datepicker .datepicker--cell {
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.default-datepicker .datepicker--nav-action,
.default-datepicker .datepicker--nav-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.default-datepicker .datepicker--cell.-current- {
    color: #fff !important;
    border-radius: 15px;
    font-weight: 700;
    border: 2px solid #884ffb;
    background: #884ffb
}

.default-datepicker .datepicker--cell.-focus- {
    background: #884ffb;
    border: 2px solid #884ffb;
    color: #fff
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.date_picker_wrapper {
    padding: 0;
    padding: 45px 50px;
    border-radius: 15px;
    background: #fff;
    background-image: url(../img/dateBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.datepicker--cell.-selected- {
    border: none;
    background: #884ffb;
    color: #fff
}

.datepicker--cell.-selected-.-current- {
    border: none;
    background: #884ffb;
    color: #fff
}

.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-selected- {
    background: #884ffb;
    color: #fff;
    border-radius: 15px;
    position: relative
}

.datepicker--cell.-focus- {
    background: #884ffb;
    color: #fff
}

.datepicker--cell.-current- {
    color: #000;
    border-radius: 5px;
    font-weight: 700;
    border: 2px solid #884ffb
}

.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day.-other-month- {
    color: #8890b5
}

.erroe_page_wrapper .errow_wrap {
    display: flex;
    padding: 40px 0;
    align-items: center;
    justify-content: center
}

.erroe_page_wrapper .errow_wrap img {
    width: 100px;
    margin: auto
}

.erroe_page_wrapper .errow_wrap .error_heading {
    margin-top: 60px
}

.erroe_page_wrapper .errow_wrap .error_heading h3.headline {
    font-size: 200px;
    font-weight: 800;
    line-height: 1
}

@media(max-width:991px) {
    .erroe_page_wrapper .errow_wrap .error_heading h3.headline {
        font-size: 120px
    }
}

.erroe_page_wrapper .errow_wrap p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
    line-height: 35px;
    margin-bottom: 30px
}

.card_box {
    border-radius: 15px
}

.card_box .white_box_tittle {
    background-color: #fff;
    padding: 50px;
    border-bottom: 1px solid #f2f4ff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    overflow: hidden
}

.card_box .box_body {
    padding: 50px
}

.card_box .box_body .card {
    margin-bottom: 40px;
    border: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .5px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 25px 0 rgba(126, 55, 216, .05);
    box-shadow: 0 0 25px 0 rgba(126, 55, 216, .05)
}

.card_box .box_body .card:last-child {
    margin-bottom: 0
}

.card_box .box_body .card .card-header {
    background-color: #fff;
    padding: 50px;
    border-bottom: 1px solid #f2f4ff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    overflow: hidden;
    padding: .75rem 1.25rem
}

.card_box .box_body .card .card-header h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 2px
}

.card_box .box_body .card .card-header h5 button {
    font-weight: 600;
    color: #1b3155
}

.card_box .box_body .card .card-body {
    padding: 50px;
    background-color: transparent
}

.default-according.arrow_style button::before {
    right: 25px;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    content: "\e648";
    font-family: 'League Spartan', sans-serif;
    font-size: 14px
}

.default-according.arrow_style button.collapsed::before {
    right: 25px;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    content: "\e64b";
    font-family: 'League Spartan', sans-serif;
    font-size: 14px
}

.typography small {
    padding-left: 10px;
    color: #2c323f
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../img/default-skin/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media(-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../img/default-skin/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(img/navbar-logo-light.svg) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

.my-gallery {
    padding-right: 0
}

.my-gallery img {
    width: 100%
}

.my-gallery figure {
    margin-bottom: 30px
}

.my-gallery figcaption {
    display: none
}

.my-gallery.gallery-with-description img {
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-bottom: none !important;
    border-radius: 15px 15px 0 0 !important
}

.my-gallery.gallery-with-description a>div {
    border-top: none !important;
    margin-bottom: 0;
    padding: 5px 10px 10px
}

.my-gallery.gallery-with-description h4 {
    margin-top: 0
}

.my-gallery.gallery figure.img-hover a>div {
    overflow: hidden;
    border-radius: 15px
}

.my-gallery.gallery figure.img-hover.hover-12 a>div {
    background: #7e37d8
}

.my-gallery.gallery figure.img-hover.hover-12 a>div:hover img {
    opacity: .7
}

#aniimated-thumbnials figure:nth-child(10),
#aniimated-thumbnials figure:nth-child(11),
#aniimated-thumbnials figure:nth-child(12),
#aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 30px
}

.photo_gallery img {
    border-radius: 10px
}

.Menu_NOtification_Wrap {
    background: #fff;
    box-shadow: 0 10px 15px rgba(6, 0, 8, .22);
    border-radius: 10px;
    position: absolute;
    right: 0;
    width: 350px;
    transform: translateY(30px) translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

@media(max-width:575.98px) {
    .Menu_NOtification_Wrap {
        width: 300px;
        transform: translateY(30px) translateX(55px)
    }
}

.Menu_NOtification_Wrap.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(20px) translateX(20px)
}

@media(max-width:575.98px) {
    .Menu_NOtification_Wrap.active {
        transform: translateY(16px) translateX(55px)
    }
}

.Menu_NOtification_Wrap .notification_Header {
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    background: #8950fc
}

.Menu_NOtification_Wrap .notification_Header h4 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0
}

.Menu_NOtification_Wrap .Notification_body {
    padding: 20px;
    height: 300px;
    overflow: auto
}

.Menu_NOtification_Wrap .Notification_body .single_notify {
    margin-bottom: 10px
}

.Menu_NOtification_Wrap .Notification_body .single_notify:last-child {
    margin-bottom: 0
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb {
    margin-right: 15px
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb img {
    width: 40px;
    height: 40px;
    border-radius: 5px
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_content a h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_content p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0
}

.Menu_NOtification_Wrap .nofity_footer {
    padding: 13px 20px;
    background: #f5f7f9;
    border-radius: 0 0 10px 10px
}

.Menu_NOtification_Wrap .nofity_footer .submit_button a {
    font-size: 12px
}

.CHAT_MESSAGE_POPUPBOX {
    width: 360px;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50%);
    transition: .5s;
    box-shadow: 0 10px 15px rgba(6, 0, 8, .22)
}

.CHAT_MESSAGE_POPUPBOX.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

@media(max-width:575.98px) {
    .CHAT_MESSAGE_POPUPBOX {
        width: 300px;
        right: 15px;
        bottom: 15px
    }
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER {
    background: #8950fc;
    border-radius: 5px 5px 0 0;
    padding: 27px 20px;
    position: relative
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER .MSEESAGE_CHATBOX_CLOSE {
    position: absolute;
    right: 20px;
    top: 25px;
    cursor: pointer
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul {
    display: flex;
    align-items: center
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li {
    margin-right: 5.5px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb img {
    width: 27px;
    height: 27px;
    transition: .3s;
    border-radius: 50%
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb .more_member_count {
    background: rgba(255, 255, 255, .2);
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb .more_member_count span {
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a:hover img {
    transform: translateY(-5px)
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box {
    background: #f5f7fb;
    border-radius: 0 0 5px 5px;
    padding-right: 10px
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box input {
    background: #f5f7fb;
    height: 50px;
    border: 0;
    padding-left: 20px;
    font-size: 13px
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box input::placeholder {
    color: #707db7;
    font-size: 13px;
    font-weight: 400
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append {
    border-radius: 0 0 10px 10px
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn {
    background: #f5f7fb;
    font-size: 20px;
    color: #a0a7c9;
    padding: 0;
    line-height: 40px;
    position: relative;
    height: 50px
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn input {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn input::placeholder {
    color: #707db7;
    font-size: 13px;
    font-weight: 400
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn i {
    font-size: 20px
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn:last-child {
    padding-right: 11px;
    padding-left: 11px;
    border-radius: 0 10px 10px 0
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY {
    padding: 20px;
    height: 354px;
    overflow: auto
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .mesaged_send_date {
    font-size: 13px;
    font-weight: 400;
    color: #415094;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    padding-right: 70px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr {
    justify-content: flex-end;
    padding-right: 0;
    padding-left: 60px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SMS_thumb {
    margin-right: 0;
    margin-left: 9.55px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SEND_SMS_VIEW {
    background: #8950fc
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SMS_thumb {
    margin-right: 9.55px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SMS_thumb img {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SEND_SMS_VIEW {
    background: #4567ee;
    border-radius: 5px;
    padding: 10px 15px
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SEND_SMS_VIEW p {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 23px
}

.theme_loder_1 div::after {
    background: #2d1967 !important
}

.blue_loder div::after {
    background: #2f90f7 !important
}

.perpel_loder div::after {
    background: #833cdf !important
}

.pink_loder div::after {
    background: #fe80b2 !important
}

.yellow_loder div::after {
    background: #ffcb24 !important
}

.green_loder div::after {
    background: #2ff0f7 !important
}

.Ring_1 div {
    border-color: #2d1967 transparent transparent transparent !important
}

.Ring_2 div {
    border-color: #2f90f7 transparent transparent transparent !important
}

.Ring_3 div {
    border-color: #833cdf transparent transparent transparent !important
}

.Ring_4 div {
    border-color: #fe80b2 transparent transparent transparent !important
}

.Ring_5 div {
    border-color: #ffcb24 transparent transparent transparent !important
}

.Ring_6 div {
    border-color: #2ff0f7 transparent transparent transparent !important
}

.colord_bg_1 div {
    background-color: #2d1967 !important
}

.colord_bg_2 div {
    background-color: #2f90f7 !important
}

.colord_bg_3 div {
    background-color: #833cdf !important
}

.colord_bg_4 div {
    background-color: #fe80b2 !important
}

.colord_bg_5 div {
    background-color: #ffcb24 !important
}

.colord_bg_6 div {
    background-color: #2ff0f7 !important
}

.loader--spinner {
    display: inline-block;
    position: relative;
    color: official;
    height: 60px;
    width: 60px
}

.loader--spinner div {
    animation: loader--spinner 1.2s linear infinite;
    transform-origin: 30px 30px
}

.loader--spinner div:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 27px;
    border-radius: 20%;
    content: " ";
    height: 10px;
    width: 5px
}

.loader--spinner div:nth-child(1) {
    animation-delay: -1.1s;
    transform: rotate(0)
}

.loader--spinner div:nth-child(2) {
    animation-delay: -1s;
    transform: rotate(30deg)
}

.loader--spinner div:nth-child(3) {
    animation-delay: -.9s;
    transform: rotate(60deg)
}

.loader--spinner div:nth-child(4) {
    animation-delay: -.8s;
    transform: rotate(90deg)
}

.loader--spinner div:nth-child(5) {
    animation-delay: -.7s;
    transform: rotate(120deg)
}

.loader--spinner div:nth-child(6) {
    animation-delay: -.6s;
    transform: rotate(150deg)
}

.loader--spinner div:nth-child(7) {
    animation-delay: -.5s;
    transform: rotate(180deg)
}

.loader--spinner div:nth-child(8) {
    animation-delay: -.4s;
    transform: rotate(210deg)
}

.loader--spinner div:nth-child(9) {
    animation-delay: -.3s;
    transform: rotate(240deg)
}

.loader--spinner div:nth-child(10) {
    animation-delay: -.2s;
    transform: rotate(270deg)
}

.loader--spinner div:nth-child(11) {
    animation-delay: -.1s;
    transform: rotate(300deg)
}

.loader--spinner div:nth-child(12) {
    animation-delay: 0s;
    transform: rotate(330deg)
}

@keyframes loader--spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.loader--ring {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px
}

.loader--ring div {
    display: block;
    position: absolute;
    animation: loader--ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 6px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 6px;
    height: 51px;
    width: 51px
}

.loader--ring div:nth-child(1) {
    animation-delay: -.45s
}

.loader--ring div:nth-child(2) {
    animation-delay: -.3s
}

.loader--ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes loader--ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader--roller {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px
}

.loader--roller div {
    animation: loader--roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    transform-origin: 32px 32px
}

.loader--roller div:after {
    display: block;
    position: absolute;
    border-radius: 50%;
    content: " ";
    margin: -3px 0 0 -3px;
    height: 6px;
    width: 6px
}

.loader--roller div:nth-child(1) {
    animation-delay: -36ms
}

.loader--roller div:nth-child(1):after {
    top: 50px;
    left: 50px
}

.loader--roller div:nth-child(2) {
    animation-delay: -72ms
}

.loader--roller div:nth-child(2):after {
    top: 54px;
    left: 45px
}

.loader--roller div:nth-child(3) {
    animation-delay: -.108s
}

.loader--roller div:nth-child(3):after {
    top: 57px;
    left: 39px
}

.loader--roller div:nth-child(4) {
    animation-delay: -.144s
}

.loader--roller div:nth-child(4):after {
    top: 58px;
    left: 32px
}

.loader--roller div:nth-child(5) {
    animation-delay: -.18s
}

.loader--roller div:nth-child(5):after {
    top: 57px;
    left: 25px
}

.loader--roller div:nth-child(6) {
    animation-delay: -.216s
}

.loader--roller div:nth-child(6):after {
    top: 54px;
    left: 19px
}

.loader--roller div:nth-child(7) {
    animation-delay: -.252s
}

.loader--roller div:nth-child(7):after {
    top: 50px;
    left: 14px
}

.loader--roller div:nth-child(8) {
    animation-delay: -.288s
}

.loader--roller div:nth-child(8):after {
    top: 45px;
    left: 10px
}

@keyframes loader--roller {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader--default {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px
}

.loader--default div {
    position: absolute;
    animation: loader--default 1.2s linear infinite;
    border-radius: 50%;
    height: 5px;
    width: 5px
}

.loader--default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px
}

.loader--default div:nth-child(2) {
    animation-delay: -.1s;
    top: 18px;
    left: 50px
}

.loader--default div:nth-child(3) {
    animation-delay: -.2s;
    top: 9px;
    left: 41px
}

.loader--default div:nth-child(4) {
    animation-delay: -.3s;
    top: 6px;
    left: 29px
}

.loader--default div:nth-child(5) {
    animation-delay: -.4s;
    top: 9px;
    left: 18px
}

.loader--default div:nth-child(6) {
    animation-delay: -.5s;
    top: 18px;
    left: 9px
}

.loader--default div:nth-child(7) {
    animation-delay: -.6s;
    top: 29px;
    left: 6px
}

.loader--default div:nth-child(8) {
    animation-delay: -.7s;
    top: 41px;
    left: 9px
}

.loader--default div:nth-child(9) {
    animation-delay: -.8s;
    top: 50px;
    left: 18px
}

.loader--default div:nth-child(10) {
    animation-delay: -.9s;
    top: 53px;
    left: 29px
}

.loader--default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px
}

.loader--default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px
}

@keyframes loader--default {

    0%,
    100%,
    20%,
    80% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }
}

.loader--ellipsis {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px
}

.loader--ellipsis div {
    position: absolute;
    top: 27px;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    border-radius: 50%;
    height: 11px;
    width: 11px
}

.loader--ellipsis div:nth-child(1) {
    left: 6px;
    animation: loader--ellipsis1 .6s infinite
}

.loader--ellipsis div:nth-child(2) {
    left: 6px;
    animation: loader--ellipsis2 .6s infinite
}

.loader--ellipsis div:nth-child(3) {
    left: 26px;
    animation: loader--ellipsis2 .6s infinite
}

.loader--ellipsis div:nth-child(4) {
    left: 45px;
    animation: loader--ellipsis3 .6s infinite
}

@keyframes loader--ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes loader--ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes loader--ellipsis2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(19px, 0)
    }
}

.loader--grid {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px
}

.loader--grid div {
    position: absolute;
    animation: loader--grid 1.2s linear infinite;
    border-radius: 50%;
    height: 13px;
    width: 13px
}

.loader--grid div:nth-child(1) {
    top: 6px;
    left: 6px;
    animation-delay: 0s
}

.loader--grid div:nth-child(2) {
    top: 6px;
    left: 26px;
    animation-delay: -.4s
}

.loader--grid div:nth-child(3) {
    top: 6px;
    left: 45px;
    animation-delay: -.8s
}

.loader--grid div:nth-child(4) {
    top: 26px;
    left: 6px;
    animation-delay: -.4s
}

.loader--grid div:nth-child(5) {
    top: 26px;
    left: 26px;
    animation-delay: -.8s
}

.loader--grid div:nth-child(6) {
    top: 26px;
    left: 45px;
    animation-delay: -1.2s
}

.loader--grid div:nth-child(7) {
    top: 45px;
    left: 6px;
    animation-delay: -.8s
}

.loader--grid div:nth-child(8) {
    top: 45px;
    left: 26px;
    animation-delay: -1.2s
}

.loader--grid div:nth-child(9) {
    top: 45px;
    left: 45px;
    animation-delay: -1.6s
}

@keyframes loader--grid {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

.loader--ripple {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px
}

.loader--ripple div {
    position: absolute;
    animation: loader--ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
    border: 4px solid;
    border-radius: 50%;
    opacity: 1
}

.loader--ripple div:nth-child(2) {
    animation-delay: -.5s
}

@keyframes loader--ripple {
    0% {
        top: 28px;
        left: 28px;
        opacity: 1;
        height: 0;
        width: 0
    }

    100% {
        top: -1px;
        left: -1px;
        opacity: 0;
        height: 58px;
        width: 58px
    }
}

.loader--dual-ring {
    display: inline-block;
    height: 64px;
    width: 64px
}

.loader--dual-ring:after {
    display: block;
    animation: loader--dual-ring 1.2s linear infinite;
    border: 5px solid #fff;
    border-radius: 50%;
    content: " ";
    margin: 1px;
    height: 46px;
    width: 46px
}

@keyframes loader--dual-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader--facebook {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px
}

.loader--facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    animation: loader--facebook 1.2s cubic-bezier(0, .5, .5, 1) infinite;
    width: 13px
}

.loader--facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -.24s
}

.loader--facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -.12s
}

.loader--facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0
}

@keyframes loader--facebook {
    0% {
        top: 6px;
        height: 51px
    }

    100%,
    50% {
        top: 19px;
        height: 26px
    }
}

.section--white {
    color: #00539f;
    background: #fff
}

.section--white .loader--default div,
.section--white .loader--ellipsis div,
.section--white .loader--facebook div,
.section--white .loader--grid div,
.section--white .loader--roller div:after,
.section--white .loader--spinner div:after {
    background: #00539f
}

.section--white .loader--ripple div {
    border-color: #00539f
}

.section--white .loader--ring div {
    border-color: #00539f transparent transparent transparent
}

.section--white .loader--dual-ring:after {
    border-color: #00539f transparent #00539f transparent
}

.section--blue {
    color: #fff;
    background: #00539f
}

.section--blue .loader--default div,
.section--blue .loader--ellipsis div,
.section--blue .loader--facebook div,
.section--blue .loader--grid div,
.section--blue .loader--roller div:after,
.section--blue .loader--spinner div:after {
    background: #fff
}

.section--blue .loader--ripple div {
    border-color: #fff
}

.section--blue .loader--ring div {
    border-color: #fff transparent transparent transparent
}

.section--blue .loader--dual-ring:after {
    border-color: #fff transparent #fff transparent
}

.btn-outline-light {
    color: #ddd !important;
    border-color: #ddd !important
}

.icon-lists div {
    cursor: pointer;
    line-height: 60px;
    white-space: nowrap;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icon-lists div i {
    margin: 0 15px 0 10px;
    font-size: 24px
}

.thumb_34 {
    width: 34px;
    height: 34px
}

.thumb_62 {
    width: 62px;
    height: 62px
}

.thumb_54 {
    width: 54px;
    height: 54px
}

.social_media {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: #79f;
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 54px
}

.social_media.insta_bg {
    background: #ff72c2
}

.social_media.twitter_bg {
    background: #56d5ff
}

.social_media.youtube_bg {
    background: #ff7171
}

.radius_50 {
    border-radius: 50%
}

.color_text_1 {
    color: #bda5f8 !important
}

.color_text_2 {
    color: #ffb98a !important
}

.color_text_3 {
    color: #a48cbc !important
}

.color_text_4 {
    color: #97c0ff !important
}

.color_text_5 {
    color: #474d58 !important
}

.color_text_6 {
    color: #545454 !important
}

.color_text_7 {
    color: #4489ff !important
}

.badge_btn_1 {
    font-size: 11px;
    font-weight: 700;
    background: #fff0eb;
    display: inline-block;
    border-radius: 2px;
    padding: 5px 17px;
    color: #ff7f57
}

.badge_btn_1:hover {
    color: #ff7f57
}

.badge_btn_2 {
    font-size: 11px;
    font-weight: 700;
    background: #fdebff;
    display: inline-block;
    border-radius: 2px;
    padding: 5px 17px;
    color: #c85ed4
}

.badge_btn_2:hover {
    color: #c85ed4
}

.badge_btn_3 {
    font-size: 11px;
    font-weight: 700;
    background: #e6f8ff;
    display: inline-block;
    border-radius: 2px;
    padding: 5px 17px;
    color: #0893c8
}

.badge_btn_3:hover {
    color: #0893c8
}

.badge_btn_4 {
    font-size: 11px;
    font-weight: 700;
    background: #e8ffeb;
    display: inline-block;
    border-radius: 2px;
    padding: 5px 17px;
    color: #50d863
}

.badge_btn_4:hover {
    color: #50d863
}

.badge_btn_5 {
    font-size: 14px;
    font-weight: 700;
    background: #e8ffeb;
    display: inline-block;
    border-radius: 4px;
    padding: 2px 10px;
    background: #d1eee7;
    color: #7bca9e
}

.badge_btn_5:hover {
    color: #7bca9e
}

.badge_btn_6 {
    font-size: 10px;
    font-weight: 700;
    background: #e8ffeb;
    display: inline-block;
    border-radius: 2px;
    padding: 6px 17px;
    background: #f16060;
    color: #fff;
    transition: .3s
}

.badge_btn_6:hover {
    color: #fff;
    box-shadow: 0 4px 7px rgba(255, 0, 0, .31)
}

.badge_btn_7 {
    font-size: 10px;
    font-weight: 700;
    background: #e8ffeb;
    display: inline-block;
    border-radius: 2px;
    padding: 6px 17px;
    background: #567aed;
    color: #fff;
    transition: .3s
}

.badge_btn_7:hover {
    color: #fff;
    box-shadow: 0 4px 7px rgba(86, 122, 237, .31)
}

.badge_btn_8 {
    font-size: 10px;
    font-weight: 700;
    background: #e8ffeb;
    display: inline-block;
    border-radius: 2px;
    padding: 6px 17px;
    background: #884ffb;
    color: #fff;
    transition: .3s
}

.badge_btn_8:hover {
    color: #fff;
    box-shadow: 0 4px 7px rgba(136, 79, 251, .43)
}

.badge_btn_semi {
    font-size: 11px;
    font-weight: 700;
    background: #567aed;
    display: inline-block;
    border-radius: 2px;
    padding: 11px 70px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px
}

.badge_btn_semi:hover {
    color: #fff;
    box-shadow: 0 3px 11px #508ff4
}

.badge_complete {
    font-size: 12px;
    font-weight: 700;
    background: #e2ffe2;
    display: inline-block;
    border-radius: 8px;
    padding: 5px 17px;
    color: #64e355
}

.badge_complete:hover {
    background: #e2ffe2;
    color: #64e355
}

.badge_active {
    font-size: 12px;
    font-weight: 700;
    background: #e2ffe2;
    display: inline-block;
    border-radius: 8px;
    padding: 5px 17px;
    color: #64e355
}

.badge_active:hover {
    background: #e2ffe2;
    color: #64e355
}

.badge_active2 {
    font-size: 12px;
    font-weight: 700;
    background: #e2f2ff;
    display: inline-block;
    border-radius: 8px;
    padding: 5px 17px;
    color: #59a0df
}

.badge_active2:hover {
    background: #e2f2ff;
    color: #59a0df
}

.badge_active3 {
    font-size: 12px;
    font-weight: 700;
    background: #ffeae6;
    display: inline-block;
    border-radius: 8px;
    padding: 5px 17px;
    color: #ff816d
}

.badge_active3:hover {
    background: #ffeae6;
    color: #ff816d
}

.badge_active4 {
    font-size: 12px;
    font-weight: 700;
    background: #fff8d5;
    display: inline-block;
    border-radius: 8px;
    padding: 5px 17px;
    color: #d2bf62
}

.badge_active4:hover {
    background: #fff8d5;
    color: #d2bf62
}

.mark_complete {
    font-size: 12px;
    font-weight: 700;
    background: #ffeff1;
    display: inline-block;
    border-radius: 8px;
    padding: 5px 17px;
    color: #fe8794
}

.mark_complete:hover {
    background: #ffeff1;
    color: #fe8794
}

.text_color_1 {
    font-size: 11px;
    font-weight: 400;
    color: #ff6d6d !important
}

.text_color_2 {
    font-size: 11px;
    font-weight: 400;
    color: #62d45e !important
}

.text_color_3 {
    font-size: 11px;
    font-weight: 400;
    color: #6fa5ec !important
}

.text_color_4 {
    color: #e64b55 !important
}

.text_color_5 {
    color: #4be69d !important
}

.text_color_6 {
    color: #706f9a !important
}

.text_color_7 {
    color: #59748a !important
}

.text_color_8 {
    color: #a48cbc !important
}

.text_color_9 {
    color: #a4cbff !important
}

.text_color_10 {
    color: #af81dc !important
}

.text_color_11 {
    color: #96d89c !important
}

.text_color_11 {
    color: #67349d !important
}

.switch_toggle {
    display: inline-block;
    height: 22px;
    position: relative;
    width: 40px;
    margin-bottom: 0
}

.switch_toggle input {
    opacity: 0
}

.switch_toggle .slider:before {
    bottom: 0;
    content: "";
    height: 13px;
    left: 0;
    left: 2px;
    position: absolute;
    transition: .3s;
    width: 13px;
    top: 1.4px;
    border: 3px solid #8950fc
}

.switch_toggle input:checked+.slider {
    background: 0 0
}

.switch_toggle input:checked+.slider:before {
    transform: translateX(17px)
}

.switch_toggle .slider.round {
    border-radius: 34px
}

.switch_toggle .slider.round:before {
    border-radius: 50%
}

.switch_toggle .switch_toggle input {
    display: none
}

.switch_toggle .slider {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    border: 3px solid #8950fc;
    background: 0 0
}

.custom_bootstrap_nav a {
    color: #303e67
}

.nav.nav-tabs .nav-item.show.active,
.nav.nav-tabs .nav-item.show:focus,
.nav.nav-tabs .nav-link.active,
.nav.nav-tabs .nav-link:focus {
    color: #3e91c2;
    background-color: #fff;
    border-color: transparent transparent #1761fd
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
    background: #1761fd;
    color: #fff
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
    background: #1761fd;
    color: #fff
}

.nav.nav-pills {
    background-color: #f1f5fa
}

table.lms_table_active3.dataTable thead .sorting::after,
table.lms_table_active3.dataTable thead .sorting::before,
table.lms_table_active3.dataTable thead .sorting_asc::after,
table.lms_table_active3.dataTable thead .sorting_asc::before,
table.lms_table_active3.dataTable thead .sorting_asc_disabled::after,
table.lms_table_active3.dataTable thead .sorting_asc_disabled::before,
table.lms_table_active3.dataTable thead .sorting_desc::after,
table.lms_table_active3.dataTable thead .sorting_desc::before,
table.lms_table_active3.dataTable thead .sorting_desc_disabled::after,
table.lms_table_active3.dataTable thead .sorting_desc_disabled::before {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3
}

table.lms_table_active3.dataTable thead .sorting::after,
table.lms_table_active3.dataTable thead .sorting_asc::after,
table.lms_table_active3.dataTable thead .sorting_asc_disabled::after,
table.lms_table_active3.dataTable thead .sorting_desc::after,
table.lms_table_active3.dataTable thead .sorting_desc_disabled::after {
    right: 1em;
    content: "\2193"
}

table.lms_table_active3.dataTable thead .sorting::before,
table.lms_table_active3.dataTable thead .sorting_asc::before,
table.lms_table_active3.dataTable thead .sorting_asc_disabled::before,
table.lms_table_active3.dataTable thead .sorting_desc::before,
table.lms_table_active3.dataTable thead .sorting_desc_disabled::before {
    right: 1.5em;
    content: "\2191"
}

table.lms_table_active3.dataTable thead .sorting_asc::before,
table.lms_table_active3.dataTable thead .sorting_desc::after {
    opacity: 1
}

.board_wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.board_wrapper .single_board {
    width: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-height: 100%;
    padding-right: 12px;
    padding-bottom: 12px;
    outline: 0 !important;
    position: relative
}

.board_wrapper .single_board .main_board_card {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 12px;
    border-radius: 4px;
    padding: 20px;
    background: #f1f5fa
}

.board_wrapper .single_board .main_board_card .board_card_list .card {
    -webkit-box-shadow: 0 2px 4px rgba(31, 30, 47, .03);
    box-shadow: 0 2px 4px rgba(31, 30, 47, .03);
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid #eceff5
}

.board_wrapper .single_board .main_board_card .board_card_list .card .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.font-16 {
    font-size: 16px !important
}

.text-warning {
    color: #ffb822 !important
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.total-payment .payment-title {
    color: #303e67;
    font-weight: 500
}

.total-payment {
    border: 1px solid #f1f5fa;
    background-color: #fff;
    border-radius: 3px
}

.shopping-cart .table tbody td,
.shopping-cart table tbody td,
.total-payment .table tbody td,
.total-payment table tbody td {
    padding: 20px 10px;
    border-top: 0 !important;
    border-bottom: 1px solid #f1f5fa
}

.shopping-cart .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eaf0f7
}

.text-muted {
    color: #a4abc5 !important
}

.ribbon1 {
    position: absolute;
    top: -6.1px;
    right: 10px
}

.ribbon1 span {
    display: block;
    padding: 6px 4px 0;
    border-top-right-radius: 6px;
    width: 60px;
    font-size: 11px;
    font-weight: 500
}

.ribbon1 span.rib1-primary,
.ribbon1 span.rib1-primary::before {
    background: #884ffb
}

.ribbon1.rib1-primary::after {
    border-top-color: #884ffb
}

.ribbon1::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 10px solid;
    border-top-color: currentcolor
}

.ribbon1 span.rib1-primary,
.ribbon1 span.rib1-primary::before {
    background: #884ffb
}

.ribbon1 span::before {
    height: 6px;
    width: 4px;
    left: -4px;
    top: 0
}

.ribbon1 span::after,
.ribbon1 span::before {
    position: absolute;
    content: ""
}

.ribbon1 span.rib1-primary::after {
    background: #884ffb
}

.ribbon1 span::after {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    border-radius: 8px 8px 0 0
}

.ribbon1 span::after,
.ribbon1 span::before {
    position: absolute;
    content: ""
}

.single-pro-detail .pro-price span {
    font-size: 14px;
    color: #8997bd
}

.single-pro-detail .quantity input {
    width: 14%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: calc(24px + 12px)
}

.single-pro-detail .custom-border {
    width: 60px;
    height: 2px;
    background-color: #1d2c48
}

.single-pro-detail .product-review li {
    margin: 0
}

.single-pro-detail .product-review li i {
    font-size: 16px
}

.single-pro-detail .pro-price {
    color: #303e67;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0
}

.single-pro-detail .pro-features {
    margin-bottom: 20px
}

.single-pro-detail .pro-features li {
    line-height: 26px;
    color: #a4abc5
}

.single-pro-detail .pro-features li:before {
    content: "\f00c" !important;
    font-family: 'font awesome 5 free' !important;
    font-weight: 600;
    font-size: 12px;
    color: #03d87f !important;
    display: inline-block;
    margin-right: 8px
}

.todo_wrapper .single_todo {
    margin-bottom: 25px
}

.todo_wrapper .single_todo .lodo_left .todo_head h5 {
    color: #474d58;
    line-height: 24px
}

.todo_wrapper .single_todo .lodo_left .todo_head p {
    line-height: 16px
}

.bar_line {
    height: 49px;
    width: 4px;
    background: #64e355;
    border-radius: 5px
}

.bar_line.red_line {
    background: #fe8794
}

.world_list_wraper {
    background: 0 0;
    border-radius: 15px;
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px
}

.project_complete {
    background: #e2fff6;
    background-image: url(../img/pro_complete.png);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 30px 50px
}

.project_complete .single_pro {
    margin-bottom: 25px
}

.project_complete .single_pro .probox {
    width: 14px;
    height: 13px;
    border-radius: 3px;
    background: rgba(244, 135, 107, .34);
    margin-right: 10px;
    position: relative;
    top: 5px;
    flex: 14px 0 0
}

.project_complete .single_pro .probox.blue_box {
    background: rgba(47, 98, 165, .34)
}

.project_complete .single_pro .box_content h4 {
    font-size: 25px;
    font-weight: 900;
    color: #f4876b;
    margin-bottom: 0
}

.project_complete .single_pro .box_content h4.bluish_text {
    color: #2f62a5
}

.project_complete .single_pro .box_content span {
    font-size: 12px;
    color: #c5bab7;
    font-weight: 600
}

.project_complete .single_pro .box_content span.grayis_text {
    color: #a6b1bf
}

.sidebar.mini_sidebar {
    width: 0px;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    z-index: 9999999;
    height: auto;
    top: 54px;
    bottom: 0;
    left: 0
}

.sidebar.mini_sidebar .menu-text {
    font-size: 12px;
    color: #b1bdcb;
    font-weight: 600;
    margin: 0;
    padding: 12px 0 12px 24px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 0
}

.sidebar.mini_sidebar .menu-text span {
    display: none
}

.sidebar.mini_sidebar .menu-text i {
    display: block
}

.sidebar.mini_sidebar .mini_logo {
    display: block;
    width: 136px
}

.sidebar.mini_sidebar .logo {
    width: 70px;
    padding: 19px 0;
    margin: 0;
    justify-content: center !important;
    overflow: hidden;
}

.sidebar.mini_sidebar .large_logo {
    display: none
}

.sidebar.mini_sidebar .small_logo {
    display: block
}

.sidebar.mini_sidebar .has-arrow::before {
    display: none
}

.sidebar.mini_sidebar .sidebar-header {
    padding-left: 11px
}

.sidebar.mini_sidebar .update_sidebar img {
    max-width: 40px !important
}

.sidebar.mini_sidebar #sidebar_menu ul li ul {
    overflow: visible;
    position: absolute;
    z-index: 999;
    left: 100% !important;
    top: 100%
}

.sidebar.mini_sidebar #sidebar_menu>li {
    position: relative;
    text-align: center
}

.sidebar.mini_sidebar #sidebar_menu>li ul {
    margin-left: 0;
    padding-left: 0
}

.sidebar.mini_sidebar #sidebar_menu>li ul li a {
    white-space: nowrap;
    padding-left: 18px;
    color: #144339;
    width: 194px;
    padding-left: 20px !important
}

.sidebar.mini_sidebar #sidebar_menu>li>a {
    padding-left: 0;
    display: grid;
    grid-template-columns: 44px auto !important
}

.sidebar.mini_sidebar #sidebar_menu>li>a.has-arrow::after {
    display: none
}

.sidebar.mini_sidebar #sidebar_menu>li>a .nav_icon_small {
    width: 85px;
}

.sidebar.mini_sidebar #sidebar_menu>li>a .nav_title {
    display: none
}

.sidebar.mini_sidebar #sidebar_menu>li>a:active,
.sidebar.mini_sidebar #sidebar_menu>li>a:hover {
    width: 250px
}

.sidebar.mini_sidebar #sidebar_menu>li>a:active .nav_icon_small,
.sidebar.mini_sidebar #sidebar_menu>li>a:hover .nav_icon_small {
    display: inline-block
}

.sidebar.mini_sidebar #sidebar_menu>li>a:active .nav_title,
.sidebar.mini_sidebar #sidebar_menu>li>a:hover .nav_title {
    display: inline-block
}

.sidebar.mini_sidebar #sidebar_menu>li>a:active.has-arrow::after,
.sidebar.mini_sidebar #sidebar_menu>li>a:hover.has-arrow::after {
    display: inline-block
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a {
    width: 250px !important
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.active,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a:hover,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a.active,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a:hover {
    width: 250px
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.active .nav_icon_small,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a:hover .nav_icon_small,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a.active .nav_icon_small,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a:hover .nav_icon_small {
    display: inline-block
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.active .nav_title,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a:hover .nav_title,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a.active .nav_title,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a:hover .nav_title {
    display: inline-block
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.active.has-arrow::after,
.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a:hover.has-arrow::after,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a.active.has-arrow::after,
.sidebar.mini_sidebar #sidebar_menu>li:hover>a:hover.has-arrow::after {
    display: inline-block
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active:hover {
    overflow: visible
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a {
    background: #fff
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a .nav_icon_small {
    display: inline-block
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a .nav_title {
    display: inline-block
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active>a.has-arrow::after {
    display: inline-block
}

.sidebar.mini_sidebar #sidebar_menu>li.mm-active ul {
    left: 100%;
    left: 136px;
    position: absolute;
    top: 100%;
    width: 194px;
    z-index: 1000;
    margin-left: 0;
    padding-left: 0
}

#main-content.mini_main_content {
    margin-left: 70px;
    width: calc(100% - 70px)
}

@media(max-width:1370px) {
    #main-content.mini_main_content {
        width: calc(100% - 70px)
    }
}

@media(min-width:1200px) {
    #main-content.mini_main_content {
        padding: 30px
    }
}

@media(max-width:991px) {
    #main-content.mini_main_content {
        width: 100%;
        margin-top: 0
    }
}

.sidebar.mini_sidebar ul li ul {
    background: #144339;
    opacity: .9;
    position: absolute;
    left: 100%
}

.collaspe_icon.open_miniSide {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:991px) {
    .collaspe_icon.open_miniSide {
        display: none
    }
}

.collaspe_icon.open_miniSide i {
    color: #144339;
    cursor: pointer;
    font-size: 18px;
    margin-right: 15px
}

.sidebar.mini_sidebar #sidebar_menu>li.metis_submenu_up_collaspe ul {
    top: auto;
    bottom: 100%
}

.sidebar.mini_sidebar #sidebar_menu li ul li.metis_submenu {
    position: relative
}

.sidebar.mini_sidebar #sidebar_menu li ul li.metis_submenu ul {
    top: 100%;
    left: 0 !important;
    position: relative;
    background: rgba(0, 0, 0, .05)
}

.sidebar.dark_sidebar.mini_sidebar #sidebar_menu>li>a:active,
.sidebar.dark_sidebar.mini_sidebar #sidebar_menu>li>a:hover {
    background: #1e1e2d
}

.sidebar.dark_sidebar.mini_sidebar #sidebar_menu>li.mm-active>a {
    background: #1e1e2d;
    color: #f65365 !important
}

.sidebar.mini_sidebar.dark_sidebar #sidebar_menu>li ul {
    background: #1e1e2d;
    opacity: 1
}

.sidebar.dark_sidebar.mini_sidebar #sidebar_menu>li ul li a {
    color: #fff;
    width: 194px
}

.sidebar.dark_sidebar.mini_sidebar #sidebar_menu>li ul li a {
    color: #fff;
    width: 194px
}

.sidebar.dark_sidebar.mini_sidebar #sidebar_menu>li.mm-active ul {
    width: 194px
}

.custom-card {
    overflow: hidden;
    padding: 30px
}

@media(max-width:575.98px) {
    .custom-card {
        padding: 0
    }
}

.custom-card.card {
    margin-bottom: 30px;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .5px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, .05);
    box-shadow: 0 0 37px rgba(8, 21, 66, .05);
    border: none !important
}

.custom-card.card .card-header {
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid #ecf3fa;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative
}

.custom-card.card .card-header img {
    border-radius: 50%;
    margin-top: -100px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.custom-card .card-profile {
    text-align: center
}

.custom-card .card-profile img {
    height: 150px;
    padding: 7px;
    background-color: #fff;
    z-index: 1;
    position: relative
}

.custom-card .card-social {
    text-align: center
}

.custom-card .card-social li {
    display: inline-block;
    padding: 15px 0
}

.custom-card .card-social li a {
    padding: 13px;
    color: #bcc6de;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.custom-card .profile-details h6 {
    margin-bottom: 30px;
    margin-top: 10px;
    color: rgba(43, 43, 43, .7);
    font-size: 14px
}

.custom-card .card-footer {
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #ecf3fa;
    padding: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

@media(max-width:575.98px) {
    .custom-card .card-footer {
        padding: 0 15px 15px
    }
}

.custom-card .card-footer>div h6 {
    font-size: 14px;
    color: rgba(43, 43, 43, .7)
}

@media(max-width:575.98px) {
    .custom-card .card-footer>div h6 {
        font-size: 13px
    }
}

.custom-card .card-footer>div h3 {
    margin-bottom: 0;
    font-size: 24px
}

@media(max-width:575.98px) {
    .custom-card .card-footer>div h3 {
        font-size: 20px
    }
}

.custom-card .card-footer>div+div {
    border-left: 1px solid #efefef
}

.custom-card .card-footer>div {
    padding: 15px;
    text-align: center
}

@media(max-width:575.98px) {
    .custom-card .card-footer>div {
        padding: 15px 13px
    }
}

.user_crm_wrapper {
    background: 0 0
}

.user_crm_wrapper .single_crm {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 5px
}

.user_crm_wrapper .single_crm .crm_head {
    background: #ff7ea5;
    padding: 8px 20px;
    border-radius: 13px
}

.user_crm_wrapper .single_crm .crm_head i {
    color: #fff
}

.user_crm_wrapper .single_crm .crm_body {
    padding: 15px 23px
}

.user_crm_wrapper .single_crm .crm_body h4 {
    font-size: 22px;
    font-weight: 700;
    color: #242934
}

.user_crm_wrapper .single_crm .crm_body p {
    font-size: 14px;
    color: #9b9aba;
    font-weight: 400
}

.user_crm_wrapper .crm_reports_bnner {
    background-image: url(../img/crm/bg.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 40px 30px
}

.user_crm_wrapper .crm_reports_bnner h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

.user_crm_wrapper .crm_reports_bnner p {
    color: #c8b4de;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0
}

.user_crm_wrapper .crm_reports_bnner a {
    color: #efc343;
    font-size: 10px;
    font-weight: 300
}

.crm_bg_1 {
    background: #20deff !important
}

.crm_bg_2 {
    background: #c388f6 !important
}

.crm_bg_3 {
    background: #f5f5ff !important
}

.crm_bg_3 i {
    color: #58377e !important
}

.max-width-220 {
    max-width: 220px
}

body {
    background: #181b1c !important
}

.main_content {
    background: #181b1c !important
}

.main_content .main_content_iner {
    min-height: 100vh;
    background: #f1f1f1 !important
}
.account-manager{
    background: #fff;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    
}
.account-manager span:nth-child(1){
    color: #000;
    display: inline-block;
    margin-right: 10px
}

.account-manager span:nth-child(2){
    display: inline-block;
    color: red
}

.box{
    background: #607D8B !important;
    padding: 14px !important;
    border-radius: 10px !important;
    border: 1px solid #53585a ;
}
.box .box-body h3{
    font-weight: bold !important;
    color: #fff;
}
.box h6.box-title{
    font-size: .9rem;
    font-weight: bold !important;
    margin-left: 4px;
    margin-bottom: 0;
    color: #fff;
}


@media  only screen and (max-width: 765px) {
.respnma {
margin-bottom:10px;
}
}


body {
    font-family: 'League Spartan', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    color: #171511;
    background-color: #ffffff;
    
}



.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5rem;
    color: #171511;
}

.h3,
h3 {
    font-size: 12px;
}

p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
    
}

a {
    color: #3e91c2;
}

.form-group {
    margin: 0 0 0px 0;
}

.card .brand-logo {
    margin: 20px 0 45px 0;
}

.card .brand-logo img {
    height: 100px;
}



@media screen and (max-width: 600px) {
  .card .brand-logo img {
    height: 75px;
  }
}

button[data-dismiss="modal"] {
    border: white;
    background: #3e91c2;
    font-size: 12px;
}

nav.sidebar.mini_sidebar .sidnbar-line {
    display: none;
}

.sidnbar-line {
    color: #8d8d8f;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 10px 10px;
}

.card {
    border: 1px solid #e4e4e4;
    box-shadow: 1px 0px 8px 0px #cccccc8c;
}

.card-title {
    margin-bottom: .5rem;
    font-size: 15px;
    padding: 0.3rem 0 1rem;
    
    color: #171511;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 1rem;
    margin-bottom:5px;
}

.toggle-group label {
    margin: 0px !important;
    color: #fff !important;
    padding: 4px !important;
}

.header_iner {
    padding: 12px 30px;
    position: relative;
    background: #181b1c;
    margin: 0;
    
    
}

.line_icon.open_miniSide.d-none.d-lg-block {
    cursor: pointer;
}

.sidebar .logo {
    margin: 0;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    
}

.sidebar {
    height: 100vh;
    left: 0;
    top: 68px;
    padding-bottom: 50px;
    position: fixed;
    width: 238px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    background: #f1f1f1;
    transition: .3s;
    font-size: 13px;
    border-right: 1px solid #ddd;
}

#sidebar_menu hr {
    opacity: 0.1 !important;
}

.main_content {
    padding-left: 245px;
    background: #181b1c !important;
}


table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    font-size: 0.9rem !important;
    text-align: center;
    border-right-color: #3E394B;
}

a.panel-body:hover, a.panel-body.active {
    background: #ddd !important;
}


.box {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 17px;
    padding: 15px 14px;
    border-radius:15px;
    overflow:hidden;
}

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 200px;
}

.box-icon {
    padding: 12px;
    margin-right: 15px;
    font-size: 2rem;
    color: #fff;
    
    border-radius: 13%;
    text-align: center;
    min-width: 62px;
}


h6.box-title {
    font-weight: 600;
}

.box-body h3 {
    font-size: 1rem;
    font-weight: 400;
}

div.password {
    position: relative;
}

.password .fas {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

td .btn {
    padding: 2px 8px;
    margin: 3px 0px;
}

.btn i.fa, .btn i.fas {
    font-size: 10px;
}

th, td {
    
    text-align: center;
    padding: 0px 1px;
    font-size: 13px !important;
    padding: 12px;
}

.card.chart-area {
    background: whitesmoke;
    border-radius: 10px !important;
}

@media screen and (max-width:521px){
    .main_content {
    padding-left: 10px;
}
}


    @media (max-width: 768px) {
  .box {
    font-size: 14px;
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .box {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .box {
    font-size: 18px;
    padding: 30px;
  }
}

.box img {
  max-width: 100%;
  height: auto;
}

 .profile_info{
            /* padding-top: 10px */
}
.profile_info img{
    border: 0
}
.main_content{
    padding-left: 0 !important;
}
.header_iner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_iner .middle-menu{
    display: flex;
    align-items: center;
}
.header_iner .middle-menu img{
    width: 150px;
    position: relative;
    top: -4px
}
.header_iner .middle-menu ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    gap: 25px;
    /* padding-top: 10px; */
    margin-left: 20px;
}
.header_iner .middle-menu ul li a{
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    

}

    .header_iner .middle-menu ul li a:hover{
    
    color: #fff;
    

}

.box p {
    color: #fff;
}

@media(max-width: 768px){
    .sidebar_icon{
        display: block !important
    }
    .header_iner .middle-menu{
        margin-left: auto;
        margin-right: auto
    }
    .header_iner .middle-menu ul{
        display: none
    }
    .middle-menu.middle-menu-mobile{
        display: block !important
    }
    .header_iner .middle-menu ul li a{
        font-size: 12px
    }
    .header_iner .middle-menu img{
        width: 157px
    }
}

.card, .card.card-custom {
    background: #fff !important;
}

div#map {
    background: #607D8B;
}


.placement-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #53585a;
    padding: 12px 20px;
    border-radius: 25px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.main-path{
    width: 85%;
    margin: auto
}

.placement-item .page1l {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.placement-item .page1l .title {
    font-size: 1.5rem;
    display: inline-block;
    color: #fff
}

.placement-item .page1l span:nth-child(2) {
    font-size: .85rem;
    display: inline-block;
    text-align: center;
    padding: 5px 6px;
    border-radius: 20px !important;
}

.placement-item .page1r .actions {
    display: flex;
    align-items: center;
    gap: 6px
}

.placement-item .bg-success {
    background-color: #00BF63 !important;
    border-color: #00BF63 !important;
}

.placement-item .bg-danger {
    background-color: #FF3131 !important;
    border-color: #FF3131 !important;
}

.placement-item .edit-btn,
.placement-item .integ-btn,
.placement-item .del-btn {
    border-radius: 5px;

}

.placement-item .edit-btn i,
.placement-item .integ-btn i,
.placement-item .del-btn i {
    font-size: 16px !important;
    color: #fff
}

.placement-item .edit-btn {
    background: #00BF63;
}

.placement-item .edit-btn:hover {
    background: #00BF63;
}

.placement-item .integ-btn {
    background: #82BBDD;

}

.placement-item .integ-btn:hover {
    background: #82BBDD;

}

.placement-item .del-btn {
    background: #FF3131;
}

@media(max-width: 768px) {
    .placement-item,
    .main-path {
        width: 95%;
        margin: auto;
        margin-top:10px;
    }
   
    .placement-item .page1l .title {
        font-size: 1.2rem
    }

    .placement-item .edit-btn i,
    .placement-item .integ-btn i,
    .placement-item .del-btn i {
        font-size: 14px !important
    }
}

.placement-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #607D8B;
    padding: 12px 20px;
    border-radius: 8px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}