@charset "UTF-8";

/* DM Sans font family start*/
@font-face {
	font-family: 'DM Sans,sans-serif';
	src: url('../../fonts/dm_sans/dmsans-bold-webfont.woff2')
		format('woff2'), url('../../fonts/dm_sans/dmsans-bold-webfont.woff')
		format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans,sans-serif';
	src: url('../../fonts/dm_sans/dmsans-medium-webfont.woff2')
		format('woff2'), url('../../fonts/dm_sans/dmsans-medium-webfont.woff')
		format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans,sans-serif';
	src: url('../../fonts/dm_sans/dmsans-regular-webfont.woff2')
		format('woff2'),
		url('../../fonts/dm_sans/dmsans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* DM Sans font family end*/

/* poppins font family  start */

@font-face {
	font-family: 'Poppins';
	src: url('../../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
		url('../../fonts/poppins/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
		url('../../fonts/poppins/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
		url('../../fonts/poppins/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../../fonts/poppins/Poppins-Light.woff2') format('woff2'),
		url('../../fonts/poppins/Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
		url('../../fonts/poppins/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
/* poppins font family  start */


:root {
	--bg-primary: #00205c;
	--bg-secondary: #eaf1fe;
	--bg-primary-hover: #3266c4;
	--bg-light: #f8f9fa;
	--font-primary: #0f2650;
	--font-secondary: #4a76c8;
	--font-white: #fff;
	--highlighted: #d3b996;
	--highlight:#ffd700;
	--h-header: 50px;
    --body-font-regu: "Poppins", sans-serif;
    --body-font-title: "DM Sans", sans-serif;
}


.popover,
.tooltip,
address {
    font-style: normal
}

.card,
.popover,
.toast-body,
.tooltip,
code {
    word-wrap: break-word
}

::file-selector-button,
[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

label,
output {
    display: inline-block
}

.badge,
.page-header .breadcrumb svg,
progress,
sub,
sup {
    vertical-align: baseline
}

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

:root {
    --pc-heading-color: #222;
    --pc-active-background: rgba(255, 255, 255, 0.2);
    --pc-sidebar-background: #fff;
    --pc-sidebar-color: #39465f;
    --pc-sidebar-color-rgb: 57, 70, 95;
    --pc-sidebar-submenu-border-color: var(--bs-gray-300);
    --pc-sidebar-active-color: #0d6efd;
    --pc-sidebar-active-bg: rgba(202, 202, 202, 0.3);
    --pc-sidebar-shadow: 2px 0 2.94px 0.06px rgba(4, 26, 55, 0.16);
    --pc-sidebar-caption-color: var(--pc-heading-color);
    --pc-sidebar-border: none;
    --pc-header-background: linear-gradient(to right, #4099ff, #73b4ff);
    --pc-header-color: #fff;
    --pc-header-shadow: none;
    --pc-card-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    --pc-card-box-hover-shadow: 0px 8px 24px rgba(27, 46, 94, 0.12);
    --pc-header-submenu-background: #ffffff;
    --pc-header-submenu-color: #39465f;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

[data-pc-sidebar-theme=dark] {
    --pc-sidebar-background: #3b4650;
    --pc-sidebar-color: #ffffff;
    --pc-sidebar-color-rgb: 255, 255, 255;
    --pc-sidebar-submenu-border-color: var(--bs-gray-600);
    --pc-sidebar-caption-color: #748892
}

body {
    font-feature-settings: "salt";
    margin: 0;
    font-family: var(--body-font-regu);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
        letter-spacing: 0.6px;
}



[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, 0.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, 0.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: rgba(255, 255, 255, 0.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
    }
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .1
}

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

address,
dl,
ol,
p,
pre,
ul {
    margin-bottom: 1rem
}

blockquote,
figure {
    margin: 0 0 1rem
}

.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.2625rem + .15vw)
}

@media(min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.375rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: .875rem
}

dl,
ol,
p,
ul {
    margin-top: 0
}

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

address {
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

.small,
small {
    font-size: 80%
}

.mark,
mark {
    padding: .2em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none
}

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;
    margin-top: 0;
    overflow: auto;
    font-size: 80%
}

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

code,
kbd {
    font-size: 80%
}

code {
    color: var(--bs-code-color)
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 2px
}

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

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

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

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

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

button {
    border-radius: 0
}

fieldset,
iframe {
    border: 0
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    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
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

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

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

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

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

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

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 300;
    line-height: 1.2
}

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

[hidden] {
    display: none !important
}

.figure,
.form-check-inline,
.list-inline-item {
    display: inline-block
}

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

.list-inline,
.list-unstyled {
    padding-left: 0 !important;
    list-style: none
}

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

.initialism {
    font-size: 80%;
    text-transform: uppercase
}

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

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

.blockquote-footer {
    margin-bottom: 1rem;
    font-size: 80%;
    color: #5b6b79
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #f6f7fb;
    border: 1px solid #dbe0e5;
    border-radius: 4px
}

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

.figure-caption {
    font-size: 90%;
    color: #5b6b79
}

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

@media(min-width:576px) {

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

.form-label {
    margin-bottom: .5rem;
    font-weight: 500;
}

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

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

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

.form-text {
    margin-top: .25rem;
    font-size: 80%;
    color: #5b6b79
}

.custom-select,
.dataTable-input,
.dataTable-selector,
.datatable-input,
.form-control {
    display: block;
    width: 100%;
    padding: .8rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5b6b79;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbe0e5;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

    .custom-select,
    .dataTable-input,
    .dataTable-selector,
    .datatable-input,
    .form-control {
        transition: none
    }
}

.form-control[type=file],
[type=file].custom-select,
[type=file].dataTable-input,
[type=file].dataTable-selector,
[type=file].datatable-input {
    overflow: hidden
}



.form-control[type=file]:not(:disabled):not([readonly]),
[type=file].custom-select:not(:disabled):not([readonly]),
[type=file].dataTable-input:not(:disabled):not([readonly]),
[type=file].dataTable-selector:not(:disabled):not([readonly]),
[type=file].datatable-input:not(:disabled):not([readonly]) {
    cursor: pointer
}

.custom-select:focus,
.dataTable-input:focus,
.dataTable-selector:focus,
.datatable-input:focus,
.form-control:focus {
    color: #5b6b79;
    background-color: #fff;
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), .2)
}

.custom-select::-webkit-date-and-time-value,
.dataTable-input::-webkit-date-and-time-value,
.dataTable-selector::-webkit-date-and-time-value,
.datatable-input::-webkit-date-and-time-value,
.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.custom-select::-webkit-datetime-edit,
.dataTable-input::-webkit-datetime-edit,
.dataTable-selector::-webkit-datetime-edit,
.datatable-input::-webkit-datetime-edit,
.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.custom-select::-moz-placeholder,
.dataTable-input::-moz-placeholder,
.dataTable-selector::-moz-placeholder,
.datatable-input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #bec8d0;
    opacity: 1
}

.custom-select::placeholder,
.dataTable-input::placeholder,
.dataTable-selector::placeholder,
.datatable-input::placeholder,
.form-control::placeholder {
    color: #bec8d0;
    opacity: 1
}

.custom-select:disabled,
.dataTable-input:disabled,
.dataTable-selector:disabled,
.datatable-input:disabled,
.form-control:disabled {
    background-color: #f3f5f7;
    opacity: 1
}

.custom-select::file-selector-button,
.dataTable-input::file-selector-button,
.dataTable-selector::file-selector-button,
.datatable-input::file-selector-button,
.form-control::file-selector-button {
    padding: .8rem .75rem;
    margin: -.8rem -.75rem;
    margin-inline-end: .75rem;
    color: #5b6b79;
    background-color: #f6f7fb;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

    .custom-select::file-selector-button,
    .dataTable-input::file-selector-button,
    .dataTable-selector::file-selector-button,
    .datatable-input::file-selector-button,
    .form-control::file-selector-button {
        transition: none
    }
}

.custom-select:hover:not(:disabled):not([readonly])::file-selector-button,
.dataTable-input:hover:not(:disabled):not([readonly])::file-selector-button,
.dataTable-selector:hover:not(:disabled):not([readonly])::file-selector-button,
.datatable-input:hover:not(:disabled):not([readonly])::file-selector-button,
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #eaebee
}

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

.form-control-plaintext:focus {
    outline: 0
}

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

.form-control-sm {
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .7rem;
    font-size: .765625rem;
    border-radius: 6px
}

.form-control-sm::file-selector-button {
    padding: .375rem .7rem;
    margin: -.375rem -.7rem;
    margin-inline-end: .7rem
}

.form-control-lg {
    min-height: calc(1.5em + 1.55rem + 2px);
    padding: .775rem .85rem;
    font-size: 1.09375rem;
    border-radius: 10px
}

.form-control-lg::file-selector-button {
    padding: .775rem .85rem;
    margin: -.775rem -.85rem;
    margin-inline-end: .85rem
}

textarea.custom-select,
textarea.dataTable-input,
textarea.dataTable-selector,
textarea.datatable-input,
textarea.form-control {
    min-height: 40px;
}

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

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

.form-control-color {
    width: 3rem;
    height: calc(1.5em + 1.6rem + 2px);
    padding: .8rem
}

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

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 8px
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: 8px
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .75rem + 2px)
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1.55rem + 2px)
}

.datatable-selector
 {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231d2630' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .8rem 2rem .8rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5b6b79;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #dbe0e5;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-check-input,
.form-range {
    -webkit-appearance: none;
    -moz-appearance: none
}

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

    .datatable-selector,
    .form-select {
        transition: none
    }
}

.datatable-selector:focus,
.form-select:focus {
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: 0 0 0 1px var(--bs-primary)
}

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

.datatable-selector:disabled,
.form-select:disabled {
    color: #5b6b79;
    background-color: #f3f5f7
}

.datatable-selector:-moz-focusring,
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #5b6b79
}

.form-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    padding-left: .7rem;
    font-size: .765625rem;
    border-radius: 6px
}

.form-select-lg {
    padding-top: .775rem;
    padding-bottom: .775rem;
    padding-left: .85rem;
    font-size: 1.09375rem;
    border-radius: 10px
}

[data-bs-theme=dark] .datatable-selector,
[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

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

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

.form-check-reverse {
    padding-right: 1.75em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.75em;
    margin-left: 0
}

.form-check-input {
    --bs-form-check-bg: #ffffff;
    flex-shrink: 0;
    width: 1.25em;
    height: 1.25em;
    margin-top: .125em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    print-color-adjust: exact;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-check-input:checked,
.form-check-input[type=checkbox]:indeterminate {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary)
}

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

.form-check-input[type=checkbox] {
    border-radius: 6px
}

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

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

.form-check-input:focus {
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(var(--bs-primary), .25)
}

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

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

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

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

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

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

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

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

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

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

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

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

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

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

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

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

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f6f7fb, 0 0 0 2px rgba(var(--bs-primary-rgb), .2)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f6f7fb, 0 0 0 2px rgba(var(--bs-primary-rgb), .2)
}

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

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--bs-primary);
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-range::-webkit-slider-thumb:active {
    background-color: rgba(var(--bs-primary-rgb), .8)
}

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

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-primary);
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-range::-moz-range-thumb:active {
    background-color: rgba(var(--bs-primary-rgb), .8)
}

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

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

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

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

.form-floating {
    position: relative
}



.invalid-tooltip,
.valid-tooltip {
    position: absolute;
    line-height: 1.5;
    z-index: 5
}

.tooltip{
	padding:0;
}

.form-floating>.custom-select,
.form-floating>.dataTable-input,
.form-floating>.dataTable-selector,
.form-floating>.datatable-input,
.form-floating>.datatable-selector,
.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

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

.form-floating>.custom-select,
.form-floating>.dataTable-input,
.form-floating>.dataTable-selector,
.form-floating>.datatable-input,
.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.custom-select::-moz-placeholder,
.form-floating>.dataTable-input::-moz-placeholder,
.form-floating>.dataTable-selector::-moz-placeholder,
.form-floating>.datatable-input::-moz-placeholder,
.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.custom-select::placeholder,
.form-floating>.dataTable-input::placeholder,
.form-floating>.dataTable-selector::placeholder,
.form-floating>.datatable-input::placeholder,
.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.custom-select:not(:-moz-placeholder-shown),
.form-floating>.dataTable-input:not(:-moz-placeholder-shown),
.form-floating>.dataTable-selector:not(:-moz-placeholder-shown),
.form-floating>.datatable-input:not(:-moz-placeholder-shown),
.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.custom-select:focus,
.form-floating>.custom-select:not(:placeholder-shown),
.form-floating>.dataTable-input:focus,
.form-floating>.dataTable-input:not(:placeholder-shown),
.form-floating>.dataTable-selector:focus,
.form-floating>.dataTable-selector:not(:placeholder-shown),
.form-floating>.datatable-input:focus,
.form-floating>.datatable-input:not(:placeholder-shown),
.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-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.custom-select:-webkit-autofill,
.form-floating>.dataTable-input:-webkit-autofill,
.form-floating>.dataTable-selector:-webkit-autofill,
.form-floating>.datatable-input:-webkit-autofill,
.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

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

.form-floating>.custom-select:not(:-moz-placeholder-shown)~label,
.form-floating>.dataTable-input:not(:-moz-placeholder-shown)~label,
.form-floating>.dataTable-selector:not(:-moz-placeholder-shown)~label,
.form-floating>.datatable-input:not(:-moz-placeholder-shown)~label,
.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.custom-select:focus~label,
.form-floating>.custom-select:not(:placeholder-shown)~label,
.form-floating>.dataTable-input:focus~label,
.form-floating>.dataTable-input:not(:placeholder-shown)~label,
.form-floating>.dataTable-selector:focus~label,
.form-floating>.dataTable-selector:not(:placeholder-shown)~label,
.form-floating>.datatable-input:focus~label,
.form-floating>.datatable-input:not(:placeholder-shown)~label,
.form-floating>.datatable-selector~label,
.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), 1);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.custom-select:not(:-moz-placeholder-shown)~label::after,
.form-floating>.dataTable-input:not(:-moz-placeholder-shown)~label::after,
.form-floating>.dataTable-selector:not(:-moz-placeholder-shown)~label::after,
.form-floating>.datatable-input:not(:-moz-placeholder-shown)~label::after,
.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: #fff;
    border-radius: 8px
}

.form-floating>.custom-select:focus~label::after,
.form-floating>.custom-select:not(:placeholder-shown)~label::after,
.form-floating>.dataTable-input:focus~label::after,
.form-floating>.dataTable-input:not(:placeholder-shown)~label::after,
.form-floating>.dataTable-selector:focus~label::after,
.form-floating>.dataTable-selector:not(:placeholder-shown)~label::after,
.form-floating>.datatable-input:focus~label::after,
.form-floating>.datatable-input:not(:placeholder-shown)~label::after,
.form-floating>.datatable-selector~label::after,
.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 {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: #fff;
    border-radius: 8px
}

.form-floating>.custom-select:-webkit-autofill~label,
.form-floating>.dataTable-input:-webkit-autofill~label,
.form-floating>.dataTable-selector:-webkit-autofill~label,
.form-floating>.datatable-input:-webkit-autofill~label,
.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb), 1);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: 1px 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: #f3f5f7
}

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

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

.input-group>.custom-select:focus,
.input-group>.dataTable-input:focus,
.input-group>.dataTable-selector:focus,
.input-group>.datatable-input:focus,
.input-group>.datatable-selector:focus,
.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
    z-index: 5
}

.input-group .btn,
.input-group .introjs-tooltip .introjs-button,
.introjs-tooltip .input-group .introjs-button {
    position: relative;
    z-index: 2
}

.input-group .btn:focus,
.input-group .introjs-tooltip .introjs-button:focus,
.introjs-tooltip .input-group .introjs-button:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .7rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5b6b79;
    text-align: center;
    white-space: nowrap;
    background-color: #f6f7fb;
    border: 1px solid #dbe0e5;
    border-radius: 2px
}

.input-group-lg>.btn,
.input-group-lg>.custom-select,
.input-group-lg>.dataTable-input,
.input-group-lg>.dataTable-selector,
.input-group-lg>.datatable-input,
.input-group-lg>.datatable-selector,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.introjs-tooltip .input-group-lg>.introjs-button {
    padding: .775rem .85rem;
    font-size: 1.09375rem;
    border-radius: 10px
}

.input-group-sm>.btn,
.input-group-sm>.custom-select,
.input-group-sm>.dataTable-input,
.input-group-sm>.dataTable-selector,
.input-group-sm>.datatable-input,
.input-group-sm>.datatable-selector,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.introjs-tooltip .input-group-sm>.introjs-button {
    padding: .375rem .7rem;
    font-size: .765625rem;
    border-radius: 6px
}

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



.btn,
.introjs-tooltip .introjs-button {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.594rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
/*     --bs-btn-border-width: 1px; */
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 2px;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

    .btn,
    .introjs-tooltip .introjs-button {
        transition: none
    }
}

