@charset "UTF-8";



:root,

[data-bs-theme=light] {

    --bs-blue: #0d6efd;

    --bs-indigo: #6610f2;

    --bs-purple: #6f42c1;

    --bs-pink: #d63384;

    --bs-red: #dc3545;

    --bs-orange: #fd7e14;

    --bs-yellow: #ffc107;

    --bs-green: #198754;

    --bs-teal: #20c997;

    --bs-cyan: #0dcaf0;

    --bs-black: #000;

    --bs-white: #fff;

    --bs-gray: #6c757d;

    --bs-gray-dark: #343a40;

    --bs-gray-100: #f8f9fa;

    --bs-gray-200: #e9ecef;

    --bs-gray-300: #dee2e6;

    --bs-gray-400: #ced4da;

    --bs-gray-500: #adb5bd;

    --bs-gray-600: #6c757d;

    --bs-gray-700: #495057;

    --bs-gray-800: #343a40;

    --bs-gray-900: #212529;

    --bs-primary: #0d6efd;

    --bs-secondary: #6c757d;

    --bs-success: #198754;

    --bs-info: #0dcaf0;

    --bs-warning: #ffc107;

    --bs-danger: #dc3545;

    --bs-light: #f8f9fa;

    --bs-dark: #212529;

    --bs-primary-rgb: 13, 110, 253;

    --bs-secondary-rgb: 108, 117, 125;

    --bs-success-rgb: 25, 135, 84;

    --bs-info-rgb: 13, 202, 240;

    --bs-warning-rgb: 255, 193, 7;

    --bs-danger-rgb: 220, 53, 69;

    --bs-light-rgb: 248, 249, 250;

    --bs-dark-rgb: 33, 37, 41;

    --bs-primary-text-emphasis: #052c65;

    --bs-secondary-text-emphasis: #2b2f32;

    --bs-success-text-emphasis: #0a3622;

    --bs-info-text-emphasis: #055160;

    --bs-warning-text-emphasis: #664d03;

    --bs-danger-text-emphasis: #58151c;

    --bs-light-text-emphasis: #495057;

    --bs-dark-text-emphasis: #495057;

    --bs-primary-bg-subtle: #cfe2ff;

    --bs-secondary-bg-subtle: #e2e3e5;

    --bs-success-bg-subtle: #d1e7dd;

    --bs-info-bg-subtle: #cff4fc;

    --bs-warning-bg-subtle: #fff3cd;

    --bs-danger-bg-subtle: #f8d7da;

    --bs-light-bg-subtle: #fcfcfd;

    --bs-dark-bg-subtle: #ced4da;

    --bs-primary-border-subtle: #9ec5fe;

    --bs-secondary-border-subtle: #c4c8cb;

    --bs-success-border-subtle: #a3cfbb;

    --bs-info-border-subtle: #9eeaf9;

    --bs-warning-border-subtle: #ffe69c;

    --bs-danger-border-subtle: #f1aeb5;

    --bs-light-border-subtle: #e9ecef;

    --bs-dark-border-subtle: #adb5bd;

    --bs-white-rgb: 255, 255, 255;

    --bs-black-rgb: 0, 0, 0;

    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));

    --bs-body-font-family: var(--bs-font-sans-serif);

    --bs-body-font-size: 1rem;

    --bs-body-font-weight: 400;

    --bs-body-line-height: 1.5;

    --bs-body-color: #212529;

    --bs-body-color-rgb: 33, 37, 41;

    --bs-body-bg: #fff;

    --bs-body-bg-rgb: 255, 255, 255;

    --bs-emphasis-color: #000;

    --bs-emphasis-color-rgb: 0, 0, 0;

    --bs-secondary-color: rgba(33, 37, 41, .75);

    --bs-secondary-color-rgb: 33, 37, 41;

    --bs-secondary-bg: #e9ecef;

    --bs-secondary-bg-rgb: 233, 236, 239;

    --bs-tertiary-color: rgba(33, 37, 41, .5);

    --bs-tertiary-color-rgb: 33, 37, 41;

    --bs-tertiary-bg: #f8f9fa;

    --bs-tertiary-bg-rgb: 248, 249, 250;

    --bs-heading-color: inherit;

    --bs-link-color: #0d6efd;

    --bs-link-color-rgb: 13, 110, 253;

    --bs-link-decoration: underline;

    --bs-link-hover-color: #0a58ca;

    --bs-link-hover-color-rgb: 10, 88, 202;

    --bs-code-color: #d63384;

    --bs-highlight-color: #212529;

    --bs-highlight-bg: #fff3cd;

    --bs-border-width: 1px;

    --bs-border-style: solid;

    --bs-border-color: #dee2e6;

    --bs-border-color-translucent: rgba(0, 0, 0, .175);

    --bs-border-radius: .375rem;

    --bs-border-radius-sm: .25rem;

    --bs-border-radius-lg: .5rem;

    --bs-border-radius-xl: 1rem;

    --bs-border-radius-xxl: 2rem;

    --bs-border-radius-2xl: var(--bs-border-radius-xxl);

    --bs-border-radius-pill: 50rem;

    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);

    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);

    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);

    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);

    --bs-focus-ring-width: .25rem;

    --bs-focus-ring-opacity: .25;

    --bs-focus-ring-color: rgba(13, 110, 253, .25);

    --bs-form-valid-color: #198754;

    --bs-form-valid-border-color: #198754;

    --bs-form-invalid-color: #dc3545;

    --bs-form-invalid-border-color: #dc3545

}



[data-bs-theme=dark] {

    color-scheme: dark;

    --bs-body-color: #dee2e6;

    --bs-body-color-rgb: 222, 226, 230;

    --bs-body-bg: #212529;

    --bs-body-bg-rgb: 33, 37, 41;

    --bs-emphasis-color: #fff;

    --bs-emphasis-color-rgb: 255, 255, 255;

    --bs-secondary-color: rgba(222, 226, 230, .75);

    --bs-secondary-color-rgb: 222, 226, 230;

    --bs-secondary-bg: #343a40;

    --bs-secondary-bg-rgb: 52, 58, 64;

    --bs-tertiary-color: rgba(222, 226, 230, .5);

    --bs-tertiary-color-rgb: 222, 226, 230;

    --bs-tertiary-bg: #2b3035;

    --bs-tertiary-bg-rgb: 43, 48, 53;

    --bs-primary-text-emphasis: #6ea8fe;

    --bs-secondary-text-emphasis: #a7acb1;

    --bs-success-text-emphasis: #75b798;

    --bs-info-text-emphasis: #6edff6;

    --bs-warning-text-emphasis: #ffda6a;

    --bs-danger-text-emphasis: #ea868f;

    --bs-light-text-emphasis: #f8f9fa;

    --bs-dark-text-emphasis: #dee2e6;

    --bs-primary-bg-subtle: #031633;

    --bs-secondary-bg-subtle: #161719;

    --bs-success-bg-subtle: #051b11;

    --bs-info-bg-subtle: #032830;

    --bs-warning-bg-subtle: #332701;

    --bs-danger-bg-subtle: #2c0b0e;

    --bs-light-bg-subtle: #343a40;

    --bs-dark-bg-subtle: #1a1d20;

    --bs-primary-border-subtle: #084298;

    --bs-secondary-border-subtle: #41464b;

    --bs-success-border-subtle: #0f5132;

    --bs-info-border-subtle: #087990;

    --bs-warning-border-subtle: #997404;

    --bs-danger-border-subtle: #842029;

    --bs-light-border-subtle: #495057;

    --bs-dark-border-subtle: #343a40;

    --bs-heading-color: inherit;

    --bs-link-color: #6ea8fe;

    --bs-link-hover-color: #8bb9fe;

    --bs-link-color-rgb: 110, 168, 254;

    --bs-link-hover-color-rgb: 139, 185, 254;

    --bs-code-color: #e685b5;

    --bs-highlight-color: #dee2e6;

    --bs-highlight-bg: #664d03;

    --bs-border-color: #495057;

    --bs-border-color-translucent: hsla(0, 0%, 100%, .15);

    --bs-form-valid-color: #75b798;

    --bs-form-valid-border-color: #75b798;

    --bs-form-invalid-color: #ea868f;

    --bs-form-invalid-border-color: #ea868f

}



*,

:after,

:before {

    box-sizing: border-box

}



@media (prefers-reduced-motion:no-preference) {

    :root {

        scroll-behavior: smooth

    }

}



body {

    background-color: var(--bs-body-bg);

    color: var(--bs-body-color);

    font-family: var(--bs-body-font-family);

    font-size: var(--bs-body-font-size);

    font-weight: var(--bs-body-font-weight);

    line-height: var(--bs-body-line-height);

    margin: 0;

    text-align: var(--bs-body-text-align);

    -webkit-text-size-adjust: 100%;

    -webkit-tap-highlight-color: #fff0

}



hr {

    border: 0;

    border-top: var(--bs-border-width) solid;

    color: inherit;

    margin: 1rem 0;

    opacity: .25

}



.h1,

.h2,

.h3,

.h4,

.h5,

.h6,

h1,

h2,

h3,

h4,

h5,

h6 {

    color: var(--bs-heading-color);

    font-weight: 500;

    line-height: 1.2;

    margin-bottom: .5rem;

    margin-top: 0

}



.h1,

h1 {

    font-size: calc(1.375rem + 1.5vw)

}



@media (min-width:1200px) {



    .h1,

    h1 {

        font-size: 2.5rem

    }

}



.h2,

h2 {

    font-size: calc(1.325rem + .9vw)

}



@media (min-width:1200px) {



    .h2,

    h2 {

        font-size: 2rem

    }

}



.h3,

h3 {

    font-size: calc(1.3rem + .6vw)

}



@media (min-width:1200px) {



    .h3,

    h3 {

        font-size: 1.75rem

    }

}



.h4,

h4 {

    font-size: calc(1.275rem + .3vw)

}



@media (min-width:1200px) {



    .h4,

    h4 {

        font-size: 1.5rem

    }

}



.h5,

h5 {

    font-size: 1.25rem

}



.h6,

h6 {

    font-size: 1rem

}



p {

    margin-bottom: 1rem;

    margin-top: 0

}



abbr[title] {

    cursor: help;

    -webkit-text-decoration: underline dotted;

    text-decoration: underline dotted;

    -webkit-text-decoration-skip-ink: none;

    text-decoration-skip-ink: none

}



address {

    font-style: normal;

    line-height: inherit;

    margin-bottom: 1rem

}



ol,

ul {

    padding-left: 2rem

}



dl,

ol,

ul {

    margin-bottom: 1rem;

    margin-top: 0

}



ol ol,

ol ul,

ul ol,

ul ul {

    margin-bottom: 0

}



dt {

    font-weight: 700

}



dd {

    margin-bottom: .5rem;

    margin-left: 0

}



blockquote {

    margin: 0 0 1rem

}



b,

strong {

    font-weight: bolder

}



.small,

small {

    font-size: .875em

}



.mark,

mark {

    background-color: var(--bs-highlight-bg);

    color: var(--bs-highlight-color);

    padding: .1875em

}



sub,

sup {

    font-size: .75em;

    line-height: 0;

    position: relative;

    vertical-align: baseline

}



sub {

    bottom: -.25em

}



sup {

    top: -.5em

}



a {

    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));

    text-decoration: underline

}



a:hover {

    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)

}



a:not([href]):not([class]),

a:not([href]):not([class]):hover {

    color: inherit;

    text-decoration: none

}



code,

kbd,

pre,

samp {

    font-family: var(--bs-font-monospace);

    font-size: 1em

}



pre {

    display: block;

    font-size: .875em;

    margin-bottom: 1rem;

    margin-top: 0;

    overflow: auto

}



pre code {

    color: inherit;

    font-size: inherit;

    word-break: normal

}



code {

    color: var(--bs-code-color);

    font-size: .875em;

    word-wrap: break-word

}



a>code {

    color: inherit

}



kbd {

    background-color: var(--bs-body-color);

    border-radius: .25rem;

    color: var(--bs-body-bg);

    font-size: .875em;

    padding: .1875rem .375rem

}



kbd kbd {

    font-size: 1em;

    padding: 0

}



figure {

    margin: 0 0 1rem

}



img,

svg {

    vertical-align: middle

}



table {

    border-collapse: collapse;

    caption-side: bottom

}



caption {

    color: var(--bs-secondary-color);

    padding-bottom: .5rem;

    padding-top: .5rem;

    text-align: left

}



th {

    text-align: inherit;

    text-align: -webkit-match-parent

}



tbody,

td,

tfoot,

th,

thead,

tr {

    border: 0 solid;

    border-color: inherit

}



label {

    display: inline-block

}



button {

    border-radius: 0

}



button:focus:not(:focus-visible) {

    outline: 0

}



button,

input,

optgroup,

select,

textarea {

    font-family: inherit;

    font-size: inherit;

    line-height: inherit;

    margin: 0

}



button,

select {

    text-transform: none

}



[role=button] {

    cursor: pointer

}



select {

    word-wrap: normal

}



select:disabled {

    opacity: 1

}



[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {

    display: none !important

}



[type=button],

[type=reset],

[type=submit],

button {

    -webkit-appearance: button

}



[type=button]:not(:disabled),

[type=reset]:not(:disabled),

[type=submit]:not(:disabled),

button:not(:disabled) {

    cursor: pointer

}



::-moz-focus-inner {

    border-style: none;

    padding: 0

}



textarea {

    resize: vertical

}



fieldset {

    border: 0;

    margin: 0;

    min-width: 0;

    padding: 0

}



legend {

    float: left;

    font-size: calc(1.275rem + .3vw);

    line-height: inherit;

    margin-bottom: .5rem;

    padding: 0;

    width: 100%

}



@media (min-width:1200px) {

    legend {

        font-size: 1.5rem

    }

}



legend+* {

    clear: left

}



::-webkit-datetime-edit-day-field,

::-webkit-datetime-edit-fields-wrapper,

::-webkit-datetime-edit-hour-field,

::-webkit-datetime-edit-minute,

::-webkit-datetime-edit-month-field,

::-webkit-datetime-edit-text,

::-webkit-datetime-edit-year-field {

    padding: 0

}



::-webkit-inner-spin-button {

    height: auto

}



[type=search] {

    -webkit-appearance: textfield;

    outline-offset: -2px

}



::-webkit-search-decoration {

    -webkit-appearance: none

}



::-webkit-color-swatch-wrapper {

    padding: 0

}



::file-selector-button {

    -webkit-appearance: button;

    font: inherit

}



output {

    display: inline-block

}



iframe {

    border: 0

}



summary {

    cursor: pointer;

    display: list-item

}



progress {

    vertical-align: baseline

}



[hidden] {

    display: none !important

}



.lead {

    font-size: 1.25rem;

    font-weight: 300

}



.display-1 {

    font-size: calc(1.625rem + 4.5vw);

    font-weight: 300;

    line-height: 1.2

}



@media (min-width:1200px) {

    .display-1 {

        font-size: 5rem

    }

}



.display-2 {

    font-size: calc(1.575rem + 3.9vw);

    font-weight: 300;

    line-height: 1.2

}



@media (min-width:1200px) {

    .display-2 {

        font-size: 4.5rem

    }

}



.display-3 {

    font-size: calc(1.525rem + 3.3vw);

    font-weight: 300;

    line-height: 1.2

}



@media (min-width:1200px) {

    .display-3 {

        font-size: 4rem

    }

}



.display-4 {

    font-size: calc(1.475rem + 2.7vw);

    font-weight: 300;

    line-height: 1.2

}



@media (min-width:1200px) {

    .display-4 {

        font-size: 3.5rem

    }

}



.display-5 {

    font-size: calc(1.425rem + 2.1vw);

    font-weight: 300;

    line-height: 1.2

}



@media (min-width:1200px) {

    .display-5 {

        font-size: 3rem

    }

}



.display-6 {

    font-size: calc(1.375rem + 1.5vw);

    font-weight: 300;

    line-height: 1.2

}



@media (min-width:1200px) {

    .display-6 {

        font-size: 2.5rem

    }

}



.list-inline,

.list-unstyled {

    list-style: none;

    padding-left: 0

}



.list-inline-item {

    display: inline-block

}



.list-inline-item:not(:last-child) {

    margin-right: .5rem

}



.initialism {

    font-size: .875em;

    text-transform: uppercase

}



.blockquote {

    font-size: 1.25rem;

    margin-bottom: 1rem

}



.blockquote>:last-child {

    margin-bottom: 0

}



.blockquote-footer {

    color: #6c757d;

    font-size: .875em;

    margin-bottom: 1rem;

    margin-top: -1rem

}



.blockquote-footer:before {

    content: "— "

}



.img-fluid,

.img-thumbnail {

    height: auto;

    max-width: 100%

}



.img-thumbnail {

    background-color: var(--bs-body-bg);

    border: var(--bs-border-width) solid var(--bs-border-color);

    border-radius: var(--bs-border-radius);

    padding: .25rem

}



.figure {

    display: inline-block

}



.figure-img {

    line-height: 1;

    margin-bottom: .5rem

}



.figure-caption {

    color: var(--bs-secondary-color);

    font-size: .875em

}



.container,

.container-fluid,

.container-lg,

.container-md,

.container-sm,

.container-xl,

.container-xxl {

    --bs-gutter-x: 1.5rem;

    --bs-gutter-y: 0;

    margin-left: auto;

    margin-right: auto;

    padding-left: calc(var(--bs-gutter-x)*.5);

    padding-right: calc(var(--bs-gutter-x)*.5);

    width: 100%

}



@media (min-width:576px) {



    .container,

    .container-sm {

        max-width: 540px

    }

}



@media (min-width:768px) {



    .container,

    .container-md,

    .container-sm {

        max-width: 720px

    }

}



@media (min-width:992px) {



    .container,

    .container-lg,

    .container-md,

    .container-sm {

        max-width: 960px

    }

}



@media (min-width:1200px) {



    .container,

    .container-lg,

    .container-md,

    .container-sm,

    .container-xl {

        max-width: 1140px

    }

}



@media (min-width:1400px) {



    .container,

    .container-lg,

    .container-md,

    .container-sm,

    .container-xl,

    .container-xxl {

        max-width: 1320px

    }

}



:root {

    --bs-breakpoint-xs: 0;

    --bs-breakpoint-sm: 576px;

    --bs-breakpoint-md: 768px;

    --bs-breakpoint-lg: 992px;

    --bs-breakpoint-xl: 1200px;

    --bs-breakpoint-xxl: 1400px

}



.row {

    --bs-gutter-x: 1.5rem;

    --bs-gutter-y: 0;

    display: flex;

    flex-wrap: wrap;

    margin-left: calc(var(--bs-gutter-x)*-.5);

    margin-right: calc(var(--bs-gutter-x)*-.5);

    margin-top: calc(var(--bs-gutter-y)*-1)

}



.row>* {

    flex-shrink: 0;

    margin-top: var(--bs-gutter-y);

    max-width: 100%;

    padding-left: calc(var(--bs-gutter-x)*.5);

    padding-right: calc(var(--bs-gutter-x)*.5);

    width: 100%

}



.col {

    flex: 1 0 0%

}



.row-cols-auto>* {

    flex: 0 0 auto;

    width: auto

}



.row-cols-1>* {

    flex: 0 0 auto;

    width: 100%

}



.row-cols-2>* {

    flex: 0 0 auto;

    width: 50%

}



.row-cols-3>* {

    flex: 0 0 auto;

    width: 33.33333333%

}



.row-cols-4>* {

    flex: 0 0 auto;

    width: 25%

}



.row-cols-5>* {

    flex: 0 0 auto;

    width: 20%

}



.row-cols-6>* {

    flex: 0 0 auto;

    width: 16.66666667%

}



.col-auto {

    flex: 0 0 auto;

    width: auto

}



.col-1 {

    flex: 0 0 auto;

    width: 8.33333333%

}



.col-2 {

    flex: 0 0 auto;

    width: 16.66666667%

}



.col-3 {

    flex: 0 0 auto;

    width: 25%

}



.col-4 {

    flex: 0 0 auto;

    width: 33.33333333%

}



.col-5 {

    flex: 0 0 auto;

    width: 41.66666667%

}



.col-6 {

    flex: 0 0 auto;

    width: 50%

}



.col-7 {

    flex: 0 0 auto;

    width: 58.33333333%

}



.col-8 {

    flex: 0 0 auto;

    width: 66.66666667%

}



.col-9 {

    flex: 0 0 auto;

    width: 75%

}



.col-10 {

    flex: 0 0 auto;

    width: 83.33333333%

}



.col-11 {

    flex: 0 0 auto;

    width: 91.66666667%

}



.col-12 {

    flex: 0 0 auto;

    width: 100%

}



.offset-1 {

    margin-left: 8.33333333%

}



.offset-2 {

    margin-left: 16.66666667%

}



.offset-3 {

    margin-left: 25%

}



.offset-4 {

    margin-left: 33.33333333%

}



.offset-5 {

    margin-left: 41.66666667%

}



.offset-6 {

    margin-left: 50%

}



.offset-7 {

    margin-left: 58.33333333%

}



.offset-8 {

    margin-left: 66.66666667%

}



.offset-9 {

    margin-left: 75%

}



.offset-10 {

    margin-left: 83.33333333%

}



.offset-11 {

    margin-left: 91.66666667%

}



.g-0,

.gx-0 {

    --bs-gutter-x: 0

}



.g-0,

.gy-0 {

    --bs-gutter-y: 0

}



.g-1,

.gx-1 {

    --bs-gutter-x: .25rem

}



.g-1,

.gy-1 {

    --bs-gutter-y: .25rem

}



.g-2,

.gx-2 {

    --bs-gutter-x: .5rem

}



.g-2,

.gy-2 {

    --bs-gutter-y: .5rem

}



.g-3,

.gx-3 {

    --bs-gutter-x: 1rem

}



.g-3,

.gy-3 {

    --bs-gutter-y: 1rem

}



.g-4,

.gx-4 {

    --bs-gutter-x: 1.5rem

}



.g-4,

.gy-4 {

    --bs-gutter-y: 1.5rem

}



.g-5,

.gx-5 {

    --bs-gutter-x: 3rem

}



.g-5,

.gy-5 {

    --bs-gutter-y: 3rem

}



@media (min-width:576px) {

    .col-sm {

        flex: 1 0 0%

    }



    .row-cols-sm-auto>* {

        flex: 0 0 auto;

        width: auto

    }



    .row-cols-sm-1>* {

        flex: 0 0 auto;

        width: 100%

    }



    .row-cols-sm-2>* {

        flex: 0 0 auto;

        width: 50%

    }



    .row-cols-sm-3>* {

        flex: 0 0 auto;

        width: 33.33333333%

    }



    .row-cols-sm-4>* {

        flex: 0 0 auto;

        width: 25%

    }



    .row-cols-sm-5>* {

        flex: 0 0 auto;

        width: 20%

    }



    .row-cols-sm-6>* {

        flex: 0 0 auto;

        width: 16.66666667%

    }



    .col-sm-auto {

        flex: 0 0 auto;

        width: auto

    }



    .col-sm-1 {

        flex: 0 0 auto;

        width: 8.33333333%

    }



    .col-sm-2 {

        flex: 0 0 auto;

        width: 16.66666667%

    }



    .col-sm-3 {

        flex: 0 0 auto;

        width: 25%

    }



    .col-sm-4 {

        flex: 0 0 auto;

        width: 33.33333333%

    }



    .col-sm-5 {

        flex: 0 0 auto;

        width: 41.66666667%

    }



    .col-sm-6 {

        flex: 0 0 auto;

        width: 50%

    }



    .col-sm-7 {

        flex: 0 0 auto;

        width: 58.33333333%

    }



    .col-sm-8 {

        flex: 0 0 auto;

        width: 66.66666667%

    }



    .col-sm-9 {

        flex: 0 0 auto;

        width: 75%

    }



    .col-sm-10 {

        flex: 0 0 auto;

        width: 83.33333333%

    }



    .col-sm-11 {

        flex: 0 0 auto;

        width: 91.66666667%

    }



    .col-sm-12 {

        flex: 0 0 auto;

        width: 100%

    }



    .offset-sm-0 {

        margin-left: 0

    }



    .offset-sm-1 {

        margin-left: 8.33333333%

    }



    .offset-sm-2 {

        margin-left: 16.66666667%

    }



    .offset-sm-3 {

        margin-left: 25%

    }



    .offset-sm-4 {

        margin-left: 33.33333333%

    }



    .offset-sm-5 {

        margin-left: 41.66666667%

    }



    .offset-sm-6 {

        margin-left: 50%

    }



    .offset-sm-7 {

        margin-left: 58.33333333%

    }



    .offset-sm-8 {

        margin-left: 66.66666667%

    }



    .offset-sm-9 {

        margin-left: 75%

    }



    .offset-sm-10 {

        margin-left: 83.33333333%

    }



    .offset-sm-11 {

        margin-left: 91.66666667%

    }



    .g-sm-0,

    .gx-sm-0 {

        --bs-gutter-x: 0

    }



    .g-sm-0,

    .gy-sm-0 {

        --bs-gutter-y: 0

    }



    .g-sm-1,

    .gx-sm-1 {

        --bs-gutter-x: .25rem

    }



    .g-sm-1,

    .gy-sm-1 {

        --bs-gutter-y: .25rem

    }



    .g-sm-2,

    .gx-sm-2 {

        --bs-gutter-x: .5rem

    }



    .g-sm-2,

    .gy-sm-2 {

        --bs-gutter-y: .5rem

    }



    .g-sm-3,

    .gx-sm-3 {

        --bs-gutter-x: 1rem

    }



    .g-sm-3,

    .gy-sm-3 {

        --bs-gutter-y: 1rem

    }



    .g-sm-4,

    .gx-sm-4 {

        --bs-gutter-x: 1.5rem

    }



    .g-sm-4,

    .gy-sm-4 {

        --bs-gutter-y: 1.5rem

    }



    .g-sm-5,

    .gx-sm-5 {

        --bs-gutter-x: 3rem

    }



    .g-sm-5,

    .gy-sm-5 {

        --bs-gutter-y: 3rem

    }

}



@media (min-width:768px) {

    .col-md {

        flex: 1 0 0%

    }



    .row-cols-md-auto>* {

        flex: 0 0 auto;

        width: auto

    }



    .row-cols-md-1>* {

        flex: 0 0 auto;

        width: 100%

    }



    .row-cols-md-2>* {

        flex: 0 0 auto;

        width: 50%

    }



    .row-cols-md-3>* {

        flex: 0 0 auto;

        width: 33.33333333%

    }



    .row-cols-md-4>* {

        flex: 0 0 auto;

        width: 25%

    }



    .row-cols-md-5>* {

        flex: 0 0 auto;

        width: 20%

    }



    .row-cols-md-6>* {

        flex: 0 0 auto;

        width: 16.66666667%

    }



    .col-md-auto {

        flex: 0 0 auto;

        width: auto

    }



    .col-md-1 {

        flex: 0 0 auto;

        width: 8.33333333%

    }



    .col-md-2 {

        flex: 0 0 auto;

        width: 16.66666667%

    }



    .col-md-3 {

        flex: 0 0 auto;

        width: 25%

    }



    .col-md-4 {

        flex: 0 0 auto;

        width: 33.33333333%

    }



    .col-md-5 {

        flex: 0 0 auto;

        width: 41.66666667%

    }



    .col-md-6 {

        flex: 0 0 auto;

        width: 50%

    }



    .col-md-7 {

        flex: 0 0 auto;

        width: 58.33333333%

    }



    .col-md-8 {

        flex: 0 0 auto;

        width: 66.66666667%

    }



    .col-md-9 {

        flex: 0 0 auto;

        width: 75%

    }



    .col-md-10 {

        flex: 0 0 auto;

        width: 83.33333333%

    }



    .col-md-11 {

        flex: 0 0 auto;

        width: 91.66666667%

    }



    .col-md-12 {

        flex: 0 0 auto;

        width: 100%

    }



    .offset-md-0 {

        margin-left: 0

    }



    .offset-md-1 {

        margin-left: 8.33333333%

    }



    .offset-md-2 {

        margin-left: 16.66666667%

    }



    .offset-md-3 {

        margin-left: 25%

    }



    .offset-md-4 {

        margin-left: 33.33333333%

    }



    .offset-md-5 {

        margin-left: 41.66666667%

    }



    .offset-md-6 {

        margin-left: 50%

    }



    .offset-md-7 {

        margin-left: 58.33333333%

    }



    .offset-md-8 {

        margin-left: 66.66666667%

    }



    .offset-md-9 {

        margin-left: 75%

    }



    .offset-md-10 {

        margin-left: 83.33333333%

    }



    .offset-md-11 {

        margin-left: 91.66666667%

    }



    .g-md-0,

    .gx-md-0 {

        --bs-gutter-x: 0

    }



    .g-md-0,

    .gy-md-0 {

        --bs-gutter-y: 0

    }



    .g-md-1,

    .gx-md-1 {

        --bs-gutter-x: .25rem

    }



    .g-md-1,

    .gy-md-1 {

        --bs-gutter-y: .25rem

    }



    .g-md-2,

    .gx-md-2 {

        --bs-gutter-x: .5rem

    }



    .g-md-2,

    .gy-md-2 {

        --bs-gutter-y: .5rem

    }



    .g-md-3,

    .gx-md-3 {

        --bs-gutter-x: 1rem

    }



    .g-md-3,

    .gy-md-3 {

        --bs-gutter-y: 1rem

    }



    .g-md-4,

    .gx-md-4 {

        --bs-gutter-x: 1.5rem

    }



    .g-md-4,

    .gy-md-4 {

        --bs-gutter-y: 1.5rem

    }



    .g-md-5,

    .gx-md-5 {

        --bs-gutter-x: 3rem

    }



    .g-md-5,

    .gy-md-5 {

        --bs-gutter-y: 3rem

    }

}



@media (min-width:992px) {

    .col-lg {

        flex: 1 0 0%

    }



    .row-cols-lg-auto>* {

        flex: 0 0 auto;

        width: auto

    }



    .row-cols-lg-1>* {

        flex: 0 0 auto;

        width: 100%

    }



    .row-cols-lg-2>* {

        flex: 0 0 auto;

        width: 50%

    }



    .row-cols-lg-3>* {

        flex: 0 0 auto;

        width: 33.33333333%

    }



    .row-cols-lg-4>* {

        flex: 0 0 auto;

        width: 25%

    }



    .row-cols-lg-5>* {

        flex: 0 0 auto;

        width: 20%

    }



    .row-cols-lg-6>* {

        flex: 0 0 auto;

        width: 16.66666667%

    }



    .col-lg-auto {

        flex: 0 0 auto;

        width: auto

    }



    .col-lg-1 {

        flex: 0 0 auto;

        width: 8.33333333%

    }



    .col-lg-2 {

        flex: 0 0 auto;

        width: 16.66666667%

    }



    .col-lg-3 {

        flex: 0 0 auto;

        width: 25%

    }



    .col-lg-4 {

        flex: 0 0 auto;

        width: 33.33333333%

    }



    .col-lg-5 {

        flex: 0 0 auto;

        width: 41.66666667%

    }



    .col-lg-6 {

        flex: 0 0 auto;

        width: 50%

    }



    .col-lg-7 {

        flex: 0 0 auto;

        width: 58.33333333%

    }



    .col-lg-8 {

        flex: 0 0 auto;

        width: 66.66666667%

    }



    .col-lg-9 {

        flex: 0 0 auto;

        width: 75%

    }



    .col-lg-10 {

        flex: 0 0 auto;

        width: 83.33333333%

    }



    .col-lg-11 {

        flex: 0 0 auto;

        width: 91.66666667%

    }



    .col-lg-12 {

        flex: 0 0 auto;

        width: 100%

    }



    .offset-lg-0 {

        margin-left: 0

    }



    .offset-lg-1 {

        margin-left: 8.33333333%

    }



    .offset-lg-2 {

        margin-left: 16.66666667%

    }



    .offset-lg-3 {

        margin-left: 25%

    }



    .offset-lg-4 {

        margin-left: 33.33333333%

    }



    .offset-lg-5 {

        margin-left: 41.66666667%

    }



    .offset-lg-6 {

        margin-left: 50%

    }



    .offset-lg-7 {

        margin-left: 58.33333333%

    }



    .offset-lg-8 {

        margin-left: 66.66666667%

    }



    .offset-lg-9 {

        margin-left: 75%

    }



    .offset-lg-10 {

        margin-left: 83.33333333%

    }



    .offset-lg-11 {

        margin-left: 91.66666667%

    }



    .g-lg-0,

    .gx-lg-0 {

        --bs-gutter-x: 0

    }



    .g-lg-0,

    .gy-lg-0 {

        --bs-gutter-y: 0

    }



    .g-lg-1,

    .gx-lg-1 {

        --bs-gutter-x: .25rem

    }



    .g-lg-1,

    .gy-lg-1 {

        --bs-gutter-y: .25rem

    }



    .g-lg-2,

    .gx-lg-2 {

        --bs-gutter-x: .5rem

    }



    .g-lg-2,

    .gy-lg-2 {

        --bs-gutter-y: .5rem

    }



    .g-lg-3,

    .gx-lg-3 {

        --bs-gutter-x: 1rem

    }



    .g-lg-3,

    .gy-lg-3 {

        --bs-gutter-y: 1rem

    }



    .g-lg-4,

    .gx-lg-4 {

        --bs-gutter-x: 1.5rem

    }



    .g-lg-4,

    .gy-lg-4 {

        --bs-gutter-y: 1.5rem

    }



    .g-lg-5,

    .gx-lg-5 {

        --bs-gutter-x: 3rem

    }



    .g-lg-5,

    .gy-lg-5 {

        --bs-gutter-y: 3rem

    }

}



@media (min-width:1200px) {

    .col-xl {

        flex: 1 0 0%

    }



    .row-cols-xl-auto>* {

        flex: 0 0 auto;

        width: auto

    }



    .row-cols-xl-1>* {

        flex: 0 0 auto;

        width: 100%

    }



    .row-cols-xl-2>* {

        flex: 0 0 auto;

        width: 50%

    }



    .row-cols-xl-3>* {

        flex: 0 0 auto;

        width: 33.33333333%

    }



    .row-cols-xl-4>* {

        flex: 0 0 auto;

        width: 25%

    }



    .row-cols-xl-5>* {

        flex: 0 0 auto;

        width: 20%

    }



    .row-cols-xl-6>* {

        flex: 0 0 auto;

        width: 16.66666667%

    }



    .col-xl-auto {

        flex: 0 0 auto;

        width: auto

    }



    .col-xl-1 {

        flex: 0 0 auto;

        width: 8.33333333%

    }



    .col-xl-2 {

        flex: 0 0 auto;

        width: 16.66666667%

    }



    .col-xl-3 {

        flex: 0 0 auto;

        width: 25%

    }



    .col-xl-4 {

        flex: 0 0 auto;

        width: 33.33333333%

    }



    .col-xl-5 {

        flex: 0 0 auto;

        width: 41.66666667%

    }



    .col-xl-6 {

        flex: 0 0 auto;

        width: 50%

    }



    .col-xl-7 {

        flex: 0 0 auto;

        width: 58.33333333%

    }



    .col-xl-8 {

        flex: 0 0 auto;

        width: 66.66666667%

    }



    .col-xl-9 {

        flex: 0 0 auto;

        width: 75%

    }



    .col-xl-10 {

        flex: 0 0 auto;

        width: 83.33333333%

    }



    .col-xl-11 {

        flex: 0 0 auto;

        width: 91.66666667%

    }



    .col-xl-12 {

        flex: 0 0 auto;

        width: 100%

    }



    .offset-xl-0 {

        margin-left: 0

    }



    .offset-xl-1 {

        margin-left: 8.33333333%

    }



    .offset-xl-2 {

        margin-left: 16.66666667%

    }



    .offset-xl-3 {

        margin-left: 25%

    }



    .offset-xl-4 {

        margin-left: 33.33333333%

    }



    .offset-xl-5 {

        margin-left: 41.66666667%

    }



    .offset-xl-6 {

        margin-left: 50%

    }



    .offset-xl-7 {

        margin-left: 58.33333333%

    }



    .offset-xl-8 {

        margin-left: 66.66666667%

    }



    .offset-xl-9 {

        margin-left: 75%

    }



    .offset-xl-10 {

        margin-left: 83.33333333%

    }



    .offset-xl-11 {

        margin-left: 91.66666667%

    }



    .g-xl-0,

    .gx-xl-0 {

        --bs-gutter-x: 0

    }



    .g-xl-0,

    .gy-xl-0 {

        --bs-gutter-y: 0

    }



    .g-xl-1,

    .gx-xl-1 {

        --bs-gutter-x: .25rem

    }



    .g-xl-1,

    .gy-xl-1 {

        --bs-gutter-y: .25rem

    }



    .g-xl-2,

    .gx-xl-2 {

        --bs-gutter-x: .5rem

    }



    .g-xl-2,

    .gy-xl-2 {

        --bs-gutter-y: .5rem

    }



    .g-xl-3,

    .gx-xl-3 {

        --bs-gutter-x: 1rem

    }



    .g-xl-3,

    .gy-xl-3 {

        --bs-gutter-y: 1rem

    }



    .g-xl-4,

    .gx-xl-4 {

        --bs-gutter-x: 1.5rem

    }



    .g-xl-4,

    .gy-xl-4 {

        --bs-gutter-y: 1.5rem

    }



    .g-xl-5,

    .gx-xl-5 {

        --bs-gutter-x: 3rem

    }



    .g-xl-5,

    .gy-xl-5 {

        --bs-gutter-y: 3rem

    }

}



@media (min-width:1400px) {

    .col-xxl {

        flex: 1 0 0%

    }



    .row-cols-xxl-auto>* {

        flex: 0 0 auto;

        width: auto

    }



    .row-cols-xxl-1>* {

        flex: 0 0 auto;

        width: 100%

    }



    .row-cols-xxl-2>* {

        flex: 0 0 auto;

        width: 50%

    }



    .row-cols-xxl-3>* {

        flex: 0 0 auto;

        width: 33.33333333%

    }



    .row-cols-xxl-4>* {

        flex: 0 0 auto;

        width: 25%

    }



    .row-cols-xxl-5>* {

        flex: 0 0 auto;

        width: 20%

    }



    .row-cols-xxl-6>* {

        flex: 0 0 auto;

        width: 16.66666667%

    }



    .col-xxl-auto {

        flex: 0 0 auto;

        width: auto

    }



    .col-xxl-1 {

        flex: 0 0 auto;

        width: 8.33333333%

    }



    .col-xxl-2 {

        flex: 0 0 auto;

        width: 16.66666667%

    }



    .col-xxl-3 {

        flex: 0 0 auto;

        width: 25%

    }



    .col-xxl-4 {

        flex: 0 0 auto;

        width: 33.33333333%

    }



    .col-xxl-5 {

        flex: 0 0 auto;

        width: 41.66666667%

    }



    .col-xxl-6 {

        flex: 0 0 auto;

        width: 50%

    }



    .col-xxl-7 {

        flex: 0 0 auto;

        width: 58.33333333%

    }



    .col-xxl-8 {

        flex: 0 0 auto;

        width: 66.66666667%

    }



    .col-xxl-9 {

        flex: 0 0 auto;

        width: 75%

    }



    .col-xxl-10 {

        flex: 0 0 auto;

        width: 83.33333333%

    }



    .col-xxl-11 {

        flex: 0 0 auto;

        width: 91.66666667%

    }



    .col-xxl-12 {

        flex: 0 0 auto;

        width: 100%

    }



    .offset-xxl-0 {

        margin-left: 0

    }



    .offset-xxl-1 {

        margin-left: 8.33333333%

    }



    .offset-xxl-2 {

        margin-left: 16.66666667%

    }



    .offset-xxl-3 {

        margin-left: 25%

    }



    .offset-xxl-4 {

        margin-left: 33.33333333%

    }



    .offset-xxl-5 {

        margin-left: 41.66666667%

    }



    .offset-xxl-6 {

        margin-left: 50%

    }



    .offset-xxl-7 {

        margin-left: 58.33333333%

    }



    .offset-xxl-8 {

        margin-left: 66.66666667%

    }



    .offset-xxl-9 {

        margin-left: 75%

    }



    .offset-xxl-10 {

        margin-left: 83.33333333%

    }



    .offset-xxl-11 {

        margin-left: 91.66666667%

    }



    .g-xxl-0,

    .gx-xxl-0 {

        --bs-gutter-x: 0

    }



    .g-xxl-0,

    .gy-xxl-0 {

        --bs-gutter-y: 0

    }



    .g-xxl-1,

    .gx-xxl-1 {

        --bs-gutter-x: .25rem

    }



    .g-xxl-1,

    .gy-xxl-1 {

        --bs-gutter-y: .25rem

    }



    .g-xxl-2,

    .gx-xxl-2 {

        --bs-gutter-x: .5rem

    }



    .g-xxl-2,

    .gy-xxl-2 {

        --bs-gutter-y: .5rem

    }



    .g-xxl-3,

    .gx-xxl-3 {

        --bs-gutter-x: 1rem

    }



    .g-xxl-3,

    .gy-xxl-3 {

        --bs-gutter-y: 1rem

    }



    .g-xxl-4,

    .gx-xxl-4 {

        --bs-gutter-x: 1.5rem

    }



    .g-xxl-4,

    .gy-xxl-4 {

        --bs-gutter-y: 1.5rem

    }



    .g-xxl-5,

    .gx-xxl-5 {

        --bs-gutter-x: 3rem

    }



    .g-xxl-5,

    .gy-xxl-5 {

        --bs-gutter-y: 3rem

    }

}



.table {

    --bs-table-color-type: initial;

    --bs-table-bg-type: initial;

    --bs-table-color-state: initial;

    --bs-table-bg-state: initial;

    --bs-table-color: var(--bs-emphasis-color);

    --bs-table-bg: var(--bs-body-bg);

    --bs-table-border-color: var(--bs-border-color);

    --bs-table-accent-bg: transparent;

    --bs-table-striped-color: var(--bs-emphasis-color);

    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);

    --bs-table-active-color: var(--bs-emphasis-color);

    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);

    --bs-table-hover-color: var(--bs-emphasis-color);

    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);

    border-color: var(--bs-table-border-color);

    margin-bottom: 1rem;

    vertical-align: top;

    width: 100%

}



.table>:not(caption)>*>* {

    background-color: var(--bs-table-bg);

    border-bottom-width: var(--bs-border-width);

    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));

    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));

    padding: .5rem

}



.table>tbody {

    vertical-align: inherit

}



.table>thead {

    vertical-align: bottom

}



.table-group-divider {

    border-top: calc(var(--bs-border-width)*2) solid

}



.caption-top {

    caption-side: top

}



.table-sm>:not(caption)>*>* {

    padding: .25rem

}



.table-bordered>:not(caption)>* {

    border-width: var(--bs-border-width) 0

}



.table-bordered>:not(caption)>*>* {

    border-width: 0 var(--bs-border-width)

}



.table-borderless>:not(caption)>*>* {

    border-bottom-width: 0

}



.table-borderless>:not(:first-child) {

    border-top-width: 0

}



.table-striped-columns>:not(caption)>tr>:nth-child(2n),

.table-striped>tbody>tr:nth-of-type(odd)>* {

    --bs-table-color-type: var(--bs-table-striped-color);

    --bs-table-bg-type: var(--bs-table-striped-bg)

}



.table-active {

    --bs-table-color-state: var(--bs-table-active-color);

    --bs-table-bg-state: var(--bs-table-active-bg)

}



.table-hover>tbody>tr:hover>* {

    --bs-table-color-state: var(--bs-table-hover-color);

    --bs-table-bg-state: var(--bs-table-hover-bg)

}



.table-primary {

    --bs-table-color: #000;

    --bs-table-bg: #cfe2ff;

    --bs-table-border-color: #a6b5cc;

    --bs-table-striped-bg: #c5d7f2;

    --bs-table-striped-color: #000;

    --bs-table-active-bg: #bacbe6;

    --bs-table-active-color: #000;

    --bs-table-hover-bg: #bfd1ec;

    --bs-table-hover-color: #000

}



.table-primary,

.table-secondary {

    border-color: var(--bs-table-border-color);

    color: var(--bs-table-color)

}



.table-secondary {

    --bs-table-color: #000;

    --bs-table-bg: #e2e3e5;

    --bs-table-border-color: #b5b6b7;

    --bs-table-striped-bg: #d7d8da;

    --bs-table-striped-color: #000;

    --bs-table-active-bg: #cbccce;

    --bs-table-active-color: #000;

    --bs-table-hover-bg: #d1d2d4;

    --bs-table-hover-color: #000

}



.table-success {

    --bs-table-color: #000;

    --bs-table-bg: #d1e7dd;

    --bs-table-border-color: #a7b9b1;

    --bs-table-striped-bg: #c7dbd2;

    --bs-table-striped-color: #000;

    --bs-table-active-bg: #bcd0c7;

    --bs-table-active-color: #000;

    --bs-table-hover-bg: #c1d6cc;

    --bs-table-hover-color: #000

}



.table-info,

.table-success {

    border-color: var(--bs-table-border-color);

    color: var(--bs-table-color)

}



.table-info {

    --bs-table-color: #000;

    --bs-table-bg: #cff4fc;

    --bs-table-border-color: #a6c3ca;

    --bs-table-striped-bg: #c5e8ef;

    --bs-table-striped-color: #000;

    --bs-table-active-bg: #badce3;

    --bs-table-active-color: #000;

    --bs-table-hover-bg: #bfe2e9;

    --bs-table-hover-color: #000

}



.table-warning {

    --bs-table-color: #000;

    --bs-table-bg: #fff3cd;

    --bs-table-border-color: #ccc2a4;

    --bs-table-striped-bg: #f2e7c3;

    --bs-table-striped-color: #000;

    --bs-table-active-bg: #e6dbb9;

    --bs-table-active-color: #000;

    --bs-table-hover-bg: #ece1be;

    --bs-table-hover-color: #000

}



.table-danger,

.table-warning {

    border-color: var(--bs-table-border-color);

    color: var(--bs-table-color)

}



.table-danger {

    --bs-table-color: #000;

    --bs-table-bg: #f8d7da;

    --bs-table-border-color: #c6acae;

    --bs-table-striped-bg: #eccccf;

    --bs-table-striped-color: #000;

    --bs-table-active-bg: #dfc2c4;

    --bs-table-active-color: #000;

    --bs-table-hover-bg: #e5c7ca;

    --bs-table-hover-color: #000

}



.table-light {

    --bs-table-color: #000;

    --bs-table-bg: #f8f9fa;

    --bs-table-border-color: #c6c7c8;

    --bs-table-striped-bg: #ecedee;

    --bs-table-striped-color: #000;

    --bs-table-active-bg: #dfe0e1;

    --bs-table-active-color: #000;

    --bs-table-hover-bg: #e5e6e7;

    --bs-table-hover-color: #000

}



.table-dark,

.table-light {

    border-color: var(--bs-table-border-color);

    color: var(--bs-table-color)

}



.table-dark {

    --bs-table-color: #fff;

    --bs-table-bg: #212529;

    --bs-table-border-color: #4d5154;

    --bs-table-striped-bg: #2c3034;

    --bs-table-striped-color: #fff;

    --bs-table-active-bg: #373b3e;

    --bs-table-active-color: #fff;

    --bs-table-hover-bg: #323539;

    --bs-table-hover-color: #fff

}



.table-responsive {

    overflow-x: auto;

    -webkit-overflow-scrolling: touch

}



@media (max-width:575.98px) {

    .table-responsive-sm {

        overflow-x: auto;

        -webkit-overflow-scrolling: touch

    }

}



@media (max-width:767.98px) {

    .table-responsive-md {

        overflow-x: auto;

        -webkit-overflow-scrolling: touch

    }

}



@media (max-width:991.98px) {

    .table-responsive-lg {

        overflow-x: auto;

        -webkit-overflow-scrolling: touch

    }

}



@media (max-width:1199.98px) {

    .table-responsive-xl {

        overflow-x: auto;

        -webkit-overflow-scrolling: touch

    }

}



@media (max-width:1399.98px) {

    .table-responsive-xxl {

        overflow-x: auto;

        -webkit-overflow-scrolling: touch

    }

}



.form-label {

    margin-bottom: .5rem

}



.col-form-label {

    font-size: inherit;

    line-height: 1.5;

    margin-bottom: 0;

    padding-bottom: calc(.375rem + var(--bs-border-width));

    padding-top: calc(.375rem + var(--bs-border-width))

}



.col-form-label-lg {

    font-size: 1.25rem;

    padding-bottom: calc(.5rem + var(--bs-border-width));

    padding-top: calc(.5rem + var(--bs-border-width))

}



.col-form-label-sm {

    font-size: .875rem;

    padding-bottom: calc(.25rem + var(--bs-border-width));

    padding-top: calc(.25rem + var(--bs-border-width))

}



.form-text {

    color: var(--bs-secondary-color);

    font-size: .875em;

    margin-top: .25rem

}



.form-control {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    background-clip: padding-box;

    background-color: var(--bs-body-bg);

    border: var(--bs-border-width) solid var(--bs-border-color);

    border-radius: var(--bs-border-radius);

    color: var(--bs-body-color);

    display: block;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    padding: .375rem .75rem;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    width: 100%

}



@media (prefers-reduced-motion:reduce) {

    .form-control {

        transition: none

    }

}



.form-control[type=file] {

    overflow: hidden

}



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

    cursor: pointer

}



.form-control:focus {

    background-color: var(--bs-body-bg);

    border-color: #86b7fe;

    box-shadow: 0 0 0 .25rem rgb(13 110 253 / .25);

    color: var(--bs-body-color);

    outline: 0

}



.form-control::-webkit-date-and-time-value {

    height: 1.5em;

    margin: 0;

    min-width: 85px

}



.form-control::-webkit-datetime-edit {

    display: block;

    padding: 0

}



.form-control::-moz-placeholder {

    color: var(--bs-secondary-color);

    opacity: 1

}



.form-control::placeholder {

    color: var(--bs-secondary-color);

    opacity: 1

}



.form-control:disabled {

    background-color: var(--bs-secondary-bg);

    opacity: 1

}



.form-control::file-selector-button {

    background-color: var(--bs-tertiary-bg);

    border: 0 solid;

    border-color: inherit;

    border-inline-end-width: var(--bs-border-width);

    border-radius: 0;

    color: var(--bs-body-color);

    margin: -.375rem -.75rem;

    margin-inline-end: .75rem;

    padding: .375rem .75rem;

    pointer-events: none;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out

}



@media (prefers-reduced-motion:reduce) {

    .form-control::file-selector-button {

        transition: none

    }

}



.form-control:hover:not(:disabled):not([readonly])::file-selector-button {

    background-color: var(--bs-secondary-bg)

}



.form-control-plaintext {

    background-color: #fff0;

    border: solid #fff0;

    border-width: var(--bs-border-width) 0;

    color: var(--bs-body-color);

    display: block;

    line-height: 1.5;

    margin-bottom: 0;

    padding: .375rem 0;

    width: 100%

}



.form-control-plaintext:focus {

    outline: 0

}



.form-control-plaintext.form-control-lg,

.form-control-plaintext.form-control-sm {

    padding-left: 0;

    padding-right: 0

}



.form-control-sm {

    border-radius: var(--bs-border-radius-sm);

    font-size: .875rem;

    min-height: calc(1.5em + .5rem + var(--bs-border-width)*2);

    padding: .25rem .5rem

}



.form-control-sm::file-selector-button {

    margin: -.25rem -.5rem;

    margin-inline-end: .5rem;

    padding: .25rem .5rem

}



.form-control-lg {

    border-radius: var(--bs-border-radius-lg);

    font-size: 1.25rem;

    min-height: calc(1.5em + 1rem + var(--bs-border-width)*2);

    padding: .5rem 1rem

}



.form-control-lg::file-selector-button {

    margin: -.5rem -1rem;

    margin-inline-end: 1rem;

    padding: .5rem 1rem

}



textarea.form-control {

    min-height: calc(1.5em + .75rem + var(--bs-border-width)*2)

}



textarea.form-control-sm {

    min-height: calc(1.5em + .5rem + var(--bs-border-width)*2)

}



textarea.form-control-lg {

    min-height: calc(1.5em + 1rem + var(--bs-border-width)*2)

}



.form-control-color {

    height: calc(1.5em + .75rem + var(--bs-border-width)*2);

    padding: .375rem;

    width: 3rem

}



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

    cursor: pointer

}



.form-control-color::-moz-color-swatch {

    border: 0 !important;

    border-radius: var(--bs-border-radius)

}



.form-control-color::-webkit-color-swatch {

    border: 0 !important;

    border-radius: var(--bs-border-radius)

}



.form-control-color.form-control-sm {

    height: calc(1.5em + .5rem + var(--bs-border-width)*2)

}



.form-control-color.form-control-lg {

    height: calc(1.5em + 1rem + var(--bs-border-width)*2)

}



.form-select {

    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3E%3C/svg%3E");

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    background-color: var(--bs-body-bg);

    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);

    background-position: right .75rem center;

    background-repeat: no-repeat;

    background-size: 16px 12px;

    border: var(--bs-border-width) solid var(--bs-border-color);

    border-radius: var(--bs-border-radius);

    color: var(--bs-body-color);

    display: block;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    padding: .375rem 2.25rem .375rem .75rem;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    width: 100%

}



@media (prefers-reduced-motion:reduce) {

    .form-select {

        transition: none

    }

}



.form-select:focus {

    border-color: #86b7fe;

    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)

}



.form-select[multiple],

.form-select[size]:not([size="1"]) {

    background-image: none;

    padding-right: .75rem

}



.form-select:disabled {

    background-color: var(--bs-secondary-bg)

}



.form-select:-moz-focusring {

    color: transparent;

    text-shadow: 0 0 0 var(--bs-body-color)

}



.form-select-sm {

    border-radius: var(--bs-border-radius-sm);

    font-size: .875rem;

    padding-bottom: .25rem;

    padding-left: .5rem;

    padding-top: .25rem

}



.form-select-lg {

    border-radius: var(--bs-border-radius-lg);

    font-size: 1.25rem;

    padding-bottom: .5rem;

    padding-left: 1rem;

    padding-top: .5rem

}



[data-bs-theme=dark] .form-select {

    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3E%3C/svg%3E")

}



.form-check {

    display: block;

    margin-bottom: .125rem;

    min-height: 1.5rem;

    padding-left: 1.5em

}



.form-check .form-check-input {

    float: left;

    margin-left: -1.5em

}



.form-check-reverse {

    padding-left: 0;

    padding-right: 1.5em;

    text-align: right

}



.form-check-reverse .form-check-input {

    float: right;

    margin-left: 0;

    margin-right: -1.5em

}



.form-check-input {

    --bs-form-check-bg: var(--bs-body-bg);

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    background-color: var(--bs-form-check-bg);

    background-image: var(--bs-form-check-bg-image);

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: contain;

    border: var(--bs-border-width) solid var(--bs-border-color);

    flex-shrink: 0;

    height: 1em;

    margin-top: .25em;

    -webkit-print-color-adjust: exact;

    print-color-adjust: exact;

    vertical-align: top;

    width: 1em

}



.form-check-input[type=checkbox] {

    border-radius: .25em

}



.form-check-input[type=radio] {

    border-radius: 50%

}



.form-check-input:active {

    filter: brightness(90%)

}



.form-check-input:focus {

    border-color: #86b7fe;

    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);

    outline: 0

}



.form-check-input:checked {

    background-color: #0d6efd;

    border-color: #0d6efd

}



.form-check-input:checked[type=checkbox] {

    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3E%3C/svg%3E")

}



.form-check-input:checked[type=radio] {

    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%272%27 fill=%27%23fff%27/%3E%3C/svg%3E")

}



.form-check-input[type=checkbox]:indeterminate {

    background-color: #0d6efd;

    border-color: #0d6efd;

    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3E%3C/svg%3E")

}



.form-check-input:disabled {

    filter: none;

    opacity: .5;

    pointer-events: none

}



.form-check-input:disabled~.form-check-label,

.form-check-input[disabled]~.form-check-label {

    cursor: default;

    opacity: .5

}



.form-switch {

    padding-left: 2.5em

}



.form-switch .form-check-input {

    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27rgba%280,0,0,.25%29%27/%3E%3C/svg%3E");

    background-image: var(--bs-form-switch-bg);

    background-position: 0;

    border-radius: 2em;

    margin-left: -2.5em;

    transition: background-position .15s ease-in-out;

    width: 2em

}



@media (prefers-reduced-motion:reduce) {

    .form-switch .form-check-input {

        transition: none

    }

}



.form-switch .form-check-input:focus {

    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%2386b7fe%27/%3E%3C/svg%3E")

}



.form-switch .form-check-input:checked {

    background-position: 100%;

    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%23fff%27/%3E%3C/svg%3E")

}



.form-switch.form-check-reverse {

    padding-left: 0;

    padding-right: 2.5em

}



.form-switch.form-check-reverse .form-check-input {

    margin-left: 0;

    margin-right: -2.5em

}



.form-check-inline {

    display: inline-block;

    margin-right: 1rem

}



.btn-check {

    position: absolute;

    clip: rect(0, 0, 0, 0);

    pointer-events: none

}



.btn-check:disabled+.btn,

.btn-check[disabled]+.btn {

    filter: none;

    opacity: .65;

    pointer-events: none

}



[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {

    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27rgba%28255,255,255,.25%29%27/%3E%3C/svg%3E")

}



.form-range {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    background-color: transparent;

    height: 1.5rem;

    padding: 0;

    width: 100%

}



.form-range:focus {

    outline: 0

}



.form-range:focus::-webkit-slider-thumb {

    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem 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 {

    -webkit-appearance: none;

    appearance: none;

    background-color: #0d6efd;

    border: 0;

    border-radius: 1rem;

    height: 1rem;

    margin-top: -.25rem;

    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    width: 1rem

}



@media (prefers-reduced-motion:reduce) {

    .form-range::-webkit-slider-thumb {

        -webkit-transition: none;

        transition: none

    }

}



.form-range::-webkit-slider-thumb:active {

    background-color: #b6d4fe

}



.form-range::-webkit-slider-runnable-track {

    background-color: var(--bs-secondary-bg);

    border-color: transparent;

    border-radius: 1rem;

    color: transparent;

    cursor: pointer;

    height: .5rem;

    width: 100%

}



.form-range::-moz-range-thumb {

    -moz-appearance: none;

    appearance: none;

    background-color: #0d6efd;

    border: 0;

    border-radius: 1rem;

    height: 1rem;

    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    width: 1rem

}



@media (prefers-reduced-motion:reduce) {

    .form-range::-moz-range-thumb {

        -moz-transition: none;

        transition: none

    }

}



.form-range::-moz-range-thumb:active {

    background-color: #b6d4fe

}



.form-range::-moz-range-track {

    background-color: var(--bs-secondary-bg);

    border-color: transparent;

    border-radius: 1rem;

    color: transparent;

    cursor: pointer;

    height: .5rem;

    width: 100%

}



.form-range:disabled {

    pointer-events: none

}



.form-range:disabled::-webkit-slider-thumb {

    background-color: var(--bs-secondary-color)

}



.form-range:disabled::-moz-range-thumb {

    background-color: var(--bs-secondary-color)

}



.form-floating {

    position: relative

}



.form-floating>.form-control,

.form-floating>.form-control-plaintext,

.form-floating>.form-select {

    height: calc(3.5rem + var(--bs-border-width)*2);

    line-height: 1.25;

    min-height: calc(3.5rem + var(--bs-border-width)*2)

}



.form-floating>label {

    border: var(--bs-border-width) solid transparent;

    height: 100%;

    left: 0;

    overflow: hidden;

    padding: 1rem .75rem;

    pointer-events: none;

    position: absolute;

    text-align: start;

    text-overflow: ellipsis;

    top: 0;

    transform-origin: 0 0;

    transition: opacity .1s ease-in-out, transform .1s ease-in-out;

    white-space: nowrap;

    z-index: 2

}



@media (prefers-reduced-motion:reduce) {

    .form-floating>label {

        transition: none

    }

}



.form-floating>.form-control,

.form-floating>.form-control-plaintext {

    padding: 1rem .75rem

}



.form-floating>.form-control-plaintext::-moz-placeholder,

.form-floating>.form-control::-moz-placeholder {

    color: transparent

}



.form-floating>.form-control-plaintext::placeholder,

.form-floating>.form-control::placeholder {

    color: transparent

}



.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),

.form-floating>.form-control:not(:-moz-placeholder-shown) {

    padding-bottom: .625rem;

    padding-top: 1.625rem

}



.form-floating>.form-control-plaintext:focus,

.form-floating>.form-control-plaintext:not(:placeholder-shown),

.form-floating>.form-control:focus,

.form-floating>.form-control:not(:placeholder-shown) {

    padding-bottom: .625rem;

    padding-top: 1.625rem

}



.form-floating>.form-control-plaintext:-webkit-autofill,

.form-floating>.form-control:-webkit-autofill {

    padding-bottom: .625rem;

    padding-top: 1.625rem

}



.form-floating>.form-select {

    padding-bottom: .625rem;

    padding-top: 1.625rem

}



.form-floating>.form-control:not(:-moz-placeholder-shown)~label {

    color: rgba(var(--bs-body-color-rgb), .65);

    transform: scale(.85) translateY(-.5rem) translateX(.15rem)

}



.form-floating>.form-control-plaintext~label,

.form-floating>.form-control:focus~label,

.form-floating>.form-control:not(:placeholder-shown)~label,

.form-floating>.form-select~label {

    color: rgba(var(--bs-body-color-rgb), .65);

    transform: scale(.85) translateY(-.5rem) translateX(.15rem)

}



.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after {

    background-color: var(--bs-body-bg);

    border-radius: var(--bs-border-radius);

    content: "";

    height: 1.5em;

    inset: 1rem .375rem;

    position: absolute;

    z-index: -1

}



.form-floating>.form-control-plaintext~label:after,

.form-floating>.form-control:focus~label:after,

.form-floating>.form-control:not(:placeholder-shown)~label:after,

.form-floating>.form-select~label:after {

    background-color: var(--bs-body-bg);

    border-radius: var(--bs-border-radius);

    content: "";

    height: 1.5em;

    inset: 1rem .375rem;

    position: absolute;

    z-index: -1

}



.form-floating>.form-control:-webkit-autofill~label {

    color: rgba(var(--bs-body-color-rgb), .65);

    transform: scale(.85) translateY(-.5rem) translateX(.15rem)

}



.form-floating>.form-control-plaintext~label {

    border-width: var(--bs-border-width) 0

}



.form-floating>.form-control:disabled~label,

.form-floating>:disabled~label {

    color: #6c757d

}



.form-floating>.form-control:disabled~label:after,

.form-floating>:disabled~label:after {

    background-color: var(--bs-secondary-bg)

}



.input-group {

    align-items: stretch;

    display: flex;

    flex-wrap: wrap;

    position: relative;

    width: 100%

}



.input-group>.form-control,

.input-group>.form-floating,

.input-group>.form-select {

    flex: 1 1 auto;

    min-width: 0;

    position: relative;

    width: 1%

}



.input-group>.form-control:focus,

.input-group>.form-floating:focus-within,

.input-group>.form-select:focus {

    z-index: 5

}



.input-group .btn {

    position: relative;

    z-index: 2

}



.input-group .btn:focus {

    z-index: 5

}



.input-group-text {

    align-items: center;

    background-color: var(--bs-tertiary-bg);

    border: var(--bs-border-width) solid var(--bs-border-color);

    border-radius: var(--bs-border-radius);

    color: var(--bs-body-color);

    display: flex;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    padding: .375rem .75rem;

    text-align: center;

    white-space: nowrap

}



.input-group-lg>.btn,

.input-group-lg>.form-control,

.input-group-lg>.form-select,

.input-group-lg>.input-group-text {

    border-radius: var(--bs-border-radius-lg);

    font-size: 1.25rem;

    padding: .5rem 1rem

}



.input-group-sm>.btn,

.input-group-sm>.form-control,

.input-group-sm>.form-select,

.input-group-sm>.input-group-text {

    border-radius: var(--bs-border-radius-sm);

    font-size: .875rem;

    padding: .25rem .5rem

}



.input-group-lg>.form-select,

.input-group-sm>.form-select {

    padding-right: 3rem

}



.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),

.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,

.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,

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

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

.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,

.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {

    border-bottom-right-radius: 0;

    border-top-right-radius: 0

}



.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0;

    margin-left: calc(var(--bs-border-width)*-1)

}



.input-group>.form-floating:not(:first-child)>.form-control,

.input-group>.form-floating:not(:first-child)>.form-select {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0

}



.valid-feedback {

    color: var(--bs-form-valid-color);

    display: none;

    font-size: .875em;

    margin-top: .25rem;

    width: 100%

}



.valid-tooltip {

    background-color: var(--bs-success);

    border-radius: var(--bs-border-radius);

    color: #fff;

    display: none;

    font-size: .875rem;

    margin-top: .1rem;

    max-width: 100%;

    padding: .25rem .5rem;

    position: absolute;

    top: 100%;

    z-index: 5

}



.is-valid~.valid-feedback,

.is-valid~.valid-tooltip,

.was-validated:valid~.valid-feedback,

.was-validated:valid~.valid-tooltip {

    display: block

}



.form-control.is-valid,

.was-validated .form-control:valid {

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1%27/%3E%3C/svg%3E");

    background-position: right calc(.375em + .1875rem) center;

    background-repeat: no-repeat;

    background-size: calc(.75em + .375rem) calc(.75em + .375rem);

    border-color: var(--bs-form-valid-border-color);

    padding-right: calc(1.5em + .75rem)

}



.form-control.is-valid:focus,

.was-validated .form-control:valid:focus {

    border-color: var(--bs-form-valid-border-color);

    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)

}



.was-validated textarea.form-control:valid,

textarea.form-control.is-valid {

    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);

    padding-right: calc(1.5em + .75rem)

}



.form-select.is-valid,

.was-validated .form-select:valid {

    border-color: var(--bs-form-valid-border-color)

}



.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"] {

    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1%27/%3E%3C/svg%3E");

    background-position: right .75rem center, center right 2.25rem;

    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);

    padding-right: 4.125rem

}



.form-select.is-valid:focus,

.was-validated .form-select:valid:focus {

    border-color: var(--bs-form-valid-border-color);

    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)

}



.form-control-color.is-valid,

.was-validated .form-control-color:valid {

    width: calc(3.75rem + 1.5em)

}



.form-check-input.is-valid,

.was-validated .form-check-input:valid {

    border-color: var(--bs-form-valid-border-color)

}



.form-check-input.is-valid:checked,

.was-validated .form-check-input:valid:checked {

    background-color: var(--bs-form-valid-color)

}



.form-check-input.is-valid:focus,

.was-validated .form-check-input:valid:focus {

    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)

}



.form-check-input.is-valid~.form-check-label,

.was-validated .form-check-input:valid~.form-check-label {

    color: var(--bs-form-valid-color)

}



.form-check-inline .form-check-input~.valid-feedback {

    margin-left: .5em

}



.input-group>.form-control:not(:focus).is-valid,

.input-group>.form-floating:not(:focus-within).is-valid,

.input-group>.form-select:not(:focus).is-valid,

.was-validated .input-group>.form-control:not(:focus):valid,

.was-validated .input-group>.form-floating:not(:focus-within):valid,

.was-validated .input-group>.form-select:not(:focus):valid {

    z-index: 3

}



.invalid-feedback {

    color: var(--bs-form-invalid-color);

    display: none;

    font-size: .875em;

    margin-top: .25rem;

    width: 100%

}



.invalid-tooltip {

    background-color: var(--bs-danger);

    border-radius: var(--bs-border-radius);

    color: #fff;

    display: none;

    font-size: .875rem;

    margin-top: .1rem;

    max-width: 100%;

    padding: .25rem .5rem;

    position: absolute;

    top: 100%;

    z-index: 5

}



.is-invalid~.invalid-feedback,

.is-invalid~.invalid-tooltip,

.was-validated:invalid~.invalid-feedback,

.was-validated:invalid~.invalid-tooltip {

    display: block

}



.form-control.is-invalid,

.was-validated .form-control:invalid {

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3E%3Ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3E%3Cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3E%3Ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3E%3C/svg%3E");

    background-position: right calc(.375em + .1875rem) center;

    background-repeat: no-repeat;

    background-size: calc(.75em + .375rem) calc(.75em + .375rem);

    border-color: var(--bs-form-invalid-border-color);

    padding-right: calc(1.5em + .75rem)

}



.form-control.is-invalid:focus,

.was-validated .form-control:invalid:focus {

    border-color: var(--bs-form-invalid-border-color);

    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)

}



.was-validated textarea.form-control:invalid,

textarea.form-control.is-invalid {

    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);

    padding-right: calc(1.5em + .75rem)

}



.form-select.is-invalid,

.was-validated .form-select:invalid {

    border-color: var(--bs-form-invalid-border-color)

}



.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"] {

    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3E%3Ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3E%3Cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3E%3Ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3E%3C/svg%3E");

    background-position: right .75rem center, center right 2.25rem;

    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);

    padding-right: 4.125rem

}



.form-select.is-invalid:focus,

.was-validated .form-select:invalid:focus {

    border-color: var(--bs-form-invalid-border-color);

    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)

}



.form-control-color.is-invalid,

.was-validated .form-control-color:invalid {

    width: calc(3.75rem + 1.5em)

}



.form-check-input.is-invalid,

.was-validated .form-check-input:invalid {

    border-color: var(--bs-form-invalid-border-color)

}



.form-check-input.is-invalid:checked,

.was-validated .form-check-input:invalid:checked {

    background-color: var(--bs-form-invalid-color)

}



.form-check-input.is-invalid:focus,

.was-validated .form-check-input:invalid:focus {

    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)

}



.form-check-input.is-invalid~.form-check-label,

.was-validated .form-check-input:invalid~.form-check-label {

    color: var(--bs-form-invalid-color)

}



.form-check-inline .form-check-input~.invalid-feedback {

    margin-left: .5em

}



.input-group>.form-control:not(:focus).is-invalid,

.input-group>.form-floating:not(:focus-within).is-invalid,

.input-group>.form-select:not(:focus).is-invalid,

.was-validated .input-group>.form-control:not(:focus):invalid,

.was-validated .input-group>.form-floating:not(:focus-within):invalid,

.was-validated .input-group>.form-select:not(:focus):invalid {

    z-index: 4

}



.btn {

    --bs-btn-padding-x: .75rem;

    --bs-btn-padding-y: .375rem;

    --bs-btn-font-family: ;

    --bs-btn-font-size: 1rem;

    --bs-btn-font-weight: 400;

    --bs-btn-line-height: 1.5;

    --bs-btn-color: var(--bs-body-color);

    --bs-btn-bg: transparent;

    --bs-btn-border-width: var(--bs-border-width);

    --bs-btn-border-color: transparent;

    --bs-btn-border-radius: var(--bs-border-radius);

    --bs-btn-hover-border-color: transparent;

    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);

    --bs-btn-disabled-opacity: .65;

    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);

    background-color: var(--bs-btn-bg);

    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);

    border-radius: var(--bs-btn-border-radius);

    color: var(--bs-btn-color);

    cursor: pointer;

    display: inline-block;

    font-family: var(--bs-btn-font-family);

    font-size: var(--bs-btn-font-size);

    font-weight: var(--bs-btn-font-weight);

    line-height: var(--bs-btn-line-height);

    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);

    text-align: center;

    text-decoration: none;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none;

    vertical-align: middle

}



@media (prefers-reduced-motion:reduce) {

    .btn {

        transition: none

    }

}



.btn:hover {

    background-color: var(--bs-btn-hover-bg);

    border-color: var(--bs-btn-hover-border-color);

    color: var(--bs-btn-hover-color)

}



.btn-check+.btn:hover {

    background-color: var(--bs-btn-bg);

    border-color: var(--bs-btn-border-color);

    color: var(--bs-btn-color)

}



.btn:focus-visible {

    background-color: var(--bs-btn-hover-bg);

    border-color: var(--bs-btn-hover-border-color);

    box-shadow: var(--bs-btn-focus-box-shadow);

    color: var(--bs-btn-hover-color);

    outline: 0

}



.btn-check:focus-visible+.btn {

    border-color: var(--bs-btn-hover-border-color);

    box-shadow: var(--bs-btn-focus-box-shadow);

    outline: 0

}



.btn-check:checked+.btn,

.btn.active,

.btn.show,

.btn:first-child:active,

:not(.btn-check)+.btn:active {

    background-color: var(--bs-btn-active-bg);

    border-color: var(--bs-btn-active-border-color);

    color: var(--bs-btn-active-color)

}



.btn-check:checked+.btn:focus-visible,

.btn.active:focus-visible,

.btn.show:focus-visible,

.btn:first-child:active:focus-visible,

:not(.btn-check)+.btn:active:focus-visible {

    box-shadow: var(--bs-btn-focus-box-shadow)

}



.btn-check:checked:focus-visible+.btn {

    box-shadow: var(--bs-btn-focus-box-shadow)

}



.btn.disabled,

.btn:disabled,

fieldset:disabled .btn {

    background-color: var(--bs-btn-disabled-bg);

    border-color: var(--bs-btn-disabled-border-color);

    color: var(--bs-btn-disabled-color);

    opacity: var(--bs-btn-disabled-opacity);

    pointer-events: none

}



.btn-primary {

    --bs-btn-color: #fff;

    --bs-btn-bg: #0d6efd;

    --bs-btn-border-color: #0d6efd;

    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #0b5ed7;

    --bs-btn-hover-border-color: #0a58ca;

    --bs-btn-focus-shadow-rgb: 49, 132, 253;

    --bs-btn-active-color: #fff;

    --bs-btn-active-bg: #0a58ca;

    --bs-btn-active-border-color: #0a53be;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #fff;

    --bs-btn-disabled-bg: #0d6efd;

    --bs-btn-disabled-border-color: #0d6efd

}



.btn-secondary {

    --bs-btn-color: #fff;

    --bs-btn-bg: #6c757d;

    --bs-btn-border-color: #6c757d;

    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #5c636a;

    --bs-btn-hover-border-color: #565e64;

    --bs-btn-focus-shadow-rgb: 130, 138, 145;

    --bs-btn-active-color: #fff;

    --bs-btn-active-bg: #565e64;

    --bs-btn-active-border-color: #51585e;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #fff;

    --bs-btn-disabled-bg: #6c757d;

    --bs-btn-disabled-border-color: #6c757d

}



.btn-success {

    --bs-btn-color: #fff;

    --bs-btn-bg: #198754;

    --bs-btn-border-color: #198754;

    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #157347;

    --bs-btn-hover-border-color: #146c43;

    --bs-btn-focus-shadow-rgb: 60, 153, 110;

    --bs-btn-active-color: #fff;

    --bs-btn-active-bg: #146c43;

    --bs-btn-active-border-color: #13653f;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #fff;

    --bs-btn-disabled-bg: #198754;

    --bs-btn-disabled-border-color: #198754

}



.btn-info {

    --bs-btn-color: #000;

    --bs-btn-bg: #0dcaf0;

    --bs-btn-border-color: #0dcaf0;

    --bs-btn-hover-color: #000;

    --bs-btn-hover-bg: #31d2f2;

    --bs-btn-hover-border-color: #25cff2;

    --bs-btn-focus-shadow-rgb: 11, 172, 204;

    --bs-btn-active-color: #000;

    --bs-btn-active-bg: #3dd5f3;

    --bs-btn-active-border-color: #25cff2;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #000;

    --bs-btn-disabled-bg: #0dcaf0;

    --bs-btn-disabled-border-color: #0dcaf0

}



.btn-warning {

    --bs-btn-color: #000;

    --bs-btn-bg: #ffc107;

    --bs-btn-border-color: #ffc107;

    --bs-btn-hover-color: #000;

    --bs-btn-hover-bg: #ffca2c;

    --bs-btn-hover-border-color: #ffc720;

    --bs-btn-focus-shadow-rgb: 217, 164, 6;

    --bs-btn-active-color: #000;

    --bs-btn-active-bg: #ffcd39;

    --bs-btn-active-border-color: #ffc720;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #000;

    --bs-btn-disabled-bg: #ffc107;

    --bs-btn-disabled-border-color: #ffc107

}



.btn-danger {

    --bs-btn-color: #fff;

    --bs-btn-bg: #dc3545;

    --bs-btn-border-color: #dc3545;

    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #bb2d3b;

    --bs-btn-hover-border-color: #b02a37;

    --bs-btn-focus-shadow-rgb: 225, 83, 97;

    --bs-btn-active-color: #fff;

    --bs-btn-active-bg: #b02a37;

    --bs-btn-active-border-color: #a52834;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #fff;

    --bs-btn-disabled-bg: #dc3545;

    --bs-btn-disabled-border-color: #dc3545

}



.btn-light {

    --bs-btn-color: #000;

    --bs-btn-bg: #f8f9fa;

    --bs-btn-border-color: #f8f9fa;

    --bs-btn-hover-color: #000;

    --bs-btn-hover-bg: #d3d4d5;

    --bs-btn-hover-border-color: #c6c7c8;

    --bs-btn-focus-shadow-rgb: 211, 212, 213;

    --bs-btn-active-color: #000;

    --bs-btn-active-bg: #c6c7c8;

    --bs-btn-active-border-color: #babbbc;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #000;

    --bs-btn-disabled-bg: #f8f9fa;

    --bs-btn-disabled-border-color: #f8f9fa

}



.btn-dark {

    --bs-btn-color: #fff;

    --bs-btn-bg: #212529;

    --bs-btn-border-color: #212529;

    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #424649;

    --bs-btn-hover-border-color: #373b3e;

    --bs-btn-focus-shadow-rgb: 66, 70, 73;

    --bs-btn-active-color: #fff;

    --bs-btn-active-bg: #4d5154;

    --bs-btn-active-border-color: #373b3e;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #fff;

    --bs-btn-disabled-bg: #212529;

    --bs-btn-disabled-border-color: #212529

}



.btn-outline-primary {

    --bs-btn-color: #0d6efd;

    --bs-btn-border-color: #0d6efd;

    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #0d6efd;

    --bs-btn-hover-border-color: #0d6efd;

    --bs-btn-focus-shadow-rgb: 13, 110, 253;

    --bs-btn-active-color: #fff;

    --bs-btn-active-bg: #0d6efd;

    --bs-btn-active-border-color: #0d6efd;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #0d6efd;

    --bs-btn-disabled-bg: transparent;

    --bs-btn-disabled-border-color: #0d6efd;

    --bs-gradient: none

}



.btn-outline-secondary {

    --bs-btn-color: #6c757d;

    --bs-btn-border-color: #6c757d;

    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #6c757d;

    --bs-btn-hover-border-color: #6c757d;

    --bs-btn-focus-shadow-rgb: 108, 117, 125;

    --bs-btn-active-color: #fff;

    --bs-btn-active-bg: #6c757d;

    --bs-btn-active-border-color: #6c757d;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #6c757d;

    --bs-btn-disabled-bg: transparent;

    --bs-btn-disabled-border-color: #6c757d;

    --bs-gradient: none

}



.btn-outline-success {

    --bs-btn-color: #198754;

    --bs-btn-border-color: #198754;

    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #198754;

    --bs-btn-hover-border-color: #198754;

    --bs-btn-focus-shadow-rgb: 25, 135, 84;

    --bs-btn-active-color: #fff;

    --bs-btn-active-bg: #198754;

    --bs-btn-active-border-color: #198754;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #198754;

    --bs-btn-disabled-bg: transparent;

    --bs-btn-disabled-border-color: #198754;

    --bs-gradient: none

}



.btn-outline-info {

    --bs-btn-color: #0dcaf0;

    --bs-btn-border-color: #0dcaf0;

    --bs-btn-hover-color: #000;

    --bs-btn-hover-bg: #0dcaf0;

    --bs-btn-hover-border-color: #0dcaf0;

    --bs-btn-focus-shadow-rgb: 13, 202, 240;

    --bs-btn-active-color: #000;

    --bs-btn-active-bg: #0dcaf0;

    --bs-btn-active-border-color: #0dcaf0;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #0dcaf0;

    --bs-btn-disabled-bg: transparent;

    --bs-btn-disabled-border-color: #0dcaf0;

    --bs-gradient: none

}



.btn-outline-warning {

    --bs-btn-color: #ffc107;

    --bs-btn-border-color: #ffc107;

    --bs-btn-hover-color: #000;

    --bs-btn-hover-bg: #ffc107;

    --bs-btn-hover-border-color: #ffc107;

    --bs-btn-focus-shadow-rgb: 255, 193, 7;

    --bs-btn-active-color: #000;

    --bs-btn-active-bg: #ffc107;

    --bs-btn-active-border-color: #ffc107;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #ffc107;

    --bs-btn-disabled-bg: transparent;

    --bs-btn-disabled-border-color: #ffc107;

    --bs-gradient: none

}



.btn-outline-danger {

    --bs-btn-color: #dc3545;

    --bs-btn-border-color: #dc3545;

    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #dc3545;

    --bs-btn-hover-border-color: #dc3545;

    --bs-btn-focus-shadow-rgb: 220, 53, 69;

    --bs-btn-active-color: #fff;

    --bs-btn-active-bg: #dc3545;

    --bs-btn-active-border-color: #dc3545;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #dc3545;

    --bs-btn-disabled-bg: transparent;

    --bs-btn-disabled-border-color: #dc3545;

    --bs-gradient: none

}



.btn-outline-light {

    --bs-btn-color: #f8f9fa;

    --bs-btn-border-color: #f8f9fa;

    --bs-btn-hover-color: #000;

    --bs-btn-hover-bg: #f8f9fa;

    --bs-btn-hover-border-color: #f8f9fa;

    --bs-btn-focus-shadow-rgb: 248, 249, 250;

    --bs-btn-active-color: #000;

    --bs-btn-active-bg: #f8f9fa;

    --bs-btn-active-border-color: #f8f9fa;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #f8f9fa;

    --bs-btn-disabled-bg: transparent;

    --bs-btn-disabled-border-color: #f8f9fa;

    --bs-gradient: none

}



.btn-outline-dark {

    --bs-btn-color: #212529;

    --bs-btn-border-color: #212529;

    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #212529;

    --bs-btn-hover-border-color: #212529;

    --bs-btn-focus-shadow-rgb: 33, 37, 41;

    --bs-btn-active-color: #fff;

    --bs-btn-active-bg: #212529;

    --bs-btn-active-border-color: #212529;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    --bs-btn-disabled-color: #212529;

    --bs-btn-disabled-bg: transparent;

    --bs-btn-disabled-border-color: #212529;

    --bs-gradient: none

}



.btn-link {

    --bs-btn-font-weight: 400;

    --bs-btn-color: var(--bs-link-color);

    --bs-btn-bg: transparent;

    --bs-btn-border-color: transparent;

    --bs-btn-hover-color: var(--bs-link-hover-color);

    --bs-btn-hover-border-color: transparent;

    --bs-btn-active-color: var(--bs-link-hover-color);

    --bs-btn-active-border-color: transparent;

    --bs-btn-disabled-color: #6c757d;

    --bs-btn-disabled-border-color: transparent;

    --bs-btn-box-shadow: 0 0 0 #000;

    --bs-btn-focus-shadow-rgb: 49, 132, 253;

    text-decoration: underline

}



.btn-link:focus-visible {

    color: var(--bs-btn-color)

}



.btn-link:hover {

    color: var(--bs-btn-hover-color)

}



.btn-group-lg>.btn,

.btn-lg {

    --bs-btn-padding-y: .5rem;

    --bs-btn-padding-x: 1rem;

    --bs-btn-font-size: 1.25rem;

    --bs-btn-border-radius: var(--bs-border-radius-lg)

}



.btn-group-sm>.btn,

.btn-sm {

    --bs-btn-padding-y: .25rem;

    --bs-btn-padding-x: .5rem;

    --bs-btn-font-size: .875rem;

    --bs-btn-border-radius: var(--bs-border-radius-sm)

}



.fade {

    transition: opacity .15s linear

}



@media (prefers-reduced-motion:reduce) {

    .fade {

        transition: none

    }

}



.fade:not(.show) {

    opacity: 0

}



.collapse:not(.show) {

    display: none

}



.collapsing {

    height: 0;

    overflow: hidden;

    transition: height .35s ease

}



@media (prefers-reduced-motion:reduce) {

    .collapsing {

        transition: none

    }

}



.collapsing.collapse-horizontal {

    height: auto;

    transition: width .35s ease;

    width: 0

}



@media (prefers-reduced-motion:reduce) {

    .collapsing.collapse-horizontal {

        transition: none

    }

}



.dropdown,

.dropdown-center,

.dropend,

.dropstart,

.dropup,

.dropup-center {

    position: relative

}



.dropdown-toggle {

    white-space: nowrap

}



.dropdown-toggle:after {

    border-left: .3em solid transparent;

    border-right: .3em solid transparent;

    border-top: .3em solid;

    margin-left: .255em;

    vertical-align: .255em

}



.dropdown-toggle:empty:after {

    margin-left: 0

}



.dropdown-menu {

    --bs-dropdown-zindex: 1000;

    --bs-dropdown-min-width: 10rem;

    --bs-dropdown-padding-x: 0;

    --bs-dropdown-padding-y: .5rem;

    --bs-dropdown-spacer: .125rem;

    --bs-dropdown-font-size: 1rem;

    --bs-dropdown-color: var(--bs-body-color);

    --bs-dropdown-bg: var(--bs-body-bg);

    --bs-dropdown-border-color: var(--bs-border-color-translucent);

    --bs-dropdown-border-radius: var(--bs-border-radius);

    --bs-dropdown-border-width: var(--bs-border-width);

    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));

    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);

    --bs-dropdown-divider-margin-y: .5rem;

    --bs-dropdown-box-shadow: var(--bs-box-shadow);

    --bs-dropdown-link-color: var(--bs-body-color);

    --bs-dropdown-link-hover-color: var(--bs-body-color);

    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);

    --bs-dropdown-link-active-color: #fff;

    --bs-dropdown-link-active-bg: #0d6efd;

    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);

    --bs-dropdown-item-padding-x: 1rem;

    --bs-dropdown-item-padding-y: .25rem;

    --bs-dropdown-header-color: #6c757d;

    --bs-dropdown-header-padding-x: 1rem;

    --bs-dropdown-header-padding-y: .5rem;

    background-clip: padding-box;

    background-color: var(--bs-dropdown-bg);

    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);

    border-radius: var(--bs-dropdown-border-radius);

    color: var(--bs-dropdown-color);

    display: none;

    font-size: var(--bs-dropdown-font-size);

    list-style: none;

    margin: 0;

    min-width: var(--bs-dropdown-min-width);

    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);

    position: absolute;

    text-align: left;

    z-index: var(--bs-dropdown-zindex)

}



.dropdown-menu[data-bs-popper] {

    left: 0;

    margin-top: var(--bs-dropdown-spacer);

    top: 100%

}



.dropdown-menu-start {

    --bs-position: start

}



.dropdown-menu-start[data-bs-popper] {

    left: 0;

    right: auto

}



.dropdown-menu-end {

    --bs-position: end

}



.dropdown-menu-end[data-bs-popper] {

    left: auto;

    right: 0

}



@media (min-width:576px) {

    .dropdown-menu-sm-start {

        --bs-position: start

    }



    .dropdown-menu-sm-start[data-bs-popper] {

        left: 0;

        right: auto

    }



    .dropdown-menu-sm-end {

        --bs-position: end

    }



    .dropdown-menu-sm-end[data-bs-popper] {

        left: auto;

        right: 0

    }

}



@media (min-width:768px) {

    .dropdown-menu-md-start {

        --bs-position: start

    }



    .dropdown-menu-md-start[data-bs-popper] {

        left: 0;

        right: auto

    }



    .dropdown-menu-md-end {

        --bs-position: end

    }



    .dropdown-menu-md-end[data-bs-popper] {

        left: auto;

        right: 0

    }

}



@media (min-width:992px) {

    .dropdown-menu-lg-start {

        --bs-position: start

    }



    .dropdown-menu-lg-start[data-bs-popper] {

        left: 0;

        right: auto

    }



    .dropdown-menu-lg-end {

        --bs-position: end

    }



    .dropdown-menu-lg-end[data-bs-popper] {

        left: auto;

        right: 0

    }

}



@media (min-width:1200px) {

    .dropdown-menu-xl-start {

        --bs-position: start

    }



    .dropdown-menu-xl-start[data-bs-popper] {

        left: 0;

        right: auto

    }



    .dropdown-menu-xl-end {

        --bs-position: end

    }



    .dropdown-menu-xl-end[data-bs-popper] {

        left: auto;

        right: 0

    }

}



@media (min-width:1400px) {

    .dropdown-menu-xxl-start {

        --bs-position: start

    }



    .dropdown-menu-xxl-start[data-bs-popper] {

        left: 0;

        right: auto

    }



    .dropdown-menu-xxl-end {

        --bs-position: end

    }



    .dropdown-menu-xxl-end[data-bs-popper] {

        left: auto;

        right: 0

    }

}



.dropup .dropdown-menu[data-bs-popper] {

    bottom: 100%;

    margin-bottom: var(--bs-dropdown-spacer);

    margin-top: 0;

    top: auto

}



.dropup .dropdown-toggle:after {

    border-bottom: .3em solid;

    border-left: .3em solid transparent;

    border-right: .3em solid transparent;

    margin-left: .255em;

    vertical-align: .255em

}



.dropup .dropdown-toggle:empty:after {

    margin-left: 0

}



.dropend .dropdown-menu[data-bs-popper] {

    left: 100%;

    margin-left: var(--bs-dropdown-spacer);

    margin-top: 0;

    right: auto;

    top: 0

}



.dropend .dropdown-toggle:after {

    border-bottom: .3em solid transparent;

    border-left: .3em solid;

    border-top: .3em solid transparent;

    margin-left: .255em;

    vertical-align: .255em

}



.dropend .dropdown-toggle:empty:after {

    margin-left: 0

}



.dropend .dropdown-toggle:after {

    vertical-align: 0

}



.dropstart .dropdown-menu[data-bs-popper] {

    left: auto;

    margin-right: var(--bs-dropdown-spacer);

    margin-top: 0;

    right: 100%;

    top: 0

}



.dropstart .dropdown-toggle:after {

    content: "";

    display: inline-block;

    display: none;

    margin-left: .255em;

    vertical-align: .255em

}



.dropstart .dropdown-toggle:before {

    border-bottom: .3em solid transparent;

    border-right: .3em solid;

    border-top: .3em solid transparent;

    margin-right: .255em;

    vertical-align: .255em

}



.dropstart .dropdown-toggle:empty:after {

    margin-left: 0

}



.dropstart .dropdown-toggle:before {

    vertical-align: 0

}



.dropdown-divider {

    border-top: 1px solid var(--bs-dropdown-divider-bg);

    height: 0;

    margin: var(--bs-dropdown-divider-margin-y) 0;

    opacity: 1;

    overflow: hidden

}



.dropdown-item {

    background-color: transparent;

    border: 0;

    border-radius: var(--bs-dropdown-item-border-radius, 0);

    clear: both;

    color: var(--bs-dropdown-link-color);

    display: block;

    font-weight: 400;

    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);

    text-align: inherit;

    text-decoration: none;

    white-space: nowrap;

    width: 100%

}



.dropdown-item:focus,

.dropdown-item:hover {

    background-color: var(--bs-dropdown-link-hover-bg);

    color: var(--bs-dropdown-link-hover-color)

}



.dropdown-item.active,

.dropdown-item:active {

    background-color: var(--bs-dropdown-link-active-bg);

    color: var(--bs-dropdown-link-active-color);

    text-decoration: none

}



.dropdown-item.disabled,

.dropdown-item:disabled {

    background-color: transparent;

    color: var(--bs-dropdown-link-disabled-color);

    pointer-events: none

}



.dropdown-menu.show {

    display: block

}



.dropdown-header {

    color: var(--bs-dropdown-header-color);

    display: block;

    font-size: .875rem;

    margin-bottom: 0;

    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);

    white-space: nowrap

}



.dropdown-item-text {

    color: var(--bs-dropdown-link-color);

    display: block;

    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)

}



.dropdown-menu-dark {

    --bs-dropdown-color: #dee2e6;

    --bs-dropdown-bg: #343a40;

    --bs-dropdown-border-color: var(--bs-border-color-translucent);

    --bs-dropdown-box-shadow: ;

    --bs-dropdown-link-color: #dee2e6;

    --bs-dropdown-link-hover-color: #fff;

    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);

    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);

    --bs-dropdown-link-active-color: #fff;

    --bs-dropdown-link-active-bg: #0d6efd;

    --bs-dropdown-link-disabled-color: #adb5bd;

    --bs-dropdown-header-color: #adb5bd

}



.btn-group,

.btn-group-vertical {

    display: inline-flex;

    position: relative;

    vertical-align: middle

}



.btn-group-vertical>.btn,

.btn-group>.btn {

    flex: 1 1 auto;

    position: relative

}



.btn-group-vertical>.btn-check:checked+.btn,

.btn-group-vertical>.btn-check:focus+.btn,

.btn-group-vertical>.btn.active,

.btn-group-vertical>.btn:active,

.btn-group-vertical>.btn:focus,

.btn-group-vertical>.btn:hover,

.btn-group>.btn-check:checked+.btn,

.btn-group>.btn-check:focus+.btn,

.btn-group>.btn.active,

.btn-group>.btn:active,

.btn-group>.btn:focus,

.btn-group>.btn:hover {

    z-index: 1

}



.btn-toolbar {

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start

}



.btn-toolbar .input-group {

    width: auto

}



.btn-group {

    border-radius: var(--bs-border-radius)

}



.btn-group>.btn-group:not(:first-child),

.btn-group>:not(.btn-check:first-child)+.btn {

    margin-left: calc(var(--bs-border-width)*-1)

}



.btn-group>.btn-group:not(:last-child)>.btn,

.btn-group>.btn.dropdown-toggle-split:first-child,

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {

    border-bottom-right-radius: 0;

    border-top-right-radius: 0

}



.btn-group>.btn-group:not(:first-child)>.btn,

.btn-group>.btn:nth-child(n+3),

.btn-group>:not(.btn-check)+.btn {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0

}



.dropdown-toggle-split {

    padding-left: .5625rem;

    padding-right: .5625rem

}



.dropdown-toggle-split:after,

.dropend .dropdown-toggle-split:after,

.dropup .dropdown-toggle-split:after {

    margin-left: 0

}



.dropstart .dropdown-toggle-split:before {

    margin-right: 0

}



.btn-group-sm>.btn+.dropdown-toggle-split,

.btn-sm+.dropdown-toggle-split {

    padding-left: .375rem;

    padding-right: .375rem

}



.btn-group-lg>.btn+.dropdown-toggle-split,

.btn-lg+.dropdown-toggle-split {

    padding-left: .75rem;

    padding-right: .75rem

}



.btn-group-vertical {

    align-items: flex-start;

    flex-direction: column;

    justify-content: center

}



.btn-group-vertical>.btn,

.btn-group-vertical>.btn-group {

    width: 100%

}



.btn-group-vertical>.btn-group:not(:first-child),

.btn-group-vertical>.btn:not(:first-child) {

    margin-top: calc(var(--bs-border-width)*-1)

}



.btn-group-vertical>.btn-group:not(:last-child)>.btn,

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0

}



.btn-group-vertical>.btn-group:not(:first-child)>.btn,

.btn-group-vertical>.btn~.btn {

    border-top-left-radius: 0;

    border-top-right-radius: 0

}



.nav {

    --bs-nav-link-padding-x: 1rem;

    --bs-nav-link-padding-y: .5rem;

    --bs-nav-link-font-weight: ;

    --bs-nav-link-color: var(--bs-link-color);

    --bs-nav-link-hover-color: var(--bs-link-hover-color);

    --bs-nav-link-disabled-color: var(--bs-secondary-color);

    display: flex;

    flex-wrap: wrap;

    list-style: none;

    margin-bottom: 0;

    padding-left: 0

}



.nav-link {

    background: none;

    border: 0;

    color: var(--bs-nav-link-color);

    display: block;

    font-size: var(--bs-nav-link-font-size);

    font-weight: var(--bs-nav-link-font-weight);

    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);

    text-decoration: none;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out

}



@media (prefers-reduced-motion:reduce) {

    .nav-link {

        transition: none

    }

}



.nav-link:focus,

.nav-link:hover {

    color: var(--bs-nav-link-hover-color)

}



.nav-link:focus-visible {

    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);

    outline: 0

}



.nav-link.disabled,

.nav-link:disabled {

    color: var(--bs-nav-link-disabled-color);

    cursor: default;

    pointer-events: none

}



.nav-tabs {

    --bs-nav-tabs-border-width: var(--bs-border-width);

    --bs-nav-tabs-border-color: var(--bs-border-color);

    --bs-nav-tabs-border-radius: var(--bs-border-radius);

    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);

    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);

    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);

    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);

    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)

}



.nav-tabs .nav-link {

    border: var(--bs-nav-tabs-border-width) solid transparent;

    border-top-left-radius: var(--bs-nav-tabs-border-radius);

    border-top-right-radius: var(--bs-nav-tabs-border-radius);

    margin-bottom: calc(var(--bs-nav-tabs-border-width)*-1)

}



.nav-tabs .nav-link:focus,

.nav-tabs .nav-link:hover {

    border-color: var(--bs-nav-tabs-link-hover-border-color);

    isolation: isolate

}



.nav-tabs .nav-item.show .nav-link,

.nav-tabs .nav-link.active {

    background-color: var(--bs-nav-tabs-link-active-bg);

    border-color: var(--bs-nav-tabs-link-active-border-color);

    color: var(--bs-nav-tabs-link-active-color)

}



.nav-tabs .dropdown-menu {

    border-top-left-radius: 0;

    border-top-right-radius: 0;

    margin-top: calc(var(--bs-nav-tabs-border-width)*-1)

}



.nav-pills {

    --bs-nav-pills-border-radius: var(--bs-border-radius);

    --bs-nav-pills-link-active-color: #fff;

    --bs-nav-pills-link-active-bg: #0d6efd

}



.nav-pills .nav-link {

    border-radius: var(--bs-nav-pills-border-radius)

}



.nav-pills .nav-link.active,

.nav-pills .show>.nav-link {

    background-color: var(--bs-nav-pills-link-active-bg);

    color: var(--bs-nav-pills-link-active-color)

}



.nav-underline {

    --bs-nav-underline-gap: 1rem;

    --bs-nav-underline-border-width: .125rem;

    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);

    gap: var(--bs-nav-underline-gap)

}



.nav-underline .nav-link {

    border-bottom: var(--bs-nav-underline-border-width) solid transparent;

    padding-left: 0;

    padding-right: 0

}



.nav-underline .nav-link:focus,

.nav-underline .nav-link:hover {

    border-bottom-color: currentcolor

}



.nav-underline .nav-link.active,

.nav-underline .show>.nav-link {

    border-bottom-color: currentcolor;

    color: var(--bs-nav-underline-link-active-color);

    font-weight: 700

}



.nav-fill .nav-item,

.nav-fill>.nav-link {

    flex: 1 1 auto;

    text-align: center

}



.nav-justified .nav-item,

.nav-justified>.nav-link {

    flex-basis: 0;

    flex-grow: 1;

    text-align: center

}



.nav-fill .nav-item .nav-link,

.nav-justified .nav-item .nav-link {

    width: 100%

}



.tab-content>.tab-pane {

    display: none

}



.tab-content>.active {

    display: block

}



.navbar {

    --bs-navbar-padding-x: 0;

    --bs-navbar-padding-y: .5rem;

    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);

    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);

    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);

    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);

    --bs-navbar-brand-padding-y: .3125rem;

    --bs-navbar-brand-margin-end: 1rem;

    --bs-navbar-brand-font-size: 1.25rem;

    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);

    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);

    --bs-navbar-nav-link-padding-x: .5rem;

    --bs-navbar-toggler-padding-y: .25rem;

    --bs-navbar-toggler-padding-x: .75rem;

    --bs-navbar-toggler-font-size: 1.25rem;

    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3E%3Cpath stroke=%27rgba%2833,37,41,.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");

    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);

    --bs-navbar-toggler-border-radius: var(--bs-border-radius);

    --bs-navbar-toggler-focus-width: .25rem;

    --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);

    position: relative

}



.navbar>.container,

.navbar>.container-fluid,

.navbar>.container-lg,

.navbar>.container-md,

.navbar>.container-sm,

.navbar>.container-xl,

.navbar>.container-xxl {

    align-items: center;

    display: flex;

    flex-wrap: inherit;

    justify-content: space-between

}



.navbar-brand {

    color: var(--bs-navbar-brand-color);

    font-size: var(--bs-navbar-brand-font-size);

    margin-right: var(--bs-navbar-brand-margin-end);

    padding-bottom: var(--bs-navbar-brand-padding-y);

    padding-top: var(--bs-navbar-brand-padding-y);

    text-decoration: none;

    white-space: nowrap

}



.navbar-brand:focus,

.navbar-brand:hover {

    color: var(--bs-navbar-brand-hover-color)

}



.navbar-nav {

    --bs-nav-link-padding-x: 0;

    --bs-nav-link-padding-y: .5rem;

    --bs-nav-link-font-weight: ;

    --bs-nav-link-color: var(--bs-navbar-color);

    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);

    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);

    display: flex;

    flex-direction: column;

    list-style: none;

    margin-bottom: 0;

    padding-left: 0

}



.navbar-nav .nav-link.active,

.navbar-nav .nav-link.show {

    color: var(--bs-navbar-active-color)

}



.navbar-nav .dropdown-menu {

    position: static

}



.navbar-text {

    color: var(--bs-navbar-color);

    padding-bottom: .5rem;

    padding-top: .5rem

}



.navbar-text a,

.navbar-text a:focus,

.navbar-text a:hover {

    color: var(--bs-navbar-active-color)

}



.navbar-collapse {

    align-items: center;

    flex-basis: 100%;

    flex-grow: 1

}



.navbar-toggler {

    background-color: transparent;

    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);

    border-radius: var(--bs-navbar-toggler-border-radius);

    color: var(--bs-navbar-color);

    font-size: var(--bs-navbar-toggler-font-size);

    line-height: 1;

    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);

    transition: var(--bs-navbar-toggler-transition)

}



@media (prefers-reduced-motion:reduce) {

    .navbar-toggler {

        transition: none

    }

}



.navbar-toggler:hover {

    text-decoration: none

}



.navbar-toggler:focus {

    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);

    outline: 0;

    text-decoration: none

}



.navbar-toggler-icon {

    background-image: var(--bs-navbar-toggler-icon-bg);

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: 100%;

    display: inline-block;

    height: 1.5em;

    vertical-align: middle;

    width: 1.5em

}



.navbar-nav-scroll {

    max-height: var(--bs-scroll-height, 75vh);

    overflow-y: auto

}



@media (min-width:576px) {

    .navbar-expand-sm {

        flex-wrap: nowrap;

        justify-content: flex-start

    }



    .navbar-expand-sm .navbar-nav {

        flex-direction: row

    }



    .navbar-expand-sm .navbar-nav .dropdown-menu {

        position: absolute

    }



    .navbar-expand-sm .navbar-nav .nav-link {

        padding-left: var(--bs-navbar-nav-link-padding-x);

        padding-right: var(--bs-navbar-nav-link-padding-x)

    }



    .navbar-expand-sm .navbar-nav-scroll {

        overflow: visible

    }



    .navbar-expand-sm .navbar-collapse {

        display: flex !important;

        flex-basis: auto

    }



    .navbar-expand-sm .navbar-toggler {

        display: none

    }



    .navbar-expand-sm .offcanvas {

        background-color: transparent !important;

        border: 0 !important;

        flex-grow: 1;

        height: auto !important;

        position: static;

        transform: none !important;

        transition: none;

        visibility: visible !important;

        width: auto !important;

        z-index: auto

    }



    .navbar-expand-sm .offcanvas .offcanvas-header {

        display: none

    }



    .navbar-expand-sm .offcanvas .offcanvas-body {

        display: flex;

        flex-grow: 0;

        overflow-y: visible;

        padding: 0

    }

}



@media (min-width:768px) {

    .navbar-expand-md {

        flex-wrap: nowrap;

        justify-content: flex-start

    }



    .navbar-expand-md .navbar-nav {

        flex-direction: row

    }



    .navbar-expand-md .navbar-nav .dropdown-menu {

        position: absolute

    }



    .navbar-expand-md .navbar-nav .nav-link {

        padding-left: var(--bs-navbar-nav-link-padding-x);

        padding-right: var(--bs-navbar-nav-link-padding-x)

    }



    .navbar-expand-md .navbar-nav-scroll {

        overflow: visible

    }



    .navbar-expand-md .navbar-collapse {

        display: flex !important;

        flex-basis: auto

    }



    .navbar-expand-md .navbar-toggler {

        display: none

    }



    .navbar-expand-md .offcanvas {

        background-color: transparent !important;

        border: 0 !important;

        flex-grow: 1;

        height: auto !important;

        position: static;

        transform: none !important;

        transition: none;

        visibility: visible !important;

        width: auto !important;

        z-index: auto

    }



    .navbar-expand-md .offcanvas .offcanvas-header {

        display: none

    }



    .navbar-expand-md .offcanvas .offcanvas-body {

        display: flex;

        flex-grow: 0;

        overflow-y: visible;

        padding: 0

    }

}



@media (min-width:992px) {

    .navbar-expand-lg {

        flex-wrap: nowrap;

        justify-content: flex-start

    }



    .navbar-expand-lg .navbar-nav {

        flex-direction: row

    }



    .navbar-expand-lg .navbar-nav .dropdown-menu {

        position: absolute

    }



    .navbar-expand-lg .navbar-nav .nav-link {

        padding-left: var(--bs-navbar-nav-link-padding-x);

        padding-right: var(--bs-navbar-nav-link-padding-x)

    }



    .navbar-expand-lg .navbar-nav-scroll {

        overflow: visible

    }



    .navbar-expand-lg .navbar-collapse {

        display: flex !important;

        flex-basis: auto

    }



    .navbar-expand-lg .navbar-toggler {

        display: none

    }



    .navbar-expand-lg .offcanvas {

        background-color: transparent !important;

        border: 0 !important;

        flex-grow: 1;

        height: auto !important;

        position: static;

        transform: none !important;

        transition: none;

        visibility: visible !important;

        width: auto !important;

        z-index: auto

    }



    .navbar-expand-lg .offcanvas .offcanvas-header {

        display: none

    }



    .navbar-expand-lg .offcanvas .offcanvas-body {

        display: flex;

        flex-grow: 0;

        overflow-y: visible;

        padding: 0

    }

}



@media (min-width:1200px) {

    .navbar-expand-xl {

        flex-wrap: nowrap;

        justify-content: flex-start

    }



    .navbar-expand-xl .navbar-nav {

        flex-direction: row

    }



    .navbar-expand-xl .navbar-nav .dropdown-menu {

        position: absolute

    }



    .navbar-expand-xl .navbar-nav .nav-link {

        padding-left: var(--bs-navbar-nav-link-padding-x);

        padding-right: var(--bs-navbar-nav-link-padding-x)

    }



    .navbar-expand-xl .navbar-nav-scroll {

        overflow: visible

    }



    .navbar-expand-xl .navbar-collapse {

        display: flex !important;

        flex-basis: auto

    }



    .navbar-expand-xl .navbar-toggler {

        display: none

    }



    .navbar-expand-xl .offcanvas {

        background-color: transparent !important;

        border: 0 !important;

        flex-grow: 1;

        height: auto !important;

        position: static;

        transform: none !important;

        transition: none;

        visibility: visible !important;

        width: auto !important;

        z-index: auto

    }



    .navbar-expand-xl .offcanvas .offcanvas-header {

        display: none

    }



    .navbar-expand-xl .offcanvas .offcanvas-body {

        display: flex;

        flex-grow: 0;

        overflow-y: visible;

        padding: 0

    }

}



@media (min-width:1400px) {

    .navbar-expand-xxl {

        flex-wrap: nowrap;

        justify-content: flex-start

    }



    .navbar-expand-xxl .navbar-nav {

        flex-direction: row

    }



    .navbar-expand-xxl .navbar-nav .dropdown-menu {

        position: absolute

    }



    .navbar-expand-xxl .navbar-nav .nav-link {

        padding-left: var(--bs-navbar-nav-link-padding-x);

        padding-right: var(--bs-navbar-nav-link-padding-x)

    }



    .navbar-expand-xxl .navbar-nav-scroll {

        overflow: visible

    }



    .navbar-expand-xxl .navbar-collapse {

        display: flex !important;

        flex-basis: auto

    }



    .navbar-expand-xxl .navbar-toggler {

        display: none

    }



    .navbar-expand-xxl .offcanvas {

        background-color: transparent !important;

        border: 0 !important;

        flex-grow: 1;

        height: auto !important;

        position: static;

        transform: none !important;

        transition: none;

        visibility: visible !important;

        width: auto !important;

        z-index: auto

    }



    .navbar-expand-xxl .offcanvas .offcanvas-header {

        display: none

    }



    .navbar-expand-xxl .offcanvas .offcanvas-body {

        display: flex;

        flex-grow: 0;

        overflow-y: visible;

        padding: 0

    }

}



.navbar-expand {

    flex-wrap: nowrap;

    justify-content: flex-start

}



.navbar-expand .navbar-nav {

    flex-direction: row

}



.navbar-expand .navbar-nav .dropdown-menu {

    position: absolute

}



.navbar-expand .navbar-nav .nav-link {

    padding-left: var(--bs-navbar-nav-link-padding-x);

    padding-right: var(--bs-navbar-nav-link-padding-x)

}



.navbar-expand .navbar-nav-scroll {

    overflow: visible

}



.navbar-expand .navbar-collapse {

    display: flex !important;

    flex-basis: auto

}



.navbar-expand .navbar-toggler {

    display: none

}



.navbar-expand .offcanvas {

    background-color: transparent !important;

    border: 0 !important;

    flex-grow: 1;

    height: auto !important;

    position: static;

    transform: none !important;

    transition: none;

    visibility: visible !important;

    width: auto !important;

    z-index: auto

}



.navbar-expand .offcanvas .offcanvas-header {

    display: none

}



.navbar-expand .offcanvas .offcanvas-body {

    display: flex;

    flex-grow: 0;

    overflow-y: visible;

    padding: 0

}



.navbar-dark,

.navbar[data-bs-theme=dark] {

    --bs-navbar-color: hsla(0, 0%, 100%, .55);

    --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);

    --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);

    --bs-navbar-active-color: #fff;

    --bs-navbar-brand-color: #fff;

    --bs-navbar-brand-hover-color: #fff;

    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1)

}



.navbar-dark,

.navbar[data-bs-theme=dark],

[data-bs-theme=dark] .navbar-toggler-icon {

    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3E%3Cpath stroke=%27rgba%28255,255,255,.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E")

}



.card {

    --bs-card-spacer-y: 1rem;

    --bs-card-spacer-x: 1rem;

    --bs-card-title-spacer-y: .5rem;

    --bs-card-title-color: ;

    --bs-card-subtitle-color: ;

    --bs-card-border-width: var(--bs-border-width);

    --bs-card-border-color: var(--bs-border-color-translucent);

    --bs-card-border-radius: var(--bs-border-radius);

    --bs-card-box-shadow: ;

    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));

    --bs-card-cap-padding-y: .5rem;

    --bs-card-cap-padding-x: 1rem;

    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);

    --bs-card-cap-color: ;

    --bs-card-height: ;

    --bs-card-color: ;

    --bs-card-bg: var(--bs-body-bg);

    --bs-card-img-overlay-padding: 1rem;

    --bs-card-group-margin: .75rem;

    color: var(--bs-body-color);

    display: flex;

    flex-direction: column;

    height: var(--bs-card-height);

    min-width: 0;

    position: relative;

    word-wrap: break-word;

    background-clip: border-box;

    background-color: var(--bs-card-bg);

    border: var(--bs-card-border-width) solid var(--bs-card-border-color);

    border-radius: var(--bs-card-border-radius)

}



.card>hr {

    margin-left: 0;

    margin-right: 0

}



.card>.list-group {

    border-bottom: inherit;

    border-top: inherit

}



.card>.list-group:first-child {

    border-top-left-radius: var(--bs-card-inner-border-radius);

    border-top-right-radius: var(--bs-card-inner-border-radius);

    border-top-width: 0

}



.card>.list-group:last-child {

    border-bottom-left-radius: var(--bs-card-inner-border-radius);

    border-bottom-right-radius: var(--bs-card-inner-border-radius);

    border-bottom-width: 0

}



.card>.card-header+.list-group,

.card>.list-group+.card-footer {

    border-top: 0

}



.card-body {

    color: var(--bs-card-color);

    flex: 1 1 auto;

    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x)

}



.card-title {

    color: var(--bs-card-title-color);

    margin-bottom: var(--bs-card-title-spacer-y)

}



.card-subtitle {

    color: var(--bs-card-subtitle-color);

    margin-top: calc(var(--bs-card-title-spacer-y)*-.5)

}



.card-subtitle,

.card-text:last-child {

    margin-bottom: 0

}



.card-link+.card-link {

    margin-left: var(--bs-card-spacer-x)

}



.card-header {

    background-color: var(--bs-card-cap-bg);

    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);

    color: var(--bs-card-cap-color);

    margin-bottom: 0;

    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)

}



.card-header:first-child {

    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0

}



.card-footer {

    background-color: var(--bs-card-cap-bg);

    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);

    color: var(--bs-card-cap-color);

    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)

}



.card-footer:last-child {

    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)

}



.card-header-tabs {

    border-bottom: 0;

    margin-bottom: calc(var(--bs-card-cap-padding-y)*-1);

    margin-left: calc(var(--bs-card-cap-padding-x)*-.5);

    margin-right: calc(var(--bs-card-cap-padding-x)*-.5)

}



.card-header-tabs .nav-link.active {

    background-color: var(--bs-card-bg);

    border-bottom-color: var(--bs-card-bg)

}



.card-header-pills {

    margin-left: calc(var(--bs-card-cap-padding-x)*-.5);

    margin-right: calc(var(--bs-card-cap-padding-x)*-.5)

}



.card-img-overlay {

    border-radius: var(--bs-card-inner-border-radius);

    bottom: 0;

    left: 0;

    padding: var(--bs-card-img-overlay-padding);

    position: absolute;

    right: 0;

    top: 0

}



.card-img,

.card-img-bottom,

.card-img-top {

    width: 100%

}



.card-img,

.card-img-top {

    border-top-left-radius: var(--bs-card-inner-border-radius);

    border-top-right-radius: var(--bs-card-inner-border-radius)

}



.card-img,

.card-img-bottom {

    border-bottom-left-radius: var(--bs-card-inner-border-radius);

    border-bottom-right-radius: var(--bs-card-inner-border-radius)

}



.card-group>.card {

    margin-bottom: var(--bs-card-group-margin)

}



@media (min-width:576px) {

    .card-group {

        display: flex;

        flex-flow: row wrap

    }



    .card-group>.card {

        flex: 1 0 0%;

        margin-bottom: 0

    }



    .card-group>.card+.card {

        border-left: 0;

        margin-left: 0

    }



    .card-group>.card:not(:last-child) {

        border-bottom-right-radius: 0;

        border-top-right-radius: 0

    }



    .card-group>.card:not(:last-child) .card-header,

    .card-group>.card:not(:last-child) .card-img-top {

        border-top-right-radius: 0

    }



    .card-group>.card:not(:last-child) .card-footer,

    .card-group>.card:not(:last-child) .card-img-bottom {

        border-bottom-right-radius: 0

    }



    .card-group>.card:not(:first-child) {

        border-bottom-left-radius: 0;

        border-top-left-radius: 0

    }



    .card-group>.card:not(:first-child) .card-header,

    .card-group>.card:not(:first-child) .card-img-top {

        border-top-left-radius: 0

    }



    .card-group>.card:not(:first-child) .card-footer,

    .card-group>.card:not(:first-child) .card-img-bottom {

        border-bottom-left-radius: 0

    }

}



.accordion {

    --bs-accordion-color: var(--bs-body-color);

    --bs-accordion-bg: var(--bs-body-bg);

    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;

    --bs-accordion-border-color: var(--bs-border-color);

    --bs-accordion-border-width: var(--bs-border-width);

    --bs-accordion-border-radius: var(--bs-border-radius);

    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));

    --bs-accordion-btn-padding-x: 1.25rem;

    --bs-accordion-btn-padding-y: 1rem;

    --bs-accordion-btn-color: var(--bs-body-color);

    --bs-accordion-btn-bg: var(--bs-accordion-bg);

    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23212529%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27m2 5 6 6 6-6%27/%3E%3C/svg%3E");

    --bs-accordion-btn-icon-width: 1.25rem;

    --bs-accordion-btn-icon-transform: rotate(-180deg);

    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;

    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23052c65%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27m2 5 6 6 6-6%27/%3E%3C/svg%3E");

    --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);

    --bs-accordion-body-padding-x: 1.25rem;

    --bs-accordion-body-padding-y: 1rem;

    --bs-accordion-active-color: var(--bs-primary-text-emphasis);

    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)

}



.accordion-button {

    background-color: var(--bs-accordion-btn-bg);

    border-radius: 0;

    color: var(--bs-accordion-btn-color);

    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);

    transition: var(--bs-accordion-transition)

}



@media (prefers-reduced-motion:reduce) {

    .accordion-button {

        transition: none

    }

}



.accordion-button:not(.collapsed) {

    background-color: var(--bs-accordion-active-bg);

    box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);

    color: var(--bs-accordion-active-color)

}



.accordion-button:not(.collapsed):after {

    background-image: var(--bs-accordion-btn-active-icon);

    transform: var(--bs-accordion-btn-icon-transform)

}



.accordion-button:after {

    background-image: var(--bs-accordion-btn-icon);

    background-repeat: no-repeat;

    background-size: var(--bs-accordion-btn-icon-width);

    content: "";

    flex-shrink: 0;

    height: var(--bs-accordion-btn-icon-width);

    margin-left: auto;

    transition: var(--bs-accordion-btn-icon-transition);

    width: var(--bs-accordion-btn-icon-width)

}



@media (prefers-reduced-motion:reduce) {

    .accordion-button:after {

        transition: none

    }

}



.accordion-button:hover {

    z-index: 2

}



.accordion-button:focus {

    box-shadow: var(--bs-accordion-btn-focus-box-shadow);

    outline: 0;

    z-index: 3

}



.accordion-item {

    background-color: var(--bs-accordion-bg);

    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);

    color: var(--bs-accordion-color)

}



.accordion-item:first-of-type {

    border-top-left-radius: var(--bs-accordion-border-radius);

    border-top-right-radius: var(--bs-accordion-border-radius)

}



.accordion-item:first-of-type>.accordion-header .accordion-button {

    border-top-left-radius: var(--bs-accordion-inner-border-radius);

    border-top-right-radius: var(--bs-accordion-inner-border-radius)

}



.accordion-item:not(:first-of-type) {

    border-top: 0

}



.accordion-item:last-of-type {

    border-bottom-left-radius: var(--bs-accordion-border-radius);

    border-bottom-right-radius: var(--bs-accordion-border-radius)

}



.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {

    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);

    border-bottom-right-radius: var(--bs-accordion-inner-border-radius)

}



.accordion-item:last-of-type>.accordion-collapse {

    border-bottom-left-radius: var(--bs-accordion-border-radius);

    border-bottom-right-radius: var(--bs-accordion-border-radius)

}



.accordion-body {

    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)

}



.accordion-flush>.accordion-item {

    border-left: 0;

    border-radius: 0;

    border-right: 0

}



.accordion-flush>.accordion-item:first-child {

    border-top: 0

}



.accordion-flush>.accordion-item:last-child {

    border-bottom: 0

}



.accordion-flush>.accordion-item>.accordion-collapse,

.accordion-flush>.accordion-item>.accordion-header .accordion-button,

.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {

    border-radius: 0

}



[data-bs-theme=dark] .accordion-button:after {

    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%236ea8fe%27 viewBox=%270 0 16 16%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708%27/%3E%3C/svg%3E");

    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%236ea8fe%27 viewBox=%270 0 16 16%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708%27/%3E%3C/svg%3E")

}



.breadcrumb {

    --bs-breadcrumb-padding-x: 0;

    --bs-breadcrumb-padding-y: 0;

    --bs-breadcrumb-margin-bottom: 1rem;

    --bs-breadcrumb-bg: ;

    --bs-breadcrumb-border-radius: ;

    --bs-breadcrumb-divider-color: var(--bs-secondary-color);

    --bs-breadcrumb-item-padding-x: .5rem;

    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);

    background-color: var(--bs-breadcrumb-bg);

    border-radius: var(--bs-breadcrumb-border-radius);

    display: flex;

    flex-wrap: wrap;

    font-size: var(--bs-breadcrumb-font-size);

    list-style: none;

    margin-bottom: var(--bs-breadcrumb-margin-bottom);

    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)

}



.breadcrumb-item+.breadcrumb-item {

    padding-left: var(--bs-breadcrumb-item-padding-x)

}



.breadcrumb-item+.breadcrumb-item:before {

    color: var(--bs-breadcrumb-divider-color);

    content: var(--bs-breadcrumb-divider, "/");

    float: left;

    padding-right: var(--bs-breadcrumb-item-padding-x)

}



.breadcrumb-item.active {

    color: var(--bs-breadcrumb-item-active-color)

}



.pagination {

    --bs-pagination-padding-x: .75rem;

    --bs-pagination-padding-y: .375rem;

    --bs-pagination-font-size: 1rem;

    --bs-pagination-color: var(--bs-link-color);

    --bs-pagination-bg: var(--bs-body-bg);

    --bs-pagination-border-width: var(--bs-border-width);

    --bs-pagination-border-color: var(--bs-border-color);

    --bs-pagination-border-radius: var(--bs-border-radius);

    --bs-pagination-hover-color: var(--bs-link-hover-color);

    --bs-pagination-hover-bg: var(--bs-tertiary-bg);

    --bs-pagination-hover-border-color: var(--bs-border-color);

    --bs-pagination-focus-color: var(--bs-link-hover-color);

    --bs-pagination-focus-bg: var(--bs-secondary-bg);

    --bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);

    --bs-pagination-active-color: #fff;

    --bs-pagination-active-bg: #0d6efd;

    --bs-pagination-active-border-color: #0d6efd;

    --bs-pagination-disabled-color: var(--bs-secondary-color);

    --bs-pagination-disabled-bg: var(--bs-secondary-bg);

    --bs-pagination-disabled-border-color: var(--bs-border-color);

    display: flex;

    list-style: none;

    padding-left: 0

}



.page-link {

    background-color: var(--bs-pagination-bg);

    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);

    color: var(--bs-pagination-color);

    display: block;

    font-size: var(--bs-pagination-font-size);

    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);

    position: relative;

    text-decoration: none;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out

}



@media (prefers-reduced-motion:reduce) {

    .page-link {

        transition: none

    }

}



.page-link:hover {

    background-color: var(--bs-pagination-hover-bg);

    border-color: var(--bs-pagination-hover-border-color);

    color: var(--bs-pagination-hover-color);

    z-index: 2

}



.page-link:focus {

    background-color: var(--bs-pagination-focus-bg);

    box-shadow: var(--bs-pagination-focus-box-shadow);

    color: var(--bs-pagination-focus-color);

    outline: 0;

    z-index: 3

}



.active>.page-link,

.page-link.active {

    background-color: var(--bs-pagination-active-bg);

    border-color: var(--bs-pagination-active-border-color);

    color: var(--bs-pagination-active-color);

    z-index: 3

}



.disabled>.page-link,

.page-link.disabled {

    background-color: var(--bs-pagination-disabled-bg);

    border-color: var(--bs-pagination-disabled-border-color);

    color: var(--bs-pagination-disabled-color);

    pointer-events: none

}



.page-item:not(:first-child) .page-link {

    margin-left: calc(var(--bs-border-width)*-1)

}



.page-item:first-child .page-link {

    border-bottom-left-radius: var(--bs-pagination-border-radius);

    border-top-left-radius: var(--bs-pagination-border-radius)

}



.page-item:last-child .page-link {

    border-bottom-right-radius: var(--bs-pagination-border-radius);

    border-top-right-radius: var(--bs-pagination-border-radius)

}



.pagination-lg {

    --bs-pagination-padding-x: 1.5rem;

    --bs-pagination-padding-y: .75rem;

    --bs-pagination-font-size: 1.25rem;

    --bs-pagination-border-radius: var(--bs-border-radius-lg)

}



.pagination-sm {

    --bs-pagination-padding-x: .5rem;

    --bs-pagination-padding-y: .25rem;

    --bs-pagination-font-size: .875rem;

    --bs-pagination-border-radius: var(--bs-border-radius-sm)

}



.badge {

    --bs-badge-padding-x: .65em;

    --bs-badge-padding-y: .35em;

    --bs-badge-font-size: .75em;

    --bs-badge-font-weight: 700;

    --bs-badge-color: #fff;

    --bs-badge-border-radius: var(--bs-border-radius);

    border-radius: var(--bs-badge-border-radius);

    color: var(--bs-badge-color);

    display: inline-block;

    font-size: var(--bs-badge-font-size);

    font-weight: var(--bs-badge-font-weight);

    line-height: 1;

    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);

    text-align: center;

    vertical-align: baseline;

    white-space: nowrap

}



.badge:empty {

    display: none

}



.btn .badge {

    position: relative;

    top: -1px

}



.alert {

    --bs-alert-bg: transparent;

    --bs-alert-padding-x: 1rem;

    --bs-alert-padding-y: 1rem;

    --bs-alert-margin-bottom: 1rem;

    --bs-alert-color: inherit;

    --bs-alert-border-color: transparent;

    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);

    --bs-alert-border-radius: var(--bs-border-radius);

    --bs-alert-link-color: inherit;

    background-color: var(--bs-alert-bg);

    border: var(--bs-alert-border);

    border-radius: var(--bs-alert-border-radius);

    color: var(--bs-alert-color);

    margin-bottom: var(--bs-alert-margin-bottom);

    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);

    position: relative

}



.alert-heading {

    color: inherit

}



.alert-link {

    color: var(--bs-alert-link-color);

    font-weight: 700

}



.alert-dismissible {

    padding-right: 3rem

}



.alert-dismissible .btn-close {

    padding: 1.25rem 1rem;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 2

}



.alert-primary {

    --bs-alert-color: var(--bs-primary-text-emphasis);

    --bs-alert-bg: var(--bs-primary-bg-subtle);

    --bs-alert-border-color: var(--bs-primary-border-subtle);

    --bs-alert-link-color: var(--bs-primary-text-emphasis)

}



.alert-secondary {

    --bs-alert-color: var(--bs-secondary-text-emphasis);

    --bs-alert-bg: var(--bs-secondary-bg-subtle);

    --bs-alert-border-color: var(--bs-secondary-border-subtle);

    --bs-alert-link-color: var(--bs-secondary-text-emphasis)

}



.alert-success {

    --bs-alert-color: var(--bs-success-text-emphasis);

    --bs-alert-bg: var(--bs-success-bg-subtle);

    --bs-alert-border-color: var(--bs-success-border-subtle);

    --bs-alert-link-color: var(--bs-success-text-emphasis)

}



.alert-info {

    --bs-alert-color: var(--bs-info-text-emphasis);

    --bs-alert-bg: var(--bs-info-bg-subtle);

    --bs-alert-border-color: var(--bs-info-border-subtle);

    --bs-alert-link-color: var(--bs-info-text-emphasis)

}



.alert-warning {

    --bs-alert-color: var(--bs-warning-text-emphasis);

    --bs-alert-bg: var(--bs-warning-bg-subtle);

    --bs-alert-border-color: var(--bs-warning-border-subtle);

    --bs-alert-link-color: var(--bs-warning-text-emphasis)

}



.alert-danger {

    --bs-alert-color: var(--bs-danger-text-emphasis);

    --bs-alert-bg: var(--bs-danger-bg-subtle);

    --bs-alert-border-color: var(--bs-danger-border-subtle);

    --bs-alert-link-color: var(--bs-danger-text-emphasis)

}



.alert-light {

    --bs-alert-color: var(--bs-light-text-emphasis);

    --bs-alert-bg: var(--bs-light-bg-subtle);

    --bs-alert-border-color: var(--bs-light-border-subtle);

    --bs-alert-link-color: var(--bs-light-text-emphasis)

}



.alert-dark {

    --bs-alert-color: var(--bs-dark-text-emphasis);

    --bs-alert-bg: var(--bs-dark-bg-subtle);

    --bs-alert-border-color: var(--bs-dark-border-subtle);

    --bs-alert-link-color: var(--bs-dark-text-emphasis)

}



@keyframes progress-bar-stripes {

    0% {

        background-position-x: 1rem

    }

}



.progress,

.progress-stacked {

    --bs-progress-height: 1rem;

    --bs-progress-font-size: .75rem;

    --bs-progress-bg: var(--bs-secondary-bg);

    --bs-progress-border-radius: var(--bs-border-radius);

    --bs-progress-box-shadow: var(--bs-box-shadow-inset);

    --bs-progress-bar-color: #fff;

    --bs-progress-bar-bg: #0d6efd;

    --bs-progress-bar-transition: width .6s ease;

    background-color: var(--bs-progress-bg);

    border-radius: var(--bs-progress-border-radius);

    display: flex;

    font-size: var(--bs-progress-font-size);

    height: var(--bs-progress-height);

    overflow: hidden

}



.progress-bar {

    background-color: var(--bs-progress-bar-bg);

    color: var(--bs-progress-bar-color);

    display: flex;

    flex-direction: column;

    justify-content: center;

    overflow: hidden;

    text-align: center;

    transition: var(--bs-progress-bar-transition);

    white-space: nowrap

}



@media (prefers-reduced-motion:reduce) {

    .progress-bar {

        transition: none

    }

}



.progress-bar-striped {

    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);

    background-size: var(--bs-progress-height) var(--bs-progress-height)

}



.progress-stacked>.progress {

    overflow: visible

}



.progress-stacked>.progress>.progress-bar {

    width: 100%

}



.progress-bar-animated {

    animation: progress-bar-stripes 1s linear infinite

}



@media (prefers-reduced-motion:reduce) {

    .progress-bar-animated {

        animation: none

    }

}



.list-group {

    --bs-list-group-color: var(--bs-body-color);

    --bs-list-group-bg: var(--bs-body-bg);

    --bs-list-group-border-color: var(--bs-border-color);

    --bs-list-group-border-width: var(--bs-border-width);

    --bs-list-group-border-radius: var(--bs-border-radius);

    --bs-list-group-item-padding-x: 1rem;

    --bs-list-group-item-padding-y: .5rem;

    --bs-list-group-action-color: var(--bs-secondary-color);

    --bs-list-group-action-hover-color: var(--bs-emphasis-color);

    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);

    --bs-list-group-action-active-color: var(--bs-body-color);

    --bs-list-group-action-active-bg: var(--bs-secondary-bg);

    --bs-list-group-disabled-color: var(--bs-secondary-color);

    --bs-list-group-disabled-bg: var(--bs-body-bg);

    --bs-list-group-active-color: #fff;

    --bs-list-group-active-bg: #0d6efd;

    --bs-list-group-active-border-color: #0d6efd;

    border-radius: var(--bs-list-group-border-radius);

    display: flex;

    flex-direction: column;

    margin-bottom: 0;

    padding-left: 0

}



.list-group-numbered {

    counter-reset: section;

    list-style-type: none

}



.list-group-numbered>.list-group-item:before {

    content: counters(section, ".") ". ";

    counter-increment: section

}



.list-group-item-action {

    color: var(--bs-list-group-action-color);

    text-align: inherit;

    width: 100%

}



.list-group-item-action:focus,

.list-group-item-action:hover {

    background-color: var(--bs-list-group-action-hover-bg);

    color: var(--bs-list-group-action-hover-color);

    text-decoration: none;

    z-index: 1

}



.list-group-item-action:active {

    background-color: var(--bs-list-group-action-active-bg);

    color: var(--bs-list-group-action-active-color)

}



.list-group-item {

    background-color: var(--bs-list-group-bg);

    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);

    color: var(--bs-list-group-color);

    display: block;

    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);

    position: relative;

    text-decoration: none

}



.list-group-item:first-child {

    border-top-left-radius: inherit;

    border-top-right-radius: inherit

}



.list-group-item:last-child {

    border-bottom-left-radius: inherit;

    border-bottom-right-radius: inherit

}



.list-group-item.disabled,

.list-group-item:disabled {

    background-color: var(--bs-list-group-disabled-bg);

    color: var(--bs-list-group-disabled-color);

    pointer-events: none

}



.list-group-item.active {

    background-color: var(--bs-list-group-active-bg);

    border-color: var(--bs-list-group-active-border-color);

    color: var(--bs-list-group-active-color);

    z-index: 2

}



.list-group-item+.list-group-item {

    border-top-width: 0

}



.list-group-item+.list-group-item.active {

    border-top-width: var(--bs-list-group-border-width);

    margin-top: calc(var(--bs-list-group-border-width)*-1)

}



.list-group-horizontal {

    flex-direction: row

}



.list-group-horizontal>.list-group-item:first-child:not(:last-child) {

    border-bottom-left-radius: var(--bs-list-group-border-radius);

    border-top-right-radius: 0

}



.list-group-horizontal>.list-group-item:last-child:not(:first-child) {

    border-bottom-left-radius: 0;

    border-top-right-radius: var(--bs-list-group-border-radius)

}



.list-group-horizontal>.list-group-item.active {

    margin-top: 0

}



.list-group-horizontal>.list-group-item+.list-group-item {

    border-left-width: 0;

    border-top-width: var(--bs-list-group-border-width)

}



.list-group-horizontal>.list-group-item+.list-group-item.active {

    border-left-width: var(--bs-list-group-border-width);

    margin-left: calc(var(--bs-list-group-border-width)*-1)

}



@media (min-width:576px) {

    .list-group-horizontal-sm {

        flex-direction: row

    }



    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {

        border-bottom-left-radius: var(--bs-list-group-border-radius);

        border-top-right-radius: 0

    }



    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {

        border-bottom-left-radius: 0;

        border-top-right-radius: var(--bs-list-group-border-radius)

    }



    .list-group-horizontal-sm>.list-group-item.active {

        margin-top: 0

    }



    .list-group-horizontal-sm>.list-group-item+.list-group-item {

        border-left-width: 0;

        border-top-width: var(--bs-list-group-border-width)

    }



    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {

        border-left-width: var(--bs-list-group-border-width);

        margin-left: calc(var(--bs-list-group-border-width)*-1)

    }

}



@media (min-width:768px) {

    .list-group-horizontal-md {

        flex-direction: row

    }



    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {

        border-bottom-left-radius: var(--bs-list-group-border-radius);

        border-top-right-radius: 0

    }



    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {

        border-bottom-left-radius: 0;

        border-top-right-radius: var(--bs-list-group-border-radius)

    }



    .list-group-horizontal-md>.list-group-item.active {

        margin-top: 0

    }



    .list-group-horizontal-md>.list-group-item+.list-group-item {

        border-left-width: 0;

        border-top-width: var(--bs-list-group-border-width)

    }



    .list-group-horizontal-md>.list-group-item+.list-group-item.active {

        border-left-width: var(--bs-list-group-border-width);

        margin-left: calc(var(--bs-list-group-border-width)*-1)

    }

}



@media (min-width:992px) {

    .list-group-horizontal-lg {

        flex-direction: row

    }



    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {

        border-bottom-left-radius: var(--bs-list-group-border-radius);

        border-top-right-radius: 0

    }



    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {

        border-bottom-left-radius: 0;

        border-top-right-radius: var(--bs-list-group-border-radius)

    }



    .list-group-horizontal-lg>.list-group-item.active {

        margin-top: 0

    }



    .list-group-horizontal-lg>.list-group-item+.list-group-item {

        border-left-width: 0;

        border-top-width: var(--bs-list-group-border-width)

    }



    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {

        border-left-width: var(--bs-list-group-border-width);

        margin-left: calc(var(--bs-list-group-border-width)*-1)

    }

}



@media (min-width:1200px) {

    .list-group-horizontal-xl {

        flex-direction: row

    }



    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {

        border-bottom-left-radius: var(--bs-list-group-border-radius);

        border-top-right-radius: 0

    }



    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {

        border-bottom-left-radius: 0;

        border-top-right-radius: var(--bs-list-group-border-radius)

    }



    .list-group-horizontal-xl>.list-group-item.active {

        margin-top: 0

    }



    .list-group-horizontal-xl>.list-group-item+.list-group-item {

        border-left-width: 0;

        border-top-width: var(--bs-list-group-border-width)

    }



    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {

        border-left-width: var(--bs-list-group-border-width);

        margin-left: calc(var(--bs-list-group-border-width)*-1)

    }

}



@media (min-width:1400px) {

    .list-group-horizontal-xxl {

        flex-direction: row

    }



    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {

        border-bottom-left-radius: var(--bs-list-group-border-radius);

        border-top-right-radius: 0

    }



    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {

        border-bottom-left-radius: 0;

        border-top-right-radius: var(--bs-list-group-border-radius)

    }



    .list-group-horizontal-xxl>.list-group-item.active {

        margin-top: 0

    }



    .list-group-horizontal-xxl>.list-group-item+.list-group-item {

        border-left-width: 0;

        border-top-width: var(--bs-list-group-border-width)

    }



    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {

        border-left-width: var(--bs-list-group-border-width);

        margin-left: calc(var(--bs-list-group-border-width)*-1)

    }

}



.list-group-flush {

    border-radius: 0

}



.list-group-flush>.list-group-item {

    border-width: 0 0 var(--bs-list-group-border-width)

}



.list-group-flush>.list-group-item:last-child {

    border-bottom-width: 0

}



.list-group-item-primary {

    --bs-list-group-color: var(--bs-primary-text-emphasis);

    --bs-list-group-bg: var(--bs-primary-bg-subtle);

    --bs-list-group-border-color: var(--bs-primary-border-subtle);

    --bs-list-group-action-hover-color: var(--bs-emphasis-color);

    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);

    --bs-list-group-action-active-color: var(--bs-emphasis-color);

    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);

    --bs-list-group-active-color: var(--bs-primary-bg-subtle);

    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);

    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)

}



.list-group-item-secondary {

    --bs-list-group-color: var(--bs-secondary-text-emphasis);

    --bs-list-group-bg: var(--bs-secondary-bg-subtle);

    --bs-list-group-border-color: var(--bs-secondary-border-subtle);

    --bs-list-group-action-hover-color: var(--bs-emphasis-color);

    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);

    --bs-list-group-action-active-color: var(--bs-emphasis-color);

    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);

    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);

    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);

    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)

}



.list-group-item-success {

    --bs-list-group-color: var(--bs-success-text-emphasis);

    --bs-list-group-bg: var(--bs-success-bg-subtle);

    --bs-list-group-border-color: var(--bs-success-border-subtle);

    --bs-list-group-action-hover-color: var(--bs-emphasis-color);

    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);

    --bs-list-group-action-active-color: var(--bs-emphasis-color);

    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);

    --bs-list-group-active-color: var(--bs-success-bg-subtle);

    --bs-list-group-active-bg: var(--bs-success-text-emphasis);

    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)

}



.list-group-item-info {

    --bs-list-group-color: var(--bs-info-text-emphasis);

    --bs-list-group-bg: var(--bs-info-bg-subtle);

    --bs-list-group-border-color: var(--bs-info-border-subtle);

    --bs-list-group-action-hover-color: var(--bs-emphasis-color);

    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);

    --bs-list-group-action-active-color: var(--bs-emphasis-color);

    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);

    --bs-list-group-active-color: var(--bs-info-bg-subtle);

    --bs-list-group-active-bg: var(--bs-info-text-emphasis);

    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)

}



.list-group-item-warning {

    --bs-list-group-color: var(--bs-warning-text-emphasis);

    --bs-list-group-bg: var(--bs-warning-bg-subtle);

    --bs-list-group-border-color: var(--bs-warning-border-subtle);

    --bs-list-group-action-hover-color: var(--bs-emphasis-color);

    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);

    --bs-list-group-action-active-color: var(--bs-emphasis-color);

    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);

    --bs-list-group-active-color: var(--bs-warning-bg-subtle);

    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);

    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)

}



.list-group-item-danger {

    --bs-list-group-color: var(--bs-danger-text-emphasis);

    --bs-list-group-bg: var(--bs-danger-bg-subtle);

    --bs-list-group-border-color: var(--bs-danger-border-subtle);

    --bs-list-group-action-hover-color: var(--bs-emphasis-color);

    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);

    --bs-list-group-action-active-color: var(--bs-emphasis-color);

    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);

    --bs-list-group-active-color: var(--bs-danger-bg-subtle);

    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);

    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)

}



.list-group-item-light {

    --bs-list-group-color: var(--bs-light-text-emphasis);

    --bs-list-group-bg: var(--bs-light-bg-subtle);

    --bs-list-group-border-color: var(--bs-light-border-subtle);

    --bs-list-group-action-hover-color: var(--bs-emphasis-color);

    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);

    --bs-list-group-action-active-color: var(--bs-emphasis-color);

    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);

    --bs-list-group-active-color: var(--bs-light-bg-subtle);

    --bs-list-group-active-bg: var(--bs-light-text-emphasis);

    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)

}



.list-group-item-dark {

    --bs-list-group-color: var(--bs-dark-text-emphasis);

    --bs-list-group-bg: var(--bs-dark-bg-subtle);

    --bs-list-group-border-color: var(--bs-dark-border-subtle);

    --bs-list-group-action-hover-color: var(--bs-emphasis-color);

    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);

    --bs-list-group-action-active-color: var(--bs-emphasis-color);

    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);

    --bs-list-group-active-color: var(--bs-dark-bg-subtle);

    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);

    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)

}



.btn-close {

    --bs-btn-close-color: #000;

    --bs-btn-close-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414%27/%3E%3C/svg%3E");

    --bs-btn-close-opacity: .5;

    --bs-btn-close-hover-opacity: .75;

    --bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);

    --bs-btn-close-focus-opacity: 1;

    --bs-btn-close-disabled-opacity: .25;

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

    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;

    border: 0;

    border-radius: .375rem;

    box-sizing: content-box;

    height: 1em;

    opacity: var(--bs-btn-close-opacity);

    padding: .25em;

    width: 1em

}



.btn-close,

.btn-close:hover {

    color: var(--bs-btn-close-color)

}



.btn-close:hover {

    opacity: var(--bs-btn-close-hover-opacity);

    text-decoration: none

}



.btn-close:focus {

    box-shadow: var(--bs-btn-close-focus-shadow);

    opacity: var(--bs-btn-close-focus-opacity);

    outline: 0

}



.btn-close.disabled,

.btn-close:disabled {

    opacity: var(--bs-btn-close-disabled-opacity);

    pointer-events: none;

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none

}



.btn-close-white,

[data-bs-theme=dark] .btn-close {

    filter: var(--bs-btn-close-white-filter)

}



.toast {

    --bs-toast-zindex: 1090;

    --bs-toast-padding-x: .75rem;

    --bs-toast-padding-y: .5rem;

    --bs-toast-spacing: 1.5rem;

    --bs-toast-max-width: 350px;

    --bs-toast-font-size: .875rem;

    --bs-toast-color: ;

    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);

    --bs-toast-border-width: var(--bs-border-width);

    --bs-toast-border-color: var(--bs-border-color-translucent);

    --bs-toast-border-radius: var(--bs-border-radius);

    --bs-toast-box-shadow: var(--bs-box-shadow);

    --bs-toast-header-color: var(--bs-secondary-color);

    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);

    --bs-toast-header-border-color: var(--bs-border-color-translucent);

    background-clip: padding-box;

    background-color: var(--bs-toast-bg);

    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);

    border-radius: var(--bs-toast-border-radius);

    box-shadow: var(--bs-toast-box-shadow);

    color: var(--bs-toast-color);

    font-size: var(--bs-toast-font-size);

    max-width: 100%;

    pointer-events: auto;

    width: var(--bs-toast-max-width)

}



.toast.showing {

    opacity: 0

}



.toast:not(.show) {

    display: none

}



.toast-container {

    --bs-toast-zindex: 1090;

    max-width: 100%;

    pointer-events: none;

    position: absolute;

    width: -moz-max-content;

    width: max-content;

    z-index: var(--bs-toast-zindex)

}



.toast-container>:not(:last-child) {

    margin-bottom: var(--bs-toast-spacing)

}



.toast-header {

    align-items: center;

    background-clip: padding-box;

    background-color: var(--bs-toast-header-bg);

    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);

    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));

    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));

    color: var(--bs-toast-header-color);

    display: flex;

    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x)

}



.toast-header .btn-close {

    margin-left: var(--bs-toast-padding-x);

    margin-right: calc(var(--bs-toast-padding-x)*-.5)

}



.toast-body {

    padding: var(--bs-toast-padding-x);

    word-wrap: break-word

}



.modal {

    --bs-modal-zindex: 1055;

    --bs-modal-width: 500px;

    --bs-modal-padding: 1rem;

    --bs-modal-margin: .5rem;

    --bs-modal-color: ;

    --bs-modal-bg: var(--bs-body-bg);

    --bs-modal-border-color: var(--bs-border-color-translucent);

    --bs-modal-border-width: var(--bs-border-width);

    --bs-modal-border-radius: var(--bs-border-radius-lg);

    --bs-modal-box-shadow: var(--bs-box-shadow-sm);

    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));

    --bs-modal-header-padding-x: 1rem;

    --bs-modal-header-padding-y: 1rem;

    --bs-modal-header-padding: 1rem 1rem;

    --bs-modal-header-border-color: var(--bs-border-color);

    --bs-modal-header-border-width: var(--bs-border-width);

    --bs-modal-title-line-height: 1.5;

    --bs-modal-footer-gap: .5rem;

    --bs-modal-footer-bg: ;

    --bs-modal-footer-border-color: var(--bs-border-color);

    --bs-modal-footer-border-width: var(--bs-border-width);

    display: none;

    height: 100%;

    left: 0;

    outline: 0;

    overflow-x: hidden;

    overflow-y: auto;

    position: fixed;

    top: 0;

    width: 100%;

    z-index: var(--bs-modal-zindex)

}



.modal-dialog {

    margin: var(--bs-modal-margin);

    pointer-events: none;

    position: relative;

    width: auto

}



.modal.fade .modal-dialog {

    transform: translateY(-50px);

    transition: transform .3s ease-out

}



@media (prefers-reduced-motion:reduce) {

    .modal.fade .modal-dialog {

        transition: none

    }

}



.modal.show .modal-dialog {

    transform: none

}



.modal.modal-static .modal-dialog {

    transform: scale(1.02)

}



.modal-dialog-scrollable {

    height: calc(100% - var(--bs-modal-margin)*2)

}



.modal-dialog-scrollable .modal-content {

    max-height: 100%;

    overflow: hidden

}



.modal-dialog-scrollable .modal-body {

    overflow-y: auto

}



.modal-dialog-centered {

    align-items: center;

    display: flex;

    min-height: calc(100% - var(--bs-modal-margin)*2)

}



.modal-content {

    background-clip: padding-box;

    background-color: var(--bs-modal-bg);

    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);

    border-radius: var(--bs-modal-border-radius);

    color: var(--bs-modal-color);

    flex-direction: column;

    outline: 0;

    pointer-events: auto;

    position: relative;

    width: 100%

}



.modal-backdrop {

    --bs-backdrop-zindex: 1050;

    --bs-backdrop-bg: #000;

    --bs-backdrop-opacity: .5;

    background-color: var(--bs-backdrop-bg);

    height: 100vh;

    left: 0;

    position: fixed;

    top: 0;

    width: 100vw;

    z-index: var(--bs-backdrop-zindex)

}



.modal-backdrop.fade {

    opacity: 0

}



.modal-backdrop.show {

    opacity: var(--bs-backdrop-opacity)

}



.modal-header {

    align-items: center;

    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);

    border-top-left-radius: var(--bs-modal-inner-border-radius);

    border-top-right-radius: var(--bs-modal-inner-border-radius);

    display: flex;

    flex-shrink: 0;

    padding: var(--bs-modal-header-padding)

}



.modal-header .btn-close {

    margin: calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;

    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)

}



.modal-title {

    line-height: var(--bs-modal-title-line-height);

    margin-bottom: 0

}



.modal-body {

    flex: 1 1 auto;

    padding: var(--bs-modal-padding);

    position: relative

}



.modal-footer {

    align-items: center;

    background-color: var(--bs-modal-footer-bg);

    border-bottom-left-radius: var(--bs-modal-inner-border-radius);

    border-bottom-right-radius: var(--bs-modal-inner-border-radius);

    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);

    display: flex;

    flex-shrink: 0;

    justify-content: flex-end;

    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)

}



.modal-footer>* {

    margin: calc(var(--bs-modal-footer-gap)*.5)

}



@media (min-width:576px) {

    .modal {

        --bs-modal-margin: 1.75rem;

        --bs-modal-box-shadow: var(--bs-box-shadow)

    }



    .modal-dialog {

        margin-left: auto;

        margin-right: auto;

        max-width: var(--bs-modal-width)

    }



    .modal-sm {

        --bs-modal-width: 300px

    }

}



@media (min-width:992px) {



    .modal-lg,

    .modal-xl {

        --bs-modal-width: 800px

    }

}



@media (min-width:1200px) {

    .modal-xl {

        --bs-modal-width: 1140px

    }

}



.modal-fullscreen {

    height: 100%;

    margin: 0;

    max-width: none;

    width: 100vw

}



.modal-fullscreen .modal-content {

    border: 0;

    border-radius: 0;

    height: 100%

}



.modal-fullscreen .modal-footer,

.modal-fullscreen .modal-header {

    border-radius: 0

}



.modal-fullscreen .modal-body {

    overflow-y: auto

}



@media (max-width:575.98px) {

    .modal-fullscreen-sm-down {

        height: 100%;

        margin: 0;

        max-width: none;

        width: 100vw

    }



    .modal-fullscreen-sm-down .modal-content {

        border: 0;

        border-radius: 0;

        height: 100%

    }



    .modal-fullscreen-sm-down .modal-footer,

    .modal-fullscreen-sm-down .modal-header {

        border-radius: 0

    }



    .modal-fullscreen-sm-down .modal-body {

        overflow-y: auto

    }

}



@media (max-width:767.98px) {

    .modal-fullscreen-md-down {

        height: 100%;

        margin: 0;

        max-width: none;

        width: 100vw

    }



    .modal-fullscreen-md-down .modal-content {

        border: 0;

        border-radius: 0;

        height: 100%

    }



    .modal-fullscreen-md-down .modal-footer,

    .modal-fullscreen-md-down .modal-header {

        border-radius: 0

    }



    .modal-fullscreen-md-down .modal-body {

        overflow-y: auto

    }

}



@media (max-width:991.98px) {

    .modal-fullscreen-lg-down {

        height: 100%;

        margin: 0;

        max-width: none;

        width: 100vw

    }



    .modal-fullscreen-lg-down .modal-content {

        border: 0;

        border-radius: 0;

        height: 100%

    }



    .modal-fullscreen-lg-down .modal-footer,

    .modal-fullscreen-lg-down .modal-header {

        border-radius: 0

    }



    .modal-fullscreen-lg-down .modal-body {

        overflow-y: auto

    }

}



@media (max-width:1199.98px) {

    .modal-fullscreen-xl-down {

        height: 100%;

        margin: 0;

        max-width: none;

        width: 100vw

    }



    .modal-fullscreen-xl-down .modal-content {

        border: 0;

        border-radius: 0;

        height: 100%

    }



    .modal-fullscreen-xl-down .modal-footer,

    .modal-fullscreen-xl-down .modal-header {

        border-radius: 0

    }



    .modal-fullscreen-xl-down .modal-body {

        overflow-y: auto

    }

}



@media (max-width:1399.98px) {

    .modal-fullscreen-xxl-down {

        height: 100%;

        margin: 0;

        max-width: none;

        width: 100vw

    }



    .modal-fullscreen-xxl-down .modal-content {

        border: 0;

        border-radius: 0;

        height: 100%

    }



    .modal-fullscreen-xxl-down .modal-footer,

    .modal-fullscreen-xxl-down .modal-header {

        border-radius: 0

    }



    .modal-fullscreen-xxl-down .modal-body {

        overflow-y: auto

    }

}



.tooltip {

    --bs-tooltip-zindex: 1080;

    --bs-tooltip-max-width: 200px;

    --bs-tooltip-padding-x: .5rem;

    --bs-tooltip-padding-y: .25rem;

    --bs-tooltip-margin: ;

    --bs-tooltip-font-size: .875rem;

    --bs-tooltip-color: var(--bs-body-bg);

    --bs-tooltip-bg: var(--bs-emphasis-color);

    --bs-tooltip-border-radius: var(--bs-border-radius);

    --bs-tooltip-opacity: .9;

    --bs-tooltip-arrow-width: .8rem;

    --bs-tooltip-arrow-height: .4rem;

    display: block;

    font-family: var(--bs-font-sans-serif);

    font-size: var(--bs-tooltip-font-size);

    font-style: normal;

    font-weight: 400;

    letter-spacing: normal;

    line-break: auto;

    line-height: 1.5;

    margin: var(--bs-tooltip-margin);

    text-align: left;

    text-align: start;

    text-decoration: none;

    text-shadow: none;

    text-transform: none;

    white-space: normal;

    word-break: normal;

    word-spacing: normal;

    z-index: var(--bs-tooltip-zindex);

    word-wrap: break-word;

    opacity: 0

}



.tooltip.show {

    opacity: var(--bs-tooltip-opacity)

}



.tooltip .tooltip-arrow {

    display: block;

    height: var(--bs-tooltip-arrow-height);

    width: var(--bs-tooltip-arrow-width)

}



.tooltip .tooltip-arrow:before {

    border-color: transparent;

    border-style: solid;

    content: "";

    position: absolute

}



.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,

.bs-tooltip-top .tooltip-arrow {

    bottom: calc(var(--bs-tooltip-arrow-height)*-1)

}



.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,

.bs-tooltip-top .tooltip-arrow:before {

    border-top-color: var(--bs-tooltip-bg);

    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;

    top: -1px

}



.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,

.bs-tooltip-end .tooltip-arrow {

    height: var(--bs-tooltip-arrow-width);

    left: calc(var(--bs-tooltip-arrow-height)*-1);

    width: var(--bs-tooltip-arrow-height)

}



.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,

.bs-tooltip-end .tooltip-arrow:before {

    border-right-color: var(--bs-tooltip-bg);

    border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;

    right: -1px

}



.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,

.bs-tooltip-bottom .tooltip-arrow {

    top: calc(var(--bs-tooltip-arrow-height)*-1)

}



.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,

.bs-tooltip-bottom .tooltip-arrow:before {

    border-bottom-color: var(--bs-tooltip-bg);

    border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);

    bottom: -1px

}



.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,

.bs-tooltip-start .tooltip-arrow {

    height: var(--bs-tooltip-arrow-width);

    right: calc(var(--bs-tooltip-arrow-height)*-1);

    width: var(--bs-tooltip-arrow-height)

}



.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,

.bs-tooltip-start .tooltip-arrow:before {

    border-left-color: var(--bs-tooltip-bg);

    border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);

    left: -1px

}



.tooltip-inner {

    background-color: var(--bs-tooltip-bg);

    border-radius: var(--bs-tooltip-border-radius);

    color: var(--bs-tooltip-color);

    max-width: var(--bs-tooltip-max-width);

    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);

    text-align: center

}



.popover {

    --bs-popover-zindex: 1070;

    --bs-popover-max-width: 276px;

    --bs-popover-font-size: .875rem;

    --bs-popover-bg: var(--bs-body-bg);

    --bs-popover-border-width: var(--bs-border-width);

    --bs-popover-border-color: var(--bs-border-color-translucent);

    --bs-popover-border-radius: var(--bs-border-radius-lg);

    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));

    --bs-popover-box-shadow: var(--bs-box-shadow);

    --bs-popover-header-padding-x: 1rem;

    --bs-popover-header-padding-y: .5rem;

    --bs-popover-header-font-size: 1rem;

    --bs-popover-header-color: inherit;

    --bs-popover-header-bg: var(--bs-secondary-bg);

    --bs-popover-body-padding-x: 1rem;

    --bs-popover-body-padding-y: 1rem;

    --bs-popover-body-color: var(--bs-body-color);

    --bs-popover-arrow-width: 1rem;

    --bs-popover-arrow-height: .5rem;

    --bs-popover-arrow-border: var(--bs-popover-border-color);

    display: block;

    font-family: var(--bs-font-sans-serif);

    font-size: var(--bs-popover-font-size);

    font-style: normal;

    font-weight: 400;

    letter-spacing: normal;

    line-break: auto;

    line-height: 1.5;

    max-width: var(--bs-popover-max-width);

    text-align: left;

    text-align: start;

    text-decoration: none;

    text-shadow: none;

    text-transform: none;

    white-space: normal;

    word-break: normal;

    word-spacing: normal;

    z-index: var(--bs-popover-zindex);

    word-wrap: break-word;

    background-clip: padding-box;

    background-color: var(--bs-popover-bg);

    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);

    border-radius: var(--bs-popover-border-radius)

}



.popover .popover-arrow {

    display: block;

    height: var(--bs-popover-arrow-height);

    width: var(--bs-popover-arrow-width)

}



.popover .popover-arrow:after,

.popover .popover-arrow:before {

    border: 0 solid transparent;

    content: "";

    display: block;

    position: absolute

}



.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,

.bs-popover-top>.popover-arrow {

    bottom: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))

}



.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,

.bs-popover-top>.popover-arrow:after,

.bs-popover-top>.popover-arrow:before {

    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0

}



.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,

.bs-popover-top>.popover-arrow:before {

    border-top-color: var(--bs-popover-arrow-border);

    bottom: 0

}



.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,

.bs-popover-top>.popover-arrow:after {

    border-top-color: var(--bs-popover-bg);

    bottom: var(--bs-popover-border-width)

}



.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,

.bs-popover-end>.popover-arrow {

    height: var(--bs-popover-arrow-width);

    left: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));

    width: var(--bs-popover-arrow-height)

}



.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,

.bs-popover-end>.popover-arrow:after,

.bs-popover-end>.popover-arrow:before {

    border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0

}



.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,

.bs-popover-end>.popover-arrow:before {

    border-right-color: var(--bs-popover-arrow-border);

    left: 0

}



.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,

.bs-popover-end>.popover-arrow:after {

    border-right-color: var(--bs-popover-bg);

    left: var(--bs-popover-border-width)

}



.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,

.bs-popover-bottom>.popover-arrow {

    top: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))

}



.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,

.bs-popover-bottom>.popover-arrow:after,

.bs-popover-bottom>.popover-arrow:before {

    border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)

}



.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,

.bs-popover-bottom>.popover-arrow:before {

    border-bottom-color: var(--bs-popover-arrow-border);

    top: 0

}



.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,

.bs-popover-bottom>.popover-arrow:after {

    border-bottom-color: var(--bs-popover-bg);

    top: var(--bs-popover-border-width)

}



.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,

.bs-popover-bottom .popover-header:before {

    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);

    content: "";

    display: block;

    left: 50%;

    margin-left: calc(var(--bs-popover-arrow-width)*-.5);

    position: absolute;

    top: 0;

    width: var(--bs-popover-arrow-width)

}



.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,

.bs-popover-start>.popover-arrow {

    height: var(--bs-popover-arrow-width);

    right: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));

    width: var(--bs-popover-arrow-height)

}



.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,

.bs-popover-start>.popover-arrow:after,

.bs-popover-start>.popover-arrow:before {

    border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)

}



.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,

.bs-popover-start>.popover-arrow:before {

    border-left-color: var(--bs-popover-arrow-border);

    right: 0

}



.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,

.bs-popover-start>.popover-arrow:after {

    border-left-color: var(--bs-popover-bg);

    right: var(--bs-popover-border-width)

}



.popover-header {

    background-color: var(--bs-popover-header-bg);

    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);

    border-top-left-radius: var(--bs-popover-inner-border-radius);

    border-top-right-radius: var(--bs-popover-inner-border-radius);

    color: var(--bs-popover-header-color);

    font-size: var(--bs-popover-header-font-size);

    margin-bottom: 0;

    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)

}



.popover-header:empty {

    display: none

}



.popover-body {

    color: var(--bs-popover-body-color);

    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)

}



.carousel {

    position: relative

}



.carousel.pointer-event {

    touch-action: pan-y

}



.carousel-inner {

    overflow: hidden;

    position: relative;

    width: 100%

}



.carousel-inner:after {

    clear: both;

    content: "";

    display: block

}



.carousel-item {

    backface-visibility: hidden;

    display: none;

    float: left;

    margin-right: -100%;

    position: relative;

    transition: transform .6s ease-in-out;

    width: 100%

}



@media (prefers-reduced-motion:reduce) {

    .carousel-item {

        transition: none

    }

}



.carousel-item-next,

.carousel-item-prev,

.carousel-item.active {

    display: block

}



.active.carousel-item-end,

.carousel-item-next:not(.carousel-item-start) {

    transform: translateX(100%)

}



.active.carousel-item-start,

.carousel-item-prev:not(.carousel-item-end) {

    transform: translateX(-100%)

}



.carousel-fade .carousel-item {

    opacity: 0;

    transform: none;

    transition-property: opacity

}



.carousel-fade .carousel-item-next.carousel-item-start,

.carousel-fade .carousel-item-prev.carousel-item-end,

.carousel-fade .carousel-item.active {

    opacity: 1;

    z-index: 1

}



.carousel-fade .active.carousel-item-end,

.carousel-fade .active.carousel-item-start {

    opacity: 0;

    transition: opacity 0s .6s;

    z-index: 0

}



@media (prefers-reduced-motion:reduce) {



    .carousel-fade .active.carousel-item-end,

    .carousel-fade .active.carousel-item-start {

        transition: none

    }

}



.carousel-control-next,

.carousel-control-prev {

    align-items: center;

    background: none;

    border: 0;

    bottom: 0;

    color: #fff;

    display: flex;

    justify-content: center;

    opacity: .5;

    padding: 0;

    position: absolute;

    text-align: center;

    top: 0;

    transition: opacity .15s ease;

    width: 15%;

    z-index: 1

}



@media (prefers-reduced-motion:reduce) {



    .carousel-control-next,

    .carousel-control-prev {

        transition: none

    }

}



.carousel-control-next:focus,

.carousel-control-next:hover,

.carousel-control-prev:focus,

.carousel-control-prev:hover {

    color: #fff;

    opacity: .9;

    outline: 0;

    text-decoration: none

}



.carousel-control-prev {

    left: 0

}



.carousel-control-next {

    right: 0

}



.carousel-control-next-icon,

.carousel-control-prev-icon {

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    display: inline-block;

    height: 2rem;

    width: 2rem

}



.carousel-control-prev-icon {

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0%27/%3E%3C/svg%3E")

}



.carousel-control-next-icon {

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708%27/%3E%3C/svg%3E")

}



.carousel-indicators {

    bottom: 0;

    display: flex;

    justify-content: center;

    left: 0;

    margin-bottom: 1rem;

    margin-left: 15%;

    margin-right: 15%;

    padding: 0;

    position: absolute;

    right: 0;

    z-index: 2

}



.carousel-indicators [data-bs-target] {

    background-clip: padding-box;

    background-color: #fff;

    border: 0;

    border-bottom: 10px solid transparent;

    border-top: 10px solid transparent;

    box-sizing: content-box;

    cursor: pointer;

    flex: 0 1 auto;

    height: 3px;

    margin-left: 3px;

    margin-right: 3px;

    opacity: .5;

    padding: 0;

    text-indent: -999px;

    transition: opacity .6s ease;

    width: 30px

}



@media (prefers-reduced-motion:reduce) {

    .carousel-indicators [data-bs-target] {

        transition: none

    }

}



.carousel-indicators .active {

    opacity: 1

}



.carousel-caption {

    bottom: 1.25rem;

    color: #fff;

    left: 15%;

    padding-bottom: 1.25rem;

    padding-top: 1.25rem;

    position: absolute;

    right: 15%;

    text-align: center

}



.carousel-dark .carousel-control-next-icon,

.carousel-dark .carousel-control-prev-icon {

    filter: invert(1) grayscale(100)

}



.carousel-dark .carousel-indicators [data-bs-target] {

    background-color: #000

}



.carousel-dark .carousel-caption {

    color: #000

}



[data-bs-theme=dark] .carousel .carousel-control-next-icon,

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,

[data-bs-theme=dark].carousel .carousel-control-next-icon,

[data-bs-theme=dark].carousel .carousel-control-prev-icon {

    filter: invert(1) grayscale(100)

}



[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],

[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {

    background-color: #000

}



[data-bs-theme=dark] .carousel .carousel-caption,

[data-bs-theme=dark].carousel .carousel-caption {

    color: #000

}



.spinner-border,

.spinner-grow {

    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);

    border-radius: 50%;

    display: inline-block;

    height: var(--bs-spinner-height);

    vertical-align: var(--bs-spinner-vertical-align);

    width: var(--bs-spinner-width)

}



@keyframes spinner-border {

    to {

        transform: rotate(1turn)

    }

}



.spinner-border {

    --bs-spinner-width: 2rem;

    --bs-spinner-height: 2rem;

    --bs-spinner-vertical-align: -.125em;

    --bs-spinner-border-width: .25em;

    --bs-spinner-animation-speed: .75s;

    --bs-spinner-animation-name: spinner-border;

    border-right-color: currentcolor;

    border: var(--bs-spinner-border-width) solid;

    border-right: var(--bs-spinner-border-width) solid transparent

}



.spinner-border-sm {

    --bs-spinner-width: 1rem;

    --bs-spinner-height: 1rem;

    --bs-spinner-border-width: .2em

}



@keyframes spinner-grow {

    0% {

        transform: scale(0)

    }



    50% {

        opacity: 1;

        transform: none

    }

}



.spinner-grow {

    --bs-spinner-width: 2rem;

    --bs-spinner-height: 2rem;

    --bs-spinner-vertical-align: -.125em;

    --bs-spinner-animation-speed: .75s;

    --bs-spinner-animation-name: spinner-grow;

    background-color: currentcolor;

    opacity: 0

}



.spinner-grow-sm {

    --bs-spinner-width: 1rem;

    --bs-spinner-height: 1rem

}



@media (prefers-reduced-motion:reduce) {



    .spinner-border,

    .spinner-grow {

        --bs-spinner-animation-speed: 1.5s

    }

}



.offcanvas,

.offcanvas-lg,

.offcanvas-md,

.offcanvas-sm,

.offcanvas-xl,

.offcanvas-xxl {

    --bs-offcanvas-zindex: 1045;

    --bs-offcanvas-width: 400px;

    --bs-offcanvas-height: 30vh;

    --bs-offcanvas-padding-x: 1rem;

    --bs-offcanvas-padding-y: 1rem;

    --bs-offcanvas-color: var(--bs-body-color);

    --bs-offcanvas-bg: var(--bs-body-bg);

    --bs-offcanvas-border-width: var(--bs-border-width);

    --bs-offcanvas-border-color: var(--bs-border-color-translucent);

    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);

    --bs-offcanvas-transition: transform .3s ease-in-out;

    --bs-offcanvas-title-line-height: 1.5

}



@media (max-width:575.98px) {

    .offcanvas-sm {

        background-clip: padding-box;

        background-color: var(--bs-offcanvas-bg);

        bottom: 0;

        color: var(--bs-offcanvas-color);

        display: flex;

        flex-direction: column;

        max-width: 100%;

        outline: 0;

        position: fixed;

        transition: var(--bs-offcanvas-transition);

        visibility: hidden;

        z-index: var(--bs-offcanvas-zindex)

    }

}



@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {

    .offcanvas-sm {

        transition: none

    }

}



@media (max-width:575.98px) {

    .offcanvas-sm.offcanvas-start {

        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        left: 0;

        top: 0;

        transform: translateX(-100%);

        width: var(--bs-offcanvas-width)

    }



    .offcanvas-sm.offcanvas-end {

        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        right: 0;

        top: 0;

        transform: translateX(100%);

        width: var(--bs-offcanvas-width)

    }



    .offcanvas-sm.offcanvas-top {

        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        top: 0;

        transform: translateY(-100%)

    }



    .offcanvas-sm.offcanvas-bottom,

    .offcanvas-sm.offcanvas-top {

        height: var(--bs-offcanvas-height);

        left: 0;

        max-height: 100%;

        right: 0

    }



    .offcanvas-sm.offcanvas-bottom {

        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        transform: translateY(100%)

    }



    .offcanvas-sm.show:not(.hiding),

    .offcanvas-sm.showing {

        transform: none

    }



    .offcanvas-sm.hiding,

    .offcanvas-sm.show,

    .offcanvas-sm.showing {

        visibility: visible

    }

}



@media (min-width:576px) {

    .offcanvas-sm {

        --bs-offcanvas-height: auto;

        --bs-offcanvas-border-width: 0;

        background-color: transparent !important

    }



    .offcanvas-sm .offcanvas-header {

        display: none

    }



    .offcanvas-sm .offcanvas-body {

        background-color: transparent !important;

        display: flex;

        flex-grow: 0;

        overflow-y: visible;

        padding: 0

    }

}



@media (max-width:767.98px) {

    .offcanvas-md {

        background-clip: padding-box;

        background-color: var(--bs-offcanvas-bg);

        bottom: 0;

        color: var(--bs-offcanvas-color);

        display: flex;

        flex-direction: column;

        max-width: 100%;

        outline: 0;

        position: fixed;

        transition: var(--bs-offcanvas-transition);

        visibility: hidden;

        z-index: var(--bs-offcanvas-zindex)

    }

}



@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {

    .offcanvas-md {

        transition: none

    }

}



@media (max-width:767.98px) {

    .offcanvas-md.offcanvas-start {

        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        left: 0;

        top: 0;

        transform: translateX(-100%);

        width: var(--bs-offcanvas-width)

    }



    .offcanvas-md.offcanvas-end {

        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        right: 0;

        top: 0;

        transform: translateX(100%);

        width: var(--bs-offcanvas-width)

    }



    .offcanvas-md.offcanvas-top {

        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        top: 0;

        transform: translateY(-100%)

    }



    .offcanvas-md.offcanvas-bottom,

    .offcanvas-md.offcanvas-top {

        height: var(--bs-offcanvas-height);

        left: 0;

        max-height: 100%;

        right: 0

    }



    .offcanvas-md.offcanvas-bottom {

        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        transform: translateY(100%)

    }



    .offcanvas-md.show:not(.hiding),

    .offcanvas-md.showing {

        transform: none

    }



    .offcanvas-md.hiding,

    .offcanvas-md.show,

    .offcanvas-md.showing {

        visibility: visible

    }

}



@media (min-width:768px) {

    .offcanvas-md {

        --bs-offcanvas-height: auto;

        --bs-offcanvas-border-width: 0;

        background-color: transparent !important

    }



    .offcanvas-md .offcanvas-header {

        display: none

    }



    .offcanvas-md .offcanvas-body {

        background-color: transparent !important;

        display: flex;

        flex-grow: 0;

        overflow-y: visible;

        padding: 0

    }

}



@media (max-width:991.98px) {

    .offcanvas-lg {

        background-clip: padding-box;

        background-color: var(--bs-offcanvas-bg);

        bottom: 0;

        color: var(--bs-offcanvas-color);

        display: flex;

        flex-direction: column;

        max-width: 100%;

        outline: 0;

        position: fixed;

        transition: var(--bs-offcanvas-transition);

        visibility: hidden;

        z-index: var(--bs-offcanvas-zindex)

    }

}



@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {

    .offcanvas-lg {

        transition: none

    }

}



@media (max-width:991.98px) {

    .offcanvas-lg.offcanvas-start {

        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        left: 0;

        top: 0;

        transform: translateX(-100%);

        width: var(--bs-offcanvas-width)

    }



    .offcanvas-lg.offcanvas-end {

        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        right: 0;

        top: 0;

        transform: translateX(100%);

        width: var(--bs-offcanvas-width)

    }



    .offcanvas-lg.offcanvas-top {

        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        top: 0;

        transform: translateY(-100%)

    }



    .offcanvas-lg.offcanvas-bottom,

    .offcanvas-lg.offcanvas-top {

        height: var(--bs-offcanvas-height);

        left: 0;

        max-height: 100%;

        right: 0

    }



    .offcanvas-lg.offcanvas-bottom {

        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        transform: translateY(100%)

    }



    .offcanvas-lg.show:not(.hiding),

    .offcanvas-lg.showing {

        transform: none

    }



    .offcanvas-lg.hiding,

    .offcanvas-lg.show,

    .offcanvas-lg.showing {

        visibility: visible

    }

}



@media (min-width:992px) {

    .offcanvas-lg {

        --bs-offcanvas-height: auto;

        --bs-offcanvas-border-width: 0;

        background-color: transparent !important

    }



    .offcanvas-lg .offcanvas-header {

        display: none

    }



    .offcanvas-lg .offcanvas-body {

        background-color: transparent !important;

        display: flex;

        flex-grow: 0;

        overflow-y: visible;

        padding: 0

    }

}



@media (max-width:1199.98px) {

    .offcanvas-xl {

        background-clip: padding-box;

        background-color: var(--bs-offcanvas-bg);

        bottom: 0;

        color: var(--bs-offcanvas-color);

        display: flex;

        flex-direction: column;

        max-width: 100%;

        outline: 0;

        position: fixed;

        transition: var(--bs-offcanvas-transition);

        visibility: hidden;

        z-index: var(--bs-offcanvas-zindex)

    }

}



@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {

    .offcanvas-xl {

        transition: none

    }

}



@media (max-width:1199.98px) {

    .offcanvas-xl.offcanvas-start {

        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        left: 0;

        top: 0;

        transform: translateX(-100%);

        width: var(--bs-offcanvas-width)

    }



    .offcanvas-xl.offcanvas-end {

        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        right: 0;

        top: 0;

        transform: translateX(100%);

        width: var(--bs-offcanvas-width)

    }



    .offcanvas-xl.offcanvas-top {

        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        top: 0;

        transform: translateY(-100%)

    }



    .offcanvas-xl.offcanvas-bottom,

    .offcanvas-xl.offcanvas-top {

        height: var(--bs-offcanvas-height);

        left: 0;

        max-height: 100%;

        right: 0

    }



    .offcanvas-xl.offcanvas-bottom {

        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        transform: translateY(100%)

    }



    .offcanvas-xl.show:not(.hiding),

    .offcanvas-xl.showing {

        transform: none

    }



    .offcanvas-xl.hiding,

    .offcanvas-xl.show,

    .offcanvas-xl.showing {

        visibility: visible

    }

}



@media (min-width:1200px) {

    .offcanvas-xl {

        --bs-offcanvas-height: auto;

        --bs-offcanvas-border-width: 0;

        background-color: transparent !important

    }



    .offcanvas-xl .offcanvas-header {

        display: none

    }



    .offcanvas-xl .offcanvas-body {

        background-color: transparent !important;

        display: flex;

        flex-grow: 0;

        overflow-y: visible;

        padding: 0

    }

}



@media (max-width:1399.98px) {

    .offcanvas-xxl {

        background-clip: padding-box;

        background-color: var(--bs-offcanvas-bg);

        bottom: 0;

        color: var(--bs-offcanvas-color);

        display: flex;

        flex-direction: column;

        max-width: 100%;

        outline: 0;

        position: fixed;

        transition: var(--bs-offcanvas-transition);

        visibility: hidden;

        z-index: var(--bs-offcanvas-zindex)

    }

}



@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {

    .offcanvas-xxl {

        transition: none

    }

}



@media (max-width:1399.98px) {

    .offcanvas-xxl.offcanvas-start {

        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        left: 0;

        top: 0;

        transform: translateX(-100%);

        width: var(--bs-offcanvas-width)

    }



    .offcanvas-xxl.offcanvas-end {

        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        right: 0;

        top: 0;

        transform: translateX(100%);

        width: var(--bs-offcanvas-width)

    }



    .offcanvas-xxl.offcanvas-top {

        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        top: 0;

        transform: translateY(-100%)

    }



    .offcanvas-xxl.offcanvas-bottom,

    .offcanvas-xxl.offcanvas-top {

        height: var(--bs-offcanvas-height);

        left: 0;

        max-height: 100%;

        right: 0

    }



    .offcanvas-xxl.offcanvas-bottom {

        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

        transform: translateY(100%)

    }



    .offcanvas-xxl.show:not(.hiding),

    .offcanvas-xxl.showing {

        transform: none

    }



    .offcanvas-xxl.hiding,

    .offcanvas-xxl.show,

    .offcanvas-xxl.showing {

        visibility: visible

    }

}



@media (min-width:1400px) {

    .offcanvas-xxl {

        --bs-offcanvas-height: auto;

        --bs-offcanvas-border-width: 0;

        background-color: transparent !important

    }



    .offcanvas-xxl .offcanvas-header {

        display: none

    }



    .offcanvas-xxl .offcanvas-body {

        background-color: transparent !important;

        display: flex;

        flex-grow: 0;

        overflow-y: visible;

        padding: 0

    }

}



.offcanvas {

    background-clip: padding-box;

    background-color: var(--bs-offcanvas-bg);

    bottom: 0;

    color: var(--bs-offcanvas-color);

    display: flex;

    flex-direction: column;

    max-width: 100%;

    outline: 0;

    position: fixed;

    transition: var(--bs-offcanvas-transition);

    visibility: hidden;

    z-index: var(--bs-offcanvas-zindex)

}



@media (prefers-reduced-motion:reduce) {

    .offcanvas {

        transition: none

    }

}



.offcanvas.offcanvas-start {

    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

    left: 0;

    top: 0;

    transform: translateX(-100%);

    width: var(--bs-offcanvas-width)

}



.offcanvas.offcanvas-end {

    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

    right: 0;

    top: 0;

    transform: translateX(100%);

    width: var(--bs-offcanvas-width)

}



.offcanvas.offcanvas-top {

    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

    top: 0;

    transform: translateY(-100%)

}



.offcanvas.offcanvas-bottom,

.offcanvas.offcanvas-top {

    height: var(--bs-offcanvas-height);

    left: 0;

    max-height: 100%;

    right: 0

}



.offcanvas.offcanvas-bottom {

    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);

    transform: translateY(100%)

}



.offcanvas.show:not(.hiding),

.offcanvas.showing {

    transform: none

}



.offcanvas.hiding,

.offcanvas.show,

.offcanvas.showing {

    visibility: visible

}



.offcanvas-backdrop {

    background-color: #000;

    height: 100vh;

    left: 0;

    position: fixed;

    top: 0;

    width: 100vw;

    z-index: 1040

}



.offcanvas-backdrop.fade {

    opacity: 0

}



.offcanvas-backdrop.show {

    opacity: .5

}



.offcanvas-header {

    align-items: center;

    display: flex;

    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)

}



.offcanvas-header .btn-close {

    margin: calc(var(--bs-offcanvas-padding-y)*-.5) calc(var(--bs-offcanvas-padding-x)*-.5) calc(var(--bs-offcanvas-padding-y)*-.5) auto;

    padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)

}



.offcanvas-title {

    line-height: var(--bs-offcanvas-title-line-height);

    margin-bottom: 0

}



.offcanvas-body {

    flex-grow: 1;

    overflow-y: auto;

    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)

}



.placeholder {

    background-color: currentcolor;

    cursor: wait;

    display: inline-block;

    min-height: 1em;

    opacity: .5;

    vertical-align: middle

}



.placeholder.btn:before {

    content: "";

    display: inline-block

}



.placeholder-xs {

    min-height: .6em

}



.placeholder-sm {

    min-height: .8em

}



.placeholder-lg {

    min-height: 1.2em

}



.placeholder-glow .placeholder {

    animation: placeholder-glow 2s ease-in-out infinite

}



@keyframes placeholder-glow {

    50% {

        opacity: .2

    }

}



.placeholder-wave {

    animation: placeholder-wave 2s linear infinite;

    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);

    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);

    -webkit-mask-size: 200% 100%;

    mask-size: 200% 100%

}



@keyframes placeholder-wave {

    to {

        -webkit-mask-position: -200% 0;

        mask-position: -200% 0

    }

}



.clearfix:after {

    clear: both;

    content: "";

    display: block

}



.text-bg-primary {

    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;

    color: #fff !important

}



.text-bg-secondary {

    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;

    color: #fff !important

}



.text-bg-success {

    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;

    color: #fff !important

}



.text-bg-info {

    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;

    color: #000 !important

}



.text-bg-warning {

    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;

    color: #000 !important

}



.text-bg-danger {

    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;

    color: #fff !important

}



.text-bg-light {

    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;

    color: #000 !important

}



.text-bg-dark {

    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;

    color: #fff !important

}



.link-primary {

    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important

}



.link-primary:focus,

.link-primary:hover {

    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important

}



.link-secondary {

    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important

}



.link-secondary:focus,

.link-secondary:hover {

    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important

}



.link-success {

    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important

}



.link-success:focus,

.link-success:hover {

    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important

}



.link-info {

    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important

}



.link-info:focus,

.link-info:hover {

    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important

}



.link-warning {

    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important

}



.link-warning:focus,

.link-warning:hover {

    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important

}



.link-danger {

    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important

}



.link-danger:focus,

.link-danger:hover {

    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important

}



.link-light {

    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important

}



.link-light:focus,

.link-light:hover {

    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important

}



.link-dark {

    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important

}



.link-dark:focus,

.link-dark:hover {

    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important

}



.link-body-emphasis {

    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;

    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important

}



.link-body-emphasis:focus,

.link-body-emphasis:hover {

    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;

    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important

}



.focus-ring:focus {

    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);

    outline: 0

}



.icon-link {

    align-items: center;

    backface-visibility: hidden;

    display: inline-flex;

    gap: .375rem;

    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));

    text-underline-offset: .25em

}



.icon-link>.bi {

    flex-shrink: 0;

    height: 1em;

    width: 1em;

    fill: currentcolor;

    transition: transform .2s ease-in-out

}



@media (prefers-reduced-motion:reduce) {

    .icon-link>.bi {

        transition: none

    }

}



.icon-link-hover:focus-visible>.bi,

.icon-link-hover:hover>.bi {

    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))

}



.ratio {

    position: relative;

    width: 100%

}



.ratio:before {

    content: "";

    display: block;

    padding-top: var(--bs-aspect-ratio)

}



.ratio>* {

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%

}



.ratio-1x1 {

    --bs-aspect-ratio: 100%

}



.ratio-4x3 {

    --bs-aspect-ratio: 75%

}



.ratio-16x9 {

    --bs-aspect-ratio: 56.25%

}



.ratio-21x9 {

    --bs-aspect-ratio: 42.8571428571%

}



.fixed-top {

    top: 0

}



.fixed-bottom,

.fixed-top {

    left: 0;

    position: fixed;

    right: 0;

    z-index: 1030

}



.fixed-bottom {

    bottom: 0

}



.sticky-top {

    top: 0

}



.sticky-bottom,

.sticky-top {

    position: sticky;

    z-index: 1020

}



.sticky-bottom {

    bottom: 0

}



@media (min-width:576px) {

    .sticky-sm-top {

        position: sticky;

        top: 0;

        z-index: 1020

    }



    .sticky-sm-bottom {

        bottom: 0;

        position: sticky;

        z-index: 1020

    }

}



@media (min-width:768px) {

    .sticky-md-top {

        position: sticky;

        top: 0;

        z-index: 1020

    }



    .sticky-md-bottom {

        bottom: 0;

        position: sticky;

        z-index: 1020

    }

}



@media (min-width:992px) {

    .sticky-lg-top {

        position: sticky;

        top: 0;

        z-index: 1020

    }



    .sticky-lg-bottom {

        bottom: 0;

        position: sticky;

        z-index: 1020

    }

}



@media (min-width:1200px) {

    .sticky-xl-top {

        position: sticky;

        top: 0;

        z-index: 1020

    }



    .sticky-xl-bottom {

        bottom: 0;

        position: sticky;

        z-index: 1020

    }

}



@media (min-width:1400px) {

    .sticky-xxl-top {

        position: sticky;

        top: 0;

        z-index: 1020

    }



    .sticky-xxl-bottom {

        bottom: 0;

        position: sticky;

        z-index: 1020

    }

}



.hstack {

    align-items: center;

    flex-direction: row

}



.hstack,

.vstack {

    align-self: stretch;

    display: flex

}



.vstack {

    flex: 1 1 auto;

    flex-direction: column

}



.visually-hidden,

.visually-hidden-focusable:not(:focus):not(:focus-within) {

    height: 1px !important;

    margin: -1px !important;

    overflow: hidden !important;

    padding: 0 !important;

    width: 1px !important;

    clip: rect(0, 0, 0, 0) !important;

    border: 0 !important;

    white-space: nowrap !important

}



.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),

.visually-hidden:not(caption) {

    position: absolute !important

}



.stretched-link:after {

    bottom: 0;

    content: "";

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 1

}



.text-truncate {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap

}



.vr {

    align-self: stretch;

    background-color: currentcolor;

    display: inline-block;

    min-height: 1em;

    opacity: .25;

    width: var(--bs-border-width)

}



.align-baseline {

    vertical-align: baseline !important

}



.align-top {

    vertical-align: top !important

}



.align-middle {

    vertical-align: middle !important

}



.align-bottom {

    vertical-align: bottom !important

}



.align-text-bottom {

    vertical-align: text-bottom !important

}



.align-text-top {

    vertical-align: text-top !important

}



.float-start {

    float: left !important

}



.float-end {

    float: right !important

}



.float-none {

    float: none !important

}



.object-fit-contain {

    -o-object-fit: contain !important;

    object-fit: contain !important

}



.object-fit-cover {

    -o-object-fit: cover !important;

    object-fit: cover !important

}



.object-fit-fill {

    -o-object-fit: fill !important;

    object-fit: fill !important

}



.object-fit-scale {

    -o-object-fit: scale-down !important;

    object-fit: scale-down !important

}



.object-fit-none {

    -o-object-fit: none !important;

    object-fit: none !important

}



.opacity-0 {

    opacity: 0 !important

}



.opacity-25 {

    opacity: .25 !important

}



.opacity-50 {

    opacity: .5 !important

}



.opacity-75 {

    opacity: .75 !important

}



.opacity-100 {

    opacity: 1 !important

}



.overflow-auto {

    overflow: auto !important

}



.overflow-hidden {

    overflow: hidden !important

}



.overflow-visible {

    overflow: visible !important

}



.overflow-scroll {

    overflow: scroll !important

}



.overflow-x-auto {

    overflow-x: auto !important

}



.overflow-x-hidden {

    overflow-x: hidden !important

}



.overflow-x-visible {

    overflow-x: visible !important

}



.overflow-x-scroll {

    overflow-x: scroll !important

}



.overflow-y-auto {

    overflow-y: auto !important

}



.overflow-y-hidden {

    overflow-y: hidden !important

}



.overflow-y-visible {

    overflow-y: visible !important

}



.overflow-y-scroll {

    overflow-y: scroll !important

}



.d-inline {

    display: inline !important

}



.d-inline-block {

    display: inline-block !important

}



.d-block {

    display: block !important

}



.d-grid {

    display: grid !important

}



.d-inline-grid {

    display: inline-grid !important

}



.d-table {

    display: table !important

}



.d-table-row {

    display: table-row !important

}



.d-table-cell {

    display: table-cell !important

}



.d-flex {

    display: flex !important

}



.d-inline-flex {

    display: inline-flex !important

}



.d-none {

    display: none !important

}



.shadow {

    box-shadow: var(--bs-box-shadow) !important

}



.shadow-sm {

    box-shadow: var(--bs-box-shadow-sm) !important

}



.shadow-lg {

    box-shadow: var(--bs-box-shadow-lg) !important

}



.shadow-none {

    box-shadow: none !important

}



.focus-ring-primary {

    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))

}



.focus-ring-secondary {

    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))

}



.focus-ring-success {

    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))

}



.focus-ring-info {

    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))

}



.focus-ring-warning {

    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))

}



.focus-ring-danger {

    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))

}



.focus-ring-light {

    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))

}



.focus-ring-dark {

    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))

}



.position-static {

    position: static !important

}



.position-relative {

    position: relative !important

}



.position-absolute {

    position: absolute !important

}



.position-fixed {

    position: fixed !important

}



.position-sticky {

    position: sticky !important

}



.top-0 {

    top: 0 !important

}



.top-50 {

    top: 50% !important

}



.top-100 {

    top: 100% !important

}



.bottom-0 {

    bottom: 0 !important

}



.bottom-50 {

    bottom: 50% !important

}



.bottom-100 {

    bottom: 100% !important

}



.start-0 {

    left: 0 !important

}



.start-50 {

    left: 50% !important

}



.start-100 {

    left: 100% !important

}



.end-0 {

    right: 0 !important

}



.end-50 {

    right: 50% !important

}



.end-100 {

    right: 100% !important

}



.translate-middle {

    transform: translate(-50%, -50%) !important

}



.translate-middle-x {

    transform: translateX(-50%) !important

}



.translate-middle-y {

    transform: translateY(-50%) !important

}



.border {

    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important

}



.border-0 {

    border: 0 !important

}



.border-top {

    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important

}



.border-top-0 {

    border-top: 0 !important

}



.border-end {

    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important

}



.border-end-0 {

    border-right: 0 !important

}



.border-bottom {

    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important

}



.border-bottom-0 {

    border-bottom: 0 !important

}



.border-start {

    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important

}



.border-start-0 {

    border-left: 0 !important

}



.border-primary {

    --bs-border-opacity: 1;

    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important

}



.border-secondary {

    --bs-border-opacity: 1;

    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important

}



.border-success {

    --bs-border-opacity: 1;

    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important

}



.border-info {

    --bs-border-opacity: 1;

    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important

}



.border-warning {

    --bs-border-opacity: 1;

    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important

}



.border-danger {

    --bs-border-opacity: 1;

    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important

}



.border-light {

    --bs-border-opacity: 1;

    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important

}



.border-dark {

    --bs-border-opacity: 1;

    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important

}



.border-black {

    --bs-border-opacity: 1;

    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important

}



.border-white {

    --bs-border-opacity: 1;

    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important

}



.border-primary-subtle {

    border-color: var(--bs-primary-border-subtle) !important

}



.border-secondary-subtle {

    border-color: var(--bs-secondary-border-subtle) !important

}



.border-success-subtle {

    border-color: var(--bs-success-border-subtle) !important

}



.border-info-subtle {

    border-color: var(--bs-info-border-subtle) !important

}



.border-warning-subtle {

    border-color: var(--bs-warning-border-subtle) !important

}



.border-danger-subtle {

    border-color: var(--bs-danger-border-subtle) !important

}



.border-light-subtle {

    border-color: var(--bs-light-border-subtle) !important

}



.border-dark-subtle {

    border-color: var(--bs-dark-border-subtle) !important

}



.border-opacity-10 {

    --bs-border-opacity: .1

}



.border-opacity-25 {

    --bs-border-opacity: .25

}



.border-opacity-50 {

    --bs-border-opacity: .5

}



.border-opacity-75 {

    --bs-border-opacity: .75

}



.border-opacity-100 {

    --bs-border-opacity: 1

}



.w-25 {

    width: 25% !important

}



.w-50 {

    width: 50% !important

}



.w-75 {

    width: 75% !important

}



.w-100 {

    width: 100% !important

}



.w-auto {

    width: auto !important

}



.mw-100 {

    max-width: 100% !important

}



.vw-100 {

    width: 100vw !important

}



.min-vw-100 {

    min-width: 100vw !important

}



.h-25 {

    height: 25% !important

}



.h-50 {

    height: 50% !important

}



.h-75 {

    height: 75% !important

}



.h-100 {

    height: 100% !important

}



.h-auto {

    height: auto !important

}



.mh-100 {

    max-height: 100% !important

}



.vh-100 {

    height: 100vh !important

}



.min-vh-100 {

    min-height: 100vh !important

}



.flex-fill {

    flex: 1 1 auto !important

}



.flex-row {

    flex-direction: row !important

}



.flex-column {

    flex-direction: column !important

}



.flex-row-reverse {

    flex-direction: row-reverse !important

}



.flex-column-reverse {

    flex-direction: column-reverse !important

}



.flex-grow-0 {

    flex-grow: 0 !important

}



.flex-grow-1 {

    flex-grow: 1 !important

}



.flex-shrink-0 {

    flex-shrink: 0 !important

}



.flex-shrink-1 {

    flex-shrink: 1 !important

}



.flex-wrap {

    flex-wrap: wrap !important

}



.flex-nowrap {

    flex-wrap: nowrap !important

}



.flex-wrap-reverse {

    flex-wrap: wrap-reverse !important

}



.justify-content-start {

    justify-content: flex-start !important

}



.justify-content-end {

    justify-content: flex-end !important

}



.justify-content-center {

    justify-content: center !important

}



.justify-content-between {

    justify-content: space-between !important

}



.justify-content-around {

    justify-content: space-around !important

}



.justify-content-evenly {

    justify-content: space-evenly !important

}



.align-items-start {

    align-items: flex-start !important

}



.align-items-end {

    align-items: flex-end !important

}



.align-items-center {

    align-items: center !important

}



.align-items-baseline {

    align-items: baseline !important

}



.align-items-stretch {

    align-items: stretch !important

}



.align-content-start {

    align-content: flex-start !important

}



.align-content-end {

    align-content: flex-end !important

}



.align-content-center {

    align-content: center !important

}



.align-content-between {

    align-content: space-between !important

}



.align-content-around {

    align-content: space-around !important

}



.align-content-stretch {

    align-content: stretch !important

}



.align-self-auto {

    align-self: auto !important

}



.align-self-start {

    align-self: flex-start !important

}



.align-self-end {

    align-self: flex-end !important

}



.align-self-center {

    align-self: center !important

}



.align-self-baseline {

    align-self: baseline !important

}



.align-self-stretch {

    align-self: stretch !important

}



.order-first {

    order: -1 !important

}



.order-0 {

    order: 0 !important

}



.order-1 {

    order: 1 !important

}



.order-2 {

    order: 2 !important

}



.order-3 {

    order: 3 !important

}



.order-4 {

    order: 4 !important

}



.order-5 {

    order: 5 !important

}



.order-last {

    order: 6 !important

}



.m-0 {

    margin: 0 !important

}



.m-1 {

    margin: .25rem !important

}



.m-2 {

    margin: .5rem !important

}



.m-3 {

    margin: 1rem !important

}



.m-4 {

    margin: 1.5rem !important

}



.m-5 {

    margin: 3rem !important

}



.m-auto {

    margin: auto !important

}



.mx-0 {

    margin-left: 0 !important;

    margin-right: 0 !important

}



.mx-1 {

    margin-left: .25rem !important;

    margin-right: .25rem !important

}



.mx-2 {

    margin-left: .5rem !important;

    margin-right: .5rem !important

}



.mx-3 {

    margin-left: 1rem !important;

    margin-right: 1rem !important

}



.mx-4 {

    margin-left: 1.5rem !important;

    margin-right: 1.5rem !important

}



.mx-5 {

    margin-left: 3rem !important;

    margin-right: 3rem !important

}



.mx-auto {

    margin-left: auto !important;

    margin-right: auto !important

}



.my-0 {

    margin-bottom: 0 !important;

    margin-top: 0 !important

}



.my-1 {

    margin-bottom: .25rem !important;

    margin-top: .25rem !important

}



.my-2 {

    margin-bottom: .5rem !important;

    margin-top: .5rem !important

}



.my-3 {

    margin-bottom: 1rem !important;

    margin-top: 1rem !important

}



.my-4 {

    margin-bottom: 1.5rem !important;

    margin-top: 1.5rem !important

}



.my-5 {

    margin-bottom: 3rem !important;

    margin-top: 3rem !important

}



.my-auto {

    margin-bottom: auto !important;

    margin-top: auto !important

}



.mt-0 {

    margin-top: 0 !important

}



.mt-1 {

    margin-top: .25rem !important

}



.mt-2 {

    margin-top: .5rem !important

}



.mt-3 {

    margin-top: 1rem !important

}



.mt-4 {

    margin-top: 1.5rem !important

}



.mt-5 {

    margin-top: 3rem !important

}



.mt-auto {

    margin-top: auto !important

}



.me-0 {

    margin-right: 0 !important

}



.me-1 {

    margin-right: .25rem !important

}



.me-2 {

    margin-right: .5rem !important

}



.me-3 {

    margin-right: 1rem !important

}



.me-4 {

    margin-right: 1.5rem !important

}



.me-5 {

    margin-right: 3rem !important

}



.me-auto {

    margin-right: auto !important

}



.mb-0 {

    margin-bottom: 0 !important

}



.mb-1 {

    margin-bottom: .25rem !important

}



.mb-2 {

    margin-bottom: .5rem !important

}



.mb-3 {

    margin-bottom: 1rem !important

}



.mb-4 {

    margin-bottom: 1.5rem !important

}



.mb-5 {

    margin-bottom: 3rem !important

}



.mb-auto {

    margin-bottom: auto !important

}



.ms-0 {

    margin-left: 0 !important

}



.ms-1 {

    margin-left: .25rem !important

}



.ms-2 {

    margin-left: .5rem !important

}



.ms-3 {

    margin-left: 1rem !important

}



.ms-4 {

    margin-left: 1.5rem !important

}



.ms-5 {

    margin-left: 3rem !important

}



.ms-auto {

    margin-left: auto !important

}



.p-0 {

    padding: 0 !important

}



.p-1 {

    padding: .25rem !important

}



.p-2 {

    padding: .5rem !important

}



.p-3 {

    padding: 1rem !important

}



.p-4 {

    padding: 1.5rem !important

}



.p-5 {

    padding: 3rem !important

}



.px-0 {

    padding-left: 0 !important;

    padding-right: 0 !important

}



.px-1 {

    padding-left: .25rem !important;

    padding-right: .25rem !important

}



.px-2 {

    padding-left: .5rem !important;

    padding-right: .5rem !important

}



.px-3 {

    padding-left: 1rem !important;

    padding-right: 1rem !important

}



.px-4 {

    padding-left: 1.5rem !important;

    padding-right: 1.5rem !important

}



.px-5 {

    padding-left: 3rem !important;

    padding-right: 3rem !important

}



.py-0 {

    padding-bottom: 0 !important;

    padding-top: 0 !important

}



.py-1 {

    padding-bottom: .25rem !important;

    padding-top: .25rem !important

}



.py-2 {

    padding-bottom: .5rem !important;

    padding-top: .5rem !important

}



.py-3 {

    padding-bottom: 1rem !important;

    padding-top: 1rem !important

}



.py-4 {

    padding-bottom: 1.5rem !important;

    padding-top: 1.5rem !important

}



.py-5 {

    padding-bottom: 3rem !important;

    padding-top: 3rem !important

}



.pt-0 {

    padding-top: 0 !important

}



.pt-1 {

    padding-top: .25rem !important

}



.pt-2 {

    padding-top: .5rem !important

}



.pt-3 {

    padding-top: 1rem !important

}



.pt-4 {

    padding-top: 1.5rem !important

}



.pt-5 {

    padding-top: 3rem !important

}



.pe-0 {

    padding-right: 0 !important

}



.pe-1 {

    padding-right: .25rem !important

}



.pe-2 {

    padding-right: .5rem !important

}



.pe-3 {

    padding-right: 1rem !important

}



.pe-4 {

    padding-right: 1.5rem !important

}



.pe-5 {

    padding-right: 3rem !important

}



.pb-0 {

    padding-bottom: 0 !important

}



.pb-1 {

    padding-bottom: .25rem !important

}



.pb-2 {

    padding-bottom: .5rem !important

}



.pb-3 {

    padding-bottom: 1rem !important

}



.pb-4 {

    padding-bottom: 1.5rem !important

}



.pb-5 {

    padding-bottom: 3rem !important

}



.ps-0 {

    padding-left: 0 !important

}



.ps-1 {

    padding-left: .25rem !important

}



.ps-2 {

    padding-left: .5rem !important

}



.ps-3 {

    padding-left: 1rem !important

}



.ps-4 {

    padding-left: 1.5rem !important

}



.ps-5 {

    padding-left: 3rem !important

}



.gap-0 {

    gap: 0 !important

}



.gap-1 {

    gap: .25rem !important

}



.gap-2 {

    gap: .5rem !important

}



.gap-3 {

    gap: 1rem !important

}



.gap-4 {

    gap: 1.5rem !important

}



.gap-5 {

    gap: 3rem !important

}



.row-gap-0 {

    row-gap: 0 !important

}



.row-gap-1 {

    row-gap: .25rem !important

}



.row-gap-2 {

    row-gap: .5rem !important

}



.row-gap-3 {

    row-gap: 1rem !important

}



.row-gap-4 {

    row-gap: 1.5rem !important

}



.row-gap-5 {

    row-gap: 3rem !important

}



.column-gap-0 {

    -moz-column-gap: 0 !important;

    column-gap: 0 !important

}



.column-gap-1 {

    -moz-column-gap: .25rem !important;

    column-gap: .25rem !important

}



.column-gap-2 {

    -moz-column-gap: .5rem !important;

    column-gap: .5rem !important

}



.column-gap-3 {

    -moz-column-gap: 1rem !important;

    column-gap: 1rem !important

}



.column-gap-4 {

    -moz-column-gap: 1.5rem !important;

    column-gap: 1.5rem !important

}



.column-gap-5 {

    -moz-column-gap: 3rem !important;

    column-gap: 3rem !important

}



.font-monospace {

    font-family: var(--bs-font-monospace) !important

}



.fs-1 {

    font-size: calc(1.375rem + 1.5vw) !important

}



.fs-2 {

    font-size: calc(1.325rem + .9vw) !important

}



.fs-3 {

    font-size: calc(1.3rem + .6vw) !important

}



.fs-4 {

    font-size: calc(1.275rem + .3vw) !important

}



.fs-5 {

    font-size: 1.25rem !important

}



.fs-6 {

    font-size: 1rem !important

}



.fst-italic {

    font-style: italic !important

}



.fst-normal {

    font-style: normal !important

}



.fw-lighter {

    font-weight: lighter !important

}



.fw-light {

    font-weight: 300 !important

}



.fw-normal {

    font-weight: 400 !important

}



.fw-medium {

    font-weight: 500 !important

}



.fw-semibold {

    font-weight: 600 !important

}



.fw-bold {

    font-weight: 700 !important

}



.fw-bolder {

    font-weight: bolder !important

}



.lh-1 {

    line-height: 1 !important

}



.lh-sm {

    line-height: 1.25 !important

}



.lh-base {

    line-height: 1.5 !important

}



.lh-lg {

    line-height: 2 !important

}



.text-start {

    text-align: left !important

}



.text-end {

    text-align: right !important

}



.text-center {

    text-align: center !important

}



.text-decoration-none {

    text-decoration: none !important

}



.text-decoration-underline {

    text-decoration: underline !important

}



.text-decoration-line-through {

    text-decoration: line-through !important

}



.text-lowercase {

    text-transform: lowercase !important

}



.text-uppercase {

    text-transform: uppercase !important

}



.text-capitalize {

    text-transform: capitalize !important

}



.text-wrap {

    white-space: normal !important

}



.text-nowrap {

    white-space: nowrap !important

}



.text-break {

    word-wrap: break-word !important;

    word-break: break-word !important

}



.text-primary {

    --bs-text-opacity: 1;

    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important

}



.text-secondary {

    --bs-text-opacity: 1;

    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important

}



.text-success {

    --bs-text-opacity: 1;

    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important

}



.text-info {

    --bs-text-opacity: 1;

    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important

}



.text-warning {

    --bs-text-opacity: 1;

    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important

}



.text-danger {

    --bs-text-opacity: 1;

    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important

}



.text-light {

    --bs-text-opacity: 1;

    color: var(--light-color) !important

}



.text-dark {

    --bs-text-opacity: 1;

    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important

}



.text-black {

    --bs-text-opacity: 1;

    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important

}



.text-white {

    --bs-text-opacity: 1;

    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important

}



.text-body {

    --bs-text-opacity: 1;

    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important

}



.text-muted {

    --bs-text-opacity: 1;

    color: var(--bs-secondary-color) !important

}



.text-black-50 {

    --bs-text-opacity: 1;

    color: rgb(0 0 0 / .5) !important

}



.text-white-50 {

    --bs-text-opacity: 1;

    color: hsl(0 0% 100% / .5) !important

}



.text-body-secondary {

    --bs-text-opacity: 1;

    color: var(--bs-secondary-color) !important

}



.text-body-tertiary {

    --bs-text-opacity: 1;

    color: var(--bs-tertiary-color) !important

}



.text-body-emphasis {

    --bs-text-opacity: 1;

    color: var(--bs-emphasis-color) !important

}



.text-reset {

    --bs-text-opacity: 1;

    color: inherit !important

}



.text-opacity-25 {

    --bs-text-opacity: .25

}



.text-opacity-50 {

    --bs-text-opacity: .5

}



.text-opacity-75 {

    --bs-text-opacity: .75

}



.text-opacity-100 {

    --bs-text-opacity: 1

}



.text-primary-emphasis {

    color: var(--bs-primary-text-emphasis) !important

}



.text-secondary-emphasis {

    color: var(--bs-secondary-text-emphasis) !important

}



.text-success-emphasis {

    color: var(--bs-success-text-emphasis) !important

}



.text-info-emphasis {

    color: var(--bs-info-text-emphasis) !important

}



.text-warning-emphasis {

    color: var(--bs-warning-text-emphasis) !important

}



.text-danger-emphasis {

    color: var(--bs-danger-text-emphasis) !important

}



.text-light-emphasis {

    color: var(--bs-light-text-emphasis) !important

}



.text-dark-emphasis {

    color: var(--bs-dark-text-emphasis) !important

}



.link-opacity-10,

.link-opacity-10-hover:hover {

    --bs-link-opacity: .1

}



.link-opacity-25,

.link-opacity-25-hover:hover {

    --bs-link-opacity: .25

}



.link-opacity-50,

.link-opacity-50-hover:hover {

    --bs-link-opacity: .5

}



.link-opacity-75,

.link-opacity-75-hover:hover {

    --bs-link-opacity: .75

}



.link-opacity-100,

.link-opacity-100-hover:hover {

    --bs-link-opacity: 1

}



.link-offset-1,

.link-offset-1-hover:hover {

    text-underline-offset: .125em !important

}



.link-offset-2,

.link-offset-2-hover:hover {

    text-underline-offset: .25em !important

}



.link-offset-3,

.link-offset-3-hover:hover {

    text-underline-offset: .375em !important

}



.link-underline-primary {

    --bs-link-underline-opacity: 1;

    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important

}



.link-underline-secondary {

    --bs-link-underline-opacity: 1;

    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important

}



.link-underline-success {

    --bs-link-underline-opacity: 1;

    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important

}



.link-underline-info {

    --bs-link-underline-opacity: 1;

    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important

}



.link-underline-warning {

    --bs-link-underline-opacity: 1;

    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important

}



.link-underline-danger {

    --bs-link-underline-opacity: 1;

    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important

}



.link-underline-light {

    --bs-link-underline-opacity: 1;

    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important

}



.link-underline-dark {

    --bs-link-underline-opacity: 1;

    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important

}



.link-underline {

    --bs-link-underline-opacity: 1;

    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important

}



.link-underline-opacity-0,

.link-underline-opacity-0-hover:hover {

    --bs-link-underline-opacity: 0

}



.link-underline-opacity-10,

.link-underline-opacity-10-hover:hover {

    --bs-link-underline-opacity: .1

}



.link-underline-opacity-25,

.link-underline-opacity-25-hover:hover {

    --bs-link-underline-opacity: .25

}



.link-underline-opacity-50,

.link-underline-opacity-50-hover:hover {

    --bs-link-underline-opacity: .5

}



.link-underline-opacity-75,

.link-underline-opacity-75-hover:hover {

    --bs-link-underline-opacity: .75

}



.link-underline-opacity-100,

.link-underline-opacity-100-hover:hover {

    --bs-link-underline-opacity: 1

}



.bg-primary {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important

}



.bg-secondary {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important

}



.bg-success {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important

}



.bg-info {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important

}



.bg-warning {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important

}



.bg-danger {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important

}



.bg-light {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important

}



.bg-dark {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important

}



.bg-black {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important

}



.bg-white {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important

}



.bg-body {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important

}



.bg-transparent {

    --bs-bg-opacity: 1;

    background-color: transparent !important

}



.bg-body-secondary {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important

}



.bg-body-tertiary {

    --bs-bg-opacity: 1;

    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important

}



.bg-opacity-10 {

    --bs-bg-opacity: .1

}



.bg-opacity-25 {

    --bs-bg-opacity: .25

}



.bg-opacity-50 {

    --bs-bg-opacity: .5

}



.bg-opacity-75 {

    --bs-bg-opacity: .75

}



.bg-opacity-100 {

    --bs-bg-opacity: 1

}



.bg-primary-subtle {

    background-color: var(--bs-primary-bg-subtle) !important

}



.bg-secondary-subtle {

    background-color: var(--bs-secondary-bg-subtle) !important

}



.bg-success-subtle {

    background-color: var(--bs-success-bg-subtle) !important

}



.bg-info-subtle {

    background-color: var(--bs-info-bg-subtle) !important

}



.bg-warning-subtle {

    background-color: var(--bs-warning-bg-subtle) !important

}



.bg-danger-subtle {

    background-color: var(--bs-danger-bg-subtle) !important

}



.bg-light-subtle {

    background-color: var(--bs-light-bg-subtle) !important

}



.bg-dark-subtle {

    background-color: var(--bs-dark-bg-subtle) !important

}



.bg-gradient {

    background-image: var(--bs-gradient) !important

}



.user-select-all {

    -webkit-user-select: all !important;

    -moz-user-select: all !important;

    user-select: all !important

}



.user-select-auto {

    -webkit-user-select: auto !important;

    -moz-user-select: auto !important;

    user-select: auto !important

}



.user-select-none {

    -webkit-user-select: none !important;

    -moz-user-select: none !important;

    user-select: none !important

}



.pe-none {

    pointer-events: none !important

}



.pe-auto {

    pointer-events: auto !important

}



.rounded {

    border-radius: var(--bs-border-radius) !important

}



.rounded-0 {

    border-radius: 0 !important

}



.rounded-1 {

    border-radius: var(--bs-border-radius-sm) !important

}



.rounded-2 {

    border-radius: var(--bs-border-radius) !important

}



.rounded-3 {

    border-radius: var(--bs-border-radius-lg) !important

}



.rounded-4 {

    border-radius: var(--bs-border-radius-xl) !important

}



.rounded-5 {

    border-radius: var(--bs-border-radius-xxl) !important

}



.rounded-circle {

    border-radius: 50% !important

}



.rounded-pill {

    border-radius: var(--bs-border-radius-pill) !important

}



.rounded-top {

    border-top-left-radius: var(--bs-border-radius) !important;

    border-top-right-radius: var(--bs-border-radius) !important

}



.rounded-top-0 {

    border-top-left-radius: 0 !important;

    border-top-right-radius: 0 !important

}



.rounded-top-1 {

    border-top-left-radius: var(--bs-border-radius-sm) !important;

    border-top-right-radius: var(--bs-border-radius-sm) !important

}



.rounded-top-2 {

    border-top-left-radius: var(--bs-border-radius) !important;

    border-top-right-radius: var(--bs-border-radius) !important

}



.rounded-top-3 {

    border-top-left-radius: var(--bs-border-radius-lg) !important;

    border-top-right-radius: var(--bs-border-radius-lg) !important

}



.rounded-top-4 {

    border-top-left-radius: var(--bs-border-radius-xl) !important;

    border-top-right-radius: var(--bs-border-radius-xl) !important

}



.rounded-top-5 {

    border-top-left-radius: var(--bs-border-radius-xxl) !important;

    border-top-right-radius: var(--bs-border-radius-xxl) !important

}



.rounded-top-circle {

    border-top-left-radius: 50% !important;

    border-top-right-radius: 50% !important

}



.rounded-top-pill {

    border-top-left-radius: var(--bs-border-radius-pill) !important;

    border-top-right-radius: var(--bs-border-radius-pill) !important

}



.rounded-end {

    border-bottom-right-radius: var(--bs-border-radius) !important;

    border-top-right-radius: var(--bs-border-radius) !important

}



.rounded-end-0 {

    border-bottom-right-radius: 0 !important;

    border-top-right-radius: 0 !important

}



.rounded-end-1 {

    border-bottom-right-radius: var(--bs-border-radius-sm) !important;

    border-top-right-radius: var(--bs-border-radius-sm) !important

}



.rounded-end-2 {

    border-bottom-right-radius: var(--bs-border-radius) !important;

    border-top-right-radius: var(--bs-border-radius) !important

}



.rounded-end-3 {

    border-bottom-right-radius: var(--bs-border-radius-lg) !important;

    border-top-right-radius: var(--bs-border-radius-lg) !important

}



.rounded-end-4 {

    border-bottom-right-radius: var(--bs-border-radius-xl) !important;

    border-top-right-radius: var(--bs-border-radius-xl) !important

}



.rounded-end-5 {

    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;

    border-top-right-radius: var(--bs-border-radius-xxl) !important

}



.rounded-end-circle {

    border-bottom-right-radius: 50% !important;

    border-top-right-radius: 50% !important

}



.rounded-end-pill {

    border-bottom-right-radius: var(--bs-border-radius-pill) !important;

    border-top-right-radius: var(--bs-border-radius-pill) !important

}



.rounded-bottom {

    border-bottom-left-radius: var(--bs-border-radius) !important;

    border-bottom-right-radius: var(--bs-border-radius) !important

}



.rounded-bottom-0 {

    border-bottom-left-radius: 0 !important;

    border-bottom-right-radius: 0 !important

}



.rounded-bottom-1 {

    border-bottom-left-radius: var(--bs-border-radius-sm) !important;

    border-bottom-right-radius: var(--bs-border-radius-sm) !important

}



.rounded-bottom-2 {

    border-bottom-left-radius: var(--bs-border-radius) !important;

    border-bottom-right-radius: var(--bs-border-radius) !important

}



.rounded-bottom-3 {

    border-bottom-left-radius: var(--bs-border-radius-lg) !important;

    border-bottom-right-radius: var(--bs-border-radius-lg) !important

}



.rounded-bottom-4 {

    border-bottom-left-radius: var(--bs-border-radius-xl) !important;

    border-bottom-right-radius: var(--bs-border-radius-xl) !important

}



.rounded-bottom-5 {

    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;

    border-bottom-right-radius: var(--bs-border-radius-xxl) !important

}



.rounded-bottom-circle {

    border-bottom-left-radius: 50% !important;

    border-bottom-right-radius: 50% !important

}



.rounded-bottom-pill {

    border-bottom-left-radius: var(--bs-border-radius-pill) !important;

    border-bottom-right-radius: var(--bs-border-radius-pill) !important

}



.rounded-start {

    border-bottom-left-radius: var(--bs-border-radius) !important;

    border-top-left-radius: var(--bs-border-radius) !important

}



.rounded-start-0 {

    border-bottom-left-radius: 0 !important;

    border-top-left-radius: 0 !important

}



.rounded-start-1 {

    border-bottom-left-radius: var(--bs-border-radius-sm) !important;

    border-top-left-radius: var(--bs-border-radius-sm) !important

}



.rounded-start-2 {

    border-bottom-left-radius: var(--bs-border-radius) !important;

    border-top-left-radius: var(--bs-border-radius) !important

}



.rounded-start-3 {

    border-bottom-left-radius: var(--bs-border-radius-lg) !important;

    border-top-left-radius: var(--bs-border-radius-lg) !important

}



.rounded-start-4 {

    border-bottom-left-radius: var(--bs-border-radius-xl) !important;

    border-top-left-radius: var(--bs-border-radius-xl) !important

}



.rounded-start-5 {

    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;

    border-top-left-radius: var(--bs-border-radius-xxl) !important

}



.rounded-start-circle {

    border-bottom-left-radius: 50% !important;

    border-top-left-radius: 50% !important

}



.rounded-start-pill {

    border-bottom-left-radius: var(--bs-border-radius-pill) !important;

    border-top-left-radius: var(--bs-border-radius-pill) !important

}



.visible {

    visibility: visible !important

}



.invisible {

    visibility: hidden !important

}



.z-n1 {

    z-index: -1 !important

}



.z-0 {

    z-index: 0 !important

}



.z-1 {

    z-index: 1 !important

}



.z-2 {

    z-index: 2 !important

}



.z-3 {

    z-index: 3 !important

}



@media (min-width:576px) {

    .float-sm-start {

        float: left !important

    }



    .float-sm-end {

        float: right !important

    }



    .float-sm-none {

        float: none !important

    }



    .object-fit-sm-contain {

        -o-object-fit: contain !important;

        object-fit: contain !important

    }



    .object-fit-sm-cover {

        -o-object-fit: cover !important;

        object-fit: cover !important

    }



    .object-fit-sm-fill {

        -o-object-fit: fill !important;

        object-fit: fill !important

    }



    .object-fit-sm-scale {

        -o-object-fit: scale-down !important;

        object-fit: scale-down !important

    }



    .object-fit-sm-none {

        -o-object-fit: none !important;

        object-fit: none !important

    }



    .d-sm-inline {

        display: inline !important

    }



    .d-sm-inline-block {

        display: inline-block !important

    }



    .d-sm-block {

        display: block !important

    }



    .d-sm-grid {

        display: grid !important

    }



    .d-sm-inline-grid {

        display: inline-grid !important

    }



    .d-sm-table {

        display: table !important

    }



    .d-sm-table-row {

        display: table-row !important

    }



    .d-sm-table-cell {

        display: table-cell !important

    }



    .d-sm-flex {

        display: flex !important

    }



    .d-sm-inline-flex {

        display: inline-flex !important

    }



    .d-sm-none {

        display: none !important

    }



    .flex-sm-fill {

        flex: 1 1 auto !important

    }



    .flex-sm-row {

        flex-direction: row !important

    }



    .flex-sm-column {

        flex-direction: column !important

    }



    .flex-sm-row-reverse {

        flex-direction: row-reverse !important

    }



    .flex-sm-column-reverse {

        flex-direction: column-reverse !important

    }



    .flex-sm-grow-0 {

        flex-grow: 0 !important

    }



    .flex-sm-grow-1 {

        flex-grow: 1 !important

    }



    .flex-sm-shrink-0 {

        flex-shrink: 0 !important

    }



    .flex-sm-shrink-1 {

        flex-shrink: 1 !important

    }



    .flex-sm-wrap {

        flex-wrap: wrap !important

    }



    .flex-sm-nowrap {

        flex-wrap: nowrap !important

    }



    .flex-sm-wrap-reverse {

        flex-wrap: wrap-reverse !important

    }



    .justify-content-sm-start {

        justify-content: flex-start !important

    }



    .justify-content-sm-end {

        justify-content: flex-end !important

    }



    .justify-content-sm-center {

        justify-content: center !important

    }



    .justify-content-sm-between {

        justify-content: space-between !important

    }



    .justify-content-sm-around {

        justify-content: space-around !important

    }



    .justify-content-sm-evenly {

        justify-content: space-evenly !important

    }



    .align-items-sm-start {

        align-items: flex-start !important

    }



    .align-items-sm-end {

        align-items: flex-end !important

    }



    .align-items-sm-center {

        align-items: center !important

    }



    .align-items-sm-baseline {

        align-items: baseline !important

    }



    .align-items-sm-stretch {

        align-items: stretch !important

    }



    .align-content-sm-start {

        align-content: flex-start !important

    }



    .align-content-sm-end {

        align-content: flex-end !important

    }



    .align-content-sm-center {

        align-content: center !important

    }



    .align-content-sm-between {

        align-content: space-between !important

    }



    .align-content-sm-around {

        align-content: space-around !important

    }



    .align-content-sm-stretch {

        align-content: stretch !important

    }



    .align-self-sm-auto {

        align-self: auto !important

    }



    .align-self-sm-start {

        align-self: flex-start !important

    }



    .align-self-sm-end {

        align-self: flex-end !important

    }



    .align-self-sm-center {

        align-self: center !important

    }



    .align-self-sm-baseline {

        align-self: baseline !important

    }



    .align-self-sm-stretch {

        align-self: stretch !important

    }



    .order-sm-first {

        order: -1 !important

    }



    .order-sm-0 {

        order: 0 !important

    }



    .order-sm-1 {

        order: 1 !important

    }



    .order-sm-2 {

        order: 2 !important

    }



    .order-sm-3 {

        order: 3 !important

    }



    .order-sm-4 {

        order: 4 !important

    }



    .order-sm-5 {

        order: 5 !important

    }



    .order-sm-last {

        order: 6 !important

    }



    .m-sm-0 {

        margin: 0 !important

    }



    .m-sm-1 {

        margin: .25rem !important

    }



    .m-sm-2 {

        margin: .5rem !important

    }



    .m-sm-3 {

        margin: 1rem !important

    }



    .m-sm-4 {

        margin: 1.5rem !important

    }



    .m-sm-5 {

        margin: 3rem !important

    }



    .m-sm-auto {

        margin: auto !important

    }



    .mx-sm-0 {

        margin-left: 0 !important;

        margin-right: 0 !important

    }



    .mx-sm-1 {

        margin-left: .25rem !important;

        margin-right: .25rem !important

    }



    .mx-sm-2 {

        margin-left: .5rem !important;

        margin-right: .5rem !important

    }



    .mx-sm-3 {

        margin-left: 1rem !important;

        margin-right: 1rem !important

    }



    .mx-sm-4 {

        margin-left: 1.5rem !important;

        margin-right: 1.5rem !important

    }



    .mx-sm-5 {

        margin-left: 3rem !important;

        margin-right: 3rem !important

    }



    .mx-sm-auto {

        margin-left: auto !important;

        margin-right: auto !important

    }



    .my-sm-0 {

        margin-bottom: 0 !important;

        margin-top: 0 !important

    }



    .my-sm-1 {

        margin-bottom: .25rem !important;

        margin-top: .25rem !important

    }



    .my-sm-2 {

        margin-bottom: .5rem !important;

        margin-top: .5rem !important

    }



    .my-sm-3 {

        margin-bottom: 1rem !important;

        margin-top: 1rem !important

    }



    .my-sm-4 {

        margin-bottom: 1.5rem !important;

        margin-top: 1.5rem !important

    }



    .my-sm-5 {

        margin-bottom: 3rem !important;

        margin-top: 3rem !important

    }



    .my-sm-auto {

        margin-bottom: auto !important;

        margin-top: auto !important

    }



    .mt-sm-0 {

        margin-top: 0 !important

    }



    .mt-sm-1 {

        margin-top: .25rem !important

    }



    .mt-sm-2 {

        margin-top: .5rem !important

    }



    .mt-sm-3 {

        margin-top: 1rem !important

    }



    .mt-sm-4 {

        margin-top: 1.5rem !important

    }



    .mt-sm-5 {

        margin-top: 3rem !important

    }



    .mt-sm-auto {

        margin-top: auto !important

    }



    .me-sm-0 {

        margin-right: 0 !important

    }



    .me-sm-1 {

        margin-right: .25rem !important

    }



    .me-sm-2 {

        margin-right: .5rem !important

    }



    .me-sm-3 {

        margin-right: 1rem !important

    }



    .me-sm-4 {

        margin-right: 1.5rem !important

    }



    .me-sm-5 {

        margin-right: 3rem !important

    }



    .me-sm-auto {

        margin-right: auto !important

    }



    .mb-sm-0 {

        margin-bottom: 0 !important

    }



    .mb-sm-1 {

        margin-bottom: .25rem !important

    }



    .mb-sm-2 {

        margin-bottom: .5rem !important

    }



    .mb-sm-3 {

        margin-bottom: 1rem !important

    }



    .mb-sm-4 {

        margin-bottom: 1.5rem !important

    }



    .mb-sm-5 {

        margin-bottom: 3rem !important

    }



    .mb-sm-auto {

        margin-bottom: auto !important

    }



    .ms-sm-0 {

        margin-left: 0 !important

    }



    .ms-sm-1 {

        margin-left: .25rem !important

    }



    .ms-sm-2 {

        margin-left: .5rem !important

    }



    .ms-sm-3 {

        margin-left: 1rem !important

    }



    .ms-sm-4 {

        margin-left: 1.5rem !important

    }



    .ms-sm-5 {

        margin-left: 3rem !important

    }



    .ms-sm-auto {

        margin-left: auto !important

    }



    .p-sm-0 {

        padding: 0 !important

    }



    .p-sm-1 {

        padding: .25rem !important

    }



    .p-sm-2 {

        padding: .5rem !important

    }



    .p-sm-3 {

        padding: 1rem !important

    }



    .p-sm-4 {

        padding: 1.5rem !important

    }



    .p-sm-5 {

        padding: 3rem !important

    }



    .px-sm-0 {

        padding-left: 0 !important;

        padding-right: 0 !important

    }



    .px-sm-1 {

        padding-left: .25rem !important;

        padding-right: .25rem !important

    }



    .px-sm-2 {

        padding-left: .5rem !important;

        padding-right: .5rem !important

    }



    .px-sm-3 {

        padding-left: 1rem !important;

        padding-right: 1rem !important

    }



    .px-sm-4 {

        padding-left: 1.5rem !important;

        padding-right: 1.5rem !important

    }



    .px-sm-5 {

        padding-left: 3rem !important;

        padding-right: 3rem !important

    }



    .py-sm-0 {

        padding-bottom: 0 !important;

        padding-top: 0 !important

    }



    .py-sm-1 {

        padding-bottom: .25rem !important;

        padding-top: .25rem !important

    }



    .py-sm-2 {

        padding-bottom: .5rem !important;

        padding-top: .5rem !important

    }



    .py-sm-3 {

        padding-bottom: 1rem !important;

        padding-top: 1rem !important

    }



    .py-sm-4 {

        padding-bottom: 1.5rem !important;

        padding-top: 1.5rem !important

    }



    .py-sm-5 {

        padding-bottom: 3rem !important;

        padding-top: 3rem !important

    }



    .pt-sm-0 {

        padding-top: 0 !important

    }



    .pt-sm-1 {

        padding-top: .25rem !important

    }



    .pt-sm-2 {

        padding-top: .5rem !important

    }



    .pt-sm-3 {

        padding-top: 1rem !important

    }



    .pt-sm-4 {

        padding-top: 1.5rem !important

    }



    .pt-sm-5 {

        padding-top: 3rem !important

    }



    .pe-sm-0 {

        padding-right: 0 !important

    }



    .pe-sm-1 {

        padding-right: .25rem !important

    }



    .pe-sm-2 {

        padding-right: .5rem !important

    }



    .pe-sm-3 {

        padding-right: 1rem !important

    }



    .pe-sm-4 {

        padding-right: 1.5rem !important

    }



    .pe-sm-5 {

        padding-right: 3rem !important

    }



    .pb-sm-0 {

        padding-bottom: 0 !important

    }



    .pb-sm-1 {

        padding-bottom: .25rem !important

    }



    .pb-sm-2 {

        padding-bottom: .5rem !important

    }



    .pb-sm-3 {

        padding-bottom: 1rem !important

    }



    .pb-sm-4 {

        padding-bottom: 1.5rem !important

    }



    .pb-sm-5 {

        padding-bottom: 3rem !important

    }



    .ps-sm-0 {

        padding-left: 0 !important

    }



    .ps-sm-1 {

        padding-left: .25rem !important

    }



    .ps-sm-2 {

        padding-left: .5rem !important

    }



    .ps-sm-3 {

        padding-left: 1rem !important

    }



    .ps-sm-4 {

        padding-left: 1.5rem !important

    }



    .ps-sm-5 {

        padding-left: 3rem !important

    }



    .gap-sm-0 {

        gap: 0 !important

    }



    .gap-sm-1 {

        gap: .25rem !important

    }



    .gap-sm-2 {

        gap: .5rem !important

    }



    .gap-sm-3 {

        gap: 1rem !important

    }



    .gap-sm-4 {

        gap: 1.5rem !important

    }



    .gap-sm-5 {

        gap: 3rem !important

    }



    .row-gap-sm-0 {

        row-gap: 0 !important

    }



    .row-gap-sm-1 {

        row-gap: .25rem !important

    }



    .row-gap-sm-2 {

        row-gap: .5rem !important

    }



    .row-gap-sm-3 {

        row-gap: 1rem !important

    }



    .row-gap-sm-4 {

        row-gap: 1.5rem !important

    }



    .row-gap-sm-5 {

        row-gap: 3rem !important

    }



    .column-gap-sm-0 {

        -moz-column-gap: 0 !important;

        column-gap: 0 !important

    }



    .column-gap-sm-1 {

        -moz-column-gap: .25rem !important;

        column-gap: .25rem !important

    }



    .column-gap-sm-2 {

        -moz-column-gap: .5rem !important;

        column-gap: .5rem !important

    }



    .column-gap-sm-3 {

        -moz-column-gap: 1rem !important;

        column-gap: 1rem !important

    }



    .column-gap-sm-4 {

        -moz-column-gap: 1.5rem !important;

        column-gap: 1.5rem !important

    }



    .column-gap-sm-5 {

        -moz-column-gap: 3rem !important;

        column-gap: 3rem !important

    }



    .text-sm-start {

        text-align: left !important

    }



    .text-sm-end {

        text-align: right !important

    }



    .text-sm-center {

        text-align: center !important

    }

}



@media (min-width:768px) {

    .float-md-start {

        float: left !important

    }



    .float-md-end {

        float: right !important

    }



    .float-md-none {

        float: none !important

    }



    .object-fit-md-contain {

        -o-object-fit: contain !important;

        object-fit: contain !important

    }



    .object-fit-md-cover {

        -o-object-fit: cover !important;

        object-fit: cover !important

    }



    .object-fit-md-fill {

        -o-object-fit: fill !important;

        object-fit: fill !important

    }



    .object-fit-md-scale {

        -o-object-fit: scale-down !important;

        object-fit: scale-down !important

    }



    .object-fit-md-none {

        -o-object-fit: none !important;

        object-fit: none !important

    }



    .d-md-inline {

        display: inline !important

    }



    .d-md-inline-block {

        display: inline-block !important

    }



    .d-md-block {

        display: block !important

    }



    .d-md-grid {

        display: grid !important

    }



    .d-md-inline-grid {

        display: inline-grid !important

    }



    .d-md-table {

        display: table !important

    }



    .d-md-table-row {

        display: table-row !important

    }



    .d-md-table-cell {

        display: table-cell !important

    }



    .d-md-flex {

        display: flex !important

    }



    .d-md-inline-flex {

        display: inline-flex !important

    }



    .d-md-none {

        display: none !important

    }



    .flex-md-fill {

        flex: 1 1 auto !important

    }



    .flex-md-row {

        flex-direction: row !important

    }



    .flex-md-column {

        flex-direction: column !important

    }



    .flex-md-row-reverse {

        flex-direction: row-reverse !important

    }



    .flex-md-column-reverse {

        flex-direction: column-reverse !important

    }



    .flex-md-grow-0 {

        flex-grow: 0 !important

    }



    .flex-md-grow-1 {

        flex-grow: 1 !important

    }



    .flex-md-shrink-0 {

        flex-shrink: 0 !important

    }



    .flex-md-shrink-1 {

        flex-shrink: 1 !important

    }



    .flex-md-wrap {

        flex-wrap: wrap !important

    }



    .flex-md-nowrap {

        flex-wrap: nowrap !important

    }



    .flex-md-wrap-reverse {

        flex-wrap: wrap-reverse !important

    }



    .justify-content-md-start {

        justify-content: flex-start !important

    }



    .justify-content-md-end {

        justify-content: flex-end !important

    }



    .justify-content-md-center {

        justify-content: center !important

    }



    .justify-content-md-between {

        justify-content: space-between !important

    }



    .justify-content-md-around {

        justify-content: space-around !important

    }



    .justify-content-md-evenly {

        justify-content: space-evenly !important

    }



    .align-items-md-start {

        align-items: flex-start !important

    }



    .align-items-md-end {

        align-items: flex-end !important

    }



    .align-items-md-center {

        align-items: center !important

    }



    .align-items-md-baseline {

        align-items: baseline !important

    }



    .align-items-md-stretch {

        align-items: stretch !important

    }



    .align-content-md-start {

        align-content: flex-start !important

    }



    .align-content-md-end {

        align-content: flex-end !important

    }



    .align-content-md-center {

        align-content: center !important

    }



    .align-content-md-between {

        align-content: space-between !important

    }



    .align-content-md-around {

        align-content: space-around !important

    }



    .align-content-md-stretch {

        align-content: stretch !important

    }



    .align-self-md-auto {

        align-self: auto !important

    }



    .align-self-md-start {

        align-self: flex-start !important

    }



    .align-self-md-end {

        align-self: flex-end !important

    }



    .align-self-md-center {

        align-self: center !important

    }



    .align-self-md-baseline {

        align-self: baseline !important

    }



    .align-self-md-stretch {

        align-self: stretch !important

    }



    .order-md-first {

        order: -1 !important

    }



    .order-md-0 {

        order: 0 !important

    }



    .order-md-1 {

        order: 1 !important

    }



    .order-md-2 {

        order: 2 !important

    }



    .order-md-3 {

        order: 3 !important

    }



    .order-md-4 {

        order: 4 !important

    }



    .order-md-5 {

        order: 5 !important

    }



    .order-md-last {

        order: 6 !important

    }



    .m-md-0 {

        margin: 0 !important

    }



    .m-md-1 {

        margin: .25rem !important

    }



    .m-md-2 {

        margin: .5rem !important

    }



    .m-md-3 {

        margin: 1rem !important

    }



    .m-md-4 {

        margin: 1.5rem !important

    }



    .m-md-5 {

        margin: 3rem !important

    }



    .m-md-auto {

        margin: auto !important

    }



    .mx-md-0 {

        margin-left: 0 !important;

        margin-right: 0 !important

    }



    .mx-md-1 {

        margin-left: .25rem !important;

        margin-right: .25rem !important

    }



    .mx-md-2 {

        margin-left: .5rem !important;

        margin-right: .5rem !important

    }



    .mx-md-3 {

        margin-left: 1rem !important;

        margin-right: 1rem !important

    }



    .mx-md-4 {

        margin-left: 1.5rem !important;

        margin-right: 1.5rem !important

    }



    .mx-md-5 {

        margin-left: 3rem !important;

        margin-right: 3rem !important

    }



    .mx-md-auto {

        margin-left: auto !important;

        margin-right: auto !important

    }



    .my-md-0 {

        margin-bottom: 0 !important;

        margin-top: 0 !important

    }



    .my-md-1 {

        margin-bottom: .25rem !important;

        margin-top: .25rem !important

    }



    .my-md-2 {

        margin-bottom: .5rem !important;

        margin-top: .5rem !important

    }



    .my-md-3 {

        margin-bottom: 1rem !important;

        margin-top: 1rem !important

    }



    .my-md-4 {

        margin-bottom: 1.5rem !important;

        margin-top: 1.5rem !important

    }



    .my-md-5 {

        margin-bottom: 3rem !important;

        margin-top: 3rem !important

    }



    .my-md-auto {

        margin-bottom: auto !important;

        margin-top: auto !important

    }



    .mt-md-0 {

        margin-top: 0 !important

    }



    .mt-md-1 {

        margin-top: .25rem !important

    }



    .mt-md-2 {

        margin-top: .5rem !important

    }



    .mt-md-3 {

        margin-top: 1rem !important

    }



    .mt-md-4 {

        margin-top: 1.5rem !important

    }



    .mt-md-5 {

        margin-top: 3rem !important

    }



    .mt-md-auto {

        margin-top: auto !important

    }



    .me-md-0 {

        margin-right: 0 !important

    }



    .me-md-1 {

        margin-right: .25rem !important

    }



    .me-md-2 {

        margin-right: .5rem !important

    }



    .me-md-3 {

        margin-right: 1rem !important

    }



    .me-md-4 {

        margin-right: 1.5rem !important

    }



    .me-md-5 {

        margin-right: 3rem !important

    }



    .me-md-auto {

        margin-right: auto !important

    }



    .mb-md-0 {

        margin-bottom: 0 !important

    }



    .mb-md-1 {

        margin-bottom: .25rem !important

    }



    .mb-md-2 {

        margin-bottom: .5rem !important

    }



    .mb-md-3 {

        margin-bottom: 1rem !important

    }



    .mb-md-4 {

        margin-bottom: 1.5rem !important

    }



    .mb-md-5 {

        margin-bottom: 3rem !important

    }



    .mb-md-auto {

        margin-bottom: auto !important

    }



    .ms-md-0 {

        margin-left: 0 !important

    }



    .ms-md-1 {

        margin-left: .25rem !important

    }



    .ms-md-2 {

        margin-left: .5rem !important

    }



    .ms-md-3 {

        margin-left: 1rem !important

    }



    .ms-md-4 {

        margin-left: 1.5rem !important

    }



    .ms-md-5 {

        margin-left: 3rem !important

    }



    .ms-md-auto {

        margin-left: auto !important

    }



    .p-md-0 {

        padding: 0 !important

    }



    .p-md-1 {

        padding: .25rem !important

    }



    .p-md-2 {

        padding: .5rem !important

    }



    .p-md-3 {

        padding: 1rem !important

    }



    .p-md-4 {

        padding: 1.5rem !important

    }



    .p-md-5 {

        padding: 3rem !important

    }



    .px-md-0 {

        padding-left: 0 !important;

        padding-right: 0 !important

    }



    .px-md-1 {

        padding-left: .25rem !important;

        padding-right: .25rem !important

    }



    .px-md-2 {

        padding-left: .5rem !important;

        padding-right: .5rem !important

    }



    .px-md-3 {

        padding-left: 1rem !important;

        padding-right: 1rem !important

    }



    .px-md-4 {

        padding-left: 1.5rem !important;

        padding-right: 1.5rem !important

    }



    .px-md-5 {

        padding-left: 3rem !important;

        padding-right: 3rem !important

    }



    .py-md-0 {

        padding-bottom: 0 !important;

        padding-top: 0 !important

    }



    .py-md-1 {

        padding-bottom: .25rem !important;

        padding-top: .25rem !important

    }



    .py-md-2 {

        padding-bottom: .5rem !important;

        padding-top: .5rem !important

    }



    .py-md-3 {

        padding-bottom: 1rem !important;

        padding-top: 1rem !important

    }



    .py-md-4 {

        padding-bottom: 1.5rem !important;

        padding-top: 1.5rem !important

    }



    .py-md-5 {

        padding-bottom: 3rem !important;

        padding-top: 3rem !important

    }



    .pt-md-0 {

        padding-top: 0 !important

    }



    .pt-md-1 {

        padding-top: .25rem !important

    }



    .pt-md-2 {

        padding-top: .5rem !important

    }



    .pt-md-3 {

        padding-top: 1rem !important

    }



    .pt-md-4 {

        padding-top: 1.5rem !important

    }



    .pt-md-5 {

        padding-top: 3rem !important

    }



    .pe-md-0 {

        padding-right: 0 !important

    }



    .pe-md-1 {

        padding-right: .25rem !important

    }



    .pe-md-2 {

        padding-right: .5rem !important

    }



    .pe-md-3 {

        padding-right: 1rem !important

    }



    .pe-md-4 {

        padding-right: 1.5rem !important

    }



    .pe-md-5 {

        padding-right: 3rem !important

    }



    .pb-md-0 {

        padding-bottom: 0 !important

    }



    .pb-md-1 {

        padding-bottom: .25rem !important

    }



    .pb-md-2 {

        padding-bottom: .5rem !important

    }



    .pb-md-3 {

        padding-bottom: 1rem !important

    }



    .pb-md-4 {

        padding-bottom: 1.5rem !important

    }



    .pb-md-5 {

        padding-bottom: 3rem !important

    }



    .ps-md-0 {

        padding-left: 0 !important

    }



    .ps-md-1 {

        padding-left: .25rem !important

    }



    .ps-md-2 {

        padding-left: .5rem !important

    }



    .ps-md-3 {

        padding-left: 1rem !important

    }



    .ps-md-4 {

        padding-left: 1.5rem !important

    }



    .ps-md-5 {

        padding-left: 3rem !important

    }



    .gap-md-0 {

        gap: 0 !important

    }



    .gap-md-1 {

        gap: .25rem !important

    }



    .gap-md-2 {

        gap: .5rem !important

    }



    .gap-md-3 {

        gap: 1rem !important

    }



    .gap-md-4 {

        gap: 1.5rem !important

    }



    .gap-md-5 {

        gap: 3rem !important

    }



    .row-gap-md-0 {

        row-gap: 0 !important

    }



    .row-gap-md-1 {

        row-gap: .25rem !important

    }



    .row-gap-md-2 {

        row-gap: .5rem !important

    }



    .row-gap-md-3 {

        row-gap: 1rem !important

    }



    .row-gap-md-4 {

        row-gap: 1.5rem !important

    }



    .row-gap-md-5 {

        row-gap: 3rem !important

    }



    .column-gap-md-0 {

        -moz-column-gap: 0 !important;

        column-gap: 0 !important

    }



    .column-gap-md-1 {

        -moz-column-gap: .25rem !important;

        column-gap: .25rem !important

    }



    .column-gap-md-2 {

        -moz-column-gap: .5rem !important;

        column-gap: .5rem !important

    }



    .column-gap-md-3 {

        -moz-column-gap: 1rem !important;

        column-gap: 1rem !important

    }



    .column-gap-md-4 {

        -moz-column-gap: 1.5rem !important;

        column-gap: 1.5rem !important

    }



    .column-gap-md-5 {

        -moz-column-gap: 3rem !important;

        column-gap: 3rem !important

    }



    .text-md-start {

        text-align: left !important

    }



    .text-md-end {

        text-align: right !important

    }



    .text-md-center {

        text-align: center !important

    }

}



@media (min-width:992px) {

    .float-lg-start {

        float: left !important

    }



    .float-lg-end {

        float: right !important

    }



    .float-lg-none {

        float: none !important

    }



    .object-fit-lg-contain {

        -o-object-fit: contain !important;

        object-fit: contain !important

    }



    .object-fit-lg-cover {

        -o-object-fit: cover !important;

        object-fit: cover !important

    }



    .object-fit-lg-fill {

        -o-object-fit: fill !important;

        object-fit: fill !important

    }



    .object-fit-lg-scale {

        -o-object-fit: scale-down !important;

        object-fit: scale-down !important

    }



    .object-fit-lg-none {

        -o-object-fit: none !important;

        object-fit: none !important

    }



    .d-lg-inline {

        display: inline !important

    }



    .d-lg-inline-block {

        display: inline-block !important

    }



    .d-lg-block {

        display: block !important

    }



    .d-lg-grid {

        display: grid !important

    }



    .d-lg-inline-grid {

        display: inline-grid !important

    }



    .d-lg-table {

        display: table !important

    }



    .d-lg-table-row {

        display: table-row !important

    }



    .d-lg-table-cell {

        display: table-cell !important

    }



    .d-lg-flex {

        display: flex !important

    }



    .d-lg-inline-flex {

        display: inline-flex !important

    }



    .d-lg-none {

        display: none !important

    }



    .flex-lg-fill {

        flex: 1 1 auto !important

    }



    .flex-lg-row {

        flex-direction: row !important

    }



    .flex-lg-column {

        flex-direction: column !important

    }



    .flex-lg-row-reverse {

        flex-direction: row-reverse !important

    }



    .flex-lg-column-reverse {

        flex-direction: column-reverse !important

    }



    .flex-lg-grow-0 {

        flex-grow: 0 !important

    }



    .flex-lg-grow-1 {

        flex-grow: 1 !important

    }



    .flex-lg-shrink-0 {

        flex-shrink: 0 !important

    }



    .flex-lg-shrink-1 {

        flex-shrink: 1 !important

    }



    .flex-lg-wrap {

        flex-wrap: wrap !important

    }



    .flex-lg-nowrap {

        flex-wrap: nowrap !important

    }



    .flex-lg-wrap-reverse {

        flex-wrap: wrap-reverse !important

    }



    .justify-content-lg-start {

        justify-content: flex-start !important

    }



    .justify-content-lg-end {

        justify-content: flex-end !important

    }



    .justify-content-lg-center {

        justify-content: center !important

    }



    .justify-content-lg-between {

        justify-content: space-between !important

    }



    .justify-content-lg-around {

        justify-content: space-around !important

    }



    .justify-content-lg-evenly {

        justify-content: space-evenly !important

    }



    .align-items-lg-start {

        align-items: flex-start !important

    }



    .align-items-lg-end {

        align-items: flex-end !important

    }



    .align-items-lg-center {

        align-items: center !important

    }



    .align-items-lg-baseline {

        align-items: baseline !important

    }



    .align-items-lg-stretch {

        align-items: stretch !important

    }



    .align-content-lg-start {

        align-content: flex-start !important

    }



    .align-content-lg-end {

        align-content: flex-end !important

    }



    .align-content-lg-center {

        align-content: center !important

    }



    .align-content-lg-between {

        align-content: space-between !important

    }



    .align-content-lg-around {

        align-content: space-around !important

    }



    .align-content-lg-stretch {

        align-content: stretch !important

    }



    .align-self-lg-auto {

        align-self: auto !important

    }



    .align-self-lg-start {

        align-self: flex-start !important

    }



    .align-self-lg-end {

        align-self: flex-end !important

    }



    .align-self-lg-center {

        align-self: center !important

    }



    .align-self-lg-baseline {

        align-self: baseline !important

    }



    .align-self-lg-stretch {

        align-self: stretch !important

    }



    .order-lg-first {

        order: -1 !important

    }



    .order-lg-0 {

        order: 0 !important

    }



    .order-lg-1 {

        order: 1 !important

    }



    .order-lg-2 {

        order: 2 !important

    }



    .order-lg-3 {

        order: 3 !important

    }



    .order-lg-4 {

        order: 4 !important

    }



    .order-lg-5 {

        order: 5 !important

    }



    .order-lg-last {

        order: 6 !important

    }



    .m-lg-0 {

        margin: 0 !important

    }



    .m-lg-1 {

        margin: .25rem !important

    }



    .m-lg-2 {

        margin: .5rem !important

    }



    .m-lg-3 {

        margin: 1rem !important

    }



    .m-lg-4 {

        margin: 1.5rem !important

    }



    .m-lg-5 {

        margin: 3rem !important

    }



    .m-lg-auto {

        margin: auto !important

    }



    .mx-lg-0 {

        margin-left: 0 !important;

        margin-right: 0 !important

    }



    .mx-lg-1 {

        margin-left: .25rem !important;

        margin-right: .25rem !important

    }



    .mx-lg-2 {

        margin-left: .5rem !important;

        margin-right: .5rem !important

    }



    .mx-lg-3 {

        margin-left: 1rem !important;

        margin-right: 1rem !important

    }



    .mx-lg-4 {

        margin-left: 1.5rem !important;

        margin-right: 1.5rem !important

    }



    .mx-lg-5 {

        margin-left: 3rem !important;

        margin-right: 3rem !important

    }



    .mx-lg-auto {

        margin-left: auto !important;

        margin-right: auto !important

    }



    .my-lg-0 {

        margin-bottom: 0 !important;

        margin-top: 0 !important

    }



    .my-lg-1 {

        margin-bottom: .25rem !important;

        margin-top: .25rem !important

    }



    .my-lg-2 {

        margin-bottom: .5rem !important;

        margin-top: .5rem !important

    }



    .my-lg-3 {

        margin-bottom: 1rem !important;

        margin-top: 1rem !important

    }



    .my-lg-4 {

        margin-bottom: 1.5rem !important;

        margin-top: 1.5rem !important

    }



    .my-lg-5 {

        margin-bottom: 3rem !important;

        margin-top: 3rem !important

    }



    .my-lg-auto {

        margin-bottom: auto !important;

        margin-top: auto !important

    }



    .mt-lg-0 {

        margin-top: 0 !important

    }



    .mt-lg-1 {

        margin-top: .25rem !important

    }



    .mt-lg-2 {

        margin-top: .5rem !important

    }



    .mt-lg-3 {

        margin-top: 1rem !important

    }



    .mt-lg-4 {

        margin-top: 1.5rem !important

    }



    .mt-lg-5 {

        margin-top: 3rem !important

    }



    .mt-lg-auto {

        margin-top: auto !important

    }



    .me-lg-0 {

        margin-right: 0 !important

    }



    .me-lg-1 {

        margin-right: .25rem !important

    }



    .me-lg-2 {

        margin-right: .5rem !important

    }



    .me-lg-3 {

        margin-right: 1rem !important

    }



    .me-lg-4 {

        margin-right: 1.5rem !important

    }



    .me-lg-5 {

        margin-right: 3rem !important

    }



    .me-lg-auto {

        margin-right: auto !important

    }



    .mb-lg-0 {

        margin-bottom: 0 !important

    }



    .mb-lg-1 {

        margin-bottom: .25rem !important

    }



    .mb-lg-2 {

        margin-bottom: .5rem !important

    }



    .mb-lg-3 {

        margin-bottom: 1rem !important

    }



    .mb-lg-4 {

        margin-bottom: 1.5rem !important

    }



    .mb-lg-5 {

        margin-bottom: 3rem !important

    }



    .mb-lg-auto {

        margin-bottom: auto !important

    }



    .ms-lg-0 {

        margin-left: 0 !important

    }



    .ms-lg-1 {

        margin-left: .25rem !important

    }



    .ms-lg-2 {

        margin-left: .5rem !important

    }



    .ms-lg-3 {

        margin-left: 1rem !important

    }



    .ms-lg-4 {

        margin-left: 1.5rem !important

    }



    .ms-lg-5 {

        margin-left: 3rem !important

    }



    .ms-lg-auto {

        margin-left: auto !important

    }



    .p-lg-0 {

        padding: 0 !important

    }



    .p-lg-1 {

        padding: .25rem !important

    }



    .p-lg-2 {

        padding: .5rem !important

    }



    .p-lg-3 {

        padding: 1rem !important

    }



    .p-lg-4 {

        padding: 1.5rem !important

    }



    .p-lg-5 {

        padding: 3rem !important

    }



    .px-lg-0 {

        padding-left: 0 !important;

        padding-right: 0 !important

    }



    .px-lg-1 {

        padding-left: .25rem !important;

        padding-right: .25rem !important

    }



    .px-lg-2 {

        padding-left: .5rem !important;

        padding-right: .5rem !important

    }



    .px-lg-3 {

        padding-left: 1rem !important;

        padding-right: 1rem !important

    }



    .px-lg-4 {

        padding-left: 1.5rem !important;

        padding-right: 1.5rem !important

    }



    .px-lg-5 {

        padding-left: 3rem !important;

        padding-right: 3rem !important

    }



    .py-lg-0 {

        padding-bottom: 0 !important;

        padding-top: 0 !important

    }



    .py-lg-1 {

        padding-bottom: .25rem !important;

        padding-top: .25rem !important

    }



    .py-lg-2 {

        padding-bottom: .5rem !important;

        padding-top: .5rem !important

    }



    .py-lg-3 {

        padding-bottom: 1rem !important;

        padding-top: 1rem !important

    }



    .py-lg-4 {

        padding-bottom: 1.5rem !important;

        padding-top: 1.5rem !important

    }



    .py-lg-5 {

        padding-bottom: 3rem !important;

        padding-top: 3rem !important

    }



    .pt-lg-0 {

        padding-top: 0 !important

    }



    .pt-lg-1 {

        padding-top: .25rem !important

    }



    .pt-lg-2 {

        padding-top: .5rem !important

    }



    .pt-lg-3 {

        padding-top: 1rem !important

    }



    .pt-lg-4 {

        padding-top: 1.5rem !important

    }



    .pt-lg-5 {

        padding-top: 3rem !important

    }



    .pe-lg-0 {

        padding-right: 0 !important

    }



    .pe-lg-1 {

        padding-right: .25rem !important

    }



    .pe-lg-2 {

        padding-right: .5rem !important

    }



    .pe-lg-3 {

        padding-right: 1rem !important

    }



    .pe-lg-4 {

        padding-right: 1.5rem !important

    }



    .pe-lg-5 {

        padding-right: 3rem !important

    }



    .pb-lg-0 {

        padding-bottom: 0 !important

    }



    .pb-lg-1 {

        padding-bottom: .25rem !important

    }



    .pb-lg-2 {

        padding-bottom: .5rem !important

    }



    .pb-lg-3 {

        padding-bottom: 1rem !important

    }



    .pb-lg-4 {

        padding-bottom: 1.5rem !important

    }



    .pb-lg-5 {

        padding-bottom: 3rem !important

    }



    .ps-lg-0 {

        padding-left: 0 !important

    }



    .ps-lg-1 {

        padding-left: .25rem !important

    }



    .ps-lg-2 {

        padding-left: .5rem !important

    }



    .ps-lg-3 {

        padding-left: 1rem !important

    }



    .ps-lg-4 {

        padding-left: 1.5rem !important

    }



    .ps-lg-5 {

        padding-left: 3rem !important

    }



    .gap-lg-0 {

        gap: 0 !important

    }



    .gap-lg-1 {

        gap: .25rem !important

    }



    .gap-lg-2 {

        gap: .5rem !important

    }



    .gap-lg-3 {

        gap: 1rem !important

    }



    .gap-lg-4 {

        gap: 1.5rem !important

    }



    .gap-lg-5 {

        gap: 3rem !important

    }



    .row-gap-lg-0 {

        row-gap: 0 !important

    }



    .row-gap-lg-1 {

        row-gap: .25rem !important

    }



    .row-gap-lg-2 {

        row-gap: .5rem !important

    }



    .row-gap-lg-3 {

        row-gap: 1rem !important

    }



    .row-gap-lg-4 {

        row-gap: 1.5rem !important

    }



    .row-gap-lg-5 {

        row-gap: 3rem !important

    }



    .column-gap-lg-0 {

        -moz-column-gap: 0 !important;

        column-gap: 0 !important

    }



    .column-gap-lg-1 {

        -moz-column-gap: .25rem !important;

        column-gap: .25rem !important

    }



    .column-gap-lg-2 {

        -moz-column-gap: .5rem !important;

        column-gap: .5rem !important

    }



    .column-gap-lg-3 {

        -moz-column-gap: 1rem !important;

        column-gap: 1rem !important

    }



    .column-gap-lg-4 {

        -moz-column-gap: 1.5rem !important;

        column-gap: 1.5rem !important

    }



    .column-gap-lg-5 {

        -moz-column-gap: 3rem !important;

        column-gap: 3rem !important

    }



    .text-lg-start {

        text-align: left !important

    }



    .text-lg-end {

        text-align: right !important

    }



    .text-lg-center {

        text-align: center !important

    }

}



@media (min-width:1200px) {

    .float-xl-start {

        float: left !important

    }



    .float-xl-end {

        float: right !important

    }



    .float-xl-none {

        float: none !important

    }



    .object-fit-xl-contain {

        -o-object-fit: contain !important;

        object-fit: contain !important

    }



    .object-fit-xl-cover {

        -o-object-fit: cover !important;

        object-fit: cover !important

    }



    .object-fit-xl-fill {

        -o-object-fit: fill !important;

        object-fit: fill !important

    }



    .object-fit-xl-scale {

        -o-object-fit: scale-down !important;

        object-fit: scale-down !important

    }



    .object-fit-xl-none {

        -o-object-fit: none !important;

        object-fit: none !important

    }



    .d-xl-inline {

        display: inline !important

    }



    .d-xl-inline-block {

        display: inline-block !important

    }



    .d-xl-block {

        display: block !important

    }



    .d-xl-grid {

        display: grid !important

    }



    .d-xl-inline-grid {

        display: inline-grid !important

    }



    .d-xl-table {

        display: table !important

    }



    .d-xl-table-row {

        display: table-row !important

    }



    .d-xl-table-cell {

        display: table-cell !important

    }



    .d-xl-flex {

        display: flex !important

    }



    .d-xl-inline-flex {

        display: inline-flex !important

    }



    .d-xl-none {

        display: none !important

    }



    .flex-xl-fill {

        flex: 1 1 auto !important

    }



    .flex-xl-row {

        flex-direction: row !important

    }



    .flex-xl-column {

        flex-direction: column !important

    }



    .flex-xl-row-reverse {

        flex-direction: row-reverse !important

    }



    .flex-xl-column-reverse {

        flex-direction: column-reverse !important

    }



    .flex-xl-grow-0 {

        flex-grow: 0 !important

    }



    .flex-xl-grow-1 {

        flex-grow: 1 !important

    }



    .flex-xl-shrink-0 {

        flex-shrink: 0 !important

    }



    .flex-xl-shrink-1 {

        flex-shrink: 1 !important

    }



    .flex-xl-wrap {

        flex-wrap: wrap !important

    }



    .flex-xl-nowrap {

        flex-wrap: nowrap !important

    }



    .flex-xl-wrap-reverse {

        flex-wrap: wrap-reverse !important

    }



    .justify-content-xl-start {

        justify-content: flex-start !important

    }



    .justify-content-xl-end {

        justify-content: flex-end !important

    }



    .justify-content-xl-center {

        justify-content: center !important

    }



    .justify-content-xl-between {

        justify-content: space-between !important

    }



    .justify-content-xl-around {

        justify-content: space-around !important

    }



    .justify-content-xl-evenly {

        justify-content: space-evenly !important

    }



    .align-items-xl-start {

        align-items: flex-start !important

    }



    .align-items-xl-end {

        align-items: flex-end !important

    }



    .align-items-xl-center {

        align-items: center !important

    }



    .align-items-xl-baseline {

        align-items: baseline !important

    }



    .align-items-xl-stretch {

        align-items: stretch !important

    }



    .align-content-xl-start {

        align-content: flex-start !important

    }



    .align-content-xl-end {

        align-content: flex-end !important

    }



    .align-content-xl-center {

        align-content: center !important

    }



    .align-content-xl-between {

        align-content: space-between !important

    }



    .align-content-xl-around {

        align-content: space-around !important

    }



    .align-content-xl-stretch {

        align-content: stretch !important

    }



    .align-self-xl-auto {

        align-self: auto !important

    }



    .align-self-xl-start {

        align-self: flex-start !important

    }



    .align-self-xl-end {

        align-self: flex-end !important

    }



    .align-self-xl-center {

        align-self: center !important

    }



    .align-self-xl-baseline {

        align-self: baseline !important

    }



    .align-self-xl-stretch {

        align-self: stretch !important

    }



    .order-xl-first {

        order: -1 !important

    }



    .order-xl-0 {

        order: 0 !important

    }



    .order-xl-1 {

        order: 1 !important

    }



    .order-xl-2 {

        order: 2 !important

    }



    .order-xl-3 {

        order: 3 !important

    }



    .order-xl-4 {

        order: 4 !important

    }



    .order-xl-5 {

        order: 5 !important

    }



    .order-xl-last {

        order: 6 !important

    }



    .m-xl-0 {

        margin: 0 !important

    }



    .m-xl-1 {

        margin: .25rem !important

    }



    .m-xl-2 {

        margin: .5rem !important

    }



    .m-xl-3 {

        margin: 1rem !important

    }



    .m-xl-4 {

        margin: 1.5rem !important

    }



    .m-xl-5 {

        margin: 3rem !important

    }



    .m-xl-auto {

        margin: auto !important

    }



    .mx-xl-0 {

        margin-left: 0 !important;

        margin-right: 0 !important

    }



    .mx-xl-1 {

        margin-left: .25rem !important;

        margin-right: .25rem !important

    }



    .mx-xl-2 {

        margin-left: .5rem !important;

        margin-right: .5rem !important

    }



    .mx-xl-3 {

        margin-left: 1rem !important;

        margin-right: 1rem !important

    }



    .mx-xl-4 {

        margin-left: 1.5rem !important;

        margin-right: 1.5rem !important

    }



    .mx-xl-5 {

        margin-left: 3rem !important;

        margin-right: 3rem !important

    }



    .mx-xl-auto {

        margin-left: auto !important;

        margin-right: auto !important

    }



    .my-xl-0 {

        margin-bottom: 0 !important;

        margin-top: 0 !important

    }



    .my-xl-1 {

        margin-bottom: .25rem !important;

        margin-top: .25rem !important

    }



    .my-xl-2 {

        margin-bottom: .5rem !important;

        margin-top: .5rem !important

    }



    .my-xl-3 {

        margin-bottom: 1rem !important;

        margin-top: 1rem !important

    }



    .my-xl-4 {

        margin-bottom: 1.5rem !important;

        margin-top: 1.5rem !important

    }



    .my-xl-5 {

        margin-bottom: 3rem !important;

        margin-top: 3rem !important

    }



    .my-xl-auto {

        margin-bottom: auto !important;

        margin-top: auto !important

    }



    .mt-xl-0 {

        margin-top: 0 !important

    }



    .mt-xl-1 {

        margin-top: .25rem !important

    }



    .mt-xl-2 {

        margin-top: .5rem !important

    }



    .mt-xl-3 {

        margin-top: 1rem !important

    }



    .mt-xl-4 {

        margin-top: 1.5rem !important

    }



    .mt-xl-5 {

        margin-top: 3rem !important

    }



    .mt-xl-auto {

        margin-top: auto !important

    }



    .me-xl-0 {

        margin-right: 0 !important

    }



    .me-xl-1 {

        margin-right: .25rem !important

    }



    .me-xl-2 {

        margin-right: .5rem !important

    }



    .me-xl-3 {

        margin-right: 1rem !important

    }



    .me-xl-4 {

        margin-right: 1.5rem !important

    }



    .me-xl-5 {

        margin-right: 3rem !important

    }



    .me-xl-auto {

        margin-right: auto !important

    }



    .mb-xl-0 {

        margin-bottom: 0 !important

    }



    .mb-xl-1 {

        margin-bottom: .25rem !important

    }



    .mb-xl-2 {

        margin-bottom: .5rem !important

    }



    .mb-xl-3 {

        margin-bottom: 1rem !important

    }



    .mb-xl-4 {

        margin-bottom: 1.5rem !important

    }



    .mb-xl-5 {

        margin-bottom: 3rem !important

    }



    .mb-xl-auto {

        margin-bottom: auto !important

    }



    .ms-xl-0 {

        margin-left: 0 !important

    }



    .ms-xl-1 {

        margin-left: .25rem !important

    }



    .ms-xl-2 {

        margin-left: .5rem !important

    }



    .ms-xl-3 {

        margin-left: 1rem !important

    }



    .ms-xl-4 {

        margin-left: 1.5rem !important

    }



    .ms-xl-5 {

        margin-left: 3rem !important

    }



    .ms-xl-auto {

        margin-left: auto !important

    }



    .p-xl-0 {

        padding: 0 !important

    }



    .p-xl-1 {

        padding: .25rem !important

    }



    .p-xl-2 {

        padding: .5rem !important

    }



    .p-xl-3 {

        padding: 1rem !important

    }



    .p-xl-4 {

        padding: 1.5rem !important

    }



    .p-xl-5 {

        padding: 3rem !important

    }



    .px-xl-0 {

        padding-left: 0 !important;

        padding-right: 0 !important

    }



    .px-xl-1 {

        padding-left: .25rem !important;

        padding-right: .25rem !important

    }



    .px-xl-2 {

        padding-left: .5rem !important;

        padding-right: .5rem !important

    }



    .px-xl-3 {

        padding-left: 1rem !important;

        padding-right: 1rem !important

    }



    .px-xl-4 {

        padding-left: 1.5rem !important;

        padding-right: 1.5rem !important

    }



    .px-xl-5 {

        padding-left: 3rem !important;

        padding-right: 3rem !important

    }



    .py-xl-0 {

        padding-bottom: 0 !important;

        padding-top: 0 !important

    }



    .py-xl-1 {

        padding-bottom: .25rem !important;

        padding-top: .25rem !important

    }



    .py-xl-2 {

        padding-bottom: .5rem !important;

        padding-top: .5rem !important

    }



    .py-xl-3 {

        padding-bottom: 1rem !important;

        padding-top: 1rem !important

    }



    .py-xl-4 {

        padding-bottom: 1.5rem !important;

        padding-top: 1.5rem !important

    }



    .py-xl-5 {

        padding-bottom: 3rem !important;

        padding-top: 3rem !important

    }



    .pt-xl-0 {

        padding-top: 0 !important

    }



    .pt-xl-1 {

        padding-top: .25rem !important

    }



    .pt-xl-2 {

        padding-top: .5rem !important

    }



    .pt-xl-3 {

        padding-top: 1rem !important

    }



    .pt-xl-4 {

        padding-top: 1.5rem !important

    }



    .pt-xl-5 {

        padding-top: 3rem !important

    }



    .pe-xl-0 {

        padding-right: 0 !important

    }



    .pe-xl-1 {

        padding-right: .25rem !important

    }



    .pe-xl-2 {

        padding-right: .5rem !important

    }



    .pe-xl-3 {

        padding-right: 1rem !important

    }



    .pe-xl-4 {

        padding-right: 1.5rem !important

    }



    .pe-xl-5 {

        padding-right: 3rem !important

    }



    .pb-xl-0 {

        padding-bottom: 0 !important

    }



    .pb-xl-1 {

        padding-bottom: .25rem !important

    }



    .pb-xl-2 {

        padding-bottom: .5rem !important

    }



    .pb-xl-3 {

        padding-bottom: 1rem !important

    }



    .pb-xl-4 {

        padding-bottom: 1.5rem !important

    }



    .pb-xl-5 {

        padding-bottom: 3rem !important

    }



    .ps-xl-0 {

        padding-left: 0 !important

    }



    .ps-xl-1 {

        padding-left: .25rem !important

    }



    .ps-xl-2 {

        padding-left: .5rem !important

    }



    .ps-xl-3 {

        padding-left: 1rem !important

    }



    .ps-xl-4 {

        padding-left: 1.5rem !important

    }



    .ps-xl-5 {

        padding-left: 3rem !important

    }



    .gap-xl-0 {

        gap: 0 !important

    }



    .gap-xl-1 {

        gap: .25rem !important

    }



    .gap-xl-2 {

        gap: .5rem !important

    }



    .gap-xl-3 {

        gap: 1rem !important

    }



    .gap-xl-4 {

        gap: 1.5rem !important

    }



    .gap-xl-5 {

        gap: 3rem !important

    }



    .row-gap-xl-0 {

        row-gap: 0 !important

    }



    .row-gap-xl-1 {

        row-gap: .25rem !important

    }



    .row-gap-xl-2 {

        row-gap: .5rem !important

    }



    .row-gap-xl-3 {

        row-gap: 1rem !important

    }



    .row-gap-xl-4 {

        row-gap: 1.5rem !important

    }



    .row-gap-xl-5 {

        row-gap: 3rem !important

    }



    .column-gap-xl-0 {

        -moz-column-gap: 0 !important;

        column-gap: 0 !important

    }



    .column-gap-xl-1 {

        -moz-column-gap: .25rem !important;

        column-gap: .25rem !important

    }



    .column-gap-xl-2 {

        -moz-column-gap: .5rem !important;

        column-gap: .5rem !important

    }



    .column-gap-xl-3 {

        -moz-column-gap: 1rem !important;

        column-gap: 1rem !important

    }



    .column-gap-xl-4 {

        -moz-column-gap: 1.5rem !important;

        column-gap: 1.5rem !important

    }



    .column-gap-xl-5 {

        -moz-column-gap: 3rem !important;

        column-gap: 3rem !important

    }



    .text-xl-start {

        text-align: left !important

    }



    .text-xl-end {

        text-align: right !important

    }



    .text-xl-center {

        text-align: center !important

    }

}



@media (min-width:1400px) {

    .float-xxl-start {

        float: left !important

    }



    .float-xxl-end {

        float: right !important

    }



    .float-xxl-none {

        float: none !important

    }



    .object-fit-xxl-contain {

        -o-object-fit: contain !important;

        object-fit: contain !important

    }



    .object-fit-xxl-cover {

        -o-object-fit: cover !important;

        object-fit: cover !important

    }



    .object-fit-xxl-fill {

        -o-object-fit: fill !important;

        object-fit: fill !important

    }



    .object-fit-xxl-scale {

        -o-object-fit: scale-down !important;

        object-fit: scale-down !important

    }



    .object-fit-xxl-none {

        -o-object-fit: none !important;

        object-fit: none !important

    }



    .d-xxl-inline {

        display: inline !important

    }



    .d-xxl-inline-block {

        display: inline-block !important

    }



    .d-xxl-block {

        display: block !important

    }



    .d-xxl-grid {

        display: grid !important

    }



    .d-xxl-inline-grid {

        display: inline-grid !important

    }



    .d-xxl-table {

        display: table !important

    }



    .d-xxl-table-row {

        display: table-row !important

    }



    .d-xxl-table-cell {

        display: table-cell !important

    }



    .d-xxl-flex {

        display: flex !important

    }



    .d-xxl-inline-flex {

        display: inline-flex !important

    }



    .d-xxl-none {

        display: none !important

    }



    .flex-xxl-fill {

        flex: 1 1 auto !important

    }



    .flex-xxl-row {

        flex-direction: row !important

    }



    .flex-xxl-column {

        flex-direction: column !important

    }



    .flex-xxl-row-reverse {

        flex-direction: row-reverse !important

    }



    .flex-xxl-column-reverse {

        flex-direction: column-reverse !important

    }



    .flex-xxl-grow-0 {

        flex-grow: 0 !important

    }



    .flex-xxl-grow-1 {

        flex-grow: 1 !important

    }



    .flex-xxl-shrink-0 {

        flex-shrink: 0 !important

    }



    .flex-xxl-shrink-1 {

        flex-shrink: 1 !important

    }



    .flex-xxl-wrap {

        flex-wrap: wrap !important

    }



    .flex-xxl-nowrap {

        flex-wrap: nowrap !important

    }



    .flex-xxl-wrap-reverse {

        flex-wrap: wrap-reverse !important

    }



    .justify-content-xxl-start {

        justify-content: flex-start !important

    }



    .justify-content-xxl-end {

        justify-content: flex-end !important

    }



    .justify-content-xxl-center {

        justify-content: center !important

    }



    .justify-content-xxl-between {

        justify-content: space-between !important

    }



    .justify-content-xxl-around {

        justify-content: space-around !important

    }



    .justify-content-xxl-evenly {

        justify-content: space-evenly !important

    }



    .align-items-xxl-start {

        align-items: flex-start !important

    }



    .align-items-xxl-end {

        align-items: flex-end !important

    }



    .align-items-xxl-center {

        align-items: center !important

    }



    .align-items-xxl-baseline {

        align-items: baseline !important

    }



    .align-items-xxl-stretch {

        align-items: stretch !important

    }



    .align-content-xxl-start {

        align-content: flex-start !important

    }



    .align-content-xxl-end {

        align-content: flex-end !important

    }



    .align-content-xxl-center {

        align-content: center !important

    }



    .align-content-xxl-between {

        align-content: space-between !important

    }



    .align-content-xxl-around {

        align-content: space-around !important

    }



    .align-content-xxl-stretch {

        align-content: stretch !important

    }



    .align-self-xxl-auto {

        align-self: auto !important

    }



    .align-self-xxl-start {

        align-self: flex-start !important

    }



    .align-self-xxl-end {

        align-self: flex-end !important

    }



    .align-self-xxl-center {

        align-self: center !important

    }



    .align-self-xxl-baseline {

        align-self: baseline !important

    }



    .align-self-xxl-stretch {

        align-self: stretch !important

    }



    .order-xxl-first {

        order: -1 !important

    }



    .order-xxl-0 {

        order: 0 !important

    }



    .order-xxl-1 {

        order: 1 !important

    }



    .order-xxl-2 {

        order: 2 !important

    }



    .order-xxl-3 {

        order: 3 !important

    }



    .order-xxl-4 {

        order: 4 !important

    }



    .order-xxl-5 {

        order: 5 !important

    }



    .order-xxl-last {

        order: 6 !important

    }



    .m-xxl-0 {

        margin: 0 !important

    }



    .m-xxl-1 {

        margin: .25rem !important

    }



    .m-xxl-2 {

        margin: .5rem !important

    }



    .m-xxl-3 {

        margin: 1rem !important

    }



    .m-xxl-4 {

        margin: 1.5rem !important

    }



    .m-xxl-5 {

        margin: 3rem !important

    }



    .m-xxl-auto {

        margin: auto !important

    }



    .mx-xxl-0 {

        margin-left: 0 !important;

        margin-right: 0 !important

    }



    .mx-xxl-1 {

        margin-left: .25rem !important;

        margin-right: .25rem !important

    }



    .mx-xxl-2 {

        margin-left: .5rem !important;

        margin-right: .5rem !important

    }



    .mx-xxl-3 {

        margin-left: 1rem !important;

        margin-right: 1rem !important

    }



    .mx-xxl-4 {

        margin-left: 1.5rem !important;

        margin-right: 1.5rem !important

    }



    .mx-xxl-5 {

        margin-left: 3rem !important;

        margin-right: 3rem !important

    }



    .mx-xxl-auto {

        margin-left: auto !important;

        margin-right: auto !important

    }



    .my-xxl-0 {

        margin-bottom: 0 !important;

        margin-top: 0 !important

    }



    .my-xxl-1 {

        margin-bottom: .25rem !important;

        margin-top: .25rem !important

    }



    .my-xxl-2 {

        margin-bottom: .5rem !important;

        margin-top: .5rem !important

    }



    .my-xxl-3 {

        margin-bottom: 1rem !important;

        margin-top: 1rem !important

    }



    .my-xxl-4 {

        margin-bottom: 1.5rem !important;

        margin-top: 1.5rem !important

    }



    .my-xxl-5 {

        margin-bottom: 3rem !important;

        margin-top: 3rem !important

    }



    .my-xxl-auto {

        margin-bottom: auto !important;

        margin-top: auto !important

    }



    .mt-xxl-0 {

        margin-top: 0 !important

    }



    .mt-xxl-1 {

        margin-top: .25rem !important

    }



    .mt-xxl-2 {

        margin-top: .5rem !important

    }



    .mt-xxl-3 {

        margin-top: 1rem !important

    }



    .mt-xxl-4 {

        margin-top: 1.5rem !important

    }



    .mt-xxl-5 {

        margin-top: 3rem !important

    }



    .mt-xxl-auto {

        margin-top: auto !important

    }



    .me-xxl-0 {

        margin-right: 0 !important

    }



    .me-xxl-1 {

        margin-right: .25rem !important

    }



    .me-xxl-2 {

        margin-right: .5rem !important

    }



    .me-xxl-3 {

        margin-right: 1rem !important

    }



    .me-xxl-4 {

        margin-right: 1.5rem !important

    }



    .me-xxl-5 {

        margin-right: 3rem !important

    }



    .me-xxl-auto {

        margin-right: auto !important

    }



    .mb-xxl-0 {

        margin-bottom: 0 !important

    }



    .mb-xxl-1 {

        margin-bottom: .25rem !important

    }



    .mb-xxl-2 {

        margin-bottom: .5rem !important

    }



    .mb-xxl-3 {

        margin-bottom: 1rem !important

    }



    .mb-xxl-4 {

        margin-bottom: 1.5rem !important

    }



    .mb-xxl-5 {

        margin-bottom: 3rem !important

    }



    .mb-xxl-auto {

        margin-bottom: auto !important

    }



    .ms-xxl-0 {

        margin-left: 0 !important

    }



    .ms-xxl-1 {

        margin-left: .25rem !important

    }



    .ms-xxl-2 {

        margin-left: .5rem !important

    }



    .ms-xxl-3 {

        margin-left: 1rem !important

    }



    .ms-xxl-4 {

        margin-left: 1.5rem !important

    }



    .ms-xxl-5 {

        margin-left: 3rem !important

    }



    .ms-xxl-auto {

        margin-left: auto !important

    }



    .p-xxl-0 {

        padding: 0 !important

    }



    .p-xxl-1 {

        padding: .25rem !important

    }



    .p-xxl-2 {

        padding: .5rem !important

    }



    .p-xxl-3 {

        padding: 1rem !important

    }



    .p-xxl-4 {

        padding: 1.5rem !important

    }



    .p-xxl-5 {

        padding: 3rem !important

    }



    .px-xxl-0 {

        padding-left: 0 !important;

        padding-right: 0 !important

    }



    .px-xxl-1 {

        padding-left: .25rem !important;

        padding-right: .25rem !important

    }



    .px-xxl-2 {

        padding-left: .5rem !important;

        padding-right: .5rem !important

    }



    .px-xxl-3 {

        padding-left: 1rem !important;

        padding-right: 1rem !important

    }



    .px-xxl-4 {

        padding-left: 1.5rem !important;

        padding-right: 1.5rem !important

    }



    .px-xxl-5 {

        padding-left: 3rem !important;

        padding-right: 3rem !important

    }



    .py-xxl-0 {

        padding-bottom: 0 !important;

        padding-top: 0 !important

    }



    .py-xxl-1 {

        padding-bottom: .25rem !important;

        padding-top: .25rem !important

    }



    .py-xxl-2 {

        padding-bottom: .5rem !important;

        padding-top: .5rem !important

    }



    .py-xxl-3 {

        padding-bottom: 1rem !important;

        padding-top: 1rem !important

    }



    .py-xxl-4 {

        padding-bottom: 1.5rem !important;

        padding-top: 1.5rem !important

    }



    .py-xxl-5 {

        padding-bottom: 3rem !important;

        padding-top: 3rem !important

    }



    .pt-xxl-0 {

        padding-top: 0 !important

    }



    .pt-xxl-1 {

        padding-top: .25rem !important

    }



    .pt-xxl-2 {

        padding-top: .5rem !important

    }



    .pt-xxl-3 {

        padding-top: 1rem !important

    }



    .pt-xxl-4 {

        padding-top: 1.5rem !important

    }



    .pt-xxl-5 {

        padding-top: 3rem !important

    }



    .pe-xxl-0 {

        padding-right: 0 !important

    }



    .pe-xxl-1 {

        padding-right: .25rem !important

    }



    .pe-xxl-2 {

        padding-right: .5rem !important

    }



    .pe-xxl-3 {

        padding-right: 1rem !important

    }



    .pe-xxl-4 {

        padding-right: 1.5rem !important

    }



    .pe-xxl-5 {

        padding-right: 3rem !important

    }



    .pb-xxl-0 {

        padding-bottom: 0 !important

    }



    .pb-xxl-1 {

        padding-bottom: .25rem !important

    }



    .pb-xxl-2 {

        padding-bottom: .5rem !important

    }



    .pb-xxl-3 {

        padding-bottom: 1rem !important

    }



    .pb-xxl-4 {

        padding-bottom: 1.5rem !important

    }



    .pb-xxl-5 {

        padding-bottom: 3rem !important

    }



    .ps-xxl-0 {

        padding-left: 0 !important

    }



    .ps-xxl-1 {

        padding-left: .25rem !important

    }



    .ps-xxl-2 {

        padding-left: .5rem !important

    }



    .ps-xxl-3 {

        padding-left: 1rem !important

    }



    .ps-xxl-4 {

        padding-left: 1.5rem !important

    }



    .ps-xxl-5 {

        padding-left: 3rem !important

    }



    .gap-xxl-0 {

        gap: 0 !important

    }



    .gap-xxl-1 {

        gap: .25rem !important

    }



    .gap-xxl-2 {

        gap: .5rem !important

    }



    .gap-xxl-3 {

        gap: 1rem !important

    }



    .gap-xxl-4 {

        gap: 1.5rem !important

    }



    .gap-xxl-5 {

        gap: 3rem !important

    }



    .row-gap-xxl-0 {

        row-gap: 0 !important

    }



    .row-gap-xxl-1 {

        row-gap: .25rem !important

    }



    .row-gap-xxl-2 {

        row-gap: .5rem !important

    }



    .row-gap-xxl-3 {

        row-gap: 1rem !important

    }



    .row-gap-xxl-4 {

        row-gap: 1.5rem !important

    }



    .row-gap-xxl-5 {

        row-gap: 3rem !important

    }



    .column-gap-xxl-0 {

        -moz-column-gap: 0 !important;

        column-gap: 0 !important

    }



    .column-gap-xxl-1 {

        -moz-column-gap: .25rem !important;

        column-gap: .25rem !important

    }



    .column-gap-xxl-2 {

        -moz-column-gap: .5rem !important;

        column-gap: .5rem !important

    }



    .column-gap-xxl-3 {

        -moz-column-gap: 1rem !important;

        column-gap: 1rem !important

    }



    .column-gap-xxl-4 {

        -moz-column-gap: 1.5rem !important;

        column-gap: 1.5rem !important

    }



    .column-gap-xxl-5 {

        -moz-column-gap: 3rem !important;

        column-gap: 3rem !important

    }



    .text-xxl-start {

        text-align: left !important

    }



    .text-xxl-end {

        text-align: right !important

    }



    .text-xxl-center {

        text-align: center !important

    }

}



@media (min-width:1200px) {

    .fs-1 {

        font-size: 2.5rem !important

    }



    .fs-2 {

        font-size: 2rem !important

    }



    .fs-3 {

        font-size: 1.75rem !important

    }



    .fs-4 {

        font-size: 1.5rem !important

    }

}



@media print {

    .d-print-inline {

        display: inline !important

    }



    .d-print-inline-block {

        display: inline-block !important

    }



    .d-print-block {

        display: block !important

    }



    .d-print-grid {

        display: grid !important

    }



    .d-print-inline-grid {

        display: inline-grid !important

    }



    .d-print-table {

        display: table !important

    }



    .d-print-table-row {

        display: table-row !important

    }



    .d-print-table-cell {

        display: table-cell !important

    }



    .d-print-flex {

        display: flex !important

    }



    .d-print-inline-flex {

        display: inline-flex !important

    }



    .d-print-none {

        display: none !important

    }

}



:root {

    --white: #fff;

    --black: #000;

    --body-font-color: #292929;

    --shape-border: #e5e5e5;

    --scrollbar-color: #aeaeae;

    --light-border: #dceee6;

    --theme-default: #308e87;

    --theme-secondary: #f39159;

    --body-color: #f9f7f6;

    --primary-color: #308e87;

    --secondary-color: #f39159;

    --success-color: #3eb95f;

    --info-color: #02a2b9;

    --warning-color: #ea9200;

    --danger-color: #e74b2b;

    --light-color: #f5f5f5;

    --footer-icon: #f40000;

    --active-bg-color: #d9e8e5;

    --font-color: #aaa3a0;

    --border-color: #ebebeb;

    --light-gray: #e5e5e5;

    --light-semi-gray: #efefef;

    --bg-light: #f4f4f4;

    --light-fill: #f4f4f4;

    --dark: #292929;

    --light-background: #f2f3f7;

    --theme-body-font-color: #2f2f3b;

    --light-text: #999;

    --light-chartist-grid-color: #f6f9fd;

    --gray-60: #ccc;

    --span-color: #f2f3f7;

    --light-gray-color: #aaa3a0;

    --gray-200: #e9ecef;

    --gray-700: #495057;

    --gray2: #d3d3d3;

    --table-border: #e4e4e4;

    --alert-light-light: #f1efee;

    --border-light-color: #f3f3f3;

    --form-select: #ced4da;

    --timline-dot-line: #52526c;

    --light2: #1d1e26;

    --pitch-color: #fe8a7d;

    --categorie-hover: #f4f5f8;

    --color-fiord: #455a64;

    --dropdown-menu: #2b2b2b;

    --dropdown-bg-color: #f9f9f9;

    --dropdown-content-color: #f2f2f2;

    --dropdown-toggle: #308e87;

    --table-hover-color: #f6f6f6;

    --table-double-color: #dee2e6;

    --ping-success: #369b36;

    --ping-light-success: #70c770;

    --fb: #50598e;

    --twitter: #6fa2d8;

    --google-plus: #c64e40;

    --linkedin: #0077b5;

    --face-hue1: 60;

    --face-hue2: 30;

    --delay-left: 0s;

    --delay-right: 0s;

    --delay-mouth-lower: 0s;

    --delay-mouth-upper: 0s;

    --input-hue: 60;

    --percent: 50%;

    --hue: 223;

    --face: hsl(var(--hue), 10%, 100%);

    --lt-gray: hsl(var(--hue), 10%, 95%);

    --gray1: hsl(var(--hue), 10%, 90%);

    --gray2: hsl(var(--hue), 10%, 80%);

    --gray7: hsl(var(--hue), 10%, 30%);

    --gray9: hsl(var(--hue), 10%, 10%);

    --primary: hsl(var(--hue), 90%, 55%);

    --trans-dur: .3s;

    --normal: #eceaf3;

    --normal-shadow: #d9d8e3;

    --normal-mouth: #9795a4;

    --normal-eye: #595861;

    --active: #f8da69;

    --active-shadow: #f4b555;

    --active-mouth: #f05136;

    --active-eye: #313036;

    --active-tear: #76b5e7;

    --active-shadow-angry: #e94f1d;

    --landing-footer-bg: #11312e

}



.dark-only,

.dark-sidebar .logo-wrapper,

.dark-sidebar .page-sidebar {

    --black: #fff;

    --white: #181919;

    --font-color: #7c7a7a;

    --dark: #9d9999;

    --body-font-color: #e2e2e2;

    --light-gray-color: #f1f1f1;

    --gray-700: #a7a7a7;

    --gray2: #5f5f5f;

    --gray-60: #858585;

    --shape-border: #474545;

    --span-color: #1d1d1d;

    --scrollbar-color: #eee;

    --body-color: #0e0f0f;

    --light-border: #474545;

    --light-gray: #474545;

    --sub-title: #b6b0b0;

    --border-color: #474545;

    --gray-200: #313131;

    --active-bg-color: #1d1d1d;

    --bg-light: #0e0f0f;

    --light-semi-gray: #0e0f0f;

    --alert-light-light: #181919;

    --theme-body-font-color: #b6b0b0;

    --light-background: #0e0f0f;

    --light-color: #0e0f0f;

    --dropdown-menu: #fff;

    --border-light-color: #474545;

    --timline-dot-line: #b6b0b0;

    --bs-tertiary-bg: #181919;

    --bs-body-bg: #181919;

    --bs-heading-color: #c6c6c6;

    --bs-body-color: #b6b0b0;

    --bs-border-color: #474545;

    --bs-white-rgb: #0e0f0f;

    --bs-popover-header-bg: #0e0f0f;

    --bs-toast-header-bg: #0e0f0f;

    --bs-secondary-color: #b6b0b0;

    --bs-btn-color: #b6b0b0;

    --bs-btn-active-color: #b6b0b0;

    --bs-nav-tabs-link-hover-border-color: #e9ecef

}



@keyframes spin {

    to {

        transform: rotate(1turn)

    }

}



body {

    background-color: transparent !important;

    color: var(--body-font-color);

    font-family: Nunito Sans, sans-serif;

    font-size: 14px;

    overflow-x: hidden

}



body,

html {

    height: 100%

}



.h1,

.h2,

.h3,

.h4,

.h5,

.h6,

h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0

}



.h1,

h1 {

    font-size: 30px;

    font-weight: 700

}



.h2,

h2 {

    font-size: 24px

}



.h2,

.h3,

h2,

h3 {

    font-weight: 700;

    letter-spacing: .5px

}



.h3,

h3 {

    font-size: 20px

}



.h4,

h4 {

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1px

}



.h5,

h5 {

    font-size: 16px;

    font-weight: 500;

    letter-spacing: .5px;

    line-height: 1.4

}



@media (max-width:575.98px) {



    .h5,

    h5 {

        font-size: 15px

    }

}



.h6,

h6 {

    font-size: 14px;

    font-weight: 400;

    letter-spacing: .5px;

    line-height: 1

}



a {

    font-size: 14px;

    text-decoration: none

}



a,

a:hover {

    color: var(--theme-default);

    transition: all .5s

}



a:focus-visible {

    outline: none

}



blockquote {

    border-left: 4px solid var(--theme-default);

    padding: 18px

}



blockquote .blockquote-footer,

blockquote p {

    font-size: 16px

}



.figure.text-center blockquote {

    border: none !important

}



.figure.text-end blockquote {

    border-left: none !important;

    border-right: 4px solid var(--theme-default)

}



.svg-color {

    height: 24px;

    width: 24px;

    stroke: var(--body-font-color)

}



.svg-white {

    stroke: var(--white)

}



span {

    display: inline-block

}



ul {

    list-style-type: none;

    margin: 0;

    padding: 0

}



.card-wrapper {

    padding: 14px

}



.card-wrapper dl dt {

    font-weight: 500

}



.list-section ul {

    list-style: disc;

    margin-left: 15px

}



.common-flex {

    display: flex;

    flex-wrap: wrap;

    gap: 12px

}



.text-gray2 {

    color: var(--gray2)

}



.text-success {

    color: var(--success-color) !important

}



.text-danger {

    color: var(--danger-color) !important

}



.text-warning {

    color: var(--warning-color) !important

}



.text-info {

    color: var(--info-color) !important

}



.text-light {

    color: var(--light-color) !important

}



.text-dark {

    color: var(--body-font-color) !important

}



.swal-button,

.swal-button:active {

    background-color: var(--theme-default)

}



.swal-button--cancel {

    background-color: #efefee !important

}



::selection {

    background-color: var(--theme-default);

    color: var(--white)

}



::-moz-selection {

    background-color: var(--theme-default);

    color: var(--white)

}



.f-w-100 {

    font-weight: 100 !important

}



.f-w-300 {

    font-weight: 300 !important

}



.f-w-500 {

    font-weight: 500 !important

}



.f-w-400 {

    font-weight: 400 !important

}



.f-w-600 {

    font-weight: 600 !important

}



.f-w-700 {

    font-weight: 700 !important

}



.f-w-900 {

    font-weight: 900 !important

}



* {

    scrollbar-color: var(--scrollbar-color);

    scrollbar-width: auto

}



::-webkit-scrollbar {

    height: 7px;

    width: 5px

}



::-webkit-scrollbar-track {

    background: var(--white)

}



::-webkit-scrollbar-thumb {

    background-color: var(--scrollbar-color);

    border-radius: 10px

}



.text-primary {

    color: var(--theme-default) !important

}



.text-secondary {

    color: var(--theme-secondary) !important

}



.custom-scroll::-webkit-scrollbar {

    height: 6px;

    width: 6px

}



.custom-scroll::-webkit-scrollbar-track {

    background-color: var(--gray-200)

}



.custom-scroll::-webkit-scrollbar-thumb {

    background-color: rgb(175 175 175 / .2);

    border: 1px solid var(--light-gray);

    border-radius: 3px

}



.chat-page .h1,

.chat-page .h2,

.chat-page .h3,

.chat-page .h4,

.chat-page .h5,

.chat-page .h6,

.chat-page .uk-h1,

.chat-page .uk-h2,

.chat-page .uk-h3,

.chat-page .uk-h4,

.chat-page .uk-h5,

.chat-page .uk-h6,

.chat-page .uk-heading-2xxlarge,

.chat-page .uk-heading-large,

.chat-page .uk-heading-medium,

.chat-page .uk-heading-small,

.chat-page .uk-heading-xxlarge,

.chat-page h1,

.chat-page h2,

.chat-page h3,

.chat-page h4,

.chat-page h5,

.chat-page h6,

.chat-page html {

    font-family: Nunito Sans, sans-serif

}



.datatable-wrapper.no-footer .datatable-container {

    border-bottom: none

}



.form-label {

    font-weight: 600

}



.datatable-selector {

    color: var(--gray-700)

}



.form-control:focus {

    border-color: var(--theme-default)

}



.list-circle {

    list-style: circle

}



.popover {

    z-index: 3

}



.page-link:focus {

    background-color: var(--white)

}



.swal2-styled.swal2-confirm {

    background-color: var(--theme-default) !important

}



.swal2-styled.swal2-confirm:focus {

    box-shadow: unset !important

}



.d-flex {

    justify-content: start

}



.d-flex.flex-column {

    align-items: flex-start !important

}



.product-filter .owl-carousel {

    display: block !important

}



.p-20 {

    padding: 20px

}



.btn-fb,

.btn-google,

.btn-linkedin,

.btn-twitter {

    color: var(--white);

    width: 100%

}



.btn-fb:hover,

.btn-google:hover,

.btn-linkedin:hover,

.btn-twitter:hover {

    color: var(--white)

}



.btn-fb,

.btn-fb:hover {

    background-color: var(--fb)

}



.btn-twitter,

.btn-twitter:hover {

    background-color: var(--twitter)

}



.btn-google,

.btn-google:hover {

    background-color: var(--google-plus)

}



.btn-linkedin,

.btn-linkedin:hover {

    background-color: var(--linkedin)

}



input:focus {

    border-color: none

}



.ace-editor {

    height: 400px;

    width: 100%

}



.ace_gutter {

    z-index: 1 !important

}



.datatable-container::-webkit-scrollbar,

.theme-scrollbar::-webkit-scrollbar {

    height: 5px;

    width: 6px

}



.datatable-container::-webkit-scrollbar-track,

.theme-scrollbar::-webkit-scrollbar-track {

    background-color: var(--gray-200)

}



.datatable-container::-webkit-scrollbar-thumb,

.theme-scrollbar::-webkit-scrollbar-thumb {

    background-color: rgb(175 175 175 / .2);

    border: 1px solid var(--light-gray);

    border-radius: 3px

}



.tap-top {

    background: var(--theme-default);

    border: none;

    border-radius: 100%;

    bottom: 30px;

    box-shadow: 0 0 10px var(--theme-default);

    color: var(--white);

    cursor: pointer;

    display: none;

    height: 40px;

    opacity: .5;

    padding: 7px;

    position: fixed;

    right: 30px;

    text-align: center;

    transition: all .3s ease;

    width: 40px;

    z-index: 5

}



.tap-top:hover {

    opacity: 1;

    transition: all .3s ease

}



.tap-top i {

    line-height: 1.9

}



.b-primary,

.border-primary {

    border: 1px solid var(--theme-default) !important

}



.b-t-primary,

.border-t-primary {

    border-top: 1px solid var(--theme-default) !important

}



.b-b-primary,

.border-b-primary {

    border-bottom: 1px solid var(--theme-default) !important

}



.b-l-primary,

.border-l-primary {

    border-left: 1px solid var(--theme-default) !important

}



.b-r-primary,

.border-r-primary {

    border-right: 1px solid var(--theme-default) !important

}



.b-secondary,

.border-secondary {

    border: 1px solid var(--theme-secondary) !important

}



.b-t-secondary,

.border-t-secondary {

    border-top: 1px solid var(--theme-secondary) !important

}



.b-b-secondary,

.border-b-secondary {

    border-bottom: 1px solid var(--theme-secondary) !important

}



.b-l-secondary,

.border-l-secondary {

    border-left: 1px solid var(--theme-secondary) !important

}



.b-r-secondary,

.border-r-secondary {

    border-right: 1px solid var(--theme-secondary) !important

}



.b-success,

.border-success {

    border: 1px solid var(--success-color) !important

}



.b-t-success,

.border-t-success {

    border-top: 1px solid var(--success-color) !important

}



.b-b-success,

.border-b-success {

    border-bottom: 1px solid var(--success-color) !important

}



.b-l-success,

.border-l-success {

    border-left: 1px solid var(--success-color) !important

}



.b-r-success,

.border-r-success {

    border-right: 1px solid var(--success-color) !important

}



.b-danger,

.border-danger {

    border: 1px solid var(--danger-color) !important

}



.b-t-danger,

.border-t-danger {

    border-top: 1px solid var(--danger-color) !important

}



.b-b-danger,

.border-b-danger {

    border-bottom: 1px solid var(--danger-color) !important

}



.b-l-danger,

.border-l-danger {

    border-left: 1px solid var(--danger-color) !important

}



.b-r-danger,

.border-r-danger {

    border-right: 1px solid var(--danger-color) !important

}



.b-warning,

.border-warning {

    border: 1px solid var(--warning-color) !important

}



.b-t-warning,

.border-t-warning {

    border-top: 1px solid var(--warning-color) !important

}



.b-b-warning,

.border-b-warning {

    border-bottom: 1px solid var(--warning-color) !important

}



.b-l-warning,

.border-l-warning {

    border-left: 1px solid var(--warning-color) !important

}



.b-r-warning,

.border-r-warning {

    border-right: 1px solid var(--warning-color) !important

}



.b-info,

.border-info {

    border: 1px solid var(--info-color) !important

}



.b-t-info,

.border-t-info {

    border-top: 1px solid var(--info-color) !important

}



.b-b-info,

.border-b-info {

    border-bottom: 1px solid var(--info-color) !important

}



.b-l-info,

.border-l-info {

    border-left: 1px solid var(--info-color) !important

}



.b-r-info,

.border-r-info {

    border-right: 1px solid var(--info-color) !important

}



.b-light,

.border-light {

    border: 1px solid var(--light-color) !important

}



.b-t-light,

.border-t-light {

    border-top: 1px solid var(--light-color) !important

}



.b-b-light,

.border-b-light {

    border-bottom: 1px solid var(--light-color) !important

}



.b-l-light,

.border-l-light {

    border-left: 1px solid var(--light-color) !important

}



.b-r-light,

.border-r-light {

    border-right: 1px solid var(--light-color) !important

}



.b-dark,

.border-dark {

    border: 1px solid var(--body-font-color) !important

}



.b-t-dark,

.border-t-dark {

    border-top: 1px solid var(--body-font-color) !important

}



.b-b-dark,

.border-b-dark {

    border-bottom: 1px solid var(--body-font-color) !important

}



.b-l-dark,

.border-l-dark {

    border-left: 1px solid var(--body-font-color) !important

}



.b-r-dark,

.border-r-dark {

    border-right: 1px solid var(--body-font-color) !important

}



.border-1 {

    border-width: 1px !important

}



.border-2 {

    border-width: 2px !important

}



.border-3 {

    border-width: 3px !important

}



.border-4 {

    border-width: 4px !important

}



.border-5 {

    border-width: 5px !important

}



.border-6 {

    border-width: 6px !important

}



.border-7 {

    border-width: 7px !important

}



.border-8 {

    border-width: 8px !important

}



.border-9 {

    border-width: 9px !important

}



.border-10 {

    border-width: 10px !important

}



.bg-primary {

    background-color: var(--theme-default) !important

}



.bg-primary,

.bg-secondary {

    color: var(--white) !important

}



.bg-secondary {

    background-color: var(--theme-secondary) !important

}



.bg-success {

    background-color: var(--success-color) !important

}



.bg-danger,

.bg-success {

    color: var(--white) !important

}



.bg-danger {

    background-color: var(--danger-color) !important

}



.bg-warning {

    background-color: var(--warning-color) !important

}



.bg-info,

.bg-warning {

    color: var(--white) !important

}



.bg-info {

    background-color: var(--info-color) !important

}



.bg-light {

    background-color: var(--light-color) !important;

    color: var(--body-font-color) !important

}



.bg-dark,

.bg-light {

    color: var(--body-font-color) !important

}



.bg-dark {

    background-color: var(--body-font-color) !important

}



.bg-light-primary {

    background-color: rgb(175 175 175 / .1) !important

}



.bg-light-secondary {

    background-color: rgb(243 145 89 / .1) !important

}



.bg-light-success {

    background-color: rgb(62 185 95 / .1) !important

}



.bg-light-danger {

    background-color: rgb(231 75 43 / .1) !important

}



.bg-light-warning {

    background-color: rgb(234 146 0 / .1) !important

}



.bg-light-info {

    background-color: rgb(2 162 185 / .1) !important

}



.bg-light-light {

    background-color: hsl(0 0% 96% / .1) !important

}



.bg-light-dark {

    background-color: rgb(41 41 41 / .1) !important

}



.bg-light-primary {

    color: var(--theme-default) !important

}



.bg-light-secondary {

    color: var(--theme-secondary) !important

}



.bg-light-success {

    color: var(--success-color) !important

}



.bg-light-danger {

    color: var(--danger-color) !important

}



.bg-light-warning {

    color: var(--warning-color) !important

}



.bg-light-info {

    color: var(--info-color) !important

}



.bg-light-light {

    color: var(--light-color) !important

}



.bg-light-dark {

    color: var(--body-font-color) !important

}



@media screen and (max-width:1399.98px) and (min-width:1200px) {

    .proorder-xxl-1 {

        order: 1

    }



    .proorder-xxl-2 {

        order: 2

    }



    .proorder-xxl-3 {

        order: 3

    }



    .proorder-xxl-4 {

        order: 4

    }



    .proorder-xxl-5 {

        order: 5

    }



    .proorder-xxl-6 {

        order: 6

    }



    .proorder-xxl-7 {

        order: 7

    }



    .proorder-xxl-8 {

        order: 8

    }



    .proorder-xxl-9 {

        order: 9

    }



    .proorder-xxl-10 {

        order: 10

    }



    .proorder-xxl-11 {

        order: 11

    }



    .proorder-xxl-12 {

        order: 12

    }

}



.line-primary:before {

    background-color: var(--theme-default) !important

}



.line-primary:before,

.line-secondary:before {

    border-radius: 10px;

    content: "";

    height: 29px;

    width: 3px

}



.line-secondary:before {

    background-color: var(--theme-secondary) !important

}



.line-success:before {

    background-color: var(--success-color) !important

}



.line-danger:before,

.line-success:before {

    border-radius: 10px;

    content: "";

    height: 29px;

    width: 3px

}



.line-danger:before {

    background-color: var(--danger-color) !important

}



.line-warning:before {

    background-color: var(--warning-color) !important

}



.line-info:before,

.line-warning:before {

    border-radius: 10px;

    content: "";

    height: 29px;

    width: 3px

}



.line-info:before {

    background-color: var(--info-color) !important

}



.line-light:before {

    background-color: var(--light-color) !important

}



.line-dark:before,

.line-light:before {

    border-radius: 10px;

    content: "";

    height: 29px;

    width: 3px

}



.line-dark:before {

    background-color: var(--body-font-color) !important

}



.m-r-10 {

    margin-right: 10px

}



.dark-only .page-sidebar .logo-wrapper,

.dark-sidebar .page-sidebar .logo-wrapper {

    background-color: var(--body-color)

}



.dark-only .grid-showcase .grid-vertical span {

    border: 1px solid var(--light-gray)

}



.dark-only .accordion-button,

.dark-only .accordion-item {

    background-color: var(--body-color)

}



.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).social-profile {

    background-blend-mode: overlay

}



.dark-only .default-dashboard .transaction-history table tbody tr td .d-flex .flex-shrink-0 img {

    filter: invert(.8)

}



.dark-only .default-dashboard .total-invest .invest-content .stroke-icon {

    filter: invert(1)

}



.dark-only .fc .fc-list-event:hover td,

.dark-only .fc .fc-list-sticky .fc-list-day>* {

    background-color: var(--white)

}



.dark-only .fc-timegrid-event-harness-inset .fc-timegrid-event {

    border: 1px solid var(--border-color);

    box-shadow: none

}



.dark-only .fc-theme-standard .fc-list,

.dark-only .fc-theme-standard td,

.dark-only .fc-theme-standard th {

    border: 1px solid var(--border-color)

}



.dark-only .fc-theme-standard .fc-list td,

.dark-only .fc-theme-standard .fc-list th {

    border: none

}



.dark-only .checkout .checkout-details {

    background-color: var(--white);

    border-color: var(--border-light-color)

}



.dark-only .bg-danger.text-white,

.dark-only .bg-primary.text-white,

.dark-only .bg-warning.text-white,

.dark-only .btn-info.text-white,

.dark-only .btn-warning.text-white {

    color: var(--black) !important

}



.dark-only table.dataTable.display tbody tr.even>.sorting_1 {

    background-color: var(--white)

}



.dark-only .popover-header {

    background-color: var(--body-color)

}



.dark-only .nav-primary .nav-link.active,

.dark-only .nav-success .nav-link.active,

.dark-only .nav-warning .nav-link.active {

    color: var(--black) !important

}



.dark-only .material-wrapper .border-tab.nav-left .nav-link {

    color: var(--sub-title)

}



.dark-only .alert-light-dark {

    background-color: var(--body-color)

}



.dark-only .dropdown-basic .dropdown .dropdown-content a {

    background: var(--white);

    color: var(--sub-title);

    opacity: unset

}



.dark-only .btn-group .btn:hover {

    color: var(--black)

}



.dark-only .list-group .list-group-item:hover,

.dark-only .list-hover-primary.active,

.dark-only .list-hover-primary:hover {

    color: var(--sub-title)

}



.dark-only .breadcrumb.bg-primary,

.dark-only .breadcrumb.bg-secondary,

.dark-only .color-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item:before {

    color: var(--black)

}



.dark-only .pagination-primary .page-item.active .page-link {

    color: var(--black) !important

}



.dark-only .bg-warning .toast-body {

    background-color: var(--warning-color) !important;

    color: var(--black)

}



.dark-only .toast-header {

    border-bottom-color: var(--border-light-color)

}



.dark-only .toast-body,

.dark-only .toast-header {

    background-color: var(--body-color);

    color: var(--sub-title)

}



.dark-only .toast-body .btn-light,

.dark-only .toast-header .btn-light {

    background-color: var(--white);

    color: var(--sub-title)

}



.dark-only .toast.show {

    border: 1px solid var(--light-gray)

}



.dark-only .filepond--panel-root {

    background-color: var(--body-color) !important

}



.dark-only .filepond--drop-label {

    color: var(--sub-title)

}



.dark-only .switch-outline .switch-state:before {

    background-color: var(--body-color)

}



.dark-only .bootstrap-touchspin button,

.dark-only .bootstrap-touchspin button i,

.dark-only .pre-post-touchspin button,

.dark-only .pre-post-touchspin button i,

.dark-only .switch-outline .switch-state:after,

.dark-only .timeline-plugin .timeline li div {

    color: var(--black)

}



.dark-only .bootstrap-touchspin .input-touchspin,

.dark-only .pre-post-touchspin .input-touchspin {

    background-color: var(--body-color);

    color: var(--black)

}



.dark-only .icon-main .icons-item {

    background-color: var(--body-color)

}



.dark-only .btn-showcase .text-dark,

.dark-only .btn-showcase .text-light {

    color: var(--black) !important

}



.dark-only .apexcharts-canvas svg .apexcharts-subtitle-text,

.dark-only .apexcharts-canvas svg .apexcharts-title-text,

.dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label,

.dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-yaxis-label,

.dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-yaxis-texts-g .apexcharts-xaxis-label,

.dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label,

.dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label,

.dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-xaxis-texts-g .apexcharts-yaxis-label,

.dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-xaxis-label,

.dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label {

    fill: var(--sub-title)

}



.dark-only .apexcharts-canvas svg .apexcharts-legend-series span {

    color: var(--sub-title) !important

}



.dark-only .add-post .btn-light,

.dark-only .animate-chk label,

.dark-only .faq-body p,

.dark-only .faq-widgets p,

.dark-only .faq-widgets svg {

    color: var(--sub-title)

}



.dark-only .checkbox_animated:after {

    background-color: var(--body-color);

    border: 2px solid var(--light-gray)

}



.dark-only .choices__list--multiple .choices__item {

    color: var(--sub-title)

}



.dark-only .choices__list--dropdown.choices__list[aria-expanded] {

    background-color: var(--body-color) !important;

    border-color: var(--border-color) !important

}



.dark-only .text-light {

    color: var(--black) !important

}



.dark-only .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard,

.dark-only .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard .stroke-icon-wizard span {

    color: var(--black)

}



.dark-only .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard .horizontal-wizard-content .h5,

.dark-only .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard .horizontal-wizard-content h5 {

    color: var(--black) !important

}



.dark-only .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard,

.dark-only .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link .horizontal-wizard .stroke-icon-wizard {

    color: var(--sub-title)

}



.dark-only .progress {

    background-color: var(--body-color)

}



.dark-only .nav-tabs .nav-link:hover {

    border-color: var(--bs-nav-tabs-link-hover-border-color)

}



.dark-only .input-group-wrapper .input-group-text {

    background-color: var(--body-color);

    color: var(--sub-title)

}



.dark-only .btn-light {

    color: var(--sub-title) !important

}



.dark-only .custom-radio .radio label:before,

.dark-only .radio_animated:after {

    background-color: var(--body-color)

}



.dark-only .radio_animated:after {

    border: 2px solid var(--light-gray)

}



.dark-only .checkbox-radio .checkbox label:before {

    background-color: var(--body-color) !important

}



.dark-only .simple-radios .radio label:before {

    background-color: var(--body-color);

    border: 1px solid var(--light-gray)

}



.dark-only .outline-chackbox .btn-outline-dark {

    color: var(--black)

}



.dark-only .learning-card .blog-box .blog-details .h6,

.dark-only .learning-card .blog-box .blog-details h6 {

    color: var(--sub-title)

}



.dark-only .learning-card .learning-header span {

    color: var(--sub-title);

    font-weight: 700

}



.dark-only .learning-card .upcoming-course span {

    color: var(--sub-title)

}



.dark-only .learning-card .categories ul li:hover {

    background-color: var(--body-color)

}



.dark-only .learning-card .badge-primary {

    color: var(--black)

}



.dark-only .comment-box .comment-social li {

    color: var(--sub-title) !important

}



.dark-only .comment-box .comment-social li:first-child {

    border-right: 1px solid var(--light-gray)

}



.dark-only .border-tab.nav-tabs .nav-item .nav-link {

    color: var(--sub-title)

}



.dark-only .project-box .badge {

    color: var(--black)

}



.dark-only .file-sidebar .pricing-plan {

    border: 1px solid var(--light-gray)

}



.dark-only .file-sidebar .pricing-plan .h6,

.dark-only .file-sidebar .pricing-plan h6,

.dark-only .file-sidebar .pricing-plan p {

    color: var(--sub-titile)

}



.dark-only .file-sidebar .bg-light {

    color: var(--sub-title)

}



.dark-only .file-content .form-inline i {

    color: var(--sub-titile)

}



.dark-only .kanban-container .bg-info .kanban-title-board,

.dark-only .kanban-container .bg-primary .kanban-title-board,

.dark-only .kanban-container .bg-success .kanban-title-board {

    color: var(--black)

}



.dark-only .disabled>.page-link,

.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr {

    background-color: var(--bs-body-bg)

}



.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.odd {

    background-color: var(--body-color)

}



.dark-only .dataTables_wrapper table.dataTable thead th,

.dark-only table.dataTable.display tbody td {

    border-color: var(--border-color) !important

}



.dark-only .main .langChoice {

    background-color: var(--body-color);

    color: var(--font-color) !important

}



.dark-only .error-wrapper.maintenance-bg,

.dark-only .login-main {

    background-color: var(--white)

}



.dark-only .login-card .logo .for-light {

    display: block

}



.dark-only .login-card .logo .for-dark {

    display: none

}



.dark-only .login-dark {

    background-blend-mode: overlay;

    background-color: var(--white)

}



.dark-only .wizard-4 .for-light {

    display: block

}



.dark-only .wizard-4 .for-dark {

    display: none

}



.dark-only .page-wrapper .comingsoon {

    background-blend-mode: overlay;

    background-color: rgb(0 0 0 / .9)

}



.dark-only::-webkit-calendar-picker-indicator {

    filter: invert(1)

}



.dark-only input[type=file]::file-selector-button {

    background-color: var(--bg-light) !important

}



.dark-only .flatpickr-calendar {

    border: 1px solid var(--light-gray);

    box-shadow: none

}



.dark-only .flatpickr-current-month input.cur-year,

.dark-only .flatpickr-monthDropdown-months {

    color: var(--font-color)

}



.dark-only .flatpickr-next-month,

.dark-only .flatpickr-prev-month {

    color: var(--font-color);

    fill: var(--font-color)

}



.dark-only span.flatpickr-weekday {

    color: var(--font-color)

}



.dark-only .shipping-info .table-striped tr {

    border: 0 !important

}



.dark-only .shipping-info .table-striped td {

    border-color: var(--border-light-color)

}



.dark-only .table-inverse td,

.dark-only .table-inverse th {

    background-color: var(--white);

    color: var(--font-color)

}

.dark-only .table-light,
.dark-only .table-light td,
.dark-only .table-light th,
.dark-only .table-light tr {
    --bs-table-bg: var(--body-color) !important;
    --bs-table-color: var(--font-color) !important;
    --bs-table-border-color: var(--border-color) !important;
    background-color: var(--body-color) !important;
    color: var(--font-color) !important;
}

.dark-only .table-dark th {

    color: var(--theme-body-font-color);

    color: rgba(var(--theme-body-font-color), 1)

}



.dark-only .table-dashed td,

.dark-only .table-dashed th,

.dark-only .table-dashed tr {

    border-color: var(--border-color) !important

}



.dark-only .form-select:disabled {

    background-color: var(--white)

}



.dark-only .jsgrid .jsgrid-pager {

    color: var(--font-color) !important

}



.dark-only .jsgrid .jsgrid-pager .jsgrid-pager-current-page {

    color: var(--theme-default)

}



.dark-only .jsgrid-filter-row>.jsgrid-cell {

    background-color: var(--white) !important;

    border-color: var(--border-light-color) !important

}



.dark-only .jsgrid-filter-row>.jsgrid-cell input {

    background-color: var(--body-color) !important;

    border-color: var(--border-light-color) !important

}



.dark-only .jsgrid-row>.jsgrid-cell {

    background-color: var(--white) !important;

    border-color: var(--border-light-color) !important

}



.dark-only .jsgrid-alt-row>.jsgrid-cell {

    background-color: var(--body-color) !important;

    border-color: var(--border-light-color) !important

}



.dark-only .jsgrid-header-scrollbar::-webkit-scrollbar-track {

    background-color: var(--body-color) !important

}



.dark-only .jsgrid-grid-body,

.dark-only .jsgrid-grid-header {

    border-color: var(--border-light-color) !important

}



.dark-only .jsgrid-header-row>.jsgrid-header-cell {

    background-color: var(--white) !important;

    border-color: var(--border-light-color) !important

}



.dark-only .card:not(.email-body) th {

    border-color: var(--border-light-color)

}



.dark-only table.fixedHeader-floating,

.dark-only table.fixedHeader-locked {

    background-color: var(--white) !important;

    opacity: 0

}



.dark-only .dataTables_filter,

.dark-only .dataTables_info,

.dark-only .dataTables_length {

    color: var(--font-color) !important

}



.dark-only .card:not(.email-body) .btn-outline-dark {

    border: 1px solid var(--border-color);

    color: var(--black) !important

}



.dark-only .bg-danger,

.dark-only .bg-dark,

.dark-only .bg-dark .h6,

.dark-only .bg-dark h6,

.dark-only .bg-dark p,

.dark-only .bg-info,

.dark-only .bg-info .h5,

.dark-only .bg-info .h6,

.dark-only .bg-info h5,

.dark-only .bg-info h6,

.dark-only .bg-light,

.dark-only .bg-primary,

.dark-only .bg-secondary,

.dark-only .bg-success,

.dark-only .bg-warning {

    color: var(--black) !important

}



.dark-only select:focus-visible {

    outline: none

}



.dark-only select:focus {

    border: 0

}



.dark-only .product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-bg {

    background-color: var(--body-color);

    border-color: var(--body-color)

}



.dark-only .product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-pointer {

    background-color: var(--body-color);

    border-color: var(--theme-default);

    box-shadow: none

}



.dark-only .text-black {

    color: var(--body-font-color) !important

}



.dark-only .treejs .treejs-checkbox:before {

    border: 1px solid var(--body-font-color) !important

}



.dark-only .treejs .treejs-node__disabled .treejs-checkbox:before {

    background-color: var(--body-font-color) !important;

    border-color: var(--body-font-color) !important

}



.dark-only .fr__input {

    background-color: var(--body-color)

}



.dark-only .heart-rating .rating-system3 input:checked~label {

    box-shadow: 6px 0 var(--theme-default), 3px 1px 0 7px #000, 3px 1px 0 9px var(--theme-default)

}



.dark-only .btn-close {

    background-color: transparent !important;

    filter: brightness(1) invert(1)

}



.dark-only .carousel-dark .carousel-caption .h5,

.dark-only .carousel-dark .carousel-caption h5 {

    color: var(--white) !important

}



.dark-only .range-slider {

    background-color: var(--active-bg-color)

}



.dark-only #range-slider-4 {

    filter: brightness(.5)

}



.dark-only .card-header {

    border-bottom: 1px solid var(--border-color)

}



.dark-only .card-header .card-header-right i {

    color: var(--body-font-color)

}



.dark-only .dragable .card-body .alert .btn-close {

    background-color: transparent !important

}



.dark-only .square-timeline .timeline-event .timeline-event-wrapper .timeline-thumbnail {

    color: var(--body-font-color)

}



.dark-only input[type=file]::file-selector-button {

    background-color: var(--body-color);

    color: var(--body-font-color)

}



.dark-only input[type=file]::file-selector-button:hover {

    background-color: var(--body-color);

    color: var(--body-font-color)

}



.dark-only input[type=number]::-moz-placeholder {

    color: var(--font-color)

}



.dark-only input[type=number]::placeholder {

    color: var(--font-color)

}



.dark-only .theme-form input[type=text] {

    background-color: var(--body-color);

    border: 1px solid var(--border-color)

}



.dark-only .theme-form input[type=text]::-moz-placeholder {

    color: var(--font-color)

}



.dark-only .theme-form input[type=text]::placeholder {

    color: var(--font-color)

}



.dark-only .theme-form textarea {

    background-color: var(--body-color)

}



.dark-only .form-control::-moz-placeholder {

    color: var(--font-color)

}



.dark-only .form-control::placeholder {

    color: var(--font-color)

}



.dark-only .apexcharts-yaxistooltip {

    background: var(--body-color);

    border: 1px solid var(--border-color);

    color: var(--body-font-color)

}



.dark-only .apexcharts-xaxistooltip {

    background: var(--body-color)

}



.dark-only .apexcharts-tooltip.light {

    background-color: var(--body-color);

    border-color: var(--border-color)

}



.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title {

    border-color: var(--border-color)

}



.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-text-label,

.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-text-value {

    color: var(--body-font-color)

}



.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title {

    background: var(--body-color);

    color: var(--body-font-color)

}



.dark-only .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {

    border: 1px solid var(--border-color)

}



.dark-only .apexcharts-tooltip-series-group {

    color: var(--body-font-color) !important

}



.dark-only .apexcharts-xaxistooltip,

.dark-only .apexcharts-yaxistooltip {

    background: var(--body-color);

    border: 1px solid var(--border-color);

    color: var(--body-font-color)

}



.dark-only .apexcharts-yaxistooltip-left:after,

.dark-only .apexcharts-yaxistooltip-left:before {

    border-left-color: var(--border-color)

}



.dark-only .apexcharts-xaxistooltip-bottom:after,

.dark-only .apexcharts-xaxistooltip-bottom:before {

    border-bottom-color: var(--border-color)

}



.dark-only .bottom-content .apexcharts-canvas span {

    color: var(--body-font-color)

}



.dark-only .apexcharts-canvas .apexcharts-tooltip {

    border: 1px solid var(--border-color)

}



.dark-only .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {

    margin-bottom: 0

}



.dark-only .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group {

    background-color: var(--body-color);

    color: var(--body-font-color)

}



.dark-only .apexcharts-canvas .apexcharts-yaxis text {

    fill: var(--body-font-color)

}



.dark-only .apexcharts-xaxistooltip {

    background-color: var(--body-color);

    border: 1px solid var(--border-color);

    color: var(--body-font-color)

}



.dark-only .apexcharts-xaxistooltip-bottom:after,

.dark-only .apexcharts-xaxistooltip-bottom:before {

    border-bottom-color: var(--border-color)

}



.dark-only .apexcharts-tooltip.apexcharts-theme-light {

    background: var(--body-color);

    border: 1px solid var(--border-color)

}



.dark-only .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-text {

    color: var(--body-font-color)

}



.dark-only .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {

    background: var(--body-color);

    border-bottom: 1px solid var(--border-color);

    color: var(--body-font-color)

}



.dark-only .apexcharts-yaxis text {

    color: var(--body-font-color)

}



.dark-only .apexcharts-gridline {

    stroke: var(--border-color)

}



.dark-only .apexcharts-menu-item,

.dark-only .apexcharts-tooltip-series-group,

.dark-only .apexcharts-tooltip-title,

.dark-only .apexcharts-tooltip.light {

    color: var(--black)

}



.dark-only .apex-chart-container .apexcharts-legend .apexcharts-legend-series span {

    color: var(--body-font-color) !important

}



.dark-only .apexcharts-canvas svg .apexcharts-subtitle-text,

.dark-only .apexcharts-canvas svg .apexcharts-title-text,

.dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label,

.dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label {

    fill: var(--body-font-color)

}



.dark-only .apexcharts-canvas svg .apexcharts-legend-series span {

    color: var(--body-font-color) !important

}



.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-label,

.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-value {

    fill: var(--body-font-color)

}



.dark-only .chart-overflow#gantt_chart rect:nth-child(6),

.dark-only .chart-overflow#gantt_chart svg g rect:first-child {

    fill: var(--body-color)

}



.dark-only .chart-overflow svg>rect,

.dark-only .chart-overflow#column-chart1 rect,

.dark-only .chart-overflow#column-chart2 rect,

.dark-only .chart-overflow#line-chart rect {

    fill: var(--white)

}



.dark-only .chart-overflow svg>g>g>g text,

.dark-only .chart-overflow svg>g>text {

    fill: var(--body-font-color)

}



.dark-only .chart-block #bar-chart2 svg>rect {

    fill: var(--white)

}



.dark-only .chart-block #bar-chart2 svg>g text {

    fill: var(--body-font-color)

}



.dark-only .chart-block .word-tree svg>g>rect {

    fill: var(--white)

}



.dark-only .chart-block .word-tree svg>g>text {

    fill: var(--body-font-color)

}



.dark-only .ct-label {

    color: var(--body-font-color)

}



.dark-only .chart-container .live-products .ct-labels .ct-label,

.dark-only .chart-container .monthly .ct-labels .ct-label,

.dark-only .chart-container .turnover .ct-labels .ct-label,

.dark-only .chart-container .uses .ct-labels .ct-label {

    color: var(--white)

}



.dark-only .chart-container .live-products .ct-grid,

.dark-only .chart-container .monthly .ct-grid,

.dark-only .chart-container .turnover .ct-grid,

.dark-only .chart-container .uses .ct-grid {

    stroke: var(--white)

}



.dark-only .chart-container #browser-uses-chart svg text,

.dark-only .chart-container #website-visiter-chart svg text {

    fill: var(--body-font-color)

}



.dark-only .ct-grid {

    stroke: var(--border-color)

}



.dark-only .flatpickr-day {

    color: var(--body-font-color)

}



.dark-only .international-num input {

    background-color: var(--light-color)

}



.dark-only .tagify {

    --tag-bg: var(--body-color);

    --tag-text-color: var(--body-font-color);

    --tag-remove-btn-color: var(--body-font-color);

    --tag-hover: var(--body-color)

}



.dark-only .switch-state:before {

    background-color: var(--body-color)

}



.dark-only .icon-state input:checked+.switch-state:after {

    color: rgb(0 0 0 / .6)

}



.dark-only .choices[data-type*=select-one] .choices__input {

    background-color: var(--body-color);

    border-color: var(--border-color)

}



.dark-only .is-focused .choices__inner,

.dark-only .is-open .choices__inner {

    border-color: var(--border-color)

}



.dark-only .choices__list--dropdown .choices__item--selectable.is-highlighted,

.dark-only .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {

    background-color: var(--body-color)

}

.dark-only .choices__inner {

    background-color: var(--body-color);

    border-color: var(--border-color);

    color: var(--sub-title)

}

.dark-only .choices__list--single .choices__item {

    color: var(--sub-title)

}

.dark-only .choices__list--dropdown .choices__item,

.dark-only .choices__list[aria-expanded] .choices__item {

    color: var(--sub-title)

}

.dark-only .choices__list--dropdown,

.dark-only .choices__list[aria-expanded] {

    background-color: var(--body-color);

    border-color: var(--border-color)

}

.dark-only .choices__input {

    background-color: var(--body-color) !important;

    border-color: var(--border-color) !important;

    color: var(--sub-title) !important

}

.dark-only .choices__placeholder {

    color: var(--sub-title);

    opacity: 0.6

}

.dark-only .choices[data-type*=select-one]::after {

    border-color: var(--sub-title) transparent transparent transparent

}

.dark-only .choices__list--multiple .choices__item {

    background-color: var(--theme-secondary, #29ADB2);

    border-color: var(--theme-secondary, #29ADB2)

}



.dark-only .basic-wizard .stepper-horizontal .step .step-title,

.dark-only .basic-wizard .stepper-horizontal .step.editing .step-title {

    color: var(--body-font-color)

}



.dark-only .alert-dismissible .btn-close {

    background-color: transparent !important

}



.dark-only .jsgrid-edit-row input {

    background-color: var(--white);

    color: var(--body-font-color)

}



.dark-only .jsgrid-edit-row>.jsgrid-cell {

    background: var(--body-color);

    border: 1px solid var(--border-color)

}



.dark-only .jsgrid-insert-row input {

    background-color: var(--white);

    color: var(--body-font-color)

}



.dark-only .jsgrid-insert-row>.jsgrid-cell {

    background: var(--body-color);

    border: 1px solid var(--border-color)

}



.dark-only .select2-container--default .select2-selection--single {

    background: var(--white);

    border-color: var(--border-color) !important

}



.dark-only .select2-container--default .select2-search--dropdown .select2-search__field,

.dark-only .select2-dropdown {

    background: var(--white);

    border-color: var(--border-color)

}



.dark-only .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {

    outline: 0

}



.dark-only .datepicker {

    background: var(--white)

}



.dark-only .datepicker--pointer {

    background: var(--body-color)

}



.dark-only .datepicker--nav,

.dark-only .datepicker--pointer {

    border-color: var(--border-color)

}



.dark-only .bar-chart-widget .bottom-content .num,

.dark-only .bar-chart-widget .bottom-content .num .color-bottom,

.dark-only .datepicker--cell.-current- {

    color: var(--body-font-color)

}



.dark-only .general-widget .widget-1 {

    background-blend-mode: overlay;

    background-color: var(--white)

}



.dark-only .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round {

    box-shadow: 1px 2px 21px -2px var(--white)

}



.dark-only .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round .half-circle {

    background-color: #fff0

}



.dark-only .filled-checkbox .checkbox label:before {

    background-color: var(--body-color);

    border-color: var(--body-color)

}



.dark-only .checkbox-solid-primary.checkbox label:before {

    color: var(--body-color)

}



.dark-only .invoice .for-dark,

.dark-only .invoice-1 .for-dark,

.dark-only .invoice-2 .for-dark {

    display: block

}



.dark-only .invoice .for-light,

.dark-only .invoice-1 .for-light,

.dark-only .invoice-2 .for-light {

    display: none

}



.dark-only .table-striped>tbody>tr:nth-of-type(odd)>* {

    background-color: var(--body-color) !important

}



.dark-only .dropdown-menu .dropdown-item {

    background-color: var(--body-color)

}



.dark-only .todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea {

    background-color: var(--body-color);

    border-color: var(--body-color);

    color: var(--body-font-color)

}



.dark-only .todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea::-moz-placeholder {

    color: var(--body-font-color)

}



.dark-only .todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea::placeholder {

    color: var(--body-font-color)

}



.dark-only .alert-light-light,

.dark-only .bg-dark,

.dark-only .toast-rtl.bg-dark {

    background-color: var(--white) !important

}



.dark-only .wizard-4 .step-container {

    background: rgb(0 0 0 / .7)

}



.dark-only .comingsoon .comingsoon-inner .for-dark {

    display: block !important;

    margin: 0 auto

}



.dark-only .comingsoon .comingsoon-inner .for-light {

    display: none !important

}



.dark-only .dark-mode.active svg {

    stroke: var(--white) !important;

    fill: var(--body-font-color) !important

}



.dark-only .page-wrapper.horizontal-sidebar .page-header .horizontal-logo .for-light {

    display: none

}



.dark-only .page-wrapper.horizontal-sidebar .page-header .horizontal-logo .for-dark {

    display: block

}



.dark-only .svg-white {

    stroke: #fff !important

}



.dark-only header .header-right svg {

    stroke: var(--body-font-color)

}



.dark-only .login-card.login-bg {

    background: var(--body-color) !important

}



.dark-only .setting-sidebar {

    background-color: var(--body-color) !important

}



.dark-only .setting-sidebar .customizer-body>div {

    background-color: var(--white) !important;

    box-shadow: none

}



.dark-only .setting-sidebar .customizer-header .theme-title .flex-grow-1 .icon-btn.btn-outline-light {

    background-color: var(--body-color) !important

}



.dark-only .setting-sidebar .customizer-footer {

    border-color: var(--border-color)

}



.dark-only .page-sidebar .user-wrap .setting-icon .custom-menu {

    background-color: var(--body-color);

    box-shadow: none

}



.dark-only .breadcrumb-page .breadcrumb-item+.breadcrumb-item,

.dark-only .breadcrumb-page .breadcrumb-item+.breadcrumb-item:before {

    color: var(--black) !important

}



.dark-only .breadcrumb-page .breadcrumb-item.active {

    color: var(--theme-default) !important

}



.dark-only .breadcrumb-page .color-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item:before {

    color: var(--black) !important

}



.dark-only .page-title .breadcrumb-item .svg-color {

    box-shadow: none

}



.dark-only .ql-snow .ql-picker-options {

    background-color: var(--body-color)

}



.dark-only .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,

.dark-only .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {

    border-color: var(--border-color)

}



.dark-only .prooduct-details-box .product-name a {

    color: var(--body-font-color)

}



.dark-only .order-history-table tbody tr:nth-child(odd) td {

    background-color: var(--body-color) !important

}



.dark-only .order-history-table tbody tr:nth-child(odd) td.sorting_1 {

    background-color: var(--white) !important

}



.dark-only .order-history-table tbody tr:nth-child(2n) td.sorting_1 {

    background-color: var(--body-color) !important

}



.dark-only .email-body .mail-body-wrapper ul li:hover {

    background-color: var(--body-color)

}



.dark-only .social-details .social-follow li span,

.dark-only .social-details span {

    color: var(--body-font-color)

}



.dark-only .border-wrapper .d-flex .helper-box.bg-dark {

    background-color: hsl(0 0% 80% / .7) !important

}



.dark-only .gradient-border .helper-common-box .border.b-light {

    border-color: var(--body-font-color) !important

}



.dark-only .gradient-border .helper-common-box .border.b-t-light {

    border-top-color: var(--body-font-color) !important

}



.dark-only .gradient-border .helper-common-box .border.b-b-light {

    border-bottom-color: var(--body-font-color) !important

}



.dark-only .gradient-border .helper-common-box .border.b-l-light {

    border-left-color: var(--body-font-color) !important

}



.dark-only .gradient-border .helper-common-box .border.b-r-light {

    border-right-color: var(--body-font-color) !important

}



.dark-only .balance-box,

.dark-only .social-profile {

    background: var(--white) !important

}



.dark-only .tab-bootstrap-page .nav-tabs .nav-link:hover {

    border-color: var(--border-color) !important

}



.dark-only .code-box-copy__btn:hover {

    background-color: var(--body-color);

    border: 1px solid var(--body-color)

}



.dark-only .meta-body .custom-input .form-check .form-check-input:valid~.form-check-label {

    color: var(--body-font-color)

}



.dark-only .product-buttons {

    border-top: 1px solid var(--border-color)

}



.dark-only .product-buttons .btn {

    border: 1px solid var(--border-color)

}



.dark-only .product-page-main .product-price del {

    color: var(--body-font-color)

}



.dark-only .email-body .mail-pagination .pagination-button {

    background-color: var(--light-background);

    color: var(--body-font-color)

}



.dark-only .fg-emoji-container,

.dark-only .fg-emoji-list li a {

    background: var(--white) !important

}



.dark-only .fg-emoji-picker-category-title {

    border-bottom: 1px solid var(--border-color)

}



.dark-only .fg-emoji-picker-search input {

    background-color: var(--body-color)

}



.dark-only .fg-emoji-nav ul {

    border-bottom: 1px solid var(--border-color)

}



.dark-only .fg-emoji-nav ul li a:hover {

    background-color: var(--body-color)

}



.dark-only .fg-emoji-nav li:hover a svg {

    fill: var(--body-font-color)

}



.dark-only .list-persons .profile-mail .email-general ul li {

    color: var(--body-font-color)

}



.dark-only .swal-modal {

    background-color: var(--body-color)

}



.dark-only .swal-modal .swal-text,

.dark-only .swal-modal .swal-title {

    color: var(--body-font-color)

}



.dark-only .swal-modal .swal-button {

    background-color: var(--white) !important;

    color: var(--body-font-color)

}



.dark-only .email-app-sidebar .badge-light-primary:hover {

    color: #fff !important

}



.dark-only .todo .todo-list-wrapper #todo-list li .task-container:hover .h4,

.dark-only .todo .todo-list-wrapper #todo-list li .task-container:hover h4 {

    color: var(--body-font-color)

}



.dark-only .scroll-demo {

    border-color: var(--border-color)

}



.dark-only .flatpickr-calendar {

    background-color: var(--body-color)

}



.dark-only .flatpickr-day.inRange,

.dark-only .flatpickr-day.nextMonthDay.inRange,

.dark-only .flatpickr-day.nextMonthDay.today.inRange,

.dark-only .flatpickr-day.nextMonthDay:focus,

.dark-only .flatpickr-day.nextMonthDay:hover,

.dark-only .flatpickr-day.prevMonthDay.inRange,

.dark-only .flatpickr-day.prevMonthDay.today.inRange,

.dark-only .flatpickr-day.prevMonthDay:focus,

.dark-only .flatpickr-day.prevMonthDay:hover,

.dark-only .flatpickr-day.today.inRange,

.dark-only .flatpickr-day:focus,

.dark-only .flatpickr-day:hover {

    background-color: var(--white);

    border-color: var(--white)

}



.dark-only .flatpickr-calendar.arrowBottom:after {

    border-top-color: var(--body-color)

}



.dark-only .flatpickr-calendar.arrowTop:after {

    border-bottom-color: var(--body-color)

}



.dark-only .flatpickr-time .flatpickr-am-pm:focus,

.dark-only .flatpickr-time .flatpickr-am-pm:hover,

.dark-only .flatpickr-time input:focus,

.dark-only .flatpickr-time input:hover {

    background: var(--body-color)

}



.dark-only .flatpickr-calendar.hasTime .flatpickr-time {

    border-top: 1px solid var(--border-color)

}



.dark-only .icon-state .switch-state:after {

    color: var(--body-font-color) !important

}



.dark-only .ql-snow .ql-stroke,

.dark-only .ql-snow .ql-toolbar.snow {

    stroke: var(--body-font-color) !important

}



.dark-only .ql-snow .ql-picker {

    color: var(--body-font-color) !important

}



.dark-only .ql-snow .ql-fill,

.dark-only .ql-snow .ql-stroke.ql-fill {

    fill: var(--body-font-color) !important

}



@media (max-width:1199px) {

    .dark-only .page-header .logo-wrapper .dark-logo {

        display: none

    }



    .dark-only .page-header .logo-wrapper .light-logo {

        display: block

    }

}



.default-according .card .card-header {

    border: var(--border-color);

    padding: .75rem 1.25rem

}



.default-according .card .card-header .h5,

.default-according .card .card-header h5 {

    margin-top: 2px

}



.default-according .card .card-body {

    border: var(--border-color)

}



.default-according .card .card-body p {

    color: var(--font-color)

}



.default-according .card .card-body span {

    color: var(--body-font-color);

    font-size: 16px

}



.default-according .card .card-body span.badge-primary {

    color: var(--white);

    font-size: 12px;

    padding: 3px 5px

}



.accordion-button:not(.collapsed) {

    background-color: var(--white)

}



.accordion-button:after,

.accordion-button:not(.collapsed):after {

    background-image: unset

}



.accordion-button:focus {

    border-color: unset;

    box-shadow: unset;

    z-index: 0

}



.accordion-button:after {

    content: none

}



.simple-according .accordion-button {

    background-color: rgb(175 175 175 / .2)

}



.accordion-border .accordion-item {

    border: 0

}



.accordion-header {

    margin-bottom: 0

}



.according-icon {

    margin-left: unset !important

}



.accordion-button.accordion-light-primary:not(.collapsed) {

    background-color: rgb(175 175 175 / .2) !important;

    color: var(--dark)

}



.accordion-button.accordion-light-primary.active,

.accordion-button.accordion-light-primary:active {

    background-color: rgb(175 175 175 / .2);

    color: var(--dark)

}



.multi-collapse.show .collapse-wrapper.accordion-light-primary {

    background-color: rgb(175 175 175 / .2) !important

}



.accordion-button.accordion-light-secondary:not(.collapsed) {

    background-color: rgb(243 145 89 / .2) !important;

    color: var(--dark)

}



.accordion-button.accordion-light-secondary.active,

.accordion-button.accordion-light-secondary:active {

    background-color: rgb(243 145 89 / .2);

    color: var(--dark)

}



.multi-collapse.show .collapse-wrapper.accordion-light-secondary {

    background-color: rgb(243 145 89 / .2) !important

}



.accordion-button.accordion-light-warning:not(.collapsed) {

    background-color: rgb(234 146 0 / .2) !important;

    color: var(--dark)

}



.accordion-button.accordion-light-warning.active,

.accordion-button.accordion-light-warning:active {

    background-color: rgb(234 146 0 / .2);

    color: var(--dark)

}



.multi-collapse.show .collapse-wrapper.accordion-light-warning {

    background-color: rgb(234 146 0 / .2) !important

}



.accordion-button.accordion-light-success:not(.collapsed) {

    background-color: rgb(62 185 95 / .2) !important;

    color: var(--dark)

}



.accordion-button.accordion-light-success.active,

.accordion-button.accordion-light-success:active {

    background-color: rgb(62 185 95 / .2);

    color: var(--dark)

}



.multi-collapse.show .collapse-wrapper.accordion-light-success {

    background-color: rgb(62 185 95 / .2) !important

}



.accordion-button.accordion-light-danger:not(.collapsed) {

    background-color: rgb(231 75 43 / .2) !important;

    color: var(--dark)

}



.accordion-button.accordion-light-danger.active,

.accordion-button.accordion-light-danger:active {

    background-color: rgb(231 75 43 / .2);

    color: var(--dark)

}



.multi-collapse.show .collapse-wrapper.accordion-light-danger {

    background-color: rgb(231 75 43 / .2) !important

}



.accordion-button.accordion-light-info:not(.collapsed) {

    background-color: rgb(2 162 185 / .2) !important;

    color: var(--dark)

}



.accordion-button.accordion-light-info.active,

.accordion-button.accordion-light-info:active {

    background-color: rgb(2 162 185 / .2);

    color: var(--dark)

}



.multi-collapse.show .collapse-wrapper.accordion-light-info {

    background-color: rgb(2 162 185 / .2) !important

}



.accordion-button.accordion-light-light:not(.collapsed) {

    background-color: hsl(0 0% 96% / .2) !important;

    color: var(--dark)

}



.accordion-button.accordion-light-light.active,

.accordion-button.accordion-light-light:active {

    background-color: hsl(0 0% 96% / .2);

    color: var(--dark)

}



.multi-collapse.show .collapse-wrapper.accordion-light-light {

    background-color: hsl(0 0% 96% / .2) !important

}



.collapse-horizontal .card {

    border: none;

    border-radius: 15px;

    box-shadow: 0 9px 20px rgb(46 35 94 / .07);

    letter-spacing: .5px;

    transition: all .3s ease;

    width: 400px

}



.accordion-left-border:active {

    border: 1px solid var(--theme-default);

    border-top: 1px solid var(--theme-default) !important

}



.accordion-button .accordion-light-primary:not(.collapsed) {

    background-color: rgb(175 175 175 / .2)

}



.default-according .card .card-header.bg-primary .btn,

.default-according .card .card-header.bg-secondary .btn {

    border-color: #fff0

}



.default-according .card .card-header i {

    display: inline-block;

    margin-right: 5px;

    position: static;

    vertical-align: text-bottom

}



.default-according .card .card-header .btn-link {

    border: 1px solid var(--light-semi-gray);

    border-radius: 0;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

    font-weight: 700;

    letter-spacing: .7px;

    padding: 12px 20px;

    text-align: left;

    width: 100%

}



@media (max-width:575px) {

    .default-according .card .card-header .btn-link {

        padding: 12px 15px

    }

}



.default-according .card .card-body {

    border-color: var(--light-semi-gray);

    border-radius: 0;

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

    color: var(--dark);

    font-size: 13px;

    line-height: 1.3;

    padding: 15px 20px

}



.default-according .avatar-showcase {

    margin-bottom: 0

}



.default-according .card {

    box-shadow: none;

    margin-bottom: 0

}



.default-according .card+.card {

    margin-top: 10px

}



.default-according .card .btn-link {

    color: var(--body-font-color);

    font-weight: 500;

    text-decoration: none

}



.default-according .card .btn-link:focus,

.default-according .card .btn-link:hover {

    text-decoration: none

}



.default-according .card .card-header {

    border: none;

    border-radius: 0;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

    padding: 0

}



.default-according .card .card-header i {

    font-size: 20px;

    left: 18px;

    position: absolute;

    top: 20px

}



.default-according .card .card-header .h5,

.default-according .card .card-header h5 {

    margin-top: 0

}



.default-according .card .card-body {

    border-top: none

}



.default-according.style-1 button {

    text-align: left;

    width: 100%

}



.default-according.style-1 button:before {

    font-size: 15px;

    position: absolute;

    right: 20px;

    top: 50%;

    transform: translateY(-50%);

    transition: .4s

}



@media (max-width:575px) {

    .default-according.style-1 button:before {

        right: 15px

    }

}



.default-according.style-1 button[aria-expanded=true]:before {

    content: "\f078";

    font-family: Font Awesome\ 5 Free;

    font-weight: 900

}



.default-according.style-1 button[aria-expanded=false]:before {

    content: "\f077";

    font-family: Font Awesome\ 5 Free;

    font-weight: 900

}



.form-control:focus {

    box-shadow: none

}



@media (max-width:575.98px) {

    .form-control {

        padding: 12px

    }

}



.form-control.form-control-sm {

    border-radius: .25rem !important;

    font-size: .875rem !important;

    min-height: calc(1.5em + .5rem + 2px) !important;

    padding: .25rem .5rem !important

}



.form-control.form-control-lg {

    border-radius: .5rem !important;

    font-size: 1.25rem !important;

    min-height: calc(1.5em + 1rem + 2px) !important;

    padding: .5rem 1rem !important

}



.form-control::-moz-placeholder {

    color: rgb(41 41 41 / .4)

}



.form-control::placeholder {

    color: rgb(41 41 41 / .4)

}



.input-group {

    border-radius: 30px

}



.input-group .form-control {

    border-radius: 8px

}



.input-group:focus {

    border: 1px solid var(--theme-default)

}



.basic-form .dz-message i {

    position: unset;

    right: unset;

    top: unset;

    transform: unset

}



.search-form .input-group .form-control::-moz-placeholder {

    color: var(--light-text)

}



.search-form .input-group .form-control::placeholder {

    color: var(--light-text)

}



.form-select:focus {

    border-color: var(--form-select);

    box-shadow: unset;

    outline: 0

}



.has-validation .form-floating,

.input-florting .form-floating {

    flex: none;

    min-width: unset;

    width: unset

}



.basic-form {

    position: relative

}



.basic-form i {

    position: absolute;

    right: 12px;

    top: 50%;

    transform: translateY(-50%)

}



.basic-form hr {

    color: var(--gray-60)

}



.default-layout .checkbox input[type=checkbox]:checked+label:before {

    background-color: var(--white);

    border: 1px solid #efefef;

    border-radius: 3px;

    content: "\f00c";

    display: inline-block;

    font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    height: 19px;

    left: 18px;

    line-height: 1.2;

    margin-left: -16px;

    position: absolute;

    text-align: center;

    width: 19px

}



.default-layout .checkbox input {

    display: none

}



.default-layout .checkbox label {

    cursor: pointer;

    display: inline-block;

    margin-top: 10px;

    padding-left: 30px;

    position: relative

}



.default-layout .checkbox label:before {

    background-color: var(--white);

    border: 1px solid #efefef;

    border-radius: 3px;

    content: "";

    display: inline-block;

    height: 19px;

    left: 18px;

    margin-left: -16px;

    position: absolute;

    width: 19px

}



.Horizontal-layout .form-control {

    padding: 10px 12px

}



.edges-form * {

    border-radius: 20px !important

}



.edges-form * .form-select {

    overflow: hidden

}



.flat-form * {

    border-radius: 0

}



.custom-dropdown {

    position: relative

}



.custom-menu {

    background: var(--white);

    border-radius: 20px;

    margin-top: 20px;

    opacity: 0;

    position: absolute;

    right: 0;

    top: 28px;

    transition: all .5s;

    visibility: hidden

}



[dir=rtl] .custom-menu {

    left: 0;

    right: unset

}



.custom-menu.active,

.custom-menu.show {

    opacity: 1;

    transition: all .5s;

    visibility: visible

}



.custom-menu,

.dropdown-menu {

    box-shadow: 0 0 50px rgb(0 0 0 / .03)

}



.dropdown-divider {

    margin: 0

}



.dropdown .dropdown-toggle {

    background-color: rgb(175 175 175 / .08);

    border-radius: 10px;

    color: var(--theme-default);

    padding: 5px 10px;

    text-align: left;

    width: 100px

}



.dropdown .dropdown-toggle:after {

    border: none;

    content: "\f107";

    font-family: FontAwesome;

    font-size: 18px;

    margin: 0;

    position: absolute;

    right: 10px;

    top: 50%;

    transform: translateY(-50%)

}



.dropdown .dropdown-toggle.btn-primary {

    color: var(--white)

}



.dropdown-menu {

    border: none;

    box-shadow: 0 0 20px rgb(89 102 122 / .1);

    font-family: Rubik, sans-serif

}



.dropdown-menu .dropdown-item {

    background: var(--white);

    border-top: 1px solid var(--border-color);

    color: var(--dropdown-menu);

    font-size: 13px;

    opacity: .6;

    padding: 6px 12px

}



.dropdown-menu li:first-child .dropdown-item {

    border-top: 0

}



.dropdown-menu.show {

    z-index: 4

}



.dropdown-basic .separated-btn {

    margin-left: -6px

}



.dropdown-basic .separated-btn .btn {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0;

    padding: 10px

}



.dropdown-basic .dropdown {

    display: inline-block;

    position: relative

}



.dropdown-basic .dropdown .dropdown-content {

    background-color: var(--dropdown-bg-color);

    box-shadow: 0 8px 16px 0 rgb(0 0 0 / .2);

    display: none;

    left: 0;

    min-width: 175px;

    position: absolute;

    right: 0;

    top: 45px;

    z-index: 1

}



.dropdown-basic .dropdown .dropdown-content a {

    background: var(--white);

    border-top: 1px solid var(--light-semi-gray);

    color: var(--dropdown-menu);

    display: block;

    font-size: 13px;

    opacity: .6;

    padding: 6px 16px

}



.dropdown-basic .dropdown-content a:hover {

    background-color: var(--dropdown-content-color)

}



.dropdown-basic .dropdown:hover .dropdown-content {

    display: block

}



.dropdown-basic .dropdown .dropdown-content a:hover {

    background-color: var(--gray-60) !important

}



.dropdown-block li .dropdown-item:hover {

    background-color: var(--gray-60)

}



.dropdown-block li .helper-truncate:hover {

    background-color: unset

}



.dropdown-menu {

    padding: 0

}



.dropdown-menu .input-group {

    background-color: unset;

    background-color: var(--white);

    border-top: 1px solid var(--light-semi-gray);

    opacity: .6;

    padding: 6px 12px

}



.dropdown-menu .input-group:active,

.dropdown-menu .input-group:hover {

    background-color: var(--gray-60)

}



.dropdown-menu .input-group .input-group-text {

    background-color: unset;

    border: none

}



.dropdown-menu li {

    width: 100%

}



.dropdown-menu li a {

    background: var(--white);

    border-top: 1px solid var(--light-semi-gray);

    color: var(--dropdown-menu);

    font-size: 13px;

    opacity: .6;

    padding: 6px 12px

}



.dropdown-menu .form-control {

    padding: 10px 20px

}



.dropdown-toggle:after {

    border-bottom: 0;

    border-left: 4px solid #fff0;

    border-right: 4px solid #fff0;

    border-top: 4px solid;

    content: "";

    display: inline-block;

    margin-left: 8px;

    vertical-align: 4px

}



.dropstart .dropdown-toggle:before {

    border-bottom: 4px solid #fff0;

    border-right: 4px solid;

    border-top: 4px solid #fff0;

    content: "";

    display: inline-block;

    margin-right: 8px

}



.dropup .dropdown-toggle:after {

    border-bottom: 4px solid;

    border-left: 4px solid #fff0;

    border-right: 4px solid #fff0;

    border-top: 0;

    content: "";

    display: inline-block;

    margin-left: 8px;

    vertical-align: 4px

}



.dropend .dropdown-toggle:after {

    border-bottom: 4px solid #fff0;

    border-left: 4px solid;

    border-right: 0;

    border-top: 4px solid #fff0;

    content: "";

    display: inline-block;

    margin-left: 8px

}



.form-wrapper {

    width: 260px

}



@media (max-width:400px) {

    .dropdown-menu .helper-truncate {

        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap

    }

}



.dark-dropdown .dropdown-block li .dropdown-item.active,

.dark-dropdown .dropdown-block li .dropdown-item:hover {

    background-color: var(--dark);

    color: var(--white)

}



.btn-group .dropdown-wrapper {

    z-index: 2

}



.common-flex .btn {

    padding: .375rem 1.75rem

}



@media (max-width:575.98px) {

    .common-flex .btn {

        padding: 6px 16px

    }

}



.common-flex.tooltip-effect:hover {

    border: unset;

    color: var(--white)

}



.btn.btn-outline-primary:hover {

    background-color: rgb(175 175 175 / .9)

}



.btn.btn-outline-secondary:hover {

    background-color: rgb(243 145 89 / .9)

}



.btn.btn-outline-success:hover {

    background-color: rgb(62 185 95 / .9)

}



.btn.btn-outline-info:hover {

    background-color: rgb(2 162 185 / .9)

}



.btn.btn-outline-warning:hover {

    background-color: rgb(234 146 0 / .9)

}



.btn.btn-outline-danger:hover {

    background-color: rgb(231 75 43 / .9)

}



.btn-group .btn:hover {

    color: var(--white)

}



.btn:focus {

    box-shadow: unset

}



.btn:active {

    background-color: var(--theme-default);

    border-color: transparent !important;

    color: var(--white)

}



.btn.show:focus,

.btn:active:focus {

    box-shadow: unset

}



.btn.show:active {

    background-color: var(--theme-default);

    border-color: var(--theme-default);

    color: var(--white)

}



.font-primary {

    color: var(--theme-default) !important

}



.font-secondary {

    color: var(--theme-secondary) !important

}



.font-success {

    color: var(--success-color) !important

}



.font-danger {

    color: var(--danger-color) !important

}



.font-warning {

    color: var(--warning-color) !important

}



.font-info {

    color: var(--info-color) !important

}



.font-light {

    color: var(--light-color) !important

}



.font-dark {

    color: var(--body-font-color) !important

}



.btn {

    font-size: 14px;

    font-weight: 600

}



.btn-primary {

    background-color: var(--theme-default) !important;

    border: 1px solid var(--theme-default);

    color: #fff

}



.btn-primary.active,

.btn-primary.show,

.btn-primary:active:focus,

.btn-primary:focus,

.btn-primary:hover {

    background-color: var(--theme-default);

    border-color: var(--theme-default)

}



.btn-secondary {

    background-color: var(--theme-secondary) !important;

    border: 1px solid var(--theme-secondary);

    color: #fff

}



.btn-secondary.active,

.btn-secondary.show,

.btn-secondary:active:focus,

.btn-secondary:focus,

.btn-secondary:hover {

    background-color: var(--theme-secondary);

    border-color: var(--theme-secondary)

}



.btn-info {

    background-color: var(--info-color) !important;

    border: 1px solid var(--info-color);

    color: #fff

}



.btn-info.active,

.btn-info.show,

.btn-info:active:focus,

.btn-info:focus,

.btn-info:hover {

    background-color: var(--info-color);

    border-color: var(--info-color)

}



.btn-success {

    background-color: var(--success-color) !important;

    border: 1px solid var(--success-color);

    color: #fff

}



.btn-success.active,

.btn-success.show,

.btn-success:active:focus,

.btn-success:focus,

.btn-success:hover {

    background-color: var(--success-color);

    border-color: var(--success-color)

}



.btn-warning {

    background-color: var(--warning-color) !important;

    border: 1px solid var(--warning-color);

    color: #fff

}



.btn-warning.active,

.btn-warning.show,

.btn-warning:active:focus,

.btn-warning:focus,

.btn-warning:hover {

    background-color: var(--warning-color);

    border-color: var(--warning-color)

}



.btn-danger {

    background-color: var(--danger-color) !important;

    border: 1px solid var(--danger-color);

    color: #fff

}



.btn-danger.active,

.btn-danger.show,

.btn-danger:active:focus,

.btn-danger:focus,

.btn-danger:hover {

    background-color: var(--danger-color);

    border-color: var(--danger-color)

}



.btn-light {

    background-color: var(--light-color) !important;

    border: 1px solid var(--light-color);

    color: #fff

}



.btn-light.active,

.btn-light.show,

.btn-light:active:focus,

.btn-light:focus,

.btn-light:hover {

    background-color: var(--light-color);

    border-color: var(--light-color)

}



.btn-dark {

    background-color: var(--dark) !important;

    border: 1px solid var(--dark);

    color: #fff

}



.btn-dark.active,

.btn-dark.show,

.btn-dark:active:focus,

.btn-dark:focus,

.btn-dark:hover {

    background-color: var(--dark);

    border-color: var(--dark)

}



.btn-outline-primary {

    background-color: var(--white);

    border: 1px solid var(--theme-default);

    color: var(--theme-default)

}



.btn-outline-primary.active,

.btn-outline-primary.show,

.btn-outline-primary:active:focus,

.btn-outline-primary:focus,

.btn-outline-primary:hover {

    background-color: var(--theme-default);

    border-color: var(--theme-default);

    color: var(--white)

}



.btn-outline-secondary {

    background-color: var(--white);

    border: 1px solid var(--theme-secondary);

    color: var(--theme-secondary)

}



.btn-outline-secondary.active,

.btn-outline-secondary.show,

.btn-outline-secondary:active:focus,

.btn-outline-secondary:focus,

.btn-outline-secondary:hover {

    background-color: var(--theme-secondary);

    border-color: var(--theme-secondary);

    color: var(--white)

}



.btn-outline-info {

    background-color: var(--white);

    border: 1px solid var(--info-color);

    color: var(--info-color)

}



.btn-outline-info.active,

.btn-outline-info.show,

.btn-outline-info:active:focus,

.btn-outline-info:focus,

.btn-outline-info:hover {

    background-color: var(--info-color);

    border-color: var(--info-color);

    color: var(--white)

}



.btn-outline-success {

    background-color: var(--white);

    border: 1px solid var(--success-color);

    color: var(--success-color)

}



.btn-outline-success.active,

.btn-outline-success.show,

.btn-outline-success:active:focus,

.btn-outline-success:focus,

.btn-outline-success:hover {

    background-color: var(--success-color);

    border-color: var(--success-color);

    color: var(--white)

}



.btn-outline-warning {

    background-color: var(--white);

    border: 1px solid var(--warning-color);

    color: var(--warning-color)

}



.btn-outline-warning.active,

.btn-outline-warning.show,

.btn-outline-warning:active:focus,

.btn-outline-warning:focus,

.btn-outline-warning:hover {

    background-color: var(--warning-color);

    border-color: var(--warning-color);

    color: var(--white)

}



.btn-outline-danger {

    background-color: var(--white);

    border: 1px solid var(--danger-color);

    color: var(--danger-color)

}



.btn-outline-danger.active,

.btn-outline-danger.show,

.btn-outline-danger:active:focus,

.btn-outline-danger:focus,

.btn-outline-danger:hover {

    background-color: var(--danger-color);

    border-color: var(--danger-color);

    color: var(--white)

}



.btn-outline-light {

    background-color: var(--white);

    border: 1px solid var(--light-color);

    color: var(--light-color)

}



.btn-outline-light.active,

.btn-outline-light.show,

.btn-outline-light:active:focus,

.btn-outline-light:focus,

.btn-outline-light:hover {

    background-color: var(--light-color);

    border-color: var(--light-color);

    color: var(--white)

}



.btn-outline-dark {

    background-color: var(--white);

    border: 1px solid var(--dark);

    color: var(--dark)

}



.btn-outline-dark.active,

.btn-outline-dark.show,

.btn-outline-dark:active:focus,

.btn-outline-dark:focus,

.btn-outline-dark:hover {

    background-color: var(--dark);

    border-color: var(--dark);

    color: var(--white)

}



.button-group .btn-outline-primary,

.button-group .btn-primary {

    border-radius: 30px

}



.btn-group-sm>.btn,

.btn-sm {

    font-size: 12px

}



.btn-group-lg>.btn,

.btn-lg {

    font-size: 18px

}



.btn-showcase {

    display: flex;

    flex-wrap: wrap;

    gap: 10px

}



.text-dark .btn:active {

    color: var(--dark)

}



.btn-outline-warning.btn:active,

.btn-warning.btn:active {

    background-color: var(--warning-color);

    border-color: #ea9200

}



.btn-outline-warning.btn:hover,

.btn-warning.btn:hover {

    color: var(--light-color)

}



.btn-primary.btn.disabled {

    background-color: var(--theme-default);

    border-color: var(--theme-default)

}



.btn-secondary.btn.disabled {

    background-color: var(--theme-secondary);

    border-color: var(--theme-secondary)

}



.btn-light.btn.disabled {

    background-color: var(--light-color);

    border-color: var(--light-color)

}



.btn-outline-primary.btn.disabled {

    border-color: var(--theme-default);

    color: var(--theme-default)

}



.btn-outline-secondary.btn.disabled {

    border-color: var(--theme-secondary);

    color: var(--theme-secondary)

}



.btn-outline-primary-2x {

    background-color: #fff0;

    border-color: var(--theme-default);

    border-width: 2px;

    color: var(--theme-default)

}



.btn-outline-primary-2x.active,

.btn-outline-primary-2x:active,

.btn-outline-primary-2x:focus,

.btn-outline-primary-2x:hover {

    background-color: var(--theme-default) !important;

    border-color: var(--theme-default) !important;

    box-shadow: none;

    color: var(--white)

}



.btn-outline-secondary-2x {

    background-color: #fff0;

    border-color: var(--theme-secondary);

    border-width: 2px;

    color: var(--theme-secondary)

}



.btn-outline-secondary-2x.active,

.btn-outline-secondary-2x:active,

.btn-outline-secondary-2x:focus,

.btn-outline-secondary-2x:hover {

    background-color: var(--theme-secondary) !important;

    border-color: var(--theme-secondary) !important;

    box-shadow: none;

    color: var(--white)

}



.btn-outline-success-2x {

    background-color: #fff0;

    border-color: var(--success-color);

    border-width: 2px;

    color: var(--success-color)

}



.btn-outline-success-2x.active,

.btn-outline-success-2x:active,

.btn-outline-success-2x:focus,

.btn-outline-success-2x:hover {

    background-color: var(--success-color) !important;

    border-color: var(--success-color) !important;

    box-shadow: none;

    color: var(--white)

}



.btn-outline-danger-2x {

    background-color: #fff0;

    border-color: var(--danger-color);

    border-width: 2px;

    color: var(--danger-color)

}



.btn-outline-danger-2x.active,

.btn-outline-danger-2x:active,

.btn-outline-danger-2x:focus,

.btn-outline-danger-2x:hover {

    background-color: var(--danger-color) !important;

    border-color: var(--danger-color) !important;

    box-shadow: none;

    color: var(--white)

}



.btn-outline-warning-2x {

    background-color: #fff0;

    border-color: var(--warning-color);

    border-width: 2px;

    color: var(--warning-color)

}



.btn-outline-warning-2x.active,

.btn-outline-warning-2x:active,

.btn-outline-warning-2x:focus,

.btn-outline-warning-2x:hover {

    background-color: var(--warning-color) !important;

    border-color: var(--warning-color) !important;

    box-shadow: none;

    color: var(--white)

}



.btn-outline-info-2x {

    background-color: #fff0;

    border-color: var(--info-color);

    border-width: 2px;

    color: var(--info-color)

}



.btn-outline-info-2x.active,

.btn-outline-info-2x:active,

.btn-outline-info-2x:focus,

.btn-outline-info-2x:hover {

    background-color: var(--info-color) !important;

    border-color: var(--info-color) !important;

    box-shadow: none;

    color: var(--white)

}



.btn-outline-light-2x {

    background-color: #fff0;

    border-color: var(--light-color);

    border-width: 2px;

    color: var(--light-color)

}



.btn-outline-light-2x.active,

.btn-outline-light-2x:active,

.btn-outline-light-2x:focus,

.btn-outline-light-2x:hover {

    background-color: var(--light-color) !important;

    border-color: var(--light-color) !important;

    box-shadow: none;

    color: var(--white)

}



.btn-outline-dark-2x {

    background-color: #fff0;

    border-color: var(--body-font-color);

    border-width: 2px;

    color: var(--body-font-color)

}



.btn-outline-dark-2x.active,

.btn-outline-dark-2x:active,

.btn-outline-dark-2x:focus,

.btn-outline-dark-2x:hover {

    background-color: var(--body-font-color) !important;

    border-color: var(--body-font-color) !important;

    box-shadow: none;

    color: var(--white)

}



.btn-square {

    border-radius: 0

}



.wizard-footer .btn:disabled {

    background-color: var(--theme-default);

    border: 1px solid var(--theme-default);

    opacity: unset

}



.btn-group-showcase .btn-group {

    margin-bottom: 20px;

    margin-right: 20px

}



.btn-group-showcase .btn {

    padding: .375rem 1.75rem

}



@media (max-width:420px) {

    .btn-group-showcase .btn {

        padding: .375rem .75rem

    }

}



.btn-light:hover {

    color: var(--dark)

}



.btn-xs {

    font-size: 11px;

    padding: .05rem .4rem

}



.page-title {

    align-items: center;

    padding: 30px 0

}



@media (min-width:576px) {

    .page-title {

        padding: 25px 10px

    }

}



@media (max-width:575.98px) {

    .page-title {

        padding: 18px 10px

    }



    .page-title .h2,

    .page-title h2 {

        font-size: 18px

    }

}



.page-title .breadcrumb {

    --bs-breadcrumb-margin-bottom: 0;

    align-items: center;

    display: flex;

    justify-content: end

}



.page-title .breadcrumb-item .svg-color {

    align-items: center;

    border: 1px solid var(--shape-border);

    border-radius: 5px;

    box-shadow: 1px 1px 0 #e5e5e5;

    color: var(--theme-default);

    display: flex;

    font-size: 16px;

    font-weight: 300;

    height: 26px;

    justify-content: center;

    padding: 5px;

    width: 26px

}



@media (max-width:575px) {

    .page-title .breadcrumb {

        justify-content: start

    }

}



.page-title .breadcrumb a {

    color: var(--body-font-color)

}



.page-title .row {

    align-items: center

}



@media (max-width:575px) {

    .page-title .row {

        gap: 4px

    }

}



.breadcrumb-item.active {

    color: var(--theme-default) !important;

    font-weight: 300 !important

}



.breadcrumb-item+.breadcrumb-item {

    color: var(--theme-default);

    font-size: 14px;

    font-weight: 600

}



.breadcrumb-item+.breadcrumb-item:before {

    color: var(--theme-default) !important;

    font-weight: 600

}



.breadcrumb-page .breadcrumb-item+.breadcrumb-item {

    color: #000 !important;

    font-weight: 400 !important

}



.breadcrumb-page .breadcrumb-item+.breadcrumb-item:before {

    color: #000 !important

}



.breadcrumb-page .breadcrumb-item.active {

    color: var(--theme-default) !important;

    font-weight: 400 !important

}



.breadcrumb-page .breadcrumb.bg-primary .breadcrumb-item,

.breadcrumb-page .breadcrumb.bg-secondary .breadcrumb-item {

    color: #fff !important

}



.breadcrumb-page .breadcrumb-primary,

.breadcrumb-page .breadcrumb-primary .breadcrumb-item,

.breadcrumb-page .breadcrumb-primary .breadcrumb-item+.breadcrumb-item,

.breadcrumb-page .breadcrumb-primary .breadcrumb-item+.breadcrumb-item:before {

    color: var(--theme-default) !important

}



.breadcrumb-page .breadcrumb-secondary,

.breadcrumb-page .breadcrumb-secondary .breadcrumb-item,

.breadcrumb-page .breadcrumb-secondary .breadcrumb-item+.breadcrumb-item,

.breadcrumb-page .breadcrumb-secondary .breadcrumb-item+.breadcrumb-item:before {

    color: var(--theme-secondary) !important

}



.breadcrumb-page .breadcrumb-warning,

.breadcrumb-page .breadcrumb-warning .breadcrumb-item,

.breadcrumb-page .breadcrumb-warning .breadcrumb-item+.breadcrumb-item,

.breadcrumb-page .breadcrumb-warning .breadcrumb-item+.breadcrumb-item:before {

    color: var(--warning-color) !important

}



.breadcrumb-page .breadcrumb-success,

.breadcrumb-page .breadcrumb-success .breadcrumb-item,

.breadcrumb-page .breadcrumb-success .breadcrumb-item+.breadcrumb-item,

.breadcrumb-page .breadcrumb-success .breadcrumb-item+.breadcrumb-item:before {

    color: var(--success-color) !important

}



.breadcrumb-page .breadcrumb-danger,

.breadcrumb-page .breadcrumb-danger .breadcrumb-item,

.breadcrumb-page .breadcrumb-danger .breadcrumb-item+.breadcrumb-item,

.breadcrumb-page .breadcrumb-danger .breadcrumb-item+.breadcrumb-item:before {

    color: var(--danger-color) !important

}



.breadcrumb-page .breadcrumb-info,

.breadcrumb-page .breadcrumb-info .breadcrumb-item,

.breadcrumb-page .breadcrumb-info .breadcrumb-item+.breadcrumb-item,

.breadcrumb-page .breadcrumb-info .breadcrumb-item+.breadcrumb-item:before {

    color: var(--info-color) !important

}



.breadcrumb-page .breadcrumb-light,

.breadcrumb-page .breadcrumb-light .breadcrumb-item,

.breadcrumb-page .breadcrumb-light .breadcrumb-item+.breadcrumb-item,

.breadcrumb-page .breadcrumb-light .breadcrumb-item+.breadcrumb-item:before {

    color: var(--light-color) !important

}



.breadcrumb-page .color-breadcrumb .breadcrumb {

    border-radius: 5px;

    padding: 5px 10px

}



.breadcrumb-page .color-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item:before {

    color: var(--white) !important

}



.breadcrumb-page .breadcrumb-style2 .breadcrumb-item+.breadcrumb-item:before {

    content: ">";

    text-align: center;

    width: 16px

}



.breadcrumb-page .breadcrumb-style4 .breadcrumb-item i {

    background-color: var(--light-gray);

    padding: 5px 6px

}



.bookmark ul li {

    display: inline-block

}



.bookmark ul li .search-form {

    bottom: 53px;

    position: absolute;

    z-index: 1

}



.bookmark ul li .search-form .form-control-search {

    opacity: 0;

    position: absolute;

    right: -20px;

    top: 65px;

    transform: translateY(-35px) scaleY(0);

    transition: all .3s linear;

    visibility: hidden

}



.bookmark ul li .search-form .form-control-search input {

    background-color: var(--white);

    box-shadow: 0 5px 21px rgb(0 0 0 / .1);

    width: 240px

}



.bookmark ul li .search-form .form-control-search.open {

    opacity: 1;

    transform: translateY(0) scaleY(1);

    transition: all .3s linear;

    visibility: visible;

    z-index: 100

}



.bookmark ul li .search-form .form-control-search:after {

    left: 20px;

    top: 12px;

    z-index: 1

}



.bookmark ul li .search-form .form-control-search:before {

    left: 50px;

    top: 9px;

    z-index: 2

}



.bookmark ul li a {

    color: var(--body-font-color);

    position: relative

}



.bookmark ul li a svg {

    height: 20px;

    vertical-align: middle;

    width: 20px

}



.bookmark ul li+li {

    margin-left: 10px

}



.bookmark ul li:last-child {

    padding-right: 0

}



.bookmark ul li:last-child a {

    border-radius: 5px

}



.bookmark ul li:last-child a svg {

    color: #ff9f40

}



.offcanvas-bookmark.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .bookmark ul li a {

    color: hsl(0 0% 100% / .5);

    z-index: 99999

}



.offcanvas-bookmark:before {

    background-color: rgb(0 0 0 / .5);

    content: "";

    height: 100%;

    left: 0;

    position: fixed;

    right: 0;

    width: 100%;

    z-index: 1

}



body.modal-open .select2-container--open {

    display: block;

    width: unset !important

}



body.modal-open .select2-container--open .select2-dropdown {

    z-index: 1076

}



.grid-bookmark-view,

.list-layout-view {

    color: rgb(175 175 175 / .55)

}



.grid-bookmark-view.active,

.list-layout-view.active {

    color: #308e87

}



.contact-page .modal-content .modal-body,

.contact-page .modal-content .modal-header {

    width: 100%

}



.avatar-profile-card .user-img {

    display: inline-block;

    position: relative

}



.avatar-profile-card .user-img img {

    background-color: var(--theme-secondary);

    border: none;

    border-radius: 50%;

    height: unset;

    padding: 8px 10px 0;

    width: unset

}



.avatar-profile-card .user-img .setting-icon {

    cursor: pointer;

    line-height: 0;

    position: absolute;

    right: 0;

    top: 75%

}



[dir=rtl] .avatar-profile-card .user-img .setting-icon {

    left: 0;

    right: unset

}



.avatar-profile-card .user-img .setting-icon i {

    background-color: var(--theme-default);

    border: 1px solid var(--white);

    border-radius: 50%;

    color: var(--white);

    font-size: 12px;

    padding: 5px

}



.user-wrap {

    align-items: center;

    display: flex;

    justify-content: center

}



.user-wrap .user-content {

    margin-left: 10px

}



.user-wrap .user-content .h6,

.user-wrap .user-content h6 {

    font-size: 14px;

    font-weight: 700

}



.user-wrap .user-content p {

    color: var(--light-gray-color);

    font-size: 12px;

    line-height: 1

}



.user-wrap .user-content p i {

    color: var(--light-gray-color);

    font-size: 12px;

    margin-left: 4px

}



[dir=rtl] .user-wrap .user-content p i {

    margin-left: unset;

    margin-right: 4px

}



@media (max-width:991px) {

    .user-wrap .user-content {

        display: none

    }

}



[dir=rtl] .user-wrap .user-content {

    margin-left: unset;

    margin-right: 10px

}



.user-img {

    display: inline-block;

    position: relative

}



.user-img img {

    background-color: var(--theme-secondary);

    border: 1px solid var(--shape-border);

    border-radius: 50%;

    height: 38px;

    padding: 3px 3px 0;

    width: 38px

}



@media (max-width:767.98px) {

    .user-img img {

        height: 35px;

        width: 35px

    }

}



@media (max-width:575.98px) {

    .user-img img {

        height: 32px;

        width: 32px

    }

}



.card {

    border: unset;

    /* border-radius: 1.5rem; */

    letter-spacing: .5px;

    margin-bottom: 30px;

    transition: all .3s ease

}



@media (max-width:767.98px) {

    .card {

        margin-bottom: 20px

    }

}



.card .sub-title {

    font-size: 1.125rem;

    padding-bottom: .75rem

}



.card code {

    color: var(--theme-secondary);

    font-size: .875em;

    word-wrap: break-word

}



.card-header {

    background-color: var(--white);

    border-bottom: 1px solid #e5e5e5;

    padding: 20px;

    position: relative

}



.card-header .header-top {

    align-items: center;

    display: flex;

    justify-content: space-between

}



@media (max-width:575.98px) {

    .card-header {

        padding: 15px

    }

}



.card-header p {

    color: var(--font-color)

}



.card-header:first-child {

    border-radius: 1.5rem 1.5rem 0 0

}



.card-header.card-no-border {

    border-bottom: none !important

}



.card-header>span {

    color: var(--sub-title);

    display: block;

    font-size: 12px;

    letter-spacing: 1px;

    margin-top: 5px

}



.card-header .card-header-right {

    background-color: var(--white);

    border-radius: 0 0 0 7px;

    display: inline-block;

    float: right;

    padding: 8px 0;

    position: absolute;

    right: 35px;

    top: 15px;

    z-index: 1

}



.card-header .card-header-right .card-option {

    height: 20px;

    overflow: hidden;

    text-align: right;

    transition: .3s ease-in-out;

    width: 35px

}



.card-header .card-header-right .card-option li {

    display: inline-block

}



.card-header .card-header-right .card-option li:first-child .fa-ellipsis {

    color: var(--theme-default);

    font-size: 16px;

    transition: 1s

}



.card-header .card-header-right .card-option li:first-child .fa-ellipsis .fa-solid {

    color: unset

}



.card-header .card-header-right i {

    color: var(--dark);

    cursor: pointer;

    font-size: 12px;

    line-height: 20px;

    margin: 0 5px

}



.card-footer {

    background-color: var(--white);

    border-top: var(--border-color);

    padding: 20px

}



.card-footer:last-child {

    border-radius: 0 0 1.5rem 1.5rem

}



@media (max-width:767.98px) {

    .card-footer {

        padding: 10px

    }

}



.card-body {

    background-color: #fff0;

    padding: 20px

}



.card-body p:last-child {

    margin-bottom: 0

}



@media (max-width:575.98px) {

    .card-body {

        padding: 12px

    }

}



.social-profile {

    background-image: url(images/profile-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    text-align: center

}



.social-profile .card-body {

    padding-left: 20px;

    padding-right: 20px

}



@media (max-width:1399px) {

    .social-profile .card-body {

        padding: 23px 15px

    }

}



.social-details {

    margin-top: 15px

}



.social-details .h5 a,

.social-details h5 a {

    color: var(--black);

    font-weight: 700

}



.social-details span {

    color: rgb(73 80 87 / .7);

    font-weight: 600

}



.social-details .social-follow {

    -moz-column-count: 3;

    column-count: 3;

    -moz-column-gap: 30px;

    column-gap: 30px;

    margin-top: 25px

}



@media (max-width:1399px) {

    .social-details .social-follow {

        -moz-column-gap: 23px;

        column-gap: 23px

    }

}



.social-details .social-follow li {

    position: relative

}



.social-details .social-follow li .h4,

.social-details .social-follow li h4 {

    font-weight: 700

}



.social-details .social-follow li span {

    color: rgb(73 80 87 / .7);

    font-weight: 600

}



.social-details .social-follow li+li:before {

    background-color: rgb(73 80 87 / .5);

    content: "";

    height: 14px;

    left: -15px;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 1px

}



.social-details .card-social {

    align-items: center;

    display: flex;

    gap: 10px;

    justify-content: center;

    margin-top: 15px

}



.social-details .card-social li a {

    color: var(--theme-default)

}



.social-img-wrap {

    background: linear-gradient(253deg, var(--theme-default) 11.51%, #fff0 82.07%);

    border-radius: 100%;

    display: inline-block;

    padding: 2px;

    position: relative

}



.social-img-wrap .edit-icon {

    bottom: 0;

    position: absolute;

    right: 0

}



.social-img-wrap .edit-icon svg {

    background: var(--white);

    border: 2px dashed var(--white);

    border-radius: 100%;

    height: 20px;

    width: 20px

}



.social-img {

    background: var(--white);

    border-radius: 100%;

    padding: 5px

}



.social-img img {

    border-radius: 100%;

    height: 68px

}



.card-absolute {

    margin-top: 20px

}



.card-absolute .card-header {

    border-radius: .25rem;

    left: 15px;

    padding: 10px 15px;

    position: absolute;

    top: -20px

}



@media (max-width:991.98px) {

    .card-absolute .card-header {

        padding: 10px 15px !important

    }

}



.card-absolute .card-header .h5,

.card-absolute .card-header h5 {

    font-size: 17px

}



.card-absolute .card-body {

    margin-top: 10px

}



.dark-color-header {

    background-color: unset !important;

    color: var(--theme-default)

}



.card.full-card {

    border: 1px solid var(--light-border);

    border-radius: 0;

    box-shadow: none;

    height: 100vh;

    position: fixed;

    right: 0;

    top: 0;

    width: calc(100vw - 12px);

    z-index: 99999

}



.tab-img {

    height: 100px

}



.dark-color-header ul li i {

    color: var(--white) !important

}



.cart .total-amount {

    margin-top: 30px;

    text-align: right !important

}



.cart .amount-space {

    margin-left: 40px

}



.cart .cart-btn-transform {

    text-transform: capitalize

}



.cart .qty-box {

    margin: 0 auto;

    width: 25%

}



.cart .qty-box .input-group .btn {

    background-color: var(--light-color) !important;

    border-color: var(--light-color) !important;

    padding: 8px 12px

}



.cart-buttons {

    margin-top: 30px

}



.cart-buttons .cart-btn {

    float: right;

    padding-right: 85px

}



.order-history table tbody tr td .input-group input {

    border: 1px solid var(--light-color) !important;

    height: 38px

}



.order-history table tbody tr td .input-group a {

    height: 38px

}



div.dt-button-background {

    display: none !important

}



div.DTS div.dataTables_scrollBody table {

    z-index: 1

}



div .table-avtar {

    height: 32px;

    margin-right: 10px

}



div .action {

    display: flex

}



div .action i {

    font-size: 16px

}



div .action .pdf i {

    color: var(--danger-color);

    font-size: 20px

}



div .action .edit {

    margin-right: 5px

}



div .action .edit i {

    color: var(--success-color)

}



div .action .delete i {

    color: var(--danger-color)

}



#auto-generate-content_wrapper.dataTables_wrapper button {

    background-color: var(--white);

    border: 1px solid var(--theme-default);

    color: var(--theme-default)

}



.dataTables_wrapper {

    padding: 0;

    width: calc(100% - 1px)

}



.dataTables_wrapper.no-footer .dataTables_scrollBody {

    border-bottom: 1px solid var(--light-gray)

}



.dataTables_wrapper .dt-buttons .btn {

    border-radius: .25rem !important

}



.dataTables_wrapper .btn-group button {

    margin-right: 5px

}



.dataTables_wrapper button {

    border-radius: .25rem;

    color: var(--white);

    font-size: 14px;

    font-weight: 400;

    padding: .375rem .75rem

}



.dataTables_wrapper+.dataTables_wrapper {

    margin-top: 20px

}



.dataTables_wrapper .dataTables_paginate {

    border: 1px solid var(--border-color);

    border-radius: .25rem;

    margin-left: 15px !important;

    padding-top: 0

}



.dataTables_wrapper .dataTables_paginate .paginate_button {

    color: var(--body-font-color) !important;

    margin: 0

}



.dataTables_wrapper .dataTables_paginate .paginate_button.current,

.dataTables_wrapper .dataTables_paginate .paginate_button:active {

    background: var(--theme-default);

    box-shadow: none;

    color: #fff !important

}



.dataTables_wrapper .dataTables_paginate .paginate_button:hover {

    background: transparent !important;

    border: 1px solid var(--theme-default);

    color: var(--dark-color) !important

}



.dataTables_wrapper .dataTables_length {

    margin-bottom: 30px

}



.dataTables_wrapper .dataTables_length select {

    background-color: var(--white);

    border-color: var(--light-color);

    color: var(--dark-color);

    height: 2.7142em;

    margin: 0 10px;

    padding: 0 10px

}



.dataTables_wrapper table.dataTable {

    border: 1px solid var(--gray-200)

}



.dataTables_wrapper table.dataTable tbody td.select-checkbox,

.dataTables_wrapper table.dataTable tbody th.select-checkbox {

    padding-right: 40px !important

}



.dataTables_wrapper table.dataTable tbody td.select-checkbox:before,

.dataTables_wrapper table.dataTable tbody th.select-checkbox:before {

    left: unset;

    right: 20px;

    top: 22px

}



.dataTables_wrapper table.dataTable tbody td.select-checkbox:after,

.dataTables_wrapper table.dataTable tbody th.select-checkbox:after {

    margin-left: 21px;

    margin-top: -5px

}



.dataTables_wrapper table.dataTable thead td,

.dataTables_wrapper table.dataTable thead th {

    border-bottom: 1px solid var(--border-color)

}



.dataTables_wrapper table.dataTable td,

.dataTables_wrapper table.dataTable th {

    padding: .75rem;

    padding-bottom: .75rem !important

}



@media (max-width:575.98px) {



    .dataTables_wrapper table.dataTable td,

    .dataTables_wrapper table.dataTable th {

        padding: .5rem

    }

}



.dataTables_wrapper .dataTables_filter {

    margin-bottom: 25px;

    margin-left: 15px

}



.dataTables_wrapper .dataTables_filter input[type=search] {

    background-color: var(--white);

    border: 1px solid var(--gray-200);

    border-radius: 4px;

    color: var(--font-color);

    height: 37px;

    margin-left: 10px;

    padding: 0 10px

}



.dataTables_wrapper .dataTables_filter input[type=search]:focus-visible {

    outline: none

}



.dataTables_wrapper .dataTables_filter:focus-visible {

    outline: none

}



.dataTables_scrollHeadInner {

    width: 100% !important

}



table .fixedHeader-floating {

    background-color: var(--white);

    position: fixed !important

}



table .box>div {

    background-color: var(--theme-default);

    border-radius: 5px;

    color: var(--white);

    display: inline-block;

    margin-bottom: 15px;

    margin-right: 15px;

    padding: 5px 15px

}



table.dataTable.fixedHeader-floating,

table.dataTable.fixedHeader-locked {

    left: 260px !important;

    max-width: calc(100vw - 250px) !important;

    overflow: hidden !important;

    right: 0 !important;

    width: calc(100vw - 250px) !important;

    z-index: 99

}



table.dataTable:not(.fixedHeader-locked):not(.fixedHeader-floating) {

    width: 100% !important

}



table.dataTable {

    border-collapse: collapse !important;

    margin-top: 0 !important

}



table.dataTable thead .sorting:after,

table.dataTable thead .sorting:before,

table.dataTable thead .sorting_asc:after,

table.dataTable thead .sorting_asc:before,

table.dataTable thead .sorting_asc_disabled:after,

table.dataTable thead .sorting_asc_disabled:before,

table.dataTable thead .sorting_desc:after,

table.dataTable thead .sorting_desc:before,

table.dataTable thead .sorting_desc_disabled:after,

table.dataTable thead .sorting_desc_disabled:before {

    bottom: 12px !important

}



table.dataTable input,

table.dataTable select {

    border: 1px solid var(--gray-700);

    height: 37px

}



.user-datatable tr td:first-child,

.user-datatable tr th:first-child {

    min-width: 150px

}



.jsgrid .jsgrid-button {

    height: 20px;

    width: 20px

}



.jsgrid .jsgrid-delete-button {

    background-position: 0 -78px;

    height: 22px;

    width: 22px

}



.jsgrid .jsgrid-edit-button {

    background-position: -2px -122px;

    height: 22px;

    width: 22px

}



.jsgrid .jsgrid-insert-mode-button {

    background-position: -2px -160px;

    height: 25px;

    width: 25px

}



.jsgrid .jsgrid-insert-button {

    background-position: -3px -202px;

    height: 16px;

    width: 16px

}



table.dataTable.display tbody tr.even>.sorting_1 {

    background-color: hsl(0 0% 96% / .5)

}



.toolbar {

    background-color: var(--theme-default);

    border-radius: 5px;

    color: var(--white);

    display: inline-block;

    margin-bottom: 15px;

    margin-right: 15px;

    padding: 5px 15px

}



code.option {

    color: var(--danger-color) !important

}



code.api {

    color: var(--success-color) !important

}



.dt-ext .dataTables_wrapper .page-item.active .page-link {

    background-color: var(--theme-default) !important;

    border-color: var(--theme-default) !important;

    color: var(--white) !important

}



.dt-ext .dataTables_wrapper .dataTables_paginate {

    border: none

}



@media (max-width:767.98px) {

    .dt-ext .dataTables_wrapper .dataTables_paginate {

        float: none;

        margin-left: 0 !important;

        margin-top: 20px !important

    }

}



@media (max-width:575.98px) {

    .dt-ext .dataTables_wrapper .dataTables_paginate {

        margin-top: 15px !important

    }

}



.dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button {

    border: none;

    padding: 0

}



@media (max-width:575.98px) {

    .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {

        content: "\e649";

        font-family: themify;

        font-size: 11px;

        padding: 0 5px

    }



    .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.next {

        font-size: 0;

        padding: 0

    }



    .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {

        content: "\e64a";

        font-family: themify;

        font-size: 11px;

        padding: 0 5px

    }



    .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.previous {

        font-size: 0;

        padding: 0

    }

}



.dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.active,

.dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,

.dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.hover {

    border: none !important

}



.dt-ext .dataTables_wrapper .dataTables_paginate .page-link {

    color: var(--theme-default);

    margin-left: 0

}



.dt-ext .dataTables_wrapper a.dt-button,

.dt-ext .dataTables_wrapper a.dt-button.active:not(.disabled),

.dt-ext .dataTables_wrapper a.dt-button:active:not(.disabled),

.dt-ext .dataTables_wrapper a.dt-button:focus:not(.disabled),

.dt-ext .dataTables_wrapper button.dt-button,

.dt-ext .dataTables_wrapper button.dt-button.active:not(.disabled),

.dt-ext .dataTables_wrapper button.dt-button:active:not(.disabled),

.dt-ext .dataTables_wrapper button.dt-button:focus:not(.disabled),

.dt-ext .dataTables_wrapper div.dt-button,

.dt-ext .dataTables_wrapper div.dt-button.active:not(.disabled),

.dt-ext .dataTables_wrapper div.dt-button:active:not(.disabled),

.dt-ext .dataTables_wrapper div.dt-button:focus:not(.disabled) {

    background-color: var(--theme-default);

    background-image: none;

    border-color: var(--theme-default);

    border-radius: 2px;

    color: var(--white);

    font-size: 14px

}



.dt-ext .dataTables_wrapper a.dt-button.btn-success,

.dt-ext .dataTables_wrapper button.dt-button.btn-success,

.dt-ext .dataTables_wrapper div.dt-button.btn-success {

    background-color: var(--success-color);

    border-color: var(--success-color)

}



.dt-ext .dataTables_wrapper a.dt-button.btn-primary,

.dt-ext .dataTables_wrapper button.dt-button.btn-primary,

.dt-ext .dataTables_wrapper div.dt-button.btn-primary {

    background-color: var(--theme-default);

    border-color: var(--theme-default)

}



.dt-ext .dataTables_wrapper a.dt-button.btn-danger,

.dt-ext .dataTables_wrapper button.dt-button.btn-danger,

.dt-ext .dataTables_wrapper div.dt-button.btn-danger {

    background-color: var(--danger-color);

    border-color: var(--danger-color)

}



.dt-ext .dataTables_wrapper table.dataTable td.focus,

.dt-ext .dataTables_wrapper table.dataTable th.focus {

    outline: 3px solid var(--theme-default)

}



.dt-ext .dataTables_wrapper table.dataTable tbody>tr.selected,

.dt-ext .dataTables_wrapper table.dataTable tbody>tr>.selected,

.dt-ext .dataTables_wrapper table.dataTable.display tbody>tr.even.selected>.sorting_1,

.dt-ext .dataTables_wrapper table.dataTable.display tbody>tr.odd.selected,

.dt-ext .dataTables_wrapper table.dataTable.display tbody>tr.odd.selected>.sorting_1,

.dt-ext .dataTables_wrapper table.dataTable.display tbody>tr.odd>.selected,

.dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1,

.dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1,

.dt-ext .dataTables_wrapper table.dataTable.stripe tbody>tr.odd.selected,

.dt-ext .dataTables_wrapper table.dataTable.stripe tbody>tr.odd>.selected {

    background-color: rgb(175 175 175 / .38)

}



td.highlight {

    background-color: var(--light-color) !important

}



td.details-control {

    background: url(images/details_open.png) no-repeat 50%;

    cursor: pointer

}



tr.shown td.details-control {

    background: url(images/details_close.png) no-repeat 50%

}



.dataTables_scroll~.dataTables_paginate {

    margin-top: 20px !important

}



.product-table th:last-child {

    min-width: 120px

}



.product-table .h6,

.product-table h6 {

    color: var(--dark-color);

    font-weight: 600

}



table.dataTable.display tbody tr.odd>.sorting_1 {

    background-color: var(--light-color)

}



table.dataTable.display tbody tr.even .badge,

table.dataTable.display tbody tr.odd .badge {

    line-height: 15px

}



.jsgrid-alt-row .jsgrid-cell .badge,

.jsgrid-row .jsgrid-cell .badge {

    line-height: 15px !important

}



.table-responsive.custom-scroll {

    overflow: auto

}



.table-responsive.custom-scroll .datatable-wrapper .datatable-top {

    position: absolute;

    right: 4px;

    top: 63px;

    z-index: 1

}



.table-responsive.custom-scroll .datatable-wrapper .datatable-container .datatable-table {

    margin-top: 70px

}



.table-responsive.custom-scroll .datatable-wrapper .datatable-container button.bg-light-primary {

    border: 1px solid var(--light-color);

    width: 120px

}



#simple.datatable-table thead tr th:nth-child(3),

#simple.datatable-table thead tr th:nth-child(5) {

    min-width: 130px

}



#simple.datatable-table thead tr th:nth-child(2),

#simple.datatable-table thead tr th:nth-child(6) {

    min-width: 110px

}



#simple.datatable-table thead tr th:first-child {

    min-width: 50px

}



@media (max-width:575.98px) {

    .paginate_button .page-link {

        font-size: 12px

    }

}



@media (max-width:360px) {

    .paginate_button .page-link {

        font-size: 11px

    }

}



@media (max-width:575.98px) {

    .autofill-datatable div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous:before {

        content: "\e64a";

        font-family: themify;

        font-size: 11px;

        line-height: 3.2;

        padding: 0 5px

    }



    .autofill-datatable div.dataTables_wrapper div.dataTables_paginate .paginate_button.next:before {

        content: "\e649";

        font-family: themify;

        font-size: 11px;

        line-height: 3.2;

        padding: 0 5px

    }

}



@media (max-width:1500px) {

    .autofill-datatable table.table thead th:after {

        top: 33px !important

    }



    .autofill-datatable table.table thead th:nth-child(2),

    .autofill-datatable table.table thead th:nth-child(5),

    .autofill-datatable table.table thead th:nth-child(7) {

        min-width: 100px

    }

}



[data-theme=dark] .autofill-datatable .table-light {

    --bs-table-bg: var(--card-color);

    --bs-table-striped-bg: var(--body-color);

    --bs-table-hover-bg: var(--body-color)

}



@media (max-width:1630px) {

    .complex-table table thead tr th:first-child {

        min-width: 115px

    }



    .complex-table table thead tr+tr th:first-child {

        min-width: 190px

    }



    .complex-table table thead tr+tr th:nth-child(3) {

        min-width: 100px

    }

}



div.dataTables_wrapper div.dataTables_paginate ul.pagination {

    align-items: center

}



tbody,

td,

tfoot,

th,

thead,

tr {

    border-color: var(--table-double-color)

}



.table {

    margin-bottom: 0

}



.table tbody tr td,

.table tbody tr th {

    border-bottom: 1px solid var(--light-gray)

}



.table>:not(:last-child)>:last-child>* {

    border-bottom-color: var(--light-gray)

}



.table td,

.table th {

    padding: .75rem

}



.table thead.bg-primary tr th {

    color: var(--white)

}



.table th {

    color: var(--dark);

    font-weight: 700

}



.table th.f-light {

    color: var(--chart-text-color);

    opacity: .8

}



.table td {

    color: var(--dark)

}



.table [class*=bg-] {

    color: var(--white)

}



.table .bg-light {

    color: var(--body-font-color)

}



.table[class*=bg-] td,

.table[class*=bg-] th {

    color: var(--white)

}



.typography-table tr:last-child,

.typography-table tr:last-child td {

    border-bottom: none

}



.typography-table tr td:first-child {

    min-width: 100px

}



.typography-table tr td:last-child {

    min-width: 300px

}



.table-striped thead tr th p {

    margin-bottom: 0

}



.table-bordered tbody,

.table-bordered td,

.table-bordered tfoot,

.table-bordered th,

.table-bordered thead,

.table-bordered tr {

    border-color: hsl(0 0% 80% / .3)

}



.user-content td,

.user-content th {

    border-color: var(--light-gray)

}



.border-bottom-primary td,

.border-bottom-primary th {

    border-bottom: 1px solid var(--theme-default) !important

}



.border-bottom-secondary td,

.border-bottom-secondary th {

    border-bottom: 1px solid var(--theme-secondary) !important

}



.border-bottom-success td,

.border-bottom-success th {

    border-bottom: 1px solid var(--success-color) !important

}



.border-bottom-danger td,

.border-bottom-danger th {

    border-bottom: 1px solid var(--danger-color) !important

}



.border-bottom-info td,

.border-bottom-info th {

    border-bottom: 1px solid var(--info-color) !important

}



.border-bottom-warning td,

.border-bottom-warning th {

    border-bottom: 1px solid var(--warning-color) !important

}



.border-bottom-light td,

.border-bottom-light th {

    border-bottom: 1px solid var(--white) !important

}



.basic-table tr {

    vertical-align: middle

}



.basic-table tr:last-child {

    border-bottom: unset

}



.table-inverse,

.table-inverse td,

.table-inverse th {

    background-color: var(--dark);

    color: var(--white)

}



.signal-table .table-hover tbody tr td svg {

    border-radius: 4px;

    height: 30px;

    padding: 6px;

    width: 30px

}



.card-block .table-responsive .table caption {

    padding-left: 10px

}



.table-dark th {

    color: var(--white)

}



.bootstrap-table .table tbody tr:last-child {

    border-bottom: var(--white)

}



.ui-components.card-block .table-responsive .table-bordered td {

    vertical-align: middle

}



.ui-components .fa-spinner {

    animation: fa-spin 2s linear infinite

}



.ui-components p {

    margin-bottom: 0

}



.ui-components .alert-primary .alert-link {

    color: var(--white)

}



.ui-components .alert-primary .btn-close {

    filter: brightness(1) invert(1)

}



.checkbox-solid-primary.checkbox label {

    cursor: pointer;

    display: inline-block;

    margin-bottom: 10px;

    margin-top: 10px;

    padding-left: 16px;

    position: relative

}



.checkbox-solid-primary.checkbox label:before {

    border: 1px solid #efefef;

    border-radius: 3px;

    content: "";

    display: inline-block;

    height: 19px;

    left: -2px;

    margin-left: -16px;

    position: absolute;

    transition: border .15s ease-in-out, color .15s ease-in-out;

    width: 19px

}



.checkbox-solid-primary.checkbox input[type=checkbox]:checked+label:before {

    background-color: var(--theme-default);

    border-color: var(--theme-default);

    color: var(--white);

    content: "\f00c";

    font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    line-height: 1.2;

    text-align: center

}



.checkbox-solid-primary.checkbox input[type=checkbox]:disabled+label:before {

    background-color: var(--light-gray);

    cursor: not-allowed

}



.checkbox-solid-primary.checkbox label:before {

    background-color: var(--theme-default);

    border-color: var(--theme-default);

    color: var(--white)

}



.m-checkbox-inline .checkbox {

    display: inline-block

}



.m-checkbox-inline .checkbox label {

    cursor: pointer;

    display: inline-block;

    margin-bottom: 10px;

    margin-top: 10px;

    padding-left: 10px;

    position: relative

}



.m-checkbox-inline .checkbox label:before {

    background-color: var(--white);

    border: 1px solid var(--light-gray);

    border-radius: 3px;

    content: "";

    display: inline-block;

    height: 19px;

    left: -3px;

    margin-left: -16px;

    position: absolute;

    transition: border .15s ease-in-out, color .15s ease-in-out;

    width: 19px

}



.m-checkbox-inline label {

    margin-right: 20px

}



.m-checkbox-inline .checkbox-primary input[type=checkbox]:checked+label:before {

    border-color: var(--theme-default);

    color: var(--theme-default);

    content: "\f00c";

    font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    line-height: 1.2;

    text-align: center

}



.m-checkbox-inline .checkbox-primary label:before {

    border-color: var(--theme-default)

}



.m-checkbox-inline .checkbox-secondary input[type=checkbox]:checked+label:before {

    border-color: var(--theme-secondary);

    color: var(--theme-secondary);

    content: "\f00c";

    font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    line-height: 1.2;

    text-align: center

}



.m-checkbox-inline .checkbox-secondary label:before {

    border-color: var(--theme-secondary)

}



.m-checkbox-inline .checkbox-success input[type=checkbox]:checked+label:before {

    border-color: var(--success-color);

    color: var(--success-color);

    content: "\f00c";

    font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    line-height: 1.2;

    text-align: center

}



.m-checkbox-inline .checkbox-success label:before {

    border-color: var(--success-color)

}



.checkbox-dark.checkbox {

    display: inline-block

}



.checkbox-dark.checkbox label {

    cursor: pointer;

    display: inline-block;

    margin-bottom: 10px;

    margin-top: 10px;

    padding-left: 16px;

    position: relative

}



.checkbox-dark.checkbox label:before {

    background-color: var(--white);

    border: 1px solid var(--dark);

    border-radius: 3px;

    content: "";

    display: inline-block;

    height: 19px;

    left: -3px;

    margin-left: -16px;

    position: absolute;

    transition: border .15s ease-in-out, color .15s ease-in-out;

    width: 19px

}



.checkbox-dark input[type=checkbox]:checked+label:before {

    border-color: var(--dark);

    color: var(--dark);

    content: "\f00c";

    font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    line-height: 1.2;

    text-align: center

}



.checkbox-dark label:before {

    border-color: var(--dark)

}



.m-squar.checkbox label {

    cursor: pointer;

    display: inline-block;

    margin-bottom: 10px;

    margin-top: 10px;

    padding-left: 16px;

    position: relative

}



.m-squar.checkbox label:before {

    background-color: var(--white);

    border: 1px solid #efefef;

    content: "";

    display: inline-block;

    height: 19px;

    left: 0;

    margin-left: -16px;

    position: absolute;

    transition: border .15s ease-in-out, color .15s ease-in-out;

    width: 19px

}



.m-squar.checkbox input[type=checkbox] {

    opacity: 0

}



.m-squar input[type=checkbox]:checked+label:before {

    color: var(--dark);

    content: "\f00c";

    font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    line-height: 1.2;

    text-align: center

}



.m-squar label:before {

    border-radius: 0

}



.table-bordered td,

.table-bordered th,

.table-bordered tr {

    border-color: var(--light-gray)

}



.pills-component {

    width: 20%

}



.badge-table .badge {

    border-radius: .25rem;

    color: var(--white);

    display: inline-block;

    font-family: Roboto, sans-serif;

    font-size: .75em;

    font-weight: 700;

    line-height: 1;

    padding: .44em .7em;

    text-align: center;

    vertical-align: baseline;

    white-space: nowrap

}



.label-square i {

    margin-right: 7px

}



.label-square span {

    font-size: 14px

}



.card-no-border.card-header {

    border-bottom: none

}



.table-striped.table-bordered>tbody>tr>:nth-child(n+2),

.table-striped.table-bordered>thead>tr>:nth-child(n+2) {

    border-left: unset

}



.table-striped>tbody>tr:nth-of-type(odd)>* {

    background-color: hsl(0 0% 96% / .7);

    color: var(--body-font-color);

    --bs-table-accent-bg: unset

}



.table-striped .alert-light-primary {

    background-color: rgb(175 175 175 / .3) !important

}



.table-dashed {

    border-left: 2px dashed var(--light-gray) !important;

    border-right: 2px dashed var(--light-gray) !important

}



.table-dashed tbody,

.table-dashed td,

.table-dashed tfoot,

.table-dashed th,

.table-dashed thead,

.table-dashed tr {

    border-style: dashed !important;

    border-width: 2px;

    border-left: 0;

    border-right: 0

}



#row_create td.highlight {

    color: var(--theme-default);

    font-weight: 600

}



#row_create td.danger {

    color: var(--danger-color);

    font-weight: 600

}



@media (max-width:1199.98px) {

    .basic_table .table-responsive .table tbody tr td:nth-child(n+2) {

        min-width: 180px

    }

}



@media (max-width:767.98px) {



    .card-block .table-responsive .checkbox-td-width tbody tr td,

    .card-block .table-responsive .radio-first-col-width tbody tr td {

        min-width: 200px !important

    }

}



.card-block .table-responsive .table-bordered tbody tr:last-child td {

    border-bottom: 0;

    padding: .5rem !important

}



@media (max-width:767.98px) {

    .card-block .table-responsive .table-bordered tbody tr td span {

        max-width: 100px;

        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap

    }

}



@media (max-width:1199.98px) {

    .signal-table .table.table-hover tbody tr td:nth-child(n+2) {

        min-width: 240px !important

    }

}



@media (max-width:575.98px) {

    div.dataTables_wrapper div.dataTables_paginate .paginate_button {

        padding: 1px 7px

    }



    div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous:before {

        content: "\e64a";

        font-family: themify;

        font-size: 11px;

        padding: 0 5px

    }



    div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous {

        font-size: 0;

        padding: 0

    }



    div.dataTables_wrapper div.dataTables_paginate .paginate_button.next:before {

        content: "\e649";

        font-family: themify;

        font-size: 11px;

        padding: 0 5px

    }



    div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {

        font-size: 0;

        padding: 0

    }

}



@media (max-width:767.98px) {

    div.dataTables_wrapper div.dataTables_paginate {

        float: none;

        margin-left: 0 !important;

        margin-top: 20px !important

    }

}



@media (max-width:575.98px) {

    div.dataTables_wrapper div.dataTables_paginate {

        margin-top: 15px !important

    }

}



.grid-showcase {

    margin-bottom: -10px

}



.grid-showcase span {

    background-color: var(--bg-light);

    display: block;

    margin-bottom: 10px;

    padding: 10px;

    text-align: center

}



.horizontal-align.grid-showcase span {

    background-color: var(--white)

}



.grid-align .row {

    min-height: 7rem;

    padding: 15px 0

}



.grid-vertical {

    color: var(--black);

    min-height: 150px;

    padding: 10px

}



.table-striped>tbody>tr:nth-of-type(odd) {

    background-color: var(--bg-light)

}



.table-striped>tbody>tr:nth-of-type(odd)>* {

    --bs-table-accent-bg: unset !important

}



.table-bordered.table-striped td,

.table-bordered.table-striped th,

.table-bordered.table-striped tr {

    border-color: var(--border-color)

}



.avatars {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    gap: 12px

}



.avatars .avatar {

    position: relative

}



.avatars .avatar.ratio {

    width: unset

}



.avatars .avatar.ratio img {

    width: auto

}



.avatars .avatar .status {

    border-radius: 100%;

    height: 12%;

    position: absolute;

    right: 4%;

    top: 12%;

    width: 12%

}



.avatars .b-r-8 {

    border-radius: 8px

}



.avatars .b-r-30 {

    border-radius: 30px

}



.avatars .b-r-35 {

    border-radius: 35px

}



.avatars .img-100 {

    height: calc(58px + 2.1875vw);

    width: calc(58px + 2.1875vw)

}



.avatars .img-90 {

    height: calc(48px + 2.1875vw);

    width: calc(48px + 2.1875vw)

}



.avatars .img-80 {

    height: calc(38px + 2.1875vw);

    width: calc(38px + 2.1875vw)

}



.avatars .img-70 {

    height: calc(28px + 2.1875vw);

    width: calc(28px + 2.1875vw)

}



.avatars .img-50 {

    height: 50px !important;

    width: 50px !important

}



.avatars .img-60 {

    height: 60px !important;

    width: 60px !important

}



.avatars .img-40 {

    height: 40px !important;

    width: 40px !important

}



.avatars .img-30 {

    height: 35px !important;

    width: 35px !important

}



.status-offline {

    background-color: var(--danger-color)

}



.status-online {

    background-color: var(--success-color)

}



.status-dnd {

    background-color: var(--warning-color)

}



.customers ul {

    display: inline-block

}



.customers ul li img {

    border: 2px solid var(--white);

    transition: .5s

}



.customers ul li img:hover {

    transform: translateY(-4px) scale(1.02);

    transition: .5s

}



.customers ul li+li {

    margin-left: -7%

}



.customers.avatar-group {

    margin-right: 30px

}



.customers.avatar-group:last-child {

    margin-right: 0

}



.avatar-showcase .ratio>* {

    left: unset;

    position: relative;

    top: unset

}



.avatar-showcase .avatar-intial {

    align-items: center;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    padding: 5px 17px

}



.avatar-showcase .ping {

    animation: load 1.5s ease-out infinite

}



@keyframes load {

    0% {

        background-color: var(--ping-success);

        border: 0 solid var(--ping-success)

    }



    50% {

        background-color: var(--white);

        border: 3px solid var(--white)

    }



    to {

        background-color: var(--ping-light-success);

        border: 0 solid var(--ping-light-success)

    }

}



.avatar-profile.bg-light-primary:hover {

    background-color: rgb(175 175 175 / .1);

    color: var(--theme-default)

}



.helper-common-box {

    align-items: center;

    display: flex;

    gap: 8px;

    margin-bottom: 8px

}



.helper-common-box:last-child {

    margin-bottom: 0

}



.helper-common-box.helper-p-wrapper {

    flex-wrap: wrap;

    gap: 12px;

    margin-bottom: 0

}



.border-wrapper {

    padding: 20px

}



@media (max-width:1199.98px) {

    .border-wrapper {

        padding: 15px

    }

}



@media (max-width:575.98px) {

    .border-wrapper {

        padding: 12px

    }

}



.border-wrapper .h6,

.border-wrapper h6 {

    font-weight: 600

}



.border-wrapper.border {

    border: 1px solid var(--light-gray) !important;

    border-radius: 1.5rem

}



.border-wrapper.helper-bg {

    border-radius: 1.5rem

}



.helper-box {

    border-radius: 25%;

    height: 40px;

    width: 40px

}



.helper-box.helper-text {

    align-items: center;

    display: flex;

    font-weight: 900;

    justify-content: center

}



.helper-radius {

    height: 30px;

    width: 60px

}



.dark-helper.border {

    border: transparent !important

}



.fill-wrapper {

    background-color: var(--bg-light)

}



.alert-light-primary {

    background-color: rgb(175 175 175 / .2);

    color: #308e87

}



.alert-light-secondary {

    background-color: rgb(243 145 89 / .2);

    color: #f39159

}



.alert-light-success {

    background-color: rgb(62 185 95 / .2);

    color: #3eb95f

}



.alert-light-info {

    background-color: rgb(2 162 185 / .2);

    color: #02a2b9

}



.alert-light-warning {

    background-color: rgb(234 146 0 / .2);

    color: #ea9200

}



.alert-light-danger {

    background-color: rgb(231 75 43 / .2);

    color: #e74b2b

}



.alert-light-light {

    background-color: hsl(0 0% 96% / .2);

    color: #f5f5f5

}



.alert-light-dark {

    background-color: rgb(41 41 41 / .2);

    color: #292929

}



.alert-light,

.alert-light-light {

    color: var(--body-font-color)

}



.alert-light-light {

    background-color: hsl(0 0% 96% / .5)

}



.light-background,

.light-card {

    background-color: hsl(0 0% 80% / .7)

}



.gradient-border {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    gap: 22px

}



@media (max-width:1200px) {

    .gradient-border {

        gap: calc(9.72727px + 1.02273vw)

    }

}



.radius-wrapper {

    background-color: var(--light-semi-gray)

}



.font-wrapper {

    align-items: center;

    display: flex;

    padding: 12px 20px

}



.img-30 {

    width: 30px

}



.img-h-30 {

    height: 30px

}



.img-40 {

    width: 40px

}



.img-h-40 {

    height: 40px

}



.img-50 {

    width: 50px

}



.img-h-50 {

    height: 50px

}



.img-60 {

    width: 60px

}



.img-h-60 {

    height: 60px

}



.img-70 {

    width: 70px

}



.img-h-70 {

    height: 70px

}



.img-80 {

    width: 80px

}



.img-h-80 {

    height: 80px

}



.img-90 {

    width: 90px

}



.img-h-90 {

    height: 90px

}



.img-100 {

    width: 100px

}



.img-h-100 {

    height: 100px

}



.badge-spacing {

    display: flex;

    flex-wrap: wrap;

    gap: 12px

}



.badge-spacing .badge {

    font-size: 12px;

    padding: 6px 12px

}



.badge-spacing .badge.badge svg {

    padding-top: 0

}



.badge-spacing .badge.rounded-circle {

    align-items: center;

    display: flex;

    height: 33px;

    justify-content: center;

    width: 33px

}



.badge-spacing .badge+.badge {

    margin-left: 0

}



.badge-spacing .badge.btn-p-space {

    padding: 8px 10px

}



.badge-spacing .modal .modal-body p {

    color: var(--font-color);

    font-size: 14px

}



.badge-spacing .modal-content {

    display: block

}



.badge {

    font-weight: 500;

    padding: .44em .7em

}



.badge+.badge {

    margin-left: 5px

}



.badge svg {

    height: 16px;

    padding-top: 3px;

    width: 16px

}



.pill-badge-primary {

    background-color: var(--theme-default);

    border-radius: 0;

    color: var(--white)

}



.pill-badge-secondary {

    background-color: var(--theme-secondary);

    border-radius: 0;

    color: var(--white)

}



.pill-badge-success {

    background-color: var(--success-color);

    border-radius: 0;

    color: var(--white)

}



.pill-badge-danger {

    background-color: var(--danger-color);

    border-radius: 0;

    color: var(--white)

}



.pill-badge-warning {

    background-color: var(--warning-color);

    border-radius: 0;

    color: var(--white)

}



.pill-badge-info {

    background-color: var(--info-color);

    border-radius: 0;

    color: var(--white)

}



.pill-badge-light {

    background-color: var(--light-color);

    border-radius: 0;

    color: var(--white)

}



.pill-badge-dark {

    background-color: var(--body-font-color);

    border-radius: 0;

    color: var(--white)

}



.badge-primary {

    border-color: var(--theme-default)

}



.badge-primary,

.badge-primary:hover {

    background-color: var(--theme-default);

    color: var(--white)

}



.badge-secondary {

    border-color: var(--theme-secondary)

}



.badge-secondary,

.badge-secondary:hover {

    background-color: var(--theme-secondary);

    color: var(--white)

}



.badge-success {

    border-color: var(--success-color)

}



.badge-success,

.badge-success:hover {

    background-color: var(--success-color);

    color: var(--white)

}



.badge-danger {

    border-color: var(--danger-color)

}



.badge-danger,

.badge-danger:hover {

    background-color: var(--danger-color);

    color: var(--white)

}



.badge-warning {

    border-color: var(--warning-color)

}



.badge-warning,

.badge-warning:hover {

    background-color: var(--warning-color);

    color: var(--white)

}



.badge-info {

    border-color: var(--info-color)

}



.badge-info,

.badge-info:hover {

    background-color: var(--info-color);

    color: var(--white)

}



.badge-light {

    border-color: var(--light-color)

}



.badge-light,

.badge-light:hover {

    background-color: var(--light-color);

    color: var(--white)

}



.badge-dark {

    border-color: var(--body-font-color)

}



.badge-dark,

.badge-dark:hover {

    background-color: var(--body-font-color);

    color: var(--white)

}



.badge-light-primary {

    background-color: rgb(175 175 175 / .2)

}



.badge-light-secondary {

    background-color: rgb(243 145 89 / .2)

}



.badge-light-success {

    background-color: rgb(62 185 95 / .2)

}



.badge-light-danger {

    background-color: rgb(231 75 43 / .2)

}



.badge-light-warning {

    background-color: rgb(234 146 0 / .2)

}



.badge-light-info,

.badge-light-light {

    background-color: hsl(0 0% 96% / .2)

}



.badge-light-dark {

    background-color: rgb(41 41 41 / .2)

}



.badge-light-primary {

    color: var(--theme-default);

    font-weight: 800

}



.badge-light-primary:hover {

    background-color: var(--theme-default);

    color: var(--white)

}



.badge-light-secondary {

    color: var(--theme-secondary);

    font-weight: 800

}



.badge-light-secondary:hover {

    background-color: var(--theme-secondary);

    color: var(--white)

}



.badge-light-success {

    color: var(--success-color);

    font-weight: 800

}



.badge-light-success:hover {

    background-color: var(--success-color);

    color: var(--white)

}



.badge-light-danger {

    color: var(--danger-color);

    font-weight: 800

}



.badge-light-danger:hover {

    background-color: var(--danger-color);

    color: var(--white)

}



.badge-light-warning {

    color: var(--warning-color);

    font-weight: 800

}



.badge-light-warning:hover {

    background-color: var(--warning-color);

    color: var(--white)

}



.badge-light-info {

    color: var(--info-color);

    font-weight: 800

}



.badge-light-info:hover {

    background-color: var(--info-color);

    color: var(--white)

}



.badge-light-light {

    color: var(--light-color);

    font-weight: 800

}



.badge-light-light:hover {

    background-color: var(--light-color);

    color: var(--white)

}



.badge-light-dark {

    color: var(--body-font-color);

    font-weight: 800

}



.badge-light-dark:hover {

    background-color: var(--body-font-color);

    color: var(--white)

}



/* Light Badge Renkleri - Tabler Uyumlu (bg-*-lt) */

.bg-primary-lt { background-color: rgba(32, 107, 196, 0.1) !important; }

.bg-secondary-lt { background-color: rgba(101, 109, 119, 0.1) !important; }

.bg-success-lt { background-color: rgba(47, 179, 68, 0.1) !important; }

.bg-info-lt { background-color: rgba(66, 153, 225, 0.1) !important; }

.bg-warning-lt { background-color: rgba(247, 103, 7, 0.1) !important; }

.bg-danger-lt { background-color: rgba(214, 57, 57, 0.1) !important; }

.bg-teal-lt { background-color: rgba(12, 166, 120, 0.1) !important; }

.bg-cyan-lt { background-color: rgba(23, 162, 184, 0.1) !important; }

.bg-azure-lt { background-color: rgba(69, 170, 242, 0.1) !important; }

.bg-purple-lt { background-color: rgba(153, 69, 255, 0.1) !important; }

.bg-pink-lt { background-color: rgba(214, 51, 132, 0.1) !important; }

.bg-orange-lt { background-color: rgba(253, 126, 20, 0.1) !important; }

.bg-lime-lt { background-color: rgba(116, 184, 22, 0.1) !important; }

.bg-indigo-lt { background-color: rgba(66, 99, 235, 0.1) !important; }



/* Text Renkleri - Tabler Uyumlu */

.text-teal { color: #0ca678 !important; }

.text-cyan { color: #17a2b8 !important; }

.text-azure { color: #45aaf2 !important; }

.text-purple { color: #9945ff !important; }

.text-pink { color: #d63384 !important; }

.text-orange { color: #fd7e14 !important; }

.text-lime { color: #74b816 !important; }

.text-indigo { color: #4263eb !important; }



/* Solid Background Renkleri - Tabler Uyumlu */

.bg-purple { background-color: #9945ff !important; color: #fff !important; }

.bg-teal { background-color: #0ca678 !important; color: #fff !important; }

.bg-cyan { background-color: #17a2b8 !important; color: #fff !important; }

.bg-azure { background-color: #45aaf2 !important; color: #fff !important; }

.bg-pink { background-color: #d63384 !important; color: #fff !important; }

.bg-orange { background-color: #fd7e14 !important; color: #fff !important; }

.bg-lime { background-color: #74b816 !important; color: #fff !important; }

.bg-indigo { background-color: #4263eb !important; color: #fff !important; }



/* Badge Light Variants - Text Color Fixes */

.badge.bg-secondary-lt { color: #656d77 !important; }

.badge.bg-primary-lt { color: #206bc4 !important; }

.badge.bg-success-lt { color: #2fb344 !important; }

.badge.bg-info-lt { color: #4299e1 !important; }

.badge.bg-warning-lt { color: #f76707 !important; }

.badge.bg-danger-lt { color: #d63939 !important; }

.badge.bg-dark-lt { color: #1e293b !important; }

.badge.bg-purple-lt { color: #9945ff !important; }

.badge.bg-teal-lt { color: #0ca678 !important; }

.badge.bg-cyan-lt { color: #17a2b8 !important; }

.badge.bg-azure-lt { color: #45aaf2 !important; }

.badge.bg-pink-lt { color: #d63384 !important; }

.badge.bg-orange-lt { color: #fd7e14 !important; }

.badge.bg-lime-lt { color: #74b816 !important; }

.badge.bg-indigo-lt { color: #4263eb !important; }



/* Eksik Light Badge Tanımları */

.bg-blue-lt { background-color: rgba(32, 107, 196, 0.1) !important; }

.bg-green-lt { background-color: rgba(47, 179, 68, 0.1) !important; }

.bg-yellow-lt { background-color: rgba(245, 159, 0, 0.1) !important; }

.bg-red-lt { background-color: rgba(214, 57, 57, 0.1) !important; }

.badge.bg-blue-lt { color: #206bc4 !important; }

.badge.bg-green-lt { color: #2fb344 !important; }

.badge.bg-yellow-lt { color: #f59f00 !important; }

.badge.bg-red-lt { color: #d63939 !important; }


/* Badge Dark - Text Color Fix */

.badge.bg-dark { color: #fff !important; }

.bg-dark-lt { background-color: rgba(30, 41, 59, 0.1) !important; }


/* Dark Mode - Light Badge Uyumu */

.dark-only .bg-primary-lt { background-color: rgba(32, 107, 196, 0.2) !important; }
.dark-only .bg-secondary-lt { background-color: rgba(101, 109, 119, 0.2) !important; }
.dark-only .bg-success-lt { background-color: rgba(47, 179, 68, 0.2) !important; }
.dark-only .bg-info-lt { background-color: rgba(66, 153, 225, 0.2) !important; }
.dark-only .bg-warning-lt { background-color: rgba(247, 103, 7, 0.2) !important; }
.dark-only .bg-danger-lt { background-color: rgba(214, 57, 57, 0.2) !important; }
.dark-only .bg-teal-lt { background-color: rgba(12, 166, 120, 0.2) !important; }
.dark-only .bg-cyan-lt { background-color: rgba(23, 162, 184, 0.2) !important; }
.dark-only .bg-azure-lt { background-color: rgba(69, 170, 242, 0.2) !important; }
.dark-only .bg-purple-lt { background-color: rgba(153, 69, 255, 0.2) !important; }
.dark-only .bg-pink-lt { background-color: rgba(214, 51, 132, 0.2) !important; }
.dark-only .bg-orange-lt { background-color: rgba(253, 126, 20, 0.2) !important; }
.dark-only .bg-lime-lt { background-color: rgba(116, 184, 22, 0.2) !important; }
.dark-only .bg-indigo-lt { background-color: rgba(66, 99, 235, 0.2) !important; }
.dark-only .bg-blue-lt { background-color: rgba(32, 107, 196, 0.2) !important; }
.dark-only .bg-green-lt { background-color: rgba(47, 179, 68, 0.2) !important; }
.dark-only .bg-yellow-lt { background-color: rgba(245, 159, 0, 0.2) !important; }
.dark-only .bg-red-lt { background-color: rgba(214, 57, 57, 0.2) !important; }
.dark-only .bg-dark-lt { background-color: rgba(148, 163, 184, 0.15) !important; }

.dark-only .badge.bg-primary-lt { color: #5d9cec !important; }
.dark-only .badge.bg-secondary-lt { color: #94a3b8 !important; }
.dark-only .badge.bg-success-lt { color: #51cf66 !important; }
.dark-only .badge.bg-info-lt { color: #74c0fc !important; }
.dark-only .badge.bg-warning-lt { color: #ffa94d !important; }
.dark-only .badge.bg-danger-lt { color: #ff6b6b !important; }
.dark-only .badge.bg-teal-lt { color: #38d9a9 !important; }
.dark-only .badge.bg-cyan-lt { color: #3bc9db !important; }
.dark-only .badge.bg-azure-lt { color: #74c0fc !important; }
.dark-only .badge.bg-purple-lt { color: #b197fc !important; }
.dark-only .badge.bg-pink-lt { color: #f06595 !important; }
.dark-only .badge.bg-orange-lt { color: #ffa94d !important; }
.dark-only .badge.bg-lime-lt { color: #a9e34b !important; }
.dark-only .badge.bg-indigo-lt { color: #748ffc !important; }
.dark-only .badge.bg-blue-lt { color: #5d9cec !important; }
.dark-only .badge.bg-green-lt { color: #51cf66 !important; }
.dark-only .badge.bg-yellow-lt { color: #ffd43b !important; }
.dark-only .badge.bg-red-lt { color: #ff6b6b !important; }
.dark-only .badge.bg-dark-lt { color: #cbd5e1 !important; }



.stroke-primary {

    stroke: var(--theme-default) !important

}



.stroke-secondary {

    stroke: var(--theme-secondary) !important

}



.stroke-success {

    stroke: var(--success-color) !important

}



.stroke-danger {

    stroke: var(--danger-color) !important

}



.stroke-warning {

    stroke: var(--warning-color) !important

}



.stroke-info {

    stroke: var(--info-color) !important

}



.stroke-light {

    stroke: var(--light-color) !important

}



.stroke-dark {

    stroke: var(--body-font-color) !important

}



.list-group .form-check-input:checked[type=checkbox].checkbox-primary,

.list-group [type=radio].checkbox-primary {

    background-color: unset;

    border-color: var(--theme-default);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-primary.active,

.list-group .form-check-input:checked[type=checkbox].checkbox-primary:active,

.list-group .form-check-input:checked[type=checkbox].checkbox-primary:focus,

.list-group [type=radio].checkbox-primary.active,

.list-group [type=radio].checkbox-primary:active,

.list-group [type=radio].checkbox-primary:focus {

    background-color: var(--theme-default);

    border-color: var(--theme-default);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-secondary,

.list-group [type=radio].checkbox-secondary {

    background-color: unset;

    border-color: var(--theme-secondary);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-secondary.active,

.list-group .form-check-input:checked[type=checkbox].checkbox-secondary:active,

.list-group .form-check-input:checked[type=checkbox].checkbox-secondary:focus,

.list-group [type=radio].checkbox-secondary.active,

.list-group [type=radio].checkbox-secondary:active,

.list-group [type=radio].checkbox-secondary:focus {

    background-color: var(--theme-secondary);

    border-color: var(--theme-secondary);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-success,

.list-group [type=radio].checkbox-success {

    background-color: unset;

    border-color: var(--success-color);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-success.active,

.list-group .form-check-input:checked[type=checkbox].checkbox-success:active,

.list-group .form-check-input:checked[type=checkbox].checkbox-success:focus,

.list-group [type=radio].checkbox-success.active,

.list-group [type=radio].checkbox-success:active,

.list-group [type=radio].checkbox-success:focus {

    background-color: var(--success-color);

    border-color: var(--success-color);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-danger,

.list-group [type=radio].checkbox-danger {

    background-color: unset;

    border-color: var(--danger-color);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-danger.active,

.list-group .form-check-input:checked[type=checkbox].checkbox-danger:active,

.list-group .form-check-input:checked[type=checkbox].checkbox-danger:focus,

.list-group [type=radio].checkbox-danger.active,

.list-group [type=radio].checkbox-danger:active,

.list-group [type=radio].checkbox-danger:focus {

    background-color: var(--danger-color);

    border-color: var(--danger-color);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-warning,

.list-group [type=radio].checkbox-warning {

    background-color: unset;

    border-color: var(--warning-color);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-warning.active,

.list-group .form-check-input:checked[type=checkbox].checkbox-warning:active,

.list-group .form-check-input:checked[type=checkbox].checkbox-warning:focus,

.list-group [type=radio].checkbox-warning.active,

.list-group [type=radio].checkbox-warning:active,

.list-group [type=radio].checkbox-warning:focus {

    background-color: var(--warning-color);

    border-color: var(--warning-color);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-info,

.list-group [type=radio].checkbox-info {

    background-color: unset;

    border-color: var(--info-color);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-info.active,

.list-group .form-check-input:checked[type=checkbox].checkbox-info:active,

.list-group .form-check-input:checked[type=checkbox].checkbox-info:focus,

.list-group [type=radio].checkbox-info.active,

.list-group [type=radio].checkbox-info:active,

.list-group [type=radio].checkbox-info:focus {

    background-color: var(--info-color);

    border-color: var(--info-color);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-light,

.list-group [type=radio].checkbox-light {

    background-color: unset;

    border-color: var(--light-color);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-light.active,

.list-group .form-check-input:checked[type=checkbox].checkbox-light:active,

.list-group .form-check-input:checked[type=checkbox].checkbox-light:focus,

.list-group [type=radio].checkbox-light.active,

.list-group [type=radio].checkbox-light:active,

.list-group [type=radio].checkbox-light:focus {

    background-color: var(--light-color);

    border-color: var(--light-color);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-dark,

.list-group [type=radio].checkbox-dark {

    background-color: unset;

    border-color: var(--body-font-color);

    outline: 0

}



.list-group .form-check-input:checked[type=checkbox].checkbox-dark.active,

.list-group .form-check-input:checked[type=checkbox].checkbox-dark:active,

.list-group .form-check-input:checked[type=checkbox].checkbox-dark:focus,

.list-group [type=radio].checkbox-dark.active,

.list-group [type=radio].checkbox-dark:active,

.list-group [type=radio].checkbox-dark:focus {

    background-color: var(--body-font-color);

    border-color: var(--body-font-color);

    outline: 0

}



.alert-dismissible {

    align-items: center;

    display: flex;

    gap: 8px

}



.alert-dismissible .btn-close {

    opacity: .5;

    padding: 10px 13px 10px 1.25rem;

    top: 10px;

    transition: all .3s ease

}



.alert-dismissible .btn-close:hover {

    color: inherit;

    opacity: 1;

    transition: all .3s ease

}



@media (max-width:767px) {

    .alert-dismissible p {

        max-width: 294px;

        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap

    }

}



@media (max-width:575px) {

    .alert-dismissible p {

        max-width: 102px

    }

}



.border-left-wrapper {

    border-left: 4px solid var(--dark)

}



.alert-primary {

    background-color: var(--theme-default);

    border-color: var(--theme-default);

    color: var(--white)

}



.alert-secondary {

    background-color: var(--theme-secondary);

    border-color: var(--theme-secondary);

    color: var(--white)

}



.alert-success {

    background-color: var(--success-color);

    border-color: var(--success-color);

    color: var(--white)

}



.alert-danger {

    background-color: var(--danger-color);

    border-color: var(--danger-color);

    color: var(--white)

}



.alert-warning {

    background-color: var(--warning-color);

    border-color: var(--warning-color);

    color: var(--white)

}



.alert-info {

    background-color: var(--info-color);

    border-color: var(--info-color);

    color: var(--white)

}



.alert-light {

    background-color: var(--light-color);

    border-color: var(--light-color);

    color: #495057

}



.alert-dark {

    background-color: var(--body-font-color);

    border-color: var(--body-font-color);

    color: var(--white)

}



.border-light-primary {

    border-color: rgb(175 175 175 / .1)

}



.border-light-secondary {

    border-color: rgb(243 145 89 / .1)

}



.border-light-success {

    border-color: rgb(62 185 95 / .1)

}



.border-light-danger {

    border-color: rgb(231 75 43 / .1)

}



.border-light-warning {

    border-color: rgb(234 146 0 / .1)

}



.border-light-info {

    border-color: rgb(2 162 185 / .1)

}



.border-light-light {

    border-color: hsl(0 0% 96% / .1)

}



.border-light-dark {

    border-color: rgb(41 41 41 / .1)

}



.outline-2x {

    border-width: 2px;

    padding: 11px 1.25rem

}



.alert-icons.outline-2x {

    padding: 15px

}



.alert-theme .alert {

    border-radius: .15rem;

    padding: 12px !important

}



.alert-theme p {

    font-weight: 600

}



.alert-arrow {

    align-items: center;

    display: flex;

    height: 55px;

    justify-content: center;

    min-width: 55px;

    position: relative

}



.alert-arrow i {

    color: var(--white);

    margin-right: 0

}



.alert-secondary .btn-close,

.alert-warning .btn-close {

    filter: brightness(1) invert(1)

}



.nav-tabs .nav-link {

    color: var(--gray-700);

    font-weight: 700

}



.nav-tabs .nav-link.active {

    font-weight: 700

}



@media only screen and (max-width:575.98px) {

    .nav-tabs .nav-link.active {

        border: 0

    }

}



.nav-tabs .nav-link:hover {

    border: 0

}



.flex-space {

    display: flex;

    gap: 16px

}



@media (max-width:575.98px) {

    .flex-space {

        justify-content: center

    }

}



.tab-image {

    height: 100px

}



.nav i {

    margin-right: 10px

}



.nav-success .nav-link {

    color: var(--success-color);

    font-weight: 700

}



.nav-success .nav-link.active {

    background-color: var(--success-color);

    color: var(--white)

}



.nav-primary .nav-link {

    color: var(--theme-default);

    font-weight: 700

}



.nav-primary .nav-link.active {

    background-color: var(--theme-default);

    color: var(--white)

}



.blog-wrapper .blog-img {

    height: 100px;

    width: 100px

}



.designer-details {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    gap: 20px

}



@media (max-width:1400px) {

    .designer-details {

        gap: calc(7.77778px + 1.94444vw)

    }

}



.designer-details .designer-profile {

    display: inline-block

}



.designer-details .designer-profile .designer-wrap {

    align-items: center;

    display: flex;

    gap: 12px

}



.designer-details .designer-profile .designer-wrap .designer-img {

    border-radius: 100%;

    height: 50px

}



.designer-details .designer-profile .designer-wrap .designer-content .h6,

.designer-details .designer-profile .designer-wrap .designer-content h6 {

    font-weight: 600

}



.designer-details .designer-profile .designer-wrap .designer-content p {

    color: var(--light-text)

}



.nav-pills.nav-primary .nav-link,

.nav-primary .nav-link {

    color: var(--theme-default)

}



.nav-pills.nav-primary .nav-link.active,

.nav-pills.nav-primary .show>.nav-link,

.nav-primary .nav-link.active,

.nav-primary .show>.nav-link {

    background-color: var(--theme-default);

    color: var(--white)

}



.nav-pills.nav-secondary .nav-link,

.nav-secondary .nav-link {

    color: var(--theme-secondary)

}



.nav-pills.nav-secondary .nav-link.active,

.nav-pills.nav-secondary .show>.nav-link,

.nav-secondary .nav-link.active,

.nav-secondary .show>.nav-link {

    background-color: var(--theme-secondary);

    color: var(--white)

}



.nav-pills.nav-success .nav-link,

.nav-success .nav-link {

    color: var(--success-color)

}



.nav-pills.nav-success .nav-link.active,

.nav-pills.nav-success .show>.nav-link,

.nav-success .nav-link.active,

.nav-success .show>.nav-link {

    background-color: var(--success-color);

    color: var(--white)

}



.nav-danger .nav-link,

.nav-pills.nav-danger .nav-link {

    color: var(--danger-color)

}



.nav-danger .nav-link.active,

.nav-danger .show>.nav-link,

.nav-pills.nav-danger .nav-link.active,

.nav-pills.nav-danger .show>.nav-link {

    background-color: var(--danger-color);

    color: var(--white)

}



.nav-pills.nav-warning .nav-link,

.nav-warning .nav-link {

    color: var(--warning-color)

}



.nav-pills.nav-warning .nav-link.active,

.nav-pills.nav-warning .show>.nav-link,

.nav-warning .nav-link.active,

.nav-warning .show>.nav-link {

    background-color: var(--warning-color);

    color: var(--white)

}



.nav-info .nav-link,

.nav-pills.nav-info .nav-link {

    color: var(--info-color)

}



.nav-info .nav-link.active,

.nav-info .show>.nav-link,

.nav-pills.nav-info .nav-link.active,

.nav-pills.nav-info .show>.nav-link {

    background-color: var(--info-color);

    color: var(--white)

}



.nav-light .nav-link,

.nav-pills.nav-light .nav-link {

    color: var(--light-color)

}



.nav-light .nav-link.active,

.nav-light .show>.nav-link,

.nav-pills.nav-light .nav-link.active,

.nav-pills.nav-light .show>.nav-link {

    background-color: var(--light-color);

    color: var(--white)

}



.nav-dark .nav-link,

.nav-pills.nav-dark .nav-link {

    color: var(--body-font-color)

}



.nav-dark .nav-link.active,

.nav-dark .show>.nav-link,

.nav-pills.nav-dark .nav-link.active,

.nav-pills.nav-dark .show>.nav-link {

    background-color: var(--body-font-color);

    color: var(--white)

}



.border-tab.nav-primary .nav-item.show,

.border-tab.nav-primary .nav-link.active,

.border-tab.nav-primary .nav-link:focus,

.border-tab.nav-primary .nav-link:hover {

    background-color: #fff0;

    color: var(--theme-default)

}



.border-tab.nav-primary .nav-item .nav-link {

    transition: .3s

}



.border-tab.nav-primary .nav-item .nav-link.active,

.border-tab.nav-primary .nav-item .nav-link.show,

.border-tab.nav-primary .nav-item .nav-link:focus {

    border-bottom: 2px solid var(--theme-default)

}



.border-tab.nav-primary .nav-item .nav-link.active,

.border-tab.nav-primary .nav-item .nav-link.show,

.border-tab.nav-primary .nav-item .nav-link:focus,

.border-tab.nav-primary .nav-item .nav-link:hover {

    color: var(--theme-default)

}



.border-tab.nav-left.nav-primary .nav-link.active,

.border-tab.nav-left.nav-primary .show>.nav-link {

    border-left-color: var(--theme-default);

    color: var(--theme-default)

}



.border-tab.nav-right.nav-primary .nav-link.active,

.border-tab.nav-right.nav-primary .show>.nav-link {

    border-right-color: var(--theme-default);

    color: var(--theme-default)

}



.border-tab.nav-secondary .nav-item.show,

.border-tab.nav-secondary .nav-link.active,

.border-tab.nav-secondary .nav-link:focus,

.border-tab.nav-secondary .nav-link:hover {

    background-color: #fff0;

    color: var(--theme-secondary)

}



.border-tab.nav-secondary .nav-item .nav-link {

    transition: .3s

}



.border-tab.nav-secondary .nav-item .nav-link.active,

.border-tab.nav-secondary .nav-item .nav-link.show,

.border-tab.nav-secondary .nav-item .nav-link:focus {

    border-bottom: 2px solid var(--theme-secondary)

}



.border-tab.nav-secondary .nav-item .nav-link.active,

.border-tab.nav-secondary .nav-item .nav-link.show,

.border-tab.nav-secondary .nav-item .nav-link:focus,

.border-tab.nav-secondary .nav-item .nav-link:hover {

    color: var(--theme-secondary)

}



.border-tab.nav-left.nav-secondary .nav-link.active,

.border-tab.nav-left.nav-secondary .show>.nav-link {

    border-left-color: var(--theme-secondary);

    color: var(--theme-secondary)

}



.border-tab.nav-right.nav-secondary .nav-link.active,

.border-tab.nav-right.nav-secondary .show>.nav-link {

    border-right-color: var(--theme-secondary);

    color: var(--theme-secondary)

}



.border-tab.nav-success .nav-item.show,

.border-tab.nav-success .nav-link.active,

.border-tab.nav-success .nav-link:focus,

.border-tab.nav-success .nav-link:hover {

    background-color: #fff0;

    color: var(--success-color)

}



.border-tab.nav-success .nav-item .nav-link {

    transition: .3s

}



.border-tab.nav-success .nav-item .nav-link.active,

.border-tab.nav-success .nav-item .nav-link.show,

.border-tab.nav-success .nav-item .nav-link:focus {

    border-bottom: 2px solid var(--success-color)

}



.border-tab.nav-success .nav-item .nav-link.active,

.border-tab.nav-success .nav-item .nav-link.show,

.border-tab.nav-success .nav-item .nav-link:focus,

.border-tab.nav-success .nav-item .nav-link:hover {

    color: var(--success-color)

}



.border-tab.nav-left.nav-success .nav-link.active,

.border-tab.nav-left.nav-success .show>.nav-link {

    border-left-color: var(--success-color);

    color: var(--success-color)

}



.border-tab.nav-right.nav-success .nav-link.active,

.border-tab.nav-right.nav-success .show>.nav-link {

    border-right-color: var(--success-color);

    color: var(--success-color)

}



.border-tab.nav-danger .nav-item.show,

.border-tab.nav-danger .nav-link.active,

.border-tab.nav-danger .nav-link:focus,

.border-tab.nav-danger .nav-link:hover {

    background-color: #fff0;

    color: var(--danger-color)

}



.border-tab.nav-danger .nav-item .nav-link {

    transition: .3s

}



.border-tab.nav-danger .nav-item .nav-link.active,

.border-tab.nav-danger .nav-item .nav-link.show,

.border-tab.nav-danger .nav-item .nav-link:focus {

    border-bottom: 2px solid var(--danger-color)

}



.border-tab.nav-danger .nav-item .nav-link.active,

.border-tab.nav-danger .nav-item .nav-link.show,

.border-tab.nav-danger .nav-item .nav-link:focus,

.border-tab.nav-danger .nav-item .nav-link:hover {

    color: var(--danger-color)

}



.border-tab.nav-left.nav-danger .nav-link.active,

.border-tab.nav-left.nav-danger .show>.nav-link {

    border-left-color: var(--danger-color);

    color: var(--danger-color)

}



.border-tab.nav-right.nav-danger .nav-link.active,

.border-tab.nav-right.nav-danger .show>.nav-link {

    border-right-color: var(--danger-color);

    color: var(--danger-color)

}



.border-tab.nav-warning .nav-item.show,

.border-tab.nav-warning .nav-link.active,

.border-tab.nav-warning .nav-link:focus,

.border-tab.nav-warning .nav-link:hover {

    background-color: #fff0;

    color: var(--warning-color)

}



.border-tab.nav-warning .nav-item .nav-link {

    transition: .3s

}



.border-tab.nav-warning .nav-item .nav-link.active,

.border-tab.nav-warning .nav-item .nav-link.show,

.border-tab.nav-warning .nav-item .nav-link:focus {

    border-bottom: 2px solid var(--warning-color)

}



.border-tab.nav-warning .nav-item .nav-link.active,

.border-tab.nav-warning .nav-item .nav-link.show,

.border-tab.nav-warning .nav-item .nav-link:focus,

.border-tab.nav-warning .nav-item .nav-link:hover {

    color: var(--warning-color)

}



.border-tab.nav-left.nav-warning .nav-link.active,

.border-tab.nav-left.nav-warning .show>.nav-link {

    border-left-color: var(--warning-color);

    color: var(--warning-color)

}



.border-tab.nav-right.nav-warning .nav-link.active,

.border-tab.nav-right.nav-warning .show>.nav-link {

    border-right-color: var(--warning-color);

    color: var(--warning-color)

}



.border-tab.nav-info .nav-item.show,

.border-tab.nav-info .nav-link.active,

.border-tab.nav-info .nav-link:focus,

.border-tab.nav-info .nav-link:hover {

    background-color: #fff0;

    color: var(--info-color)

}



.border-tab.nav-info .nav-item .nav-link {

    transition: .3s

}



.border-tab.nav-info .nav-item .nav-link.active,

.border-tab.nav-info .nav-item .nav-link.show,

.border-tab.nav-info .nav-item .nav-link:focus {

    border-bottom: 2px solid var(--info-color)

}



.border-tab.nav-info .nav-item .nav-link.active,

.border-tab.nav-info .nav-item .nav-link.show,

.border-tab.nav-info .nav-item .nav-link:focus,

.border-tab.nav-info .nav-item .nav-link:hover {

    color: var(--info-color)

}



.border-tab.nav-left.nav-info .nav-link.active,

.border-tab.nav-left.nav-info .show>.nav-link {

    border-left-color: var(--info-color);

    color: var(--info-color)

}



.border-tab.nav-right.nav-info .nav-link.active,

.border-tab.nav-right.nav-info .show>.nav-link {

    border-right-color: var(--info-color);

    color: var(--info-color)

}



.border-tab.nav-light .nav-item.show,

.border-tab.nav-light .nav-link.active,

.border-tab.nav-light .nav-link:focus,

.border-tab.nav-light .nav-link:hover {

    background-color: #fff0;

    color: var(--light-color)

}



.border-tab.nav-light .nav-item .nav-link {

    transition: .3s

}



.border-tab.nav-light .nav-item .nav-link.active,

.border-tab.nav-light .nav-item .nav-link.show,

.border-tab.nav-light .nav-item .nav-link:focus {

    border-bottom: 2px solid var(--light-color)

}



.border-tab.nav-light .nav-item .nav-link.active,

.border-tab.nav-light .nav-item .nav-link.show,

.border-tab.nav-light .nav-item .nav-link:focus,

.border-tab.nav-light .nav-item .nav-link:hover {

    color: var(--light-color)

}



.border-tab.nav-left.nav-light .nav-link.active,

.border-tab.nav-left.nav-light .show>.nav-link {

    border-left-color: var(--light-color);

    color: var(--light-color)

}



.border-tab.nav-right.nav-light .nav-link.active,

.border-tab.nav-right.nav-light .show>.nav-link {

    border-right-color: var(--light-color);

    color: var(--light-color)

}



.border-tab.nav-dark .nav-item.show,

.border-tab.nav-dark .nav-link.active,

.border-tab.nav-dark .nav-link:focus,

.border-tab.nav-dark .nav-link:hover {

    background-color: #fff0;

    color: var(--body-font-color)

}



.border-tab.nav-dark .nav-item .nav-link {

    transition: .3s

}



.border-tab.nav-dark .nav-item .nav-link.active,

.border-tab.nav-dark .nav-item .nav-link.show,

.border-tab.nav-dark .nav-item .nav-link:focus {

    border-bottom: 2px solid var(--body-font-color)

}



.border-tab.nav-dark .nav-item .nav-link.active,

.border-tab.nav-dark .nav-item .nav-link.show,

.border-tab.nav-dark .nav-item .nav-link:focus,

.border-tab.nav-dark .nav-item .nav-link:hover {

    color: var(--body-font-color)

}



.border-tab.nav-left.nav-dark .nav-link.active,

.border-tab.nav-left.nav-dark .show>.nav-link {

    border-left-color: var(--body-font-color);

    color: var(--body-font-color)

}



.border-tab.nav-right.nav-dark .nav-link.active,

.border-tab.nav-right.nav-dark .show>.nav-link {

    border-right-color: var(--body-font-color);

    color: var(--body-font-color)

}



.material-wrapper {

    display: flex;

    gap: 12px

}



@media (max-width:576px) {

    .material-wrapper {

        align-items: center;

        flex-direction: column

    }

}



.main-inbox .header-inbox {

    align-items: center;

    border-bottom: 1px solid var(--light-gray);

    display: flex;

    justify-content: space-between;

    padding-bottom: 8px

}



.main-inbox .header-inbox .header-left-inbox {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    gap: 12px

}



.main-inbox .header-inbox .header-left-inbox .inbox-img img {

    border-radius: 100%;

    height: 50px;

    width: 50px

}



.main-inbox .header-inbox .header-right-inbox {

    display: flex;

    gap: 5px

}



@media (max-width:575.98px) {

    .main-inbox .header-inbox .header-right-inbox {

        display: none

    }

}



.main-inbox .body-inbox .body-h-wrapper {

    align-items: center;

    border-bottom: 1px solid var(--light-color);

    display: flex;

    padding-bottom: 6px

}



.border-tab.nav-tabs {

    align-items: center;

    display: flex;

    flex-wrap: nowrap;

    margin-bottom: 30px

}



.border-tab.nav-tabs .nav-item .nav-link {

    border: none;

    color: var(--dark);

    font-size: 16px;

    padding: 10px 25px;

    text-align: center;

    transition: .3s

}



@media (min-width:576px) and (max-width:1920px) {

    .border-tab.nav-tabs .nav-item .nav-link {

        padding-top: 0

    }

}



.border-tab.nav-tabs .nav-item .nav-link.active,

.border-tab.nav-tabs .nav-item .nav-link.show,

.border-tab.nav-tabs .nav-item .nav-link:focus,

.border-tab.nav-tabs .nav-item .nav-link:hover {

    color: var(--theme-default)

}



.user-content .icbo {

    color: var(--theme-secondary)

}



#sideline-tab .nav-effect {

    display: inline-block;

    font-weight: 700;

    position: relative

}



#sideline-tab .nav-effect:after {

    border-bottom: 1px solid;

    content: "";

    display: inline-block;

    height: 14px;

    left: 0;

    margin-top: 10px;

    opacity: 0;

    position: absolute;

    transform: scaleX(0);

    transition: opacity .35s, transform .35s;

    width: 80%

}



#sideline-tab .nav-effect:hover:after {

    opacity: 1;

    transform: scale(1)

}



#bottom-tab .nav-border.tab-primary:hover {

    color: var(--theme-default)

}



#bottom-tab .nav-border.tab-primary.active,

#bottom-tab .nav-border.tab-primary:active,

#bottom-tab .nav-border.tab-primary:focus {

    border-bottom: 2px solid var(--theme-default);

    color: var(--theme-default)

}



#bottom-tab .nav-border.tab-secondary:hover {

    color: var(--theme-secondary)

}



#bottom-tab .nav-border.tab-secondary.active,

#bottom-tab .nav-border.tab-secondary:active,

#bottom-tab .nav-border.tab-secondary:focus {

    border-bottom: 2px solid var(--theme-secondary);

    color: var(--theme-secondary)

}



#bottom-tab .nav-border.tab-success:hover {

    color: var(--success-color)

}



#bottom-tab .nav-border.tab-success.active,

#bottom-tab .nav-border.tab-success:active,

#bottom-tab .nav-border.tab-success:focus {

    border-bottom: 2px solid var(--success-color);

    color: var(--success-color)

}



#bottom-tab .nav-border.tab-danger:hover {

    color: var(--danger-color)

}



#bottom-tab .nav-border.tab-danger.active,

#bottom-tab .nav-border.tab-danger:active,

#bottom-tab .nav-border.tab-danger:focus {

    border-bottom: 2px solid var(--danger-color);

    color: var(--danger-color)

}



#bottom-tab .nav-border.tab-warning:hover {

    color: var(--warning-color)

}



#bottom-tab .nav-border.tab-warning.active,

#bottom-tab .nav-border.tab-warning:active,

#bottom-tab .nav-border.tab-warning:focus {

    border-bottom: 2px solid var(--warning-color);

    color: var(--warning-color)

}



#bottom-tab .nav-border.tab-info:hover {

    color: var(--info-color)

}



#bottom-tab .nav-border.tab-info.active,

#bottom-tab .nav-border.tab-info:active,

#bottom-tab .nav-border.tab-info:focus {

    border-bottom: 2px solid var(--info-color);

    color: var(--info-color)

}



#bottom-tab .nav-border.tab-light:hover {

    color: var(--light-color)

}



#bottom-tab .nav-border.tab-light.active,

#bottom-tab .nav-border.tab-light:active,

#bottom-tab .nav-border.tab-light:focus {

    border-bottom: 2px solid var(--light-color);

    color: var(--light-color)

}



#bottom-tab .nav-border.tab-dark:hover {

    color: var(--body-font-color)

}



#bottom-tab .nav-border.tab-dark.active,

#bottom-tab .nav-border.tab-dark:active,

#bottom-tab .nav-border.tab-dark:focus {

    border-bottom: 2px solid var(--body-font-color);

    color: var(--body-font-color)

}



.tabs-responsive-side .border-tab.nav-secondary.nav-left .nav-link.active,

.tabs-responsive-side .border-tab.nav-secondary.nav-left .nav-link:hover {

    background-color: unset;

    border-left: none;

    border-radius: 0;

    transition: none

}



.border-tab.nav-left .nav-link {

    color: var(--dark);

    transition: all .3s ease

}



.border-tab.nav-left .nav-link.active,

.border-tab.nav-left .show>.nav-link {

    background-color: #fff0;

    border-left-color: var(--body-font-color);

    border-radius: 0;

    color: var(--body-font-color);

    transition: all .3s ease

}



.border-tab.nav-right .nav-link {

    border-right: 2px solid #fff0;

    color: var(--dark);

    text-align: right;

    transition: all .3s ease

}



.border-tab.nav-right .nav-link.active,

.border-tab.nav-right .show>.nav-link {

    background-color: #fff0;

    border-radius: 0;

    border-right-color: var(--body-font-color);

    color: var(--body-font-color);

    transition: all .3s ease

}



@media (max-width:575.98px) {

    .pills-blogger {

        flex-wrap: wrap;

        justify-content: center

    }

}



.list-group-item.active {

    background-color: var(--theme-default);

    border-color: var(--theme-default);

    z-index: unset

}



.list-light-primary,

.list-light-primary:active,

.list-light-primary:focus,

.list-light-primary:hover {

    background-color: rgb(175 175 175 / .2)

}



.list-hover-primary {

    background-color: unset

}



.list-hover-primary.active,

.list-hover-primary:active,

.list-hover-primary:focus,

.list-hover-primary:hover {

    background-color: rgb(175 175 175 / .2);

    color: var(--dark);

    z-index: 0

}



.list-light-secondary,

.list-light-secondary:active,

.list-light-secondary:focus,

.list-light-secondary:hover {

    background-color: rgb(243 145 89 / .2)

}



.list-hover-secondary {

    background-color: unset

}



.list-hover-secondary.active,

.list-hover-secondary:active,

.list-hover-secondary:focus,

.list-hover-secondary:hover {

    background-color: rgb(243 145 89 / .2);

    color: var(--dark);

    z-index: 0

}



.list-light-success,

.list-light-success:active,

.list-light-success:focus,

.list-light-success:hover {

    background-color: rgb(62 185 95 / .2)

}



.list-hover-success {

    background-color: unset

}



.list-hover-success.active,

.list-hover-success:active,

.list-hover-success:focus,

.list-hover-success:hover {

    background-color: rgb(62 185 95 / .2);

    color: var(--dark);

    z-index: 0

}



.list-light-danger,

.list-light-danger:active,

.list-light-danger:focus,

.list-light-danger:hover {

    background-color: rgb(231 75 43 / .2)

}



.list-hover-danger {

    background-color: unset

}



.list-hover-danger.active,

.list-hover-danger:active,

.list-hover-danger:focus,

.list-hover-danger:hover {

    background-color: rgb(231 75 43 / .2);

    color: var(--dark);

    z-index: 0

}



.list-light-warning,

.list-light-warning:active,

.list-light-warning:focus,

.list-light-warning:hover {

    background-color: rgb(234 146 0 / .2)

}



.list-hover-warning {

    background-color: unset

}



.list-hover-warning.active,

.list-hover-warning:active,

.list-hover-warning:focus,

.list-hover-warning:hover {

    background-color: rgb(234 146 0 / .2);

    color: var(--dark);

    z-index: 0

}



.list-light-info,

.list-light-info:active,

.list-light-info:focus,

.list-light-info:hover {

    background-color: hsl(0 0% 96% / .2)

}



.list-hover-info {

    background-color: unset

}



.list-hover-info.active,

.list-hover-info:active,

.list-hover-info:focus,

.list-hover-info:hover {

    background-color: hsl(0 0% 96% / .2);

    color: var(--dark);

    z-index: 0

}



.list-light-light,

.list-light-light:active,

.list-light-light:focus,

.list-light-light:hover {

    background-color: hsl(0 0% 96% / .2)

}



.list-hover-light {

    background-color: unset

}



.list-hover-light.active,

.list-hover-light:active,

.list-hover-light:focus,

.list-hover-light:hover {

    background-color: hsl(0 0% 96% / .2);

    color: var(--dark);

    z-index: 0

}



.list-light-dark:active,

.list-light-dark:focus,

.list-light-dark:hover {

    background-color: rgb(41 41 41 / .1)

}



.list-hover-dark {

    background-color: unset

}



.list-hover-dark.active,

.list-hover-dark:active,

.list-hover-dark:focus,

.list-hover-dark:hover {

    background-color: rgb(41 41 41 / .1);

    color: var(--dark);

    z-index: 0

}



.list-group .list-group-item {

    padding: 11px 16px

}



.list-group .list-group-item .form-check-input:focus {

    box-shadow: unset !important

}



@media (max-width:1199px) {

    .list-behavior-1 .flex-grow-1 {

        margin-left: 0

    }

}



@media (max-width:1199.98px) {

    .list-behavior-2 {

        display: none

    }

}



.list-behavior-2 .flex-grow-1 {

    margin-right: 16px

}



@media (max-width:576px) {



    .main-lists-content .small,

    .main-lists-content small {

        display: none

    }

}



@media (max-width:414px) {

    .main-lists-content .list-wrapper {

        flex-wrap: unset;

        word-break: break-word

    }

}



.main-lists-content .list-group-item.active .list-wrapper .list-content p,

.main-lists-content .list-group-item.active p {

    color: var(--white) !important

}



.list-group img {

    height: 40px;

    margin-right: 10px;

    width: 40px

}



.list-wrapper {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    gap: 12px

}



@media (max-width:366px) {

    .list-wrapper {

        padding-bottom: 8px

    }

}



.list-wrapper .list-img {

    border-radius: 50%;

    height: calc(37px + .9375vw);

    margin-bottom: 10px;

    width: calc(37px + .9375vw)

}



.list-wrapper .list-content .h6,

.list-wrapper .list-content h6 {

    font-weight: 700

}



.list-wrapper .list-content p {

    margin-bottom: 0

}



.scrollbar-wrapper {

    max-height: 270px;

    overflow: auto

}



@media (max-width:575.98px) {

    .nav-pills {

        text-align: center

    }



    .nav-pills li {

        width: 100%

    }



    .border-tab.nav-tabs {

        display: block

    }



    .nav {

        border-bottom: none;

        display: inherit;

        text-align: center

    }

}



.list-light-dark {

    background-color: rgb(41 41 41 / .1)

}



@media (max-width:1199px) {



    .list-light-dark,

    .list-light-dark:hover {

        background-color: unset

    }

}



.javascript-list .flex-space {

    gap: 11px

}



.list-group .list-group-item div {

    margin-left: 8px;

    margin-right: auto

}



.list-group .list-group-item p {

    color: var(--body-font-color)

}



.list-group-horizontal-lg .list-group-item.border-left-primary,

.list-group-horizontal-md .list-group-item.border-left-primary,

.list-group-horizontal-sm .list-group-item.border-left-primary,

.list-group-horizontal-xl .list-group-item.border-left-primary,

.list-group-horizontal-xxl .list-group-item.border-left-primary {

    border-left: 4px solid var(--theme-default)

}



[dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-primary,

[dir=rtl] .list-group-horizontal-md .list-group-item.border-left-primary,

[dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-primary,

[dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-primary,

[dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-primary {

    border-left: unset;

    border-right: 4px solid var(--theme-default)

}



.toast-primary {

    color: var(--theme-default) !important

}



.list-group-horizontal-lg .list-group-item.border-left-secondary,

.list-group-horizontal-md .list-group-item.border-left-secondary,

.list-group-horizontal-sm .list-group-item.border-left-secondary,

.list-group-horizontal-xl .list-group-item.border-left-secondary,

.list-group-horizontal-xxl .list-group-item.border-left-secondary {

    border-left: 4px solid var(--theme-secondary)

}



[dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-secondary,

[dir=rtl] .list-group-horizontal-md .list-group-item.border-left-secondary,

[dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-secondary,

[dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-secondary,

[dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-secondary {

    border-left: unset;

    border-right: 4px solid var(--theme-secondary)

}



.toast-secondary {

    color: var(--theme-secondary) !important

}



.list-group-horizontal-lg .list-group-item.border-left-success,

.list-group-horizontal-md .list-group-item.border-left-success,

.list-group-horizontal-sm .list-group-item.border-left-success,

.list-group-horizontal-xl .list-group-item.border-left-success,

.list-group-horizontal-xxl .list-group-item.border-left-success {

    border-left: 4px solid var(--success-color)

}



[dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-success,

[dir=rtl] .list-group-horizontal-md .list-group-item.border-left-success,

[dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-success,

[dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-success,

[dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-success {

    border-left: unset;

    border-right: 4px solid var(--success-color)

}



.toast-success {

    color: var(--success-color) !important

}



.list-group-horizontal-lg .list-group-item.border-left-danger,

.list-group-horizontal-md .list-group-item.border-left-danger,

.list-group-horizontal-sm .list-group-item.border-left-danger,

.list-group-horizontal-xl .list-group-item.border-left-danger,

.list-group-horizontal-xxl .list-group-item.border-left-danger {

    border-left: 4px solid var(--danger-color)

}



[dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-danger,

[dir=rtl] .list-group-horizontal-md .list-group-item.border-left-danger,

[dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-danger,

[dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-danger,

[dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-danger {

    border-left: unset;

    border-right: 4px solid var(--danger-color)

}



.toast-danger {

    color: var(--danger-color) !important

}



.list-group-horizontal-lg .list-group-item.border-left-warning,

.list-group-horizontal-md .list-group-item.border-left-warning,

.list-group-horizontal-sm .list-group-item.border-left-warning,

.list-group-horizontal-xl .list-group-item.border-left-warning,

.list-group-horizontal-xxl .list-group-item.border-left-warning {

    border-left: 4px solid var(--warning-color)

}



[dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-warning,

[dir=rtl] .list-group-horizontal-md .list-group-item.border-left-warning,

[dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-warning,

[dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-warning,

[dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-warning {

    border-left: unset;

    border-right: 4px solid var(--warning-color)

}



.toast-warning {

    color: var(--warning-color) !important

}



.list-group-horizontal-lg .list-group-item.border-left-info,

.list-group-horizontal-md .list-group-item.border-left-info,

.list-group-horizontal-sm .list-group-item.border-left-info,

.list-group-horizontal-xl .list-group-item.border-left-info,

.list-group-horizontal-xxl .list-group-item.border-left-info {

    border-left: 4px solid var(--info-color)

}



[dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-info,

[dir=rtl] .list-group-horizontal-md .list-group-item.border-left-info,

[dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-info,

[dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-info,

[dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-info {

    border-left: unset;

    border-right: 4px solid var(--info-color)

}



.toast-info {

    color: var(--info-color) !important

}



.list-group-horizontal-lg .list-group-item.border-left-light,

.list-group-horizontal-md .list-group-item.border-left-light,

.list-group-horizontal-sm .list-group-item.border-left-light,

.list-group-horizontal-xl .list-group-item.border-left-light,

.list-group-horizontal-xxl .list-group-item.border-left-light {

    border-left: 4px solid var(--light-color)

}



[dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-light,

[dir=rtl] .list-group-horizontal-md .list-group-item.border-left-light,

[dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-light,

[dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-light,

[dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-light {

    border-left: unset;

    border-right: 4px solid var(--light-color)

}



.toast-light {

    color: var(--light-color) !important

}



.list-group-horizontal-lg .list-group-item.border-left-dark,

.list-group-horizontal-md .list-group-item.border-left-dark,

.list-group-horizontal-sm .list-group-item.border-left-dark,

.list-group-horizontal-xl .list-group-item.border-left-dark,

.list-group-horizontal-xxl .list-group-item.border-left-dark {

    border-left: 4px solid var(--body-font-color)

}



[dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-dark,

[dir=rtl] .list-group-horizontal-md .list-group-item.border-left-dark,

[dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-dark,

[dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-dark,

[dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-dark {

    border-left: unset;

    border-right: 4px solid var(--body-font-color)

}



.toast-dark {

    color: var(--body-font-color) !important

}



.product-box .product-img {

    position: relative

}



.product-box .product-img .product-hover {

    align-items: center;

    background-color: rgb(0 0 0 / .3);

    border-radius: 100%;

    display: flex;

    height: 100%;

    justify-content: center;

    opacity: 0;

    position: absolute;

    top: 0;

    transform: scale(0);

    transition: all .3s ease;

    width: 100%

}



.product-box .product-img .product-hover ul li {

    background-color: var(--white);

    border-radius: 10px;

    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / .08);

    cursor: pointer;

    display: inline-block;

    font-size: 18px;

    height: 45px;

    margin: 0 3px;

    padding: 10px 13px;

    width: 45px

}



.product-box .product-img .product-hover ul li svg {

    height: 18px;

    width: 18px

}



.product-box:hover .product-hover {

    border-radius: 0;

    opacity: 1;

    transform: scale(1);

    transition: all .3s ease

}



@media (max-width:1199.98px) {

    .md-sidebar .md-sidebar-aside.job-left-aside {

        left: 0;

        opacity: 0;

        position: absolute;

        top: 100%;

        visibility: hidden;

        width: 280px;

        z-index: 3

    }

}



@media (max-width:768px) {

    .modal-toggle-wrapper {

        padding: calc(-4.57143px + 5.80357vw)

    }

}



.modal-toggle-wrapper .form-control::-moz-placeholder {

    font-size: 13px

}



.modal-toggle-wrapper .form-control::placeholder {

    font-size: 13px

}



.modal-toggle-wrapper .modal-img {

    display: flex;

    justify-content: center

}



.modal-toggle-wrapper .modal-img img {

    height: 200px;

    width: 200px

}



@media (max-width:992px) {

    .modal-toggle-wrapper .modal-img img {

        height: calc(105.52381px + 9.52381vw);

        width: calc(105.52381px + 9.52381vw)

    }

}



.modal-toggle-wrapper .modal-img li img {

    height: 100px;

    width: 100px

}



@media (max-width:992px) {

    .modal-toggle-wrapper .modal-img li img {

        height: calc(63.09524px + 3.72024vw);

        width: calc(63.09524px + 3.72024vw)

    }

}



.modal-toggle-wrapper .modal-img li+li {

    margin-left: -39px

}



.modal-details .h6,

.modal-details h6 {

    align-items: center;

    color: var(--body-font-color);

    display: flex;

    font-size: 16px;

    font-weight: 600

}



.modal-details .h6 i,

.modal-details h6 i {

    margin-right: 5px

}



.modal-details p {

    padding-left: 20px

}



.modal-content {

    align-items: center;

    color: var(--body-font-color);

    display: flex;

    font-size: 16px;

    font-weight: 600

}



.email-right-aside .modal-content {

    display: block

}



.modal-body .form-control {

    border-radius: .25rem;

    padding: 9px 17px

}



.modal-footer {

    flex-wrap: wrap

}



.modal-footer button {

    width: auto !important

}



.modal-between:active,

.modal-between:hover {

    border-color: #fff0

}



.modal-between:active {

    background-color: unset;

    color: var(--dark)

}



.custom-alert .demo-img .dot-group {

    display: flex;

    gap: 6px;

    padding: 15px 0 0

}



.custom-alert .demo-img .dot-group li {

    background: var(--gray-60);

    border-radius: 100%;

    height: 8px;

    width: 8px

}



.custom-alert .demo-img .modal-content .social-profile .edit-icon .icon {

    background: var(--white);

    border: 2px solid var(--white);

    border-radius: 100%;

    height: 27px;

    width: 26px

}



.custom-alert .demo-img .modal-content .balance-box {

    background-image: url(images/bg-balance.png);

    background-position: 100%;

    background-size: cover;

    text-align: center

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile .balance-img {

    border-bottom-color: var(--gray-200);

    border-bottom: 2px solid var(--success-color);

    border-left-color: var(--gray-200);

    border-left: 2px solid var(--success-color);

    border-radius: 100%;

    border-right: 2px solid var(--gray-200);

    border-top: 2px solid var(--gray-200);

    display: inline-block;

    margin-bottom: 15px;

    padding: 5px;

    position: relative

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile .balance-img img {

    background-color: var(--light-color);

    border-radius: 100%;

    height: 68px

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile .balance-img .edit-icon {

    align-items: center;

    background-color: rgb(175 175 175 / .2);

    border: 2px solid var(--white);

    border-radius: 100%;

    bottom: 0;

    display: flex;

    height: 26px;

    justify-content: center;

    position: absolute;

    right: 0;

    width: 26px

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile .balance-img .edit-icon .icon {

    background-color: rgb(175 175 175 / .2);

    border-radius: 50%

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile .balance-img .edit-icon .icon svg {

    height: 14px;

    width: 18px

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile ul {

    display: flex;

    gap: 50px;

    justify-content: center;

    margin-top: 16px

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile ul li {

    position: relative

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item {

    display: flex;

    gap: 10px

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .balance-icon-wrap {

    align-items: center;

    border-radius: 10px;

    display: flex;

    height: 40px;

    justify-content: center;

    min-width: 40px;

    width: 40px

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .balance-icon-wrap.bg-light-danger {

    background-color: rgb(231 75 43 / .1) !important;

    color: var(--danger-color) !important

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .balance-icon-wrap.bg-light-success {

    background-color: rgb(62 185 95 / .1) !important;

    color: var(--success-color) !important

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .balance-icon-wrap .balance-icon {

    border-radius: 100%;

    height: 18px;

    width: 18px

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .balance-icon-wrap .balance-icon .icon {

    color: var(--white);

    height: 18px;

    width: 18px

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .balance-icon-wrap .balance-icon .icon svg {

    height: 14px;

    vertical-align: -1px;

    width: 14px

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .badge {

    padding: 8px 10px

}



.custom-alert .demo-img .modal-content .balance-box .balance-profile ul li+li:before {

    border: 1px dashed var(--border-color);

    content: "";

    height: 40px;

    left: -25px;

    position: absolute;

    top: 50%;

    transform: translateY(-50%)

}



.large-modal-body,

.large-modal-header {

    align-items: center;

    color: var(--body-font-color);

    display: flex

}



@media (min-width:750px) and (max-width:1200px) {

    .card-wrapper .balance-modal {

        display: flex;

        flex-direction: column

    }

}



.modal-header .btn-close {

    position: absolute;

    right: 25px;

    top: 20px

}



.vertical-scroll .main-lists-content .list-group-item.active .list-wrapper .list-content p {

    color: var(--body-font-color) !important

}



.visible-wrapper img {

    height: calc(210px + 6.25vw);

    -o-object-fit: contain;

    object-fit: contain;

    width: calc(210px + 6.25vw) !important

}



.horizontal-scroll .horz-scroll-content .horizontal-img {

    height: 100%;

    max-width: 240px

}



.horizontal-scroll .horz-scroll-content .horizontal-img img {

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover

}



.toasts-section .position-relative button {

    height: unset;

    width: unset

}



.toast .btn-close {

    height: 5px !important;

    width: 5px !important

}



.placement-toast .bd-example-toasts {

    min-height: 200px

}



.placement-toast .bd-example-toasts .toast:not(.showing):not(.show) {

    display: block;

    opacity: 1

}



.toast-icons {

    height: 20px;

    margin-right: 6px;

    width: 20px

}



.toast-container {

    position: unset

}



.toast-img img {

    height: 30px;

    width: 30px

}



.bd-example-toasts {

    min-height: 400px

}



.toast-body {

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px

}



.rating {

    align-items: center;

    background: #fff0;

    border-radius: 20px;

    display: flex;

    gap: .3em;

    overflow: hidden;

    position: relative

}



.rating-value {

    display: none

}



.rating-star {

    color: var(--warning-color);

    cursor: pointer;

    font-size: 20px;

    transition: filter .3s linear

}



.feedback {

    display: flex;

    list-style: none;

    margin: 0;

    padding: 0

}



.feedback li {

    background: var(--sb, var(--normal));

    border-radius: 50%;

    box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow));

    position: relative;

    transition: background .4s, box-shadow .4s, transform .3s;

    -webkit-tap-highlight-color: #fff0

}



.feedback li:not(:last-child) {

    margin-right: 20px

}



@media (max-width:1399.98px) {

    .feedback li:not(:last-child) {

        margin-right: 8px

    }



    [dir=rtl] .feedback li:not(:last-child) {

        margin-left: 8px;

        margin-right: unset

    }

}



[dir=rtl] .feedback li:not(:last-child) {

    margin-left: 20px;

    margin-right: unset

}



.feedback li div {

    height: 40px;

    position: relative;

    transform: perspective(240px) translateZ(4px);

    width: 40px

}



.feedback li div svg {

    display: block;

    height: var(--h, 2px);

    left: var(--l, 9px);

    position: absolute;

    top: var(--t, 13px);

    transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);

    width: var(--w, 8px);

    fill: none;

    stroke: var(--s);

    stroke-width: 2px;

    stroke-linecap: round;

    stroke-linejoin: round;

    transition: stroke .4s

}



.feedback li div:after,

.feedback li div:before {

    background: var(--b, var(--e, var(--normal-eye)));

    border-radius: var(--br, 1px);

    content: "";

    display: block;

    height: var(--h, 2px);

    left: var(--l, 9px);

    position: absolute;

    top: var(--t, 13px);

    transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);

    transition: background .4s;

    width: var(--w, 8px);

    z-index: var(--zi, 1)

}



.feedback li div svg.eye {

    --s: var(--e, var(--normal-eye));

    --t: 17px;

    --w: 7px;

    --h: 4px

}



.feedback li div svg.eye.right {

    --l: 23px

}



.feedback li div svg.mouth {

    --s: var(--m, var(--normal-mouth));

    --l: 11px;

    --t: 23px;

    --w: 18px;

    --h: 7px

}



.feedback li:not(.active) {

    cursor: pointer

}



.feedback li:not(.active):active {

    transform: scale(.925)

}



.feedback li.angry {

    --step-1-rx: -24deg;

    --step-1-ry: 20deg;

    --step-2-rx: -24deg;

    --step-2-ry: -20deg

}



.feedback li.angry div:before {

    --r: 20deg

}



.feedback li.angry div:after {

    --l: 23px;

    --r: -20deg

}



.feedback li.angry div svg.eye {

    stroke-dasharray: 4.55;

    stroke-dashoffset: 8.15

}



.feedback li.angry.active {

    animation: angry 1s linear

}



.feedback li.angry.active div:before {

    --middle-y: -2px;

    --middle-r: 22deg;

    animation: toggle .8s linear forwards

}



.feedback li.angry.active div:after {

    --middle-y: 1px;

    --middle-r: -18deg;

    animation: toggle .8s linear forwards

}



.feedback li.sad {

    --step-1-rx: 20deg;

    --step-1-ry: -12deg;

    --step-2-rx: -18deg;

    --step-2-ry: 14deg

}



.feedback li.sad div:after,

.feedback li.sad div:before {

    --b: var(--active-tear);

    --sc: 0;

    --w: 5px;

    --h: 5px;

    --t: 15px;

    --br: 50%

}



.feedback li.sad div:after {

    --l: 25px

}



.feedback li.sad div svg.eye {

    --t: 16px

}



.feedback li.sad div svg.mouth {

    --t: 24px;

    stroke-dasharray: 9.5;

    stroke-dashoffset: 33.25

}



.feedback li.sad.active div:after,

.feedback li.sad.active div:before {

    animation: tear .6s linear forwards

}



.feedback li.ok {

    --step-1-rx: 4deg;

    --step-1-ry: -22deg;

    --step-1-rz: 6deg;

    --step-2-rx: 4deg;

    --step-2-ry: 22deg;

    --step-2-rz: -6deg

}



.feedback li.ok div:before {

    --l: 12px;

    --t: 17px;

    --h: 4px;

    --w: 4px;

    --br: 50%;

    box-shadow: 12px 0 0 var(--e, var(--normal-eye))

}



.feedback li.ok div:after {

    --l: 13px;

    --t: 26px;

    --w: 14px;

    --h: 2px;

    --br: 1px;

    --b: var(--m, var(--normal-mouth))

}



.feedback li.ok.active div:before {

    --middle-s-y: .35;

    animation: toggle .2s linear forwards

}



.feedback li.ok.active div:after {

    --middle-s-x: .5;

    animation: toggle .7s linear forwards

}



.feedback li.good {

    --step-1-rx: -14deg;

    --step-1-rz: 10deg;

    --step-2-rx: 10deg;

    --step-2-rz: -8deg

}



.feedback li.good div:before {

    --b: var(--m, var(--normal-mouth));

    --w: 5px;

    --h: 5px;

    --br: 50%;

    --t: 22px;

    --zi: 0;

    box-shadow: 16px 0 0 var(--b);

    filter: blur(2px);

    opacity: .5

}



.feedback li.good div:after {

    --sc: 0

}



.feedback li.good div svg.eye {

    --t: 15px;

    --sc: -1;

    stroke-dasharray: 4.55;

    stroke-dashoffset: 8.15

}



.feedback li.good div svg.mouth {

    --t: 22px;

    --sc: -1;

    stroke-dasharray: 13.3;

    stroke-dashoffset: 23.75

}



.feedback li.good.active div svg.mouth {

    --middle-y: 1px;

    --middle-s: -1;

    animation: toggle .8s linear forwards

}



.feedback li.happy div {

    --step-1-rx: 18deg;

    --step-1-ry: 24deg;

    --step-2-rx: 18deg;

    --step-2-ry: -24deg

}



.feedback li.happy div:before {

    --sc: 0

}



.feedback li.happy div:after {

    --b: var(--m, var(--normal-mouth));

    --l: 11px;

    --t: 23px;

    --w: 18px;

    --h: 8px;

    --br: 0 0 8px 8px

}



.feedback li.happy div svg.eye {

    --t: 14px;

    --sc: -1

}



.feedback li.happy.active div:after {

    --middle-s-x: .95;

    --middle-s-y: .75;

    animation: toggle .8s linear forwards

}



.feedback li.active {

    --sb: var(--active);

    --sh: var(--active-shadow);

    --m: var(--active-mouth);

    --e: var(--active-eye)

}



.feedback li.active div {

    animation: shake .8s linear forwards

}



@keyframes shake {

    30% {

        transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotate(var(--step-1-rz, 0deg)) translateZ(10px)

    }



    60% {

        transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotate(var(--step-2-rz, 0deg)) translateZ(10px)

    }



    to {

        transform: perspective(240px) translateZ(4px)

    }

}



@keyframes tear {

    0% {

        opacity: 0;

        transform: translateY(-2px) scale(0) translateZ(0)

    }



    50% {

        transform: translateY(12px) scale(.6, 1.2) translateZ(0)

    }



    20%,

    80% {

        opacity: 1

    }



    to {

        opacity: 0;

        transform: translateY(24px) translateX(4px) rotate(-30deg) scale(.7, 1.1) translateZ(0)

    }

}



@keyframes toggle {

    50% {

        transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg))

    }

}



@keyframes angry {

    40% {

        background: var(--active)

    }



    45% {

        box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry)

    }

}



.heart-rating {

    text-align: left

}



.heart-rating .rating-system3 {

    display: inline-block;

    margin: 10px 0 18px;

    position: relative;

    width: auto

}



.heart-rating span {

    background: var(--danger-color);

    display: inline-block;

    height: 10px;

    left: 20px;

    position: absolute;

    width: 10px

}



.heart-rating input {

    display: none

}



.heart-rating label {

    background: var(--dark);

    display: inline-block;

    float: right;

    height: 5px;

    margin: 4px;

    position: relative;

    transition: all .3s;

    width: 20px

}



.heart-rating .text {

    color: var(--dark);

    padding: 12px 0 0;

    position: absolute;

    top: 100%;

    width: 100%

}



.heart-rating .rating-system3 label {

    height: 10px;

    margin: 0 10px;

    width: 10px

}



.heart-rating .rating-system3 label:last-child {

    margin-left: 0

}



.heart-rating .rating-system3 input:checked~label,

.heart-rating .rating-system3 label:hover,

.heart-rating .rating-system3 label:hover~label {

    background: var(--theme-default);

    border-radius: 100%

}



.heart-rating .rating-system3 input:checked~label {

    box-shadow: 6px 0 var(--theme-default), 3px 1px 0 7px var(--white), 3px 1px 0 9px var(--theme-default)

}



.heart-rating .rating-system3 input:checked~label:after {

    background: var(--theme-default);

    border-bottom-left-radius: 15%;

    content: "";

    height: 100%;

    left: 3px;

    position: absolute;

    top: 30%;

    transform: rotate(-45deg);

    width: 100%

}



.heart-rating input:nth-of-type(5):checked~.text:before {

    content: "Not bad"

}



.heart-rating label:nth-of-type(5):hover~.text:before {

    content: "Not bad" !important

}



.heart-rating input:nth-of-type(4):checked~.text:before {

    content: "Its Ok"

}



.heart-rating label:nth-of-type(4):hover~.text:before {

    content: "Its Ok" !important

}



.heart-rating input:nth-of-type(3):checked~.text:before {

    content: "Good!"

}



.heart-rating label:nth-of-type(3):hover~.text:before {

    content: "Good!" !important

}



.heart-rating input:nth-of-type(2):checked~.text:before {

    content: "Very Good!"

}



.heart-rating label:nth-of-type(2):hover~.text:before {

    content: "Very Good!" !important

}



.heart-rating input:first-of-type:checked~.text:before {

    content: "Awesome!!"

}



.heart-rating label:first-of-type:hover~.text:before {

    content: "Awesome!!" !important

}



.number-rating .card {

    border: 0;

    border-radius: 1rem;

    box-shadow: none;

    display: grid;

    gap: 1rem

}



.number-rating .card .card-body {

    padding: 0

}



.number-rating .card p {

    color: var(--font-color)

}



.number-rating .circle {

    background-color: rgb(175 175 175 / .1);

    border-radius: 50%;

    color: var(--theme-default);

    cursor: pointer;

    display: grid;

    height: 48px;

    place-items: center;

    width: 48px

}



@media (max-width:1399.98px) {

    .number-rating .circle {

        height: 40px;

        width: 40px

    }

}



.number-rating .ratings {

    display: flex;

    font-weight: var(--fw-bold);

    justify-content: space-between;

    margin: .5rem 0

}



.number-rating .ratings .rating:is(:hover, :focus) {

    background-color: var(--theme-default);

    color: var(--face)

}



.number-rating .rating-selected {

    background-color: var(--theme-default);

    color: var(--face)

}



.number-rating .back-card {

    display: grid;

    gap: 1.25rem;

    place-items: center;

    text-align: center

}



.number-rating .result {

    background-color: rgb(175 175 175 / .1);

    border-radius: 2rem;

    color: var(--theme-default) !important;

    padding: .75rem 1rem .5rem

}



.number-rating .greet {

    display: grid;

    gap: .75rem;

    margin: .75rem 0

}



.number-rating .hidden {

    display: none

}



.fr {

    animation: fade-slide-in .6s ease-out

}



.fr__face {

    background-image: linear-gradient(135deg, hsl(var(--face-hue1), 90%, 55%), hsl(var(--face-hue2), 90%, 45%));

    border-radius: 50%;

    box-shadow: 0 .5em .75em hsla(var(--face-hue2), 90%, 55%, .3);

    height: 3em;

    margin: 0 auto 2em;

    position: relative;

    width: 3em

}



.fr__face-left-eye,

.fr__face-mouth-lower,

.fr__face-mouth-upper,

.fr__face-right-eye {

    position: absolute;

    transition: background-color var(--trans-dur), box-shadow var(--trans-dur), color var(--trans-dur)

}



.fr__face-left-eye,

.fr__face-right-eye {

    background-color: var(--face);

    border-radius: 50%;

    height: .6em;

    top: .75em;

    width: .6em

}



.fr__face-right-eye {

    animation: right-eye 1s var(--delay-right) linear paused;

    clip-path: polygon(0 75%, 100% 0, 100% 100%, 0 100%);

    left: .6em

}



.fr__face-left-eye {

    animation: left-eye 1s var(--delay-left) linear paused;

    clip-path: polygon(0 0, 100% 75%, 100% 100%, 0 100%);

    right: .6em

}



.fr__face-mouth-lower,

.fr__face-mouth-upper {

    color: var(--face);

    height: .75em;

    left: .75em;

    top: 1.75em;

    width: 1.5em

}



.fr__face-mouth-lower {

    animation: mouth-lower 1s var(--delay-mouth-lower) linear paused;

    border-radius: 50% 50% 0 0/100% 100% 0 0;

    box-shadow: inset 0 .125em 0

}



.fr__face-mouth-upper {

    animation: mouth-upper 1s var(--delay-mouth-upper) linear paused;

    border-radius: 0 0 50% 50%/0 0 100% 100%;

    box-shadow: inset 0 -.125em 0

}



.fr__label {

    display: block;

    font-size: 18px;

    margin-bottom: 1.5em;

    text-align: center

}



.fr__input {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    background-color: var(--gray1);

    background-image: linear-gradient(hsl(var(--input-hue), 90%, 45%), hsl(var(--input-hue), 90%, 45%));

    background-repeat: no-repeat;

    background-size: var(--percent) 100%;

    border-radius: .25em;

    display: block;

    height: .5em;

    margin: .5em auto 1.1em;

    max-width: 18em;

    transition: background-color var(--trans-dur);

    width: 100%;

    -webkit-tap-highlight-color: #fff0

}



.fr__input:focus {

    outline: #fff0

}



.fr__input::-webkit-slider-thumb {

    -webkit-appearance: none;

    appearance: none;

    background-color: var(--face);

    border: 0;

    border-radius: 50%;

    box-shadow: 0 .125em .5em rgb(0 0 0 / .3);

    height: 1.5em;

    -webkit-transition: background-color .15s linear;

    transition: background-color .15s linear;

    width: 1.5em

}



.fr__input::-webkit-slider-thumb:hover,

.fr__input:focus::-webkit-slider-thumb {

    background-color: var(--lt-gray)

}



.fr__input::-moz-range-thumb {

    background-color: var(--face);

    border: 0;

    border-radius: 50%;

    box-shadow: 0 .125em .5em rgb(0 0 0 / .3);

    height: 1.5em;

    -moz-transition: background-color .15s linear;

    transition: background-color .15s linear;

    width: 1.5em

}



.fr__input::-moz-range-thumb:hover,

.fr__input:focus::-moz-range-thumb {

    background-color: var(--lt-gray)

}



@keyframes fade-slide-in {



    0%,

    16.67% {

        opacity: 0;

        transform: translateY(25%)

    }



    to {

        opacity: 1;

        transform: translateY(0)

    }

}



@keyframes right-eye {

    0% {

        clip-path: polygon(0 75%, 100% 0, 100% 100%, 0 100%)

    }



    50%,

    to {

        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)

    }

}



@keyframes left-eye {

    0% {

        clip-path: polygon(0 0, 100% 75%, 100% 100%, 0 100%)

    }



    50%,

    to {

        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)

    }

}



@keyframes mouth-lower {

    0% {

        border-radius: 50% 50% 0 0/100% 100% 0 0;

        height: .75em;

        top: 1.75em;

        visibility: visible

    }



    40% {

        border-radius: 50% 50% 0 0/100% 100% 0 0;

        height: .25em;

        top: 1.95em;

        visibility: visible

    }



    50%,

    to {

        border-radius: 0;

        height: .125em;

        top: 2em;

        visibility: hidden

    }

}



@keyframes mouth-upper {



    0%,

    50% {

        border-radius: 0;

        box-shadow: inset 0 -.125em 0;

        height: .125em;

        top: 2em;

        visibility: hidden

    }



    62.5% {

        border-radius: 0 0 50% 50%/0 0 100% 100%;

        box-shadow: inset 0 -.125em 0;

        height: .25em;

        top: 1.95em;

        visibility: visible

    }



    75% {

        border-radius: 0 0 50% 50%/0 0 100% 100%;

        box-shadow: inset 0 -.125em 0;

        height: .5em;

        top: 1.825em;

        visibility: visible

    }



    to {

        border-radius: 0 0 50% 50%/0 0 100% 100%;

        box-shadow: inset 0 -.8em 0;

        height: .75em;

        top: 1.75em;

        visibility: visible

    }

}



.emoji-wrapper {

    width: 100%

}



.emoji-wrapper .content {

    align-items: center;

    display: flex;

    flex-direction: column;

    padding: 0 0 15px

}



.emoji-wrapper .stars {

    margin-top: 8px

}



.emoji-wrapper .stars label {

    color: var(--light-gray);

    font-size: 24px;

    margin: 0 3px

}



.emoji-wrapper .outer {

    height: 65px;

    overflow: hidden;

    width: 65px

}



.emoji-wrapper .outer .emojis {

    display: flex;

    flex-direction: column;

    height: 500%

}



.emoji-wrapper .outer .emojis li {

    height: 65px;

    list-style: none;

    transition: all .3s ease;

    width: 100%

}



.emoji-wrapper .outer .emojis img {

    height: 52px;

    width: 52px

}



.emoji-wrapper #star-2:checked~.content .emojis .slideImg {

    margin-top: -64px

}



.emoji-wrapper #star-3:checked~.content .emojis .slideImg {

    margin-top: -130px

}



.emoji-wrapper #star-4:checked~.content .emojis .slideImg {

    margin-top: -194px

}



.emoji-wrapper #star-5:checked~.content .emojis .slideImg {

    margin-top: -262px

}



.emoji-wrapper #star-1:checked~.content .stars .star-1,

.emoji-wrapper #star-1:hover~.content .stars .star-1,

.emoji-wrapper #star-2:checked~.content .stars .star-1,

.emoji-wrapper #star-2:checked~.content .stars .star-2,

.emoji-wrapper #star-2:hover~.content .stars .star-1,

.emoji-wrapper #star-2:hover~.content .stars .star-2,

.emoji-wrapper #star-3:checked~.content .stars .star-1,

.emoji-wrapper #star-3:checked~.content .stars .star-2,

.emoji-wrapper #star-3:checked~.content .stars .star-3,

.emoji-wrapper #star-3:hover~.content .stars .star-1,

.emoji-wrapper #star-3:hover~.content .stars .star-2,

.emoji-wrapper #star-3:hover~.content .stars .star-3,

.emoji-wrapper #star-4:checked~.content .stars .star-1,

.emoji-wrapper #star-4:checked~.content .stars .star-2,

.emoji-wrapper #star-4:checked~.content .stars .star-3,

.emoji-wrapper #star-4:checked~.content .stars .star-4,

.emoji-wrapper #star-4:hover~.content .stars .star-1,

.emoji-wrapper #star-4:hover~.content .stars .star-2,

.emoji-wrapper #star-4:hover~.content .stars .star-3,

.emoji-wrapper #star-4:hover~.content .stars .star-4,

.emoji-wrapper #star-5:checked~.content .stars .star-1,

.emoji-wrapper #star-5:checked~.content .stars .star-2,

.emoji-wrapper #star-5:checked~.content .stars .star-3,

.emoji-wrapper #star-5:checked~.content .stars .star-4,

.emoji-wrapper #star-5:checked~.content .stars .star-5,

.emoji-wrapper #star-5:hover~.content .stars .star-1,

.emoji-wrapper #star-5:hover~.content .stars .star-2,

.emoji-wrapper #star-5:hover~.content .stars .star-3,

.emoji-wrapper #star-5:hover~.content .stars .star-4,

.emoji-wrapper #star-5:hover~.content .stars .star-5 {

    color: var(--warning-color)

}



.emoji-wrapper .footer {

    align-items: center;

    border-top: rgba(var(--border-color), 1);

    display: flex;

    justify-content: space-between;

    padding: 12px 12px 0;

    width: 100%

}



.emoji-wrapper .footer span {

    font-size: 17px;

    font-weight: 400

}



.emoji-wrapper .footer span.numb {

    color: var(--info-color)

}



@media (min-width:1200px) and (max-width:1399.98px) {

    .emoji-wrapper .footer span {

        font-size: 14px

    }

}



.emoji-wrapper .footer .text:before {

    content: "Rate your experience"

}



.emoji-wrapper .footer .numb:before {

    content: "0 out of 5"

}



.emoji-wrapper #star-1:checked~.footer .text:before {

    content: "I just hate it"

}



.emoji-wrapper #star-1:checked~.footer .numb:before {

    content: "1 out of 5"

}



.emoji-wrapper #star-2:checked~.footer .text:before {

    content: "I don't like it"

}



.emoji-wrapper #star-2:checked~.footer .numb:before {

    content: "2 out of 5"

}



.emoji-wrapper #star-3:checked~.footer .text:before {

    content: "This is awesome"

}



.emoji-wrapper #star-3:checked~.footer .numb:before {

    content: "3 out of 5"

}



.emoji-wrapper #star-4:checked~.footer .text:before {

    content: "I just like it"

}



.emoji-wrapper #star-4:checked~.footer .numb:before {

    content: "4 out of 5"

}



.emoji-wrapper #star-5:checked~.footer .text:before {

    content: "I just love it"

}



.emoji-wrapper #star-5:checked~.footer .numb:before {

    content: "5 out of 5"

}



.emoji-wrapper input[type=radio] {

    display: none

}



[class*=ribbon-wrapper] {

    padding: 58px 18px 28px;

    position: relative

}



.ribbon {

    clear: left;

    color: var(--white);

    height: 30px;

    left: 0;

    line-height: 30px;

    padding: 0 20px;

    position: absolute;

    top: 12px;

    z-index: 2

}



.ribbon-space-bottom {

    top: 0;

    z-index: 1

}



.ribbon-clip {

    left: -14px;

    z-index: 1

}



.ribbon-clip:before {

    border-bottom: 7px solid #fff0;

    border-left: 7px solid #fff0;

    border-right: 7px solid #fff0;

    border-right-color: var(--dark);

    border-top: 7px solid #fff0;

    border-top-color: var(--dark);

    content: "";

    height: 0;

    left: 0;

    position: absolute;

    top: 30px;

    width: 0

}



.ribbon-primary {

    background: var(--theme-default)

}



.ribbon-primary.ribbon-clip:before {

    border-color: #fff0;

    border-right-color: var(--theme-default);

    border-top-color: var(--theme-default)

}



.ribbon-bookmark.ribbon-primary:before {

    border-color: var(--theme-default);

    border-right-color: #fff0

}



.ribbon-bookmark.ribbon-right.ribbon-primary:before {

    border-left-color: #fff0;

    border-right-color: var(--theme-default)

}



.ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before,

.ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {

    border-bottom-color: #fff0;

    border-right-color: var(--theme-default)

}



.ribbon-primary.ribbon-clip-bottom:before {

    border-bottom-color: var(--theme-default);

    border-right-color: var(--theme-default);

    border-top-color: #fff0

}



.ribbon-primary.ribbon-clip-right:before {

    border-left-color: var(--theme-default);

    border-right-color: #fff0;

    border-top-color: var(--theme-default)

}



.ribbon-primary.ribbon-clip-bottom-right:before {

    border-bottom-color: var(--theme-default);

    border-left-color: var(--theme-default);

    border-right-color: #fff0;

    border-top-color: #fff0

}



.ribbon-secondary {

    background: var(--theme-secondary)

}



.ribbon-secondary.ribbon-clip:before {

    border-color: #fff0;

    border-right-color: var(--theme-secondary);

    border-top-color: var(--theme-secondary)

}



.ribbon-bookmark.ribbon-secondary:before {

    border-color: var(--theme-secondary);

    border-right-color: #fff0

}



.ribbon-bookmark.ribbon-right.ribbon-secondary:before {

    border-left-color: #fff0;

    border-right-color: var(--theme-secondary)

}



.ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before,

.ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before {

    border-bottom-color: #fff0;

    border-right-color: var(--theme-secondary)

}



.ribbon-secondary.ribbon-clip-bottom:before {

    border-bottom-color: var(--theme-secondary);

    border-right-color: var(--theme-secondary);

    border-top-color: #fff0

}



.ribbon-secondary.ribbon-clip-right:before {

    border-left-color: var(--theme-secondary);

    border-right-color: #fff0;

    border-top-color: var(--theme-secondary)

}



.ribbon-secondary.ribbon-clip-bottom-right:before {

    border-bottom-color: var(--theme-secondary);

    border-left-color: var(--theme-secondary);

    border-right-color: #fff0;

    border-top-color: #fff0

}



.ribbon-success {

    background: var(--success-color)

}



.ribbon-success.ribbon-clip:before {

    border-color: #fff0;

    border-right-color: var(--success-color);

    border-top-color: var(--success-color)

}



.ribbon-bookmark.ribbon-success:before {

    border-color: var(--success-color);

    border-right-color: #fff0

}



.ribbon-bookmark.ribbon-right.ribbon-success:before {

    border-left-color: #fff0;

    border-right-color: var(--success-color)

}



.ribbon-bookmark.ribbon-vertical-left.ribbon-success:before,

.ribbon-bookmark.ribbon-vertical-right.ribbon-success:before {

    border-bottom-color: #fff0;

    border-right-color: var(--success-color)

}



.ribbon-success.ribbon-clip-bottom:before {

    border-bottom-color: var(--success-color);

    border-right-color: var(--success-color);

    border-top-color: #fff0

}



.ribbon-success.ribbon-clip-right:before {

    border-left-color: var(--success-color);

    border-right-color: #fff0;

    border-top-color: var(--success-color)

}



.ribbon-success.ribbon-clip-bottom-right:before {

    border-bottom-color: var(--success-color);

    border-left-color: var(--success-color);

    border-right-color: #fff0;

    border-top-color: #fff0

}



.ribbon-danger {

    background: var(--danger-color)

}



.ribbon-danger.ribbon-clip:before {

    border-color: #fff0;

    border-right-color: var(--danger-color);

    border-top-color: var(--danger-color)

}



.ribbon-bookmark.ribbon-danger:before {

    border-color: var(--danger-color);

    border-right-color: #fff0

}



.ribbon-bookmark.ribbon-right.ribbon-danger:before {

    border-left-color: #fff0;

    border-right-color: var(--danger-color)

}



.ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before,

.ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before {

    border-bottom-color: #fff0;

    border-right-color: var(--danger-color)

}



.ribbon-danger.ribbon-clip-bottom:before {

    border-bottom-color: var(--danger-color);

    border-right-color: var(--danger-color);

    border-top-color: #fff0

}



.ribbon-danger.ribbon-clip-right:before {

    border-left-color: var(--danger-color);

    border-right-color: #fff0;

    border-top-color: var(--danger-color)

}



.ribbon-danger.ribbon-clip-bottom-right:before {

    border-bottom-color: var(--danger-color);

    border-left-color: var(--danger-color);

    border-right-color: #fff0;

    border-top-color: #fff0

}



.ribbon-warning {

    background: var(--warning-color)

}



.ribbon-warning.ribbon-clip:before {

    border-color: #fff0;

    border-right-color: var(--warning-color);

    border-top-color: var(--warning-color)

}



.ribbon-bookmark.ribbon-warning:before {

    border-color: var(--warning-color);

    border-right-color: #fff0

}



.ribbon-bookmark.ribbon-right.ribbon-warning:before {

    border-left-color: #fff0;

    border-right-color: var(--warning-color)

}



.ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before,

.ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before {

    border-bottom-color: #fff0;

    border-right-color: var(--warning-color)

}



.ribbon-warning.ribbon-clip-bottom:before {

    border-bottom-color: var(--warning-color);

    border-right-color: var(--warning-color);

    border-top-color: #fff0

}



.ribbon-warning.ribbon-clip-right:before {

    border-left-color: var(--warning-color);

    border-right-color: #fff0;

    border-top-color: var(--warning-color)

}



.ribbon-warning.ribbon-clip-bottom-right:before {

    border-bottom-color: var(--warning-color);

    border-left-color: var(--warning-color);

    border-right-color: #fff0;

    border-top-color: #fff0

}



.ribbon-info {

    background: var(--info-color)

}



.ribbon-info.ribbon-clip:before {

    border-color: #fff0;

    border-right-color: var(--info-color);

    border-top-color: var(--info-color)

}



.ribbon-bookmark.ribbon-info:before {

    border-color: var(--info-color);

    border-right-color: #fff0

}



.ribbon-bookmark.ribbon-right.ribbon-info:before {

    border-left-color: #fff0;

    border-right-color: var(--info-color)

}



.ribbon-bookmark.ribbon-vertical-left.ribbon-info:before,

.ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {

    border-bottom-color: #fff0;

    border-right-color: var(--info-color)

}



.ribbon-info.ribbon-clip-bottom:before {

    border-bottom-color: var(--info-color);

    border-right-color: var(--info-color);

    border-top-color: #fff0

}



.ribbon-info.ribbon-clip-right:before {

    border-left-color: var(--info-color);

    border-right-color: #fff0;

    border-top-color: var(--info-color)

}



.ribbon-info.ribbon-clip-bottom-right:before {

    border-bottom-color: var(--info-color);

    border-left-color: var(--info-color);

    border-right-color: #fff0;

    border-top-color: #fff0

}



.ribbon-light {

    background: var(--light-color)

}



.ribbon-light.ribbon-clip:before {

    border-color: #fff0;

    border-right-color: var(--light-color);

    border-top-color: var(--light-color)

}



.ribbon-bookmark.ribbon-light:before {

    border-color: var(--light-color);

    border-right-color: #fff0

}



.ribbon-bookmark.ribbon-right.ribbon-light:before {

    border-left-color: #fff0;

    border-right-color: var(--light-color)

}



.ribbon-bookmark.ribbon-vertical-left.ribbon-light:before,

.ribbon-bookmark.ribbon-vertical-right.ribbon-light:before {

    border-bottom-color: #fff0;

    border-right-color: var(--light-color)

}



.ribbon-light.ribbon-clip-bottom:before {

    border-bottom-color: var(--light-color);

    border-right-color: var(--light-color);

    border-top-color: #fff0

}



.ribbon-light.ribbon-clip-right:before {

    border-left-color: var(--light-color);

    border-right-color: #fff0;

    border-top-color: var(--light-color)

}



.ribbon-light.ribbon-clip-bottom-right:before {

    border-bottom-color: var(--light-color);

    border-left-color: var(--light-color);

    border-right-color: #fff0;

    border-top-color: #fff0

}



.ribbon-dark {

    background: var(--body-font-color)

}



.ribbon-dark.ribbon-clip:before {

    border-color: #fff0;

    border-right-color: var(--body-font-color);

    border-top-color: var(--body-font-color)

}



.ribbon-bookmark.ribbon-dark:before {

    border-color: var(--body-font-color);

    border-right-color: #fff0

}



.ribbon-bookmark.ribbon-right.ribbon-dark:before {

    border-left-color: #fff0;

    border-right-color: var(--body-font-color)

}



.ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before,

.ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before {

    border-bottom-color: #fff0;

    border-right-color: var(--body-font-color)

}



.ribbon-dark.ribbon-clip-bottom:before {

    border-bottom-color: var(--body-font-color);

    border-right-color: var(--body-font-color);

    border-top-color: #fff0

}



.ribbon-dark.ribbon-clip-right:before {

    border-left-color: var(--body-font-color);

    border-right-color: #fff0;

    border-top-color: var(--body-font-color)

}



.ribbon-dark.ribbon-clip-bottom-right:before {

    border-bottom-color: var(--body-font-color);

    border-left-color: var(--body-font-color);

    border-right-color: #fff0;

    border-top-color: #fff0

}



.ribbon-clip-bottom-right {

    bottom: 12px;

    left: auto;

    right: -14px;

    top: auto

}



.ribbon-clip-bottom-right:before {

    border-bottom: 7px solid #fff0;

    border-left: 7px solid #fff0;

    border-right: 7px solid #fff0;

    border-right-color: var(--dark);

    border-top: 7px solid #fff0;

    border-top-color: var(--dark);

    bottom: 30px;

    content: "";

    height: 0;

    position: absolute;

    right: 0;

    width: 0

}



.ribbon-vertical-left-wrapper {

    padding-left: 40px;

    position: relative

}



.vertical-lp-space {

    padding: 58px 28px 28px 50px

}



.ribbon-vertical-left {

    clear: none;

    height: 60px;

    left: 12px;

    line-height: 70px;

    padding: 0 5px;

    text-align: center;

    top: -2px;

    width: 30px;

    z-index: 1

}



.ribbon-bookmark:before {

    border: 15px solid var(--dark);

    border-right: 10px solid #fff0;

    content: "";

    display: block;

    height: 0;

    left: 100%;

    position: absolute;

    top: 0;

    width: 0;

    z-index: 1

}



.ribbon-clip-bottom {

    bottom: 12px;

    left: -14px;

    top: auto;

    z-index: 1

}



.ribbon-clip-bottom:before {

    border-bottom: 7px solid #fff0;

    border-left: 7px solid #fff0;

    border-right: 7px solid #fff0;

    border-right-color: var(--dark);

    border-top: 7px solid #fff0;

    border-top-color: var(--dark);

    bottom: 30px;

    content: "";

    height: 0;

    left: 0;

    position: absolute;

    width: 0

}



.clip-bp-space {

    padding: 28px 18px 58px

}



.ribbon-bookmark.ribbon-vertical-left:before,

.ribbon-bookmark.ribbon-vertical-right:before {

    border-bottom: 10px solid #fff0;

    border-right: 15px solid var(--dark);

    left: 0;

    margin-top: -14px;

    top: 100%

}



.ribbon-right {

    left: auto;

    right: -2px;

    z-index: 1

}



.ribbon-bookmark.ribbon-info {

    z-index: 1

}



.ribbon-clip-right {

    right: -14px

}



.ribbon-clip-right:before {

    border-bottom: 7px solid #fff0;

    border-left: 7px solid #fff0;

    border-right: 7px solid #fff0;

    border-right-color: var(--dark);

    border-top: 7px solid #fff0;

    border-top-color: var(--dark);

    content: "";

    height: 0;

    position: absolute;

    right: 0;

    top: 30px;

    width: 0

}



.ribbon-vertical-right-wrapper {

    padding-right: 40px;

    position: relative

}



.vertical-rp-space {

    padding: 58px 50px 28px 28px

}



.ribbon-vertical-right {

    clear: none;

    height: 70px;

    left: auto;

    line-height: 70px;

    padding: 0 5px;

    right: 12px;

    text-align: center;

    top: -2px;

    width: 30px;

    z-index: 1

}



.ribbon-bookmark.ribbon-right:before {

    border-left: 10px solid #fff0;

    border-right: 15px solid var(--dark);

    left: auto;

    right: 100%

}



.timeline-dot-primary {

    height: 12px;

    min-width: 12px

}



.activity-dot-primary,

.timeline-dot-primary {

    background-color: var(--theme-default);

    position: relative;

    z-index: 2

}



.activity-dot-primary {

    border-radius: 100%;

    height: 6px;

    min-width: 6px

}



.timeline-dot-secondary {

    height: 12px;

    min-width: 12px

}



.activity-dot-secondary,

.timeline-dot-secondary {

    background-color: var(--theme-secondary);

    position: relative;

    z-index: 2

}



.activity-dot-secondary {

    border-radius: 100%;

    height: 6px;

    min-width: 6px

}



.timeline-dot-success {

    height: 12px;

    min-width: 12px

}



.activity-dot-success,

.timeline-dot-success {

    background-color: var(--success-color);

    position: relative;

    z-index: 2

}



.activity-dot-success {

    border-radius: 100%;

    height: 6px;

    min-width: 6px

}



.timeline-dot-danger {

    height: 12px;

    min-width: 12px

}



.activity-dot-danger,

.timeline-dot-danger {

    background-color: var(--danger-color);

    position: relative;

    z-index: 2

}



.activity-dot-danger {

    border-radius: 100%;

    height: 6px;

    min-width: 6px

}



.timeline-dot-warning {

    height: 12px;

    min-width: 12px

}



.activity-dot-warning,

.timeline-dot-warning {

    background-color: var(--warning-color);

    position: relative;

    z-index: 2

}



.activity-dot-warning {

    border-radius: 100%;

    height: 6px;

    min-width: 6px

}



.timeline-dot-info {

    height: 12px;

    min-width: 12px

}



.activity-dot-info,

.timeline-dot-info {

    background-color: var(--info-color);

    position: relative;

    z-index: 2

}



.activity-dot-info {

    border-radius: 100%;

    height: 6px;

    min-width: 6px

}



.timeline-dot-light {

    height: 12px;

    min-width: 12px

}



.activity-dot-light,

.timeline-dot-light {

    background-color: var(--light-color);

    position: relative;

    z-index: 2

}



.activity-dot-light {

    border-radius: 100%;

    height: 6px;

    min-width: 6px

}



.timeline-dot-dark {

    height: 12px;

    min-width: 12px

}



.activity-dot-dark,

.timeline-dot-dark {

    background-color: var(--body-font-color);

    position: relative;

    z-index: 2

}



.activity-dot-dark {

    border-radius: 100%;

    height: 6px;

    min-width: 6px

}



.activity-dot-primary,

.timeline-dot-primary {

    outline: 5px solid rgb(175 175 175 / .25)

}



.activity-dot-secondary,

.timeline-dot-secondary {

    outline: 5px solid rgb(243 145 89 / .25)

}



.activity-dot-success,

.timeline-dot-success {

    outline: 5px solid rgb(62 185 95 / .25)

}



.activity-dot-danger,

.timeline-dot-danger {

    outline: 5px solid rgb(231 75 43 / .25)

}



.activity-dot-warning,

.timeline-dot-warning {

    outline: 5px solid rgb(234 146 0 / .25)

}



.activity-dot-info,

.timeline-dot-info {

    outline: 5px solid rgb(2 162 185 / .25)

}



.activity-dot-light,

.timeline-dot-light {

    outline: 5px solid hsl(0 0% 96% / .25)

}



.activity-dot-dark,

.timeline-dot-dark {

    outline: 5px solid rgb(41 41 41 / .25)

}



.timeline-wrapper {

    align-items: center;

    display: flex;

    justify-content: space-between;

    padding-bottom: 12px

}



.time-content {

    align-items: center;

    display: flex;

    gap: 4px

}



.time-content i {

    font-size: 18px

}



.cd-container {

    margin: 0 auto;

    max-width: 1170px;

    width: 90%

}



.cd-container:after {

    clear: both;

    content: "";

    display: table

}



@media only screen and (min-width:1170px) {

    #cd-timeline:before {

        left: 50% !important;

        margin-left: -2px

    }



    [dir=rtl] #cd-timeline:before {

        left: unset !important;

        margin-left: unset;

        margin-right: -2px;

        right: 50% !important

    }



    .cd-timeline-block {

        margin: 4em 0

    }



    .cd-timeline-block:first-child {

        margin-top: 0

    }



    .cd-timeline-block:last-child {

        margin-bottom: 0

    }



    .cd-timeline-block:nth-child(2n) .cd-timeline-content {

        float: right

    }



    [dir=rtl] .cd-timeline-block:nth-child(2n) .cd-timeline-content {

        float: left

    }



    .cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-date {

        left: auto;

        right: 122%;

        text-align: right

    }



    [dir=rtl] .cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-date {

        left: 122%;

        right: auto;

        text-align: left

    }



    .cd-timeline-block:nth-child(2n) .cd-timeline-content:before {

        border-color: #fff0;

        border-right-color: var(--light-color);

        left: auto;

        right: 100%;

        top: 24px

    }



    [dir=rtl] .cd-timeline-block:nth-child(2n) .cd-timeline-content:before {

        border: 15px solid #fff0;

        border-left: 15px solid var(--light-color);

        left: 100% !important;

        right: auto !important

    }



    .cd-timeline-img {

        height: 60px;

        left: 50%;

        margin-left: -30px;

        width: 60px

    }



    [dir=rtl] .cd-timeline-img {

        left: unset;

        margin-left: unset;

        margin-right: -30px;

        right: 50%

    }



    .cd-timeline-img>i {

        font-size: 18px;

        left: 50%;

        padding: 3px;

        top: 50%

    }



    [dir=rtl] .cd-timeline-img>i {

        left: unset;

        right: 50%

    }



    .cssanimations .cd-timeline-img.is-hidden {

        visibility: hidden

    }



    .cssanimations .cd-timeline-img.bounce-in {

        animation: cd-bounce-1 .6s;

        visibility: visible

    }



    .cssanimations .cd-timeline-content.is-hidden {

        visibility: hidden

    }



    .cssanimations .cd-timeline-content.bounce-in {

        animation: cd-bounce-2 .6s;

        visibility: visible

    }



    .cssanimations .cd-timeline-block:nth-child(2n) .cd-timeline-content.bounce-in {

        animation: cd-bounce-2-inverse .6s

    }



    .cd-timeline-content {

        margin-left: 0;

        padding: 1.6em;

        width: 45%

    }



    [dir=rtl] .cd-timeline-content {

        margin-left: unset;

        margin-right: 0

    }



    .cd-timeline-content .cd-date {

        font-size: 16px;

        left: 122%;

        position: absolute;

        top: 6px;

        width: 100%

    }



    [dir=rtl] .cd-timeline-content .cd-date {

        left: unset;

        right: 122%

    }



    .cd-timeline-content:before {

        border-color: #fff0;

        border-left-color: var(--white);

        left: 100%;

        top: 24px

    }



    [dir=rtl] .cd-timeline-content:before {

        border-left-color: unset;

        border-right-color: var(--white);

        left: unset !important;

        right: 100% !important

    }

}



#cd-timeline {

    padding: 2em 0;

    position: relative

}



@media (max-width:575.98px) {

    #cd-timeline {

        margin-right: 0

    }



    [dir=rtl] #cd-timeline {

        margin-left: 0;

        margin-right: unset

    }

}



#cd-timeline:before {

    background: var(--light-color);

    content: "";

    font-size: 1.5rem;

    height: 100%;

    left: -15px;

    position: absolute;

    top: 0;

    width: 2px

}



.cd-timeline-block {

    margin: 30px 0;

    position: relative

}



.cd-timeline-block:after {

    clear: both;

    content: "";

    display: table

}



.cd-timeline-block:first-child {

    margin-top: 0

}



.cd-timeline-block:last-child {

    margin-bottom: 0

}



.cd-timeline-img {

    -webkit-backface-visibility: hidden;

    border-radius: 50px;

    height: 40px;

    left: 51%;

    margin-left: -30px;

    position: absolute;

    top: 0;

    -webkit-transform: translateZ(0);

    width: 40px

}



.cd-timeline-img i {

    color: var(--white);

    display: block;

    font-size: 20px;

    left: 45%;

    margin-left: -12px;

    margin-top: -12px;

    position: relative;

    top: 44%

}



[dir=rtl] .cd-timeline-img i {

    left: unset;

    margin-left: unset;

    margin-right: -12px;

    right: 45%

}



@keyframes cd-bounce-1 {

    0% {

        opacity: 0;

        transform: scale(.5)

    }



    60% {

        opacity: 1;

        transform: scale(1.2)

    }



    to {

        transform: scale(1)

    }

}



.cd-timeline-content {

    background: var(--light-color);

    border-radius: 4px;

    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / .08);

    padding: 30px;

    position: relative

}



.cd-timeline-content p {

    padding-top: 9px

}



.cd-timeline-content .h4,

.cd-timeline-content h4 {

    margin-bottom: 0

}



.cd-timeline-content:after {

    clear: both;

    content: "";

    display: table

}



.cd-timeline-content audio {

    width: 100%

}



.cd-timeline-content .cd-date {

    display: inline-block;

    float: left;

    font-size: 13px;

    opacity: .7;

    padding: .8em 0 0

}



[dir=rtl] .cd-timeline-content .cd-date {

    float: right

}



.cd-timeline-content:before {

    border: 15px solid #fff0;

    border-left: 15px solid var(--light-color);

    content: "";

    height: 0;

    position: absolute;

    right: 100%;

    top: 28px;

    width: 0

}



[dir=rtl] .cd-timeline-content:before {

    border-left: unset;

    border-right: 15px solid var(--light-color);

    left: 100%;

    right: unset

}



@media (max-width:1169px) {

    .cd-timeline-content:before {

        display: none

    }

}



@media only screen and (min-width:768px) {

    .cd-timeline-content .cd-date {

        font-size: 14px;

        padding-bottom: 0

    }

}



.list-group.main-lists-content {

    padding-top: 20px

}



@keyframes cd-bounce-2 {

    0% {

        opacity: 0;

        transform: translateX(-100px)

    }



    60% {

        opacity: 1;

        transform: translateX(20px)

    }



    to {

        transform: translateX(0)

    }

}



@keyframes cd-bounce-2-inverse {

    0% {

        opacity: 0;

        transform: translateX(100px)

    }



    60% {

        opacity: 1;

        transform: translateX(-20px)

    }



    to {

        transform: translateX(0)

    }

}



@media only screen and (max-width:1169px) {

    .cd-timeline-block .cd-timeline-img {

        height: 30px;

        left: -2px;

        margin-left: -30px;

        top: 14px;

        width: 30px;

        z-index: 2

    }



    .cd-timeline-block .cd-timeline-img>i {

        font-size: 15px;

        left: 17px;

        padding: 3px;

        top: 16px

    }



    [dir=rtl] .cd-timeline-block .cd-timeline-img>i {

        left: unset;

        right: 17px

    }



    .landing-main #cd-timeline:before {

        left: -39px

    }



    [dir=rtl] .landing-main #cd-timeline:before {

        left: unset;

        right: -39px

    }



    .landing-main .cd-timeline-block .cd-timeline-img {

        height: 50px;

        left: -34px;

        top: 1px;

        width: 50px;

        z-index: 8

    }



    [dir=rtl] .landing-main .cd-timeline-block .cd-timeline-img {

        left: unset;

        right: -34px

    }



    .landing-main .cd-timeline-block .cd-timeline-img>i {

        font-size: 23px;

        left: 7px;

        padding: 3px;

        top: 21px

    }



    [dir=rtl] .landing-main .cd-timeline-block .cd-timeline-img>i {

        left: unset;

        right: 7px

    }

}



@media only screen and (max-width:576px) {

    .cd-timeline-content {

        padding: 15px

    }



    .cd-timeline-content .h4,

    .cd-timeline-content h4 {

        font-size: 18px

    }

}



.main-timeline ul:before {

    left: 5px !important

}



[dir=rtl] .main-timeline ul:before {

    left: unset;

    right: 5px

}



.square-timeline {

    position: relative

}



.square-timeline:before {

    border: 1px dashed var(--border-color);

    content: "";

    height: 100%;

    left: 18px;

    margin-left: 0;

    position: absolute;

    top: 0;

    width: 1px

}



[dir=rtl] .square-timeline:before {

    left: unset;

    margin-left: unset;

    margin-right: 0;

    right: 18px

}



.square-timeline .timeline-event {

    position: relative

}



.square-timeline .timeline-event:hover .timeline-event-icon {

    background-color: var(--theme-default);

    transform: rotate(-105deg)

}



.square-timeline .timeline-event:hover .timeline-event-wrapper .timeline-thumbnail {

    box-shadow: inset 40em 0 0 0 rgb(175 175 175 / .25)

}



.square-timeline .timeline-event .timeline-event-wrapper {

    left: 38px;

    padding: 0 0 0 14px;

    position: relative;

    top: -7px;

    width: 95%

}



[dir=rtl] .square-timeline .timeline-event .timeline-event-wrapper {

    left: unset;

    padding: 0 14px 0 0;

    right: 38px

}



@media (max-width:1200px) {

    .square-timeline .timeline-event .timeline-event-wrapper {

        width: calc(84% + 1.25vw - 4px)

    }

}



.square-timeline .timeline-event .timeline-event-wrapper .designer-details {

    padding: 20px 0

}



.square-timeline .timeline-event .timeline-event-wrapper .timeline-thumbnail {

    background-color: rgb(175 175 175 / .25);

    box-shadow: inset 0 0 0 0 rgb(175 175 175 / .25);

    color: var(--dark);

    display: inline-block;

    margin-bottom: 12px;

    padding: 2px 25px;

    transition: box-shadow .5s ease-in .1s

}



.square-timeline .timeline-event .timeline-event-wrapper .list-group-item-action:active,

.square-timeline .timeline-event .timeline-event-wrapper .list-group-item-action:focus,

.square-timeline .timeline-event .timeline-event-wrapper .list-group-item-action:hover {

    background-color: unset

}



.square-timeline .timeline-event .timeline-event-wrapper>div {

    display: inline-block;

    width: 100%

}



.square-timeline .timeline-event .timeline-event-icon {

    background-color: var(--theme-default);

    display: block;

    height: 10px;

    left: 14px;

    margin: 0;

    outline: 6px solid rgb(175 175 175 / .25);

    position: absolute;

    top: 0;

    transform: rotate(45deg);

    transition: .2s ease-in;

    width: 10px

}



[dir=rtl] .square-timeline .timeline-event .timeline-event-icon {

    left: unset;

    right: 14px

}



.list-inline {

    display: flex;

    justify-content: center

}



.list-inline.events .event-list {

    display: block;

    margin-right: 0;

    padding-top: 70px;

    position: relative;

    text-align: center

}



[dir=rtl] .list-inline.events .event-list {

    margin-left: 0;

    margin-right: unset

}



.list-inline.events .event-list p {

    display: -webkit-box;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    margin-bottom: 16px

}



.list-inline.events .event-list .event-date {

    border-radius: 4px;

    left: 0;

    margin: 0 auto;

    padding: 2px 4px;

    position: absolute;

    right: 0;

    top: 38px;

    width: 75px

}



.list-inline.events .event-list .event-date p {

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    line-height: 1.5;

    margin-top: 7px;

    overflow: hidden

}



.timeline-list.timeline-border {

    border-bottom: 1px solid var(--light-color)

}



.timeline-list.list-inline {

    padding-bottom: 0

}



.timeline-list.list-inline.events .event-list {

    padding-top: 35px

}



.timeline-list.list-inline.events .event-list:before {

    border-right: unset;

    content: "";

    height: 0

}



[dir=rtl] .timeline-list.list-inline.events .event-list:before {

    border-left: unset

}



.timeline-list.list-inline.events .event-list .event-date {

    top: 2px

}



.timeline-list.list-inline.events .event-list .event-date p {

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    line-height: 1.5;

    margin-top: 7px;

    overflow: hidden

}



.timeline-list.list-inline.events .event-list .read-more-btn {

    margin-bottom: 3px;

    position: relative

}



.timeline-list.list-inline .vertical-line {

    border: 1px dashed var(--theme-default);

    height: 45px;

    margin: 0 auto;

    position: relative;

    width: 1px

}



.timeline-event-wrapper .list-group i {

    margin-right: 10px

}



[dir=rtl] .timeline-event-wrapper .list-group i {

    margin-left: 10px;

    margin-right: unset

}



.timeline-event-wrapper .list-group .list-group-item div {

    margin-left: 0;

    margin-right: 10px

}



[dir=rtl] .timeline-event-wrapper .list-group .list-group-item div {

    margin-left: unset;

    margin-right: 10px

}



.list-group i {

    margin-right: 10px

}



[dir=rtl] .list-group i {

    margin-left: 10px;

    margin-right: unset

}



@media (max-width:1218px) {

    .list-group .list-group-item .timeline-icon {

        display: none

    }

}



@media (max-width:1400px) {

    .horizontal-timeline {

        display: none

    }

}



.notification ul {

    position: relative

}



.notification ul:before {

    border: 1px dashed var(--theme-body-font-color);

    content: "";

    height: calc(100% - 12px);

    left: 2px;

    opacity: .3;

    position: absolute;

    top: 12px

}



[dir=rtl] .notification ul:before {

    left: unset;

    right: 2px

}



.notification li {

    align-items: flex-start !important;

    padding-bottom: 22px

}



.notification div[class*=activity-dot-] {

    animation: round 1.3s ease-in-out infinite;

    margin-top: 12px

}



.notification .card .d-flex .w-100 p .badge {

    color: var(--white);

    font-weight: 500;

    margin-left: 10px

}



[dir=rtl] .notification .card .d-flex .w-100 p .badge {

    margin-left: unset;

    margin-right: 10px

}



.notification .card .d-flex .w-100 .h6,

.notification .card .d-flex .w-100 h6 {

    margin-bottom: 5px;

    position: relative

}



.notification .card .d-flex .w-100 .h6~p,

.notification .card .d-flex .w-100 h6~p {

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    display: block;

    overflow: hidden;

    -webkit-text-emphasis: inherit;

    text-emphasis: inherit;

    text-overflow: ellipsis;

    white-space: nowrap;

    width: 260px

}



@media (max-width:767px) {



    .notification .card .d-flex .w-100 .h6~p,

    .notification .card .d-flex .w-100 h6~p {

        -webkit-line-clamp: unset;

        display: block;

        overflow: visible;

        -webkit-text-emphasis: unset;

        text-emphasis: unset;

        text-overflow: unset;

        white-space: unset;

        width: unset

    }

}



.notification .card .d-flex .w-100 span {

    color: var(--theme-body-font-color)

}



.notification .card .d-flex:nth-child(2) .media-body .h6 .dot-notification,

.notification .card .d-flex:nth-child(2) .media-body h6 .dot-notification {

    background-color: var(--warning-color);

    border: 5px solid rgb(234 146 0 / .3)

}



.notification .card .d-flex:last-child {

    margin-bottom: 0 !important

}



.notification .date-content {

    border-radius: 5px;

    padding: 4px 8px

}



@media only screen and (max-width:991px) {

    .notification li {

        padding-bottom: 20px

    }



    .notification .card .card-body .d-flex .w-100 p {

        margin: 0

    }



    .notification .card .card-body .d-flex .w-100 .h6,

    .notification .card .card-body .d-flex .w-100 h6 {

        margin-top: 10px

    }

}



@media only screen and (max-width:575px) {

    .notification li {

        padding-bottom: 15px

    }

}



.recent-images {

    margin-top: 10px

}



.recent-images ul {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    gap: 8px

}



.recent-images li {

    border: 1px dashed var(--border-color);

    border-radius: 2px;

    padding: 3px

}



.recent-images li .recent-img-wrap {

    align-items: center;

    background: var(--light-color);

    display: flex;

    height: 50px;

    justify-content: center;

    width: 50px

}



.recent-images li .recent-img-wrap img {

    height: 50px;

    width: 50px

}



.notification li .recent-images ul:before {

    display: none

}



.notification li .recent-images li {

    padding-bottom: 3px

}



.range-slider {

    height: 8px

}



.range-slider .range-slider__thumb {

    background: var(--theme-default);

    height: 20px;

    width: 20px

}



.range-slider .range-slider__range {

    background: var(--theme-default)

}



#range-slider-2 .range-slider__thumb[data-lower] {

    width: 0

}



#range-slider-2 .range-slider__range {

    border-radius: 6px

}



#range-slider-2 .range-slider__range,

#range-slider-2 .range-slider__thumb {

    background-color: var(--theme-secondary)

}



#range-slider-3 {

    height: 200px;

    margin: auto

}



.range-slider[data-vertical] {

    width: 8px

}



#range-slider-4 {

    background: url(images/range.svg)

}



#range-slider-4 .range-slider__thumb {

    background: var(--success-color);

    transition: transform .3s

}



#range-slider-4 .range-slider__range {

    background-color: var(--success-color)

}



#range-slider-5 .range-slider__thumb[data-lower] {

    background: url(images/range2.svg) #338e87;

    background-repeat: no-repeat

}



#range-slider-5 .range-slider__thumb[data-upper] {

    background: url(images/range5.svg) #338e87;

    background-repeat: no-repeat

}



#range-slider-5 .range-slider__thumb {

    border-radius: 4px;

    height: 30px;

    width: 30px

}



#range-slider-5 .range-slider__range {

    background-color: var(--theme-default)

}



#range-slider-5 .range-slider__thumb[data-lower][data-active],

#range-slider-5 .range-slider__thumb[data-upper][data-active] {

    animation: rotate-clockwise .9s infinite

}



@keyframes rotate-clockwise {

    0% {

        transform: translate(-50%, -50%) rotate(0deg)

    }



    to {

        transform: translate(-50%, -50%) rotate(-1turn)

    }

}



.range-slider .range-slider__thumb {

    z-index: 2

}



.slider-range {

    align-items: center;

    display: flex;

    height: 85px

}



#range-slider-6 {

    background: var(--success-color);

    height: 60px;

    overflow: hidden

}



#range-slider-6 .range-slider__thumb {

    background: url(images/range4.svg);

    background-color: var(--white);

    background-position: 50%;

    background-repeat: no-repeat;

    border-radius: 4px;

    height: 38px;

    width: 18px

}



#range-slider-6 .range-slider__range {

    background: #fff0;

    border: 4px solid var(--white);

    border-radius: 6px;

    box-sizing: border-box

}



.vartical-slider {

    align-items: center;

    display: flex;

    height: 263px

}



@media (max-width:1200px) {

    .vartical-slider {

        height: unset

    }

}



#range-slider-3 .range-slider__range,

#range-slider-3 .range-slider__thumb {

    background: var(--info-color)

}



#range-slider-7 .range-slider__range {

    background: linear-gradient(to right, var(--theme-default), var(--success-color));

    background-position: 50% 0;

    background-size: 200% 100%

}



#range-slider-7 .range-slider__thumb {

    box-sizing: border-box;

    height: 26px;

    width: 27px

}



#range-slider-7 .range-slider__thumb[data-lower] {

    background: var(--theme-default)

}



#range-slider-7 .range-slider__thumb[data-upper] {

    background: var(--success-color)

}



#range-slider-7 .range-slider__range[data-active] {

    animation: move-bg .75s linear infinite

}



@keyframes move-bg {

    0% {

        background-position: 50% 0

    }



    25% {

        background-position: 100% 0

    }



    50% {

        background-position: 50% 0

    }



    75% {

        background-position: 0 0

    }



    to {

        background-position: 50% 0

    }

}



.form-validation .custom-input .input-group-text {

    align-items: center;

    background-color: #e9ecef;

    border: 1px solid #ced4da;

    border-radius: .25rem;

    color: #212529;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    padding: .375rem .75rem;

    text-align: center;

    white-space: nowrap

}



.form-validation .custom-input .input-group>.form-control {

    flex: 1 1 auto;

    min-width: 0;

    position: relative;

    width: 1%

}



.form-validation .radio-form {

    display: flex;

    flex-wrap: wrap;

    gap: 18px

}



.form-validation .radio-form .form-check {

    margin-bottom: 0;

    min-height: 0

}



.form-validation .radio-form .form-check-input:checked {

    background-color: var(--succes-color)

}



.form-validation .checkbox-checked .form-check-input:checked {

    background-color: var(--success-color);

    border-color: var(--success-color)

}



.form-validation .checkbox-checked .form-check-input:focus {

    box-shadow: none

}



.form-validation .form-switch .form-check-input:checked {

    background-color: var(--success-color)

}



.form-validation .valid-form .form-check-input:checked {

    background-color: var(--succes-color)

}



.checkbox-checked .radio-form {

    display: flex;

    flex-wrap: wrap;

    gap: 18px

}



.checkbox-checked .form-check-input.primary {

    border-color: var(--theme-default)

}



.checkbox-checked .form-check-input.primary:checked {

    background-color: var(--theme-default);

    border-color: var(--theme-default)

}



.checkbox-checked .form-check-input:focus {

    box-shadow: none

}



.checkbox-checked .form-check-input.secondary {

    border-color: var(--theme-secondary)

}



.checkbox-checked .form-check-input.secondary:checked {

    background-color: var(--theme-secondary);

    border-color: var(--theme-secondary)

}



.checkbox-checked .form-check-input.info {

    border-color: var(--info-color)

}



.checkbox-checked .form-check-input.info:checked {

    background-color: var(--info-color);

    border-color: var(--info-color)

}



.checkbox-checked .form-check-input.danger {

    border-color: var(--danger-color)

}



.checkbox-checked .form-check-input.danger:checked {

    background-color: var(--danger-color);

    border-color: var(--danger-color)

}



.checkbox-checked .form-check-input.success {

    border-color: var(--success-color)

}



.checkbox-checked .form-check-input.success:checked {

    background-color: var(--success-color);

    border-color: var(--success-color)

}



.checkbox-checked.custom-checkbox .form-check-input:checked {

    background: none !important

}



.checkbox-checked .form-check-input:checked {

    background-color: var(--theme-default);

    border-color: var(--theme-default)

}



.tooltip-valid .input-group {

    flex-wrap: nowrap

}



.custom-input .form-check .form-check-input:invalid {

    border-color: var(--danger-color)

}



.custom-input .form-check .form-check-input:valid {

    border-color: var(--success-color)

}



.custom-input .form-check .form-check-input:focus {

    box-shadow: none

}



.custom-input .border {

    border: 1px solid var(--light-gray) !important

}



.custom-input .form-control {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    background-clip: padding-box;

    background-color: var(--white);

    border: 1px solid var(--light-gray);

    border-radius: .25rem;

    color: var(--dark-color);

    display: block;

    font-size: -2rem;

    font-weight: 400;

    line-height: 1.5;

    padding: .375rem .75rem;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    width: 100%

}



.custom-input .form-control:focus {

    border-color: var(--theme-default) !important

}



.valid-form .form-check-input:invalid~.form-check-label {

    color: #dc3545

}



.valid-form .form-check-input:valid~.form-check-label {

    color: var(--success-color)

}



.form-validation .form-check .form-check-input:invalid~.form-check-label {

    color: #dc3545

}



.form-validation .form-check .form-check-input:valid~.form-check-label {

    color: var(--success-color)

}



.validation-forms .needs-validation .form-check .form-check-input:valid~.form-check-label {

    color: var(--success-color)

}



input {

    cursor: pointer

}



.form-select {

    border: 1px solid var(--light-gray)

}



.basic-form .checkbox-checked .form-check-input:checked {

    background-color: var(--theme-default);

    border-color: var(--theme-default)

}



.basic-form .checkbox-checked .form-check-input:focus {

    box-shadow: none

}



.basic-form .border {

    border: 1px solid var(--light-gray) !important

}



.basic-form .form-control[type=file] {

    overflow: hidden

}



.basic-form .form-control {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    background-clip: padding-box;

    background-color: var(--white);

    border: 1px solid var(--light-gray);

    border-radius: .25rem;

    color: var(--body-font-color);

    display: block;

    font-size: -2rem;

    font-weight: 400;

    line-height: 1.5;

    padding: .375rem .75rem;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    width: 100%

}



.basic-form .form-control:focus {

    border-color: var(--theme-default) !important

}



.basic-form .theme-formselect {

    background-color: var(--light);

    border-color: var(--gray-60);

    box-shadow: none;

    color: #898989;

    font-size: 14px;

    padding: 12px 10px

}



.custom-input .form-control {

    color: #898989

}



.custom-input .form-control.form-control-color {

    padding: .375rem

}



.form-select.btn-square.digits {

    color: #898989

}



.btn-pill {

    border-radius: 60px

}



.input-group-wrapper .input-group {

    margin-bottom: 16px

}



.input-group-wrapper .input-group .form-control {

    font-size: 16px

}



.input-group-wrapper .input-group .form-control:focus {

    border-color: var(--recent-border);

    box-shadow: unset

}



.input-group-wrapper .input-group:last-child {

    margin-bottom: 0

}



.input-group-wrapper .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0

}



.input-group-wrapper .input-group .form-control {

    border: 1px solid var(--light-gray);

    border-radius: 8px

}



.input-group-wrapper .form-control {

    padding: .375rem .75rem

}



.form-check-input:checked {

    background-color: var(--theme-default);

    border-color: var(--theme-default)

}



.form-check-input:focus {

    box-shadow: none

}



.masks-input .form-control {

    padding: 8px 12px

}



.masks-input .form-control:focus {

    border-color: var(--theme-default)

}



.masks-input .light-card {

    background-color: var(--body-color) !important

}



.main-custom-form label {

    margin-bottom: 0

}



[dir=rtl] .pill-input-group span:first-child {

    border-radius: 0 5px 5px 0 !important

}



[dir=rtl] .pill-input-group span:last-child {

    border-radius: 5px 0 0 5px !important

}



.prooduct-details-box .close {

    cursor: pointer;

    height: 16px;

    position: absolute;

    right: 10px;

    top: 10px

}



.prooduct-details-box .btn {

    line-height: 13px

}



.prooduct-details-box .d-flex {

    border: 1px solid var(--light-background);

    border-radius: 10px;

    gap: 12px;

    padding: 15px 0 15px 10px;

    position: relative;

    width: 100%

}



@media only screen and (max-width:360px) {

    .prooduct-details-box .d-flex {

        display: block !important;

        padding: 15px

    }



    .prooduct-details-box .d-flex .flex-grow-1 {

        margin-top: 15px

    }

}



.prooduct-details-box .rating {

    color: var(--warning-color);

    letter-spacing: 0;

    margin: 5px 0

}



.prooduct-details-box .rating i {

    font-size: 12px

}



.prooduct-details-box .product-name a {

    color: rgb(0 0 0 / .5);

    font-weight: 700

}



.prooduct-details-box .product-name .h6,

.prooduct-details-box .product-name h6 {

    margin-bottom: 0

}



.prooduct-details-box .btn {

    bottom: 15px;

    position: absolute;

    right: 15px

}



.order-history .input-group {

    max-width: 300px;

    text-align: right

}



.order-history table td,

.order-history table th {

    text-align: center

}



.order-history table thead tr th {

    background-color: var(--body-color);

    border-top: none;

    border: 1px solid var(--light-gray);

    font-size: 16px;

    padding: 1.25rem;

    vertical-align: middle

}



.order-history table .qty-box {

    border-radius: 5px;

    margin: 0 auto;

    overflow: hidden;

    width: 120px

}



.order-history table .qty-box input {

    background-color: #fff0;

    border: none !important;

    max-width: 44px;

    width: 44px

}



.order-history table .qty-box .input-group {

    align-items: center;

    background-color: #fff0;

    border: 1px solid var(--light-gray);

    border-radius: 5px;

    justify-content: space-between;

    overflow: hidden

}



.order-history table .qty-box .btn {

    background-color: #fff0;

    border: none;

    border-radius: 0 !important

}



.order-history table .qty-box .btn.bootstrap-touchspin-down {

    border-right: 1px solid

}



.order-history table .qty-box .btn.bootstrap-touchspin-up {

    border-left: 1px solid

}



.order-history table tbody tr td {

    vertical-align: middle

}



.order-history table tbody tr td .product-name a {

    color: var(--gray-700);

    font-size: 15px

}



.order-history table tbody tr td .product-name .order-process {

    font-size: 13px;

    padding-left: 15px

}



.order-history table tbody tr td .product-name .order-process .order-process-circle {

    position: relative

}



.order-history table tbody tr td .product-name .order-process .order-process-circle:before {

    background-color: var(--gray-700);

    border-radius: 100%;

    content: "";

    height: 4px;

    left: -15px;

    position: absolute;

    top: -6px;

    width: 4px

}



.order-history table tbody tr td .product-name .order-process .order-process-circle.shipped-order:before {

    background-color: var(--success-color)

}



.order-history table tbody tr td .product-name .order-process .order-process-circle.cancel-order:before {

    background-color: var(--danger-color)

}



@media only screen and (max-width:1199px) {

    .order-history table {

        overflow: auto;

        width: 900px

    }

}



.order-history-table tbody tr:nth-child(odd) td {

    background-color: hsl(0 0% 96% / .5) !important

}



.order-history-table tbody tr:nth-child(odd) td.sorting_1 {

    background-color: var(--white) !important

}



.radio-wrapper li .form-check-input:checked[type=radio] {

    background-image: none;

    box-shadow: unset

}



.form-check-reverse {

    display: flex;

    flex-direction: row-reverse;

    justify-content: flex-end;

    padding: 0

}



.form-check-reverse .form-check-input {

    float: left;

    margin-left: 10px;

    margin-right: 0

}



.custom-checkbox .checkbox label {

    cursor: pointer;

    margin-bottom: 10px;

    margin-top: 10px;

    padding-left: 16px;

    position: relative

}



.custom-checkbox .checkbox label,

.custom-checkbox .checkbox label:before {

    display: inline-block;

    transition: border .15s ease-in-out, color .15s ease-in-out

}



.custom-checkbox .checkbox label:before {

    border: 1px solid var(--light-color);

    border-radius: 3px;

    color: #fff0;

    content: "\f00c";

    font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    height: 19px;

    left: 0;

    margin-left: -16px;

    position: absolute;

    text-align: center;

    width: 19px

}



.custom-checkbox .checkbox .form-check-input:checked.primary~label:before {

    border: 1px solid var(--theme-default);

    color: var(--theme-default)

}



.custom-checkbox .checkbox .form-check-input:checked.secondary~label:before {

    border: 1px solid var(--theme-secondary);

    color: var(--theme-secondary)

}



.custom-checkbox .checkbox .form-check-input:checked.success~label:before {

    border: 1px solid var(--success-color);

    color: var(--success-color)

}



.custom-checkbox .checkbox .form-check-input:checked.warning~label:before {

    border: 1px solid var(--warning-color);

    color: var(--warning-color)

}



.custom-checkbox .checkbox input[type=checkbox] {

    opacity: 0

}



.custom-checkbox .checkbox-primary label:before {

    border-color: var(--theme-default)

}



.custom-checkbox .checkbox-primary input[type=checkbox]:checked+label:before {

    border-color: var(--theme-default);

    color: var(--theme-default)

}



.custom-checkbox .checkbox-secondary label:before {

    border-color: var(--theme-secondary)

}



.custom-checkbox .checkbox-success label:before {

    border-color: var(--success-color)

}



.custom-checkbox .checkbox-warning label:before {

    border-color: var(--warning-color)

}



.main-icon-checkbox.checkbox-primary .form-check-input {

    border: 1px solid var(--gray-60)

}



.main-icon-checkbox.checkbox-primary input[type=checkbox] {

    opacity: 1

}



.main-icon-checkbox .form-check-input:checked[type=checkbox] {

    background-image: unset

}



.main-icon-checkbox .checkbox-shadow {

    box-shadow: none

}



.main-icon-checkbox.checkbox label:before {

    background-color: #fff0;

    content: "";

    display: block;

    height: 100%;

    margin-left: 1px;

    top: 0;

    width: 100%

}



.checkbox-wrapper,

.radio-wrapper {

    display: flex;

    flex-wrap: wrap;

    gap: calc(6.4px + .5vw);

    justify-content: center

}



.checkbox-wrapper li,

.radio-wrapper li {

    align-items: center;

    border: none;

    display: flex;

    justify-content: center;

    max-width: 130px;

    padding: 12px;

    position: relative;

    text-align: center;

    width: 100%

}



.checkbox-wrapper li .form-check-label i,

.radio-wrapper li .form-check-label i {

    font-size: 18px;

    padding-right: 8px

}



.checkbox-wrapper .form-check-input,

.radio-wrapper .form-check-input {

    background-color: #fff0;

    border-radius: 0;

    float: none;

    height: 100%;

    left: 0;

    margin: 0;

    position: absolute;

    top: 0;

    width: 100%

}



.checkbox-wrapper li .form-check-label,

.radio-wrapper li .form-check-label {

    margin-bottom: 0;

    padding: 0;

    position: unset

}



.checkbox-wrapper li .form-check-input:checked,

.radio-wrapper li .form-check-input:checked {

    background-color: #fff0;

    border: 2px solid var(--theme-default)

}



.filled-checkbox .checkbox label {

    cursor: pointer;

    margin-bottom: 10px;

    margin-top: 10px;

    padding-left: 16px;

    position: relative

}



.filled-checkbox .checkbox label,

.filled-checkbox .checkbox label:before {

    display: inline-block;

    transition: border .15s ease-in-out, color .15s ease-in-out

}



.filled-checkbox .checkbox label:before {

    background-color: var(--white);

    border: 1px solid #efefef;

    border-radius: 3px;

    content: "\f00c";

    font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    height: 19px;

    left: 0;

    margin-left: -16px;

    position: absolute;

    text-align: center;

    width: 19px

}



.filled-checkbox .checkbox .form-check-input {

    opacity: 0

}



.filled-checkbox .checkbox-solid-warning label:before {

    background-color: var(--warning-color);

    border-color: var(--warning-color);

    color: var(--white)

}



.filled-checkbox .checkbox-solid-danger label:before {

    background-color: var(--danger-color);

    border-color: var(--danger-color);

    color: var(--white)

}



.filled-checkbox .checkbox-solid-info label:before {

    background-color: var(--info-color);

    border-color: var(--info-color);

    color: var(--white)

}



.main-img-checkbox .img-checkbox {

    align-items: center;

    display: flex;

    justify-content: center;

    position: relative

}



.main-img-checkbox .img-checkbox img {

    height: 220px;

    -o-object-fit: cover;

    object-fit: cover;

    width: 100%

}



.main-img-checkbox .img-checkbox .form-check-label {

    width: 100%

}



.main-img-checkbox .main-img-cover {

    height: 24px;

    left: 15px;

    position: absolute;

    top: 15px;

    width: 24px

}



.custom-radio .radio label:before {

    background-color: var(--white);

    border: 1px solid #efefef;

    content: "";

    height: 19px;

    left: 0;

    transition: border .15s ease-in-out;

    width: 19px

}



.custom-radio .radio label:after,

.custom-radio .radio label:before {

    border-radius: 50%;

    display: inline-block;

    margin-left: -20px;

    position: absolute

}



.custom-radio .radio label:after {

    background-color: #898989;

    content: " ";

    height: 9px;

    left: 5px;

    top: 5px;

    transform: scale(0);

    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);

    width: 9px

}



.custom-radio .radio-secondary input[type=radio]:checked+label:before {

    border-color: var(--theme-secondary)

}



.custom-radio .radio-secondary input[type=radio]:checked+label:after {

    background-color: var(--theme-secondary)

}



.custom-radio .radio-secondary input[type=radio]+label:before {

    border-color: var(--theme-secondary)

}



.custom-radio .radio input[type=radio] {

    opacity: 0

}



.custom-radio .radio label {

    cursor: pointer;

    display: inline-block;

    padding-left: 10px;

    position: relative

}



.custom-radio .radio input[type=radio]:checked+label:after {

    transform: scale(1)

}



.custom-radio .radio-success input[type=radio]+label:before,

.custom-radio .radio-success input[type=radio]:checked+label:before {

    border-color: var(--success-color)

}



.custom-radio .radio-success input[type=radio]:checked+label:after {

    background-color: var(--success-color)

}



.custom-radio .radio-danger input[type=radio]+label:before,

.custom-radio .radio-danger input[type=radio]:checked+label:before {

    border-color: var(--danger-color)

}



.custom-radio .radio-danger input[type=radio]:checked+label:after {

    background-color: var(--danger-color)

}



.custom-radio .radio-info input[type=radio]+label:before,

.custom-radio input[type=radio]:checked+label:before {

    border-color: var(--info-color)

}



.custom-radio input[type=radio]:checked+label:after {

    background-color: var(--info-color)

}



.radio-wrapper li .form-check-label span {

    font-size: 16px

}



.icon-radio .form-check-input:checked[type=radio] {

    background-image: unset

}



.radio_animated {

    cursor: pointer;

    margin: 0 1rem 0 0;

    position: relative

}



.radio_animated:before {

    background: var(--theme-default);

    border-radius: 50%;

    content: "";

    height: .75rem;

    left: .125rem;

    position: absolute;

    top: 0;

    transform: scale(0);

    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);

    width: .75rem;

    z-index: 1

}



.radio_animated:checked:before {

    transform: scale(1)

}



.radio_animated:after {

    background: var(--white);

    border: 2px solid #ecf3fa;

    border-radius: 50%;

    content: "";

    height: 1.25rem;

    left: -.125rem;

    position: absolute;

    top: -.25rem;

    width: 1.25rem

}



.animated-button label {

    margin-bottom: .5rem

}



.checkbox_animated {

    cursor: pointer;

    margin: 0 1rem 0 0;

    position: relative

}



.checkbox_animated:before {

    border-bottom: 2px solid var(--theme-default);

    border-left: 2px solid var(--theme-default);

    border-right-style: solid;

    border-right: 2px var(--theme-default);

    border-top-style: solid;

    border-top: 2px var(--theme-default);

    content: "";

    height: .375rem;

    left: .25rem;

    position: absolute;

    top: .225rem;

    transform: rotate(-45deg) scale(0);

    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);

    width: .75rem;

    z-index: 1

}



.checkbox_animated:after {

    background: var(--white);

    border: 2px solid #ecf3fa;

    content: "";

    cursor: pointer;

    height: 1.3rem;

    left: 0;

    position: absolute;

    top: -.125rem;

    width: 1.3rem

}



.checkbox_animated:checked:before {

    transform: rotate(-45deg) scale(1)

}



.checkbox-radio .checkbox label {

    cursor: pointer;

    display: inline-block;

    padding-left: 16px;

    position: relative

}



.checkbox-radio .checkbox input[type=checkbox] {

    opacity: 0

}



.checkbox-radio .checkbox label:before {

    background-color: var(--white);

    border: 1px solid #efefef;

    border-radius: 3px;

    content: "";

    display: inline-block;

    height: 19px;

    left: 0;

    margin-left: -16px;

    position: absolute;

    transition: border .15s ease-in-out, color .15s ease-in-out;

    width: 19px

}



.checkbox-radio .checkbox-dark label:before {

    border-color: var(--dark)

}



.checkbox-radio .checkbox-dark input[type=checkbox]:checked+label:before {

    border-color: var(--dark);

    color: var(--dark)

}



.simple-radios .radio-primary input[type=radio]:checked+label:before {

    border-color: var(--theme-default)

}



.simple-radios .radio label {

    cursor: pointer;

    display: inline-block;

    padding-left: 5px;

    position: relative

}



.simple-radios .radio label:before {

    background-color: var(--white);

    border: 1px solid #efefef;

    border-radius: 50%;

    content: "";

    display: inline-block;

    height: 19px;

    left: 0;

    margin-left: -22px;

    position: absolute;

    transition: border .15s ease-in-out;

    width: 19px

}



.simple-radios .radio label:after {

    background-color: #898989;

    border-radius: 50%;

    content: " ";

    display: inline-block;

    height: 9px;

    left: 3px;

    margin-left: -20px;

    position: absolute;

    top: 5px;

    transform: scale(0);

    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);

    width: 9px

}



.simple-radios .radio input[type=radio]:checked+label:after {

    transform: scale(1)

}



.simple-radios .radio-primary input[type=radio]:checked+label:after {

    background-color: var(--theme-default)

}



.simple-radios .form-check-size .form-check-input {

    height: 18px;

    margin-top: 0;

    width: 18px

}



.simple-radios .form-check-size .form-check-inline label {

    margin: 0

}



.simple-radios input[type=checkbox] {

    opacity: 0

}



.main-radio-toggle input .list-light-secondary {

    border: none !important

}



.main-radio-toggle input .list-light-secondary:hover {

    background-color: rgb(243 145 89 / .2) !important

}



.main-radio-toggle input:checked~.list-light-secondary {

    background-color: rgb(243 145 89 / .2) !important;

    border: 3px solid rgb(243 145 89 / .2) !important

}



.outline-chackbox .btn.btn-outline-info:hover {

    color: var(--white)

}



.input-group-wrapper .input-group-text {

    align-items: center;

    background-color: #e9ecef;

    border: 1px solid #ced4da;

    border-radius: .25rem;

    color: #212529;

    display: flex;

    font-weight: 400;

    line-height: 1.5;

    padding: .375rem .75rem;

    text-align: center;

    white-space: nowrap

}



.main-custom-form .input-group .btn.btn-outline-secondary {

    padding-bottom: 0

}



.custom-input-file .input-group .form-control {

    border: 1px solid var(--light-gray);

    line-height: 1.7

}



.custom-input-file .btn.btn-outline-success {

    padding: .375rem 1.75rem

}



.main-segment-btn .dropdown-toggle {

    padding-bottom: 0

}



.main-segment-btn .dropdown-toggle:after {

    border-left: 6px solid #fff0;

    border-right: 6px solid #fff0;

    border-top: 6px solid;

    color: var(--white);

    content: "";

    margin-left: 0;

    vertical-align: 2px

}



.main-segment-btn .dropdown-menu {

    z-index: 3

}



.main-segment-btn .btn.btn-outline-info {

    padding: .375rem 1.75rem

}



.input-group-wrapper .input-group-text {

    border: 1px solid var(--light-gray)

}



.multiple-inputs .input-group .form-control {

    border: 1px solid var(--light-gray);

    padding: .375rem .75rem

}



.multiple-inputs .multi-input-2.input-group .input-group-text:nth-child(3),

.multiple-inputs .multi-input.input-group .input-group-text:nth-child(2) {

    border-left: 1px solid #ced4da !important

}



.variation-input .input-group .form-control,

.wrapping-input .form-control {

    border: 1px solid var(--light-gray);

    padding: .375rem .75rem

}



.radio-first-col-width .custom-radio .radio.radio-primary input[type=radio]+label:before {

    border-color: var(--theme-default)

}



.radio-first-col-width .custom-radio .radio input[type=radio]:disabled+label {

    opacity: .65

}



.radio-first-col-width .custom-radio .radio input[type=radio]:disabled+label:before {

    cursor: not-allowed

}



.radio-first-col-width .custom-radio .radio.radio-primary input[type=radio]:checked+label:after {

    background-color: var(--theme-default)

}



.radio-first-col-width .m-checkbox-inline .radio {

    display: inline-block

}



.select-components .form-control {

    padding: .375rem .75rem

}



.select-components select {

    border-color: var(--light-gray)

}



.card-block .table-responsive .table-bordered td {

    vertical-align: middle

}



@media (max-width:767px) {

    .card-block .table-responsive .table tbody tr td span {

        max-width: 100px;

        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap

    }



    .card-block .table-responsive .checkbox-td-width tbody tr td,

    .card-block .table-responsive .radio-first-col-width tbody tr td {

        min-width: 200px !important

    }

}



label {

    cursor: pointer

}



.fill-radio .radio {

    box-shadow: none;

    cursor: pointer;

    margin: 0 20px 15px 0;

    position: relative;

    vertical-align: -2px

}



.fill-radio .radio:checked:after {

    border-width: 10px !important

}



.fill-radio .radio:checked:before {

    transform: scale(1)

}



.fill-radio .radio:before {

    border-radius: 50%;

    content: "";

    height: .556rem;

    left: .19rem;

    position: absolute;

    top: 1px;

    transform: scale(0);

    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);

    width: .586rem;

    z-index: 1

}



.fill-radio .radio:after {

    background: var(--white);

    border-radius: 50%;

    border-style: solid;

    border-width: 1px;

    content: "";

    height: 1.2rem;

    left: -.125rem;

    position: absolute;

    top: -.25rem;

    width: 1.2rem

}



.fill-radio .radio.radio-primary:before {

    background: var(--theme-default) !important

}



.fill-radio .radio.radio-border-primary:after {

    border-color: var(--theme-default) !important

}



.fill-radio .radio.radio-danger:before {

    background: var(--danger-color) !important

}



.fill-radio .radio.radio-border-danger:after {

    border-color: var(--danger-color) !important

}



.fill-radio .radio.radio-warning:before {

    background: var(--warning-color) !important

}



.fill-radio .radio.radio-border-warning:after {

    border-color: var(--warning-color) !important

}



.fill-radio .radio.radio-secondary:before {

    background: var(--theme-secondary) !important

}



.fill-radio .radio.radio-border-secondary:after {

    border-color: var(--theme-secondary) !important

}



.main-inline-calender.input-group .flatpickr-calendar {

    background-color: var(--white)

}



.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .flatpickr-day.selected {

    background-color: var(--theme-default);

    border-color: var(--theme-default)

}



.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .flatpickr-day.today {

    border-color: var(--theme-default)

}



.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .flatpickr-day.today:hover,

.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .flatpickr-day:hover {

    background: var(--theme-default);

    border-color: var(--theme-default);

    color: var(--white)

}



.main-inline-calender.input-group .flatpickr-weekdays {

    width: 100%

}



.main-inline-calender .flatpickr-innerContainer {

    display: block

}



.main-inline-calender .form-control {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0;

    width: 100%

}



.main-inline-calender .form-control[readonly] {

    background-color: var(--bg-light);

    opacity: 1

}



.flatpicker-calender.input-group .form-control,

.timepicker-wrapper .input-group .form-control {

    border: 1px solid var(--light-gray);

    padding: 8px 10px

}



.bootstarp-calender .row:last-child {

    margin-bottom: 0

}



.clockpicker-canvas line {

    stroke: var(--theme-default)

}



.clockpicker-canvas-bearing,

.clockpicker-canvas-fg {

    fill: var(--theme-default)

}



.datepicker {

    z-index: 99

}



.datepicker--day-name {

    color: var(--theme-default);

    font-weight: 700

}



.datepicker--cell.-current- {

    border: 2px solid var(--theme-default);

    border-radius: 5px;

    color: #000;

    font-weight: 700

}



.datepicker--cell.-focus- {

    background: var(--theme-default);

    color: var(--white)

}



.datepicker--cell.-selected- {

    background: var(--theme-default) !important

}



.datepicker--cell-day {

    width: 15.2857142857%

}



.bootstrap-datetimepicker-widget,

.datepickers-container {

    z-index: 7

}



.datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu {

    width: auto

}



.datetime-picker .input-group-text i {

    line-height: 1.3

}



.clockpicker-popover {

    border: none;

    box-shadow: rgb(0 0 0 / .6);

    z-index: 7

}



.clockpicker-popover .popover-content {

    background-color: rgb(175 175 175 / .05)

}



.clockpicker-canvas-bg {

    fill: rgb(175 175 175 / .38)

}



.clockpicker-tick:hover {

    background-color: rgb(175 175 175 / .38);

    color: inherit

}



.calendar-basic .md-sidebar-aside {

    background-color: var(--white)

}



.calendar-basic #external-events {

    border: 1px solid var(--border-color);

    padding: 20px

}



.calendar-basic #external-events .h4,

.calendar-basic #external-events h4 {

    margin-bottom: 14px

}



.calendar-basic #external-events p {

    margin-top: 12px

}



.calendar-basic #external-events .fc-h-event {

    background-color: var(--theme-default);

    border: 1px solid var(--theme-default);

    padding: 12px

}



.calendar-basic #external-events .fc-h-event+.fc-h-event {

    margin-top: 10px

}



.calendar-basic #external-events .fc-h-event .fc-event-main {

    font-size: 13px

}



.calendar-basic .calendar-default .fc-scrollgrid {

    border: 1px solid var(--border-color) !important

}



.calendar-basic .calendar-default .fc-daygrid-dot-event .fc-event-title {

    text-overflow: ellipsis

}



.calendar-basic .calendar-default .fc td[role=presentation] {

    border: 0

}



.calendar-basic .calendar-default .fc .fc-col-header-cell-cushion,

.calendar-basic .calendar-default .fc .fc-daygrid-day-number {

    color: var(--body-font-color)

}



.calendar-basic .calendar-default .fc .fc-button .fc-icon {

    height: 23px

}



.calendar-basic .calendar-default .fc-h-event {

    background-color: var(--theme-default);

    border: 1px solid var(--theme-default);

    padding: 2px

}



.calendar-basic .calendar-default .fc-toolbar-chunk .fc-button-group~.fc-today-button {

    margin: 0 8px

}



.fc-event-dragging {

    background-color: var(--theme-default);

    padding: 10px

}



.fc .fc-toolbar {

    flex-wrap: wrap;

    gap: 10px

}



.fc .fc-button-primary:focus {

    box-shadow: 0 0 0 .2rem rgb(175 175 175 / .5)

}



.main-inline-calender.input-group {

    flex-direction: column

}



.main-inline-calender.input-group .flatpickr-calendar.inline,

.main-inline-calender.input-group .form-control {

    width: 100%

}



.main-inline-calender.input-group .flatpickr-innerContainer,

.main-inline-calender.input-group .flatpickr-rContainer {

    display: block

}



.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days,

.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-weekdays {

    width: 100%

}



.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer {

    max-width: none;

    min-width: unset;

    width: 100%

}



.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {

    border-radius: 5px;

    max-width: unset;

    width: 100%

}



.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day:hover {

    color: #fff

}



.flatpickr-day .endRange,

.flatpickr-day .endRange:hover,

.flatpickr-day.selected,

.flatpickr-day.selected:hover {

    background-color: var(--theme-default);

    border-color: var(--theme-default)

}



.main-flatpickr .form-control:-moz-read-only {

    background-color: unset

}



.main-flatpickr .form-control:read-only {

    background-color: unset

}



.flatpickr-months {

    font-size: calc(11.6px + .125vw)

}



.flatpickr-current-month {

    font-size: calc(13px + .3125vw)

}



@media (max-width:400px) {

    .flatpickr-calendar.animate {

        left: 50% !important;

        transform: translateX(-50%);

        width: 77%

    }

}



.flatpickr-calendar .flatpickr-days {

    width: unset

}



.flatpickr-calendar .flatpickr-days .dayContainer {

    max-width: unset;

    min-width: unset;

    width: unset

}



@media (max-width:768px) {

    .flatpicker-calender .form-control {

        font-size: 14px

    }

}



.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    border-bottom-left-radius: 5px;

    border-top-left-radius: 5px

}



.timepicker-wrapper .row {

    margin-bottom: 16px

}



.timepicker-wrapper .row:last-child {

    margin-bottom: 0

}



.touchspin-wrapper .btn-touchspin {

    border-radius: 5px;

    height: 32px;

    width: 32px

}



.touchspin-wrapper input[type=number] {

    height: 30px;

    padding: 3px;

    text-align: center;

    width: 85px

}



input::-webkit-inner-spin-button,

input::-webkit-outer-spin-button {

    -webkit-appearance: none;

    margin: 0

}



.touchspin-wrapper .touchspin-primary {

    background-color: var(--theme-default);

    border: 1px solid var(--theme-default);

    color: var(--white)

}



.touchspin-wrapper .spin-border-primary {

    background-color: unset;

    border: 1px solid var(--theme-default);

    color: var(--theme-default)

}



.touchspin-wrapper input[type=number].spin-outline-primary {

    border: none;

    border-radius: 3px;

    outline: 1px solid var(--theme-default)

}



.touchspin-wrapper .touchspin-secondary {

    background-color: var(--theme-secondary);

    border: 1px solid var(--theme-secondary);

    color: var(--white)

}



.touchspin-wrapper .spin-border-secondary {

    background-color: unset;

    border: 1px solid var(--theme-secondary);

    color: var(--theme-secondary)

}



.touchspin-wrapper input[type=number].spin-outline-secondary {

    border: none;

    border-radius: 3px;

    outline: 1px solid var(--theme-secondary)

}



.touchspin-wrapper .touchspin-success {

    background-color: var(--success-color);

    border: 1px solid var(--success-color);

    color: var(--white)

}



.touchspin-wrapper .spin-border-success {

    background-color: unset;

    border: 1px solid var(--success-color);

    color: var(--success-color)

}



.touchspin-wrapper input[type=number].spin-outline-success {

    border: none;

    border-radius: 3px;

    outline: 1px solid var(--success-color)

}



.touchspin-wrapper .touchspin-danger {

    background-color: var(--danger-color);

    border: 1px solid var(--danger-color);

    color: var(--white)

}



.touchspin-wrapper .spin-border-danger {

    background-color: unset;

    border: 1px solid var(--danger-color);

    color: var(--danger-color)

}



.touchspin-wrapper input[type=number].spin-outline-danger {

    border: none;

    border-radius: 3px;

    outline: 1px solid var(--danger-color)

}



.touchspin-wrapper .touchspin-warning {

    background-color: var(--warning-color);

    border: 1px solid var(--warning-color);

    color: var(--white)

}



.touchspin-wrapper .spin-border-warning {

    background-color: unset;

    border: 1px solid var(--warning-color);

    color: var(--warning-color)

}



.touchspin-wrapper input[type=number].spin-outline-warning {

    border: none;

    border-radius: 3px;

    outline: 1px solid var(--warning-color)

}



.touchspin-wrapper .touchspin-info {

    background-color: var(--info-color);

    border: 1px solid var(--info-color);

    color: var(--white)

}



.touchspin-wrapper .spin-border-info {

    background-color: unset;

    border: 1px solid var(--info-color);

    color: var(--info-color)

}



.touchspin-wrapper input[type=number].spin-outline-info {

    border: none;

    border-radius: 3px;

    outline: 1px solid var(--info-color)

}



.touchspin-wrapper .touchspin-light {

    background-color: var(--light-color);

    border: 1px solid var(--light-color);

    color: var(--white)

}



.touchspin-wrapper .spin-border-light {

    background-color: unset;

    border: 1px solid var(--light-color);

    color: var(--light-color)

}



.touchspin-wrapper input[type=number].spin-outline-light {

    border: none;

    border-radius: 3px;

    outline: 1px solid var(--light-color)

}



.touchspin-wrapper .touchspin-dark {

    background-color: var(--body-font-color);

    border: 1px solid var(--body-font-color);

    color: var(--white)

}



.touchspin-wrapper .spin-border-dark {

    background-color: unset;

    border: 1px solid var(--body-font-color);

    color: var(--body-font-color)

}



.touchspin-wrapper input[type=number].spin-outline-dark {

    border: none;

    border-radius: 3px;

    outline: 1px solid var(--body-font-color)

}



.pre-post-touchspin .btn-touchspin.touchspin-primary {

    background-color: var(--theme-default);

    border: 1px solid var(--theme-default);

    color: var(--white)

}



.pre-post-touchspin .btn-touchspin.touchspin-secondary {

    background-color: var(--theme-secondary);

    border: 1px solid var(--theme-secondary);

    color: var(--white)

}



.pre-post-touchspin .input-group-text {

    background-color: var(--light-gray);

    border-bottom-left-radius: 0 !important;

    border-top-left-radius: 0 !important;

    padding: 7px 14px

}



.pre-post-touchspin .decrement-touchspin {

    padding: 7px 14px

}



.pre-post-touchspin .input-touchspin {

    border-width: 1px;

    border: 2px solid var(--light-color);

    border-bottom-left-radius: 0 !important;

    border-top-left-radius: 0 !important;

    text-align: center

}



.pre-post-touchspin .increment-touchspin {

    border-bottom-left-radius: 0 !important;

    border-top-left-radius: 0 !important;

    padding: 7px 14px

}



.pre-post-touchspin .input-group {

    width: auto

}



@media (max-width:400px) {

    .pre-post-touchspin .input-group .input-touchspin {

        width: 40%

    }

}



.pre-post-touchspin.bg-touchspin button[type=button] {

    border-width: 1px;

    border: 2px solid var(--light-color);

    padding: 1px 6px;

    text-align: center

}



.pre-post-touchspin.bg-touchspin .btn-outline-secondary,

.pre-post-touchspin.bg-touchspin .input-touchspin {

    border-bottom-left-radius: 0 !important;

    border-top-left-radius: 0 !important

}



.rounded-touchspin .btn-touchspin {

    border-radius: 50%

}



.rounded-touchspin .touchspin-wrapper input[type=number].input-touchspin {

    border-radius: 15px

}



.form-switch .form-check-input.switch-primary:checked {

    background-color: var(--theme-default);

    border: 1px solid var(--theme-default)

}



.form-switch .form-check-input.switch-secondary:checked {

    background-color: var(--theme-secondary);

    border: 1px solid var(--theme-secondary)

}



.form-switch .form-check-input.switch-success:checked {

    background-color: var(--success-color);

    border: 1px solid var(--success-color)

}



.form-switch .form-check-input.switch-danger:checked {

    background-color: var(--danger-color);

    border: 1px solid var(--danger-color)

}



.form-switch .form-check-input.switch-warning:checked {

    background-color: var(--warning-color);

    border: 1px solid var(--warning-color)

}



.form-switch .form-check-input.switch-info:checked {

    background-color: var(--info-color);

    border: 1px solid var(--info-color)

}



.form-switch .form-check-input.switch-light:checked {

    background-color: var(--light-color);

    border: 1px solid var(--light-color)

}



.form-switch .form-check-input.switch-dark:checked {

    background-color: var(--body-font-color);

    border: 1px solid var(--body-font-color)

}



.switch-outline .switch input:checked+.switch-state.bg-dark,

.switch-outline .switch-state.bg-dark {

    background-color: transparent !important;

    border: 1px solid var(--dark)

}



.switch-outline .switch input:checked+.switch-state.bg-dark:before {

    background-color: var(--dark);

    bottom: 3px

}



.switch-outline .switch input:checked+.switch-state.bg-dark:after {

    color: var(--white)

}



.switch-outline .switch input:checked+.switch-state.bg-warning,

.switch-outline .switch-state.bg-warning {

    background-color: transparent !important;

    border: 1px solid var(--warning-color)

}



.switch-outline .switch input:checked+.switch-state.bg-warning:before {

    background-color: var(--warning-color);

    bottom: 3px

}



.switch-outline .switch input:checked+.switch-state.bg-warning:after {

    color: var(--white)

}



.switch-outline .switch input:checked+.switch-state.bg-success,

.switch-outline .switch-state.bg-success {

    background-color: transparent !important;

    border: 1px solid var(--success-color)

}



.switch-outline .switch input:checked+.switch-state.bg-success:before {

    background-color: var(--success-color);

    bottom: 3px

}



.switch-outline .switch input:checked+.switch-state.bg-success:after {

    color: var(--white)

}



.switch-outline .switch input:checked+.switch-state.bg-info,

.switch-outline .switch-state.bg-info {

    background-color: transparent !important;

    border: 1px solid var(--info-color)

}



.switch-outline .switch input:checked+.switch-state.bg-info:before {

    background-color: var(--info-color);

    bottom: 3px

}



.switch-outline .switch input:checked+.switch-state.bg-info:after {

    color: var(--white)

}



.switch-outline .switch input:checked+.switch-state.bg-danger,

.switch-outline .switch-state.bg-danger {

    background-color: transparent !important;

    border: 1px solid var(--danger-color)

}



.switch-outline .switch input:checked+.switch-state.bg-danger:before {

    background-color: var(--danger-color);

    bottom: 3px

}



.switch-outline .switch input:checked+.switch-state.bg-danger:after {

    color: var(--white)

}



.switch-outline .switch input:checked+.switch-state.bg-primary,

.switch-outline .switch-state.bg-primary {

    background-color: transparent !important;

    border: 1px solid var(--theme-default)

}



.switch-outline .switch input:checked+.switch-state.bg-primary:before {

    background-color: var(--theme-default);

    bottom: 3px

}



.switch-outline .switch input:checked+.switch-state.bg-primary:after {

    color: var(--white)

}



.switch-outline .switch input:checked+.switch-state.bg-secondary,

.switch-outline .switch-state.bg-secondary {

    background-color: transparent !important;

    border: 1px solid var(--theme-secondary)

}



.switch-outline .switch input:checked+.switch-state.bg-secondary:before {

    background-color: var(--theme-secondary);

    bottom: 3px

}



.switch-outline .switch input:checked+.switch-state.bg-secondary:after {

    color: var(--white)

}



.switch-outline .switch-state:before {

    background-color: var(--light-gray);

    bottom: 3px;

    color: var(--white)

}



.form-check-size {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    gap: 22px

}



.form-check-size .form-check-inline {

    margin: 0;

    min-height: 0

}



.form-check-size .form-check-inline .check-size {

    height: 18px;

    margin-top: 0;

    width: 36px

}



.radius-none .form-check-input {

    border-radius: 3px

}



.default-square .form-switch .form-check-input {

    background-image: url(images/square-gray.png)

}



.default-square .form-switch .form-check-input:checked {

    background-image: url(images/square.svg)

}



.switch-state {

    bottom: 0;

    cursor: pointer;

    left: 0;

    right: 0;

    top: 0

}



.switch-state,

.switch-state:before {

    border-radius: 20px;

    position: absolute;

    transition: .4s

}



.switch-state:before {

    background-color: var(--white);

    bottom: 4px;

    content: "";

    height: 26px;

    left: 4px;

    width: 26px

}



.icon-state input:checked+.switch-state:after {

    content: "\f00c";

    left: 36px;

    opacity: 1

}



.icon-state .switch-state:after,

.icon-state input:checked+.switch-state:after {

    color: var(--dark);

    font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    position: absolute;

    top: 11px;

    transition: .4s

}



.icon-state .switch-state:after {

    content: "\f00d";

    left: 12px;

    opacity: .3

}



.switch {

    display: inline-block;

    height: 34px;

    position: relative;

    width: 60px

}



.switch input {

    display: none

}



.switch input:checked+.switch-state:before {

    transform: translateX(26px)

}



.d-flex {

    align-items: center;

    display: flex

}



.d-flex .flex-grow-1 {

    flex: unset

}



.switch-wrapper .d-flex .col-form-label {

    padding: 0

}



.tg-list {

    align-items: center;

    display: flex;

    text-align: center

}



.tgl-skewed:checked+.tgl-btn {

    background: var(--theme-default)

}



.tgl-skewed+.tgl-btn {

    backface-visibility: hidden;

    background: var(--danger-color);

    overflow: hidden;

    transform: skew(-10deg);

    transition: all .2s ease

}



.tgl-skewed+.tgl-btn:before {

    content: attr(data-tg-off);

    left: 0

}



.tgl-skewed+.tgl-btn:after,

.tgl-skewed+.tgl-btn:before {

    color: var(--white);

    display: inline-block;

    font-weight: 700;

    line-height: 2em;

    position: absolute;

    text-align: center;

    text-shadow: 0 1px 0 rgb(0 0 0 / .4);

    transform: skew(10deg);

    transition: all .2s ease;

    width: 100%

}



.tgl-skewed+.tgl-btn:after {

    content: attr(data-tg-on);

    left: 100%

}



.tgl-skewed:checked+.tgl-btn:before {

    left: -100%

}



.tgl-skewed:checked+.tgl-btn:after {

    left: 0

}



.tgl {

    display: none

}



.tgl+.tgl-btn {

    cursor: pointer;

    display: block;

    height: 2em;

    outline: 0;

    position: relative;

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none;

    width: 4em

}



.tgl-flip+.tgl-btn {

    padding: 2px;

    perspective: 100px;

    transition: all .2s ease

}



.tgl-flip+.tgl-btn:before {

    background: var(--danger-color);

    content: attr(data-tg-off);

    position: absolute

}



.tgl-flip+.tgl-btn:after,

.tgl-flip+.tgl-btn:before {

    backface-visibility: hidden;

    border-radius: 4px;

    color: var(--white);

    display: inline-block;

    font-weight: 700;

    left: 0;

    line-height: 2em;

    text-align: center;

    top: 0;

    transition: all .4s ease;

    width: 100%

}



.tgl-flip+.tgl-btn:after {

    content: attr(data-tg-on)

}



.tgl-flip+.tgl-btn:active:after {

    transform: rotateY(20deg)

}



.tgl-flip:checked+.tgl-btn:before {

    transform: rotateY(180deg)

}



.tgl-flip:checked+.tgl-btn:after {

    background-color: var(--success-color);

    left: 0;

    transform: rotateY(0)

}



.tg-list .tg-list-item .square-checked .switch-state:before {

    border-radius: 0;

    content: ""

}



.switch input:checked+.switch-state {

    background-color: var(--theme-default)

}



.switch-sm input:checked+.switch-state:before {

    left: -13px

}



.switch-sm .switch {

    height: 16px;

    margin-bottom: 0;

    margin-top: 10px;

    width: 25px

}



.switch-sm .switch .switch-state {

    background-color: var(--light-gray)

}



.switch-sm .switch .switch-state:before {

    bottom: 4px;

    height: 8px;

    left: 4px;

    width: 8px

}



.switch-sm.icon-state .switch input:checked+.switch-state:after {

    font-size: 6px;

    left: 15px;

    top: 5px

}



.switch-sm.icon-state .switch .switch-state:after {

    font-size: 7px;

    left: 6px;

    top: 4px

}



.switch-size .switch-state {

    background-color: hsl(0 0% 50% / .2)

}



.switch-lg .switch {

    height: 40px;

    width: 75px

}



.switch-lg .switch .switch-state:before {

    bottom: 5px;

    height: 30px;

    left: 5px;

    top: 5px;

    width: 30px

}



.switch-lg input:checked+.switch-state:before {

    left: 15px

}



.switch-lg.icon-state .switch input:checked+.switch-state:after {

    left: 47px;

    top: 11px

}



.switch-lg.icon-state .switch .switch-state:after {

    font-size: 18px;

    left: 13px;

    top: 11px

}



.icon-switch .switch .switch-state,

.switch-componet .switch-state {

    background-color: var(--light-gray)

}



.twitter-typeahead {

    display: block !important

}



.typehead-form .theme-form input[type=text] {

    color: var(--gray-60)

}



.typehead-form .form-control:focus {

    border-color: var(--theme-default)

}



.twitter-typeahead .tt-suggestion {

    background: var(--white);

    border-top: 1px solid #efefef;

    color: var(--dark);

    cursor: pointer;

    font-size: 13px;

    opacity: .6;

    padding: 6px 12px

}



.twitter-typeahead .tt-menu {

    background-clip: padding-box;

    background-color: var(--white);

    border-radius: .25rem;

    color: var(--dark);

    float: left;

    font-size: 1rem;

    list-style: none;

    margin: .125rem 0 0;

    min-width: 10rem;

    text-align: left;

    width: 100%

}



.twitter-typeahead .league-name {

    font-size: 16px;

    padding: 6px 10px 0

}



#scrollable-dropdown-menu .twitter-typeahead .tt-menu .tt-dataset {

    max-height: 100px;

    overflow-y: auto

}



.clipboaard-container .h6,

.clipboaard-container h6 {

    font-size: 14px;

    line-height: 1.6

}



.typeahead-page .theme-form input[type=search] {

    padding: 4px 0 4px 2px

}



.form-wizard .tab {

    display: none

}



.form-wizard .step {

    background-color: var(--theme-default);

    border: none;

    border-radius: 50%;

    display: inline-block;

    height: 10px;

    margin: 0 2px;

    opacity: .5;

    width: 10px

}



.form-wizard .step.active {

    opacity: 1

}



.form-wizard .step.finish {

    background-color: var(--theme-secondary)

}



.wizard-4 .bg-color {

    background-color: var(--white)

}



.wizard-4 .anchor {

    padding: 40px 30px

}



@media (max-width:1199.98px) {

    .wizard-4 .anchor {

        padding: 40px 12px

    }

}



@media (max-width:767.98px) {

    .wizard-4 .anchor {

        padding: 10px 30px

    }

}



.wizard-4 .anchor li:last-child {

    bottom: 0;

    left: 9%;

    padding-bottom: 0;

    position: absolute;

    width: auto

}



@media (max-width:767.98px) {

    .wizard-4 .anchor li:last-child {

        display: none

    }

}



.wizard-4 .anchor li:last-child img {

    height: 300px;

    -o-object-fit: cover;

    object-fit: cover

}



@media (max-width:991.98px) {

    .wizard-4 .anchor li:last-child img {

        height: 230px

    }

}



.wizard-4 .anchor .progresscont .circleblocks .user-profile {

    align-items: flex-start;

    display: flex;

    flex-direction: column;

    gap: 40px;

    justify-content: flex-start;

    padding: 40px 0

}



@media (max-width:991.98px) {

    .wizard-4 .anchor .progresscont .circleblocks .user-profile {

        gap: 30px

    }

}



@media (max-width:767.98px) {

    .wizard-4 .anchor .progresscont .circleblocks .user-profile {

        gap: 12px;

        padding: 10px 0

    }

}



.wizard-4 .anchor .progresscont .circleblocks .user-profile>div {

    align-items: center;

    display: flex

}



.wizard-4 .anchor .progresscont .circleblocks .user-profile>div .user-content {

    padding-left: 24px

}



@media (max-width:1199.98px) {

    .wizard-4 .anchor .progresscont .circleblocks .user-profile>div .user-content {

        padding-left: 10px !important

    }



    .wizard-4 .anchor .progresscont .circleblocks .user-profile>div .user-content .h4,

    .wizard-4 .anchor .progresscont .circleblocks .user-profile>div .user-content h4 {

        font-size: 16px

    }

}



.wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo {

    align-items: center;

    background-color: var(--white);

    border: 2px solid var(--theme-default);

    border-radius: 50%;

    cursor: pointer;

    display: flex;

    height: 60px;

    justify-content: center;

    width: 60px

}



@media (max-width:991.98px) {

    .wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo {

        height: 45px;

        width: 45px

    }

}



@media (max-width:1199.98px) {

    .wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo {

        height: 50px;

        width: 50px

    }

}



@media (max-width:767.98px) {

    .wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo {

        height: 40px;

        width: 40px

    }

}



.wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo.activecirculo {

    background-color: var(--theme-default) !important;

    transition: all .5s ease

}



.wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo.activecirculo i {

    color: var(--white)

}



.wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo i {

    color: var(--theme-default);

    font-size: 22px

}



@media (max-width:767.98px) {

    .wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo i {

        font-size: 16px

    }

}



.wizard-4 .step-container {

    align-items: center;

    background: rgb(175 175 175 / .11);

    background-position: 50%;

    display: flex;

    justify-content: center;

    margin: 0 auto;

    min-height: 100vh;

    padding: 30px 12px

}



@media (max-width:767.98px) {

    .wizard-4 .step-container {

        min-height: calc(100vh - 233px)

    }

}



.wizard-4 .step-container .progress {

    display: none

}



.wizard-4 .step-container .wizard-title .h2,

.wizard-4 .step-container .wizard-title h2 {

    color: var(--body-font-color)

}



.wizard-4 .step-container .wizard-title .h5,

.wizard-4 .step-container .wizard-title h5 {

    color: var(--body-font-color) !important

}



.wizard-4 .step-container .registration-content>div {

    min-height: inherit;

    width: 100%

}



.wizard-4 .wizard-navigation {

    align-items: center;

    bottom: 0;

    display: flex;

    justify-content: space-between;

    margin-left: auto;

    margin-right: auto;

    position: relative;

    width: 100%

}



.wizard-4 .wizard-navigation button {

    width: 7rem

}



@media (max-width:991.98px) {

    .wizard-4 .wizard-navigation button {

        width: 7rem

    }

}



.wizard-4 .wizard-navigation button #submitForm {

    width: 15rem

}



@media (max-width:991.98px) {

    .wizard-4 .wizard-navigation button #submitForm {

        width: 7rem

    }

}



#aboutcont,

#addrescont,

#verifycont,

.wizard-4 .for-light {

    display: none

}



.wizard {

    margin: 0 auto;

    max-width: 670px

}



.wizard .wizard-content {

    background-color: var(--white);

    border-radius: 5px;

    box-shadow: unset

}



.vertical-main-wizard .header-vertical-wizard {

    background-color: var(--body-color);

    height: 100%;

    padding: 10px;

    text-align: unset

}



.vertical-main-wizard .header-vertical-wizard .nav-link {

    border-bottom: 1px solid var(--gray-60);

    border-radius: 0;

    padding: 14px

}



.vertical-main-wizard .header-vertical-wizard .nav-link:last-child {

    border-bottom: 0;

    padding-bottom: 0

}



.vertical-main-wizard .nav-pills .nav-link.active,

.vertical-main-wizard .nav-pills.show>.nav-link {

    background-color: #fff0

}



.vertical-main-wizard .nav-link .vertical-wizard {

    align-items: center;

    display: flex;

    gap: 14px

}



.vertical-main-wizard .nav-link .vertical-wizard .stroke-icon-wizard {

    align-items: center;

    background-color: rgb(175 175 175 / .3);

    border-radius: 50%;

    display: flex;

    height: 33px;

    justify-content: center;

    position: relative;

    width: 33px

}



.vertical-main-wizard .nav-link .vertical-wizard .stroke-icon-wizard i {

    color: var(--theme-default);

    margin-right: 0

}



.vertical-main-wizard .nav-link .vertical-wizard .vertical-wizard-content {

    color: var(--theme-default)

}



.vertical-main-wizard .nav-link .vertical-wizard .vertical-wizard-content .h6,

.vertical-main-wizard .nav-link .vertical-wizard .vertical-wizard-content h6 {

    line-height: 1

}



.vertical-main-wizard .nav-link.active,

.vertical-main-wizard .nav-link:active {

    background-color: unset

}



.vertical-main-wizard .nav-link.active .vertical-wizard .stroke-icon-wizard,

.vertical-main-wizard .nav-link:active .vertical-wizard .stroke-icon-wizard {

    background-color: var(--theme-default)

}



.vertical-main-wizard .nav-link.active .vertical-wizard .stroke-icon-wizard i,

.vertical-main-wizard .nav-link:active .vertical-wizard .stroke-icon-wizard i {

    color: var(--white);

    font-size: 18px

}



.vertical-main-wizard .nav-link.active .vertical-wizard .stroke-icon-wizard:before,

.vertical-main-wizard .nav-link:active .vertical-wizard .stroke-icon-wizard:before {

    border: 1px solid var(--theme-default);

    border-radius: 50%;

    content: "";

    height: 45px;

    position: absolute;

    width: 45px

}



.vertical-main-wizard .nav-link.active .vertical-wizard .vertical-wizard-content .h6,

.vertical-main-wizard .nav-link.active .vertical-wizard .vertical-wizard-content h6,

.vertical-main-wizard .nav-link:active .vertical-wizard .vertical-wizard-content .h6,

.vertical-main-wizard .nav-link:active .vertical-wizard .vertical-wizard-content h6 {

    color: var(--dark)

}



.vertical-main-wizard .nav-link.active .vertical-wizard .vertical-wizard-content p,

.vertical-main-wizard .nav-link:active .vertical-wizard .vertical-wizard-content p {

    color: var(--text-gray)

}



.vertical-main-wizard .vartical-cart .form-control {

    width: unset

}



.basic-wizard .stepper-horizontal {

    display: flex;

    margin: 0 auto 24px;

    overflow: auto;

    width: 100%

}



.basic-wizard .stepper-horizontal .step {

    padding-inline: 24px;

    position: relative;

    width: 100%;

    z-index: 2

}



.basic-wizard .stepper-horizontal .step:last-child .step-bar-left,

.basic-wizard .stepper-horizontal .step:last-child .step-bar-right {

    display: none

}



.basic-wizard .stepper-horizontal .step .step-circle {

    border: 2px solid var(--gray-60);

    border-radius: 50%;

    font-size: 16px;

    font-weight: 600;

    height: 32px;

    line-height: 28px;

    margin: 0 auto;

    text-align: center;

    width: 32px;

    z-index: 2

}



.basic-wizard .stepper-horizontal .step.done .step-circle {

    background-color: var(--white);

    border: 2px solid var(--theme-default);

    color: var(--theme-default)

}



.basic-wizard .stepper-horizontal .step.done .step-circle:before {

    content: "\f00c";

    font-family: FontAwesome;

    font-weight: 100

}



.basic-wizard .stepper-horizontal .step.done .step-circle * {

    display: none

}



.basic-wizard .stepper-horizontal .step.done .step-title {

    color: var(--timline-dot-line)

}



.basic-wizard .stepper-horizontal .step.editing .step-circle {

    background: var(--white);

    border-color: var(--theme-default);

    color: var(--theme-default)

}



.basic-wizard .stepper-horizontal .step.editing .step-title {

    color: var(--gray-60)

}



.basic-wizard .stepper-horizontal .step .step-title {

    font-size: 16px;

    font-weight: 600;

    margin-top: 8px

}



.basic-wizard .stepper-horizontal .step .step-optional,

.basic-wizard .stepper-horizontal .step .step-title {

    color: var(--gray-60);

    text-align: center

}



.basic-wizard .stepper-horizontal .step .step-optional {

    color: var(--danger-color);

    font-size: 12px;

    font-style: italic

}



.basic-wizard .stepper-horizontal .step .step-bar-left,

.basic-wizard .stepper-horizontal .step .step-bar-right {

    background-color: var(--light-semi-gray);

    border: solid var(--light-semi-gray);

    border-width: 2px 0;

    height: 4px;

    position: absolute;

    top: 14px

}



.basic-wizard .stepper-horizontal .step .step-bar-left {

    left: 50%;

    width: 100%;

    z-index: -1

}



.basic-wizard .stepper-horizontal .step .step-bar-right {

    left: 50%;

    margin-left: 1rem;

    transition: width .5s ease-in-out;

    width: 0;

    z-index: -1

}



.basic-wizard .stepper-horizontal .step.done .step-bar-right {

    background-color: var(--theme-default);

    border-color: var(--theme-default);

    width: calc(100% - 32px);

    z-index: 3

}



.basic-wizard form.none {

    display: none

}



.basic-wizard form.block {

    display: block

}



.horizontal-wizard-content .h5,

.horizontal-wizard-content h5 {

    font-weight: 600

}



.important-validation .form-label span {

    color: var(--danger-color)

}



.select-size.form-select {

    font-size: 14px

}



.wizard-footer button.disabled {

    background-color: var(--gray-200);

    border: none

}



.wizard-footer button.back {

    background-color: var(--warning-color)

}



.main-accordion .accordion-item {

    margin-bottom: 25px

}



.main-accordion .accordion-item+.accordion-item {

    border-top: 1px solid var(--gray-60)

}



.main-accordion .accordion-button:not(.collapsed) {

    background-color: rgb(175 175 175 / .5);

    color: var(--theme-default)

}



.successful-form {

    align-items: center;

    display: flex;

    flex-direction: column;

    gap: 10px;

    justify-content: center

}



.successful-form img {

    height: 100px;

    width: 100px

}



.accordion-button {

    align-items: center;

    background-color: var(--white);

    border: 0;

    display: flex;

    font-size: 1rem;

    overflow-anchor: none;

    padding: 1rem 1.25rem;

    position: relative;

    text-align: left;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;

    width: 100%

}



.accordion-button .iconly-Arrow-Down-2 {

    position: absolute;

    right: 20px

}



.inquiries-form .h6,

.inquiries-form h6 {

    margin-bottom: 14px

}



.inquiries-form .choose-option {

    display: flex;

    flex-direction: column;

    justify-content: center

}



.inquiries-form .choose-option .form-check:last-child {

    margin-bottom: 0

}



.form-completed img {

    display: block;

    height: 100px;

    margin: 0 auto

}



.form-completed .h5,

.form-completed h5 {

    margin-top: 24px;

    text-align: center

}



.horizontal-wizard-wrapper .main-horizontal-header .horizontal-options {

    display: flex;

    flex-wrap: wrap;

    gap: 14px;

    justify-content: space-around

}



@media (max-width:1182px) {

    .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options {

        justify-content: flex-start

    }

}



.horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a {

    align-items: center;

    display: flex;

    justify-content: center

}



.horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard {

    align-items: center;

    color: var(--dark);

    display: flex;

    justify-content: center;

    transition: all .3s ease

}



.horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard .stroke-icon-wizard i {

    font-size: 18px

}



.horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard,

.horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link:active .horizontal-wizard {

    color: var(--white);

    transition: all .3s ease

}



.horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard .stroke-icon-wizard span,

.horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link:active .horizontal-wizard .stroke-icon-wizard span {

    color: var(--white)

}



.horizontal-wizard-wrapper .main-horizontal-header .form-check {

    margin-bottom: 0

}



.horizontal-wizard-wrapper .nav-pills .nav-link.active {

    background-color: var(--theme-default)

}



.horizontal-wizard-wrapper .bank-search {

    margin-bottom: 10px

}



@media (max-width:767px) {

    .horizontal-wizard-wrapper .bank-search {

        margin-bottom: 0

    }

}



.horizontal-wizard-wrapper .bank-selection {

    padding: 10px 0 0

}



.horizontal-wizard-wrapper .bank-selection .form-check-input {

    background-image: unset

}



@media (max-width:401px) {

    .horizontal-wizard-wrapper .bank-selection .radio-wrapper {

        justify-content: center

    }

}



.horizontal-wizard-wrapper .bank-selection .radio-wrapper li {

    align-items: unset;

    display: grid;

    height: 100%;

    max-width: 130px;

    padding: 20px;

    place-content: baseline;

    text-align: center;

    width: 100%

}



.horizontal-wizard-wrapper .bank-selection .radio-wrapper li .form-check-label {

    margin-bottom: 0;

    padding: 6px

}



.horizontal-wizard-wrapper .bank-selection .radio-wrapper li .form-check-label img {

    height: calc(43.6px + .4375vw)

}



.horizontal-wizard-wrapper .bank-selection .radio-wrapper li label {

    padding: 0 !important

}



.horizontal-wizard-wrapper .bank-selection .radio-wrapper li label span {

    font-size: 14px

}



.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options {

    gap: 12px

}



@media (max-width:1400px) {

    .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options {

        justify-content: flex-start

    }

}



.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link {

    color: var(--dark)

}



.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link .horizontal-wizard {

    gap: 10px

}



.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link .horizontal-wizard .stroke-icon-wizard {

    align-items: center;

    background-color: rgb(175 175 175 / .2);

    border-radius: 6px;

    color: var(--theme-default);

    display: flex;

    height: 30px;

    justify-content: center;

    width: 30px

}



.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link .horizontal-wizard .stroke-icon-wizard i {

    margin-right: 0

}



.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link.active,

.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link:active {

    background-color: unset

}



.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link.active .horizontal-wizard,

.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link:active .horizontal-wizard {

    color: var(--dark)

}



.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link.active .horizontal-wizard .stroke-icon-wizard,

.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link:active .horizontal-wizard .stroke-icon-wizard {

    background-color: var(--theme-default)

}



.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link.active .horizontal-wizard .stroke-icon-wizard i,

.horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link:active .horizontal-wizard .stroke-icon-wizard i {

    color: var(--white);

    margin-right: 0

}



.horizontal-wizard-wrapper.vertical-variations .select-account .radio-wrapper li {

    align-items: unset;

    display: grid;

    height: 100%;

    max-width: unset;

    padding: 20px;

    place-content: baseline;

    text-align: unset;

    width: 100%

}



.horizontal-wizard-wrapper.vertical-variations .select-account .radio-wrapper li .form-check-label {

    align-items: center;

    display: flex;

    justify-content: unset

}



@media (max-width:400px) {

    .horizontal-wizard-wrapper.vertical-variations .select-account .radio-wrapper li .form-check-label p {

        display: none

    }

}



.horizontal-wizard-wrapper .form-check-input:checked[type=radio] {

    --bs-form-check-bg-image: unset

}



.main-upgrade {

    max-width: 340px

}



.main-upgrade .variation-box {

    display: grid;

    gap: 10px;

    grid-template-columns: auto auto

}



.horizontal-wizard-wrapper.vertical-options .main-horizontal-header {

    padding-bottom: 0

}



.horizontal-wizard-wrapper.vertical-options .main-horizontal-header .horizontal-options {

    align-items: flex-start;

    flex-direction: column;

    gap: 12px;

    justify-content: flex-start

}



.validation-vertical-wizard.custom-input .form-check .form-check-input:invalid~.form-check-label {

    color: var(--danger-color)

}



.authentication-options .radio-wrapper li {

    align-items: unset;

    display: grid;

    height: 100%;

    max-width: unset;

    padding: 20px;

    place-content: baseline;

    text-align: unset;

    width: 100%

}



.authentication-options .radio-wrapper li .form-check-label {

    align-items: center;

    display: flex;

    gap: 14px;

    text-align: left

}



.authentication-options .radio-wrapper li .form-check-label i {

    padding: 0

}



.authentication-options .form-check-input:checked[type=radio] {

    background-image: unset

}



.authentication-options .form-check-label span>span {

    color: var(--dark);

    font-size: 16px;

    font-weight: 500

}



.authentication-options .form-check-label span>span+span {

    color: var(--gray-700);

    font-size: 14px

}



.main-qr-code .modal-toggle-wrapper .modal-img {

    align-items: center;

    flex-direction: column;

    margin-bottom: 22px

}



@media (max-width:480px) {

    .main-qr-code .modal-toggle-wrapper .modal-img {

        align-items: unset

    }



    .main-qr-code .modal-toggle-wrapper .modal-img .qr-img {

        text-align: center

    }

}



.main-qr-code .modal-toggle-wrapper .modal-img .qr-img img {

    height: 100px;

    width: 100px

}



.main-qr-code .modal-toggle-wrapper .modal-img .qr-content {

    margin-top: 16px

}



.main-qr-code .modal-toggle-wrapper .modal-img .qr-content .alert {

    align-items: unset

}



.main-qr-code .modal-toggle-wrapper .modal-img .qr-content .alert div {

    word-break: break-word

}



.main-qr-code .modal-toggle-wrapper .modal-img .qr-content i {

    font-size: 20px;

    margin-right: 0

}



.main-qr-code .modal-toggle-wrapper .btn {

    display: block;

    margin: 12px auto auto

}



.modal-dialog-centered .modal-header .modal-title {

    font-weight: 700

}



.authentication-body {

    align-items: center;

    display: flex;

    flex-direction: column;

    justify-content: center;

    margin: auto;

    text-align: center

}



.authentication-body img {

    height: calc(156px + 13.75vw)

}



@media (max-width:768px) {

    .authentication-body .modal-toggle-wrapper {

        padding: unset

    }

}



.shopping-wizard .shipping-form .shipping-border {

    border-right: 1px solid var(--light-gray)

}



@media (max-width:1200px) {

    .shopping-wizard .shipping-form .shipping-border {

        border-right: unset

    }

}



.shopping-wizard .shipping-form .shipping-options {

    align-items: center;

    background-color: var(--body-color);

    display: flex;

    flex-wrap: nowrap

}



@media (max-width:768px) {

    .shopping-wizard .shipping-form .shipping-options {

        flex-direction: column

    }

}



.shopping-wizard .shipping-form .shipping-options .nav-link {

    width: 100%

}



@media (min-width:1200px) and (max-width:1920px) {

    .shopping-wizard .shipping-form .shipping-options .nav-link {

        padding: 8px calc(4.14815px + .61728vw)

    }

}



.shopping-wizard .shipping-form .shipping-options .nav-link.active {

    background-color: var(--theme-default)

}



.shopping-wizard .shipping-form .shipping-options .nav-link.active .h6,

.shopping-wizard .shipping-form .shipping-options .nav-link.active h6 {

    color: var(--white)

}



.shopping-wizard .shipping-form .shipping-options .nav-link.active i {

    background-color: hsl(0 0% 96% / .5);

    color: var(--theme-default);

    transition: all .3s ease-in-out

}



.shopping-wizard .shipping-form .shipping-options .cart-options {

    align-items: center;

    display: flex;

    gap: 11px

}



.shopping-wizard .shipping-form .shipping-options .cart-options i {

    align-items: center;

    background-color: var(--theme-default);

    border-radius: 50%;

    color: var(--white);

    display: flex;

    font-size: 18px;

    height: 40px;

    justify-content: center;

    margin: 0;

    transition: all .3s ease-in-out;

    width: 40px

}



@media (min-width:1200px) and (max-width:1920px) {

    .shopping-wizard .shipping-form .shipping-options .cart-options i {

        font-size: calc(7.33333px + .55556vw);

        height: calc(13.33333px + 1.38889vw);

        width: calc(13.33333px + 1.38889vw)

    }

}



.shopping-wizard .shipping-form .shipping-options .cart-options .h6,

.shopping-wizard .shipping-form .shipping-options .cart-options h6 {

    color: var(--theme-default)

}



.shopping-wizard .shipping-form .shipping-info .table thead th {

    white-space: nowrap

}



.shopping-wizard .shipping-form .shipping-info .table thead th:last-child {

    text-align: end

}



.shopping-wizard .shipping-form .shipping-info .table tbody tr td {

    vertical-align: middle

}



.shopping-wizard .shipping-form .shipping-info .table tbody tr td img {

    height: 50px

}



.shopping-wizard .shipping-form .shipping-info .table tbody tr td:last-child {

    text-align: end

}



.shopping-wizard .shipping-form .shipping-info .table tbody tr td span {

    color: var(--timline-dot-line)

}



.shopping-wizard .shipping-form .shipping-info .table tbody tr:last-child td {

    border: 0

}



.shopping-wizard .shipping-form .shipping-info .table tfoot {

    font-weight: 400

}



.shopping-wizard .shipping-form .shipping-info .table tfoot tr td {

    white-space: nowrap

}



.shopping-wizard .shipping-form .shipping-info .table tfoot tr td:first-child {

    max-width: 370px

}



.shopping-wizard .shipping-form .shipping-info .table tfoot tr td:last-child {

    min-width: 0;

    text-align: end

}



.shopping-wizard .shipping-form .shipping-info .table tfoot tr:last-child td {

    border-bottom: 0

}



.shopping-wizard .shipping-form .shipping-content {

    padding-top: 18px

}



.shopping-wizard .shipping-form .shipping-content .shipping-wizard .shipping-title {

    align-items: center;

    display: flex;

    justify-content: space-between

}



.shopping-wizard .shipping-form .shipping-content .shipping-wizard .shipping-title>.btn {

    background: none !important;

    border: 0;

    padding: 0 28px

}



.shopping-wizard .shipping-form .shipping-content .shipping-wizard .shipping-title>.btn i {

    color: var(--theme-default)

}



.shopping-wizard .shipping-form .shipping-content .shipping-wizard .collect-address {

    align-items: center;

    display: flex;

    justify-content: space-between

}



.shopping-wizard .shipping-form .shipping-content .shipping-wizard .collect-address .card-icon {

    align-items: center;

    display: flex;

    gap: 12px

}



.shopping-wizard .shipping-form .shipping-content .shipping-wizard .collect-address .card-icon i {

    color: var(--theme-default);

    font-size: 16px

}



.shopping-wizard .shipping-form .shipping-content .shipping-wizard .shipping-address {

    display: flex;

    flex-direction: column;

    gap: 5px

}



.shopping-wizard .shipping-form .shipping-content .basic-form i {

    position: unset;

    right: unset;

    top: unset

}



.shopping-wizard .shipping-form .shipping-method p {

    padding-left: 25px

}



.shopping-wizard .shipping-form .proceed-next {

    transform: scaleX(-1)

}



.shopping-wizard .shipping-form .payment-info-wrapper .card-wrapper {

    align-items: center;

    display: flex;

    justify-content: space-between

}



@media (max-width:768px) {

    .shopping-wizard .shipping-form .payment-info-wrapper .card-wrapper {

        align-items: flex-start;

        flex-direction: column;

        justify-content: unset

    }

}



.shopping-wizard .shipping-form .payment-info-wrapper .card-wrapper img {

    height: 50px

}



.shopping-wizard .shipping-form .payment-info-wrapper .pay-info {

    display: block

}



.shopping-wizard .shipping-form .payment-info-wrapper .pay-info>div {

    align-items: center;

    display: flex;

    margin-bottom: 12px

}



@media (max-width:768px) {

    .shopping-wizard .shipping-form .payment-info-wrapper .pay-info>div {

        align-items: flex-start;

        flex-direction: column

    }

}



.shopping-wizard .shipping-form .order-confirm {

    text-align: center

}



.shopping-wizard .shipping-form .order-confirm img {

    height: calc(51.2px + 2.125vw)

}



.shopping-wizard .shipping-form .shipping-content>.active.finish-wizard1 {

    align-items: center;

    display: flex;

    justify-content: center

}



.shopping-wizard .modal-header {

    border-bottom: 1px solid var(--light-gray)

}



.shopping-wizard .modal-footer {

    border-top: 1px solid var(--light-gray)

}



.avatar-upload {

    flex-direction: column

}



.avatar-upload div:first-child {

    margin: auto;

    max-width: 205px;

    position: relative

}



.avatar-upload div:first-child .avatar-edit {

    position: absolute;

    right: 25px;

    top: 4px;

    z-index: 1

}



.avatar-upload div:first-child .avatar-edit input {

    display: none

}



.avatar-upload div:first-child .avatar-edit label {

    border: 1px solid #fff0;

    border-radius: 100%;

    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .12);

    cursor: pointer;

    display: inline-block;

    font-weight: 400;

    height: 35px;

    margin-bottom: 0;

    transition: all .2s ease-in-out;

    width: 35px

}



.avatar-upload div:first-child .avatar-edit label:after {

    content: "\f040";

    font-family: FontAwesome;

    left: 0;

    margin: auto;

    position: absolute;

    right: 0;

    text-align: center;

    top: 10px

}



.avatar-upload div:first-child .avatar-preview {

    border: 6px solid #f8f8f8;

    border-radius: 100%;

    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .1);

    height: 150px;

    margin: auto;

    position: relative;

    width: 150px

}



.avatar-upload div:first-child .avatar-preview>div {

    background-image: url(images/1.jpg);

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: cover;

    border-radius: 100%;

    height: 100%;

    width: 100%

}



.avatar-upload .h6,

.avatar-upload h6 {

    padding-top: 14px;

    text-align: center

}



.email-verify .card-wrapper {

    display: grid;

    place-content: center

}



.email-verify .card-wrapper>div {

    align-items: center

}



.email-verify .card-wrapper .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0

}



.email-verify .input-group .form-control {

    border: 1px solid var(--light-gray);

    width: unset

}



@media (max-width:420px) {

    .email-verify .input-group .form-control {

        width: 1%

    }

}



.authenticate {

    align-items: center;

    display: flex;

    flex-direction: column;

    justify-content: center

}



.authenticate span:first-of-type {

    margin-top: 12px

}



.authenticate .h4,

.authenticate h4 {

    margin-bottom: 12px

}



.authenticate img {

    height: calc(134px + 3.4375vw)

}



.authenticate form {

    flex-direction: column;

    text-align: center

}



.authenticate form .otp-generate {

    display: flex;

    gap: 12px;

    justify-content: center;

    margin: 14px 0

}



.authenticate form .form-control {

    border-radius: 5px;

    display: block;

    height: calc(23px + .625vw);

    min-width: 0;

    padding: 0;

    text-align: center;

    width: calc(23px + .625vw)

}



.authenticate form div {

    display: inline-grid;

    gap: 2px;

    margin-top: 12px

}



.business-horizontal.basic-form i {

    position: unset;

    right: unset;

    top: unset;

    transform: unset

}



.vartical-validation .accordion .accordion-item {

    border-color: var(--light-gray)

}



.weight-title .sub-title {

    font-size: unset;

    padding-bottom: 12px

}



.basic-wizard .stepper-horizontal .step .step-circle {

    background: var(--white)

}



@media (max-width:400px) {

    .horizontal-wizard-wrapper.vertical-variations .select-account .radio-wrapper li .form-check-label span>span+span {

        display: none

    }

}



.my-gallery img {

    width: 100%

}



.grid-item img {

    border: 1px solid #dee2e6;

    padding: .25rem

}



.grid-item .img-thumbnail {

    border-radius: .25rem;

    height: auto

}



.comment {

    color: var(--font-color);

    font-size: italic

}



.wow-animation .line p strong {

    font-size: 16px;

    font-weight: 700

}



.icon-main,

.icon-main .icon-lists {

    font-family: var(--body-font-color) !important

}



.icon-main .icon-lists {

    gap: 10px;

    justify-content: center

}



.icon-main .icons-item {

    border: 1px solid var(--light-semi-gray);

    border-radius: 4px;

    display: block;

    padding: 20px;

    text-align: center;

    width: calc(20% - 10px)

}



@media (max-width:1399px) {

    .icon-main .icons-item {

        width: calc(25% - 10px)

    }

}



@media (max-width:1199px) {

    .icon-main .icons-item {

        width: calc(33% - 10px)

    }

}



@media (max-width:675px) {

    .icon-main .icons-item {

        padding: 15px;

        width: calc(50% - 10px)

    }

}



@media (max-width:380px) {

    .icon-main .icons-item {

        padding: 8px

    }

}



.icon-main .icons-item .h5,

.icon-main .icons-item h5 {

    color: var(--body-font-color);

    opacity: .7;

    padding-top: 10px

}



.icon-main .icons-item i {

    color: var(--body-font-color);

    font-size: 25px;

    opacity: .7

}



.icon-main .icons-item svg {

    stroke: var(--body-font-color);

    opacity: .7

}



.icon-modal .modal-content .modal-body {

    padding: 20px;

    position: relative

}



.icon-modal .modal-content .modal-body .btn-close {

    background-color: #fff;

    border-radius: 100%;

    font-size: 10px;

    opacity: 1;

    padding: 8px;

    position: absolute;

    right: -10px;

    top: -10px

}



.icon-modal .modal-content .modal-body .icon-hover-bottom {

    text-align: center

}



.icon-modal .modal-content .modal-body .form-inline {

    padding-top: 20px

}



.icon-modal .modal-content .modal-body .form-inline .form-group {

    position: relative

}



.icon-modal .modal-content .modal-body .form-inline .form-group i {

    position: absolute;

    right: 12px;

    top: 11px

}



.icon-modal .modal-content .modal-body .form-inline .form-group .form-control {

    background-color: var(--light-gray);

    border: none;

    font-size: 16px

}



.icon-hover-bottom {

    background-color: var(--body-color);

    bottom: 0;

    box-shadow: 0 0 1px 1px var(--shape-border);

    display: none;

    left: 0;

    width: 100%;

    z-index: 999

}



.icon-hover-bottom.open {

    display: block

}



.icon-hover-bottom .icon-popup {

    align-items: center;

    display: flex;

    font-family: Nunito Sans, sans-serif;

    justify-content: center;

    padding: 20px;

    width: 100%

}



@media only screen and (max-width:767.98px) {

    .icon-hover-bottom .icon-popup {

        display: block

    }

}



@media only screen and (max-width:575.98px) {

    .icon-hover-bottom .icon-popup {

        padding: 15px

    }

}



.icon-hover-bottom .icon-popup>div {

    display: inline-block

}



.icon-hover-bottom .icon-popup>div .flag-icon {

    height: 60px;

    width: 60px

}



.icon-hover-bottom .icon-popup .icon-class {

    cursor: pointer;

    margin: 0 20px

}



@media only screen and (max-width:480px) {

    .icon-hover-bottom .icon-popup .icon-class {

        display: none

    }

}



@media only screen and (max-width:767.98px) {

    .icon-hover-bottom .icon-popup .icon-last {

        display: block;

        margin-top: 15px

    }

}



.icon-hover-bottom .icon-popup .icon-last .form-inline .form-group {

    display: initial

}



.icon-hover-bottom .icon-title {

    color: var(--body-font-color);

    display: block;

    font-family: Nunito Sans, sans-serif;

    font-weight: 700;

    text-transform: uppercase

}



.icon-hover-bottom .form-group input {

    background-color: var(--white);

    display: inline-block;

    width: 300px

}



@media only screen and (max-width:575.98px) {

    .icon-hover-bottom .form-group input {

        width: 100% !important

    }

}



.iconly-icons .svg-menu {

    height: 24px;

    width: 24px;

    stroke: var(--body-font-color)

}



.iconModal .modal-body pre {

    margin-bottom: 0

}



.iconModal .modal-body .copy-text {

    position: absolute;

    right: 12px;

    top: 12px

}



.fa-fa-icon-show-div {

    display: none

}



.icon-hover-bottom .icon-popup .close-icon {

    color: var(--body-font-color);

    cursor: pointer;

    font-size: 20px;

    position: absolute;

    right: 10px;

    top: 10px

}



@media only screen and (max-width:480px) {

    .icon-hover-bottom .icon-popup .icon-first {

        display: inline-block;

        margin-right: 10px

    }

}



.icon-hover-bottom .icon-popup .icon-first i {

    color: var(--body-font-color);

    opacity: .7

}



.icon-hover-bottom .icon-popup .icon-first svg {

    stroke: var(--body-font-color);

    opacity: .7

}



.icon-hover-bottom .icon-popup .icon-first .svg-menu {

    height: 24px;

    width: 24px

}



.alert {

    border-radius: .15rem;

    padding: 15px

}



.alert svg {

    vertical-align: middle

}



.alert .progress {

    margin-top: 15px

}



.alert [data-notify=icon] {

    line-height: 20px;

    margin-right: 10px;

    position: absolute

}



.alert [data-notify=message] {

    display: inline-block;

    margin: 0 auto;

    text-align: center;

    width: 100%

}



.alert i {

    font-size: 16px;

    margin-right: 5px

}



.alert p {

    margin-bottom: 0

}



.alert .close {

    display: none;

    opacity: 1

}



.alert .close span {

    border-radius: 3px;

    display: inline-block;

    font-size: 24px;

    font-weight: 400;

    padding: 0 0 0 5px;

    text-shadow: none

}



.icon-hover-bottom .btn,

.icon-hover-bottom label,

.icon-hover-bottom span {

    font-family: Nunito Sans, sans-serif

}



@media only screen and (max-width:575.98px) {

    .icon-hover-bottom .btn {

        margin-top: 15px

    }

}



.icon-hover-bottom .h5,

.icon-hover-bottom h5 {

    font-family: Nunito Sans, sans-serif

}



.actions {

    margin: 0 auto;

    max-width: 400px;

    position: relative;

    top: -10px;

    z-index: 10

}



@media only screen and (max-width:480px) {

    .actions {

        left: 0;

        margin-top: 0

    }

}



.chart-wrap {

    align-items: center;

    display: flex;

    justify-content: center;

    margin-bottom: 20px

}



.riskchart path {

    stroke-width: 10px;

    stroke-dasharray: 10, 20;

    stroke-linecap: round

}



.profile-img-style img,

.scroll-bar-wrap img {

    width: 100%

}



.gallery {

    margin-bottom: -30px

}



.gallery>a {

    margin-bottom: 30px

}



.gallery>a:before {

    align-items: center;

    background-color: hsl(0 0% 100% / .27);

    color: rgb(0 0 0 / .27);

    display: flex;

    font-size: 30px;

    height: calc(100% - 10px);

    justify-content: center;

    left: 20px;

    position: absolute;

    top: 5px;

    transform: scale(0);

    transition: all .3s ease;

    width: calc(100% - 40px)

}



.gallery>a:hover:before {

    transform: scale(1);

    transition: all .3s ease

}



.gallery>a .img-thumbnail {

    border-radius: 0

}



.gallery-with-description {

    margin-bottom: -30px

}



.gallery-with-description a>div {

    border: 1px solid var(--border-color);

    border-radius: 0 0 5px 5px;

    margin-bottom: 30px;

    padding: 10px

}



.gallery-with-description a:hover {

    text-decoration: none !important

}



.gallery-with-description .h4,

.gallery-with-description h4 {

    color: var(--body-font-color);

    font-size: 18px;

    margin-top: 15px

}



.gallery-with-description p {

    color: var(--font-color)

}



.lg-backdrop {

    background-color: var(--white)

}



.lg-outer .lg-actions .lg-next,

.lg-outer .lg-actions .lg-prev {

    background-color: rgb(var(--white));

    border: 1px solid var(--gray-700)

}



.lg-outer .lg-actions .lg-next:hover,

.lg-outer .lg-actions .lg-prev:hover {

    color: var(--dark)

}



.lg-outer .lg-toolbar {

    background-color: hsl(0 0% 100% / .45);

    border-bottom: 1px solid var(--dark)

}



.lg-outer #lg-counter,

.lg-outer .lg-toolbar .lg-icon:hover {

    color: var(--dark)

}



.lg-outer .lg-sub-html {

    background-color: hsl(0 0% 100% / .45)

}



.lg-outer .lg-sub-html .h4,

.lg-outer .lg-sub-html h4 {

    color: var(--dark);

    font-size: inherit

}



.lg-outer .lg-sub-html p {

    color: var(--dark)

}



.lg-outer .lg-thumb-outer {

    background-color: var(--light-gray-color)

}



.lg-outer .lg-thumb-item {

    border: 1px solid var(--light-gray-color);

    border-radius: 0;

    padding: 4px

}



.lg-outer .lg-thumb-item .active,

.lg-outer .lg-thumb-item:hover {

    border-color: var(--black)

}



.gallery a:after,

.gallery a:before {

    content: none

}



.gallery .img-hover>div {

    overflow: hidden

}



.gallery .hover-1 img {

    transform: scale(1);

    transition: .3s ease-in-out

}



.gallery .hover-1 img:hover {

    transform: scale(1.2)

}



.gallery .hover-2 img {

    height: auto;

    transform: translateX(0);

    transition: .3s ease-in-out;

    width: 100%

}



.gallery .hover-2:hover img {

    transform: translateX(40px) scale(1.2)

}



.gallery .hover-3 img {

    transform: scale(1.2);

    transition: .3s ease-in-out

}



.gallery .hover-3:hover img {

    transform: scale(1)

}



.gallery .hover-4 img {

    transform: scale(1.5);

    transition: .3s ease-in-out

}



.gallery .hover-4:hover img {

    transform: scale(1)

}



.gallery .hover-5 img {

    margin-left: 30px;

    transform: scale(1.3);

    transition: .3s ease-in-out

}



.gallery .hover-5:hover img {

    margin-left: 0

}



.gallery .hover-6 img {

    transform: rotate(15deg) scale(1.4);

    transition: .3s ease-in-out

}



.gallery .hover-6:hover img {

    transform: rotate(0) scale(1)

}



.gallery .hover-7 img {

    filter: blur(3px);

    transition: .3s ease-in-out

}



.gallery .hover-7:hover img {

    filter: blur(0)

}



.gallery .hover-8 img {

    filter: grayscale(100%);

    transition: .3s ease-in-out

}



.gallery .hover-8:hover img {

    filter: grayscale(0)

}



.gallery .hover-9 img {

    filter: sepia(100%);

    transition: .3s ease-in-out

}



.gallery .hover-9:hover img {

    filter: sepia(0)

}



.gallery .hover-10 img {

    filter: grayscale(0) blur(0);

    transition: .3s ease-in-out

}



.gallery .hover-10:hover img {

    filter: grayscale(100%) blur(3px)

}



.gallery .hover-11 img {

    opacity: 1;

    transition: .3s ease-in-out

}



.gallery .hover-11:hover img {

    opacity: .5

}



@keyframes flash {

    0% {

        opacity: .4

    }



    to {

        opacity: 1

    }

}



.gallery .hover-13:hover img {

    animation: flash 1.5s;

    opacity: 1

}



@keyframes shine {

    to {

        left: 125%

    }

}



.gallery .hover-14 div {

    position: relative

}



.gallery .hover-14 div:before {

    background: linear-gradient(90deg, #fff0 0, hsl(0 0% 100% / .3));

    content: "";

    display: block;

    height: 100%;

    left: -75%;

    position: absolute;

    top: 0;

    transform: skewX(-25deg);

    width: 50%;

    z-index: 2

}



.gallery .hover-14 div:hover:before {

    animation: shine .75s

}



.gallery .hover-15 div {

    position: relative

}



.gallery .hover-15 div:before {

    background: hsl(0 0% 100% / .2);

    border-radius: 100%;

    content: "";

    display: block;

    height: 0;

    left: 50%;

    opacity: 0;

    position: absolute;

    top: 50%;

    transform: translate(-50%, -50%);

    width: 0;

    z-index: 2

}



.gallery .hover-15 div:hover:before {

    animation: circle .75s

}



@keyframes circle {

    0% {

        opacity: 1

    }



    40% {

        opacity: 1

    }



    to {

        height: 200%;

        opacity: 0;

        width: 200%

    }

}



*,

:after,

:before {

    box-sizing: border-box

}



.grid {

    position: relative

}



.grid:after {

    clear: both;

    content: "";

    display: block

}



.grid-item img {

    background-color: var(--white);

    border: 1px solid var(--border-color);

    max-width: 100%;

    padding: .25rem !important

}



.gallery-with-description .grid-item img {

    border: 0;

    padding: 0

}



@media (max-width:991.98px) {

    .photoswipe-pb-responsive {

        padding-bottom: 25px !important

    }

}



@media (max-width:575.98px) {

    .photoswipe-pb-responsive {

        padding-bottom: 30px !important

    }

}



.my-gallery.gallery-with-description img {

    border: 1px solid var(--border-color) !important;

    border-bottom: 0 !important

}



.blog-box.blog-shadow:before {

    border-radius: 5px;

    bottom: 0;

    box-shadow: inset 0 -200px 100px -13px rgb(0 0 0 / .6);

    content: "";

    height: 100%;

    position: absolute;

    top: 0;

    transition: all .3s ease;

    width: 100%

}



.blog-box.blog-shadow:hover:before {

    transition: all .3s ease

}



.blog-box.blog-shadow .blog-details {

    bottom: 0;

    padding: 20px;

    position: absolute;

    width: 100%

}



.blog-box.blog-shadow .blog-details .h4,

.blog-box.blog-shadow .blog-details h4 {

    color: #fff;

    margin-bottom: 0

}



.blog-box.blog-shadow .blog-details p {

    color: #fff;

    font-size: 14px;

    margin-bottom: 10px

}



.blog-box.blog-shadow .blog-details .blog-social li {

    color: #fff

}



@media (max-width:576px) {

    .blog-box.blog-shadow .blog-details {

        padding: 15px

    }



    .blog-box.blog-shadow .blog-details .h4,

    .blog-box.blog-shadow .blog-details h4 {

        font-size: 14px

    }

}



@media (max-width:480px) {

    .blog-box.blog-shadow .blog-details {

        font-size: 14px

    }

}



.blog-box .blog-details {

    padding-right: 20px

}



[dir=rtl] .blog-box .blog-details {

    padding-left: 20px;

    padding-right: unset

}



.blog-box .blog-details .blog-social {

    margin-top: 30px

}



.blog-box .blog-details .blog-social li {

    color: var(--timline-dot-line);

    display: inline-block;

    font-size: 14px

}



.blog-box .blog-details .blog-social li+li {

    line-height: 1;

    padding-left: 20px;

    padding-right: 0

}



.blog-box .blog-details .blog-social li svg {

    font-weight: 300;

    padding-right: 5px

}



.blog-box .blog-details .blog-social li:first-child {

    border-right: 1px solid var(--border-color);

    padding-right: 20px

}



[dir=rtl] .blog-box .blog-details .blog-social li:first-child {

    border-left: 1px solid var(--border-color);

    border-right: unset;

    padding-left: 20px;

    padding-right: unset

}



@media (max-width:576px) {

    .blog-box .blog-details .blog-social li:first-child {

        margin-right: 10px;

        padding-right: 20px

    }

}



@media (max-width:360px) {

    .blog-box .blog-details .blog-social li:last-child {

        padding-left: 0

    }

}



.blog-box .blog-details .blog-social svg {

    width: 19px

}



@media (max-width:576px) {

    .blog-box .blog-details .blog-social {

        margin-top: 15px

    }

}



.blog-box .blog-details .h4,

.blog-box .blog-details h4 {

    font-size: 18px;

    font-weight: 600;

    line-height: 1.5;

    margin-top: 20px

}



@media (max-width:576px) {



    .blog-box .blog-details .h4,

    .blog-box .blog-details h4 {

        margin-top: 15px

    }

}



.blog-box .blog-details .h3,

.blog-box .blog-details h3 {

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    display: -webkit-box;

    -webkit-box-orient: vertical

}



@media (max-width:576px) {

    .blog-box .blog-details {

        padding: 20px !important

    }

}



.blog-box .blog-details .single-blog-content-top {

    border-top: 1px solid var(--light-semi-gray);

    margin-top: 20px

}



.blog-box .blog-details p {

    color: var(--timline-dot-line);

    font-size: 14px;

    font-weight: 600;

    letter-spacing: .7px;

    line-height: 1.8;

    margin-bottom: 0;

    margin-top: 30px;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 3;

    display: -webkit-box;

    -webkit-box-orient: vertical

}



.blog-box .blog-date {

    color: var(--body-font-color)

}



.blog-box .blog-date span {

    font-size: 36px;

    font-weight: 500;

    padding-right: 5px

}



.blog-box .h6,

.blog-box h6 {

    margin: 15px 0

}



.blog-box img {

    border-radius: .25rem

}



.blog-box .blog-details-main .blog-social {

    margin: 20px 0

}



.blog-box .blog-details-main .blog-social li {

    border-right: 1px dotted;

    color: var(--timline-dot-line);

    display: inline-block;

    font-size: 12px;

    padding: 0 24px

}



.blog-box .blog-details-main .blog-social li:last-child {

    border-right: 0

}



@media (max-width:360px) {

    .blog-box .blog-details-main .blog-social li {

        padding: 0 10px

    }

}



.blog-box .blog-bottom-details {

    font-size: 14px;

    font-weight: 600;

    line-height: 1.714;

    margin: 20px

}



@media (max-width:575px) {

    .blog-box.blog-list .blog-details {

        padding-top: 0

    }

}



.blog-list .blog-details .h3,

.blog-list .blog-details h3 {

    color: var(--gray-60);

    margin-bottom: 7px;

    margin-top: 0

}



.blog-list .blog-details .blog-social {

    margin-top: 0

}



.blog-list .blog-details hr {

    margin-bottom: 10px;

    margin-top: 10px

}



.blog-list .blog-details p {

    color: var(--timline-dot-line);

    font-size: 14px;

    letter-spacing: .7px;

    line-height: 1.8;

    margin-bottom: 0;

    margin-top: 30px;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 3;

    display: -webkit-box;

    -webkit-box-orient: vertical

}



.blog-list img {

    padding: 17px

}



.comment-box {

    padding-bottom: 50px;

    padding-top: 30px

}



.comment-box .d-flex img {

    border: 1px solid var(--light-semi-gray);

    border-radius: 10px;

    height: 90px;

    margin-right: 30px;

    padding: 7px;

    width: 90px

}



.comment-box .d-flex .h6,

.comment-box .d-flex h6 {

    font-weight: 600;

    margin-bottom: 5px

}



.comment-box .comment-social li {

    color: var(--font-color);

    display: inline-block;

    margin-bottom: 0;

    padding-left: 20px;

    text-transform: uppercase

}



@media (max-width:991.98px) {

    .comment-box .comment-social li {

        padding-left: 15px

    }

}



.comment-box .comment-social li:first-child {

    border-right: 1px solid var(--border-color);

    padding-right: 20px

}



[dir=rtl] .comment-box .comment-social li:first-child {

    border-left: 1px solid var(--border-color);

    border-right: unset;

    padding-left: 20px;

    padding-right: unset

}



@media (max-width:767.98px) {

    .comment-box .comment-social li:first-child {

        padding-left: 0;

        padding-right: 15px

    }



    [dir=rtl] .comment-box .comment-social li:first-child {

        padding-left: 15px;

        padding-right: 0

    }



    .comment-box .comment-social {

        margin-bottom: 5px

    }

}



.comment-box ul ul {

    margin-left: 135px

}



.comment-box li {

    margin-bottom: 30px

}



.comment-box li:last-child {

    margin-bottom: 0

}



.comment-box li i {

    padding-right: 10px

}



.comment-box p {

    color: var(--gray-600);

    font-size: 14px;

    line-height: 2;

    margin-bottom: 0;

    text-align: justify

}



.learning-details .comment-box .comment-social li svg {

    padding-right: 10px

}



.learning-card .blog-box {

    align-items: center;

    max-height: 100%;

    position: relative

}



.learning-card .blog-box .blog-details .h5,

.learning-card .blog-box .blog-details h5 {

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    color: var(--font-color);

    font-weight: 500;

    margin-top: 0

}



@media (max-width:1570px) {

    .learning-card .blog-box .blog-details p {

        -webkit-line-clamp: 2

    }

}



.learning-card .blog-box .top-radius-blog {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0

}



.learning-card .filter-cards-view .job-filter:first-child {

    margin-bottom: 30px

}



.learning-card .job-filter .faq-form .form-control {

    font-size: 14px

}



.learning-card .job-filter .faq-form .search-icon {

    height: 13px;

    top: 50%;

    transform: translateY(-50%);

    width: 16px

}



.learning-card .accordion-button:not(.collapsed) {

    background-color: #fff0;

    box-shadow: unset

}



.learning-card .categories {

    padding: 0 0 30px

}



.learning-card .categories ul li {

    padding: 10px 15px

}



.learning-card .categories ul li:hover {

    background-color: var(--categorie-hover)

}



.learning-card .categories .learning-header {

    padding-left: 15px

}



.learning-card .categories .learning-header span {

    font-weight: 700

}



.learning-card .card-header {

    border-radius: 1.5rem !important

}



@media (max-width:1676px) {

    .learning-card .blog-box .blog-details-main .blog-social li {

        padding: 0 10px

    }

}



.learning-card.default-according .card .card-header i {

    font-size: unset;

    left: unset;

    position: unset;

    top: unset

}



@media screen and (min-width:1200px) and (max-width:1366px) {

    .learning-comment {

        float: left !important;

        margin-left: -14px !important

    }

}



@media (max-width:1199.98px) {

    .comment-box .comment-social {

        margin-left: 0

    }

}



@media (max-width:767.98px) {

    .comment-box .comment-social li:first-child {

        padding-left: 0;

        padding-right: 15px

    }



    .comment-box .d-flex .h5,

    .comment-box .d-flex h5 {

        margin-bottom: 10px

    }



    .blog-box .blog-details .blog-social li+li {

        padding-left: 25px

    }

}



@media (max-width:575.98px) {

    .comment-box .d-flex {

        display: block !important

    }



    .comment-box ul ul {

        margin-left: 30px

    }



    .comment-box .d-flex img {

        height: 50px;

        margin-bottom: 10px;

        padding: 3px;

        width: 50px

    }



    .blog-single .blog-box .blog-details {

        padding: 0

    }



    .blog-box .blog-details .blog-social li+li {

        padding-left: 20px

    }



    .blog-box .blog-details .blog-social li+li>span {

        display: none

    }

}



@media screen and (max-width:1660px) and (min-width:1200px) {

    .xl-60 {

        flex: 0 0 60%;

        max-width: 60%

    }



    .xl-50 {

        flex: 0 0 50%;

        max-width: 50%

    }



    .xl-100 {

        flex: 0 0 100%;

        max-width: 100%

    }



    .xl-23 {

        flex: 0 0 23%;

        max-width: 23%

    }



    .xl-25 {

        flex: 0 0 25%;

        max-width: 25%

    }



    .xl-40 {

        flex: 0 0 40%;

        max-width: 40%

    }



    .xl-4 {

        flex: 0 0 33.33%;

        max-width: 33.33%

    }

}



.learning-header {

    margin-bottom: 10px

}



.upcoming-course .d-flex+.d-flex {

    margin-top: 30px

}



.filter-cards-view .form-check-input {

    margin-right: 5px

}



.filter-cards-view .form-check-input:focus {

    border-color: var(--theme-default) !important

}



.blog-box .blog-details .blog-social li i {

    font-weight: 300;

    padding-right: 5px

}



.blog-box {

    align-items: center;

    max-height: 100%;

    position: relative

}



@media screen and (max-width:1366px) and (min-width:1200px) {

    .blog-box.blog-list .blog-bottom-content {

        display: none

    }

}



@media only screen and (max-width:360px) {

    .blog-box .blog-details p {

        line-height: 1.5

    }

}



@media (max-width:575.98px) {

    .blog-box .blog-details p {

        margin-top: 15px

    }

}



@media (max-width:1570px) {

    .blog-box .blog-details p {

        -webkit-line-clamp: 2

    }

}



.toolbar-box .ql-bold:hover,

.toolbar-box .ql-image:hover,

.toolbar-box .ql-italic:hover,

.toolbar-box .ql-link:hover,

.toolbar-box .ql-list:hover,

.toolbar-box .ql-underline:hover {

    color: var(--theme-default)

}



.toolbar-box .ql-bold button.ql-active .ql-stroke,

.toolbar-box .ql-bold:hover svg .ql-fill,

.toolbar-box .ql-bold:hover svg .ql-stroke,

.toolbar-box .ql-image button.ql-active .ql-stroke,

.toolbar-box .ql-image:hover svg .ql-fill,

.toolbar-box .ql-image:hover svg .ql-stroke,

.toolbar-box .ql-italic button.ql-active .ql-stroke,

.toolbar-box .ql-italic:hover svg .ql-fill,

.toolbar-box .ql-italic:hover svg .ql-stroke,

.toolbar-box .ql-link button.ql-active .ql-stroke,

.toolbar-box .ql-link:hover svg .ql-fill,

.toolbar-box .ql-link:hover svg .ql-stroke,

.toolbar-box .ql-list button.ql-active .ql-stroke,

.toolbar-box .ql-list:hover svg .ql-fill,

.toolbar-box .ql-list:hover svg .ql-stroke,

.toolbar-box .ql-underline button.ql-active .ql-stroke,

.toolbar-box .ql-underline:hover svg .ql-fill,

.toolbar-box .ql-underline:hover svg .ql-stroke {

    stroke: var(--theme-default)

}



.add-post .btn-showcase {

    justify-content: end;

    margin-bottom: -10px;

    margin-top: 20px

}



@media only screen and (max-width:360px) {

    .add-post form .m-checkbox-inline label:last-child {

        margin-bottom: 0

    }

}



@media (max-width:575.98px) {

    .add-post form .m-checkbox-inline label {

        margin-right: 15px

    }

}



.ql-editor.ql-blank:before {

    color: var(--font-color) !important

}



.filter-cards-view .job-filter:first-child {

    margin-bottom: 30px

}



.filter-cards-view .checkbox-animated {

    margin-bottom: 20px;

    margin-top: 20px

}



.filter-cards-view .checkbox-animated label {

    margin-bottom: .5rem

}



.job-accordion.default-according .card .btn-link {

    border: none;

    border-bottom: 1px solid var(--light-gray);

    font-size: 16px;

    font-weight: 700

}



.job-accordion.default-according .card+.card {

    margin-top: 30px

}



@media (max-width:1199px) {

    .job-accordion.default-according .card .btn-link {

        border: 1px solid var(--light-semi-gray)

    }



    .job-accordion.default-according .card .card-body {

        border: 1px solid var(--light-semi-gray);

        border-top: none

    }

}



.job-accordion .card {

    margin-bottom: 30px

}



.location-checkbox span {

    color: #999;

    padding-left: 33px

}



.animate-chk label,

.location-checkbox label {

    margin-bottom: .5rem

}



.job-search .d-flex {

    align-items: flex-start

}



@media (max-width:575px) {

    .job-search .d-flex {

        display: block !important;

        text-align: center

    }

}



.job-search .d-flex img {

    margin-bottom: 10px

}



@media (max-width:575.98px) {

    .job-search .d-flex img {

        margin-bottom: 15px

    }

}



.job-search .d-flex .h5,

.job-search .d-flex h5 {

    align-content: unset;

    display: unset;

    justify-content: unset

}



.job-search .d-flex p {

    margin-top: 5px

}



.job-search .d-flex span {

    margin-left: 5px

}



.job-search .d-flex .flex-grow-1 p {

    color: var(--light-gray-color);

    margin-top: 0

}



@media (max-width:575.98px) {



    .job-search .d-flex .flex-grow-1 .h5 a,

    .job-search .d-flex .flex-grow-1 h5 a {

        display: block

    }



    .job-search .d-flex .flex-grow-1 .h5 .pull-right,

    .job-search .d-flex .flex-grow-1 h5 .pull-right {

        display: block;

        float: none;

        margin-top: 3px

    }



    .job-search .d-flex .m-r-20 {

        margin-right: 0

    }



    [dir=rtl] .job-search .d-flex .m-r-20 {

        margin-left: 0

    }

}



.job-search p {

    line-height: 1.7;

    margin-top: 10px

}



.job-search .h5,

.job-search h5 {

    align-items: center;

    display: flex;

    justify-content: space-between

}



@media (max-width:576px) {

    .job-search p {

        margin-top: 10px

    }

}



.job-search .job-description ul {

    list-style-position: inside;

    list-style-type: disc

}



.job-search .job-description ul li {

    margin-bottom: 10px

}



.m-r-20 {

    margin-right: 20px

}



.job-pagination {

    margin-bottom: 30px

}



.job-pagination nav ul {

    justify-content: center

}



.job-pagination .pagination .disabled {

    cursor: not-allowed;

    opacity: .5

}



.job-pagination .pagination .disabled a {

    background-color: var(--light-semi-gray)

}



.job-description {

    margin-top: 30px

}



@media (max-width:575.98px) {

    .job-description {

        margin-top: 15px

    }

}



.job-description .h4,

.job-description h4 {

    font-weight: 700

}



.job-search .job-description .theme-form {

    margin-bottom: 30px;

    margin-top: 30px

}



@media (max-width:575.98px) {

    .job-search .job-description .theme-form {

        margin-bottom: 15px;

        margin-top: 15px

    }



    .job-search .job-description .theme-form .xs-mt-period {

        margin-top: 15px

    }

}



.job-search .job-description .theme-form .row div[class^=col-]+div[class^=col-] .select2-container {

    margin-top: 21px

}



@media (max-width:575.98px) {

    .job-search .job-description .theme-form .row div[class^=col-]+div[class^=col-] .select2-container {

        margin-top: 2px

    }



    .xl-mt-job {

        margin-bottom: 15px

    }

}



@media (max-width:1366px) {

    .xl-mt-job {

        margin-bottom: 20px

    }

}



.select2-container .select2-selection--single {

    border-radius: .375rem !important;

    height: 46px !important;

    padding: 12px

}



.select2-container--default .select2-selection--single {

    border: 1px solid var(--border-color)

}



.select-date .select2-container--default .select2-selection--single .select2-selection__arrow {

    right: 12px;

    top: 9px

}



.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 21px

}



.job-search .job-description .theme-form .row div[class^=col-] .job-select2~.select2-container {

    margin-top: 0 !important

}



.treejs .treejs-node__checked>.treejs-checkbox:before,

.treejs .treejs-node__halfchecked>.treejs-checkbox:before {

    background-color: var(--theme-default) !important;

    border-color: var(--theme-default) !important

}



.introjs-helperLayer {

    background-color: hsl(0 0% 100% / .9);

    border: 1px solid rgb(0 0 0 / .5);

    box-shadow: 0 2px 15px rgb(0 0 0 / .4)

}



.introjs-tooltipReferenceLayer {

    background-color: #fff0

}



.introjs-helperNumberLayer {

    background: var(--danger-color);

    background: linear-gradient(to bottom, var(--theme-default) 0, var(--theme-default) 100%);

    border: 3px solid var(--white);

    box-shadow: 0 2px 5px rgb(0 0 0 / .4);

    color: var(--white);

    text-shadow: 1px 1px 1px rgb(0 0 0 / .3)

}



.introjs-arrow {

    border: 12px solid var(--white)

}



.introjs-arrow.top,

.introjs-arrow.top-middle,

.introjs-arrow.top-right {

    border-bottom-color: var(--theme-default);

    border-left-color: #fff0;

    border-right-color: #fff0;

    border-top-color: #fff0

}



.introjs-arrow.right,

.introjs-arrow.right-bottom {

    border-bottom-color: #fff0;

    border-left-color: var(--theme-default);

    border-right-color: #fff0;

    border-top-color: #fff0

}



.introjs-arrow.bottom {

    border-bottom-color: #fff0;

    border-left-color: #fff0;

    border-right-color: #fff0;

    border-top-color: var(--theme-default)

}



.introjs-arrow.left,

.introjs-arrow.left-bottom {

    border-bottom-color: #fff0;

    border-left-color: #fff0;

    border-right-color: var(--theme-default);

    border-top-color: #fff0

}



.introjs-tooltip {

    background-color: var(--theme-default);

    border-color: var(--theme-default);

    box-shadow: 0 1px 10px rgb(0 0 0 / .4);

    color: var(--white);

    max-width: 400px;

    min-height: 90px;

    min-width: calc(268px + 2.1875vw)

}



.introjs-button {

    background-color: var(--white);

    background-image: linear-gradient(var(--white), var(--white));

    border: 1px solid var(--light-semi-gray);

    color: var(--body-font-color) !important;

    font-size: 13px;

    text-shadow: 1px 1px 0 var(--white)

}



.introjs-button:hover {

    border-color: var(--light-semi-gray)

}



.introjs-button:active,

.introjs-button:focus {

    background-image: linear-gradient(var(--light-gray), var(--light-semi-gray))

}



.introjs-skipbutton {

    color: var(--theme-default)

}



.introjs-prevbutton.introjs-fullbutton {

    border: 1px solid var(--light-semi-gray)

}



.introjs-disabled,

.introjs-disabled:focus,

.introjs-disabled:hover {

    border-color: var(--light-semi-gray);

    color: var(--theme-default)

}



.introjs-bullets ul li a {

    background: var(--light-gray)

}



.introjs-bullets ul li a.active,

.introjs-bullets ul li a:hover {

    background: var(--white)

}



.introjs-progress {

    background-color: var(--light-color)

}



.introjs-progressbar {

    background-color: var(--theme-default)

}



.introjs-hint-pulse,

.introjs-hint:hover>.introjs-hint-pulse {

    border: 5px solid var(--gray-60)

}



.introjs-hint-pulse {

    background-color: var(--gray-60)

}



.introjs-hint-dot {

    border: 10px solid var(--gray-60)

}



.flex-grow-1 .tour-wrapper {

    align-items: center;

    display: flex;

    gap: 8px

}



.flex-grow-1 .tour-wrapper .tour-dot {

    font-size: 5px

}



.tour-blog {

    height: 350px

}



@media (max-width:992px) {

    .tour-blog {

        height: calc(128.57143px + 22.32143vw)

    }

}



.tour-blog img {

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover

}



.info .h6,

.info h6 {

    font-size: calc(13.6px + .125vw)

}



.info span {

    font-size: calc(12.8px + .0625vw)

}



.tour-email {

    display: flex;

    flex-direction: column

}



@media (max-width:576px) {

    .tour-email {

        align-items: center

    }

}



.block-ellipsis {

    display: block;

    display: -webkit-box;

    font-size: 14px;

    line-height: 26px !important;

    margin: 0 auto;

    max-width: 100%;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis

}



.profile-img-style .h5,

.profile-img-style h5 {

    line-height: 25px

}



.list-inline .list-inline-item.b-r-gray {

    border-right: 1px solid var(--gray-60)

}



[dir=rtl] .list-inline .list-inline-item.b-r-gray {

    border-left: 1px solid var(--gray-60);

    border-right: unset

}



.list-inline .list-inline-item:not(:last-child) {

    margin-right: .5rem

}



[dir=rtl] .list-inline .list-inline-item:not(:last-child) {

    margin-left: .5rem;

    margin-right: unset

}



.social-tour {

    align-items: center;

    display: flex;

    gap: 26px;

    justify-content: flex-end

}



.social-tour .list-inline {

    display: flex;

    gap: calc(9.2px + .875vw);

    justify-content: center

}



.social-tour .list-inline .list-inline-item {

    margin-right: 0

}



.social-tour .list-inline .list-inline-item a {

    padding: 0

}



.social-tour .list-inline .list-inline-item a i {

    font-size: 18px

}



@media (max-width:599px) {

    .social-tour .list-inline {

        display: none

    }

}



.social-tour .float-sm-end {

    min-width: 81px

}



.tour-mb-space {

    margin-bottom: calc(.8px + .375vw)

}



.like-comment .list-inline {

    justify-content: flex-start

}



@media (max-width:324px) {

    .like-comment .list-inline {

        flex-wrap: wrap;

        gap: 8px;

        justify-content: flex-start

    }

}



.Typeahead {

    width: 100%

}



.Typeahead *,

.Typeahead:after,

.Typeahead:before {

    box-sizing: border-box

}



.Typeahead .tt-hint {

    display: none !important

}



.u-cf:after,

.u-cf:before {

    content: " ";

    display: table

}



.u-cf:after {

    clear: both

}



.u-hidden {

    display: none !important

}



.u-posRelative {

    position: relative

}



.Typeahead-spinner {

    color: #c5c5c5;

    display: none;

    position: absolute;

    right: 18px;

    top: 14px

}



.ProfileCard-avatar svg {

    height: 18px;

    vertical-align: bottom

}



.ProfileCard-avatar svg path,

.ProfileCard-avatar svg polygon {

    color: #7e7c7c !important

}



.Typeahead-hint {

    border: 1px dashed #024e6a;

    border-radius: 8px;

    color: #ccd6dd;

    font-size: 24px;

    line-height: 30px;

    opacity: 1;

    padding: 5px 8px;

    top: 0

}



.Typeahead-hint,

.Typeahead-menu {

    left: 0;

    position: absolute;

    width: 100%

}



.Typeahead-menu {

    background-color: #fff;

    box-shadow: 0 5px 10px rgba(var(--black), .2);

    display: none;

    overflow: hidden;

    padding: 15px;

    top: 100%;

    z-index: 100

}



.Typeahead-menu.is-open {

    display: block

}



.Typeahead-selectable {

    cursor: pointer

}



.Typeahead-selectable+.Typeahead-selectable {

    border-top: 1px dashed #ccd6dd

}



.ProfileCard {

    border: 1px dashed #ccc !important;

    border-radius: 10px;

    margin-bottom: 10px;

    padding: 10px;

    position: relative

}



.ProfileCard:hover {

    background: #f8f8f8;

    color: #414345

}



.ProfileCard:hover .ProfileCard-avatar {

    border-color: #f5f8fa

}



.ProfileCard:hover .ProfileCard-screenName,

.ProfileCard:hover .ProfileCard-stat-label {

    color: #fff

}



.ProfileCard-avatar {

    border-radius: 5px;

    position: absolute

}



.ProfileCard-details {

    float: left;

    padding-left: 35px

}



.ProfileCard-realName,

.ProfileCard-screenName {

    color: var(--gray-700);

    display: inline-block

}



.ProfileCard-description {

    font-size: 14px;

    line-height: 18px;

    margin-top: 5px

}



.ProfileCard-stats {

    float: right;

    text-align: right

}



.ProfileCard-stat {

    display: inline-block;

    font-size: 12px;

    line-height: 16px;

    text-transform: uppercase

}



.ProfileCard-stat+.ProfileCard-stat {

    margin-left: 5px

}



.ProfileCard-stat-label {

    color: var(--gray-700);

    font-weight: 500

}



.ProfileCard.is-active {

    background: var(--theme-default);

    color: #fff

}



.ProfileCard.is-active .ProfileCard-screenName,

.ProfileCard.is-active .ProfileCard-stat-label {

    color: #fff

}



.EmptyMessage {

    font-size: 14px;

    line-height: 30px;

    padding: 10px;

    position: relative;

    text-align: center

}



.Typeahead-spinner {

    height: 1rem;

    width: 1rem

}



.sey-container {

    background-color: #fff;

    box-shadow: 1px 2px 6px;

    color: #333;

    display: none;

    position: absolute;

    transition: left .1s ease-in-out;

    z-index: 1

}



.sey-list {

    list-style-type: none;

    margin: 0;

    padding: 0

}



.sey-show {

    display: block

}



.sey-hide {

    display: none

}



.sey-empty {

    cursor: default;

    padding: 7px

}



.sey-item {

    cursor: pointer;

    overflow: hidden;

    padding: 7px;

    text-overflow: ellipsis;

    white-space: nowrap

}



.sey-item:hover {

    background-color: #444;

    color: #fff

}



.sey-selected {

    background-color: #333;

    color: #fff

}



.sey-char-highlight {

    font-weight: 700

}



.sey-category-id {

    background-color: #eee;

    box-shadow: 1px 0 1px;

    color: #aaa;

    font-size: 12px;

    font-style: italic;

    padding: 7px;

    text-align: right;

    text-transform: capitalize

}



.page-sidebar {

    background: var(--white);

    box-shadow: 0 4px 40px rgb(0 0 0 / .1);

    height: 100vh;

    left: 0;

    margin-top: 77px;

    position: fixed;

    top: 0;

    transition: all .5s;

    width: 253px;

    z-index: 3

}



@media (max-width:991.98px) {

    .page-sidebar {

        margin-top: 70px

    }

}



@media (max-width:767.98px) {

    .page-sidebar {

        margin-top: 67px

    }

}



@media (max-width:680px) {

    .page-sidebar {

        margin-top: 65px

    }

}



@media (max-width:575.98px) {

    .page-sidebar {

        margin-top: 63px

    }

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+1) .stroke-icon,

.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+2) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+1) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+2) .stroke-icon {

    stroke: #73d08c

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+3) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+3) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+4) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+4) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+5) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+5) .stroke-icon {

    stroke: #ef8570

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+6) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+6) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+7) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+7) .stroke-icon {

    stroke: #0bdefc

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+8) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+8) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+9) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+9) .stroke-icon {

    stroke: #ef8570

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+10) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+10) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+11) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+11) .stroke-icon {

    stroke: #0bdefc

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+12) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+12) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+13) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+13) .stroke-icon {

    stroke: #ef8570

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+14) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+14) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+15) .stroke-icon,

.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+16) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+15) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+16) .stroke-icon {

    stroke: #0bdefc

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+17) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+17) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+18) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+18) .stroke-icon {

    stroke: #0bdefc

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+19) .stroke-icon,

.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+20) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+19) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+20) .stroke-icon {

    stroke: #ef8570

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+21) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+21) .stroke-icon {

    stroke: #4f4f4f

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+22) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+22) .stroke-icon {

    stroke: #0bdefc

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+23) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+23) .stroke-icon {

    stroke: #73d08c

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+24) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+24) .stroke-icon {

    stroke: #4f4f4f

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+25) .stroke-icon,

.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+26) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+25) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+26) .stroke-icon {

    stroke: #73d08c

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+27) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+27) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+28) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+28) .stroke-icon {

    stroke: #73d08c

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+29) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+29) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+30) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+30) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+31) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+31) .stroke-icon {

    stroke: #73d08c

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+32) .stroke-icon,

.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+33) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+32) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+33) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+34) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+34) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+35) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+35) .stroke-icon {

    stroke: #ef8570

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+36) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+36) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+37) .stroke-icon,

.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+38) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+37) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+38) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+39) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+39) .stroke-icon {

    stroke: #4f4f4f

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+40) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+40) .stroke-icon {

    stroke: #0bdefc

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+41) .stroke-icon,

.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+42) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+41) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+42) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+43) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+43) .stroke-icon {

    stroke: #4f4f4f

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+44) .stroke-icon,

.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+45) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+44) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+45) .stroke-icon {

    stroke: #0bdefc

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+46) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+46) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+47) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+47) .stroke-icon {

    stroke: #4f4f4f

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+48) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+48) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+49) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+49) .stroke-icon {

    stroke: #73d08c

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+50) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+50) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+51) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+51) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+52) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+52) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+53) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+53) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+54) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+54) .stroke-icon {

    stroke: #0bdefc

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+55) .stroke-icon,

.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+56) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+55) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+56) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+57) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+57) .stroke-icon {

    stroke: #0bdefc

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+58) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+58) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+59) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+59) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+60) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+60) .stroke-icon {

    stroke: #4f4f4f

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+61) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+61) .stroke-icon {

    stroke: #ef8570

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+62) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+62) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+63) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+63) .stroke-icon {

    stroke: #73d08c

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+64) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+64) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+65) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+65) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+66) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+66) .stroke-icon {

    stroke: #ef8570

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+67) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+67) .stroke-icon {

    stroke: #73d08c

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+68) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+68) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+69) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+69) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+70) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+70) .stroke-icon {

    stroke: #73d08c

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+71) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+71) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+72) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+72) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+73) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+73) .stroke-icon {

    stroke: #4f4f4f

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+74) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+74) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+75) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+75) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+76) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+76) .stroke-icon {

    stroke: #ef8570

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+77) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+77) .stroke-icon {

    stroke: #73d08c

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+78) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+78) .stroke-icon {

    stroke: #4f4f4f

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+79) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+79) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+80) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+80) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+81) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+81) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+82) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+82) .stroke-icon {

    stroke: #ef8570

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+83) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+83) .stroke-icon {

    stroke: #4f4f4f

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+84) .stroke-icon,

.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+85) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+84) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+85) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+86) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+86) .stroke-icon {

    stroke: #73d08c

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+87) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+87) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+88) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+88) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+89) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+89) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+90) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+90) .stroke-icon {

    stroke: #49c1b9

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+91) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+91) .stroke-icon {

    stroke: #ef8570

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+92) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+92) .stroke-icon {

    stroke: #4f4f4f

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+93) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+93) .stroke-icon {

    stroke: #f8c0a0

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+94) .stroke-icon,

.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+95) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+94) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+95) .stroke-icon {

    stroke: #ef8570

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+96) .stroke-icon,

.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+97) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+96) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+97) .stroke-icon {

    stroke: #0bdefc

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+98) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+98) .stroke-icon {

    stroke: #4f4f4f

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+99) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+99) .stroke-icon {

    stroke: #ffb438

}



.page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+100) .stroke-icon,

.page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+100) .stroke-icon {

    stroke: #49c1b9

}



@media (max-width:575.98px) {

    .page-sidebar {

        width: 240px

    }

}



.page-sidebar .logo-wrapper {

    background-color: var(--theme-default);

    box-shadow: 0 4px 15px rgb(0 0 0 / .05);

    justify-content: space-between;

    padding: 18px 24px

}



@media (max-width:1199.98px) {

    .page-sidebar .logo-wrapper {

        padding: 19px 24px

    }

}



.page-sidebar .logo-wrapper .close-btn.sidebar-close {

    display: none

}



@media (max-width:991px) {

    .page-sidebar .logo-wrapper .close-btn.sidebar-close {

        display: block

    }

}



.page-sidebar .sidebar-menu .shape {

    margin-bottom: -6px;

    margin-top: 10px

}



.page-sidebar .sidebar-menu .shape1 {

    align-items: center;

    display: flex;

    flex-direction: column;

    justify-content: center;

    position: absolute;

    width: 11px;

    z-index: 1

}



.page-sidebar .sidebar-menu .shape1 .line {

    background-color: var(--white);

    border: 1px solid var(--shape-border);

    border-radius: 5px;

    height: 40px;

    position: relative;

    width: 4px

}



.page-sidebar .sidebar-menu .shape1 .line:after,

.page-sidebar .sidebar-menu .shape1 .line:before {

    background-color: var(--black);

    border-radius: 100%;

    content: "";

    display: inline-block;

    height: 8px;

    left: -4px;

    margin-left: .5px;

    position: absolute;

    width: 8px;

    z-index: -1

}



.page-sidebar .sidebar-menu .shape1 .line:before {

    top: -5px

}



.page-sidebar .sidebar-menu .shape1 .line:after {

    bottom: -5px

}



.page-sidebar .sidebar-menu .shape1-left {

    left: 11%

}



.page-sidebar .sidebar-menu .shape1-right {

    right: 15.5%

}



.page-sidebar .sidebar-menu .shape1-right .line:after,

.page-sidebar .sidebar-menu .shape1-right .line:before {

    left: -3px

}



.page-sidebar .sidebar-submenu {

    animation: fadeIn .4s;

    border-left: 2px solid var(--theme-default);

    display: none;

    flex-direction: column;

    margin-bottom: 10px;

    margin-left: 20px;

    margin-top: 10px

}



.page-sidebar .sidebar-submenu li {

    display: block;

    padding: 0 10px

}



.page-sidebar .sidebar-submenu li .submenu-title {

    align-items: center;

    display: flex

}



.page-sidebar .sidebar-submenu li .submenu-title i {

    color: var(--gray-700);

    margin-left: auto

}



.page-sidebar .sidebar-submenu li .according-submenu li a {

    color: var(--gray-700);

    opacity: .7

}



.page-sidebar .sidebar-submenu a {

    color: var(--gray-700);

    display: block;

    font-size: 15px;

    letter-spacing: .5px;

    padding: 4px 4px 4px 15px;

    position: relative

}



.page-sidebar .sidebar-submenu a:before {

    background: var(--gray-700);

    border-radius: 100%;

    content: "";

    height: 4px;

    left: 0;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    transition: all .5s;

    width: 4px

}



.page-sidebar .sidebar-link {

    align-items: center;

    border-radius: 11px;

    color: var(--body-font-color);

    display: flex;

    font-weight: 500;

    gap: 10px;

    padding: 12px 20px

}



.page-sidebar .sidebar-link svg {

    height: 18px;

    width: 18px;

    stroke: var(--body-font-color);

    transition: all .5s

}



.page-sidebar .sidebar-link .arrow {

    height: 15px;

    margin-left: auto;

    transition: all .5s;

    width: 15px

}



.page-sidebar .sidebar-link span {

    margin-bottom: -2px

}



.sidebar-menu {

    display: flex;

    height: calc(100vh - 70px);

    overflow: auto;

    padding: 15px 25px;

    position: relative

}



.sidebar-menu .sidebar-list {

    border-bottom: 1px solid var(--border-color);

    display: block;

    width: 100%

}



.sidebar-menu .sidebar-list.active .sidebar-link {

    background-color: rgb(175 175 175 / .2);

    border-bottom: none;

    color: var(--theme-default)

}



.sidebar-menu .sidebar-list.active .sidebar-link .stroke-icon {

    color: var(--theme-default)

}



.sidebar-menu .sidebar-list.active .sidebar-link .iconly-Arrow-Right-2 {

    transform: rotate(90deg) !important

}



.sidebar-menu .sidebar-list:hover .sidebar-link .h6,

.sidebar-menu .sidebar-list:hover .sidebar-link a,

.sidebar-menu .sidebar-list:hover .sidebar-link h6,

.sidebar-menu .sidebar-list:hover .sidebar-link i {

    color: var(--theme-default)

}



.sidebar-menu .sidebar-list .iconly-Arrow-Right-2 {

    font-size: 16px !important;

    transform: rotate(0deg) !important;

    transition: all .4s ease-in-out

}



.sidebar-menu .sidebar-list i.fa-thumbtack {

    background-color: var(--theme-default);

    border: 1px solid hsl(0 0% 100% / .6);

    border-radius: 50%;

    color: #fff;

    font-size: 11px;

    opacity: 0;

    padding: 4px 6px;

    position: absolute;

    right: -7px;

    top: -7px;

    visibility: hidden;

    z-index: 9999

}



.sidebar-menu .sidebar-list .pin-title {

    order: -1

}



.sidebar-menu .sidebar-list .sidebar-submenu>li.active .submenu-title,

.sidebar-menu .sidebar-list .sidebar-submenu>li.active .submenu-title i {

    color: var(--body-font-color)

}



.sidebar-menu .sidebar-list.pined {

    order: -1 !important

}



.sidebar-menu .sidebar-list:hover i.fa-thumbtack {

    cursor: pointer;

    opacity: 1;

    visibility: visible

}



.sidebar-menu .sidebar-list:hover .sidebar-link {

    background-color: rgb(175 175 175 / .2);

    color: var(--theme-default)

}



.sidebar-menu .sidebar-list:hover .sidebar-link .stroke-icon {

    stroke: var(--theme-default)

}



.sidebar-menu .sidebar-list .sidebar-link {

    border-radius: 5px;

    padding: 12px 10px

}



.sidebar-menu .sidebar-list .sidebar-link.active {

    background-color: rgb(175 175 175 / .2);

    border-bottom: none;

    color: var(--theme-default)

}



.sidebar-menu .sidebar-list .sidebar-link.active .stroke-icon {

    color: var(--theme-default)

}



.sidebar-menu .sidebar-list .sidebar-link.active .iconly-Arrow-Right-2 {

    transform: rotate(90deg) !important

}



.sidebar-menu .sidebar-list .sidebar-link.active .h6,

.sidebar-menu .sidebar-list .sidebar-link.active h6 {

    color: var(--theme-default)

}



.sidebar-menu .sidebar-list .sidebar-link .stroke-icon {

    color: var(--body-font-color)

}



.sidebar-menu .sidebar-list .sidebar-link .iconly-Arrow-Right-2 {

    margin-left: auto

}



.sidebar-menu .sidebar-list .sidebar-link .badge {

    background-color: var(--theme-default);

    border-radius: 50%;

    color: var(--white);

    line-height: .9;

    margin-left: auto;

    /* padding: .357rem .5rem */

}



.sidebar-menu .sidebar-list a.active {

    color: var(--theme-default)

}



.sidebar-menu .sidebar-list a.active:before {

    background-color: var(--theme-default)

}



.sidebar-menu .sidebar-list:last-child {

    border-bottom: none

}



.sidebar-menu .sidebar-list .h6,

.sidebar-menu .sidebar-list h6 {

    font-size: 16px;

    font-weight: 600

}



.sidebar-menu .sidebar-title {

    color: var(--light-gray-color);

    font-size: 14px;

    padding: 9px 0 9px 5px;

    text-transform: uppercase

}



.nav-sub-childmenu {

    display: none;

    padding: 0;

    position: relative !important;

    right: 0;

    width: 100%

}



.nav-sub-childmenu.opensubchild {

    display: block

}



.nav-sub-childmenu li a {

    padding: 6px 45px;

    padding-left: 56px !important

}



.nav-sub-childmenu li a:after {

    display: none

}



.md-sidebar {

    position: relative

}



.md-sidebar .md-sidebar-toggle {

    display: none;

    margin-bottom: 20px;

    text-transform: capitalize;

    width: -moz-fit-content;

    width: fit-content

}



@media only screen and (max-width:1199.98px) {

    .md-sidebar .md-sidebar-toggle {

        display: block

    }



    .md-sidebar .md-sidebar-aside {

        left: 0;

        opacity: 0;

        position: absolute;

        top: 40px;

        visibility: hidden;

        width: 280px;

        z-index: 3

    }

}



@media only screen and (max-width:1199.98px) and (max-width:340px) {

    .md-sidebar .md-sidebar-aside {

        width: 255px

    }

}



@media only screen and (max-width:1199.98px) {

    .md-sidebar .md-sidebar-aside.open {

        opacity: 1;

        visibility: visible

    }



    .md-sidebar .job-sidebar {

        background-color: var(--white);

        padding: 20px

    }

}



.page-sidebar .left-arrow,

.page-sidebar .right-arrow {

    display: none

}



.page-sidebar .sidebar-menu .sidebar-list .sidebar-link.active svg.stroke-icon {

    stroke: var(--theme-default)

}



.page-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li.active .according-submenu li a.active {

    color: var(--theme-default)

}



.page-sidebar .sidebar-submenu .according-submenu:not(.active) {

    display: none

}



.page-sidebar .sidebar-submenu .according-submenu.active {

    display: block

}



.page-sidebar .sidebar-submenu .sidebar-list:not(.active) .sidebar-submenu {

    display: none

}



.page-wrapper.horizontal-sidebar {

    margin-left: unset !important

}



[dir=rtl] .page-wrapper.horizontal-sidebar {

    margin-right: 0 !important

}



.page-wrapper.horizontal-sidebar .page-body-wrapper {

    margin-left: unset !important

}



[dir=rtl] .page-wrapper.horizontal-sidebar .page-body-wrapper {

    margin-right: unset !important

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar {

    background: var(--white);

    border-top: 0;

    box-shadow: 0 9px 24px rgb(89 102 122 / .05);

    height: 52px;

    line-height: inherit;

    margin-top: 78px;

    overflow-x: hidden;

    overflow-y: visible;

    position: fixed;

    width: 100vw;

    z-index: 1;

    z-index: 3

}



[dir=rtl] .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar {

    direction: ltr

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .logo-wrapper,

.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .user-wrap {

    display: none !important

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu {

    flex-direction: row !important;

    height: unset;

    overflow: hidden;

    padding: 0 !important

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .line,

.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-main-title {

    display: none

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list {

    border-bottom: 0;

    display: inline-block;

    padding: 10px 0;

    position: relative;

    width: unset

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list.active .sidebar-submenu {

    display: block !important

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list.active .sidebar-submenu a.active {

    color: var(--theme-default)

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list.active .sidebar-link {

    background-color: #fff0;

    border-bottom: none;

    color: var(--theme-default)

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list.active .sidebar-link .stroke-icon {

    color: var(--theme-default)

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-link {

    border-radius: 5px;

    font-weight: 500;

    letter-spacing: .04em;

    line-height: 23px;

    margin: 0 3px;

    padding: 5px 15px;

    position: relative;

    text-decoration: none;

    text-transform: capitalize;

    transition: all .3s ease;

    white-space: nowrap

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-link .feather {

    transform: rotate(90deg) !important

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-link.active {

    background-color: #fff0

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-link.active .iconly-Arrow-Right-2 {

    transform: rotate(0deg) !important

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-link .badge {

    display: none

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list i.fa-thumbtack {

    color: var(--theme-default);

    position: absolute;

    right: 0;

    top: 19px;

    visibility: hidden

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu {

    background: var(--white);

    border: 1 solid var(--border-color);

    box-shadow: 0 0 5px rgb(15 34 58 / .15);

    display: none !important;

    margin-top: 10px;

    padding: 15px;

    position: fixed;

    width: 200px;

    z-index: 4

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li {

    padding: 0;

    position: relative

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li a.active {

    color: var(--theme-default)

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li a.active .svg-menu {

    stroke: var(--theme-default)

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li a:hover {

    color: var(--theme-default);

    letter-spacing: 1.5px;

    transition: all .3s ease

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li .according-submenu {

    background: var(--white);

    border: 1 solid var(--border-color);

    box-shadow: 0 0 5px rgb(15 34 58 / .15);

    display: none;

    left: 176px;

    margin-left: 0;

    margin-top: 0;

    padding: 15px;

    position: absolute;

    top: 0

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li .according-submenu li a {

    background: #fff0;

    display: block;

    font-weight: 500;

    letter-spacing: .06em;

    padding: 4px 10px;

    transition: all .3s ease;

    white-space: nowrap

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li .according-submenu li a:hover {

    color: var(--theme-default);

    letter-spacing: 1.5px;

    transition: all .3s ease

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li:hover .according-submenu,

.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list:hover .sidebar-submenu {

    display: block !important

}



@media (min-width:992px) {

    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .simplebar-wrapper .simplebar-mask {

        top: 0

    }

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .simplebar-wrapper .simplebar-mask .simplebar-content {

    display: flex

}



[dir=rtl] .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-submenu {

    margin-left: 20px;

    margin-right: unset

}



[dir=rtl] .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-submenu li a {

    padding-left: 15px;

    padding-right: unset

}



[dir=rtl] .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-submenu li a:before {

    left: 0;

    right: unset

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .left-arrow {

    align-items: center;

    background: var(--white);

    bottom: 0;

    cursor: pointer;

    display: flex;

    justify-content: center;

    left: 0;

    padding: 10px;

    position: absolute;

    top: 0;

    z-index: 1

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .left-arrow.disabled {

    display: none

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .right-arrow {

    align-items: center;

    background: var(--white);

    bottom: 0;

    cursor: pointer;

    display: flex;

    justify-content: center;

    padding: 10px;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 1

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .right-arrow.disabled {

    display: none

}



.page-wrapper.horizontal-sidebar .page-body-wrapper .page-body {

    margin-top: 50px

}



.page-wrapper.horizontal-sidebar .page-header {

    border-bottom: 1px solid var(--border-color)

}



@media (min-width:1200px) {

    .page-wrapper.horizontal-sidebar .page-header .close-btn {

        display: none

    }

}



.page-wrapper.compact-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .simplebar-wrapper .simplebar-content .sidebar-list.pined {

    order: -1 !important

}



.page-sidebar .sidebar-menu .sidebar-list {

    position: relative

}



.page-sidebar .sidebar-menu .pin-title {

    display: none;

    order: -1

}



.page-sidebar .sidebar-menu .pin-title.show {

    display: block

}



.page-wrapper.compact-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .simplebar-wrapper .simplebar-content {

    display: grid

}



.page-wrapper.horizontal-sidebar .horizontal-logo {

    display: flex !important

}



.page-wrapper.compact-wrapper .horizontal-logo {

    display: none !important

}



.page-wrapper {

    position: relative

}



.page-wrapper .page-body-wrapper {

    background-color: var(--body-color)

}



@media (min-width:1200px) {

    .page-wrapper .page-body-wrapper {

        margin-left: 253px;

        transition: all .5s

    }



    [dir=rtl] .page-wrapper .page-body-wrapper {

        margin-left: unset;

        margin-right: 253px

    }

}



.page-wrapper .page-body-wrapper .page-body {

    min-height: calc(100vh - 136px);

    padding: 0 15px;

    position: relative;

    transition: .5s

}



@media (max-width:991.98px) {

    .page-wrapper .page-body-wrapper .page-body {

        padding: 0

    }

}



.page-wrapper.sidebar-open .page-body-wrapper {

    margin-left: 0;

    transition: all .5s

}



[dir=rtl] .page-wrapper.sidebar-open .page-body-wrapper {

    margin-left: unset;

    margin-right: 0

}



.page-wrapper.sidebar-open .page-sidebar {

    left: -263px;

    transition: all .5s

}



[dir=rtl] .page-wrapper.sidebar-open .page-sidebar {

    left: unset;

    right: -263px

}



.page-header {

    /* box-shadow: 0 4px 34px rgb(10 75 85 / .05); */

    margin: 0;

    width: 100%

}



.page-header .svg-color {

    height: 20px;

    width: 20px

}



.page-header .logo-wrapper {

    background-color: var(--theme-default);

    justify-content: space-between;

    padding: 15px 16px;

    width: 253px

}



@media (max-width:1199px) {

    .page-header .logo-wrapper {

        background-color: unset

    }

}



@media (max-width:991.98px) {

    .page-header .logo-wrapper {

        width: 230px

    }

}



@media (max-width:767.98px) {

    .page-header .logo-wrapper {

        padding: 14px 0 14px 14px;

        width: 170px

    }



    [dir=rtl] .page-header .logo-wrapper {

        padding: 14px 14px 14px 0

    }

}



@media (max-width:480px) and (min-width:420px) {

    .page-header .logo-wrapper {

        width: 154px

    }

}



@media (max-width:420px) {

    .page-header .logo-wrapper {

        width: auto

    }

}



.page-header .logo-wrapper .close-btn {

    align-items: center;

    background-color: hsl(20 20% 97% / .239);

    border-radius: 50%;

    color: #fff;

    display: flex;

    height: 38px;

    justify-content: center;

    transition: all .3s;

    width: 38px

}



@media (max-width:1199px) {

    .page-header .logo-wrapper .close-btn {

        background-color: rgb(175 175 175 / .2);

        color: var(--theme-default)

    }

}



@media (max-width:767.98px) {

    .page-header .logo-wrapper .close-btn {

        height: 35px;

        width: 35px

    }

}



.page-header .logo-wrapper .close-btn .svg-color {

    stroke: #fff

}



@media (max-width:1199px) {

    .page-header .logo-wrapper .close-btn .svg-color {

        stroke: var(--theme-default)

    }

}



.page-header .logo-wrapper .close-btn:hover {

    background-color: var(--body-color)

}



@media (max-width:1199px) {

    .page-header .logo-wrapper .close-btn:hover {

        background-color: rgb(175 175 175 / .2)

    }

}



.page-header .logo-wrapper .close-btn:hover .svg-color {

    stroke: var(--theme-default) !important

}



@media (max-width:767.98px) {

    .page-header .logo-wrapper img {

        width: 100px

    }

}



@media (max-width:575.98px) {

    .page-header .logo-wrapper img {

        width: 90px

    }

}



@media (max-width:420px) {

    .page-header .logo-wrapper img {

        display: none !important

    }

}



.page-header .logo-wrapper .dark-logo {

    display: none

}



@media (max-width:1199px) {

    .page-header .logo-wrapper .dark-logo {

        display: block

    }



    .page-header .logo-wrapper .light-logo {

        display: none

    }

}



header {

    background-color: var(--white);

    position: sticky;

    top: 0;

    z-index: 5

}



@media (max-width:991px) {

    header {

        z-index: 3

    }

}



header ul[class*=header-] {

    align-items: center;

    display: flex

}



header ul[class*=header-]>li {

    margin-left: 14px

}



[dir=rtl] header ul[class*=header-]>li {

    margin-left: unset;

    margin-right: 14px

}



@media (min-width:768px) and (max-width:1199.98px) {

    header ul[class*=header-]>li {

        margin-left: 8px

    }



    [dir=rtl] header ul[class*=header-]>li {

        margin-right: 8px

    }

}



@media (max-width:575.98px) {

    header ul[class*=header-]>li {

        margin-left: 10px

    }



    [dir=rtl] header ul[class*=header-]>li {

        margin-right: 10px

    }

}



@media (max-width:1199.98px) {

    header ul[class*=header-]>li {

        padding: 4px 10px

    }

}



@media (max-width:767.98px) {

    header ul[class*=header-]>li {

        padding: 4px 6px

    }

}



header ul[class*=header-]>li:nth-child(8) {

    align-items: center;

    background-color: var(--body-color);

    border: 1px solid var(--shape-border);

    border-radius: 79px;

    display: flex;

    height: 38px;

    justify-content: flex-start;

    padding: 0

}



@media (max-width:767px) {

    header ul[class*=header-]>li:nth-child(8) {

        display: none

    }

}



header ul[class*=header-]>li:nth-child(8) .cloud-mode {

    align-items: center;

    background-color: var(--theme-default);

    border-radius: 79px;

    cursor: pointer;

    display: flex;

    justify-content: center;

    padding: 8px 14px 8px 10px

}



[dir=rtl] header ul[class*=header-]>li:nth-child(8) .cloud-mode {

    padding: 8px 10px 8px 14px

}



header ul[class*=header-]>li:nth-child(8) .cloud-mode svg {

    height: 20px;

    width: 20px;

    stroke: var(--white)

}



header ul[class*=header-]>li:nth-child(8) .cloud-mode .h3,

header ul[class*=header-]>li:nth-child(8) .cloud-mode h3 {

    color: #fff;

    font-size: calc(13.62963px + .12346vw);

    font-weight: 700;

    position: relative;

    text-transform: capitalize

}



header ul[class*=header-]>li:nth-child(8) .cloud-mode .h3:before,

header ul[class*=header-]>li:nth-child(8) .cloud-mode h3:before {

    border: .7px solid #fff;

    border-radius: 50%;

    content: "";

    height: 4px;

    position: absolute;

    right: -3px;

    top: 1px;

    width: 4px

}



header ul[class*=header-]>li:nth-child(n+2):not(:nth-child(8)):not(:last-child) {

    align-items: center;

    background-color: var(--body-color);

    border: 1px solid var(--shape-border);

    border-radius: 30px;

    display: flex;

    height: 38px;

    justify-content: center;

    padding: 0;

    width: 38px

}



@media (max-width:767.98px) {

    header ul[class*=header-]>li:nth-child(n+2):not(:nth-child(8)):not(:last-child) {

        height: 35px;

        width: 35px

    }

}



@media (max-width:575.98px) {

    header ul[class*=header-]>li:nth-child(n+2):not(:nth-child(8)):not(:last-child) {

        background: unset;

        border: none;

        height: auto;

        width: auto

    }

}



header ul[class*=header-]>li:first-child {

    display: block;

    margin-left: 0

}



[dir=rtl] header ul[class*=header-]>li:first-child {

    margin-right: 0

}



@media (min-width:991px) and (max-width:1180px) {

    header ul[class*=header-]>li:first-child {

        display: none

    }

}



@media (max-width:680px) {

    header ul[class*=header-]>li:first-child {

        display: none

    }

}



@media (max-width:767.98px) {



    header ul[class*=header-]>li .search-icon>.svg-color,

    header ul[class*=header-]>li>a>.svg-color {

        height: 16px;

        width: 16px

    }



    header ul[class*=header-]>li .search {

        margin-left: 0

    }

}



header ul[class*=header-]>li.profile-nav {

    cursor: pointer

}



header ul[class*=header-]>li.profile-nav .custom-menu .profile-body {

    padding: 18px;

    width: 158px

}



header ul[class*=header-]>li.profile-nav .custom-menu .profile-body li {

    padding: 10px 0

}



header ul[class*=header-]>li.profile-nav .custom-menu .profile-body li:first-child {

    padding-top: 0

}



header ul[class*=header-]>li.profile-nav .custom-menu .profile-body li+li {

    border-top: 1px solid var(--gray-200)

}



header ul[class*=header-]>li.profile-nav .custom-menu .profile-body li:last-child {

    padding-bottom: 0

}



header ul[class*=header-]>li.profile-nav .custom-menu .profile-body li svg {

    height: 18px;

    width: 18px

}



@media (max-width:575.98px) {

    header ul[class*=header-]>li.profile-nav .custom-menu .profile-body {

        width: 100%

    }

}



@media (max-width:1199.98px) {

    header ul[class*=header-]>li.profile-nav {

        padding: 0

    }

}



header ul[class*=header-] .weather-menu {

    margin-left: 14px

}



header ul[class*=header-] .weather-menu .btn {

    border-radius: 30px

}



header ul[class*=header-] .weather-menu .btn span {

    text-transform: uppercase

}



header ul[class*=header-] .weather-menu .btn span sup {

    top: -.8em

}



header ul[class*=header-] .weather-menu .btn span sup svg {

    height: 4px;

    width: 4px

}



header ul[class*=header-] .weather-menu .btn:first-child {

    border: 0;

    margin-right: -40px;

    padding: 12px;

    z-index: 9

}



header ul[class*=header-] .weather-menu .btn:last-child {

    background-color: var(--body-color);

    border: 1px solid var(--shape-border)

}



header ul[class*=header-] .weather-menu .btn {

    padding: 12px 10px 12px 44px;

    position: relative;

    z-index: 1

}



@media (min-width:768px) and (max-width:1199.98px) {

    header ul[class*=header-] .weather-menu .btn {

        padding: 10px 8px 10px 38px

    }

}



header a .svg-color {

    transition: all .5s

}



header a:hover .svg-color {

    transition: all .5s;

    stroke: var(--theme-default)

}



header .page-main-header {

    align-items: center;

    display: flex;

    justify-content: space-between;

    padding: 15px 30px

}



@media (max-width:1199.98px) {

    header .page-main-header {

        padding: 15px 20px

    }

}



@media (max-width:991px) {

    header .page-main-header {

        padding: 15px 16px

    }

}



@media (max-width:767.98px) {

    header .page-main-header {

        padding: 14px

    }

}



header .header-left {

    align-items: center;

    display: flex;

    gap: 14px

}



@media (max-width:340px) {

    header .header-left {

        gap: 0

    }

}



header .header-left .horizontal-logo a {

    display: none

}



header .form-group-header {

    background-color: var(--body-color);

    border: 1px solid var(--shape-border);

    border-radius: 30px

}



@media (min-width:1500px) {

    header .form-group-header {

        width: 530px

    }

}



@media (max-width:1499.99px) {

    header .form-group-header {

        width: 300px

    }

}



@media (max-width:1199.98px) {

    header .form-group-header {

        width: 196px

    }

}



header .form-group-header .Typeahead {

    padding: 11px 20px

}



header .form-group-header .search-bg {

    font-size: 16px

}



header .search-full {

    background-color: var(--white);

    height: 0;

    position: absolute;

    right: 0;

    transform: scale(0);

    transition: all .3s ease;

    width: 0;

    z-index: 1

}



header .search-full.open {

    animation: zoomIn .5s ease-in-out;

    height: 100%;

    transform: scale(1);

    transition: all .3s ease;

    width: 100%

}



header .search-full .form-group:before {

    color: var(--font-color);

    content: "\f002";

    font-family: FontAwesome;

    font-size: 16px;

    left: 30px;

    position: absolute;

    top: 22px;

    z-index: 2

}



@media (max-width:440px) {

    header .search-full .form-group:before {

        top: 11px

    }

}



header .search-full .form-group .close-search {

    color: var(--font-color);

    cursor: pointer;

    font-size: 15px;

    position: absolute;

    right: 30px;

    top: 22px

}



@media (max-width:440px) {

    header .search-full .form-group .close-search {

        top: 11px

    }

}



header .search-full input {

    background-color: var(--white);

    box-shadow: 0 0 40px rgb(0 0 0 / .15);

    line-height: 30px;

    padding-left: 60px;

    position: absolute;

    top: 13px;

    width: 100% !important

}



@media (max-width:440px) {

    header .search-full input {

        top: 0

    }

}



header .header-right .h6 .svg-color,

header .header-right h6 .svg-color,

header .profile-name .svg-color {

    height: 12px;

    width: 12px

}



header .profile-box {

    align-items: center;

    background: var(--white);

    border: 1px solid var(--shape-border);

    border-radius: 30px;

    cursor: pointer;

    gap: 4px;

    padding: 6px 12px

}



@media (max-width:1199.98px) {

    header .profile-box {

        border: none;

        box-shadow: none;

        padding: 0

    }



    header .profile-box .profile-name {

        display: none

    }

}



@media (max-width:575.98px) {

    header .profile-box img {

        height: 25px;

        width: 25px

    }

}



header .profile-menu li {

    padding: 10px 12px

}



header .profile-menu li a {

    display: flex;

    gap: 10px

}



@media (max-width:1199.98px) {

    header .profile-menu {

        min-width: 150px

    }

}



header .profile-menu:not(.language-menu) {

    top: 55px

}



@media (max-width:1199.98px) {

    header .profile-menu:not(.language-menu) {

        top: 40px

    }

}



@media (max-width:575.98px) {

    header .profile-menu:not(.language-menu) {

        top: 45px

    }

}



header .language-menu {

    min-width: 90px

}



header .language-menu li:nth-child(n+2) {

    border-top: 1px solid var(--shape-border)

}



header .custom-menu .h5,

header .custom-menu .h6,

header .custom-menu h5,

header .custom-menu h6 {

    font-weight: 600

}



header .title {

    align-items: center;

    display: flex;

    gap: 10px

}



header .custom-menu .bg-primary-light {

    padding: 15px 20px

}



header .dropdown-title {

    border-bottom: 1px dashed var(--border-color);

    padding: 14px 20px;

    text-align: center

}



header .cart-dropdown {

    box-shadow: 0 0 20px rgb(89 102 122 / .1);

    width: 300px

}



header .cart-dropdown ul {

    padding: 0 0 15px

}



header .cart-dropdown li {

    margin: 0 15px;

    padding: 10px 0

}



header .cart-dropdown li .d-flex {

    align-items: center;

    position: relative

}



header .cart-dropdown li .d-flex .flex-grow-1 {

    margin-right: 20px

}



header .cart-dropdown li .d-flex .flex-grow-1 span {

    letter-spacing: .8px

}



[dir=rtl] header .cart-dropdown li .d-flex .flex-grow-1 {

    margin-left: 20px;

    margin-right: unset

}



header .cart-dropdown li+li {

    border-top: 1px dashed var(--border-color);

    margin-top: 0

}



header .cart-dropdown li:last-child {

    border-top: none;

    padding: 20px 15px

}



header .cart-dropdown p {

    line-height: 1.3;

    margin-top: 3px;

    opacity: .6

}



header .cart-dropdown .close-circle {

    position: absolute;

    right: 0;

    top: 0

}



[dir=rtl] header .cart-dropdown .close-circle {

    left: 0;

    right: unset

}



header .cart-dropdown .close-circle a {

    align-items: center;

    border-radius: 100%;

    display: flex;

    height: 17px;

    justify-content: center;

    width: 17px

}



header .cart-dropdown .close-circle svg {

    width: 14px;

    stroke: #fff

}



header .cart-dropdown .qty-box {

    margin: 5px 0

}



header .cart-dropdown .qty-box .input-group {

    background-color: #fff0;

    width: 80px

}



header .cart-dropdown .qty-box .input-group input {

    background-color: #fff0

}



header .cart-dropdown .qty-box .input-group .btn,

header .cart-dropdown .qty-box .input-group input {

    font-family: Nunito Sans, sans-serif;

    font-size: 10px;

    font-weight: 700

}



header .cart-dropdown .qty-box .input-group .btn {

    background-color: rgb(175 175 175 / .1) !important;

    border-color: rgb(175 175 175 / .1) !important;

    border-radius: 100%;

    color: var(--body-font-color);

    font-size: 14px;

    padding: 0 7px

}



header .cart-dropdown .font-primary {

    margin: 8px 8px 0

}



header .cart-dropdown .total {

    background-color: var(--body-color);

    border: none;

    margin: 0;

    padding: 15px

}



header .cart-dropdown .total .h6,

header .cart-dropdown .total h6 {

    font-family: Nunito Sans, sans-serif;

    font-size: 12px;

    font-weight: 500;

    letter-spacing: .5px;

    line-height: 14px

}



header .cart-dropdown .total .h6 span,

header .cart-dropdown .total h6 span {

    float: right;

    font-size: 14px

}



header .cart-dropdown .view-checkout {

    text-decoration: unset

}



header .notification-dropdown {

    min-width: 335px

}



header .notification-dropdown .title {

    justify-content: space-between

}



header .notification-dropdown .title span {

    font-size: 13px

}



header .notification-dropdown ul.activity-timeline {

    padding: 10px 0;

    position: relative

}



header .notification-dropdown ul.activity-timeline .d-flex {

    align-items: center

}



header .notification-dropdown ul.activity-timeline .d-flex .activity-line {

    border-left: 1px dashed var(--font-color);

    height: 72%;

    left: 26px;

    margin: 0 auto;

    position: absolute;

    top: 20px;

    z-index: 1

}



header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 {

    display: block;

    margin-left: 15px

}



header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 .h6 span,

header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 h6 span {

    color: var(--body-font-color);

    margin-left: 5px

}



@media (max-width:586px) {



    header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 .h6 span .circle-color,

    header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 h6 span .circle-color {

        height: 8px !important;

        width: 8px !important

    }

}



header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 .h5,

header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 h5 {

    font-size: 14px;

    margin-top: 6px

}



header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 p {

    color: var(--body-font-color);

    font-size: 14px;

    margin-bottom: 0;

    margin-top: 3px;

    opacity: .6

}



header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 p:first-child {

    font-size: 12px

}



header .notification-dropdown ul.activity-timeline .d-flex .activity-dot-primary,

header .notification-dropdown ul.activity-timeline .d-flex .activity-dot-secondary {

    left: 4px

}



header .notification-dropdown ul li {

    padding: 10px 20px

}



header .notification-dropdown ul .bg-primary-light {

    margin-bottom: 10px

}



header .bookmark-dropdown {

    min-width: 300px

}



header .bookmark-dropdown .input-group {

    border: none

}



header .bookmark-dropdown .input-group .form-control {

    border: 1px solid var(--shape-border);

    border-radius: 30px;

    border-right: none

}



header .bookmark-dropdown .input-group .input-group-text {

    border: 1px solid var(--shape-border);

    border-radius: 30px

}



header .bookmark-dropdown ul {

    padding: 10px 0

}



header .bookmark-dropdown ul li {

    display: block;

    padding: 10px 15px

}



header .bookmark-dropdown ul li .d-flex a {

    font-weight: 600

}



header .bookmark-dropdown ul li:nth-child(n+2) {

    border-top: none

}



header .bookmark-dropdown ul li:nth-child(n+2):hover {

    background-color: rgb(175 175 175 / .2);

    cursor: pointer

}



header .bookmark-dropdown ul li:hover a {

    color: var(--theme-default)

}



header .bookmark-dropdown ul li:hover .icon-star {

    stroke: var(--info-color)

}



header .bookmark-dropdown ul li .icon-star {

    height: 16px;

    width: 16px

}



header .bookmark-dropdown ul li .flex-shrink-0 a {

    align-items: center;

    display: flex;

    height: 100%;

    justify-content: center

}



header .bookmark-dropdown a {

    justify-content: space-between

}



header .bookmark-dropdown .h5,

header .bookmark-dropdown a,

header .bookmark-dropdown h5 {

    align-items: center;

    display: flex;

    gap: 10px

}



header .bookmark-dropdown .icon-star {

    height: 16px;

    width: 16px

}



header .bookmark-dropdown .starred {

    stroke: var(--info-color)

}



header .bookmark-dropdown .input-group {

    box-shadow: none

}



@media (max-width:575.98px) {

    header .custom-menu {

        min-width: unset;

        position: fixed;

        right: 10px;

        top: 45px;

        width: calc(100% - 200px)

    }



    [dir=rtl] header .custom-menu {

        left: 10px;

        right: unset

    }

}



@media only screen and (max-width:480px) {

    header .custom-menu {

        width: 300px

    }

}



@media only screen and (max-width:360px) {

    header .custom-menu {

        width: 280px

    }

}



header .header-right .custom-dropdown .translate_wrapper .current_lang .flag-icon {

    font-size: 16px

}



header .header-right .custom-dropdown .translate_wrapper .current_lang .h6,

header .header-right .custom-dropdown .translate_wrapper .current_lang h6 {

    display: inline-flex;

    margin-left: 1px

}



header .header-right i {

    font-size: 20px;

    line-height: 1.8

}



@media (max-width:575.98px) {

    header .header-right i {

        font-size: 15px !important

    }

}



@media (max-width:586px) {

    header .header-right i {

        font-size: 17px

    }

}



header .header-right svg {

    height: 20px;

    width: 20px;

    stroke: var(--body-font-color);

    fill: var(--white)

}



@media (max-width:575.98px) {

    header .header-right svg {

        height: 15px !important;

        width: 15px !important

    }

}



@media (max-width:586px) {

    header .header-right svg {

        height: 17px !important;

        width: 17px !important

    }

}



header .header-right a {

    color: var(--body-font-color)

}



header .btn-activity-primary {

    background-color: rgb(175 175 175 / .1);

    border: 1px solid rgb(175 175 175 / .1);

    border-radius: 30px;

    height: 32px;

    width: 32px

}



header .btn-activity-primary .svg-color,

header .btn-activity-primary:hover .svg-color {

    stroke: var(--theme-default)

}



header .btn-activity-secondary {

    background-color: rgb(243 145 89 / .1);

    border: 1px solid rgb(243 145 89 / .1);

    border-radius: 30px;

    height: 32px;

    width: 32px

}



header .btn-activity-secondary .svg-color,

header .btn-activity-secondary:hover .svg-color {

    stroke: var(--theme-secondary)

}



header .btn-activity-danger {

    background-color: rgb(231 75 43 / .1);

    border: 1px solid rgb(231 75 43 / .1);

    border-radius: 30px;

    height: 32px;

    width: 32px

}



header .btn-activity-danger .svg-color,

header .btn-activity-danger:hover .svg-color {

    stroke: var(--danger-color)

}



header .circle-dot-primary {

    background-color: rgb(175 175 175 / .1);

    border-radius: 100%;

    color: var(--theme-default);

    font-size: 5px;

    padding: 3px

}



header .circle-dot-primary .circle-color {

    background-color: var(--theme-default);

    border-radius: 30px;

    height: 8px;

    width: 8px;

    stroke: var(--theme-default)

}



header .circle-dot-secondary {

    background-color: rgb(243 145 89 / .1);

    border-radius: 100%;

    color: var(--theme-secondary);

    font-size: 5px;

    padding: 3px

}



header .circle-dot-secondary .circle-color {

    stroke: var(--theme-secondary);

    background-color: var(--theme-secondary);

    border-radius: 30px;

    height: 8px;

    width: 8px

}



.page-wrapper.horizontal-sidebar .page-header .header-left .horizontal-logo a {

    display: block

}



@media (max-width:991px) {

    .page-wrapper.horizontal-sidebar .page-header .header-left .horizontal-logo a {

        display: none

    }

}



header ul[class*=header-]>li {

    position: relative

}



header ul[class*=header-]>li .badge {

    padding: 3px 6px 5px;

    position: absolute;

    right: -6px;

    top: -6px

}



@media (max-width:575.98px) {

    header ul[class*=header-]>li .badge {

        padding: 1px 4px 3px;

        right: -4px;

        top: -4px

    }

}



footer {

    background-color: var(--white);

    bottom: 0;

    left: 0;

    padding: 19px 15px

}



footer p {

    font-size: 14px;

    font-weight: 600

}



footer p .footer-icon {

    height: 19px;

    width: 19px;

    stroke: var(--footer-icon);

    fill: var(--footer-icon)

}



@media (max-width:767.98px) {

    footer {

        padding: 14px

    }



    footer .row p {

        text-align: center

    }



    footer .row p.float-end {

        float: unset !important

    }

}



@media (max-width:575.98px) {

    footer p {

        font-size: 12px

    }

}



.page-wrapper.sidebar-close {

    margin-left: 0;

    transition: all .5s

}



.page-wrapper.sidebar-close .footer {

    left: -263px;

    transition: all .5s

}



.dropzone {

    background-color: rgb(175 175 175 / .1);

    border: 2px dashed var(--theme-default);

    -o-border-image: none;

    border-image: none;

    border-radius: 15px;

    box-sizing: border-box;

    margin-left: auto;

    margin-right: auto;

    min-height: 150px;

    overflow: auto;

    overflow-x: hidden;

    padding: 50px;

    position: relative

}



.dropzone.dropzone-secondary {

    border: 2px dashed var(--theme-secondary)

}



.dropzone.dropzone-secondary i {

    color: var(--theme-secondary)

}



@media (max-width:360px) {

    .dropzone .note {

        min-width: unset !important

    }

}



.dropzone .dz-preview {

    box-shadow: unset;

    margin: 28px 18px !important

}



.dropzone .dz-preview .dz-details {

    background-color: unset;

    bottom: -6px;

    padding-bottom: 6px;

    position: relative;

    top: unset

}



.dropzone .dz-preview:hover .dz-error-message {

    display: none !important

}



.dropzone .dz-error-mark .dz-remove {

    position: relative

}



.dz-preview .dz-remove {

    cursor: pointer

}



.dropzone-secondary .dz-preview .dz-remove {

    color: var(--theme-secondary)

}



.select2 {

    max-width: 100%

}



.add-post #cke_text-box {

    border: 1px solid var(--light-semi-gray)

}



.add-post form .m-checkbox-inline label {

    margin-bottom: 0

}



.add-post form .form-control {

    border: 1px solid var(--light-semi-gray)

}



[data-theme=dark] .add-post form .form-control::-moz-placeholder {

    color: var(--light-color)

}



[data-theme=dark] .add-post form .form-control::placeholder {

    color: var(--light-color)

}



[data-theme=dark] .add-post form .form-control {

    border-color: var(--light-color)

}



.add-post form .col-form-label {

    padding-bottom: 0;

    padding-top: 0

}



.add-post form .col-form-label .select2-container--default {

    margin-top: 10px;

    max-width: 100%

}



.add-post form .col-form-label .select2-container--default .selection .select2-selection .select2-search__field {

    padding: 2px

}



.add-post form .col-form-label .select2-container--default .select2-selection--multiple {

    border: 1px solid var(--light-semi-gray);

    max-width: 100%

}



.add-post form .col-form-label .select2-container--default .select2-selection--multiple .select2-selection__rendered li {

    margin-top: 6px !important

}



.add-post .select2-container--default .select2-selection--multiple .select2-selection__choice {

    background-color: var(--theme-default);

    border: 1px solid var(--theme-default);

    color: var(--white)

}



.add-post .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {

    color: var(--white);

    float: right;

    margin-left: .5rem

}



.add-post .dropzone {

    margin-bottom: 30px

}



.select2-container--open .select2-dropdown {

    z-index: 7

}



.select2-container {

    width: 100% !important

}



.select2-container.select2 .selection {

    display: block !important

}



.select2-drpdwn .select2-selection {

    border-color: var(--light-color) !important;

    border-radius: 0 !important;

    height: 40px !important;

    padding: 5px

}



.select2-drpdwn .form-control {

    border-radius: 5px

}



.select2-drpdwn .form-control-primary {

    border-color: var(--theme-default);

    color: var(--theme-default)

}



.select2-drpdwn .form-control-secondary {

    border-color: var(--theme-secondary);

    color: var(--theme-secondary)

}



.select2-drpdwn .form-control-success {

    border-color: var(--success-color);

    color: var(--success-color)

}



.select2-drpdwn .form-control-info {

    border-color: var(--info-color);

    color: var(--info-color)

}



.select2-drpdwn .form-control-warning {

    border-color: var(--warning-color);

    color: var(--warning-color)

}



.select2-drpdwn .form-control-danger {

    border-color: var(--danger-color);

    color: var(--danger-color)

}



.select2-drpdwn .form-control-inverse {

    border-color: var(--dark-color);

    color: var(--dark-color)

}



.select2-drpdwn .form-control-primary-fill {

    background-color: var(--theme-default);

    color: var(--white)

}



.select2-drpdwn .form-control-secondary-fill {

    background-color: var(--theme-secondary);

    color: var(--white)

}



.select2-drpdwn .form-control-success-fill {

    background-color: var(--success-color);

    color: var(--white)

}



.select2-drpdwn .form-control-info-fill {

    background-color: var(--info-color);

    color: var(--white)

}



.select2-drpdwn .form-control-warning-fill {

    background-color: var(--warning-color);

    color: var(--white)

}



.select2-drpdwn .form-control-danger-fill {

    background-color: var(--danger-color);

    color: var(--white)

}



.select2-drpdwn .form-control-inverse-fill {

    background-color: var(--dark-color);

    color: var(--white)

}



.filepond--drop-label .filepond--label-action {

    color: var(--danger-color);

    text-decoration: none

}



.filepond--list .filepond--file {

    background-color: var(--theme-default)

}



.customLook {

    border: none;

    display: inline-block;

    min-width: 0

}



.customLook .tagify__tag {

    margin-top: 0

}



.customLook .tagify__tag:only-of-type .tagify__tag__removeBtn {

    display: none

}



.customLook .tagify__tag:hover .tagify__tag__removeBtn {

    margin-left: -1ch;

    opacity: 1;

    transform: none

}



.customLook .tagify__tag__removeBtn {

    margin-left: -3ch;

    opacity: 0;

    transform: translateX(-6px) scale(.5);

    transition: .12s

}



.customLook+button {

    background: none;

    border: 0;

    border-radius: 50%;

    box-shadow: 0 0 0 2px inset var(--theme-default);

    color: var(--theme-default);

    cursor: pointer;

    font: 700 1.4em/1.65 Arial;

    height: 1.65em;

    margin: 0 0 0 5px;

    outline: none;

    transition: .1s ease-out;

    vertical-align: unset;

    width: 1.65em

}



.customLook+button:hover {

    box-shadow: 0 0 0 5px inset var(--theme-default)

}



.customLook .tagify__input {

    display: none

}



.tagify--empty .tagify__input:before {

    color: var(--font-color)

}



.customSuggestionsList>div {

    border: 2px solid var(--light-color);

    max-height: 300px;

    min-height: 50px;

    overflow: auto

}



.customSuggestionsList .empty {

    color: var(--theme-default);

    font-size: 20px;

    padding: 1em;

    text-align: center

}



.tagify__dropdown.extra-properties .tagify__dropdown__item>img {

    border-radius: 2px;

    display: inline-block;

    height: 20px;

    margin-right: 5px;

    transform: scale(.75);

    transition: .12s ease-out;

    vertical-align: middle

}



.tagify__dropdown.extra-properties .tagify__dropdown__item--active>img,

.tagify__dropdown.extra-properties .tagify__dropdown__item:hover>img {

    margin-right: 12px;

    transform: none

}



.tagify.countries .tagify__input {

    min-width: 175px

}



.tagify.countries tag {

    white-space: nowrap

}



.tagify.countries tag img {

    border-radius: 2px;

    display: inline-block;

    height: 16px;

    margin-right: 3px;

    pointer-events: none

}



.tagify--select {

    width: 100%

}



.tagify__dropdown__wrapper {

    background: var(--white);

    border-color: var(--light-gray)

}



.tagify__dropdown__item--active {

    background-color: var(--gray-60);

    color: var(--body-font-color)

}



.tagify {

    --tags-focus-border-color: var(--light-border);

    --tags-border-color: var(--light-border) !important;

    border-color: var(--light-border) !important

}



.tagify__input {

    color: var(--dark-color)

}



.tagify--select:after {

    color: var(--font-color)

}



.international-num input {

    border: 1px solid var(--light-border);

    border-radius: 2px;

    padding: 10px;

    width: calc(238px + .625vw)

}



.international-num input:focus {

    outline-color: var(--light-border)

}



.international-num input::-moz-placeholder {

    color: var(--gray-60)

}



.international-num input::placeholder {

    color: var(--gray-60)

}



.international-num .results ul {

    border: 1px solid var(--light-border);

    line-height: 1.9;

    margin-top: 12px;

    padding: 8px

}



.iti--allow-dropdown .iti__flag {

    background-image: url(images/flags.png)

}



.select-box {

    display: flex;

    flex-direction: column;

    position: relative;

    width: 400px

}



.select-box .options-container {

    background: var(--light-color);

    border-radius: 0 0 8px 8px;

    color: var(--body-font-color);

    max-height: 0;

    opacity: 0;

    order: 1;

    overflow: hidden;

    transition: all .4s;

    width: 100%

}



.select-box .options-container::-webkit-scrollbar {

    border-radius: 0 8px 8px 0;

    width: 8px

}



.select-box .options-container::-webkit-scrollbar-thumb {

    border-radius: 0 8px 8px 0

}



.select-box .options-container.active {

    margin-top: 53px;

    max-height: 240px;

    opacity: 1;

    overflow-y: scroll

}



@media (min-width:1007px) and (max-width:1920px) {

    .select-box .options-container.active {

        max-width: calc(116.10077px + 14.78642vw)

    }

}



@media (min-width:768px) and (max-width:1006px) {

    .select-box .options-container.active {

        max-width: calc(62.28992px + 23.10924vw)

    }

}



@media (max-width:767px) {

    .select-box .options-container.active {

        margin-top: 46px;

        max-width: calc(118.15213px + 38.70246vw)

    }

}



.select-box .options-container.active+.selected-box:after {

    top: -6px;

    transform: rotateX(180deg)

}



.select-box .options-container.active~.search-box input {

    opacity: 1;

    pointer-events: auto

}



.select-box .selection-option {

    cursor: pointer;

    padding: 12px 24px

}



.select-box .selection-option:hover {

    background: var(--gray-60)

}



.select-box .selection-option .radio {

    display: none

}



.select-box label,

.selected-box {

    cursor: pointer

}



.selected-box {

    background: var(--light-color);

    color: var(--font-color);

    order: 0;

    padding: 12px 24px;

    position: relative

}



@media (min-width:1007px) and (max-width:1920px) {

    .selected-box {

        max-width: calc(116.10077px + 14.78642vw)

    }

}



@media (min-width:768px) and (max-width:1006px) {

    .selected-box {

        max-width: calc(62.28992px + 23.10924vw)

    }

}



@media (max-width:767px) {

    .selected-box {

        max-width: calc(118.15213px + 38.70246vw)

    }

}



.selected-box:after {

    content: "\f078";

    font-family: FontAwesome;

    height: 100%;

    position: absolute;

    right: 10px;

    top: 12px;

    transition: all .4s;

    width: 32px

}



.search-box input {

    border: 2px solid var(--light-color);

    border-radius: 6px;

    font-size: 16px;

    opacity: 0;

    padding: 12px 16px;

    pointer-events: none;

    position: absolute;

    transition: all .4s;

    width: 100%;

    z-index: 1

}



@media (min-width:1007px) and (max-width:1920px) {

    .search-box input {

        max-width: calc(116.10077px + 14.78642vw)

    }

}



@media (min-width:768px) and (max-width:1006px) {

    .search-box input {

        max-width: calc(62.28992px + 23.10924vw)

    }

}



@media (max-width:767px) {

    .search-box input {

        max-width: calc(118.15213px + 38.70246vw);

        padding: 9px 16px

    }

}



.search-box input:focus {

    outline: none

}



.tagify__tag:hover:not([readonly]) div:before {

    --tag-bg-inset: unset !important

}



@media (max-width:360px) {

    .add-post form .m-checkbox-inline label {

        margin-bottom: 8px !important

    }

}



.box-layout {

    background-blend-mode: overlay;

    background-color: hsl(0 0% 100% / .5);

    background-image: url(images/boxbg.jpg);

    overflow: hidden

}



@media only screen and (min-width:1280px) {

    .box-layout .box-col-12 {

        flex: 0 0 100%;

        max-width: 100%

    }



    .box-layout .box-col-6 {

        flex: 0 0 50%;

        max-width: 50%

    }



    .box-layout .box-col-3 {

        flex: 0 0 25%;

        max-width: 25%

    }



    .box-layout .box-col-7 {

        flex: 0 0 60%;

        max-width: 60%

    }



    .box-layout .box-col-5 {

        flex: 0 0 40%;

        max-width: 40%

    }



    .box-layout .box-col-8 {

        flex: 0 0 70%;

        max-width: 70%

    }



    .box-layout .box-col-4e {

        flex: 0 0 30%;

        max-width: 30%

    }



    .box-layout .box-col-4 {

        flex: 0 0 33.33%;

        max-width: 33%

    }



    .box-layout .box-col-8,

    .box-layout .box-col-8e {

        flex: 0 0 66.67%;

        max-width: 66.67%

    }



    .box-layout .box-col-none {

        display: none !important

    }



    .box-layout .page-wrapper {

        margin-left: 0

    }



    .box-layout .page-wrapper .page-header .header-wrapper .nav-right>ul>li .form-group .Typeahead .u-posRelative input {

        width: 96px !important

    }



    .box-layout .page-wrapper.compact-wrapper:not(.sidebar-open) .page-header {

        padding-left: 0

    }



    .box-layout .page-wrapper.compact-wrapper:not(.sidebar-open) .footer {

        padding-left: 270px

    }



    .box-layout .page-wrapper.sidebar-open .page-body-wrapper .page-sidebar {

        left: -263px !important;

        transition: all .5s !important

    }



    .box-layout .page-wrapper.sidebar-open .page-body-wrapper .page-body {

        margin-left: 0 !important;

        transition: all .5s !important

    }



    .box-layout .page-wrapper.sidebar-open .page-body-wrapper .footer {

        padding-left: 20px !important;

        transition: all .5s !important

    }



    .box-layout .learning-filter {

        order: -1

    }



    .box-layout .artist-table .appointment-table.customer-table table tr td:last-child {

        min-width: 100px

    }



    .box-layout .md-sidebar .md-sidebar-toggle {

        display: block

    }



    .box-layout .md-sidebar .md-sidebar-aside {

        box-shadow: 0 7px 29px 0 hsl(240 5% 41% / .2);

        left: 0;

        opacity: 0;

        position: absolute;

        top: 40px;

        visibility: hidden;

        width: 280px;

        z-index: 3

    }



    .box-layout .md-sidebar .md-sidebar-aside.open {

        opacity: 1;

        visibility: visible

    }



    .box-layout .widget-1.mb-xl-0 {

        margin-bottom: 25px !important

    }



    .box-layout .radial-progress-card .radial-chart-wrap {

        margin-right: -10px

    }



    .box-layout .currency-widget div[class*=bg-light-] {

        display: none

    }



    .box-layout .box-order .order-1 {

        order: 1 !important

    }



    .box-layout .activity-card .appointment-table.customer-table {

        height: 187px

    }



    .box-layout .transaction-table tr td:first-child {

        min-width: 150px

    }



    .box-layout .welcome-card .welcome-img {

        bottom: -22px;

        height: 170px

    }



    .box-layout .purchase-card img {

        margin: -210px auto 0;

        width: 80%

    }



    .box-layout .purchase-card.discover {

        margin-top: 90px

    }



    .box-layout .purchase-card.discover img {

        margin-top: -90px;

        width: 64%

    }



    .box-layout #line-visual canvas,

    .box-layout #line-visual>div,

    .box-layout #line-visulH canvas,

    .box-layout #line-visulH>div,

    .box-layout .apache-cotainer-large canvas,

    .box-layout .apache-cotainer-large>div {

        width: 100% !important

    }



    .box-layout .page-wrapper.box-layout,

    .box-layout.page-wrapper.box-layout {

        margin-top: 0 !important;

        padding-top: 40px

    }



    .box-layout .page-wrapper.compact-wrapper,

    .box-layout.page-wrapper.compact-wrapper {

        margin-top: 40px

    }



    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper,

    .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper {

        border-radius: 10px 0 0 10px;

        overflow: hidden;

        top: 40px;

        width: 230px

    }



    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper,

    .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper {

        box-shadow: 0 8px 6px -6px rgb(89 102 122 / .1)

    }



    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-link,

    .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-link {

        height: calc(100vh - 192px);

        margin-bottom: 20px;

        margin-top: 10px

    }



    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-sidebar,

    .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-sidebar {

        height: auto;

        left: unset;

        top: 40px;

        transition: all .5s;

        z-index: 8

    }



    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu,

    .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu {

        height: calc(100vh - 157px);

        overflow-x: hidden

    }



    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body,

    .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body {

        margin-left: 253px;

        margin-top: 0;

        max-height: calc(100vh - 220px);

        min-height: calc(100vh - 173px);

        overflow: scroll;

        padding-bottom: 30px

    }



    .box-layout .page-wrapper.compact-wrapper footer,

    .box-layout.page-wrapper.compact-wrapper footer {

        border-radius: 0;

        left: 50%;

        margin: 0 auto;

        margin-bottom: 40px !important;

        padding-left: 270px;

        position: fixed;

        transform: translate(-50%);

        width: 1280px;

        z-index: 7

    }



    .box-layout .page-wrapper.horizontal-sidebar .page-body-wrapper,

    .box-layout.page-wrapper.horizontal-sidebar .page-body-wrapper {

        margin: 0 auto !important;

        overflow-x: unset;

        position: relative;

        width: 1280px

    }



    .box-layout .page-wrapper.horizontal-sidebar .page-body-wrapper .sidebar-wrapper,

    .box-layout.page-wrapper.horizontal-sidebar .page-body-wrapper .sidebar-wrapper {

        border-radius: 10px 0 0 10px;

        overflow: hidden;

        top: 40px;

        width: 230px

    }



    .box-layout .page-wrapper.horizontal-sidebar .page-body-wrapper .sidebar-wrapper .logo-wrapper,

    .box-layout.page-wrapper.horizontal-sidebar .page-body-wrapper .sidebar-wrapper .logo-wrapper {

        box-shadow: 0 8px 6px -6px rgb(89 102 122 / .1)

    }



    .box-layout .page-wrapper.horizontal-sidebar .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-link,

    .box-layout.page-wrapper.horizontal-sidebar .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-link {

        height: calc(100vh - 192px);

        margin-bottom: 20px;

        margin-top: 10px

    }



    .box-layout .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar,

    .box-layout.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar {

        margin: 0;

        overflow-x: hidden;

        position: relative;

        top: 0;

        width: 1280px

    }



    .box-layout .page-wrapper.horizontal-sidebar .page-body-wrapper .page-body,

    .box-layout.page-wrapper.horizontal-sidebar .page-body-wrapper .page-body {

        margin-top: 0;

        max-height: calc(100vh - 230px);

        min-height: calc(100vh - 310px);

        overflow: scroll

    }



    .box-layout .page-wrapper.horizontal-sidebar footer,

    .box-layout.page-wrapper.horizontal-sidebar footer {

        border-radius: 0;

        left: 50%;

        margin: 0 auto;

        margin-bottom: 40px !important;

        padding-left: 15px;

        position: fixed;

        transform: translate(-50%);

        width: 1280px;

        z-index: 7

    }



    .box-layout .page-wrapper .page-header,

    .box-layout.page-wrapper .page-header {

        left: 0;

        margin: 40px auto 0;

        max-width: 1280px;

        right: 0;

        transition: .5s;

        width: unset

    }



    .box-layout .page-wrapper .page-header .header-wrapper,

    .box-layout.page-wrapper .page-header .header-wrapper {

        border-radius: 10px 10px 0 0

    }



    .box-layout .page-wrapper .page-body-wrapper,

    .box-layout.page-wrapper .page-body-wrapper {

        box-shadow: 4px 11px 25px rgb(0 0 0 / .07);

        margin: 0 auto;

        overflow: hidden;

        width: 1280px

    }



    .box-layout .page-wrapper .page-body-wrapper .todo .todo-list-wrapper #todo-list li .task-responsive,

    .box-layout.page-wrapper .page-body-wrapper .todo .todo-list-wrapper #todo-list li .task-responsive {

        min-width: 1087px;

        overflow: auto

    }



    .box-layout .page-wrapper .page-body-wrapper .active-order-table,

    .box-layout.page-wrapper .page-body-wrapper .active-order-table {

        max-width: 443px;

        overflow: auto

    }



    .box-layout .page-wrapper .page-body-wrapper .active-order-table table tbody tr td p,

    .box-layout.page-wrapper .page-body-wrapper .active-order-table table tbody tr td p {

        width: 100px

    }



    .box-layout .page-wrapper .page-body-wrapper .activity .d-flex .gradient-round.gradient-line-1:after,

    .box-layout.page-wrapper .page-body-wrapper .activity .d-flex .gradient-round.gradient-line-1:after {

        bottom: -64px;

        height: 57px

    }



    .box-layout .page-wrapper .page-body-wrapper .activity .d-flex .gradient-round.small-line:after,

    .box-layout.page-wrapper .page-body-wrapper .activity .d-flex .gradient-round.small-line:after {

        bottom: -43px;

        height: 36px

    }



    .box-layout .page-wrapper .page-body-wrapper .activity .d-flex .gradient-round.medium-line:after,

    .box-layout.page-wrapper .page-body-wrapper .activity .d-flex .gradient-round.medium-line:after {

        bottom: -48px;

        height: 40px

    }



    .box-layout .page-wrapper .page-body-wrapper .blockquote-footer,

    .box-layout.page-wrapper .page-body-wrapper .blockquote-footer {

        margin-left: 0;

        width: 100%

    }



    .box-layout .page-wrapper .page-body-wrapper .footer-fix,

    .box-layout.page-wrapper .page-body-wrapper .footer-fix {

        padding-left: 230px

    }



    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content,

    .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-content {

        align-items: center;

        display: flex;

        justify-content: center;

        min-width: 300px

    }



    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content>div,

    .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-content>div {

        background-blend-mode: overlay;

        background-color: hsl(0 0% 100% / .75);

        left: 15px;

        padding: 30px;

        width: 100%;

        z-index: 8

    }



    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content button,

    .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-content button {

        font-size: 14px;

        margin: 0 auto;

        width: 40%

    }



    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons,

    .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons {

        margin-bottom: 20px;

        margin-top: 20px

    }



    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons ul li,

    .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons ul li {

        border: 1px dashed #717171;

        height: 50px;

        padding: 8px;

        width: 50px

    }



    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img,

    .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img {

        margin-bottom: 30px;

        margin-top: 30px

    }



    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img img,

    .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img img {

        width: 38%

    }



    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .total-time .h2,

    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .total-time h2,

    .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .total-time .h2,

    .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .total-time h2 {

        color: #717171;

        font-size: 28px

    }



    .box-layout .page-wrapper .page-body-wrapper canvas#myLineCharts,

    .box-layout.page-wrapper .page-body-wrapper canvas#myLineCharts {

        width: 100%

    }



    .box-layout .page-wrapper .page-body-wrapper .chat-right-aside,

    .box-layout.page-wrapper .page-body-wrapper .chat-right-aside {

        flex: 0 0 60%;

        max-width: 60%;

        overflow: hidden

    }



    .box-layout .page-wrapper .page-body-wrapper .caller-img,

    .box-layout.page-wrapper .page-body-wrapper .caller-img {

        left: 15px;

        max-width: 100%;

        position: absolute;

        width: 100%

    }



    .box-layout .page-wrapper .page-body-wrapper .caller-img img,

    .box-layout.page-wrapper .page-body-wrapper .caller-img img {

        opacity: .7

    }



    .box-layout .page-wrapper .page-body-wrapper .browser-widget img,

    .box-layout.page-wrapper .page-body-wrapper .browser-widget img {

        height: 65px

    }



    .box-layout .page-wrapper .page-body-wrapper .custom-card .card-header img,

    .box-layout.page-wrapper .page-body-wrapper .custom-card .card-header img {

        margin-top: -73px

    }



    .box-layout .page-wrapper .page-body-wrapper .custom-card .card-profile img,

    .box-layout.page-wrapper .page-body-wrapper .custom-card .card-profile img {

        height: 130px;

        top: -17px

    }



    .box-layout .page-wrapper .page-body-wrapper .select2,

    .box-layout.page-wrapper .page-body-wrapper .select2 {

        width: 901.781px

    }



    .box-layout .page-wrapper ul.close_icon>li label,

    .box-layout.page-wrapper ul.close_icon>li label {

        padding: 0

    }



    .box-layout .page-wrapper ul.close_icon>li label:after,

    .box-layout.page-wrapper ul.close_icon>li label:after {

        display: none

    }



    .box-layout .page-wrapper .bookmark ul,

    .box-layout.page-wrapper .bookmark ul {

        margin-right: -1px

    }



    .box-layout .page-wrapper #batchDelete .jsgrid-grid-header .jsgrid-table tr th .btn,

    .box-layout.page-wrapper #batchDelete .jsgrid-grid-header .jsgrid-table tr th .btn {

        padding-left: 20px;

        padding-right: 20px

    }



    .box-layout .page-wrapper .btn-group-showcase .btn-radio .btn-group .radio input[type=radio],

    .box-layout.page-wrapper .btn-group-showcase .btn-radio .btn-group .radio input[type=radio] {

        display: none

    }



    .box-layout .page-wrapper .d-flex.bitcoin-graph,

    .box-layout.page-wrapper .d-flex.bitcoin-graph {

        display: block

    }



    .box-layout .page-wrapper .d-flex.bitcoin-graph .top-bitcoin,

    .box-layout.page-wrapper .d-flex.bitcoin-graph .top-bitcoin {

        display: inline-block;

        vertical-align: middle

    }



    .box-layout .page-wrapper .d-flex.bitcoin-graph .flex-grow-1,

    .box-layout.page-wrapper .d-flex.bitcoin-graph .flex-grow-1 {

        margin-top: 30px

    }



    .box-layout .page-wrapper .d-flex.bitcoin-graph .flex-grow-1 .bitcoin-content .bitcoin-numbers .h6,

    .box-layout .page-wrapper .d-flex.bitcoin-graph .flex-grow-1 .bitcoin-content .bitcoin-numbers h6,

    .box-layout.page-wrapper .d-flex.bitcoin-graph .flex-grow-1 .bitcoin-content .bitcoin-numbers .h6,

    .box-layout.page-wrapper .d-flex.bitcoin-graph .flex-grow-1 .bitcoin-content .bitcoin-numbers h6 {

        font-size: 14PX

    }



    .box-layout .page-wrapper .d-flex.bitcoin-graph .flex-grow-1 .bitcoin-content.text-right,

    .box-layout.page-wrapper .d-flex.bitcoin-graph .flex-grow-1 .bitcoin-content.text-right {

        text-align: center !important

    }



    .box-layout .page-wrapper .alert.inverse p,

    .box-layout.page-wrapper .alert.inverse p {

        display: block;

        max-width: 238px;

        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap

    }



    .box-layout .page-wrapper .auth-bg-effect .second-effect,

    .box-layout.page-wrapper .auth-bg-effect .second-effect {

        left: 55%

    }



    .box-layout .page-wrapper .auth-bg-video video,

    .box-layout.page-wrapper .auth-bg-video video {

        min-width: 67%;

        width: 67%

    }



    .box-layout .page-wrapper .page-builder .ge-canvas.ge-layout-desktop,

    .box-layout.page-wrapper .page-builder .ge-canvas.ge-layout-desktop {

        margin-top: 40px

    }



    .box-layout .page-wrapper .page-builder .ge-addRowGroup,

    .box-layout.page-wrapper .page-builder .ge-addRowGroup {

        margin-bottom: 10px

    }



    .box-layout .page-wrapper .pricing-wrapper-card,

    .box-layout.page-wrapper .pricing-wrapper-card {

        padding: 50px 20px

    }



    .box-layout .page-wrapper .card .blog-box.blog-grid.set-min-height,

    .box-layout.page-wrapper .card .blog-box.blog-grid.set-min-height {

        min-height: 400px

    }



    .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris,

    .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris-daily,

    .box-layout.page-wrapper .flot-chart-placeholder#donut-color-chart-morris,

    .box-layout.page-wrapper .flot-chart-placeholder#donut-color-chart-morris-daily {

        min-height: 430px

    }



    .box-layout .page-wrapper .box-col-12,

    .box-layout.page-wrapper .box-col-12 {

        flex: 0 0 100%;

        max-width: 100%

    }



    .box-layout .page-wrapper .box-col-6,

    .box-layout.page-wrapper .box-col-6 {

        flex: 0 0 50%;

        max-width: 50%

    }



    .box-layout .page-wrapper .box-col-3,

    .box-layout.page-wrapper .box-col-3 {

        flex: 0 0 25%;

        max-width: 25%

    }



    .box-layout .page-wrapper .box-col-7,

    .box-layout.page-wrapper .box-col-7 {

        flex: 0 0 60%;

        max-width: 60%

    }



    .box-layout .page-wrapper .box-col-5,

    .box-layout.page-wrapper .box-col-5 {

        flex: 0 0 40%;

        max-width: 40%

    }



    .box-layout .page-wrapper .box-col-8,

    .box-layout.page-wrapper .box-col-8 {

        flex: 0 0 70%;

        max-width: 70%

    }



    .box-layout .page-wrapper .box-col-4e,

    .box-layout.page-wrapper .box-col-4e {

        flex: 0 0 30%;

        max-width: 30%

    }



    .box-layout .page-wrapper .box-col-4,

    .box-layout.page-wrapper .box-col-4 {

        flex: 0 0 33.33%;

        max-width: 33%

    }



    .box-layout .page-wrapper .box-col-8e,

    .box-layout.page-wrapper .box-col-8e {

        flex: 0 0 66.67%;

        max-width: 66.67%

    }



    .box-layout .page-wrapper .box-col-none,

    .box-layout.page-wrapper .box-col-none {

        display: none !important

    }



    .box-layout .page-wrapper .chat-box .chat-right-aside,

    .box-layout.page-wrapper .chat-box .chat-right-aside {

        flex: 0 0 100%;

        max-width: calc(100% - 15px);

        overflow: hidden

    }



    .box-layout .page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i,

    .box-layout.page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {

        font-size: 19px

    }



    .box-layout .page-wrapper .chat-box .toogle-bar,

    .box-layout.page-wrapper .chat-box .toogle-bar {

        display: inline-block;

        margin-right: 0 !important

    }



    .box-layout .page-wrapper .chat-menu,

    .box-layout.page-wrapper .chat-menu {

        opacity: 0;

        position: absolute;

        right: 0;

        top: 81px;

        transform: translateY(-30px);

        transition: all .3s linear;

        visibility: hidden;

        z-index: 9

    }



    .box-layout .page-wrapper .chat-menu.show,

    .box-layout.page-wrapper .chat-menu.show {

        opacity: 1;

        padding-bottom: 25px;

        transform: translateY(0);

        transition: all .3s linear;

        visibility: visible

    }



    .box-layout .page-wrapper .ct-10.total-chart .ct-chart-bar .ct-series .ct-bar,

    .box-layout.page-wrapper .ct-10.total-chart .ct-chart-bar .ct-series .ct-bar {

        stroke-width: 23px !important

    }



    .box-layout .page-wrapper .email-wrap .email-body .email-compose .cke_contents.cke_reset,

    .box-layout.page-wrapper .email-wrap .email-body .email-compose .cke_contents.cke_reset {

        max-height: 165px

    }



    .box-layout .page-wrapper .email-wrap .row .col-xl-6,

    .box-layout.page-wrapper .email-wrap .row .col-xl-6 {

        padding-left: 12px

    }



    .box-layout .page-wrapper .email-wrap .row .col-xl-3+.col-xl-3,

    .box-layout.page-wrapper .email-wrap .row .col-xl-3+.col-xl-3 {

        padding-right: 12px

    }



    .box-layout .page-wrapper .email-wrap .email-right-aside .email-body .inbox,

    .box-layout.page-wrapper .email-wrap .email-right-aside .email-body .inbox {

        height: 644px

    }



    .box-layout .page-wrapper .email-wrap .email-content .email-top .user-emailid:after,

    .box-layout.page-wrapper .email-wrap .email-content .email-top .user-emailid:after {

        right: -10px

    }



    .box-layout .page-wrapper .todo .notification-popup,

    .box-layout.page-wrapper .todo .notification-popup {

        right: 320px

    }



    .box-layout .page-wrapper .touchspin,

    .box-layout.page-wrapper .touchspin {

        padding: 0 10px

    }



    .box-layout .page-wrapper .vertical-menu-main,

    .box-layout.page-wrapper .vertical-menu-main {

        left: 0;

        margin: 0 auto;

        right: 0;

        width: 1280px

    }



    .box-layout .page-wrapper .vertical-menu-main .mega-menu,

    .box-layout.page-wrapper .vertical-menu-main .mega-menu {

        left: -320px !important;

        max-width: 1050px !important;

        width: 1050px !important

    }



    .box-layout .page-wrapper .comingsoon video,

    .box-layout.page-wrapper .comingsoon video {

        min-width: 67%;

        width: 67%

    }



    .box-layout .btn-group-showcase .btn {

        padding: .375rem 30px

    }



    .box-layout .job-sidebar {

        background-color: var(--white);

        padding: 20px

    }



    .box-layout .default-dashboard .transaction-history table tbody tr td {

        min-width: 100px

    }



    .box-layout .default-dashboard .transaction-history table tbody tr td:first-child {

        min-width: 195px

    }



    .box-layout .default-dashboard .transaction-history table tbody tr td:nth-child(2) {

        min-width: 110px

    }



    .box-layout .default-dashboard .manage-invoice table tbody tr td:nth-child(2) {

        min-width: 123px

    }



    .box-layout .default-dashboard .manage-invoice table tbody tr td:nth-child(3) {

        min-width: 70px

    }



    .box-layout .default-dashboard .manage-invoice table tbody tr td:nth-child(4) {

        min-width: 115px

    }



    .box-layout .default-dashboard .manage-invoice table tbody tr td:nth-child(5) {

        min-width: 70px

    }



    .box-layout .dashboard-3 .graphic-design .header-top .d-flex .flex-shrink-0 {

        height: 45px;

        width: 45px

    }



    .box-layout .dashboard-3 .graphic-design ul li:last-child,

    .box-layout .dashboard-3 .graphic-design ul li:nth-child(3),

    .box-layout .dashboard-3 .performance-card .nav {

        display: none

    }



    .box-layout .dashboard-3 .assignment-table table tbody tr td {

        min-width: 162px

    }



    .box-layout .dashboard-2 .selling-product .card-body ul li .flex-grow-1 .h6,

    .box-layout .dashboard-2 .selling-product .card-body ul li .flex-grow-1 h6,

    .box-layout .dashboard-2 .selling-product .card-body ul li .recent-text p {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }



    .box-layout .dashboard-2 .target-card .card-body {

        margin-top: 10px

    }



    .box-layout .box-order-1 {

        order: 1 !important

    }



    .box-layout .box-order-2 {

        order: 2 !important

    }



    .box-layout .manager-card .job-sidebar {

        background-color: #fff0;

        padding: 0

    }



    .box-layout header .form-group-header {

        width: 300px

    }



    .box-layout .user-profile .ttl-info span {

        overflow: hidden

    }

}



@media (max-width:575px) {

    .dashboard-2 .analytics-card .header-top .nav {

        display: none

    }

}



.dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-content {

    color: var(--font-color);

    font-size: 14px;

    font-weight: 600

}



.dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-content span {

    border-radius: 50%;

    height: 8px;

    margin-right: 5px;

    width: 8px

}



.dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-content span.primary-dot {

    background-color: var(--theme-default)

}



.dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-content span.secondary-dot {

    background-color: var(--theme-secondary)

}



.dashboard-2 .analytics-card .sale-chart-box .d-flex li .h5,

.dashboard-2 .analytics-card .sale-chart-box .d-flex li h5 {

    color: var(--body-font-color);

    font-size: calc(14.51852px + .49383vw);

    font-weight: 800

}



.dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-num span {

    font-size: 12px;

    font-weight: 600;

    margin-left: 15px

}



.dashboard-2 .analytics-card .sale-chart-box .d-flex li+li {

    margin-left: 25px;

    padding-left: 25px

}



@media (max-width:360px) {

    .dashboard-2 .analytics-card .sale-chart-box .d-flex li+li {

        margin-left: 0;

        padding-left: 20px

    }

}



.dashboard-2 .user-status table thead tr th {

    color: var(--font-color);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: .5px;

    text-transform: uppercase

}



.dashboard-2 .user-status table thead tr th:first-child {

    padding-left: 0

}



@media (max-width:370px) {

    .dashboard-2 .user-status table thead tr th:nth-child(2) {

        display: none

    }

}



.dashboard-2 .user-status table tbody tr {

    vertical-align: middle

}



.dashboard-2 .user-status table tbody tr td {

    padding: 9px 0

}



@media (max-width:1430px) and (min-width:1400px) {

    .dashboard-2 .user-status table tbody tr td .gap-3 {

        gap: 6px !important

    }

}



.dashboard-2 .user-status table tbody tr td:first-child {

    padding-left: 0

}



@media (max-width:370px) {

    .dashboard-2 .user-status table tbody tr td:nth-child(2) {

        display: none

    }

}



.dashboard-2 .user-status table tbody tr td:last-child {

    min-width: 70px

}



.dashboard-2 .user-status table tbody tr td .d-flex .flex-grow-1 .h6,

.dashboard-2 .user-status table tbody tr td .d-flex .flex-grow-1 h6 {

    color: var(--body-font-color);

    font-size: 14px;

    font-style: normal;

    font-weight: 600

}



.dashboard-2 .user-status table tbody tr td .d-flex .flex-grow-1 .h6 span,

.dashboard-2 .user-status table tbody tr td .d-flex .flex-grow-1 h6 span {

    color: var(--font-color);

    font-size: 14px;

    font-style: normal;

    font-weight: 600

}



.dashboard-2 .user-status table tbody tr td .h3,

.dashboard-2 .user-status table tbody tr td h3 {

    color: var(--body-font-color);

    font-size: 14px;

    font-weight: 600

}



.dashboard-2 .user-status table tbody tr td .progress {

    height: 6px

}



.dashboard-2 .sale-card .card-header .header-top {

    align-items: flex-start

}



.dashboard-2 .sale-card .card-header .header-top .h3,

.dashboard-2 .sale-card .card-header .header-top h3 {

    color: var(--body-font-color);

    font-size: calc(14.51852px + .49383vw);

    font-weight: 800

}



.dashboard-2 .sale-card .card-header .header-top span {

    color: var(--font-color);

    font-size: 16px;

    font-weight: 600

}



.dashboard-2 .sale-card .card-body .current-sale-container .overview-wrapper {

    position: relative;

    z-index: 1

}



.dashboard-2 .sale-card .card-body .current-sale-container .back-bar-container {

    bottom: -30px;

    left: -19px;

    margin: 0 auto !important;

    position: absolute;

    width: calc(100% + 24px)

}



@media (max-width:1640px) and (min-width:1400px) {

    .dashboard-2 .sale-card .card-body .current-sale-container .back-bar-container {

        bottom: -55px

    }

}



@media (max-width:1300px) and (min-width:1200px) {

    .dashboard-2 .sale-card .card-body .current-sale-container .back-bar-container {

        bottom: -55px

    }

}



@media (max-width:1090px) and (min-width:992px) {

    .dashboard-2 .sale-card .card-body .current-sale-container .back-bar-container {

        bottom: -55px

    }

}



@media (max-width:820px) {

    .dashboard-2 .sale-card .card-body .current-sale-container .back-bar-container {

        bottom: -55px

    }

}



@media (max-width:1530px) {

    .dashboard-2 .selling-product .card-header .dropdown {

        display: none

    }

}



.dashboard-2 .selling-product .card-body ul li {

    padding: 8px 0

}



.dashboard-2 .selling-product .card-body ul li:last-child {

    padding-bottom: 0

}



.dashboard-2 .selling-product .card-body ul li .flex-shrink-0 {

    align-items: center;

    border-radius: 50%;

    border-style: solid;

    border-width: 1px !important;

    display: flex;

    height: 35px;

    justify-content: center;

    width: 35px

}



.dashboard-2 .selling-product .card-body ul li .flex-shrink-0 svg {

    height: 21px;

    width: 21px

}



.dashboard-2 .selling-product .card-body ul li .flex-grow-1 .h6,

.dashboard-2 .selling-product .card-body ul li .flex-grow-1 h6 {

    color: var(--body-font-color);

    font-weight: 600

}



@media (max-width:1760px) {



    .dashboard-2 .selling-product .card-body ul li .flex-grow-1 .h6,

    .dashboard-2 .selling-product .card-body ul li .flex-grow-1 h6 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.dashboard-2 .selling-product .card-body ul li .flex-grow-1 p {

    color: var(--font-color);

    font-weight: 600

}



.dashboard-2 .selling-product .card-body ul li .recent-text .h5,

.dashboard-2 .selling-product .card-body ul li .recent-text h5 {

    color: var(--body-font-color);

    font-size: 14px;

    font-weight: 600

}



.dashboard-2 .selling-product .card-body ul li .recent-text p {

    color: var(--font-color);

    font-size: 12px;

    font-weight: 400

}



@media (max-width:1740px) {

    .dashboard-2 .selling-product .card-body ul li .recent-text p {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.dashboard-2 .best-sell .card-body thead tr th {

    color: var(--font-color);

    font-weight: 700;

    padding: 10px;

    text-transform: capitalize

}



@media (max-width:1870px) and (min-width:767px) {

    .dashboard-2 .best-sell .card-body thead tr th {

        padding: 10px 0

    }

}



.dashboard-2 .best-sell .card-body thead tr th:first-child {

    padding-left: 0

}



@media (max-width:1600px) and (min-width:1400px) {

    .dashboard-2 .best-sell .card-body thead tr th:nth-child(5) {

        display: none

    }

}



@media (max-width:1300px) and (min-width:1200px) {

    .dashboard-2 .best-sell .card-body thead tr th:nth-child(5) {

        display: none

    }

}



@media (max-width:1500px) and (min-width:1200px) {

    .dashboard-2 .best-sell .card-body thead tr th:nth-child(3) {

        display: none

    }

}



.dashboard-2 .best-sell .card-body tbody tr {

    vertical-align: middle

}



.dashboard-2 .best-sell .card-body tbody tr td {

    border: 0;

    color: var(--body-font-color);

    font-weight: 600;

    padding: 10px

}



@media (max-width:730px) {

    .dashboard-2 .best-sell .card-body tbody tr td {

        min-width: 100px

    }

}



@media (max-width:1870px) and (min-width:767px) {

    .dashboard-2 .best-sell .card-body tbody tr td {

        padding: 10px 0

    }

}



.dashboard-2 .best-sell .card-body tbody tr td:first-child {

    padding-left: 0

}



@media (max-width:730px) {

    .dashboard-2 .best-sell .card-body tbody tr td:first-child {

        min-width: 170px

    }

}



.dashboard-2 .best-sell .card-body tbody tr td:last-child {

    padding-right: 0

}



@media (max-width:730px) {

    .dashboard-2 .best-sell .card-body tbody tr td:nth-child(3) {

        min-width: 170px

    }

}



@media (max-width:1600px) and (min-width:1400px) {

    .dashboard-2 .best-sell .card-body tbody tr td:nth-child(5) {

        display: none

    }

}



@media (max-width:1300px) and (min-width:1200px) {

    .dashboard-2 .best-sell .card-body tbody tr td:nth-child(5) {

        display: none

    }

}



@media (max-width:1500px) and (min-width:1200px) {

    .dashboard-2 .best-sell .card-body tbody tr td:nth-child(3) {

        display: none

    }

}



.dashboard-2 .best-sell .card-body tbody tr td .d-flex .flex-grow-1 .h6,

.dashboard-2 .best-sell .card-body tbody tr td .d-flex .flex-grow-1 h6 {

    color: var(--body-font-color);

    font-weight: 600

}



.dashboard-2 .best-sell .card-body tbody tr td .d-flex .flex-grow-1 p {

    color: var(--font-color);

    font-weight: 600

}



.dashboard-2 .best-sell .card-body tbody tr td .btn {

    min-width: 115px;

    padding: 7px 18px

}



.dashboard-2 .value-chart .card-body {

    padding: 30px

}



@media (max-width:767px) {

    .dashboard-2 .value-chart .card-body {

        padding: 10px 30px

    }

}



.dashboard-2 .value-chart .sales-chart,

.dashboard-2 .value-chart .visitor-chart {

    min-height: 150px !important

}



.dashboard-2 .value-chart .valuechart-detail {

    align-items: center;

    display: flex;

    height: 100%;

    justify-content: center

}



.dashboard-2 .value-chart .valuechart-detail .badge {

    font-weight: 600;

    padding: 4px 9px

}



.dashboard-2 .value-chart .valuechart-detail .badge.badge-primary {

    box-shadow: 0 0 15px 0 rgb(175 175 175 / .4)

}



.dashboard-2 .value-chart .valuechart-detail .badge.badge-secondary {

    box-shadow: 0 0 15px 0 rgb(243 145 89 / .4)

}



.dashboard-2 .value-chart .valuechart-detail .h2,

.dashboard-2 .value-chart .valuechart-detail h2 {

    color: var(--body-font-color);

    font-size: calc(12.88889px + .37037vw);

    font-weight: 700;

    margin-top: 18px

}



.dashboard-2 .value-chart .valuechart-detail p {

    color: var(--font-color);

    font-size: 12px;

    font-weight: 600

}



.dashboard-2 .value-chart:hover {

    transform: translateY(-5px);

    transition: .5s

}



.dashboard-2 .recent-order table thead tr th {

    color: var(--font-color);

    font-weight: 700;

    padding: 10px;

    text-transform: capitalize

}



.dashboard-2 .recent-order table thead tr th:first-child {

    padding-left: unset

}



@media (max-width:1500px) and (min-width:1200px) {

    .dashboard-2 .recent-order table thead tr th:nth-child(2) {

        display: none

    }

}



@media (max-width:1730px) and (min-width:1400px) {

    .dashboard-2 .recent-order table thead tr th:nth-child(4) {

        display: none

    }

}



@media (max-width:1300px) and (min-width:1200px) {

    .dashboard-2 .recent-order table thead tr th:nth-child(4) {

        display: none

    }

}



.dashboard-2 .recent-order table tbody tr {

    vertical-align: middle

}



.dashboard-2 .recent-order table tbody tr td {

    color: var(--body-font-color);

    min-width: 100px;

    padding: 10px;

    vertical-align: middle

}



@media (max-width:730px) {

    .dashboard-2 .recent-order table tbody tr td {

        min-width: 120px

    }

}



@media (max-width:1770px) {

    .dashboard-2 .recent-order table tbody tr td {

        min-width: 82px;

        padding: 10px 5px

    }

}



.dashboard-2 .recent-order table tbody tr td:first-child {

    padding-left: unset

}



@media (max-width:730px) {

    .dashboard-2 .recent-order table tbody tr td:first-child {

        min-width: 170px

    }

}



@media (max-width:1500px) and (min-width:1200px) {

    .dashboard-2 .recent-order table tbody tr td:nth-child(2) {

        display: none

    }

}



@media (max-width:730px) {

    .dashboard-2 .recent-order table tbody tr td:nth-child(2) {

        min-width: 140px

    }

}



@media (max-width:1730px) and (min-width:1400px) {

    .dashboard-2 .recent-order table tbody tr td:nth-child(4) {

        display: none

    }

}



@media (max-width:1300px) and (min-width:1200px) {

    .dashboard-2 .recent-order table tbody tr td:nth-child(4) {

        display: none

    }

}



.dashboard-2 .recent-order table tbody tr td:last-child {

    padding-right: 0

}



.dashboard-2 .recent-order table tbody tr td:last-child .h6,

.dashboard-2 .recent-order table tbody tr td:last-child h6 {

    font-weight: 600

}



.dashboard-2 .recent-order table tbody tr td:last-child .h6 span,

.dashboard-2 .recent-order table tbody tr td:last-child h6 span {

    color: var(--font-color);

    font-weight: 600

}



.dashboard-2 .recent-order table tbody tr td .d-flex .flex-grow-1 .h6,

.dashboard-2 .recent-order table tbody tr td .d-flex .flex-grow-1 h6 {

    color: var(--body-font-color);

    font-weight: 600

}



.dashboard-2 .recent-order table tbody tr td .d-flex .flex-grow-1 p {

    color: var(--font-color);

    font-weight: 600

}



.dashboard-2 .recent-order table tbody tr td .status-showcase {

    text-align: right

}



.dashboard-2 .recent-order table tbody tr td .status-showcase p {

    color: var(--font-color);

    font-size: 12px;

    font-weight: 600;

    line-height: unset;

    margin-bottom: 0

}



.dashboard-2 .recent-order table tbody tr td .status-showcase .progress {

    height: 6px

}



.dashboard-2 .target-card .card-header ul {

    align-items: center;

    display: flex;

    justify-content: space-between

}



@media (max-width:1600px) and (min-width:1400px) {

    .dashboard-2 .target-card .card-header ul {

        flex-direction: column

    }

}



@media (max-width:680px) and (min-width:576px) {

    .dashboard-2 .target-card .card-header ul {

        flex-direction: column

    }

}



@media (max-width:575px) {

    .dashboard-2 .target-card .card-header ul {

        justify-content: space-evenly

    }

}



.dashboard-2 .target-card .card-header ul li {

    border-radius: 20px;

    min-width: 155px;

    padding: 22px 12px

}



@media (max-width:1800px) and (min-width:1600px) {

    .dashboard-2 .target-card .card-header ul li {

        min-width: 145px

    }

}



@media (max-width:1740px) and (min-width:1600px) {

    .dashboard-2 .target-card .card-header ul li {

        min-width: 115px

    }

}



@media (max-width:1600px) and (min-width:1400px) {

    .dashboard-2 .target-card .card-header ul li {

        min-width: 155px;

        padding: 12px

    }

}



@media (max-width:1040px) and (min-width:576px) {

    .dashboard-2 .target-card .card-header ul li {

        min-width: 140px

    }

}



@media (max-width:690px) and (min-width:576px) {

    .dashboard-2 .target-card .card-header ul li {

        min-width: 120px

    }

}



@media (max-width:680px) and (min-width:576px) {

    .dashboard-2 .target-card .card-header ul li {

        min-width: 140px;

        padding: 12px

    }

}



@media (max-width:360px) {

    .dashboard-2 .target-card .card-header ul li {

        min-width: 110px

    }

}



.dashboard-2 .target-card .card-header ul .bg-light-primary {

    box-shadow: 0 0 50px 0 rgb(0 0 0 / .03)

}



.dashboard-2 .target-card .card-header ul .bg-light-primary .h3,

.dashboard-2 .target-card .card-header ul .bg-light-primary h3 {

    color: var(--body-font-color);

    font-size: calc(13.25926px + .24691vw);

    font-weight: 800

}



.dashboard-2 .target-card .card-header ul .bg-light-primary p {

    color: var(--font-color);

    font-size: 12px;

    font-weight: 400;

    margin-top: 3px

}



.dashboard-2 .target-card .card-header ul .bg-light-primary .h6,

.dashboard-2 .target-card .card-header ul .bg-light-primary h6 {

    font-size: 16px;

    font-weight: 800;

    margin-top: 6px

}



.dashboard-2 .target-card .card-header ul .bg-primary {

    filter: drop-shadow(0 0 50px rgb(0 0 0 / .03))

}



@media (max-width:1600px) and (min-width:1400px) {

    .dashboard-2 .target-card .card-header ul .bg-primary {

        margin-top: 10px

    }

}



@media (max-width:1530px) and (min-width:1400px) {

    .dashboard-2 .target-card .card-header ul .bg-primary {

        margin-top: 22px

    }

}



@media (max-width:680px) and (min-width:576px) {

    .dashboard-2 .target-card .card-header ul .bg-primary {

        margin-top: 10px

    }

}



.dashboard-2 .target-card .card-header ul .bg-primary .h3,

.dashboard-2 .target-card .card-header ul .bg-primary h3 {

    color: var(--white);

    font-size: calc(13.25926px + .24691vw);

    font-weight: 800

}



.dashboard-2 .target-card .card-header ul .bg-primary p {

    color: var(--white);

    font-size: 12px;

    font-weight: 400;

    margin-top: 3px

}



.dashboard-2 .target-card .card-header ul .bg-primary .h6,

.dashboard-2 .target-card .card-header ul .bg-primary h6 {

    color: var(--white);

    font-size: 16px;

    font-weight: 700;

    margin-top: 6px

}



.dashboard-2 .target-card .card-body {

    margin-top: 30px

}



@media (max-width:1870px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 38px

    }

}



@media (max-width:1830px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 48px

    }

}



@media (max-width:1780px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 54px

    }

}



@media (max-width:1730px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 60px

    }

}



@media (max-width:1700px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 68px

    }

}



@media (max-width:1630px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 81px

    }

}



@media (max-width:1600px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 8px

    }

}



@media (max-width:1350px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 20px

    }

}



@media (max-width:1270px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 42px

    }

}



@media (max-width:1230px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 60px

    }

}



@media (min-width:992px) and (max-width:1199.98px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 8px

    }

}



@media (max-width:1120px) and (min-width:992px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 28px

    }

}



@media (max-width:1060px) and (min-width:992px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 45px

    }

}



@media (max-width:1020px) and (min-width:992px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 63px

    }

}



@media (max-width:991px) and (min-width:768px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 9px

    }

}



@media (max-width:820px) and (min-width:768px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 40px

    }

}



@media (max-width:767px) and (min-width:576px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 45px

    }

}



@media (max-width:750px) and (min-width:576px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 55px

    }

}



@media (max-width:720px) and (min-width:576px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 66px

    }

}



@media (max-width:690px) and (min-width:576px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 66px

    }

}



@media (max-width:680px) and (min-width:576px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 0

    }

}



@media (max-width:630px) and (min-width:576px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 20px

    }

}



@media (max-width:575px) {

    .dashboard-2 .target-card .card-body {

        margin-top: 0

    }

}



.dashboard-2 .target-card .card-body .main-img {

    position: relative;

    z-index: 1

}



.dashboard-2 .target-card .card-body .animate-img .right-1 {

    animation: move1 8s linear infinite;

    left: 7%;

    position: absolute;

    top: 26%;

    z-index: -1

}



.dashboard-2 .target-card .card-body .animate-img .right-2 {

    animation: displayTransition 1.2s infinite;

    left: 26%;

    position: absolute;

    top: 12%;

    z-index: -1

}



.dashboard-2 .target-card .card-body .animate-img .right-3 {

    animation: move1 8s linear infinite;

    position: absolute;

    right: 17%;

    top: 1%;

    z-index: -1

}



.dashboard-2 .target-card .card-body .animate-img .right-4 {

    animation: displayTransition 1.2s infinite;

    position: absolute;

    right: 1%;

    top: 16%;

    z-index: -1

}



.dashboard-2 .target-card .card-body .animate-img .right-5 {

    animation: displayTransition 1.5s infinite;

    position: absolute;

    right: 48px;

    top: 68px;

    z-index: -1

}



@media (max-width:1870px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 46px;

        top: 66px

    }

}



@media (max-width:1820px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 42px;

        top: 63px

    }

}



@media (max-width:1770px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        top: 60px

    }

}



@media (max-width:1720px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 38px;

        top: 56px

    }

}



@media (max-width:1630px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        top: 53px

    }

}



@media (max-width:1590px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 33px;

        top: 52px

    }

}



@media (max-width:1550px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        top: 48px

    }

}



@media (max-width:1470px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 29px;

        top: 44px

    }

}



@media (max-width:1430px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        top: 41px

    }

}



@media (min-width:1200px) and (max-width:1399.98px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 73px;

        top: 75px

    }

}



@media (max-width:1380px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 60px

    }

}



@media (max-width:1360px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 57px

    }

}



@media (max-width:1340px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 48px

    }

}



@media (max-width:1320px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        top: 71px

    }

}



@media (max-width:1260px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        top: 68px

    }

}



@media (max-width:1230px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 43px;

        top: 66px

    }

}



@media (max-width:1210px) and (min-width:1200px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        top: 63px

    }

}



@media (max-width:1199px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 61px;

        top: 74px

    }

}



@media (max-width:1180px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 56px;

        top: 75px

    }

}



@media (max-width:1160px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 48px

    }

}



@media (max-width:1130px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 47px;

        top: 71px

    }

}



@media (max-width:1100px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        top: 69px

    }

}



@media (max-width:1080px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 43px;

        top: 65px

    }

}



@media (max-width:1030px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 38px;

        top: 61px

    }

}



@media (max-width:1000px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        top: 56px

    }

}



@media (max-width:991px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 102px;

        top: 75px

    }

}



@media (max-width:980px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 93px

    }

}



@media (max-width:960px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 86px

    }

}



@media (max-width:940px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 73px

    }

}



@media (max-width:915px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 62px

    }

}



@media (max-width:890px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 49px

    }

}



@media (max-width:820px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 44px;

        top: 68px

    }

}



@media (max-width:790px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 44px;

        top: 65px

    }

}



@media (max-width:750px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 40px;

        top: 62px

    }

}



@media (max-width:720px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 37px;

        top: 57px

    }

}



@media (max-width:660px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 33px;

        top: 52px

    }

}



@media (max-width:600px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 29px;

        top: 45px

    }

}



@media (max-width:575px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 177px;

        top: 76px

    }

}



@media (max-width:560px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 155px

    }

}



@media (max-width:530px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 137px

    }

}



@media (max-width:510px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 108px

    }

}



@media (max-width:490px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 87px

    }

}



@media (max-width:360px) {

    .dashboard-2 .target-card .card-body .animate-img .right-5 {

        right: 34px;

        top: 50px

    }

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .activity-line {

    border-left: 1px dashed var(--font-color);

    height: 66%;

    left: 30px;

    margin: 0 auto;

    position: absolute;

    top: 74px;

    width: 4px;

    z-index: 1

}



@media (max-width:1600px) and (min-width:1200px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-line {

        left: 27px

    }

}



@media (max-width:575px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-line {

        left: 22px

    }

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .activity-dot-secondary {

    background-color: var(--white);

    border: 5px solid var(--theme-secondary);

    border-radius: 50%;

    box-shadow: 0 0 50px 0 rgb(0 0 0 / .03);

    height: 20px;

    min-height: 20px;

    min-width: 20px;

    outline: unset;

    position: relative;

    width: 20px;

    z-index: 1

}



@media (max-width:1600px) and (min-width:1200px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-dot-secondary {

        height: 15px;

        min-height: 15px;

        min-width: 15px;

        width: 15px

    }

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .activity-dot-primary {

    background-color: var(--white);

    border: 5px solid var(--theme-default);

    border-radius: 50%;

    box-shadow: 0 0 50px 0 rgb(0 0 0 / .03);

    height: 20px;

    min-height: 20px;

    min-width: 20px;

    outline: unset;

    position: relative;

    width: 20px;

    z-index: 1

}



@media (max-width:1600px) and (min-width:1200px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-dot-primary {

        height: 15px;

        min-height: 15px;

        min-width: 15px;

        width: 15px

    }

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 {

    display: block;

    margin-left: 8px

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 p {

    color: var(--body-font-color);

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 0

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 span {

    color: var(--body-font-color);

    font-size: 14px;

    font-weight: 600

}



@media (max-width:1590px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 span.f-w-700 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .activity-text {

    color: var(--font-color);

    display: -webkit-box !important;

    font-size: 12px;

    font-weight: 600;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    white-space: normal

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .img-wrapper {

    align-items: center;

    display: flex;

    margin-top: 10px

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .img-wrapper li {

    background-color: rgb(175 175 175 / .1);

    border-radius: 5px;

    display: flex;

    height: 65px;

    width: 100px

}



@media (max-width:1450px) and (min-width:1200px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .img-wrapper li {

        height: 55px;

        width: 80px

    }

}



@media (max-width:600px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .img-wrapper li {

        height: 50px;

        width: 85px

    }

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .img-wrapper li img {

    margin: auto

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .img-wrapper li+li {

    margin-left: 20px

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .badge-primary {

    color: var(--white) !important;

    font-size: 10px

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-secondary {

    animation: round 1.3s ease-in-out infinite;

    background-color: rgb(243 145 89 / .25);

    border-radius: 100%;

    color: var(--theme-secondary);

    font-size: 10px;

    padding: 3px

}



@media (max-width:1580px) and (min-width:1200px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-secondary {

        font-size: 7px

    }

}



@media (max-width:1550px) and (min-width:1400px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-secondary {

        display: none

    }

}



@media (max-width:1020px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-secondary {

        font-size: 7px

    }

}



@media (max-width:630px) and (min-width:576px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-secondary {

        display: none

    }

}



.dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-primary {

    animation: round 1.3s ease-in-out infinite;

    background-color: rgb(175 175 175 / .25);

    border-radius: 100%;

    color: var(--theme-default);

    font-size: 10px;

    padding: 3px

}



@media (max-width:1580px) and (min-width:1200px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-primary {

        font-size: 7px

    }

}



@media (max-width:1550px) and (min-width:1400px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-primary {

        display: none

    }

}



@media (max-width:1020px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-primary {

        font-size: 7px

    }

}



@media (max-width:630px) and (min-width:576px) {

    .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-primary {

        display: none

    }

}



.dashboard-2 .timeline-card .activity-timeline .d-flex+.d-flex {

    margin-top: 12px

}



@media (max-width:1320px) and (min-width:1200px) {

    .dashboard-2 .radial-card {

        height: 350px

    }

}



.dashboard-2 .radial-card .radial-chart {

    position: relative

}



@media (min-width:1200px) and (max-width:1500px) {

    .dashboard-2 .radial-card .radial-chart {

        width: 100%

    }



    .dashboard-2 .radial-card .radial-text {

        display: none

    }

}



.dashboard-2 .radial-card .text-center {

    min-width: 358px

}



@media (max-width:1820px) and (min-width:1200px) {

    .dashboard-2 .radial-card .text-center {

        min-width: 290px

    }

}



@media (max-width:1580px) and (min-width:1200px) {

    .dashboard-2 .radial-card .text-center {

        min-width: 100px

    }

}



@media (max-width:1020px) and (min-width:992px) {

    .dashboard-2 .radial-card .text-center {

        min-width: 290px

    }

}



@media (max-width:767px) and (min-width:576px) {

    .dashboard-2 .radial-card .text-center {

        min-width: 270px

    }

}



@media (max-width:420px) {

    .dashboard-2 .radial-card .text-center {

        min-width: 280px

    }

}



.dashboard-2 .radial-card .content-label {

    bottom: -20px;

    left: 50%;

    position: absolute;

    text-align: center;

    transform: translate(-50%, -50%)

}



@media (max-width:575px) {

    .dashboard-2 .radial-card .content-label {

        display: none

    }

}



.dashboard-2 .radial-card .content-label p {

    font-size: 14px;

    font-weight: 600

}



.dashboard-2 .radial-card .content-label .h4,

.dashboard-2 .radial-card .content-label h4 {

    color: var(--body-font-color);

    font-size: calc(12.88889px + .37037vw);

    font-weight: 700

}



.dashboard-2 .radial-card .radial-content {

    align-items: center;

    display: flex;

    height: 100%;

    justify-content: center

}



.dashboard-2 .radial-card .radial-content .h4,

.dashboard-2 .radial-card .radial-content h4 {

    color: var(--body-font-color);

    font-size: 16px;

    font-weight: 600

}



.dashboard-2 .radial-card .radial-content .h3,

.dashboard-2 .radial-card .radial-content h3 {

    color: var(--body-font-color);

    font-size: calc(12.88889px + .37037vw);

    font-weight: 700

}



.dashboard-2 .radial-card .radial-content hr {

    border-color: #888;

    margin-bottom: 0;

    margin-top: 7px

}



.dashboard-2 .radial-card .radial-content .progress-widget {

    color: var(--theme-default);

    font-size: calc(12.88889px + .37037vw);

    font-weight: 600;

    margin-top: 30px

}



.dashboard-2 .radial-card .radial-content .progress-widget span {

    color: var(--body-font-color);

    font-size: calc(12.88889px + .37037vw);

    font-weight: 700

}



.dashboard-2 .radial-card .radial-content .progress-animate {

    background-color: rgb(175 175 175 / .1);

    border-radius: 0;

    height: 7px;

    margin: 0;

    overflow: inherit

}



.dashboard-2 .radial-card .radial-content .progress-animate .progress-gradient-primary {

    background-image: linear-gradient(to right, transparent, var(--theme-default));

    position: relative

}



.dashboard-2 .radial-card .radial-content .btn-primary {

    font-weight: 700 !important;

    margin-top: 40px

}



@media (max-width:575px) {

    .dashboard-2 .radial-card .radial-content .btn-primary {

        margin-top: 25px

    }

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box {

    border-radius: 24px;

    box-shadow: 0 0 50px 0 rgb(0 0 0 / .03);

    padding: 20px

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top {

    align-items: flex-start;

    display: flex;

    justify-content: space-between

}



@media (min-width:1400px) and (max-width:1470px) {

    .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top {

        justify-content: center

    }

}



@media (max-width:600px) and (min-width:576px) {

    .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top {

        justify-content: center

    }

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {

    font-size: 22px

}



@media (min-width:1200px) and (max-width:1600px) {

    .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {

        font-size: 16px

    }

}



@media (min-width:1400px) and (max-width:1470px) {

    .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {

        display: none

    }

}



@media (max-width:740px) {

    .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {

        font-size: 16px

    }

}



@media (max-width:600px) and (min-width:576px) {

    .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {

        display: none

    }

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {

    border-radius: 200px;

    font-size: 10px;

    font-weight: 600;

    padding: 6px 15px

}



@media (min-width:1200px) and (max-width:1600px) {

    .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {

        padding: 5px

    }

}



@media (min-width:1400px) and (max-width:1470px) {

    .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {

        display: none

    }

}



@media (max-width:740px) {

    .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {

        padding: 5px

    }

}



@media (max-width:600px) and (min-width:576px) {

    .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {

        display: none

    }

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge.badge-primary {

    box-shadow: 0 0 15px 0 rgb(175 175 175 / .4)

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge.badge-secondary {

    box-shadow: 0 0 15px 0 rgb(243 145 89 / .4)

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .h4,

.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content h4 {

    font-size: 16px;

    font-weight: 600;

    margin-top: 16px

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content p {

    color: var(--black);

    font-size: 16px;

    font-weight: 500

}



@media (max-width:1702px) {

    .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content p {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .h6,

.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content h6 {

    color: var(--black);

    font-size: calc(13.25926px + .24691vw);

    font-weight: 600;

    margin: 10px 0

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .h6 span,

.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content h6 span {

    color: #888;

    font-size: calc(13.25926px + .24691vw);

    font-weight: 600;

    text-decoration: line-through

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group {

    border: 1px dashed var(--black);

    border-radius: 3px;

    margin: 0 auto;

    width: 80px

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group .input-group-text {

    background-color: var(--white);

    border: 0;

    cursor: pointer;

    padding: 7px

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group .input-group-text .svg-color {

    height: 10px;

    width: 10px

}



.dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group input {

    border-left: 1px dashed var(--black);

    border-radius: 0;

    border-right: 1px dashed var(--black);

    color: var(--black) !important;

    padding: 0;

    text-align: center

}



.dashboard-2 .items-slider .swiper .swiper-button-next {

    align-items: center;

    background-color: var(--theme-default);

    border-radius: 50%;

    display: flex;

    height: 20px;

    justify-content: center;

    margin-top: -10px;

    opacity: 0;

    transition: all .5s ease;

    width: 20px;

    z-index: 2

}



.dashboard-2 .items-slider .swiper .swiper-button-next:after {

    color: var(--white);

    font-size: 9px

}



.dashboard-2 .items-slider .swiper .swiper-button-prev {

    align-items: center;

    background-color: var(--theme-default);

    border-radius: 50%;

    display: flex;

    height: 20px;

    justify-content: center;

    margin-top: -10px;

    opacity: 0;

    transition: all .5s ease;

    width: 20px;

    z-index: 2

}



.dashboard-2 .items-slider .swiper .swiper-button-prev:after {

    color: var(--white);

    font-size: 9px

}



.dashboard-2 .items-slider .swiper:hover .swiper-button-next {

    opacity: 1;

    position: absolute;

    right: 20px

}



.dashboard-2 .items-slider .swiper:hover .swiper-button-prev {

    left: 20px;

    opacity: 1;

    position: absolute

}



@keyframes round {

    0% {

        transform: scale(1)

    }



    50% {

        transform: scale(1.2)

    }



    to {

        transform: scale(1)

    }

}



.dashboard-3 .todo-list ul li {

    align-items: center

}



.dashboard-3 .todo-list ul li .flex-shrink-0 .form-check {

    min-height: 38px

}



.dashboard-3 .todo-list ul li .flex-shrink-0 .form-check .form-check-label:before {

    height: 22px;

    line-height: 1.5;

    width: 22px

}



.dashboard-3 .todo-list ul li .flex-grow-1 .h5,

.dashboard-3 .todo-list ul li .flex-grow-1 h5 {

    color: var(--body-font-color);

    font-size: 14px;

    font-weight: 600

}



@media (max-width:1680px) {



    .dashboard-3 .todo-list ul li .flex-grow-1 .h5,

    .dashboard-3 .todo-list ul li .flex-grow-1 h5 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.dashboard-3 .todo-list ul li .flex-grow-1 .h6,

.dashboard-3 .todo-list ul li .flex-grow-1 h6 {

    color: var(--font-color);

    font-size: 12px;

    font-weight: 600

}



@media (max-width:1680px) {



    .dashboard-3 .todo-list ul li .flex-grow-1 .h6,

    .dashboard-3 .todo-list ul li .flex-grow-1 h6 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.dashboard-3 .todo-list ul li span {

    background-color: var(--body-color);

    border: 1px solid var(--light-gray);

    border-radius: 5px;

    color: var(--body-font-color);

    font-size: 13px;

    font-weight: 600;

    min-width: 70px;

    padding: 4px 8px

}



@media (max-width:1580px) and (min-width:1400px) {

    .dashboard-3 .todo-list ul li span {

        display: none

    }

}



.dashboard-3 .todo-list ul li+li {

    margin-top: 11px

}



@media (min-width:1200px) and (max-width:1399.98px) {

    .dashboard-3 .todo-list ul li+li {

        margin-top: 7px

    }

}



.dashboard-3 .assignment-table table thead tr th {

    color: var(--font-color);

    font-weight: 700;

    padding: 9px !important;

    text-transform: capitalize

}



.dashboard-3 .assignment-table table thead tr th:first-child {

    padding-left: unset

}



@media (max-width:1690px) and (min-width:1200px) {

    .dashboard-3 .assignment-table table thead tr th:last-child {

        display: none

    }

}



.dashboard-3 .assignment-table table tbody tr {

    vertical-align: middle

}



.dashboard-3 .assignment-table table tbody tr td {

    color: var(--body-font-color);

    padding: 8px 9px

}



@media (max-width:1870px) and (min-width:1200px) {

    .dashboard-3 .assignment-table table tbody tr td {

        min-width: 100px

    }

}



@media (max-width:1730px) and (min-width:1200px) {

    .dashboard-3 .assignment-table table tbody tr td {

        padding: 9px 5px

    }

}



@media (max-width:1199.98px) {

    .dashboard-3 .assignment-table table tbody tr td {

        min-width: 140px

    }

}



.dashboard-3 .assignment-table table tbody tr td:first-child {

    padding-left: unset

}



@media (max-width:1690px) and (min-width:1200px) {

    .dashboard-3 .assignment-table table tbody tr td:last-child {

        display: none

    }

}



.dashboard-3 .assignment-table table tbody tr td .d-flex .flex-grow-1 .h6,

.dashboard-3 .assignment-table table tbody tr td .d-flex .flex-grow-1 h6 {

    color: var(--body-font-color);

    font-weight: 600

}



@media (max-width:1420px) {



    .dashboard-3 .assignment-table table tbody tr td .d-flex .flex-grow-1 .h6,

    .dashboard-3 .assignment-table table tbody tr td .d-flex .flex-grow-1 h6 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.dashboard-3 .assignment-table table tbody tr td .d-flex .flex-grow-1 p {

    color: var(--font-color);

    font-weight: 600

}



.dashboard-3 .assignment-table table tbody tr td .btn {

    min-width: 115px;

    padding: 7px 18px

}



@media (max-width:1360px) {



    .dashboard-3 .assignment-table table tbody tr td .h6,

    .dashboard-3 .assignment-table table tbody tr td h6 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.dashboard-3 .assignment-table table tbody tr:last-child td {

    padding-bottom: 0 !important

}



.dashboard-3 .default-datepicker .datepicker {

    width: unset

}



.dashboard-3 .default-datepicker .datepicker .datepicker--nav {

    border-bottom: 0;

    color: var(--theme-default);

    font-size: 18px;

    font-weight: 600;

    justify-content: space-evenly;

    padding: 12px;

    text-transform: capitalize

}



.dashboard-3 .default-datepicker .datepicker .datepicker--nav .datepicker--nav-action path {

    stroke: var(--black)

}



.dashboard-3 .default-datepicker .datepicker .datepicker--nav .datepicker--nav-title {

    background-color: rgb(175 175 175 / .1);

    padding: 8px 15px

}



.dashboard-3 .default-datepicker .datepicker .datepicker--days-names {

    margin: 10px 0

}



.dashboard-3 .default-datepicker .datepicker .datepicker--cell {

    color: var(--body-font-color);

    font-size: 14px;

    font-weight: 700;

    padding: 25px 10px;

    width: 14.285714%

}



.dashboard-3 .default-datepicker .datepicker .datepicker--cell.-other-month- {

    color: var(--font-color);

    font-weight: 500

}



.dashboard-3 .default-datepicker .datepicker .datepicker--cell.-current- {

    background: var(--theme-default);

    border-radius: 20px;

    box-shadow: 0 4px 27px 0 rgb(175 175 175 / .38);

    color: var(--white)

}



.dashboard-3 .default-datepicker .datepicker--cell.-focus- {

    background: #fff0;

    border-radius: 0;

    box-shadow: none;

    color: var(--theme-default)

}



.dashboard-3 .details-table table thead tr th {

    color: var(--font-color);

    font-weight: 700;

    padding: 9px;

    text-transform: capitalize

}



.dashboard-3 .details-table table thead tr th:first-child {

    padding-left: unset

}



@media (max-width:1690px) and (min-width:1200px) {

    .dashboard-3 .details-table table thead tr th:nth-child(3) {

        display: none

    }

}



.dashboard-3 .details-table table tbody tr {

    vertical-align: middle

}



.dashboard-3 .details-table table tbody tr td {

    color: var(--body-font-color);

    padding: 9px

}



@media (max-width:1742px) and (min-width:1200px) {

    .dashboard-3 .details-table table tbody tr td {

        padding: 9px 5px

    }

}



@media (max-width:1199.98px) {

    .dashboard-3 .details-table table tbody tr td {

        min-width: 132px

    }

}



.dashboard-3 .details-table table tbody tr td:first-child {

    padding-left: unset

}



@media (max-width:1690px) and (min-width:1200px) {

    .dashboard-3 .details-table table tbody tr td:nth-child(3) {

        display: none

    }

}



.dashboard-3 .details-table table tbody tr td .d-flex .flex-grow-1 .h6,

.dashboard-3 .details-table table tbody tr td .d-flex .flex-grow-1 h6 {

    color: var(--body-font-color);

    font-weight: 600

}



@media (max-width:1470px) {



    .dashboard-3 .details-table table tbody tr td .d-flex .flex-grow-1 .h6,

    .dashboard-3 .details-table table tbody tr td .d-flex .flex-grow-1 h6 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.dashboard-3 .details-table table tbody tr td .d-flex .flex-grow-1 p {

    color: var(--font-color);

    font-weight: 600

}



.dashboard-3 .details-table table tbody tr td .btn {

    min-width: 115px;

    padding: 7px 18px

}



@media (max-width:1390px) and (min-width:1200px) {

    .dashboard-3 .details-table table tbody tr td .btn {

        min-width: 95px

    }

}



@media (max-width:1355px) and (min-width:1200px) {

    .dashboard-3 .details-table table tbody tr td .btn {

        min-width: 80px

    }

}



@media (max-width:1340px) {



    .dashboard-3 .details-table table tbody tr td .h6,

    .dashboard-3 .details-table table tbody tr td h6 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.dashboard-3 .details-table table tbody tr:last-child td {

    padding-bottom: 0 !important

}



.dashboard-3 .course-table table tbody tr td {

    color: var(--body-font-color);

    padding: 5px;

    padding-bottom: 5px !important

}



.dashboard-3 .course-table table tbody tr td:first-child {

    padding-left: unset

}



@media (max-width:1450px) and (min-width:1400px) {

    .dashboard-3 .course-table table tbody tr td:nth-child(2) {

        display: none

    }

}



.dashboard-3 .course-table table tbody tr td:nth-child(2) .h5,

.dashboard-3 .course-table table tbody tr td:nth-child(2) h5 {

    font-size: 14px;

    font-weight: 600

}



.dashboard-3 .course-table table tbody tr td:last-child,

.dashboard-3 .course-table table tbody tr td:nth-child(2) p {

    color: var(--font-color);

    font-size: 12px;

    font-weight: 600

}



@media (max-width:1736px) and (min-width:1400px) {

    .dashboard-3 .course-table table tbody tr td:last-child {

        display: none

    }

}



@media (max-width:1010px) and (min-width:992px) {

    .dashboard-3 .course-table table tbody tr td:last-child {

        display: none

    }

}



@media (max-width:360px) {

    .dashboard-3 .course-table table tbody tr td:last-child {

        display: none

    }

}



.dashboard-3 .course-table table tbody tr td .d-flex .flex-grow-1 .h5,

.dashboard-3 .course-table table tbody tr td .d-flex .flex-grow-1 h5 {

    color: var(--body-font-color);

    font-weight: 600

}



.dashboard-3 .course-table table tbody tr td .d-flex .flex-grow-1 p {

    color: var(--font-color);

    font-weight: 600

}



.dashboard-3 .course-table table tbody tr:last-child td {

    padding-bottom: 3px !important

}



.dashboard-3 .notice-board .d-flex .flex-grow-1 .h6,

.dashboard-3 .notice-board .d-flex .flex-grow-1 h6 {

    color: var(--body-font-color)

}



.dashboard-3 .notice-board .d-flex .flex-grow-1 .h6,

.dashboard-3 .notice-board .d-flex .flex-grow-1 .text-truncate,

.dashboard-3 .notice-board .d-flex .flex-grow-1 h6 {

    display: -webkit-box !important;

    font-size: 14px;

    font-weight: 600;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    white-space: normal

}



.dashboard-3 .notice-board .d-flex .flex-grow-1 .text-truncate {

    color: var(--font-color)

}



.dashboard-3 .notice-board .d-flex+.d-flex {

    margin-top: 22px

}



@media (max-width:1199.98px) {

    .dashboard-3 .notice-board .d-flex+.d-flex {

        margin-top: 31px

    }

}



.dashboard-3 .performance-card .performance-header {

    align-items: center;

    display: flex

}



@media (max-width:340px) {

    .dashboard-3 .performance-card .performance-header {

        display: none

    }

}



.dashboard-3 .performance-card .performance-header li {

    align-items: center;

    display: flex

}



.dashboard-3 .performance-card .performance-header li .circle {

    border-radius: 50%;

    height: 12px;

    width: 12px

}



.dashboard-3 .performance-card .performance-header li p {

    color: var(--body-font-color);

    font-weight: 600

}



@media (max-width:1600px) and (min-width:1200px) {

    .dashboard-3 .performance-card .nav {

        display: none

    }

}



@media (max-width:670px) {

    .dashboard-3 .performance-card .nav {

        display: none

    }

}



@media (max-width:1650px) and (min-width:1400px) {

    .dashboard-3 .pie-card .card-header .dropdown {

        display: none

    }

}



.dashboard-3 .pie-card .revenue-category .pie-chart {

    min-height: 300px

}



.dashboard-3 .pie-card .revenue-category .pie-chart svg text {

    transform: scale(1.4) translate(-45px, -40px)

}



@media (min-width:1200px) and (max-width:1399.98px) {

    .dashboard-3 .pie-card .revenue-category .pie-chart svg text {

        transform: scale(1.4) translate(-54px, -40px)

    }

}



@media (max-width:575.98px) {

    .dashboard-3 .pie-card .revenue-category .pie-chart svg text {

        transform: scale(1.4) translate(-73px, -35px)

    }

}



@media (max-width:460px) {

    .dashboard-3 .pie-card .revenue-category .pie-chart svg text {

        transform: scale(1.4) translate(-57px, -35px)

    }

}



.dashboard-3 .pie-card .revenue-category .donut-legend {

    padding: 20px 0 0

}



@media (max-width:680px) and (min-width:576px) {

    .dashboard-3 .pie-card .revenue-category .donut-legend {

        display: none

    }

}



.dashboard-3 .pie-card .revenue-category .donut-legend>span {

    display: inline-block;

    font-size: 14px;

    font-weight: 500;

    margin-bottom: 10px;

    margin-right: 8px

}



@media (max-width:1769px) and (min-width:1400px) {

    .dashboard-3 .pie-card .revenue-category .donut-legend>span:nth-child(4) {

        display: none

    }

}



@media (max-width:1250px) and (min-width:1200px) {

    .dashboard-3 .pie-card .revenue-category .donut-legend>span:nth-child(4) {

        display: none

    }

}



@media (max-width:1080px) and (min-width:992px) {

    .dashboard-3 .pie-card .revenue-category .donut-legend>span:nth-child(4) {

        display: none

    }

}



@media (max-width:960px) and (min-width:576px) {

    .dashboard-3 .pie-card .revenue-category .donut-legend>span:nth-child(4) {

        display: none

    }

}



@media (max-width:1430px) and (min-width:1400px) {

    .dashboard-3 .pie-card .revenue-category .donut-legend>span:nth-child(3) {

        display: none

    }

}



@media (max-width:1870px) and (min-width:1770px) {

    .dashboard-3 .pie-card .revenue-category .donut-legend>span {

        margin-right: 6px

    }

}



@media (max-width:1847px) and (min-width:1770px) {

    .dashboard-3 .pie-card .revenue-category .donut-legend>span {

        margin-right: 3px

    }

}



@media (max-width:1800px) and (min-width:1770px) {

    .dashboard-3 .pie-card .revenue-category .donut-legend>span {

        margin-right: 1px

    }

}



.dashboard-3 .pie-card .revenue-category .donut-legend>span>i {

    border-radius: 25px;

    display: inline-block;

    height: 10px;

    margin-right: 7px;

    margin-top: -3px;

    vertical-align: middle;

    width: 10px

}



@media (max-width:1430px) and (min-width:1400px) {

    .dashboard-3 .upcoming-card .dropdown {

        display: none

    }

}



.dashboard-3 .upcoming-card .upcoming-class .activity-day {

    margin-top: 19px

}



.dashboard-3 .upcoming-card .upcoming-class .activity-day .h6,

.dashboard-3 .upcoming-card .upcoming-class .activity-day h6 {

    color: var(--font-color);

    font-size: 12px;

    font-weight: 500;

    text-transform: uppercase

}



.dashboard-3 .upcoming-card .upcoming-class ul {

    border: 1px solid var(--light-gray);

    border-radius: 10px;

    margin-top: 7px;

    padding: 15px

}



.dashboard-3 .upcoming-card .upcoming-class ul li .flex-shrink-0 .h5,

.dashboard-3 .upcoming-card .upcoming-class ul li .flex-shrink-0 h5 {

    color: var(--font-color);

    font-size: 18px;

    font-weight: 600

}



.dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 .h6,

.dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 h6 {

    color: var(--font-color);

    font-size: 12px;

    font-weight: 600;

    margin-left: 5px

}



@media (max-width:1480px) {



    .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 .h6,

    .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 h6 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 p {

    color: var(--body-font-color);

    font-size: 14px;

    font-weight: 600;

    margin-left: 5px

}



@media (max-width:1776px) {

    .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 p {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.dashboard-3 .upcoming-card .upcoming-class ul li+li {

    margin-top: 13px

}



@media (min-width:1200px) and (max-width:1399.98px) {

    .dashboard-3 .upcoming-card .upcoming-class ul li+li {

        margin-top: 15px

    }

}



.dashboard-3 .upcoming-card .upcoming-class ul .circle-dot-primary {

    animation: round 1.3s ease-in-out infinite;

    background-color: rgb(175 175 175 / .25);

    border-radius: 100%;

    color: var(--theme-default);

    font-size: 8px;

    padding: 3px

}



.dashboard-3 .upcoming-card .upcoming-class ul .circle-dot-secondary {

    animation: round 1.3s ease-in-out infinite;

    background-color: rgb(243 145 89 / .25);

    border-radius: 100%;

    color: var(--theme-secondary);

    font-size: 8px;

    padding: 3px

}



.dashboard-3 .graphic-design .header-top {

    align-items: flex-start

}



.dashboard-3 .graphic-design .header-top .d-flex .flex-shrink-0 {

    align-items: center;

    background-color: rgb(175 175 175 / .1);

    border: 2px solid rgb(175 175 175 / .3);

    border-radius: 50%;

    display: flex;

    height: 57px;

    justify-content: center;

    width: 57px

}



@media (max-width:1540px) {

    .dashboard-3 .graphic-design .header-top .d-flex .flex-shrink-0 {

        height: 45px;

        width: 45px

    }

}



.dashboard-3 .graphic-design .header-top .d-flex .flex-grow-1 .h5,

.dashboard-3 .graphic-design .header-top .d-flex .flex-grow-1 h5 {

    color: var(--body-font-color);

    font-size: 18px;

    font-weight: 600

}



.dashboard-3 .graphic-design .header-top .d-flex .flex-grow-1 p {

    color: var(--font-color);

    font-size: 14px;

    font-weight: 600

}



.dashboard-3 .graphic-design ul {

    align-items: center;

    border-top: 1px solid var(--shape-border);

    display: flex;

    justify-content: space-evenly;

    margin: 20px 20px 0;

    padding-top: 20px

}



@media (max-width:1540px) {

    .dashboard-3 .graphic-design ul {

        padding-top: 10px

    }

}



.dashboard-3 .graphic-design ul li {

    align-items: center;

    display: flex

}



.dashboard-3 .graphic-design ul li i {

    color: var(--body-font-color);

    font-size: 20px

}



.dashboard-3 .graphic-design ul li .h5,

.dashboard-3 .graphic-design ul li h5 {

    color: var(--body-font-color);

    font-size: 14px;

    font-weight: 600;

    margin-bottom: -4px

}



@media (max-width:1640px) and (min-width:1200px) {

    .dashboard-3 .graphic-design ul li:nth-child(3) {

        display: none

    }

}



@media (max-width:1100px) and (min-width:992px) {

    .dashboard-3 .graphic-design ul li:nth-child(3) {

        display: none

    }

}



@media (max-width:920px) and (min-width:768px) {

    .dashboard-3 .graphic-design ul li:nth-child(3) {

        display: none

    }

}



@media (max-width:460px) {

    .dashboard-3 .graphic-design ul li:nth-child(3) {

        display: none

    }

}



@media (max-width:1330px) and (min-width:1200px) {

    .dashboard-3 .graphic-design ul li:nth-child(4) {

        display: none

    }

}



@media (max-width:1199px) and (min-width:992px) {

    .dashboard-3 .graphic-design ul li:nth-child(4) {

        display: none

    }

}



@media (max-width:340px) {

    .dashboard-3 .graphic-design ul li:nth-child(4) {

        display: none

    }

}



.dashboard-3 .graphic-design ul li+li {

    border-left: 2px solid var(--border-color);

    padding-left: 15px

}



@media (max-width:1730px) and (min-width:1200px) {

    .dashboard-3 .graphic-design ul li+li {

        padding-left: 8px

    }

}



@media (max-width:1640px) and (min-width:1200px) {

    .dashboard-3 .graphic-design ul li+li {

        padding-left: 20px

    }

}



.dashboard-3 .graphic-design .card-body .crypto-dashborad-chart {

    margin-bottom: -20px

}



.table-bordernone td {

    border: none !important

}



.dashboard-2 div.dataTables_wrapper,

.dashboard-3 div.dataTables_wrapper,

.default-dashboard div.dataTables_wrapper,

.general-widget div.dataTables_wrapper {

    position: unset

}



.dashboard-2 div.dataTables_wrapper .dataTables_info,

.dashboard-3 div.dataTables_wrapper .dataTables_info,

.default-dashboard div.dataTables_wrapper .dataTables_info,

.general-widget div.dataTables_wrapper .dataTables_info {

    color: var(--font-color);

    font-family: Nunito Sans, sans-serif;

    font-weight: 500;

    padding-left: 24px

}



@media (max-width:1230px) {



    .dashboard-2 div.dataTables_wrapper .dataTables_info,

    .dashboard-3 div.dataTables_wrapper .dataTables_info,

    .default-dashboard div.dataTables_wrapper .dataTables_info,

    .general-widget div.dataTables_wrapper .dataTables_info {

        display: none

    }

}



.dashboard-2 div.dataTables_wrapper .dataTables_paginate,

.dashboard-3 div.dataTables_wrapper .dataTables_paginate,

.default-dashboard div.dataTables_wrapper .dataTables_paginate,

.general-widget div.dataTables_wrapper .dataTables_paginate {

    border: none;

    color: var(--font-color);

    font-family: Nunito Sans, sans-serif;

    margin-right: 24px

}



.dashboard-2 div.dataTables_wrapper .dataTables_paginate .paginate_button,

.dashboard-3 div.dataTables_wrapper .dataTables_paginate .paginate_button,

.default-dashboard div.dataTables_wrapper .dataTables_paginate .paginate_button,

.general-widget div.dataTables_wrapper .dataTables_paginate .paginate_button {

    border: none;

    border-radius: 3px;

    font-weight: 500;

    margin: 0 6px !important;

    padding: 2px 9px

}



.dashboard-2 div.dataTables_wrapper .dataTables_paginate .paginate_button .disabled:hover,

.dashboard-3 div.dataTables_wrapper .dataTables_paginate .paginate_button .disabled:hover,

.default-dashboard div.dataTables_wrapper .dataTables_paginate .paginate_button .disabled:hover,

.general-widget div.dataTables_wrapper .dataTables_paginate .paginate_button .disabled:hover {

    border: none !important

}



.dashboard-2 div.dataTables_wrapper .dataTables_paginate .paginate_button:hover,

.dashboard-3 div.dataTables_wrapper .dataTables_paginate .paginate_button:hover,

.default-dashboard div.dataTables_wrapper .dataTables_paginate .paginate_button:hover,

.general-widget div.dataTables_wrapper .dataTables_paginate .paginate_button:hover {

    border: none

}



.dashboard-2 div.dataTables_wrapper .dataTables_length,

.dashboard-3 div.dataTables_wrapper .dataTables_length,

.default-dashboard div.dataTables_wrapper .dataTables_length,

.general-widget div.dataTables_wrapper .dataTables_length {

    margin-bottom: 26px

}



.dashboard-2 div.dataTables_wrapper .dataTables_length label,

.dashboard-3 div.dataTables_wrapper .dataTables_length label,

.default-dashboard div.dataTables_wrapper .dataTables_length label,

.general-widget div.dataTables_wrapper .dataTables_length label {

    display: none !important

}



.dashboard-2 div.dataTables_wrapper div.dataTables_filter,

.dashboard-3 div.dataTables_wrapper div.dataTables_filter,

.default-dashboard div.dataTables_wrapper div.dataTables_filter,

.general-widget div.dataTables_wrapper div.dataTables_filter {

    position: absolute;

    right: 30px;

    top: 17px

}



@media (max-width:1170px) and (min-width:576px) {



    .dashboard-2 div.dataTables_wrapper div.dataTables_filter,

    .dashboard-3 div.dataTables_wrapper div.dataTables_filter,

    .default-dashboard div.dataTables_wrapper div.dataTables_filter,

    .general-widget div.dataTables_wrapper div.dataTables_filter {

        display: none

    }

}



@media (max-width:575px) {



    .dashboard-2 div.dataTables_wrapper div.dataTables_filter,

    .dashboard-3 div.dataTables_wrapper div.dataTables_filter,

    .default-dashboard div.dataTables_wrapper div.dataTables_filter,

    .general-widget div.dataTables_wrapper div.dataTables_filter {

        left: 18px;

        margin-top: 34px;

        right: unset

    }

}



[dir=rtl] .dashboard-2 div.dataTables_wrapper div.dataTables_filter,

[dir=rtl] .dashboard-3 div.dataTables_wrapper div.dataTables_filter,

[dir=rtl] .default-dashboard div.dataTables_wrapper div.dataTables_filter,

[dir=rtl] .general-widget div.dataTables_wrapper div.dataTables_filter {

    left: 30px;

    right: unset

}



.dashboard-2 div.dataTables_wrapper div.dataTables_filter input[type=search],

.dashboard-3 div.dataTables_wrapper div.dataTables_filter input[type=search],

.default-dashboard div.dataTables_wrapper div.dataTables_filter input[type=search],

.general-widget div.dataTables_wrapper div.dataTables_filter input[type=search] {

    border-radius: 6px;

    border-style: solid;

    height: 34px;

    width: 150px !important

}



@media (max-width:575px) {



    .dashboard-2 div.dataTables_wrapper div.dataTables_filter input[type=search],

    .dashboard-3 div.dataTables_wrapper div.dataTables_filter input[type=search],

    .default-dashboard div.dataTables_wrapper div.dataTables_filter input[type=search],

    .general-widget div.dataTables_wrapper div.dataTables_filter input[type=search] {

        height: 27px

    }

}



.dashboard-2 div.dataTables_wrapper table.dataTable,

.dashboard-3 div.dataTables_wrapper table.dataTable,

.default-dashboard div.dataTables_wrapper table.dataTable,

.general-widget div.dataTables_wrapper table.dataTable {

    border: none;

    margin-bottom: 0 !important;

    margin-top: 13px

}



@media (max-width:575px) {



    .dashboard-2 div.dataTables_wrapper table.dataTable,

    .dashboard-3 div.dataTables_wrapper table.dataTable,

    .default-dashboard div.dataTables_wrapper table.dataTable,

    .general-widget div.dataTables_wrapper table.dataTable {

        margin-top: 42px !important

    }

}



.dashboard-2 div.dataTables_wrapper table.dataTable.display tbody tr.even,

.dashboard-2 div.dataTables_wrapper table.dataTable.display tbody tr.even>.sorting_1,

.dashboard-2 div.dataTables_wrapper table.dataTable.display tbody tr.odd,

.dashboard-2 div.dataTables_wrapper table.dataTable.display tbody tr.odd>.sorting_1,

.dashboard-3 div.dataTables_wrapper table.dataTable.display tbody tr.even,

.dashboard-3 div.dataTables_wrapper table.dataTable.display tbody tr.even>.sorting_1,

.dashboard-3 div.dataTables_wrapper table.dataTable.display tbody tr.odd,

.dashboard-3 div.dataTables_wrapper table.dataTable.display tbody tr.odd>.sorting_1,

.default-dashboard div.dataTables_wrapper table.dataTable.display tbody tr.even,

.default-dashboard div.dataTables_wrapper table.dataTable.display tbody tr.even>.sorting_1,

.default-dashboard div.dataTables_wrapper table.dataTable.display tbody tr.odd,

.default-dashboard div.dataTables_wrapper table.dataTable.display tbody tr.odd>.sorting_1,

.general-widget div.dataTables_wrapper table.dataTable.display tbody tr.even,

.general-widget div.dataTables_wrapper table.dataTable.display tbody tr.even>.sorting_1,

.general-widget div.dataTables_wrapper table.dataTable.display tbody tr.odd,

.general-widget div.dataTables_wrapper table.dataTable.display tbody tr.odd>.sorting_1 {

    background-color: transparent !important

}



.dashboard-2 div.dataTables_wrapper table.dataTable thead>tr>th,

.dashboard-3 div.dataTables_wrapper table.dataTable thead>tr>th,

.default-dashboard div.dataTables_wrapper table.dataTable thead>tr>th,

.general-widget div.dataTables_wrapper table.dataTable thead>tr>th {

    border: none !important;

    border-bottom: 1px solid var(--light-gray) !important;

    color: var(--font-color);

    font-weight: 700;

    text-transform: capitalize

}



.dashboard-2 div.dataTables_wrapper table.dataTable thead>tr>th:after,

.dashboard-2 div.dataTables_wrapper table.dataTable thead>tr>th:before,

.dashboard-3 div.dataTables_wrapper table.dataTable thead>tr>th:after,

.dashboard-3 div.dataTables_wrapper table.dataTable thead>tr>th:before,

.default-dashboard div.dataTables_wrapper table.dataTable thead>tr>th:after,

.default-dashboard div.dataTables_wrapper table.dataTable thead>tr>th:before,

.general-widget div.dataTables_wrapper table.dataTable thead>tr>th:after,

.general-widget div.dataTables_wrapper table.dataTable thead>tr>th:before {

    display: none

}



.dashboard-2 div.dataTables_wrapper table.dataTable tbody>tr>td,

.dashboard-3 div.dataTables_wrapper table.dataTable tbody>tr>td,

.default-dashboard div.dataTables_wrapper table.dataTable tbody>tr>td,

.general-widget div.dataTables_wrapper table.dataTable tbody>tr>td {

    border-bottom: none

}



.dashboard-2 .card-header .header-top .nav,

.dashboard-3 .card-header .header-top .nav,

.default-dashboard .card-header .header-top .nav,

.general-widget .card-header .header-top .nav {

    background-color: var(--body-color);

    border: 1px solid var(--light-gray);

    border-radius: 5px

}



.dashboard-2 .card-header .header-top .nav .nav-item a,

.dashboard-3 .card-header .header-top .nav .nav-item a,

.default-dashboard .card-header .header-top .nav .nav-item a,

.general-widget .card-header .header-top .nav .nav-item a {

    color: var(--body-font-color);

    font-weight: 600;

    padding: 6px 8px

}



.dashboard-2 .card-header .header-top .nav-pills .nav-link.active,

.dashboard-3 .card-header .header-top .nav-pills .nav-link.active,

.default-dashboard .card-header .header-top .nav-pills .nav-link.active,

.general-widget .card-header .header-top .nav-pills .nav-link.active {

    background-color: var(--theme-default);

    border-radius: 5px;

    color: var(--white)

}



.dashboard-2 .dropdown .btn,

.dashboard-3 .dropdown .btn,

.default-dashboard .dropdown .btn,

.general-widget .dropdown .btn {

    background-color: var(--body-color);

    border: 1px solid var(--light-gray);

    border-radius: 5px;

    color: var(--body-font-color);

    font-family: Nunito Sans, sans-serif;

    padding: 4px 14px

}



.dashboard-2 .dropdown .btn:active,

.dashboard-3 .dropdown .btn:active,

.default-dashboard .dropdown .btn:active,

.general-widget .dropdown .btn:active {

    background-color: var(--body-color) !important;

    border: 1px solid var(--light-gray) !important

}



.dashboard-2 .comman-round,

.dashboard-3 .comman-round,

.default-dashboard .comman-round,

.general-widget .comman-round {

    align-items: center;

    background-color: rgb(175 175 175 / .1);

    border: 2px solid rgb(175 175 175 / .1);

    border-radius: 50%;

    display: flex;

    height: 35px;

    justify-content: center;

    width: 35px

}



.default-dashboard .welcome-banner .welcome-card {

    align-items: center;

    background-color: var(--theme-default);

    border-radius: 24px 24px 0 0;

    display: flex;

    height: 180px;

    overflow: hidden;

    position: relative

}



.default-dashboard .welcome-banner .welcome-card .img-1 {

    animation: up-down 4s infinite;

    right: 4px

}



@media (max-width:767px) {

    .default-dashboard .welcome-banner .welcome-card .img-1 {

        display: none

    }

}



@media (min-width:991px) and (max-width:1360px) {

    .default-dashboard .welcome-banner .welcome-card .img-1 {

        display: none

    }

}



.default-dashboard .welcome-banner .welcome-card .img-2 {

    animation: myOrbit 9s linear infinite;

    top: 0

}



.default-dashboard .welcome-banner .welcome-card .img-3 {

    animation: up-down 4s infinite

}



@media (max-width:767px) {

    .default-dashboard .welcome-banner .welcome-card .img-3 {

        width: 60px

    }

}



@media (min-width:991px) and (max-width:1360px) {

    .default-dashboard .welcome-banner .welcome-card .img-3 {

        width: 60px

    }

}



.default-dashboard .welcome-banner .welcome-card .img-4 {

    animation: move1 8s linear 0s infinite normal none running;

    bottom: -25px;

    left: 27%

}



@media (max-width:767px) {

    .default-dashboard .welcome-banner .welcome-card .img-4 {

        width: 60px

    }

}



@media (min-width:991px) and (max-width:1360px) {

    .default-dashboard .welcome-banner .welcome-card .img-4 {

        width: 60px

    }

}



.default-dashboard .welcome-banner .welcome-card .img-5 {

    animation: myOrbit 9s linear infinite;

    right: 169px;

    top: -14px

}



@media (max-width:767px) {

    .default-dashboard .welcome-banner .welcome-card .img-5 {

        right: 104px;

        width: 55px

    }

}



@media (min-width:991px) and (max-width:1360px) {

    .default-dashboard .welcome-banner .welcome-card .img-5 {

        right: 104px;

        width: 55px

    }

}



.default-dashboard .welcome-banner p {

    color: var(--font-color);

    font-size: 16px;

    font-weight: 400;

    margin-bottom: 19px

}



@media (max-width:1550px) {

    .default-dashboard .welcome-banner p {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.default-dashboard .welcome-banner span {

    background-color: var(--body-color);

    border: 1px solid var(--light-gray);

    border-radius: 6px;

    font-weight: 700;

    padding: 10px 8px

}



.default-dashboard .welcome-banner span svg {

    height: 18px;

    width: 18px

}



.default-dashboard .welcome-banner .h1,

.default-dashboard .welcome-banner h1 {

    font-size: calc(15.77778px + .74074vw)

}



.default-dashboard .welcome-banner .h1 img,

.default-dashboard .welcome-banner h1 img {

    animation-duration: 2.5s;

    animation-iteration-count: infinite;

    animation-name: wave-animation;

    cursor: pointer;

    height: auto;

    transform-origin: 70% 70%;

    width: 20px

}



@media (max-width:1540px) {

    .default-dashboard .earning-card .dropdown {

        display: none

    }

}



.default-dashboard .earning-card span svg {

    height: 18px;

    width: 18px

}



[dir=rtl] .default-dashboard .earning-card #earnings-chart {

    direction: ltr

}



.default-dashboard .earning-card .card-body .h2,

.default-dashboard .earning-card .card-body h2 {

    font-size: calc(14.33333px + .55556vw)

}



.default-dashboard .job-card .card-header p {

    color: var(--body-font-color)

}



.default-dashboard .job-card .card-header p span {

    color: var(--font-color);

    font-weight: 700

}



.default-dashboard .job-card .card-body li {

    background-color: var(--body-color);

    border: 1px solid var(--light-gray);

    border-radius: 10px;

    padding: 11px 16px

}



@media (max-width:1460px) and (min-width:1399.98px) {

    .default-dashboard .job-card .card-body li:first-child {

        display: none

    }

}



@media (max-width:1280px) and (min-width:1200px) {

    .default-dashboard .job-card .card-body li:first-child {

        display: none

    }

}



@media (max-width:480px) {

    .default-dashboard .job-card .card-body li:first-child {

        display: none

    }

}



@media (max-width:380px) {

    .default-dashboard .job-card .card-body li:first-child {

        padding: 11px 10px

    }

}



.default-dashboard .job-card .card-body li .d-flex .flex-shrink-0 {

    align-items: center;

    border-radius: 5px;

    display: flex;

    height: 40px;

    justify-content: center;

    width: 45px

}



@media (max-width:380px) {

    .default-dashboard .job-card .card-body li .d-flex .flex-shrink-0 {

        height: 32px;

        width: 35px

    }

}



.default-dashboard .job-card .card-body li .d-flex .flex-shrink-0.bg-light-primary svg {

    stroke: var(--theme-default)

}



.default-dashboard .job-card .card-body li .d-flex .flex-shrink-0.bg-light-secondary svg {

    stroke: var(--theme-secondary)

}



.default-dashboard .job-card .card-body li .d-flex .flex-shrink-0 svg {

    height: 20px;

    width: 20px

}



@media (max-width:380px) {

    .default-dashboard .job-card .card-body li .d-flex .flex-shrink-0 svg {

        height: 15px;

        width: 15px

    }

}



.default-dashboard .job-card .card-body li .d-flex .flex-grow-1 {

    text-align: center

}



.default-dashboard .job-card .card-body li .d-flex .flex-grow-1 .h3,

.default-dashboard .job-card .card-body li .d-flex .flex-grow-1 h3 {

    font-size: calc(14.88889px + .37037vw)

}



.default-dashboard .job-card .card-body li .d-flex .flex-grow-1 p {

    color: var(--font-color);

    font-weight: 600

}



@media (max-width:1720px) {

    .default-dashboard .job-card .card-body li .d-flex .flex-grow-1 p {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.default-dashboard .job-card .card-body li:hover {

    transform: translateY(-5px);

    transition: .5s

}



.default-dashboard .job-card .card-body li:hover .flex-shrink-0 svg {

    animation: tada 1.5s ease infinite

}



.default-dashboard .job-card .card-body table thead tr th {

    color: var(--font-color);

    padding-left: 9px;

    padding-right: 9px

}



.default-dashboard .job-card .card-body table tbody tr:last-child td {

    border: none;

    padding-bottom: 0

}



.default-dashboard .job-card .card-body table tbody tr:hover td:last-child .d-flex .flex-grow-1 .h6,

.default-dashboard .job-card .card-body table tbody tr:hover td:last-child .d-flex .flex-grow-1 h6 {

    color: var(--theme-default)

}



.default-dashboard .job-card .card-body table tbody tr td {

    font-weight: 600;

    padding: 11px 9px

}



@media (max-width:1720px) {

    .default-dashboard .job-card .card-body table tbody tr td {

        padding: 11px 6px

    }

}



@media (max-width:1665px) {

    .default-dashboard .job-card .card-body table tbody tr td {

        padding: 11px 4px

    }

}



.default-dashboard .job-card .card-body table tbody tr td .d-flex .flex-shrink-0 img {

    border: 1px solid var(--shape-border);

    border-radius: 50%

}



.default-dashboard .job-card .card-body table tbody tr td .d-flex .flex-grow-1 .h6,

.default-dashboard .job-card .card-body table tbody tr td .d-flex .flex-grow-1 h6 {

    color: var(--dark);

    font-weight: 600;

    transition: all .4s

}



@media (max-width:1665px) {



    .default-dashboard .job-card .card-body table tbody tr td .d-flex .flex-grow-1 .h6,

    .default-dashboard .job-card .card-body table tbody tr td .d-flex .flex-grow-1 h6 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.default-dashboard .transaction-history table {

    margin-top: 13px !important

}



@media (max-width:1855px) and (min-width:1200px) {

    .default-dashboard .transaction-history table thead tr th {

        padding: 11px 9px !important

    }

}



@media (max-width:1780px) and (min-width:1200px) {

    .default-dashboard .transaction-history table thead tr th {

        padding: 11px 7px !important

    }

}



@media (max-width:1705px) and (min-width:1200px) {

    .default-dashboard .transaction-history table thead tr th {

        padding: 11px 3px !important

    }

}



@media (max-width:1480px) and (min-width:1399.98px) {

    .default-dashboard .transaction-history table thead tr th {

        padding: 5px 3px !important

    }

}



@media (max-width:1630px) and (min-width:1200px) {

    .default-dashboard .transaction-history table thead tr th:nth-child(2) {

        display: none

    }

}



.default-dashboard .transaction-history table tbody tr td {

    color: var(--dark);

    font-weight: 600

}



@media (max-width:1855px) and (min-width:1200px) {

    .default-dashboard .transaction-history table tbody tr td {

        padding: 12px 9px

    }

}



@media (max-width:1780px) and (min-width:1200px) {

    .default-dashboard .transaction-history table tbody tr td {

        padding: 12px 7px

    }

}



@media (max-width:1480px) and (min-width:1399.98px) {

    .default-dashboard .transaction-history table tbody tr td {

        padding: 5px 7px

    }

}



@media (max-width:1199.98px) {

    .default-dashboard .transaction-history table tbody tr td:first-child {

        min-width: 192px

    }

}



@media (max-width:1630px) and (min-width:1200px) {

    .default-dashboard .transaction-history table tbody tr td:nth-child(2) {

        display: none

    }

}



@media (max-width:1199.98px) {

    .default-dashboard .transaction-history table tbody tr td:nth-child(2) {

        min-width: 105px

    }

}



.default-dashboard .transaction-history table tbody tr td .d-flex .flex-shrink-0 {

    align-items: center;

    background-color: var(--body-color);

    border: 1px solid var(--light-gray);

    border-radius: 50%;

    display: flex;

    height: 35px;

    justify-content: center;

    width: 35px

}



.default-dashboard .transaction-history table tbody tr td .d-flex .flex-grow-1 a .h6,

.default-dashboard .transaction-history table tbody tr td .d-flex .flex-grow-1 a h6 {

    color: var(--body-font-color);

    font-weight: 600

}



.default-dashboard .transaction-history table tbody tr td .d-flex .flex-grow-1 .h6,

.default-dashboard .transaction-history table tbody tr td .d-flex .flex-grow-1 h6 {

    color: var(--dark);

    font-weight: 600

}



.default-dashboard .transaction-history table tbody tr td .d-flex .flex-grow-1 p {

    color: var(--font-color);

    font-weight: 600

}



.default-dashboard .transaction-history table tbody tr td .btn {

    min-width: 115px;

    padding: 7px 18px

}



.default-dashboard .audit-log .d-flex {

    padding: 17px 0

}



@media (max-width:1480px) and (min-width:1399.98px) {

    .default-dashboard .audit-log .d-flex {

        padding: 13px 0

    }

}



.default-dashboard .audit-log .d-flex:last-child {

    padding-bottom: 0

}



.default-dashboard .audit-log .d-flex:last-child .flex-shrink-0:before {

    display: none

}



.default-dashboard .audit-log .d-flex .flex-shrink-0 {

    align-items: center;

    border-radius: 50%;

    display: flex;

    height: 30px;

    justify-content: center;

    position: relative;

    width: 30px

}



.default-dashboard .audit-log .d-flex .flex-shrink-0:before {

    background-color: var(--light-gray);

    content: "";

    height: 75%;

    left: 45%;

    position: absolute;

    top: 55%;

    transform: translateY(100%);

    width: 2px

}



@media (max-width:1480px) and (min-width:1399.98px) {

    .default-dashboard .audit-log .d-flex .flex-shrink-0:before {

        top: 39%

    }

}



.default-dashboard .audit-log .d-flex .flex-grow-1 a .h6,

.default-dashboard .audit-log .d-flex .flex-grow-1 a h6 {

    color: var(--body-font-color);

    font-weight: 600

}



@media (max-width:1860px) {



    .default-dashboard .audit-log .d-flex .flex-grow-1 a .h6,

    .default-dashboard .audit-log .d-flex .flex-grow-1 a h6 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.default-dashboard .audit-log .d-flex .flex-grow-1 p {

    color: var(--font-color);

    font-weight: 600

}



.default-dashboard .audit-log .d-flex span {

    background-color: var(--body-color);

    border: 1px solid var(--light-gray);

    border-radius: 5px;

    font-weight: 600;

    min-width: 70px;

    padding: 6px 8px

}



@media (min-width:1400px) and (max-width:1480px) {

    .default-dashboard .audit-log .d-flex span {

        display: none

    }

}



.default-dashboard .investment-card ul li {

    border-right: 1px solid var(--light-gray);

    padding: 0 22px

}



@media (min-width:1399.98px) and (max-width:1710px) {

    .default-dashboard .investment-card ul li {

        margin: 16px 0

    }

}



@media (min-width:1399.98px) and (max-width:1590px) {

    .default-dashboard .investment-card ul li {

        margin: 47px 0 15px;

        padding: 0 12px

    }

}



@media (max-width:1480px) and (min-width:1399.98px) {

    .default-dashboard .investment-card ul li {

        margin: 24px 0 15px

    }

}



[dir=rtl] .default-dashboard .investment-card ul li {

    border-left: 1px solid var(--light-gray);

    border-right: unset

}



.default-dashboard .investment-card ul li:last-child {

    border-right: none

}



[dir=rtl] .default-dashboard .investment-card ul li:last-child {

    border-left: none

}



.default-dashboard .investment-card ul li p {

    color: var(--font-color);

    font-weight: 600

}



.default-dashboard .investment-card ul li .h6,

.default-dashboard .investment-card ul li h6 {

    color: var(--body-font-color);

    font-weight: 600

}



.default-dashboard .latest-activity .d-flex {

    padding: 8px 0

}



.default-dashboard .latest-activity .d-flex:last-child {

    padding-bottom: 0

}



.default-dashboard .latest-activity .d-flex:last-child .flex-shrink-0:before {

    display: none

}



.default-dashboard .latest-activity .d-flex .flex-shrink-0 {

    align-items: center;

    border-radius: 50%;

    border-style: solid;

    border-width: 2px !important;

    display: flex;

    height: 35px;

    justify-content: center;

    width: 35px

}



.default-dashboard .latest-activity .d-flex .flex-shrink-0 svg {

    height: 21px;

    width: 21px

}



.default-dashboard .latest-activity .d-flex .flex-grow-1 a .h6,

.default-dashboard .latest-activity .d-flex .flex-grow-1 a h6 {

    color: var(--body-font-color);

    font-weight: 600

}



@media (max-width:1750px) {



    .default-dashboard .latest-activity .d-flex .flex-grow-1 a .h6,

    .default-dashboard .latest-activity .d-flex .flex-grow-1 a h6 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.default-dashboard .latest-activity .d-flex .flex-grow-1 p {

    color: var(--font-color);

    font-weight: 600

}



@media (max-width:1750px) {

    .default-dashboard .latest-activity .d-flex .flex-grow-1 p {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.default-dashboard .latest-activity .d-flex span {

    background-color: var(--body-color);

    border: 1px solid var(--light-gray);

    border-radius: 5px;

    color: var(--dark);

    font-weight: 600;

    min-width: 70px;

    padding: 4px 8px

}



@media (max-width:1480px) and (min-width:1399.98px) {

    .default-dashboard .latest-activity .d-flex span {

        display: none

    }

}



@media (max-width:1320px) and (min-width:1200px) {

    .default-dashboard .growthcard .header-top .nav {

        display: none

    }

}



@media (min-width:992px) and (max-width:1199.98px) {

    .default-dashboard .growthcard .header-top .nav {

        display: none

    }

}



@media (max-width:575.98px) {

    .default-dashboard .growthcard .header-top .nav {

        display: none

    }

}



.default-dashboard .growthcard .growth-chart .apexcharts-canvas svg .apexcharts-inner .apexcharts-area-series {

    transform: translate(5px, -40px)

}



.default-dashboard .top-user li {

    padding: 8px 0

}



@media (min-width:768px) and (max-width:1199.98px) {

    .default-dashboard .top-user li {

        padding: 9px 0

    }

}



.default-dashboard .top-user li div.d-flex div a .h6,

.default-dashboard .top-user li div.d-flex div a h6 {

    color: var(--body-font-color);

    display: -webkit-box !important;

    font-weight: 600;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    white-space: normal

}



.default-dashboard .top-user li div.d-flex div p {

    color: var(--font-color);

    font-weight: 600

}



.default-dashboard .top-user li div.d-flex div p svg {

    height: 13px;

    width: 13px;

    stroke: var(--font-color)

}



.default-dashboard .top-user li span {

    color: var(--font-color);

    font-weight: 600

}



@media (min-width:992px) and (max-width:1060px) {

    .default-dashboard .top-user li span {

        display: none

    }

}



@media (max-width:360px) {

    .default-dashboard .top-user li span {

        display: none

    }

}



.default-dashboard .top-user li button {

    min-width: 95px

}



@media (min-width:1200px) and (max-width:1800px) {

    .default-dashboard .top-user li button {

        padding: 6px 0

    }

}



@media (max-width:1630px) and (min-width:1399.98px) {

    .default-dashboard .top-user li button {

        display: none

    }

}



.default-dashboard .news-update .d-flex {

    padding: 9px 0

}



@media (min-width:1200px) and (max-width:1399.98px) {

    .default-dashboard .news-update .d-flex {

        padding: 8px 0

    }

}



.default-dashboard .news-update .d-flex .flex-grow-1 .h6,

.default-dashboard .news-update .d-flex .flex-grow-1 h6 {

    color: var(--body-font-color);

    display: -webkit-box !important;

    font-size: 14px;

    font-weight: 600;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    white-space: normal

}



.default-dashboard .news-update .d-flex .flex-grow-1 .text-truncate {

    color: var(--font-color);

    display: -webkit-box !important;

    font-size: 14px;

    font-weight: 600;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    line-height: 1.1;

    white-space: normal

}



.default-dashboard .news-update .d-flex span {

    background-color: var(--body-color);

    border: 1px solid var(--light-gray);

    border-radius: 5px;

    color: var(--body-font-color);

    font-size: 13px;

    font-weight: 600;

    min-width: 70px;

    padding: 4px 8px

}



@media (max-width:1655px) and (min-width:1399.98px) {

    .default-dashboard .news-update .d-flex span {

        display: none

    }

}



@media (max-width:1350px) and (min-width:1200px) {

    .default-dashboard .news-update .d-flex span {

        display: none

    }

}



.default-dashboard .news-update .d-flex:last-child {

    padding-bottom: 0

}



.default-dashboard .manage-invoice table thead tr th {

    color: var(--font-color);

    font-size: 14px;

    font-weight: 700;

    padding: 10px !important;

    text-transform: capitalize

}



.default-dashboard .manage-invoice table thead tr th:first-child {

    padding-bottom: 0 !important;

    padding-left: 0 !important;

    padding-right: 0 !important

}



.default-dashboard .manage-invoice table thead tr th:first-child .form-check {

    min-height: 34px;

    padding-left: 17px

}



.default-dashboard .manage-invoice table thead tr th:nth-child(2) {

    padding-left: 0 !important

}



@media (min-width:1200px) and (max-width:1720px) {

    .default-dashboard .manage-invoice table thead tr th:nth-child(4) {

        display: none

    }

}



@media (min-width:1200px) and (max-width:1399.98px) {

    .default-dashboard .manage-invoice table thead tr th:nth-child(5) {

        display: none

    }

}



@media (max-width:1450px) and (min-width:1399.98px) {

    .default-dashboard .manage-invoice table thead tr th {

        padding: 10px 5px

    }

}



@media (min-width:1200px) and (max-width:1399.98px) {

    .default-dashboard .manage-invoice table thead tr th {

        padding: 9px 10px

    }

}



.default-dashboard .manage-invoice table tbody tr td {

    padding: 4px 7px;

    vertical-align: middle

}



@media (max-width:1450px) and (min-width:1399.98px) {

    .default-dashboard .manage-invoice table tbody tr td {

        padding: 1px 5px

    }

}



@media (min-width:1200px) and (max-width:1399.98px) {

    .default-dashboard .manage-invoice table tbody tr td {

        padding: 1px 10px

    }

}



.default-dashboard .manage-invoice table tbody tr td .h6,

.default-dashboard .manage-invoice table tbody tr td h6 {

    color: var(--body-font-color)

}



.default-dashboard .manage-invoice table tbody tr td:first-child {

    padding-left: 0 !important;

    padding-right: 0 !important

}



.default-dashboard .manage-invoice table tbody tr td:first-child .form-check {

    min-height: 34px;

    padding-left: 17px

}



.default-dashboard .manage-invoice table tbody tr td:nth-child(2) {

    padding-left: 0 !important

}



@media (max-width:1199.98px) {

    .default-dashboard .manage-invoice table tbody tr td:nth-child(2) {

        min-width: 123px

    }



    .default-dashboard .manage-invoice table tbody tr td:nth-child(3) {

        min-width: 70px

    }

}



@media (max-width:1720px) and (min-width:1200px) {

    .default-dashboard .manage-invoice table tbody tr td:nth-child(4) {

        display: none !important

    }

}



@media (max-width:1199.98px) {

    .default-dashboard .manage-invoice table tbody tr td:nth-child(4) {

        min-width: 115px

    }

}



@media (max-width:1399.98px) and (min-width:1200px) {

    .default-dashboard .manage-invoice table tbody tr td:nth-child(5) {

        display: none

    }

}



@media (max-width:1199.98px) {

    .default-dashboard .manage-invoice table tbody tr td:nth-child(5) {

        min-width: 70px

    }

}



.default-dashboard .manage-invoice table tbody tr td p {

    color: var(--font-color)

}



.default-dashboard .manage-invoice table tbody tr td .btn {

    min-width: 115px;

    padding: 7px 18px

}



.default-dashboard .total-invest .income-chart {

    align-items: center;

    display: flex;

    justify-content: center

}



@media (max-width:460px) {

    .default-dashboard .total-invest .income-chart {

        width: 100%

    }

}



@media (max-width:767px) {

    .default-dashboard .total-invest .income-chart .Incomechrt {

        margin: 0 0 -60px

    }

}



.default-dashboard .total-invest .income-chart .apexcharts-canvas,

.default-dashboard .total-invest .income-chart .apexcharts-canvas svg {

    min-height: 120px !important

}



.default-dashboard .total-invest .invest-content {

    margin-top: -50px

}



@media (max-width:1490px) and (min-width:1399.98px) {

    .default-dashboard .total-invest .invest-content {

        margin-top: -26px

    }

}



@media (max-width:767px) {

    .default-dashboard .total-invest .invest-content {

        margin-top: 0

    }

}



@media (max-width:460px) {

    .default-dashboard .total-invest .invest-content {

        width: 100%

    }

}



.default-dashboard .total-invest .invest-content .stroke-icon {

    display: block;

    height: 30px;

    margin: 0 auto;

    width: 30px

}



.default-dashboard .total-invest .invest-content .btn {

    box-shadow: 0 0 15px 0 rgb(175 175 175 / .4);

    margin-top: 5px;

    padding: 0 8px

}



.default-dashboard .total-invest .invest-content .btn span {

    background-color: var(--white);

    border-radius: 50%;

    height: 6px;

    margin-right: 3px;

    vertical-align: middle;

    width: 6px

}



.default-dashboard .total-invest .invest-content .h3,

.default-dashboard .total-invest .invest-content h3 {

    color: var(--body-font-color)

}



.default-dashboard .total-invest .invest-content p {

    color: var(--font-color);

    font-size: 16px;

    font-weight: 600

}



.default-dashboard .total-invest .invest-content p.des-title {

    margin-top: 13px

}



.default-dashboard .total-invest .invest-content p.description-title {

    margin-top: 19px

}



@keyframes wave-animation {

    0% {

        transform: rotate(0deg)

    }



    10% {

        transform: rotate(14deg)

    }



    20% {

        transform: rotate(-8deg)

    }



    30% {

        transform: rotate(14deg)

    }



    40% {

        transform: rotate(-4deg)

    }



    50% {

        transform: rotate(10deg)

    }



    60% {

        transform: rotate(0deg)

    }



    to {

        transform: rotate(0deg)

    }

}



.text-title-gray {

    color: var(--light-gray-color);

    font-size: 12px;

    font-weight: 400

}



.progress-showcase .progress {

    margin-bottom: 10px

}



.progress-showcase .progress:last-child {

    margin-bottom: 0

}



.sm-progress-bar {

    height: 8px

}



.lg-progress-bar {

    height: 20px

}



.progress-wrapper {

    height: 1px

}



.progress-number button {

    height: 2rem;

    width: 2rem

}



.progress-btn {

    background-color: var(--light-chartist-grid-color);

    border-color: var(--light-chartist-grid-color)

}



.small-progressbar {

    overflow: visible;

    position: relative

}



.small-progressbar:after {

    background-color: var(--theme-default);

    border-radius: 100%;

    content: "";

    height: 12px;

    position: absolute;

    right: -9px;

    top: -2px;

    width: 12px

}



.small-progressbar .progress-label {

    font-weight: 700;

    position: absolute;

    right: -6px;

    top: -26px

}



.small-progressbar .animate-circle {

    animation: heart 1s ease-in-out;

    animation-iteration-count: infinite;

    border: 14px solid var(--theme-default);

    border-radius: 70px;

    height: 30px;

    position: absolute;

    right: -18px;

    top: -11px;

    width: 30px

}



@keyframes heart {

    0% {

        opacity: 0;

        transform: scale(0)

    }



    25% {

        opacity: 1;

        transform: scale(.1)

    }



    50% {

        opacity: .3;

        transform: scale(.5)

    }



    75% {

        opacity: .5;

        transform: scale(.8)

    }



    to {

        opacity: 0;

        transform: scale(1)

    }

}



.progress-b-space .progress {

    margin-bottom: 35px

}



.progress-bar {

    background-color: var(--theme-default)

}



.pagination-primary .page-item .page-link {

    color: var(--theme-default) !important

}



.pagination-primary .page-item .page-link:hover {

    background-color: var(--theme-default) !important;

    border-color: var(--theme-default) !important;

    color: var(--white) !important

}



.pagination-primary .page-item .page-link:focus {

    box-shadow: none !important

}



.pagination-primary .page-item.active .page-link {

    background-color: var(--theme-default) !important;

    border-color: var(--theme-default);

    color: var(--white) !important

}



.pagination-secondary .page-item .page-link {

    color: var(--theme-secondary) !important

}



.pagination-secondary .page-item .page-link:hover {

    background-color: var(--theme-secondary) !important;

    border-color: var(--theme-secondary) !important;

    color: var(--white) !important

}



.pagination-secondary .page-item .page-link:focus {

    box-shadow: none !important

}



.pagination-secondary .page-item.active .page-link {

    background-color: var(--theme-secondary) !important;

    border-color: var(--theme-secondary);

    color: var(--white) !important

}



.pagination-warning .page-item .page-link {

    color: var(--warning-color) !important

}



.pagination-warning .page-item .page-link:hover {

    background-color: var(--warning-color) !important;

    border-color: var(--warning-color) !important;

    color: var(--white) !important

}



.pagination-warning .page-item .page-link:focus {

    box-shadow: none !important

}



.pagination-warning .page-item.active .page-link {

    background-color: var(--warning-color) !important;

    border-color: var(--warning-color);

    color: var(--white) !important

}



.pagination-success .page-item .page-link {

    color: var(--success-color) !important

}



.pagination-success .page-item .page-link:hover {

    background-color: var(--success-color) !important;

    border-color: var(--success-color) !important;

    color: var(--white) !important

}



.pagination-success .page-item .page-link:focus {

    box-shadow: none !important

}



.pagination-success .page-item.active .page-link {

    background-color: var(--success-color) !important;

    border-color: var(--success-color);

    color: var(--white) !important

}



.pagination-danger .page-item .page-link {

    color: var(--danger-color) !important

}



.pagination-danger .page-item .page-link:hover {

    background-color: var(--danger-color) !important;

    border-color: var(--danger-color) !important;

    color: var(--white) !important

}



.pagination-danger .page-item .page-link:focus {

    box-shadow: none !important

}



.pagination-danger .page-item.active .page-link {

    background-color: var(--danger-color) !important;

    border-color: var(--danger-color);

    color: var(--white) !important

}



.pagination-info .page-item .page-link {

    color: var(--info-color) !important

}



.pagination-info .page-item .page-link:hover {

    background-color: var(--info-color) !important;

    border-color: var(--info-color) !important;

    color: var(--white) !important

}



.pagination-info .page-item .page-link:focus {

    box-shadow: none !important

}



.pagination-info .page-item.active .page-link {

    background-color: var(--info-color) !important;

    border-color: var(--info-color);

    color: var(--white) !important

}



.pagination-light .page-item .page-link {

    color: var(--light-color) !important

}



.pagination-light .page-item .page-link:hover {

    background-color: var(--light-color) !important;

    border-color: var(--light-color) !important;

    color: var(--white) !important

}



.pagination-light .page-item .page-link:focus {

    box-shadow: none !important

}



.pagination-light .page-item.active .page-link {

    background-color: var(--light-color) !important;

    border-color: var(--light-color);

    color: var(--white) !important

}



.outline-pagination .page-item.active .page-link,

.outline-pagination .page-item:hover .page-link {

    background-color: unset;

    border-color: var(--theme-default)

}



.outline-pagination .page-item .page-link {

    color: var(--theme-default)

}



.pagination-secondary .page-item.disabled .page-link {

    background-color: var(--light-color)

}



.pagination-danger .disabled .page-link {

    color: rgb(231 75 43 / .5) !important

}



.pagination {

    --bs-pagination-border-color: var(--border-light-color)

}



.pagination .page-item .page-link.rounded-circle {

    align-items: center;

    display: flex;

    height: 35px;

    justify-content: center;

    width: 35px

}



.pagination .page-item.disabled .page-link {

    border-color: var(--border-light-color)

}



.pagination .page-item.active {

    z-index: 1

}



@media (max-width:572px) {

    .pagination.pagination-lg .page-link {

        font-size: 16px;

        padding: 10px 17px

    }



    .pagination.justify-content-end,

    .pagination.justify-content-start {

        justify-content: center !important

    }

}



.pagination-secondary .disabled {

    cursor: not-allowed;

    opacity: .5

}



.pagination .active .page-link {

    color: var(--black) !important

}



.checkout .checkout-details {

    background-color: hsl(0 0% 96% / .5);

    border: 1px solid var(--gray-60);

    padding: 40px

}



.checkout .checkout-details .order-place {

    margin-top: 15px

}



.order-box .title-box {

    border-bottom: 1px solid var(--border-color);

    font-size: 22px;

    margin-bottom: 20px;

    padding-bottom: 20px

}



.order-box .title-box span {

    float: right;

    font-weight: 600;

    text-align: right;

    width: 35%

}



.order-box .title-box .h4,

.order-box .title-box h4 {

    font-weight: 600

}



.order-box .title-box .checkbox-title {

    display: flex;

    justify-content: space-between

}



.order-box .sub-total li {

    display: inline-block;

    font-size: 16px;

    font-weight: 800;

    line-height: 20px;

    margin-bottom: 20px;

    position: relative;

    width: 100%

}



.order-box .sub-total li .count {

    float: right;

    font-size: 18px;

    font-weight: 400;

    line-height: 20px;

    position: relative;

    text-align: right;

    width: 35%

}



.order-box .sub-total .shipping-class {

    margin-bottom: 12px

}



.order-box .sub-total .shipping-class .shopping-checkout-option {

    color: var(--theme-default);

    float: right;

    font-size: 18px;

    font-weight: 400;

    line-height: 20px;

    margin-top: -4px;

    position: relative;

    text-align: right;

    width: 35%

}



.order-box .total {

    margin-bottom: 30px;

    position: relative

}



.order-box .total li {

    display: block;

    font-size: 18px;

    font-weight: 400;

    line-height: 20px;

    position: relative

}



.order-box .qty {

    border-bottom: 1px solid var(--border-color);

    margin-bottom: 30px;

    position: relative

}



.order-box .qty li {

    display: block;

    font-size: 15px;

    line-height: 20px;

    margin-bottom: 20px;

    position: relative

}



.order-box .qty li span {

    float: right;

    font-size: 18px;

    font-weight: 400;

    line-height: 20px;

    text-align: right;

    width: 35%

}



.radio-option {

    position: relative

}



.img-paypal {

    margin-left: 15px;

    width: 30%

}



@media screen and (max-width:1199px) {

    .checkout .checkout-details {

        padding: 25px

    }



    .order-box .title-box span {

        width: 30%

    }



    .order-box .sub-total li .count {

        width: 38%

    }



    .order-box .sub-total .shipping-class .shopping-checkout-option {

        width: 46%

    }



    .order-box .qty li span,

    .order-box .total li .count {

        width: 38%

    }

}



@media screen and (max-width:991px) {

    .order-box .sub-total .shipping-class .shopping-checkout-option {

        width: 38%

    }

}



@media screen and (max-width:575px) {

    .checkout .checkout-details {

        padding: 15px

    }



    .order-box .sub-total .shipping-class .shopping-checkout-option,

    .order-box .sub-total li .count {

        width: 50%

    }

}



.swal-modal .swal-title {

    font-size: 24px

}



.swal-modal .swal-title:not(:last-child) {

    margin-bottom: 5px

}



.swal-modal .swal-title:first-child {

    margin-top: 15px

}



.swal-modal .swal-text {

    font-size: 17px

}



.swal-modal .swal-footer {

    margin-top: 0;

    padding: 20px 14px

}



.swal-modal.alert-light-dark {

    background-color: var(--white)

}



.swal-icon--warning.swal-icon:first-child {

    margin-top: 25px

}



.radial-bar.radial-bar-lg:after,

.radial-bar.radial-bar-lg>img {

    height: 70px;

    line-height: 70px;

    margin-left: 15px;

    margin-top: 15px;

    width: 70px

}



.radial-bar.radial-bar-sm:after,

.radial-bar.radial-bar-sm>img {

    height: 35px;

    line-height: 35px;

    margin-left: 7.5px;

    margin-top: 7.5px;

    width: 35px

}



.radial-bar.radial-bar-xs:after,

.radial-bar.radial-bar-xs>img {

    height: 20px;

    line-height: 21px;

    margin-left: 5.5px;

    margin-top: 4.5px;

    width: 20px

}



.chart-block canvas {

    width: 100% !important

}



.chart-block .chart-overflow {

    overflow: hidden;

    text-align: center

}



.candidcahrt {

    height: 470px;

    width: 100%

}



.amcharts-export-canvas {

    background-color: var(--white);

    bottom: 0;

    display: none;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 1

}



.amcharts-export-canvas .canvas-container {

    transition: opacity .5s ease-out

}



.amcharts-export-canvas.active {

    display: block

}



.amcharts-export-canvas.dropbox .canvas-container {

    opacity: .5

}



.flot-chart-container {

    box-sizing: border-box;

    height: 400px;

    width: 100%

}



.flot-chart-container #toggling-series-flot {

    width: 79% !important

}



.all-chart .flot-chart-container {

    height: 350px

}



.flot-chart-placeholder {

    font-size: 14px;

    height: 100%;

    line-height: 1.2em;

    text-align: center;

    width: 100%

}



.flot-chart-placeholder .legend table {

    border-spacing: 5px

}



.morris-hover {

    position: absolute;

    z-index: 1

}



.morris-hover.morris-default-style {

    background: var(--white);

    border: 1px solid var(--light-gray);

    border-radius: 10px;

    color: var(--gray-700);

    font-family: Nunito Sans, sans-serif;

    font-size: 12px;

    padding: 6px;

    text-align: center

}



.morris-hover.morris-default-style .morris-hover-row-label {

    font-weight: 700;

    margin: .25em 0

}



.morris-hover.morris-default-style .morris-hover-point {

    margin: .1em 0;

    white-space: nowrap

}



.chart-sparkline {

    background: rgb(49 49 49 / .7);

    border: 1px solid rgb(49 49 49 / .75);

    border-radius: 5px;

    box-sizing: content-box;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

    left: 0;

    padding: 5px;

    position: absolute;

    top: 0;

    visibility: hidden;

    white-space: nowrap;

    z-index: 10000

}



.chart-sparkline,

.chart-sparkline .jqsfield {

    color: var(--white);

    font: 10px Nunito Sans, sans-serif;

    text-align: left

}



.radial-bar {

    background-clip: content-box;

    background-color: #fff0;

    border-radius: 50%;

    box-sizing: content-box;

    display: inline-block;

    font-size: 18px;

    height: 80px;

    position: relative;

    width: 80px

}



.radial-bar:after {

    background-color: var(--white);

    content: attr(data-label);

    z-index: 1

}



.radial-bar:after,

.radial-bar>img {

    border-radius: 50%;

    color: var(--color-fiord);

    display: inline-block;

    font-weight: 500;

    height: 56px;

    left: 0;

    line-height: 56px;

    margin-left: 12px;

    margin-top: 12px;

    position: absolute;

    text-align: center;

    top: 0;

    width: 56px

}



.radial-bar>img {

    z-index: 3

}



.radial-bar-danger.radial-bar-20 {

    background-image: linear-gradient(90deg, hsl(0 0% 80% / .5), transparent 50%, transparent), linear-gradient(162deg, var(--danger-color) 50%, hsl(0 0% 80% / .5), var(--light-semi-gray))

}



.radial-bar.radial-bar-lg {

    font-size: 20px;

    height: 100px;

    width: 100px

}



.radial-bar.radial-bar-sm {

    font-size: 12px;

    height: 50px;

    width: 50px

}



.radial-bar.radial-bar-xs {

    font-size: 8px;

    height: 30px;

    width: 30px

}



.pieLabel div {

    color: var(--white) !important

}



.pieLabel div input[type=checkbox] {

    margin: 7px

}



.knob-chart {

    min-height: 255px

}



.knob-chart .chart-clock-main {

    margin: 45px auto;

    position: relative;

    width: 200px

}



.knob-chart .chart-clock-main .clock-large {

    left: -48px;

    position: absolute;

    top: -45px

}



.knob-chart .chart-clock-main .clock-medium {

    left: 2px;

    position: absolute;

    top: 5px

}



.knob-chart .chart-clock-main .clock-small {

    left: 15px;

    position: absolute;

    top: 55px

}



.peity-charts svg {

    height: 250px;

    width: 100%

}



.peity-charts.peity-chart-primary svg polygon {

    fill: rgb(175 175 175 / .2)

}



.peity-charts.peity-chart-primary svg polyline {

    stroke: var(--theme-default)

}



.bar-odd-even svg rect:nth-child(odd) {

    fill: var(--theme-default)

}



.bar-odd-even svg rect:nth-child(2n) {

    fill: var(--theme-secondary)

}



.donut-peity svg path:nth-child(odd) {

    fill: var(--theme-default)

}



.donut-peity svg path:nth-child(2n) {

    fill: var(--theme-secondary)

}



.donut-peity2 svg path:nth-child(odd),

.donut-peity2~svg path:nth-child(odd),

.pie-peity svg path:nth-child(odd),

.pie-peity~svg path:nth-child(odd),

.small-donut svg path:nth-child(odd),

.small-donut~svg path:nth-child(odd) {

    fill: var(--theme-default)

}



.donut-peity2 svg path:nth-child(2n),

.donut-peity2~svg path:nth-child(2n),

.pie-peity svg path:nth-child(2n),

.pie-peity~svg path:nth-child(2n),

.small-donut svg path:nth-child(2n),

.small-donut~svg path:nth-child(2n) {

    fill: var(--light-semi-gray)

}



.small-donut2~svg path:nth-child(odd) {

    fill: var(--theme-secondary)

}



.small-donut3~svg path:nth-child(odd) {

    fill: var(--success-color)

}



.small-donut4~svg path:nth-child(odd) {

    fill: var(--info-color)

}



.small-donut5~svg path:nth-child(odd) {

    fill: var(--warning-color)

}



.small-donut6~svg path:nth-child(odd) {

    fill: var(--danger-color)

}



p.data-attributes svg {

    margin-right: 10px

}



.knob-block {

    position: relative

}



.knob-block input {

    align-items: center !important;

    display: flex !important;

    height: 100% !important;

    justify-content: center !important;

    left: 0 !important;

    margin-left: 0 !important;

    margin-top: -3px !important;

    top: 0 !important;

    width: 100% !important

}



.knob-input-disable input {

    display: none !important

}



.apex-chart {

    margin: 0 auto

}



.apexcharts-toolbar {

    z-index: 1 !important

}



.apexcharts-menu-item {

    width: 110px

}



.word-tree {

    height: 400px

}



.ct-series-a .ct-area,

.ct-series-a .ct-slice-donut-solid,

.ct-series-a .ct-slice-pie {

    fill: var(--theme-default)

}



.ct-series-a .ct-bar,

.ct-series-a .ct-line,

.ct-series-a .ct-point,

.ct-series-a .ct-slice-donut {

    stroke: var(--theme-default)

}



.ct-series-b .ct-bar,

.ct-series-b .ct-line,

.ct-series-b .ct-point,

.ct-series-b .ct-slice-donut {

    stroke: var(--theme-secondary)

}



.ct-series-b .ct-area,

.ct-series-b .ct-slice-donut-solid,

.ct-series-b .ct-slice-pie {

    fill: var(--theme-secondary)

}



.apache-cotainer {

    height: 350px;

    margin: 0;

    width: 100%

}



.boxplot-cotainer {

    height: 420px

}



.apache-cotainer-large {

    height: 500px;

    margin: 0;

    width: 100%

}



.test-buttons button+button {

    margin-left: 10px

}



.clip-chart-wrapper .test-chart-block {

    margin-bottom: -30px

}



#echart-gauge .test-chart {

    height: 395px;

    width: 100%

}



.polar-line {

    height: 350px

}



#dotted {

    height: 390px

}



.apexcharts-canvas .apexcharts-tooltip,

.apexcharts-canvas .apexcharts-xaxistooltip,

.apexcharts-canvas .apexcharts-yaxistooltip {

    z-index: 1

}



@media (max-width:1346px) {

    .flot-chart-container .flot-chart-placeholder~p.float-end {

        float: left !important

    }



    [dir=rtl] .flot-chart-container .flot-chart-placeholder~p.float-end {

        float: right !important

    }

}



.bar-chart-widget .apexcharts-legend {

    bottom: 0 !important

}



.bar-chart-widget .apexcharts-legend .apexcharts-legend-series {

    margin: 0 10px !important

}



.bar-chart-widget .apexcharts-legend .apexcharts-legend-marker {

    margin-right: 5px

}



.bar-chart-widget .top-content {

    border-top-left-radius: 4px;

    border-top-right-radius: 4px

}



.bar-chart-widget .earning-details {

    align-items: center;

    display: flex;

    height: 100%;

    justify-content: center;

    letter-spacing: 1px;

    text-align: center

}



.bar-chart-widget .earning-details i {

    font-size: 230px;

    opacity: .1;

    position: absolute;

    right: -30px;

    top: 0

}



.bar-chart-widget .earning-details i:hover {

    transform: rotate(-5deg) scale(1.1);

    transition: all .3s ease

}



.bar-chart-widget .num {

    font-weight: 600

}



.bar-chart-widget .num .color-bottom {

    color: var(--black)

}



@media (max-width:767.98px) {

    .bar-chart-widget .earning-details i {

        right: 0

    }

}



@media (max-width:575.98px) {

    .bar-chart-widget .earning-details i {

        right: -30px

    }

}



@media (max-width:360px) {

    .bar-chart-widget .earning-details i {

        right: -73px

    }



    .bar-chart-widget .bottom-content .num {

        font-size: 17px

    }

}



.status-circle {

    border: 2px solid var(--white);

    border-radius: 50%;

    height: 12px;

    left: 44px;

    position: absolute;

    top: 4px;

    width: 12px

}



.user-image {

    float: left;

    height: 52px;

    margin-right: 5px;

    width: 52px

}



.user-image .about {

    float: left;

    margin-top: 5px;

    padding-left: 10px

}



.user-image .about .name {

    color: var(--font-color);

    font-weight: 500;

    letter-spacing: 1px

}



.left-sidebar-wrapper {

    border: 2px solid var(--white);

    border-radius: 10px 0 0 10px;

    border-right: unset;

    padding: 20px;

    z-index: 1

}



@media (max-width:767.98px) {

    .left-sidebar-wrapper {

        border-radius: 10px;

        padding: 10px

    }

}



.left-sidebar-wrapper * {

    scrollbar-color: rgb(175 175 175 / .5) var(--white);

    scrollbar-width: auto

}



.left-sidebar-wrapper::-webkit-scrollbar {

    width: 12px

}



.left-sidebar-wrapper::-webkit-scrollbar-track {

    background: var(--white)

}



.left-sidebar-wrapper::-webkit-scrollbar-thumb {

    background-color: rgb(175 175 175 / .3);

    border: 3px solid var(--white);

    border-radius: 10px;

    width: 5px

}



.left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text {

    background-color: hsl(0 0% 80% / .2);

    border-right: none;

    margin-right: 1px;

    padding-right: 0

}



.left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text svg {

    height: 16px;

    width: 16px

}



.left-sidebar-wrapper .left-sidebar-chat .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0

}



.left-sidebar-wrapper .left-sidebar-chat .input-group .form-control {

    background-color: hsl(0 0% 80% / .2);

    border-left: unset

}



.left-sidebar-wrapper .left-sidebar-chat .input-group .form-control:focus,

.left-sidebar-wrapper .left-sidebar-chat .input-group .form-control:focus-visible {

    border-color: hsl(0 0% 80% / .8);

    box-shadow: unset

}



.left-sidebar-wrapper .advance-options ul {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    padding: 0

}



.left-sidebar-wrapper .advance-options ul .nav-item .nav-link {

    background-color: #fff0;

    border-bottom: 2px solid #fff0;

    color: var(--body-font-color);

    padding: 16px 57px;

    text-decoration: unset

}



@media (max-width:1855px) {

    .left-sidebar-wrapper .advance-options ul .nav-item .nav-link {

        padding: 16px 45px

    }

}



@media (max-width:1663px) {

    .left-sidebar-wrapper .advance-options ul .nav-item .nav-link {

        padding: 16px 30px

    }

}



@media (max-width:1423px) {

    .left-sidebar-wrapper .advance-options ul .nav-item .nav-link {

        padding: 16px 28px

    }

}



.left-sidebar-wrapper .advance-options ul .nav-item .nav-link.active,

.left-sidebar-wrapper .advance-options ul .nav-item .nav-link:active {

    border-bottom: 2px solid var(--theme-default);

    color: var(--theme-default)

}



.left-sidebar-wrapper .advance-options .common-space {

    align-items: center;

    display: flex;

    justify-content: space-between;

    padding: 11px 0

}



.left-sidebar-wrapper .advance-options .common-space p {

    color: var(--font-color);

    margin: 0

}



.left-sidebar-wrapper .advance-options .common-space .header-top .btn {

    padding: 6px 12px

}



.left-sidebar-wrapper .advance-options .common-space .header-top .btn:hover i {

    color: var(--white)

}



.left-sidebar-wrapper .advance-options .chats-user {

    border-bottom: unset;

    height: 552px;

    overflow-y: auto

}



@media (max-width:767.98px) {

    .left-sidebar-wrapper .advance-options .chats-user {

        height: 200px

    }

}



.left-sidebar-wrapper .advance-options .chats-user li {

    border-bottom: 1px solid hsl(0 0% 80% / .5);

    cursor: pointer;

    gap: 10px;

    padding: 11px;

    width: 100%

}



.left-sidebar-wrapper .advance-options .chats-user li:hover {

    background-color: hsl(0 0% 80% / .2)

}



@media (max-width:1505px) {

    .left-sidebar-wrapper .advance-options .chats-user li {

        flex-wrap: wrap;

        gap: 1px

    }

}



.left-sidebar-wrapper .advance-options .chats-user li:last-child {

    border-bottom: unset

}



.left-sidebar-wrapper .advance-options .chats-user li .chat-time {

    align-items: center;

    display: flex;

    gap: 10px

}



.left-sidebar-wrapper .advance-options .chats-user li .chat-time>div {

    text-align: left

}



@media (max-width:1498px) {

    .left-sidebar-wrapper .advance-options .chats-user li>div {

        text-align: end;

        width: 100%

    }

}



.active-profile {

    position: relative

}



.active-profile img {

    height: 42px;

    width: 42px

}



@media (max-width:1650px) {

    .active-profile img {

        height: 33px;

        width: 33px

    }

}



.active-profile .status {

    border: 3px solid var(--white);

    border-radius: 100%;

    bottom: 5%;

    height: 14px;

    position: absolute;

    right: -2px;

    width: 14px

}



@media (max-width:1600px) {

    .active-profile .status {

        border: 2px solid var(--white);

        height: 11px;

        width: 11px

    }

}



.contact-edit i {

    color: var(--gray-700);

    cursor: pointer

}



.contact-edit i:after {

    content: unset

}



.contact-edit svg {

    cursor: pointer;

    height: 18px;

    width: 18px

}



@media (max-width:360px) {

    .contact-edit svg {

        height: 14px;

        width: 14px

    }

}



.contact-edit .dropdown-menu .dropdown-item:hover {

    background-color: var(--light-background);

    opacity: 1;

    text-decoration: unset

}



.contact-edit.chat-alert {

    align-items: center;

    background: var(--light-background);

    border-radius: 5px;

    display: fke;

    display: flex;

    height: 40px;

    justify-content: center;

    width: 40px

}



@media (max-width:360px) {

    .contact-edit.chat-alert {

        height: 32px;

        width: 32px

    }

}



@media (max-width:340px) {

    .contact-edit.chat-alert {

        display: none

    }

}



.search-contacts {

    align-items: center;

    display: flex;

    justify-content: center;

    position: relative

}



.search-contacts .form-control {

    padding-inline: 35px

}



.search-contacts .form-control:focus {

    border-color: hsl(0 0% 80% / .8);

    box-shadow: unset

}



.search-contacts svg {

    stroke: var(--body-font-color);

    height: 18px;

    left: 10px;

    position: absolute;

    top: 13px;

    width: 18px

}



.search-contacts .mic-search {

    left: unset;

    position: absolute;

    right: 10px;

    top: 8px

}



.contact-wrapper {

    border-bottom: unset;

    height: 504px;

    overflow-y: auto;

    padding-top: 14px

}



.contact-wrapper>p {

    color: var(--body-font-color);

    font-size: 18px;

    font-weight: 500;

    line-height: 0;

    margin: 0;

    padding: 12px 0

}



.contact-wrapper ul li {

    cursor: pointer;

    width: 100%

}



.contact-wrapper ul li .chat-time {

    align-items: center;

    display: flex;

    gap: 10px

}



.contact-wrapper ul li .chat-time img {

    height: 42px;

    width: 42px

}



@media (max-width:1650px) {

    .contact-wrapper ul li .chat-time img {

        height: 33px;

        width: 33px

    }

}



.contact-wrapper ul li .chat-time>div span {

    color: var(--body-font-color)

}



.contact-wrapper ul li svg {

    height: 18px;

    width: 18px

}



.contact-wrapper ul:last-child .common-space {

    padding-bottom: unset

}



.right-sidebar-chat {

    border: 2px solid var(--white);

    border-bottom-left-radius: 0;

    border-left: unset;

    border-top-left-radius: 0;

    z-index: 0

}



@media (max-width:767px) {

    .right-sidebar-chat {

        border-radius: 10px

    }

}



.right-sidebar-title {

    display: flex;

    justify-content: space-between;

    padding: 13px 25px

}



.right-sidebar-title .common-space {

    align-items: center;

    display: flex;

    justify-content: space-between;

    width: 100%

}



.right-sidebar-title .common-space .chat-time {

    align-items: center;

    display: flex;

    gap: 10px

}



.right-sidebar-title .common-space .chat-time .active-profile img {

    height: 42px;

    width: 42px

}



@media (max-width:360px) {

    .right-sidebar-title .common-space .chat-time .active-profile img {

        height: 36px;

        width: 36px

    }

}



.right-sidebar-title .common-space .chat-time div p {

    color: var(--font-color);

    margin: 0

}



.right-sidebar-title .common-space .chat-time ul li img {

    height: 42px;

    width: 42px

}



.right-sidebar-title .common-space .chat-time.group-chat ul {

    display: flex

}



.right-sidebar-title .common-space .chat-time.group-chat ul li img {

    border: 3px solid #fff0

}



.right-sidebar-title .common-space .chat-time.group-chat ul li+li {

    margin-left: -12px

}



.right-sidebar-title .common-space .chat-time.group-chat ul li+li img {

    border: 3px solid var(--white)

}



.right-sidebar-title .common-space .chat-time.group-chat ul li .profile-count,

.right-sidebar-title .common-space .chat-time.group-chat ul li img {

    height: 38px;

    width: 38px

}



@media (min-width:768px) and (max-width:1199px) {



    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(2),

    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(3),

    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(5),

    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(6) {

        display: none

    }

}



@media (min-width:341px) and (max-width:410px) {



    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(2),

    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(3),

    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(5),

    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(6) {

        display: none

    }

}



@media (max-width:1045px) {



    .right-sidebar-title .common-space .chat-time.group-chat>div p,

    .right-sidebar-title .common-space .chat-time.group-chat>div span {

        display: none

    }

}



.msger-chat {

    background: var(--body-color);

    flex: 1;

    height: 620px;

    overflow-y: auto;

    padding: 10px

}



.msger-chat::-webkit-scrollbar {

    width: 6px

}



.msger-chat::-webkit-scrollbar-track {

    background: #ddd

}



.msger-chat::-webkit-scrollbar-thumb {

    background: #bdbdbd

}



.msg {

    align-items: flex-end;

    display: flex;

    margin-bottom: 10px

}



.msg:last-of-type {

    margin: 0

}



.msg-img {

    background: #ddd;

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: cover;

    border-radius: 50%;

    height: 50px;

    margin-right: 10px;

    width: 50px

}



.msg-bubble {

    border-radius: 15px;

    max-width: 450px;

    padding: 15px

}



.msg-info {

    align-items: center;

    display: flex;

    justify-content: space-between;

    margin-bottom: 10px

}



.msg-info-name {

    font-weight: 700;

    margin-right: 10px

}



.msg-info-time {

    font-size: .85em

}



.left-msg .msg-img {

    background-image: url(images/4.jpg);

    height: 33px;

    width: 33px

}



@media (max-width:1200px) {

    .left-msg .msg-img {

        min-height: 16px;

        min-width: 16px

    }

}



.left-msg .msg-bubble {

    background: var(--white);

    border-radius: 15px;

    color: var(--font-color);

    position: relative;

    width: calc(100% - 33px)

}



.right-msg {

    flex-direction: row-reverse

}



.right-msg .msg-bubble {

    background: var(--theme-default);

    color: #fff;

    width: calc(100% - 33px)

}



.right-msg .msg-img {

    background-image: url(images/comment.jpg);

    height: 33px;

    margin: 0 0 0 10px;

    width: 33px

}



[dir=rtl] .right-msg .msg-img {

    margin: 0 10px 0 0

}



@media (max-width:1200px) {

    .right-msg .msg-img {

        min-height: 16px;

        min-width: 16px

    }

}



.msger-inputarea {

    align-items: center;

    background: var(--white);

    border-top: 1px solid var(--border-color);

    display: flex;

    padding: 10px

}



.msger-inputarea .dropdown-toggle:after {

    content: unset

}



.msger-inputarea .dropdown-toggle .dropdown-menu {

    inset: unset !important

}



.msger-inputarea .dropdown-form {

    position: relative

}



.msger-inputarea .dropdown-form i {

    color: var(--theme-default);

    cursor: pointer;

    font-size: 16px;

    font-weight: 900;

    padding: 0

}



.msger-inputarea .dropdown-form .chat-icon {

    background: #fff0;

    bottom: 22px !important;

    box-shadow: unset;

    left: 0 !important;

    position: absolute

}



[dir=rtl] .msger-inputarea .dropdown-form .chat-icon {

    left: unset !important;

    right: 0 !important

}



.msger-inputarea .dropdown-form .chat-icon div {

    align-items: center;

    background-color: var(--white);

    border-radius: 50%;

    display: flex;

    height: 47px;

    justify-content: center;

    opacity: 1;

    padding: 0;

    width: 47px

}



.msger-inputarea .dropdown-form .chat-icon div svg {

    cursor: pointer;

    height: 42px;

    width: 42px

}



.msger-inputarea .dropdown-form .chat-icon div:first-child svg {

    fill: var(--gray-700);

    stroke: none

}



.msger-inputarea .dropdown-form .chat-icon div:nth-child(2) svg {

    stroke: var(--gray-700);

    fill: none

}



.msger-inputarea .dropdown-form .chat-icon div:hover {

    background-color: var(--theme-default);

    opacity: 1

}



.msger-inputarea .dropdown-form .chat-icon div:hover:first-child svg {

    fill: var(--white)

}



.msger-inputarea .dropdown-form .chat-icon div:hover:nth-child(2) svg {

    stroke: var(--white)

}



.msger-inputarea .msger-send-btn i {

    color: var(--white)

}



.msger-inputarea * {

    border: none;

    border-radius: 3px;

    font-size: 1em;

    padding: 10px

}



.msger-input {

    background: #fff0;

    flex: 1

}



.msger-input:focus,

.msger-input:focus-visible {

    outline: unset

}



.fg-emoji-container {

    left: calc(-269px + 87.1875vw) !important

}



@media (min-width:860px) and (max-width:945px) {

    .fg-emoji-container {

        left: 417px !important

    }

}



@media (min-width:686px) and (max-width:860px) {

    .fg-emoji-container {

        left: 360px !important

    }

}



@media (min-width:588px) and (max-width:770px) {

    .fg-emoji-container {

        left: 200px !important

    }

}



@media (min-width:546px) and (max-width:588px) {

    .fg-emoji-container {

        left: 144px !important

    }

}



@media (min-width:500px) and (max-width:546px) {

    .fg-emoji-container {

        left: 88px !important

    }

}



@media (max-width:500px) {

    .fg-emoji-container {

        left: 22px !important;

        width: 262px !important

    }

}



.fg-emoji-container .fg-emoji-nav {

    background-color: var(--chart-text-color)

}



.fg-emoji-container #fg-emoji-picker-move {

    display: none

}



.open-emoji {

    padding: 0

}



.open-emoji button {

    background: #fff0;

    padding: 0 14px;

    position: relative;

    z-index: 0

}



.open-emoji button:before {

    color: var(--gray-60);

    content: "\f118";

    font-family: FontAwesome;

    font-size: 20px;

    position: relative;

    z-index: 1

}



.second-btn {

    background: #fff0;

    padding: 0 14px;

    position: relative;

    z-index: 0

}



.second-btn:before {

    color: var(--theme-default);

    content: "\f118";

    font-family: FontAwesome;

    font-size: 20px;

    position: relative;

    z-index: 1

}



.msger-send-btn {

    align-items: center;

    background: var(--theme-default);

    cursor: pointer;

    display: flex;

    font-weight: 700;

    height: 39px;

    justify-content: center;

    margin-left: 10px;

    transition: all .23s;

    width: 40px

}



.msger-send-btn svg {

    height: 12px;

    width: 1px

}



.custom-name {

    align-items: center;

    border-radius: 50px;

    display: flex;

    height: 42px;

    justify-content: center;

    width: 42px

}



@media (max-width:1650px) {

    .custom-name {

        height: 33px;

        width: 33px

    }

}



.choices__inner {

    border: var(--bs-border-width) solid var(--bs-border-color)

}



.choices__inner,

.choices__input {

    background: unset

}



.choices__list--multiple .choices__item {

    background-color: var(--theme-default);

    border: 1px solid var(--theme-default);

    border-radius: 4px;

    color: var(--white);

    cursor: default;

    float: left;

    margin-right: 5px;

    margin-top: 2px;

    padding: 3px 12px

}



.choices__heading {

    color: var(--body-font-color);

    font-weight: 700

}



.choices[data-type*=select-multiple] .choices__button,

.choices[data-type*=text] .choices__button {

    border-left: 0;

    margin-bottom: 0

}



.faq-widgets {

    align-items: center

}



.faq-widgets .flex-grow-1 .h5,

.faq-widgets .flex-grow-1 h5 {

    font-weight: 600

}



.faq-widgets .flex-grow-1 p {

    display: -webkit-box;

    padding-right: 20px;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 4;

    overflow: hidden;

    text-overflow: ellipsis

}



.faq-widgets svg {

    height: 80px;

    opacity: .5;

    width: 100px

}



@media (max-width:575.98px) {

    .faq-widgets svg {

        height: 60px;

        width: 60px

    }

}



@media (max-width:1399.98px) {

    .faq-widgets svg {

        height: 80px;

        width: 80px

    }

}



@media only screen and (max-width:480px) {

    .faq-widgets svg {

        height: 45px;

        width: 45px

    }

}



.faq-accordion .card .btn-link svg {

    margin-left: 20px

}



.faq-accordion.default-according .card .faq-header {

    padding: 30px

}



.faq-title {

    margin: 30px 0

}



.faq-title .h4,

.faq-title h4 {

    color: var(--gray);

    font-weight: 600

}



.faq-accordion.default-according {

    margin-bottom: 30px

}



.faq-accordion.default-according .card .btn-link {

    display: flex

}



.faq-accordion.default-according .card .btn-link svg {

    height: 20px;

    margin-right: 10px;

    width: 20px

}



.faq-accordion.default-according .card .faq-header {

    padding: 25px;

    position: relative

}



.faq-accordion.default-according .card .faq-header svg {

    height: 20px;

    position: absolute;

    right: 30px;

    top: 30px;

    width: 20px

}



.faq-accordion.default-according .card .faq-header span {

    margin-top: 3px

}



.faq-accordion.default-according .faq-body {

    padding: 20px !important

}



.faq-accordion.default-according .card-mb-faq {

    margin-bottom: 30px

}



.faq-form {

    position: relative

}



.faq-form .search-icon {

    height: 20px;

    position: absolute;

    right: 12px;

    top: 8px;

    width: 20px

}



.job-filter .faq-form .search-icon {

    height: 16px;

    top: 10px;

    width: 16px

}



.navigation-option ul li {

    padding: 8px 8px 8px 0;

    position: relative

}



.navigation-option ul li a {

    color: var(--body-font-color);

    padding-left: 40px

}



.navigation-option ul li a svg {

    height: 15px;

    left: 15px;

    position: absolute;

    top: 11px;

    width: 15px

}



.navigation-btn {

    margin-bottom: 20px

}



.navigation-btn a {

    align-items: center;

    display: flex;

    justify-content: center

}



.navigation-btn a svg {

    height: 15px;

    width: 15px

}



.updates-faq-main a {

    font-weight: 500

}



.updates-faq-main .flex-grow-1 {

    flex: 1 !important

}



.updates-faq {

    align-items: center;

    border: 2px solid var(--theme-default);

    border-radius: 100%;

    display: flex;

    height: 40px;

    justify-content: center;

    margin-right: 20px;

    width: 40px

}



.updates-faq svg {

    height: 18px;

    width: 18px

}



.updates-bottom-time p {

    margin-bottom: 2px

}



.updates-bottom-time p+p {

    color: var(--light-gray-color)

}



.updates-faq-main {

    margin-bottom: 20px

}



.updates-faq-main a {

    color: var(--theme-default);

    font-weight: 600

}



.updates-faq-main:last-child {

    margin-bottom: 0

}



.pull-right {

    float: right

}



.features-faq.product-box {

    border-radius: 10px

}



.features-faq.product-box .product-img {

    position: relative

}



.features-faq.product-box .product-img .product-hover {

    align-items: center;

    background-color: rgb(0 0 0 / .3);

    border-radius: 100%;

    display: flex;

    height: 100%;

    justify-content: center;

    opacity: 0;

    position: absolute;

    top: 0;

    transform: scale(0);

    transition: all .3s ease;

    width: 100%

}



.features-faq.product-box .product-img .product-hover ul li {

    background-color: var(--white);

    border-radius: 10px;

    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / .08);

    cursor: pointer;

    display: inline-block;

    font-size: 18px;

    height: 45px;

    margin: 0 3px;

    padding: 10px 12px;

    width: 45px

}



.features-faq.product-box.card:hover {

    box-shadow: 0 0 40px var(--light-gray);

    transition: all .3s ease

}



.features-faq.product-box:hover .product-hover {

    border-radius: 0;

    opacity: 1;

    transform: scale(1);

    transition: all .3s ease

}



.header-faq {

    margin-bottom: 30px

}



.m-r-30 {

    margin-right: 30px

}



@media (max-width:575.98px) {

    .m-r-30 {

        margin-right: 15px

    }

}



.faq-wrap .d-flex .flex-grow-1 {

    flex: 1 !important

}



.project-list ul {

    border-bottom: 0;

    margin-bottom: 0 !important

}



.project-list ul li svg {

    height: 18px;

    margin-right: 5px;

    vertical-align: middle

}



.project-list .border-tab.nav-tabs .nav-item .nav-link {

    align-items: center;

    border: 1px solid #fff0;

    border-radius: 5px;

    display: flex;

    padding: 5px 30px 5px 0

}



.project-list .row {

    margin: 15px

}



.project-list button:focus {

    outline: none !important

}



.project-list .theme-form .form-group {

    margin-bottom: 15px

}



.project-list .btn {

    float: right;

    margin-right: 5px;

    vertical-align: -12px

}



.project-list .btn svg {

    height: 16px;

    vertical-align: middle

}



.project-list .border-tab.nav-tabs .nav-item .nav-link.active {

    color: var(--theme-default)

}



.project-box {

    border: 1px dashed var(--gray-60);

    border-radius: 5px;

    margin-bottom: 30px;

    padding: 30px;

    position: relative

}



.project-box .badge {

    line-height: 13px;

    position: absolute;

    right: 30px;

    top: 15px

}



@media (max-width:360px) {

    .project-box .badge {

        right: 18px;

        top: 9px

    }

}



.project-box .img-20 {

    width: 20px !important

}



.project-box .font-light {

    color: var(--font-color) !important

}



.project-box .details div {

    margin-bottom: 5px;

    opacity: .7

}



.project-box p {

    font-size: 14px;

    letter-spacing: .3px;

    margin-bottom: 0

}



.project-box .font-dark {

    color: var(--body-font-color) !important

}



.data-basic-map {

    height: 340px;

    width: 100%

}



@media (max-width:1199.98px) {

    .data-basic-map {

        height: 320px

    }

}



@media (max-width:767.98px) {

    .data-basic-map {

        height: 300px

    }

}



@media (max-width:575.98px) {

    .data-basic-map {

        height: 260px

    }

}



.choropleth-map {

    height: 340px;

    width: 100%

}



@media (max-width:1199.98px) {

    .choropleth-map {

        height: 320px

    }

}



@media (max-width:767.98px) {

    .choropleth-map {

        height: 300px

    }

}



@media (max-width:575.98px) {

    .choropleth-map {

        height: 260px

    }

}



.data-map {

    height: 340px;

    width: 100%

}



@media (max-width:1199.98px) {

    .data-map {

        height: 320px

    }

}



@media (max-width:767.98px) {

    .data-map {

        height: 300px

    }

}



@media (max-width:575.98px) {

    .data-map {

        height: 260px

    }

}



.data-map-glob {

    height: 580px;

    width: 100%

}



.data-map-glob svg {

    margin-top: -3%

}



@media (max-width:767.98px) {

    .data-map-glob svg {

        margin-top: 0

    }

}



@media (max-width:1199.98px) {

    .data-map-glob {

        height: 400px

    }

}



@media (max-width:767.98px) {

    .data-map-glob {

        height: 360px

    }

}



@media (max-width:575.98px) {

    .data-map-glob {

        height: 280px

    }

}



.datamap path:not(.datamaps-arc) {

    stroke: var(--light-gray) !important

}



.file-sidebar ul li+li {

    margin-top: 8px

}



.file-sidebar ul li .bg-light.btn:first-child:active {

    border-color: var(--theme-default)

}



.file-sidebar hr {

    border: 1px dashed

}



.file-sidebar .btn {

    align-items: center;

    display: flex;

    font-weight: 400;

    padding: 8px 20px

}



.file-sidebar .btn.btn-light:hover {

    color: var(--theme-default) !important

}



.file-sidebar .btn.btn-light:hover svg {

    stroke: var(--theme-default)

}



.file-sidebar .btn svg {

    height: 16px;

    margin-right: 8px;

    vertical-align: middle;

    width: 16px

}



.file-sidebar .pricing-plan {

    border: 1px solid var(--gray2);

    border-radius: 5px;

    margin-top: 10px;

    overflow: hidden;

    padding: 15px;

    position: relative

}



.file-sidebar .pricing-plan .h6,

.file-sidebar .pricing-plan h6 {

    color: var(--gray-700);

    font-size: 14px;

    margin-bottom: 2px

}



.file-sidebar .pricing-plan .h5,

.file-sidebar .pricing-plan h5 {

    font-size: 20px;

    font-weight: 500

}



.file-sidebar .pricing-plan p {

    color: var(--gray-700);

    margin-bottom: 5px

}



.file-sidebar .pricing-plan .btn {

    display: inline-block;

    font-size: 12px

}



.file-sidebar .pricing-plan .bg-img {

    opacity: .1;

    position: absolute;

    right: -40px;

    top: 40px;

    transform: rotate(-45deg)

}



.file-content .form-inline {

    border: 1px solid var(--gray2);

    border-radius: 5px;

    padding: 0 20px

}



.file-content .form-inline i {

    color: var(--gray-60);

    line-height: 3;

    padding-right: 10px

}



.file-content .btn svg {

    height: 16px;

    margin-right: 2px;

    vertical-align: -3px

}



.file-content .ellips {

    opacity: .7;

    position: absolute;

    right: 30px;

    top: 30px

}



.file-content .folder .folder-box {

    background-color: var(--white);

    border: 1px dashed var(--gray2);

    border-radius: 5px;

    display: inline-block;

    margin: 2px 0;

    padding: 15px;

    position: relative;

    width: calc(25% - 15px)

}



.file-content .folder .folder-box .ellips {

    right: 22px;

    top: 22px

}



.file-content .folder .folder-box span {

    font-size: 12px

}



.file-content .folder .folder-box:first-child {

    animation: fadeIncustom .5s linear 100s

}



.file-content li {

    margin-bottom: 10px;

    margin-right: 20px

}



.file-content li .files-list .file-left {

    background-color: rgb(67 185 178 / .08);

    border: 1px dashed var(--gray2);

    border-radius: 5px;

    padding: 18px 22px

}



.file-manager .folder li:nth-child(n+2) {

    margin-bottom: 12px;

    margin-left: 12px

}



.quick-file {

    margin-bottom: -10px

}



.quick-file li {

    margin-bottom: 10px;

    margin-right: 20px

}



.quick-file li .quick-box {

    background-color: rgb(67 185 178 / .08);

    border: 1px dashed var(--gray2);

    border-radius: 5px;

    padding: 20px 24px

}



.quick-file li .quick-box i {

    font-size: 30px;

    margin-right: 0

}



.quick-file li .h6,

.quick-file li h6 {

    font-size: 14px;

    font-weight: 600;

    margin-top: 8px;

    text-align: center

}



.files-content,

.quick-file {

    flex-wrap: wrap

}



@media screen and (max-width:768px) {

    .file-content .folder .folder-box {

        margin-bottom: 10px;

        margin-right: 8px;

        width: calc(50% - 20px)

    }



    .file-content .folder .folder-box:nth-child(odd) {

        margin-left: 0

    }



    [dir=rtl] .file-content .folder .folder-box:nth-child(odd) {

        margin-right: 0

    }

}



@media screen and (max-width:460px) {

    .file-content .folder .folder-box {

        margin-right: unset;

        width: 100%

    }



    .file-content .folder .folder-box:nth-child(odd) {

        margin-left: 0 !important

    }



    .file-manager .folder li:nth-child(n+2) {

        margin-left: 0

    }

}



.jkanban-container .card-header p {

    color: var(--font-color);

    font-weight: 400

}



.jkanban-container .card-body #demo1,

.jkanban-container .card-body #demo2,

.jkanban-container .card-body #demo3 {

    margin-left: -15px;

    margin-right: -15px

}



.jkanban-container .btn {

    margin-bottom: 10px

}



.jkanban-container .note a {

    display: contents

}



.kanban-board-header {

    background: var(--body-color);

    border-bottom: 1px solid var(--gray-200);

    height: auto;

    line-height: unset;

    padding: 16px;

    width: auto;

    z-index: 0

}



.kanban-board-header.bg-info~.kanban-drag {

    background-color: rgb(2 162 185 / .3) !important;

    padding: 20px

}



.kanban-board-header.bg-primary~.kanban-drag {

    background-color: rgb(175 175 175 / .3) !important;

    padding: 20px

}



.kanban-board-header.bg-success~.kanban-drag {

    background-color: rgb(62 185 95 / .3) !important;

    padding: 20px

}



.kanban-board-header .kanban-title-board {

    font-weight: 600

}



.custom-board .kanban-container,

.default-kanban .kanban-container {

    display: flex;

    flex-wrap: wrap;

    width: 100% !important

}



@media (max-width:576px) {

    .custom-board {

        justify-content: center

    }

}



.api-board .kanban-container {

    display: flex;

    flex-wrap: wrap;

    width: 100% !important

}



.kanban-board {

    border-radius: 8px;

    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / .05);

    letter-spacing: .5px;

    margin-bottom: 30px;

    margin-right: 30px;

    overflow: hidden;

    transition: all .3s ease;

    width: calc(33.33333% - 30px) !important

}



.kanban-board .kanban-drag {

    background: var(--body-color);

    padding: 20px

}



.kanban-item {

    background: #fff0;

    margin-bottom: 20px;

    padding: 0

}



.kanban-item p {

    opacity: .7

}



.kanban-item:last-child {

    margin-bottom: 0

}



.kanban-item .list {

    display: inline-block;

    opacity: .4

}



.kanban-item .list li {

    display: inline-block;

    font-size: 12px;

    margin-right: 10px

}



.kanban-item .kanban-box {

    background-color: var(--white);

    border: 1px dashed var(--border-color);

    border-radius: 5px;

    color: inherit;

    display: block;

    padding: 20px;

    position: relative

}



.kanban-item .kanban-box .img-20 {

    width: 20px

}



.kanban-item .kanban-box:hover {

    color: inherit

}



.kanban-item .kanban-box+.kanban-box {

    margin-top: 20px

}



.kanban-item .kanban-box .badge {

    float: right;

    font-weight: 400;

    padding: 4px

}



.kanban-item .kanban-box .h6,

.kanban-item .kanban-box h6 {

    font-size: 15px;

    font-weight: 500;

    margin-bottom: 8px;

    margin-top: 10px

}



.kanban-item .kanban-box .dropdown {

    display: inline-block;

    position: absolute;

    right: 10px;

    top: 20px

}



.kanban-item .kanban-box .dropdown .dropdown-item {

    font-size: 13px;

    font-weight: 500;

    padding: 5px 10px;

    text-align: left

}



.kanban-item .kanban-box .dropdown svg {

    height: 14px

}



.kanban-item .kanban-box .d-flex {

    justify-content: space-between

}



.kanban-item .kanban-box .dropdown-toggle:after {

    content: none

}



.kanban-item .kanban-box .customers li:first-child {

    vertical-align: middle

}



.kanban-item .kanban-box .customers ul li+li {

    margin-left: -10px

}



.kanban-item .kanban-box .date {

    font-size: 11px;

    opacity: .5

}



@media only screen and (max-width:1199px) and (min-width:992px) {

    .kanban-item .kanban-box {

        padding: 15px

    }

}



@media (min-width:992px) and (max-width:1199.98px) {

    .jkanban-container .kanban-container .kanban-board {

        margin: 0 10px !important

    }

}



@media (max-width:1199.98px) {

    .jkanban-container .btn {

        margin-bottom: 10px

    }

}



@media (max-width:991.98px) {

    .kanban-board {

        width: calc(50% - 30px) !important

    }

}



@media (max-width:767.98px) {

    .jkanban-container .card-body #demo1 {

        margin-left: 0

    }

}



@media only screen and (max-width:600px) {



    .kanban-board .kanban-drag,

    .kanban-container .kanban-item .kanban-box {

        padding: 10px 15px

    }



    .api-board .kanban-container .kanban-board,

    .custom-board .kanban-container .kanban-board {

        margin-left: 14px !important;

        margin-right: 14px !important;

        width: 90% !important

    }



    .kanban-container .kanban-board {

        margin: 0 10px !important;

        width: 94% !important

    }

}



@media only screen and (max-width:480px) {

    .jkanban-container .kanban-board {

        margin-bottom: 14px

    }



    .jkanban-container .card-body {

        padding: 15px !important

    }



    .kanban-board .kanban-drag,

    .kanban-container .kanban-item .kanban-box {

        padding: 10px 15px

    }

}



@media only screen and (max-width:360px) {

    .jkanban-container .btn {

        margin-left: 0;

        padding: 6px 16px

    }

}



@media only screen and (max-width:1199px) {

    .kanban-container .kanban-board {

        width: 320px !important

    }

}



.product-wrapper .product-grid .feature-products form .form-group {

    position: relative

}



.product-wrapper .product-grid .feature-products form .form-group input {

    border: none;

    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / .05);

    height: 50px;

    margin-bottom: 15px;

    padding-left: 30px

}



.product-wrapper .product-grid .feature-products form .form-group i {

    color: var(--gray-700);

    position: absolute;

    right: 30px;

    top: 18px

}



@media (max-width:767.98px) {

    .product-wrapper .product-grid .feature-products span.f-w-600 {

        display: inline-block;

        padding-top: 19px

    }

}



.product-wrapper .product-grid .feature-products .select2-drpdwn-product .form-control {

    background-color: rgb(175 175 175 / .1);

    border-color: rgb(175 175 175 / .1);

    border-radius: 5px;

    color: var(--theme-default);

    font-weight: 500;

    margin: 5px 0;

    padding: 7px 15px;

    text-align: center

}



@media (max-width:767.98px) {

    .product-wrapper .product-grid .feature-products .select2-drpdwn-product {

        float: left;

        margin: 8px 10px 10px 0

    }

}



.product-wrapper .product-grid .feature-products .products-total .square-product-setting {

    height: 36px;

    vertical-align: middle

}



.product-wrapper .product-grid .feature-products .products-total .square-product-setting a {

    color: var(--body-font-color)

}



.product-wrapper .product-grid .feature-products .products-total .square-product-setting .icon-grid {

    align-items: center;

    background-color: rgb(175 175 175 / .1);

    display: flex;

    margin: 0 10px;

    padding: 7px

}



.product-wrapper .product-grid .feature-products .products-total .square-product-setting .icon-grid svg {

    color: var(--theme-default);

    height: 20px;

    width: 20px

}



.product-wrapper .product-grid .feature-products .products-total .d-none-productlist {

    display: none

}



@media (max-width:767.98px) {

    .product-wrapper .product-grid .feature-products .products-total .d-none-productlist {

        display: block;

        margin-right: 10px

    }

}



.product-wrapper .product-grid .feature-products .products-total .d-none-productlist svg {

    cursor: pointer;

    vertical-align: middle

}



@media (max-width:767.98px) {

    .product-wrapper .product-grid .feature-products .products-total .d-none-productlist.filter-toggle {

        background-color: var(--white);

        border-radius: 5px;

        margin-left: 10px;

        padding: 8px 15px

    }



    .product-wrapper .product-grid .feature-products .products-total .select2-drpdwn-product {

        float: left;

        margin: 8px 10px 10px 0

    }

}



.product-wrapper .product-grid .feature-products .products-total .grid-options {

    height: 33px;

    margin-left: 10px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li {

    align-items: center;

    display: flex

}



@media (max-width:767.98px) {

    .product-wrapper .product-grid .feature-products .products-total .grid-options ul li {

        display: none

    }

}



@media (max-width:1199.98px) {

    .product-wrapper .product-grid .feature-products .products-total .grid-options ul li:nth-child(3) {

        display: none

    }

}



@media only screen and (max-width:1366px) {

    .product-wrapper .product-grid .feature-products .products-total .grid-options ul li:last-child {

        display: none

    }

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a {

    position: relative

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid {

    height: 15px;

    position: absolute;

    top: 9px;

    width: 4px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-1 {

    left: 12px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-2 {

    left: 18px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-3 {

    left: 36px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-4 {

    left: 42px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-5 {

    left: 48px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-6 {

    left: 66px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-7 {

    left: 72px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-8 {

    left: 78px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-9 {

    left: 84px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-10 {

    left: 103px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-11 {

    left: 109px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-12 {

    left: 115px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-13 {

    left: 121px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-14 {

    left: 127px

}



.product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-15 {

    left: 133px

}



@media (max-width:767.98px) {

    .product-wrapper .product-grid .feature-products .product-sidebar {

        height: 0;

        opacity: 0;

        position: absolute;

        transform: translateX(-300px) scaleX(0);

        transition: .3s;

        visibility: hidden;

        width: 300px;

        z-index: 3

    }



    .product-wrapper .product-grid .feature-products .product-sidebar.open {

        box-shadow: 0 0 37px rgb(0 0 0 / .05);

        height: auto;

        opacity: 1;

        top: -45px;

        transform: translateX(0) scaleX(1);

        visibility: visible

    }

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header {

    border-bottom: 0;

    border-radius: 5px;

    padding: 16px 30px

}



@media (max-width:767.98px) {

    .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header {

        display: none

    }

}



@media (max-width:480px) {

    .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header {

        display: none

    }

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header .h6,

.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header h6 {

    position: relative

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header .h6 .pull-right i,

.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header h6 .pull-right i {

    cursor: pointer;

    font-size: 10px;

    height: 10px;

    left: 0;

    position: absolute;

    text-align: right;

    top: 4px;

    width: 100%

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter {

    height: 0;

    min-width: 320px;

    opacity: 0;

    transition: .3s;

    visibility: hidden;

    z-index: 0

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .banner-product {

    margin-top: 15px

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .h6,

.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter h6 {

    margin-bottom: 15px

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector {

    line-height: .9

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li {

    border: 1px solid var(--gray-60);

    border-radius: 100%;

    cursor: pointer;

    display: inline-block;

    height: 20px;

    width: 20px

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.white {

    background-color: var(--white)

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.gray {

    background-color: var(--body-font-color)

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.black {

    background-color: var(--black)

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.orange {

    background-color: #ffb17a

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.green {

    background-color: #6fb866

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.pink {

    background-color: pink

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.yellow {

    background-color: #f2f896

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.blue {

    background-color: #63b4f2

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.red {

    background-color: #ff647f

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products {

    margin-top: 20px

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products button {

    width: auto

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-nav {

    margin-top: 0;

    position: absolute;

    right: 0;

    top: -46px

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-nav button:focus {

    outline: #fff0

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-nav button span {

    font-size: 20px

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-nav button span:focus {

    outline-color: #fff0

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-nav [class*=owl-]:hover {

    background-color: #fff0;

    color: inherit

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-item .item .product-box .product-details {

    padding: 25px 0

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-item .item .product-box+.product-box {

    margin-top: 15px

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .slider-product {

    border-bottom: 1px solid var(--border-light-color);

    border-top: 1px solid var(--border-light-color);

    margin-bottom: 15px;

    padding: 15px 0

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container {

    position: relative

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-wrapper .swiper-slide {

    margin: 0 16px !important

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-wrapper .swiper-slide .product-box {

    overflow: hidden

}



@media (max-width:767.98px) {



    .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-wrapper .swiper-slide .product-box .col-md-5,

    .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-wrapper .swiper-slide .product-box .col-md-7 {

        width: auto

    }

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-wrapper .swiper-slide .product-box .product-details {

    padding: 25px 0

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-wrapper .swiper-slide .product-box+.product-box {

    margin-top: 15px

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-next,

.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-prev {

    color: inherit;

    margin-top: 0;

    position: absolute;

    top: -46px

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-next:after,

.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-prev:after {

    font-size: 12px

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-prev {

    left: auto;

    right: 46px

}



.product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-next {

    right: 27px

}



.product-wrapper .product-grid .feature-products .product-sidebar .slider-container {

    margin-bottom: 20px;

    max-width: 600px;

    width: 90%

}



.product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-bg {

    height: 6px

}



.product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-scale span ins {

    font-size: 9px

}



.product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-selected {

    background-color: var(--theme-default);

    border: 1px solid var(--theme-default);

    height: 6px

}



.product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-pointer {

    background-color: var(--white);

    border: 2px solid var(--theme-default);

    cursor: pointer;

    height: 15px;

    transform: rotate(45deg);

    width: 15px

}



.product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-pointer:after,

.product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-pointer:before {

    background-color: #fff0

}



.product-wrapper .product-grid .product-wrapper-grid {

    margin-left: 0;

    transition: .3s

}



.product-wrapper .product-grid .product-wrapper-grid .product-box {

    border-radius: 10px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-details {

    padding: 15px 25px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-details>a {

    color: var(--body-font-color)

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-details p {

    margin-bottom: 0;

    opacity: .8

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-details .h4,

.product-wrapper .product-grid .product-wrapper-grid .product-box .product-details h4 {

    font-family: Nunito Sans, sans-serif;

    font-size: 20px;

    margin-bottom: 0;

    margin-top: 5px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-details .h6,

.product-wrapper .product-grid .product-wrapper-grid .product-box .product-details h6 {

    color: var(--body-font-color);

    margin-bottom: 10px;

    text-transform: uppercase

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-details span {

    color: var(--gray-700)

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-details .rating i {

    color: #ffa800;

    font-size: 16px;

    letter-spacing: 3px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box {

    padding: 25px 0

}



@media (max-width:991px) {

    .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box {

        padding: 0

    }

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details {

    padding: 0 12px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .h6,

.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details h6 {

    text-transform: capitalize

}



@media (max-width:991.98px) {

    .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details {

        padding: 25px 15px 0

    }

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-price {

    margin-bottom: 10px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-price span {

    color: var(--theme-default) !important;

    font-size: 18px;

    font-weight: 700;

    margin-top: 5px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-price del {

    color: var(--gray-60);

    font-size: 14px;

    font-weight: 600;

    margin-left: 15px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-view {

    border-bottom: 1px dotted var(--gray2);

    border-top: 1px dotted var(--gray2);

    padding: 20px 0

}



@media (max-width:991.98px) {

    .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-view {

        padding: 15px 0

    }

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size {

    margin: 20px 0

}



@media (max-width:991.98px) {

    .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size {

        font-size: 14px

    }

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li {

    background-color: rgb(175 175 175 / .1);

    border-radius: 5px;

    display: inline-block

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li .btn {

    background-color: rgb(175 175 175 / .1);

    border-radius: 5px;

    color: var(--theme-default);

    font-size: 16px;

    font-weight: 500;

    height: 35px;

    padding: 0;

    width: 35px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li:nth-child(n+2) {

    margin-left: 15px

}



@media (max-width:991.98px) {

    .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li:nth-child(n+2) {

        margin-left: 10px

    }

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li.active button,

.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li:hover button {

    background-color: var(--theme-default) !important;

    color: var(--white)

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset {

    margin-bottom: 20px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {

    width: 35%

}



@media (max-width:420px) {

    .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {

        width: 55%

    }

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn {

    padding: 0 12px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group input,

.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group span {

    height: 32px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn-primary {

    background-color: var(--theme-default) !important;

    border: 1px solid var(--theme-default) !important;

    border-radius: 0;

    height: 32px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .btn-close {

    position: absolute;

    right: 15px;

    top: 10px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-img {

    position: relative

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover {

    align-items: center;

    background-color: rgb(0 0 0 / .3);

    border-radius: 100%;

    display: flex;

    height: 100%;

    justify-content: center;

    opacity: 0;

    position: absolute;

    top: 0;

    transform: scale(0);

    transition: all .3s ease;

    width: 100%

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover ul li {

    background-color: var(--white);

    border-radius: 10px;

    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / .08);

    cursor: pointer;

    display: inline-block;

    font-size: 18px;

    height: 45px;

    margin: 0 3px;

    padding: 10px 12px;

    width: 45px

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover ul li i {

    color: var(--body-font-color);

    font-size: 18px;

    margin-right: 0

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover ul li .btn {

    border-color: #fff0;

    padding: 0

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover ul li:hover {

    background-color: var(--theme-default);

    transition: all .3s ease

}



.product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover ul li:hover .btn,

.product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover ul li:hover i {

    color: var(--white)

}



.product-wrapper .product-grid .product-wrapper-grid .product-box:hover .product-hover {

    border-radius: 0;

    opacity: 1;

    transform: scale(1);

    transition: all .3s ease

}



.product-wrapper .product-grid .product-wrapper-grid.list-view .product-box {

    align-items: center;

    display: flex

}



.product-wrapper .product-grid .product-wrapper-grid.list-view .product-box .product-img {

    width: 20%

}



.product-wrapper .product-grid .product-wrapper-grid.list-view .modal-content .product-img {

    width: 50% !important

}



@media (max-width:991px) {

    .product-wrapper .product-grid .product-wrapper-grid.list-view .modal-content .product-img {

        width: 100% !important

    }

}



@media only screen and (min-width:576px) {

    .product-wrapper .product-grid .product-wrapper-grid.list-view .list-collection .col-sm-6 {

        flex: 0 0 100%;

        max-width: 100%

    }

}



@media only screen and (max-width:480px) {

    .product-wrapper .product-grid .product-wrapper-grid.list-view .list-collection .product-box {

        display: block

    }

}



@media only screen and (max-width:1366px) {

    .product-wrapper .product-grid .product-wrapper-grid.list-view .list-collection .product-box .product-img {

        width: 25%

    }

}



@media only screen and (max-width:1199.98px) {

    .product-wrapper .product-grid .product-wrapper-grid.list-view .list-collection .product-box .product-img {

        width: 32%

    }

}



@media only screen and (max-width:767.98px) {

    .product-wrapper .product-grid .product-wrapper-grid.list-view .list-collection .product-box .product-img {

        min-width: 42%;

        width: 42%

    }

}



@media only screen and (max-width:480px) {

    .product-wrapper .product-grid .product-wrapper-grid.list-view .list-collection .product-box .product-img {

        width: 100%

    }

}



.product-wrapper.sidebaron .product-grid .feature-products .product-sidebar .filter-section .card .left-filter {

    background-color: var(--white);

    box-shadow: 0 0 20px rgb(89 102 122 / .1);

    height: auto;

    opacity: 1;

    overflow: hidden;

    position: absolute;

    top: 53px;

    visibility: visible;

    width: 100%;

    z-index: 3

}



@media (max-width:767.98px) {

    .product-wrapper.sidebaron .product-grid .feature-products .product-sidebar .filter-section .card .left-filter {

        min-width: unset;

        top: 180px

    }

}



.toggle-data {

    cursor: pointer

}



.products-total {

    align-items: center;

    display: flex

}



.filter-block ul li {

    opacity: .5;

    padding-top: 15px

}



@media (max-width:1500px) {

    .filter-block ul li {

        padding-top: 10px

    }

}



.collection-filter-block svg {

    height: 25px;

    width: 50px;

    stroke: var(--theme-default);

    margin-right: 10px

}



.collection-filter-block .h5,

.collection-filter-block h5 {

    font-size: 16px;

    margin-bottom: 0

}



.collection-filter-block p {

    font-size: 13px

}



.collection-filter-block .flex-grow-1 {

    opacity: .5

}



.collection-filter-block li+li {

    margin-top: 16px

}



.collection-filter-block ul.pro-services li svg {

    width: auto

}



.product-social li a {

    border: 1px solid var(--gray-60);

    border-radius: 100%;

    color: var(--gray-700);

    display: inline-block;

    font-size: 15px;

    height: 35px;

    line-height: 2.3;

    text-align: center;

    transition: all .3s ease;

    width: 35px

}



.product-social li a:hover {

    background-color: rgb(175 175 175 / .1);

    border-color: var(--theme-default);

    color: var(--theme-default);

    transition: all .3s ease

}



.product-social li:nth-child(n+2) {

    margin-left: 10px

}



.product-page-main p {

    font-size: 15px

}



.product-page-main .nav-link {

    font-weight: 500;

    text-transform: uppercase

}



.product-page-main {

    padding: 30px

}



.product-page-main .owl-item .item {

    background-color: #f8f8f8;

    border: 1px solid var(--border-light-color);

    border-radius: 5px

}



.product-page-main .owl-item.current .item {

    border: 1px solid var(--theme-default)

}



.product-page-main .product-slider {

    margin-bottom: 20px

}



.product-page-main .product-slider img {

    -o-object-position: top;

    object-position: top

}



@media (min-width:1400px) {

    .product-page-main .product-slider img {

        height: 520px;

        -o-object-fit: cover;

        object-fit: cover

    }

}



@media (min-width:1500px) {

    .product-page-main .product-slider img {

        height: 400px;

        -o-object-fit: cover;

        object-fit: cover

    }

}



.product-page-main .product-color {

    margin-top: 10px

}



.product-page-main .product-price {

    color: var(--theme-default);

    font-size: 18px;

    font-weight: 700;

    margin-top: 5px

}



.product-page-main .product-price del {

    color: rgb(0 0 0 / .4);

    font-size: 80%;

    padding-left: 10px

}



.product-page-details .h4,

.product-page-details h4 {

    color: var(--body-font-color);

    font-size: 18px;

    text-transform: uppercase

}



.product-page-details span {

    padding-left: 15px

}



.product-color li {

    border-radius: 100%;

    display: inline-block;

    height: 20px;

    margin: 0 2px;

    width: 20px

}



.product-rating ul li i {

    color: var(--warning-color);

    cursor: pointer;

    transition: all .4s

}



.product-rating ul li:hover i {

    transform: translateY(-3px)

}



.qty-box .btn {

    background-color: transparent !important;

    border-color: var(--border-light-color) !important;

    padding: 8px 12px

}



.qty-box .btn i {

    color: var(--gray-700)

}



.qty-box .btn svg {

    width: 14px !important;

    stroke: var(--dark)

}



.qty-box span {

    padding: 0 4px

}



.qty-box .input-group,

.qty-box input {

    background-color: var(--dark)

}



.qty-box input {

    border: none;

    color: var(--dark);

    max-height: 37px;

    max-width: 44px;

    padding: 0;

    text-align: center

}



.payment-opt li {

    display: inline-block

}



.payment-opt li img {

    height: 20px;

    margin: 15px 15px 0 0

}



[dir=rtl] .payment-opt li img {

    margin: 15px 0 0 15px

}



@media only screen and (max-width:767.98px) {

    .credit-card .text-center img {

        margin-bottom: 20px

    }

}



.sidebar-left-wrapper {

    border-right: 1px solid var(--gray-60)

}



@media (max-width:1199px) {

    .sidebar-left-wrapper {

        border-right: unset;

        margin-bottom: 25px

    }

}



.sidebar-left-wrapper .sidebar-left-icons {

    display: block

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item {

    padding-bottom: 50px;

    position: relative

}



@media (max-width:1199px) {

    .sidebar-left-wrapper .sidebar-left-icons .nav-item {

        padding-bottom: 25px

    }

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item:first-child .nav-link {

    padding-top: 0

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item:last-child {

    padding-bottom: 0

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item:before {

    border: 1px dashed var(--gray-60);

    content: "";

    height: 50px;

    left: 20px;

    position: absolute;

    top: 60px

}



@media (max-width:1199px) {

    .sidebar-left-wrapper .sidebar-left-icons .nav-item:before {

        height: 25px

    }

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item:last-child:before {

    content: none

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item:last-child .nav-link {

    padding-bottom: 0

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link {

    align-items: center;

    display: flex;

    gap: 12px;

    padding: 8px 0

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active,

.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active {

    background-color: unset;

    color: unset

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active .nav-rounded,

.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .nav-rounded {

    border: 1px solid var(--theme-default)

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active .nav-rounded .product-icons,

.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .nav-rounded .product-icons {

    background-color: var(--theme-default)

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active .nav-rounded .product-icons svg,

.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .nav-rounded .product-icons svg {

    stroke: var(--white)

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active .product-tab-content .h5,

.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active .product-tab-content h5,

.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .product-tab-content .h5,

.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .product-tab-content h5 {

    color: var(--theme-default);

    font-weight: 700

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {

    border: 1px solid var(--gray-60);

    border-radius: 100%;

    box-shadow: inset 0 9px 20px 0 rgb(46 35 94 / .07);

    height: 42px;

    min-width: 42px;

    padding: 2px;

    position: relative;

    z-index: 2

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons {

    align-items: center;

    background-color: var(--white);

    border-radius: 100%;

    display: flex;

    height: 100%;

    justify-content: center;

    min-width: 100%

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {

    height: 18px;

    width: 18px;

    stroke: var(--body-font-color)

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content .h5,

.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content h5 {

    color: var(--body-font-color);

    display: -webkit-box;

    font-weight: 600;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    width: 100%

}



@media (max-width:575px) {



    .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content .h5,

    .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content h5 {

        text-align: left

    }

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content p {

    color: var(--font-color);

    display: -webkit-box;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    width: 100%

}



@media (max-width:575px) {

    .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content p {

        text-align: left

    }

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item:hover .nav-rounded {

    border: 1px solid var(--theme-default)

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item:hover .nav-rounded .product-icons {

    background-color: rgb(175 175 175 / .2)

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item:hover .nav-rounded .product-icons svg {

    stroke: var(--theme-default);

    animation: tada 1.5s ease infinite

}



.sidebar-left-wrapper .sidebar-left-icons .nav-item:hover .product-tab-content .h5,

.sidebar-left-wrapper .sidebar-left-icons .nav-item:hover .product-tab-content h5 {

    color: var(--theme-default)

}



.sidebar-body form .form-control:focus,

.sidebar-body form .form-select:focus {

    border-color: unset;

    box-shadow: unset

}



@media (max-width:575px) {

    .sidebar-body .ql-toolbar.ql-snow .ql-formats {

        margin-right: 0 !important

    }

}



.sidebar-body .ql-formats {

    border-right: 1px solid var(--gray-60)

}



@media (max-width:575px) {

    .sidebar-body .ql-formats {

        border-right: unset

    }

}



.sidebar-body .ql-formats:last-of-type {

    border-right: unset

}



.sidebar-body #editor2 {

    min-height: 250px

}



.sidebar-body input[type=number]::-webkit-inner-spin-button,

.sidebar-body input[type=number]::-webkit-outer-spin-button {

    -webkit-appearance: inner-spin-button

}



.sidebar-body .form-control,

.sidebar-body .form-select {

    color: var(--theme-default);

    font-size: 15px

}



.sidebar-body .product-upload p {

    line-height: 0;

    margin-bottom: 18px

}



.sidebar-body .product-upload:first-child {

    margin-bottom: 30px

}



@media (max-width:400px) {

    .sidebar-body .product-upload:first-child {

        margin-bottom: 26px

    }

}



.sidebar-body .product-upload:nth-child(2) {

    margin-bottom: 65px

}



@media (max-width:1199px) {

    .sidebar-body .product-upload:nth-child(2) {

        margin-bottom: 0

    }

}



.sidebar-body .product-upload form svg {

    height: 48px;

    width: 48px

}



.sidebar-body .product-upload form .h6,

.sidebar-body .product-upload form h6 {

    font-size: 14px;

    font-weight: 400;

    line-height: 1.8

}



.sidebar-body .product-upload form span {

    color: var(--body-font-color);

    font-size: 14px

}



.product-buttons {

    border-top: 1px solid var(--gray-60);

    bottom: 0;

    left: 50%;

    margin: 15px 0 0;

    padding: 12px 0 0;

    position: absolute;

    text-align: end;

    transform: translateX(-50%);

    width: calc(100% - 48px)

}



@media (max-width:1199px) {

    .product-buttons {

        position: unset;

        transform: unset;

        width: unset

    }

}



.product-buttons svg {

    height: 18px;

    width: 18px;

    stroke: var(--body-font-color)

}



@media (max-width:400px) {

    .product-buttons svg {

        height: 15px;

        width: 15px

    }

}



.product-buttons .btn {

    border: 1px solid var(--light-gray-color);

    color: var(--body-font-color);

    font-weight: 500

}



@media (max-width:1400px) {

    .product-buttons .btn {

        padding: 6px 16px

    }

}



@media (max-width:400px) {

    .product-buttons .btn {

        padding: 6px 8px

    }

}



.product-buttons .btn:active,

.product-buttons .btn:hover {

    background-color: var(--theme-default);

    color: #f8f9fa

}



.product-buttons .btn:active svg,

.product-buttons .btn:hover svg {

    stroke: #f8f9fa

}



.category-button {

    border-bottom: 1px dashed var(--light-gray-color);

    padding-bottom: 30px

}



@media (max-width:575px) {

    .category-button {

        padding-bottom: 25px

    }

}



.category-button a {

    padding: 12px

}



.create-category .toolbar-box {

    margin-top: 12px

}



.product-date .form-control[readonly] {

    background-color: var(--white)

}



.category-buton a {

    background-color: rgb(175 175 175 / .02)

}



.category-buton a,

.category-buton a i {

    color: var(--theme-default)

}



.price-wrapper .radio-wrapper {

    justify-content: flex-start;

    margin-top: 4px

}



.price-wrapper .radio-wrapper li {

    align-items: center;

    border: none;

    display: flex;

    height: auto;

    justify-content: center;

    max-width: 200px;

    padding: 12px;

    position: relative;

    text-align: center;

    width: 100%

}



.price-wrapper .radio-wrapper li .form-check-input {

    background-color: var(--light-background);

    border-radius: 5px

}



.price-wrapper .radio-wrapper li .form-check-input~.form-check-label span {

    color: var(--theme-default);

    font-size: 15px;

    position: relative

}



.price-wrapper .radio-wrapper li .form-check-input:checked {

    background-color: var(--light-background);

    border: 1px solid var(--theme-default);

    border-radius: 5px

}



.price-wrapper .radio-wrapper li .form-check-input:checked~.form-check-label span {

    color: var(--theme-default);

    position: relative

}



.advance-options ul {

    border-bottom: 1px solid var(--gray-60)

}



.advance-options ul.border-tab.nav-tabs .nav-item .nav-link {

    border-bottom: 2px solid #fff0;

    color: var(--body-font-color);

    transition: all .3S ease-in-out

}



.advance-options ul.border-tab.nav-tabs .nav-item .nav-link.active,

.advance-options ul.border-tab.nav-tabs .nav-item .nav-link:active {

    border-bottom: 2px solid var(--theme-default);

    color: var(--body-font-color);

    transition: all .3S ease-in-out

}



.meta-body {

    padding-top: 16px

}



.meta-body .custom-input .form-check .form-check-input:checked {

    background-color: var(--theme-default)

}



.meta-body .custom-input .form-check .form-check-input:valid {

    border-color: var(--theme-default)

}



.meta-body .custom-input .form-check .form-check-input:valid~.form-check-label {

    color: rgb(41 41 41 / .8)

}



.product-tag .tagify {

    align-items: center;

    border-radius: 4px;

    display: flex;

    height: auto;

    padding: 0;

    width: 100%

}



.tagify__tag {

    margin: 5px 0 5px 5px

}



.tagify__input {

    margin: 0

}



.list-product-header>div {

    align-items: center;

    display: flex;

    gap: 12px;

    justify-content: end;

    margin-bottom: 14px

}



.list-product-header .show {

    display: block

}



.list-product-header .hide {

    display: none

}



.list-product-header .collapse {

    line-height: .2

}



.list-product-header .light-box {

    align-items: center;

    background-color: rgb(175 175 175 / .2);

    border-radius: 5px;

    display: flex;

    float: right;

    height: 39px;

    justify-content: center;

    width: 39px

}



.list-product-header .light-box svg {

    color: var(--theme-default);

    height: 17px;

    width: 17px

}



.list-product-header a.btn {

    float: right

}



.list-product-header a.btn i {

    padding-right: 8px

}



@media (max-width:575px) {

    .list-product-header a.btn {

        float: unset

    }

}



.list-product-header .list-product-body {

    box-shadow: unset;

    margin-top: 20px;

    padding: 0

}



.list-product-header .list-product-body .form-select {

    border-color: var(--gray-60);

    color: var(--gray-700);

    font-size: 14px

}



.list-product.list-category tr td:nth-child(2),

.list-product.list-category tr th:nth-child(2) {

    min-width: 60px

}



.list-product.list-category tr td:nth-child(3),

.list-product.list-category tr th:nth-child(3) {

    min-width: 300px

}



.list-product.list-category tr td:nth-child(4),

.list-product.list-category tr th:nth-child(4) {

    min-width: 150px

}



.list-product.list-category tr td:nth-child(5),

.list-product.list-category tr th:nth-child(5) {

    min-width: 100px

}



.list-product.list-category .datatable-bottom {

    padding-bottom: 0

}



.list-product thead tr th:first-child .form-check {

    display: none

}



.list-product .datatable-container {

    overflow-x: auto

}



@media (max-width:1445px) {

    .list-product .datatable-container thead tr th:nth-child(8) {

        display: none

    }

}



.list-product .datatable-container tbody tr {

    cursor: pointer

}



@media (max-width:1445px) {

    .list-product .datatable-container tbody tr td:nth-child(8) {

        display: none

    }

}



.list-product .datatable-dropdown {

    position: relative

}



.list-product .datatable-dropdown label {

    color: var(--body-font-color)

}



.list-product .datatable-dropdown label:before {

    color: var(--gray-60);

    content: "\f107";

    font-family: FontAwesome;

    font-size: 16px;

    left: 38px;

    margin: 0;

    position: absolute;

    top: 6px

}



[dir=rtl] .list-product .datatable-dropdown label:before {

    left: unset;

    right: 38px

}



.list-product .datatable-selector {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    min-width: 55px

}



.list-product .datatable-selector:focus,

.list-product .datatable-selector:focus-visible {

    outline: none

}



[dir=rtl] .list-product .datatable-sorter:after,

[dir=rtl] .list-product .datatable-sorter:before {

    left: 4px;

    right: unset

}



.list-product tr td,

.list-product tr th {

    text-align: left

}



[dir=rtl] .list-product tr td,

[dir=rtl] .list-product tr th {

    text-align: right

}



.list-product tr th:first-child .datatable-sorter:after,

.list-product tr th:first-child .datatable-sorter:before {

    border: none

}



.list-product tr td:first-child,

.list-product tr th:first-child {

    min-width: 20px

}



.list-product tr td:nth-child(2),

.list-product tr th:nth-child(2) {

    min-width: 110px

}



@media (max-width:1460px) {



    .list-product tr td:nth-child(2),

    .list-product tr th:nth-child(2) {

        min-width: 230px

    }

}



.list-product tr td:nth-child(3),

.list-product tr th:nth-child(3) {

    min-width: 90px

}



.list-product tr td:nth-child(4),

.list-product tr td:nth-child(5),

.list-product tr th:nth-child(4),

.list-product tr th:nth-child(5) {

    min-width: 120px

}



.list-product tr td:nth-child(6),

.list-product tr th:nth-child(6) {

    min-width: 80px

}



.list-product tr td:nth-child(7),

.list-product tr th:nth-child(7) {

    min-width: 100px

}



.list-product tr td:nth-child(8),

.list-product tr th:nth-child(8) {

    min-width: 140px

}



.list-product tr td:nth-child(9),

.list-product tr th:nth-child(9) {

    min-width: 105px

}



.list-product:focus-visible {

    outline: 0

}



.list-product .datatable-top {

    display: flex;

    flex-wrap: wrap;

    gap: 22px

}



.list-product .datatable-search {

    float: left

}



[dir=rtl] .list-product .datatable-search {

    float: right

}



.list-product .datatable-container:focus-visible {

    outline: 0

}



.list-product .datatable-bottom .datatable-info {

    color: var(--body-font-color)

}



.list-product .datatable-top {

    padding: 0

}



.list-product .datatable-pagination li.datatable-hidden {

    visibility: visible

}



.list-product .datatable-pagination li.datatable-hidden a {

    color: var(--theme-default);

    font-weight: 500;

    opacity: 1

}



.list-product .datatable-pagination .datatable-active .datatable-pagination-list-item-link {

    background-color: var(--theme-default);

    color: var(--white)

}



.list-product .datatable-pagination .datatable-pagination-list-item-link {

    background-color: rgb(175 175 175 / .02);

    border-radius: 5px

}



.table#project-status tbody tr td {

    vertical-align: inherit

}



.product-names {

    align-items: center;

    display: flex;

    gap: 15px

}



.product-names .light-product-box {

    align-items: center;

    background-color: hsl(0 0% 80% / .4);

    border-radius: 3px;

    display: flex;

    height: 49px;

    justify-content: center;

    min-width: 49px

}



.product-names .light-product-box img {

    height: 26px

}



.product-action {

    align-items: center;

    display: flex;

    gap: 8px;

    justify-content: flex-start

}



.product-action svg {

    cursor: pointer;

    height: 18px;

    width: 18px;

    fill: var(--gray-700)

}



.datatable-input,

.datatable-selector {

    background: unset;

    border: 1px solid var(--gray-700);

    border-radius: 5px

}



.pricing-simple {

    box-shadow: 0 0 20px rgb(89 102 122 / .1);

    margin-bottom: 0 !important

}



.pricing-simple .card-body {

    border-bottom: none

}



.pricing-simple .card-body .h3,

.pricing-simple .card-body h3 {

    margin-bottom: 38px;

    position: relative

}



.pricing-simple .card-body .h3:before,

.pricing-simple .card-body h3:before {

    background-color: var(--light-text);

    bottom: -10px;

    content: "";

    height: 1px;

    left: 0;

    margin: 0 auto;

    position: absolute;

    right: 0;

    width: 80px

}



.pricing-simple .card-body .h2,

.pricing-simple .card-body h2 {

    font-size: 40px;

    font-weight: 600;

    line-height: .9;

    margin-bottom: 30px

}



.pricingtable {

    border-radius: 10px;

    box-shadow: 0 0 20px rgb(89 102 122 / .1);

    height: 100%;

    overflow: hidden;

    padding-bottom: 45px;

    padding-top: 45px;

    position: relative;

    text-align: center;

    z-index: 1

}



.pricingtable:after,

.pricingtable:before {

    border-radius: 50%;

    content: "";

    position: absolute;

    right: -213px;

    z-index: -1

}



.pricingtable:after,

.pricingtable:before {

    background-color: var(--theme-default);

    height: 300px;

    opacity: .1;

    width: 300px

}



.pricingtable:after {

    bottom: -210px;

    left: -160px;

    right: auto;

    top: auto

}



.pricingtable .title {

    margin-bottom: 20px;

    text-transform: uppercase

}



.pricingtable .price-value {

    background-color: var(--theme-default);

    border-radius: 50%;

    color: var(--white);

    height: 130px;

    margin: 0 auto 25px;

    padding: 45px 0 0;

    width: 130px

}



.pricingtable .price-value .duration {

    margin: 0 0 0 -5px

}



.pricingtable .price-value .amount {

    display: inline-block;

    font-size: 58px;

    font-weight: 700;

    line-height: 45px

}



.pricingtable .price-value .currency {

    vertical-align: top

}



.pricingtable .pricing-content {

    display: inline-block;

    margin: 0 0 25px

}



.pricingtable .pricing-content li {

    font-weight: 500;

    margin: 0 0 20px;

    padding-left: 30px;

    position: relative;

    text-align: left

}



.pricingtable .pricing-content li:last-child {

    margin: 0

}



.pricingtable .pricing-content li:before {

    border-radius: 50%;

    color: varvar(--theme-default);

    content: "\f00c";

    font-family: FontAwesome;

    height: 20px;

    left: 0;

    position: absolute;

    text-align: center;

    top: 1px;

    width: 20px

}



@media (max-width:1470px) {

    .pricing-block>div {

        flex: 50%

    }



    .pricing-block>div:nth-child(n+3) {

        margin-top: 30px

    }

}



@media only screen and (max-width:991px) {



    .pricing-simple .card-body .h1,

    .pricing-simple .card-body h1 {

        margin-bottom: 20px

    }



    .pricing-simple .card-body .h3,

    .pricing-simple .card-body h3 {

        margin-bottom: 28px

    }

}



@media only screen and (max-width:575px) {



    .pricing-simple .card-body .h1,

    .pricing-simple .card-body h1 {

        margin-bottom: 15px

    }



    .pricing-block>div {

        flex: 100%

    }



    .pricingtable {

        padding-bottom: 30px;

        padding-top: 30px

    }

}



.email-right-aside .email-list {

    display: block

}



.email-right-aside .email-list.hide,

.email-right-aside .email-read {

    display: none

}



.email-right-aside .email-read.show {

    display: block

}



.email-right-aside .modal-footer {

    text-align: end

}



.email-main-wrapper .email-app-sidebar .nav-pills .nav-item.active,

.email-main-wrapper .email-app-sidebar .nav-pills .nav-item:active {

    border-radius: 5px

}



.email-main-wrapper .email-app-sidebar .nav-pills .nav-item:last-child .nav-link {

    padding-bottom: 0

}



.email-main-wrapper .email-app-sidebar .nav-pills .nav-link {

    color: var(--font-color);

    font-size: 16px;

    font-weight: 500;

    gap: 13px;

    padding: 8px 20px;

    position: relative;

    text-transform: capitalize

}



.email-main-wrapper .email-app-sidebar .nav-pills .nav-link:hover {

    background-color: unset;

    color: var(--theme-default)

}



.email-main-wrapper .email-app-sidebar .nav-pills .nav-link.active,

.email-main-wrapper .email-app-sidebar .nav-pills .nav-link:active {

    background-color: rgb(175 175 175 / .1);

    border-radius: 5px;

    color: var(--theme-default)

}



.email-main-wrapper .email-app-sidebar .nav-pills .nav-link.active svg,

.email-main-wrapper .email-app-sidebar .nav-pills .nav-link:active svg {

    stroke: var(--theme-default)

}



.email-main-wrapper .email-app-sidebar .nav-pills .nav-link.active:after,

.email-main-wrapper .email-app-sidebar .nav-pills .nav-link:active:after {

    border-right: 3px solid var(--theme-default);

    border: 2px solid var(--theme-default);

    border-radius: 100px 0 0 100px;

    content: "";

    height: 35px;

    position: absolute;

    right: 0;

    top: 9px;

    width: 4px

}



@media (max-width:1400px) {



    .email-main-wrapper .email-app-sidebar .nav-pills .nav-link.active:after,

    .email-main-wrapper .email-app-sidebar .nav-pills .nav-link:active:after {

        height: 28px;

        top: 8px

    }

}



.email-main-wrapper .email-app-sidebar .nav-pills .nav-link svg {

    height: 18px;

    width: 18px;

    stroke: var(--font-color)

}



.email-main-wrapper .email-app-sidebar .nav-pills .nav-link div {

    align-items: center;

    display: flex;

    justify-content: space-between;

    width: calc(100% - 31px)

}



@media (max-width:1400px) {

    .email-main-wrapper .email-app-sidebar .nav-pills .nav-link div {

        font-size: 15px

    }

}



.email-main-wrapper .email-app-sidebar span {

    background-color: rgb(175 175 175 / .2);

    border-radius: 20px;

    color: var(--theme-default);

    padding: 5px 13px

}



@media (max-width:1400px) {

    .email-main-wrapper .email-app-sidebar span {

        padding: 3px 10px

    }

}



.email-main-wrapper .email-app-sidebar .compose-mail {

    display: block;

    text-align: center

}



.email-main-wrapper .email-app-sidebar .compose-mail .nav-link.active {

    background-color: var(--theme-default);

    color: var(--white);

    padding: 15px

}



@media (max-width:1400px) {

    .email-main-wrapper .email-app-sidebar .compose-mail .nav-link.active {

        padding: 10px

    }

}



.email-main-wrapper .email-app-sidebar .compose-mail .nav-link.active:before {

    content: unset

}



.email-main-wrapper .email-app-sidebar .compose-mail .nav-link i {

    font-size: 13px

}



@media (max-width:1400px) {



    .email-main-wrapper .email-app-sidebar .email-category.nav-pills .nav-item .nav-link,

    .email-main-wrapper .email-app-sidebar .taged-mail.nav-pills .nav-item .nav-link {

        padding: 3px 20px

    }

}



.email-main-wrapper .email-app-sidebar .taged-mail.nav-pills .nav-item:first-child a {

    margin-top: 16px

}



.email-main-wrapper .email-app-sidebar .taged-mail.nav-pills .nav-item svg {

    height: 24px;

    width: 24px

}



.email-main-wrapper .email-app-sidebar .emailbox.btn {

    font-size: 16px;

    font-weight: 500;

    margin-bottom: 15px;

    padding: 12px;

    width: 100%

}



@media (max-width:576px) {

    .email-main-wrapper .email-app-sidebar .emailbox.btn {

        padding: 7px

    }

}



.email-main-wrapper .email-app-sidebar .emailbox.btn i {

    padding-right: 12px

}



[dir=rtl] .email-main-wrapper .email-app-sidebar .emailbox.btn i {

    padding-left: 12px;

    padding-right: unset

}



.email-body .mail-header-wrapper {

    align-items: center;

    box-shadow: 0 5px 10px 0 rgb(175 175 175 / .1);

    display: flex;

    justify-content: space-between;

    padding: 16px

}



@media (max-width:1468px) {

    .email-body .mail-header-wrapper {

        padding: 12px

    }

}



@media (max-width:600px) {

    .email-body .mail-header-wrapper {

        align-items: flex-start;

        flex-direction: column

    }

}



.email-body .mail-header-wrapper .mail-header .form-check {

    align-items: center;

    display: flex

}



@media (max-width:420px) {

    .email-body .mail-header-wrapper .mail-header .form-check {

        align-items: flex-start

    }

}



.email-body .mail-header-wrapper .mail-header .form-check .form-check-input {

    height: 18px;

    margin-top: 9px;

    width: 18px

}



@media (max-width:1468px) {

    .email-body .mail-header-wrapper .mail-header .form-check .form-check-input {

        margin-right: 8px;

        margin-top: 2px

    }

}



.email-body .mail-header-wrapper .mail-header .form-check .form-check-input:focus {

    border: 1px solid var(--theme-default);

    box-shadow: unset

}



@media (max-width:424px) {

    .email-body .mail-header-wrapper .mail-header ul {

        gap: 12px

    }

}



@media (max-width:351px) {

    .email-body .mail-header-wrapper .mail-header ul {

        flex-direction: column

    }

}



.email-body .mail-header-wrapper .mail-header ul li a {

    align-items: center;

    color: var(--font-color);

    display: flex;

    gap: 9px;

    padding-bottom: 0;

    position: relative

}



@media (max-width:1468px) {

    .email-body .mail-header-wrapper .mail-header ul li a {

        padding: 7px

    }

}



.email-body .mail-header-wrapper .mail-header ul li a:before {

    background-color: var(--theme-default);

    bottom: -23px;

    content: "";

    height: 2px;

    left: 0;

    position: absolute;

    transition: all .1s ease-in;

    width: 0

}



@media (max-width:1468px) {

    .email-body .mail-header-wrapper .mail-header ul li a:before {

        bottom: -15px

    }

}



@media (max-width:991px) {

    .email-body .mail-header-wrapper .mail-header ul li a:before {

        bottom: -13px

    }

}



@media (max-width:351px) {

    .email-body .mail-header-wrapper .mail-header ul li a:before {

        bottom: -2px

    }

}



.email-body .mail-header-wrapper .mail-header ul li a.active {

    color: var(--theme-default)

}



.email-body .mail-header-wrapper .mail-header ul li a.active:before {

    transition: all .1s ease-in;

    width: 100%

}



.email-body .mail-header-wrapper .mail-header ul li a.active svg {

    stroke: var(--theme-default)

}



.email-body .mail-header-wrapper .mail-header ul li a svg {

    height: 22px;

    width: 22px;

    stroke: var(--font-color)

}



@media (max-width:424px) {

    .email-body .mail-header-wrapper .mail-header ul li a svg {

        display: none

    }

}



.email-body .mail-header-wrapper .mail-body {

    display: flex;

    gap: 12px

}



@media (max-width:1500px) {

    .email-body .mail-header-wrapper .mail-body {

        justify-content: end

    }

}



@media (max-width:600px) {

    .email-body .mail-header-wrapper .mail-body {

        display: none

    }

}



.email-body .mail-header-wrapper .mail-body .mail-search {

    position: relative

}



@media (max-width:1500px) {

    .email-body .mail-header-wrapper .mail-body .mail-search {

        width: 55%

    }

}



@media (max-width:1468px) {

    .email-body .mail-header-wrapper .mail-body .mail-search {

        width: 48%

    }

}



@media (max-width:1400px) {

    .email-body .mail-header-wrapper .mail-body .mail-search {

        display: none

    }

}



.email-body .mail-header-wrapper .mail-body .mail-search .form-control {

    display: inline-block;

    padding: 8px 30px

}



.email-body .mail-header-wrapper .mail-body .mail-search .form-control:focus {

    border: 1px solid rgb(175 175 175 / .2);

    box-shadow: unset

}



@media (max-width:1504px) {

    .email-body .mail-header-wrapper .mail-body .mail-search .form-control {

        max-width: 165px

    }

}



.email-body .mail-header-wrapper .mail-body .mail-search i {

    left: 11px;

    position: absolute;

    top: 12px

}



.email-body .mail-header-wrapper .mail-body .light-square i {

    color: var(--body-font-color)

}



.email-body .light-square {

    align-items: center;

    background-color: hsl(0 0% 80% / .3);

    border-radius: 8px;

    color: var(--gray-60);

    cursor: pointer;

    display: flex;

    height: 39px;

    justify-content: center;

    width: 40px

}



@media (max-width:992px) {

    .email-body .light-square {

        height: 35px;

        width: 34px

    }

}



.email-body .light-square.dropdown-toggle:after {

    content: "";

    display: none

}



.email-body .light-square .dropdown-menu .dropdown-item {

    border-top: 0

}



.email-body .light-square .dropdown-menu .dropdown-item:hover {

    background-color: var(--gray-60)

}



.email-body .light-square .dropdown-menu .dropdown-item i {

    padding-right: 12px

}



.email-body .mail-body-wrapper ul li {

    align-items: center;

    border-bottom: 1px solid var(--light-gray);

    cursor: pointer;

    display: flex;

    padding: 16px

}



.email-body .mail-body-wrapper ul li:hover {

    background-color: hsl(0 0% 96% / .4)

}



.email-body .mail-body-wrapper ul li:hover .inbox-message .email-timing {

    display: none;

    transition: all .3s ease-in-out

}



.email-body .mail-body-wrapper ul li:hover .inbox-message .email-options {

    align-items: center;

    display: flex;

    gap: 14px;

    justify-content: flex-end;

    min-width: 100px;

    transition: all .3s ease-in-out

}



.email-body .mail-body-wrapper ul li:hover .inbox-message .email-options i {

    color: var(--font-color);

    font-size: 18px

}



@media (max-width:375px) {

    .email-body .mail-body-wrapper ul li:hover .inbox-message .email-options i {

        font-size: 16px

    }

}



.email-body .mail-body-wrapper ul li:hover .inbox-message .show {

    display: block

}



.email-body .mail-body-wrapper ul li:hover .inbox-message .hide {

    display: none

}



@media (max-width:460px) {

    .email-body .mail-body-wrapper ul li.inbox-data {

        display: block

    }

}



.email-body .mail-body-wrapper ul li:last-child {

    border-bottom: unset

}



.email-body .mail-body-wrapper ul li .inbox-user {

    align-items: center;

    display: flex;

    gap: 12px;

    min-width: 290px

}



@media (max-width:1400px) {

    .email-body .mail-body-wrapper ul li .inbox-user {

        min-width: 280px

    }

}



@media (max-width:576px) {

    .email-body .mail-body-wrapper ul li .inbox-user {

        min-width: 260px

    }

}



.email-body .mail-body-wrapper ul li .inbox-user .form-check-input {

    height: 18px;

    width: 18px

}



.email-body .mail-body-wrapper ul li .inbox-user .form-check-input:focus {

    box-shadow: unset

}



.email-body .mail-body-wrapper ul li .inbox-user .rounded-border {

    align-items: center;

    border: 2px solid rgb(175 175 175 / .1);

    border-radius: 100%;

    display: flex;

    height: 50px;

    justify-content: center;

    width: 50px

}



@media (max-width:1400px) {

    .email-body .mail-body-wrapper ul li .inbox-user .rounded-border {

        height: 42px;

        width: 42px

    }

}



@media (max-width:355px) {

    .email-body .mail-body-wrapper ul li .inbox-user .rounded-border {

        display: none

    }

}



.email-body .mail-body-wrapper ul li .inbox-user .rounded-border>div {

    background-color: rgb(175 175 175 / .15);

    border-radius: 100%;

    height: 40px;

    width: 40px

}



@media (max-width:1400px) {

    .email-body .mail-body-wrapper ul li .inbox-user .rounded-border>div {

        height: 32px;

        width: 32px

    }

}



.email-body .mail-body-wrapper ul li .inbox-user .rounded-border>div p {

    align-items: center;

    display: flex;

    font-weight: 900;

    height: 100%;

    justify-content: center;

    padding-top: 3px

}



@media (max-width:1200px) {

    .email-body .mail-body-wrapper ul li .inbox-user .rounded-border>div p {

        font-size: 13px

    }

}



.email-body .mail-body-wrapper ul li .inbox-user .rounded-border .circle-success {

    background-color: rgb(175 175 175 / .15)

}



.email-body .mail-body-wrapper ul li .inbox-user .rounded-border img {

    border-radius: 100%;

    height: 38px

}



@media (max-width:1400px) {

    .email-body .mail-body-wrapper ul li .inbox-user .rounded-border img {

        height: 32px

    }

}



.email-body .mail-body-wrapper ul li .inbox-message {

    display: flex;

    gap: 16px;

    justify-content: space-between;

    width: 100%

}



@media (max-width:700px) {

    .email-body .mail-body-wrapper ul li .inbox-message {

        display: block

    }

}



.email-body .mail-body-wrapper ul li .inbox-message .email-data span {

    display: -webkit-box;

    font-weight: 700;

    letter-spacing: .3;

    margin: 0 auto;

    max-width: 100%;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis

}



.email-body .mail-body-wrapper ul li .inbox-message .email-data span span {

    color: var(--font-color);

    font-weight: 400;

    line-height: 1.9

}



.email-body .mail-body-wrapper ul li .inbox-message .email-data .badge {

    border-radius: 20px

}



@media (max-width:1236px) {

    .email-body .mail-body-wrapper ul li .inbox-message .email-data .badge {

        margin-bottom: 5px

    }

}



.email-body .mail-body-wrapper ul li .inbox-message .email-data .badge:last-child {

    margin-bottom: 0

}



.email-body .mail-body-wrapper ul li .inbox-message .email-timing {

    align-items: center;

    display: flex;

    min-width: 80px;

    transition: all .3s ease-in-out

}



@media (max-width:768px) {

    .email-body .mail-body-wrapper ul li .inbox-message .email-timing {

        height: 18px;

        justify-content: flex-end

    }

}



.email-body .mail-body-wrapper ul li .inbox-message .email-timing span {

    color: var(--body-font-color)

}



.email-body .mail-body-wrapper ul li .inbox-message .email-options {

    display: none;

    transition: all .3s ease-in-out

}



@media (max-width:768px) {

    .email-body .mail-body-wrapper ul li .inbox-message .email-options {

        height: 18px

    }

}



.email-body .mail-body-wrapper ul li .inbox-message .email-options .show {

    display: block

}



.email-body .mail-body-wrapper ul li .inbox-message .email-options .hide {

    display: none

}



.email-body .mail-body-wrapper ul li .inbox-message .email-options i {

    color: var(--body-font-color)

}



.email-body .mail-body-wrapper ul li.page-item {

    padding: 0

}



.email-body .mail-body-wrapper .hidden {

    display: none !important

}



.email-body .mail-pagination {

    display: flex;

    gap: 12px;

    justify-content: flex-end;

    padding: 16px

}



.email-body .mail-pagination .pagination-button,

.email-body .mail-pagination .pagination-number {

    border: unset;

    border-radius: 10px;

    height: 35px;

    padding: 0 12px;

    width: 35px

}



.email-body .mail-pagination .pagination-button.disabled {

    background-color: var(--light-background);

    color: var(--theme-default);

    opacity: 1

}



.email-body .mail-pagination .pagination-number {

    background-color: hsl(0 0% 80% / .3);

    color: var(--font-color);

    padding: 6px 12px

}



.email-body .mail-pagination .pagination-number.active {

    background-color: var(--theme-default);

    color: var(--white)

}



.email-body .mail-pagination .pagination-index {

    display: flex;

    gap: 12px

}



.compose-modal form .form-control {

    position: relative

}



.compose-modal form .add-bcc {

    position: absolute;

    right: 30px;

    top: 82px

}



@media (max-width:575.98px) {

    .compose-modal form .add-bcc {

        top: 155px

    }

}



[dir=rtl] .compose-modal form .add-bcc {

    left: 30px;

    right: unset

}



.compose-modal form .add-bcc .btn {

    background-color: rgb(175 175 175 / .1);

    color: var(--theme-default);

    padding: 5px 8px

}



.mail-header-wrapper.header-wrapper1 {

    flex-direction: unset

}



@media (max-width:440px) {

    .mail-header-wrapper.header-wrapper1 {

        flex-direction: column;

        gap: 10px

    }

}



.mail-header-wrapper .mail-header1 {

    align-items: center;

    display: flex;

    gap: 18px

}



.mail-header-wrapper .mail-header1 span {

    color: var(--body-font-color);

    font-weight: 500

}



.mail-header-wrapper .mail-header1 .btn-email {

    height: 20px;

    width: 20px;

    stroke: var(--body-font-color)

}



.mail-header-wrapper .mail-body1 {

    display: flex;

    gap: 10px

}



.mail-header-wrapper .mail-body1 svg {

    height: 20px;

    width: 20px;

    stroke: var(--body-font-color)

}



@media (max-width:480px) {

    .mail-header-wrapper .mail-body1 svg {

        height: 18px;

        width: 18px

    }

}



.mail-body-wrapper .user-mail-wrapper {

    padding: 16px

}



.mail-body-wrapper .user-mail-wrapper .user-title {

    align-items: center;

    border-bottom: 1px solid rgb(175 175 175 / .1);

    display: flex;

    justify-content: space-between

}



@media (max-width:390px) {

    .mail-body-wrapper .user-mail-wrapper .user-title {

        align-items: unset;

        flex-direction: column;

        justify-content: unset;

        padding-bottom: 12px

    }

}



.mail-body-wrapper .user-mail-wrapper .user-title>div {

    align-items: center;

    display: flex;

    gap: 12px;

    padding-bottom: 12px

}



.mail-body-wrapper .user-mail-wrapper .user-title>div .rounded-border {

    align-items: center;

    border: 2px solid rgb(175 175 175 / .1);

    border-radius: 100%;

    display: flex;

    height: 50px;

    justify-content: center;

    width: 50px

}



.mail-body-wrapper .user-mail-wrapper .user-title>div .rounded-border img {

    border-radius: 100%;

    height: 38px

}



.mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown .dropdown-button {

    align-items: center;

    color: var(--gray-60);

    display: flex;

    gap: 8px

}



.mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown .dropdown-button svg {

    height: 16px;

    width: 16px

}



.mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown .inbox-security {

    box-shadow: rgb(175 175 175 / .1);

    min-width: 350px;

    padding: 16px

}



.mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown .inbox-security p {

    margin-bottom: 8px

}



.mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown .inbox-security p:last-child {

    margin-bottom: 0

}



.mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown .inbox-security p span {

    color: var(--body-font-color)

}



@media (max-width:475px) {

    .mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown .inbox-security.onhover-show-div {

        left: -27px

    }

}



@media (max-width:445px) {

    .mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown .inbox-security.onhover-show-div {

        left: -70px

    }

}



@media (max-width:395px) {

    .mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown .inbox-security.onhover-show-div {

        min-width: 270px

    }

}



.mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown:hover .onhover-show-div {

    top: 30px;

    z-index: 1

}



@media (max-width:575px) {

    .mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown:hover .onhover-show-div {

        opacity: 1;

        visibility: visible

    }

}



@media (max-width:475px) {

    .mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown:hover .onhover-show-div {

        left: -27px

    }

}



@media (max-width:445px) {

    .mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown:hover .onhover-show-div {

        left: -70px

    }

}



@media (max-width:395px) {

    .mail-body-wrapper .user-mail-wrapper .user-title>div .onhover-dropdown:hover .onhover-show-div {

        min-width: 270px

    }

}



@media (max-width:390px) {

    .mail-body-wrapper .user-mail-wrapper .user-title .inbox-options {

        padding-bottom: 0

    }

}



.mail-body-wrapper .user-mail-wrapper .user-title .inbox-options span {

    color: var(--theme-default)

}



@media (max-width:623px) {

    .mail-body-wrapper .user-mail-wrapper .user-title .inbox-options span {

        display: none

    }

}



.mail-body-wrapper .user-mail-wrapper .user-title .inbox-options svg {

    height: 18px;

    width: 18px;

    stroke: var(--body-font-color)

}



.mail-body-wrapper .user-mail-wrapper .user-title .inbox-options .light-square .dropdown-toggle:after {

    content: unset

}



.mail-body-wrapper .user-mail-wrapper .user-body {

    border-bottom: 1px solid rgb(175 175 175 / .1);

    padding: 14px 0

}



.mail-body-wrapper .user-mail-wrapper .user-body p:first-child {

    padding-bottom: 14px

}



.mail-body-wrapper .user-mail-wrapper .user-body p:nth-child(2),

.mail-body-wrapper .user-mail-wrapper .user-body p:nth-child(4) {

    line-height: 1.8;

    margin-bottom: 10px

}



.mail-body-wrapper .user-mail-wrapper .user-body .mail-subcontent {

    padding-top: 14px

}



.mail-body-wrapper .user-mail-wrapper .user-body .mail-subcontent p {

    padding-bottom: 0

}



.mail-body-wrapper .user-mail-wrapper .user-footer {

    border-bottom: 1px solid rgb(175 175 175 / .1);

    padding: 14px 0

}



.mail-body-wrapper .user-mail-wrapper .user-footer>div:not(.toolbar-box) {

    align-items: center;

    cursor: pointer;

    display: flex;

    gap: 8px;

    padding-bottom: 12px

}



.mail-body-wrapper .user-mail-wrapper .user-footer svg {

    height: 20px;

    width: 20px;

    fill: none;

    stroke: var(--gray-60)

}



@media (max-width:480px) {

    .mail-body-wrapper .user-mail-wrapper .user-footer svg {

        height: 18px;

        width: 18px

    }

}



.mail-body-wrapper .user-mail-wrapper .user-footer .attchment-file {

    align-items: center;

    background-color: var(--light-background);

    gap: 30px;

    padding: 12px

}



.mail-body-wrapper .user-mail-wrapper .user-footer .attchment-file .common-flex img {

    height: 36px

}



.mail-body-wrapper .user-mail-wrapper .send-btn {

    padding-top: 14px;

    text-align: end

}



.mail-body-wrapper .user-mail-wrapper .send-btn i {

    font-size: 12px;

    margin-left: 8px

}



.toolbar-box {

    border: 1px solid rgb(175 175 175 / .1);

    border-radius: 5px;

    display: block;

    padding: 0

}



.toolbar-box .ql-toolbar.ql-snow {

    border: 0

}



.toolbar-box .ql-container.ql-snow {

    border: 0;

    min-height: 100px

}



.toolbar-box .ql-editor p:nth-child(3),

.toolbar-box .ql-editor p:nth-child(8),

.toolbar-box .ql-editor p:nth-child(9) {

    margin: 12px 0

}



.toolbar-box .ql-bold:hover,

.toolbar-box .ql-image:hover,

.toolbar-box .ql-indent:hover,

.toolbar-box .ql-italic:hover,

.toolbar-box .ql-link:hover,

.toolbar-box .ql-list:hover,

.toolbar-box .ql-strike:hover,

.toolbar-box .ql-stroke:hover,

.toolbar-box .ql-underline:hover {

    color: var(--theme-default)

}



.toolbar-box .ql-bold button.ql-active .ql-stroke,

.toolbar-box .ql-bold:hover svg .ql-fill,

.toolbar-box .ql-bold:hover svg .ql-stroke,

.toolbar-box .ql-image button.ql-active .ql-stroke,

.toolbar-box .ql-image:hover svg .ql-fill,

.toolbar-box .ql-image:hover svg .ql-stroke,

.toolbar-box .ql-indent button.ql-active .ql-stroke,

.toolbar-box .ql-indent:hover svg .ql-fill,

.toolbar-box .ql-indent:hover svg .ql-stroke,

.toolbar-box .ql-italic button.ql-active .ql-stroke,

.toolbar-box .ql-italic:hover svg .ql-fill,

.toolbar-box .ql-italic:hover svg .ql-stroke,

.toolbar-box .ql-link button.ql-active .ql-stroke,

.toolbar-box .ql-link:hover svg .ql-fill,

.toolbar-box .ql-link:hover svg .ql-stroke,

.toolbar-box .ql-list button.ql-active .ql-stroke,

.toolbar-box .ql-list:hover svg .ql-fill,

.toolbar-box .ql-list:hover svg .ql-stroke,

.toolbar-box .ql-strike button.ql-active .ql-stroke,

.toolbar-box .ql-strike:hover svg .ql-fill,

.toolbar-box .ql-strike:hover svg .ql-stroke,

.toolbar-box .ql-stroke button.ql-active .ql-stroke,

.toolbar-box .ql-stroke:hover svg .ql-fill,

.toolbar-box .ql-stroke:hover svg .ql-stroke,

.toolbar-box .ql-underline button.ql-active .ql-stroke,

.toolbar-box .ql-underline:hover svg .ql-fill,

.toolbar-box .ql-underline:hover svg .ql-stroke {

    stroke: var(--theme-default)

}



#editor .ql-editing,

#editor1 .ql-editing {

    left: 60.375px !important

}



#editor .ql-editing.ql-out-bottom,

#editor1 .ql-editing.ql-out-bottom {

    visibility: visible !important

}



#editor .ql-tooltip,

#editor1 .ql-tooltip {

    left: 35.9688px !important

}



@media (max-width:430px) {



    #editor .ql-tooltip,

    #editor1 .ql-tooltip {

        left: 2.9688px !important

    }

}



#editor .ql-tooltip.ql-out-bottom,

#editor1 .ql-tooltip.ql-out-bottom {

    visibility: visible !important

}



@media (max-width:430px) {



    #editor .ql-tooltip.ql-out-bottom input[type=text],

    #editor1 .ql-tooltip.ql-out-bottom input[type=text] {

        width: 94px

    }

}



.important-mail {

    height: 18px;

    width: 18px;

    fill: #fff0;

    stroke: var(--font-color);

    cursor: pointer

}



.important-mail.active,

.important-mail:active {

    fill: var(--warning-color);

    stroke: var(--warning-color)

}



.bookmark-box,

.bookmark-box.active,

.bookmark-box:active {

    stroke: var(--theme-default)

}



.dropdown-subtitle>p {

    color: rgb(175 175 175 / .5);

    font-weight: 700

}



.dropdown-subtitle:hover .onhover-dropdown .onhover-show-div {

    opacity: 1;

    visibility: visible

}



.dropdown-subtitle .onhover-dropdown {

    cursor: pointer;

    position: relative

}



.dropdown-subtitle .onhover-dropdown .onhover-show-div {

    background-color: var(--white);

    box-shadow: 0 0 40px rgb(8 21 66 / .05) !important;

    opacity: 0;

    position: absolute;

    top: 30px;

    transition: all .3s linear;

    visibility: hidden;

    z-index: 8

}



.dropdown-subtitle .onhover-dropdown .onhover-show-div p {

    color: var(--font-color)

}



.letter-box-page .modal-body,

.letter-box-page .modal-footer,

.letter-box-page .modal-header {

    width: 100%

}



.email-wrap .row .col-xl-3+.col-xl-3 {

    padding-right: 0

}



.email-wrap .row .col-xl-6 {

    padding-left: 0

}



.email-wrap .dropdown .dropdown-toggle {

    background-color: rgb(175 175 175 / .2);

    border-radius: 10px;

    color: var(--theme-default);

    padding: 5px 10px;

    text-align: left;

    width: 100px

}



.email-wrap .dropdown .dropdown-toggle:after {

    border: none;

    content: "\f107";

    font-family: FontAwesome;

    font-size: 18px;

    margin: 0;

    position: absolute;

    right: 10px;

    top: 50%;

    transform: translateY(-50%)

}



.email-wrap .dropdown .dropdown-menu {

    border: none;

    box-shadow: 0 0 20px rgb(89 102 122 / .1);

    padding: 0

}



.email-wrap .dropdown .dropdown-menu .dropdown-item {

    background: var(--white);

    border-top: 1px dashed #f5f5f5;

    color: #2b2b2b;

    font-size: 13px;

    line-height: 19px;

    opacity: .6;

    padding: 6px 12px

}



.email-wrap .dropdown .dropdown-menu .dropdown-item:hover {

    background-color: var(--white)

}



@media (max-width:1400px) and (min-width:1200px) {

    .email-wrap .email-app-sidebar .d-flex {

        display: block !important

    }

}



.email-wrap .email-app-sidebar .d-flex img {

    border: 2px solid var(--light-gray-color)

}



.email-wrap .email-app-sidebar .main-menu>li {

    text-align: left;

    width: 100%

}



.email-wrap .email-app-sidebar .main-menu>li a {

    border-radius: 3px;

    line-height: 39px;

    text-transform: uppercase

}



.email-wrap .email-app-sidebar .main-menu>li a i {

    margin-right: 10px

}



.email-wrap .email-app-sidebar .main-menu>li a.active>a {

    color: #000

}



.email-wrap .email-app-sidebar .main-menu>li a:hover {

    background-color: #f5f6f9;

    text-decoration: none

}



.email-wrap .email-app-sidebar ul li a {

    align-items: center;

    display: flex;

    padding-left: 20px

}



.email-wrap .email-app-sidebar ul li a>.title {

    color: var(--dark);

    width: 100%

}



.email-wrap .email-app-sidebar ul li a>.badge {

    align-self: center;

    color: var(--gray-700)

}



.email-wrap .email-left-aside {

    float: left;

    width: 100%

}



@media (max-width:1199px) {

    .email-wrap .email-left-aside .card {

        margin-bottom: 0

    }

}



.email-wrap .email-left-aside .card-body {

    padding: 20px

}



@media (min-width:1200px) {

    .email-wrap .email-right-aside .email-body .pr-0 {

        padding-right: 0

    }



    .email-wrap .email-right-aside .email-body .pl-0 {

        padding-left: 0

    }

}



.email-wrap .email-right-aside .email-body .inbox {

    overflow: auto

}



@media (max-width:1199.98px) {

    .email-wrap .email-right-aside .email-body .inbox {

        display: flex;

        flex-wrap: wrap

    }

}



.email-wrap .email-right-aside .email-body .inbox .d-flex {

    padding: 20px

}



.email-wrap .email-right-aside .email-body .inbox .d-flex.active {

    background-color: var(--light-color)

}



.email-wrap .email-right-aside .radius-left {

    border-radius: 8px;

    height: 100%

}



.email-wrap .btn-mail {

    border-radius: 2px;

    letter-spacing: 1px;

    line-height: 12px !important;

    margin: 20px 0;

    padding: 13px 15px;

    text-align: left

}



.email-wrap p {

    color: var(--gray-700);

    margin-bottom: 0

}



.email-wrap .flex-grow-1 {

    flex: 1 !important;

    margin-top: 5px

}



.email-wrap .flex-grow-1 .h5,

.email-wrap .flex-grow-1 h5 {

    color: var(--body-font-color);

    font-weight: 700;

    margin-bottom: 2px;

    margin-top: 3px

}



.email-wrap .flex-grow-1 .h5 .small,

.email-wrap .flex-grow-1 .h5 small,

.email-wrap .flex-grow-1 h5 .small,

.email-wrap .flex-grow-1 h5 small {

    font-size: 12px

}



.email-wrap .flex-grow-1 .h5 .small span,

.email-wrap .flex-grow-1 .h5 small span,

.email-wrap .flex-grow-1 h5 .small span,

.email-wrap .flex-grow-1 h5 small span {

    color: #777

}



.email-wrap .flex-grow-1 p {

    color: var(--font-color);

    font-size: 13px

}



.email-wrap .email-top {

    border-bottom: 1px dashed rgb(0 0 0 / .1);

    line-height: 49px;

    padding: 20px

}



.email-wrap .email-top i {

    cursor: pointer

}



.email-wrap .email-top .h5,

.email-wrap .email-top h5 {

    margin-bottom: 0;

    padding: 12px 0

}



.email-wrap .email-top .d-flex {

    padding: 13px 0

}



.email-wrap .email-wrapper {

    padding: 20px

}



.email-wrap .email-wrapper hr {

    margin-bottom: 20px;

    margin-top: 0

}



.email-wrap .email-wrapper .d-inline-block {

    width: 100%

}



.email-wrap .email-wrapper .h6,

.email-wrap .email-wrapper h6 {

    float: left;

    margin-bottom: 11px

}



.email-wrap .email-wrapper .right-download {

    float: right

}



.email-wrap .email-wrapper .h5,

.email-wrap .email-wrapper h5,

.email-wrap .email-wrapper p+p {

    margin-bottom: 20px

}



.email-wrap .email-content .email-top .user-emailid:after {

    border: 1px dashed var(--gray-200);

    content: "";

    float: right;

    height: 20px;

    margin: 0 20px;

    padding: 0;

    position: relative;

    right: 0;

    top: 3px;

    width: 1px;

    z-index: 2

}



.email-wrap .email-body .attachment ul li img {

    height: 80px;

    margin-bottom: 20px;

    -o-object-fit: cover;

    object-fit: cover;

    width: 80px

}



.email-wrap .email-body .attachment .list-inline .list-inline-item {

    padding-right: 13px

}



.email-wrap .email-body .email-compose .cke_contents.cke_reset {

    border: 1px dashed rgb(175 175 175 / .2);

    max-height: 178px;

    width: 100%

}



.email-wrap .email-body .email-compose .email-top .h4,

.email-wrap .email-body .email-compose .email-top h4 {

    padding: 11px 0

}



.email-wrap .email-body .email-compose .compose-border .btn-middle {

    padding-top: 5px

}



.email-wrap .actions li {

    display: inline-block;

    margin-right: 25px

}



@media (max-width:1366px) and (min-width:1200px) {

    .list-persons .profile-mail .d-flex {

        display: block !important

    }

}



@media (max-width:360px) {

    .list-persons .profile-mail .d-flex {

        display: block !important

    }

}



.my-gallery figcaption {

    display: none

}



.user-profile .social-media .list-inline {

    justify-content: center

}



.user-profile .list-inline {

    justify-content: unset

}



.user-profile .ttl-info .h6,

.user-profile .ttl-info h6 {

    color: var(--body-font-color);

    font-size: 12px;

    font-weight: 700

}



.user-profile .ttl-info span {

    color: var(--gray-700);

    display: -webkit-box !important;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    white-space: normal

}



.user-profile .border-right {

    border-right: 1px solid var(--border-color)

}



.user-profile hr {

    margin: 22px 0

}



@media (max-width:575.98px) {

    .user-profile .hovercard {

        margin-bottom: 20px

    }

}



@media (max-width:991.98px) {

    .user-profile .hovercard {

        margin-bottom: 30px

    }

}



.user-profile .hovercard .cardheader {

    background: url(images/bg-profile.png);

    background-position: 10%;

    background-size: cover;

    height: 470px

}



@media (max-width:575.98px) {

    .user-profile .hovercard .cardheader {

        height: 300px

    }

}



@media (max-width:767.98px) {

    .user-profile .hovercard .cardheader {

        height: 350px

    }

}



.user-profile .hovercard .user-image .avatar {

    margin-top: -80px

}



.user-profile .hovercard .user-image .avatar img {

    border: 7px solid var(--white);

    border-radius: 50%;

    height: 100px;

    max-height: 155px;

    max-width: 155px;

    width: 100px

}



.user-profile .hovercard .user-image .icon-wrapper {

    align-items: center;

    background-color: var(--white);

    border-radius: 50%;

    bottom: -20px;

    box-shadow: 0 0 6px 3px rgb(68 102 242 / .1);

    cursor: pointer;

    display: flex;

    font-size: 17px;

    height: 40px;

    justify-content: center;

    left: 51%;

    margin: 0 auto;

    overflow: hidden;

    position: absolute;

    width: 40px

}



.user-profile .hovercard .info {

    padding: 30px

}



.user-profile .hovercard .info .title {

    color: var(--dark);

    font-size: 24px;

    line-height: 1;

    margin-bottom: 4px;

    vertical-align: middle

}



.user-profile .hovercard .info .title a {

    color: var(--body-font-color);

    font-size: 20px;

    font-weight: 800;

    text-transform: uppercase

}



.user-profile .hovercard .info .desc {

    color: var(--gray-700);

    font-size: 14px;

    line-height: 20px;

    overflow: hidden;

    text-overflow: ellipsis;

    text-transform: uppercase

}



@media (max-width:575.98px) {

    .user-profile .hovercard .info .ttl-xs-mt {

        margin-top: 20px

    }

}



.user-profile .hovercard .info .icon-wrapper {

    align-items: center;

    background-color: rgba(var(--white), 1);

    border-radius: 50%;

    bottom: -20px;

    box-shadow: 0 0 6px 3px rgb(68 102 242 / .1);

    cursor: pointer;

    display: flex;

    font-size: 17px;

    height: 40px;

    justify-content: center;

    left: 51%;

    margin: 0 auto;

    overflow: hidden;

    position: absolute;

    width: 40px

}



.user-profile .follow {

    margin-top: 20px

}



.user-profile .follow .follow-num {

    color: var(--body-font-color);

    font-size: 20px;

    font-weight: 700

}



.user-profile .follow span {

    color: var(--gray-700)

}



.user-profile .profile-img-style {

    padding: 30px

}



.user-profile .profile-img-style .img-container {

    margin-top: 30px

}



.user-profile .profile-img-style .user-name {

    color: var(--body-font-color);

    font-size: 14px;

    font-weight: 800;

    margin: 0

}



.user-profile .profile-img-style p {

    color: var(--gray-700);

    font-size: 14px;

    line-height: 30px;

    margin-bottom: 0

}



.user-profile .profile-img-style .d-flex img {

    width: 50px

}



.user-profile .like-comment li a {

    color: var(--gray-700)

}



.user-profile .like-comment li:first-child a:active,

.user-profile .like-comment li:first-child a:hover {

    color: var(--danger-color)

}



.user-profile .social-media a {

    color: var(--gray-700);

    cursor: pointer;

    font-size: 24px;

    padding: 0 15px

}



@media (max-width:575.98px) {

    .user-profile .social-media a {

        font-size: 16px;

        margin-right: 0

    }

}



@media only screen and (max-width:360px) {

    .user-profile .social-media a {

        padding: 0 6px

    }

}



.user-profile .social-media a:hover {

    color: var(--theme-default)

}



.edit-profile .profile-title .d-flex {

    align-items: center;

    margin-bottom: 30px

}



.edit-profile .profile-title .d-flex .d-flex-body {

    margin-left: 14px

}



@media (max-width:575.98px) {

    .user-profile .hovercard .info .ttl-info {

        text-align: center !important

    }

}



@media (max-width:767.98px) {

    .user-profile .hovercard .info .ttl-info {

        margin-bottom: 20px

    }

}



@media (max-width:575.98px) {

    .user-profile .hovercard .info .user-designation {

        border-bottom: 1px solid hsl(0 0% 80% / .5);

        border-top: 1px solid hsl(0 0% 80% / .5);

        margin-bottom: 15px;

        padding: 15px 0

    }



    .user-profile .order-sm-0 {

        order: -1

    }

}



.modal-bookmark .modal-body,

.modal-bookmark .modal-header {

    padding: 15px

}



.bookmark-wrap .left-bookmark .main-menu .nav-item .button-primary {

    background-color: rgb(175 175 175 / .2);

    color: var(--theme-default);

    font-weight: 600

}



.bookmark-wrap .left-bookmark {

    height: 700px

}



.bookmark-wrap .left-bookmark ul li button {

    border: none;

    cursor: pointer

}



.bookmark-wrap .left-bookmark ul li button:focus {

    outline: none

}



.bookmark-wrap .left-bookmark ul li svg {

    height: 18px;

    vertical-align: middle;

    width: 18px

}



.bookmark-wrap .left-bookmark ul li>.main-title {

    color: var(--theme-default);

    display: block;

    font-size: 16px;

    font-weight: 700;

    margin-bottom: 5px

}



.bookmark-wrap .left-bookmark ul li>.main-title span a:hover {

    background-color: #fff0

}



.bookmark-wrap .left-bookmark ul li>.main-title svg {

    color: var(--gray-700);

    stroke-width: 1px

}



.bookmark-wrap .left-bookmark ul li a>.title {

    text-transform: capitalize

}



.bookmark-wrap.todo-wrap .left-bookmark {

    height: unset

}



.form-bookmark a {

    color: var(--theme-default) !important;

    font-weight: 500;

    line-height: 1 !important;

    text-transform: capitalize !important

}



.form-bookmark a:hover {

    background-color: transparent !important

}



.form-bookmark input#index_var {

    display: none

}



.form-bookmark input,

.form-bookmark select {

    font-size: 14px

}



.form-bookmark .select2-container .select2-selection--single {

    border-color: #ced4da

}



.form-bookmark .select2 {

    width: 100% !important

}



.form-bookmark .error {

    color: red !important;

    font-size: 11px;

    margin: 0 !important

}



.form-bookmark button {

    margin-top: 10px

}



@keyframes displayTransition {

    0% {

        opacity: 0

    }



    to {

        opacity: 1

    }

}



.bookmark-tabcontent .details-bookmark {

    height: auto;

    min-height: 359px

}



.bookmark-tabcontent .details-bookmark .bookmark-card {

    position: relative

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {

    background-color: rgb(0 0 0 / .2);

    border-radius: 4px;

    opacity: 0;

    padding: 3px;

    position: absolute;

    right: 15px;

    top: 15px;

    width: 30px

}



[dir=rtl] .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {

    left: 15px;

    right: unset

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon i {

    color: var(--white);

    font-size: 16px;

    vertical-align: text-bottom

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon.favourite i {

    color: #fed112

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data {

    background-color: var(--body-color);

    width: 100%

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data .content-general {

    display: none

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {

    transition: .5s

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark {

    border-top: 1px solid var(--light-color);

    padding: 15px !important;

    position: relative;

    text-align: left

}



[dir=rtl] .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark {

    text-align: right

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .h5,

.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark h5 {

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    font-weight: 700;

    overflow: hidden;

    text-overflow: ellipsis

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark p {

    animation: displayTransition 1s

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block {

    left: 0;

    opacity: 0;

    padding: 15px;

    position: absolute;

    top: 30px;

    width: 100%

}



@media (max-width:767px) {

    .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block {

        padding: 10px 15px

    }

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li {

    display: inline-block

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li+li {

    margin-left: 5px

}



[dir=rtl] .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li+li {

    margin-left: unset;

    margin-right: 5px

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li svg {

    color: var(--gray-700);

    height: 16px;

    width: 16px

}



@media (max-width:767px) {

    .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li svg {

        height: 14px;

        width: 14px

    }

}



[dir=rtl] .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block {

    left: unset;

    right: 0

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card:hover {

    transition: .5s

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark p {

    opacity: 0

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark .hover-block {

    animation: displayTransition 2s;

    opacity: 1

}



.bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .favourite-icon {

    opacity: 1

}



.bookmark-tabcontent .details-bookmark.list-bookmark .row>div {

    flex: 0 0 100%;

    max-width: 100%

}



.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .desciption-data .content-general {

    display: block

}



.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website {

    align-items: center;

    display: flex

}



.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {

    opacity: 1

}



.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {

    opacity: 1;

    position: absolute;

    right: 30px;

    text-align: right

}



[dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {

    left: 30px;

    right: unset;

    text-align: left

}



.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block {

    animation: displayTransition 0s;

    opacity: 1

}



.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark {

    border-top: none

}



.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .h5,

.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h5,

.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark p {

    margin-top: 0

}



.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .h6,

.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 {

    margin-bottom: -5px;

    padding-right: 15px;

    position: relative

}



.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .h6:after,

.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6:after {

    color: var(--gray-700);

    content: "-";

    position: absolute;

    right: 0

}



[dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .h6:after,

[dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6:after {

    left: 0;

    right: unset

}



[dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .h6,

[dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 {

    padding-left: 15px;

    padding-right: unset

}



.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general {

    margin-top: 5px

}



.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p {

    margin-right: 20px;

    width: 68%

}



[dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p {

    margin-left: 20px;

    margin-right: unset

}



.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {

    width: 20% !important

}



.bookmark-tabcontent .tab-content .card .d-flex {

    justify-content: space-between

}



.bookmark-tabcontent .tab-content .card .d-flex svg {

    height: 18px;

    vertical-align: middle;

    width: 18px

}



.bookmark-tabcontent .tab-content .card .d-flex ul li {

    display: inline-block

}



.bookmark-tabcontent .tab-content .card .d-flex ul li+li {

    margin-left: 5px

}



[dir=rtl] .bookmark-tabcontent .tab-content .card .d-flex ul li+li {

    margin-left: unset;

    margin-right: 5px

}



.bookmark-tabcontent .tab-content .tab-pane>.card {

    box-shadow: none

}



.bookmark-tabcontent .details-bookmark .bookmark-card .details-website {

    background-color: var(--body-color);

    box-shadow: 0 9px 20px rgb(0 0 0 / .02)

}



.bookmark-tabcontent .details-bookmark .bookmark-card .details-website img {

    width: 100%

}



@media only screen and (max-width:1660px) {

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p {

        display: none

    }



    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block {

        margin-top: 6px

    }

}



@media screen and (min-width:1200px) and (max-width:1366px) {

    .bookmark-wrap .left-bookmark ul li .btn-block svg {

        display: none

    }

}



@media only screen and (max-width:1366px) {

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {

        width: 40% !important

    }



    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block {

        top: 80px

    }

}



@media only screen and (max-width:1199px) {

    .bookmark-wrap .left-bookmark {

        height: auto

    }



    .bookmark-tabcontent .details-bookmark {

        min-height: auto

    }

}



@media only screen and (max-width:991px) {



    .modal-bookmark .modal-body,

    .modal-bookmark .modal-header {

        padding: 20px

    }

}



@media only screen and (max-width:767px) {

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {

        max-width: 172px;

        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap

    }



    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block p {

        display: none

    }



    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block ul {

        position: relative;

        right: unset;

        top: unset

    }



    [dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block ul {

        left: unset

    }



    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {

        width: 45%

    }

}



@media only screen and (max-width:575px) {

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {

        width: 100%

    }



    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website {

        display: block

    }



    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark {

        padding-left: 15px

    }



    [dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark {

        padding-left: unset;

        padding-right: 15px

    }



    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {

        padding: 0;

        position: relative;

        right: unset;

        text-align: left;

        top: unset

    }



    [dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {

        left: unset;

        text-align: right

    }



    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .content-general {

        display: none

    }



    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .h6,

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark h6,

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {

        display: block

    }



    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .h6:after,

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark h6:after {

        display: none

    }



    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {

        margin-top: 15px

    }



    .modal-bookmark .modal-body,

    .modal-bookmark .modal-header {

        padding: 15px

    }

}



.email-wrap .email-app-sidebar .main-menu>li a:hover {

    background-color: rgb(73 80 87 / .07)

}



.email-wrap .email-app-sidebar ul li a>.title {

    color: var(--gray-700);

    font-weight: 600

}



.alert-contactadd {

    background-color: var(--white);

    border: 1px solid var(--theme-default);

    padding: 10px;

    width: 12%

}



.updateimg {

    left: 15px;

    line-height: 93px;

    opacity: 0;

    position: absolute;

    top: 32px;

    width: 100px

}



#right-history {

    background-color: var(--white);

    box-shadow: 0 0 9px rgb(73 80 87 / .36);

    height: 100%;

    position: fixed;

    right: -320px;

    top: 75px;

    transition: .5s;

    width: 320px;

    z-index: 9

}



[dir=rtl] #right-history {

    left: -320px;

    right: unset

}



#right-history .h6 span a,

#right-history h6 span a {

    color: var(--theme-body-font-color)

}



#right-history.show {

    right: 0;

    transition: .3s

}



[dir=rtl] #right-history.show {

    left: 0;

    right: unset

}



#right-history .modal-header {

    border-bottom: 1px solid rgb(106 113 133 / .3);

    padding: 10px 20px

}



#right-history .history-details .text-center {

    align-items: center;

    display: flex;

    justify-content: center

}



#right-history .history-details .text-center i {

    margin: 0 6px

}



#right-history .history-details .d-flex {

    border-top: 1px solid rgb(106 113 133 / .3);

    padding: 30px 15px

}



#right-history .history-details .d-flex i {

    background: #fed112;

    border-radius: 100%;

    color: var(--white);

    padding: 5px

}



#right-history .history-details .d-flex .h6,

#right-history .history-details .d-flex h6 {

    margin-bottom: 5px

}



.history-details>div {

    padding: 30px 0

}



.delete-contact {

    display: none

}



.contact-editform,

.more-data {

    animation: displayTransition 1s

}



.contact-editform {

    padding: 30px

}



[dir=rtl] .contact-editform.ps-0 {

    padding-left: 20px !important

}



.contact-editform a {

    display: block

}



.contact-editform button {

    margin-top: 30px

}



.contact-editform .select2-container .select2-selection--single {

    border-color: #ced4da !important;

    height: 39px !important

}



#deletemodal .modal-header {

    border-bottom: none

}



#deletemodal .modal-header .delete-data span svg {

    margin-right: 15px;

    vertical-align: middle

}



.contact-options li .btn-category {

    border-radius: 3px;

    color: var(--theme-default);

    font-weight: 500;

    line-height: 39px;

    padding-left: 40px !important;

    padding: 0

}



.list-persons .profile-mail {

    padding: 30px 0

}



.list-persons .profile-mail .d-flex img {

    height: 100px

}



.list-persons .profile-mail .d-flex .flex-grow-1 .h5,

.list-persons .profile-mail .d-flex .flex-grow-1 h5 {

    margin-bottom: 5px

}



.list-persons .profile-mail .d-flex .flex-grow-1 ul {

    margin-top: 5px

}



.list-persons .profile-mail .d-flex .flex-grow-1 ul li {

    display: inline-block

}



.list-persons .profile-mail .d-flex .flex-grow-1 ul li a {

    color: var(--theme-default);

    font-size: 13px

}



.list-persons .profile-mail .d-flex .flex-grow-1 ul li+li {

    border-left: 2px solid rgb(106 113 133 / .3);

    margin-left: 5px;

    padding-left: 10px

}



[dir=rtl] .list-persons .profile-mail .d-flex .flex-grow-1 ul li+li {

    border-left: unset;

    border-right: 1px solid rgb(106 113 133 / .3);

    margin-left: unset;

    margin-right: 5px;

    padding-left: unset;

    padding-right: 10px

}



.list-persons .profile-mail .email-general {

    padding-top: 50px

}



.list-persons .profile-mail .email-general ul {

    padding-right: 20px

}



[dir=rtl] .list-persons .profile-mail .email-general ul {

    padding-left: 20px;

    padding-right: unset

}



.list-persons .profile-mail .email-general ul li {

    color: rgb(73 80 87 / .7);

    margin-bottom: 10px;

    padding-bottom: 10px

}



.list-persons .profile-mail .email-general ul li:last-child {

    margin-bottom: 0;

    padding-bottom: 0

}



.list-persons .profile-mail .email-general ul li>span {

    float: right

}



[dir=rtl] .list-persons .profile-mail .email-general ul li>span {

    float: left

}



.list-persons .profile-mail .email-general p span {

    margin-left: 30px

}



.list-persons .profile-mail .email-general .gender {

    margin-top: 30px

}



.contacts-tabs .nav-pills {

    border-right: 1px solid rgb(106 113 133 / .3);

    height: 100%

}



[dir=rtl] .contacts-tabs .nav-pills {

    border-left: 1px solid rgb(106 113 133 / .3);

    border-right: unset

}



.contacts-tabs .nav-pills .nav-link.active,

.contacts-tabs .nav-pills .nav-link>.nav-link,

.contacts-tabs .nav-pills .show.active,

.contacts-tabs .nav-pills .show>.nav-link {

    background-color: rgb(175 175 175 / .05);

    color: var(--theme-body-font-color)

}



.contacts-tabs .nav-pills .nav-link {

    border-radius: 0;

    color: var(--theme-body-font-color);

    padding: 0

}



.contacts-tabs .nav-pills .nav-link .d-flex .img-50 {

    height: 50px

}



.contacts-tabs .nav-pills .nav-link+.nav-link {

    border-top: 1px solid rgb(106 113 133 / .3)

}



.contacts-tabs .nav-pills .d-flex {

    padding: 20px

}



.contacts-tabs .tab-content .tab-content-child {

    animation: displayTransition 1s

}



@media only screen and (max-width:991px) {

    #right-history {

        top: 60px

    }



    .updateimg {

        top: 21px

    }



    .list-persons .profile-mail {

        padding: 20px

    }



    .contact-editform button,

    .list-persons .profile-mail .email-general .gender {

        margin-top: 20px

    }

}



@media only screen and (max-width:767px) {

    .contact-editform {

        padding: 20px

    }



    .contact-editform.pl-0 {

        padding-left: 20px !important

    }



    .contacts-tabs .nav-pills {

        border-bottom: 1px solid var(--light-color);

        border-right: none

    }

}



@media only screen and (max-width:575px) {

    #right-history {

        width: 270px

    }



    .updateimg {

        left: 29px;

        top: 16px

    }



    .contacts-tabs .d-flex img.m-r-20 {

        margin-right: 15px

    }



    .contacts-tabs .nav-pills .d-flex,

    .list-persons .profile-mail {

        padding: 15px

    }



    .list-persons .profile-mail .email-general .gender {

        margin-top: 15px

    }



    .list-persons .nav-pills .nav-link .d-flex .flex-grow-1 {

        text-align: left

    }



    .contact-editform {

        padding: 15px

    }



    .contact-editform button {

        margin-top: 15px

    }



    .contact-editform.pl-0 {

        padding-left: 15px !important

    }



    .contact-editform form .row>div .row>div>div,

    .contact-options form .row>div .row>div>div {

        margin-bottom: 0

    }



    .contact-editform form .row>div .row>div+div,

    .contact-options form .row>div .row>div+div {

        margin-top: 15px

    }

}



@media only screen and (max-width:360px) {

    .updateimg {

        line-height: 73px;

        width: 80px

    }



    .list-persons .profile-mail .email-general p span {

        margin-left: 10px

    }



    .list-persons .profile-mail .d-flex {

        display: block

    }



    .list-persons .profile-mail .d-flex img {

        height: 80px;

        margin-bottom: 15px;

        width: 80px !important

    }

}



.dark-contact .nav .nav-link .d-flex .flex-grow-1 .h6,

.dark-contact .nav .nav-link .d-flex .flex-grow-1 h6 {

    color: var(--body-font-color)

}



.more-data select {

    background-color: var(--white);

    border-color: #dee2e6;

    border-radius: 5px;

    color: var(--font-color);

    outline: none;

    padding: .375rem .75rem;

    width: 100%

}



.modal-open .datepickers-container {

    z-index: 1075

}



.date-details {

    align-items: center

}



.date-details>div+div {

    margin-left: 10px

}



.taskadd table tr td {

    border-top: none

}



.taskadd table tr td:first-child {

    padding-left: 30px

}



.taskadd table tr td:last-child {

    padding-right: 30px

}



.taskadd table tr td svg {

    color: var(--gray-700);

    height: 18px;

    width: 18px

}



.taskadd table tr:first-child td {

    padding-top: 30px

}



.taskadd table tr:last-child td {

    padding-bottom: 30px

}



@media only screen and (max-width:1660px) {

    .taskadd table tr td:first-child {

        min-width: 160px

    }



    .taskadd table tr td:nth-child(3) {

        min-width: 70px

    }

}



@media (max-width:1199px) {

    .bookmark-wrap .left-bookmark .nav {

        max-height: 420px;

        overflow: auto

    }

}



@media only screen and (max-width:991px) {

    .date-details {

        display: block !important;

        margin-bottom: -10px

    }



    .date-details .d-inline-block {

        margin-bottom: 10px

    }



    .taskadd table tr td:first-child {

        padding-left: 20px

    }



    .taskadd table tr:first-child td {

        padding-top: 20px

    }



    .taskadd table tr:last-child td {

        padding-bottom: 20px

    }

}



@media only screen and (max-width:767px) {

    .taskadd table tr td:nth-child(2) {

        min-width: 745px

    }

}



@media only screen and (max-width:575px) {

    .taskadd table tr td:first-child {

        padding-left: 15px

    }



    .taskadd table tr:first-child td {

        padding-top: 15px

    }



    .taskadd table tr:last-child td {

        padding-bottom: 15px

    }

}



.user-profile .hovercard .socialheader {

    background: url(images/social-image.png)

}



.user-profile .hovercard .user-image {

    height: 0;

    position: relative;

    width: auto

}



.user-profile .hovercard .user-image .share-icons {

    position: absolute;

    right: 100px;

    top: -27px

}



@media (max-width:1199.98px) {

    .user-profile .hovercard .user-image .share-icons {

        position: absolute;

        right: 45px;

        top: -22px

    }

}



@media (max-width:767.98px) {

    .user-profile .hovercard .user-image .share-icons {

        right: 25px;

        top: -19px

    }

}



@media (max-width:575.98px) {

    .user-profile .hovercard .user-image .share-icons {

        right: 15px

    }

}



@media only screen and (max-width:360px) {

    .user-profile .hovercard .user-image .share-icons {

        right: 6px;

        top: -15px

    }

}



.user-profile .hovercard .user-image .share-icons li {

    display: inline-block;

    margin-right: 10px

}



@media (max-width:575.98px) {

    .user-profile .hovercard .user-image .share-icons li {

        margin-right: 0

    }

}



.user-profile .hovercard .user-image .share-icons li .social-icon {

    align-items: center;

    border-radius: 100%;

    display: flex;

    height: 50px;

    justify-content: center;

    text-align: center;

    vertical-align: middle;

    width: 50px

}



@media (max-width:1199.98px) {

    .user-profile .hovercard .user-image .share-icons li .social-icon {

        height: 40px;

        width: 40px

    }

}



@media (max-width:767.98px) {

    .user-profile .hovercard .user-image .share-icons li .social-icon {

        height: 35px;

        width: 35px

    }

}



@media only screen and (max-width:360px) {

    .user-profile .hovercard .user-image .share-icons li .social-icon {

        height: 25px;

        width: 25px

    }

}



.user-profile .hovercard .user-image .share-icons li .social-icon i {

    color: var(--white);

    font-size: 25px

}



@media (max-width:1199.98px) {

    .user-profile .hovercard .user-image .share-icons li .social-icon i {

        font-size: 18px

    }

}



@media only screen and (max-width:360px) {

    .user-profile .hovercard .user-image .share-icons li .social-icon i {

        font-size: 14px

    }

}



.user-profile .hovercard .user-image .share-icons li:last-child {

    margin-right: 0

}



.user-profile .card-footer>div .h3,

.user-profile .card-footer>div h3 {

    font-size: 16px

}



.user-profile .default-according .filter-cards-view .latest-photos.common-flex {

    justify-content: center

}



.user-profile .default-according .filter-cards-view .latest-photos.common-flex li {

    border: none;

    display: inline-block;

    margin: 0;

    padding: 0;

    width: 70px

}



.user-profile .default-according .filter-cards-view .common-flex {

    flex-direction: row !important;

    flex-wrap: wrap

}



.market-tabs .border-tab.nav-tabs .nav-item .nav-link.active {

    background-color: transparent !important;

    border-bottom: none !important;

    color: var(--theme-default) !important

}



.market-tabs .nav {

    align-items: center;

    flex-wrap: nowrap;

    justify-content: center

}



.market-tabs .nav .nav-item {

    width: 100%

}



.market-tabs .nav .nav-item .nav-link {

    border-top-left-radius: 0;

    border-top-right-radius: 0;

    font-weight: 800;

    height: 81px;

    padding-top: 30px;

    text-align: center

}



@media (max-width:575.98px) {

    .market-tabs .nav .nav-item .nav-link {

        height: 30px;

        padding-top: 0

    }

}



.tabs-scoial {

    border-bottom: none;

    margin-bottom: 20px !important;

    margin-top: 20px

}



@media (max-width:575.98px) {

    .tabs-scoial {

        padding-top: 65px;

        position: relative

    }

}



.tabs-scoial li a {

    font-weight: 600

}



.tabs-scoial li a svg circle {

    color: var(--light-text)

}



@media (max-width:575.98px) {

    .tabs-scoial li:nth-child(3) {

        left: 0;

        margin: 0 auto;

        position: absolute;

        right: 0;

        top: -40px

    }

}



.social-network span {

    display: block;

    margin-bottom: 30px

}



.social-list .d-flex {

    align-items: center;

    display: flex;

    margin-bottom: 20px

}



.social-list .d-flex:last-child {

    margin-bottom: 0

}



.social-list .d-flex .flex-grow-1 a {

    color: var(--light-text)

}



.social-list .d-flex .flex-grow-1 span {

    font-weight: 700

}



.social-list .d-flex .flex-grow-1:hover a {

    color: var(--theme-default)

}



.photos ul li {

    display: inline-block;

    margin-bottom: 10px;

    margin-right: 10px;

    width: 70px

}



.photos ul li:nth-child(4n) {

    margin-right: 0

}



.new-users-social {

    margin-bottom: 30px

}



.new-users-social svg {

    cursor: pointer

}



.new-users-social .d-flex img {

    width: 58px

}



.new-users-social .d-flex .flex-grow-1 {

    margin-top: 10px

}



.new-users-social .d-flex .flex-grow-1 .h6,

.new-users-social .d-flex .flex-grow-1 h6 {

    font-weight: 800

}



.new-users-social svg circle {

    color: var(--light-text)

}



.like-content span i {

    font-size: 14px

}



.timeline-content p {

    color: var(--light-text);

    margin-top: 30px

}



.timeline-content .comment-number {

    margin-right: 7px

}



.timeline-content .comment-number i {

    color: var(--light-text);

    margin: 0 4px

}



[dir=rtl] .timeline-content .comment-number i {

    margin-left: 0;

    margin-right: 4px !important

}



[dir=rtl] .timeline-content .comment-number {

    margin-left: 7px;

    margin-right: unset

}



.timeline-content .comments-box {

    margin-top: 30px

}



.timeline-content .comments-box .input-group {

    margin-top: 6px

}



.timeline-content .comments-box .input-group .input-txt-bx {

    background-color: hsl(0 0% 80% / .2);

    border: none;

    border-radius: 0

}



.timeline-content .comments-box .input-group .input-txt-bx::-moz-placeholder {

    color: var(--light-text)

}



.timeline-content .comments-box .input-group .input-txt-bx::placeholder {

    color: var(--light-text)

}



.timeline-content .comments-box .input-group .input-group-append .btn i {

    color: var(--light-text);

    display: flex;

    font-size: 20px

}



.social-chat {

    margin-top: 30px

}



.social-chat .text-center a {

    color: var(--theme-default)

}



.social-chat span span {

    color: var(--light-text);

    font-size: 12px;

    font-weight: 400

}



.social-chat .flex-grow-1 {

    border: 1px solid var(--light-color);

    padding: 30px;

    position: relative

}



.social-chat .flex-grow-1 p {

    margin-top: 5px

}



.social-chat .flex-grow-1:before {

    border: 7px solid #fff0;

    border-right-color: rgb(73 80 87 / .8);

    content: "";

    position: absolute;

    right: 100%;

    top: 19px

}



.social-chat .flex-grow-1:after {

    border: 7px solid #fff0;

    border-right: 7px solid var(--white);

    content: "";

    position: absolute;

    right: 100%;

    top: 19px

}



.social-chat .other-msg,

.social-chat .your-msg {

    margin-bottom: 30px

}



.social-chat .other-msg {

    margin-left: 40px

}



.socialprofile span {

    color: var(--light-text)

}



.socialprofile .social-btngroup {

    margin: 30px 0

}



.socialprofile .likes-profile .h5 span,

.socialprofile .likes-profile h5 span {

    color: var(--body-font-color);

    font-weight: 800

}



.socialprofile .social-group {

    margin-top: 30px

}



.socialprofile .social-group ul li:nth-child(4) {

    margin-left: -22px

}



.default-according.style-1 .filter-cards-view .social-network .btn i {

    margin: 0 8px

}



.social-status form .form-group .form-control-social {

    border: 1px solid var(--light-color);

    margin-bottom: 30px;

    padding-left: 15px

}



.social-status .d-flex {

    margin-bottom: 30px;

    position: relative

}



.social-status .d-flex:last-child {

    margin-bottom: 0

}



.social-status .d-flex .social-status {

    background-color: var(--white);

    border-radius: 100%;

    bottom: 0;

    content: "";

    height: 12px;

    left: 35px;

    position: absolute;

    width: 12px

}



.social-status .d-flex .social-online {

    border: 3px solid var(--success-color)

}



.social-status .d-flex .social-busy {

    border: 3px solid var(--warning-color)

}



.social-status .d-flex .social-offline {

    border: 3px solid rgb(73 80 87 / .8)

}



.social-status .d-flex .flex-grow-1 p {

    color: var(--light-text);

    margin-bottom: 5px

}



.social-status .d-flex .flex-grow-1 .light-span,

.social-status .d-flex .flex-grow-1 span+span {

    color: var(--light-text)

}



.social-header .h5 span:first-child,

.social-header h5 span:first-child {

    font-size: 20px;

    font-weight: 700;

    line-height: 1.48

}



.social-header .h5 span svg circle,

.social-header h5 span svg circle {

    color: var(--light-text)

}



.details-about+.details-about {

    margin-top: 30px

}



.details-about .your-details p {

    color: var(--light-text)

}



.social-app-profile .tab-content .tab-pane .gallery-with-description .h4,

.social-app-profile .tab-content .tab-pane .gallery-with-description h4 {

    color: var(--body-font-color);

    font-weight: 700

}



.social-app-profile .tab-content .tab-pane .gallery-with-description p {

    color: var(--font-color) !important

}



.avatar-showcase .friend-pic {

    margin-bottom: 10px;

    margin-right: 8px

}



.avatar-showcase .pepole-knows ul li {

    display: inline-block;

    margin-bottom: 10px;

    margin-right: 20px

}



.avatar-showcase .pepole-knows ul li:last-child {

    margin-right: 0

}



.avatar-showcase .pepole-knows ul li .add-friend .h6,

.avatar-showcase .pepole-knows ul li .add-friend h6 {

    margin-top: 3px

}



.activity-log .my-activity+.my-activity {

    margin-top: 30px

}



.activity-log .my-activity p {

    margin-bottom: 5px

}



.activity-log .my-activity p span svg {

    height: 15px;

    width: 15px

}



.knowledgebase-bg {

    border-radius: 15px;

    height: 500px;

    margin-bottom: 30px

}



@media (max-width:1199.98px) {

    .knowledgebase-bg {

        height: 400px

    }

}



@media (max-width:575.98px) {

    .knowledgebase-bg {

        height: 250px

    }

}



.knowledgebase-search {

    align-items: center;

    bottom: 0;

    display: flex;

    left: 5%;

    position: absolute;

    top: 0

}



@media (max-width:575.98px) {

    .knowledgebase-search {

        background-color: hsl(0 0% 100% / .7);

        height: calc(100% - 30px);

        left: 15px;

        width: calc(100% - 30px)

    }



    .knowledgebase-search>div {

        border-right: 10px;

        padding: 15px;

        text-align: center;

        width: 100%

    }



    .knowledgebase-search>div .h3,

    .knowledgebase-search>div h3 {

        font-size: 20px;

        margin-bottom: 0

    }

}



.knowledgebase-search .form-inline {

    background-color: var(--white);

    border: 1px solid #e6e6e6;

    border-radius: 10px;

    margin-top: 10px;

    padding: 12px 50px;

    position: relative;

    width: 500px

}



.knowledgebase-search .form-inline::-moz-placeholder {

    color: var(--font-color)

}



.knowledgebase-search .form-inline::placeholder {

    color: var(--font-color)

}



@media (max-width:1199.98px) {

    .knowledgebase-search .form-inline {

        padding: 7px 45px;

        width: 400px

    }

}



@media (max-width:575.98px) {

    .knowledgebase-search .form-inline {

        padding: 3px 45px;

        width: 90%

    }

}



.knowledgebase-search .form-inline svg {

    left: 20px;

    position: absolute;

    top: 19px;

    width: 20px;

    stroke: var(--font-color)

}



@media (max-width:1199.98px) {

    .knowledgebase-search .form-inline svg {

        top: 14px

    }

}



.features-faq .h5,

.features-faq h5 {

    color: var(--body-font-color)

}



.features-faq p {

    color: var(--font-color)

}



.browse .browse-articles span {

    vertical-align: middle

}



.browse .browse-articles span:nth-child(2) {

    padding-left: 20px

}



.browse .browse-articles span svg {

    height: 14px;

    left: 0;

    top: 0;

    vertical-align: text-top;

    width: 14px

}



.browse .browse-articles .h6,

.browse .browse-articles h6 {

    border-bottom: 1px solid var(--light-color);

    font-weight: 700;

    margin-bottom: 0;

    padding-bottom: 10px;

    padding-left: 25px

}



.browse .browse-articles .h6 span svg,

.browse .browse-articles h6 span svg {

    height: 16px;

    margin-left: -27px;

    vertical-align: text-top;

    width: 16px

}



.browse .browse-articles ul li {

    border-radius: 8px;

    padding: 8px

}



.browse .browse-articles ul li a {

    align-items: center;

    color: var(--body-font-color);

    display: flex;

    gap: 10px;

    position: relative

}



.browse .browse-articles ul li:hover {

    background-color: var(--light-color)

}



@media only screen and (max-width:1366px) {

    .browse div[class^=col-]:nth-child(3) {

        margin-top: 30px

    }

}



@media only screen and (max-width:360px) {

    .browse .browse-articles ul li a span:nth-child(2) {

        display: inline-block;

        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap;

        width: 158px

    }

}



.badge.pull-right {

    padding-top: 6px

}



.articles-icons svg {

    min-width: 18px

}



.articles-icons .flex-grow-1 {

    flex: 1 !important

}



.articles-icons .flex-grow-1 .h5,

.articles-icons .flex-grow-1 h5 {

    color: var(--body-font-color)

}



.articles-icons .flex-grow-1 p {

    color: var(--theme-body-font-color)

}



.d-flex.faq-widgets svg {

    min-width: 18px

}



.d-flex.faq-widgets .flex-grow-1 {

    flex: 1

}



.search-page .theme-form input {

    border: 1px solid var(--theme-default);

    border-radius: 10px 0 0 10px !important;

    flex: 1 1 auto;

    padding-left: 20px

}



[dir=rtl] .search-page .theme-form input {

    border-radius: 0 10px 10px 0 !important

}



.search-page .theme-form input::-moz-placeholder {

    color: var(--theme-default)

}



.search-page .theme-form input::placeholder {

    color: var(--theme-default)

}



.search-page .theme-form input:focus {

    outline: none

}



.search-page .theme-form .input-group .btn {

    border-radius: 0 10px 10px 0 !important;

    font-size: 16px;

    line-height: 32px

}



[dir=rtl] .search-page .theme-form .input-group .btn {

    border-radius: 10px 0 0 10px !important

}



.search-page .theme-form .input-group .form-control-plaintext {

    background: #fff0

}



.search-page .h6,

.search-page h6 {

    line-height: 1.4

}



.search-page .nav-link {

    font-weight: 500;

    text-transform: uppercase

}



.search-page .border-tab.nav-tabs .material-border {

    border-bottom-width: 1px

}



.search-page .border-tab.nav-tabs .nav-item .nav-link {

    font-size: 15px;

    padding: 10px 18px

}



.search-page .d-flex .flex-grow-1 {

    overflow: hidden

}



.search-page .info-block {

    border: 1px solid var(--border-color);

    border-radius: 15px;

    padding: 30px

}



@media (max-width:575.98px) {

    .search-page .info-block {

        display: block !important

    }

}



.search-page .info-block a {

    color: var(--body-font-color);

    display: block;

    font-weight: 600;

    margin-bottom: 3px

}



.search-page .info-block .h6,

.search-page .info-block h6 {

    color: var(--theme-default);

    font-weight: 600

}



.search-page .info-block+.info-block {

    margin-top: 20px

}



.search-page .border-tab.nav-tabs {

    align-items: left;

    justify-content: end

}



.search-page .border-tab.nav-tabs .nav-item {

    width: auto

}



.search-page .search-links .h6,

.search-page .search-links h6 {

    font-weight: 600;

    margin-bottom: 10px

}



.search-page p {

    color: var(--font-color);

    margin-bottom: 0;

    text-transform: lowercase

}



.search-page ul.search-info li {

    color: var(--body-font-color);

    display: inline-block;

    font-size: 12px;

    line-height: 1

}



.search-page ul.search-info li+li {

    border-left: 1px solid var(--border-color);

    margin-left: 8px;

    padding-left: 8px

}



[dir=rtl] .search-page ul.search-info li+li {

    border-left: unset;

    border-right: 1px solid var(--border-color);

    margin-left: unset;

    margin-right: 8px;

    padding-left: unset;

    padding-right: 8px

}



.search-page ul.search-info li i {

    color: var(--warning-color)

}



.search-page ul.search-info li i:not(:last-child) {

    margin-right: 4px

}



.search-page #video-links .embed-responsive+.embed-responsive {

    margin-top: 30px

}



.search-list {

    border: none;

    border-radius: 10px;

    display: inline-flex;

    margin-bottom: 30px;

    overflow: hidden;

    width: auto

}



@media (max-width:575.98px) {

    .search-list {

        border-bottom: none !important;

        display: inherit !important;

        text-align: center

    }

}



.search-list .nav-item {

    background-color: rgb(175 175 175 / .9);

    color: #fff

}



.search-list .nav-item.bg-light-success {

    background-color: rgb(62 185 95 / .9) !important

}



.search-list .nav-item.bg-light-success a {

    color: #fff !important

}



.search-list .nav-item.bg-light-secondary {

    background-color: rgb(243 145 89 / .9) !important

}



.search-list .nav-item.bg-light-secondary a {

    color: #fff !important

}



.search-list .nav-item .nav-link {

    border: none;

    color: #fff;

    padding: .7rem 1.5rem

}



.search-list .nav-item .nav-link.active {

    background-color: rgb(175 175 175 / .9);

    color: #fff;

    opacity: 1

}



.search-list .nav-item.active,

.search-list .nav-item.show {

    background-color: rgb(175 175 175 / .1)

}



.ecommerce-widget {

    border: 1px solid var(--border-color) !important;

    border-radius: 5px;

    box-shadow: none

}



.ecommerce-widget .total-num {

    color: var(--body-font-color);

    letter-spacing: 1px;

    margin: 0

}



@media (max-width:1366px) {

    .ecommerce-widget .total-num {

        font-size: 23px;

        letter-spacing: 0

    }

}



.ecommerce-widget .total-num span {

    color: var(--black)

}



.ecommerce-widget .row {

    align-items: center

}



.ecommerce-widget .progress-showcase {

    margin-top: 30px

}



@media (max-width:991.98px) {

    .ecommerce-widget .progress-showcase {

        margin-top: 20px

    }

}



@media (max-width:575.98px) {

    .ecommerce-widget .progress-showcase {

        margin-top: 15px

    }

}



.ecommerce-widget span {

    color: var(--black);

    cursor: pointer;

    margin: 0

}



.ecommerce-widget .icon {

    color: var(--light-gray);

    font-size: 40px

}



.ecommerce-widget .flot-chart-container {

    border: #fff0;

    height: 100px;

    margin: 0;

    padding: 0

}



.ecommerce-widget .morris-default-style {

    display: none !important

}



.ecommerce-widget svg {

    filter: drop-shadow(12px 12px 7px rgb(0 0 0 / .3))

}



.navs-icon {

    padding: 30px

}



.navs-icon li {

    padding: 9px 0

}



.navs-icon li a {

    color: var(--body-font-color)

}



.navs-icon li a:hover {

    color: var(--theme-default)

}



.navs-icon li ul {

    padding-top: 9px

}



.hdg_main {

    position: relative

}



.main .langChoice {

    background-color: #fff0;

    padding: 10px 12px;

    position: absolute;

    right: 40px;

    top: 11px

}



@media (max-width:991.98px) {

    .main .langChoice {

        padding: 8px;

        right: 20px;

        top: 11px

    }

}



@media (max-width:575.98px) {

    .main .langChoice {

        padding: 4px 7px;

        top: 14px

    }

}



@media only screen and (max-width:360px) {

    .main .langChoice {

        left: 0;

        margin: 0 auto;

        right: 0;

        top: 50px;

        width: 30%

    }

}



@media (max-width:575.98px) {

    .language-xs {

        margin-top: 15px

    }

}



@media only screen and (max-width:360px) {

    .language-header {

        padding-bottom: 60px !important

    }

}



pre {

    background-color: rgb(175 175 175 / .1);

    padding: 20px 0

}



.error-wrapper {

    align-items: center;

    background-color: var(--white);

    display: flex;

    justify-content: center;

    min-height: 100vh;

    text-align: center

}



.error-wrapper.maintenance-bg {

    background-blend-mode: overlay;

    background-color: hsl(0 0% 100% / .6);

    background-image: url(images/maintenance-bg.jpg)

}



.error-wrapper.maintenance-bg .btn {

    padding: 12px 20px

}



.error-wrapper svg {

    height: 380px;

    width: 100%

}



.error-wrapper .maintenance-heading {

    margin-top: 20px

}



.error-wrapper .maintenance-heading .headline {

    color: var(--theme-default);

    font-size: 99px;

    font-weight: 900;

    letter-spacing: 10px;

    position: relative;

    z-index: 2

}



.error-wrapper .error-heading {

    margin-top: 115px

}



.error-wrapper .error-heading .headline {

    font-size: 285px;

    font-weight: 700;

    letter-spacing: 1px;

    margin-top: -130px

}



.error-wrapper .error {

    color: var(--black);

    margin: 70px 0 100px

}



.error-wrapper .error .error-title {

    color: var(--white);

    font-size: 9.5rem;

    text-shadow: 6px 6px 7px rgb(0 0 0 / .32)

}



.error-wrapper .error .line-bottom {

    background-color: var(--warning-color);

    border: none;

    height: 5px;

    width: 10%

}



.error-wrapper .error .c-white {

    color: var(--white)

}



.error-wrapper .error .error-btn {

    text-align: center

}



.error-wrapper .svg-wrraper {

    margin-bottom: 35px

}



.error-wrapper .svg-wrraper svg {

    height: 440px;

    margin-left: auto;

    margin-right: auto;

    width: 100%

}



.error-wrapper .h3,

.error-wrapper h3 {

    font-size: 31px;

    font-weight: 700;

    margin-bottom: 20px

}



.error-wrapper .sub-content {

    color: var(--body-font-color);

    font-size: 18px;

    font-weight: 400;

    letter-spacing: 1px;

    line-height: 35px;

    margin-bottom: 35px;

    z-index: 3

}



@media (max-width:1199px) {

    .error-wrapper .maintenance-heading .headline {

        font-size: 60px;

        margin-bottom: 15px

    }



    .error-wrapper svg {

        height: 320px

    }

}



@media (max-width:991px) {

    .error-wrapper svg {

        height: 280px

    }



    .error-wrapper .svg-wrraper svg {

        height: 450px

    }



    .error-wrapper .sub-content {

        line-height: 25px

    }

}



@media (max-width:767px) {

    .error-wrapper .maintenance-heading .headline {

        font-size: 35px;

        margin-bottom: 10px

    }



    .error-wrapper .h3,

    .error-wrapper h3 {

        margin-bottom: 18px

    }



    .error-wrapper .sub-content {

        font-size: 16px;

        margin-bottom: 30px

    }

}



@media (max-width:575px) {

    .error-wrapper .maintenance-heading .headline {

        font-size: 25px;

        letter-spacing: 2px

    }



    .error-wrapper .svg-wrraper {

        margin-bottom: 25px

    }



    .error-wrapper .svg-wrraper svg {

        height: 380px

    }



    .error-wrapper .sub-content {

        font-size: 14px

    }

}



@media (max-width:480px) {

    .error-wrapper .svg-wrraper svg {

        height: auto

    }

}



.login_one_image {

    background-image: url(images/2.jpg);

    background-position: 50%;

    background-size: cover

}



@media (max-width:1199.98px) {

    .login_one_image {

        height: 100vh;

        opacity: .5;

        position: fixed;

        top: 0

    }

}



.login_two_image {

    background-image: url(images/3.jpg)

}



.login_bs_validation,

.login_two_image {

    background-position: 50%;

    background-size: cover

}



.login_bs_validation {

    background-image: url(images/1.jpg)

}



@media (max-width:1199.98px) {

    .login_bs_validation {

        height: 100vh;

        opacity: .5;

        position: fixed;

        top: 0

    }

}



.login-card {

    align-items: center;

    background: url(images/login_bg.png);

    background-position: 50%;

    display: flex;

    justify-content: center;

    margin: 0 auto;

    min-height: 100vh;

    padding: 30px 12px

}



.login-card.login-bg {

    background: rgb(175 175 175 / .06) !important

}



@media (max-width:575.98px) {

    .login-card {

        padding-bottom: 40px;

        padding-top: 40px

    }

}



.login-card .logo {

    display: block;

    margin-bottom: 30px;

    text-align: center

}



@media (max-width:1199.98px) {

    .login-card .logo {

        position: relative

    }

}



@media (max-width:575.98px) {

    .login-card .logo {

        margin-bottom: 10px

    }

}



.login-card .logo .for-light {

    display: none

}



.login-card .btn-showcase .btn {

    line-height: 1;

    margin: 0;

    padding: 10px 15px

}



.login-card .btn-showcase .btn+.btn {

    margin-left: 5px

}



.login-card .btn-showcase .btn i {

    height: 16px;

    vertical-align: bottom

}



.login-card .login-main {

    background-color: var(--bs-body-bg);

    border-radius: 10px;

    box-shadow: 0 0 37px rgb(0 0 0 / .05);

    margin: 0 auto;

    padding: 40px;

    width: 450px

}



@media (max-width:991.98px) {

    .login-card .login-main {

        width: 380px

    }

}



@media (max-width:1199.98px) {

    .login-card .login-main {

        position: relative

    }

}



@media (max-width:575.98px) {

    .login-card .login-main {

        padding: 20px;

        width: auto

    }

}



.login-card .login-main .theme-form .h4,

.login-card .login-main .theme-form h4 {

    margin-bottom: 5px

}



.login-card .login-main .theme-form .unlock-1 {

    display: block;

    height: auto;

    margin-left: auto;

    margin-right: auto;

    width: 75%

}



.login-card .login-main .theme-form label {

    font-size: 15px;

    letter-spacing: .4px

}



.login-card .login-main .theme-form .checkbox label:before {

    background-color: var(--white);

    border: 1px solid var(--font-color)

}



.login-card .login-main .theme-form .login-social-title {

    margin-bottom: 30px;

    margin-top: 30px;

    position: relative;

    text-align: center;

    z-index: 1

}



.login-card .login-main .theme-form .login-social-title .h6,

.login-card .login-main .theme-form .login-social-title h6 {

    background-color: var(--white);

    color: var(--font-color);

    margin-left: auto;

    margin-right: auto;

    padding-left: 25px;

    padding-right: 25px;

    width: -moz-fit-content;

    width: fit-content

}



.login-card .login-main .theme-form .login-social-title:before {

    background-color: var(--light-border);

    content: "";

    height: 2px;

    position: absolute;

    right: 0;

    top: 10px;

    width: 100%;

    z-index: -1

}



.login-card .login-main .theme-form input {

    transition: all .3s ease

}



.login-card .login-main .theme-form input::-webkit-input-placeholder {

    color: var(--font-color)

}



.login-card .login-main .theme-form input:focus,

.login-card .login-main .theme-form input:hover {

    box-shadow: none !important;

    transition: all .3s ease

}



.login-card .login-main .theme-form p {

    color: var(--font-color);

    font-size: 14px;

    margin-bottom: 25px

}



.login-card .login-main .theme-form p a {

    color: var(--theme-default)

}



@media (max-width:575.98px) {

    .login-card .login-main .theme-form p {

        margin-bottom: 5px

    }

}



.login-card .login-main .theme-form .form-group {

    margin-bottom: 10px;

    position: relative

}



.login-card .login-main .theme-form .form-group a {

    color: var(--theme-default);

    float: right

}



.login-card .login-main .theme-form .form-group a.link {

    float: none

}



@media (max-width:575.98px) {

    .login-card .login-main .theme-form .form-group {

        margin-bottom: 5px

    }

}



.login-card .login-main .theme-form ul.login-social {

    align-items: center;

    display: flex;

    justify-content: center

}



.login-card .login-main .theme-form ul.login-social li {

    align-items: center;

    background-color: rgb(175 175 175 / .05);

    border: 1px solid var(--light-border);

    border-radius: 50%;

    display: flex;

    height: 40px;

    justify-content: center;

    width: 40px

}



@media (max-width:767.98px) {

    .login-card .login-main .theme-form ul.login-social li {

        height: 35px;

        width: 35px

    }

}



.login-card .login-main .theme-form ul.login-social li i {

    color: var(--theme-default);

    height: 16px;

    vertical-align: middle;

    width: auto

}



.login-card .login-main .theme-form ul.login-social li:nth-child(n+2) {

    margin-left: 15px

}



.login-card .login-main .theme-form ul.login-social li:hover {

    background-color: var(--theme-default)

}



.login-card .login-main .theme-form ul.login-social li:hover i {

    color: var(--white)

}



@media (max-width:575.98px) {

    .login-card .login-main .theme-form .or:before {

        width: 55%

    }

}



.show-hide {

    position: absolute;

    right: 20px;

    top: 52px;

    transform: translateY(-50%)

}



.show-hide span {

    color: var(--theme-default);

    cursor: pointer;

    font-size: 13px

}



.show-hide span.show:before {

    content: "show"

}



.show-hide span:before {

    content: "hide"

}



.needs-validation.was-validated .invalid-feedback {

    color: var(--danger-color)

}



.needs-validation .invalid-feedback {

    color: var(--dark)

}



.needs-validation .show-hide {

    right: 30px

}



.needs-validation .invalid-tooltip {

    right: 10px

}



.login-card .login-main .theme-form label {

    font-size: 14px

}



.login-card .login-main .theme-form label a {

    color: var(--theme-default)

}



.login-card .login-main .theme-form .show-hide {

    top: 50%

}



.comingsoon-bgimg {

    background: url(images/coming-soon-bg.jpg);

    background-position: bottom;

    background-size: cover

}



.comingsoon {

    align-items: center;

    display: flex;

    justify-content: center;

    min-height: 100vh;

    padding: 50px 0

}



.comingsoon .comingsoon-inner .for-dark {

    display: none

}



.comingsoon .comingsoon-inner .h5,

.comingsoon .comingsoon-inner h5 {

    color: var(--theme-body-font-color);

    font-size: 18px;

    font-weight: 500;

    letter-spacing: 1px;

    margin-bottom: 30px;

    margin-top: 30px

}



.comingsoon .comingsoon-inner .countdown {

    border-bottom: 1px solid var(--border-color);

    border-top: 1px solid var(--border-color);

    padding: 30px 0

}



.comingsoon .comingsoon-inner .countdown .time {

    align-items: center;

    background: var(--theme-default);

    border-radius: 50%;

    color: var(--white);

    display: flex;

    font-size: 36px;

    font-weight: 500;

    height: 100px;

    justify-content: center;

    width: 100px

}



.comingsoon .comingsoon-inner .countdown .title {

    color: var(--theme-body-font-color);

    font-size: 14px;

    font-weight: 400;

    letter-spacing: 1px;

    padding-top: 13px;

    text-transform: uppercase

}



.comingsoon .comingsoon-inner .countdown ul li {

    display: inline-block;

    margin: 0 20px;

    text-transform: uppercase

}



.comingsoon .comingsoon-inner .countdown ul li span {

    display: block

}



.comingsoon video {

    height: auto;

    left: 50%;

    min-height: 100%;

    min-width: 100%;

    position: fixed;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    transition: opacity 1s;

    width: auto;

    z-index: -100

}



.mega-inline {

    display: flex;

    margin-bottom: -30px

}



.mega-inline .card {

    border: 1px solid var(--border-light-color);

    box-shadow: 0 9px 20px rgb(0 0 0 / .07)

}



.mega-inline .mega-title-badge {

    display: table;

    font-size: 14px;

    font-weight: 600;

    text-transform: uppercase;

    width: 100%

}



.mega-inline .d-flex .radio {

    margin-left: 3px

}



.mega-vertical {

    display: flex;

    flex-wrap: wrap

}



.mega-vertical .card {

    box-shadow: 0 9px 20px rgb(0 0 0 / .07)

}



.mega-vertical .mega-title-badge {

    display: table;

    font-size: 14px;

    font-weight: 600;

    text-transform: uppercase;

    width: 100%

}



.mega-vertical .d-flex .radio {

    margin-left: 3px

}



.mega-title {

    font-weight: 600

}



.mega-horizontal {

    display: flex;

    flex-wrap: wrap

}



.mega-horizontal .card {

    border: 1px solid var(--border-light-color);

    box-shadow: 0 9px 20px rgb(0 0 0 / .07)

}



.mega-horizontal .mega-title-badge {

    display: table;

    font-size: 14px;

    font-weight: 600;

    text-transform: uppercase;

    width: 100%

}



.mega-horizontal .d-flex .radio {

    margin-left: 3px

}



.border-style .card {

    border: 1px solid var(--gray-200) !important;

    box-shadow: none

}



.offer-style .card {

    border: 1px dashed var(--gray-200) !important;

    box-shadow: none

}



.rating-star-wrapper {

    color: var(--gray-700)

}



.card-wrapper .payment-wrapper {

    align-items: center;

    border-bottom: 1px solid var(--border-light-color);

    color: var(--theme-body-font-color);

    display: flex;

    justify-content: space-between;

    margin-bottom: 16px;

    padding-bottom: 8px

}



.card-wrapper .payment-wrapper:last-child {

    border-bottom: unset;

    margin-bottom: 0;

    padding-bottom: 0

}



.card-wrapper .payment-wrapper .payment-second img {

    width: 50px

}



.card-wrapper .payment-wrapper .payment-second .mega-icons {

    height: 20px;

    width: 20px

}



.main-upgrade {

    align-items: center;

    display: flex;

    flex-direction: column;

    height: 100%;

    justify-content: center;

    margin: 0 auto;

    text-align: center

}



.main-upgrade>div:first-child {

    margin-bottom: 20px

}



.main-upgrade i {

    color: var(--theme-default);

    display: block;

    font-size: calc(38px + .625vw)

}



.main-upgrade p {

    line-height: 1.4

}



.main-upgrade .variation-box {

    align-items: center;

    display: flex;

    gap: 20px;

    justify-content: center

}



@media (min-width:768px) and (max-width:1200px) {

    .main-upgrade .variation-box {

        display: grid;

        gap: 18px;

        grid-template-columns: auto auto

    }

}



@media (max-width:700px) {

    .main-upgrade .variation-box {

        display: grid;

        gap: 18px;

        grid-template-columns: auto auto

    }

}



@media (max-width:380px) {

    .main-upgrade .variation-box {

        grid-template-columns: unset

    }

}



.main-upgrade .variation-box .selection-box {

    border: 1px dashed var(--theme-default);

    border-radius: 17px;

    height: 100px;

    min-width: 125px;

    position: relative

}



@media (min-width:1200px) and (max-width:1920px) {

    .main-upgrade .variation-box .selection-box {

        min-width: calc(85px + 2.08333vw)

    }

}



.main-upgrade .variation-box .selection-box .custom--mega-checkbox {

    align-items: center;

    display: flex;

    height: 100%;

    justify-content: center;

    line-height: 25px;

    transition: .5s ease;

    width: 100%

}



.main-upgrade .variation-box .selection-box input {

    cursor: pointer;

    height: 96px;

    left: 0;

    opacity: 0;

    position: absolute;

    top: 0;

    width: 118px

}



.main-upgrade .variation-box .selection-box input[type=checkbox]:checked~div {

    background-color: rgb(175 175 175 / .5);

    border-radius: 15px

}



.megaoptions-border-space-sm .d-flex .radio label {

    padding-left: 18px

}



@media (min-width:618px) and (max-width:1199px) {

    .megaoptions-border-space-sm .d-flex .flex-grow-1 .list-behavior-1 {

        flex-direction: row;

        gap: 18px

    }

}



@media (max-width:618px) {

    .megaoptions-border-space-sm .d-flex .flex-grow-1 .list-behavior-1 {

        flex-direction: column;

        gap: 12px

    }

}



.megaoptions-border-space-sm .d-flex .flex-grow-1 .list-behavior-1 .flex-grow-1 {

    margin-top: -6px

}



@media (max-width:618px) {

    .megaoptions-border-space-sm .d-flex .flex-grow-1 .list-behavior-1 .flex-grow-1 {

        margin-left: 0

    }

}



.megaoptions-border-space-sm .d-flex .flex-grow-1 .list-behavior-1:first-child {

    margin-bottom: 0

}



.megaoption-space .badge.pull-right,

.megaoptions-border-space-sm .badge.pull-right {

    margin-bottom: 12px

}



.mega-option .sub-title {

    color: var(--body-font-color);

    font-size: calc(14.4px + .1875vw);

    padding-bottom: 12px

}



@media (max-width:1199px) {

    .list-behavior-1 {

        gap: 12px

    }

}



@media (max-width:575px) {

    .list-behavior-1:first-child {

        margin-bottom: 14px

    }

}



@media (max-width:1999px) {

    .list-behavior-1 img {

        height: 86px

    }

}



@media (max-width:992px) {

    .list-behavior-1 img {

        height: 70px

    }

}



.list-behavior-1 .flex-grow-1 {

    margin-left: 16px

}



@media (max-width:1199px) {

    .list-behavior-1 .flex-grow-1 {

        margin-left: 0

    }



    .list-behavior-1 .flex-grow-1 p {

        display: block;

        display: -webkit-box;

        margin: 0 auto;

        max-width: 100%;

        -webkit-line-clamp: 3;

        -webkit-box-orient: vertical;

        overflow: hidden;

        text-overflow: ellipsis

    }

}



.jsgrid .jsgrid-grid-body .jsgrid-cell {

    padding: .75rem

}



.jsgrid .jsgrid-pager-container {

    text-align: right

}



@media (max-width:767.98px) {

    .jsgrid .jsgrid-pager-container {

        text-align: center

    }

}



@media (max-width:575.98px) {

    .jsgrid .jsgrid-pager-container {

        margin-bottom: 0

    }

}



.jsgrid .jsgrid-pager {

    margin-top: 20px;

    padding: 0

}



.jsgrid .jsgrid-pager .jsgrid-pager-nav-inactive-button {

    margin-right: -5px

}



.jsgrid .jsgrid-pager .jsgrid-pager-nav-inactive-button:first-child {

    border-radius: 5px 0 0 5px

}



.jsgrid .jsgrid-pager .jsgrid-pager-page~.jsgrid-pager-nav-button {

    margin-left: -5px

}



.jsgrid .jsgrid-pager .jsgrid-pager-page~.jsgrid-pager-nav-button:last-child {

    border-radius: 0 5px 5px 0

}



.jsgrid .jsgrid-pager [class*=jsgrid-pager] {

    border: 1px solid var(--border-color);

    display: inline-block;

    min-width: 1.5em;

    padding: .5em 1em

}



.jsgrid .jsgrid-pager .jsgrid-pager-current-page,

.jsgrid .jsgrid-pager .jsgrid-pager-page a {

    color: var(--dark)

}



.jsgrid .jsgrid-selected-row>.jsgrid-cell {

    background: var(--light-color);

    border-color: var(--white)

}



.jsgrid .jsgrid-header-row>.jsgrid-header-cell {

    font-weight: 500;

    padding: .75rem

}



@media print {



    .page-body-wrapper .page-sidebar,

    .page-wrapper .page-header,

    .setting-sidebar {

        display: none

    }



    .page-body {

        margin: 0

    }



    .page-wrapper .page-title {

        visibility: hidden

    }



    .page-wrapper .page-body-wrapper .page-title {

        display: none

    }



    .page-wrapper.compact-wrapper .page-body-wrapper .page-body {

        margin: 0

    }



    .email-left-aside,

    .footer,

    table.fixedHeader-floating {

        display: none

    }

}



.invoice-table {

    margin-bottom: 16px;

    margin-top: 16px

}



.invoice .table-striped tbody tr .h6,

.invoice .table-striped tbody tr h6 {

    color: --theme-default

}



.invoice-1 .for-dark,

.invoice-2 .for-dark {

    display: none

}



.invoice .d-flex {

    align-items: center

}



.invoice .m-l-20 {

    margin-left: 20px

}



.invoice .for-dark {

    display: none

}



.invoice p {

    color: var(--body-font-color);

    opacity: .9;

    text-transform: capitalize

}



.invoice .invo-header {

    border-bottom: 1px solid var(--scrollbar-color);

    margin-bottom: 15px;

    padding-bottom: 15px

}



.invoice .table-striped tbody tr:nth-of-type(odd) {

    background-color: rgb(175 175 175 / .05);

    --bs-table-accent-bg: unset

}



.invoice .table-striped tbody tr .h6,

.invoice .table-striped tbody tr h6 {

    color: var(--theme-default);

    text-transform: capitalize

}



.invoice .invo-profile {

    margin-bottom: 15px

}



.invoice .invo-profile .invo-profile-left .d-flex .flex-shrink-0 {

    margin-right: 15px

}



.invoice .invo-profile .invo-profile-left .d-flex .flex-grow-1 .h4,

.invoice .invo-profile .invo-profile-left .d-flex .flex-grow-1 h4 {

    font-size: 16px

}



.invoice .invo-profile .invo-profile-left .d-flex .flex-grow-1 p span {

    display: block

}



.invoice .invo-profile .invo-profile-right {

    text-align: right

}



.invoice .invo-profile .invo-profile-right .h6,

.invoice .invo-profile .invo-profile-right h6 {

    font-size: 16px

}



.invoice-1 body {

    color: var(--body-font-color);

    display: block;

    font-family: Outfit, sans-serif

}



.invoice-1 .table-wrapper {

    margin: 0 auto

}



.invoice-1 .h2,

.invoice-1 h2 {

    font-size: 32px;

    font-weight: 500;

    margin: 0

}



.invoice-1 .h6,

.invoice-1 h6 {

    margin: 0

}



.invoice-1 .h6,

.invoice-1 h6,

.invoice-1 span {

    font-weight: 400;

    line-height: 1.5

}



.invoice-1 .banner-image {

    margin: 13px 0 10px

}



.invoice-1 .order-details td span {

    display: block;

    margin-bottom: -4px

}



.invoice-2 .padding td {

    padding-bottom: 18px !important

}



.invoice-2 .card-body>table,

.invoice-2 .card-body>table>tbody,

.invoice-2 .card-body>table>tbody>tr,

.invoice-2 .card-body>table>tbody>tr>td {

    display: block

}



@media only screen and (max-width:1199px) {



    .invoice .h3,

    .invoice .h4,

    .invoice h3,

    .invoice h4 {

        margin-bottom: 0

    }



    .invoice .invo-profile .d-flex {

        border-bottom: 1px solid var(--scrollbar-color);

        margin-bottom: 15px;

        padding-bottom: 15px

    }



    .invoice .invo-profile .invo-profile-right {

        text-align: left

    }

}



@media only screen and (max-width:991px) {

    .invoice .card .card-body {

        padding: 20px

    }



    .invoice .h3,

    .invoice .h4,

    .invoice h3,

    .invoice h4 {

        font-size: 20px

    }



    .invoice table td {

        min-width: 150px

    }



    .invoice table td:first-child {

        min-width: 280px

    }

}



@media only screen and (max-width:767px) {

    .invoice .invo-pal {

        margin-top: 15px;

        text-align: left !important

    }



    .invoice .text-md-end {

        text-align: right

    }

}



@media only screen and (max-width:575px) {



    .invoice .h4,

    .invoice h4 {

        font-size: 18px

    }



    .invoice .h3,

    .invoice h3 {

        font-size: 15px

    }



    .invoice p {

        font-size: 13px

    }



    .invoice .invo-header .flex-grow-1 {

        text-align: right

    }



    .invoice .text-xs-center {

        margin-top: 20px;

        text-align: center !important

    }



    .invoice .text-md-end {

        text-align: left

    }

}



@media only screen and (max-width:420px) {

    .invoice .invo-profile .d-flex .flex-grow-1 {

        margin-left: 0 !important;

        margin-top: 10px

    }

}



.docs-toggles .dropdown .dropdown-toggle {

    width: auto

}



@media screen and (max-width:1580px) and (min-width:1200px) {



    .docs-buttons,

    .docs-toggles {

        flex: 0 0 100%;

        max-width: 100%

    }

}



@media (max-width:1199.98px) {

    .img-cropper #putData {

        margin-bottom: 10px

    }



    .img-cropper .docs-toggles>.dropdown {

        margin-bottom: 0

    }

}



@media screen and (max-width:1366px) {

    .img-cropper .docs-toggles {

        margin-top: 8px

    }

}



.img-cropper .dropup .dropdown-toggle:after {

    content: "";

    display: none

}



.img-cropper .img-container {

    margin-bottom: 0;

    min-height: auto

}



.img-cropper .docs-data>.input-group:last-child {

    margin-bottom: 0

}



.img-cropper .docs-preview {

    margin-bottom: 10px;

    margin-top: 20px

}



@media screen and (max-width:360px) {

    .img-cropper .docs-tooltip {

        font-size: 11px

    }



    .img-cropper .docs-toggles .btn-group .btn {

        padding: .375rem .2rem

    }

}



.auto-slider .card-body {

    margin-bottom: 50px

}



@media (max-width:1399.98px) {

    .auto-slider .card-body {

        margin-bottom: 35px

    }

}



@media (max-width:767.98px) {

    .auto-slider .card-body {

        margin-bottom: 30px

    }

}



.auto-slider .card-body .swiper .swiper-wrapper .swiper-slide img {

    border-radius: 5px;

    display: block;

    width: 100%

}



.auto-slider .card-body .swiper-pagination {

    bottom: 22px;

    z-index: 1

}



.auto-slider .card-body .swiper-pagination .swiper-pagination-bullet {

    background-color: var(--theme-default);

    height: 10px;

    width: 10px

}



@media (max-width:767.98px) {

    .auto-slider .card-body .swiper-pagination .swiper-pagination-bullet {

        height: 8px;

        width: 8px

    }

}



.auto-slider .card-body .mouse-pagination {

    bottom: 22px;

    position: absolute;

    z-index: 1

}



.auto-slider .card-body .mouse-pagination .swiper-pagination-bullet {

    background-color: var(--theme-default);

    height: 10px;

    width: 10px

}



@media (max-width:767.98px) {

    .auto-slider .card-body .mouse-pagination .swiper-pagination-bullet {

        height: 8px;

        width: 8px

    }

}



.carousel-item .carousel-caption {

    background-color: rgb(41 41 41 / .51);

    bottom: 0;

    left: 0;

    padding: 26px 10px;

    right: 0;

    width: 100%

}



.carousel-item .carousel-caption .h5,

.carousel-item .carousel-caption h5 {

    color: #fff !important

}



.carousel-item .carousel-opacity {

    background-color: hsl(0 0% 100% / .51)

}



.carousel-dark .carousel-caption .h5,

.carousel-dark .carousel-caption h5 {

    color: var(--black) !important

}



.carousel .carousel-control-next-icon,

.carousel .carousel-control-prev-icon {

    height: calc(21.2px + .5625vw);

    width: calc(21.2px + .5625vw)

}



.carousel .carousel-indicators {

    margin-bottom: 3px

}



@media screen and (max-width:1660px) and (min-width:1200px) {

    .auto-slider .swiper .swiper-wrapper .swiper-slide img {

        margin: 0 auto;

        max-width: 420px

    }

}



.card .card-header .card-header-right {

    background-color: var(--white);

    display: inline-block;

    float: right;

    padding: 8px 0;

    position: absolute;

    right: 35px;

    top: 15px;

    z-index: 1

}



@media (max-width:575.98px) {

    .card .card-header .card-header-right {

        right: 15px;

        top: 12px

    }

}



.card .card-header .card-header-right .card-option {

    height: 20px;

    overflow: hidden;

    text-align: right;

    transition: .3s ease-in-out;

    width: 35px

}



.card .card-header .card-header-right .card-option li {

    display: inline-block

}



.card .card-header .card-header-right .card-option li:first-child i {

    transition: 1s

}



.card .card-header .card-header-right .card-option li:first-child i.icofont {

    color: unset

}



.card .card-header .card-header-right i {

    cursor: pointer;

    line-height: 20px;

    margin: 0 5px

}



.card .card-header .card-header-right i.icofont-refresh {

    font-size: 13px

}



.starter-main .card-body p {

    font-size: 14px;

    margin-bottom: 16px

}



.starter-main .card-body ul {

    list-style-type: disc;

    margin-bottom: 15px;

    padding-left: 30px

}



.starter-main .card-body ul li {

    display: list-item

}



.starter-main .card-body .h4,

.starter-main .card-body h4 {

    font-size: 18px

}



.starter-main .card-body pre {

    padding: 30px;

    white-space: pre-line

}



.starter-main .card-body .alert-primary.inverse:before {

    top: 32px

}



.starter-main .alert i {

    align-items: center;

    display: flex

}



.starter-main .alert-primary {

    background-color: rgb(175 175 175 / .8)

}



.starter-kit-fix .page-body {

    margin-bottom: 52px

}



.starter-main .alert-primary.inverse {

    border-color: var(--theme-default);

    padding: 13px 20px 13px 65px

}



[dir=rtl] .starter-main .alert-primary.inverse {

    padding: 13px 65px 13px 20px

}



.starter-main .alert-primary.inverse:before {

    border-bottom: 7px solid #fff0;

    border-left: 7px solid var(--theme-default);

    border-top: 7px solid #fff0;

    content: "";

    height: 0;

    left: 54px;

    position: absolute;

    width: 0

}



[dir=rtl] .starter-main .alert-primary.inverse:before {

    border-left: unset;

    border-right: 7px solid var(--theme-default)

}



.starter-main .alert-primary.inverse i {

    align-items: center;

    background-color: var(--theme-default);

    border-radius: 3px 0 0 3px;

    color: var(--white);

    display: flex;

    height: 100%;

    left: 0;

    padding: 17px 20px;

    position: absolute;

    top: 0

}



[dir=rtl] .starter-main .alert-primary.inverse i {

    left: unset;

    margin-left: 5px;

    margin-right: unset;

    right: 0

}



.card.card-load .card-loader {

    align-items: center;

    background-color: hsl(0 0% 100% / .7);

    display: flex;

    height: 100%;

    justify-content: center;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 8

}



.card.card-load .card-loader i {

    color: var(--theme-default);

    font-size: 20px;

    margin: 0 auto

}



@media screen and (max-width:1330px) and (min-width:1200px) {

    .general-widget .growth-card .header-top .nav {

        display: none

    }

}



@media (max-width:590px) {

    .general-widget .growth-card .header-top .nav {

        display: none

    }

}



.general-widget .f-light {

    color: var(--font-color);

    opacity: .8

}



.general-widget .value-chart .card-body {

    padding: 15px 30px

}



.general-widget .value-chart .sales-chart,

.general-widget .value-chart .visitor-chart {

    min-height: 130px !important

}



@media screen and (max-width:1300px) and (min-width:1200px) {



    .general-widget .value-chart .sales-chart,

    .general-widget .value-chart .visitor-chart {

        min-height: 125px !important

    }

}



@media screen and (max-width:1240px) and (min-width:1200px) {



    .general-widget .value-chart .sales-chart,

    .general-widget .value-chart .visitor-chart {

        min-height: 120px !important

    }

}



@media screen and (max-width:1660px) and (min-width:1200px) {



    .general-widget .value-chart .sales-chart>div svg,

    .general-widget .value-chart .visitor-chart>div svg {

        transform: translate(-28px)

    }

}



@media screen and (max-width:1400px) and (min-width:1200px) {



    .general-widget .value-chart .sales-chart>div svg,

    .general-widget .value-chart .visitor-chart>div svg {

        transform: translate(-49px)

    }

}



.general-widget .value-chart .valuechart-detail {

    align-items: center;

    display: flex;

    height: 100%;

    justify-content: center

}



.general-widget .value-chart .valuechart-detail .badge {

    font-weight: 600;

    padding: 4px 9px

}



.general-widget .value-chart .valuechart-detail .badge.badge-primary {

    box-shadow: 0 0 15px 0 rgb(175 175 175 / .4)

}



.general-widget .value-chart .valuechart-detail .badge.badge-secondary {

    box-shadow: 0 0 15px 0 rgb(243 145 89 / .4)

}



.general-widget .value-chart .valuechart-detail .h2,

.general-widget .value-chart .valuechart-detail h2 {

    color: var(--body-font-color);

    font-size: 16px;

    font-weight: 700;

    margin-top: 10px

}



@media screen and (max-width:1365px) and (min-width:992px) {



    .general-widget .value-chart .valuechart-detail .h2,

    .general-widget .value-chart .valuechart-detail h2 {

        font-size: 14px

    }

}



.general-widget .value-chart .valuechart-detail p {

    color: var(--font-color);

    font-size: 12px;

    font-weight: 600

}



@media screen and (max-width:1400px) and (min-width:1200px) {

    .general-widget .value-chart .valuechart-detail p {

        display: none

    }

}



.general-widget .value-chart:hover {

    transform: translateY(-5px);

    transition: .5s

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box {

    border-radius: 24px;

    box-shadow: 0 0 50px 0 rgb(0 0 0 / .03);

    padding: 20px

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top {

    align-items: flex-start;

    display: flex;

    justify-content: space-between

}



@media screen and (max-width:1550px) and (min-width:1200px) {

    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top {

        justify-content: center

    }

}



@media screen and (max-width:700px) and (min-width:575px) {

    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top {

        justify-content: center

    }

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {

    font-size: 22px

}



@media screen and (max-width:1650px) and (min-width:1200px) {

    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {

        font-size: 16px

    }

}



@media screen and (max-width:1550px) and (min-width:1200px) {

    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {

        display: none

    }

}



@media screen and (max-width:700px) and (min-width:575px) {

    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {

        display: none

    }

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {

    border-radius: 200px;

    font-size: 10px;

    font-weight: 600;

    padding: 6px 15px

}



@media screen and (max-width:1650px) and (min-width:1200px) {

    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {

        padding: 4px 6px

    }

}



@media screen and (max-width:1550px) and (min-width:1200px) {

    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {

        display: none

    }

}



@media screen and (max-width:700px) and (min-width:575px) {

    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {

        display: none

    }

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge.badge-primary {

    box-shadow: 0 0 15px 0 rgb(175 175 175 / .4)

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge.badge-secondary {

    box-shadow: 0 0 15px 0 rgb(243 145 89 / .4)

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .h4,

.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content h4 {

    font-size: 16px;

    font-weight: 600;

    margin-top: 16px

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content p {

    color: var(--black);

    font-size: 16px;

    font-weight: 500

}



@media (max-width:1702px) {

    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content p {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .h6,

.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content h6 {

    color: var(--black);

    font-size: 16px;

    font-weight: 600;

    margin: 10px 0

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .h6 span,

.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content h6 span {

    color: #888;

    font-size: 16px;

    font-weight: 600;

    text-decoration: line-through

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group {

    border: 1px dashed var(--black);

    border-radius: 3px;

    margin: 0 auto;

    width: 80px

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group .input-group-text {

    background-color: var(--white);

    border: 0;

    cursor: pointer;

    padding: 7px

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group .input-group-text .svg-color {

    height: 10px;

    width: 10px

}



.general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group input {

    border-left: 1px dashed var(--black);

    border-radius: 0;

    border-right: 1px dashed var(--black);

    color: var(--black) !important;

    padding: 0;

    text-align: center

}



.general-widget .items-slider .swiper .swiper-button-next {

    align-items: center;

    background-color: var(--theme-default);

    border-radius: 50%;

    display: flex;

    height: 20px;

    justify-content: center;

    margin-top: -10px;

    opacity: 0;

    transition: all .5s ease;

    width: 20px;

    z-index: 2

}



.general-widget .items-slider .swiper .swiper-button-next:after {

    color: var(--white);

    font-size: 12px

}



.general-widget .items-slider .swiper .swiper-button-prev {

    align-items: center;

    background-color: var(--theme-default);

    border-radius: 50%;

    display: flex;

    height: 20px;

    justify-content: center;

    margin-top: -10px;

    opacity: 0;

    transition: all .5s ease;

    width: 20px;

    z-index: 2

}



.general-widget .items-slider .swiper .swiper-button-prev:after {

    color: var(--white);

    font-size: 12px

}



.general-widget .items-slider .swiper:hover .swiper-button-next {

    opacity: 1;

    position: absolute;

    right: 2px

}



.general-widget .items-slider .swiper:hover .swiper-button-prev {

    left: 2px;

    opacity: 1;

    position: absolute

}



.general-widget .widget-1 {

    background-image: url(images/widget-bg.png);

    background-size: cover;

    margin-bottom: 25px

}



.general-widget .widget-1 .card-body {

    align-items: flex-end;

    display: flex;

    justify-content: space-between;

    padding: 18px 25px

}



.general-widget .widget-1 .card-body .widget-content {

    align-items: center;

    display: flex;

    gap: 15px

}



@media (max-width:1600px) {

    .general-widget .widget-1 .card-body .widget-content {

        gap: 10px

    }

}



.general-widget .widget-1 .card-body .widget-content .widget-round {

    border-radius: 100%;

    border-style: solid;

    border-width: 1px;

    display: inline-block;

    position: relative

}



.general-widget .widget-1 .card-body .widget-content .widget-round.danger {

    border-color: var(--danger-color)

}



.general-widget .widget-1 .card-body .widget-content .widget-round.danger .svg-fill {

    fill: var(--danger-color)

}



.general-widget .widget-1 .card-body .widget-content .widget-round.danger .svg-fill:not(.half-circle) {

    stroke: var(--danger-color)

}



.general-widget .widget-1 .card-body .widget-content .widget-round.secondary {

    border-color: var(--theme-secondary)

}



.general-widget .widget-1 .card-body .widget-content .widget-round.secondary .svg-fill {

    fill: var(--theme-secondary)

}



.general-widget .widget-1 .card-body .widget-content .widget-round.secondary .svg-fill:not(.half-circle) {

    stroke: var(--theme-secondary)

}



.general-widget .widget-1 .card-body .widget-content .widget-round.primary {

    border-color: var(--theme-default)

}



.general-widget .widget-1 .card-body .widget-content .widget-round.primary .svg-fill {

    fill: var(--theme-default)

}



.general-widget .widget-1 .card-body .widget-content .widget-round.primary .svg-fill:not(.half-circle) {

    stroke: var(--theme-default)

}



.general-widget .widget-1 .card-body .widget-content .widget-round.success {

    border-color: var(--success-color)

}



.general-widget .widget-1 .card-body .widget-content .widget-round.success .svg-fill {

    fill: var(--success-color)

}



.general-widget .widget-1 .card-body .widget-content .widget-round.success .svg-fill:not(.half-circle) {

    stroke: var(--success-color)

}



.general-widget .widget-1 .card-body .widget-content .widget-round .bg-round {

    align-items: center;

    border-radius: 100%;

    box-shadow: 1px 2px 21px -2px rgb(214 214 227 / .83);

    display: flex;

    height: 56px;

    justify-content: center;

    margin: 6px;

    position: relative;

    width: 56px;

    z-index: 1

}



@media (max-width:1600px) {

    .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round {

        height: 40px;

        width: 40px

    }

}



.general-widget .widget-1 .card-body .widget-content .widget-round .bg-round .svg-fill {

    height: 24px;

    width: 24px

}



@media (max-width:1600px) {

    .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round .svg-fill {

        height: 22px;

        width: 22px

    }

}



.general-widget .widget-1 .card-body .widget-content .widget-round .bg-round .half-circle {

    background: var(--white);

    bottom: -8px;

    height: 52px;

    left: -9px;

    position: absolute;

    width: 35px;

    z-index: -1

}



@media (max-width:1600px) {

    .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round .half-circle {

        bottom: -8px;

        height: 40px;

        left: -10px;

        width: 30px

    }

}



.general-widget .widget-1:hover {

    transform: translateY(-5px);

    transition: .5s

}



.general-widget .widget-1:hover .widget-round .svg-fill:not(.half-circle) {

    animation: tada 1.5s ease infinite

}



.general-widget .widget-1 .f-w-500 {

    align-items: center;

    display: flex

}



@media (max-width:1580px) and (min-width:1200px) {

    .general-widget .widget-1 .f-w-500 {

        display: none

    }



    .general-widget .widget-1 .f-light {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.general-widget .widget-1 .h4,

.general-widget .widget-1 h4 {

    margin-bottom: 4px

}



.general-widget .widget-1 .icon-arrow-down.icon-rotate,

.general-widget .widget-1 .icon-arrow-up.icon-rotate {

    display: inline-block;

    transform: rotate(-45deg)

}



@keyframes tada {

    0% {

        transform: scaleX(1)

    }



    10% {

        transform: scale3d(.9, .9, .9) rotate(-3deg)

    }



    20% {

        transform: scale3d(.9, .9, .9) rotate(-3deg)

    }



    30% {

        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)

    }



    50% {

        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)

    }



    70% {

        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)

    }



    90% {

        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)

    }



    40% {

        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)

    }



    60% {

        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)

    }



    80% {

        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)

    }



    to {

        transform: scaleX(1)

    }

}



.general-widget .radial-card .radial-chart {

    position: relative

}



@media (min-width:1200px) and (max-width:1500px) {

    .general-widget .radial-card .radial-chart {

        width: 100%

    }



    .general-widget .radial-card .radial-text {

        display: none

    }

}



.general-widget .radial-card .text-center {

    min-width: 358px

}



@media (max-width:1820px) {

    .general-widget .radial-card .text-center {

        min-width: 290px

    }

}



@media (max-width:1199.98px) {

    .general-widget .radial-card .text-center {

        min-width: 370px

    }

}



@media (max-width:1080px) {

    .general-widget .radial-card .text-center {

        min-width: 300px

    }

}



.general-widget .radial-card .content-label {

    bottom: -20px;

    left: 50%;

    position: absolute;

    text-align: center;

    transform: translate(-50%, -50%)

}



@media (max-width:767px) {

    .general-widget .radial-card .content-label {

        display: none

    }

}



.general-widget .radial-card .content-label p {

    font-size: 14px;

    font-weight: 600

}



.general-widget .radial-card .content-label .h4,

.general-widget .radial-card .content-label h4 {

    color: var(--body-font-color);

    font-size: 20px;

    font-weight: 700

}



.general-widget .radial-card .radial-content {

    align-items: center;

    display: flex;

    height: 100%;

    justify-content: center

}



.general-widget .radial-card .radial-content .h4,

.general-widget .radial-card .radial-content h4 {

    color: var(--body-font-color);

    font-size: 16px;

    font-weight: 600

}



.general-widget .radial-card .radial-content .h3,

.general-widget .radial-card .radial-content h3 {

    color: var(--body-font-color);

    font-size: 20px;

    font-weight: 700

}



.general-widget .radial-card .radial-content hr {

    border-color: #888;

    margin-bottom: 0;

    margin-top: 7px

}



.general-widget .radial-card .radial-content .progress-widget {

    color: var(--theme-default);

    font-size: 20px;

    font-weight: 600;

    margin-top: 30px

}



.general-widget .radial-card .radial-content .progress-widget span {

    color: var(--body-font-color);

    font-size: 20px;

    font-weight: 700

}



.general-widget .radial-card .radial-content .progress-animate {

    background-color: rgb(175 175 175 / .1);

    border-radius: 0;

    height: 7px;

    margin: 0;

    overflow: inherit

}



.general-widget .radial-card .radial-content .progress-animate .progress-gradient-primary {

    background-image: linear-gradient(to right, transparent, var(--theme-default));

    position: relative

}



.general-widget .radial-card .radial-content .btn-primary {

    font-weight: 700 !important;

    margin-top: 40px

}



.general-widget .growth-chart .apexcharts-canvas svg .apexcharts-inner .apexcharts-area-series {

    transform: translate(5px, -40px)

}



.general-widget .default-datepicker .datepicker {

    width: unset

}



.general-widget .default-datepicker .datepicker .datepicker--nav {

    border-bottom: 0;

    color: var(--theme-default);

    font-size: 18px;

    font-weight: 600;

    justify-content: space-evenly;

    padding: 12px;

    text-transform: capitalize

}



@media (max-width:1580px) {

    .general-widget .default-datepicker .datepicker .datepicker--nav {

        font-size: 16px

    }

}



.general-widget .default-datepicker .datepicker .datepicker--nav .datepicker--nav-action path {

    stroke: var(--black)

}



.general-widget .default-datepicker .datepicker .datepicker--nav .datepicker--nav-title {

    background-color: rgb(175 175 175 / .1);

    padding: 8px 15px

}



.general-widget .default-datepicker .datepicker .datepicker--days-names {

    margin: 1px 0

}



.general-widget .default-datepicker .datepicker .datepicker--cell {

    color: var(--body-font-color);

    font-size: 14px;

    font-weight: 700;

    padding: 25px 10px;

    width: 14.285714%

}



@media (max-width:1580px) {

    .general-widget .default-datepicker .datepicker .datepicker--cell {

        font-size: 12px

    }

}



.general-widget .default-datepicker .datepicker .datepicker--cell.-other-month- {

    color: var(--font-color);

    font-weight: 500

}



.general-widget .default-datepicker .datepicker .datepicker--cell.-current- {

    background: var(--theme-default);

    border-radius: 20px;

    box-shadow: 0 4px 27px 0 rgb(175 175 175 / .38);

    color: var(--white)

}



.general-widget .upcoming-class .activity-day {

    margin-top: 19px

}



.general-widget .upcoming-class .activity-day .h6,

.general-widget .upcoming-class .activity-day h6 {

    color: var(--font-color);

    font-size: 12px;

    font-weight: 500;

    text-transform: uppercase

}



.general-widget .upcoming-class ul {

    border: 1px solid var(--light-gray);

    border-radius: 10px;

    margin-top: 7px;

    padding: 15px

}



.general-widget .upcoming-class ul li .flex-shrink-0 .h5,

.general-widget .upcoming-class ul li .flex-shrink-0 h5 {

    color: var(--font-color);

    font-size: 18px;

    font-weight: 600

}



.general-widget .upcoming-class ul li .flex-grow-1 .h6,

.general-widget .upcoming-class ul li .flex-grow-1 h6 {

    color: var(--font-color);

    font-size: 12px;

    font-weight: 600;

    margin-left: 5px

}



@media (max-width:1776px) {



    .general-widget .upcoming-class ul li .flex-grow-1 .h6,

    .general-widget .upcoming-class ul li .flex-grow-1 h6 {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.general-widget .upcoming-class ul li .flex-grow-1 p {

    color: var(--body-font-color);

    font-size: 14px;

    font-weight: 600;

    margin-left: 5px

}



@media (max-width:1776px) {

    .general-widget .upcoming-class ul li .flex-grow-1 p {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 1;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



.general-widget .upcoming-class ul li+li {

    margin-top: 15px

}



.general-widget .upcoming-class ul .circle-dot-primary {

    animation: round 1.3s ease-in-out infinite;

    background-color: rgb(175 175 175 / .25);

    border-radius: 100%;

    color: var(--theme-default);

    font-size: 8px;

    padding: 3px

}



.general-widget .upcoming-class ul .circle-dot-secondary {

    animation: round 1.3s ease-in-out infinite;

    background-color: rgb(243 145 89 / .25);

    border-radius: 100%;

    color: var(--theme-secondary);

    font-size: 8px;

    padding: 3px

}



.general-widget .order-chart>div {

    margin-bottom: -43px;

    margin-top: -25px

}



.general-widget .profit-chart>div {

    margin-bottom: -48px;

    margin-top: -45px

}



.general-widget .small-widget {

    overflow: hidden

}



.general-widget .small-widget .card-body {

    padding: 24px 15px

}



.general-widget .small-widget .card-body.primary .bg-gradient {

    background-image: linear-gradient(144.16deg, rgb(175 175 175 / .1) 19.06%, #fff0 79.03%) !important

}



.general-widget .small-widget .card-body.primary .svg-fill {

    fill: var(--theme-default)

}



.general-widget .small-widget .card-body.primary .svg-fill:not(.half-circle) {

    stroke: var(--theme-default)

}



.general-widget .small-widget .card-body.warning .bg-gradient {

    background-image: linear-gradient(144.16deg, rgb(234 146 0 / .1) 19.06%, #fff0 79.03%) !important

}



.general-widget .small-widget .card-body.warning .svg-fill {

    fill: var(--warning-color)

}



.general-widget .small-widget .card-body.warning .svg-fill:not(.half-circle) {

    stroke: var(--warning-color)

}



.general-widget .small-widget .card-body.secondary .bg-gradient {

    background-image: linear-gradient(144.16deg, rgb(243 145 89 / .1) 19.06%, #fff0 79.03%) !important

}



.general-widget .small-widget .card-body.secondary .svg-fill {

    fill: var(--theme-secondary)

}



.general-widget .small-widget .card-body.secondary .svg-fill:not(.half-circle) {

    stroke: var(--theme-secondary)

}



.general-widget .small-widget .card-body.success .bg-gradient {

    background-image: linear-gradient(144.16deg, rgb(62 185 95 / .1) 19.06%, #fff0 79.03%) !important

}



.general-widget .small-widget .card-body.success .svg-fill {

    fill: var(--success-color)

}



.general-widget .small-widget .card-body.success .svg-fill:not(.half-circle) {

    stroke: var(--success-color)

}



.general-widget .small-widget .h4,

.general-widget .small-widget h4 {

    margin-bottom: -3px

}



.general-widget .small-widget i {

    font-size: 11px;

    font-weight: 700

}



.general-widget .small-widget .bg-gradient {

    align-items: center;

    border-radius: 100px;

    display: flex;

    height: 67px;

    justify-content: center;

    position: absolute;

    right: -12px;

    top: 50%;

    transform: translateY(-50%);

    width: 66px

}



.general-widget .small-widget .bg-gradient svg {

    height: 25px;

    width: 25px

}



.general-widget .small-widget:hover {

    transform: translateY(-5px);

    transition: .5s

}



.general-widget .small-widget:hover .bg-gradient svg {

    animation: tada 1.5s ease infinite

}



.general-widget .widget-charts .widget-1 .card-body {

    padding: 30px 25px

}



@media (max-width:1580px) {

    .general-widget .widget-charts .widget-1 .card-body {

        padding: 17px 25px

    }

}



.general-widget .widget-with-chart .card-body {

    align-items: center

}



@media (min-width:1200px) and (max-width:1399.98px) {

    .general-widget .investment-card {

        padding-bottom: 35px;

        padding-top: 35px !important

    }

}



@media (min-width:1200px) and (max-width:1369px) {

    .general-widget .investment-card {

        padding-bottom: 18px

    }

}



@media (min-width:1200px) and (max-width:1300px) {

    .general-widget .investment-card {

        padding-top: 30px !important;

        padding-top: 24px !important

    }

}



.landing-page .fluid-space {

    padding: 0 calc(88.88889px + 3.7037vw)

}



@media (max-width:1399px) {

    .landing-page .fluid-space {

        padding: 0 80px

    }

}



@media (max-width:575px) {

    .landing-page .fluid-space {

        padding: 0 50px

    }

}



@media (max-width:480px) {

    .landing-page .fluid-space {

        padding: 0 35px

    }

}



.landing-page .section-py-space {

    padding-bottom: 70px;

    padding-top: 70px

}



@media (max-width:1199.98px) {

    .landing-page .section-py-space {

        padding-bottom: 60px;

        padding-top: 60px

    }

}



@media (max-width:991.98px) {

    .landing-page .section-py-space {

        padding-bottom: 50px;

        padding-top: 50px

    }

}



@media (max-width:767.98px) {

    .landing-page .section-py-space {

        padding-bottom: 40px;

        padding-top: 40px

    }

}



.landing-page .title-style {

    position: relative

}



.landing-page .title-style .main-title {

    color: var(--theme-default);

    font-family: Caveat, cursive;

    font-size: calc(12.14815px + .61728vw);

    font-weight: 700;

    line-height: .8;

    text-align: center

}



.landing-page .title-style .main-title:before {

    background-color: var(--theme-secondary);

    border-radius: 10px;

    bottom: 0;

    content: "";

    height: 5px;

    left: 50%;

    margin-left: -30px;

    position: absolute;

    width: 51px

}



.landing-page .title-style .main-title .description-title {

    color: var(--body-font-color);

    display: block;

    font-family: Nunito Sans, sans-serif;

    font-size: calc(21.03704px + .98765vw);

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 38px;

    padding-bottom: 10px;

    text-transform: capitalize

}



.landing-page .landing-header {

    background-color: #fff0;

    left: 0;

    padding: 10px 120px;

    position: fixed;

    top: 0;

    transition: all .5s ease-in-out;

    width: 100%;

    z-index: 10

}



@media (max-width:1700px) {

    .landing-page .landing-header {

        padding: 10px 40px

    }

}



@media (max-width:1500px) {

    .landing-page .landing-header {

        padding: 10px 0

    }

}



@media (max-width:767px) {

    .landing-page .landing-header {

        background-color: var(--theme-default);

        position: relative

    }

}



@media (max-width:360px) {

    .landing-page .landing-header {

        padding: 6px 8px

    }

}



@media (max-width:480px) {

    .landing-page .landing-header .fluid-space {

        padding: 0 20px

    }

}



@media (max-width:767px) {

    .landing-page .landing-header .navbar-brand {

        padding: 0

    }

}



@media (max-width:380px) {

    .landing-page .landing-header .navbar-brand img {

        width: 90px

    }

}



.landing-page .landing-header.sticky {

    background-color: var(--landing-footer-bg);

    transition: all .5s ease-in-out

}



@media (max-width:991px) {

    .landing-page .landing-header ul.landing-menu {

        background-color: #fff;

        display: block;

        height: 100vh;

        position: fixed;

        right: -320px;

        top: 0;

        transition: all .5s ease;

        width: 300px

    }

}



.landing-page .landing-header ul.landing-menu.open {

    right: 0

}



.landing-page .landing-header ul.landing-menu li.nav-item.menu-back {

    border-bottom: 1px solid var(--border-color);

    cursor: pointer;

    display: none;

    font-size: calc(13.62963px + .12346vw);

    font-weight: 700;

    margin-bottom: 15px;

    padding: 22px 20px;

    text-align: right;

    text-transform: uppercase

}



@media (max-width:991px) {

    .landing-page .landing-header ul.landing-menu li.nav-item.menu-back {

        display: block

    }

}



.landing-page .landing-header ul.landing-menu li.nav-item.menu-back i {

    font-size: calc(13.62963px + .12346vw);

    margin-left: 10px

}



.landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {

    color: #fff;

    font-size: calc(12.88889px + .37037vw);

    font-weight: 500;

    padding: 0 16px;

    text-transform: capitalize

}



@media (max-width:1199px) {

    .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {

        padding: 0 8px

    }

}



@media (max-width:991px) {

    .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {

        color: var(--body-font-color);

        padding: 10px 20px

    }

}



.landing-page .landing-header ul.landing-menu li.nav-item:hover .nav-link {

    color: var(--theme-secondary)

}



.landing-page .landing-header .buy-block {

    align-items: center;

    display: flex

}



.landing-page .landing-header .buy-block .btn-header {

    align-items: center;

    border-radius: 10px;

    box-shadow: 0 1.922px 1.537px 0 rgb(175 175 175 / .03), 0 4.618px 3.694px 0 rgb(175 175 175 / .05), 0 8.695px 6.956px 0 rgb(175 175 175 / .06), 0 29.012px 23.21px 0 rgb(175 175 175 / .09);

    display: flex;

    font-weight: 600;

    line-height: 1;

    padding: 12px 38px;

    width: -moz-fit-content;

    width: fit-content

}



@media (max-width:767px) {

    .landing-page .landing-header .buy-block .btn-header {

        background-color: var(--theme-secondary) !important;

        box-shadow: 0 1.922px 1.537px 0 rgb(243 145 89 / .03), 0 4.618px 3.694px 0 rgb(243 145 89 / .05), 0 8.695px 6.956px 0 rgb(243 145 89 / .06), 0 29.012px 23.21px 0 rgb(243 145 89 / .09) !important

    }

}



@media (max-width:991px) {

    .landing-page .landing-header .buy-block .btn-header {

        padding: 10px 25px

    }

}



@media (max-width:1199px) {

    .landing-page .landing-header .buy-block .btn-header {

        padding: 10px 20px

    }

}



.landing-page .landing-header .buy-block .toggle-menu {

    cursor: pointer;

    display: none;

    margin-left: 20px

}



@media (max-width:991px) {

    .landing-page .landing-header .buy-block .toggle-menu {

        display: block

    }

}



@media (max-width:480px) {

    .landing-page .landing-header .buy-block .toggle-menu {

        margin-left: 10px

    }

}



.landing-page .landing-header .buy-block .toggle-menu i {

    color: #fff;

    font-size: 24px

}



.landing-page .landing-home {

    background-image: url(images/landing-bg.png);

    background-position: 50%;

    background-size: cover;

    height: 1055px;

    min-height: 100vh;

    overflow: hidden;

    position: relative

}



@media only screen and (max-width:1670px) {

    .landing-page .landing-home {

        height: 1000px

    }

}



@media only screen and (max-width:1400px) {

    .landing-page .landing-home {

        height: 940px

    }

}



@media only screen and (max-width:1366px) {

    .landing-page .landing-home {

        height: 920px

    }

}



@media (max-width:1110px) {

    .landing-page .landing-home {

        height: 790px

    }

}



@media (max-width:950px) {

    .landing-page .landing-home {

        height: 715px;

        min-height: 500px

    }

}



@media (max-width:830px) {

    .landing-page .landing-home {

        height: 650px

    }

}



@media only screen and (max-width:767px) {

    .landing-page .landing-home {

        height: 560px

    }

}



@media (max-width:575px) {

    .landing-page .landing-home {

        height: 300px;

        min-height: 100px

    }

}



.landing-page .landing-home .bottom-img-1 {

    background-image: url(images/bg-footer.png);

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: cover;

    bottom: -55px;

    content: "";

    height: 25%;

    left: 0;

    position: absolute;

    right: 0;

    width: 100%;

    z-index: 3

}



@media (max-width:575px) {

    .landing-page .landing-home .bottom-img-1 {

        bottom: -6px

    }

}



.landing-page .landing-home .bottom-img-2 {

    background-image: url(images/bg-footer-2.png);

    background-position: top;

    background-repeat: no-repeat;

    background-size: cover;

    bottom: 145px;

    height: 11%;

    left: 0;

    position: absolute;

    width: 100%;

    z-index: 2

}



@media only screen and (max-width:1470px) {

    .landing-page .landing-home .bottom-img-2 {

        bottom: 125px

    }

}



@media (max-width:1110px) {

    .landing-page .landing-home .bottom-img-2 {

        bottom: 90px

    }

}



@media (max-width:830px) {

    .landing-page .landing-home .bottom-img-2 {

        bottom: 62px

    }

}



@media (max-width:575px) {

    .landing-page .landing-home .bottom-img-2 {

        display: none

    }

}



.landing-page .landing-home .landing-center {

    padding: 70px 0 0;

    text-align: center

}



@media (max-width:767px) {

    .landing-page .landing-home .landing-center {

        padding: 40px 0 0

    }

}



.landing-page .landing-home .landing-center .main-content-home {

    padding: 40px 0 20px

}



@media (max-width:1199.98px) {

    .landing-page .landing-home .landing-center .main-content-home {

        padding: 20px 0 0

    }

}



.landing-page .landing-home .landing-center .main-buttons {

    display: flex;

    gap: 15px;

    justify-content: center;

    padding: 26px 0 0

}



@media (max-width:575px) {

    .landing-page .landing-home .landing-center .main-buttons {

        padding: 15px 0 0

    }

}



.landing-page .landing-home .landing-center .main-buttons .btn-primary {

    border-radius: 10px;

    box-shadow: 0 1.922px 1.537px 0 rgb(175 175 175 / .03), 0 4.618px 3.694px 0 rgb(175 175 175 / .05), 0 8.695px 6.956px 0 rgb(175 175 175 / .06), 0 29.012px 23.21px 0 rgb(175 175 175 / .09);

    padding: 10px 30px;

    transition: all .5s ease

}



@media (max-width:575px) {

    .landing-page .landing-home .landing-center .main-buttons .btn-primary {

        padding: 5px 10px

    }

}



.landing-page .landing-home .landing-center .main-buttons .btn-secondary {

    border-radius: 10px;

    box-shadow: 0 1.922px 1.537px 0 rgb(243 145 89 / .03), 0 4.618px 3.694px 0 rgb(243 145 89 / .05), 0 8.695px 6.956px 0 rgb(243 145 89 / .06), 0 29.012px 23.21px 0 rgb(243 145 89 / .09);

    padding: 10px 30px;

    transition: all .5s ease

}



@media (max-width:575px) {

    .landing-page .landing-home .landing-center .main-buttons .btn-secondary {

        padding: 5px 10px

    }

}



.landing-page .landing-home .landing-center .title-content {

    margin: 0 auto;

    width: 80%

}



@media (max-width:1200px) {

    .landing-page .landing-home .landing-center .title-content {

        width: 90%

    }

}



@media (max-width:991px) {

    .landing-page .landing-home .landing-center .title-content {

        width: 105%

    }

}



@media (max-width:767px) {

    .landing-page .landing-home .landing-center .title-content {

        width: 100%

    }

}



.landing-page .landing-home .landing-center .title-content .h1,

.landing-page .landing-home .landing-center .title-content h1 {

    color: #fff;

    font-size: calc(17.8px + 1.3125vw);

    font-weight: 700;

    line-height: .8;

    margin-top: 40px;

    position: relative;

    text-transform: uppercase

}



@media (max-width:767px) {



    .landing-page .landing-home .landing-center .title-content .h1,

    .landing-page .landing-home .landing-center .title-content h1 {

        line-height: 1.3;

        margin-top: 0

    }

}



.landing-page .landing-home .landing-center .title-content .h1 span,

.landing-page .landing-home .landing-center .title-content h1 span {

    background: linear-gradient(91deg, var(--theme-default) -65.48%, var(--theme-secondary) 54.88%, var(--warning-color) 67.95%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: #fff0;

    position: relative

}



.landing-page .landing-home .landing-center .title-content .h1 span:after,

.landing-page .landing-home .landing-center .title-content h1 span:after {

    background-image: url(images/Vector.png);

    background-repeat: no-repeat;

    background-size: contain;

    bottom: -8px;

    content: "";

    height: 6px;

    left: 50%;

    position: absolute;

    transform: translateX(-50%);

    width: 100%

}



.landing-page .landing-home .landing-center .title-content p {

    color: #fff;

    font-size: calc(13px + .3125vw);

    font-weight: 400;

    line-height: 1.3;

    margin: auto;

    opacity: .8;

    padding-top: 22px;

    text-align: center;

    width: 57%

}



@media (max-width:767px) {

    .landing-page .landing-home .landing-center .title-content p {

        padding-top: 3px;

        width: 100%

    }

}



.landing-page .landing-home .landing-center .container-fluid .landing_first_section_img,

.landing-page .landing-home .landing-center .container-lg .landing_first_section_img,

.landing-page .landing-home .landing-center .container-md .landing_first_section_img,

.landing-page .landing-home .landing-center .container-sm .landing_first_section_img,

.landing-page .landing-home .landing-center .container-xl .landing_first_section_img,

.landing-page .landing-home .landing-center .container-xxl .landing_first_section_img {

    align-items: center;

    display: flex;

    left: 0;

    margin: 20px auto 0;

    position: relative;

    right: 0;

    text-align: center;

    width: 100%

}



@media (max-width:575px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img {

        display: none

    }

}



.landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1,

.landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1,

.landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1,

.landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1,

.landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1,

.landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {

    left: -110px;

    position: absolute;

    top: 165px;

    transition: all .3s ease-in;

    width: 600px

}



@media (max-width:1800px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {

        left: -160px

    }

}



@media (max-width:1640px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {

        left: -80px

    }

}



@media (max-width:1670px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {

        left: -30px

    }

}



@media (max-width:1200px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {

        left: -146px

    }

}



@media (max-width:991px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {

        left: -235px

    }

}



@media (max-width:950px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {

        left: -195px;

        top: 94px

    }

}



@media (max-width:860px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {

        left: -160px

    }

}



@media (max-width:830px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {

        left: -147px

    }

}



@media (max-width:767px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {

        left: -185px

    }

}



.landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1 img,

.landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1 img,

.landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1 img,

.landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1 img,

.landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1 img,

.landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 img {

    border: 4px solid var(--primary-color);

    border-radius: 10px

}



@media (max-width:1600px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 img {

        width: 95%

    }

}



@media (max-width:1400px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 img {

        width: 80%

    }

}



@media (max-width:1110px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 img {

        width: 60%

    }

}



@media (max-width:830px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 img {

        width: 50%

    }

}



@media (max-width:767px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1 img,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 img {

        width: 40%

    }

}



.landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2,

.landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2,

.landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2,

.landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2,

.landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2,

.landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {

    position: absolute;

    right: -110px;

    top: 165px;

    transition: all .3s ease-in;

    width: 600px

}



@media (max-width:1800px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {

        right: -160px

    }

}



@media (max-width:1640px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {

        right: -80px

    }

}



@media (max-width:1670px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {

        right: -30px

    }

}



@media (max-width:1200px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {

        right: -146px

    }

}



@media (max-width:991px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {

        right: -235px

    }

}



@media (max-width:950px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {

        right: -195px;

        top: 94px

    }

}



@media (max-width:860px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {

        right: -160px

    }

}



@media (max-width:830px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {

        right: -147px

    }

}



@media (max-width:767px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {

        right: -185px

    }

}



.landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2 img,

.landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2 img,

.landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2 img,

.landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2 img,

.landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2 img,

.landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 img {

    border: 4px solid var(--primary-color);

    border-radius: 10px

}



@media (max-width:1600px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 img {

        width: 95%

    }

}



@media (max-width:1400px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 img {

        width: 80%

    }

}



@media (max-width:1110px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 img {

        width: 60%

    }

}



@media (max-width:830px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 img {

        width: 50%

    }

}



@media (max-width:767px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2 img,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 img {

        width: 40%

    }

}



.landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3,

.landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3,

.landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3,

.landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3,

.landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3,

.landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {

    left: 0;

    margin: 0 auto;

    position: absolute;

    right: 0;

    top: 60px;

    width: 600px;

    z-index: 0

}



@media (max-width:1140px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {

        width: 550px

    }

}



@media (max-width:1110px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {

        width: 470px

    }

}



@media (max-width:950px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {

        width: 410px

    }

}



@media (max-width:860px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {

        width: 350px

    }

}



@media (max-width:830px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {

        width: 330px

    }

}



@media (max-width:767px) {



    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3,

    .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {

        width: 260px

    }

}



.landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3 img,

.landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3 img,

.landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3 img,

.landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3 img,

.landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3 img,

.landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 img {

    border: 4px solid var(--primary-color);

    border-radius: 10px

}



.landing-page .landing-home .tap-down {

    animation: up-down 4s infinite;

    bottom: 120px;

    color: var(--theme-default);

    cursor: pointer;

    left: 0;

    margin: 0 auto;

    position: absolute;

    right: 0;

    text-align: center;

    z-index: 3

}



@media (max-width:1110px) {

    .landing-page .landing-home .tap-down {

        bottom: 85px

    }

}



@media (max-width:830px) {

    .landing-page .landing-home .tap-down {

        bottom: 55px

    }

}



@media (max-width:767px) {

    .landing-page .landing-home .tap-down {

        bottom: 30px

    }

}



.landing-page .landing-home .tap-down i {

    border: 2px solid var(--theme-default);

    border-radius: 30px;

    font-size: calc(14.33333px + .55556vw);

    padding: 5px 30px

}



@media (max-width:1110px) {

    .landing-page .landing-home .tap-down i {

        padding: 5px 20px

    }

}



.landing-page .landing-home .round-tringle {

    height: 100%;

    width: auto

}



@media (max-width:800px) {

    .landing-page .landing-home .round-tringle {

        display: none

    }

}



.landing-page .landing-home .round-tringle .bg_circle3 {

    animation: up-down 4s infinite;

    left: 22%;

    position: absolute;

    top: calc(29% - 16px)

}



@media (max-width:1690px) {

    .landing-page .landing-home .round-tringle .bg_circle3 {

        left: 16%;

        top: calc(36% - 16px)

    }

}



@media (max-width:1350px) {

    .landing-page .landing-home .round-tringle .bg_circle3 {

        left: 14%

    }

}



@media (max-width:900px) {

    .landing-page .landing-home .round-tringle .bg_circle3 {

        top: calc(40% - 16px)

    }

}



.landing-page .landing-home .round-tringle .bg_circle3 img {

    width: 130px

}



@media (max-width:1350px) {

    .landing-page .landing-home .round-tringle .bg_circle3 img {

        width: 100px

    }

}



.landing-page .landing-home .round-tringle .bg_circle3 .h4,

.landing-page .landing-home .round-tringle .bg_circle3 h4 {

    color: var(--theme-secondary);

    font-family: Caveat, cursive;

    font-size: calc(15.77778px + .74074vw);

    font-weight: 700;

    left: 24px;

    position: absolute;

    text-align: center;

    top: 35px;

    transform: rotate(-27.285deg)

}



.landing-page .landing-home .round-tringle .bg_circle4 {

    animation: move1 8s linear 0s infinite normal none running;

    animation-direction: alternate;

    left: 73%;

    position: absolute;

    right: 0;

    top: 36%

}



@media (max-width:1110px) {

    .landing-page .landing-home .round-tringle .bg_circle4 {

        left: 85%

    }

}



.landing-page .landing-home .round-tringle .bg_circle5 {

    animation: myOrbit 9s linear infinite;

    bottom: 24%;

    left: 2%;

    position: absolute

}



.landing-page .landing-home .round-tringle .bg_circle6 {

    animation: myOrbit 9s linear infinite;

    left: 84%;

    position: absolute;

    right: 0;

    top: 22%

}



.landing-page .landing-home .round-tringle .bg_circle7 {

    animation: myOrbit 9s linear infinite;

    bottom: 47%;

    position: absolute;

    right: 2%

}



.landing-page .landing-home .round-tringle .bg_circle2 {

    animation: up-down 4s infinite;

    left: 8%;

    position: absolute;

    top: 19%

}



.landing-page .landing-home .round-tringle .bg_circle1 {

    animation: move1 8s linear 0s infinite normal none running;

    left: 13%;

    position: absolute;

    top: 37%

}



.landing-page .landing-page-design {

    background-color: #fff

}



.landing-page .landing-page-design .layout-box {

    background-color: rgb(175 175 175 / .06);

    border-radius: 10px;

    padding: 0 21px 20px

}



.landing-page .landing-page-design .layout-box .layout-name {

    align-items: center;

    display: flex;

    justify-content: space-between;

    padding: 18px 0

}



.landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group {

    align-items: center;

    display: flex;

    gap: 5px;

    justify-content: center

}



.landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group li {

    border-radius: 100%;

    height: 10px;

    opacity: .5;

    width: 10px

}



.landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group li:first-child {

    background-color: var(--theme-default)

}



.landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group li:nth-child(2) {

    background-color: var(--theme-secondary)

}



.landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group li:last-child {

    background-color: var(--warning-color)

}



.landing-page .landing-page-design .layout-box .layout-name a {

    color: var(--theme-default);

    display: -webkit-box !important;

    font-size: calc(13.44444px + .18519vw);

    font-weight: 700;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    white-space: normal

}



.landing-page .landing-page-design .layout-box .img-wrraper {

    background-color: var(--white);

    overflow: hidden;

    position: relative;

    transition: all .5s ease

}



.landing-page .landing-page-design .layout-box .img-wrraper img {

    border: 5px solid #fff0;

    border-image-slice: 1;

    border-image-source: linear-gradient(45deg, rgb(175 175 175 / .2) 20.35%, rgb(243 145 89 / .2) 50%, rgb(2 162 185 / .2));

    padding: 6px;

    transition: all .5s ease;

    width: 100%

}



.landing-page .landing-page-design .layout-box:hover .img-wrraper {

    transform: scale(1.02)

}



.landing-page .framework-section {

    background-color: rgb(175 175 175 / .06);

    overflow: hidden;

    scroll-behavior: smooth

}



.landing-page .framework-section .framworks .framework-list {

    display: flex;

    flex-wrap: wrap;

    gap: 32px;

    justify-content: center

}



@media (max-width:1200px) {

    .landing-page .framework-section .framworks .framework-list {

        gap: 16px

    }

}



@media (max-width:767px) {

    .landing-page .framework-section .framworks .framework-list {

        gap: 20px

    }

}



.landing-page .framework-section .framworks .framework-list li {

    align-items: center;

    display: flex;

    flex-direction: column;

    min-width: 136px

}



@media (max-width:1260px) {

    .landing-page .framework-section .framworks .framework-list li {

        min-width: 120px

    }

}



@media (max-width:767px) {

    .landing-page .framework-section .framworks .framework-list li {

        min-width: 100px

    }

}



.landing-page .framework-section .framworks .framework-list li .framework-bg {

    align-items: center;

    background-image: url(images/polygon-1.png);

    background-repeat: no-repeat;

    background-size: cover;

    display: flex;

    height: 145px;

    justify-content: center;

    transition: all .5s ease;

    width: 100%

}



@media (max-width:1260px) {

    .landing-page .framework-section .framworks .framework-list li .framework-bg {

        height: 106px;

        width: 83%

    }

}



@media (max-width:767px) {

    .landing-page .framework-section .framworks .framework-list li .framework-bg {

        height: 77px;

        width: 72%

    }

}



.landing-page .framework-section .framworks .framework-list li .framework-bg:hover {

    background-image: url(images/polygon-2.png);

    filter: drop-shadow(0 9.344px 9.344px rgb(175 175 175 / .2))

}



.landing-page .framework-section .framworks .framework-list li .framework-bg:hover img {

    animation: tada 1s ease infinite

}



.landing-page .framework-section .framworks .framework-list li .framework-bg img {

    transition: all .5s ease;

    width: 45px

}



@media (max-width:1260px) {

    .landing-page .framework-section .framworks .framework-list li .framework-bg img {

        width: 38%

    }

}



.landing-page .framework-section .framworks .framework-list li .h4,

.landing-page .framework-section .framworks .framework-list li h4 {

    font-size: calc(13.2px + .25vw);

    font-weight: 600;

    margin-top: 10px;

    text-align: center

}



.landing-page .application-section {

    background-color: #fff

}



.landing-page .application-section .application .application-block {

    justify-content: center;

    padding: 0 28px

}



@media (max-width:1200px) {

    .landing-page .application-section .application .application-block {

        padding: 0 5px

    }

}



.landing-page .application-section .application .application-block .layout-box {

    background-image: linear-gradient(45deg, rgb(175 175 175 / .12) 20.35%, rgb(243 145 89 / .1) 50%, rgb(2 162 185 / .12));

    border-radius: 10px 10px 0 0;

    box-shadow: 0 9.375px 20.833px 0 rgb(46 35 94 / .07);

    padding: 0 21px

}



.landing-page .application-section .application .application-block .layout-box .layout-name {

    align-items: center;

    display: flex;

    justify-content: space-between;

    padding: 18px 0

}



.landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group {

    align-items: center;

    display: flex;

    gap: 5px;

    justify-content: center

}



.landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group li {

    border-radius: 100%;

    height: 10px;

    opacity: .5;

    width: 10px

}



.landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group li:first-child {

    background-color: var(--theme-default)

}



.landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group li:nth-child(2) {

    background-color: var(--theme-secondary)

}



.landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group li:last-child {

    background-color: var(--warning-color)

}



.landing-page .application-section .application .application-block .layout-box .layout-name a {

    color: var(--theme-default);

    display: -webkit-box !important;

    font-size: calc(13.44444px + .18519vw);

    font-weight: 700;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    white-space: normal

}



.landing-page .application-section .application .application-block .layout-box .img-wrraper {

    background-color: var(--white);

    border-radius: 10px 10px 0 0;

    box-shadow: 0 9px 20px rgb(175 175 175 / .07);

    overflow: hidden;

    position: relative;

    transition: all .5s ease

}



.landing-page .application-section .application .application-block .layout-box .img-wrraper img {

    padding: 6px;

    transition: all .5s ease;

    width: 100%

}



.landing-page .application-section .application .application-block .layout-box:hover {

    background-image: linear-gradient(45deg, rgb(2 162 185 / .12) 20.35%, rgb(175 175 175 / .1) 50%, rgb(243 145 89 / .12))

}



.landing-page .application-section .application .application-block .layout-box:hover .img-wrraper img {

    transform: scale(1.02)

}



.landing-page .features-section {

    background-color: rgb(175 175 175 / .06);

    overflow: hidden;

    scroll-behavior: smooth

}



.landing-page .features-section .feature-content .feature-box {

    align-items: start;

    background: #fff;

    border: 2px solid #fff;

    border-radius: 10px;

    box-shadow: 0 9px 20px rgb(46 35 94 / .07);

    display: flex;

    flex-direction: column;

    justify-content: start;

    padding: 16px 22px;

    position: relative;

    transition: all .5s

}



@media (max-width:1500px) {

    .landing-page .features-section .feature-content .feature-box {

        padding: 20px 15px

    }

}



.landing-page .features-section .feature-content .feature-box .feature-icon {

    align-items: center;

    border-radius: 17px;

    box-shadow: 5px 7px 4px 0 rgb(0 0 0 / .2);

    display: flex;

    height: 50px;

    justify-content: center;

    position: absolute;

    right: 22px;

    top: -20px;

    width: 50px

}



@media (max-width:1600px) {

    .landing-page .features-section .feature-content .feature-box .feature-icon {

        height: 45px;

        width: 45px

    }

}



@media (max-width:767px) {

    .landing-page .features-section .feature-content .feature-box .feature-icon {

        right: 10px;

        top: -26px

    }

}



@media (max-width:600px) {

    .landing-page .features-section .feature-content .feature-box .feature-icon {

        top: -21px

    }

}



.landing-page .features-section .feature-content .feature-box .feature-icon div {

    align-items: center;

    background-color: rgb(175 175 175 / .2);

    border-radius: 17px;

    display: flex;

    height: 45px;

    justify-content: center;

    width: 45px

}



@media (max-width:1600px) {

    .landing-page .features-section .feature-content .feature-box .feature-icon div {

        height: 40px;

        width: 40px

    }

}



.landing-page .features-section .feature-content .feature-box .feature-icon div img {

    transition: all .3s ease

}



.landing-page .features-section .feature-content .feature-box .h5,

.landing-page .features-section .feature-content .feature-box h5 {

    color: var(--body-font-color);

    font-family: Nunito Sans, sans-serif;

    font-size: calc(13.25926px + .24691vw);

    font-weight: 500;

    padding-bottom: 11px;

    text-transform: capitalize

}



.landing-page .features-section .feature-content .feature-box p {

    color: var(--font-color);

    font-family: Nunito Sans, sans-serif;

    font-size: calc(13.62963px + .12346vw);

    font-weight: 400

}



@media (max-width:1825px) {

    .landing-page .features-section .feature-content .feature-box p {

        display: -webkit-box !important;

        overflow: hidden;

        text-overflow: ellipsis;

        -webkit-line-clamp: 3;

        -webkit-box-orient: vertical;

        white-space: normal

    }

}



@media (min-width:767px) and (max-width:991px) {

    .landing-page .features-section .feature-content .feature-box p {

        -webkit-line-clamp: 2

    }

}



.landing-page .features-section .feature-content .feature-box:hover {

    background-color: var(--theme-default);

    transform: scale(1.05);

    transition: all .5s

}



.landing-page .features-section .feature-content .feature-box:hover .feature-icon div img {

    animation: swing 2s ease infinite;

    transform: scale(.7)

}



.landing-page .features-section .feature-content .feature-box:hover .h5,

.landing-page .features-section .feature-content .feature-box:hover h5,

.landing-page .features-section .feature-content .feature-box:hover p {

    color: #fff

}



.landing-page .support-section {

    background-color: #fff

}



.landing-page .support-section .support-title {

    position: absolute;

    right: 53%;

    transform: translate(36%)

}



@media (max-width:1300px) {

    .landing-page .support-section .support-title {

        right: 52%

    }

}



@media (max-width:1250px) {

    .landing-page .support-section .support-title {

        right: 51%

    }

}



@media (max-width:1200px) {

    .landing-page .support-section .support-title {

        right: 46%;

        transform: translate(21%)

    }

}



@media (max-width:1022px) {

    .landing-page .support-section .support-title {

        right: 44%

    }

}



@media (max-width:991px) {

    .landing-page .support-section .support-title {

        left: 0;

        margin: 0 auto;

        right: 0;

        transform: unset

    }

}



@media (max-width:600px) {

    .landing-page .support-section .support-title {

        width: 400px

    }

}



@media (max-width:440px) {

    .landing-page .support-section .support-title {

        width: 300px

    }

}



.landing-page .support-section .support-title .h2,

.landing-page .support-section .support-title h2 {

    color: var(--body-font-color);

    font-family: Nunito Sans, sans-serif;

    font-size: calc(11.77778px + .74074vw);

    font-weight: 700;

    line-height: .8;

    text-transform: capitalize

}



@media (max-width:991px) {



    .landing-page .support-section .support-title .h2,

    .landing-page .support-section .support-title h2 {

        text-align: center !important

    }

}



.landing-page .support-section .support-title p {

    color: var(--font-color);

    font-family: Nunito Sans, sans-serif;

    font-size: calc(10.88889px + .37037vw);

    font-weight: 500;

    margin-bottom: 8px

}



@media (max-width:991px) {

    .landing-page .support-section .support-title p {

        line-height: 1.2;

        text-align: center !important

    }

}



.landing-page .support-section .support-title .text-end .support-button {

    padding-left: 30px;

    padding-right: 30px

}



@media (max-width:991px) {

    .landing-page .support-section .support-title .text-end {

        line-height: 1.2;

        text-align: center !important

    }

}



.landing-page .support-section .pricing-section .support-img {

    align-items: center;

    display: flex;

    justify-content: center;

    position: relative

}



.landing-page .support-section .pricing-section .support-img img {

    animation: up-down 4s infinite;

    width: 880px

}



@media (max-width:1600px) {

    .landing-page .support-section .pricing-section .support-img img {

        width: 870px

    }

}



@media (max-width:1500px) {

    .landing-page .support-section .pricing-section .support-img img {

        animation: unset;

        width: 830px

    }

}



@media (max-width:1200px) {

    .landing-page .support-section .pricing-section .support-img img {

        margin-top: 20px;

        width: 700px

    }

}



@media (max-width:991px) {

    .landing-page .support-section .pricing-section .support-img img {

        margin-top: 105px;

        width: 500px

    }

}



@media (max-width:767px) {

    .landing-page .support-section .pricing-section .support-img img {

        margin-top: 50px;

        width: 400px

    }

}



@media (max-width:600px) {

    .landing-page .support-section .pricing-section .support-img img {

        margin-top: 80px;

        width: 370px

    }

}



@media (max-width:500px) {

    .landing-page .support-section .pricing-section .support-img img {

        margin-top: 112px;

        width: 290px

    }

}



@media (max-width:360px) {

    .landing-page .support-section .pricing-section .support-img img {

        width: 250px

    }

}



.landing-page .support-section .pricing-section .support-img .h4,

.landing-page .support-section .pricing-section .support-img h4 {

    bottom: 33%;

    font-size: calc(13.92593px + 1.35802vw);

    font-weight: 700;

    position: absolute;

    right: -30px;

    transform: rotate(270deg)

}



@media (max-width:1300px) {



    .landing-page .support-section .pricing-section .support-img .h4,

    .landing-page .support-section .pricing-section .support-img h4 {

        right: -20px

    }

}



@media (max-width:991px) {



    .landing-page .support-section .pricing-section .support-img .h4,

    .landing-page .support-section .pricing-section .support-img h4 {

        right: -40px

    }

}



@media (max-width:767px) {



    .landing-page .support-section .pricing-section .support-img .h4,

    .landing-page .support-section .pricing-section .support-img h4 {

        right: -62px

    }

}



@media (max-width:600px) {



    .landing-page .support-section .pricing-section .support-img .h4,

    .landing-page .support-section .pricing-section .support-img h4 {

        right: -45px

    }

}



@media (max-width:575px) {



    .landing-page .support-section .pricing-section .support-img .h4,

    .landing-page .support-section .pricing-section .support-img h4 {

        right: -30px

    }

}



@media (max-width:440px) {



    .landing-page .support-section .pricing-section .support-img .h4,

    .landing-page .support-section .pricing-section .support-img h4 {

        display: none

    }

}



.landing-page .support-section .pricing-section .support-img .h3,

.landing-page .support-section .pricing-section .support-img h3 {

    color: var(--theme-default);

    font-family: Caveat, cursive;

    font-size: calc(13.37037px + 1.54321vw);

    font-weight: 700;

    left: 3%;

    position: absolute;

    text-align: center;

    top: 31%;

    transform: translate(10%)

}



@media (max-width:1300px) {



    .landing-page .support-section .pricing-section .support-img .h3,

    .landing-page .support-section .pricing-section .support-img h3 {

        left: 4%

    }

}



@media (max-width:1200px) {



    .landing-page .support-section .pricing-section .support-img .h3,

    .landing-page .support-section .pricing-section .support-img h3 {

        top: 35%

    }

}



@media (max-width:991px) {



    .landing-page .support-section .pricing-section .support-img .h3,

    .landing-page .support-section .pricing-section .support-img h3 {

        left: 2%;

        top: 46%

    }

}



@media (max-width:767px) {



    .landing-page .support-section .pricing-section .support-img .h3,

    .landing-page .support-section .pricing-section .support-img h3 {

        left: -3%;

        top: 36%

    }

}



@media (max-width:600px) {



    .landing-page .support-section .pricing-section .support-img .h3,

    .landing-page .support-section .pricing-section .support-img h3 {

        left: 0;

        top: 45%

    }

}



@media (max-width:575px) {



    .landing-page .support-section .pricing-section .support-img .h3,

    .landing-page .support-section .pricing-section .support-img h3 {

        left: 3%

    }

}



@media (max-width:530px) {



    .landing-page .support-section .pricing-section .support-img .h3,

    .landing-page .support-section .pricing-section .support-img h3 {

        display: none

    }

}



.landing-page .support-section .marquee {

    height: 93px;

    overflow: hidden;

    position: relative;

    -webkit-text-stroke: 1px var(--theme-default);

    -webkit-text-fill-color: #fff0;

    color: var(--theme-default);

    font-family: Roboto, sans-serif;

    font-size: 120px;

    font-weight: 700;

    text-transform: uppercase

}



@media (max-width:1500px) {

    .landing-page .support-section .marquee {

        height: 89px

    }

}



@media (max-width:1150px) {

    .landing-page .support-section .marquee {

        font-size: 90px;

        height: 70px

    }

}



@media (max-width:575px) {

    .landing-page .support-section .marquee {

        font-size: 67px;

        height: 50px

    }

}



@media (max-width:380px) {

    .landing-page .support-section .marquee {

        font-size: 50px;

        height: 40px

    }

}



.landing-page .support-section .marquee .marquee-name {

    animation: marquee 12s linear infinite;

    display: block;

    margin-top: -45px;

    overflow: hidden;

    position: absolute;

    width: 200%

}



@media (max-width:1340px) {

    .landing-page .support-section .marquee .marquee-name {

        width: 270%

    }

}



@media (max-width:1150px) {

    .landing-page .support-section .marquee .marquee-name {

        margin-top: -32px

    }

}



@media (max-width:992px) {

    .landing-page .support-section .marquee .marquee-name {

        width: 330%

    }

}



@media (max-width:800px) {

    .landing-page .support-section .marquee .marquee-name {

        width: 400%

    }

}



@media (max-width:575px) {

    .landing-page .support-section .marquee .marquee-name {

        margin-top: -24px

    }

}



@media (max-width:380px) {

    .landing-page .support-section .marquee .marquee-name {

        margin-top: -18px

    }

}



.landing-page .support-section .marquee .marquee-name .big-title {

    float: left;

    width: 55%

}



.landing-page .landing-footer {

    background: var(--landing-footer-bg);

    background-position: 100% 100%;

    background-repeat: no-repeat;

    background-size: cover;

    overflow: hidden;

    padding: 60px 0;

    position: relative

}



@media (max-width:575px) {

    .landing-page .landing-footer {

        background-position: 50%;

        padding: 30px 0

    }

}



.landing-page .landing-footer .landing-center {

    border-bottom: 1px solid hsl(0 0% 100% / .12);

    padding-bottom: 40px

}



.landing-page .landing-footer .landing-center .feature-content {

    align-items: center;

    display: flex;

    justify-content: space-between

}



@media (max-width:874px) {

    .landing-page .landing-footer .landing-center .feature-content {

        display: block;

        text-align: center

    }

}



.landing-page .landing-footer .landing-center .feature-content>div .h2,

.landing-page .landing-footer .landing-center .feature-content>div h2 {

    color: var(--white);

    font-size: calc(11.77778px + .74074vw);

    font-weight: 600;

    max-width: 65%;

    padding-bottom: 8px;

    text-transform: capitalize

}



@media (max-width:874px) {



    .landing-page .landing-footer .landing-center .feature-content>div .h2,

    .landing-page .landing-footer .landing-center .feature-content>div h2 {

        max-width: 100%

    }

}



.landing-page .landing-footer .landing-center .feature-content>div .footer-rating {

    text-align: left

}



.landing-page .landing-footer .landing-center .feature-content>div .footer-rating i {

    color: var(--warning-color);

    font-size: calc(12.88889px + .37037vw)

}



.landing-page .landing-footer .landing-center .feature-content>div .footer-rating i+i {

    margin-left: 5px

}



@media (max-width:874px) {

    .landing-page .landing-footer .landing-center .feature-content>div .footer-rating {

        padding-bottom: 12px;

        padding-top: 0;

        text-align: center

    }

}



@media (max-width:890px) and (min-width:320px) {

    .landing-page .landing-footer .landing-center .feature-content>div .footer-rating {

        padding-top: 6px

    }

}



.landing-page .landing-footer .landing-center .feature-content .footer-btn {

    padding: 6px 20px;

    transition: all .5s ease

}



@media only screen and (max-width:987px) {

    .landing-page .landing-footer .landing-center .feature-content .footer-btn {

        padding: 6px 12px

    }

}



@media only screen and (max-width:575.98px) and (max-width:350px) {

    .landing-page .landing-footer .landing-center .feature-content .footer-btn {

        font-size: 14px

    }

}



.landing-page .landing-footer .sub-footer {

    align-items: center;

    margin-top: 0;

    padding-bottom: 0;

    padding-top: 60px

}



@media (max-width:874px) and (min-width:320px) {

    .landing-page .landing-footer .sub-footer {

        padding-top: 30px

    }

}



.landing-page .landing-footer .sub-footer .left-subfooter {

    text-align: left

}



.landing-page .landing-footer .sub-footer .left-subfooter img {

    width: 130px

}



.landing-page .landing-footer .sub-footer .left-subfooter p {

    color: var(--white);

    font-size: calc(12.88889px + .37037vw);

    font-weight: 400;

    line-height: 1.1;

    padding-top: 12px

}



.landing-page .landing-footer .sub-footer .right-subfooter {

    align-items: flex-end;

    display: flex;

    flex-direction: column;

    gap: 12px;

    justify-content: flex-end

}



@media (max-width:768px) and (min-width:320px) {

    .landing-page .landing-footer .sub-footer .right-subfooter {

        gap: 6px

    }

}



@media (max-width:767px) and (min-width:320px) {

    .landing-page .landing-footer .sub-footer .right-subfooter {

        align-items: center;

        display: flex;

        flex-direction: row;

        justify-content: space-between

    }

}



@media (max-width:730px) and (min-width:320px) {

    .landing-page .landing-footer .sub-footer .right-subfooter {

        display: block

    }

}



.landing-page .landing-footer .sub-footer .right-subfooter .h3,

.landing-page .landing-footer .sub-footer .right-subfooter h3 {

    color: var(--white);

    font-size: calc(12.51852px + .49383vw);

    font-weight: 400;

    line-height: .9

}



.landing-page .landing-footer .sub-footer .right-subfooter ul {

    align-items: center;

    display: flex;

    gap: calc(13.2px + .875vw)

}



@media (max-width:730px) and (min-width:320px) {

    .landing-page .landing-footer .sub-footer .right-subfooter ul {

        align-items: flex-start;

        flex-direction: column;

        gap: 8px;

        justify-content: center;

        padding-top: 10px

    }

}



.landing-page .landing-footer .sub-footer .right-subfooter ul li a {

    color: var(--warning-color);

    font-size: calc(13.25926px + .24691vw);

    font-weight: 400;

    line-height: .5;

    text-decoration: underline;

    text-underline-offset: 6px

}



.landing-page .landing-footer .shape .shape1 {

    bottom: -18%;

    left: 48%;

    position: absolute

}



@media (max-width:990px) {

    .landing-page .landing-footer .shape .shape1 img {

        width: 130px

    }

}



@media (max-width:380px) {

    .landing-page .landing-footer .shape .shape1 img {

        width: 90px

    }

}



.landing-page .landing-footer .shape .shape2 {

    bottom: 17%;

    filter: brightness(.5);

    left: 37%;

    position: absolute

}



.landing-page .landing-footer .shape .shape3 {

    left: 17%;

    position: absolute;

    top: 71%

}



.landing-page .landing-footer .shape .shape4 {

    filter: brightness(.5);

    position: absolute;

    right: 36%;

    top: 70%

}



.landing-page .landing-footer .shape .shape5 {

    position: absolute;

    right: 24%

}



.landing-page .landing-footer .shape .shape7 {

    position: absolute;

    right: -4%;

    top: 43%

}



@media (max-width:990px) {

    .landing-page .landing-footer .shape .shape7 img {

        width: 130px

    }

}



@media (max-width:380px) {

    .landing-page .landing-footer .shape .shape7 img {

        width: 90px

    }

}



.landing-page .landing-footer .shape .shape8 {

    left: -2%;

    position: absolute;

    top: -8%

}



@media (max-width:990px) {

    .landing-page .landing-footer .shape .shape8 img {

        width: 130px

    }

}



@media (max-width:380px) {

    .landing-page .landing-footer .shape .shape8 img {

        width: 90px

    }

}



.landing-page .landing-footer .shape .shape9 {

    left: 41%;

    position: absolute;

    top: 34%

}



.landing-page .landing-footer .shape .shape10 {

    position: absolute;

    right: 22%;

    top: 15%

}



@keyframes up-down {

    0% {

        transform: translateY(0)

    }



    50% {

        transform: translateY(-10px)

    }



    to {

        transform: translateY(0)

    }

}



@keyframes marquee {

    0% {

        left: 0

    }



    to {

        left: -100%

    }

}



@keyframes myOrbit {

    0% {

        transform: rotate(0deg) translateX(10px) rotate(0deg)

    }



    to {

        transform: rotate(1turn) translateX(10px) rotate(-1turn)

    }

}



@keyframes move1 {

    0% {

        transform: rotate(0deg) translateX(15px) rotate(0deg)

    }



    to {

        transform: rotate(1turn) translateX(15px) rotate(-1turn)

    }

}



.loader-wrapper {

    align-items: center;

    background-color: #fff;

    display: flex;

    height: 100%;

    justify-content: center;

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 12

}



.loader {

    height: 100px;

    position: relative;

    width: 300px

}



.loader span {

    background-color: var(--light-gray-color);

    border-radius: 80px;

    height: 8px;

    left: 150px;

    position: absolute;

    top: 52.5%;

    transform: translateX(-50%) translateY(-50%);

    transition: all .15s ease-in-out;

    width: 8px

}



.loader span:first-child {

    animation: waveUp 2s, smallExtend 2s;

    animation-iteration-count: infinite;

    animation-timing-function: ease-in-out;

    left: 120px

}



.loader span:nth-child(2) {

    animation: waveUp 2s, largeExtend 2s;

    animation-delay: .15s;

    animation-iteration-count: infinite;

    animation-timing-function: ease-in-out;

    left: 135px

}



.loader span:nth-child(3) {

    animation: waveUp 2s, smallExtend 2s;

    animation-delay: .3s;

    animation-iteration-count: infinite;

    animation-timing-function: ease-in-out

}



.loader span:nth-child(4) {

    animation: waveUp 2s, largeExtend 2s;

    animation-delay: .45s;

    animation-iteration-count: infinite;

    animation-timing-function: ease-in-out;

    left: 165px

}



.loader span:nth-child(5) {

    animation: waveUp 2s, smallExtend 2s;

    animation-delay: .6s;

    animation-iteration-count: infinite;

    animation-timing-function: ease-in-out;

    left: 180px

}



@keyframes waveUp {



    0%,

    15% {

        top: 50%

    }



    45%,

    65% {

        top: 42.5%

    }



    85%,

    to {

        top: 50%

    }

}



@keyframes smallExtend {



    0%,

    8% {

        background-color: var(--light-gray-color);

        height: 8px

    }



    14%,

    34% {

        background-color: var(--theme-default);

        height: 40.5px

    }



    46%,

    to {

        background-color: var(--light-gray-color);

        height: 8px

    }

}



@keyframes largeExtend {



    0%,

    8% {

        background-color: var(--light-gray-color);

        height: 8px

    }



    14%,

    34% {

        background-color: var(--theme-default);

        height: 60.5px

    }



    46%,

    to {

        background-color: var(--light-gray-color);

        height: 8px

    }

}



.climacon_component-stroke_drizzle {

    fill-opacity: 0;

    animation-duration: 1.5s;

    animation-name: drizzleFall, fillOpacity2;

    animation-timing-function: ease-in

}



.climacon_component-stroke_drizzle:first-child {

    animation-delay: 0s

}



.climacon_component-stroke_drizzle:nth-child(2) {

    animation-delay: .9s

}



.climacon_component-stroke_drizzle:nth-child(3) {

    animation-delay: 1.8s

}



svg.climacon {

    display: inline-block;

    shape-rendering: geometricPrecision;

    width: 22px !important

}



circle,

g,

path,

rect {

    animation-direction: normal;

    animation-duration: 18s;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

    transform-origin: 50% 50%

}



.climacon_component-stroke {

    fill: #fff;

    stroke-width: 2px;

    stroke: #fff

}



@keyframes drizzleFall {

    0% {

        transform: translateY(0)

    }



    to {

        transform: translateY(21px)

    }

}



@keyframes fillOpacity2 {

    0% {

        fill-opacity: 0;

        stroke-opacity: 0

    }



    50% {

        fill-opacity: 1;

        stroke-opacity: 1

    }



    to {

        fill-opacity: 0;

        stroke-opacity: 0

    }

}



html[dir=rtl] .float-end {

    float: left !important

}



html[dir=rtl] .float-start {

    float: right !important

}



html[dir=rtl] .text-start {

    text-align: right !important

}



html[dir=rtl] .text-end,

html[dir=rtl] .text-md-end {

    text-align: left !important

}



html[dir=rtl] .text-md-start {

    text-align: right !important

}



html[dir=rtl] .m-l-20 {

    margin-left: unset !important;

    margin-right: 20px !important

}



html[dir=rtl] .p-r-0 {

    padding-left: 0;

    padding-right: 15px

}



html[dir=rtl] .text-sm-end {

    text-align: left !important

}



html[dir=rtl] .f-right {

    float: left !important

}



html[dir=rtl] .m-r-30 {

    margin-left: 30px;

    margin-right: unset

}



html[dir=rtl] .m-r-20 {

    margin-left: 20px;

    margin-right: unset

}



html[dir=rtl] .me-3 {

    margin-left: 1rem !important;

    margin-right: unset !important

}



html[dir=rtl] .me-5 {

    margin-left: 3rem !important;

    margin-right: unset !important

}



html[dir=rtl] .ms-3 {

    margin-left: unset !important;

    margin-right: 1rem !important

}



html[dir=rtl] .me-4 {

    margin-left: 1.5rem !important;

    margin-right: unset !important

}



html[dir=rtl] .pe-0 {

    padding-left: 0 !important;

    padding-right: unset !important

}



html[dir=rtl] .ps-0 {

    padding-left: unset !important;

    padding-right: 0 !important

}



html[dir=rtl] .ms-1 {

    margin-left: unset !important;

    margin-right: .25rem !important

}



html[dir=rtl] .pe-3 {

    padding-left: 1rem !important;

    padding-right: unset !important

}



html[dir=rtl] .pe-4 {

    padding-left: 1.5rem !important;

    padding-right: unset !important

}



html[dir=rtl] .me-1 {

    margin-left: .25rem !important;

    margin-right: unset !important

}



html[dir=rtl] .p-l-0 {

    padding-left: unset !important;

    padding-right: 0 !important

}



html[dir=rtl] .m-l-10 {

    margin-left: unset !important;

    margin-right: 10px !important

}



html[dir=rtl] .m-r-5 {

    margin-left: 5px;

    margin-right: unset

}



html[dir=rtl] .m-r-15 {

    margin-left: 15px;

    margin-right: unset

}



html[dir=rtl] .m-r-10 {

    margin-left: 10px;

    margin-right: unset

}



html[dir=rtl] .ps-4 {

    padding-left: unset !important;

    padding-right: 1.5rem !important

}



html[dir=rtl] .me-2 {

    margin-left: .5rem !important;

    margin-right: unset !important

}



html[dir=rtl] .ms-2 {

    margin-left: unset !important;

    margin-right: .5rem !important

}



html[dir=rtl] .pe-2 {

    padding-left: .5rem !important;

    padding-right: unset !important

}



html[dir=rtl] .float-sm-end {

    float: left !important

}



@media (min-width:768px) {

    html[dir=rtl] .float-md-end {

        float: left !important

    }



    html[dir=rtl] .income-wrap .ps-md-0 {

        padding-left: 30px !important;

        padding-right: 0 !important

    }



    html[dir=rtl] .text-md-end {

        text-align: left !important

    }



    html[dir=rtl] .offset-md-3 {

        margin-left: unset;

        margin-right: 25%

    }



    html[dir=rtl] .text-md-start {

        text-align: right !important

    }



    html[dir=rtl] .ecommerce-widget .text-md-end {

        text-align: left !important

    }



    html[dir=rtl] .ecommerce-widget .text-md-end ul {

        text-align: left

    }

}



html[dir=rtl] .breadcrumb-item+.breadcrumb-item {

    padding-left: unset;

    padding-right: .5rem

}



html[dir=rtl] .breadcrumb-item+.breadcrumb-item:before {

    float: right;

    padding-left: .5rem;

    padding-right: unset

}



html[dir=rtl] .sidebar-menu .sidebar-list .sidebar-link .iconly-Arrow-Right-2 {

    margin-left: unset;

    margin-right: auto

}



html[dir=rtl] .sidebar-menu .sidebar-list i.fa-thumbtack {

    left: -7px;

    right: unset

}



html[dir=rtl] .page-sidebar {

    left: unset;

    right: 0

}



html[dir=rtl] .page-sidebar .sidebar-submenu {

    border-left: unset;

    border-right: 2px solid var(--theme-default);

    margin-left: unset;

    margin-right: 20px

}



html[dir=rtl] .page-sidebar .sidebar-submenu a {

    padding-left: unset;

    padding-right: 15px

}



html[dir=rtl] .page-sidebar .sidebar-submenu a:before {

    left: unset;

    right: 0

}



html[dir=rtl] .page-sidebar .sidebar-submenu li .submenu-title i {

    margin-left: inherit;

    margin-right: auto

}



html[dir=rtl] .sidebar-pannle-main {

    left: 30px;

    right: unset

}



html[dir=rtl] .setting-sidebar {

    left: -400px;

    right: unset

}



html[dir=rtl] .setting-sidebar.open {

    left: 0;

    right: unset

}



html[dir=rtl] .setting-sidebar .customizer-header .theme-title .flex-grow-1 a {

    float: left

}



html[dir=rtl] .tap-top {

    left: 30px;

    right: unset

}



html[dir=rtl] header .search-full {

    left: 0;

    right: unset

}



html[dir=rtl] header .search-full .form-group:before {

    left: unset;

    right: 30px

}



html[dir=rtl] header .search-full .form-group .close-search {

    left: 30px;

    right: unset

}



html[dir=rtl] header .search-full input {

    padding-left: unset;

    padding-right: 60px

}



@media (max-width:480px) {

    html[dir=rtl] header .header-left {

        gap: unset

    }

}



html[dir=rtl] header .notification-dropdown ul.activity-timeline .d-flex .activity-line {

    left: unset;

    right: 26px

}



html[dir=rtl] header .notification-dropdown ul.activity-timeline .d-flex .activity-dot-primary,

html[dir=rtl] header .notification-dropdown ul.activity-timeline .d-flex .activity-dot-secondary {

    left: unset;

    right: 4px

}



html[dir=rtl] header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 {

    margin-left: unset;

    margin-right: 15px

}



html[dir=rtl] header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 .h6 span,

html[dir=rtl] header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 h6 span {

    margin-left: unset;

    margin-right: 5px

}



html[dir=rtl] .todo .todo-list-wrapper .mark-all-tasks {

    left: 30px;

    right: unset

}



html[dir=rtl] .todo .todo-list-wrapper .mark-all-tasks .btn-label {

    margin-left: 5px;

    margin-right: unset

}



html[dir=rtl] .email-wrap .btn-mail,

html[dir=rtl] .email-wrap .email-app-sidebar .main-menu>li {

    text-align: right

}



html[dir=rtl] .project-list ul li svg {

    margin-left: 5px;

    margin-right: unset

}



html[dir=rtl] .project-list .btn {

    float: left

}



html[dir=rtl] .project-box .badge {

    left: 30px;

    right: unset

}



html[dir=rtl] .customers ul li+li {

    margin-left: unset;

    margin-right: -7%

}



html[dir=rtl] .dropzone .dz-preview .dz-error-mark,

html[dir=rtl] .dropzone .dz-preview .dz-success-mark {

    left: unset;

    margin-left: unset;

    margin-right: -27px;

    right: 50%

}



html[dir=rtl] .dropzone .dz-preview .dz-details {

    left: unset;

    right: 32px

}



html[dir=rtl] .file-content .folder .folder-box .ellips {

    left: 22px;

    right: unset

}



html[dir=rtl] .file-content .form-inline i {

    padding-left: 10px;

    padding-right: unset

}



html[dir=rtl] .file-content .form-inline .form-control-plaintext {

    padding-right: 20px

}



html[dir=rtl] .file-content li {

    margin-left: 20px;

    margin-right: unset

}



html[dir=rtl] .file-sidebar .btn svg {

    margin-left: 8px;

    margin-right: unset

}



html[dir=rtl] .file-sidebar .pricing-plan .bg-img {

    left: -40px;

    right: unset;

    transform: rotate(50deg)

}



html[dir=rtl] .pull-right {

    float: left

}



html[dir=rtl] .md-sidebar .md-sidebar-aside {

    left: unset;

    right: 0

}



html[dir=rtl] .kanban-item .list li,

html[dir=rtl] .kanban-item .list li i {

    margin-left: 10px;

    margin-right: unset

}



html[dir=rtl] .kanban-item .kanban-box .customers ul li+li {

    margin-left: unset;

    margin-right: -10px

}



html[dir=rtl] .sidebar-left-wrapper {

    border-left: 1px solid var(--gray-60);

    border-right: unset

}



html[dir=rtl] .sidebar-left-wrapper .sidebar-left-icons .nav-item:before {

    left: unset;

    right: 20px

}



html[dir=rtl] .sidebar-body .ql-formats {

    border-left: 1px solid var(--gray-60)

}



html[dir=rtl] .order-history.wishlist .table tr td .input-group .form-control {

    border-bottom-left-radius: 0 !important;

    border-bottom-right-radius: 8px !important;

    border-top-left-radius: 0 !important;

    border-top-right-radius: 8px !important

}



html[dir=rtl] .order-history.wishlist .table tr td .input-group .btn {

    border-radius: 6px !important

}



html[dir=rtl] .order-history .input-group .btn {

    border-radius: 0

}



html[dir=rtl] .border-right {

    border-left: 1px solid var(--border-color) !important

}



html[dir=rtl] .default-according.style-1 .checkbox_animated {

    margin: 0 3px 0 16px

}



html[dir=rtl] .border-end {

    border-left: 1px solid var(--border-color) !important;

    border-right: unset !important

}



html[dir=rtl] .dataTables_wrapper .dataTables_filter input[type=search] {

    margin-left: unset;

    margin-right: 10px

}



html[dir=rtl] blockquote {

    border-right: 4px solid var(--theme-default)

}



html[dir=rtl] .bar-chart-widget .bottom-content .b-r-light {

    border-left: 1px solid var(--border-color) !important

}



html[dir=rtl] .general-widget .b-l-primary,

html[dir=rtl] .general-widget .border-l-primary {

    border-left: unset !important;

    border-right: 2px solid var(--theme-default) !important

}



html[dir=rtl] .general-widget .b-l-secondary,

html[dir=rtl] .general-widget .border-l-secondary {

    border-left: unset !important;

    border-right: 2px solid var(--theme-secondary) !important

}



html[dir=rtl] .general-widget .b-l-success,

html[dir=rtl] .general-widget .border-l-success {

    border-left: unset !important;

    border-right: 2px solid var(--success-color) !important

}



html[dir=rtl] .general-widget .b-l-danger,

html[dir=rtl] .general-widget .border-l-danger {

    border-left: unset !important;

    border-right: 2px solid var(--danger-color) !important

}



html[dir=rtl] .general-widget .b-l-warning,

html[dir=rtl] .general-widget .border-l-warning {

    border-left: unset !important;

    border-right: 2px solid var(--warning-color) !important

}



html[dir=rtl] .general-widget .b-l-info,

html[dir=rtl] .general-widget .border-l-info {

    border-left: unset !important;

    border-right: 2px solid var(--info-color) !important

}



html[dir=rtl] .general-widget .b-l-light,

html[dir=rtl] .general-widget .border-l-light {

    border-left: unset !important;

    border-right: 2px solid var(--light-color) !important

}



html[dir=rtl] .general-widget .b-l-dark,

html[dir=rtl] .general-widget .border-l-dark {

    border-left: unset !important;

    border-right: 2px solid var(--body-font-color) !important

}



html[dir=rtl] .general-widget .upcoming-class ul li .flex-grow-1 .h6,

html[dir=rtl] .general-widget .upcoming-class ul li .flex-grow-1 h6,

html[dir=rtl] .general-widget .upcoming-class ul li .flex-grow-1 p {

    margin-left: unset;

    margin-right: 5px

}



html[dir=rtl] .general-widget .small-widget .bg-gradient {

    left: -12px;

    right: unset

}



html[dir=rtl] .general-widget .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    margin-right: 0 !important

}



html[dir=rtl] .default-dashboard .manage-invoice table tbody tr td:first-child .form-check {

    padding-left: unset;

    padding-right: 17px

}



html[dir=rtl] .default-dashboard .manage-invoice table tbody tr td:first-child .form-check label:before {

    left: unset;

    margin-left: unset;

    margin-right: -16px;

    right: 0

}



html[dir=rtl] .default-dashboard .total-invest .invest-content .btn span {

    margin-left: 3px;

    margin-right: unset

}



html[dir=rtl] .default-dashboard .transaction-history table tbody tr td:nth-child(2) {

    min-width: 103px

}



html[dir=rtl] .dropdown .dropdown-toggle {

    text-align: right

}



html[dir=rtl] .dropdown .dropdown-toggle:after {

    left: 10px;

    right: unset

}



html[dir=rtl] .dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-content span {

    margin-left: 5px;

    margin-right: unset

}



html[dir=rtl] .dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-num span {

    margin-left: unset;

    margin-right: 15px

}



html[dir=rtl] .dashboard-2 .analytics-card .sale-chart-box .d-flex li+li {

    margin-left: unset;

    margin-right: 25px;

    padding-left: unset;

    padding-right: 25px

}



html[dir=rtl] .dashboard-2 .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    margin-right: 0 !important

}



html[dir=rtl] .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 {

    margin-left: unset;

    margin-right: 8px

}



html[dir=rtl] .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-line {

    left: unset;

    right: 30px

}



@media (max-width:575px) {

    html[dir=rtl] .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-line {

        right: 22px

    }

}



@media (max-width:767px) and (min-width:576px) {



    html[dir=rtl] .dashboard-2 .value-chart .sales-chart,

    html[dir=rtl] .dashboard-2 .value-chart .visitor-chart {

        margin: 0 -52px 0 -20px

    }

}



html[dir=rtl] .dashboard-3 .b-l-primary,

html[dir=rtl] .dashboard-3 .border-l-primary {

    border-left: unset !important;

    border-right: 2px solid var(--theme-default) !important

}



html[dir=rtl] .dashboard-3 .b-l-secondary,

html[dir=rtl] .dashboard-3 .border-l-secondary {

    border-left: unset !important;

    border-right: 2px solid var(--theme-secondary) !important

}



html[dir=rtl] .dashboard-3 .b-l-success,

html[dir=rtl] .dashboard-3 .border-l-success {

    border-left: unset !important;

    border-right: 2px solid var(--success-color) !important

}



html[dir=rtl] .dashboard-3 .b-l-danger,

html[dir=rtl] .dashboard-3 .border-l-danger {

    border-left: unset !important;

    border-right: 2px solid var(--danger-color) !important

}



html[dir=rtl] .dashboard-3 .b-l-warning,

html[dir=rtl] .dashboard-3 .border-l-warning {

    border-left: unset !important;

    border-right: 2px solid var(--warning-color) !important

}



html[dir=rtl] .dashboard-3 .b-l-info,

html[dir=rtl] .dashboard-3 .border-l-info {

    border-left: unset !important;

    border-right: 2px solid var(--info-color) !important

}



html[dir=rtl] .dashboard-3 .b-l-light,

html[dir=rtl] .dashboard-3 .border-l-light {

    border-left: unset !important;

    border-right: 2px solid var(--light-color) !important

}



html[dir=rtl] .dashboard-3 .b-l-dark,

html[dir=rtl] .dashboard-3 .border-l-dark {

    border-left: unset !important;

    border-right: 2px solid var(--body-font-color) !important

}



html[dir=rtl] .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 .h6,

html[dir=rtl] .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 h6,

html[dir=rtl] .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 p {

    padding-left: unset;

    padding-right: 15px

}



html[dir=rtl] .dashboard-3 .graphic-design ul li+li {

    border-left: unset;

    border-right: 2px solid var(--border-color);

    padding-left: unset;

    padding-right: 15px

}



html[dir=rtl] .dashboard-3 .details-table table tbody tr td:first-child,

html[dir=rtl] .dashboard-3 .details-table table thead tr th:first-child {

    padding-left: inherit;

    padding-right: unset

}



html[dir=rtl] .dashboard-3 .pie-card .revenue-category .donut-legend>span {

    margin-left: 8px;

    margin-right: unset

}



@media (max-width:1870px) and (min-width:1770px) {

    html[dir=rtl] .dashboard-3 .pie-card .revenue-category .donut-legend>span {

        margin-left: 6px

    }

}



html[dir=rtl] .dashboard-3 .pie-card .revenue-category .donut-legend>span>i {

    margin-left: 7px;

    margin-right: unset

}



html[dir=rtl] .dashboard-3 .todo-list ul li .flex-shrink-0 .form-check {

    padding-right: 28px

}



html[dir=rtl] .file-manager .folder li:nth-child(n+2) {

    margin-left: unset;

    margin-right: 12px

}



@media screen and (max-width:460px) {

    html[dir=rtl] .file-manager .folder li:nth-child(n+2) {

        margin-right: 0

    }

}



html[dir=rtl] .prooduct-details-box .d-flex {

    padding-left: unset;

    padding-right: 10px

}



html[dir=rtl] .fg-emoji-container {

    left: unset !important;

    right: calc(-269px + 87.1875vw) !important

}



html[dir=rtl] .fg-emoji-picker-search .fg-emoji-picker-search-icon {

    left: 0;

    right: unset

}



html[dir=rtl] .nav i {

    margin-left: 10px;

    margin-right: unset

}



html[dir=rtl] .search-page .theme-form input {

    padding-left: unset;

    padding-right: 20px

}



html[dir=rtl] .scroll-bar .list-group .list-group-item .badge {

    margin-right: auto

}



html[dir=rtl] .treejs .treejs-node__checked>.treejs-checkbox:after {

    left: unset;

    right: 6px

}



html[dir=rtl] .heart-rating {

    text-align: right

}



html[dir=rtl] .heart-rating label {

    float: left

}



html[dir=rtl] .main-inline-calender .form-control {

    border-bottom-right-radius: 0;

    border-top-right-radius: 0

}



html[dir=rtl] .main .langChoice {

    left: 40px;

    right: unset

}



html[dir=rtl] .location-checkbox span {

    padding-left: unset;

    padding-right: 33px

}



@media (min-width:575px) {

    html[dir=rtl] .offset-sm-3 {

        margin-left: unset;

        margin-right: 25%

    }

}



html[dir=rtl] header ul[class*=header-]>li:last-child .cloud-mode {

    padding: 8px 10px 8px 14px

}



html[dir=rtl] header ul[class*=header-]>li:last-child .cloud-mode .h3:before,

html[dir=rtl] header ul[class*=header-]>li:last-child .cloud-mode h3:before {

    left: -3px;

    right: unset

}



html[dir=rtl] header ul[class*=header-]>li .badge {

    left: -6px;

    right: unset

}



html[dir=rtl] .form-control.is-invalid {

    background-position: left calc(.375em + .1875rem) center;

    padding-left: calc(1.5em + .75rem);

    padding-right: 12px

}



html[dir=rtl] .sidebar-body .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {

    left: 0;

    right: unset

}



html[dir=rtl] .sidebar-body .ql-formats {

    border-left: 1px solid rgba(var(--gray-60), 1);

    border-right: unset

}



html[dir=rtl] .sidebar-body .ql-formats:last-of-type {

    border-left: unset

}



html[dir=rtl] .sidebar-body .form-select {

    padding: 6px 12px 6px 36px !important

}



html[dir=rtl] .toolbar-box .ql-editor {

    text-align: right

}



html[dir=rtl] .form-select {

    background-position: left .75rem center

}



html[dir=rtl] .form-check {

    padding-left: unset;

    padding-right: 1.25rem

}



html[dir=rtl] .form-check .form-check-input {

    float: right;

    margin-left: unset;

    margin-right: -1.5em

}



html[dir=rtl] .tagify__tag__removeBtn {

    margin-left: 4.6666666667px;

    margin-right: auto

}



html[dir=rtl] .tagify__tag {

    margin-left: 0;

    margin-right: 5px

}



html[dir=rtl] .grid-options ul li a .line-grid-1 {

    left: unset;

    right: 12px

}



html[dir=rtl] .grid-options ul li a .line-grid-2 {

    left: unset;

    right: 18px

}



html[dir=rtl] .grid-options ul li a .line-grid-3 {

    left: unset;

    right: 36px

}



html[dir=rtl] .grid-options ul li a .line-grid-4 {

    left: unset;

    right: 42px

}



html[dir=rtl] .grid-options ul li a .line-grid-5 {

    left: unset;

    right: 48px

}



html[dir=rtl] .grid-options ul li a .line-grid-6 {

    left: unset;

    right: 66px

}



html[dir=rtl] .grid-options ul li a .line-grid-7 {

    left: unset;

    right: 72px

}



html[dir=rtl] .grid-options ul li a .line-grid-8 {

    left: unset;

    right: 78px

}



html[dir=rtl] .grid-options ul li a .line-grid-9 {

    left: unset;

    right: 84px

}



html[dir=rtl] .grid-options ul li a .line-grid-10 {

    left: unset;

    right: 103px

}



html[dir=rtl] .grid-options ul li a .line-grid-11 {

    left: unset;

    right: 109px

}



html[dir=rtl] .grid-options ul li a .line-grid-12 {

    left: unset;

    right: 115px

}



html[dir=rtl] .grid-options ul li a .line-grid-13 {

    left: unset;

    right: 121px

}



html[dir=rtl] .grid-options ul li a .line-grid-14 {

    left: unset;

    right: 127px

}



html[dir=rtl] .grid-options ul li a .line-grid-15 {

    left: unset;

    right: 133px

}



html[dir=rtl] .product-wrapper .product-grid .feature-products form .form-group i {

    left: 30px;

    right: unset

}



html[dir=rtl] .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header .h6 .pull-right i,

html[dir=rtl] .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header h6 .pull-right i {

    left: auto;

    right: unset

}



html[dir=rtl] .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-prev {

    left: 46px;

    right: auto

}



html[dir=rtl] .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-next {

    left: 27px;

    right: unset

}



html[dir=rtl] .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {

    border-radius: 0

}



html[dir=rtl] .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li:nth-child(n+2) {

    margin-left: unset;

    margin-right: 15px

}



html[dir=rtl] .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .btn-close {

    left: 15px;

    right: unset

}



html[dir=rtl] .checkbox_animated {

    margin: 0 21px 0 16px

}



html[dir=rtl] .radio_animated {

    margin: 0 8px 0 16px

}



html[dir=rtl] .img-paypal {

    margin-left: unset;

    margin-right: 15px

}



html[dir=rtl] .order-box .sub-total .shipping-class .shopping-checkout-option,

html[dir=rtl] .order-box .sub-total li .count {

    float: left

}



html[dir=rtl] .collection-filter-block svg {

    margin-left: 10px;

    margin-right: auto

}



html[dir=rtl] .owl-carousel {

    direction: ltr

}



html[dir=rtl] .list-product .datatable-dropdown label:before {

    left: unset;

    right: 38px

}



html[dir=rtl] .list-product .datatable-sorter:after,

html[dir=rtl] .list-product .datatable-sorter:before {

    left: 4px;

    right: unset

}



html[dir=rtl] .list-product-header a.btn i {

    padding-left: 8px;

    padding-right: unset

}



html[dir=rtl] .prooduct-details-box .btn {

    left: 15px;

    right: unset

}



html[dir=rtl] .prooduct-details-box .close {

    left: 10px;

    right: unset

}



html[dir=rtl] .order-history table tbody tr td .product-name .order-process .order-process-circle:before {

    left: unset;

    right: -15px

}



html[dir=rtl] .right-sidebar-chat {

    border-bottom-left-radius: unset;

    border-bottom-right-radius: 0;

    border-top-left-radius: unset;

    border-top-right-radius: 0

}



html[dir=rtl] .left-sidebar-wrapper {

    border-bottom-left-radius: unset;

    border-bottom-right-radius: 10px;

    border-top-left-radius: unset;

    border-top-right-radius: 10px

}



html[dir=rtl] .left-sidebar-wrapper .left-sidebar-chat .form-control {

    border: none !important;

    border-radius: 0

}



html[dir=rtl] .left-sidebar-wrapper .left-sidebar-chat .input-group-text {

    border: none !important;

    border-bottom-right-radius: 0 !important;

    border-left: none;

    border-right: unset;

    border-top-right-radius: 0 !important;

    margin-left: 1px;

    margin-right: unset;

    padding-left: 0;

    padding-right: 12px

}



html[dir=rtl] .msg-img {

    margin-left: 10px;

    margin-right: unset

}



html[dir=rtl] .right-sidebar-title .common-space .chat-time.group-chat ul li+li {

    margin-left: unset;

    margin-right: -12px

}



html[dir=rtl] .border-right {

    border-left: 1px solid rgba(var(--border-color), 1) !important;

    border-right: unset !important

}



html[dir=rtl] .social-details .social-follow li+li:before {

    left: unset;

    right: -15px

}



html[dir=rtl] .user-profile .hovercard .user-image .share-icons li {

    margin-left: 10px;

    margin-right: unset

}



html[dir=rtl] .default-according.style-1 button:before {

    left: 20px;

    right: unset

}



html[dir=rtl] .comments-box .form-control {

    border-radius: 0 !important

}



html[dir=rtl] .social-chat .flex-grow-1:before {

    border: 7px solid #fff0;

    border-left: 7px solid rgb(73 80 87 / .8);

    border-right: unset;

    left: 100%;

    right: unset

}



html[dir=rtl] .social-chat .flex-grow-1:after {

    border: 7px solid #fff0;

    border-left: 7px solid var(--white);

    border-right: unset;

    left: 100%;

    right: unset

}



html[dir=rtl] .social-chat .other-msg {

    margin-left: unset;

    margin-right: 40px

}



html[dir=rtl] .social-status .d-flex .social-status {

    left: unset;

    right: 35px

}



html[dir=rtl] .card-header .card-header-right {

    float: left;

    left: 15px;

    right: unset

}



html[dir=rtl] .card-header .card-header-right .card-option {

    text-align: left

}



html[dir=rtl] .code-box-copy__btn {

    left: 11px;

    right: unset

}



html[dir=rtl] .alert,

html[dir=rtl] pre[class*=language-] {

    text-align: right

}



html[dir=rtl] .alert-dismissible {

    padding-left: 2.5rem;

    padding-right: 15px

}



html[dir=rtl] .alert-dismissible .btn-close {

    left: 0;

    right: unset

}



html[dir=rtl] .modal-header .btn-close {

    left: 25px;

    margin: -.5rem auto -.5rem -.5rem;

    top: 22px

}



html[dir=rtl] .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li+li:before {

    left: unset;

    right: -25px

}



html[dir=rtl] .small-progressbar:after {

    left: -9px;

    right: unset

}



html[dir=rtl] .small-progressbar .animate-circle {

    left: -18px;

    right: unset

}



html[dir=rtl] .dropdown-toggle:after {

    margin-left: unset;

    margin-right: 8px

}



html[dir=rtl] .dropdown-basic .separated-btn .btn {

    border-radius: .25rem;

    border-bottom-right-radius: 0 !important;

    border-top-right-radius: 0 !important

}



html[dir=rtl] .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: .25rem;

    border-top-left-radius: 0;

    border-top-right-radius: .25rem

}



html[dir=rtl] .list-group-horizontal-lg>.list-group-item+.list-group-item,

html[dir=rtl] .list-group-horizontal-md>.list-group-item+.list-group-item,

html[dir=rtl] .list-group-horizontal-sm>.list-group-item+.list-group-item,

html[dir=rtl] .list-group-horizontal-xl>.list-group-item+.list-group-item,

html[dir=rtl] .list-group-horizontal-xxl>.list-group-item+.list-group-item {

    border-left-width: 1px

}



html[dir=rtl] .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child),

html[dir=rtl] .list-group-horizontal-md>.list-group-item:first-child:not(:last-child),

html[dir=rtl] .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child),

html[dir=rtl] .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child),

html[dir=rtl] .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: .375rem;

    border-top-left-radius: 0;

    border-top-right-radius: .375rem

}



html[dir=rtl] .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child),

html[dir=rtl] .list-group-horizontal-md>.list-group-item:last-child:not(:first-child),

html[dir=rtl] .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child),

html[dir=rtl] .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child),

html[dir=rtl] .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {

    border-bottom-left-radius: .375rem;

    border-bottom-right-radius: 0;

    border-top-left-radius: .375rem;

    border-top-right-radius: 0

}



html[dir=rtl] .list-behavior-1 .flex-grow-1 {

    margin-left: unset;

    margin-right: 16px

}



html[dir=rtl] .list-group i,

html[dir=rtl] .list-group img {

    margin-left: 10px;

    margin-right: 0

}



html[dir=rtl] .list-group .list-group-item div {

    margin-left: auto;

    margin-right: 8px

}



html[dir=rtl] .accordion-button .icon {

    left: 20px;

    right: unset

}



html[dir=rtl] .accordion-border .accordion-item .accordion-button {

    padding-right: 50px

}



html[dir=rtl] .treejs .treejs-nodes {

    padding-left: unset;

    padding-right: 20px

}



html[dir=rtl] .treejs .treejs-node__halfchecked>.treejs-checkbox:after {

    left: unset;

    right: 3px

}



html[dir=rtl] .toast-rtl .toast .toast-header strong {

    margin-left: auto !important;

    margin-right: unset !important

}



html[dir=rtl] .toast-rtl .toast .btn-close {

    margin-left: unset;

    margin-right: 6px

}



html[dir=rtl] .toast-icons {

    margin-left: 6px;

    margin-right: unset

}



html[dir=rtl] .theme-close {

    left: 0;

    right: unset

}



html[dir=rtl] .swiper {

    direction: ltr

}



html[dir=rtl] .page-item:first-child .page-link {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: .375rem;

    border-top-left-radius: 0;

    border-top-right-radius: .375rem

}



html[dir=rtl] .page-item:last-child .page-link {

    border-bottom-left-radius: .375rem;

    border-bottom-right-radius: 0;

    border-top-left-radius: .375rem;

    border-top-right-radius: 0

}



html[dir=rtl] .img-cropper .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px

}



html[dir=rtl] .img-cropper .btn-group>.btn:nth-child(2) {

    border-radius: 0 !important

}



html[dir=rtl] .img-cropper .btn-group>.btn:not(:last-child):not(.dropdown-toggle),

html[dir=rtl] .img-cropper .btn-group>:not(:last-child)>.btn {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: .25rem;

    border-top-left-radius: 0;

    border-top-right-radius: .25rem

}



html[dir=rtl] .img-cropper .btn-group button:last-child {

    border-bottom-left-radius: .25rem;

    border-bottom-right-radius: 0;

    border-top-left-radius: .25rem;

    border-top-right-radius: 0

}



html[dir=rtl] .img-cropper .docs-toggles .btn-group .btn {

    border-radius: 0

}



html[dir=rtl] .img-cropper .docs-toggles .btn-group .btn:last-child {

    border-bottom-left-radius: .25rem;

    border-top-left-radius: .25rem

}



html[dir=rtl] .img-cropper .btn-group .btn+.btn,

html[dir=rtl] .img-cropper .btn-group .btn+.btn-group {

    margin-right: -1px

}



html[dir=rtl] .timeline-event-wrapper .list-group .list-group-item div {

    margin-left: 10px !important;

    margin-right: 0

}



html[dir=rtl] .main-timeline ul:before {

    left: unset !important;

    right: 5px !important

}



html[dir=rtl] .form-check-reverse .form-check-input {

    float: right;

    margin-left: 0;

    margin-right: 10px

}



html[dir=rtl] .checkbox label {

    padding-left: unset;

    padding-right: 16px

}



html[dir=rtl] .checkbox-wrapper li label,

html[dir=rtl] .radio-wrapper li label {

    padding-right: 0

}



html[dir=rtl] .checkbox-wrapper li .form-check-label i,

html[dir=rtl] .radio-wrapper li .form-check-label i {

    padding-left: 8px;

    padding-right: 0

}



html[dir=rtl] .custom-checkbox .checkbox label:before,

html[dir=rtl] .filled-checkbox .checkbox label:before {

    left: unset;

    margin-left: unset;

    margin-right: -16px;

    right: 0

}



html[dir=rtl] .main-img-checkbox .img-checkbox .main-img-cover {

    left: unset;

    right: 15px

}



html[dir=rtl] .custom-radio .radio label {

    padding-left: 0;

    padding-right: 15px

}



html[dir=rtl] .custom-radio .radio label:before {

    left: unset;

    margin-right: -20px;

    right: 0

}



html[dir=rtl] .custom-radio .radio label:after {

    left: unset;

    margin-left: unset;

    margin-right: -20px;

    right: 5px

}



html[dir=rtl] .rtl-input .form-check.form-switch {

    padding-right: 40px

}



html[dir=rtl] .rtl-input .form-check.form-switch .form-check-input {

    float: right;

    margin-left: unset;

    margin-right: -40px

}



html[dir=rtl] .rtl-input .form-check.form-check-inline {

    padding: 0

}



html[dir=rtl] .form-check-size .form-check-inline {

    margin: 0

}



html[dir=rtl] .checkbox-radio .checkbox label:before {

    left: unset;

    margin-left: unset;

    margin-right: -16px;

    right: 0

}



html[dir=rtl] .simple-radios .radio label {

    padding-left: unset;

    padding-right: 5px

}



html[dir=rtl] .simple-radios .radio label:before {

    left: unset;

    margin-left: unset;

    margin-right: -22px;

    right: 0

}



html[dir=rtl] .simple-radios .radio label:after {

    left: unset;

    margin-left: unset;

    margin-right: -20px;

    right: 3px

}



html[dir=rtl] .main-inline-calender .flatpickr-calendar {

    border-bottom-left-radius: 5px !important;

    border-top-left-radius: 5px !important

}



html[dir=rtl] .pre-post-touchspin .btn-outline-secondary,

html[dir=rtl] .pre-post-touchspin .decrement-touchspin,

html[dir=rtl] .pre-post-touchspin .increment-touchspin,

html[dir=rtl] .pre-post-touchspin .input-group-text,

html[dir=rtl] .pre-post-touchspin .input-touchspin {

    border-bottom-right-radius: 0 !important;

    border-top-right-radius: 0 !important

}



html[dir=rtl] .choices[data-type*=select-one] .choices__button {

    left: 0;

    margin-left: 25px;

    margin-right: unset;

    right: unset

}



html[dir=rtl] .choices[data-type*=select-one]:after {

    left: 11.5px;

    right: unset

}



html[dir=rtl] .basic-wizard .stepper-horizontal .step .step-bar-left {

    left: unset;

    margin-left: unset;

    margin-right: 1rem;

    right: 44%

}



html[dir=rtl] .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard .stroke-icon-wizard i {

    margin-left: 10px;

    margin-right: unset

}



html[dir=rtl] .email-verify .card-wrapper .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0;

    border-top-left-radius: 0;

    border-top-right-radius: 0

}



html[dir=rtl] .email-verify .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {

    border-bottom-right-radius: 0;

    border-top-right-radius: 0

}



html[dir=rtl] .ui-components .btn-group>.btn:not(:first-child) {

    border-bottom-left-radius: .25rem;

    border-bottom-right-radius: 0;

    border-top-left-radius: .25rem;

    border-top-right-radius: 0

}



html[dir=rtl] .ui-components .btn-group>.btn:not(:last-child):not(.dropdown-toggle),

html[dir=rtl] .ui-components .btn-group>:not(:last-child)>.btn {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: .25rem;

    border-top-left-radius: 0;

    border-top-right-radius: .25rem

}



html[dir=rtl] .ui-components .btn-group>.btn:nth-child(2) {

    border-radius: 0 !important

}



html[dir=rtl] .m-squar.checkbox label:before {

    left: unset;

    margin-left: unset;

    margin-right: -16px;

    right: 0

}



html[dir=rtl] .checkbox-dark.checkbox label:before {

    left: unset;

    margin-left: unset;

    margin-right: -16px;

    right: -3px

}



html[dir=rtl] .checkbox-solid-primary.checkbox label:before {

    left: unset;

    margin-left: unset;

    margin-right: -16px;

    right: -2px

}



html[dir=rtl] .m-checkbox-inline .checkbox label:before {

    left: unset;

    margin-left: unset;

    margin-right: -16px;

    right: -3px

}



html[dir=rtl] .m-checkbox-inline label {

    margin-left: 20px;

    margin-right: 0

}



html[dir=rtl] table.dataTable thead>tr>th:after {

    left: .5em !important;

    right: unset

}



html[dir=rtl] table.dataTable thead .sorting:before,

html[dir=rtl] table.dataTable thead .sorting_asc:before,

html[dir=rtl] table.dataTable thead .sorting_asc_disabled:before,

html[dir=rtl] table.dataTable thead .sorting_desc:before,

html[dir=rtl] table.dataTable thead .sorting_desc_disabled:before {

    left: 1em !important;

    right: unset

}



html[dir=rtl] div.dataTables_wrapper div.dataTables_paginate {

    float: left;

    margin-left: 0 !important;

    margin-right: 15px !important

}



html[dir=rtl] .dataTables_wrapper .dataTables_info {

    float: right

}



html[dir=rtl] div .action .edit {

    margin-left: 5px

}



html[dir=rtl] table.dataTable thead>tr>th {

    padding-left: 30px;

    padding-right: 12px

}



html[dir=rtl] .dataTables_wrapper .dataTables_filter {

    float: left;

    margin-left: unset;

    margin-right: 15px

}



html[dir=rtl] .dataTables_wrapper .dataTables_length {

    float: right

}



html[dir=rtl] .blog-box .blog-details .blog-social li+li {

    padding-left: unset;

    padding-right: 20px

}



html[dir=rtl] .blog-box .blog-details .blog-social li i {

    padding-left: 5px;

    padding-right: unset

}



html[dir=rtl] .blog-box .blog-details-main .blog-social li {

    border-left: 1px dotted;

    border-right: unset

}



html[dir=rtl] .blog-box .blog-details-main .blog-social li:last-child {

    border-left: 0

}



html[dir=rtl] .comment-box .comment-social {

    text-align: left

}



html[dir=rtl] .comment-box .comment-social li {

    padding-left: 0;

    padding-right: 20px

}



html[dir=rtl] .comment-box .comment-social li i {

    padding-left: 10px;

    padding-right: unset

}



html[dir=rtl] .comment-box .d-flex img {

    margin-left: 30px;

    margin-right: unset

}



html[dir=rtl] .comment-box ul ul {

    margin-left: unset;

    margin-right: 135px;

    padding-right: 0

}



html[dir=rtl] .ql-snow.ql-toolbar button {

    float: right

}



html[dir=rtl] .faq-widgets .flex-grow-1 p {

    padding-left: 20px;

    padding-right: unset

}



html[dir=rtl] .faq-accordion.default-according .card .faq-header svg {

    left: 30px;

    right: unset

}



html[dir=rtl] .faq-form .search-icon {

    left: 12px;

    right: unset

}



html[dir=rtl] .faq-accordion.default-according .card .btn-link svg {

    margin-left: 10px;

    margin-right: 20px

}



html[dir=rtl] .navigation-option ul li a {

    padding-left: unset;

    padding-right: 40px

}



html[dir=rtl] .navigation-option ul li a svg {

    left: unset;

    right: 15px

}



html[dir=rtl] .updates-faq {

    margin-left: 20px;

    margin-right: unset

}



html[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow {

    left: 10px !important;

    right: unset !important

}



html[dir=rtl] .select2-container .select2-selection--single .select2-selection__rendered {

    float: right;

    padding-left: 20px;

    padding-right: 8px

}



html[dir=rtl] .blog-box .blog-details .blog-social li svg {

    padding-left: 5px;

    padding-right: unset

}



html[dir=rtl] .learning-card .categories .learning-header {

    padding-left: unset;

    padding-right: 15px

}



html[dir=rtl] .learning-details .comment-box .comment-social li svg {

    padding-left: 10px;

    padding-right: unset

}



html[dir=rtl] .ql-toolbar.ql-snow .ql-formats {

    margin-left: 15px;

    margin-right: unset

}



html[dir=rtl] .ql-formats .ql-picker-label svg {

    left: 0;

    right: unset !important

}



html[dir=rtl] .ql-editor ol {

    padding-left: unset !important;

    padding-right: 24px

}



html[dir=rtl] .ql-editor ol li:not(.ql-direction-rtl):before {

    margin-left: unset;

    margin-right: unset

}



html[dir=rtl] .ql-editor ul {

    padding-left: unset !important;

    padding-right: 24px !important

}



html[dir=rtl] .ql-editor ul li:not(.ql-direction-rtl):before {

    margin-left: unset;

    margin-right: unset

}



html[dir=rtl] .knowledgebase-search .form-inline svg {

    left: unset;

    right: 20px

}



html[dir=rtl] .browse .browse-articles .h6,

html[dir=rtl] .browse .browse-articles h6 {

    padding-left: unset;

    padding-right: 25px

}



html[dir=rtl] .browse .browse-articles .h6 span svg,

html[dir=rtl] .browse .browse-articles h6 span svg {

    margin-left: unset;

    margin-right: -27px

}



html[dir=rtl] .browse .browse-articles span:nth-child(2) {

    padding-left: unset;

    padding-right: 20px

}



html[dir=rtl] .starter-main .card-body ul {

    padding-left: unset;

    padding-right: 30px !important

}



html[dir=rtl] .starter-main .alert-primary.inverse:before {

    left: unset;

    right: 54px

}



html[dir=rtl] blockquote {

    border-left: unset;

    border-right: 4px solid rgba(var(--primary-color), 1)

}



html[dir=rtl] .starter-main ol {

    padding-left: unset;

    padding-right: 2rem

}



@media (max-width:1870px) {

    html[dir=rtl] .apexcharts-legend {

        margin-right: -47px

    }

}



html[dir=rtl] .bar-chart-widget .earning-details i {

    left: -240px

}



@media (max-width:767.98px) {

    html[dir=rtl] .bar-chart-widget .earning-details i {

        left: -147px !important

    }

}



html[dir=rtl] .bar-chart-widget .bottom-content .b-r-light {

    border-left: 1px solid rgba(var(--border-color), 1) !important;

    border-right: unset !important

}



html[dir=rtl] .bar-chart-widget .bottom-content .num .ms-1 {

    margin-right: .25rem !important

}



html[dir=rtl] .apexcharts-canvas {

    direction: ltr

}



html[dir=rtl] .user-profile .border-right {

    border-left: 1px solid var(--border-color) !important;

    border-right: unset !important

}



html[dir=rtl] .img-cropper .docs-buttons>.btn,

html[dir=rtl] .img-cropper .docs-buttons>.btn-group,

html[dir=rtl] .img-cropper .docs-buttons>.form-control {

    margin-left: 10px;

    margin-right: unset

}



html[dir=rtl] .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),

html[dir=rtl] .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: .25rem;

    border-top-left-radius: 0;

    border-top-right-radius: .25rem

}



html[dir=rtl] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    border-bottom-left-radius: .25rem;

    border-bottom-right-radius: 0;

    border-top-left-radius: .25rem;

    border-top-right-radius: 0;

    margin-left: unset;

    margin-right: -1px

}



html[dir=rtl] .btn-group>.btn:nth-child(n+3),

html[dir=rtl] .btn-group>:not(.btn-check)+.btn {

    border-bottom-left-radius: inherit;

    border-bottom-right-radius: 0;

    border-top-left-radius: inherit;

    border-top-right-radius: 0

}



html[dir=rtl] .btn-group>:not(.btn-check)+.btn {

    border-bottom-right-radius: 0 !important;

    border-top-right-radius: 0 !important

}



.animate-img .card {

    box-shadow: 0 4px 15px rgb(0 0 0 / .05)

}



.animate-img .animate-widget img {

    height: 350px;

    margin: 0 auto;

    -o-object-fit: cover;

    object-fit: cover;

    width: 100%

}



.modal-popup.modal {

    left: 50%;

    top: 20%;

    transform: translate(-50%)

}



.modal-popup.modal .modal-dialog .theme-close {

    font-size: calc(11.6px + .125vw);

    height: calc(22px + .9375vw);

    width: calc(22px + .9375vw)

}



@media (max-width:442px) {

    .animated-modal .form-select {

        width: 100% !important

    }

}



.theme-close {

    background-color: var(--white) !important;

    opacity: 1;

    position: absolute;

    right: 0;

    z-index: 1

}



.code-box-copy {

    overflow: auto;

    width: 100%

}



code[class*=language-],

pre[class*=language-] {

    text-shadow: none !important

}



.tooltip-inner {

    background-color: var(--theme-default);

    color: #fff

}



.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,

.tooltip.bs-tooltip-top .tooltip-arrow:before {

    border-top-color: var(--theme-default)

}



.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,

.tooltip.bs-tooltip-bottom .tooltip-arrow:before {

    border-bottom-color: var(--theme-default)

}



.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,

.tooltip.bs-tooltip-end .tooltip-arrow:before {

    border-right-color: var(--theme-default)

}



.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,

.tooltip.bs-tooltip-start .tooltip-arrow:before {

    border-left-color: var(--theme-default)

}



.swal2-checkbox,

.swal2-popup,

.swal2-range {

    background: var(--white) !important

}



.popover {

    z-index: 9999

}



.btn-info:hover {

    color: #fff

}



#chart-widget1,

#chart-widget2,

#chart-widget3 {

    margin-bottom: -16px

}



.dark-card .card-header {

    border-bottom: 1px solid #474545

}



.dark-card .card-footer {

    border-top: 1px solid #474545

}



.typography-table .display-h1 {

    font-size: 30px

}



.btn-info:hover {

    color: #fff !important

}



.ql-snow.ql-toolbar .ql-picker-item:hover,

.ql-snow.ql-toolbar .ql-picker-label:hover {

    color: var(--theme-default)

}



.ql-snow.ql-toolbar .ql-picker-label:hover svg .ql-stroke,

.ql-snow.ql-toolbar button:hover .ql-stroke {

    stroke: var(--theme-default)

}



.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 10px

}



.modal-bookmark .modal-content .modal-header {

    width: 100%

}



.btn-close:focus {

    box-shadow: none !important

}



label {

    margin-bottom: .5rem

}



[dir=rtl] .list-page ol {

    padding-right: 0

}



.dropzone.dropzone-secondary {

    background-color: rgb(243 145 89 / .1)

}



.login-card input[type=password] {

    padding: 12px 60px 12px 12px !important

}



.theme-form input[type=date],

.theme-form input[type=datetime-local],

.theme-form input[type=email],

.theme-form input[type=file],

.theme-form input[type=month],

.theme-form input[type=number],

.theme-form input[type=password],

.theme-form input[type=search],

.theme-form input[type=tel],

.theme-form input[type=text],

.theme-form input[type=time],

.theme-form input[type=url],

.theme-form input[type=week],

.theme-form select,

.theme-form textarea {

    background-color: var(--white);

    border-color: var(--border-color);

    box-shadow: none;

    font-size: 14px;

    padding: 12px 10px

}



.modal-body,

.modal-footer,

.modal-header {

    width: 100%

}



.sidebar-pannle-main {

    bottom: 80px;

    position: fixed;

    right: 30px;

    z-index: 9

}



@media (max-width:575px) {

    .sidebar-pannle-main {

        display: none

    }

}



.sidebar-pannle-main ul .icon-btn {

    align-items: center;

    border: 0 !important;

    border-radius: 100%;

    box-shadow: 0 0 10px var(--theme-default);

    cursor: pointer;

    display: inline-flex;

    font-weight: 800;

    height: calc(1.4rem + 1.5em + 2px);

    justify-content: center;

    margin-bottom: 10px;

    transition: all 1s;

    width: calc(1.4rem + 1.5em + 2px)

}



.sidebar-pannle-main ul .icon-btn i {

    color: var(--white);

    font-size: 22px

}



.setting-sidebar {

    background-color: var(--white);

    border-left: 1px solid var(--border-color);

    box-shadow: 0 4px 40px rgb(0 0 0 / .1);

    height: 100%;

    position: fixed;

    right: -400px;

    top: 0;

    transition: all .3s ease;

    width: 370px;

    z-index: 999

}



.setting-sidebar.open {

    right: 0;

    transition: all .3s ease

}



.setting-sidebar .h4,

.setting-sidebar h4 {

    font-weight: 600

}



.setting-sidebar p {

    color: var(--light-gray-color)

}



.setting-sidebar .customizer-header {

    background: var(--theme-default);

    padding: 10px 20px

}



.setting-sidebar .customizer-header .theme-title {

    align-items: center;

    display: flex

}



.setting-sidebar .customizer-header .theme-title .h3,

.setting-sidebar .customizer-header .theme-title h3,

.setting-sidebar .customizer-header .theme-title p {

    color: var(--white)

}



.setting-sidebar .customizer-header .theme-title .flex-grow-1 .icon-btn.btn-outline-light {

    align-items: center;

    background-color: #eff1f2 !important;

    border: 0 !important;

    border-radius: 100%;

    color: var(--theme-default);

    cursor: pointer;

    display: inline-flex;

    font-weight: 800;

    height: 37px;

    justify-content: center;

    transition: all 1s ease;

    width: 37px

}



.setting-sidebar .customizer-header .theme-title .flex-grow-1 .icon-btn.btn-outline-light:hover {

    transform: rotate(1turn)

}



.setting-sidebar .customizer-header .theme-title .flex-grow-1 .icon-btn.btn-outline-light i {

    font-size: 18px

}



.setting-sidebar .customizer-body {

    max-height: calc(100vh - 125px);

    overflow-y: scroll;

    padding: 20px

}



.setting-sidebar .customizer-body>div {

    background-color: hsl(180 4% 95% / .5);

    box-shadow: 0 0 4px 3px hsl(240 1% 73% / .3)

}



.setting-sidebar .customizer-body .color-body input:focus {

    border-color: var(--theme-default)

}



.setting-sidebar .customizer-body .color-body .color-img {

    border: 5px solid rgb(175 175 175 / .3);

    border-radius: 10px;

    position: relative

}



.setting-sidebar .customizer-body .color-body .color-img img {

    border-radius: 5px;

    left: 0;

    transition: all 1s

}



.setting-sidebar .customizer-body .color-body .color-img img:hover {

    transform: scale(1.1)

}



.setting-sidebar .customizer-body .color-body .color-img .customizer-overlay {

    background: #fff0;

    border-radius: 5px;

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    transition: background .5s ease;

    width: 100%

}



.setting-sidebar .customizer-body .color-body .color-img .color-btn {

    align-items: center;

    display: flex;

    height: 100%;

    justify-content: center;

    left: 0;

    opacity: 0;

    position: absolute;

    top: 0;

    transition: opacity .35s ease;

    width: 100%

}



.setting-sidebar .customizer-body .color-body .color-img .color-btn a {

    border: 2px solid var(--white);

    color: var(--white);

    font-size: 12px;

    padding: 3px 6px;

    text-align: center;

    z-index: 1

}



.setting-sidebar .customizer-body .color-body .color-img:hover .customizer-overlay {

    background: rgb(0 0 0 / .3);

    display: block

}



.setting-sidebar .customizer-body .color-body .color-img:hover .color-btn {

    opacity: 1

}



.setting-sidebar .customizer-body .radio-form {

    align-items: center;

    display: flex;

    gap: 0;

    justify-content: space-evenly

}



.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li {

    height: unset;

    max-width: unset;

    padding: 8px 15px;

    width: unset

}



.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-input:checked[type=radio] {

    --bs-form-check-bg-image: none;

    background-image: none

}



.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-input {

    cursor: pointer

}



.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-input:checked~.form-check-label .stroke-icon {

    stroke: var(--theme-default)

}



.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-input:checked~.form-check-label .fill-icon {

    fill: var(--theme-default)

}



.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-input:checked~.form-check-label span {

    color: var(--theme-default)

}



.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-label {

    align-items: center;

    display: flex;

    gap: 6px;

    margin-bottom: 0 !important

}



.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-label svg {

    height: 18px;

    width: 18px

}



.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-label .stroke-icon {

    stroke: var(--light-text)

}



.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-label .fill-icon {

    fill: var(--light-text)

}



.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-label span {

    color: var(--light-text)

}



.setting-sidebar .customizer-body .customizer-color ul .color-layout {

    border: 1px solid #b8b8b8;

    border-radius: 6px;

    cursor: pointer;

    display: inline-block;

    height: 35px;

    margin-right: 3px;

    opacity: .9;

    padding: 3px;

    position: relative;

    width: 35px

}



.setting-sidebar .customizer-body .customizer-color ul .color-layout>div {

    background-color: #308e87;

    border-radius: 5px;

    height: 100%;

    width: 100%

}



.setting-sidebar .customizer-body .customizer-color ul .color-layout[data-attr=color-2] div {

    background-color: #57375d

}



.setting-sidebar .customizer-body .customizer-color ul .color-layout[data-attr=color-3] div {

    background-color: #0766ad

}



.setting-sidebar .customizer-body .customizer-color ul .color-layout[data-attr=color-4] div {

    background-color: #025464

}



.setting-sidebar .customizer-body .customizer-color ul .color-layout[data-attr=color-5] div {

    background-color: #884a39

}



.setting-sidebar .customizer-body .customizer-color ul .color-layout[data-attr=color-6] div {

    background-color: #0c356a

}



.setting-sidebar .customizer-footer {

    border-top: 1px solid #cccbcb;

    padding: 10px 20px

}



.setting-sidebar .customizer-footer .btn {

    align-items: center;

    box-shadow: 0 3px 3px 0 rgb(52 71 103 / .15), 0 3px 1px -2px rgb(52 71 103 / .2), 0 1px 5px 0 rgb(52 71 103 / .15);

    display: flex;

    gap: 6px

}



.setting-sidebar .customizer-footer .btn:hover {

    animation: pulse 1s infinite;

    transition: .3s

}



.setting-sidebar .customizer-footer .btn:hover svg {

    animation: swing .5s ease-in-out 1 alternate

}



.setting-sidebar .customizer-footer .btn svg {

    transition: color .3s

}



/* Dashboard Widget Styles */

.widget-card {

    border: 1px solid #e6e7e9;

    border-radius: 8px;

    transition: all 0.3s ease;

    min-height: 95px;

}



.widget-card:hover {

    border-color: #7366ff;

    box-shadow: 0 4px 12px rgba(115, 102, 255, 0.15);

    transform: translateY(-2px);

}



.widget-content {

    position: relative;

}



.widget-icon i {

    display: inline-block;

    transition: all 0.3s ease;

}



.widget-card:hover .widget-icon i {

    transform: scale(1.1);

}



.widget-value {

    font-weight: 700;

    font-size: 1.5rem;

    line-height: 1.2;

    color: #2c3e50;

}



.widget-label {

    font-size: 0.8rem;

    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 0.5px;

}



.widget-trend .badge {

    border-radius: 20px;

    font-weight: 500;

}



.widget-percentage {

    font-size: 0.75rem;

    opacity: 0.7;

}



/* Widget specific colors */

.widget-card .text-primary { color: #7366ff !important; }

.widget-card .text-success { color: #51bb25 !important; }

.widget-card .text-warning { color: #f8d62b !important; }

.widget-card .text-danger { color: #f73164 !important; }

.widget-card .text-info { color: #a927f9 !important; }

.widget-card .text-secondary { color: #747d88 !important; }



/* Dashboard widget container */

.general-widget .row {

    margin: 0 -8px;

}



.general-widget .col-sm-6,

.general-widget .col-xl-3 {

    padding: 0 8px;

    margin-bottom: 16px;

}



/* Widget Edit Mode Styles */

.widget-edit-mode .widget-card {

    border: 2px dashed #e6e7e9;

    transition: all 0.3s ease;

}



.widget-edit-mode .widget-card:hover {

    border-color: #7366ff;

    border-style: solid;

}



.widget-controls {

    background: rgba(255, 255, 255, 0.9);

    border-radius: 4px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

}



.widget-drag-handle {

    background: rgba(255, 255, 255, 0.9);

    border-radius: 4px;

    padding: 4px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

}



.widget-drag-handle:active {

    cursor: grabbing !important;

}



/* Drag and Drop Styles */

.widget-ghost {

    opacity: 0.5;

    background: #f8f9fa;

    transform: rotate(5deg);

}



.widget-drag {

    transform: scale(1.05);

    z-index: 1000;

    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);

}



/* Widget resize animations */

.widget-container {

    transition: all 0.3s ease;

}



/* Edit mode visual indicators */

.widget-edit-mode .widget-container::before {

    content: '';

    position: absolute;

    top: -2px;

    left: -2px;

    right: -2px;

    bottom: -2px;

    background: linear-gradient(45deg, transparent 30%, rgba(115, 102, 255, 0.1) 30%, rgba(115, 102, 255, 0.1) 70%, transparent 70%);

    background-size: 20px 20px;

    border-radius: 8px;

    pointer-events: none;

    opacity: 0;

    transition: opacity 0.3s ease;

}



.widget-edit-mode .widget-container:hover::before {

    opacity: 1;

}



/* Toast notifications positioning */

.toast-container {

    z-index: 1055;

}



/* Modal Widget Configuration Styles */

.sortable-widget-list {

    max-height: 400px;

    overflow-y: auto;

}



.sortable-widget-item {

    transition: all 0.3s ease;

    cursor: pointer;

}



.sortable-widget-item .widget-drag-handle:hover {

    color: #7366ff !important;

}



.sortable-widget-item .widget-drag-handle:active {

    cursor: grabbing !important;

}



/* Sortable drag states */

.sortable-ghost {

    opacity: 0.4;

    background: #f8f9fa;

    transform: rotate(2deg);

}



.sortable-drag {

    opacity: 0.8;

    transform: scale(1.02);

    z-index: 1000;

    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);

}



/* Widget item states */

.sortable-widget-item.border-primary {

    border-left: 4px solid #7366ff !important;

}



.sortable-widget-item.border-secondary {

    border-left: 4px solid #6c757d !important;

    opacity: 0.7;

}



.sortable-widget-item:hover {

    transform: translateY(-1px);

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}



/* Widget info styling */

.widget-info .widget-title {

    font-size: 0.95rem;

    color: #2c3e50;

}



.widget-order-badge {

    font-size: 0.75rem;

    font-weight: 600;

    min-width: 24px;

    text-align: center;

}



/* Responsive adjustments */

@media (max-width: 768px) {

    .sortable-widget-list {

        max-height: 300px;

    }

    

    .sortable-widget-item .d-flex {

        flex-wrap: wrap;

    }

    

    .widget-info {

        flex-basis: 100%;

        margin-top: 0.5rem;

    }

}
/* Widget Label Text Truncation - Compact Dashboard */
.widget-label {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    display: block !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.2px !important;
}

.widget-value {
    font-size: 1.4rem !important;
}

.widget-card .card-body {
    padding: 0.875rem !important;
}

/* Widget title truncation */
.widget-card .widget-title,
.widget-card h6,
.widget-card .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Kota Onay Sistemi Stilleri */
.quota-deduction-note,
.quota-approval-note,
.quota-approval-confirmed,
.quota-approval-rejected {
  border: 1px solid;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 8px 0;
  font-size: 0.9em;
}
.quota-deduction-note {
  border-color: #e9ecef;
  background: #f8f9fa;
}
.quota-approval-note {
  border-color: #ffc107;
  background: #fff8e1;
}
.quota-approval-confirmed {
  border-color: #2fb344;
  background: #e8f5e9;
}
.quota-approval-rejected {
  border-color: #d63939;
  background: #ffebee;
}
.quota-approval-buttons {
  border-left: 3px solid #ffc107;
}