.introjs-tooltip .introjs-button:hover {
    color: var(--bs-btn-hover-color);
    text-decoration: none;
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover,
.introjs-tooltip .btn-check+.introjs-button:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn-check:focus-visible+.btn,
.btn:focus-visible,
.introjs-tooltip .btn-check:focus-visible+.introjs-button,
.introjs-tooltip .introjs-button:focus-visible {
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn:focus-visible,
.introjs-tooltip .introjs-button:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg)
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.introjs-tooltip .active.introjs-button,
.introjs-tooltip .btn-check:checked+.introjs-button,
.introjs-tooltip .introjs-button:first-child:active,
.introjs-tooltip .show.introjs-button,
.introjs-tooltip :not(.btn-check)+.introjs-button:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
.btn-check:checked:focus-visible+.btn,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
.introjs-tooltip .active.introjs-button:focus-visible,
.introjs-tooltip .btn-check:checked+.introjs-button:focus-visible,
.introjs-tooltip .btn-check:checked:focus-visible+.introjs-button,
.introjs-tooltip .introjs-button:first-child:active:focus-visible,
.introjs-tooltip .show.introjs-button:focus-visible,
.introjs-tooltip :not(.btn-check)+.introjs-button:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
.introjs-tooltip .disabled.introjs-button,
.introjs-tooltip .introjs-button:disabled,
.introjs-tooltip fieldset:disabled .introjs-button,
fieldset:disabled .btn,
fieldset:disabled .introjs-tooltip .introjs-button {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    vertical-align: .255em;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    content: ""
}


.btn-group-lg>.btn,
.btn-lg,
.introjs-tooltip .btn-group-lg>.introjs-button {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 1.3rem;
    --bs-btn-font-size: 1.09375rem;
    --bs-btn-border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm,
.introjs-tooltip .btn-group-sm>.introjs-button {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.765625rem;
    --bs-btn-border-radius: 2px
}

.fade {
    transition: opacity .15s linear
}

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

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

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

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid;
    border-bottom: 0
}

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

.dropdown-menu {
    --bs-dropdown-zindex: 1026;
    --bs-dropdown-min-width: 12rem;
    --bs-dropdown-padding-x: 0.5rem;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 0.875rem;
    --bs-dropdown-color: #222;
    --bs-dropdown-bg: #ffffff;
    --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
    --bs-dropdown-border-radius: 8px;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-inner-border-radius: 8px;
    --bs-dropdown-divider-bg: #f3f5f7;
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    --bs-dropdown-link-color: #222;
    --bs-dropdown-link-hover-color: var(--bs-dropdown-link-color);
    --bs-dropdown-link-hover-bg: #f3f5f7;
    --bs-dropdown-link-active-color: var(--bs-dropdown-link-color);
    --bs-dropdown-link-active-bg: var(--pc-active-background);
    --bs-dropdown-link-disabled-color: #5b6b79;
    --bs-dropdown-item-padding-x: 0.95rem;
    --bs-dropdown-item-padding-y: 0.65rem;
    --bs-dropdown-header-color: #5b6b79;
    --bs-dropdown-header-padding-x: 0.95rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-bottom: .3em solid
}

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

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

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

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

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

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

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

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

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-header {
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .765625rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dbe0e5;
    --bs-dropdown-bg: #1d2630;
    --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #dbe0e5;
    --bs-dropdown-link-hover-color: #ffffff;
    --bs-dropdown-divider-bg: #f3f5f7;
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: var(--bs-dropdown-link-color);
    --bs-dropdown-link-active-bg: var(--pc-active-background);
    --bs-dropdown-link-disabled-color: #8996a4;
    --bs-dropdown-header-color: #8996a4
}

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

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

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.introjs-tooltip .btn-group-vertical>.active.introjs-button,
.introjs-tooltip .btn-group-vertical>.btn-check:checked+.introjs-button,
.introjs-tooltip .btn-group-vertical>.btn-check:focus+.introjs-button,
.introjs-tooltip .btn-group-vertical>.introjs-button:active,
.introjs-tooltip .btn-group-vertical>.introjs-button:focus,
.introjs-tooltip .btn-group-vertical>.introjs-button:hover,
.introjs-tooltip .btn-group>.active.introjs-button,
.introjs-tooltip .btn-group>.btn-check:checked+.introjs-button,
.introjs-tooltip .btn-group>.btn-check:focus+.introjs-button,
.introjs-tooltip .btn-group>.introjs-button:active,
.introjs-tooltip .btn-group>.introjs-button:focus,
.introjs-tooltip .btn-group>.introjs-button: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: 2px
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn,
.introjs-tooltip .btn-group>:not(.btn-check:first-child)+.introjs-button {
    margin-left: calc(1px * -1)
}

.card>hr,
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

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

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn,
.introjs-tooltip .btn-group>.btn-group:not(:first-child)>.introjs-button,
.introjs-tooltip .btn-group>.introjs-button:nth-child(n+3),
.introjs-tooltip .btn-group>:not(.btn-check)+.introjs-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.introjs-tooltip .btn-group-sm>.introjs-button+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.introjs-tooltip .btn-group-lg>.introjs-button+.dropdown-toggle-split {
    padding-right: .975rem;
    padding-left: .975rem
}

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

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

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.introjs-tooltip .btn-group-vertical>.introjs-button:not(:first-child) {
    margin-top: calc(1px * -1)
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.introjs-tooltip .btn-group-vertical>.btn-group:not(:last-child)>.introjs-button,
.introjs-tooltip .btn-group-vertical>.introjs-button:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn,
.introjs-tooltip .btn-group-vertical>.btn-group:not(:first-child)>.introjs-button,
.introjs-tooltip .btn-group-vertical>.btn~.introjs-button,
.introjs-tooltip .btn-group-vertical>.introjs-button~.btn,
.introjs-tooltip .btn-group-vertical>.introjs-button~.introjs-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #5b6b79;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color);
    text-decoration: none
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: 4px;
    --bs-nav-tabs-link-hover-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-body-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: 4px;
    --bs-nav-pills-link-active-color: #ffffff;
    --bs-nav-pills-link-active-bg: var(--bs-primary)
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.nav-fill .nav-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: calc(1rem / 2);
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3359375rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.09375rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.09375rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 2px;
    --bs-navbar-toggler-focus-width: 0.2rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

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

.card,
.navbar-nav {
    flex-direction: column
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color);
    text-decoration: none
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --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;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

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

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

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

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

.card{
    color: var(--bs-body-color)
}

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

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

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

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

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

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

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

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

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

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

    .navbar-expand-sm .navbar-toggler,
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

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

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

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

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

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

    .navbar-expand-md .navbar-toggler,
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

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

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

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

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

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

    .navbar-expand-lg .navbar-toggler,
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

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

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

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

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

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

    .navbar-expand-xl .navbar-toggler,
    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

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

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

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

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

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

    .navbar-expand-xxl .navbar-toggler,
    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

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

.hstack,
.list-group-horizontal,
.navbar-expand .navbar-nav {
    flex-direction: row
}

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

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

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

.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.card-body,
.comment-block .comment {
    padding: 15px;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #ffffff;
    --bs-navbar-brand-color: #ffffff;
    --bs-navbar-brand-hover-color: #ffffff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

.card {
    --bs-card-spacer-y: 25px;
    --bs-card-spacer-x: 25px;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 0px;
    --bs-card-border-color: #dbe0e5;
    --bs-card-border-radius: 5px;
    --bs-card-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    --bs-card-inner-border-radius: calc(5px - 0px);
    --bs-card-cap-padding-y: 25px;
    --bs-card-cap-padding-x: 25px;
    --bs-card-cap-bg: transparent;
    --bs-card-bg: #ffffff;
    --bs-card-img-overlay-padding: 1.25rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    min-width: 0;
    height: var(--bs-card-height);
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>hr {
    margin-right: 0
}

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

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

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

.card-body {
    flex: 1 1 auto;
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

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

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    color: var(--bs-card-subtitle-color)
}

.card-footer,
.card-header {
    padding: 1rem;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg)
}

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

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header-pills,
.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-header {
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-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-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

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

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

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

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

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

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

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-bg: #ffffff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 4px;
    --bs-accordion-inner-border-radius: 3px;
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #222;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233a8ae6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #3a8ae6;
    --bs-accordion-active-bg: #ecf5ff;
    --bs-accordion-color: #222
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: .875rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

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

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

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

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

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

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

.accordion-flush>.accordion-item:last-child,
.checkout-tabs {
    border-bottom: 0
}

.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:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

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

.accordion-flush>.accordion-item>.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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 2;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-divider-color: #5b6b79;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #5b6b79;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='14' height='14' stroke='%235b6b79' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E"))
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #ffffff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dbe0e5;
    --bs-pagination-border-radius: 4px;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #f3f5f7;
    --bs-pagination-hover-border-color: #dbe0e5;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #f3f5f7;
    --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25);
    --bs-pagination-active-color: #ffffff;
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
    --bs-pagination-disabled-color: #5b6b79;
    --bs-pagination-disabled-bg: #ffffff;
    --bs-pagination-disabled-border-color: #dbe0e5;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    text-decoration: none;
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,
.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

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

.page-item .page-link {
    border-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.09375rem;
    --bs-pagination-border-radius: 8px
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.765625rem;
    --bs-pagination-border-radius: 2px
}

.badge {
    --bs-badge-padding-x: 0.8em;
    --bs-badge-padding-y: 0.45em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 600;
    --bs-badge-color: #ffffff;
    --bs-badge-border-radius: 2px;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge,
.introjs-tooltip .introjs-button .badge {
    position: relative;
    top: -1px
}



@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.65625rem;
    --bs-progress-bg: #f6f7fb;
    --bs-progress-border-radius: 4px;
    --bs-progress-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    --bs-progress-bar-color: #ffffff;
    --bs-progress-bar-bg: #4099ff;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

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

    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    --bs-list-group-bg: #ffffff;
    --bs-list-group-border-color: #dbe0e5;
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 4px;
    --bs-list-group-item-padding-x: 14px;
    --bs-list-group-item-padding-y: 16.6666666667px;
    --bs-list-group-action-color: #3e4853;
    --bs-list-group-action-hover-color: #3e4853;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #222;
    --bs-list-group-action-active-bg: #f3f5f7;
    --bs-list-group-disabled-color: #dbe0e5;
    --bs-list-group-disabled-bg: #ffffff;
    --bs-list-group-active-color: #ffffff;
    --bs-list-group-active-bg: var(--bs-primary);
    --bs-list-group-active-border-color: var(--bs-primary);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.btn-close,
.btn-close:hover {
    color: var(--bs-btn-close-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }

    .modal-xl {
        --bs-modal-width: 1140px
    }
}

@media(min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-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: #000000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    background: center/1em auto no-repeat var(--bs-btn-close-bg);
    border: 0;
    border-radius: 4px;
    opacity: var(--bs-btn-close-opacity)
}

.introjs-tooltip,
.modal-content,
.popover,
.toast,
.toast-header {
    background-clip: padding-box
}

.btn-close:hover {
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.modal-backdrop.fade,
.toast.showing {
    opacity: 0
}

.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: 0.75rem;
    --bs-toast-padding-y: 0.25rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: rgba(0, 0, 0, 0.1);
    --bs-toast-border-radius: 0.25rem;
    --bs-toast-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    --bs-toast-header-color: #5b6b79;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1.25rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-bg: #ffffff;
    --bs-modal-border-color: rgba(0, 0, 0, 0.2);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 4px;
    --bs-modal-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    --bs-modal-inner-border-radius: 3px;
    --bs-modal-header-padding-x: 1.5625rem;
    --bs-modal-header-padding-y: 1.25rem;
    --bs-modal-header-padding: 1.25rem 1.5625rem;
    --bs-modal-header-border-color: #dbe0e5;
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-border-color: #dbe0e5;
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .introjs-tooltip,
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.introjs-tooltip,
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media(min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .introjs-tooltip,
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.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 {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .introjs-tooltip,
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .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 {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .introjs-tooltip,
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .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 {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .introjs-tooltip,
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .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 {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .introjs-tooltip,
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .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 {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .introjs-tooltip,
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .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: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: 0;
    --bs-tooltip-font-size: 0.765625rem;
    --bs-tooltip-color: #ffffff;
    --bs-tooltip-bg: #000000;
    --bs-tooltip-border-radius: 4px;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.765625rem;
    --bs-popover-bg: #ffffff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: rgba(0, 0, 0, 0.2);
    --bs-popover-border-radius: 8px;
    --bs-popover-inner-border-radius: 7px;
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-popover-header-padding-x: 0.75rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: #29344a;
    --bs-popover-header-bg: #f7f7f7;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #222;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    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;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - 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 {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-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 {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - 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 {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.carousel,
.carousel-inner,
.carousel-item,
.ratio {
    position: relative
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-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 {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

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

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

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

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

[data-pc-direction=ltr] .text-decoration-none,
[data-pc-direction=rtl] .text-decoration-none {
    text-decoration: none !important
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmZmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNUw0LjI1IDRsMi41LTIuNUw1LjI1IDB6Jy8+PC9zdmc+)
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmZmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjVMMy43NSA0bC0yLjUgMi41TDIuNzUgOGw0LTQtNC00eicvPjwvc3ZnPg==)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

.carousel-dark .carousel-indicators [data-bs-target],
.offcanvas-backdrop,
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-caption,
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

[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)
}

.spinner-border,
.spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.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: -0.125em;
    --bs-spinner-animation-speed: 0.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) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }

    .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: 360px;
    --bs-offcanvas-height: 33vh;
    --bs-offcanvas-padding-x: 1.25rem;
    --bs-offcanvas-padding-y: 1.25rem;
    --bs-offcanvas-bg: #ffffff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: rgba(0, 0, 0, 0.2);
    --bs-offcanvas-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media(max-width:575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-sm.offcanvas-bottom,
    .offcanvas-sm.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .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(max-width:575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media(min-width:576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(max-width:767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-md.offcanvas-bottom,
    .offcanvas-md.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .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(max-width:767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media(min-width:768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(max-width:991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-lg.offcanvas-bottom,
    .offcanvas-lg.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .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(max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media(min-width:992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(max-width:1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-xl.offcanvas-bottom,
    .offcanvas-xl.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .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(max-width:1199.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media(min-width:1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(max-width:1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-xxl.offcanvas-bottom,
    .offcanvas-xxl.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .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(max-width:1399.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media(min-width:1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

.text-bg-danger,
.text-bg-info,
.text-bg-primary,
.text-bg-secondary,
.text-bg-success,
.text-bg-warning {
    color: #fff !important
}

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

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh
}

.placeholder,
.vr {
    min-height: 1em;
    background-color: currentcolor
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

[data-pc-direction=ltr] .lh-1,
[data-pc-direction=rtl] .lh-1 {
    line-height: 1 !important
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    vertical-align: middle;
    cursor: wait;
    opacity: .5
}

[data-pc-direction=ltr] .align-baseline,
[data-pc-direction=rtl] .align-baseline {
    vertical-align: baseline !important
}

.introjs-tooltip .placeholder.introjs-button::before,
.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

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

.text-bg-primary {
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #212529 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-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(51, 122, 204, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(51, 122, 204, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(51, 122, 204, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-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;
    -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-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;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-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(37, 173, 146, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(37, 173, 146, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(37, 173, 146, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-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(0, 150, 170, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(0, 150, 170, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(0, 150, 170, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-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(204, 146, 62, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(204, 146, 62, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(204, 146, 62, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-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(204, 66, 90, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(204, 66, 90, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(204, 66, 90, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-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;
    -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-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;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-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;
    -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-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;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-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;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important
}

.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-underline-offset: .25em;
    backface-visibility: hidden
}

.icon-link>.bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: .2s ease-in-out transform
}

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

.icon-link-hover:focus-visible>.bi,
.icon-link-hover:hover>.bi {
    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.hstack,
.vstack {
    display: flex;
    align-self: stretch
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-action,
.sticky-bottom,
.sticky-top {
    z-index: 1020;
    position: sticky
}

.sticky-top {
    top: 0
}

.sticky-bottom {
    bottom: 0
}

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

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

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

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

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

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

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

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

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

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    align-items: center
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

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

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
    position: absolute !important
}

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

[data-pc-direction=ltr] .position-static,
[data-pc-direction=rtl] .position-static {
    position: static !important
}

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



.editor-statusbar,
.p-b-0 {
    padding-bottom: 0
}

.card .card-header .h5+.small,
.card .card-header .h5+p,
.card .card-header .h5+small,
.card .card-header h5+.small,
.card .card-header h5+p,
.card .card-header h5+small,
.m-t-10 {
    margin-top: 10px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10,
.widget-chat-box .rc-10 {
    margin-bottom: 10px
}

.text-header {
    color: var(--bs-heading-color)
}

.bg-body {
    background: var(--bs-body-bg)
}

.bg-grd-primary {
    background: linear-gradient(45deg, #4099ff, #73b4ff)
}

.bg-light-primary {
    background: #ecf5ff;
    color: #4099ff
}

.fc-event.event-primary,
.text-hover-primary:hover {
    color: #4099ff !important
}

.icon-svg-primary {
    fill: #ecf5ff;
    stroke: #4099ff
}

.material-icons-two-tone.text-primary {
    background-color: #4099ff
}

.bg-grd-secondary {
    background: linear-gradient(45deg, #6c757d, #868e96)
}

.bg-light-secondary {
    background: #f0f1f2;
    color: #6c757d
}

.icon-svg-secondary {
    fill: #f0f1f2;
    stroke: #6c757d
}

.material-icons-two-tone.text-secondary {
    background-color: #6c757d
}

.text-hover-secondary:hover {
    color: #6c757d !important
}

.bg-grd-success {
    background: linear-gradient(45deg, #2ed8b6, #59e0c5)
}

.bg-light-success {
    background: #eafbf8;
    color: #2ed8b6
}

.icon-svg-success {
    fill: #eafbf8;
    stroke: #2ed8b6
}

.material-icons-two-tone.text-success {
    background-color: #2ed8b6
}

.text-hover-success:hover {
    color: #2ed8b6 !important
}

.bg-grd-info {
    background: linear-gradient(45deg, #00bcd4, #08e3ff)
}

.bg-light-info {
    background: #e6f8fb;
    color: #00bcd4
}

.icon-svg-info {
    fill: #e6f8fb;
    stroke: #00bcd4
}

.material-icons-two-tone.text-info {
    background-color: #00bcd4
}

.text-hover-info:hover {
    color: #00bcd4 !important
}

.bg-grd-warning {
    background: linear-gradient(45deg, #ffb64d, #ffcb80)
}

.bg-light-warning {
    background: #fff8ed;
    color: #ffb64d
}

.icon-svg-warning {
    fill: #fff8ed;
    stroke: #ffb64d
}

.material-icons-two-tone.text-warning {
    background-color: #ffb64d
}

.text-hover-warning:hover {
    color: #ffb64d !important
}

.bg-grd-danger {
    background: linear-gradient(45deg, #ff5370, #ff869a)
}

.bg-light-danger {
    background: #ffeef1;
    color: #ff5370
}

.icon-svg-danger {
    fill: #ffeef1;
    stroke: #ff5370
}

.material-icons-two-tone.text-danger {
    background-color: #ff5370
}

.text-hover-danger:hover {
    color: #ff5370 !important
}

.bg-grd-light {
    background: linear-gradient(45deg, #f8f9fa, #fff)
}

.bg-light-light {
    background: #fefeff;
    color: #f8f9fa
}

.icon-svg-light {
    fill: #fefeff;
    stroke: #f8f9fa
}

.material-icons-two-tone.text-light {
    background-color: #f8f9fa
}

.text-hover-light:hover {
    color: #f8f9fa !important
}

.bg-grd-dark {
    background: linear-gradient(45deg, #212529, #383f45)
}

.bg-light-dark {
    background: #e9e9ea;
    color: #212529
}

.icon-svg-dark {
    fill: #e9e9ea;
    stroke: #212529
}

.material-icons-two-tone.text-dark {
    background-color: #212529
}

.text-hover-dark:hover {
    color: #212529 !important
}

.b-primary {
    border: 1px solid #4099ff
}

.border-bottom-primary td {
    border-bottom: 1px solid #4099ff
}

.border-bottom-primary th {
    border-bottom: 1px solid #4099ff !important
}

.fill-primary {
    fill: #4099ff
}

.b-secondary {
    border: 1px solid #6c757d
}

.border-bottom-secondary td {
    border-bottom: 1px solid #6c757d
}

.border-bottom-secondary th {
    border-bottom: 1px solid #6c757d !important
}

.fill-secondary {
    fill: #6c757d
}

.b-success {
    border: 1px solid #2ed8b6
}

.border-bottom-success td {
    border-bottom: 1px solid #2ed8b6
}

.border-bottom-success th {
    border-bottom: 1px solid #2ed8b6 !important
}

.fill-success {
    fill: #2ed8b6
}

.b-info {
    border: 1px solid #00bcd4
}

.border-bottom-info td {
    border-bottom: 1px solid #00bcd4
}

.border-bottom-info th {
    border-bottom: 1px solid #00bcd4 !important
}

.fill-info {
    fill: #00bcd4
}

.b-warning {
    border: 1px solid #ffb64d
}

.border-bottom-warning td {
    border-bottom: 1px solid #ffb64d
}

.border-bottom-warning th {
    border-bottom: 1px solid #ffb64d !important
}

.fill-warning {
    fill: #ffb64d
}

.b-danger {
    border: 1px solid #ff5370
}

.border-bottom-danger td {
    border-bottom: 1px solid #ff5370
}

.border-bottom-danger th {
    border-bottom: 1px solid #ff5370 !important
}

.fill-danger {
    fill: #ff5370
}

.b-light {
    border: 1px solid #f8f9fa
}

.border-bottom-light td {
    border-bottom: 1px solid #f8f9fa
}

.border-bottom-light th {
    border-bottom: 1px solid #f8f9fa !important
}

.fill-light {
    fill: #f8f9fa
}

.b-dark {
    border: 1px solid #212529
}

.border-bottom-dark td {
    border-bottom: 1px solid #212529
}

.border-bottom-dark th {
    border-bottom: 1px solid #212529 !important
}

.fill-dark {
    fill: #212529
}

.bg-brand-color-1 {
    background: linear-gradient(to right, #4099ff, #73b4ff)
}

.bg-brand-color-2 {
    background: linear-gradient(to right, #ff5370, #f48fb1)
}

.bg-brand-color-3 {
    background: linear-gradient(to right, #4099ff, #6e7ff3)
}

.bg-brand-color-4 {
    background: linear-gradient(to right, #38a9f9, #43e9b3)
}

.bg-brand-color-5 {
    background: linear-gradient(to right, #3b4650, #647688)
}

.bg-brand-color-6 {
    background: linear-gradient(to right, #ff784f, #ff5370)
}

.bg-brand-color-7 {
    background: linear-gradient(to right, #11c788, #54e2b7)
}

.bg-brand-color-8 {
    background: linear-gradient(to right, #ff5858, #f09819)
}

.bg-brand-color-9 {
    background: linear-gradient(to right, #39adb5, #7c4dff)
}

.bg-brand-color-10 {
    background: linear-gradient(to right, #473b7b, #30d2be)
}

.bg-brand-color-11 {
    background: linear-gradient(to right, #000, #0fb3c2)
}

.bg-brand-color-12 {
    background: linear-gradient(to right, #2d0102, #091991)
}

.bg-light-facebook {
    background: #ecf0f7;
    color: #4267b2
}

.bg-facebook {
    background: #4267b2
}

.text-facebook {
    color: #4267b2
}

.bg-light-twitter {
    background: #ecf9ff;
    color: #42c0fb
}

.bg-twitter {
    background: #42c0fb
}

.text-twitter {
    color: #42c0fb
}

.bg-light-dribbble {
    background: #fdedf3;
    color: #ec4a89
}

.bg-dribbble {
    background: #ec4a89
}

.text-dribbble {
    color: #ec4a89
}

.bg-light-pinterest {
    background: #f9e9ea;
    color: #bf2131
}

.bg-pinterest {
    background: #bf2131
}

.text-pinterest {
    color: #bf2131
}

.bg-light-youtube {
    background: #fceae8;
    color: #e0291d
}

.bg-youtube {
    background: #e0291d
}

.text-youtube {
    color: #e0291d
}

.bg-light-googleplus {
    background: #f9ecea;
    color: #c73e2e
}

.bg-googleplus {
    background: #c73e2e
}

.text-googleplus {
    color: #c73e2e
}

.bg-light-instagram {
    background: #f7f2ef;
    color: #aa7c62
}

.bg-instagram {
    background: #aa7c62
}

.text-instagram {
    color: #aa7c62
}

.bg-light-viber {
    background: #f2eef5;
    color: #7b519d
}

.bg-viber {
    background: #7b519d
}

.text-viber {
    color: #7b519d
}

.bg-light-behance {
    background: #e6eeff;
    color: #0057ff
}

.bg-behance {
    background: #0057ff
}

.text-behance {
    color: #0057ff
}

.bg-light-dropbox {
    background: #ebf2ff;
    color: #3380ff
}

.bg-dropbox {
    background: #3380ff
}

.text-dropbox {
    color: #3380ff
}

.bg-light-linkedin {
    background: #e6f1f8;
    color: #0077b5
}

.bg-linkedin {
    background: #0077b5
}

.text-linkedin {
    color: #0077b5
}

.bg-light-amazon {
    background: #e6e6e6;
    color: #000
}

.bg-amazon {
    background: #000
}

.text-amazon {
    color: #000
}

.font-hairline {
    font-weight: 100 !important
}

.font-thin {
    font-weight: 200 !important
}

.font-light {
    font-weight: 300 !important
}

.font-normal {
    font-weight: 400 !important
}

.font-medium {
    font-weight: 500 !important
}

.font-semibold {
    font-weight: 600 !important
}

.font-bold {
    font-weight: 700 !important
}

.font-extrabold {
    font-weight: 800 !important
}

.font-black {
    font-weight: 900 !important
}

.text-xs {
    font-size: .625rem !important
}

.text-sm {
    font-size: .75rem !important
}

.text-md {
    font-size: .8125rem !important
}

.text-base {
    font-size: .875rem !important
}

.text-lg {
    font-size: 1rem !important
}

.text-xl {
    font-size: 1.125rem !important
}

.text-2xl {
    font-size: 1.25rem !important
}

.text-3xl {
    font-size: 1.5rem !important
}

.text-4xl {
    font-size: 2rem !important
}

.text-5xl {
    font-size: 2.25rem !important
}

.text-6xl {
    font-size: 2.5rem !important
}

.text-7xl {
    font-size: 3rem !important
}

.text-8xl {
    font-size: 4rem !important
}

.text-9xl {
    font-size: 6rem !important
}

.text-10xl {
    font-size: 8rem !important
}

.uppercase {
    text-transform: uppercase !important
}

.lowercase {
    text-transform: lowercase !important
}

.capitalize {
    text-transform: capitalize !important
}

.normal-case {
    text-transform: none !important
}

.bg-blue-100 {
    background: #d9ebff
}

.text-blue-100 {
    color: #d9ebff
}

.bg-blue-200 {
    background: #b3d6ff
}

.text-blue-200 {
    color: #b3d6ff
}

.bg-blue-300 {
    background: #8cc2ff
}

.text-blue-300 {
    color: #8cc2ff
}

.bg-blue-400 {
    background: #66adff
}

.text-blue-400 {
    color: #66adff
}

.bg-blue-500 {
    background: #4099ff
}

.text-blue-500 {
    color: #4099ff
}

.bg-blue-600 {
    background: #337acc
}

.text-blue-600 {
    color: #337acc
}

.bg-blue-700 {
    background: #265c99
}

.text-blue-700 {
    color: #265c99
}

.bg-blue-800 {
    background: #1a3d66
}

.text-blue-800 {
    color: #1a3d66
}

.bg-blue-900 {
    background: #0d1f33
}

.text-blue-900 {
    color: #0d1f33
}

.bg-indigo-100 {
    background: #e0cffc
}

.text-indigo-100 {
    color: #e0cffc
}

.bg-indigo-200 {
    background: #c29ffa
}

.text-indigo-200 {
    color: #c29ffa
}

.bg-indigo-300 {
    background: #a370f7
}

.text-indigo-300 {
    color: #a370f7
}

.bg-indigo-400 {
    background: #8540f5
}

.text-indigo-400 {
    color: #8540f5
}

.bg-indigo-500 {
    background: #6610f2
}

.text-indigo-500 {
    color: #6610f2
}

.bg-indigo-600 {
    background: #520dc2
}

.text-indigo-600 {
    color: #520dc2
}

.bg-indigo-700 {
    background: #3d0a91
}

.text-indigo-700 {
    color: #3d0a91
}

.bg-indigo-800 {
    background: #290661
}

.text-indigo-800 {
    color: #290661
}

.bg-indigo-900 {
    background: #140330
}

.text-indigo-900 {
    color: #140330
}

.bg-purple-100 {
    background: #e1d8f1
}

.text-purple-100 {
    color: #e1d8f1
}

.bg-purple-200 {
    background: #c2b0e2
}

.text-purple-200 {
    color: #c2b0e2
}

.bg-purple-300 {
    background: #a489d4
}

.text-purple-300 {
    color: #a489d4
}

.bg-purple-400 {
    background: #8561c5
}

.text-purple-400 {
    color: #8561c5
}

.bg-purple-500 {
    background: #673ab7
}

.text-purple-500 {
    color: #673ab7
}

.bg-purple-600 {
    background: #522e92
}

.text-purple-600 {
    color: #522e92
}

.bg-purple-700 {
    background: #3e236e
}

.text-purple-700 {
    color: #3e236e
}

.bg-purple-800 {
    background: #291749
}

.text-purple-800 {
    color: #291749
}

.bg-purple-900 {
    background: #150c25
}

.text-purple-900 {
    color: #150c25
}

.bg-pink-100 {
    background: #fad8e8
}

.text-pink-100 {
    color: #fad8e8
}

.bg-pink-200 {
    background: #f6b2d1
}

.text-pink-200 {
    color: #f6b2d1
}

.bg-pink-300 {
    background: #f18bba
}

.text-pink-300 {
    color: #f18bba
}

.bg-pink-400 {
    background: #ed65a3
}

.text-pink-400 {
    color: #ed65a3
}

.bg-pink-500 {
    background: #e83e8c
}

.text-pink-500 {
    color: #e83e8c
}

.bg-pink-600 {
    background: #ba3270
}

.text-pink-600 {
    color: #ba3270
}

.bg-pink-700 {
    background: #8b2554
}

.text-pink-700 {
    color: #8b2554
}

.bg-pink-800 {
    background: #5d1938
}

.text-pink-800 {
    color: #5d1938
}

.bg-pink-900 {
    background: #2e0c1c
}

.text-pink-900 {
    color: #2e0c1c
}

.bg-red-100 {
    background: #ffdde2
}

.text-red-100 {
    color: #ffdde2
}

.bg-red-200 {
    background: #ffbac6
}

.text-red-200 {
    color: #ffbac6
}

.bg-red-300 {
    background: #ff98a9
}

.text-red-300 {
    color: #ff98a9
}

.bg-red-400 {
    background: #ff758d
}

.text-red-400 {
    color: #ff758d
}

.bg-red-500 {
    background: #ff5370
}

.text-red-500 {
    color: #ff5370
}

.bg-red-600 {
    background: #cc425a
}

.text-red-600 {
    color: #cc425a
}

.bg-red-700 {
    background: #993243
}

.text-red-700 {
    color: #993243
}

.bg-red-800 {
    background: #66212d
}

.text-red-800 {
    color: #66212d
}

.bg-red-900 {
    background: #331116
}

.text-red-900 {
    color: #331116
}

.bg-orange-100 {
    background: #ffe5d0
}

.text-orange-100 {
    color: #ffe5d0
}

.bg-orange-200 {
    background: #fecba1
}

.text-orange-200 {
    color: #fecba1
}

.bg-orange-300 {
    background: #feb272
}

.text-orange-300 {
    color: #feb272
}

.bg-orange-400 {
    background: #fd9843
}

.text-orange-400 {
    color: #fd9843
}

.bg-orange-500 {
    background: #fd7e14
}

.text-orange-500 {
    color: #fd7e14
}

.bg-orange-600 {
    background: #ca6510
}

.text-orange-600 {
    color: #ca6510
}

.bg-orange-700 {
    background: #984c0c
}

.text-orange-700 {
    color: #984c0c
}

.bg-orange-800 {
    background: #653208
}

.text-orange-800 {
    color: #653208
}

.bg-orange-900 {
    background: #331904
}

.text-orange-900 {
    color: #331904
}

.bg-yellow-100 {
    background: #fff0db
}

.text-yellow-100 {
    color: #fff0db
}

.bg-yellow-200 {
    background: #ffe2b8
}

.text-yellow-200 {
    color: #ffe2b8
}

.bg-yellow-300 {
    background: #ffd394
}

.text-yellow-300 {
    color: #ffd394
}

.bg-yellow-400 {
    background: #ffc571
}

.text-yellow-400 {
    color: #ffc571
}

.bg-yellow-500 {
    background: #ffb64d
}

.text-yellow-500 {
    color: #ffb64d
}

.bg-yellow-600 {
    background: #cc923e
}

.text-yellow-600 {
    color: #cc923e
}

.bg-yellow-700 {
    background: #996d2e
}

.text-yellow-700 {
    color: #996d2e
}

.bg-yellow-800 {
    background: #66491f
}

.text-yellow-800 {
    color: #66491f
}

.bg-yellow-900 {
    background: #33240f
}

.text-yellow-900 {
    color: #33240f
}

.bg-green-100 {
    background: #d5f7f0
}

.text-green-100 {
    color: #d5f7f0
}

.bg-green-200 {
    background: #abefe2
}

.text-green-200 {
    color: #abefe2
}

.bg-green-300 {
    background: #82e8d3
}

.text-green-300 {
    color: #82e8d3
}

.bg-green-400 {
    background: #58e0c5
}

.text-green-400 {
    color: #58e0c5
}

.bg-green-500 {
    background: #2ed8b6
}

.text-green-500 {
    color: #2ed8b6
}

.bg-green-600 {
    background: #25ad92
}

.text-green-600 {
    color: #25ad92
}

.bg-green-700 {
    background: #1c826d
}

.text-green-700 {
    color: #1c826d
}

.bg-green-800 {
    background: #125649
}

.text-green-800 {
    color: #125649
}

.bg-green-900 {
    background: #092b24
}

.text-green-900 {
    color: #092b24
}

.bg-teal-100 {
    background: #cce6e6
}

.text-teal-100 {
    color: #cce6e6
}

.bg-teal-200 {
    background: #9cc
}

.text-teal-200 {
    color: #9cc
}

.bg-teal-300 {
    background: #66b3b3
}

.text-teal-300 {
    color: #66b3b3
}

.bg-teal-400 {
    background: #399
}

.text-teal-400 {
    color: #399
}

.bg-teal-500 {
    background: teal
}

.text-teal-500 {
    color: teal
}

.bg-teal-600 {
    background: #066
}

.text-teal-600 {
    color: #066
}

.bg-teal-700 {
    background: #004d4d
}

.text-teal-700 {
    color: #004d4d
}

.bg-teal-800 {
    background: #033
}

.text-teal-800 {
    color: #033
}

.bg-teal-900 {
    background: #001a1a
}

.text-teal-900 {
    color: #001a1a
}

.bg-cyan-100 {
    background: #ccf2f6
}

.text-cyan-100 {
    color: #ccf2f6
}

.bg-cyan-200 {
    background: #99e4ee
}

.text-cyan-200 {
    color: #99e4ee
}

.bg-cyan-300 {
    background: #66d7e5
}

.text-cyan-300 {
    color: #66d7e5
}

.bg-cyan-400 {
    background: #33c9dd
}

.text-cyan-400 {
    color: #33c9dd
}

.bg-cyan-500 {
    background: #00bcd4
}

.text-cyan-500 {
    color: #00bcd4
}

.bg-cyan-600 {
    background: #0096aa
}

.text-cyan-600 {
    color: #0096aa
}

.bg-cyan-700 {
    background: #00717f
}

.text-cyan-700 {
    color: #00717f
}

.bg-cyan-800 {
    background: #004b55
}

.text-cyan-800 {
    color: #004b55
}

.bg-cyan-900 {
    background: #00262a
}

.text-cyan-900 {
    color: #00262a
}

.bg-gray-100 {
    background: #f8f9fa
}

.text-gray-100 {
    color: #f8f9fa
}

.bg-gray-200 {
    background: #f3f5f7
}

.text-gray-200 {
    color: #f3f5f7
}

.bg-gray-300 {
    background: #dbe0e5
}

.text-gray-300 {
    color: #dbe0e5
}

.bg-gray-400 {
    background: #bec8d0
}

.text-gray-400 {
    color: #bec8d0
}

.bg-gray-500 {
    background: #8996a4
}

.text-gray-500 {
    color: #8996a4
}

.bg-gray-600 {
    background: #5b6b79
}

.text-gray-600 {
    color: #5b6b79
}

.bg-gray-700 {
    background: #3e4853
}

.text-gray-700 {
    color: #3e4853
}

.bg-gray-800 {
    background: #1d2630
}

.text-gray-800 {
    color: #1d2630
}

.bg-gray-900 {
    background: #131920
}

.text-gray-900 {
    color: #131920
}

:focus {
    outline: 0
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    outline: 0;
    text-decoration: none
}

a:not([href]) {
    color: inherit
}

p {
    font-size: 14px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--pc-heading-color)
}

b,
strong {
    font-weight: 600
}

.breadcrumb-default-icon .breadcrumb-item+.breadcrumb-item::before {
    position: relative;
    top: 2px
}

.btn-page .btn,
.btn-page .introjs-tooltip .introjs-button,
.introjs-tooltip .btn-page .introjs-button {
    margin-right: 5px;
    margin-bottom: 5px
}

.btn-page .btn-group .btn,
.btn-page .btn-group .introjs-tooltip .introjs-button,
.introjs-tooltip .btn-page .btn-group .introjs-button {
    margin-right: 0;
    margin-bottom: 0
}

.btn-page .btn-group .btn:last-child,
.btn-page .btn-group .introjs-tooltip .introjs-button:last-child,
.introjs-tooltip .btn-page .btn-group .introjs-button:last-child {
    border-left: none
}

.btn-page .btn-group label:first-of-type {
    border-right: none
}

.material-icons-two-tone {
    background-color: #222;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.material-icons-two-tone.text-white {
    background-color: #fff
}

.img-radius {
    border-radius: 50%
}

.pc-icon:not([class*=wid-]) {
    width: 22px
}

.pc-icon:not([class*=hei-]) {
    height: 22px
}

.peity-full-width .peity {
    width: 100%;
    height: 125px
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    color: #abb2bf;
    background: #282c34
}

.hljs-comment,
.hljs-quote {
    color: #5c6370;
    font-style: italic
}

.hljs-doctag,
.hljs-formula,
.hljs-keyword {
    color: #c678dd
}

.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
    color: #e06c75
}

.hljs-literal {
    color: #56b6c2
}

.hljs-addition,
.hljs-attribute,
.hljs-meta-string,
.hljs-regexp,
.hljs-string {
    color: #98c379
}

.hljs-built_in,
.hljs-class .hljs-title {
    color: #e6c07b
}

.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
    color: #d19a66
}

.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
    color: #61aeee
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}

.hljs-link {
    text-decoration: underline
}

.bd-example-row {
    background: #f6f7fb;
    padding: 15px;
    margin-bottom: 15px
}

.bd-example-tabs .nav-tabs,
.form-v1 .form-label-group,
.highlight {
    margin-bottom: 1rem
}

.bd-example-row .row>.col,
.bd-example-row .row>[class^=col-] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2)
}

.bd-example-row .flex-items-bottom,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-top {
    min-height: 6rem;
    background-color: rgba(255, 0, 0, .1)
}

.bd-example-row-flex-cols .row {
    min-height: 10rem;
    background-color: rgba(255, 0, 0, .1)
}

.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem;
    border: solid #ddd;
    border-width: .2rem 0 0
}

@media only screen and (max-height:575px) {
    .bd-example {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: .2rem
    }
}

.modal {
    z-index: 1072
}

.modal .popover,
.modal .tooltip {
    z-index: 1073
}

.modal-backdrop {
    z-index: 1071
}

.bd-example-modal {
    background-color: var(--bs-body-bg)
}

.bd-example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block
}

.bd-example-modal .modal-dialog {
    left: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px
}

.bd-example-modal .offcanvas {
    position: static;
    display: block;
    height: 200px;
    visibility: visible;
    transform: translate(0)
}

.modal .bd-example-row {
    padding: 15px 25px
}

.highlight {
    padding: 1rem;
    background-color: #f3f2fb;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.bd-content .highlight {
    margin-right: 15px;
    margin-left: 15px
}

@media only screen and (max-height:575px) {
    .highlight {
        padding: 1.5rem
    }

    .bd-content .highlight {
        margin-right: 0;
        margin-left: 0
    }
}

.highlight pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0
}

.highlight pre code {
    font-size: inherit;
    color: #333
}

.color-block.bg-blue-100,
.color-block.bg-blue-200 {
    color: #212529
}

svg.feather:not([class*=wid-]) {
    width: 20px
}

svg.feather:not([class*=hei-]) {
    height: 20px
}

@media(min-width:1600px) {
    .container {
        max-width: 1540px
    }
}

pre[class*=language-]:after,
pre[class*=language-]:before {
    display: none
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
    background: 0 0;
    display: flex;
    margin: 0
}

pre[class*=language-]>code {
    width: 100%
}

.blockquote {
    padding: .5rem 1rem
}

.fixed-button {
    position: fixed;
    bottom: -50px;
    right: 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .35);
    opacity: 0;
    z-index: 9;
    transition: all .5s ease
}

.fixed-button.active {
    bottom: 50px;
    opacity: 1
}

.color-card .card-body {
    margin: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    background: rgba(107, 117, 125, .08);
    border-radius: 4px
}

.color-block,
[data-pc-layout=compact] .pc-sidebar .pc-navbar>.pc-item {
    margin: 4px 0
}

.color-block.text-blue-100,
.color-block.text-blue-200 {
    background-color: #212529
}

.blockquote-footer,
.row>div .color-block:first-child {
    margin-top: 0
}

.color-block.bg-blue-300,
.color-block.bg-blue-400,
.color-block.bg-blue-500,
.color-block.bg-blue-600,
.color-block.bg-blue-700,
.color-block.bg-blue-800,
.color-block.bg-blue-900 {
    color: #fff
}

.color-block.text-blue-300,
.color-block.text-blue-400,
.color-block.text-blue-500,
.color-block.text-blue-600,
.color-block.text-blue-700,
.color-block.text-blue-800,
.color-block.text-blue-900 {
    background-color: #fff
}

.color-block.bg-indigo-100 {
    color: #212529
}

.color-block.bg-indigo-200,
.color-block.bg-indigo-300,
.color-block.bg-indigo-400,
.color-block.bg-indigo-500,
.color-block.bg-indigo-600,
.color-block.bg-indigo-700,
.color-block.bg-indigo-800,
.color-block.bg-indigo-900 {
    color: #fff
}

.color-block.text-indigo-100 {
    background-color: #212529
}

.color-block.text-indigo-200,
.color-block.text-indigo-300,
.color-block.text-indigo-400,
.color-block.text-indigo-500,
.color-block.text-indigo-600,
.color-block.text-indigo-700,
.color-block.text-indigo-800,
.color-block.text-indigo-900 {
    background-color: #fff
}

.color-block.bg-purple-100 {
    color: #212529
}

.color-block.bg-purple-200,
.color-block.bg-purple-300,
.color-block.bg-purple-400,
.color-block.bg-purple-500,
.color-block.bg-purple-600,
.color-block.bg-purple-700,
.color-block.bg-purple-800,
.color-block.bg-purple-900 {
    color: #fff
}

.color-block.text-purple-100 {
    background-color: #212529
}

.color-block.text-purple-200,
.color-block.text-purple-300,
.color-block.text-purple-400,
.color-block.text-purple-500,
.color-block.text-purple-600,
.color-block.text-purple-700,
.color-block.text-purple-800,
.color-block.text-purple-900 {
    background-color: #fff
}

.color-block.bg-pink-100 {
    color: #212529
}

.color-block.bg-pink-200,
.color-block.bg-pink-300,
.color-block.bg-pink-400,
.color-block.bg-pink-500,
.color-block.bg-pink-600,
.color-block.bg-pink-700,
.color-block.bg-pink-800,
.color-block.bg-pink-900 {
    color: #fff
}

.color-block.text-pink-100 {
    background-color: #212529
}

.color-block.text-pink-200,
.color-block.text-pink-300,
.color-block.text-pink-400,
.color-block.text-pink-500,
.color-block.text-pink-600,
.color-block.text-pink-700,
.color-block.text-pink-800,
.color-block.text-pink-900 {
    background-color: #fff
}

.color-block.bg-red-100 {
    color: #212529
}

.color-block.bg-red-200,
.color-block.bg-red-300,
.color-block.bg-red-400,
.color-block.bg-red-500,
.color-block.bg-red-600,
.color-block.bg-red-700,
.color-block.bg-red-800,
.color-block.bg-red-900 {
    color: #fff
}

.color-block.text-red-100 {
    background-color: #212529
}

.color-block.text-red-200,
.color-block.text-red-300,
.color-block.text-red-400,
.color-block.text-red-500,
.color-block.text-red-600,
.color-block.text-red-700,
.color-block.text-red-800,
.color-block.text-red-900 {
    background-color: #fff
}

.color-block.bg-orange-100,
.color-block.bg-orange-200 {
    color: #212529
}

.color-block.text-orange-100,
.color-block.text-orange-200 {
    background-color: #212529
}

.color-block.bg-orange-300,
.color-block.bg-orange-400,
.color-block.bg-orange-500,
.color-block.bg-orange-600,
.color-block.bg-orange-700,
.color-block.bg-orange-800,
.color-block.bg-orange-900 {
    color: #fff
}

.color-block.text-orange-300,
.color-block.text-orange-400,
.color-block.text-orange-500,
.color-block.text-orange-600,
.color-block.text-orange-700,
.color-block.text-orange-800,
.color-block.text-orange-900 {
    background-color: #fff
}

.color-block.bg-yellow-100,
.color-block.bg-yellow-200,
.color-block.bg-yellow-300 {
    color: #212529
}

.color-block.text-yellow-100,
.color-block.text-yellow-200,
.color-block.text-yellow-300 {
    background-color: #212529
}

.color-block.bg-yellow-400,
.color-block.bg-yellow-500,
.color-block.bg-yellow-600,
.color-block.bg-yellow-700,
.color-block.bg-yellow-800,
.color-block.bg-yellow-900 {
    color: #fff
}

.color-block.text-yellow-400,
.color-block.text-yellow-500,
.color-block.text-yellow-600,
.color-block.text-yellow-700,
.color-block.text-yellow-800,
.color-block.text-yellow-900 {
    background-color: #fff
}

.color-block.bg-green-100,
.color-block.bg-green-200,
.color-block.bg-green-300 {
    color: #212529
}

.color-block.text-green-100,
.color-block.text-green-200,
.color-block.text-green-300 {
    background-color: #212529
}

.color-block.bg-green-400,
.color-block.bg-green-500,
.color-block.bg-green-600,
.color-block.bg-green-700,
.color-block.bg-green-800,
.color-block.bg-green-900 {
    color: #fff
}

.color-block.text-green-400,
.color-block.text-green-500,
.color-block.text-green-600,
.color-block.text-green-700,
.color-block.text-green-800,
.color-block.text-green-900 {
    background-color: #fff
}

.color-block.bg-teal-100 {
    color: #212529
}

.color-block.bg-teal-200,
.color-block.bg-teal-300,
.color-block.bg-teal-400,
.color-block.bg-teal-500,
.color-block.bg-teal-600,
.color-block.bg-teal-700,
.color-block.bg-teal-800,
.color-block.bg-teal-900 {
    color: #fff
}

.color-block.text-teal-100 {
    background-color: #212529
}

.color-block.text-teal-200,
.color-block.text-teal-300,
.color-block.text-teal-400,
.color-block.text-teal-500,
.color-block.text-teal-600,
.color-block.text-teal-700,
.color-block.text-teal-800,
.color-block.text-teal-900 {
    background-color: #fff
}

.color-block.bg-cyan-100,
.color-block.bg-cyan-200 {
    color: #212529
}

.color-block.text-cyan-100,
.color-block.text-cyan-200 {
    background-color: #212529
}

.color-block.bg-cyan-300,
.color-block.bg-cyan-400,
.color-block.bg-cyan-500,
.color-block.bg-cyan-600,
.color-block.bg-cyan-700,
.color-block.bg-cyan-800,
.color-block.bg-cyan-900 {
    color: #fff
}

.color-block.text-cyan-300,
.color-block.text-cyan-400,
.color-block.text-cyan-500,
.color-block.text-cyan-600,
.color-block.text-cyan-700,
.color-block.text-cyan-800,
.color-block.text-cyan-900 {
    background-color: #fff
}

.color-block.bg-gray-100,
.color-block.bg-gray-200,
.color-block.bg-gray-300 {
    color: #212529
}

.color-block.text-gray-100,
.color-block.text-gray-200,
.color-block.text-gray-300 {
    background-color: #212529
}

.color-block.bg-gray-400,
.color-block.bg-gray-500,
.color-block.bg-gray-600,
.color-block.bg-gray-700,
.color-block.bg-gray-800,
.color-block.bg-gray-900 {
    color: #fff
}

.analytic-card .analytic-icon,
.color-block.text-gray-400,
.color-block.text-gray-500,
.color-block.text-gray-600,
.color-block.text-gray-700,
.color-block.text-gray-800,
.color-block.text-gray-900 {
    background-color: #fff
}

.row>div .color-block:last-child {
    margin-bottom: 0
}

.card .toast-container {
    position: relative
}

.toast-container {
    z-index: 1022
}

.carousel-indicators li::marker {
    font-size: 0
}

.pagination .page-item .page-link {
    border-radius: 0
}

.pagination .page-item:first-child .page-link {
    border-radius: var(--bs-pagination-border-radius) 0 0 var(--bs-pagination-border-radius)
}

.pagination .page-item:last-child .page-link {
    border-radius: 0 var(--bs-pagination-border-radius) var(--bs-pagination-border-radius) 0
}

.customer-body {
    height: calc(100% - 60px)
}

.offcanvas-bottom,
.offcanvas-top {
    min-height: 240px
}

.pc-sidebar {
    background: var(--pc-sidebar-background);
/* background-image: linear-gradient(to bottom, #00205c, #203772, #384f88, #50699f, #6983b5); */
    width: 245px;
    position: fixed;
    top: 70px;
    bottom: 0;
    z-index: 1026;
    overflow: hidden;
    box-shadow: var(--pc-sidebar-shadow);
    border-right: var(--pc-sidebar-border)
}

.pc-sidebar .navbar-wrapper {
    width: 245px;
    background: inherit
}

.pc-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.pc-sidebar .pc-caption {
    color: var(--pc-sidebar-caption-color);
    display: block;
    padding: 30px 23px 8px !important;
    text-transform: lowercase;
    position: relative;
    line-height: 1.34;
    font-size: 12px;
    font-weight: 500
}

.pc-sidebar .pc-caption:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    height: 1px;
    background: var(--pc-sidebar-submenu-border-color)
}

.pc-sidebar .pc-caption:first-child {
    padding-top: 10px !important
}

.pc-sidebar .pc-caption i,
.pc-sidebar .pc-caption svg,
.pc-sidebar .pc-caption:first-child::after {
    display: none
}

.pc-sidebar .pc-caption label {
    margin-bottom: 0
}

.pc-sidebar .pc-caption span:not(.badge) {
    display: block;
    color: #67758a;
    font-size: 14px;
    font-weight: 500
}

.pc-sidebar .pc-micon {
    margin-right: 8px;
/*     height: 24px; */
/*     width: 24px; */
    display: inline-block;
    vertical-align: middle;
    text-align: center
}
.pc-sidebar .pc-mtext {
    vertical-align: middle;
}
.pc-sidebar .pc-micon i {
    font-size: 18px;
    vertical-align: middle
}

.pc-sidebar .pc-micon i.material-icons-two-tone {
    font-size: 22px;
    display: inline-block
}

.pc-sidebar .pc-micon>svg {
    width: 22px;
    height: 22px;
    display: inline-block
}

.pc-sidebar .pc-link {
    display: block;
    padding: 15px 12px;
    color: var(--pc-sidebar-color);
    position: relative;
    font-size: 14px;
    font-weight: 400
}

.pc-sidebar .pc-link.active,
.pc-sidebar .pc-link:focus,
.pc-sidebar .pc-link:hover {
    text-decoration: none
}

.pc-sidebar .pc-navbar>.pc-item>.pc-link::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    bottom: 2px
}

.pc-sidebar .pc-navbar>.pc-item.active>.pc-link {
    font-weight: 500
}

.pc-sidebar .pc-navbar>.pc-item.active>.pc-link:after {
    background: var(--pc-sidebar-active-bg);
    border-left: 4px solid var(--highlight);
}

.pc-sidebar .pc-navbar>.pc-item:hover:not(.active)>.pc-link:after {
    background: var(--pc-sidebar-active-bg)
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu {
    position: relative
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu:after {
    content: "";
    position: absolute;
    top: 0;
    height: calc(100% - 22px);
    width: 1px;
    border-left: 1px solid var(--pc-sidebar-submenu-border-color)
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item>.pc-link:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 24px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: 0 0
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item>.pc-link:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 8px;
    height: 1px;
    width: 18px;
    background: var(--pc-sidebar-submenu-border-color)
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item.active>.pc-link,
.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item.pc-trigger>.pc-link {
    font-weight: 600;
    color: var(--pc-sidebar-color)
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item.active>.pc-link:after,
.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item.pc-trigger>.pc-link:after,
.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item:focus>.pc-link:after,
.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item:hover>.pc-link:after {
    background: var(--highlight);
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu:after {
    left: 8px
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-link {
    padding: 12px 12px 12px 35px
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-link:before {
    left: 30px
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-link:after {
    left: 28px
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu:after {
    left: 20px
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu .pc-link {
    padding: 12px 15px 12px 45px
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu .pc-link:before {
    left: 20px
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu .pc-link:after {
    left: 36px
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu .pc-submenu:after {
    left: 32px
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu .pc-submenu .pc-link {
    padding: 12px 30px 12px 55px
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu .pc-submenu .pc-link:before {
    left: 32px
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu .pc-submenu .pc-link:after {
    left: 46px
}

.pc-sidebar .pc-item.disabled a {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pc-sidebar .pc-arrow {
    float: right;
    display: inline-block;
    transition: all .2s ease-in-out;
        margin-left: auto;
}

.pc-sidebar .pc-arrow>svg {
    width: 14px;
    height: 14px
}

.pc-sidebar .pc-badge {
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1;
    float: right;
    background: var(--bs-primary)
}

.pc-sidebar .m-header {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 16px
}

@media(min-width:1025px) {
    .pc-sidebar .m-header {
        display: none
    }
}

.pc-sidebar .navbar-content {
    position: relative;
    height: calc(100vh - 138px) !important;
    padding: 10px 0;
    overflow: auto;
}

/* .pc-navbar { */
/*     height: calc(100vh - 90px); */
/* } */

.pc-sidebar .card {
    box-shadow: none;
    margin: 15px
}

.pc-sidebar .card.nav-action-card .card-body {
    background-size: 200%;
    background-position: center
}

.pc-sidebar .pc-hasmenu:not(.pc-trigger) > .pc-submenu {
    display: none
}

.pc-sidebar .pc-hasmenu.pc-trigger > .pc-submenu {
    display: block
}

.pc-sidebar .pc-hasmenu.pc-trigger>.pc-link>.pc-arrow {
    transform: rotate(90deg)
}

.pc-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, .15)
}

[data-pc-sidebar-caption=false] .pc-sidebar .pc-caption {
    display: none
}

@media(min-width:1025px) {
    .navbar-overlay .pc-sidebar.pc-over-menu-active .navbar-wrapper {
        position: relative;
        z-index: 5
    }

    .navbar-overlay .pc-sidebar:not(.pc-over-menu-active) {
        left: -245px;
        box-shadow: none
    }

    .pc-sidebar {
        transition: width .2s ease
    }

    .pc-sidebar~.pc-header {
        transition: left .2s ease
    }

    .pc-sidebar~.pc-container,
    .pc-sidebar~.pc-footer {
        transition: margin-left .2s ease
    }

    .pc-sidebar.pc-sidebar-hide {
        width: 0;
        --pc-sidebar-border: none
    }

    .pc-sidebar.pc-sidebar-hide~.pc-header {
        left: 0
    }

    .pc-sidebar.pc-sidebar-hide~.pc-container,
    .pc-sidebar.pc-sidebar-hide~.pc-footer {
        margin-left: 0
    }

    .pc-header .pc-h-item.pc-sidebar-popup {
        display: none
    }
}

@media(max-width:1024px) {
    .pc-header .pc-h-item.pc-sidebar-collapse {
        display: none
    }

    .pc-sidebar {
        left: -245px;
        box-shadow: none;
        top: 0;
        transition: all .2s ease-in-out
    }

    .pc-sidebar.mob-sidebar-active {
        left: 0
    }

    .pc-sidebar.mob-sidebar-active .navbar-wrapper {
        position: relative;
        z-index: 5;
        background: inherit;
        height: 100%;
    }
}

.pc-header {
/*     background-image: linear-gradient(315deg, #2234ae 0%, #05183d 74%); */
    background-image: linear-gradient(to right, #002248, #002e5e, #003a75, #03468d, #0a53a6);
    color: var(--pc-header-color);
    min-height: 60px;
    box-shadow: var(--pc-header-shadow);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1025;
    display: flex;
    gap: 20px;
    align-items: center;
}

.pc-header ul {
    margin-bottom: 0;
    display: inline-flex
}

.pc-header .m-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 170px;
}

.pc-header .header-wrapper {
    display: flex;
    align-items: center;
/*     padding: 0 20px; */
    flex-grow: 1
}

@media(max-width:575.98px) {
    .pc-header .header-wrapper {
        padding: 0 15px
    }
}

.pc-header .form-search {
    position: relative
}

.pc-header .form-search .custom-select,
.pc-header .form-search .dataTable-input,
.pc-header .form-search .dataTable-selector,
.pc-header .form-search .datatable-input,
.pc-header .form-search .form-control {
    border-radius: var(--bs-border-radius);
    padding: .62rem 2.6rem;
    width: 100%;
    max-width: 240px
}

@media(max-width:1024px) {

    .pc-header .form-search .custom-select,
    .pc-header .form-search .dataTable-input,
    .pc-header .form-search .dataTable-selector,
    .pc-header .form-search .datatable-input,
    .pc-header .form-search .form-control {
        width: 100%
    }
}

.pc-header .form-search .icon-search {
    position: absolute;
    top: 11px;
    left: 14px;
    font-size: 20px;
    opacity: .4
}

.pc-header .form-search .btn-search {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius-sm)
}

.pc-header .pc-h-item {
    min-height: 60px;
    display: flex;
    align-items: center;
    position: relative
}

.pc-header .pc-head-link {
    margin: 0 4px;
    position: relative;
    font-weight: 500;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    color: var(--pc-header-color);
    overflow: hidden
}

.header-user-profile .user-info {
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    max-width: 100px;
    text-overflow: ellipsis;
    margin: 0px 10px 0px 0px;
    overflow: hidden;
}

.cst-down {
    font-size: 14px !important;
    margin-left: 6px !important;
}

/* .pc-header .pc-head-link::before { */
/*     content: ""; */
/*     position: absolute; */
/*     top: 0; */
/*     left: 0; */
/*     right: 0; */
/*     bottom: 0; */
/*     z-index: 1; */
/*     background: var(--pc-active-background); */
/*     border-radius: 50%; */
/*     transform: scale(0); */
/*     transition: all 80ms cubic-bezier(.37, .24, .53, .99) */
/* } */

/* menu collpase btn start */
.setting-btn {
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
      background: var(--pc-active-background);
  border-radius: 10px;
  cursor: pointer;
  border: none;
  padding: 0;
}
.bar {
  width: 50%;
  height: 2px;
  background-color: rgb(229, 229, 229);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 2px;
}
.bar::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: rgb(126, 117, 255);
  position: absolute;
  border-radius: 50%;
  border: 2px solid white;
  transition: all 0.3s;
  box-shadow: 0px 0px 5px white;
}
.bar1::before {
  transform: translateX(-4px);
}
.bar2::before {
  transform: translateX(4px);
}
.setting-btn:hover .bar1::before {
  transform: translateX(4px);
}
.setting-btn:hover .bar2::before {
  transform: translateX(-4px);
}
/* menu collpase btn end */

.pc-header .pc-head-link>i,
.pc-header .pc-head-link>svg {
    position: relative;
    z-index: 5;
    color: var(--pc-header-color);
    transition: all 80ms cubic-bezier(.37, .24, .53, .99)
}

.pc-header .pc-head-link>i {
    font-size: 24px
}

.pc-header .pc-head-link>svg {
    width: 24px;
    height: 24px
}

.pc-header .pc-head-link.active,
.pc-header .pc-head-link:active,
.pc-header .pc-head-link:focus,
.pc-header .pc-head-link:hover {
    text-decoration: none;
    color: var(--pc-header-color)
}

.pc-header .pc-head-link.active>i,
.pc-header .pc-head-link.active>svg,
.pc-header .pc-head-link:active>i,
.pc-header .pc-head-link:active>svg,
.pc-header .pc-head-link:focus>i,
.pc-header .pc-head-link:focus>svg,
.pc-header .pc-head-link:hover>i,
.pc-header .pc-head-link:hover>svg {
    color: var(--pc-header-color);
    transform: scale(1.08)
}

.pc-header .pc-head-link.active::before,
.pc-header .pc-head-link:active::before,
.pc-header .pc-head-link:focus::before,
.pc-header .pc-head-link:hover::before {
    border-radius: 0;
    transform: scale(1)
}

.pc-header .pc-head-link.active .hamburger .hamburger-inner,
.pc-header .pc-head-link.active .hamburger .hamburger-inner::after,
.pc-header .pc-head-link.active .hamburger .hamburger-inner::before,
.pc-header .pc-head-link.active i.material-icons-two-tone,
.pc-header .pc-head-link:active .hamburger .hamburger-inner,
.pc-header .pc-head-link:active .hamburger .hamburger-inner::after,
.pc-header .pc-head-link:active .hamburger .hamburger-inner::before,
.pc-header .pc-head-link:active i.material-icons-two-tone,
.pc-header .pc-head-link:focus .hamburger .hamburger-inner,
.pc-header .pc-head-link:focus .hamburger .hamburger-inner::after,
.pc-header .pc-head-link:focus .hamburger .hamburger-inner::before,
.pc-header .pc-head-link:focus i.material-icons-two-tone,
.pc-header .pc-head-link:hover .hamburger .hamburger-inner,
.pc-header .pc-head-link:hover .hamburger .hamburger-inner::after,
.pc-header .pc-head-link:hover .hamburger .hamburger-inner::before,
.pc-header .pc-head-link:hover i.material-icons-two-tone {
    background-color: #6c757d
}

.pc-header .pc-head-link .pc-h-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 50%;
    font-size: 9px;
    z-index: 9
}

.pc-header .pc-head-link .pc-h-badge.dots {
    width: 9px;
    height: 9px;
    top: 7px;
    right: 16px;
    padding: 0
}

.pc-header .pc-head-link .user-desc,
.pc-header .pc-head-link .user-name {
    display: block;
    line-height: 1
}

.pc-header .pc-head-link .user-name {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600
}

.pc-header .pc-head-link .user-desc {
    font-size: 12px;
    font-weight: 400;
    color: var(--pc-header-color)
}

.pc-header .pc-h-dropdown {
    transform: none !important;
    top: 100% !important
}

.pc-header .pc-h-dropdown .ti-circle {
    font-size: 7px;
    vertical-align: middle
}

.pc-header .pc-h-dropdown.dropdown-menu-end {
    right: 0 !important;
    left: auto !important
}

.pc-header .pc-level-menu {
    position: relative
}

.pc-header .pc-level-menu:hover>.dropdown-menu {
    display: block;
    left: 100%;
    top: -18px !important
}

.pc-header .drp-search {
    min-width: 20rem;
        z-index: 1027;
}

.pc-header #vertical-nav-toggle {
    margin-left: -15px
}

.pc-header .user-avtar {
    width: 40px;
    border-radius: 50%
}

.pc-header .header-user-profile .pc-head-link {
    width: auto;
    padding: 7px;
    background: 0 0;
    height: 100%;
}

.pc-header .header-user-profile .pc-head-link:focus .user-avtar,
.pc-header .header-user-profile .pc-head-link:hover .user-avtar {
    transform: scale(1.03)
}

.pc-header .header-user-profile .pc-head-link:focus::before,
.pc-header .header-user-profile .pc-head-link:hover::before {
    display: none
}

.pc-header .header-user-profile .pc-head-link>span>i {
    font-size: 22px;
    margin-right: 8px
}

.pc-header .header-user-profile .pc-head-link .user-avtar {
    width: 40px;
    transition: all 80ms cubic-bezier(.37, .24, .53, .99)
}

@media(max-width:575.98px) {
    .pc-header .header-user-profile .pc-head-link {
        width: 40px
    }

    .pc-header .header-user-profile .pc-head-link .user-avtar {
        margin-right: 0
    }

    .pc-header .header-user-profile .pc-head-link>span,
    .pc-header .header-user-profile .pc-head-link>span>i {
        display: none
    }
}

.pc-header .dropdown-user-profile {
    min-width: 352px;
    max-width: 100%;
    padding: 0;
    overflow: auto;
    max-height: 500px;
}

.pc-header .dropdown-user-profile .dropdown-footer,
.pc-header .dropdown-user-profile .dropdown-header {
    padding: 16px 20px
}

.pc-header .dropdown-user-profile .dropdown-body,
.pc-header .dropdown-user-profile .dropdown-header {
    border-bottom: 1px solid var(--bs-border-color)
}

.pc-header .dropdown-user-profile .dropdown-item {
    font-weight: 500;
    padding: 10px 15px;
    display: flex;
    border-radius: 0 !important;
    align-items: center;
    justify-content: start;
    border: var(--bs-border-width) var(--bs-border-style) transparent
}

.pc-header .dropdown-user-profile .dropdown-item i {
    font-size: 24px
}

.pc-header .dropdown-user-profile .dropdown-item:focus,
.pc-header .dropdown-user-profile .dropdown-item:hover {
    color: var(--bs-dropdown-link-color);
    background: var(--pc-sidebar-active-bg);
}

.pc-header .dropdown-user-profile .dropdown-item .user-group .avtar,
.pc-header .dropdown-user-profile .dropdown-item .user-group img {
    width: 30px;
    height: 30px;
    font-size: 14px
}

.pc-header .dropdown-user-profile .dropdown-body .list-group-item {
    padding: 0;
}

@media(max-width:575.98px) {
    .pc-header .dropdown-user-profile {
        min-width: 100%
    }
}

.pc-header .dropdown-notification {
    min-width: 450px;
    max-width: 100%;
    padding: 0
}

.pc-header .dropdown-notification .dropdown-footer,
.pc-header .dropdown-notification .dropdown-header {
    padding: 10px 14px;
}

.pc-header .dropdown-notification .text-truncate.h5,
.pc-header .dropdown-notification h5.text-truncate,
.pc-header .dropdown-notification p>.text-truncate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.pc-header .dropdown-notification .dropdown-body,
.pc-header .dropdown-notification .dropdown-header {
    border-bottom: 1px solid var(--bs-border-color)
}

.pc-header .dropdown-notification .dropdown-body{
	max-height:400px;
}

.pc-header .dropdown-notification .list-group-item-action:active,
.pc-header .dropdown-notification .list-group-item-action:focus,
.pc-header .dropdown-notification .list-group-item-action:hover {
    background: #ecf5ff
}

.pc-header .dropdown-notification .list-group-item-action .h5,
.pc-header .dropdown-notification .list-group-item-action .user-avtar,
.pc-header .dropdown-notification .list-group-item-action h5 {
    cursor: pointer
}

.pc-header .dropdown-notification .badge {
    font-size: .8125rem;
    padding: .43em 1em;
    margin:6px 6px 0 0;
}

.pc-header .dropdown-notification .user-avtar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px
}

.pc-header .dropdown-notification .notification-file {
    display: flex;
    align-items: center
}

.pc-header .dropdown-notification .notification-file i {
    font-size: 20px;
    margin-right: 16px
}

.pc-header .dropdown-notification .card {
    cursor: pointer
}

.pc-header .dropdown-notification .card:hover {
    background: var(--pc-active-background)
}

.drp-upgrade-card {
    background-size: cover
}

.drp-upgrade-card .user-group .avtar,
.drp-upgrade-card .user-group img {
    font-size: 14px
}

.user-group {
    display: inline-flex;
    align-items: center
}

.user-group-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 1rem;
    gap: 1rem;
}

.ugb-user-add .avtar-s{
	    border-radius: 50% !important;
	    color:#fff;
	    font-size:1rem !important;
}

.user-group .avtar,
.user-group img {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 2;
    transition: all .1s ease-in-out;
    border: 2px solid #fff
}

.user-group .avtar+.avtar,
.user-group .avtar+img,
.user-group img+.avtar,
.user-group img+img {
    margin-left: -14px
}

.user-group .avtar:hover,
.user-group img:hover {
    z-index: 5
}

.notification-modal.modal.fade .modal-dialog {
    transform: translate(100%, 0)
}

.notification-modal.modal.show .modal-dialog {
    transform: none
}

.notification-modal {
    padding-right: 0 !important
}

.notification-modal .modal-dialog {
    margin: 0 0 0 auto
}

.notification-modal .introjs-tooltip,
.notification-modal .modal-content {
    min-height: 100vh;
    border: none;
    border-radius: 0;
    box-shadow: -1px 0 9px -3px rgba(0, 0, 0, .6)
}

@media(max-width:1024px) {
    .pc-header {
        top: 0;
        left: 0;
        transition: all .15s ease-in-out
    }

    .pc-header .m-header,
    .pc-header .pc-head-link .user-desc,
    .pc-header .pc-head-link .user-name {
        display: none
    }

    .pc-header .pcm-logo {
        margin-left: 30px
    }

    .pc-header .pcm-logo img {
        max-width: 160px
    }

    .pc-header.mob-header-active {
        top: 60px
    }

    .pc-header.mob-header-active .header-wrapper {
        background: var(pc-header-background);
        position: relative;
        z-index: 5
    }

    .pc-header .pc-md-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 1;
        background: rgba(0, 0, 0, .2)
    }

    .pc-header .pc-level-menu .dropdown-menu {
        left: 0;
        display: block;
        padding-left: 30px
    }

    .pc-header .pc-mob-drp.mob-drp-active .pc-h-item {
        display: block;
        min-height: auto;
        position: relative
    }

    .pc-header .pc-mob-drp.mob-drp-active .pc-h-item .pc-head-link {
        display: block;
        margin: 5px 10px !important
    }

    .pc-header .pc-mob-drp.mob-drp-active .pc-h-item .dropdown-menu {
        position: relative !important;
        width: 100%;
        float: none;
        box-shadow: none
    }

    .pc-header .pc-mob-drp.mob-drp-active ul {
        display: block
    }

    .minimenu .pc-header {
        left: 0
    }
}

#pc-noti-home>.d-flex:hover {
    margin: -15px;
    padding: 15px;
    background: rgba(64, 153, 255, .1)
}

@media(max-width:575.98px) {
    .pc-header .dropdown-notification {
        min-width: 100%
    }

    .pc-header {
        min-height: 60px
    }

    .pc-header .pc-head-link {
        padding: .65rem;
        margin: 0 5px
    }

    .pc-header .pc-h-item {
        position: static;
        min-height: 60px
    }

    .pc-header .pc-h-item .pc-h-dropdown {
        left: 12px !important;
        right: 12px !important;
        min-width: calc(100vw - 24px);
        max-width: calc(100vw - 24px)
    }
}

.pc-footer {
    position: relative;
    z-index: 995;
    margin-left: 245px;
    margin-top: 60px;
    padding: 15px 0
}

.pc-footer a:hover {
    color: var(--bs-primary)
}

/* .pc-footer .footer-wrapper { */
/*     padding-left: 40px; */
/*     padding-right: 40px */
/* } */

@media(max-width:1024px) {
/*     .pc-footer .footer-wrapper { */
/*         padding-left: 30px; */
/*         padding-right: 30px */
/*     } */

    .pc-footer {
        margin-left: 0
    }
}

.pc-footer .footer-link .list-inline-item:not(:last-child) {
    margin-right: .9rem
}

@media(max-width:575.98px) {
/*     .pc-footer .footer-wrapper { */
/*         padding-left: 15px; */
/*         padding-right: 15px */
/*     } */

    .pc-footer {
        margin-top: 50px
    }
}

.pc-container {
    position: relative;
    top: 70px;
    margin-left: 245px;
    min-height: calc(100vh - 119px);
    margin-bottom: 70px;
}

.pc-container .pc-content {
    padding-top: 15px;
}

@media(max-width:1199.98px) {
    .pc-container .pc-content.container {
        max-width: 100%
    }
}

/* .pc-container .page-header+.row { */
/*     padding-top: 24px */
/* } */

.pc-container .page-header+.pc-content {
    padding-top: 85px
}

.page-header {
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 25px;
}

.page-header .page-block {
    width: 100%;
    margin-bottom: 0;
}

.page-header .h5,
.page-header h5 {
    margin-bottom: 0;
    margin-right: 8px;
    padding-right: 8px;
    font-weight: 500
}

.page-header .breadcrumb {
    padding: 0;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px
}

.page-header .breadcrumb a {
    color: var(--bs-body-color)
}
.page-header .breadcrumb .breadcrumb-item a {
    font-size: 18px;
    line-height: 18px;
}

.page-header .breadcrumb .breadcrumb-item a:hover {
    color: #4099ff
}

.page-header .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    position: relative;
    top: 2px
}

.page-header .breadcrumb .breadcrumb-item:last-child {
    opacity: .75;
    font-size: 15px;
}

.page-header .breadcrumb svg {
    width: 14px;
    height: 14px
}

.upgrade-card .card-body {
    padding-bottom: 100px;
    z-index: 1;
    position: relative
}

.upgrade-card>.container {
    z-index: 5;
    position: relative;
    margin-top: -60px
}

.upgrade-card .up-price-table td {
    border-color: #f6f7fb
}

.upgrade-card .up-price-table th {
    border: none
}

.upgrade-card .up-price-table th+th {
    border-radius: 5px 5px 0 0;
    padding: 20px 0
}

.upgrade-card .up-price-table tbody tr:first-child td {
    border-top: none
}

.upgrade-card .up-price-table td,
.upgrade-card .up-price-table th {
    text-align: right
}

.upgrade-card .up-price-table td+td,
.upgrade-card .up-price-table td+th,
.upgrade-card .up-price-table th+td,
.upgrade-card .up-price-table th+th {
    text-align: center
}

.upgrade-card .up-price-table td+td,
.upgrade-card .up-price-table th+td {
    border-left: 1px solid #f6f7fb
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition: filter .15s linear;
    width: 20px;
    height: 20px
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #000
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 18px;
    height: 2px;
    background-color: var(--pc-header-color);
    border-radius: 4px;
    position: absolute;
    transition: transform .15s ease;
    display: block
}

.hamburger-inner {
    top: 50%;
    margin-top: -2px
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: ""
}

.navbar-content,
[data-simplebar] {
    position: relative
}

.hamburger-inner::before {
    top: -6px
}

.hamburger-inner::after {
    bottom: -6px
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(4px, 2px, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(4px, -2px, 0) rotate(-45deg) scale(.7, 1)
}

@media(max-width:1024px) {
    .pc-container {
        margin-left: 0;
        margin-right: 0
    }

    .pc-container .page-header+.pc-content,
    .pc-container .page-header+.row,
    .pc-container .pc-content {
/*         padding-top: 20px; */
/*         padding-left: 15px; */
/*         padding-right: 15px */
    }

    .page-header {
        position: relative;
        left: 0;
        top: 0;
/*         margin-left: 12px; */
/*         margin-right: 12px */
    }
}

@media(max-width:575.98px) {
    .col-form-label {
        padding-top: 0;
        padding-bottom: 5px
    }

    .pc-container {
        top: 70px
    }

    .pc-container .pc-content {
        padding: 15px
    }

    .pc-container .container,
    .pc-container .page-header+.pc-content
    .pc-container .page-header+.row 
    {
        padding-left: 0;
        padding-right: 0
    }

    .page-header {
        padding: 0;
        margin-left: 0;
        margin-right: 0
    }

    .page-header .h5,
    .page-header h5 {
        padding-bottom: 5px;
        margin-bottom: 0;
        border-right: none;
        font-size: 14px
    }

    .page-header .breadcrumb {
        display: flex;
        margin-bottom: 0;
        font-size: 11px
    }

    .page-header .text-md-right {
        margin-top: 5px
    }
}

[data-simplebar] {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #9ea9d4;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

@media(min-width:768px) {

    .footer-wrapper.container,
    .pc-content.container {
        max-width: 540px
    }
}

@media(min-width:992px) {

    .footer-wrapper.container,
    .pc-content.container {
        max-width: 720px
    }
}

@media(min-width:1200px) {

    .footer-wrapper.container,
    .pc-content.container {
        max-width: 960px
    }
}

@media(min-width:1400px) {

    .footer-wrapper.container,
    .pc-content.container {
        max-width: 1140px
    }
}

[data-pc-layout=compact] .pc-sidebar .pc-micon {
    height: 27px;
    width: 46px
}

[data-pc-layout=compact] .pc-sidebar .pc-micon svg {
    width: 26px;
    height: 26px
}

[data-pc-layout=compact] .pc-sidebar .m-header .logo.logo-sm {
    display: none;
    width: 42px
}

[data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) {
    width: 72px
}

[data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) .m-header {
    padding: 16px 12px;
    width: 72px
}

[data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) .m-header>a {
    margin: 0 auto
}

[data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) .m-header .logo.logo-lg {
    display: none
}

[data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) .m-header .logo.logo-sm {
    display: inline-block
}

@media(min-width:1025px) {

    [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active)~.pc-container,
    [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active)~.pc-footer {
        margin-left: 72px
    }
}

@media(max-width:1024.98px) {
    [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) .m-header {
        width: 72px
    }

    [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) .m-header .b-brand {
        width: 50px;
        overflow: hidden;
        margin: 0 auto
    }

    [data-pc-layout=compact] .pc-sidebar:not(.mob-sidebar-active) {
        left: -300px
    }
}

[data-pc-layout=compact] .pc-sidebar .navbar-content {
    width: 72px;
    height: calc(100vh - 60px)
}

[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu {
    position: relative
}

[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu::after {
    content: "";
    width: var(--bs-border-width);
    background: var(--bs-border-color);
    height: calc(100% - 30px);
    position: absolute;
    left: 0;
    top: 0
}

[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-title {
    padding: 20px 18px;
    margin-bottom: 14px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)
}

[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-title .avtar i {
    font-size: 18px
}

[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-title .h5,
[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-title h5 {
    font-weight: 600
}

[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list {
    height: calc(100vh - 60px - 80px)
}

[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content>.pc-submenu>.pc-item:before {
    left: 15px
}

[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content>.pc-submenu>.pc-item>.pc-link {
    padding: 10px 20px
}

[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content>.pc-submenu>.pc-item .pc-submenu>.pc-item:before {
    left: 30px
}

[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content>.pc-submenu>.pc-item .pc-submenu>.pc-item .pc-link {
    padding: 10px 20px 10px 40px
}

[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content>.pc-submenu>.pc-item .pc-submenu .pc-submenu>.pc-item:before {
    left: 45px
}

[data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content>.pc-submenu>.pc-item .pc-submenu .pc-submenu>.pc-item .pc-link {
    padding: 10px 20px 10px 55px
}

[data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active {
    width: 300px
}

[data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active .navbar-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    width: 300px
}

.typeahead .twitter-typeahead,
[data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active .navbar-wrapper .pc-compact-submenu .pc-compact-list .simplebar-content>.pc-submenu {
    display: block !important
}

[data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active .navbar-wrapper .m-header {
    width: 100%;
    border-bottom: 1px solid var(--bs-border-color)
}

[data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active .navbar-wrapper .pc-compact-submenu {
    flex: 1;
    width: calc(100% - 72px)
}

@media(min-width:1025px) {

    [data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active~.pc-container,
    [data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active~.pc-footer {
        margin-left: 300px
    }

    [data-pc-layout=compact].pc-compact-submenu-active.pc-sidebar-hide .pc-header {
        left: 0
    }
}

[data-pc-layout=compact] .pc-sidebar .pc-navbar>.pc-item>.pc-link {
    padding: 14px 12px
}

[data-pc-layout=compact] .pc-sidebar .pc-navbar>.pc-item>.pc-link .pc-micon i {
    vertical-align: middle;
    font-size: 22px
}

[data-pc-layout=compact] .pc-sidebar.pc-sidebar-hide {
    width: 0
}

[data-pc-layout=compact] .pc-sidebar.pc-sidebar-hide~.pc-container,
[data-pc-layout=compact] .pc-sidebar.pc-sidebar-hide~.pc-footer {
    margin-left: 0
}

[data-pc-layout=compact] .pc-sidebar .pc-badge,
[data-pc-layout=compact] .pc-sidebar .pc-caption,
[data-pc-layout=compact] .pc-sidebar .pc-mtext,
[data-pc-layout=compact] .pc-sidebar .pc-navbar>li>a>.pc-arrow {
    display: none
}

[data-pc-layout=compact].pc-sidebar-hide .pc-header {
    left: 0
}

[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar:not(.pc-compact-submenu-active)~.pc-container,
[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar:not(.pc-compact-submenu-active)~.pc-footer {
    margin-left: 20px;
    margin-right: 72px
}

[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar.pc-compact-submenu-active~.pc-container,
[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar.pc-compact-submenu-active~.pc-footer {
    margin-left: 20px;
    margin-right: 300px
}

[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar~.pc-container,
[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar~.pc-footer {
    transition: margin-right .15s ease
}

[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar.pc-sidebar-hide~.pc-container,
[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar.pc-sidebar-hide~.pc-footer {
    margin-right: 20px
}

[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar .pc-compact-submenu::after {
    left: auto;
    right: 0
}

[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content>.pc-submenu>.pc-item:before {
    left: auto;
    right: 15px
}

[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content>.pc-submenu>.pc-item .pc-submenu>.pc-item:before {
    left: auto;
    right: 30px
}

[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content>.pc-submenu>.pc-item .pc-submenu>.pc-item .pc-link {
    padding: 10px 30px 10px 16px
}

[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content>.pc-submenu>.pc-item .pc-submenu .pc-submenu>.pc-item:before {
    left: auto;
    right: 45px
}

[data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content>.pc-submenu>.pc-item .pc-submenu .pc-submenu>.pc-item .pc-link {
    padding: 10px 45px 10px 16px
}

@media(min-width:1025px) {
    [data-pc-layout=compact][data-pc-direction=rtl] .pc-header {
        right: 72px
    }

    [data-pc-layout=compact][data-pc-direction=rtl].pc-compact-submenu-active.pc-sidebar-hide .pc-header,
    [data-pc-layout=compact][data-pc-direction=rtl].pc-sidebar-hide .pc-header {
        right: 0
    }
}

@media(max-width:1024px) {

    [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar.pc-compact-submenu-active~.pc-container,
    [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar.pc-compact-submenu-active~.pc-footer,
    [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar:not(.pc-compact-submenu-active)~.pc-container,
    [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar:not(.pc-compact-submenu-active)~.pc-footer {
        margin-right: 20px
    }

    [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar:not(.mob-sidebar-active) {
        left: auto;
        right: -300px
    }
}

@media(min-width:1025px) {

    [data-pc-layout=horizontal] .pc-header .pc-h-item.pc-sidebar-collapse,
    [data-pc-layout=horizontal] .pc-sidebar .pc-caption:not(:first-child):after {
        display: none
    }

    [data-pc-layout=horizontal] .pc-header {
        z-index: 1027;
        box-shadow: none
    }

    [data-pc-layout=horizontal] .pc-sidebar {
        width: 100%;
        background: var(--pc-sidebar-background);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        box-shadow: var(--pc-sidebar-shadow);
        height: 60px;
        overflow: visible
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-badge {
        margin-right: auto;
        margin-left: 5px
    }

    [data-pc-layout=horizontal] .pc-sidebar .m-header,
    [data-pc-layout=horizontal] .pc-sidebar .navbar-content {
        background: var(--pc-sidebar-background);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px)
    }

    [data-pc-layout=horizontal] .pc-sidebar .navbar-wrapper {
        width: 100%
    }

    [data-pc-layout=horizontal] .pc-sidebar .navbar-content {
        height: auto;
        padding: 6px 20px;
        border-top: 1px solid var(--bs-body-bg)
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-link {
        display: block;
        align-items: center;
        padding: 10px 14px;
        color: var(--pc-sidebar-color);
        font-size: 14px;
        font-weight: 500
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-link:active,
    [data-pc-layout=horizontal] .pc-sidebar .pc-link:focus,
    [data-pc-layout=horizontal] .pc-sidebar .pc-link:hover {
        text-decoration: none;
        color: var(--pc-sidebar-active-color)
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-link .pc-micon i {
        vertical-align: middle
    }

    [data-pc-layout=horizontal] .pc-sidebar .card {
        display: none
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar {
        display: inline-block !important
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar .pc-link {
        display: flex;
        align-items: center
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar>.pc-item {
        position: relative;
        margin: 0
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar>.pc-item:hover:not(.active)>.pc-link {
        color: var(--bs-primary)
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar>.pc-item:hover:not(.active)>.pc-link:after {
        background: 0 0
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar>.pc-item .pc-submenu {
        position: absolute
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar>.pc-item .pc-submenu:after {
        display: none
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar>.pc-item>.pc-submenu.edge {
        left: auto;
        right: 0
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar>.pc-item>.pc-link {
        margin-left: 2px;
        margin-right: 2px
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar>.pc-item>.pc-link>.pc-arrow {
        transform: rotate(90deg);
        margin-left: 10px
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-link,
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu .pc-link,
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu .pc-submenu .pc-link {
        padding: 12px 30px
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-item {
        display: inline-block
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-item.pc-caption {
        padding: 0 !important
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-arrow {
        margin-left: auto;
        float: right;
        display: inline-block;
        transition: all .2s ease-in-out
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-arrow>svg {
        width: 14px;
        height: 14px
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu {
        position: absolute;
        background: var(--pc-header-submenu-background);
        padding: 15px 0;
        min-width: 220px;
        border-radius: 4px;
        animation: .2s ease-in-out 0s normal forwards 1 fadein;
        box-shadow: 0 4px 24px 0 rgba(62, 57, 107, .18)
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu:before {
        display: none
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item {
        display: block;
        position: relative
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-item .pc-submenu,
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item .pc-link:after {
        display: none;
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item .pc-submenu>.pc-item:before,
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item::before {
        left: 20px
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item .pc-link {
        color: var(--pc-header-submenu-color);
        position: relative;
        padding: 12px 15px 12px 20px
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item .pc-link .pc-icon i,
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item .pc-link .pc-icon svg {
        color: var(--pc-sidebar-color)
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item:hover>.pc-link,
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item>.pc-link:hover {
        color: var(--bs-primary)
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu {
        left: 100%;
        top: -15px;
        z-index: 1
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge {
        left: auto;
        right: 100%
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt {
        top: auto;
        bottom: -15px
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full {
        overflow-x: hidden;
        overflow-y: auto
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full::-webkit-scrollbar {
        width: 6px;
        opacity: 0
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full::-webkit-scrollbar:hover {
        opacity: 1
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full::-webkit-scrollbar-track {
        background: 0 0
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full::-webkit-scrollbar-thumb {
        background: #e4e7f3
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full::-webkit-scrollbar-thumb:hover {
        background: #9ea9d4
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full .pc-submenu,
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full .pc-submenu.edge {
        left: 0
    }

    [data-pc-layout=horizontal] .pc-sidebar .pc-item:hover>.pc-submenu {
        display: block
    }

    [data-pc-layout=horizontal] .pc-container,
    [data-pc-layout=horizontal] .pc-footer {
        margin-left: 0
    }

    [data-pc-layout=horizontal] .pc-container {
        top: calc(60px + 60px);
        min-height: calc(100vh - 60px - 120px)
    }

    [data-pc-layout=horizontal] .pc-container .pc-content>.row:first-child {
        padding-top: 20px
    }

    [data-pc-layout=horizontal] .pc-footer {
        top: 60px
    }
}

[data-pc-layout=horizontal][data-pc-direction=rtl] .pc-container,
[data-pc-layout=horizontal][data-pc-direction=rtl] .pc-footer {
    margin-right: 20px
}

@media(min-width:1025px) {

    [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item:before,
    [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu .pc-item:before,
    [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu .pc-submenu .pc-item:before {
        right: 20px
    }

    [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item .pc-link,
    [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-submenu .pc-submenu .pc-item .pc-link {
        padding: 8px 20px 8px 15px
    }

    [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-sidebar .pc-arrow {
        margin-right: auto;
        margin-left: 0
    }
}

[data-pc-layout=tab] .pc-sidebar .tab-container {
    display: flex;
    align-items: flex-start
}

[data-pc-layout=tab] .pc-sidebar .tab-container .tab-link,
[data-pc-layout=tab] .pc-sidebar .tab-container .tab-sidemenu {
    height: calc(100vh - 60px)
}

[data-pc-layout=tab] .pc-sidebar .tab-container .tab-sidemenu {
    width: 75px;
    border-right: 1px solid var(--bs-border-color);
    padding-top: 8px
}

[data-pc-layout=tab] .pc-sidebar .tab-container .tab-sidemenu .nav-link {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 4px auto;
    border-radius: var(--bs-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pc-sidebar-color);
    cursor: pointer;
    font-size: 18px;
    font-weight: 600
}

[data-pc-layout=tab] .pc-sidebar .tab-container .tab-sidemenu .nav-link:hover {
    background: rgba(var(--pc-sidebar-color-rgb), .2)
}

[data-pc-layout=tab] .pc-sidebar .tab-container .tab-sidemenu .nav-link.active,
[data-pc-layout=tab] .pc-sidebar .tab-container .tab-sidemenu .nav-link:focus {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2)
}

[data-pc-layout=tab] .pc-sidebar .tab-container .tab-link {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

[data-pc-layout=tab] .pc-sidebar:not(.pc-sidebar-hide),
[data-pc-layout=tab] .pc-sidebar:not(.pc-sidebar-hide) .navbar-wrapper {
    width: 320px
}

@media(max-width:1024px) {
    [data-pc-layout=tab] .pc-sidebar:not(.mob-sidebar-active) {
        left: -320px
    }
}

@media(min-width:1025px) {

    [data-pc-layout=tab] .pc-sidebar:not(.pc-sidebar-hide)~.pc-container,
    [data-pc-layout=tab] .pc-sidebar:not(.pc-sidebar-hide)~.pc-footer {
        margin-left: 320px
    }

    [data-pc-layout=tab][data-pc-direction=rtl] .pc-sidebar:not(.pc-sidebar-hide)~.pc-header {
        left: 0;
        right: 320px
    }

    [data-pc-layout=tab][data-pc-direction=rtl] .pc-sidebar:not(.pc-sidebar-hide)~.pc-container,
    [data-pc-layout=tab][data-pc-direction=rtl] .pc-sidebar:not(.pc-sidebar-hide)~.pc-footer {
        margin-left: 0;
        margin-right: 320px
    }
}

@media(max-width:1024px) {
    [data-pc-layout=tab][data-pc-direction=rtl] .pc-sidebar:not(.mob-sidebar-active) {
        left: 0;
        right: -320px
    }
}

[data-pc-layout=tab][data-pc-direction=rtl] .pc-sidebar .tab-container .tab-sidemenu {
    border-left: 1px solid var(--bs-border-color);
    border-right: none
}

.notification-card {
    text-align: center;
    color: #fff
}

.notification-card .h4,
.notification-card h4 {
    color: #fff
}

.notification-card {
    padding: 0 !important;
        border-radius: 4px;
        margin-bottom: 1rem;
}

.notification-card .notify-icon i {
    font-size: 30px
}

.introjs-tooltip .theme-layout .introjs-button i,
.order-card i,
.theme-layout .btn i,
.theme-layout .introjs-tooltip .introjs-button i {
    font-size: 26px
}

.notification-card .notify-cont {
    padding: 0 0 0 1rem;
    border-left: 1px solid #fff;
        width: 100%;
}

.notification-card .notify-cont .notify-text {
    margin-bottom: 0
}

.notification-card .notify-content{
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	padding: 1rem;
	gap: 1rem;
	width:100%;
}

.order-card {
    color: #fff;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.order-title,
.order-subtitle{
	color: #fff;
	
}

.order-subtitle,
.order-text{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.order-text{
	margin-bottom:0;
}

.trnasiction-card .trnasiction-title{
	color:#fff;
}



.trnasiction-card .transection-preogress {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid transparent;
    padding: 12px 0;
    text-align: center;
/*     transform: rotate(45deg) */
}

.trnasiction-card .trnasiction-content{
	text-align:center;
}

.trnasiction-card .trc-text{
	margin-bottom:0;
}
.trnasiction-card .transection-preogress .tp-status{
    color: #fff;
    transform: rotate(-45deg)
}

.trnasiction-card .transection-preogress.running-75 {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff
}

.trnasiction-card .transection-preogress.running-50 {
    border-top-color: #fff;
    border-right-color: #fff
}

.trnasiction-card .transection-preogress.running-25 {
    border-top-color: #fff
}

.trnasiction-card .transection-preogress.complited {
    border-color: #fff;
        color: #fff;
}

.trnasiction-card .trnasiction-profile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 20px 0;
    background-color: #ccc;
    text-align: center;
    color: #fff;
    margin: 1rem auto;
}

.trnasiction-card .card-header .card-header-right {
    right: 7px !important;
    top: 7px !important;
}

.trnasiction-card .custom-tr-head{
	padding-right:60px;
}
.trnasiction-card .transection-footer {
    margin-left: 0;
    margin-right: 0
}

.trnasiction-card .transection-footer>div {
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.trnasiction-card .transection-footer>div:hover {
    background-color: #f1f1f1
}

.user-radial-card {
    text-align: center
}

.user-radial-card>div {
    margin: 0 auto;
    display: block
}

.user-radial-card>div img {
    box-shadow: 0 0 0 3px #fff
}

.user-radial-card p {
    margin-bottom: 0
}

.urc-title{
	 font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.urc-img{
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
} 

.card-iwt-content{
	text-align:center;
}

.card-iwt-content .iwt-icon{
	font-size:40px;
}

.card-iwt-content .iwt-title{
	    margin-top: 6px;
}

.statustic-card .card-body {
    position: relative
}

.statustic-card .statustic-content{
	text-align:center;
}

.statustic-card .statustic-count{
	    font-weight: 500;
}

.cf-text{
	color:#fff;
	margin-bottom:0;
}
.statustic-card .card-body .progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 5px;
    overflow: visible
}

.statustic-card .card-body .progress .progress-bar {
    position: relative;
    overflow: visible
}

.statustic-card .card-body .progress .progress-bar:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    background: inherit
}

.statustic-card .card-body .progress .progress-bar.bg-grd-primary:before {
    animation: blue-blink-bar .5s linear infinite
}

.statustic-card .card-body .progress .progress-bar.bg-grd-success:before {
    animation: green-blink-bar .5s linear infinite
}

.statustic-card .card-body .progress .progress-bar.bg-grd-danger:before {
    animation: red-blink-bar .5s linear infinite
}

.statustic-card .card-body .progress .progress-bar.bg-grd-warning:before {
    animation: yellow-blink-bar .5s linear infinite
}

@keyframes blue-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(64, 153, 255, .1)
    }

    50% {
        box-shadow: 0 0 0 6px rgba(64, 153, 255, .3)
    }
}

@keyframes green-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 216, 182, .1)
    }

    50% {
        box-shadow: 0 0 0 6px rgba(46, 216, 182, .3)
    }
}

@keyframes red-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 83, 112, .1)
    }

    50% {
        box-shadow: 0 0 0 6px rgba(255, 83, 112, .3)
    }
}

@keyframes yellow-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 182, 77, .1)
    }

    50% {
        box-shadow: 0 0 0 6px rgba(255, 182, 77, .3)
    }
}

.csc-card .csc-content{
	    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
        align-items: center;
}

.csc-title{
	margin-bottom:0;
}

.multi-card .card-body{
	padding:0;
}

.mc-content{
	padding:1rem 0.5rem;
	text-align:center;
}
.comp-card i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 17px 0;
    font-size: 18px
}

.comp-card .comp-card-content{
	    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:nowrap;
}

.comp-cc-title{
	margin-bottom:1rem;
}
.comp-card .comp-cc-text{
	margin-bottom:0;
}

.prod-p-card i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 11px 0;
    font-size: 24px
}

.prod-p-content{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.prod-p-title, .prod-p-count, .prod-p-text{
	color:#fff;
}

.prod-p-text{
	margin-bottom:0;
}

.proj-t-card {
    position: relative;
    overflow: hidden
}

.proj-tc-t{
	 display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
}
.proj-tc-title{
	margin-bottom:0.3rem;
}
.proj-tc-subtitle{
	margin-bottom:0;
}

.proj-tc-icon{
	font-size:30px;
}

.proj-tc-b{
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-top: 0.5rem;
    gap: 0.5rem;
}

.proj-tcb-title, .proj-tcb-icon{
	margin:4px 0;
}

.proj-tcb-icon{
	font-size:18px;
}
   

.proj-t-card .pt-badge {
    margin-bottom: 0;
    display: inline-block;
    padding: 60px 50px 20px 20px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: -35px;
    transition: all .3s ease-in-out;
    color: #fff
}

.ticket-card .lbl-card {
    border-radius: 50px;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 1rem;
}

.lbl-card .lbl-i{
	margin-right:0.5rem;
}

.tcc-ct-block .tcc-count{
	display:inline-block;
}

.ticket-card .tcc-text{
	margin:0.6rem 0 0 0;
}

.ticket-card .tcct-text{
	margin-bottom:0;
}

.tcc-text .tcc-ti{
	margin-right:0.5rem;
}

.tcc-text{
	margin-bottom:0;
}
.ticket-card-content{
	text-align:center;
}

.analytic-card .analytic-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 17px 0;
    border-radius: 50%;
        font-size: 18px;
}

.analytic-card .analytic-card-top,
.analytic-card .analytic-card-bottom{
	display:flex;
    align-items: center;	
    justify-content: space-between;
    flex-wrap: nowrap;
        gap: 1rem;
}

.analytic-card-bl{
	    display: flex;
    align-items: center;
}
.analytic-card .ana-c-count,
.analytic-card .ana-c-title,
.analytic-card .ana-c-text,
.analytic-card .ana-c-subcount,
.analytic-card .analytic-cti,
.analytic-card .analytic-ctt{
	color:#fff;
}

.analytic-card .ana-c-text,
.analytic-card .ana-c-subcount,
.analytic-card .analytic-card-ti{
	margin-bottom:0;
}

.analytic-card .ana-c-text,
.analytic-card .analytic-cti{
	margin-right:0.5rem;
}

.analytic-card-bottom{
	margin-top:0.5rem;
}

.user-card .card-body {
    z-index: 1
}

.user-card .card-body .usre-image {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding: 5px;
    width: 110px;
    height: 110px
}

.user-card .card-body .usre-image img {
    z-index: 20;
    position: absolute;
    top: 5px;
    left: 5px
}

.user-card .card-body .usre-image:after,
.user-card .card-body .usre-image:before {
    content: "";
    width: 100%;
    height: 48%;
    border: 2px solid #4099ff;
    position: absolute;
    left: 0;
    z-index: 10
}

.user-card .card-body .usre-image:after {
    top: 0;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px
}

.user-card .card-body .usre-image:before {
    bottom: 0;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px
}

.user-card .card-body .activity-leval li {
    display: inline-block;
    width: 14%;
    height: 4px;
    margin: 0 3px;
    background-color: #ccc
}

.user-card .card-body .activity-leval li.active {
    background-color: #2ed8b6
}

.user-card .card-body .counter-block {
    color: #fff;
    border-radius: var(--bs-border-radius-lg)
}

.user-card .card-body .counter-block p {
    margin-bottom: 0
}

.user-card .card-body .counter-block i {
    font-size: 20px
}

.i-main .i-block i,
.user-card .card-body .user-social-link i {
    font-size: 30px
}

.seo-card .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background-color: #000
}

.seo-card .seo-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff
}

.seo-card .seo-content .h4,
.seo-card .seo-content .h6,
.seo-card .seo-content h4,
.seo-card .seo-content h6 {
    position: relative
}

.seo-card .seo-content .h4:before,
.seo-card .seo-content .h6:before,
.seo-card .seo-content h4:before,
.seo-card .seo-content h6:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #fff
}

.seo-card .seo-statustic {
    position: absolute
}

.seo-card .seo-statustic+.seo-chart {
    margin-top: 60px
}

#seo-card1,
#seo-card2 {
    height: 120px
}

.feed-blog {
    border-left: 1px solid #d6d6d6;
    margin-left: 30px
}

.feed-blog li {
    position: relative;
    margin-bottom: 50px
}

.feed-blog li .h6,
.feed-blog li h6 {
    line-height: 1.5;
    cursor: pointer
}

.feed-blog li .feed-user-img {
    position: absolute;
    left: -20px;
    top: -10px
}

.feed-blog li .feed-user-img img {
    width: 40px;
    height: 40px
}

.feed-blog li .feed-user-img:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    border: 3px solid transparent;
    border-radius: 50%
}

.feed-blog li.active-feed .feed-user-img:after {
    border-color: #2ed8b6
}

.feed-blog li.diactive-feed .feed-user-img:after {
    border-color: #ff5370
}

.social-card {
    color: #fff
}

.social-card .owl-carousel .owl-item img {
    width: 20px;
    height: 20px;
    float: right
}

.social-card .owl-dots {
    text-align: center
}

.social-card .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all .3s ease-in-out
}

.social-card .owl-dots .owl-dot.active {
    background-color: #fff
}

.activity-blog {
    margin-left: 60px;
    list-style: none
}

.activity-blog li {
    position: relative;
    padding-top: 20px
}

.activity-blog li+li {
    border-top: 1px solid var(--bs-border-color)
}

.activity-blog li .h6,
.activity-blog li h6 {
    line-height: 1.5;
    cursor: pointer
}

.activity-blog li .activity-user-img {
    position: absolute;
    left: -50px;
    top: 20px
}

.activity-blog li .activity-user-img img {
    width: 40px;
    height: 40px
}

.new-cust-card img {
    width: 40px
}

.new-cust-card .h6,
.new-cust-card h6 {
    margin-bottom: 0
}

.new-cust-card .align-middle {
    position: relative
}

.new-cust-card .align-middle .status {
    position: absolute;
    right: 0;
    top: 19px;
    font-size: 13px
}

.new-cust-card .align-middle .status.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2ed8b6
}

.latest-update-card .card-body {
    padding-top: 0
}

.latest-update-card .card-body .latest-update-box {
    position: relative
}

.latest-update-card .card-body .latest-update-box:after {
    content: "";
    position: absolute;
    background: #ebebeb;
    height: 100%;
    width: 3px;
    top: 0;
    left: 11px;
    z-index: 1
}

.latest-update-card .card-body .latest-update-box .update-meta {
    z-index: 2
}

.latest-update-card .card-body .latest-update-box .update-meta .update-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 7px 8px;
    font-size: 16px;
    color: #fff
}

.latest-update-card .card-body .latest-update-box .update-meta .update-icon.bg-c-red {
    box-shadow: 0 0 0 4px rgba(255, 83, 112, .5)
}

.latest-update-card .card-body .latest-update-box .update-meta .update-icon.bg-c-blue {
    box-shadow: 0 0 0 4px rgba(64, 153, 255, .5)
}

.latest-update-card .card-body .latest-update-box .update-meta .update-icon.bg-c-green {
    box-shadow: 0 0 0 4px rgba(46, 216, 182, .5)
}

.latest-update-card .card-body .latest-update-box .update-meta .update-icon.bg-c-yellow {
    box-shadow: 0 0 0 4px rgba(255, 182, 77, .5)
}

.latest-update-card .card-body .latest-update-box .update-meta .update-icon.ring {
    border-width: 3px;
    width: 15px;
    height: 15px;
    padding: 0;
    display: block;
    background: #fff
}

.dropdown-toggle.arrow-none:after,
.widget-chat-box .receive-chat:before {
    display: none
}

.latest-update-card .card-body .latest-update-box .update-meta i.update-icon {
    margin-left: 4px;
    margin-right: 4px
}

.latest-update-card .card-body .latest-update-box .update-meta img.update-icon {
    padding: 0;
    width: 40px;
    height: 40px
}

.latest-update-card.update-card .card-body .latest-update-box:after {
    left: 19px
}

.testimonial-card .progress {
    height: 5px
}

.testimonial-card .review-block .cust-img {
    width: 40px;
    height: 40px
}

.testimonial-card .review-block>div {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 5px 9px
}

.testimonial-card .review-block>div:hover {
    background-color: rgba(64, 153, 255, .1)
}

.widget-chat-box .card-header i {
    font-size: 17px;
    position: relative
}

.widget-chat-box .card-header .pop-up:after {
    content: "";
    position: absolute;
    background-color: #ff5370;
    height: 8px;
    width: 8px;
    border-radius: 50px;
    right: -3px
}

.widget-chat-box .receive-chat,
.widget-chat-box .send-chat {
    position: relative;
    background: #d9ebff;
    padding: 7px;
    border-radius: 0 10px 10px;
    font-size: 13px;
    margin-bottom: 30px
}

.widget-chat-box .receive-chat:before,
.widget-chat-box .send-chat:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 6px solid transparent;
    border-top: 6px solid #d9ebff;
    border-right: 6px solid #d9ebff;
    left: -12px;
    top: 0
}

.widget-chat-box .receive-chat .time,
.widget-chat-box .send-chat .time {
    position: absolute;
    bottom: -20px;
    left: 0
}

.widget-chat-box .receive-chat {
    background-color: #4099ff;
    color: #fff;
    border-radius: 10px
}

.widget-chat-box .receive-chat .time {
    color: #666
}

.chat-card .d-flex {
    margin-top: 15px;
    margin-bottom: 15px
}

.chat-card .msg {
    margin: 5px 0
}

.chat-card .chat-saprator {
    position: relative;
    text-align: center
}

.chat-card .chat-saprator:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background-color: var(--bs-border-color);
    height: 2px;
    width: 100%;
    z-index: 1
}

.chat-card .chat-saprator span {
    background-color: #fff;
    color: var(--bs-primary);
    z-index: 99;
    position: relative;
    padding: 0 5px;
    font-style: italic
}

.chat-card .received-chat .msg {
    background-color: #d9ebff
}

.chat-card .send-chat .msg,
.chat-card .widget-chat-box .receive-chat .msg,
.widget-chat-box .chat-card .receive-chat .msg {
    text-align: left;
    background-color: #fff
}

.chat-card .chat-control {
    border-top: 1px solid var(--bs-border-color);
    position: relative
}

.chat-card .chat-control .chat-form .custom-select,
.chat-card .chat-control .chat-form .dataTable-input,
.chat-card .chat-control .chat-form .dataTable-selector,
.chat-card .chat-control .chat-form .datatable-input,
.chat-card .chat-control .chat-form .form-control {
    border: none;
    margin: 15px 0
}

.chat-card .chat-control .chat-form .custom-select:active,
.chat-card .chat-control .chat-form .custom-select:focus,
.chat-card .chat-control .chat-form .custom-select:hover,
.chat-card .chat-control .chat-form .dataTable-input:active,
.chat-card .chat-control .chat-form .dataTable-input:focus,
.chat-card .chat-control .chat-form .dataTable-input:hover,
.chat-card .chat-control .chat-form .dataTable-selector:active,
.chat-card .chat-control .chat-form .dataTable-selector:focus,
.chat-card .chat-control .chat-form .dataTable-selector:hover,
.chat-card .chat-control .chat-form .datatable-input:active,
.chat-card .chat-control .chat-form .datatable-input:focus,
.chat-card .chat-control .chat-form .datatable-input:hover,
.chat-card .chat-control .chat-form .form-control:active,
.chat-card .chat-control .chat-form .form-control:focus,
.chat-card .chat-control .chat-form .form-control:hover {
    outline: 0;
    border: none
}

.chat-card .chat-control .chat-form .chat-btn {
    position: absolute;
    right: 25px;
    top: 22px
}

.chat-card .msg {
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px;
    position: relative
}

.chat-card .msg img {
    width: 60px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px
}

.chat-card .received-chat .msg {
    background: #d9ebff;
    border-radius: 0 5px 5px
}

.chat-card .received-chat .msg:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    transform: rotate(45deg);
    border: 7px solid transparent;
    border-bottom-color: #d9ebff
}

.chat-card .send-chat,
.chat-card .widget-chat-box .receive-chat,
.widget-chat-box .chat-card .receive-chat {
    text-align: right
}

.chat-card .send-chat .msg,
.chat-card .widget-chat-box .receive-chat .msg,
.widget-chat-box .chat-card .receive-chat .msg {
    background: #4099ff;
    color: #fff;
    border-radius: 5px 0 5px 5px
}

.chat-card .send-chat .msg:after,
.chat-card .widget-chat-box .receive-chat .msg:after,
.widget-chat-box .chat-card .receive-chat .msg:after {
    content: "";
    position: absolute;
    right: -7px;
    top: -7px;
    transform: rotate(45deg);
    border: 7px solid transparent;
    border-right-color: #4099ff
}

.map-visitor-card .card-header .h5,
.map-visitor-card .card-header h5 {
    color: #fff
}

.map-visitor-card .card-footer:not([class*=bg-]) {
    background: #fff
}

.bg-patern,
.bg-patern-white {
    background-position: center center
}

.map-visitor-card .card-footer:not([class*=bg-]) .progress {
    height: 4px
}

.amount-card {
    color: #fff
}

.amount-card .h4,
.amount-card h4 {
    text-align: center
}

/* .amount-card i { */
/*     position: absolute; */
/*     font-size: 25px; */
/*     top: 25px; */
/*     left: 20px */
/* } */

.amount-card p {
    text-align: center;
    position: absolute;
    margin-bottom: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    color:#212529 !important;
}

.amount-card #amunt-card1,
.amount-card #amunt-card2,
.amount-card #amunt-card3,
.amount-card #amunt-card4 {
    height: 80px !important;
    width: 100%
}

.mrr-card {
    position: relative
}

.mrr-card .bottom-chart {
    bottom: 0
}

.bg-patern {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDAnIGhlaWdodD0nNDAnIHZpZXdCb3g9JzAgMCA0MCA0MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMjAgMjAuNVYxOEgwdi0yaDIwdi0ySDB2LTJoMjB2LTJIMFY4aDIwVjZIMFY0aDIwVjJIMFYwaDIydjIwaDJWMGgydjIwaDJWMGgydjIwaDJWMGgydjIwaDJWMGgydjIwaDJ2MkgyMHYtMS41ek0wIDIwaDJ2MjBIMFYyMHptNCAwaDJ2MjBINFYyMHptNCAwaDJ2MjBIOFYyMHptNCAwaDJ2MjBoLTJWMjB6bTQgMGgydjIwaC0yVjIwem00IDRoMjB2MkgyMHYtMnptMCA0aDIwdjJIMjB2LTJ6bTAgNGgyMHYySDIwdi0yem0wIDRoMjB2MkgyMHYtMnonIGZpbGw9JyNjY2NjY2MnIGZpbGwtb3BhY2l0eT0nMC4yJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=)
}

.bg-patern-white {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDAnIGhlaWdodD0nNDAnIHZpZXdCb3g9JzAgMCA0MCA0MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMjAgMjAuNVYxOEgwdi0yaDIwdi0ySDB2LTJoMjB2LTJIMFY4aDIwVjZIMFY0aDIwVjJIMFYwaDIydjIwaDJWMGgydjIwaDJWMGgydjIwaDJWMGgydjIwaDJWMGgydjIwaDJ2MkgyMHYtMS41ek0wIDIwaDJ2MjBIMFYyMHptNCAwaDJ2MjBINFYyMHptNCAwaDJ2MjBIOFYyMHptNCAwaDJ2MjBoLTJWMjB6bTQgMGgydjIwaC0yVjIwem00IDRoMjB2MkgyMHYtMnptMCA0aDIwdjJIMjB2LTJ6bTAgNGgyMHYySDIwdi0yem0wIDRoMjB2MkgyMHYtMnonIGZpbGw9JyNmZmZmZmYnIGZpbGwtb3BhY2l0eT0nMC4yJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=)
}

.statistics-card-1 .card-body {
    position: relative;
    overflow: hidden
}

.sc-content-t{
	display:flex;
	align-items:center;
	flex-wrap:nowrap;
}

.scct-twb{
	display: inline-flex;
	align-items:center;
}

.scct-twb .scct-badge{
	margin-left:0.5rem
}

.sc-content-b{
	margin-top: 2.5rem;
	text-align: center;
}

.scct-img{
 width: 70px;
border-radius: 50%;
margin-right:1rem;
overflow: hidden;
}

.scct-icon{
	margin-right:1rem;
	color:#fff;
}

.scct-text{
	margin-bottom:0;
}

.address-check,
.offer-check,
.progress {
    overflow: visible
}

.statistics-card-1 .card-body>* {
    position: relative;
    z-index: 5
}

.statistics-card-1 .card-body>.drp-div {
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.drp-title{
	margin-bottom:0;
}

.drp-div .drp-ti{
margin-right:0.5rem;	
}

.drp-div .drp-ii{
	    font-size: 18px;
}

.scc1-content-count{
	display: flex;
    align-items: center;
     margin-bottom: 0;
}

.scc1-content-t{
	display: flex;
    align-items: center;
    gap: 0.8rem;
}

.scc1-content-lr{
	justify-content:space-between;
	gap:1rem;
}

.scc1-content-tl{
	display: flex;
    align-items: baseline;
    gap: 0.3rem;
    flex-wrap:nowrap;
}

.scc1-content-b{
    margin: 1rem 0 0.5rem 0;
}

.scc1-bar-title{
	font-size: .75rem;
	color: #6c757d;
	margin-bottom: 0;
}

.statistics-card-1 .card-body .img-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.badge-ti .badge-i{
	margin-right:0.2rem;
}

.earning-card .nav {
    background: rgba(255, 255, 255, .3);
    border-radius: var(--bs-border-radius)
}

.earning-card .nav .nav-link {
    color: var(--pc-heading-color);
    margin: -8px 0;
    padding-top: 16px;
    padding-bottom: 16px
}

@media(max-width:575.98px) {
    .earning-card .nav .nav-link {
        padding: 14px 6px
    }
}

.earning-card .nav.nav-pills .nav-link.active,
.earning-card .nav.nav-pills .show>.nav-link {
    box-shadow: var(--pc-card-box-shadow);
    background: var(--bs-success-bg-subtle);
    color: var(--bs-success)
}

.table-body.card-body,
.table-card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

.table-body.card-body .table>thead>tr>th,
.table-card .card-body .table>thead>tr>th {
    border-top: 0
}

.introjs-tooltip .introjs-tooltipbuttons,
.table-body.card-body .table.without-header tr:first-child td,
.table-card .card-body .table.without-header tr:first-child td {
    border-top: none
}

.table-body.card-body .table tr td:first-child,
.table-body.card-body .table tr th:first-child,
.table-card .card-body .table tr td:first-child,
.table-card .card-body .table tr th:first-child {
    padding-left: 25px
}

.table-body.card-body .table tr td:last-child,
.table-body.card-body .table tr th:last-child,
.table-card .card-body .table tr td:last-child,
.table-card .card-body .table tr th:last-child {
    padding-right: 25px
}

.latest-activity-card .card-body {
    padding-top: 0
}

.latest-activity-card .card-body .latest-update-box {
    position: relative
}

@media(max-width:575.98px) {

    .table-body.card-body .table tr td:first-child,
    .table-body.card-body .table tr th:first-child,
    .table-card .card-body .table tr td:first-child,
    .table-card .card-body .table tr th:first-child {
        padding-left: 20px
    }

    .table-body.card-body .table tr td:last-child,
    .table-body.card-body .table tr th:last-child,
    .table-card .card-body .table tr td:last-child,
    .table-card .card-body .table tr th:last-child {
        padding-right: 20px
    }

    .latest-activity-card .card-body .latest-update-box .p-t-20 {
        padding-top: 0
    }

    .latest-activity-card .card-body .latest-update-box .p-b-30 {
        padding-bottom: 15px
    }

    .latest-activity-card .card-body .latest-update-box .row {
        margin-inline: 0
    }
}

.latest-activity-card .card-body .latest-update-box .update-meta {
    z-index: 2;
    min-width: 170px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.latest-activity-card .card-body .latest-update-box .update-meta:after {
    content: "";
    position: absolute;
    border-left: 2px dashed var(--bs-border-color);
    bottom: -10px;
    width: 2px;
    top: -20px;
    right: 32px;
    z-index: 1
}

.latest-activity-card .card-body .latest-update-box .update-meta .update-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    background: var(--bs-card-bg);
    margin-left: 10px;
    position: relative;
    z-index: 5
}

.latest-activity-card .card-body .latest-update-box .update-meta .update-icon i {
    font-size: 24px
}

@media only screen and (max-width:575px) {
    .latest-activity-card .card-body .latest-update-box .update-meta {
        z-index: 2;
        min-width: 100%;
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-bottom: 6px;
        border-top: 1px solid #f1f1f1;
        padding-top: 15px
    }

    .latest-activity-card .card-body .latest-update-box .update-meta::after {
        display: none
    }

    .latest-activity-card .card-body .latest-update-box .update-meta .update-icon {
        margin-left: 0;
        margin-right: 10px
    }
}

@media(max-width:575.98px) {
    .latest-activity-card .card-body .latest-update-box .row>div {
        padding-inline: 0
    }
}

.latest-activity-card .card-body .latest-update-box .row:first-child .update-meta {
    border-top: 0;
    padding-top: 0
}

.avtar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    width: 48px;
    height: 48px
}

.avtar.avtar-xxs {
    width: 16px;
    height: 16px;
    font-size: 14px;
    border-radius: 12px
}

.avtar.avtar-xs {
    width: 32px;
    height: 32px;
    font-size: 12px;
    border-radius: 12px
}

.avtar.avtar-s {
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 12px
}

.avtar.avtar-l {
    width: 64px;
    height: 64px;
    font-size: 20px;
    border-radius: 12px
}

.avtar.avtar-xl {
    width: 80px;
    height: 80px;
    font-size: 24px;
    border-radius: 12px
}

.avtar.avtar-square {
    border-radius: 4px;
    border: 2px solid
}

.avtar.avtar-icon {
    border: 2px solid #dbe0e5
}

.avtar.avtar-icon>img {
    width: 60%
}

.badge.dot {
    width: 6px;
    height: 6px;
    display: block;
    padding: 0
}

.badge.bg-light-primary {
    background: #ecf5ff;
    color: #4099ff;
    border: 1px solid #4099ff;
}

.badge.bg-light-secondary {
    background: #f0f1f2;
    color: #6c757d;
    border: 1px solid #6c757d;
}

.badge.bg-light-success {
    background: #eafbf8;
    color: #2ed8b6;
    border: 1px solid #2ed8b6;
}

.badge.bg-light-info {
    background: #e6f8fb;
    color: #00bcd4;
    border: 1px solid #00bcd4;
}

.badge.bg-light-warning {
    background: #fff8ed;
    color: #ffb64d;
    border: 1px solid #ffb64d;
}

.badge.bg-light-danger {
    background: #ffeef1;
    color: #ff5370;
    border: 1px solid #ff5370;
}

.badge.bg-light-light {
    background: #fefeff;
    color: #f8f9fa;
    border: 1px solid #f8f9fa;
}

.badge.bg-light-dark {
    background: #e9e9ea;
    color: #212529;
    border: 1px solid #212529;
}

.btn,
.introjs-tooltip .introjs-button {
    font-size: 14px;
    line-height: normal;
}
.btn {
    min-width: 110px;
}

.btn.icon-btn {
    min-width: initial;
}

.btn i,
.introjs-tooltip .introjs-button i {
    font-size: 16px
}

.btn svg,
.introjs-tooltip .introjs-button svg {
    width: 18px;
    height: 18px
}

.btn[class*=btn-light-],
.btn[class*=btn-link-],
.btn[class*=btn-outline-]:not(:hover),
.introjs-tooltip [class*=btn-light-].introjs-button,
.introjs-tooltip [class*=btn-link-].introjs-button,
.introjs-tooltip [class*=btn-outline-].introjs-button:not(:hover) {
    box-shadow: none
}

.btn.btn-shadow,
.introjs-tooltip .btn-shadow.introjs-button {
    box-shadow: 0 6px 7px -1px rgba(80, 86, 175, .3)
}

.btn-group-sm>.btn i,
.btn.btn-sm i,
.introjs-tooltip .btn-group-sm>.introjs-button i,
.introjs-tooltip .btn-sm.introjs-button i {
    font-size: 14px
}

.btn.btn-icon,
.introjs-tooltip .btn-icon.introjs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    width: 40px;
    height: 40px
}

.btn.btn-icon.avtar-xs,
.introjs-tooltip .btn-icon.avtar-xs.introjs-button {
    width: 20px;
    height: 20px;
    font-size: 10px
}

.btn.btn-icon.avtar-s,
.introjs-tooltip .btn-icon.avtar-s.introjs-button {
    width: 30px;
    height: 30px;
    font-size: 12px
}

.btn.btn-icon.avtar-l,
.introjs-tooltip .btn-icon.avtar-l.introjs-button {
    width: 50px;
    height: 50px;
    font-size: 18px
}

.btn.btn-icon.avtar-xl,
.introjs-tooltip .btn-icon.avtar-xl.introjs-button {
    width: 60px;
    height: 60px;
    font-size: 20px;
    border-radius: 30px
}

.btn-light-primary {
    background: #ecf5ff;
    color: #4099ff;
    border-color: #ecf5ff
}

.btn-light-primary .material-icons-two-tone {
    background-color: #4099ff
}

.btn-light-primary:hover {
    background: #4099ff;
    color: #fff;
    border-color: #4099ff
}

.btn-light-primary:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-primary.focus,
.btn-light-primary:focus {
    background: #4099ff;
    color: #fff;
    border-color: #4099ff
}

.btn-light-primary.focus .material-icons-two-tone,
.btn-light-primary:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-primary:not(:disabled):not(.disabled).active,
.btn-light-primary:not(:disabled):not(.disabled):active,
.show>.btn-light-primary.dropdown-toggle {
    background: #4099ff;
    color: #fff;
    border-color: #4099ff
}

.btn-light-primary:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-primary:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-primary.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-check:active+.btn-light-primary,
.btn-check:checked+.btn-light-primary {
    background: #4099ff;
    color: #fff;
    border-color: #4099ff
}

.btn-check:active+.btn-light-primary .material-icons-two-tone,
.btn-check:checked+.btn-light-primary .material-icons-two-tone {
    background-color: #fff
}

.btn-link-primary {
    background: 0 0;
    color: #4099ff;
    border-color: transparent
}

.btn-link-primary .material-icons-two-tone {
    background-color: #4099ff
}

.btn-check:active+.btn-link-primary,
.btn-check:checked+.btn-link-primary,
.btn-link-primary.focus,
.btn-link-primary:focus,
.btn-link-primary:hover,
.btn-link-primary:not(:disabled):not(.disabled).active,
.btn-link-primary:not(:disabled):not(.disabled):active,
.show>.btn-link-primary.dropdown-toggle {
    background: #ecf5ff;
    color: #4099ff;
    border-color: #ecf5ff
}

.btn-link-hover-primary {
    background: 0 0;
    color: var(--bs-secondary);
    border-color: transparent
}

.btn-link-hover-primary .material-icons-two-tone {
    background-color: var(--bs-secondary)
}

.btn-check:active+.btn-link-hover-primary,
.btn-check:checked+.btn-link-hover-primary,
.btn-link-hover-primary.focus,
.btn-link-hover-primary:focus,
.btn-link-hover-primary:hover,
.btn-link-hover-primary:not(:disabled):not(.disabled).active,
.btn-link-hover-primary:not(:disabled):not(.disabled):active,
.show>.btn-link-hover-primary.dropdown-toggle {
    background: #ecf5ff;
    color: #4099ff;
    border-color: #ecf5ff
}

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

.btn-light-secondary .material-icons-two-tone {
    background-color: #6c757d
}

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

.btn-light-secondary:hover .material-icons-two-tone {
    background-color: #fff
}

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

.btn-light-secondary.focus .material-icons-two-tone,
.btn-light-secondary:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-secondary:not(:disabled):not(.disabled).active,
.btn-light-secondary:not(:disabled):not(.disabled):active,
.show>.btn-light-secondary.dropdown-toggle {
    background: #6c757d;
    color: #fff;
    border-color: #6c757d
}

.btn-light-secondary:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-secondary:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-secondary.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

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

.btn-check:active+.btn-light-secondary .material-icons-two-tone,
.btn-check:checked+.btn-light-secondary .material-icons-two-tone {
    background-color: #fff
}

.btn-link-secondary {
    background: 0 0;
    color: #6c757d;
    border-color: transparent
}

.btn-link-secondary .material-icons-two-tone {
    background-color: #6c757d
}

.btn-check:active+.btn-link-secondary,
.btn-check:checked+.btn-link-secondary,
.btn-link-secondary.focus,
.btn-link-secondary:focus,
.btn-link-secondary:hover,
.btn-link-secondary:not(:disabled):not(.disabled).active,
.btn-link-secondary:not(:disabled):not(.disabled):active,
.show>.btn-link-secondary.dropdown-toggle {
    background: #f0f1f2;
    color: #6c757d;
    border-color: #f0f1f2
}

.btn-link-hover-secondary {
    background: 0 0;
    color: var(--bs-secondary);
    border-color: transparent
}

.btn-link-hover-secondary .material-icons-two-tone {
    background-color: var(--bs-secondary)
}

.btn-check:active+.btn-link-hover-secondary,
.btn-check:checked+.btn-link-hover-secondary,
.btn-link-hover-secondary.focus,
.btn-link-hover-secondary:focus,
.btn-link-hover-secondary:hover,
.btn-link-hover-secondary:not(:disabled):not(.disabled).active,
.btn-link-hover-secondary:not(:disabled):not(.disabled):active,
.show>.btn-link-hover-secondary.dropdown-toggle {
    background: #f0f1f2;
    color: #6c757d;
    border-color: #f0f1f2
}

.btn-light-success {
    background: #eafbf8;
    color: #2ed8b6;
    border-color: #eafbf8
}

.btn-light-success .material-icons-two-tone {
    background-color: #2ed8b6
}

.btn-light-success:hover {
    background: #2ed8b6;
    color: #fff;
    border-color: #2ed8b6
}

.btn-light-success:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-success.focus,
.btn-light-success:focus {
    background: #2ed8b6;
    color: #fff;
    border-color: #2ed8b6
}

.btn-light-success.focus .material-icons-two-tone,
.btn-light-success:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-success:not(:disabled):not(.disabled).active,
.btn-light-success:not(:disabled):not(.disabled):active,
.show>.btn-light-success.dropdown-toggle {
    background: #2ed8b6;
    color: #fff;
    border-color: #2ed8b6
}

.btn-light-success:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-success:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-success.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-check:active+.btn-light-success,
.btn-check:checked+.btn-light-success {
    background: #2ed8b6;
    color: #fff;
    border-color: #2ed8b6
}

.btn-check:active+.btn-light-success .material-icons-two-tone,
.btn-check:checked+.btn-light-success .material-icons-two-tone {
    background-color: #fff
}

.btn-link-success {
    background: 0 0;
    color: #2ed8b6;
    border-color: transparent
}

.btn-link-success .material-icons-two-tone {
    background-color: #2ed8b6
}

.btn-check:active+.btn-link-success,
.btn-check:checked+.btn-link-success,
.btn-link-success.focus,
.btn-link-success:focus,
.btn-link-success:hover,
.btn-link-success:not(:disabled):not(.disabled).active,
.btn-link-success:not(:disabled):not(.disabled):active,
.show>.btn-link-success.dropdown-toggle {
    background: #eafbf8;
    color: #2ed8b6;
    border-color: #eafbf8
}

.btn-link-hover-success {
    background: 0 0;
    color: var(--bs-secondary);
    border-color: transparent
}

.btn-link-hover-success .material-icons-two-tone {
    background-color: var(--bs-secondary)
}

.btn-check:active+.btn-link-hover-success,
.btn-check:checked+.btn-link-hover-success,
.btn-link-hover-success.focus,
.btn-link-hover-success:focus,
.btn-link-hover-success:hover,
.btn-link-hover-success:not(:disabled):not(.disabled).active,
.btn-link-hover-success:not(:disabled):not(.disabled):active,
.show>.btn-link-hover-success.dropdown-toggle {
    background: #eafbf8;
    color: #2ed8b6;
    border-color: #eafbf8
}

.btn-light-info {
    background: #e6f8fb;
    color: #00bcd4;
    border-color: #e6f8fb
}

.btn-light-info .material-icons-two-tone {
    background-color: #00bcd4
}

.btn-light-info:hover {
    background: #00bcd4;
    color: #fff;
    border-color: #00bcd4
}

.btn-light-info:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-info.focus,
.btn-light-info:focus {
    background: #00bcd4;
    color: #fff;
    border-color: #00bcd4
}

.btn-light-info.focus .material-icons-two-tone,
.btn-light-info:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-info:not(:disabled):not(.disabled).active,
.btn-light-info:not(:disabled):not(.disabled):active,
.show>.btn-light-info.dropdown-toggle {
    background: #00bcd4;
    color: #fff;
    border-color: #00bcd4
}

.btn-light-info:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-info:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-info.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-check:active+.btn-light-info,
.btn-check:checked+.btn-light-info {
    background: #00bcd4;
    color: #fff;
    border-color: #00bcd4
}

.btn-check:active+.btn-light-info .material-icons-two-tone,
.btn-check:checked+.btn-light-info .material-icons-two-tone {
    background-color: #fff
}

.btn-link-info {
    background: 0 0;
    color: #00bcd4;
    border-color: transparent
}

.btn-link-info .material-icons-two-tone {
    background-color: #00bcd4
}

.btn-check:active+.btn-link-info,
.btn-check:checked+.btn-link-info,
.btn-link-info.focus,
.btn-link-info:focus,
.btn-link-info:hover,
.btn-link-info:not(:disabled):not(.disabled).active,
.btn-link-info:not(:disabled):not(.disabled):active,
.show>.btn-link-info.dropdown-toggle {
    background: #e6f8fb;
    color: #00bcd4;
    border-color: #e6f8fb
}

.btn-link-hover-info {
    background: 0 0;
    color: var(--bs-secondary);
    border-color: transparent
}

.btn-link-hover-info .material-icons-two-tone {
    background-color: var(--bs-secondary)
}

.btn-check:active+.btn-link-hover-info,
.btn-check:checked+.btn-link-hover-info,
.btn-link-hover-info.focus,
.btn-link-hover-info:focus,
.btn-link-hover-info:hover,
.btn-link-hover-info:not(:disabled):not(.disabled).active,
.btn-link-hover-info:not(:disabled):not(.disabled):active,
.show>.btn-link-hover-info.dropdown-toggle {
    background: #e6f8fb;
    color: #00bcd4;
    border-color: #e6f8fb
}

.btn-light-warning {
    background: #fff8ed;
    color: #ffb64d;
    border-color: #fff8ed
}

.btn-light-warning .material-icons-two-tone {
    background-color: #ffb64d
}

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

.btn-light-warning:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-warning.focus,
.btn-light-warning:focus {
    background: #ffb64d;
    color: #fff;
    border-color: #ffb64d
}

.btn-light-warning.focus .material-icons-two-tone,
.btn-light-warning:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-warning:not(:disabled):not(.disabled).active,
.btn-light-warning:not(:disabled):not(.disabled):active,
.show>.btn-light-warning.dropdown-toggle {
    background: #ffb64d;
    color: #fff;
    border-color: #ffb64d
}

.btn-light-warning:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-warning:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-warning.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-check:active+.btn-light-warning,
.btn-check:checked+.btn-light-warning {
    background: #ffb64d;
    color: #fff;
    border-color: #ffb64d
}

.btn-check:active+.btn-light-warning .material-icons-two-tone,
.btn-check:checked+.btn-light-warning .material-icons-two-tone {
    background-color: #fff
}

.btn-link-warning {
    background: 0 0;
    color: #ffb64d;
    border-color: transparent
}

.btn-link-warning .material-icons-two-tone {
    background-color: #ffb64d
}

.btn-check:active+.btn-link-warning,
.btn-check:checked+.btn-link-warning,
.btn-link-warning.focus,
.btn-link-warning:focus,
.btn-link-warning:hover,
.btn-link-warning:not(:disabled):not(.disabled).active,
.btn-link-warning:not(:disabled):not(.disabled):active,
.show>.btn-link-warning.dropdown-toggle {
    background: #fff8ed;
    color: #ffb64d;
    border-color: #fff8ed
}

.btn-link-hover-warning {
    background: 0 0;
    color: var(--bs-secondary);
    border-color: transparent
}

.btn-link-hover-warning .material-icons-two-tone {
    background-color: var(--bs-secondary)
}

.btn-check:active+.btn-link-hover-warning,
.btn-check:checked+.btn-link-hover-warning,
.btn-link-hover-warning.focus,
.btn-link-hover-warning:focus,
.btn-link-hover-warning:hover,
.btn-link-hover-warning:not(:disabled):not(.disabled).active,
.btn-link-hover-warning:not(:disabled):not(.disabled):active,
.show>.btn-link-hover-warning.dropdown-toggle {
    background: #fff8ed;
    color: #ffb64d;
    border-color: #fff8ed
}

.btn-light-danger {
    background: #ffeef1;
    color: #ff5370;
    border-color: #ffeef1
}

.btn-light-danger .material-icons-two-tone {
    background-color: #ff5370
}

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

.btn-light-danger:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-danger.focus,
.btn-light-danger:focus {
    background: #ff5370;
    color: #fff;
    border-color: #ff5370
}

.btn-light-danger.focus .material-icons-two-tone,
.btn-light-danger:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-danger:not(:disabled):not(.disabled).active,
.btn-light-danger:not(:disabled):not(.disabled):active,
.show>.btn-light-danger.dropdown-toggle {
    background: #ff5370;
    color: #fff;
    border-color: #ff5370
}

.btn-light-danger:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-danger:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-danger.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-check:active+.btn-light-danger,
.btn-check:checked+.btn-light-danger {
    background: #ff5370;
    color: #fff;
    border-color: #ff5370
}

.btn-check:active+.btn-light-danger .material-icons-two-tone,
.btn-check:checked+.btn-light-danger .material-icons-two-tone {
    background-color: #fff
}

.btn-link-danger {
    background: 0 0;
    color: #ff5370;
    border-color: transparent
}

.btn-link-danger .material-icons-two-tone {
    background-color: #ff5370
}

.btn-check:active+.btn-link-danger,
.btn-check:checked+.btn-link-danger,
.btn-link-danger.focus,
.btn-link-danger:focus,
.btn-link-danger:hover,
.btn-link-danger:not(:disabled):not(.disabled).active,
.btn-link-danger:not(:disabled):not(.disabled):active,
.show>.btn-link-danger.dropdown-toggle {
    background: #ffeef1;
    color: #ff5370;
    border-color: #ffeef1
}

.btn-link-hover-danger {
    background: 0 0;
    color: var(--bs-secondary);
    border-color: transparent
}

.btn-link-hover-danger .material-icons-two-tone {
    background-color: var(--bs-secondary)
}

.btn-check:active+.btn-link-hover-danger,
.btn-check:checked+.btn-link-hover-danger,
.btn-link-hover-danger.focus,
.btn-link-hover-danger:focus,
.btn-link-hover-danger:hover,
.btn-link-hover-danger:not(:disabled):not(.disabled).active,
.btn-link-hover-danger:not(:disabled):not(.disabled):active,
.show>.btn-link-hover-danger.dropdown-toggle {
    background: #ffeef1;
    color: #ff5370;
    border-color: #ffeef1
}

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

.btn-light-light .material-icons-two-tone {
    background-color: #f8f9fa
}

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

.btn-light-light:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-light.focus,
.btn-light-light:focus {
    background: #f8f9fa;
    color: #fff;
    border-color: #f8f9fa
}

.btn-light-light.focus .material-icons-two-tone,
.btn-light-light:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-light:not(:disabled):not(.disabled).active,
.btn-light-light:not(:disabled):not(.disabled):active,
.show>.btn-light-light.dropdown-toggle {
    background: #f8f9fa;
    color: #fff;
    border-color: #f8f9fa
}

.btn-light-light:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-light:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-light.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-check:active+.btn-light-light,
.btn-check:checked+.btn-light-light {
    background: #f8f9fa;
    color: #fff;
    border-color: #f8f9fa
}

.btn-check:active+.btn-light-light .material-icons-two-tone,
.btn-check:checked+.btn-light-light .material-icons-two-tone {
    background-color: #fff
}

.btn-link-light {
    background: 0 0;
    color: #f8f9fa;
    border-color: transparent
}

.btn-link-light .material-icons-two-tone {
    background-color: #f8f9fa
}

.btn-check:active+.btn-link-light,
.btn-check:checked+.btn-link-light,
.btn-link-light.focus,
.btn-link-light:focus,
.btn-link-light:hover,
.btn-link-light:not(:disabled):not(.disabled).active,
.btn-link-light:not(:disabled):not(.disabled):active,
.show>.btn-link-light.dropdown-toggle {
    background: #fefeff;
    color: #f8f9fa;
    border-color: #fefeff
}

.btn-link-hover-light {
    background: 0 0;
    color: var(--bs-secondary);
    border-color: transparent
}

.btn-link-hover-light .material-icons-two-tone {
    background-color: var(--bs-secondary)
}

.btn-check:active+.btn-link-hover-light,
.btn-check:checked+.btn-link-hover-light,
.btn-link-hover-light.focus,
.btn-link-hover-light:focus,
.btn-link-hover-light:hover,
.btn-link-hover-light:not(:disabled):not(.disabled).active,
.btn-link-hover-light:not(:disabled):not(.disabled):active,
.show>.btn-link-hover-light.dropdown-toggle {
    background: #fefeff;
    color: #f8f9fa;
    border-color: #fefeff
}

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

.btn-light-dark .material-icons-two-tone {
    background-color: #212529
}

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

.btn-light-dark:hover .material-icons-two-tone {
    background-color: #fff
}

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

.btn-light-dark.focus .material-icons-two-tone,
.btn-light-dark:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-dark:not(:disabled):not(.disabled).active,
.btn-light-dark:not(:disabled):not(.disabled):active,
.show>.btn-light-dark.dropdown-toggle {
    background: #212529;
    color: #fff;
    border-color: #212529
}

.btn-light-dark:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-dark:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-dark.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-check:active+.btn-light-dark,
.btn-check:checked+.btn-light-dark {
    background: #212529;
    color: #fff;
    border-color: #212529
}

.btn-check:active+.btn-light-dark .material-icons-two-tone,
.btn-check:checked+.btn-light-dark .material-icons-two-tone {
    background-color: #fff
}

.btn-link-dark {
    background: 0 0;
    color: #212529;
    border-color: transparent
}

.btn-link-dark .material-icons-two-tone {
    background-color: #212529
}

.btn-check:active+.btn-link-dark,
.btn-check:checked+.btn-link-dark,
.btn-link-dark.focus,
.btn-link-dark:focus,
.btn-link-dark:hover,
.btn-link-dark:not(:disabled):not(.disabled).active,
.btn-link-dark:not(:disabled):not(.disabled):active,
.show>.btn-link-dark.dropdown-toggle {
    background: #e9e9ea;
    color: #212529;
    border-color: #e9e9ea
}

.btn-link-hover-dark {
    background: 0 0;
    color: var(--bs-secondary);
    border-color: transparent
}

.btn-link-hover-dark .material-icons-two-tone {
    background-color: var(--bs-secondary)
}

.btn-check:active+.btn-link-hover-dark,
.btn-check:checked+.btn-link-hover-dark,
.btn-link-hover-dark.focus,
.btn-link-hover-dark:focus,
.btn-link-hover-dark:hover,
.btn-link-hover-dark:not(:disabled):not(.disabled).active,
.btn-link-hover-dark:not(:disabled):not(.disabled):active,
.show>.btn-link-hover-dark.dropdown-toggle {
    background: #e9e9ea;
    color: #212529;
    border-color: #e9e9ea
}

.btn-light-facebook {
    background: #ecf0f7;
    color: #4267b2;
    border-color: #ecf0f7
}

.btn-light-facebook .material-icons-two-tone {
    background-color: #4267b2
}

.btn-light-facebook:hover {
    background: #4267b2;
    color: #fff;
    border-color: #4267b2
}

.btn-light-facebook:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-facebook.focus,
.btn-light-facebook:focus {
    background: #4267b2;
    color: #fff;
    border-color: #4267b2
}

.btn-light-facebook.focus .material-icons-two-tone,
.btn-light-facebook:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-facebook:not(:disabled):not(.disabled).active,
.btn-light-facebook:not(:disabled):not(.disabled):active,
.show>.btn-light-facebook.dropdown-toggle {
    background: #4267b2;
    color: #fff;
    border-color: #4267b2
}

.btn-light-facebook:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-facebook:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-facebook.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-light-twitter {
    background: #ecf9ff;
    color: #42c0fb;
    border-color: #ecf9ff
}

.btn-light-twitter .material-icons-two-tone {
    background-color: #42c0fb
}

.btn-light-twitter:hover {
    background: #42c0fb;
    color: #fff;
    border-color: #42c0fb
}

.btn-light-twitter:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-twitter.focus,
.btn-light-twitter:focus {
    background: #42c0fb;
    color: #fff;
    border-color: #42c0fb
}

.btn-light-twitter.focus .material-icons-two-tone,
.btn-light-twitter:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-twitter:not(:disabled):not(.disabled).active,
.btn-light-twitter:not(:disabled):not(.disabled):active,
.show>.btn-light-twitter.dropdown-toggle {
    background: #42c0fb;
    color: #fff;
    border-color: #42c0fb
}

.btn-light-twitter:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-twitter:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-twitter.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-light-dribbble {
    background: #fdedf3;
    color: #ec4a89;
    border-color: #fdedf3
}

.btn-light-dribbble .material-icons-two-tone {
    background-color: #ec4a89
}

.btn-light-dribbble:hover {
    background: #ec4a89;
    color: #fff;
    border-color: #ec4a89
}

.btn-light-dribbble:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-dribbble.focus,
.btn-light-dribbble:focus {
    background: #ec4a89;
    color: #fff;
    border-color: #ec4a89
}

.btn-light-dribbble.focus .material-icons-two-tone,
.btn-light-dribbble:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-dribbble:not(:disabled):not(.disabled).active,
.btn-light-dribbble:not(:disabled):not(.disabled):active,
.show>.btn-light-dribbble.dropdown-toggle {
    background: #ec4a89;
    color: #fff;
    border-color: #ec4a89
}

.btn-light-dribbble:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-dribbble:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-dribbble.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-light-pinterest {
    background: #f9e9ea;
    color: #bf2131;
    border-color: #f9e9ea
}

.btn-light-pinterest .material-icons-two-tone {
    background-color: #bf2131
}

.btn-light-pinterest:hover {
    background: #bf2131;
    color: #fff;
    border-color: #bf2131
}

.btn-light-pinterest:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-pinterest.focus,
.btn-light-pinterest:focus {
    background: #bf2131;
    color: #fff;
    border-color: #bf2131
}

.btn-light-pinterest.focus .material-icons-two-tone,
.btn-light-pinterest:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-pinterest:not(:disabled):not(.disabled).active,
.btn-light-pinterest:not(:disabled):not(.disabled):active,
.show>.btn-light-pinterest.dropdown-toggle {
    background: #bf2131;
    color: #fff;
    border-color: #bf2131
}

.btn-light-pinterest:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-pinterest:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-pinterest.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-light-youtube {
    background: #fceae8;
    color: #e0291d;
    border-color: #fceae8
}

.btn-light-youtube .material-icons-two-tone {
    background-color: #e0291d
}

.btn-light-youtube:hover {
    background: #e0291d;
    color: #fff;
    border-color: #e0291d
}

.btn-light-youtube:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-youtube.focus,
.btn-light-youtube:focus {
    background: #e0291d;
    color: #fff;
    border-color: #e0291d
}

.btn-light-youtube.focus .material-icons-two-tone,
.btn-light-youtube:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-youtube:not(:disabled):not(.disabled).active,
.btn-light-youtube:not(:disabled):not(.disabled):active,
.show>.btn-light-youtube.dropdown-toggle {
    background: #e0291d;
    color: #fff;
    border-color: #e0291d
}

.btn-light-youtube:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-youtube:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-youtube.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-light-googleplus {
    background: #f9ecea;
    color: #c73e2e;
    border-color: #f9ecea
}

.btn-light-googleplus .material-icons-two-tone {
    background-color: #c73e2e
}

.btn-light-googleplus:hover {
    background: #c73e2e;
    color: #fff;
    border-color: #c73e2e
}

.btn-light-googleplus:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-googleplus.focus,
.btn-light-googleplus:focus {
    background: #c73e2e;
    color: #fff;
    border-color: #c73e2e
}

.btn-light-googleplus.focus .material-icons-two-tone,
.btn-light-googleplus:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-googleplus:not(:disabled):not(.disabled).active,
.btn-light-googleplus:not(:disabled):not(.disabled):active,
.show>.btn-light-googleplus.dropdown-toggle {
    background: #c73e2e;
    color: #fff;
    border-color: #c73e2e
}

.btn-light-googleplus:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-googleplus:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-googleplus.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-light-instagram {
    background: #f7f2ef;
    color: #aa7c62;
    border-color: #f7f2ef
}

.btn-light-instagram .material-icons-two-tone {
    background-color: #aa7c62
}

.btn-light-instagram:hover {
    background: #aa7c62;
    color: #fff;
    border-color: #aa7c62
}

.btn-light-instagram:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-instagram.focus,
.btn-light-instagram:focus {
    background: #aa7c62;
    color: #fff;
    border-color: #aa7c62
}

.btn-light-instagram.focus .material-icons-two-tone,
.btn-light-instagram:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-instagram:not(:disabled):not(.disabled).active,
.btn-light-instagram:not(:disabled):not(.disabled):active,
.show>.btn-light-instagram.dropdown-toggle {
    background: #aa7c62;
    color: #fff;
    border-color: #aa7c62
}

.btn-light-instagram:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-instagram:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-instagram.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-light-viber {
    background: #f2eef5;
    color: #7b519d;
    border-color: #f2eef5
}

.btn-light-viber .material-icons-two-tone {
    background-color: #7b519d
}

.btn-light-viber:hover {
    background: #7b519d;
    color: #fff;
    border-color: #7b519d
}

.btn-light-viber:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-viber.focus,
.btn-light-viber:focus {
    background: #7b519d;
    color: #fff;
    border-color: #7b519d
}

.btn-light-viber.focus .material-icons-two-tone,
.btn-light-viber:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-viber:not(:disabled):not(.disabled).active,
.btn-light-viber:not(:disabled):not(.disabled):active,
.show>.btn-light-viber.dropdown-toggle {
    background: #7b519d;
    color: #fff;
    border-color: #7b519d
}

.btn-light-viber:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-viber:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-viber.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-light-behance {
    background: #e6eeff;
    color: #0057ff;
    border-color: #e6eeff
}

.btn-light-behance .material-icons-two-tone {
    background-color: #0057ff
}

.btn-light-behance:hover {
    background: #0057ff;
    color: #fff;
    border-color: #0057ff
}

.btn-light-behance:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-behance.focus,
.btn-light-behance:focus {
    background: #0057ff;
    color: #fff;
    border-color: #0057ff
}

.btn-light-behance.focus .material-icons-two-tone,
.btn-light-behance:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-behance:not(:disabled):not(.disabled).active,
.btn-light-behance:not(:disabled):not(.disabled):active,
.show>.btn-light-behance.dropdown-toggle {
    background: #0057ff;
    color: #fff;
    border-color: #0057ff
}

.btn-light-behance:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-behance:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-behance.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-light-dropbox {
    background: #ebf2ff;
    color: #3380ff;
    border-color: #ebf2ff
}

.btn-light-dropbox .material-icons-two-tone {
    background-color: #3380ff
}

.btn-light-dropbox:hover {
    background: #3380ff;
    color: #fff;
    border-color: #3380ff
}

.btn-light-dropbox:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-dropbox.focus,
.btn-light-dropbox:focus {
    background: #3380ff;
    color: #fff;
    border-color: #3380ff
}

.btn-light-dropbox.focus .material-icons-two-tone,
.btn-light-dropbox:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-dropbox:not(:disabled):not(.disabled).active,
.btn-light-dropbox:not(:disabled):not(.disabled):active,
.show>.btn-light-dropbox.dropdown-toggle {
    background: #3380ff;
    color: #fff;
    border-color: #3380ff
}

.btn-light-dropbox:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-dropbox:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-dropbox.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-light-linkedin {
    background: #e6f1f8;
    color: #0077b5;
    border-color: #e6f1f8
}

.btn-light-linkedin .material-icons-two-tone {
    background-color: #0077b5
}

.btn-light-linkedin:hover {
    background: #0077b5;
    color: #fff;
    border-color: #0077b5
}

.btn-light-linkedin:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-linkedin.focus,
.btn-light-linkedin:focus {
    background: #0077b5;
    color: #fff;
    border-color: #0077b5
}

.btn-light-linkedin.focus .material-icons-two-tone,
.btn-light-linkedin:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-linkedin:not(:disabled):not(.disabled).active,
.btn-light-linkedin:not(:disabled):not(.disabled):active,
.show>.btn-light-linkedin.dropdown-toggle {
    background: #0077b5;
    color: #fff;
    border-color: #0077b5
}

.btn-light-linkedin:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-linkedin:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-linkedin.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

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

.btn-light-amazon .material-icons-two-tone {
    background-color: #000
}

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

.btn-light-amazon:hover .material-icons-two-tone {
    background-color: #fff
}

.btn-light-amazon.focus,
.btn-light-amazon:focus {
    background: #000;
    color: #fff;
    border-color: #000
}

.btn-light-amazon.focus .material-icons-two-tone,
.btn-light-amazon:focus .material-icons-two-tone {
    background-color: #fff
}

.btn-light-amazon:not(:disabled):not(.disabled).active,
.btn-light-amazon:not(:disabled):not(.disabled):active,
.show>.btn-light-amazon.dropdown-toggle {
    background: #000;
    color: #fff;
    border-color: #000
}

.btn-light-amazon:not(:disabled):not(.disabled).active .material-icons-two-tone,
.btn-light-amazon:not(:disabled):not(.disabled):active .material-icons-two-tone,
.show>.btn-light-amazon.dropdown-toggle .material-icons-two-tone {
    background-color: #fff
}

.btn-pc-default:not(:hover) {
    color: var(--bs-secondary)
}

.pc-header .dropdown-menu {
    animation: .3s ease-in-out 0s normal forwards .3s fadein
}

@keyframes fadein {
    from {
        transform: translate3d(0, 8px, 0);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.dropdown .dropdown-item {
    display: flex;
    align-items: center
}

.card .card-header .card-header-right .btn.dropdown-toggle:after,
.card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.introjs-button:after,
.dropzone-multi .dropzone-panel .dropzone-remove-all,
.dropzone-multi .dropzone-panel .dropzone-upload,
.dropzone-multi .dz-message,
.dz-started .dropzone-msg,
.introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.introjs-button:after {
    display: none
}

.dropdown .dropdown-item.active,
.dropdown .dropdown-item:active,
.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover {
    background: var(--pc-active-background);
    color: var(--bs-dropdown-link-color)
}

.dropdown .dropdown-item.active i.material-icons-two-tone,
.dropdown .dropdown-item:active i.material-icons-two-tone,
.dropdown .dropdown-item:focus i.material-icons-two-tone,
.dropdown .dropdown-item:hover i.material-icons-two-tone {
    background-color: var(--bs-dropdown-link-color)
}

.dropdown-menu {
    box-shadow: 0 4px 24px 0 rgba(62, 57, 107, .18);
    border: none;
    padding: 8px;
}

.dropdown-menu .dropdown-item {	
    border-radius: 8px;
    padding: 10px 15px
}


.dropdown-menu .dropdown-item i.material-icons-two-tone {
    vertical-align: bottom;
    font-size: 22px;
    background-color: var(--pc-header-color)
}

.dropdown-menu .dropdown-item svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #f2f2f2
}

.dropdown-menu .dropdown-item .float-right svg {
    width: 14px;
    height: 14px
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.card {
    box-shadow: var(--pc-card-box-shadow);
    margin-bottom: 25px;
    transition: box-shadow .2s ease-in-out
}

/* .card:not(.page-block):hover { */
/*     box-shadow: var(--pc-card-box-hover-shadow) */
/* } */

.card .card-header .h5,
.card .card-header h5 {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 600
}

.card .card-header .h5+.small:last-child,
.card .card-header .h5+p:last-child,
.card .card-header .h5+small:last-child,
.card .card-header h5+.small:last-child,
.card .card-header h5+p:last-child,
.card .card-header h5+small:last-child {
    margin-bottom: 0
}

.card .card-header .card-header-right {
    right: 10px;
    top: 10px;
    float: right;
    padding: 0;
    position: absolute
}

@media only screen and (max-width:575px) {
    .card .card-header .card-header-right {
        display: none
    }
}

.card .card-header .card-header-right .dropdown-menu {
    margin-top: 0
}

.card .card-header .card-header-right .dropdown-menu li {
    cursor: pointer
}

.card .card-header .card-header-right .dropdown-menu li a {
    font-size: 14px;
    text-transform: capitalize
}

.card .card-header .card-header-right .btn.dropdown-toggle,
.card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.introjs-button,
.introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.introjs-button {
    color: #888;
    border: none;
    background: 0 0;
    box-shadow: none;
    padding: 0;
    width: 20px;
    height: 20px;
    right: 8px;
    top: 8px
}

.card .card-header .card-header-right .btn.dropdown-toggle.mobile-menu span,
.card .card-header .card-header-right .btn.dropdown-toggle.mobile-menu span:after,
.card .card-header .card-header-right .btn.dropdown-toggle.mobile-menu span:before,
.card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.mobile-menu.introjs-button span,
.card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.mobile-menu.introjs-button span:after,
.card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.mobile-menu.introjs-button span:before,
.introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.mobile-menu.introjs-button span,
.introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.mobile-menu.introjs-button span:after,
.introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.mobile-menu.introjs-button span:before {
    border-radius: 5px;
    height: 2px;
    background-color: #888
}

.card .card-header .card-header-right .btn.dropdown-toggle i,
.card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.introjs-button i,
.introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.introjs-button i {
    margin-right: 0
}

.card .card-header .card-header-right .btn.dropdown-toggle:focus,
.card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.introjs-button:focus,
.introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.introjs-button:focus {
    box-shadow: none;
    outline: 0
}

.card .card-header .card-header-right .nav-pills {
    padding: 0;
    box-shadow: none;
    background: 0 0
}

.card .card-header+.card-body {
    padding-top: 0
}

.card .card-footer {
    transition: box-shadow .2s ease-in-out
}

.card:hover .card-footer[class*=bg-] {
    box-shadow: none
}

@media(max-width:575.98px) {

    .card .card-body,
    .card .card-header {
        padding: 20px
    }

    .card {
        margin-bottom: 20px
    }

    .card .card-header .h5,
    .card .card-header h5 {
        font-size: .875rem
    }
}

.tabs-border.nav-tabs .nav-item,
.tabs-light.nav-pill .nav-item {
    margin-bottom: 0
}

.progress-group{
	margin:1rem 0;
}
.progress-sm{
	height:7px;
}

.progress .progress-bar {
    border-radius: 4px
}

.progress.progress-primary {
    background: #ecf5ff
}

.progress.progress-primary .progress-bar {
    background: #4099ff
}

.progress.progress-secondary {
    background: #f0f1f2
}

.progress.progress-secondary .progress-bar {
    background: #6c757d
}

.progress.progress-success {
    background: #eafbf8
}

.progress.progress-success .progress-bar {
    background: #2ed8b6
}

.progress.progress-info {
    background: #e6f8fb
}

.progress.progress-info .progress-bar {
    background: #00bcd4
}

.progress.progress-warning {
    background: #fff8ed
}

.progress.progress-warning .progress-bar {
    background: #ffb64d
}

.progress.progress-danger {
    background: #ffeef1
}

.progress.progress-danger .progress-bar {
    background: #ff5370
}

.progress.progress-light {
    background: #fefeff
}

.progress.progress-light .progress-bar {
    background: #f8f9fa
}

.progress.progress-dark {
    background: #e9e9ea
}

.progress.progress-dark .progress-bar {
    background: #212529
}

.progress-stacked {
    overflow: hidden
}

.progress-stacked .progress:not(:first-child) .progress-bar {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.progress-stacked .progress:not(:last-child) .progress-bar {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.table.table-align-center td,
.table.table-align-center th {
    vertical-align: middle
}

.table thead th {
    padding: .9rem .75rem
}

.table.table-borderless td,
.table.table-borderless th {
    border: none !important
}

@media(max-width:1199.98px) {

    .affiliate-table tr td:first-child,
    .affiliate-table tr th:first-child {
        min-width: 150px
    }
}

.tabs-border.nav-tabs .nav-link {
    border: none;
    background: center bottom no-repeat, center 100%;
    background-size: 0 100%, 100% 100%;
    transition: background .3s ease-out;
    background-image: linear-gradient(to top, theme-color("primary") 2px, rgba(255, 255, 255, 0) 2px)
}

.tabs-border.nav-tabs .nav-link.active {
    background-size: 100% 100%, 100% 100%
}

.tabs-light.nav-pill+.tab-content {
    border-top: 1px solid #dbe0e5
}

.tabs-light.nav-pill .nav-item .nav-link {
    color: #4099ff;
    background: #ecf5ff;
    border-radius: 4px;
    transition: background .3s ease-out
}

.tabs-light.nav-pill .nav-item+.nav-item {
    margin-left: 10px
}

.tabs-light.nav-pill .nav-link {
    border: none
}

.tabs-light.nav-pill .nav-link.active {
    color: #fff;
    background: #4099ff
}

.custom-select:hover,
.dataTable-input:hover,
.dataTable-selector:hover,
.datatable-input:hover,
.form-control:hover,
select.form-control:hover {
    background-color: #f8f9fa
}

.form-control[readonly],
[readonly].custom-select,
[readonly].dataTable-input,
[readonly].dataTable-selector,
[readonly].datatable-input,
select.form-control[readonly] {
    opacity: .6
}

.input-group-text svg {
    width: 18px;
    height: 18px
}

.form-control-color-picker {
    height: 43px;
    padding: .5rem
}

select.custom-select,
select.dataTable-input,
select.dataTable-selector,
select.datatable-input,
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right .75rem center/18px 25px no-repeat #fff
}

select.form-control[data-multiselectsplitter-firstselect-selector],
select.form-control[data-multiselectsplitter-secondselect-selector],
select[data-multiselectsplitter-firstselect-selector].custom-select,
select[data-multiselectsplitter-firstselect-selector].dataTable-input,
select[data-multiselectsplitter-firstselect-selector].dataTable-selector,
select[data-multiselectsplitter-firstselect-selector].datatable-input,
select[data-multiselectsplitter-secondselect-selector].custom-select,
select[data-multiselectsplitter-secondselect-selector].dataTable-input,
select[data-multiselectsplitter-secondselect-selector].dataTable-selector,
select[data-multiselectsplitter-secondselect-selector].datatable-input {
    background: 0 0
}

.form-floating>label {
    top: 1px
}

.form-floating>.custom-select:not(:-moz-placeholder-shown)~label,
.form-floating>.dataTable-input:not(:-moz-placeholder-shown)~label,
.form-floating>.dataTable-selector:not(:-moz-placeholder-shown)~label,
.form-floating>.datatable-input:not(:-moz-placeholder-shown)~label,
.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    color: #5b6b79
}

.form-floating>.custom-select:focus~label,
.form-floating>.custom-select:not(:placeholder-shown)~label,
.form-floating>.dataTable-input:focus~label,
.form-floating>.dataTable-input:not(:placeholder-shown)~label,
.form-floating>.dataTable-selector:focus~label,
.form-floating>.dataTable-selector:not(:placeholder-shown)~label,
.form-floating>.datatable-input:focus~label,
.form-floating>.datatable-input:not(:placeholder-shown)~label,
.form-floating>.datatable-selector~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: #5b6b79
}

.form-floating>.custom-select:focus~label,
.form-floating>.dataTable-input:focus~label,
.form-floating>.dataTable-selector:focus~label,
.form-floating>.datatable-input:focus~label,
.form-floating>.form-control:focus~label {
    color: var(--bs-primary)
}

.form-floating>input {
    color: #222
}

.bootstrap-select -select>.dropdown-toggle.btn-default,
.bootstrap-select -select>.dropdown-toggle.btn-light,
.bootstrap-select -select>.dropdown-toggle.btn-secondary,
.bootstrap-select .introjs-tooltip -select>.dropdown-toggle.introjs-button.introjs-prevbutton,
.introjs-tooltip .bootstrap-select -select>.dropdown-toggle.introjs-button.introjs-prevbutton {
    border-color: #dbe0e5 !important;
    box-shadow: none;
    background: #fff !important;
    color: #5b6b79
}

.bootstrap-select -select>.dropdown-toggle.btn-default:focus,
.bootstrap-select -select>.dropdown-toggle.btn-light:focus,
.bootstrap-select -select>.dropdown-toggle.btn-secondary:focus,
.bootstrap-select .introjs-tooltip -select>.dropdown-toggle.introjs-button.introjs-prevbutton:focus,
.introjs-tooltip .bootstrap-select -select>.dropdown-toggle.introjs-button.introjs-prevbutton:focus {
    outline: 0 !important
}

.form-search {
    position: relative;
    display: inline-flex
}

.form-search .custom-select,
.form-search .dataTable-input,
.form-search .dataTable-selector,
.form-search .datatable-input,
.form-search .form-control {
    border-radius: var(--bs-border-radius);
    padding: .62rem 2.6rem;
    width: 100%;
    max-width: 240px
}

@media(max-width:1399.98px) {

    .form-search .custom-select,
    .form-search .dataTable-input,
    .form-search .dataTable-selector,
    .form-search .datatable-input,
    .form-search .form-control {
        width: 100%
    }
}

.form-search .icon-search {
    position: absolute;
    top: 11px;
    left: 14px;
    font-size: 20px;
    opacity: .4
}

.form-search .btn-search {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius-sm)
}

.form-check label,
.form-check label input {
    cursor: pointer
}

.form-check .form-check-input.input-primary:checked {
    border-color: #4099ff;
    background-color: #4099ff
}

.form-check .form-check-input.input-light-primary:checked {
    border-color: #4099ff;
    background-color: #ecf5ff
}

.form-check .form-check-input.input-light-primary:checked[type=checkbox] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjNDA5OWZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==)
}

.form-check .form-check-input.input-light-primary:checked[type=radio] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjNDA5OWZmJy8+PC9zdmc+)
}

.form-check .form-check-input.input-light-primary:focus[type=checkbox],
.form-check .form-check-input.input-light-primary:focus[type=radio],
.form-check .form-check-input.input-primary:focus[type=checkbox],
.form-check .form-check-input.input-primary:focus[type=radio] {
    box-shadow: 0 0 0 .2rem rgba(64, 153, 255, .25);
    border-color: #4099ff
}

.form-check.form-switch .form-check-input.input-light-primary:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjNDA5OWZmJy8+PC9zdmc+)
}

.form-check .form-check-input.input-secondary:checked {
    border-color: #6c757d;
    background-color: #6c757d
}

.form-check .form-check-input.input-light-secondary:checked {
    border-color: #6c757d;
    background-color: #f0f1f2
}

.form-check .form-check-input.input-light-secondary:checked[type=checkbox] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjNmM3NTdkJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==)
}

.form-check .form-check-input.input-light-secondary:checked[type=radio] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjNmM3NTdkJy8+PC9zdmc+)
}

.form-check .form-check-input.input-light-secondary:focus[type=checkbox],
.form-check .form-check-input.input-light-secondary:focus[type=radio],
.form-check .form-check-input.input-secondary:focus[type=checkbox],
.form-check .form-check-input.input-secondary:focus[type=radio] {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .25);
    border-color: #6c757d
}

.form-check.form-switch .form-check-input.input-light-secondary:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjNmM3NTdkJy8+PC9zdmc+)
}

.form-check .form-check-input.input-success:checked {
    border-color: #2ed8b6;
    background-color: #2ed8b6
}

.form-check .form-check-input.input-light-success:checked {
    border-color: #2ed8b6;
    background-color: #eafbf8
}

.form-check .form-check-input.input-light-success:checked[type=checkbox] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMmVkOGI2JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==)
}

.form-check .form-check-input.input-light-success:checked[type=radio] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjMmVkOGI2Jy8+PC9zdmc+)
}

.form-check .form-check-input.input-light-success:focus[type=checkbox],
.form-check .form-check-input.input-light-success:focus[type=radio],
.form-check .form-check-input.input-success:focus[type=checkbox],
.form-check .form-check-input.input-success:focus[type=radio] {
    box-shadow: 0 0 0 .2rem rgba(46, 216, 182, .25);
    border-color: #2ed8b6
}

.form-check.form-switch .form-check-input.input-light-success:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjMmVkOGI2Jy8+PC9zdmc+)
}

.form-check .form-check-input.input-info:checked {
    border-color: #00bcd4;
    background-color: #00bcd4
}

.form-check .form-check-input.input-light-info:checked {
    border-color: #00bcd4;
    background-color: #e6f8fb
}

.form-check .form-check-input.input-light-info:checked[type=checkbox] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMDBiY2Q0JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==)
}

.form-check .form-check-input.input-light-info:checked[type=radio] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjMDBiY2Q0Jy8+PC9zdmc+)
}

.form-check .form-check-input.input-info:focus[type=checkbox],
.form-check .form-check-input.input-info:focus[type=radio],
.form-check .form-check-input.input-light-info:focus[type=checkbox],
.form-check .form-check-input.input-light-info:focus[type=radio] {
    box-shadow: 0 0 0 .2rem rgba(0, 188, 212, .25);
    border-color: #00bcd4
}

.form-check.form-switch .form-check-input.input-light-info:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjMDBiY2Q0Jy8+PC9zdmc+)
}

.form-check .form-check-input.input-warning:checked {
    border-color: #ffb64d;
    background-color: #ffb64d
}

.form-check .form-check-input.input-light-warning:checked {
    border-color: #ffb64d;
    background-color: #fff8ed
}

.form-check .form-check-input.input-light-warning:checked[type=checkbox] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZiNjRkJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==)
}

.form-check .form-check-input.input-light-warning:checked[type=radio] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjZmZiNjRkJy8+PC9zdmc+)
}

.form-check .form-check-input.input-light-warning:focus[type=checkbox],
.form-check .form-check-input.input-light-warning:focus[type=radio],
.form-check .form-check-input.input-warning:focus[type=checkbox],
.form-check .form-check-input.input-warning:focus[type=radio] {
    box-shadow: 0 0 0 .2rem rgba(255, 182, 77, .25);
    border-color: #ffb64d
}

.form-check.form-switch .form-check-input.input-light-warning:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZiNjRkJy8+PC9zdmc+)
}

.form-check .form-check-input.input-danger:checked {
    border-color: #ff5370;
    background-color: #ff5370
}

.form-check .form-check-input.input-light-danger:checked {
    border-color: #ff5370;
    background-color: #ffeef1
}

.form-check .form-check-input.input-light-danger:checked[type=checkbox] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmY1MzcwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==)
}

.form-check .form-check-input.input-light-danger:checked[type=radio] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjZmY1MzcwJy8+PC9zdmc+)
}

.form-check .form-check-input.input-danger:focus[type=checkbox],
.form-check .form-check-input.input-danger:focus[type=radio],
.form-check .form-check-input.input-light-danger:focus[type=checkbox],
.form-check .form-check-input.input-light-danger:focus[type=radio] {
    box-shadow: 0 0 0 .2rem rgba(255, 83, 112, .25);
    border-color: #ff5370
}

.form-check.form-switch .form-check-input.input-light-danger:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmY1MzcwJy8+PC9zdmc+)
}

.form-check .form-check-input.input-light:checked {
    border-color: #f8f9fa;
    background-color: #f8f9fa
}

.form-check .form-check-input.input-light-light:checked {
    border-color: #f8f9fa;
    background-color: #fefeff
}

.form-check .form-check-input.input-light-light:checked[type=checkbox] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZjhmOWZhJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==)
}

.form-check .form-check-input.input-light-light:checked[type=radio] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjZjhmOWZhJy8+PC9zdmc+)
}

.form-check .form-check-input.input-light-light:focus[type=checkbox],
.form-check .form-check-input.input-light-light:focus[type=radio],
.form-check .form-check-input.input-light:focus[type=checkbox],
.form-check .form-check-input.input-light:focus[type=radio] {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .25);
    border-color: #f8f9fa
}

.form-check.form-switch .form-check-input.input-light-light:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZjhmOWZhJy8+PC9zdmc+)
}

.form-check .form-check-input.input-dark:checked {
    border-color: #212529;
    background-color: #212529
}

.form-check .form-check-input.input-light-dark:checked {
    border-color: #212529;
    background-color: #e9e9ea
}

.form-check .form-check-input.input-light-dark:checked[type=checkbox] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMjEyNTI5JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==)
}

.form-check .form-check-input.input-light-dark:checked[type=radio] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjMjEyNTI5Jy8+PC9zdmc+)
}

.form-check .form-check-input.input-dark:focus[type=checkbox],
.form-check .form-check-input.input-dark:focus[type=radio],
.form-check .form-check-input.input-light-dark:focus[type=checkbox],
.form-check .form-check-input.input-light-dark:focus[type=radio] {
    box-shadow: 0 0 0 .2rem rgba(33, 37, 41, .25);
    border-color: #212529
}

.form-check.form-switch .form-check-input.input-light-dark:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjMjEyNTI5Jy8+PC9zdmc+)
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.introjs-tooltip .input-group>.input-group-append:last-child>.introjs-button:not(:last-child):not(.dropdown-toggle),
.introjs-tooltip .input-group>.input-group-append:not(:last-child)>.introjs-button,
.introjs-tooltip .input-group>.input-group-prepend>.introjs-button {
    border-right: none
}

.form-v1 .form-label-group {
    position: relative
}

.form-v1 .form-label-group>input,
.form-v1 .form-label-group>label {
    height: 3.125rem;
    padding: .75rem
}

.form-v1 .form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    color: #495057;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out
}

.form-v1 .form-label-group input::-moz-placeholder {
    color: transparent
}

.form-v1 .form-label-group input::placeholder {
    color: transparent
}

.form-v1 .form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem
}

.form-v1 .form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem
}

.form-v1 .form-label-group input:not(:-moz-placeholder-shown)~label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777
}

.form-v1 .form-label-group input:not(:placeholder-shown)~label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777
}

.datepicker,
.datepicker.dropdown-menu {
    padding: 10px
}

.datepicker {
    width: 275px
}

.datepicker.datepicker-orient-top {
    margin-top: 8px
}

.datepicker table {
    width: 100%
}

.datepicker td,
.datepicker th {
    font-weight: regular;
    width: 35px;
    height: 35px
}

.datepicker thead th {
    color: #29344a
}

.datepicker thead th.datepicker-switch,
.datepicker thead th.next,
.datepicker thead th.prev {
    font-weight: 500;
    color: #222
}

.datepicker thead th.datepicker-switch i,
.datepicker thead th.next i,
.datepicker thead th.prev i {
    font-size: 1.2rem;
    color: #222
}

.datepicker thead th.datepicker-switch i:before,
.datepicker thead th.next i:before,
.datepicker thead th.prev i:before {
    line-height: 0;
    vertical-align: middle
}

.datepicker thead th.datepicker-switch:hover,
.datepicker thead th.next:hover,
.datepicker thead th.prev:hover {
    background: #f6f7fb !important
}

.datepicker thead th.dow {
    color: #222;
    font-weight: 500
}

.datepicker tbody tr>td.day {
    color: #222
}

.datepicker tbody tr>td.day:hover {
    background: #f6f7fb;
    color: #222
}

.datepicker tbody tr>td.day.new,
.datepicker tbody tr>td.day.old {
    color: #222
}

.datepicker tbody tr>td.day.active,
.datepicker tbody tr>td.day.active:hover,
.datepicker tbody tr>td.day.selected,
.datepicker tbody tr>td.day.selected:hover {
    background: #4099ff;
    color: #fff
}

.datepicker tbody tr>td.day.today {
    position: relative;
    background: #4099ff !important;
    color: #fff !important
}

.datepicker tbody tr>td span.hour:hover,
.datepicker tbody tr>td span.minute:hover,
.datepicker tbody tr>td span.month:hover,
.datepicker tbody tr>td span.year:hover,
.datepicker tbody tr>td.day.range {
    background: #f6f7fb
}

.datepicker tbody tr>td.day.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #fff;
    border-top-color: #222;
    position: absolute;
    bottom: 4px;
    right: 4px
}

.datepicker tbody tr>td span.hour,
.datepicker tbody tr>td span.minute,
.datepicker tbody tr>td span.month,
.datepicker tbody tr>td span.year {
    color: #222
}

.datepicker tbody tr>td span.hour.active,
.datepicker tbody tr>td span.hour.active.focused:hover,
.datepicker tbody tr>td span.hour.active:hover,
.datepicker tbody tr>td span.hour.focused,
.datepicker tbody tr>td span.hour.focused:hover,
.datepicker tbody tr>td span.minute.active,
.datepicker tbody tr>td span.minute.active.focused:hover,
.datepicker tbody tr>td span.minute.active:hover,
.datepicker tbody tr>td span.minute.focused,
.datepicker tbody tr>td span.minute.focused:hover,
.datepicker tbody tr>td span.month.active,
.datepicker tbody tr>td span.month.active.focused:hover,
.datepicker tbody tr>td span.month.active:hover,
.datepicker tbody tr>td span.month.focused,
.datepicker tbody tr>td span.month.focused:hover,
.datepicker tbody tr>td span.year.active,
.datepicker tbody tr>td span.year.active.focused:hover,
.datepicker tbody tr>td span.year.active:hover,
.datepicker tbody tr>td span.year.focused,
.datepicker tbody tr>td span.year.focused:hover {
    background: #4099ff;
    color: #fff
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-timepicker-widget table td>a:hover,
.datepicker tfoot tr>th.clear:hover,
.datepicker tfoot tr>th.today:hover,
.dropzone-multi .dropzone-item {
    background: #f6f7fb
}

.datepicker tfoot tr>th.clear,
.datepicker tfoot tr>th.today {
    font-weight: 500
}

.bootstrap-timepicker-widget {
    left: auto;
    width: 175px
}

.bootstrap-timepicker-widget .bootstrap-timepicker-hour,
.bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
.bootstrap-timepicker-widget .bootstrap-timepicker-minute,
.bootstrap-timepicker-widget .bootstrap-timepicker-second {
    border: none;
    box-shadow: none;
    color: #29344a
}

.bootstrap-timepicker-widget table td>a {
    border: 0
}

.bootstrap-timepicker-widget table td>a i {
    font-size: 1.1rem
}

.tagify__tag {
    --tag-bg: #f6f7fb;
    --tag-hover: rgba(64, 153, 255, 0.3);
    --tag-remove-bg: rgba(255, 83, 112, 0.3);
    --tag-remove-btn-bg--hover: #ff5370
}

.tagify__tag.tagify__tag--primary {
    --tag-bg: rgba(64, 153, 255, 0.2)
}

.tagify__tag.tagify__tag--primary div .tagify__tag-text {
    color: #4099ff
}

.tagify__tag.tagify__tag--secondary {
    --tag-bg: rgba(108, 117, 125, 0.2)
}

.tagify__tag.tagify__tag--secondary div .tagify__tag-text {
    color: #6c757d
}

.tagify__tag.tagify__tag--success {
    --tag-bg: rgba(46, 216, 182, 0.2)
}

.tagify__tag.tagify__tag--success div .tagify__tag-text {
    color: #2ed8b6
}

.tagify__tag.tagify__tag--info {
    --tag-bg: rgba(0, 188, 212, 0.2)
}

.tagify__tag.tagify__tag--info div .tagify__tag-text {
    color: #00bcd4
}

.tagify__tag.tagify__tag--warning {
    --tag-bg: rgba(255, 182, 77, 0.2)
}

.tagify__tag.tagify__tag--warning div .tagify__tag-text {
    color: #ffb64d
}

.tagify__tag.tagify__tag--danger {
    --tag-bg: rgba(255, 83, 112, 0.2)
}

.tagify__tag.tagify__tag--danger div .tagify__tag-text {
    color: #ff5370
}

.tagify__tag.tagify__tag--light {
    --tag-bg: rgba(248, 249, 250, 0.2)
}

.tagify__tag.tagify__tag--light div .tagify__tag-text {
    color: #f8f9fa
}

.tagify__tag.tagify__tag--dark {
    --tag-bg: rgba(33, 37, 41, 0.2)
}

.tagify__tag.tagify__tag--dark div .tagify__tag-text {
    color: #212529
}

.bootstrap-switch {
    border-color: #dbe0e5
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #fff;
    background: #4099ff
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary {
    color: #fff;
    background: #6c757d
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #fff;
    background: #2ed8b6
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
    color: #fff;
    background: #00bcd4
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
    color: #fff;
    background: #ffb64d
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    color: #fff;
    background: #ff5370
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-light,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-light {
    color: #fff;
    background: #f8f9fa
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dark,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dark {
    color: #fff;
    background: #212529
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn[class*=btn-]:not(.btn-light),
.introjs-tooltip .bootstrap-select>.dropdown-toggle.bs-placeholder[class*=btn-].introjs-button:not(.btn-light) {
    color: #fff
}

.scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto
}

.tt-menu {
    padding: 10px 0;
    font-size: .875rem;
    background: #fff;
    min-width: 10rem;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px
}

.tt-menu .tt-suggestion {
    padding: 4px 20px;
    border-radius: 2px
}

.tt-menu .tt-suggestion.active,
.tt-menu .tt-suggestion:active,
.tt-menu .tt-suggestion:focus,
.tt-menu .tt-suggestion:hover {
    background: rgba(64, 153, 255, .03);
    color: #4099ff
}

.sticky-action {
    top: 60px;
    background: var(--bs-card-bg);
    border-radius: var(--bs-card-border-radius)
}

.pct-c-btn,
.uppy-Dashboard--modal,
.uppy-Dashboard--modal .uppy-Dashboard-overlay {
    z-index: 1030
}

.dropzone {
    min-height: auto;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border: 2px dashed #dbe0e5;
    border-radius: 4px
}

.dropzone .dropzone-msg-title {
    color: #222;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 500;
    font-size: 1.2rem
}

.dropzone .dropzone-msg-desc {
    color: #222;
    font-weight: 400;
    font-size: 1rem
}

.dropzone .dz-preview .dz-image {
    border-radius: 4px
}

.dropzone.dropzone-primary {
    border-color: #4099ff
}

.dropzone.dropzone-secondary {
    border-color: #6c757d
}

.dropzone.dropzone-success {
    border-color: #2ed8b6
}

.dropzone.dropzone-info {
    border-color: #00bcd4
}

.dropzone.dropzone-warning {
    border-color: #ffb64d
}

.dropzone.dropzone-danger {
    border-color: #ff5370
}

.dropzone.dropzone-light {
    border-color: #f8f9fa
}

.dropzone.dropzone-dark {
    border-color: #212529
}

.dropzone-multi {
    border: 0;
    padding: 0
}

.dropzone-multi .dropzone-item {
    border-radius: 4px;
    margin: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px
}

.dropzone-multi .dropzone-item .dropzone-progress {
    width: 20%
}

.dropzone-multi .dropzone-item .dropzone-progress .progress {
    height: .5rem;
    transition: all .2s ease-in-out
}

.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename {
    font-size: .9rem;
    font-weight: 500;
    color: #222;
    text-overflow: ellipsis;
    margin-right: .5rem
}

.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename b {
    font-size: .9rem;
    font-weight: 500;
    color: #222
}

.dropzone-multi .dropzone-item .dropzone-file .dropzone-error {
    margin-top: .25rem;
    font-size: .9rem;
    font-weight: 400;
    color: #ff5370;
    text-overflow: ellipsis
}

.dropzone-multi .dropzone-item .dropzone-toolbar {
    margin-left: 1rem;
    display: flex;
    flex-wrap: nowrap
}

.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel,
.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete,
.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel i,
.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete i,
.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start i {
    font-size: .8rem;
    color: #29344a
}

.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel:hover i,
.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete:hover i,
.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start:hover i {
    color: #4099ff
}

.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
    transition: all .2s ease-in-out
}

.uppy-Dashboard--modal .uppy-Dashboard-inner {
    z-index: 1031
}

.uppy-DragDrop--is-dragdrop-supported {
    border-color: #f6f7fb
}

.pc-uppy-thumbnail-container .pc-uppy-thumbnail img {
    width: 100px
}

.slider-selection {
    box-shadow: none
}

.pc-toggle-noUiSlider {
    height: 50px
}

.pc-toggle-noUiSlider.off .noUi-handle {
    border-color: #ff5370;
    background: #ff5370;
    box-shadow: none
}

.note-editor.card .card-header {
    padding: 0 5px 5px;
    border-bottom-color: #a9a9a9
}

#cke5-inline-demo .ck-content {
    margin-bottom: 1rem;
    padding: 2.5rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15)
}

#cke5-inline-demo .ck-content .h3,
#cke5-inline-demo .ck-content h3 {
    margin-top: 0
}

#cke5-inline-demo header.ck-content {
    text-align: center
}

#cke5-inline-demo header.ck-content .h2:first-of-type,
#cke5-inline-demo header.ck-content h2:first-of-type {
    margin-top: 0
}

#cke5-inline-demo header.ck-content .h2+.h3,
#cke5-inline-demo header.ck-content .h2+h3,
#cke5-inline-demo header.ck-content h2+.h3,
#cke5-inline-demo header.ck-content h2+h3 {
    margin-top: 0;
    font-weight: 600
}

#cke5-inline-demo .demo-row {
    width: 100%;
    display: flex
}

#cke5-inline-demo .demo-row .demo-row__half {
    width: 50%
}

#cke5-inline-demo .demo-row .demo-row__half:first-of-type {
    padding-right: .5rem
}

#cke5-inline-demo .demo-row .demo-row__half:last-of-type {
    padding-left: .5rem
}

#cke5-inline-demo .demo-row p {
    margin-bottom: 0
}

#cke5-inline-demo .demo-row .h3,
#cke5-inline-demo .demo-row h3 {
    margin: 0;
    font-weight: 600
}

@media(max-width:575.98px) {
    #cke5-inline-demo .ck-content {
        padding: 1rem
    }

    #cke5-inline-demo .demo-row {
        flex-direction: column
    }

    #cke5-inline-demo .demo-row .demo-row__half {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.switch-demo .custom-switch-v1 {
    margin-bottom: 4px
}

.custom-switch-v1.form-switch {
    padding-left: 2.9em
}

.custom-switch-v1.form-switch .form-check-input {
    height: 20px;
    width: 35px;
    margin-left: -2.9em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSc0LjEnIGZpbGw9J3JnYmEoMCwgMCwgMCwgMC4yNSknLz48L3N2Zz4=);
    transition: .35s cubic-bezier(.54, 1.6, .5, 1)
}

.custom-switch-v1.form-switch .form-check-input[class*=input-light-] {
    border: none
}

.custom-switch-v1.form-switch .form-check-input:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .25)
}

.custom-switch-v1.form-switch .form-check-input:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSc0LjEnIGZpbGw9JyNmZmZmZmYnLz48L3N2Zz4=)
}

.custom-switch-v1.form-switch .form-check-input.input-light-primary:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSc0LjEnIGZpbGw9JyM0MDk5ZmYnLz48L3N2Zz4=)
}

.custom-switch-v1.form-switch .form-check-input.input-light-secondary:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSc0LjEnIGZpbGw9JyM2Yzc1N2QnLz48L3N2Zz4=)
}

.custom-switch-v1.form-switch .form-check-input.input-light-success:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSc0LjEnIGZpbGw9JyMyZWQ4YjYnLz48L3N2Zz4=)
}

.custom-switch-v1.form-switch .form-check-input.input-light-info:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSc0LjEnIGZpbGw9JyMwMGJjZDQnLz48L3N2Zz4=)
}

.custom-switch-v1.form-switch .form-check-input.input-light-warning:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSc0LjEnIGZpbGw9JyNmZmI2NGQnLz48L3N2Zz4=)
}

.custom-switch-v1.form-switch .form-check-input.input-light-danger:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSc0LjEnIGZpbGw9JyNmZjUzNzAnLz48L3N2Zz4=)
}

.custom-switch-v1.form-switch .form-check-input.input-light-light:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSc0LjEnIGZpbGw9JyNmOGY5ZmEnLz48L3N2Zz4=)
}

.custom-switch-v1.form-switch .form-check-input.input-light-dark:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSc0LjEnIGZpbGw9JyMyMTI1MjknLz48L3N2Zz4=)
}

.custom-switch-v1 .custom-control-label::before {
    transition: .2s cubic-bezier(.24, 0, .5, 1);
    height: 20px;
    width: 35px;
    border-radius: .8rem;
    top: 0;
    left: -2.55rem
}

.custom-switch-v1 .custom-control-label::after {
    top: calc(.15625rem - 2px);
    left: calc(-2.25rem - 4px);
    height: 19px;
    width: 19px;
    border-radius: .7rem;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 0 0 rgba(0, 0, 0, .04), 0 4px 9px rgba(0, 0, 0, .13), 0 3px 3px rgba(0, 0, 0, .05);
    transition: .35s cubic-bezier(.54, 1.6, .5, 1)
}

.custom-switch-v1 .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(.95rem)
}

.row[data-multiselectsplitter-wrapper-selector] select {
    margin-bottom: 8px
}

.choices {
    position: relative;
    margin-bottom: 5px;
    font-size: 16px
}

.choices:focus {
    outline: 0
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #f3f5f7;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices [hidden] {
    display: none !important
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #dbe0e5;
    background-color: #fff;
    margin: 0
}

.choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px var(--bs-primary)
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
    display: none
}

.choices[data-type*=select-one]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #5b6b79 transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #5b6b79;
    margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, .35);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fff;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #dbe0e5;
    border-radius: 8px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-width: 1px;
    border-color: #4099ff;
    box-shadow: 0 0 0 .2rem rgba(64, 153, 255, .25)
}

.is-open .choices__inner {
    border-radius: 8px 8px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 8px 8px
}

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

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: #fff;
    word-break: break-all;
    box-sizing: border-box
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted,
.is-disabled .choices__list--multiple .choices__item {
    background-color: rgba(var(--bs-primary-rgb), .5);
    border: 1px solid
}

.choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dbe0e5;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility
}

.choices__list--dropdown.is-active {
    visibility: visible
}

.is-open .choices__list--dropdown {
    border-color: #afbac5
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
    padding: 10px 15px;
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right
}

@media(min-width:640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px
    }

    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: rgba(64, 153, 255, .1)
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f9fafa;
    color: gray
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.choices__input,
.typeahead>ul {
    background-color: #fff;
    font-size: 14px
}

.choices__button:focus {
    outline: 0
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 0;
    border: 0;
    color: #5b6b79;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

.choices__input:focus {
    outline: 0
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder {
    opacity: .5
}

.typeahead {
    position: relative
}

.typeahead>ul {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .17);
    display: none;
    float: left;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 170px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.typeahead>ul>li>a {
    clear: both;
    color: #333;
    cursor: default;
    display: block;
    font-weight: 400;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap
}

.typeahead>ul>li.active>a,
.typeahead>ul>li.active>a:hover,
.typeahead>ul>li>a:hover {
    background-color: var(--bs-primary);
    color: #fff !important;
    text-decoration: none
}

.validate-me .error {
    border-color: #ff5370
}

.error-message {
    color: #ff5370
}

.flatpickr-input[readonly] {
    background: #fff
}

.noUi-connect {
    background: var(--bs-primary)
}

.CodeMirror-fullscreen,
.editor-toolbar.fullscreen {
    z-index: 1099
}

@media(max-width:575.98px) {
    .noUi-target {
        margin: 0 15px
    }

    .flatpickr-calendar {
        width: 270px
    }
}

.gl-star-rating--stars {
    flex-wrap: wrap
}

.form-wizard .nav-pills .nav-link {
    color: var(--bs-body-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.form-wizard .nav-pills .nav-link i {
    font-size: 20px
}

.form-wizard .nav-pills .nav-link.active,
.form-wizard .nav-pills .show>.nav-link {
    color: #fff
}

.auth-main {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative
}

.auth-main .auth-wrapper {
    width: 100%;
    display: flex;
    align-items: center
}

.auth-main .auth-wrapper .saprator {
    position: relative;
    display: flex;
    align-self: center;
    justify-content: center;
    width: 100%
}

.auth-main .auth-wrapper .saprator:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--bs-border-color);
    z-index: 1
}

.auth-main .auth-wrapper .saprator span {
    font-size: .875rem;
    padding: 8px 24px;
    background: var(--bs-card-bg);
    z-index: 5;
    text-transform: capitalize;
    color: var(--pc-heading-color);
    font-weight: 500
}

.auth-main .auth-wrapper .auth-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1
}

.auth-main .auth-wrapper .auth-form .card {
    width: 100%;
    max-width: 400px
}

.auth-main .auth-wrapper .auth-form img+span {
    padding-left: 10px
}

.auth-main .auth-wrapper .auth-form .h5 span,
.auth-main .auth-wrapper .auth-form h5 span {
    text-decoration: underline
}

.auth-main .auth-sidefooter {
    width: 600px;
    padding: 60px 30px;
    color: var(--bs-body-color)
}

.auth-main .auth-sidefooter .footer-link {
    position: relative
}

.auth-main .auth-sidefooter .footer-link li+li {
    position: relative;
    padding-left: 12px
}

.auth-main .auth-sidefooter .footer-link li+li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: currentColor;
    opacity: .2
}

.auth-main .auth-sidefooter a {
    color: var(--bs-body-color)
}

.auth-main .auth-sidefooter a:active,
.auth-main .auth-sidefooter a:focus,
.auth-main .auth-sidefooter a:hover {
    color: var(--bs-primary)
}

.auth-main.v1 .auth-wrapper {
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh
}

.auth-main.v1 .auth-wrapper .auth-form {
    width: 100%
}

.auth-main.v1 .auth-wrapper .card .card-body {
    padding: 45px 40px
}

.auth-main.v2 {
    background: url(../images/authentication/img-auth-bg.jpg) center;
    background-size: cover
}

.auth-main.v2>* {
    position: relative;
    z-index: 5
}

.auth-main.v2 .bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    opacity: .85
}

.auth-main.v2 .auth-wrapper {
    align-items: flex-end
}

.auth-main.v2 .auth-sidecontent {
    width: 50%;
    flex-grow: 1;
    display: flex;
    justify-content: center
}

.auth-main.v2 .auth-sidecontent .auth-sidefooter {
    width: 600px;
    color: #fff
}

.auth-main.v2 .auth-sidecontent .auth-sidefooter a {
    color: #fff
}

.auth-main.v2 .auth-form {
    width: 400px;
    flex-grow: 0
}

.auth-main.v2 .auth-form .card {
    border: none;
    box-shadow: none;
    min-height: 100vh;
    margin-bottom: 0;
    border-radius: 0
}

.error-card,
.soon-card {
    border: none;
    background: 0 0;
    margin-top: 30px
}

.auth-main.v2 .auth-form .card .card-body {
    padding: 45px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(max-width:991.98px) {
    .auth-main.v2 .auth-sidecontent {
        display: none
    }

    .auth-main.v2 .auth-form {
        flex-grow: 1
    }

    .auth-main.v2 .auth-form .card {
        min-height: auto;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.error-card {
    box-shadow: none;
    text-align: center;
    overflow: hidden;
    max-width: 580px
}

.error-card .error-image-block {
    position: relative;
    text-align: center;
    display: inline-flex
}

@media(max-width:767.98px) {

    .auth-main .auth-wrapper .auth-form .card,
    .error-card {
        margin-left: 20px;
        margin-right: 20px
    }

    .error-card .f-20 {
        font-size: 14px
    }
}

.soon-card .timer-block .avtar {
    margin: 5px 0;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--bs-border-color);
    padding-bottom: 25px;
    padding-top: 25px
}

.soon-card .timer-block .avtar.card {
    width: 80px;
    height: 80px
}

@media(max-width:991.98px) {
    .soon-card .timer-block .avtar.card {
        margin-left: 0;
        margin-right: 0;
        width: 60px;
        height: 60px
    }
}

@media(max-width:767.98px) {
    .soon-card {
        margin-left: 20px;
        margin-right: 20px
    }
}

.price-card .price-icon {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 35px
}

.price-card .product-list li {
    padding: 4px 0 4px 25px;
    position: relative
}

.price-card .product-list li .ph {
    position: absolute;
    top: 8px;
    left: 0;
    color: var(--bs-primary)
}

.price-card .product-list li:not(.enable) {
    opacity: .5;
    text-decoration: line-through
}

.product-check-list {
    text-align: left
}

.product-check-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    opacity: .5
}

.product-check-list li::before {
    content: "\ea5e";
    font-family: tabler-icons !important;
    position: absolute;
    left: 0;
    top: 8px;
    opacity: .5
}

.product-check-list li.enable {
    opacity: 1
}

.product-check-list li.enable::before {
    opacity: 1;
    color: #2ed8b6
}

.price-check {
    overflow: hidden;
    position: relative
}

.price-check .form-check-label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.price-check .form-check-input,
.price-check .form-check-label .row {
    position: relative;
    z-index: 8
}

.price-check .form-check .form-check-input:checked+.form-check-label::after {
    background: rgba(var(--bs-primary-rgb), .1)
}

.contact-map {
    border: 0;
    width: 100%;
    height: 350px;
    border-radius: var(--bs-border-radius);
    overflow: hidden
}

.contact-card-form {
    margin-top: -100px
}

.contact-card-form .avtar:not(.avtar-s) {
    min-width: 48px
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.5);
    z-index: 1031;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: none;
    opacity: 0
}

.custom-loader {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    --pc: radial-gradient(farthest-side, var(--bs-primary) 92%, #0000);
    background: 50% 0 var(--pc),50% 100% var(--pc),100% 50% var(--pc),0 50% var(--pc);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    animation: spin .6s infinite linear;
    position: relative
}

.custom-loader::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: 3px;
    background: repeating-conic-gradient(rgba(0,0,0,0) 0 35deg,var(--bs-primary) 0 90deg);
    -webkit-mask: radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 3px),#000 0);
    border-radius: 50%
}

@keyframes spin {
    100% {
        transform: rotate(.5turn)
    }
}

.login-modal~.modal-backdrop {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    --bs-backdrop-bg: rgba(var(--bs-dark-rgb), 0.7)
}

.btns-gallery .btn-light-primary:not(.active),
.btns-gallery .btn-light-primary:not(:active),
.btns-gallery .btn-light-primary:not(:focus),
.btns-gallery .btn-light-primary:not(:hover) {
    color: var(--pc-heading-color);
    background: 0 0;
    border-color: transparent
}

.card-gallery {
    position: relative;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    display: block
}

.card-gallery .img-fluid {
    transition: all .2s ease-in-out
}

.card-gallery .gallery-hover-data {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
    transform: scale(.4);
    transition: all .2s ease-in-out
}

.card-gallery .gallery-hover-data .prod-likes .prod-likes-icon {
    stroke: rgba(255, 255, 255, .5);
    fill: rgba(255, 255, 255, .2)
}

.card-gallery .gallery-hover-data .wid-30 {
    min-width: 25px
}

.card-gallery:hover .img-fluid {
    transform: scale(1.3)
}

.card-gallery:hover .gallery-hover-data {
    transform: scale(1);
    opacity: 1
}

.table-invoice-comp {
    border-spacing: 0 10px;
    border-collapse: separate;
    width: calc(100% - 10px);
    margin: 0 5px
}

.table-invoice-comp tbody tr {
    box-shadow: var(--pc-card-shadow);
    background: var(--bs-card-bg);
    border-radius: 4px;
    position: relative
}

.invoice-total {
    width: 100%;
    max-width: 400px
}

.i-main .i-block {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 5px;
    border: 1px solid #dbe0e5;
    border-radius: var(--bs-border-radius);
    position: relative;
    cursor: pointer
}

.i-main .i-block label {
    margin-bottom: 0;
    display: none
}

.i-main .i-block span.ic-badge {
    position: absolute;
    bottom: 0;
    right: 0
}

.user-card .card-user-image {
    width: 60px;
    margin: -30px 15px 10px;
    position: relative;
    z-index: 5
}

.user-card .card-user-image .chat-badge {
    bottom: 4px;
    right: 4px
}

.user-card .saprator {
    position: relative;
    display: flex;
    align-self: center;
    justify-content: center
}

.user-card .saprator:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--bs-border-color);
    z-index: 1
}

.user-card .saprator span {
    font-size: .875rem;
    padding: 8px 24px;
    background: var(--bs-card-bg);
    z-index: 5;
    text-transform: capitalize;
    font-weight: 500
}

.user-cover-bg {
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.user-cover-bg .cover-data {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: self-end;
    justify-content: flex-end;
    padding: 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .432) 100%)
}

.account-pills.nav-pills .nav-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    position: relative;
    overflow: hidden
}

.account-pills.nav-pills .nav-link span {
    display: flex;
    align-items: center
}

.account-pills.nav-pills .nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    width: 2px;
    background: var(--bs-primary)
}

.account-pills.nav-pills .nav-link i {
    font-size: 20px
}

.account-pills.nav-pills .nav-link.active,
.account-pills.nav-pills .show>.nav-link {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .1)
}

.account-pills.nav-pills .nav-link.active::after,
.account-pills.nav-pills .show>.nav-link::after {
    right: 0
}

.acc-feeds-list .list-group-item {
    border: none;
    margin: 0
}

.acc-feeds-list .feed-title {
    position: relative
}

.acc-feeds-list .feed-title::after,
.acc-feeds-list .feed-title::before {
    content: "";
    position: absolute
}

@media(max-width:767.98px) {
    .acc-feeds-list .list-group-item {
        padding: 15px 0 !important
    }

    .acc-feeds-list .list-group-item .feed-title {
        margin-bottom: 8px
    }

    .acc-feeds-list .feed-title::after,
    .acc-feeds-list .feed-title::before {
        display: none
    }
}

.acc-feeds-list .feed-title::before {
    width: 1px;
    height: 100%;
    right: 5px;
    top: 0;
    border-right: 2px dashed var(--bs-body-color)
}

.acc-feeds-list .feed-title::after {
    width: 12px;
    height: 12px;
    right: 0;
    top: 10px;
    border-radius: 50%;
    background: var(--bs-card-bg);
    border: 3px solid var(--bs-primary)
}

.user-profile-list {
    background: 0 0;
    box-shadow: none !important
}

.user-profile-list.card.table-card .datatable-bottom,
.user-profile-list.card.table-card .datatable-top {
    padding-left: 0;
    padding-right: 0
}

.user-profile-list.card.table-card .datatable-top {
    padding-bottom: 0
}

.user-profile-list table {
    border-spacing: 0 24px;
    border-collapse: separate;
    width: calc(100% - 20px);
    margin: 0 10px
}

.user-profile-list table tbody tr {
    box-shadow: var(--pc-card-box-shadow);
    background: var(--bs-card-bg);
    transition: box-shadow .3s ease-in-out;
    border-radius: var(--bs-border-radius);
    position: relative
}

.img-post .card-img,
.img-post .card-img-overlay,
.mail-option .mail-buttons,
.pct-c-btn,
.user-story-block .user-story .card-img,
.user-story-block .user-story .card-img-overlay {
    transition: all .15s ease-in-out
}

.user-profile-list table tbody tr .overlay-edit {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    padding: 0 8px;
    bottom: 0;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.introjs-tooltip .user-profile-list table tbody tr .overlay-edit .introjs-button,
.user-profile-list table tbody tr .overlay-edit .btn,
.user-profile-list table tbody tr .overlay-edit .introjs-tooltip .introjs-button {
    margin: 0 3px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.user-profile-list table tbody tr:hover {
    box-shadow: var(--pc-card-box-hover-shadow);
    cursor: pointer
}

.user-profile-list table tbody tr:hover td:not(:last-child) {
    opacity: .8
}

.user-profile-list table tbody tr:hover td .badge {
    opacity: 0
}

.user-profile-list table tbody tr:hover td .overlay-edit {
    opacity: 1
}

.user-profile-list table tr td {
    vertical-align: middle;
    border: none;
    background: var(--bs-card-bg);
    position: relative
}

.user-profile-list table tr td:first-child {
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius)
}

.user-profile-list table tr td:last-child {
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0
}

.user-profile-list table tr th {
    vertical-align: middle;
    border: none
}

.social-profile .img-profile-avtar {
    border-radius: 50%;
    width: 90px;
    margin-top: -20%;
    box-shadow: 0 0 0 3px var(--bs-card-bg)
}

@media(max-width:767.98px) {
    .social-profile {
        text-align: center
    }

    .social-profile .img-profile-avtar {
        margin-top: -70px
    }

    .social-profile .soc-profile-data {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.chat-message .message-out p:last-child,
.mail-option {
    text-align: right
}

.user-story-block {
    display: flex;
    align-items: flex-start
}

.user-story-block .user-story {
    min-width: 115px;
    margin-bottom: 0;
    margin-right: 8px;
    overflow: hidden;
    cursor: pointer
}

.user-story-block .user-story:hover .card-img {
    transform: scale(1.4)
}

.user-story-block .user-story:hover .card-img-overlay {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.user-story-block .user-story .card-img-overlay .img-user {
    box-shadow: 0 0 0 2px var(--bs-card-bg)
}

.user-story-block .user-story.add-story .card-img-overlay {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end
}

.user-story-block .user-story.add-story .card-img-overlay .btn-plus {
    background: var(--bs-card-bg);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    border: 1px dashed var(--bs-border-color)
}

.user-story-block .horizontal-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

.user-story-block .horizontal-scroll::-webkit-scrollbar {
    height: 6px;
    opacity: 0
}

.user-story-block .horizontal-scroll::-webkit-scrollbar:hover {
    opacity: 1
}

.user-story-block .horizontal-scroll::-webkit-scrollbar-track {
    background: 0 0
}

.user-story-block .horizontal-scroll::-webkit-scrollbar-thumb {
    background: #e4e7f3
}

.user-story-block .horizontal-scroll::-webkit-scrollbar-thumb:hover {
    background: #9ea9d4
}

.img-post {
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0
}

.img-post .card-img-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    opacity: 0
}

.img-post:hover .card-img {
    transform: scale(1.2)
}

.img-post:hover .card-img-overlay {
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.post-modal-lightbox {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.comment-block .comment {
    background: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
    margin-bottom: 24px
}

.comment-block .comment+.comment-content {
    margin-left: 65px
}

.comment-block .comment.sub-comment {
    position: relative;
    margin-left: 70px
}

.comment-block .comment.sub-comment:after,
.comment-block .comment.sub-comment:before {
    content: "";
    position: absolute;
    background: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.chat-avtar,
.chat-badge,
.input-comment {
    position: relative
}

.comment-block .comment.sub-comment:before {
    width: 35px;
    height: 2px;
    right: 100%;
    top: 40px
}

.comment-block .comment.sub-comment:after {
    width: 2px;
    height: 133px;
    right: calc(100% + 32px);
    top: -90px
}

.comment-block .comment.sub-comment+.comment-content {
    margin-left: 140px
}

.comment-block .comment-content {
    margin-left: 57px
}

.input-comment .custom-select,
.input-comment .dataTable-input,
.input-comment .dataTable-selector,
.input-comment .datatable-input,
.input-comment .form-control {
    padding: .56rem 5.5rem .56rem 3.5rem
}

.input-comment .list-inline {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%)
}

.input-comment .list-inline.start-0 {
    padding-left: .35rem
}

.input-comment .list-inline.end-0 {
    padding-right: .35rem
}

.soc-create-group {
    border: 2px dashed var(--bs-primary)
}

.social-community-card .carousel-indicators {
    left: auto;
    margin-left: auto;
    margin-right: 0
}

.social-community-card .carousel-indicators [data-bs-target] {
    width: 4px;
    height: 4px;
    border-radius: 50%
}

.chat-badge {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    overflow: hidden
}

.chat-badge-status {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.empty-mail .simplebar-content {
    height: 100%
}

.mail-option {
    position: relative
}

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

.mail-option .mail-buttons {
    position: absolute;
    top: 50%;
    right: 5px;
    padding: 6px;
    opacity: 0;
    transform: translateY(-50%) scale(.8);
    transform-origin: right;
    background: var(--bs-card-bg);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 8px 24px rgba(27, 46, 94, .12)
}

.pc-icon-checkbox {
    position: relative;
    padding: 0
}

.pc-icon-checkbox .pc-icon-uncheck {
    display: inline-block;
    opacity: .35
}

.pc-icon-checkbox .form-check-input:checked~.pc-icon-uncheck,
.pc-icon-checkbox .pc-icon-check {
    display: none
}

.pc-icon-checkbox .form-check-input {
    position: absolute;
    z-index: 9;
    margin-left: 0;
    left: 3px;
    top: 2px;
    opacity: 0;
    cursor: pointer;
    font-size: 20px
}

.address-check .form-check-label::after,
.coupon-card .card-body::after,
.file-card .form-check .form-check-label::after,
.offer-check .form-check-label::after {
    top: 0;
    right: 0;
    bottom: 0;
    content: ""
}

.pc-icon-checkbox .form-check-input:checked~.pc-icon-check {
    display: inline-block
}

.compose_mail_modal.show.modal-pos-down .modal-dialog {
    margin: 20px;
    align-items: flex-end;
    height: calc(100% - 40px);
    --bs-modal-width: calc(100% - 40px)
}

.compose_mail_modal.show.modal-pos-down .modal-dialog .ql-container {
    height: calc(100vh - 480px) !important
}

.mail-details .indent-text {
    text-align: justify
}

.mail-details hr {
    opacity: .04
}

[data-pc-preset*=preset-] .mail-wrapper .mail-menulist .list-group-item.active {
    background: rgba(var(--pc-sidebar-color-rgb), .1)
}

[data-pc-preset*=preset-] .mail-wrapper .mail-menulist .list-group-item.active .avtar {
    color: var(--bs-secondary);
    background: rgba(var(--bs-secondary-rgb), .1)
}

[data-pc-preset*=preset-] .mail-wrapper .mail-menulist .list-group-item.active .material-icons-two-tone {
    background-color: var(--bs-secondary);
    opacity: 1
}

@media(max-width:767.98px) {

    .chat-message .message-in>.d-flex,
    .chat-message .message-out>.d-flex {
        max-width: 100%
    }

    .mail-wrapper .mail-table tr {
        flex-wrap: wrap
    }

    .mail-wrapper .mail-table tr td {
        height: auto
    }

    .mail-wrapper .mail-table tr td:nth-child(5) {
        margin-right: auto;
        flex: 1 1 auto;
        min-width: 0
    }

    .mail-wrapper .mail-table tr td:nth-child(3),
    .mail-wrapper .mail-table tr td:nth-child(5) {
        margin-left: 55px
    }

    .mail-wrapper .mail-table tr td:nth-child(4) {
        order: 6
    }

    .mail-wrapper .mail-table tr td:nth-child(3) {
        width: 100%
    }
}

.file-manger-wrapper .card {
    transition: all .2s ease-in-out
}

.file-manger-wrapper .card:hover {
    box-shadow: 0 8px 24px rgba(27, 46, 94, .08)
}

.file-card {
    position: relative
}

.file-card .form-check .form-check-label::after {
    position: absolute;
    left: 0;
    border-radius: var(--bs-border-radius)
}

.file-card .form-check .form-check-input:checked+.form-check-label::after {
    background: rgba(var(--bs-primary-rgb), .03);
    box-shadow: 0 8px 24px rgba(27, 46, 94, .12), inset 0 0 0 2px var(--bs-primary)
}

.file-card .user-popup {
    position: relative;
    z-index: 5
}

.file-card .user-group .avtar {
    width: 30px;
    height: 30px
}

.file-card.table {
    border-collapse: separate;
    width: calc(100% - 20px);
    margin: 0 10px;
    border-spacing: 0 10px
}

.file-card.table tr {
    background: var(--bs-card-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 8px 24px rgba(27, 46, 94, .08)
}

.file-card.table tr td:nth-child(2) {
    cursor: pointer
}

.file-card.table ul {
    margin-bottom: 0
}

.nav-files {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 10px;
    background: var(--bs-card-bg)
}

.nav-files.nav-pills .nav-link {
    padding: 0;
    color: var(--bs-body-color);
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.nav-files.nav-pills .nav-link.active,
.nav-files.nav-pills .show>.nav-link {
    color: var(--bs-body-color);
    background-color: var(--bs-card-bg);
    box-shadow: 0 8px 24px rgba(27, 46, 94, .08)
}

.avtar.pc-cal-toggle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: sticky;
    top: calc(100% - 80px);
    left: calc(100% - 120px);
    z-index: 1025
}

.offer-check-block {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start
}

.offer-check-block::-webkit-scrollbar {
    height: 6px;
    opacity: 0
}

.offer-check-block::-webkit-scrollbar:hover {
    opacity: 1
}

.offer-check-block::-webkit-scrollbar-track {
    background: 0 0
}

.offer-check-block::-webkit-scrollbar-thumb {
    background: #e4e7f3
}

.offer-check-block::-webkit-scrollbar-thumb:hover {
    background: #9ea9d4
}

.offer-check {
    position: relative;
    width: 180px;
    flex: 0 0 auto;
    margin: 10px
}

.offer-check .offer-details {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin: 14px 0
}

.offer-check .form-check-label::after {
    position: absolute;
    left: 0;
    border-radius: var(--bs-border-radius)
}

.offer-check .form-check-input {
    position: relative;
    z-index: 8;
    float: right
}

.offer-check .form-check {
    padding-left: 0;
    margin-bottom: 0
}

.offer-check .form-check .form-check-input:checked+.form-check-label::after {
    background: rgba(var(--bs-primary-rgb), .1);
    box-shadow: 0 8px 24px rgba(27, 46, 94, .12), inset 0 0 0 2px rgba(var(--bs-primary-rgb), .5)
}

.divider {
    position: relative;
    text-align: center;
    margin: 8px 0
}

.divider::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bs-border-color)
}

.divider span {
    position: relative;
    z-index: 5;
    padding: 8px 16px;
    background: var(--bs-card-bg);
    text-transform: uppercase
}

.coupon-card {
    overflow: hidden;
    position: relative;
    border: none
}

.coupon-card::after,
.coupon-card::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #fff;
    z-index: 1
}

.coupon-card::after {
    width: 180px;
    height: 180px;
    left: -20%;
    top: -64px;
    opacity: .2
}

.coupon-card::before {
    width: 60px;
    height: 60px;
    left: 50%;
    top: -20px;
    opacity: .15
}

.coupon-card .card-body {
    position: relative;
    z-index: 5
}

.coupon-card .card-body::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(213.66deg, transparent 25.46%, rgba(0, 0, 0, .2) 68.77%, rgba(0, 0, 0, .3) 81.72%);
    z-index: 1
}

.coupon-card .card-body>div {
    position: relative;
    z-index: 5
}

.coupon-card .btn-coupon {
    color: var(--bs-white);
    border-color: var(--bs-white);
    background: rgba(var(--bs-white-rgb), .2)
}

.coupon-card .btn-coupon:active,
.coupon-card .btn-coupon:focus,
.coupon-card .btn-coupon:hover {
    color: var(--bs-white);
    border-color: var(--bs-white);
    background: rgba(var(--bs-white-rgb), .4)
}

.coupon-card.small-coupon-card::after,
.coupon-card.small-coupon-card::before {
    display: none
}

.coupon-label {
    margin: 16px 0 8px;
    padding: 24px 50px;
    position: relative;
    border-radius: var(--bs-border-radius);
    border: 1px dashed
}

.coupon-label:after,
.coupon-label:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    background: var(--bs-modal-bg);
    border-radius: 50%;
    border-top: 1px dashed
}

.ecom-wrapper .ecom-filter .scroll-block,
.ecom-wrapper .ecom-offcanvas.show .ecom-filter .scroll-block {
    height: calc(100vh - 120px)
}

.address-check .form-check,
.address-check .form-check-label::after,
.product-card .card-img-top .img-prod {
    border-radius: var(--bs-border-radius)
}

.coupon-label:before {
    border-right: 1px dashed;
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg)
}

.coupon-label:after {
    right: 0;
    border-left: 1px dashed;
    transform: translate(50%, -50%) rotate(-45deg)
}

.coupon-label.coupon-label-primary {
    border-color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), .05)
}

.coupon-label.coupon-label-primary:after,
.coupon-label.coupon-label-primary:before {
    border-color: var(--bs-primary)
}

.coupon-label.coupon-label-warning {
    border-color: var(--bs-warning);
    background-color: rgba(var(--bs-warning-rgb), .05)
}

.coupon-label.coupon-label-warning:after,
.coupon-label.coupon-label-warning:before {
    border-color: var(--bs-warning)
}

.address-check {
    position: relative;
    width: calc(100% - 20px);
    margin: 10px
}

.address-check .address-details {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin: 14px 0
}

.address-check .form-check-label::after {
    position: absolute;
    left: 0
}

.address-check .form-check-input {
    position: relative;
    z-index: 8;
    opacity: 0
}

.address-check .address-btns .avtar {
    position: relative;
    z-index: 6
}

.address-check .address-btns .avtar-s {
    min-width: 35px
}

.address-check .form-check {
    padding-left: 0;
    margin-bottom: 0
}

.address-check .form-check .form-check-input:checked+.form-check-label .address-btns {
    opacity: 0
}

.address-check .form-check .form-check-input:checked+.form-check-label::after {
    background: rgba(var(--bs-primary-rgb), .1);
    box-shadow: 0 8px 24px rgba(27, 46, 94, .12), inset 0 0 0 2px rgba(var(--bs-primary-rgb), .5)
}

.ecom-wrapper {
    display: flex
}

.ecom-wrapper .ecom-filter {
    width: 300px;
    margin-right: var(--bs-gutter-x)
}

@media(max-width:1399.98px) {
    .ecom-wrapper .ecom-filter .card {
        box-shadow: none
    }
}

.ecom-wrapper .ecom-offcanvas {
    --bs-offcanvas-width: 301px
}

.ecom-wrapper .ecom-offcanvas .sticky-xxl-top {
    top: 100px
}

.ecom-wrapper .ecom-offcanvas:not(.show) .btn-link-danger.btn-pc-default {
    display: none
}

.ecom-wrapper .ecom-offcanvas.show .collapse-horizontal.collapse:not(.show) {
    display: block
}

.ecom-wrapper .ecom-offcanvas.show .ecom-filter {
    margin-right: 0
}

.product-card {
    transition: all .3s ease-in-out
}

.product-card .card-img-top {
    position: relative;
    padding: 8px 8px 0;
    width: 100%;
    overflow: hidden
}

.product-card .prod-content {
    -webkit-line-clamp: 2;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-card .badge-prod-card {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.product-card .btn-prod-card {
    background: var(--bs-card-bg);
    border: 1px solid rgba(0, 0, 0, .1)
}

.product-card .btn-prod-card:active,
.product-card .btn-prod-card:focus,
.product-card .btn-prod-card:hover {
    background: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary)
}

.product-card:hover {
    box-shadow: 0 8px 24px rgba(27, 46, 94, .12)
}

.product-sticky {
    top: 85px
}

.product-sticky .prod-likes {
    z-index: 5
}

.tbl-product td:last-child,
.tbl-product th:last-child {
    width: 155px;
    text-align: center
}

.tbl-product td:last-child {
    position: relative
}

.tbl-product .prod-action-links {
    position: absolute;
    top: 50%;
    right: var(--bs-card-spacer-x);
    transform: translate(var(--bs-card-spacer-x), -50%);
    opacity: 0;
    padding: 8px;
    border-radius: var(--bs-border-radius);
    background: var(--bs-card-bg);
    box-shadow: var(--pc-card-box-shadow);
    transition: all .3s ease-in-out;
    z-index: 2
}

.tbl-product tr {
    overflow: hidden
}

.tbl-product tr:hover .prod-action-links {
    transform: translate(0, -50%);
    opacity: 1
}

.color-checkbox {
    position: relative;
    padding: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer
}

.color-checkbox .form-check-input {
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 5;
    font-size: 22px;
    opacity: 0
}

.color-checkbox .form-check-input:checked~i::after {
    content: "\ea5e";
    font-family: tabler-icons !important;
    line-height: 1;
    font-size: 14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px var(--bs-card-bg), 0 0 0 5px var(--bs-border-color)
}

.color-checkbox i {
    font-size: 28px
}

.checkout-tabs .nav-item .nav-link .avtar i,
.profile-tabs .nav-item .nav-link i {
    font-size: 18px
}

.checkout-tabs .nav-item {
    margin-bottom: 0
}

.checkout-tabs .nav-item .nav-link {
    position: relative;
    padding: .8rem;
    margin: 0 .2rem;
    font-weight: 500;
    color: #222;
    display: flex;
    align-items: center;
    border-radius: var(--bs-border-radius) !important
}

.checkout-tabs .nav-item .nav-link p {
    margin-top: 0;
    font-weight: 400;
    opacity: .7
}

@media(max-width:575.98px) {
    .checkout-tabs .nav-item {
        width: 100%
    }
}

.checkout-tabs .nav-link:hover {
    border-color: transparent;
    color: var(--bs-primary)
}

.checkout-tabs .nav-link:hover .h5,
.checkout-tabs .nav-link:hover h5,
.checkout-tabs .nav-link:hover p {
    color: var(--bs-primary)
}

.checkout-tabs .nav-link:hover .avtar {
    background-color: rgba(var(--bs-primary-rgb), .15);
    color: var(--bs-primary)
}

.checkout-tabs .nav-item.show .nav-link,
.checkout-tabs .nav-link.active {
    border-color: transparent;
    background-color: transparent;
    color: #4099ff
}

.checkout-tabs .nav-item.show .nav-link .h5,
.checkout-tabs .nav-item.show .nav-link h5,
.checkout-tabs .nav-item.show .nav-link p,
.checkout-tabs .nav-link.active .h5,
.checkout-tabs .nav-link.active h5,
.checkout-tabs .nav-link.active p {
    color: #4099ff
}

.checkout-tabs .nav-item.show .nav-link .avtar,
.checkout-tabs .nav-link.active .avtar {
    background-color: var(--bs-primary);
    color: #fff
}

.prod-likes {
    position: relative;
    padding: 0
}

.prod-likes .prod-likes-icon {
    stroke: rgba(34, 34, 34, .5);
    fill: rgba(34, 34, 34, .2);
    z-index: 3
}

.prod-likes .form-check-input {
    width: 20px;
    height: 20px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
    cursor: pointer
}

.prod-likes .form-check-input:checked+.prod-likes-icon {
    stroke: var(--bs-danger);
    fill: rgba(var(--bs-danger-rgb), .8);
    animation: _26Tc6u .2s ease .3s forwards
}

.pc-like {
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 10px
}

.pc-like .pc-dots:nth-child(4):before {
    transform: translate3d(-4px, -5px, 0)
}

.pc-like .pc-dots:nth-child(4):after {
    transform: translate3d(4px, -5px, 0) scale(.7)
}

.pc-like .pc-dots:nth-child(3):before {
    transform: translate3d(-5px, -4px, 0)
}

.pc-like .pc-dots:nth-child(3):after {
    transform: translate3d(-5px, 4px, 0) scale(.7)
}

.pc-like .pc-dots:nth-child(2):before {
    transform: translate3d(-4px, 5px, 0)
}

.pc-like .pc-dots:nth-child(2):after {
    transform: translate3d(4px, 5px, 0) scale(.7)
}

.pc-like .pc-dots:first-child:before {
    transform: translate3d(5px, -4px, 0)
}

.pc-like .pc-dots:first-child:after {
    transform: translate3d(5px, 4px, 0) scale(.7)
}

.pc-like .pc-dots:after {
    background: #ff5370
}

.pc-like .pc-dots:before {
    background: #ffb64d
}

.pc-like .like-wrapper {
    position: relative;
    display: inline-flex
}

.pc-like .pc-group {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0
}

.pc-like .pc-dots:after,
.pc-like .pc-dots:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    margin: -2px;
    border-radius: 50%
}

.pc-like.pc-like-animate .pc-dots:first-child:after {
    animation: _3z13ic .6s ease .3s
}

.pc-like.pc-like-animate .pc-dots:nth-child(4):before {
    animation: u9Mhrv .6s ease .3s
}

.pc-like.pc-like-animate .pc-dots:nth-child(4):after {
    animation: _2ERa1V .6s ease .3s
}

.pc-like.pc-like-animate .pc-dots:nth-child(3):before {
    animation: _3TtatR .6s ease .3s
}

.pc-like.pc-like-animate .pc-dots:nth-child(3):after {
    animation: _3UC1np .6s ease .3s
}

.pc-like.pc-like-animate .pc-dots:nth-child(2):before {
    animation: _33IoP_ .6s ease .3s
}

.pc-like.pc-like-animate .pc-dots:nth-child(2):after {
    animation: _2D5htx .6s ease .3s
}

.pc-like.pc-like-animate .pc-group {
    animation: r9OBmc .6s ease .3s
}

.pc-like.pc-like-animate .pc-dots:first-child:before {
    animation: _18Xo9B .6s ease .3s
}

@keyframes _26Tc6u {
    0% {
        transform: translateZ(0) scale(0)
    }

    40% {
        transform: translateZ(0) scale(1.2)
    }

    to {
        transform: translateZ(0) scale(1)
    }
}

@keyframes _3d25CI {
    0% {
        transform: translateZ(0) scale(0);
        opacity: 1
    }

    to {
        transform: translateZ(0) scale(1);
        opacity: 0
    }
}

@keyframes r9OBmc {

    0%,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes _18Xo9B {
    to {
        transform: translate3d(22px, -4px, 0)
    }
}

@keyframes _3z13ic {
    to {
        transform: translate3d(14px, 4px, 0) scale(.7)
    }
}

@keyframes _33IoP_ {
    to {
        transform: translate3d(-4px, 22px, 0)
    }
}

@keyframes _2D5htx {
    to {
        transform: translate3d(4px, 18px, 0) scale(.7)
    }
}

@keyframes _3TtatR {
    to {
        transform: translate3d(-22px, -4px, 0)
    }
}

@keyframes _3UC1np {
    to {
        transform: translate3d(-18px, 4px, 0) scale(.7)
    }
}

@keyframes u9Mhrv {
    to {
        transform: translate3d(-4px, -22px, 0)
    }
}

@keyframes _2ERa1V {
    to {
        transform: translate3d(4px, -18px, 0) scale(.7)
    }
}

.profile-tabs {
    border-bottom: 0
}

.profile-tabs .nav-item {
    margin-bottom: 0
}

.profile-tabs .nav-item .nav-link {
    position: relative;
    padding: 1rem 0;
    margin: 0 1.5rem 0 0;
    font-weight: 500;
    color: var(--bs-body-color);
    display: inline-flex;
    align-items: center
}

@media(max-width:575.98px) {
    .profile-tabs .nav-item .nav-link {
        padding: .8rem 0
    }
}

.profile-tabs .nav-item .nav-link .material-icons-two-tone {
    font-size: 20px
}

.profile-tabs .nav-item .nav-link:after {
    content: "";
    background: var(--bs-primary);
    position: absolute;
    transition: all .3s ease-in-out;
    left: 50%;
    right: 50%;
    bottom: -1px;
    height: 2px;
    border-radius: 2px 2px 0 0
}

.profile-tabs .nav-link:hover {
    border-color: transparent;
    background: 0 0;
    color: var(--bs-primary)
}

.profile-tabs .nav-link:hover .material-icons-two-tone {
    background-color: var(--bs-primary)
}

.profile-tabs .nav-item.show .nav-link,
.profile-tabs .nav-link.active {
    border-color: transparent;
    color: var(--bs-primary);
    background: 0 0
}

.profile-tabs .nav-item.show .nav-link .material-icons-two-tone,
.profile-tabs .nav-link.active .material-icons-two-tone {
    background-color: var(--bs-primary)
}

.profile-tabs .nav-item.show .nav-link:after,
.profile-tabs .nav-link.active:after {
    left: 0;
    right: 0
}

.table tr td .row {
    margin-right: 50px
}

.table tr td .row .col {
    display: flex;
    flex-direction: column;
    width: 1%
}

.widget-calender .datepicker-header {
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 10px;
    margin-bottom: 20px
}

.widget-calender .datepicker,
.widget-calender .datepicker-view {
    width: 100%
}

.widget-calender .datepicker {
    padding: 0
}

.widget-calender .datepicker span.datepicker-cell {
    border-radius: 25px
}

.course-price {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.course-price .form-check label {
    border: 1px solid var(--bs-border-color);
    padding: 12px 20px;
    border-radius: var(--bs-border-radius)
}

.course-price .form-check label .badge {
    color: var(--bs-body-color);
    background: rgba(var(--bs-secondary-rgb), .1);
    border-radius: var(--bs-border-radius)
}

.course-price .form-check-input {
    display: none
}

.course-price .form-check-input:checked~label {
    background: var(--bs-primary);
    border-color: var(--bs-primary)
}

.course-price .form-check-input:checked~label span {
    color: #fff
}

.course-price .form-check-input:checked~label .badge {
    background: rgba(255, 255, 255, .1)
}

.course-wizard {
    position: relative;
    display: inline-flex;
    width: auto;
    margin-bottom: 30px
}

.course-wizard:after {
    content: "";
    position: absolute;
    left: 50px;
    right: 50px;
    top: 26px;
    height: 1px;
    background: var(--bs-border-color);
    z-index: 1
}

.course-wizard .nav-item .nav-link {
    display: block;
    color: var(--bs-body-color);
    text-align: center;
    min-width: 120px;
    position: relative;
    z-index: 5
}

.course-wizard .nav-item .nav-link .course-wizard-num {
    width: 34px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    background-color: var(--bs-card-bg);
    border: 1px solid var(--bs-border-color)
}

.course-wizard.nav-pills .nav-link.active,
.course-wizard.nav-pills .show>.nav-link {
    background: 0 0;
    color: var(--bs-body-color)
}

.course-wizard.nav-pills .nav-link.active .course-wizard-num,
.course-wizard.nav-pills .show>.nav-link .course-wizard-num {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff
}

.color-block {
    padding: 20px;
    border-radius: var(--bs-border-radius);
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.color-block.active,
.color-block:hover {
    background-color: rgba(var(--bs-body-bg-rgb), .4);
    border-color: var(--bs-border-color)
}

.nav-price {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 10px
}

.nav-price.nav-pills .nav-link {
    padding: 16px 20px;
    color: var(--bs-body-color)
}

.nav-price.nav-pills .nav-link.active,
.nav-price.nav-pills .show>.nav-link {
    color: var(--bs-body-color);
    background-color: var(--bs-card-bg);
    box-shadow: 0 8px 24px rgba(27, 46, 94, .08)
}

.price-card.price-popular {
    border: 2px solid var(--bs-primary)
}

.price-card.price-popular .price-head {
    background: rgba(var(--bs-primary-rgb), .1);
    margin-bottom: 16px
}

.price-card.price-popular .price-head.v2 {
    border-radius: var(--bs-border-radius);
    margin: 0 0 16px
}

.price-card .price-head {
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 60px 60px;
    padding: 20px 20px 30px;
    text-align: center;
    margin: 15px 15px 30px;
    position: relative
}

.price-card .price-head.v3 {
    margin: 0 0 25px;
    padding: 0
}

.price-card .price-price {
    font-size: 40px;
    font-weight: 700;
    line-height: 1
}

.price-card .price-price span {
    margin-top: 8px;
    font-weight: 400;
    font-size: .875rem;
    opacity: .8
}

.price-card .card-body.v3 {
    display: flex;
    flex-direction: column
}

.price-card .product-list.v3 {
    flex: 1 1 auto
}

.price-card .product-list.v3 .list-group-item {
    padding: 4px 0;
    background: 0 0;
    border: none
}

.price-card .product-list.v3 .list-group-item:before {
    display: none
}

.hd-body .excerpt {
    padding: 15px;
    background: #f6f7fb;
    border: 1px solid var(--bs-border-color)
}

.hd-body .ticket-customer,
.hd-body .ticket-type-icon {
    display: block;
    text-transform: capitalize
}

.hd-body:hover .hover-blk {
    transform: scale(1)
}

.md-view .col-auto ul li:nth-child(1),
.md-view .col-auto ul li:nth-child(3),
.md-view .excerpt,
.sm-view .card-body .excerpt,
.sm-view .card-body ul.list-inline,
.sm-view .col-auto ul li:nth-child(1),
.sm-view .col-auto ul li:nth-child(3) {
    display: none
}

.dicon-blk li,
.hover-blk .img-txt p,
.thumbnails li {
    display: inline-block
}

.hover-blk {
    background: #fff;
    width: 270px;
    left: calc(100% + 10px);
    transform: scale(0);
    z-index: 5;
    transition: all .1s ease-out
}

.topic-name .h1,
.topic-name h1 {
    float: left;
    font-weight: 400
}

.topic-name .btn-star {
    float: right
}

.dicon-blk {
    top: 0;
    right: 0
}

.help-main.md-view .help-md-hidden,
.help-main.sm-view .help-md-hidden,
.help-main.sm-view .help-sm-hidden,
body.anim-let-me-in .header-chat,
body.anim-let-me-in .header-user-list,
body.anim-let-me-in .menu-styler,
body.anim-let-me-in .page-header,
body.anim-make-way .header-chat,
body.anim-make-way .header-user-list,
body.anim-make-way .menu-styler,
body.anim-make-way .page-header,
body.anim-slip-from-top .header-chat,
body.anim-slip-from-top .header-user-list,
body.anim-slip-from-top .menu-styler,
body.anim-slip-from-top .page-header {
    display: none
}

.hd-detail .col-right .edit-del {
    opacity: 0
}

.hd-detail .col-right .edit-del i {
    opacity: .2
}

.hd-detail .col-right .edit-del i:hover,
.hd-detail:hover .edit-del {
    opacity: 1
}

.hdd-user i {
    bottom: 0
}
.right-col .card-footer label {
    font-weight: 500
}




.ticket-card.open-ticket {
    border-left: 3px solid #ff5370
}

.ticket-card.close-ticket {
    border-left: 3px solid #2ed8b6
}

.popup-trigger {
    cursor: pointer
}





.modal-lightbox .modal-body {
    padding: 0
}

.modal-lightbox .modal-body img {
    border-radius: 2px
}

@media(max-width:575.98px) {
    .modal-lightbox .modal-dialog {
        margin: var(--bs-modal-margin) 24px
    }
}

.modal-lightbox .introjs-tooltip,
.modal-lightbox .modal-content {
    border-radius: 2px;
    border: none
}

.modal-lightbox .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%) scale(.8);
    background-color: var(--bs-modal-bg);
    padding: 8px;
    z-index: 5;
    opacity: 1;
    border-radius: 50%
}

.alert-dismissable .close,
.alert-dismissible .close {
    color: inherit;
    text-shadow: none
}

.notifier-container {
    z-index: 1051;
    font-family: Poppins, sans-serif;
    width: 400px;
    max-width: 98%;
    top: 15px
}

.notifier {
    padding: calc(25px - 5px);
    border-radius: 4px
}

.notifier .notifier-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px
}

.notifier .notifier-body {
    font-size: .875rem
}

.notifier .notifier-img .img {
    width: 40px;
    height: 40px
}

.notifier .notifier-close:focus,
.notifier .notifier-close:hover {
    color: #ff5370;
    background: 0 0
}

.notifier.primary {
    border-left-color: #4099ff
}

.notifier.secondary {
    border-left-color: #6c757d
}

.notifier.success {
    border-left-color: #2ed8b6
}

.notifier.info {
    border-left-color: #00bcd4
}

.notifier.warning {
    border-left-color: #ffb64d
}

.notifier.danger {
    border-left-color: #ff5370
}

.notifier.light {
    border-left-color: #f8f9fa
}

.notifier.dark {
    border-left-color: #212529
}

.modal.fade.modal-animate .modal-dialog {
    display: flex;
    align-items: center;
    height: calc(100% - 3.5rem)
}

.modal.fade.modal-animate.anim-fade-in-scale .modal-dialog {
    transform: scale(.7);
    opacity: 0;
    transition: all .3s
}

.modal.fade.modal-animate.anim-fade-in-scale.show .modal-dialog {
    transform: none;
    opacity: 1
}

.modal.fade.modal-animate.anim-slide-in-right .modal-dialog {
    transform: translateX(20%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.modal.fade.modal-animate.anim-slide-in-right.show .modal-dialog {
    transform: translateX(0);
    opacity: 1
}

.modal.fade.modal-animate.anim-slide-in-bottom .modal-dialog {
    transform: translateY(20%);
    opacity: 0;
    transition: all .3s
}

.modal.fade.modal-animate.anim-slide-in-bottom.show .modal-dialog {
    transform: translateY(0);
    opacity: 1
}

.modal.fade.modal-animate.anim-newspaper .modal-dialog {
    transform: scale(0) rotate(720deg);
    opacity: 0;
    transition: all .5s
}

.modal.fade.modal-animate.anim-newspaper.show .modal-dialog {
    transform: none;
    opacity: 1
}

.modal.fade.modal-animate.anim-fall {
    perspective: 1300px
}

.modal.fade.modal-animate.anim-fall .modal-dialog {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
    transition: all .5s
}

.modal.fade.modal-animate.anim-fall.show .modal-dialog {
    transition: all .3s ease-in;
    transform: translateZ(0) rotateX(0);
    opacity: 1
}

.modal.fade.modal-animate.anim-side-fall {
    perspective: 1300px
}

.modal.fade.modal-animate.anim-side-fall .modal-dialog {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
    transition: all .3s ease-in
}

.modal.fade.modal-animate.anim-side-fall.show .modal-dialog {
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1
}

.modal.fade.modal-animate.anim-sticky-up .modal-dialog {
    align-items: flex-start;
    margin-top: 0;
    transform: translateY(-200%);
    transition: all .3s;
    opacity: 0
}

.modal.fade.modal-animate.anim-sticky-up.show .modal-dialog {
    transform: translateY(0);
    border-radius: 0 0 3px 3px;
    opacity: 1
}

.modal.fade.modal-animate.anim-3d-flip-horizontal {
    perspective: 1300px
}

.modal.fade.modal-animate.anim-3d-flip-horizontal .modal-dialog {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
    transition: all .3s;
    opacity: 0
}

.modal.fade.modal-animate.anim-3d-flip-horizontal.show .modal-dialog {
    transform: rotateY(0);
    opacity: 1
}

.modal.fade.modal-animate.anim-3d-flip-vertical {
    perspective: 1300px
}

.modal.fade.modal-animate.anim-3d-flip-vertical .modal-dialog {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
    transition: all .3s;
    opacity: 0
}

.modal.fade.modal-animate.anim-3d-flip-vertical.show .modal-dialog {
    transform: rotateX(0);
    opacity: 1
}

.modal.fade.modal-animate.anim-3d-sign {
    perspective: 1300px
}

.modal.fade.modal-animate.anim-3d-sign .modal-dialog {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    opacity: 0;
    transition: all .3s
}

.modal.fade.modal-animate.anim-3d-sign.show .modal-dialog {
    transform: rotateX(0);
    opacity: 1
}

.modal.fade.modal-animate.anim-super-scaled .modal-dialog {
    transform: scale(2);
    opacity: 0;
    transition: all .3s
}

.modal.fade.modal-animate.anim-super-scaled.show .modal-dialog {
    transform: scale(1);
    opacity: 1
}

.modal.fade.modal-animate.anim-just-me {
    background: #fff
}

.modal.fade.modal-animate.anim-just-me .modal-dialog {
    transform: scale(.8);
    opacity: 0;
    transition: all .3s;
    background: 0 0
}

.modal.fade.modal-animate.anim-just-me .modal-dialog .introjs-tooltip,
.modal.fade.modal-animate.anim-just-me .modal-dialog .modal-content {
    border: none
}

.modal.fade.modal-animate.anim-just-me .modal-dialog .introjs-tooltip .modal-header,
.modal.fade.modal-animate.anim-just-me .modal-dialog .modal-content .modal-header {
    background: 0 0 !important
}

.modal.fade.modal-animate.anim-just-me .modal-dialog .introjs-tooltip .modal-header .btn-close.btn-close-white,
.modal.fade.modal-animate.anim-just-me .modal-dialog .modal-content .modal-header .btn-close.btn-close-white {
    filter: none
}

.modal.fade.modal-animate.anim-just-me .modal-dialog .introjs-tooltip .modal-header .text-white.modal-title,
.modal.fade.modal-animate.anim-just-me .modal-dialog .modal-content .modal-header .text-white.modal-title {
    color: var(--pc-header-color) !important
}

.modal.fade.modal-animate.anim-just-me.show .modal-dialog {
    transform: scale(1);
    opacity: 1
}

.modal.fade.modal-animate.anim-3d-slit {
    perspective: 1300px
}

.modal.fade.modal-animate.anim-3d-slit .modal-dialog {
    transform-style: preserve-3d;
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0
}

.modal.fade.modal-animate.anim-3d-slit.show .modal-dialog {
    animation: slit .7s forwards ease-out
}

.modal.fade.modal-animate.anim-3d-rotate-bottom {
    perspective: 1300px
}

.modal.fade.modal-animate.anim-3d-rotate-bottom .modal-dialog {
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all .3s ease-out
}

.modal.fade.modal-animate.anim-3d-rotate-bottom.show .modal-dialog {
    transform: translateY(0) rotateX(0);
    opacity: 1
}

.modal.fade.modal-animate.anim-3d-rotate-InLeft {
    perspective: 1300px
}

.modal.fade.modal-animate.anim-3d-rotate-InLeft .modal-dialog {
    transform-style: preserve-3d;
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all .3s
}

.modal.fade.modal-animate.anim-3d-rotate-InLeft.show .modal-dialog {
    transform: translateZ(0) translateX(0) rotateY(0);
    opacity: 1
}

.modal.fade.modal-animate.anim-blur {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.modal.fade.modal-animate.anim-blur .modal-dialog {
    transform: scale(.7);
    opacity: 0;
    transition: all .3s
}

.modal.fade.modal-animate.anim-blur.show .modal-dialog {
    transform: none;
    opacity: 1
}

.modal.fade.modal-animate.anim-let-me-in .modal-dialog {
    opacity: 0;
    transform: translateY(200%);
    transition: all .3s .2s
}

.modal.fade.modal-animate.anim-let-me-in.show .modal-dialog {
    transform: translateY(0);
    opacity: 1
}

.modal.fade.modal-animate.anim-make-way .modal-dialog {
    opacity: 0;
    transform: translateX(200%);
    transition: all .3s .2s
}

.modal.fade.modal-animate.anim-make-way.show .modal-dialog {
    transform: translateY(0);
    opacity: 1
}

.modal.fade.modal-animate.anim-slip-from-top .modal-dialog {
    opacity: 0;
    transform: translateY(-200%);
    transition: all .5s .1s
}

.modal.fade.modal-animate.anim-slip-from-top.show .modal-dialog {
    transform: translateY(0);
    opacity: 1
}

body.anim-let-me-in {
    perspective: 600px;
    overflow: hidden;
    height: 100vh
}

body.anim-let-me-in .modal-backdrop,
body.anim-let-me-in .pc-container,
body.anim-let-me-in .pc-header,
body.anim-let-me-in .pc-sidebar {
    transition: transform .3s
}

body.anim-let-me-in.modal-open .modal-backdrop,
body.anim-let-me-in.modal-open .pc-container,
body.anim-let-me-in.modal-open .pc-header,
body.anim-let-me-in.modal-open .pc-sidebar {
    transform: rotateX(-3deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d
}

body.anim-make-way {
    perspective: 600px;
    overflow: hidden;
    height: 100vh
}

body.anim-make-way .modal-backdrop,
body.anim-make-way .pc-container,
body.anim-make-way .pc-header,
body.anim-make-way .pc-sidebar {
    transition: all .5s
}

body.anim-make-way.modal-open .modal-backdrop,
body.anim-make-way.modal-open .pc-container,
body.anim-make-way.modal-open .pc-header,
body.anim-make-way.modal-open .pc-sidebar {
    transform-style: preserve-3d;
    transform-origin: 0 50%;
    animation: rotateRightSideFirst .5s forwards ease-in
}

body.anim-slip-from-top {
    perspective: 600px;
    overflow: hidden;
    height: 100vh
}

body.anim-slip-from-top .modal-backdrop,
body.anim-slip-from-top .pc-container,
body.anim-slip-from-top .pc-header,
body.anim-slip-from-top .pc-sidebar {
    transition: all .5s;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    animation: OpenTop 1.5s forwards ease-in
}

body.anim-slip-from-top.modal-open .pc-header {
    opacity: 0
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in
    }

    100% {
        transform: translateZ(0) rotateY(0);
        opacity: 1
    }
}

@keyframes rotateRightSideFirst {
    50% {
        transform: translateZ(-50px) rotateY(5deg);
        animation-timing-function: ease-out
    }

    100% {
        transform: translateZ(-200px)
    }
}

@keyframes OpenTop {
    50% {
        transform: rotateX(10deg);
        animation-timing-function: ease-out
    }
}

.introjs-tooltip {
    background: #fff;
    position: absolute
}

.introjs-tooltip .introjs-button {
    text-shadow: none
}


.tns-controls {
    text-align: center;
    margin-bottom: 10px
}

.tns-controls [aria-controls] {
    font-size: 15px;
    margin: 0 5px;
    padding: 0 1em;
    height: 2.5em;
    color: #fff;
    background: var(--bs-primary);
    border-radius: 3px;
    border: 0
}

[data-action] {
    display: block;
    margin: 10px auto;
    font-size: 17px;
    min-width: 3em;
    text-align: center;
    background: 0 0;
    border: 0
}

.tns-controls [disabled] {
    color: #999;
    background: #b3b3b3;
    cursor: not-allowed !important
}

.tns-nav {
    text-align: center;
    margin: 10px 0
}

.tns-nav>[aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0
}

.tns-nav>.tns-nav-active {
    background: #999
}

.thumbnails {
    margin: 20px 0;
    text-align: center
}

.thumbnails li {
    cursor: pointer;
    border: 5px solid #fff
}

.thumbnails .tns-nav-active {
    background: 0 0;
    border-color: var(--bs-primary)
}

.thumbnails img {
    height: auto;
    width: 46px
}

.controls {
    text-align: center
}

.controls li {
    display: block;
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 30px;
    transition: background .3s
}

.controls .prev {
    left: 0
}

.controls .next {
    right: 0
}

.controls li:hover {
    background: #f2f2f2
}

@media(max-width:575.98px) {
    .customize-tools .controls {
        display: none
    }
}

.switch {
    margin-bottom: 8px;
    margin-right: 8px
}

.introjs-tooltip .switch-off.introjs-button,
.introjs-tooltip .switch-on.introjs-button,
.switch-off.btn,
.switch-on.btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.introjs-tooltip .switch-off.introjs-button i,
.introjs-tooltip .switch-on.introjs-button i,
.switch-off.btn i,
.switch-on.btn i {
    margin: 0 4px;
    font-size: 12px
}

.slow .switch-group {
    transition: left .7s;
    -webkit-transition: left .7s
}

.fast .switch-group {
    transition: left .1s;
    -webkit-transition: left .1s
}

.quick .switch-group {
    transition: none;
    -webkit-transition: none
}

.table.switch-table td,
.table.switch-table th {
    vertical-align: middle;
    padding: .45rem .25rem
}

.introjs-tooltip .table.switch-table td .introjs-button,
.introjs-tooltip .table.switch-table th .introjs-button,
.table.switch-table td .btn,
.table.switch-table td .introjs-tooltip .introjs-button,
.table.switch-table th .btn,
.table.switch-table th .introjs-tooltip .introjs-button {
    margin-bottom: 0
}



div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: #d9ebff;
    color: #4099ff;
    border: 2px solid #4099ff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

div.dt-button-info .h2,
div.dt-button-info h2 {
    padding: .5em;
    margin: 0;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #4099ff;
    background-color: #4099ff
}

div.dt-button-info>div {
    padding: 1em
}

.dtfh-floatingparenthead {
    top: 70px !important
}

.dt-buttons {
    margin-bottom: 5px
}

table.dataTable tbody td.focus,
table.dataTable tbody th.focus {
    outline: solid var(--bs-primary);
    box-shadow: inset 0 0 1px 2px #4099ff
}

div.dtk-focus-alt table.dataTable tbody td.focus,
div.dtk-focus-alt table.dataTable tbody th.focus {
    box-shadow: inset 0 0 1px 2px #ffb64d;
    background: rgba(255, 182, 77, .15);
    color: #ffb64d
}

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 {
    top: 13px
}

table.dataTable tbody>tr.selected td.select-checkbox:after,
table.dataTable tbody>tr.selected th.select-checkbox:after,
table.dataTable tbody>tr>.selected td.select-checkbox:after,
table.dataTable tbody>tr>.selected th.select-checkbox:after {
    margin-top: -21px;
    margin-left: -7px
}

.datatable-wrapper.no-footer .datatable-container {
    border-bottom: none
}

.datatable-wrapper .datatable-container {
    overflow-x: auto
}

.datatable-top>div {
    margin: 5px 0
}

@media(max-width:574.98px) {
    .datatable-top>div:last-child {
        float: left
    }
}

.dataTable-dropdown label,
.datatable-dropdown label {
    display: flex;
    align-items: center;
    width: 230px;
    white-space: nowrap
}

.dataTable-dropdown label select,
.datatable-dropdown label select {
    margin-right: 8px;
    margin-left: 0
}

.datatable-sorter {
    padding-right: 18px
}

.datatable-sorter:after {
    border-top: 0;
    top: 4px
}

.datatable-sorter::before {
    border-bottom: 0;
    bottom: 4px
}

.datatable-pagination ul {
    margin: 0;
    padding-left: 0
}

.datatable-pagination li {
    list-style: none;
    float: left
}

.datatable-pagination a {
    border: 1px solid transparent;
    float: left;
    margin-left: 2px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    border-radius: var(--bs-border-radius);
    color: var(--bs-card-color)
}

.datatable-pagination a:hover {
    background-color: var(--bs-primary-light);
    color: var(--bs-primary)
}

.datatable-pagination .active a,
.datatable-pagination .active a:focus,
.datatable-pagination .active a:hover,
.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover {
    background-color: var(--bs-primary);
    color: #fff;
    cursor: default
}

.datatable-pagination .ellipsis a {
    cursor: not-allowed
}

.datatable-pagination .disabled a,
.datatable-pagination .disabled a:focus,
.datatable-pagination .disabled a:hover {
    cursor: not-allowed;
    opacity: .4
}

.datatable-pagination .pager a {
    font-weight: 700
}

.dt-buttons.btn-group.flex-wrap .btn,
.dt-buttons.btn-group.flex-wrap .introjs-tooltip .introjs-button,
.introjs-tooltip .dt-buttons.btn-group.flex-wrap .introjs-button {
    margin-bottom: 5px
}

.dataTable[aria-describedby=no-style_info] th {
    padding: 14px 0
}

div.dataTables_wrapper div.dt-row {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.pct-c-btn {
    display: block;
    padding: 0;
    position: fixed;
    overflow: hidden;
    right: 0;
    top: 130px;
    border-radius: 50% 4px 4px 50%;
    box-shadow: -6px 0 14px 1px rgba(27, 46, 94, .08);
    background: linear-gradient(to right, #ff5858, #f09819)
}

.pct-c-btn a {
    display: block;
    padding: 10px 8px 10px 14px;
    transition: all 80ms cubic-bezier(.37, .24, .53, .99)
}

.pct-c-btn a i {
    font-size: 30px;
    display: block;
    animation: anim-rotate 2.5s infinite linear;
    line-height: 30px;
    color: #fff
}

.pct-c-btn a:hover {
    background-color: rgba(var(--bs-primary-rgb), .1)
}

@media(max-width:1024px) {
    .pct-c-btn {
        display: none
    }
}

@keyframes anim-rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.pct-offcanvas {
    --bs-offcanvas-width: 350px;
    --bs-offcanvas-zindex: 1079;
    transition: transform .45s cubic-bezier(.37, .24, .53, .99);
    box-shadow: 8px 0 14px rgba(27, 46, 94, .4)
}

.theme-color>a,
.theme-color>a i,
.theme-color>a::after {
    transition: all .15s ease-in-out
}

.pct-offcanvas~.offcanvas-backdrop {
    opacity: .2
}

.pct-offcanvas .offcanvas-body {
    padding: 25px
}

.pct-offcanvas .avtar.avtar-xs {
    width: 36px;
    height: 36px
}

.pct-offcanvas .list-group-item {
    padding: 20px 0
}

.introjs-tooltip .pct-offcanvas .list-group-item a.introjs-button,
.pct-offcanvas .list-group-item .introjs-tooltip a.introjs-button,
.pct-offcanvas .list-group-item a.btn,
.pct-offcanvas .list-group-item>div>.pct-content {
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x)
}

.preset-btn {
    height: 91px;
    border: 2px solid var(--bs-gray-300);
    --bs-btn-active-border-color: var(--bs-gray-300)
}

.preset-btn.active,
.preset-btn.active .btn-label::after,
.preset-btn:active,
.preset-btn:hover {
    border-color: var(--bs-primary)
}

.theme-color {
    display: flex;
    position: relative;
    padding: 0;
    width: 100%;
    flex-wrap: wrap
}

.theme-color>a {
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    margin-right: 3px;
    margin-bottom: 3px;
    width: 27px;
    height: 27px;
    flex: none
}

.theme-color>a::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
    transform: scale(0)
}

.theme-color>a i {
    font-size: 16px;
    color: #fff;
    transform: scale(0)
}

.theme-color>a i::before {
    position: relative;
    z-index: 5
}

.theme-color>a.active i,
.theme-color>a.active::after,
.theme-color>a:hover::after {
    transform: scale(1)
}

.theme-color.preset-color>a[data-value=preset-1] {
    background: #4099ff
}

.theme-color.preset-color>a[data-value=preset-2] {
    background: #6610f2
}

.theme-color.preset-color>a[data-value=preset-3] {
    background: #673ab7
}

.theme-color.preset-color>a[data-value=preset-4] {
    background: #e83e8c
}

.theme-color.preset-color>a[data-value=preset-5] {
    background: #ff5370
}

.theme-color.preset-color>a[data-value=preset-6] {
    background: #fd7e14
}

.theme-color.preset-color>a[data-value=preset-7] {
    background: #ffb64d
}

.theme-color.preset-color>a[data-value=preset-8] {
    background: #2ed8b6
}

.theme-color.preset-color>a[data-value=preset-9] {
    background: teal
}

.theme-color.preset-color>a[data-value=preset-10] {
    background: #00bcd4
}

.theme-color.header-color>a[data-value=header-1] {
    background: linear-gradient(to right, #4099ff, #73b4ff)
}

.theme-color.header-color>a[data-value=header-2] {
    background: linear-gradient(to right, #ff5370, #f48fb1)
}

.theme-color.header-color>a[data-value=header-3] {
    background: linear-gradient(to right, #4099ff, #6e7ff3)
}

.theme-color.header-color>a[data-value=header-4] {
    background: linear-gradient(to right, #38a9f9, #43e9b3)
}

.theme-color.header-color>a[data-value=header-5] {
    background: linear-gradient(to right, #3b4650, #647688)
}

.theme-color.header-color>a[data-value=header-6] {
    background: linear-gradient(to right, #ff784f, #ff5370)
}

.theme-color.header-color>a[data-value=header-7] {
    background: linear-gradient(to right, #11c788, #54e2b7)
}

.theme-color.header-color>a[data-value=header-8] {
    background: linear-gradient(to right, #ff5858, #f09819)
}

.theme-color.header-color>a[data-value=header-9] {
    background: linear-gradient(to right, #39adb5, #7c4dff)
}

.theme-color.header-color>a[data-value=header-10] {
    background: linear-gradient(to right, #473b7b, #30d2be)
}

.theme-color.header-color>a[data-value=header-11] {
    background: linear-gradient(to right, #000, #0fb3c2)
}

.theme-color.header-color>a[data-value=header-12] {
    background: linear-gradient(to right, #2d0102, #091991)
}

.theme-color .btn-label {
    margin: 5px 0 14px 20px;
    position: relative;
    display: block;
    text-align: left;
    font-size: 13px
}

.theme-color .btn-label::after,
.theme-color .btn-label::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%
}

.theme-color .btn-label::before {
    background: var(--bs-primary);
    transform: scale(0)
}

.theme-color .btn-label::after {
    border: 2px solid var(--bs-border-color)
}

.theme-color .pc-lay-icon {
    position: relative;
    width: 35px;
    height: 25px;
    border-radius: 3px;
    display: inline-block;
    background: var(--bs-body-bg);
    overflow: hidden;
    border: 1px solid var(--bs-border-color)
}

.theme-color .pc-lay-icon span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center
}

.theme-color .pc-lay-icon span:nth-child(1) {
    width: 0%
}

.theme-color .pc-lay-icon span:nth-child(3) {
    width: 32%;
    left: 0
}

.theme-color .pc-lay-icon span:nth-child(1),
.theme-color .pc-lay-icon span:nth-child(3) {
    background: var(--pc-sidebar-background)
}

.theme-color .pc-lay-icon span:nth-child(2),
.theme-color .pc-lay-icon span:nth-child(4) {
    z-index: 1;
    width: 70%;
    left: auto;
    right: 0;
    background: var(--bs-body-bg)
}

.theme-color .pc-lay-icon span:nth-child(2) {
    width: 100%;
    background: var(--pc-header-background)
}

.theme-color .pc-lay-icon span:nth-child(1),
.theme-color .pc-lay-icon span:nth-child(2) {
    top: 0;
    height: 35%
}

.theme-color .pc-lay-icon span:nth-child(3),
.theme-color .pc-lay-icon span:nth-child(4) {
    top: auto;
    bottom: 0;
    height: 75%;
    z-index: 5
}

.introjs-tooltip .theme-layout .introjs-button,
.theme-layout .btn,
.theme-layout .introjs-tooltip .introjs-button {
    height: 91px
}

.customizer-body {
    height: calc(100% - 85px)
}

.preset-btn {
    width: 100%;
    line-height: 1
}

.preset-btn .pc-lay-icon {
    width: 100%;
    height: 45px
}

.preset-btn.active .btn-label::before {
    background: var(--bs-primary);
    transform: scale(.5)
}

.introjs-tooltip .theme-layout [data-value=false].introjs-button .pc-lay-icon span:nth-child(1),
.introjs-tooltip .theme-layout [data-value=false].introjs-button .pc-lay-icon span:nth-child(3),
.theme-layout .btn[data-value=false] .pc-lay-icon span:nth-child(1),
.theme-layout .btn[data-value=false] .pc-lay-icon span:nth-child(3),
.theme-layout .introjs-tooltip [data-value=false].introjs-button .pc-lay-icon span:nth-child(1),
.theme-layout .introjs-tooltip [data-value=false].introjs-button .pc-lay-icon span:nth-child(3) {
    background: #333940
}

.introjs-tooltip .theme-layout [data-value=false].introjs-button .pc-lay-icon span:nth-child(2),
.introjs-tooltip .theme-layout [data-value=false].introjs-button .pc-lay-icon span:nth-child(4),
.theme-layout .btn[data-value=false] .pc-lay-icon span:nth-child(2),
.theme-layout .btn[data-value=false] .pc-lay-icon span:nth-child(4),
.theme-layout .introjs-tooltip [data-value=false].introjs-button .pc-lay-icon span:nth-child(2),
.theme-layout .introjs-tooltip [data-value=false].introjs-button .pc-lay-icon span:nth-child(4) {
    background: #212529
}

.introjs-tooltip .theme-layout [data-value=true].introjs-button .pc-lay-icon span:nth-child(1),
.introjs-tooltip .theme-layout [data-value=true].introjs-button .pc-lay-icon span:nth-child(3),
.theme-layout .btn[data-value=true] .pc-lay-icon span:nth-child(1),
.theme-layout .btn[data-value=true] .pc-lay-icon span:nth-child(3),
.theme-layout .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(1),
.theme-layout .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(3) {
    background: var(--bs-white)
}

.introjs-tooltip .theme-layout [data-value=true].introjs-button .pc-lay-icon span:nth-child(2),
.introjs-tooltip .theme-layout [data-value=true].introjs-button .pc-lay-icon span:nth-child(4),
.theme-layout .btn[data-value=true] .pc-lay-icon span:nth-child(2),
.theme-layout .btn[data-value=true] .pc-lay-icon span:nth-child(4),
.theme-layout .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(2),
.theme-layout .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(4) {
    background: #f6f7fb
}

.introjs-tooltip .theme-sidebar-color [data-value=false].introjs-button span:not(.btn-label):nth-child(1),
.introjs-tooltip .theme-sidebar-color [data-value=false].introjs-button span:not(.btn-label):nth-child(3),
.theme-sidebar-color .btn[data-value=false] span:not(.btn-label):nth-child(1),
.theme-sidebar-color .btn[data-value=false] span:not(.btn-label):nth-child(3),
.theme-sidebar-color .introjs-tooltip [data-value=false].introjs-button span:not(.btn-label):nth-child(1),
.theme-sidebar-color .introjs-tooltip [data-value=false].introjs-button span:not(.btn-label):nth-child(3) {
    background: var(--bs-white)
}

.introjs-tooltip .theme-sidebar-color [data-value=true].introjs-button .pc-lay-icon span:nth-child(1),
.introjs-tooltip .theme-sidebar-color [data-value=true].introjs-button .pc-lay-icon span:nth-child(3),
.theme-sidebar-color .btn[data-value=true] .pc-lay-icon span:nth-child(1),
.theme-sidebar-color .btn[data-value=true] .pc-lay-icon span:nth-child(3),
.theme-sidebar-color .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(1),
.theme-sidebar-color .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(3) {
    background: var(--bs-dark)
}

.introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3),
.theme-nav-caption .btn span:nth-child(3),
.theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) {
    flex-direction: column
}

.introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) span,
.theme-nav-caption .btn span:nth-child(3) span,
.theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) span {
    position: absolute;
    background: var(--pc-sidebar-caption-color);
    height: 2px;
    width: 40% !important;
    left: 0 !important;
    border-radius: 3px;
    top: 3px
}

.introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) span:after,
.introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) span:before,
.theme-nav-caption .btn span:nth-child(3) span:after,
.theme-nav-caption .btn span:nth-child(3) span:before,
.theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) span:after,
.theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) span:before {
    border-radius: 3px;
    content: "";
    position: absolute;
    left: 0;
    background: var(--pc-sidebar-color);
    height: 2.5px;
    width: 150%
}

.introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) span:before,
.theme-nav-caption .btn span:nth-child(3) span:before,
.theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) span:before {
    top: 5px
}

.introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) span:after,
.theme-nav-caption .btn span:nth-child(3) span:after,
.theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) span:after {
    top: 10px
}

.introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) span:nth-child(2),
.theme-nav-caption .btn span:nth-child(3) span:nth-child(2),
.theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) span:nth-child(2) {
    top: 19px
}

.introjs-tooltip .theme-nav-caption [data-value=false].introjs-button span:nth-child(3) span,
.theme-nav-caption .btn[data-value=false] span:nth-child(3) span,
.theme-nav-caption .introjs-tooltip [data-value=false].introjs-button span:nth-child(3) span {
    background: 0 0
}

.introjs-tooltip .theme-direction [data-value=true].introjs-button .pc-lay-icon span:nth-child(1),
.introjs-tooltip .theme-direction [data-value=true].introjs-button .pc-lay-icon span:nth-child(3),
.theme-direction .btn[data-value=true] .pc-lay-icon span:nth-child(1),
.theme-direction .btn[data-value=true] .pc-lay-icon span:nth-child(3),
.theme-direction .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(1),
.theme-direction .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(3) {
    left: auto;
    right: 0
}

.introjs-tooltip .theme-direction [data-value=true].introjs-button .pc-lay-icon span:nth-child(2),
.introjs-tooltip .theme-direction [data-value=true].introjs-button .pc-lay-icon span:nth-child(4),
.theme-direction .btn[data-value=true] .pc-lay-icon span:nth-child(2),
.theme-direction .btn[data-value=true] .pc-lay-icon span:nth-child(4),
.theme-direction .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(2),
.theme-direction .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(4) {
    left: 0;
    right: auto
}

.introjs-tooltip .theme-container .introjs-button span:nth-child(4):after,
.theme-container .btn span:nth-child(4):after,
.theme-container .introjs-tooltip .introjs-button span:nth-child(4):after {
    content: "";
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .15);
    height: 100%;
    width: 100%
}

.introjs-tooltip .theme-container .introjs-button span:nth-child(4)>span,
.theme-container .btn span:nth-child(4)>span,
.theme-container .introjs-tooltip .introjs-button span:nth-child(4)>span {
    border-radius: 3px;
    position: relative;
    z-index: 5;
    background: var(--bs-offcanvas-bg);
    height: 100%;
    width: 100%
}

.introjs-tooltip .theme-container [data-value=true].introjs-button span:nth-child(4)>span,
.theme-container .btn[data-value=true] span:nth-child(4)>span,
.theme-container .introjs-tooltip [data-value=true].introjs-button span:nth-child(4)>span {
    width: 60%
}

@media(max-width:1199.98px) {
    .pc-box-width {
        display: none
    }
}

.auth-main~.pct-offcanvas .pc-boxcontainer,
[data-pc-layout=compact] [data-pc-layout=horizontal] .pc-rtl {
    display: none
}


/* custom-header css start */

.custom-header{
	padding: 5px 15px;	
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;	
    gap:4px;
}

.custom-header-right,
.custom-header-left{
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	gap: 60px;
}

.custom-header-title{
	 margin-bottom: 0;
    color: #fff;
    font-size: 28px;
}   
.header-logo-wrapper {
	max-width: 90px;	
	margin-right: auto;
	background: #fff;
	border-radius: 3px;
}
.sidebar-logo-wrapper{
	display: none;
	max-width: 150px;	
	margin: 0 auto;
	background: #fff;
	border-radius: 3px;
}

.header-title-wrapper .header-title{
	color: #fff;
	font-size: 32px;
	margin-bottom: 0;
}
.header-left-sect{
	width: 50px;
}

/* custom-header css end */

/* common-dashboard css start */

.subs-image{
	max-width: 325px;
    margin: 0 auto;
}

/* common-dashboard css end */

/* custom-footer css start */


.custom-footer {
/*     background: var(--bg-primary); */
/*     background-image: linear-gradient(315deg, #05183d 0%, #2234ae 74%); */
        background-image: linear-gradient(to left, #002248, #002e5e, #003a75, #03468d, #0a53a6);
    padding: 10px 0;
    color: var(--font-white);
    width: calc(100% - 246px);
    margin-left: 246px;
    margin-top: 0px;
    text-align: center;
/*     position: absolute; */
/*     bottom: 0; */
}
.main-wrapper {
    position: relative;
    min-height: 100vh;
/*     padding-bottom: 60px; */
}

/* custom-footer css end */

.error-page{
	height: calc(100vh - 110px);
	display: grid;
	place-content: center;
}


/* .horizontal-layout .pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item>.pc-link:before{
	display: none;	
} */

[data-pc-layout=horizontal] .pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item>.pc-link:before{
	display: none;	
}

.breadcrumb-wrapper{
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.breadcrumb-wrapper .page-header-title h4{
	margin-bottom: 0;
}

.custom-page-header .card-body{
	padding:10px 15px;
}

.custom-btn-group{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-left: 0 !important;
	margin-bottom: 0;
}

.btn-bottom{
	    display: flex;
    justify-content: center;
        background: rgba(var(--bs-light-rgb));
}

.custom-btn-group li{
	margin-right: 0 !important;
/* 	    margin: 4px 0; */
}

.icon-btn{
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 10px 10px;
}

.alert-with-icon{
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.alert-with-icon .iq-alert-text{
	display: flex;
	align-items: center;
	gap: 10px;
}
.iq-alert-icon {
    font-size: 20px;
    line-height: 18px;
}

/* basic-table css start */

/* .basic-table thead { */
/* 	background: var(--bg-primary); */
/* } */

.basic-table thead tr th{
	color: #fff;
	text-align: center;
}

.basic-table tbody tr td{
	text-align: center;	
}

.table thead th:first-child {
	border-top-left-radius: 6px;
}
/* .table thead th:last-child { */
/* 	border-top-right-radius: 6px; */
/* } */
.table td .custom-btn-group {
	justify-content: center;
	flex-wrap: nowrap;
}

.btn-group-sm .icon-btn{
	padding: 4px;
}



/* .table .icon-btn{ */
/* 	border-radius: 4px; */
/* } */

/* basic-table css end */
.datatbl-img{
	max-width: 60px;
	margin: 0 auto;
	border-radius: 6px;
	overflow: hidden;
}

.component-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    position: fixed;
    top: 150px;
    z-index: 111;
    right: 0;
}

.component-menu-wrapper .btn{
	padding: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #2b5b91;
    font-weight: 600;
}
.component-menu-wrapper .btn:hover{
	background: #1d5da6;
}
.component-menu-wrapper .btn i{
	font-size: 14px;
	line-height: normal;
}

.component-menu-wrapper .offcanvas.offcanvas-end{
	top: 70px;
}
.component-menu-wrapper .offcanvas-header{
	padding: 10px;
}
.component-menu-wrapper .offcanvas-body{
	padding: 0px;
}


.component-menu-wrapper .offcanvas-title{
	font-size: 18px;
}

.ele-title{
	background: #e9f1ff;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: normal;
}
.ele-title i{
	padding-right: 5px;	
}

.component-menu-wrapper .offcanvas{
	width: 280px;
}

.ele-section{
	margin-bottom: 15px;
}

/* .ele-section:last-child{ */
/* 	padding-bottom: 40px; */
/* } */


.ele-list {
	padding-left: 0;
	margin-bottom: 0; 
}

.ele-list-item{
	padding: 5px 10px;
	list-style-type: none;
	line-height: normal;
}
.ele-list-item:hover{
	color: rgba(var(--pc-sidebar-color-rgb), 1);
    background-color: rgba(var(--pc-sidebar-color-rgb), .09);
/*     border-left: 4px solid var(--bg-primary); */
}
.ele-list-item a{
	width: 100%;
	display: inline-block;
	color: #39465f;
}

.page-content{
	padding: 70px 0 50px 0;
}
html {
  scroll-padding-top: 4rem;
}


/* custom css start */

/* header css start */
.dropdown-menu .dropdown-item .custom-dd-i {
    font-size: 18px;
    margin-right: 10px;
}

.custom-ddh-title{
    white-space: break-spaces;
    margin-bottom: 0;
}

.custom-dd-text{
    display: flex;
    align-items: center;
    line-height: normal;
}

.custom-dd-wrap{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.custom-notif-title, 
.custom-notif-text{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-notif-text{
    -webkit-line-clamp: 2;
}

.custom-notification-block .custom-notification-item{
	display:flex;
}

.custom-notification-block .custom-notif-img{
	flex-shrink: 0;
}

.custom-notif-content{
    margin-left: 1rem;
    flex-grow: 1;
}

.custom-notif-text{
	margin-bottom:6px;
	 color:var(--bs-secondary-color) !important;
}

.custom-notif-time{
	text-align:right;
	font-weight:600;
	    margin-bottom: 0;
    font-size: 13px;
    color:var(--bs-secondary-color) !important;
}

.custom-notif-title{
	font-size:16px;
}

.rounded-pill{
	padding:8px 12px;
	    z-index: 1;
}

.custom-dropdown .dropdown-header{
	    padding: 10px 14px !important;
}

/* header css end */

/* footer css start */
.footer-text{
	margin-bottom:0;
}
/* footer css end */
/* custom css end */

/* 17-9-2024 css start */

.check-multi-list .check-list{
	color: #222;
}

.select2-input-group .select2-container .select2-selection--single .select2-selection__rendered,
.select2-group .select2-container .select2-selection--single .select2-selection__rendered{
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.pc-sidebar.pc-sidebar-hide~.pc-container, .pc-sidebar.pc-sidebar-hide~.pc-footer {
    margin-left: 0;
}
/* .pc-sidebar~.pc-container, .pc-sidebar~.pc-footer { */
/*     transition: margin-left .2s ease; */
/* } */
.pc-sidebar.pc-sidebar-hide~.pc-footer {
    width: 100%;
}

.pc-mob-drp .submenu{
	display: none !important;
}

.treegrid-expanded,
.treegrid-collapsed{
	transition-timing-function: ease-out;
}

.custom-basic-tab .nav-item .nav-link:hover {
    color: #fff !important;
    background: var(--bs-primary);
}
.custom-basic-tab .nav-item .nav-link {
    box-shadow: none !important;
    
}

.custom-basic-tab .nav-item .nav-link.active:hover{
	color: #4099ff;
}

.custom-basic-tab .nav-item .nav-link.active,
.custom-nav-tabs .nav-item .nav-link.active{
	background: var(--bs-primary);
	color: #fff;
}

/* .dbform-page{ */
/* 	padding-bottom: 15px; */
/* } */
.dropdown .dropdown-item:hover {
    background: rgba(202, 202, 202, 0.3); 
}

/* category list start */

.custom-dropdown-cate{
	padding:10px !important;
	max-height:350px;
	overflow:auto;
}

.custom-dropdown-cate .dropdown-body{
	border:none !important;
}
.custom-cate-list{
	display: flex !important;
    grid-template-columns: repeat(3, minmax(auto, auto));
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -5px;
}

.custom-cate-list .list-group-item{
	border:none;
	display: flex;
    justify-content: center;
    padding: 5px;
    width: 50%;
}

.custom-cate-item .custom-cate-text{
	margin-bottom:0;
    font-weight: 600;
    color: #2e2e2e;
    line-height: 16px;
    font-size: 13px;
}

.custom-cate-item .custom-cate-content{
	margin-top:6px;
}

.custom-cate-item .custom-cate-img{
	max-width:42px;
	margin: 0 auto;
}

.custom-cate-item{
    background: #fff;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 8px 6px;  
}

.custom-cate-item:hover{
	background: #f1f1f1;
}
/* category list end */

/* custom-notify block start */
.custom-notify-card {
	 width: 100%;
}
   
.custom-notify-card .custom-notify-block{
	    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
}

.custom-notify-card .card-body{
	    padding: 10px !important;
}

.custom-notify-card .notify-title{
    margin-bottom: 0;
        font-size: 16px;
}

.custom-notify-card .card-body .notify-icon i {
    font-size: 24px;
}

.custom-notify-card .notify-cont{
	border-left: none !important;
	    padding: 8px 0 0 0 !important;
}

/* custom-notify block end */

.custom-check-wrapper{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ui-state-hover .ui-icon {
	background-image: url(/vendor/datepicker/images/ui-icons_444444_256x240.png) !important;
}




/* sidebar-v2 css start */

.pc-sidebar.sidebar-v2 {
/* 	background-image: linear-gradient(to bottom, #00205c, #203772, #384f88, #50699f, #6983b5); */
/* 	background-image: linear-gradient(to bottom, #00205c, #132e73, #1c3a81, #20428b, #1a408a); */
/*     background-image: linear-gradient(315deg, #2234ae 0%, #05183d 74%); */
        background-image: linear-gradient(to bottom, #002248, #002e5e, #003a75, #03468d, #0a53a6);
}

.pc-sidebar.sidebar-v2 .pc-link {
    color: #fff;
    display: flex;
    align-items: center;
}

.pc-sidebar.sidebar-v2 .pc-navbar>.pc-item .pc-submenu .pc-item.active>.pc-link,
.pc-sidebar.sidebar-v2 .pc-navbar>.pc-item .pc-submenu .pc-item.pc-trigger>.pc-link{
	color: #fff;
}


/* sidebar-v2 css end */

/* Timeline container styling */
.custom-timeline-block.timeline-container {
    display: flex;
    /* gap: 110px; */
    width: 100%;
    /* height: 134px; */
    justify-content: space-between;
    font-size: 30px;
    margin: 375px 0 320px 0;
    padding: 0 110px;
	
}

/* Individual timeline point styling */
.custom-timeline-block .timeline-point {
  transition-duration: 0.5s;
  border-radius: 50%;
  background: linear-gradient(145deg, #1e2125, #23282c);
/*   box-shadow: 13.4px 13.4px 40.2px #1c1f23, -13.4px -13.4px 40.2px #262b2f; */
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  position: relative;
  color: var(--color);
}

.custom-timeline-block .timeline-point::before {
  content: "";
  width: 140px;
  height: 180px;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  background: conic-gradient(
    var(--color) var(--angle),
    transparent 0deg 360deg
  );
  animation: rotateBorder 1s linear var(--delay) forwards;
}

.custom-timeline-block .timeline-point:nth-child(odd)::before {
  transform: rotate(-90deg);
}

.custom-timeline-block .timeline-point:nth-child(even)::before {
  transform: rotate(90deg) scaleY(-1);
}

/* Custom property for angle */
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

/* Common styling for timeline points */
.custom-timeline-block .timeline-point:nth-child(1) {
  --color: #4099ff;
  --delay: 0s;
}

.custom-timeline-block .timeline-point:nth-child(1) .custom-sl-item:nth-child(even){
    background: #daebff;  
}

.custom-timeline-block .timeline-point:nth-child(2) {
  --color: #0081a7;
  --delay: 1s;
}

.custom-timeline-block .timeline-point:nth-child(2) .custom-sl-item:nth-child(even){
    background: #a2eaff;  
}

.custom-timeline-block .timeline-point:nth-child(3) {
  --color: #a17c6b;
  --delay: 2s;
}

.custom-timeline-block .timeline-point:nth-child(3) .custom-sl-item:nth-child(even){
    background: #ffe9de;  
}

.custom-timeline-block .timeline-point:nth-child(4) {
  --color: #6b4e71;
  --delay: 3s;
}

.custom-timeline-block .timeline-point:nth-child(4) .custom-sl-item:nth-child(even){
    background: #f9dcff;  
}

.custom-timeline-block .timeline-point:nth-child(5) {
  --color: #006aa4;
  --delay: 4s;
}

.custom-timeline-block .timeline-point:nth-child(5) .custom-sl-item:nth-child(even){
    background: #a8e0ff;  
}

.custom-timeline-block .timeline-point:nth-child(6) {
  --color: #2d6a4f;
  --delay: 5s;
}

.custom-timeline-block .timeline-point:nth-child(6) .custom-sl-item:nth-child(even){
  background: #ace1c9;
}

/* Popup styling */
.custom-timeline-block .popup {
  width: 280px;
  height: auto;
  max-height: 0;
  background-color: var(--color);
  display: grid;
  grid-template-columns: 12% 88%;
  position: absolute;
  color: white;
  border-radius: 10px;
/*   box-shadow: 6.7px 6.7px 21.4px #17191d, -6.7px -6.7px 21.4px #212529; */
    transition: box-shadow .2s ease-in-out;
  transform-origin: bottom bottom;
  animation: expandPopup 0.5s linear calc(var(--delay) + 0.5s) forwards;
}

.custom-timeline-block .popup:hover,
.custom-timeline-block .popup:hover .popup-details {
/*     box-shadow: var(--pc-card-box-hover-shadow); */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.custom-timeline-block .timeline-point:nth-child(odd) .popup {
  bottom: 256px;
}

.custom-timeline-block .timeline-point:nth-child(even) .popup {
  top: 156px;
}

.custom-timeline-block .custom-sl-item{
	padding: 4px 8px 4px 26px;
	border-radius: 2px;
	position:relative;	
	transition: all 0.3s ease-in-out;
}

.custom-timeline-block .sl-link {
    color: var(--bs-body-color);
        width: 100%;
    display: block;
}


.custom-timeline-block .custom-sl-item .sl-link:after{
content: "\f109"; 
    position: absolute;
    left: 6px;
    top: 8px;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    line-height: normal;
    font-weight: 900;
}

.custom-timeline-block .custom-sl-item .sl-link,
.custom-timeline-block .custom-sl-item .sl-link:after{
    transition: all 0.3s ease-in-out;
}

.custom-timeline-block .custom-sl-item:hover,
.custom-timeline-block .custom-sl-item:hover .sl-link::after,
.custom-timeline-block .custom-sl-item:hover .sl-link{
    color: #fff !important;
}

.custom-timeline-block .custom-sl-item:hover{
	background:var(--color)!important;
}
  

.custom-timeline-block .custom-sl-item a.applink:after{
	content: "\f3fa"; 
	    left: 8px;
}
    

/* Popup number styling */
.custom-timeline-block .popup-number {
    grid-row: span 2;
    display: grid;
    font-size: 1.3rem;
    font-weight: bold;
    place-items: center;
    cursor: auto;
    animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
    opacity: 0;
/*     height: 100%; */
    writing-mode: vertical-lr;
    display: flex;
    text-orientation: mixed;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* align-items: center; */
    line-height: unset;
    margin-top: 20px;
}

/* Popup title styling */
.custom-timeline-block .popup-title {
  color: var(--color);
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 20px;
}

/* Popup details styling */
.custom-timeline-block .popup-details {
  padding: 10px;
  background-color: #1c1f23;
  border-radius: 10px;
  opacity: 0;
  font-weight: 500;
  user-select: none;
  cursor: auto;
  overflow: hidden;
  font-size: 13px;
  text-align: justify;
  min-height: 180px;
/*   background: linear-gradient(145deg, #16181b, #22262b); */
background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 4px 4px 4px 0;
  animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
}

.custom-timeline-block .popup::before {
  content: "";
  width: 6.7px;
  height: 0;
  border-radius: 20px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  top: -41.9px;
  display: flex;
  animation: drawLine 0.5s linear var(--delay) forwards;
}

.custom-timeline-block .timeline-point:nth-child(odd) .popup:before {
  top: calc(100% + 146px);
  transform: rotateX(180deg);
  transform-origin: top;
}

/* Hover effect for timeline points */
.custom-timeline-block .timeline-point:hover {
  background: linear-gradient(145deg, var(--color), #1e2125);
  color: white;
}

.custom-timeline-block .custom-simple-list {
	margin-bottom:0;
}

/* Animation for border rotation */
@keyframes rotateBorder {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 180deg;
  }
}

/* Animation for popup expansion */
@keyframes expandPopup {
  0% {
    max-height: 0;
  }

  100% {
    max-height: 200px;
  }
}

/* Animation for line drawing */
@keyframes drawLine {
  0% {
    height: 0%;
    opacity: 0;
  }

  100% {
    height: 33.5px;
    opacity: 1;
  }
}

/* Animation for fade-in effect */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}



.custom-timeline-block:after {
	    content: "";
    height: 2px;
    background-size: 20px 3px, 100% 3px;
    border: none;
    width: 82%;
    top: 50%;
    margin-top: 74px;
    z-index: -2;
    transform: translate(0, -50%);
    position: absolute;
    background: rgb(64,153,255);
    background: linear-gradient(90deg, rgba(64,153,255,1) 0%, rgba(0,129,167,1) 16.66%, rgba(161,124,107,1) 33.32%, rgba(107,78,113,1) 49.98%, rgba(0,106,164,1) 66.64%, rgba(45,106,79,1) 83.30%);
}

/* timeline block end */

.cr-link{
	color:var(--highlight) !important;
	border-bottom: 1px solid var(--highlight);
}

.cr-link:hover{
	color:#fff !important;
	border-bottom: 1px solid #fff !important;
}

.sidebar-footer-wrapper{
	padding: 10px;
	position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
}

.sidebar-footer {
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	    display: block;
}

.custom-dd-text{
	gap: 5px;
	justify-content: center;
}
.sidebar-footer-link {
	color: #000;
	    font-weight: 500;
}

.sidebar-footer-link:hover {
    background: #313131;
    color: #ffffff;
}

.custom-logo-text{
	display: flex;
    flex-wrap: nowrap;
    align-items: end;
}

.custom-logo-text .custom-lt-img {
    margin-right: 6px;
}

.nav-logo-1 {
    max-width: 34px;
}

.custom-lt-title,
.custom-lt-subtitle{
	line-height:normal;
	margin-bottom: 0;
	color: #fff;
}

/* tabs css start */

.custom-tabs-v2 {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #DDDDDD;
    gap: 10px;
}
.tab-link {
    margin-bottom: 30px;
    width: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    position: relative;
}

.tab-link a {
    display: block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #525252;
}

.tab-link span {
    display: block;
    height: 50px;
    width: 100%;
    padding: 10px;
    align-items: center;
    border-radius: 2px;
    margin-bottom: 9px;
    position: relative;
    justify-content: center;
    display: flex;
    font-size: 35px;
}

.tab-link .bg-1{
	background: #CE6300;
	color: #fff;
}
.tab-link a.tab1:hover,
.tab-link a.tab1.active{
	border: 1px solid #CE6300;
}
.tab-link a.tab1.active .bg-1{
	background: #CE6300 !important;
}


.tab-link .bg-2{
	background: #146cc5;
	color: #fff;
}
.tab-link a.tab2:hover,
.tab-link a.tab2.active{
	border: 1px solid #146cc5;
}
.tab-link a.tab2.active .bg-2{
	background: #146cc5 !important;
}


.tab-link .bg-3{
	background: #925f8c;
	color: #fff;
}
.tab-link a.tab3:hover,
.tab-link a.tab3.active{
	border: 1px solid #925f8c;
}
.tab-link a.tab3.active .bg-3{
	background: #925f8c !important;
}

.tab-link .bg-4{
	background: #4db0a7;
	color: #fff;
}
.tab-link a.tab4:hover,
.tab-link a.tab4.active{
	border: 1px solid #4db0a7;
}
.tab-link a.tab4.active .bg-4{
	background: #4db0a7 !important;
}

.tab-link .bg-5{
	background: #adb056;
	color: #fff;
}
.tab-link a.tab5:hover,
.tab-link a.tab5.active{
	border: 1px solid #adb056;
}
.tab-link a.tab5.active .bg-5{
	background: #adb056 !important;
}

.tab-link .bg-6{
	background: #cf805d;
	color: #fff;
}
.tab-link a.tab6:hover,
.tab-link a.tab6.active{
	border: 1px solid #cf805d;
}
.tab-link a.tab6.active .bg-6{
	background: #cf805d !important;
}

.tab-link .bg-7{
	background: #c06081;
	color: #fff;
}
.tab-link a.tab7:hover,
.tab-link a.tab7.active{
	border: 1px solid #c06081;
}
.tab-link a.tab7.active .bg-7{
	background: #c06081 !important;
}



.tab-link a.active:before {
    display: block;
}
.tab-link a.active:after {
    width: 100%;
}
.tab-link a:after {
    content: "";
    width: 0px;
    display: block;
    background: #3357b8;
    height: 4px;
    position: absolute;
    bottom: -32px;
    left: 0px;
}
.tab-link a:before {
    content: "";
    display: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #3357b8;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -4px;
}


.get-involved-tabcontent {
    padding: 25px 15px;
}


/* pie-box css start */

.pie-box{
/* 	background: green; */
/* 	width: 345px; */
    height: 285px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 25px;
    background: #FFFFFF !important;
    padding: 20px;
    box-shadow: none;
    border: 1px solid #E0E0E0;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.pie-box:hover .pi-box-inner{
	transform: scale(1.02);
	transition-duration: 400ms;
}

.box-1{
	background-image: linear-gradient(to right top, #ffbdc0, #ffc9ab, #f4dba0, #d2eead, #a4ffd3) !important;
}
.pie-box.box-1:hover .pi-box-inner{
	background-image: linear-gradient(to right top, #ffbdc0, #ffc9ab, #f4dba0, #d2eead, #a4ffd3) !important;
	transition-duration: 400ms;
}
.pie-box.box-1:hover{
	background-image: linear-gradient(to right top, #ffe4e5, #ffd6bf, #fff1cf, #f2ffe0, #f6fffa) !important;
}
.box-1 .pi-box-inner{
	background-image: linear-gradient(to right top, #ffe4e5, #ffd6bf, #fff1cf, #f2ffe0, #f6fffa) !important;
}




.box-2 {
	background-image: linear-gradient(to right top, #cdb0e9, #a3c9ff, #75e1ff, #72f3f5, #a4ffd3) !important;
}
.box-2 .pi-box-inner{
	background-image: linear-gradient(to right top, #cdb0e996, #a3c9ffa6, #75e1ff4a, #72f3f5b5, #a4ffd321) !important;
}
.pie-box.box-2:hover .pi-box-inner{
	background-image: linear-gradient(to right top, #cdb0e9, #a3c9ff, #75e1ff, #72f3f5, #a4ffd3) !important;
	transition-duration: 400ms;
}
.pie-box.box-2:hover {
	background-image: linear-gradient(to right top, #cdb0e996, #a3c9ffa6, #75e1ff4a, #72f3f5b5, #a4ffd321) !important;
}


.box-3{
	background-image: linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%) !important;
}
.box-3 .pi-box-inner{
	background-image: linear-gradient(to right, #ffcbcb 0%, #c7d3cf 19%, #aed0d8 42%, #c0b1da 79%, #b5dae3 100%);
	transition-duration: 400ms;
}
.pie-box.box-3:hover .pi-box-inner{
	background-image: linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%) !important;
	transition-duration: 400ms;
}
.pie-box.box-3:hover {
	background-image: linear-gradient(to right, #ffcbcb 0%, #c7d3cf 19%, #aed0d8 42%, #c0b1da 79%, #b5dae3 100%) !important;
}

.pi-box-inner{
/* 	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
	border-radius: 4px;
    width: 100%;
    height: 100%;
    padding: 15px;
    overflow: hidden;
    background: #fff;
/*     box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.1); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    backdrop-filter: blur(18px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.pie-box-img{
	max-width: 160px;
/* 	overflow: hidden; */
	padding: 5px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.pie-box .custom-btn-group{
	justify-content: center;
}
.count-wrapper{
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 5px;
	font-weight: 600;
}
.pie-box-text{
	margin-bottom: 10px;
	line-height: normal;
	font-weight: 500;
}

/* pie-box css end */

/* custom-modal-v2 css start */

.custom-modal-v2 .modal-header {
	background: linear-gradient(315deg, #2234ae 0%, #05183d 74%);
	padding: 10px 20px;
	position: relative;
	justify-content: flex-start;
    gap: 10px;
}
.custom-modal-v2 .custom-modal-logo{
	max-width: 160px;
	overflow: hidden;
} 
.custom-modal-v2 .btn-close{
	position: absolute;
    top: 15px;
    right: 20px;
    filter: invert(1);
}
.custom-modal-v2 .more-dtls{
	background: #d86c2d;
	color: #fff;
}
.custom-modal-v2 .more-dtls:hover {
	background: #e7854c;
}

.custom-modal-v2 .custom-modal-title h2{
	color: #fff;
    font-size: 19px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500;
}

/* custom-modal-v2 css end */

/* simple table css start */
.simple-table.table td,
.simple-table.table th {
    border-top: 1px solid #dbe0e5;
    border-bottom: none;
    white-space: nowrap;
    padding: .75rem;
    vertical-align: middle
}


.simple-table.table thead th {
    border-bottom: 1px solid #dbe0e5;
    font-size: 13px;
    color: #29344a;
    background: rgba(246, 247, 251, .5);
    text-transform: uppercase
}


.simple-table.table tbody+tbody {
    border-top: 2px solid #dbe0e5
}


.simple-table.table.dataTable[class*=table-] thead th {
    background: #f6f7fb
}


.simple-table.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #dbe0e5
}


.simple-table.table>:not(:first-child) {
    border-top: none
}

.simple-table.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(64, 153, 255, .03)
}

.simple-table.table-hover tbody tr:hover {
    background-color: rgba(108, 117, 125, .03)
}

/* simple table css end */

/* DBCSS Start*/

.m-r-10 {
    margin-right: 10px;
}

.wid-70 {
    width: 70px;
}

.img-radius {
    border-radius: 50%;
}

.f-36 {
    font-size: 36px;
}

.f-40 {
    font-size: 40px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.f-30 {
    font-size: 30px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

/* DBCSS End*/

.custom-head-logo,
.custom-footer-logo {
    max-width: 65px;
    padding: 4px;
    background: #fff;
    border-radius: 2px;
}
.pc-h-item.header-gridlogo {
    margin-left: 10px;
}

.custom-footer-logo {
	max-width: 50px;
	min-width: 50px;
}

/* Explore content style start */
.expo-content {
    position: relative;
    list-style: none;
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    background: #e1edff !important;
    border: 1px solid #0d387b;
}

.expo-content:hover {
  width: 180px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
  border-radius: 5px;
}

.expo-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 60px;
  background: linear-gradient(45deg, var(--i), var(--j));
  opacity: 0;
  transition: 0.5s;
}

.expo-content:hover::before {
  opacity: 1;
}

.expo-content::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: linear-gradient(45deg, var(--i), var(--j));
  transition: 0.5s;
  filter: blur(15px);
  z-index: -1;
  opacity: 0;
}

.expo-content:hover::after {
  opacity: 0.5;
}

.expo-content .icon {
    color: #ffffff;
    transition: 0.5s;
    transition-delay: 0.25s;
}
.expo-content .icon i {
    font-size: 16px;
    color: #0d387b;
}

.expo-content:hover .icon {
  transform: scale(0);
  color: #fff;
  transition-delay: 0s;
}

.expo-content span {
  position: absolute;
}

.expo-content .title {
    color: #0d387b;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: scale(0);
    transition: 0.5s;
    transition-delay: 0s;
    line-height: normal;
}

.expo-content:hover .title {
  transform: scale(1);
  transition-delay: 0.25s;
}


/* Explore content style end */

/* btn hover css start */

.btn{
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn:hover {
  color: #fff !important;
}

.btn:hover:before {
  	top: -35%;
	background: #2c2c2c;
    background: rgba(0, 0, 0, 0.4);
 	transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/* button hover css end */

.copyright-block{
	    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:nowrap;
    gap:6px;
}

